﻿@charset "UTF-8";
/* 清除浮动 */
.clearfloat:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}

.clearfloat {
  zoom: 1;
}

/* 内宽 */
.maxWidthCenter {
  width: 1200px;
  margin: 0 auto;
}

input:focus {
  outline: none;
}

/* 声明公共变量 */
/* 标题 */
.title {
  width: 100%;
  height: 150px;
  text-align: center;
  overflow: hidden;
  margin-bottom: 30px;
}

.title .mainTitle {
  font-family: DINCondensed;
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #1b7c9a;
  font-weight: bold;
  margin-top: 50px;
}

.title .mainTitle::after {
  content: '';
  display: block;
  width: 25px;
  height: 1px;
  background-color: #1b7c9a;
  margin: 15px auto;
}

.title .childTitle {
  font-family: DINCondensed;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #8c8d8d;
}

/* header.html */
header .headerLogo {
  height: 103px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

header .logo {
  width: 177px;
  height: 37px;
  display: block;
}

header .logoRight {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

header .tool {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 15px;
}

header .tool a {
  font-family: DINCondensed;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #4c4e4e;
  margin: 0 4px;
}

header .tool a:hover {
  color: #1b7c9a;
}

header .searchBox {
  width: 283px;
  height: 25px;
  border: 1px solid #1b7c9a;
  border-radius: 3px;
}

header .searchBox > input {
  border: none;
  width: 70%;
}

header .searchBox input:focus {
  outline: none;
}

header .searchIcon {
  padding-left: 5px;
  width: 16px;
  height: 15px;
  display: block;
}

header .btn {
  width: 60px;
  height: 100%;
  background-color: #1b7c9a;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

header .headerTitle {
  width: 100%;
  height: 41px;
  background-color: #1b7c9a;
}

header .navBar {
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

header .navBar a {
  font-family: DINCondensed;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #fff;
}

header .navBar li {
  width: calc(100% / 7);
  height: 100%;
  text-align: center;
  margin: 0 1px;
  line-height: 41px;
}

header .navBar .active {
  background-color: #fff;
  border-top: 3px solid #00a5d8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 33px;
}

header .navBar .active > a {
  color: #00a5d8;
}

header .navBar .navContentBox {
  width: 100%;
  height: auto;
  background-color: #fff;
  margin-top: 4px;
  display: none;
  position: relative;
  z-index: 99999;
}

header .navBar .navContentBox .navContent {
  width: 80%;
  margin: 0 auto;
}

header .navBar .navContentBox a {
  min-height: 30px;
  display: block;
  color: #555555;
  padding: 5px 0;
  font-size: 14px;
  text-align: left;
  padding-left: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}

header .navBar .navContentBox a:hover {
  color: #00a5d8;
}

header .navBar .navContent {
  position: relative;
}

header .navBar .navContentBoxTwo {
  width: 170px;/*100%;*/
  height: auto;
  background-color: #fff;
  display: none;
  position: absolute;
  top: 0;
  left: 110%;
  z-index: 99999;
}

header .navBar .navContentBoxTwo a {
  min-height: 30px;
  display: block;
  color: #555555;
  margin: 10px 0;
  font-size: 14px;
  text-align: left;
  padding-right: 20%;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

header .navBar .navContentBoxTwo a:hover {
  color: #00a5d8;
}

header .navBar .navContentBoxThree {
  width: 100%;
  height: auto;
  background-color: #fff;
  overflow: hidden;
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 9999966669;
}

header .navBar .navContentBoxThree a {
  height: 20px;
  display: block;
  color: #555555;
  font-size: 14px;
  text-align: left;
  line-height: 20px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

header .navBar .navContentBoxThree a:hover {
  color: #00a5d8;
}

header .productTitleLeft .navContentBox a {
  padding-left: 0%;
}

header .productTitleLeft .navContentBoxTwo a {
  padding-left: 0%;
}

header .productTitleLeft .navContentBoxThree a {
  padding-left: 0%;
}

header .myBox {
  position: relative;
}

header .myBox:hover .myAlert {
  display: block;
}

header .myAlert {
  width: 114px;
  height: 76px;
  border: solid 1px #e2e2e2;
  background-color: #fff;
  position: absolute;
  top: 20px;
  left: 0;
  display: none;
}

header .myAlert a {
  display: block;
  height: 50%;
  text-align: center;
  line-height: 38px;
}

/* header.html */
/* nav.html */
nav {
  width: 66px;
  height: 200px;
  position: fixed;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 9999;
}

nav > div {
  width: 66px;
  height: 67px;
  background-color: #999999;
  border-bottom: 1px solid #fff;
  overflow: hidden;
  cursor: pointer;
}

nav > div > img {
  display: block;
  margin: 15px auto 5px;
}

nav > div > p {
  text-align: center;
  font-family: DINCondensed;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #fff;
}

nav > div.active {
  background-color: #1b7c9a;
}

nav .goTop {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

nav .goTop > img {
  margin: 0;
}

nav .hoverNav {
  width: 300px;
  height: 67px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #1b7c9a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
  border: none;
}

nav .hoverNav > div > img {
  display: block;
  margin: 15px auto 5px;
}

nav .hoverNav > div > p {
  text-align: center;
  font-family: DINCondensed;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #fff;
}

nav .hoverNav h1 {
  font-family: DINCondensed;
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #fff;
}

/* nav.html */
/* footer.html */
footer {
  background-color: #646464;
  overflow: hidden;
}

footer .foot {
  margin-top: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
}

footer .footNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .footNav a:hover {
  color: #101010;
}

footer .footNav li {
  margin-right: 54px;
}

footer .footNav li > a {
  color: #fff;
  font-size: 16px;
}

footer .footNavBar {
  margin-top: 50px;
  overflow: hidden;
}

footer .footNavBar a {
  display: block;
  font-size: 12px;
  color: #b5b4b4;
  margin-bottom: 12px;
}

footer .footFriend {
  margin-top: 50px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  color: #b5b4b4;
}

footer .footFriend a {
  color: #b5b4b4;
}

footer .footFriend span {
  margin-left: 5px;
  margin-right: 4px;
}

footer .footFriend :last-child span {
  display: none;
}

footer .footRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*overflow: hidden;*/
}

footer .footRight dl {
  margin-left: 25px;
}

footer .footRight dl dt {
  width: 87px;
  height: 87px;
  display: block;
}

footer .footRight dl dt img {
  width: 100%;
  display: block;
}

footer .footRight dl dd {
  margin-top: 9px;
  font-size: 12px;
  color: #aaa9a9;
  text-align: center;
}

footer .footBottom {
  width: 100%;
  background-color: #3b3b3b;
  overflow: hidden;
}

footer .footBotCont {
  margin-top: 15px;
}

footer .footOther {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  color: #b5b4b4;
}

footer .footOther a {
  color: #b5b4b4;
}

footer .footOther a:hover {
  color: #f3f3f3;
}

footer .footOther span {
  margin-left: 5px;
  margin-right: 5px;
}

footer .footOther :last-child span {
  display: none;
}

footer .footAddres {
  margin-top: 8px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #b5b4b4;
  font-size: 12px;
}

footer .footChzz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .footChzz i {
  width: 15px;
  height: 17px;
  display: inline-block;
  background-image: url(../img/indexGa.png);
  background-size: cover;
  margin-right: 10px;
}

footer .footer1 {
  display: block;
  width: 15px;
  height: 17px;
  margin-left: 25px;
  margin-right: 10px;
}

footer .footChzz img:last-of-type {
  display: block;
  width: 77px;
  height: 18px;
  margin-left: 25px;
}

/* footer.html */
/* 首页 */
.banner .swiper-container {
  width: 100%;
  height: 527px;
}

.banner .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 100%;
  background: none;
  opacity: 1;
  border: 2px solid #fff;
}

.banner .swiper-pagination-bullet-active {
  opacity: 1;
  background: #ffffff;
}

.product {
  margin-bottom: 50px;
}

.product .productBox {
  height: 604px;
  position: relative;
}

.product .swiper-container-product {
  width: 100%;
  height: 100%;
}

.product .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 100%;
  background: none;
  opacity: 1;
  border: 2px solid #fff;
}

.product .swiper-pagination-bullet-active {
  opacity: 1;
  background: #ffffff;
}

.product .swiper-container-horizontal > .swiper-pagination-bullets,
.product .swiper-pagination-custom,
.product .swiper-pagination-fraction {
  bottom: 10px;
  left: 85%;
  width: 15%;
}

.product .productNav {
  width: 301px;
  height: 604px;
  background: rgba(27, 124, 154, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}

.product .productNav > .oneBox {
  width: 100%;
  height: 100%;
}

.product .productNav .oneItem {
  width: 100%;
  height: 40px;
  text-align: center;
  line-height: 40px;
}

.product .productNav .oneItem > div {
  width: 251px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: DINCondensed;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #fff;
  border-bottom: 1px solid #7eb5c9;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.product .productNav .oneItem > div > a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: DINCondensed;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #fff;
  border-bottom: 1px solid #7eb5c9;
  margin: 0  0 0 40px;
}

.product .productNav .oneItem.active {
  background-color: #f4f4f4;
}

.product .productNav .oneItem.active > div > a {
  color: #1b7c9a;
}

.product .productNav .oneItem.active > div > span {
  color: #1b7c9a;
}

.product .productNav .secondBox {
  width: 301px;
  height: 604px;
  background-color: #f4f4f4;
  position: absolute;
  top: 0;
  left: 301px;
  display: none;
}

.product .productNav .secondItem {
  width: 100%;
  height: 40px;
  text-align: center;
  line-height: 40px;
  position: relative;
}

.product .productNav .secondItem a {
  width: 241px;
  height: 100%;
  font-family: DINCondensed;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #6f6f6f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
}

.product .productNav .secondItem a span:first-child {
  margin-right: 5px;
}

.product .productNav .secondItem a.active {
  color: #1b7c9a;
}

.product .productNav .threeBox {
  width: 301px;
  height: 604px;
  background-color: rgba(255, 255, 255, 0.3);
  position: relative;
  top: 0;
  left: 301px;
  display: none;
}

.product .productNav .threeItem {
  width: 100%;
  height: 40px;
  text-align: center;
  line-height: 40px;
  position: relative;
}

.product .productNav .threeItem a {
  width: 241px;
  height: 100%;
  font-family: DINCondensed;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #6f6f6f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
}

.product .productNav .threeItem a span:first-child {
  margin-right: 5px;
}

.product .productNav .threeItem a.active {
  color: #1b7c9a;
}

.industry {
  width: 100%;
  min-height: 715px;
  background-color: #ECF2F7;
}

.industry .industryBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.industry .industryItem {
  width: 380px;
  height: 550px;
}

.industry .industryItem .img {
  width: 100%;
  height: 305px;
  position: relative;
  cursor: pointer;
}

.industry .industryItem .img > div {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  font-size: 50px;
  text-align: center;
  line-height: 305px;
  font-weight: 300;
  color: #1b7c9a;
  display: none;
}

.industry .industryItem .img:hover > div {
  display: block;
}

.industry .industryItem .img > img {
  width: 100%;
  height: 305px;
  display: block;
}

.industry .industryItem > h1 {
  font-family: DINCondensed;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #1b7c9a;
  margin: 30px 0;
}

.industry .industryItem > p {
  font-family: DINCondensed;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #464646;
  margin-bottom: 50px;
}

.industry .industryItem > .more {
  font-family: DINCondensed;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #8c8d8d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.industry .industryItem > .more > span:first-child {
  margin-right: 15px;
}

.industry .industryItem > .more.active {
  color: #464646;
}

.service {
  width: 100%;
  min-height: 715px;
  background-color: #ffffff;
  margin-bottom: 50px;
}

.service .serviceBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.service .serviceBox .serviceItem:nth-of-type(1) .bottom {
  background-color: rgba(63, 107, 167, 0.8);
}

.service .serviceBox .serviceItem:nth-of-type(2) .bottom {
  background-color: rgba(207, 93, 24, 0.8);
}

.service .serviceBox .serviceItem:nth-of-type(3) .bottom {
  background-color: rgba(105, 184, 39, 0.8);
}

.service .serviceBox .serviceItem:nth-of-type(4) .bottom {
  background-color: rgba(46, 129, 162, 0.8);
}

.service .serviceItem {
  position: relative;
  width: 50%;
  height: 250px;
  display: block;
}

.service .serviceItem:hover > .bottom {
  height: 120px;
  line-height: 60px;
}

.service .serviceItem:hover img {
  display: block;
  margin: 0 auto;
}

.service .bottom {
  width: 100%;
  height: 43px;
  position: absolute;
  bottom: 0;
  left: 0;
  font-family: DINCondensed;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #fff;
  text-align: center;
  line-height: 43px;
}

.service .bottom img {
  display: none;
}

.about {
  width: 100%;
  min-height: 725px;
  background-color: #ECF2F7;
}

.about .aboutBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.about .aboutLeft,
.about .aboutRight {
  width: 50%;
  height: 100%;
  margin-bottom: 50px;
}

.about .aboutRight {
  width: 45%;
}

.about .aboutTitle {
  font-family: DINCondensed;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #1b7c9a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.about .aboutTitle::before {
  content: '';
  width: 3px;
  height: 20px;
  background-color: #1b7c9a;
  display: block;
  margin-right: 10px;
}

.about .aboutLeftBox {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  width: 95%;
  margin: 30px auto;
}

.about .aboutMore {
  display: block;
  width: 78px;
  height: 23px;
  background-color: #ecf2f7;
  border: solid 1px #8c8d8d;
  border-radius: 3px;
  font-family: DINCondensed;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #8c8d8d;
  text-align: center;
  line-height: 23px;
  margin: 40px auto 100px;
}

.about .aboutMore:hover {
  border-color: #1b7c9a;
  color: #1b7c9a;
}

.about .icon {
  width: 90%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.about .icon > a {
  width: 25%;
  display: block;
}

.about .icon > a > div {
  width: 73px;
  height: 64px;
  background-position: center center;
  background-size: contain;
  margin: 0 auto;
}

.about .icon p {
  font-family: DINCondensed;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #8c8d8d;
  text-align: center;
  margin: 5px 0;
}

.about .icon .color1 {
  color: #1b7c9a;
}

.about .icon .color2 {
  color: #f15d03;
}

.about .icon .color3 {
  color: #85bd50;
}

.about .icon .color4 {
  color: #83b8c6;
}

.about .newsBox {
  width: 100%;
  height: 100%;
  margin-top: 30px;
}

.about .newsOne {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.about .newsOne > img {
  width: 30%;
  height: 110px;
  display: block;
  margin-right: 30px;
}

.about .newsOne > div {
  width: 60%;
}

.about .newsOne > div h1 {
  font-family: DINCondensed;
  font-size: 19px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #464646;
}

.about .newsOne > div p:first-of-type {
  font-family: DINCondensed;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #8c8d8d;
  margin: 10px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.about .newsOne > div p:last-of-type {
  font-family: DINCondensed;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #c5c5c5;
}

.about .newsOne::after {
  content: '';
  width: 560px;
  height: 1px;
  background-color: #c5c5c5;
  display: block;
  margin-top: 50px;
  margin-bottom: 30px;
}

.about .newsOne:hover > div h1 {
  color: #1b7c9a;
}

.about .newsItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 10px 0;
}

.about .newsItem span:first-of-type {
  font-family: DINCondensed;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #8c8d8d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.about .newsItem span:first-of-type::before {
  content: '';
  background-color: #8c8d8d;
  width: 4px;
  height: 4px;
  display: block;
  border-radius: 50%;
  margin-right: 5px;
}

.about .newsItem span:last-of-type {
  font-family: DINCondensed;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #c5c5c5;
}

.about .newsItem:hover span:first-of-type {
  color: #1b7c9a;
}

/* 首页 */
/* 登录页 */
.loginBox .login1 {
  width: 440px;
  margin: 78px auto 78px;
}

.loginBox .loginTitle {
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 80px;
}

.loginBox .loginTitle > p {
  font-family: DINCondensed;
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #464646;
  cursor: pointer;
}

.loginBox .loginTitle .line {
  margin: 0 15px;
  display: block;
}

.loginBox .loginTitle .active {
  color: #1b7c9a;
}

.loginBox .form > p:nth-child(1) {
  font-size: 25px;
  font-weight: bold;
  color: black;
  width: 100%;
  text-align: center;
}

.loginBox .form > p:nth-child(2) {
  font-size: 13px;
  font-weight: 400;
  color: black;
  width: 100%;
  text-align: center;
  margin-top: 40px;
}

.loginBox .form > p:nth-child(3) {
  width: 287px;
  height: 1px;
  background: #d9d9d9;
  margin: 8px auto 22px;
}

.loginBox .input1 {
  width: 373px;
  height: 46px;
  background: white;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  position: relative;
  margin: 0 auto;
}

.loginBox .input1 input {
  height: 100%;
  border: none;
  padding-left: 87px;
  margin-right: 30px;
}

.loginBox .input1 input::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #b7b7b7;
}

.loginBox .input1 input:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #b7b7b7;
}

.loginBox .input1 input::-ms-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #b7b7b7;
}

.loginBox .input1 input::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #b7b7b7;
}

.loginBox .input1 span:nth-child(1) {
  position: absolute;
  font-size: 16px;
  font-weight: 400;
  color: black;
  top: 14px;
  left: 19px;
}

.loginBox .input1 span:nth-child(2) {
  position: absolute;
  font-size: 13px;
  font-weight: 400;
  color: black;
  top: 10px;
  left: 57px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.loginBox .input1 span:nth-child(3) {
  position: absolute;
  width: 2px;
  height: 14px;
  font-size: 13px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #b8b8b8;
  top: -6px;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  left: 74px;
}

.loginBox .input2 {
  width: 373px;
  height: 46px;
  background: white;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  position: relative;
  margin: 23px auto 0;
}

.loginBox .input2 input {
  height: 100%;
  border: none;
  padding-left: 18px;
}

.loginBox .input2 input::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #b7b7b7;
}

.loginBox .input2 input:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #b7b7b7;
}

.loginBox .input2 input::-ms-input-placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #b7b7b7;
}

.loginBox .input2 input::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #b7b7b7;
}

.loginBox .input2 span:nth-child(2) {
  position: relative;
  font-size: 13px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #b8b8b8;
  top: 0px;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  left: -35px;
}

.loginBox .btn {
  position: absolute;
  right: 40px;
  top: 0px;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: black;
  line-height: 46px;
  cursor: pointer;
  text-align: center;
}

.loginBox .btnNum {
  color: #1b7c9a;
  display: none;
}

.loginBox .sure {
  width: 373px;
  height: 46px;
  background: #1b7c9a;
  border-radius: 5px;
  text-align: center;
  line-height: 46px;
  font-size: 15px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: white;
  margin: 37px auto 60px;
  cursor: pointer;
}

.loginBox .sure:hover {
  background: #F15D03;
}

.loginBox .qita {
  margin: 36px auto 0;
  text-align: center;
}

.loginBox .qita span:nth-child(1) {
  display: inline-block;
  width: 84px;
  height: 1px;
  background: #d9d9d9;
}

.loginBox .qita span:nth-child(2) {
  font-size: 13px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #b7b7b7;
  margin-left: 21px;
}

.loginBox .qita span:nth-child(3) {
  display: inline-block;
  width: 84px;
  height: 1px;
  background: #d9d9d9;
  margin-left: 21px;
}

.loginBox .icon {
  width: 110px;
  overflow: hidden;
  margin: 36px auto;
}

.loginBox .icon li {
  width: 34px;
  height: 34px;
  background: #D9D9D9;
  border-radius: 50%;
  float: left;
  margin-left: 41px;
}

.loginBox .icon li img {
  display: block;
  margin: 8px auto 0;
}

.loginBox .icon li:nth-child(1) {
  margin-left: 0;
}

.loginBox .xieyi {
  text-align: center;
  width: 100%;
}

.loginBox .xieyi span {
  font-size: 13px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #b7b7b7;
  line-height: 29px;
}

.loginBox .xieyi span:nth-child(2),
.loginBox .xieyi span:nth-child(4) {
  font-size: 13px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #1a7eaf;
}

.loginBox .line1 {
  width: 100%;
  height: 1px;
  background: #1A7EAF;
}

.loginBox .loginCode {
  width: 250px;
  height: 250px;
  margin: 0 auto;
}

.loginBox .loginCode img {
  width: 175px;
  height: 175px;
  display: block;
  margin: 0 auto 20px;
}

.loginBox .loginCode p {
  width: 184px;
  text-align: center;
  margin: 0 auto;
}

/* 登录页 */
/* 搜索页 */
.search {
  min-height: 400px;
  overflow: hidden;
}

.search .searchTitle {
  margin-top: 70px;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 50px;
  font-family: DINCondensed;
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #1b7c9a;
  padding-left: 40px;
}

.search .searchTitle::after {
  content: '';
  display: block;
  width: 153px;
  height: 2px;
  background-color: #1b7c9a;
  margin: 20px 0 0 0;
  margin-left: -40px;
}

.search .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px dashed #e8e8e8;
  width: 100%;
  height: 60px;
  line-height: 60px;
}

.search .item span:first-child {
  font-family: DINCondensed;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #464646;
  padding-left: 40px;
}

.search .item span:last-child {
  font-family: DINCondensed;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #a7a6a6;
}

.search .item:hover span:first-child {
  color: #1b7c9a;
}

/* 搜索页 */
/* 分页 */
.nav {
  text-align: center;
  width: 100%;/*270px;*/
  min-height: 22px;
  margin: 50px auto;
}

.nav > p {
  text-align: center;
  margin-bottom: 15px;
  font-family: DINCondensed;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #6a6a6a;
}

.nav > ul{
    width: auto;
    margin: 0 auto;
    clear: both;
    display: inline-block;
}
/*.nav > ul {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}*/

.nav > ul li{
    float: left;
    display: inline;
    margin: 0 5px;
    position: relative;
}

.nav > ul li a {
  display: block;
  min-width: 22px;
  height: 22px;
  background-color: #f7f7f7;
  border: solid 1px #e5e5e5;
  text-align: center;
  line-height: 22px;
  color: #999999;
}

.nav > ul li a.active {
  background-color: #1b7c9a;
  color: #fff;
}

.nav > ul li a.next {
  color: #1a0405;
  padding: 0 20px;
}

.nav > ul li a.prev {
  color: #1a0405;
  padding: 0 20px;
}

.nav > ul li a:hover {
  background-color: #1b7c9a;
  color: #fff;
}

/* 分页 */
.bannerOne {
  width: 100%;
  height: 308px;
}

.bannerOne > p {
  font-family: DINCondensed;
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 308px;
  letter-spacing: 0.2em;
}

.bannerTwo {
  width: 100%;
  height: 308px;
  position: relative;
}

.bannerTwo > div {
  width: 262px;
  height: 145px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.bannerTwo > div h1 {
  width: 100%;
  position: absolute;
  top: 30px;
  text-align: center;
  font-family: DINCondensed;
  font-size: 38px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #fffefe;
  font-weight: bold;
}

.bannerTwo > div h2 {
  width: 100%;
  position: absolute;
  top: 90px;
  text-align: center;
  font-family: DINCondensed;
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #fffefe;
}

/* aboutus */
.aboutUs .mainbox {
  margin: 0 auto;
  border-bottom: 1px solid #E8E8E8;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.aboutUs .mainbox li {
  width: 153px;
  float: left;
  font-size: 17px;
  font-weight: 400;
  color: #464646;
  line-height: 17px;
  padding: 28px 0;
  cursor: pointer;
  text-align: center;
}

.aboutUs .mainbox li:hover {
  color: #1A7EAF !important;
  border-bottom: 2px solid #1A7EAF;
}

.aboutUs .mainbox li:nth-child(1) {
  margin-left: 0;
}

.aboutUs .active1 {
  color: #1A7EAF !important;
  border-bottom: 2px solid #1A7EAF;
}

.aboutUs .content {
  margin: 51px auto 51px;
}

.aboutUs .infobox {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.aboutUs .tit {
  width: 25%;
  height: 400px;
}

.aboutUs .tit .swiper-container {
  width: 100%;
  height: 400px;
}

.aboutUs .tit .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.aboutUs .tit .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: none;
  opacity: 1;
  border: 2px solid #fff;
}

.aboutUs .tit .swiper-pagination-bullet-active {
  opacity: 1;
  background: #ffffff;
}

.aboutUs .tit .swiper-container-horizontal > .swiper-pagination-bullets,
.aboutUs .tit .swiper-pagination-custom,
.aboutUs .tit .swiper-pagination-fraction {
  bottom: 10px;
  left: 90px;
  width: 100%;
}

.aboutUs .info {
  width: 70%;
  font-size: 17px;
  font-weight: 400;
  color: #464646;
  line-height: 25px;
}

.aboutUs .img {
  margin: 57px auto 0;
}

.aboutUs .shiming {
  width: 25%;
  height: 490px;
  border: 1px solid #6A6A6A;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.aboutUs .shiming:hover .top {
  background-color: #1b7c9a;
}

.aboutUs .shiming:hover .top > p {
  color: #fff !important;
}

.aboutUs .shiming:hover .back {
  display: none;
}

.aboutUs .shiming:hover .bottom > p {
  color: #4C4C4C;
}

.aboutUs .shiming .top {
  width: 100%;
  height: 155px;
  background-color: #E8F2F5;
  overflow: hidden;
}

.aboutUs .shiming .top > p:first-child {
  font-family: DINCondensed;
  font-size: 23px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #464646;
  text-align: center;
  margin-top: 30px;
  font-weight: bold;
}

.aboutUs .shiming .top > p:last-child {
  font-family: DINCondensed;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #464646;
  text-align: center;
  margin-top: 10px;
}

.aboutUs .bottom {
  width: 100%;
  height: calc(490px - 155px);
}

.aboutUs .bottom > p {
  min-height: 110px;
  text-align: center;
  margin-top: 35px;
  margin-bottom: 30px;
  font-family: DINCondensed;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #a5a5a5;
}

.aboutUs .bottom > div {
  width: 275px;
  height: 142px;
  display: block;
  position: relative;
  margin: 0 auto;
}

.aboutUs .bottom > div > img {
  width: 275px;
  height: 142px;
  display: block;
}

.aboutUs .bottom > div .back {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}

.infobox .shiming:nth-child(1),
.infobox .shiming:nth-child(2),
.infobox .shiming:nth-child(3) {
  border-right: none;
}

.add > p:nth-child(1) {
  font-size: 15px;
  font-weight: 400;
  color: black;
}

.add > p:nth-child(2) {
  font-size: 13px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #6a6a6a;
  margin-top: 10px;
  line-height: 26px;
}

.history {
  width: 100%;
  overflow: hidden;
  margin-top: 50px;
  /*大事记start*/
}

.history .event_box {
  width: 90%;
  margin: 3% auto 0;
  position: relative;
  min-height: 420px;
}

.history .event_box .parHd {
  width: 100%;
  display: inline-block;
  height: 52px;
  overflow: hidden;
}

.history .parHd ul {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  height: 50px;
}

.history .parHd .tempWrap {
  margin: 0 auto;
}

.history .parHd li.no_line:before {
  display: none;
}

.history .parHd li {
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
  color: #000;
  margin: 0 10px;
  position: relative;
  background-color: #D7D7D7;
  padding: 5px 30px;
  height: 30px;
  line-height: 30px;
}

.history .parBd {
  text-align: center;
  margin-top: 20px;
}

.history .parBd h4 {
  position: relative;
  font-size: 40px;
  margin-bottom: 3%;
  /*width:200px;*/
  padding: 0 60px;
  display: inline-block;
  text-align: center;
}

.history .parBd h4:after {
  content: '';
  background: #000;
  width: 100px;
  height: 1px;
  position: absolute;
  left: -100px;
  bottom: 12px;
}

.history .parBd h4:before {
  content: '';
  background: #000;
  width: 100px;
  height: 1px;
  position: absolute;
  right: -100px;
  bottom: 12px;
}

.history .parBd p {
  line-height: 180%;
  font-size: 16px;
  width: 80%;
  margin: 0 auto;
}

.history .sildeBoxImg {
  width: 100%;
  height: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.history .sildeBoxImg img {
  width: 100%;
  height: 100%;
  display: block;
}

.history .slideNews {
  width: 100%;
  margin-top: 30px;
}

.history .slideNewsItem {
  font-family: DINCondensed;
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #464646;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 15px 30px;
}

.history .slideNewsItem::before {
  content: '';
  background-color: #464646;
  width: 7px;
  height: 7px;
  display: block;
  border-radius: 50%;
  margin-right: 15px;
}

.history p {
  font-family: DINCondensed;
  font-size: 17px !important;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #464646;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 15px 30px !important;
  width:100% !important;
}

.history p::before {
  content: '';
  background-color: #464646;
  width: 7px;
  height: 7px;
  display: block;
  border-radius: 50%;
  margin-right: 15px;
}

.history div#listBox {
  width: 100%;
}

.history .sPrev,
.history .sNext {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: 2px;
}

.history .sPrev {
  left: -30px;
}

.history .sNext {
  right: -40px;
}

.history .sPrev img,
.history .sNext img {
  transition: all 0.6s cubic-bezier(0.51, 1.1, 0.9, 0.95);
  -moz-transition: all 0.6s cubic-bezier(0.51, 1.1, 0.9, 0.95);
  -webkit-transition: all 0.6s cubic-bezier(0.51, 1.1, 0.9, 0.95);
  -o-transition: all 0.6s cubic-bezier(0.51, 1.1, 0.9, 0.95);
}

.history .parHd li.act span {
  display: block;
  width: 100%;
  height: 100%;
  background: #1b7c9a;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 21;
  height: 40px;
  line-height: 40px;
  color: #fff;
}

.history .parHd li.act span::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #1b7c9a;
  display: block;
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 999999999;
}

.history .parHd li span,
.history .parHd li.clone span {
  display: none;
}

.honorBox {
  width: 100%;
  overflow: hidden;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.honorBox .honorItem {
  width: 341px;
  height: 273px;
  margin-bottom: 40px;
}

.honorBox .honorItem > .item {
  width: 341px;
  height: 233px;
  border: solid 1px #464646;
}

.honorBox .honorItem > .item img {
  width: 100%;
  height: 100%;
  display: block;
}

.honorBox .honorItem > p {
  font-family: DINCondensed;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #464646;
  text-align: center;
  line-height: 40px;
}

/* 联系我们 */
.contactUs .contactUsName {
  width: 100%;
  height: 209px;
  background-color: #e8f2f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 40px;
}

.contactUs .contactUsName p {
  font-family: DINCondensed;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #464646;
  margin-left: 60px;
}

.contactUs .contactUsName img {
  width: 41px;
  height: 41px;
  display: block;
  float: left;
}

.contactUs .one {
  width: 100%;
  height: 50px;
}

.contactUs .one h1 {
  font-family: DINCondensed;
  font-size: 23px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #1b7c9a;
  margin-left: 60px;
  font-weight: bold;
}

.contactUs .item {
  width: 30%;
}

.contactUs .item-frist {
  width: 45%;
}

.contactUs .item-last {
  width: 21%;
}

.contactUs .contactUsForm {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px;
}

.contactUs #dituContent {
  width: 45%;
  height: 374px;
  border: #ccc solid 1px;
}

.contactUs .form {
  width: 50%;
  height: auto;
}

.contactUs .form > div {
  margin-bottom: 18px;
  position: relative;
}

.contactUs .form input {
  width: 100%;
  height: 46px;
  border: solid 1px #b5b5b5;
  padding-left: 20px;
  font-size: 16px;
}

.contactUs .form input:focus {
  border: 1px solid #9ecaed;
}

.contactUs .form textarea {
  width: calc(100% - 20px);
  border: solid 1px #b5b5b5;
  padding-left: 20px;
  padding: 20px;
  font-size: 16px;
}

.contactUs .form textarea:focus {
  border: 1px solid #9ecaed;
}

.contactUs .form img {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 0px;
}

.contactUs .form .textImg {
  top: 30px;
  margin: 0;
}

.contactUs .form .btnsum {
  width: 173px;
  height: 46px;
  border: solid 1px #b5b5b5;
  color: #1b7c9a;
  font-size: 16px;
  background-color: #fff;
}

.contactUs .form .btnsum:hover {
  background-color: #1b7c9a;
  color: #fff;
}

.contactUs .contactUsOther {
  width: 100%;
  margin-top: 50px;
}

.contactUs .contactUsOther .title {
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 40px;
}

.contactUs .contactUsOther .title h1 {
  font-family: DINCondensed;
  font-size: 23px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #1b7c9a;
  margin-left: 20px;
  font-weight: bold;
}

.contactUs .table {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contactUs .table .item {
  width: 50%;
  height: 128px;
}

.contactUs .table p {
  font-family: DINCondensed;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #464646;
  padding-left: 40px;
}

.contactUs .table .black {
  background-color: #DCDCDC;
  border-right: 1px solid #fff;
  width: 100%;
  height: 42px;
  line-height: 42px;
}

.contactUs .table .black p {
  font-weight: bold;
}

.contactUs .table .white {
  background-color: #F8F8F8;
  border-right: 1px solid #fff;
  width: 100%;
  height: 71px;
  padding-top: 15px;
}

.contactUs .table .white p {
  line-height: 24px;
}

/* 联系我们 */
/* aboutus */
/* 网站信息 */
.info .banner {
  width: 100%;
  height: 450px;
  overflow: hidden;
}

.info .main {
  width: 1200px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin-left: auto;
  margin-right: auto;
}

.info .banner .main p {
  position: absolute;
  top: 458px;
  left: 0;
  font-size: 58px;
  font-weight: 400;
  color: white;
  line-height: 63px;
  text-shadow: 0px 9px 8px rgba(0, 52, 95, 0.51);
}

.info .mainbox {
  margin: 30px auto 0;
  border-bottom: 1px solid #E8E8E8;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.info .mainbox li {
  font-size: 17px;
  font-weight: 400;
  color: #6a6a6a;
  line-height: 17px;
  padding: 18px 0;
  cursor: pointer;
  margin: 0 40px;
}

.info .mainbox li:nth-child(1) {
  margin-left: 0;
}

.info .active {
  color: #1A7EAF !important;
  border-bottom: 2px solid #1A7EAF;
}

.info .content {
  margin: 51px auto 51px;
}

.info .infobox {
  width: 100%;
  overflow: hidden;
}

.info .tit {
  float: left;
}

.info .tit > p:nth-child(1) {
  font-size: 23px;
  font-weight: 400;
  color: black;
}

.info .tit > p:nth-child(2) {
  font-size: 13px;
  font-weight: 400;
  color: #6a6a6a;
  margin-top: 8px;
  text-align: center;
}

.info .info {
  width: 807px;
  float: left;
  font-size: 13px;
  font-weight: 400;
  color: #6a6a6a;
  line-height: 25px;
  margin-left: 154px;
}

.info .img {
  width: 1200px;
  margin: 57px auto 0;
}

.info .shiming {
  float: left;
  width: 419px;
  margin-left: 204px;
  margin-bottom: 50px;
}

.info .infobox .shiming:nth-child(1),
.info .infobox .shiming:nth-child(3) {
  margin-left: 0;
}

.info .add > p:nth-child(1) {
  font-size: 15px;
  font-weight: 400;
  color: black;
}

.info .add > p:nth-child(2) {
  font-size: 13px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #6a6a6a;
  margin-top: 10px;
  line-height: 26px;
}

.info .title > p:nth-child(1) {
  font-size: 15px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: black;
}

.info .title > p:nth-child(2) {
  font-size: 13px;
  font-weight: 400;
  color: #6a6a6a;
  margin-top: 10px;
}

.info .history {
  width: 100%;
  overflow: hidden;
  margin-top: 50px;
}

.info .left1 {
  float: left;
  min-width: 74px;
}

.info .left1 > p {
  font-size: 13px;
  margin-bottom: 38px;
  font-weight: 400;
  color: #1a7eaf;
}

.info .line {
  float: left;
  width: 10px;
  margin-left: 25px;
  position: relative;
}

.info .line1 {
  width: 1px;
  height: 197px;
  margin: 0 auto;
  background: #ECECEC;
}

.info .line img:nth-child(2) {
  width: 8px;
  height: 8px;
  position: absolute;
  top: 9px;
  left: 0;
}

.info .line img:nth-child(3) {
  width: 8px;
  height: 8px;
  position: absolute;
  top: 62px;
  left: 0;
}

.info .line img:nth-child(4) {
  width: 8px;
  height: 8px;
  position: absolute;
  top: 119px;
  left: 0;
}

.info .line img:nth-child(5) {
  width: 8px;
  height: 8px;
  position: absolute;
  top: 177px;
  left: 0;
}

.info .right1 {
  float: left;
  margin-left: 32px;
}

.info .right1 p {
  font-size: 13px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #6a6a6a;
  margin-bottom: 38px;
}

.info .line3 {
  width: 46px;
  height: 1px;
  background: #838383;
  margin-top: 21px;
}

.info .adress {
  margin-top: 20px;
  font-size: 13px;
  font-weight: 400;
  color: #6a6a6a;
  line-height: 36px;
}

.info .form2 {
  float: right;
  width: 523px;
}

.info .form2 .name {
  width: 243px;
  height: 27px;
  background: #F8F8F8;
  border: 1px solid #b6b6b6;
  padding-left: 9px;
}

.info .form2 .call {
  width: 243px;
  height: 27px;
  background: #F8F8F8;
  border: 1px solid #b6b6b6;
  padding-left: 9px;
  margin-left: 10px;
}

.info .text {
  width: 511px;
  height: 69px;
  background: #F8F8F8;
  margin-top: 16px;
  border: 1px solid #b6b6b6;
  padding-left: 9px;
  padding-top: 9px;
  outline: none;
  resize: none;
  color: #919191;
}

.info .btnsum {
  width: 523px;
  height: 27px;
  background: #1A7EAF;
  text-align: center;
  line-height: 24px;
  margin-top: 15px;
  font-size: 13px;
  font-weight: 400;
  color: white;
  border: 1px solid #1a7eaf;
}

.info #container {
  height: 100%;
}

.info #container {
  width: 100%;
}

.info .content {
  overflow: hidden;
}

.info .navs {
  padding: 51px 0 51px 0;
  border-bottom: 1px solid #E8E8E8;
  overflow: hidden;
}

.info .navs li {
  float: left;
  width: 33%;
  text-align: center;
}

.info .navs li a {
  display: block;
  font-size: 13px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #1d1d1d;
  margin-top: 23px;
}

.info .navs li a:hover {
  color: #1b7c9a;
}

.info .navs li a:nth-child(1) {
  font-size: 19px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: black;
  margin-top: 0;
}

.info .navs li a:nth-child(1):hover {
  color: #1b7c9a;
}

.info .content .navs:nth-child(1) {
  margin-top: -50px;
}

/* 网站信息 */
/* 产品服务 */
.productUs .productBox {
  margin: 50px auto;
}

.productUs .productSearch {
  width: 100%;
  height: 62px;
  border: solid 1px #dfdfdf;
  background: #F0F0F0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}

.productUs .productSearch > .left {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.productUs .productSearch > .left > p {
  font-family: DINCondensed;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #464646;
  width: 20%;
}

.productUs .productSearch > .left > div {
  width: 607px;
  height: 32px;
  position: relative;
}

.productUs .productSearch > .left input {
  width: 90%;
  height: 32px;
  border: solid 1px #dfdfdf;
  padding-left: 20px;
}

.productUs .productSearch > .left .productSearchImg {
  width: 38px;
  height: 32px;
  background-color: #464646;
  border: solid 1px #464646;
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  cursor: pointer;
}

.productUs .productSearch > .left .productSearchImg:hover {
  background-color: #1b7c9a;
  border-color: #1b7c9a;
}

.productUs .productSearch > .right {
  font-family: DINCondensed;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #8b8b8b;
}

.productUs .productContent {
  width: 100%;
  min-height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.productUs .productContent .contentLeft {
  width: 263px;
  height: auto;
}

.productUs .productContent .contentRight {
  width: calc(100% - 303px);
  height: auto;
}

.productUs .productContent .contentOne {
  width: 100%;
  min-height: 58px;
  background-color: #ffffff;
  border: solid 1px #dfdfdf;
  border-bottom: none;
  cursor: pointer;
}

.productUs .productContent .contentOne > p {
  width: calc(100% - 40px);
  height: 58px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.productUs .productContent .contentOne > p.active {
  color: #fff;
  background-color: #1b7c9a;
}

.productUs .productContent .contentOne:hover {
  color: #fff;
  background-color: #1b7c9a;
}

.productUs .productContent .contentOne:hover p > .imgg {
  content: url('/templates/cn/img/rightPP.png');
}

.productUs .productContent .contentOne:hover .contentTwo > p {
  color: #111;
}

.productUs .productContent .contentOne .contentTwo {
  width: 100%;
  min-height: 58px;
  background-color: #F0F0F0;
}

.productUs .productContent .contentOne .contentTwo > p {
  width: calc(100% - 40px);
  height: 58px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.productUs .productContent .contentOne .contentTwo > p:hover {
  color: #1b7c9a;
}

.productUs .productContent .contentOne .contentTwo > p img {
  display: none;
}

.productUs .productContent .contentOne .contentTwo > p.active {
  color: #1b7c9a;
}

.productUs .productContent .contentOne .contentTwo > p.active img {
  display: block;
}

.productUs .productContent .contentOne:last-child {
  border-bottom: solid 1px #dfdfdf;
}

.productUs .productContent .rightTab {
  width: 100%;
  height: 36px;
  border-bottom: 1px solid #dfdfdf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.productUs .productContent .rightTab span {
  margin: 0 10px;
  height: 36px;
}

.productUs .productContent .rightTab p {
  font-family: DINCondensed;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #464646;
  height: 36px;
}

.productUs .productContent .rightTab p.active {
  color: #1b7c9a;
  border-bottom: 1px solid #1b7c9a;
}

.productUs .productContent .content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.productUs .productContent .contentItem {
  display: block;
  width: 29%;
  height: 320px;
  border: solid 1px #dfdfdf;
  margin: 10px;
}

.productUs .productContent .contentItem > div {
  width: 100%;
  height: 231px;
  border-bottom: 1px solid #dfdfdf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.productUs .productContent .contentItem > div img {
  width: 100%;
  height: 100%;
  display: block;
}

.productUs .productContent .contentItem h1 {
  font-family: DINCondensed;
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #7e7d7d;
  text-align: center;
  margin-top: 20px;
}

.productUs .productContent .contentItem h2 {
  font-family: DINCondensed;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #7e7d7d;
  text-align: center;
  margin-top: 5px;
}

.productUs .productContent .contentItem:hover {
  background-color: #1b7c9a;
}

.productUs .productContent .contentItem:hover h1 {
  color: #fff;
}

.productUs .productContent .contentItem:hover h2 {
  color: #fff;
}

.productUs .productContent .contentDetail .detailTop {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 40px 0 50px;
}

.productUs .productContent .contentDetail .detailBottom {
  width: 100%;
}

.productUs .productContent .contentDetail .pic {
  width: 48%;
  height: 448px;
  border: solid 1px #dfdfdf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.productUs .productContent .contentDetail .detailRight {
  width: 46%;
}

.productUs .productContent .contentDetail .detailRight .detilTitle {
  font-family: DINCondensed;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #464646;
  text-align: left;
  font-weight: bold;
  padding-bottom: 40px;
  border-bottom: 1px dashed #e3e3e3;
  margin-bottom: 40px;
}

.productUs .productContent .contentDetail .detailRight > p {
  font-family: DINCondensed;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #7e7d7d;
  line-height: 30px;
}

.productUs .productContent .contentDetail .detailRight > p:last-child {
  font-family: DINCondensed;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #464646;
  margin-top: 50px;
}

.productUs .productContent .contentDetail .pageNum {
  width: 100%;
  height: 80px;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.productUs .productContent .contentDetail .pageNum > a {
  width: 143px;
  height: 26px;
  background-color: #ffffff;
  border: solid 1px #dbdbdb;
  border-radius: 13px;
  margin: 0 10px;
  text-align: center;
  line-height: 26px;
  font-family: DINCondensed;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #6a6a6a;
}

.productUs .productContent .contentDetail .pageNum > a:hover {
  border-color: #1b7c9a;
  color: #1b7c9a;
}

.productUs .productContent .industryTitle {
  width: 100%;
  height: 60px;
  font-family: DINCondensed;
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #1b7c9a;
  line-height: 60px;
  text-align: center;
  margin-bottom: 10px;
}

.productUs .productContent .industryTitle::after {
  content: '';
  display: block;
  height: 10px;
  background-image: url(../img/line.png);
}

.productUs .productContent .detailBottom {
  margin-top: 20px;
}

.productUs .productContent .uploadList {
  padding-top: 30px;
}

.productUs .productContent .uploadItem {
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px dashed #e3e3e3;
}

.productUs .productContent .uploadItem > p:first-child {
  font-family: DINCondensed;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #464646;
}

.productUs .productContent .uploadItem .downItem {
  min-width: 80px;
  font-family: DINCondensed;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #a7a6a6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.productUs .productContent .uploadItem:hover > p:first-child {
  color: #1b7c9a;
}
.productUs .productContent .uploadItem:hover > a > span {
  color: #f15d03;
}
.productUs .productContent .uploadItem:hover > a > img {
  content: url('/templates/cn/img/down_2.png');
}

.productUs .tab {
  width: calc(100% - 40px);
  background-color: #F0F0F0;
  padding: 20px;
  margin-top: 40px;
}

.productUs .tab .tabTitle {
  width: 100%;
  font-family: DINCondensed;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #464646;
  border-bottom: 1px solid #DFDFDF;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.productUs .tab .tabContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.productUs .tab .tabContent a {
  width: 30%;
  height: 40px;
  font-family: DINCondensed;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #7e7d7d;
  line-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.productUs .tab .tabContent a:hover {
  color: #1b7c9a;
}

.productUs .tab .tabContent a::before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #c2c2c2;
  display: block;
  margin-right: 10px;
  border-radius: 50%;
}
.productUs .tab .tabContent a:hover::before {
  background-color: #1b7c9a;
}

/* 产品服务 */
/* 行业应用  */
.industrys {
  margin: 50px auto;
}

.industrys .industryBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.industrys .contentItem {
  display: block;
  width: 31.5%;
  min-height: 390px;
  border: solid 1px #dfdfdf;
  margin: 10px;
}

.industrys .contentItem > div {
  width: 100%;
  height: 261px;
  border-bottom: 1px solid #dfdfdf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.industrys .contentItem > div img {
  width: 100%;
  height: 100%;
  display: block;
}

.industrys .contentItem h1 {
  font-family: DINCondensed;
  font-size: 19px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #424242;
  margin: 20px 20px 0 20px;
  font-weight: bold;
}

.industrys .contentItem p {
  font-family: DINCondensed;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #6a6a6a;
  margin: 10px 20px;
  line-height: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 30px;
}

.industrys .contentItem:hover h1 {
  color: #1b7c9a;
}

.industrys .industryTitle {
  width: 100%;
  height: 60px;
  font-family: DINCondensed;
  font-size: 25px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #1b7c9a;
  line-height: 60px;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 30px;
  font-weight: bold;
}

.industrys .industryTitle::after {
  content: '';
  display: block;
  height: 10px;
  background-image: url(../img/line.png);
}

.industrys .detailBottom {
  width: 100%;
}

.industrys .pageNum {
  width: 100%;
  height: 80px;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.industrys .pageNum > a {
  width: 143px;
  height: 26px;
  background-color: #ffffff;
  border: solid 1px #dbdbdb;
  border-radius: 13px;
  margin: 0 10px;
  text-align: center;
  line-height: 26px;
  font-family: DINCondensed;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #6a6a6a;
}

.industrys .pageNum > a:hover {
  border-color: #1b7c9a;
  color: #1b7c9a;
}

/* 行业应用  */
/* 新闻 */
.newsBox {
  margin: 0px auto 50px;
}

.newsBox .newsTab {
  width: 100%;
  height: 80px;
  border-bottom: 1px solid #dfdfdf;
  line-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  cursor: pointer;
}

.newsBox .newsTab:hover > p {
  color: #1b7c9a;
  border-bottom: 2px solid #1b7c9a;
}

.newsBox .newsTab > p {
  width: 150px;
  margin: 0 15px;
  font-family: DINCondensed;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #464646;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.newsBox .newsTab > p.active {
  color: #1b7c9a;
  border-bottom: 2px solid #1b7c9a;
}

.newsBox .newsContent {
  overflow: hidden;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 218px;
  border-bottom: 1px solid #e8e8e8;
}

.newsBox .newsContLeft {
  width: 235px;
  overflow: hidden;
}

.newsBox .newsContLeft img {
  width: 100%;
  display: block;
}

.newsBox .newsContRight {
  margin-left: 45px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  padding-right: 75px;
}

.newsBox .newsContRight h5 {
  margin-top: 15px;
  font-size: 19px;
  color: #464646;
  font-weight: 500;
}

.newsBox .newsContRight > a h5:hover {
  color: #1b7c9a;
}

.newsBox .newsContRight span {
  display: block;
  color: #83b8c6;
  margin-top: 25px;
}

.newsBox .newsContRight p {
  margin-top: 20px;
  color: #464646;
  font-size: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.newsBox .readMore {
  width: 104px;
  height: 28px;
  display: block;
  color: #464646;
  font-size: 15px;
  margin-top: 18px;
  line-height: 28px;
  border: solid 1px #a9a9a9;
  text-align: center;
  border-left-width: 2px;
}

.newsBox .readMore:hover {
  color: #fff;
  background-color: #1b7c9a;
  border-color: #1b7c9a;
}

.newsBox .readMore i {
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
}

/* 新闻 */
/* 屏幕变化 */
@media (max-width: 1200px) {
  .banner .swiper-container {
    width: 100%;
    height: 270px;
  }
  .banner .swiper-slide {
    background-size: contain !important;
  }
  /* 分页 */
  .bannerOne {
    width: 100%;
    height: 157px;
    background-size: contain !important;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .bannerOne p {
    line-height: 157px;
  }
  .bannerTwo {
    width: 100%;
    height: 157px;
    position: relative;
    background-size: contain !important;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .bannerTwo > div {
    width: calc(262px * 0.8);
    height: calc(145px * 0.8);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }
  .bannerTwo > div h1 {
    width: 100%;
    position: absolute;
    top: 20px;
    text-align: center;
    font-family: DINCondensed;
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #fffefe;
    font-weight: bold;
  }
  .bannerTwo > div h2 {
    width: 100%;
    position: absolute;
    top: 70px;
    text-align: center;
    font-family: DINCondensed;
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #fffefe;
  }
  /* 内宽 */
  .maxWidthCenter {
    width: 90%;
  }
  /* footer.html */
  footer .foot {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
  }
  footer .footLeft {
    width: 100%;
  }
  footer .footNav li {
    width: calc(100% / 6);
    margin-right: 28px;
    margin-left: 28px;
  }
  footer .footRight {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  /* footer.html */
  .industry {
    width: 100%;
    min-height: 715px;
    background-color: #ECF2F7;
  }
  .industry .industryBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .industry .industryBox .contentItem {
    width: 49%;
  }
  .industry .industryItem {
    width: 380px;
    height: 550px;
  }
  .industry .industryItem:last-child {
    display: none;
  }
  .about .icon {
    width: 90%;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .about .icon > a {
    width: 50%;
    display: block;
  }
  .productUs .productContent .contentItem {
    width: 45%;
  }
  .industrys .contentItem {
    width: 46%;
  }
  /* 20200514 */
  .aboutUs .shiming {
    width: 50%;
  }
  .aboutUs .infobox .shiming:nth-child(2) {
    border-right: 1px solid #6A6A6A;
  }
  .productUs .productSearch > .left {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .productUs .productSearch > .left > p {
    font-family: DINCondensed;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #464646;
    width: 20%;
  }
  .productUs .productSearch > .left > div {
    width: 380px;
    height: 32px;
    position: relative;
  }
  .productUs .productSearch > .left input {
    width: 90%;
    height: 32px;
    border: solid 1px #dfdfdf;
    padding-left: 20px;
  }
  .productUs .productSearch > .left .productSearchImg {
    width: 38px;
    height: 32px;
    background-color: #464646;
    border: solid 1px #464646;
    position: absolute;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    cursor: pointer;
  }
  .productUs .productSearch > .left .productSearchImg:hover {
    background-color: #1b7c9a;
    border-color: #1b7c9a;
  }
  .productUs .productSearch > .right {
    font-family: DINCondensed;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #8b8b8b;
  }
  .productUs .tab .tabContent a {
    width: 50%;
    height: 40px;
    font-family: DINCondensed;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #7e7d7d;
    line-height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .productUs .productContent .contentDetail .pic {
    width: 100%;
    height: 388px;
    border: solid 1px #dfdfdf;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .productUs .productContent .contentDetail .detailRight {
    width: 100%;
  }
  .industrys .contentItem {
    margin: 16px;
  }
  .contactUs .one {
    width: 100%;
    height: 50px;
    margin-bottom: 25px;
  }
  .contactUs .item {
    width: 100%;
    margin-bottom: 15px;
  }
  .contactUs .form {
    width: 97%;
    height: auto;
    margin-bottom: 50px;
  }
  .contactUs #dituContent {
    width: 100%;
    height: 374px;
    border: #ccc solid 1px;
  }
  .contactUs .table .item {
    width: 100%;
    height: 128px;
  }
  .info .navs li {
    float: left;
    width: 50%;
    text-align: left;
    margin-bottom: 40px;
  }
  main {
    min-height: 12rem;
  }
  .about .aboutMore {
    margin: 40px auto 40px;
  }
}
/*# sourceMappingURL=style.css.map */