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;
}
.pageSection__title:after{
  content: ' ';
  display: block;
  height: 2px;
  width: 116px;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -58px;
  z-index: 1;
  background-color: #0070c0;
}
.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%;
}
.productList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 70px;
  padding-bottom: 10px;
}
.product {
  background-color: #fff;
  border: 1px solid #f5f5f5;
  box-shadow: 0 2px 8px #ccc;
  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 {
  overflow: hidden;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: -1px -1px 0 -1px;
}
.product__img:after{
  content: ' ';
  display: block;
  margin-top: 80%;
}
.product__name {
  text-align: center;
  color: #333;
  font-size: 17px;
  padding: 38px 20px 0;
}
.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;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.newsItem:last-child {
  border-bottom: 0;
}
.newsItem:hover .newsItem__img {
  -webkit-transform: scale(1.2);
     -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.newsItem__imgWrap {
  width: 30%;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
}
.newsItem__imgWrap:before {
  content: ' ';
  display: block;
  margin-top: 60%;
}
.newsItem__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  vertical-align: top;
  -webkit-transition: all .8s;
  -moz-transition: all .8s;
  transition: all .8s;
}
.newsItem__info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
}
.newsItem__title {
  font-size: 16px;
  color: #333;
  margin-bottom: 8px;
}
.newsItem__des {
  font-size: 13px;
  color: #333;
  line-height: 20px;
  margin-bottom: 10px;
}
.newsItem__date {
  font-size: 13px;
  color: #999;
  text-align: right;
}
.fanganWrap{
  background-color: #f4f4f4;
}
.fanganWrap .pageSection__title__text{
  color: #000;
}
.fanganWrap .product{
  /*box-shadow: none;*/
}