﻿
/* CSS Document */
.imgdz {
  width: 0.875rem;
}
.inner-ban-nav {
  background: url(../image/in-ban.png) no-repeat center center;
  height: 160px;
}
.inner-ban-nav-in {
  height: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  padding-left: 1.9rem;
}
.inner-ban-nav-in .l-tit {
  display: flex;
  flex-flow: row nowrap;
  color: #fff;
}
.inner-ban-nav-in .l-tit h3 {
  font-size: 0.85rem;
  margin-right: 12px;
}
.inner-ban-nav-in .ban-nav {
  flex: 1;
  display: flex;
  flex-flow: row nowrap;
  margin-left: 2rem;
}
.inner-ban-nav-in .ban-nav li {
  text-align: center;
  height: 100%;
  padding: 1.5rem 0;
  position: relative;
  margin-right: 15px;
}
.inner-ban-nav-in .ban-nav li:last-child {
  margin-right: 0;
}
.inner-ban-nav-in .ban-nav li p {
  color: #fff;
  margin-bottom: 8px;
  opacity: .6;
}
.inner-ban-nav-in .ban-nav li a {
  color: #fff;
  font-size: 0.45rem;
  display: inline-block;
  height: 0.9rem;
  padding: 0 0.8rem;
  line-height: 0.9rem;
  position: relative;
}
.inner-ban-nav-in .ban-nav li a:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 36px;
  height: 4px;
  background-color: #fff;
  border-radius: 5px;
  transform: translateX(-50%);
  display: none;
}
.inner-ban-nav-in .ban-nav li.active a:after {
  display: block;
}
@media screen and (max-width: 1600px) {
  .inner-ban-nav-in .ban-nav li {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .inner-ban-nav {
    height: auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .imgdz {
    width: 0.5rem;
    display: none;
  }
  .inner-ban-nav-in {
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0.625rem 0;
  }
  .inner-ban-nav-in .l-tit {
    display: flex;
    flex-flow: row nowrap;
    color: #fff;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .inner-ban-nav-in .l-tit h3 {
    font-size: 0.4rem;
    margin-right: 10px;
  }
  .inner-ban-nav-in .ban-nav {
    flex: 1;
    display: flex;
    flex-flow: row wrap;
    margin-left: 0;
    width: 100%;
  }
  .inner-ban-nav-in .ban-nav li {
    width: 33%;
    text-align: left;
    height: 100%;
    padding: 0rem 0;
    position: relative;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .inner-ban-nav-in .ban-nav li p {
    color: #fff;
    font-size: 14px;
  }
  .inner-ban-nav-in .ban-nav li a {
    color: #fff;
    font-size: 13px;
    display: inline-block;
    height: 0.56rem;
    padding: 0 0rem;
    line-height: 0.56rem;
  }
  .inner-ban-nav-in .ban-nav li a:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -5px;
    width: 24px;
    height: 2px;
    background-color: #fff;
    border-radius: 5px;
    transform: translateX(-50%);
    display: none;
  }
  .inner-ban-nav-in .ban-nav li.active p {
    color: #fff;
  }
  .inner-ban-nav-in .ban-nav li.active:after {
    display: none;
  }
}
.imgdz.animated {
  animation: leaf;
}
@-webkit-keyframes leaf {
  0% {
    opacity: 0;
    transform: rotate(5deg) translate(-30px, -24px);
  }
  100% {
    opacity: 1;
    transform: rotate(0) translate(0);
  }
}
.inner-page .global-tit.color-rev span {
  margin-left: 0;
  font-size: 24px;
  font-weight: bold;
  color: #0a6942;
}
.inner-page .index-about-l {
  width: 50%;
  padding-right: 3.5%;
  padding-top: 20px;
}
.inner-page .index-about-r {
  width: 44%;
}
.inner-page .index-about-r .img-box {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 16.25rem;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .inner-page .global-tit.color-rev span {
    font-size: 18px;
  }
  .inner-page .index-about-l {
    width: 100%;
    padding-right: 0%;
    padding-top: 0;
  }
  .inner-page .index-about-r {
    width: 100%;
  }
  .inner-page .index-about-r .img-box {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 16.25rem;
    margin-top: 0;
  }
}
.global-pdt {
  padding-top: 1.625rem;
}
.global-pdd {
  padding-bottom: 2.5rem;
}
.index-honor ul {
  margin: 0 -12px;
}
.honor-item {
  padding: 0 12px;
}
.honor-item p {
  color: #333;
  font-size: 0.45rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .global-pdt {
    padding-top: 0.65rem;
  }
  .global-pdd {
    padding-bottom: 1rem;
  }
  .honor-item p {
    font-size: 0.28rem;
  }
}
.left-product-nav {
  float: left;
  width: 25.31%;
  background-color: #eeeeee;
  padding-left: 5%;
  padding-top: 1.625rem;
}
.left-product-nav li {
  margin-bottom: 1.1rem;
}
.left-product-nav li a {
  display: block;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.left-product-nav li a i {
  font-size: 28px;
  display: none;
}
.left-product-nav li a span {
  margin-left: 0;
}
.left-product-nav li.active a {
  font-weight: bold;
}
.left-product-nav li.active a i {
  display: block;
}
.left-product-nav li.active a span {
  margin-left: 12px;
}
.product-inner-image .left-product-nav {
  background-color: #fff;
  position: relative;
  box-shadow: 0px 4px 10px rgba(4, 0, 0, 0.08);
}
.product-inner-image .right-product-box {
  background-color: #eee;
}
.right-product-box {
  min-height: 20.0rem;
  float: right;
  width: 74.69%;
  padding-top: 1.625rem;
  padding-left: 3.35rem;
}
.product-doc-edit {
  color: #333;
  font-size: 16px;
  line-height: 36px;
  text-align: justify;
}
.product-images-list ul {
  margin: 0 -20px;
}
.product-inner-image .right-product-box {
  min-height: 34.5rem;
}
.product-image-item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.product-image-item a {
  display: block;
  position: relative;
}
.product-image-item .img-box {
  overflow: hidden;
}
.product-image-item .img-box img {
  transition: all 0.3s linear;
}
.product-image-item .name-tag {
  font-size: 0.4rem;
  color: #333333;
  height: 1.5rem;
  line-height: 1.5rem;
  background-color: #fff;
  text-align: center;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.3s linear;
  position: relative;
}
.product-image-item .name-tag:before {
  content: '';
  top: 0;
  width: 0;
  height: 6px;
  background-color: #89c44f;
  left: 0;
  position: absolute;
  transition: all 0.3s linear;
}
.product-image-item:hover .img-box img {
  transform: scale(1.2);
}
.product-image-item:hover .name-tag {
  background-color: #313131;
  color: #fff;
}
.product-image-item:hover .name-tag:before {
  width: 100%;
}
.global-paging {
  display: block;
  text-align: center;
  font-size: 0;
  margin-top: 1.4rem;
  padding-bottom: 1.5rem;
}
.global-paging a {
  display: inline-block;
  width: 46px;
  height: 46px;
  border-radius: 3px;
  background-color: #e8e8e8;
  text-align: center;
  line-height: 46px;
  font-size: 14px;
  margin: 0 2px;
  font-weight: bold;
  font-family: Arial;
  position: relative;
  vertical-align: top;
}
.global-paging span {
  display: inline-block;
  width: 46px;
  height: 46px;
  border-radius: 3px;
  background-color: #e8e8e8;
  text-align: center;
  line-height: 46px;
  font-size: 14px;
  margin: 0 2px;
  font-weight: bold;
  font-family: Arial;
  position: relative;
  vertical-align: top;
  background-color: #333333;
  color: #fff;
}
.global-paging a.active {
  background-color: #333333;
  color: #fff;
}
.global-paging img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 768px) {
  .global-paging {
    margin-top: .3rem;
    padding-bottom: 1.14rem;
  }
  .global-paging a {
    display: inline-block;
    width: 0.46rem;
    height: 0.46rem;
    line-height: 0.46rem;
    font-size: 12px;
    margin: 0 10px;
  }
  .global-paging a.prev {
    width: 2.5rem;
    height: 36px;
  }
  .global-paging a.prev i {
    width: 2rem;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .global-paging a.next {
    width: 2.5rem;
    height: 36px;
  }
  .global-paging a.next i {
    width: 2rem;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .global-paging span {
    display: inline-block;
    width: 0.46rem;
    height: 0.46rem;
    line-height: 0.46rem;
    font-size: 12px;
  }
  .global-paging img {
    width: 0.3rem;
  }
  .demo-ul-4 li .cjname {
    font-size: 14px;
    color: #333333;
    height: 40px;
    line-height: 40px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .left-product-nav {
    width: 100%;
    float: none;
    padding-top: 0;
    height: 100px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    padding-right: 5%;
  }
  .left-product-nav li {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 30px;
  }
  .left-product-nav li a {
    font-size: 15px;
  }
  .left-product-nav li a i {
    font-size: 24px;
  }
  .right-product-box {
    min-height: 20.0rem;
    float: none;
    width: 100%;
    padding-top: 1.625rem;
    padding-left: 0rem;
    padding: 7.5% 5%;
    font-size: 0.26rem;
    line-height: 2;
    min-height: auto;
  }
  .product-image-item .name-tag {
    font-size: 0.28rem;
    color: #333333;
    height: 1rem;
    line-height: 1rem;
    background-color: #fff;
    text-align: center;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.3s linear;
    position: relative;
  }
}
.product-inner-image-sy .product-image-item .name-tag {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.375rem;
  line-height: 1.375rem;
  background-color: rgba(6, 104, 67, 0.7);
  color: #fff;
}
.product-inner-image-sy .product-image-item .name-tag:before {
  opacity: 0;
}
.product-inner-image-sy .product-image-item:hover .name-tag {
  background-color: #89c44f;
}
.product-inner-image.product-inner-image-sy .right-product-box {
  min-height: 27.0rem;
}
.bgeee {
  background-color: #eee;
}
@media screen and (max-width: 768px) {
  .product-inner-image-sy .product-image-item .name-tag {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    background-color: rgba(6, 104, 67, 0.7);
    color: #fff;
  }
}
.product-inner-det .right-product-box {
  min-height: 22.75rem;
  position: relative;
}
.product-box-carousel h4 {
  text-align: center;
  font-size: 24px;
  color: #333;
  margin-bottom: 1.05rem;
}
.swiper-main-wrap {
  position: relative;
}
.product-swiper-container {
  width: 79%;
  margin: 0 auto;
}
.inner-page .swiper-main-wrap .swiper-button-prev {
  background-image: url(../image/arrow-l.png);
  width: 44px;
  height: 133px;
  margin-top: -67px;
  z-index: 10;
  background-size: 44px 133px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.inner-page .swiper-main-wrap .swiper-button-prev.swiper-button-disabled {
  background-image: url(../image/arrow-l-des.png);
  opacity: 1;
}
.inner-page .swiper-main-wrap .swiper-button-next {
  background-image: url(../image/arrow-r.png);
  width: 44px;
  height: 133px;
  margin-top: -67px;
  z-index: 10;
  background-size: 44px 133px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.inner-page .swiper-main-wrap .swiper-button-next.swiper-button-disabled {
  background-image: url(../image/arrow-r-des.png);
  opacity: 1;
}
.swiper-desc-box {
  width: 79%;
  margin: 0 auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin-top: 40px;
  align-items: center;
}
.swiper-desc-box a:hover {
  text-decoration: underline;
}
.swiper-desc-box .back {
  display: inline-block;
  width: 135px;
  height: 48px;
  text-align: center;
  background-color: #fff;
  border-radius: 25px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
}
.swiper-desc-box .back span {
  margin-left: 7px;
}
@media screen and (max-width: 768px) {
  .product-inner-det .right-product-box {
    min-height: auto;
  }
  .inner-page .swiper-main-wrap .swiper-button-prev {
    background-image: url(../image/arrow-l.png);
    width: 0.44rem;
    height: 1.33rem;
    margin-top: -0.67rem;
    z-index: 10;
    background-size: 0.44rem 1.33rem;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    left: 0;
  }
  .inner-page .swiper-main-wrap .swiper-button-next {
    width: 0.44rem;
    height: 1.33rem;
    margin-top: -0.67rem;
    z-index: 10;
    background-size: 0.44rem 1.33rem;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    right: 0;
  }
  .product-box-carousel h4 {
    text-align: center;
    font-size: 0.32rem;
    color: #333;
    margin-bottom: 0.25rem;
  }
  .product-swiper-container {
    width: 84%;
  }
  .swiper-desc-box {
    width: 84%;
    margin: 0 auto;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin-top: 16px;
    align-items: center;
    font-size: 14px;
  }
  .swiper-desc-box a {
    font-size: 14px;
  }
  .swiper-desc-box .back {
    display: inline-block;
    width: 100px;
    height: 40px;
    text-align: center;
    background-color: #fff;
    border-radius: 25px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
  }
}
.case-list {
  padding: 0 5%;
}
.case-list ul {
  margin: 0 -25px;
}
.case-item {
  padding: 0 12.5px;
  margin-bottom: 1.0rem;
}
.case-item img {
  border-radius: 6px;
  transition: all 0.3s linear;
  border: 1px solid transparent;
}
.case-item p {
  font-size: 0.4rem;
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  margin-top: 0.5rem;
}
.case-item:hover img {
  border-radius: 0;
  border: 1px solid #89c44f;
  box-shadow: 3px 0 15px rgba(4, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  .case-item p {
    font-size: 0.28rem;
    color: #333333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    margin-top: 0.2rem;
  }
  .case-item {
    margin-bottom: 0.4rem;
  }
}
.case-detail .right-product-box {
  float: none;
  width: 100%;
}
.case-detail .swiper-desc-box .back {
  background-color: #eee;
}
.news-list-l {
  width: 61%;
}
.news-list-l .main-news {
  display: block;
  padding: 42px;
  background-color: #fff;
  margin-bottom: 25px;
}
.news-list-l .main-news .img-box {
  height: 12.0rem;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.news-list-l .main-news .main-news-desc {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin-top: 0.6rem;
}
.news-list-l .main-news .main-news-desc span {
  display: block;
  font-size: 0.6rem;
  color: #89c44f;
  font-weight: bold;
}
.news-list-l .main-news .main-news-desc .tit {
  flex: 1;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.6rem;
  font-weight: bold;
}
.news-list-l .main-news .main-news-desc .date {
  font-size: 0.4rem;
  color: #333333;
}
.news-list-l .news-list-wrap {
  padding: 42px;
  background-color: #fff;
  padding-top: 60px;
}
.news-list-l .news-list-wrap .global-paging {
  display: block;
  text-align: center;
  font-size: 0;
  margin-top: 2.0rem;
  padding-bottom: 0.75rem;
}
.news-item-demo a {
  margin-bottom: 0.75rem;
  display: block;
  display: flex;
  flex-flow: row nowrap;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #e5e5e5;
}
.news-item-demo a .date {
  width: 96px;
  height: 96px;
  background: url(../image/datebg.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  color: #fff;
  display: flex;
  flex-flow: row nowrap;
}
.news-item-demo a .date .day {
  display: block;
  font-size: 1.05rem;
  position: relative;
  bottom: 4px;
  left: 4px;
}
.news-item-demo a .date .month-year {
  margin-top: 45px;
  position: relative;
  left: 4px;
}
.news-item-demo a .date .month-year .y {
  font-size: 14px;
  font-family: 'Segoe UI';
  text-align: center;
}
.news-item-demo a .date .month-year p {
  font-size: 18px;
}
.news-item-demo a .l-tit {
  flex: 1;
  padding-left: 0.9rem;
}
.news-item-demo a .l-tit h3 {
  font-size: 0.5rem;
  font-weight: bold;
  color: #333333;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 12px;
}
.news-item-demo a .l-tit .doc-tit {
  font-size: 0.4rem;
  color: #333333;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 16px;
}
.news-item-demo a:hover .date {
  background: url(../image/datebg_h.jpg) no-repeat center center;
}
.news-list-r {
  width: 38%;
}
.news-search-cp {
  background-color: #fff;
  padding: 40px;
  margin-bottom: 24px;
}
.news-search-cp .input-box {
  display: flex;
  flex-flow: row nowrap;
  height: 1.45rem;
}
.news-search-cp .input-box input {
  flex: 1;
  border: 1px solid #d2d2d2;
  border-bottom-left-radius: 28px;
  border-top-left-radius: 28px;
  color: #999999;
  font-size: 0.4rem;
  padding-left: 0.625rem;
}
.news-search-cp .input-box .search-btn {
  flex: 0 0 3.75rem;
  background-color: #89c44f;
  border-bottom-right-radius: 28px;
  border-top-right-radius: 28px;
  position: relative;
}
.news-search-cp .input-box .search-btn img {
  width: 0.75rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.hot-news .hot-news-tit {
  background-color: #fff;
  margin-bottom: 1px;
  font-size: 0.6rem;
  color: #89c44f;
  font-weight: bold;
  padding: 40px;
}
.hot-news-list {
  padding: 40px;
  background-color: #fff;
}
.hot-news-item {
  border-bottom: 1px dashed #e5e5e5;
  padding-bottom: 0.7rem;
  margin-bottom: 0.7rem;
}
.hot-news-item a {
  display: flex;
  flex-flow: row nowrap;
}
.hot-news-item a span {
  flex: 0 0 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #89c44f;
  color: #fff;
  text-align: center;
}
.hot-news-item a h3 {
  flex: 1;
  padding-left: 0.5rem;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .news-list-wrap {
    padding: 0 4%;
  }
}
@media screen and (max-width: 768px) {
  .news-list-l {
    width: 100%;
  }
  .news-list-l .main-news {
    padding: 0.25rem;
    background-color: #fff;
    margin-bottom: 0.35rem;
  }
  .news-list-l .main-news .main-news-desc {
    margin-top: 0.24rem;
  }
  .news-list-l .main-news .main-news-desc span {
    display: block;
    font-size: 0.24rem;
    color: #89c44f;
    font-weight: bold;
  }
  .news-list-l .main-news .main-news-desc .tit {
    font-size: 0.24rem;
  }
  .news-list-l .main-news .main-news-desc .date {
    font-size: 12px;
  }
  .news-list-l .news-list-wrap {
    padding: 0.25rem;
    padding-top: 30px;
  }
  .news-item-demo a {
    margin-bottom: 0.3rem;
    display: block;
    display: flex;
    flex-flow: row nowrap;
    padding-bottom: 0.3rem;
    border-bottom: 1px solid #e5e5e5;
  }
  .news-item-demo a .date {
    width: 1.2rem;
    height: 1.2rem;
  }
  .news-item-demo a .date .day {
    display: block;
    font-size: 16px;
    position: absolute;
    top: 10px;
    left: 10px;
  }
  .news-item-demo a .date .month-year {
    margin-top: 0px;
    position: absolute;
    bottom: 3px;
    right: 4px;
    left: inherit;
  }
  .news-item-demo a .date .month-year .y {
    font-size: 12px;
  }
  .news-item-demo a .date .month-year p {
    font-size: 12px;
  }
  .news-item-demo a .l-tit {
    padding-left: 0.26rem;
  }
  .news-item-demo a .l-tit h3 {
    font-size: 0.28rem;
    font-weight: bold;
    color: #333333;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 6px;
    line-height: 1.4;
  }
  .news-item-demo a .l-tit .doc-tit {
    font-size: 0.24rem;
    color: #333333;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 8px;
  }
  .news-list-l .news-list-wrap .global-paging {
    display: block;
    text-align: center;
    font-size: 0;
    margin-top: 0.8rem;
    padding-bottom: 0.30rem;
  }
  .news-list-r {
    width: 100%;
  }
}
@media screen and (max-width: 413px) {
  .news-item-demo a .date .month-year {
    margin-top: 0px;
    right: 0px;
    left: inherit;
  }
  .news-item-demo a .date .day {
    display: block;
    font-size: 16px;
    position: absolute;
    top: 6px;
    left: 8px;
  }
}
.news-det-in {
  background-color: #fff;
}
.news-detail {
  padding: 50px 80px 64px;
  background-color: #fff;
}
.news-bt {
  border-bottom: 1px solid #eeeeee;
}
.news-bt h3 {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 30px;
  line-height: 50px;
  color: #333333;
  font-weight: bold;
}
.news-detail .date-view {
  margin-top: 22px;
  margin-bottom: 24px;
  color: #333333;
  font-family: 'Segoe UI';
}
.news-detail .date-view .icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
  font-size: 20px;
  position: relative;
  top: 1px;
  margin-right: 6px;
}
.news-detail .date-view .view {
  margin-left: 68px;
}
.news-b {
  padding-top: 24px;
  padding-bottom: 66px;
  border-bottom: 1px solid #eeeeee;
}
.news-b .doc-edit {
  color: #333333;
  font-size: 14px;
  line-height: 30px;
}
.news-btn {
  padding-top: 42px;
}
.news-btn .news-prev {
  padding: 0 22px;
  max-width: 445px;
  height: 45px;
  line-height: 42px;
  border-radius: 50px;
  border: 1px solid #bfbfbf;
  font-size: 14px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-btn .news-prev.default {
  border: 1px solid #e7e7e7;
  color: #999999;
  cursor: not-allowed;
}
.news-b .doc-edit img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .news-detail {
    padding: 0.5rem 0.25rem 0.64rem;
    background-color: #fff;
  }
  .news-bt {
    border-bottom: 1px solid #eeeeee;
  }
  .news-bt h3 {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
    line-height: 30px;
    color: #333333;
  }
  .news-detail .date-view {
    margin-top: 11px;
    margin-bottom: 12px;
    color: #333333;
    font-family: 'Segoe UI';
  }
  .news-detail .date-view .date {
    font-size: 14px;
  }
  .news-detail .date-view .icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
    font-size: 16px;
    position: relative;
    top: 1px;
    margin-right: 6px;
  }
  .news-detail .date-view .view {
    margin-left: 34px;
    font-size: 14px;
  }
  .news-b {
    padding-top: 12px;
    padding-bottom: 0.66rem;
    border-bottom: 1px solid #eeeeee;
  }
  .news-b .doc-edit {
    color: #333333;
    font-size: 14px;
    line-height: 26px;
  }
  .news-btn {
    padding-top: 0.42rem;
  }
  .news-btn .news-prev {
    padding: 0 22px;
    max-width: 100%;
    height: 45px;
    line-height: 42px;
    border-radius: 50px;
    border: 1px solid #bfbfbf;
    font-size: 14px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .news-btn .news-prev.default {
    border: 1px solid #e7e7e7;
    color: #999999;
    cursor: not-allowed;
    width: 100%;
    display: block;
    margin-top: 10px;
  }
  .news-main.detail-in-mob {
    width: 94%;
  }
}
.job-header {
  height: 96px;
  line-height: 96px;
  background-color: #89c44f;
  padding: 0 70px;
  color: #fff;
}
.job-header li {
  font-weight: bold;
  font-size: 18px;
}
.job-header li.jobname {
  width: 30%;
}
.job-header li.workplace {
  width: 30%;
}
.job-header li.department {
  width: 30%;
}
.job-header li.det {
  width: 10%;
}
.icon-list-demo {
  width: 28px;
  height: 28px;
  background: url(../image/arrdown.png) no-repeat center center;
}
.gb-main {
  min-height: 300px;
}
.job-item {
  padding: 0 70px;
  position: relative;
  background-color: #fff;
}
.job-item:last-child .job-info-list {
  border-bottom: none;
}
.job-item .job-info-list {
  height: 90px;
  line-height: 90px;
  border-bottom: 1px solid #eeeeee;
  position: relative;
  z-index: 2;
}
.job-item .job-info-list .jobname {
  width: 30%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.job-item .job-info-list .workplace {
  width: 30%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.job-item .job-info-list .department {
  width: 30%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.job-item .job-info-list .det {
  width: 10%;
  position: relative;
  top: 28px;
  left: 22px;
}
.job-item .jobduty {
  padding-top: 28px;
  padding-bottom: 28px;
  position: relative;
  z-index: 2;
  display: none;
}
.job-item .jobduty .tit {
  font-size: 16px;
  font-weight: bold;
  width: 100px;
  line-height: 30px;
}
.job-item .jobduty .doc-desc {
  width: 950px;
  font-size: 14px;
  color: #333333;
  line-height: 30px;
  padding-left: 20px;
  height: 60px;
  overflow: hidden;
}
.job-item .float-shadow {
  position: absolute;
  width: 106%;
  height: 100%;
  left: -40px;
  top: -1px;
  background-color: #ffffff;
  -webkit-box-shadow: 3px 0 18px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 3px 0 18px rgba(0, 0, 0, 0.16);
  box-shadow: 3px 0 18px rgba(0, 0, 0, 0.16);
  z-index: 0;
  opacity: 0;
  transition: all 0.1s linear;
}
.job-item.active .job-info-list .det .icon-list-demo {
  width: 28px;
  height: 28px;
  background: url(../image/arrup.png) no-repeat center center;
}
.job-item.active .float-shadow {
  opacity: 1;
}
.job-item.active .jobduty {
  display: block;
}
@media screen and (max-width: 768px) {
  .job-header {
    height: 0.96rem;
    line-height: 0.96rem;
    background-color: #89c44f;
    padding: 0 .25rem;
    color: #fff;
  }
  .job-header li {
    font-size: 14px;
  }
  .job-item {
    padding: 0 0.25rem;
  }
  .job-item .job-info-list {
    height: auto;
    border-bottom: 1px solid #eeeeee;
    position: relative;
    z-index: 2;
    font-size: 14px;
    line-height: 60px;
  }
  .job-item .job-info-list .det {
    width: 10%;
    position: relative;
    top: 24px;
    left: 11px;
  }
  .icon-list-demo {
    width: .28rem;
    height: .28rem;
    background: url(../image/arrdown.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .job-item .float-shadow {
    position: absolute;
    width: 106%;
    height: 100%;
    left: -10px;
    top: -1px;
    background-color: #ffffff;
    -webkit-box-shadow: 3px 0 18px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 3px 0 18px rgba(0, 0, 0, 0.16);
    box-shadow: 3px 0 18px rgba(0, 0, 0, 0.16);
    z-index: 0;
    opacity: 0;
    transition: all 0.1s linear;
  }
  .job-header li.det {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .job-item.active .job-info-list .det .icon-list-demo {
    width: .28rem;
    height: .28rem;
    background: url(../image/arrup.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .job-item .jobduty .tit {
    font-size: 14px;
  }
  .job-item .jobduty .doc-desc {
    width: 950px;
    font-size: 14px;
    color: #333333;
    line-height: 30px;
    padding-left: 0px;
    height: 60px;
    overflow: hidden;
  }
  .job-item .jobduty {
    padding-top: 14px;
    padding-bottom: 14px;
    position: relative;
    z-index: 2;
    display: none;
  }
}
.contact-box {
  background-color: #fff;
  padding: 50px;
}
.l-contact-map {
  height: 15.25rem;
  width: 65%;
}
.r-contact-address {
  height: 15.25rem;
  width: 35%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  align-items: flex-start;
  text-align: left;
  padding-left: 2.925rem;
}
.r-contact-address h3 {
  font-size: 0.6rem;
  margin-bottom: 0.75rem;
  color: #333;
  font-weight: bold;
}
.r-contact-address p {
  margin-bottom: 14px;
}
.r-contact-address a {
  cursor: pointer;
  line-height: 32px;
}
.inner-padding {
  padding: 0 4%;
}
@media screen and (max-width: 768px) {
  .contact-box {
    background-color: #fff;
    padding: 25px;
  }
  .l-contact-map {
    height: 5rem;
    width: 100%;
  }
  .r-contact-address {
    height: auto;
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    align-items: flex-start;
    text-align: left;
    padding-left: 0;
  }
  .r-contact-address h3 {
    font-size: 18px;
    margin-bottom: 0.34rem;
    color: #333;
    font-weight: bold;
    margin-top: .6rem;
  }
  .r-contact-address p {
    margin-bottom: 7px;
    font-size: 14px;
  }
  .r-contact-address a {
    cursor: pointer;
    line-height: 20px;
    font-size: 14px;
  }
}
