.banner {
  position: relative;
}
.banner__img {
  width: 100%;
  vertical-align: top;
}
.banner__text {
  font-size: 36px;
  color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  line-height: 60px;
  width: 300px;
  margin-left: -150px;
  margin-top: -30px;
}
.posBlock.full-screen {
  background-color: #f6f6f6;
}
.posBlock.full-screen .full-row {
  line-height: 48px;
}
.posBlock.full-screen a.posBlock__cell {
  color: #888888;
  font-size: 14px;
}
.posBlock.full-screen .posBlock__mid {
  color: #888888;
  font-size: 12px;
  margin: 0 5px;
}

a.button_btndefault-link {
  height: 50px;
  line-height: 50px;
  background-color: #ff9900;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  padding: 0 30px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
  -webkit-transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
  transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
  -webkit-box-shadow: rgba(0, 0, 0, 0.6) 1px 1px 4px 0px;
  box-shadow: rgba(0, 0, 0, 0.6) 1px 1px 4px 0px;
  border: 0px solid #ff5700;
}
a span.button_btndefault-label {
  color: #ffffff;
  font-weight: bold;
  -moz-transition: color 0.4s ease 0s;
  -webkit-transition: color 0.4s ease 0s;
  transition: color 0.4s ease 0s;
  white-space: nowrap;
}
a.btnarea {
  background-color: #0070c0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: transparent;
  border-width: 0px;
  height: 32px;
  line-height: 32px;
  padding: 0 20px;
}
a.btnarea span {
  color: #ffffff;
  font-family: Microsoft YaHei;
  font-weight: normal;
}
.swiperItem img {
  width: 100%;
}
.swiper-container {
  width: 100%;
}
.mainSwiperSection {
  margin-bottom: 35px;
}
.pageSection {
  width: 1200px;
  padding: 35px 0;
  margin: 0 auto;
}
.pageSection__title {
  overflow: hidden;
  overflow-wrap: break-word;
  padding: 0px;
  border-color: transparent;
  border-width: 0px;
  height: 60px;
  display: block;
  border-style: solid;
  /*background-image: url(http://tpl-c1dde6f.pic36.websiteonline.cn/upload/nnav_bg.png);
  background-position: center bottom;
  background-repeat: no-repeat;*/
  margin-bottom: 50px;
  position: relative;
  text-align: center;
}
.pageSection__title > .btnarea {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -21.5px;
}
.pageSection__title__text {
  text-align: center;
  font-family: 微软雅黑;
  font-size: 28px;
  color: #333333;
  line-height: 140%;
  display: inline-block;
  border-bottom: 2px solid #0070c0;
  padding-bottom: 18px;
}
.productList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
}
.product {
  background-color: #f5f4f4;
  width: -webkit-calc(33.33% - 20px);
  width: -moz-calc(33.33% - 20px);
  width: calc(33.33% - 20px);
  margin: 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 40px;
}
.product__img {
  display: block;
  margin: 0 auto 40px;
}
.product__name {
  text-align: center;
  color: #333;
  font-size: 17px;
  margin-top: 38px;
}
.newsContent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.newsContent__col {
  width: 47%;
}
.newsContent__col:first-child {
  margin-right: 6%;
}
.newsCateTitle {
  border-bottom: 1px solid #ccc;
  height: 45px;
  line-height: 44px;
  position: relative;
}
.newsCateTitle__text {
  font-size: 22px;
  color: #333;
}
.newsCateTitle__more {
  display: block;
  color: #0070c0;
  font-size: 13px;
  line-height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -12px;
}
.newsCateTitle__more:hover {
  opacity: .6;
}
.newsItem {
  padding: 20px 0 20px 0;
  border-bottom: 1px solid #eee;
}
.newsItem:last-child {
  border-bottom: 0;
}
.newsItem__title {
  font-size: 16px;
  color: #333;
  margin-bottom: 6px;
}
.newsItem__des {
  font-size: 13px;
  color: #333;
  line-height: 20px;
  margin-bottom: 6px;
}
.newsItem__date {
  font-size: 13px;
  color: #333;
}
.productModule {
  width: 100%;
  background: #fff;
}
.productModule > li {
  float: left;
}
.productModule__left {
  width: 58%;
  font-size: 20px;
}
.productModule__right {
  width: 40%;
  margin-left: 2%;
}
.productImg,
.productDes,
.texing,
.download {
  padding: 0 20px 20px;
  background: #fff;
  -webkit-box-shadow: 0 0 2px 2px #eee;
          box-shadow: 0 0 2px 2px #eee;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  font-size: 20px;
}
.download {
  height: 300px;
}
.productImg,
.texing {
  margin-bottom: 20px;
}
.texing__title,
.productImg__title,
.productDes__title,
.download__title {
  height: 60px;
  line-height: 60px;
  font-weight: bold;
  color: #333;
  text-align: center;
}
.texing__info {
  margin-left: 30px;
  line-height: 40px;
  font-size: 16px;
  color: #666;
  text-align: center;
}
.productImg__img {
  width: 100%;
  height: 308px;
}
.productDes__item {
  line-height: 2;
  font-size: 16px;
  color: #666;
}
.swiper-container_products {
  width: 840px;
  margin: 0 auto;
}
.swiper-container_products .swiper-button-prev,
.swiper-container_products .swiper-button-next {
  background-color: #fff;
  z-index: 2000;
}
.products__cates {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 60px;
}
.products__cateItem {
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  border: 1px solid #eee;
  color: #888;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  height: 80px;
  width: 220px;
  margin: 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.products__cateItem.active {
  background-color: #0070c0;
  border-color: #0070c0;
  color: #fff;
}
.pageSection__content > ul > li {
  border: 1px solid #cccccc;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  padding: 30px 20px;
  margin: 0 50px;
  margin-bottom: 60px;
  -webkit-box-shadow: 0 0 2px 2px #eee;
          box-shadow: 0 0 2px 2px #eee;
}
.pageSection__content__title {
  padding-bottom: 30px;
  font-size: 20px;
  font-weight: bold;
  color: #333;
}
.pageSection__content__item {
  font-size: 14px;
  color: #666666;
  line-height: 26px;
}
.pageSection__content__item p {
  text-indent: 2em;
}
.pageSection__content__item > ul > li {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  margin-right: 40px;
  border: 1px solid #ccc;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  text-align: center;
}
.pageSection__content__item > ul > li:hover {
  border: 1px solid #47cdff;
  color: #47cdff;
  cursor: pointer;
}
.pageSection__content__item > ul > li a {
  display: block;
  padding: 5px 10px;
}
