@font-face {
  font-family: 'DINCOND-BOLD';
  src: url("/assets/font/DINCOND-BOLD.eot");
  src: url("/assets/font/DINCOND-BOLD.eot") format("embedded-opentype"),
    url("/assets/font/DINCOND-BOLD.woff2") format("woff2"),
    url("/assets/font/DINCOND-BOLD.woff") format("woff"),
    url("/assets/font/DINCOND-BOLD.ttf") format("truetype");
}

/* 公司介绍开始*/
.about_text {
  width: 100%;
  overflow: hidden;
  padding: 20px 0 0;
}

.about_text .w {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.about_text .w .about_left {
  width: 100%;
}

.about_text .w>h3 {
  font-size: 42px;
  width: 100%;
  margin: 0 0 25px;
  color: #1e398f;
  font-weight: bold;
}

.about_text .w .about_left>h4 {
  font-size: 24px;
  margin: 0;
  font-weight: 100;
}

.about_text .w .about_left .about_tit {
  margin: 20px 0 10px;
  height: 50px;
  padding-right: 30px;
  position: relative;
}

.about_text .w .about_left .about_tit s {
  display: block;
  width: 93%;
  position: absolute;
  height: 1px;
  background: #e5e5e5;
  left: -14%;
  top: 50%;
}

.about_text .w .about_left .about_tit img {
  float: right;
}

.about_text .w .about_left .about_text {
  /* max-height: 370px;
  overflow-y: auto;
  padding-right: 15px; */
  text-align: justify;
}

.about_text .w .about_left .about_text::-webkit-scrollbar,
.environ .w .environ_right::-webkit-scrollbar {
  width: 4px;
  height: 1px;
}

.about_text .w .about_left .about_text::-webkit-scrollbar-thumb,
.environ .w .environ_right::-webkit-scrollbar-thumb {
  background: #1e398f;
}

.about_text .w .about_left .about_text::-webkit-scrollbar-track,
.environ .w .environ_right::-webkit-scrollbar-track {
  background: #fff;
}

.about_text .w .about_left .about_text p {
  font-size: 16px;
  line-height: 30px;
  color: #555;
  font-weight: 300;
}

.about_text .w .about_right {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.about_text .w .about_right img {
  width: 33%;
}

.about_text .w>ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin: 70px 0;
}

.about_text .w>ul li .num {
  display: flex;
  align-items: baseline;
}

.about_text .w>ul li .num>div {
  color: #1e398f;
  font-size: 60px;
  font-family: "DINCOND-BOLD";
}

.about_text .w>ul li .num span {
  font-size: 18px;
  font-weight: normal;
  margin-left: 10px;
}

.about_text .w>ul li p {
  font-size: 24px;
  font-weight: 300;
  margin: 10px 0 0;
}
.en_num{
  display: none;
}
@media(max-width:1680px) {
  .about_text .w .about_left .about_tit s {
    width: 87%;
  }
}

/* 公司介绍结束 */
/* 理念与价值开始 */
.about_idea {
  background: #f5f5f5;
  overflow: hidden;
  padding: 80px 0;
}

.about_idea .w ul {
  display: flex;
  justify-content: space-between;
  margin: 0;
  text-align: center;
  color: #333;
}

.about_idea .w ul li img {
  width: 80px;
}

.about_idea .w ul li h3 {
  font-size: 24px;
  margin: 20px 0;
}

.about_idea .w ul li p {
  font-size: 16px;
  font-weight: 300;
}

/* 理念与价值结束 */
/* 发展历程开始 */
.timeline-carousel {
  padding: 0 0 80px 0;
  position: relative;
  overflow: hidden;
  max-width: 79%;
  margin: auto;
}

.timeline-carousel:after {
  left: 0;
}

.timeline-carousel:before {
  right: 0;
  opacity: 0;
}

.timeline-carousel .slick-list {
  overflow: visible;
}

.timeline-carousel .slick-dots {
  bottom: -73px;
}

.timeline-carousel h1 {
  font-size: 42px;
  width: 100%;
  margin: 60px 0 25px;
  color: #1e398f;
  font-weight: bold;
  text-align: right;
}
.timeline-carousel h4{
  font-size: 24px;
  margin: 0;
  font-weight: 100;
  text-align: right;
}
.timeline-carousel__image {
  padding: 0 10px;
}

.timeline-carousel__item {
  cursor: pointer;
}

.timeline-carousel__item .media-wrapper {
  opacity: 0.4;
  padding-bottom: 71.4%;
  -webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.timeline-carousel__item:last-child .timeline-carousel__item-inner:after {
  width: calc(100% - 30px);
}

.timeline-carousel__item-inner {
  position: relative;
  padding-top: 45px;
}

.timeline-carousel__item-inner:after {
  position: absolute;
  width: 100%;
  top: 45px;
  left: 0;
  content: "";
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.timeline-carousel__item-inner .year {
  font-size: 36px;
  line-height: 36px;
  color: #333;
  display: table;
  letter-spacing: -1px;
  padding-right: 10px;
  background-color: #fff;
  z-index: 1;
  position: relative;
  margin: -15px 0 15px;
  font-weight: bold;
}

.timeline-carousel__item-inner .year:after {
  content: "";
  position: absolute;
  display: block;
  left: -10px;
  top: 0;
  height: 100%;
  width: 10px;
  background-color: #fff;
  z-index: 3;
}

.timeline-carousel__item-inner p {
  font-size: 16px;
  color: #666;
  width: 96%;
  margin: 0;
  font-weight: 300;
}

.timeline-carousel .slick-active .media-wrapper {
  opacity: 1 !important;
}

.slick-dots {
  bottom: 60px;
  list-style: none;
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  z-index: 2;
}

.slick-dots li {
  cursor: pointer;
  display: inline-block;
  margin: 0 6px;
  position: relative;
  width: 10px;
  height: 10px;
}

.slick-dots li:last-child {
  margin-right: 0;
}

.slick-dots li.slick-active button {
  background: #1e398f;
  border-color: #1e398f;
}

.slick-dots li button {
  display: block;
  font-size: 0;
  width: 10px;
  height: 10px;
  padding: 0;
  background-color: rgb(211 211 211 / 60%);
  border-color: rgb(211 211 211 / 60%);
  cursor: pointer;
  -webkit-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.slick-dots li button:hover {
  background: #1e398f;
  border-color: #1e398f;
}

.link {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
  z-index: 9999;
}

.link a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #fff;
}

.link .fa {
  font-size: 28px;
  margin-right: 8px;
  color: #fff;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  margin-top: 30px;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;

  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}



.about-history {
  padding: 80px 0 30px;
  max-width: 80%;
  margin: auto;
}

.about-title {
  margin-bottom: 25px;
}

.about-title h3 {
  margin: 0 0 10px;
  font-size: 34px;
  font-weight: 400;
  color: #2c2c2c;
}


.title-white h3 {
  font-size: 42px;
  width: 100%;
  margin: 0 0 15px;
  color: #1e398f;
  font-weight: bold;
  text-align: right;
}

.title-white p {
  color: #333;
  text-align: right;
  font-size: 24px;
  margin: 0;
  font-weight: 100;
}

.about-history-list {
  position: relative;
  margin-top: 40px;
}

.about-history-list .flex-viewport {
  padding: 0 31px;
}

.about-history-list .flex-viewport:before {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  border-top: 1px solid #C7C7C7;
  content: '';
}

.about-history-list .slides li {
  position: relative;
  width: 253px;
  height: 375px;
  float: left;
  margin-right: 31px;
}

.about-history-list .slides li .item {
  position: absolute;
  right: -32px;
  bottom: 0;
  left: -32px;
  min-height: 152px;
  padding: 44px 0 0 0;
  background-color: #f5f5f5;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.about-history-list .slides li .item:before {
  position: absolute;
  top: -41px;
  left: 50%;
  width: 20px;
  height: 20px;
  overflow: hidden;
  margin-left: -10px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color:#1e398f80;
  content: '';
}

.about-history-list .slides li .item:after {
  position: absolute;
  top: -37px;
  left: 50%;
  width: 12px;
  height: 12px;
  overflow: hidden;
  margin-left: -6px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: #1e398f;
  content: '';
}

.about-history-list .slides li:nth-child(even) .item {
  top: 0;
  bottom: auto;
  padding: 0 0 44px;
}

.about-history-list .slides li:nth-child(even) .item:before {
  top: auto;
  bottom: -49px;
}

.about-history-list .slides li:nth-child(even) .item:after {
  top: auto;
  bottom: -45px;
}

.about-history-list .slides li .item:hover{
  background-color: #1e398f;
}

.about-history-list .slides li .item h3 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 44px;
  line-height: 44px;
  margin: 0;
  font-size: 22px;
  color: #333;
  text-align: center;
  background-color: #e2e2e2;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  font-family: "DINCOND-BOLD";
}

.about-history-list .slides li .item:hover h3 {
  color: #fff;
  background-color: #2546ad;
}
.about-history-list .slides li .item:hover h3:before{
  border-color: transparent transparent #2546ad;
}
.about-history-list .slides li .item h3:before {
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -9px;
  border-width: 0 9px 18px;
  border-style: solid;
  border-color: transparent transparent #E2E2E2;
  content: '';
}

.about-history-list .slides li:nth-child(even) .item h3 {
  top: auto;
  bottom: 0;
}

.about-history-list .slides li:nth-child(even) .item h3:before {
  top: 100%;
  bottom: auto;
  border-width: 18px 9px 0;
  border-color: #E2E2E2 transparent transparent;
}

.about-history-list .slides li .item .desc {
  line-height: 28px;
  padding: 15px;
  font-size: 15px;
  color: #666;
  font-weight: 300;
}

.about-history-list .slides li .item:hover .desc {
  color: #ffffff;
}

.about-history-list .slides li .item .desc p {
  margin: 0;
}

.about-history-list .flex-direction-nav {
  padding: 0;
  margin: 0;
  list-style: none;
}

.about-history-list .flex-direction-nav a {
  position: absolute;
  top: 50%;
  width: 48px;
  height: 160px;
  line-height: 160px;
  overflow: hidden;
  margin-top: -80px;
  font-size: 50px;
  font-family: simsun;
  color: #999;
  text-align: center;
}

.about-history-list .flex-direction-nav a.flex-prev {
  left: -48px;
}

.about-history-list .flex-direction-nav a.flex-next {
  right: -48px;
}

.about-history-swiper {
  width: 100%;
}

.about-history-swiper .swiper-slide .item {
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
}

.about-history-swiper .swiper-slide .item h3 {
  margin: 0;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  font-size: 20px;
  text-align: center;
  color: #999999;
  background-color: #e2e2e2;
}

.about-history-swiper .swiper-slide .item .desc {
  line-height: 20px;
  padding: 10px;
  font-size: 14px;
  color: #929292;
}

.about-history-swiper .swiper-slide .item .desc p {
  margin: 0;
}

.about-history-swiper .about-history-pagination {
  position: static;
  margin-top: 10px;
}

.about-history-swiper .about-history-pagination .swiper-pagination-bullet {
  background: #fff;
}

.about-history-swiper .about-history-pagination .swiper-pagination-bullet-active {
  background: #C91523;
}

a {
  color: #414141;
  text-decoration: none;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

a:hover {
  text-decoration: none;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.pull-none {
  float: none;
}

.clearfix:after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  content: ".";
  font-size: 0;
}

/* 发展历程结束 */
/* 可持续发展开始 */
.environ {
  width: 100%;
  overflow: hidden;
  margin-top: 70px;
}

.environ .w {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.environ .w h3 {
  font-size: 38px;
  width: 100%;
  margin: 0 0 15px;
  color: #1e398f;
  font-weight: bold;
}

.environ .w h4 {
  width: 100%;
  font-size: 24px;
  margin: 0 0 20px;
  font-weight: 100;
  color: #000;
}

.environ .w>p {
  font-size: 16px;
  line-height: 32px;
  font-weight: 300;
  margin-bottom: 20px;
}

.environ .w .environ_text {
  width: 100%;
  overflow: hidden;
}

.environ .w .environ_text .list1,
.environ .w .environ_text .list2 {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.environ .w .environ_text .list1 .environ_list {
  width: 50%;
  padding: 30px;
  border: 1px dashed #e2e2e2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.environ .w .environ_text .list1 .environ_list:nth-of-type(1),
.environ .w .environ_text .list1 .environ_list:nth-of-type(3) {
  border-right: 0;
}

.environ .w .environ_text .list1 .environ_list:nth-of-type(1),
.environ .w .environ_text .list1 .environ_list:nth-of-type(2) {
  border-bottom: 0;
}

.environ .w .environ_text .list1 .environ_list h3,
.environ .w .environ_text .list2 .environ_list h3 {
  font-size: 22px;
  font-weight: normal;
  color: #000;
}

.environ .w .environ_text .list1 .environ_list p,
.environ .w .environ_text .list2 .environ_list p {
  font-size: 16px;
  line-height: 32px;
  font-weight: 300;
  margin: 0;
}

.environ .w .environ_text .list1 .environ_list>div {
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
}

.environ .w .environ_text .list1 .environ_list img {
  width: 100%;
  transition: all 1.5s;
}

.environ .w .environ_text .list1 .environ_list:hover img {
  transform: scale(1.2);
}

.environ .w .environ_text .list2 .environ_list {
  width: 33.33%;
  padding: 30px;
  border: 1px dashed #e2e2e2;
  border-top: 0;
}

.environ .w .environ_text .list2 .environ_list:nth-of-type(2) {
  border-left: 0;
  border-right: 0;
}

/* 可持续发展结束 */
/* 优势与能力开始 */
.jszc_box {
  width: 100%;
  overflow: hidden;
}

.list_one,
.list_four {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 15px 10px 15px 0;
  width: 100%;
  padding: 20px;
  transition: all 0.5s;
}

.list_one .jszc_img,
.list_four .jszc_img {
  width: 47.5%;
  transition: all 1.5s;
  overflow: hidden;
}

.list_one .jszc_img img,
.list_four .jszc_img img {
  width: 100%;
  transition: all 1.5s;
}

.list_one .jszc_text,
.list_four .jszc_text {
  width: 49%;
  padding-top: 5%;
}

.list_one .jszc_text h3,
.list_two .jszc_text h3,
.list_three .jszc_text h3,
.list_four .jszc_text h3 {
  font-size: 30px;
  font-weight: bold;
  color: #1e398f;
  margin: 0 0 15px;
}

.list_one .jszc_text p,
.list_two .jszc_text p,
.list_three .jszc_text p,
.list_four .jszc_text p {
  font-size: 18px;
  line-height: 34px;
  font-weight: 300;
}

.list_two,
.list_three {
  width: 49%;
  padding: 20px;
  transition: all 0.5s;
}

.list_two {
  float: left;
}

.list_two .jszc_img,
.list_three .jszc_img {
  overflow: hidden;
  margin-bottom: 25px;
}

.list_two .jszc_img img,
.list_three .jszc_img img {
  width: 100%;
  transition: all 1.5s;
}

.list_two .jszc_text,
.list_three .jszc_text {
  width: 100%;
}

.list_three {
  float: right;
}

.list_two:hover,
.list_one:hover,
.list_three:hover,
.list_four:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.list_one:hover .jszc_img img,
.list_two:hover .jszc_img img,
.list_three:hover .jszc_img img,
.list_four:hover .jszc_img img {
  transform: scale(1.2);
}

/* 优势与能力结束 */
/* 销售网络开始 */
.sales .w img {
  width: 80%;
  display: block;
  margin: 50px auto;
}

/* 销售网络结束 */
/* 产品订购开始 */
.cpdg .w h3 {
  font-size: 32px;
  margin: 40px 0 20px;
  font-weight: 300;
}

.cpdg .w ul {
  width: 100%;
  overflow: hidden;
  background: #fff;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cpdg .w ul li {
  width: 49%;
  margin: 10px 0;
}

.cpdg .w ul li .tips {
  color: red;
  position: relative;
  top: 5px;
}

.cpdg .w ul li input {
  padding: 15px;
  background-color: #fff;
  outline: none;
  border: 1px solid #dadada;
  width: 100%;
  transition: 0.4s ease;
}

.cpdg .w ul li input:focus,
.cpdg .w ul .bz textarea:focus {
  border: 1px solid #264abd;
}

.cpdg .w ul .bz {
  width: 100%;
}

.cpdg .w ul .bz textarea {
  width: 100%;
  height: 200px;
  padding: 15px;
  background-color: #fff;
  outline: none;
  border: 1px solid #dadada;
  transition: 0.4s ease;
}

.cpdg .w ul>div {
  display: block;
  width: 33%;
  border: 0;
  background: #1e398f;
  color: #fff;
  height: 52px;
  line-height: 52px;
  cursor: pointer;
  text-align: center;
  margin: 20px auto 60px;
  transition: all 0.5s;
}

.cpdg .w ul>div:hover {
  background: #264abd;
}

/* 产品订购结束 */
/* 质量控制开始 */
.honors {
  width: 100%;
  overflow: hidden;
  margin: 40px 0;
}

/*demo CSS*/
.main-content {
  clear: both;
  display: block;
  margin: 0 auto;
  max-width: 80%;
  padding: 0 10px;
}

.image-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.image-list .cover {
  position: relative;
  cursor: pointer;
  width: 32.5%;
  margin: 10px 0;
}

.image-list .cover img {
  width: 100%;
}

/*main CSS*/
#pictureViewer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .5);
  z-index: 10000;
}

#pictureViewer>.content {
  background-color: #00000070;
  position: absolute;
  width: 100% !important;
  height: 100%;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#pictureViewer .menu-bar {
  width: 100%;
}

#pictureViewer .menu-bar .handel {
  width: 40px;
  height: 40px;
  float: right;
  background-repeat: no-repeat;
  background-position: 50%;
  cursor: pointer;
}

#pictureViewer .menu-bar .handel:hover {
  background-color: #1e398f;

  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

/* #pictureViewer .menu-bar .handel.maximization{
  background-image: url(/assets/image/maximization_black.png);
  background-size: 14px;
} */
/* #pictureViewer .menu-bar .handel.maximization:hover{
  background-image: url(/assets/image/maximization_white.png);
} */
/* #pictureViewer .menu-bar .handel.miniaturization{
  background-size: 16px;
  background-image: url(/assets/image/miniaturization_black.png);
}
#pictureViewer .menu-bar .handel.miniaturization:hover{
  background-image: url(/assets/image/miniaturization_white.png);
} */
#pictureViewer .menu-bar .handel.close-view {
  background-image: url(/assets/image/close_black.png);
  background-size: 15px;
}

#pictureViewer .menu-bar .handel.close-view:hover {
  background-image: url(/assets/image/close_white.png);
}

#pictureViewer .handel-prev,
#pictureViewer .handel-next {
  display: inline-block;
  width: 50px;
  height: 70px;
  position: relative;
  top: calc(50% - 80px);
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: 50%;
  cursor: pointer;

  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

#pictureViewer .handel-prev {
  background-image: url(/assets/image/prev_white.png);
}

#pictureViewer .handel-next {
  background-image: url(/assets/image/next_white.png);
}

#pictureViewer .handel-prev:hover,
#pictureViewer .handel-next:hover {
  background-color: #1e398f;
}

#pictureViewer .picture-content {
  display: inline-block;
  width: 80%;
  height: calc(100% - 80px);
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
}

#pictureViewer .picture-content .cover {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#pictureViewer .counter {
  position: absolute;
  bottom: 0;
  height: 40px;
  line-height: 40px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 18px;
}

#pictureViewer .hide {
  display: none;
}

#pictureViewer .left {
  float: left;
}

#pictureViewer .right {
  float: right;
}

#pictureViewer .clear-flex {
  clear: both;
}

#pictureViewer img {
  max-width: 100%;
  max-height: 100%;
}

/* 质量控制结束 */
/* 代理商查询开始 */
.distr_box{
  width: 45%;
  text-align: center;
  margin: 0 auto;
  padding: 10px 0 20px;
  overflow: hidden;
}
.distr_box .w h2{
  width: 100%;
  text-align: center;
  font-size: 30px;
  margin: 10px 0 20px;
}
.distr_box .w form input{
  height: 50px;
  width: 100%;
  border: 1px solid #1e398f;
  padding: 10px;
}
.distr_box .w form span button{
  width: 90px;
  height: 50px;
  border: 0;
  outline: none !important;
  padding: 0px;
  background: #1e398f;
  color: #fff;
  border-radius: 0;
}
.cplblist_box{
  width: 100%;
  overflow: hidden;
}
.cplblist_box .w .dls{
  width: 32%;
  float: left;
  background: #f7f7f7;
  padding: 15px;
  margin: 10px 0.5%;
  height: 180px;
}
.empty_dls {
	display: none;
	text-align: center;
	padding: 10px;
	color: #666;
}
.anti img{
  width: 160px;
  display: block;
  margin: auto;
}



.product-content {
  padding: 45px 0 50px;
  max-width: 80%;
  overflow: hidden;
  margin: auto;
}
.product-box {
  position: relative;
  width: 100%;
  margin: 0 auto 30px;
  border-bottom: 1px solid #cecece;
}

.product-header ul {
  position: relative;
  margin: 0;
}

.product-header ul li {
  display: inline-block;
  text-align: center;
  position: relative;
  width: 33%;
  border-bottom: 1px solid #fff;
}

.product-header {
  padding: 0;
}

.product-header ul li a {
  display: block;
  padding: 10px 30px;
  text-decoration: none;
}

.product-head-tit {
  display: block;
  color: #333;
  font-size: 18px;
}

.product-header ul li a:hover .product-head-tit {
  color: #1e398f;
}
.product-header ul .on a:after {
  display: inline-block;
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  background: #1e398f;
  z-index: 1;
  height: 2px;
  bottom: -2px;
}
.on .product-head-tit {
  color: #1e398f;
}
.Search_box {
  width: 500px;
  display: flex;
  margin: auto;
  align-items: center;
}
.Search_box button{
  width: 90px;
  height: 50px;
  border: 0;
  outline: none;
  padding: 0px;
  background: #1e398f;
  color: #fff;
  border-radius: 0;
}
#mySearch {
  height: 50px;
  width: 410px;
  border: 1px solid #1e398f;
  padding: 10px;
  margin: 30px auto;
  display: block;
  font-size: 14px;
}
#myMenu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#myMenu li{
  width: 32%;
  float: left;
  background: #f7f7f7;
  padding: 15px;
  margin: 10px 0.5%;
}
#myMenu li p{
  font-size: 14px;
  line-height: 32px;
  color: #333;
}
 /* 代理商查询结束 */
/* 联系我们开始 */
.contact {
  width: 100%;
  overflow: hidden;
}

.cont_lx {
  width: 100%;
  overflow: hidden;
  margin: 20px 0 0;
}

.cont_lx>h1 {
  font-size: 38px;
  color: #000;
  font-weight: 100;
  margin: 0 0 20px;
}

.cont_lx ul {
  width: 32%;
  min-height: 205px;
  background-color: #fff;
  border-radius: 8px;
  padding: 15px 20px;
  margin: 0 0.5% 18px;
  float: left;
}

.cont_lx ul:first-of-type {
  margin-left: 0;
}

.cont_lx ul li {
  font-size: 14px;
  color: #999;
  margin: 12px 0;
}

.cont_lx ul li:first-of-type {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

.map_box {
  width: 100%;
  overflow: hidden;
  max-height: 455px;
}

.map_box .right_input {
  background: #fff;
  padding: 25px 30px 40px;
}

.map_box .right_input>h3 {
  color: #000;
  margin-bottom: 20px;
}

.right_input li {
  width: 48%;
  margin: 0 1% 12px;
  float: left;
}

.right_input .bz_box {
  width: 98%;
}

.right_input #bzContact {
  width: 100%;
  height: 80px;
  outline: none;
  padding: 10px 0;
  border-bottom: 1px solid #000000 !important;
  border: none;
  background: transparent;
  margin-top: 10px;
  border-radius: 0;
}

.right_input li input {
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #000000 !important;
  border: none;
  background: transparent;
  border-radius: 0;
  transition: all 0.5s;
}

.right_input #bzContact:focus,
.right_input li input:focus {
  border-bottom: 1px solid #264abd !important
}

.right_input li span {
  font-size: 12px;
  color: #ff0000;
  position: relative;
  top: 4px;
}

.right_input #insubmit {
  width: 160px;
  float: left;
  border: none;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  margin-top: 20px;
  letter-spacing: 2px;
  background: #dedede;
  color: #333;
  border-radius: 3px;
  transition: all 0.8s;
}

.right_input #insubmit:hover {
  background: #1e398f;
  color: #fff;
}

.map {
  padding: 0;
}

.iw_poi_title {
  color: #1e398f;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  padding-right: 13px;
  white-space: nowrap;
  border-bottom: 1px dashed #1e398f;
  display: block;
  margin-top: -2px;
}

.iw_poi_content {
  font: 12px arial, sans-serif;
  overflow: visible;
  padding-top: 4px;
  white-space: -moz-pre-wrap;
  word-wrap: break-word;
  color: #666;
}

#dituContent {
  width: 100%;
  height: 455px;
  border: #ccc solid 1px;
}

@media(max-width:1570px) {
  .cont_lx ul {
    width: auto;
    min-height: auto;
  }
}

/* 联系我们结束 */

@media(max-width:768px) {

  /* 公司介绍 */
  .about_text {
    width: 100%;
    overflow: hidden;
    padding: 0;
  }
  .about_text .w>h3 {
    font-size: 30px;
    margin: 0 0 10px;
    color: #1e398f;
    line-height: 38px;
  }
  .about_text .w .about_left>h4 {
    font-size: 20px;
    margin: 0;
    font-weight: normal;
    line-height: 28px;
  }
  .about_text .w .about_left .about_tit {
    margin: 20px 0 10px;
    height: 50px;
    padding-right: 0;
    position: relative;
  }
  .about_text .w .about_left .about_tit s {
    width: 46%;
  }

  .about_text .w .about_left .about_text p {
    font-size: 16px;
    line-height: 28px;
    color: #555;
    font-weight: normal;
    text-indent: 2em;
    margin-bottom: 10px;
  }

  .about_text .w .about_right {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 0;
    flex-wrap: wrap;
  }
  .about_text .w .about_right img {
    width: 100%;
    margin: 10px 0;
  }
  .about_text .w>ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin: 40px 0;
    flex-wrap: wrap;
  }
  .about_text .w ul li {
    width: 50%;
    margin: 6px 0;
    text-align: center;
  }
  .about_text .w>ul li .num {
    display: flex;
    align-items: baseline;
    justify-content: center;
  }
  .about_text .w>ul li .num>div {
    color: #1e398f;
    font-size: 50px;
    font-family: "DINCOND-BOLD";
  }
  .about_text .w>ul li .num span {
    font-size: 16px;
    font-weight: normal;
    margin-left: 4px;
  }
  .about_text .w>ul li p {
    font-size: 20px;
    font-weight: normal;
    margin: 0;
  }
  .about_idea {
    background: #f5f5f5;
    overflow: hidden;
    padding: 40px 0;
  }
  .about_idea .w ul {
    display: flex;
    justify-content: space-between;
    margin: 0;
    text-align: center;
    color: #333;
    flex-wrap: wrap;
  }
  .about_idea .w ul li{
    width: 85%;
    margin: 20px auto;
  }
  .about_idea .w ul li h3 {
    font-size: 24px;
    margin: 20px 0 10px;
  }
  .about_idea .w ul li p {
    font-size: 16px;
    font-weight: normal;
    color: #666;
  }
  .about-history {
    padding: 30px 0;
    max-width: 80%;
    margin: auto;
  }
  .title-white h3 {
    font-size: 30px;
    width: 100%;
    margin: 0 0 15px;
    color: #1e398f;
    font-weight: bold;
    text-align: right;
  }
  .title-white p {
    color: #333;
    text-align: right;
    font-size: 20px;
    margin: 0;
    font-weight: normal;
  }
  .about-history-list .flex-direction-nav a.flex-next {
    right: -40px;
  }
  /* 可持续发展 */
  .environ {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
  }
  .environ .w h3 {
    font-size: 30px;
    width: 100%;
    margin: 0 0 15px;
    color: #1e398f;
    font-weight: bold;
  }
  .environ .w h4 {
    width: 100%;
    font-size: 20px;
    margin: 0 0 20px;
    font-weight: normal;
    color: #333;
  }
  .environ .w>p {
    font-size: 16px;
    line-height: 30px;
    font-weight: normal;
    margin-bottom: 20px;
  }
  .environ .w .environ_text .list1 .environ_list {
    width: 100%;
    padding: 20px;
  } 
  .environ .w .environ_text .list1 .environ_list:nth-of-type(1), 
  .environ .w .environ_text .list1 .environ_list:nth-of-type(3) {
    border-right: 1px dashed #e2e2e2;
  }
  .environ .w .environ_text .list2 .environ_list {
    width: 100%;
    padding: 20px;
    border: 1px dashed #e2e2e2;
    border-top: 0;
  }
  .environ .w .environ_text .list2 .environ_list:nth-of-type(2) {
    border-left: 1px dashed #e2e2e2;
    border-right: 1px dashed #e2e2e2;
  }
  /* 优势与能力 */
  .list_one, 
  .list_four {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 15px 10px 15px 0;
    width: 100%;
    padding: 0;
    transition: all 0.5s;
  }
  .list_one .jszc_img, 
  .list_four .jszc_img {
    width: 100%;
    transition: all 1.5s;
    overflow: hidden;
  }
  .list_one .jszc_text, 
  .list_four .jszc_text {
    width: 100%;
    padding-top: 25px;
  }
  .list_one .jszc_text h3, 
  .list_two .jszc_text h3, 
  .list_three .jszc_text h3, 
  .list_four .jszc_text h3 {
    font-size: 24px;
    font-weight: bold;
    color: #1e398f;
    margin: 0 0 8px;
  }
  .list_one .jszc_text p, 
  .list_two .jszc_text p, 
  .list_three .jszc_text p, 
  .list_four .jszc_text p {
    font-size: 16px;
    line-height: 28px;
    font-weight: normal;
    color: #666;
  }
  .list_two, 
  .list_three {
    width: 100%;
    padding: 0;
    transition: all 0.5s;
  }
  /* 产品订购 */
  .cpdg .w h3 {
    font-size: 20px;
    margin: 20px 0;
    font-weight: normal;
  }
  .cpdg .w ul li {
    width: 100%;
    margin: 6px 0;
  }
  .cpdg .w ul li input {
    padding: 12px;
    background-color: #fff;
    outline: none;
    border: 1px solid #dadada;
    width: 100%;
    transition: 0.4s ease;
  }
  .cpdg .w ul>div {
    display: block;
    width: 100%;
    border: 0;
    background: #1e398f;
    color: #fff;
    height: 52px;
    line-height: 52px;
    cursor: pointer;
    text-align: center;
    margin: 20px auto 30px;
    transition: all 0.5s;
  }
  /* 销售网络 */
  .sales .w img {
    width: 100%;
    display: block;
    margin: 30px auto;
  }
  /* 代理商查询 */
  .distr_box {
    width: 100%;
    margin: 0 auto;
    padding:0;
  }
  .zysearch_w{
    margin-bottom: 10px;
  }
  .distr_box .w form input,
  .distr_box .w form span button{
    height: 46px;
  }
  .cplblist_box .w .dls {
    width: 100%;
    float: inherit;
    background: #f7f7f7;
    padding: 15px;
    margin: 10px 0;
    height: auto;
  }


  .product-content {
    padding: 0 0 20px;
    max-width: 95%;
    overflow: hidden;
    margin: auto;
  }
  .Search_box {
    width: 100%;
    display: flex;
    margin: auto;
    align-items: center;
  }
  #mySearch {
    height: 50px;
    width: 78%;
    border: 1px solid #1e398f;
    padding: 10px;
    margin: 20px auto;
    display: block;
    font-size: 14px;
  }
  .Search_box button {
    width: 22%;
    height: 50px;
    border: 0;
    outline: none;
    padding: 0px;
    background: #1e398f;
    color: #fff;
    border-radius: 0;
  }
  .product-header ul li {
    display: inline-block;
    text-align: center;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #fff;
  }
  .product-header ul li a {
    display: block;
    padding: 15px 0;
    text-decoration: none;
  }
  #myMenu li {
    width: 100%;
    float: left;
    background: #f7f7f7;
    padding: 15px;
    margin: 0 0 10px;
  }
  #myMenu li p {
    font-size: 14px;
    line-height: inherit;
    color: #333;
  }
  /* 联系我们 */
  .cont_lx {
    width: 100%;
    overflow: hidden;
    margin: 10px 0;
  }
  .cont_lx>h1 {
    font-size: 30px;
    color: #000;
    font-weight: normal;
    margin: 0 0 20px;
  }
  .cont_lx ul {
    width: 100%;
  }
  .cont_lx ul li {
    color: #999;
    margin: 8px 0;
  }
  .cont_lx ul li:first-of-type {
    font-weight: bold;
    color: #333;
    font-size: 18px;
  }
  .map_box {
    width: 100%;
    overflow: hidden;
    max-height: initial;
  }

  .map_box .right_input {
    background: #f5f5f5;
    padding: 0;
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
  }

  .map_box .right_input>h3 {
    color: #000;
    margin-bottom: 0;
    font-size: 22px;
    font-weight: normal;
  }

  .right_input li {
    width: 100%;
    margin: 0 0 10px;
    float: left;
  }

  #dituContent {
    width: 100%;
    height: 270px;
    border: none;
  }

}