.pages {
  text-align: center;
  font-size: 0;
}

.pages div{
  display: inline-block;
  font-size: 0.18rem;
}
.pages span,.pages a {
  display: inline-block;
  width: 0.4rem;
  margin: 0 0.1rem;
  font-size: 0.18rem;
  line-height: 0.4rem;
  border-radius: 2px;
  box-sizing: border-box;
  border: 1px solid #b1b1b1;
}
.pages span.thisclass,.pages a.active, .pages a[href$="#"]:hover, .pages a[href$=";"]:hover, .pages a[href$=".html"]:hover {
  border: 1px solid #00b1cc;
  background-color: #00b1cc !important;
  color: #fff;
}
.pages a.prev {
  background-color: #ecf3f4;
  border: 1px solid #ecf3f4;
}
.pages a.next {
  background-color: #ecf3f4;
  border: 1px solid #ecf3f4;
}
.pages .page-list {
  display: inline-block;
}
.pages .pages a {
  box-shadow: 1px 1px 0.13rem rgba(163, 198, 237, 0.31);
}

.scroll-scenes::-webkit-scrollbar {
  width: 8px;
  height: 62;
  border: 1px solid #d4dcdf;
  border-radius: 4px;
}

.scroll-scenes::-webkit-scrollbar-thumb {
  border-radius: 4px;
  border: 2px solid rgba(255, 255, 255, 0);
  background: #308fb0;
  background-clip: content-box;
}

.scroll-scenes::-webkit-scrollbar-track {
  border-radius: 4px;
  background: transparent;
}

.f_zoom_honer {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  z-index: 999999;
  display: none;
}

.f_zoom_honer .close_icon {
  position: absolute;
  z-index: 10;
  width: 25px;
  height: 25px;
  background: url(../image/close-btn2-1.png) no-repeat center;
  background-size: 25px;
  cursor: pointer;
  top: 0;
  right: -40px;
}

.f_zoom_honer .f-zoom-box {
  width: calc(100% - 100px);
  height: calc(100% - 80px);
  margin: 40px auto;
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.f_zoom_honer .f-zoom-box .imgbox {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  position: relative;
}

.f_zoom_honer .f-zoom-box img {
  max-width: 100%;
  max-height: 100%;
}

body {
  padding-top: 100px;
}

header .hd-r nav .item .lv1box .lv1 {
  color: #333;
}

main {
  min-height: 50vh;
}

.inner-banner {
  position: relative;
}
.inner-banner .imgbox {
  height: 5.5rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.inner-banner .txtbox {
  position: absolute;
  left: 0;
  top: 1.6rem;
  width: 100%;
  font-size: 0.42rem;
  line-height: 0.74rem;
  color: #fff;
  text-shadow: 2px 2px #000;
}
.inner-banner .txtbox .en {
  line-height: 1;
}

.inner-nav {
  background: #f5f7f7;
}
.inner-nav .crumb {
  float: left;
  overflow: hidden;
  font-size: 16px;
  line-height: 1rem;
  color: #666;
}
.inner-nav .crumb .home {
  width: 40px;
  height: 1rem;
  background: url(../image/home.png) no-repeat left top 0.4rem;
}
.inner-nav .crumb a {
  float: left;
  color: #666;
}
.inner-nav .crumb a:hover {
  color: #00b1cc;
}
.inner-nav .crumb span {
  float: left;
  margin: 0 12px 0 16px;
}
.inner-nav .rfnav {
  float: right;
}
.inner-nav .rfnav a {
  position: relative;
  float: left;
  margin-right: 0.96rem;
  font-size: 16px;
  line-height: 1rem;
  color: #000;
}
.inner-nav .rfnav a.active {
  font-size: 18px;
  color: #00b1cc;
}
.inner-nav .rfnav a.active:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #00b1cc;
}
.inner-nav .rfnav a:hover {
  color: #00b1cc;
}
.inner-nav .rfnav a:last-child {
  margin-right: 0;
}

.product-list {
  padding-top: 37px;
}
.product-list .item {
  background: #f5f7f7;
  padding: 0.5rem 0 0;
  margin-bottom: 0.5rem;
}
.product-list .item .tit {
  text-align: center;
  font-size: 0.24rem;
  line-height: 0.36rem;
  font-weight: bold;
}
.product-list .item .switch {
  border-top: 1px solid #dddfdf;
  margin: 0.34rem 0 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.product-list .item .switch a {
  display: block;
  margin: 0.3rem 0.3rem 0.1rem;
  padding: 0 0.45rem;
  background: #00b1cc;
  font-size: 0.18rem;
  line-height: 0.6rem;
  color: #fff;
}
.product-list .item .switch a:hover {
  background: #0398af;
}
.product-list .item .swpbox {
  position: relative;
}
.product-list .item .swpbox .swiper {
  padding: 0.53rem 0 0.37rem;
}
.product-list .item .swpbox .swiper .swiper-slide {
  text-align: center;
  width: calc((100% - 0.92rem)/3);
  margin-right: 0.46rem;
}
.product-list .item .swpbox .swiper .swiper-slide:last-child {
  margin-right: 0;
}
.product-list .item .swpbox .swiper .swiper-slide .imgbox {
  background: #fff;
  height: 3.66rem;
  line-height: 3.66rem;
}
.product-list .item .swpbox .swiper .swiper-slide .imgbox img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.product-list .item .swpbox .swiper .swiper-slide .txtbox {
  background: #fff;
  font-size: 0.18rem;
  line-height: 0.8rem;
  color: #00b1cc;
  opacity: 0;
}
.product-list .item .swpbox .swiper .swiper-slide:hover {
  box-sizing: 0 0.06rem 0.49rem rgba(0, 0, 0, 0.06);
}
.product-list .item .swpbox .swiper .swiper-slide:hover .txtbox {
  opacity: 1;
}
.product-list .item .swpbox .prevbtn,
.product-list .item .swpbox .nextbtn {
  top: 2rem;
  position: absolute;
  width: 0.6rem;
  background: #fff;
  text-align: center;
  cursor: pointer;
}
.product-list .item .swpbox .prevbtn i,
.product-list .item .swpbox .nextbtn i {
  font-size: 0.35rem;
  line-height: 0.38rem;
}
.product-list .item .swpbox .prevbtn:hover,
.product-list .item .swpbox .nextbtn:hover {
  background: #00b1cc;
  color: #fff;
}
.product-list .item .swpbox .prevbtn {
  left: -1.2rem;
  box-shadow: -0.09rem 0.04rem 0.27rem rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1800px) {
  .product-list .item .swpbox .prevbtn {
    left: -0.66rem;
  }
}
.product-list .item .swpbox .nextbtn {
  right: -1.2rem;
  box-shadow: 0.09rem 0.04rem 0.27rem rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1800px) {
  .product-list .item .swpbox .nextbtn {
    right: -0.66rem;
  }
}

.product-det .pd-top {
  padding: 0.86rem 0 0;
}
.product-det .pd-top .tit {
  text-align: center;
  font-size: 0.22rem;
  line-height: 0.32rem;
}
.product-det .pd-top .imgbig {
  margin-top: 0.46rem;
  padding-top: 0.54rem;
  border-top: 1px solid #ccc;
}
.product-det .pd-top .imgbig img {
  /*height: 714px;*/
  display: block;
  max-width: 50%;
  margin: 0 auto;
}
.product-det .prod-det-swp {
  background: #fafbfb;
  padding: 0.9rem 0 0.68rem;
}
.product-det .prod-det-swp .w1560 {
  position: relative;
}
.product-det .prod-det-swp .swiper {
  width: 88.98%;
  margin: 0 auto;
}
.product-det .prod-det-swp .swiper .swiper-slide {
  box-sizing: border-box;
  width: calc((100% - 2.4rem)/4);
  margin-right: 0.8rem;
  border: 0.05rem solid #fafbfb;
  border-radius: 4px;
  overflow: hidden;
  font-size: 0;
  height: 2.56rem;
  line-height: 2.46rem;
  text-align: center;
}
.product-det .prod-det-swp .swiper .swiper-slide img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.product-det .prod-det-swp .swiper .swiper-slide.swiper-slide-active {
  border-color: #00b1cc;
}
.product-det .prod-det-swp .nextbtn,
.product-det .prod-det-swp .prevbtn {
  position: absolute;
  top: 50%;
  margin-top: -0.26rem;
  width: 0.8rem;
  height: 0.52rem;
  border-radius: 2px;
  background: #9bdfe9;
  cursor: pointer;
}
.product-det .prod-det-swp .nextbtn:hover,
.product-det .prod-det-swp .prevbtn:hover {
  background: #00b1cc;
}
.product-det .prod-det-swp .nextbtn .iconfont,
.product-det .prod-det-swp .prevbtn .iconfont {
  display: block;
  text-align: center;
  font-size: 0.44rem;
  line-height: 0.52rem;
  color: #fff;
}
.product-det .prod-det-swp .prevbtn {
  left: -0.5rem;
}
.product-det .prod-det-swp .nextbtn {
  right: -0.5rem;
}
.product-det .prod-doc {
  padding: 0.7rem 0 0.28rem;
}
.product-det .prod-doc .doc {
  font-size: 0.18rem;
  line-height: 0.51rem;
}
.product-det .prod-doc .paging {
  overflow: hidden;
  margin-top: 0.96rem;
  border-top: 1px solid #ccc;
  padding: 0.55rem 0;
}
.product-det .prod-doc .paging a {
  font-size: 0.18rem;
  line-height: 0.28rem;
  color: #999;
}
.product-det .prod-doc .paging a .iconfont {
  float: left;
  font-size: 0.33rem;
}
.product-det .prod-doc .paging a span {
  float: left;
  max-width: 440px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.product-det .prod-doc .paging a:hover span {
  color: #00b1cc;
}
.product-det .prod-doc .paging .prev {
  float: left;
}
.product-det .prod-doc .paging .prev .iconfont {
  margin-right: 0.28rem;
}
.product-det .prod-doc .paging .next {
  float: right;
}
.product-det .prod-doc .paging .next .iconfont {
  margin-left: 0.28rem;
}

.recommend {
  background: #f5f7f7;
  padding: 0.6rem 0 0;
}
.recommend .tit {
  text-align: center;
  font-size: 0.24rem;
  line-height: 0.36rem;
  font-weight: bold;
}
.recommend .switch {
  border-top: 1px solid #dddfdf;
  margin: 0.34rem 0 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.recommend .switch a {
  display: block;
  margin: 0.3rem 0.3rem 0.1rem;
  padding: 0 0.45rem;
  background: #00b1cc;
  font-size: 0.18rem;
  line-height: 0.6rem;
  color: #fff;
}
.recommend .switch a:hover {
  background: #0398af;
}
.recommend .swpbox {
  position: relative;
}
.recommend .swpbox .swiper {
  padding: 0.53rem 0 0.6rem;
}
.recommend .swpbox .swiper .swiper-slide {
  text-align: center;
  width: calc((100% - 0.92rem)/3);
  margin-right: 0.46rem;
  background: #fff;
}
.recommend .swpbox .swiper .swiper-slide:last-child {
  margin-right: 0;
}
.recommend .swpbox .swiper .swiper-slide .imgbox {
  background: #fff;
  height: 3.66rem;
  line-height: 3.66rem;
}
.recommend .swpbox .swiper .swiper-slide .imgbox img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.recommend .swpbox .swiper .swiper-slide .txtbox {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 88%;
  margin: 0 auto;
  font-size: 0.18rem;
  line-height: 0.8rem;
  color: #333;
}
.recommend .swpbox .swiper .swiper-slide:hover {
  box-sizing: 0 0.06rem 0.49rem rgba(0, 0, 0, 0.06);
}
.recommend .swpbox .swiper .swiper-slide:hover .txtbox {
  color: #00b1cc;
}
.recommend .swpbox .prevbtn,
.recommend .swpbox .nextbtn {
  top: 2rem;
  position: absolute;
  width: 0.6rem;
  background: #fff;
  text-align: center;
  cursor: pointer;
  display: none;
}
.recommend .swpbox .prevbtn i,
.recommend .swpbox .nextbtn i {
  font-size: 0.35rem;
  line-height: 0.38rem;
}
.recommend .swpbox .prevbtn:hover,
.recommend .swpbox .nextbtn:hover {
  background: #00b1cc;
  color: #fff;
}
.recommend .swpbox .prevbtn {
  left: -1.2rem;
  box-shadow: -0.09rem 0.04rem 0.27rem rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1800px) {
  .recommend .swpbox .prevbtn {
    left: -0.66rem;
  }
}
.recommend .swpbox .nextbtn {
  right: -1.2rem;
  box-shadow: 0.09rem 0.04rem 0.27rem rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1800px) {
  .recommend .swpbox .nextbtn {
    right: -0.66rem;
  }
}

.caseLayout {
  padding: 0.93rem 0;
}
.caseLayout .switch {
  border: 1px solid #b4b4b4;
}
.caseLayout .switch .item {
  overflow: hidden;
  font-size: 0.2rem;
  line-height: 1rem;
}
.caseLayout .switch .item:last-child .crew {
  border-bottom: none;
}
.caseLayout .switch .item .set {
  float: left;
  width: 13.78%;
  text-align: center;
  background: #f0f2f3;
}
.caseLayout .switch .item .crew {
  width: 86.22%;
  float: left;
  box-sizing: border-box;
  border-left: 1px solid #999;
  border-bottom: 2px solid #e4e4e4;
  line-height: 0.74rem;
  padding: 0.13rem 0.33rem;
}
.caseLayout .switch .item .crew a {
  float: left;
  margin: 0 0.37rem;
}
.caseLayout .switch .item .crew a:hover, .caseLayout .switch .item .crew a.active {
  color: #00b1cc;
}
.caseLayout .case-list {
  margin-top: 0.8rem;
  min-height: 7rem;
}
.caseLayout .case-list li {
  float: left;
  width: calc((100% - 0.92rem)/3);
  margin-right: 0.46rem;
  margin-bottom: 0.6rem;
}
.caseLayout .case-list li:nth-child(3n) {
  margin-right: 0;
}
.caseLayout .case-list li .imgbox {
  position: relative;
  z-index: 5;
  height: 3.4rem;
  line-height: 3.4rem;
  background: #fff;
  text-align: center;
  font-size: 0;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.caseLayout .case-list li .imgbox img {
  transition: all .35s;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.caseLayout .case-list li .txtbox {
  border: 1px solid #798e91;
  padding: 0.35rem 0.5rem 0.2rem 0.4rem;
  min-height: 2.55rem;
  box-sizing: border-box;
}
.caseLayout .case-list li .txtbox .tit {
  font-size: 0.2rem;
  line-height: 1.5;
}
.caseLayout .case-list li .txtbox .time {
  margin-top: 0.1rem;
  font-size: 0.16rem;
  line-height: 1;
}
.caseLayout .case-list li .txtbox .det {
  margin-top: 1.875em;
  font-size: 0.16rem;
  line-height: 1.875;
  color: #666;
  height: 3.75em;
}
.caseLayout .prod-list li .txtbox{
  min-height: 1.55rem;
}
.caseLayout .prod-list li .txtbox .time {
  display: none;
}
.caseLayout .prod-list li .txtbox .det {
  display: none !important;
}
.caseLayout .case-list li .txtbox .link {
  margin-top: 1.75em;
  font-size: 0.16rem;
  line-height: 1;
}
@media screen and (max-width: 1600px) {
  .caseLayout .case-list li .txtbox .tit {
    font-size: 18px;
  }
  .caseLayout .case-list li .txtbox .time,
  .caseLayout .case-list li .txtbox .det,
  .caseLayout .case-list li .txtbox .link {
    font-size: 14px;
  }
}
.caseLayout .case-list li:hover .imgbox img {
  transform: scale(1.1);
}
.caseLayout .case-list li:hover .txtbox {
  border-color: #fff;
  box-shadow: 0 0.06rem 0.49rem rgba(0, 0, 0, 0.06);
}
.caseLayout .case-list li:hover .txtbox .link {
  color: #00b1cc;
}
.caseLayout .pages {
  padding-top: 0.4rem;
}

.case-det {
  padding: 0.86rem 0 0.27rem;
}
.case-det .tit {
  text-align: center;
  font-size: 0.22rem;
  line-height: 0.32rem;
}
.case-det .date {
  margin-top: 0.24rem;
  text-align: center;
  font-size: 0.16rem;
  line-height: 0.26rem;
  color: #999;
  border-bottom: 1px solid #ccc;
  padding: 0 0 0.4rem;
  margin-bottom: 0.28rem;
}
.case-det .date span {
  display: inline-block;
  margin: 0 0.7rem;
}
.case-det .doc {
  font-size: 0.18rem;
  line-height: 0.51rem;
}
.case-det .swptit {
  padding: 0.75rem 0 0.52rem;
  font-size: 0.22rem;
  line-height: 0.32rem;
}
.case-det .doc-swp {
  position: relative;
  padding-bottom: 0.5rem;
}
.case-det .doc-swp .swiper-slide {
  width: calc((100% - 0.92rem)/3);
  margin-right: 0.46rem;
  height: 3.67rem;
  line-height: 3.67rem;
  text-align: center;
  font-size: 0;
  cursor: pointer;
}
.case-det .doc-swp .swiper-slide img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.case-det .doc-swp .swiper-slide:last-child {
  margin-right: 0;
}
.case-det .doc-swp .nextbtn,
.case-det .doc-swp .prevbtn {
  position: absolute;
  top: 50%;
  margin-top: -0.26rem;
  width: 0.8rem;
  height: 0.52rem;
  border-radius: 2px;
  background: #9bdfe9;
  cursor: pointer;
  z-index: 10;
}
.case-det .doc-swp .nextbtn:hover,
.case-det .doc-swp .prevbtn:hover {
  background: #00b1cc;
}
.case-det .doc-swp .nextbtn .iconfont,
.case-det .doc-swp .prevbtn .iconfont {
  display: block;
  text-align: center;
  font-size: 0.44rem;
  line-height: 0.52rem;
  color: #fff;
}
.case-det .doc-swp .prevbtn {
  left: -1rem;
}
.case-det .doc-swp .nextbtn {
  right: -1rem;
}
@media screen and (max-width: 1800px) {
  .case-det .doc-swp .prevbtn {
    left: -0.5rem;
  }
  .case-det .doc-swp .nextbtn {
    right: -0.5rem;
  }
}
.case-det .paging {
  overflow: hidden;
  margin-top: 0.96rem;
  border-top: 1px solid #ccc;
  padding: 0.55rem 0;
}
.case-det .paging a {
  font-size: 0.18rem;
  line-height: 0.28rem;
  color: #999;
}
.case-det .paging a .iconfont {
  float: left;
  font-size: 0.33rem;
}
.case-det .paging a span {
  float: left;
  max-width: 440px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.case-det .paging a:hover span {
  color: #00b1cc;
}
.case-det .paging .prev {
  float: left;
}
.case-det .paging .prev .iconfont {
  margin-right: 0.28rem;
}
.case-det .paging .next {
  float: right;
}
.case-det .paging .next .iconfont {
  margin-left: 0.28rem;
}

.news-tj {
  margin-top: 0.93rem;
  position: relative;
}
.news-tj .swiper-slide {
  overflow: hidden;
}
.news-tj .swiper-slide .imgbox {
  float: left;
  width: 46.92%;
  height: 3.9rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.news-tj .swiper-slide .txtbox {
  float: right;
  width: 49.68%;
  padding-top: 0.42rem;
}
.news-tj .swiper-slide .txtbox .tit {
  font-size: 0.18rem;
  line-height: 1.55;
}
.news-tj .swiper-slide .txtbox .date {
  margin-top: 0.1rem;
  font-size: 0.16rem;
  line-height: 1.625;
  color: #999;
}
.news-tj .swiper-slide .txtbox .det {
  margin-top: 0.4rem;
  font-size: 0.16rem;
  line-height: 2.25;
  height: 6.75em;
}
.news-tj .swiper-slide .txtbox .more {
  margin-top: 0.45rem;
  display: block;
  width: 1.6rem;
  background: #00b1cc;
  text-align: center;
  border-radius: 2px;
  font-size: 0.16rem;
  line-height: 0.56rem;
  color: #fff;
}
.news-tj .swiper-slide .txtbox .more:hover {
  background: #0398af;
}
.news-tj .pagination {
  margin-top: 0.6rem;
  text-align: center;
  font-size: 0;
  bottom: 0;
}
.news-tj .pagination .swiper-pagination-bullet {
  margin: 0 0.04rem;
  box-sizing: border-box;
  width: 0.24rem;
  height: 0.24rem;
  position: relative;
  border: 1px solid #fff;
  border-radius: 50%;
  background: none;
  opacity: 1;
}
.news-tj .pagination .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.1rem;
  height: 0.1rem;
  margin: -0.05rem 0 0 -0.05rem;
  background: #c5c5c5;
  border-radius: 50%;
}
.news-tj .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #00b1cc;
}
.news-tj .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  background: #00b1cc;
}

.newsLayout {
  padding-bottom: 1rem;
}
.newsLayout .list {
  margin-top: 0.8rem;
}
.newsLayout .list li {
  background: #f3f3f3;
  margin-bottom: 0.3rem;
}
.newsLayout .list li:hover {
  background: #fff;
  box-shadow: 0 0.06rem 0.49rem rgba(0, 0, 0, 0.06);
}
.newsLayout .list li:hover a .text .tit{
  color: #00b1cc;
  font-weight: bold;
}
.newsLayout .list li a {
  display: block;
  overflow: hidden;
}
.newsLayout .list li a .date {
  float: left;
  width: 2.2rem;
  height: 2.2rem;
  background: #00b1cc;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.newsLayout .list li a .date .year {
  font-size: 0.22rem;
  line-height: 0.32rem;
}
.newsLayout .list li a .date .line {
  width: 0.22rem;
  height: 1px;
  background: #fff;
  margin: 0.22rem 0;
}
.newsLayout .list li a .date .day {
  font-size: 0.26rem;
  line-height: 0.36rem;
}
.newsLayout .list li a .text {
  float: left;
  width: 71.8%;
  margin-left: 0.68rem;
  padding-top: 0.5rem;
}
.newsLayout .list li a .text .tit {
  font-size: 0.18rem;
  line-height: 1.55;
}
.newsLayout .list li a .text .det {
  margin-top: 0.2rem;
  font-size: 0.16rem;
  line-height: 1.625;
  color: #666;
}
.newsLayout .list li a .text .iconfont {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.34rem;
  line-height: 0.28rem;
}
@media screen and (max-width: 1600px) {
  .newsLayout .list li a .text .tit {
    font-size: 16px;
  }
  .newsLayout .list li a .text .det {
    font-size: 14px;
  }
}
.newsLayout .pages {
  padding-top: 0.64rem;
}

.newsdet {
  padding: 0.86rem 0 0.6rem;
}
.newsdet .tit {
  text-align: center;
  font-size: 0.22rem;
  line-height: 0.32rem;
}
.newsdet .date {
  margin-top: 0.24rem;
  text-align: center;
  font-size: 0.16rem;
  line-height: 0.26rem;
  color: #999;
}
.newsdet .date span {
  display: inline-block;
  margin: 0 0.7rem;
}
.newsdet .doc {
  margin-top: 0.28rem;
  border-top: 1px solid #ccc;
  padding: 0.4rem 0;
  font-size: 0.18rem;
  line-height: 0.51rem;
}
.newsdet .doc p img{display:block;margin:0 auto;}
.newsdet .paging {
  overflow: hidden;
  margin-top: 1.4rem;
  border-top: 1px solid #ccc;
  padding: 0.55rem 0;
}
.newsdet .paging a {
  font-size: 0.18rem;
  line-height: 0.28rem;
  color: #999;
}
.newsdet .paging a .iconfont {
  float: left;
  font-size: 0.33rem;
}
.newsdet .paging a span {
  float: left;
  max-width: 440px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.newsdet .paging a:hover span {
  color: #00b1cc;
}
.newsdet .paging .prev {
  float: left;
}
.newsdet .paging .prev .iconfont {
  margin-right: 0.28rem;
}
.newsdet .paging .next {
  float: right;
}
.newsdet .paging .next .iconfont {
  margin-left: 0.28rem;
}

.contactLayout {
  padding: 0.96rem 0 1rem;
}
.contactLayout .ct-top {
  position: relative;
  min-height: 6.3rem;
}
.contactLayout .ct-top .infor {
  float: left;
  padding-top: 0.82rem;
  width: 45%;
}
.contactLayout .ct-top .infor .txt {
  font-size: 0.28rem;
  line-height: 0.42rem;
}
.contactLayout .ct-top .infor .txt span {
  font-family: 'dy';
  color: #00b1cc;
}
.contactLayout .ct-top .infor .list {
  padding-top: 0.26rem;
}
.contactLayout .ct-top .infor .list .flex {
  position: relative;
  padding-left: 0.58rem;
  margin-top: 0.26rem;
}
.contactLayout .ct-top .infor .list .flex .iconfont {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #20c6df;
}
.contactLayout .ct-top .infor .list .flex .set {
  white-space: nowrap;
  font-size: 0.18rem;
  line-height: 0.28rem;
  color: #000;
}
.contactLayout .ct-top .infor .list .flex .crew {
  font-size: 0.16rem;
  line-height: 0.28rem;
  color: #666;
}
@media screen and (max-width: 1536px) {
  .contactLayout .ct-top .infor .list .flex .set {
    font-size: 16px;
    line-height: 26px;
  }
  .contactLayout .ct-top .infor .list .flex .crew {
    font-size: 14px;
    line-height: 26px;
  }
}
.contactLayout .ct-top .imgbox {
  position: absolute;
  width: 9.8rem;
  height: 6.3rem;
  top: 0;
  left: 49%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.contactLayout .ifmap {
  margin-top: 0.8rem;
}
.contactLayout .ifmap iframe {
  display: block;
  width: 100%;
}

.hall-list {
  padding: 0.9rem 0 1rem;
}
.hall-list .list li {
  float: left;
  width: calc((100% - 0.6rem)/8);
  margin-right: 0.3rem;
  margin-bottom: 0.3rem;
}
.hall-list .list li:nth-child(3n) {
  margin-right: 0;
}
.hall-list .list li a {
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 4px;
}
.hall-list .list li a:hover {
  box-shadow: 0 0.06rem 0.49rem rgba(0, 0, 0, 0.06);
}
.hall-list .list li a:hover .imgbox {
  transform: scale(1.1);
}
.hall-list .list li a:hover .poptxt {
  text-align: left;
  color: #00b1cc;
  background: #fff;
}
.hall-list .list li a:hover .poptxt .tit {
  float: left;
  max-width: 65%;
}
.hall-list .list li a:hover .poptxt .link {
  display: block;
  float: right;
}
.hall-list .list li .imgbox {
  height: 3.2rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: all .35s;
}
.hall-list .list li .poptxt {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0.3rem;
  text-align: center;
  background: rgba(255, 255, 255, 0.7);
}
.hall-list .list li .poptxt .tit {
  font-size: 0.18rem;
  line-height: 0.28rem;
}
.hall-list .list li .poptxt .link {
  font-size: 0.18rem;
  line-height: 0.28rem;
  display: none;
}
.hall-list .pages {
  padding-top: 0.5rem;
}

.hall-det {
  padding: 0.86rem 0 0.6rem;
}
.hall-det .tit {
  text-align: center;
  font-size: 0.22rem;
  line-height: 0.32rem;
}
.hall-det .date {
  margin-top: 0.52rem;
  text-align: center;
  font-size: 0.16rem;
  line-height: 0.26rem;
  color: #999;
  border-bottom: 1px solid #ccc;
}
.hall-det .date span {
  display: inline-block;
  margin: 0 0.7rem;
}
.hall-det .doc {
  max-width: 1236px;
  margin: 0 auto;
  padding: 0.4rem 0;
  font-size: 0.18rem;
  line-height: 0.51rem;
}
.hall-det .paging {
  overflow: hidden;
  margin-top: 0.4rem;
  border-top: 1px solid #ccc;
  padding: 0.55rem 0;
}
.hall-det .paging span {
  font-size: 0.18rem;
  line-height: 0.28rem;
  color: #999;
}
.hall-det .paging a {
  font-size: 0.18rem;
  line-height: 0.28rem;
  color: #999;
}
.hall-det .paging a .iconfont {
  float: left;
  font-size: 0.33rem;
}
.hall-det .paging a span {
  float: left;
  max-width: 440px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.hall-det .paging a:hover span {
  color: #00b1cc;
}
.hall-det .paging .prev {
  float: left;
}
.hall-det .paging .prev .iconfont {
  margin-right: 0.28rem;
}
.hall-det .paging .next {
  float: right;
}
.hall-det .paging .next .iconfont {
  margin-left: 0.28rem;
}

.about-content .about-jj {
  padding: 1.36rem 0 1rem;
}
.about-content .about-jj .w1560 {
  position: relative;
}
.about-content .about-jj .left {
  position: relative;
  float: left;
  width: 57.7%;
  padding-top: 0.18rem;
}
.about-content .about-jj .left .tit1 {
  font-size: 0.28rem;
  line-height: 0.42rem;
  letter-spacing: 1px;
}
.about-content .about-jj .left .tit1 span {
  font-family: 'dy';
  color: #00b1cc;
}
.about-content .about-jj .left .tit2 {
  padding-left: 0.65rem;
  font-size: 0.28rem;
  line-height: 0.42rem;
  letter-spacing: 1px;
}
.about-content .about-jj .left .txtlogo {
  position: absolute;
  right: 0;
  top: 0.3rem;
  font-weight: bold;
  font-size: 0.66rem;
  line-height: 0.52rem;
  opacity: 0.1;
}
.about-content .about-jj .left .txtlogo span {
  font-size: 0.94rem;
}
.about-content .about-jj .left .tit-en {
  margin-top: 0.08rem;
  letter-spacing: 0.5px;
  font-size: 0.16rem;
  line-height: 0.26rem;
  color: #999;
}
.about-content .about-jj .left .line {
  margin-top: 0.2rem;
}
.about-content .about-jj .left .line .line1 {
  float: left;
  width: 0.56rem;
  height: 0.05rem;
  background: #00b1cc;
}
.about-content .about-jj .left .line .line2 {
  float: left;
  margin-left: 0.09rem;
  width: 0.14rem;
  height: 0.05rem;
  background: #00b1cc;
}
.about-content .about-jj .left .text {
  margin-top: 0.32rem;
  font-size: 0.16rem;
  line-height: 2;
  min-height: 18em;
}
@media screen and (max-width: 1536px) {
  .about-content .about-jj .left .text {
    font-size: 14px;
  }
}
.about-content .about-jj .left .iconlist {
  margin-top: 0.4rem;
  position: relative;
}
.about-content .about-jj .left .iconlist li {
  position: relative;
  padding-left: 0.52rem;
}
.about-content .about-jj .left .iconlist li .iconfont {
  position: absolute;
  left: 4px;
  top: 0;
  font-size: 0.22rem;
  line-height: 0.32rem;
  color: #999;
}
.about-content .about-jj .left .iconlist li .num {
  font-size: 0.16rem;
  line-height: 0.26rem;
}
.about-content .about-jj .left .iconlist li .num span {
  font-weight: bold;
  font-size: 0.4rem;
  color: #00b1cc;
}
.about-content .about-jj .left .iconlist li .txt {
  margin-top: 0.06rem;
  font-size: 0.18rem;
  line-height: 0.28rem;
}
.about-content .about-jj .left .iconlist li:nth-child(2),
.about-content .about-jj .left .iconlist li:nth-child(3) {
  position: relative;
}
.about-content .about-jj .left .iconlist li:nth-child(2):before,
.about-content .about-jj .left .iconlist li:nth-child(3):before {
  content: "";
  position: absolute;
  left: -75%;
  top: 0.06rem;
  width: 1px;
  height: 0.48rem;
  background: #c6c6c6;
}
.about-content .about-jj .right {
  position: absolute;
  top: 0;
  left: 63.333%;
  width: 44.1%;
}
.about-content .about-jj .right:before {
  content: "";
  position: absolute;
  left: 32%;
  top: -0.43rem;
  width: 100%;
  height: 100%;
  background: #f3f3f3;
}
.about-content .about-jj .right .imgbox {
  position: relative;
  z-index: 10;
  height: 6.25rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 4px;
}
.about-content .about-jj .right .bglogo {
  position: absolute;
  z-index: 11;
  top: 9.3%;
  right: 9.3%;
  width: 229px;
}
.about-content .about-jj .right .bglogo img {
  display: block;
  width: 100%;
}
.about-content .honor-list {
  padding: 0.65rem 0 1.8rem;
  background: url(../image/honorbg.jpg) no-repeat right center;
  background-size: cover;
}
.about-content .honor-list .honor-tit {
  text-align: center;
  font-size: 0.28rem;
  line-height: 0.38rem;
}
.about-content .honor-list .w1560 {
  position: relative;
  margin-top: 0.7rem;
}
.about-content .honor-list .w1560 .swiper-slide {
  background: #fff;
  padding-bottom: 0.46rem;
  text-align: center;
}
.about-content .honor-list .w1560 .swiper-slide:hover .imgbox img {
  transform: scale(1.1);
}
.about-content .honor-list .w1560 .swiper-slide .imgbox {
  height: 3.5rem;
  line-height: 3.5rem;
  font-size: 0;
  overflow: hidden;
}
.about-content .honor-list .w1560 .swiper-slide .imgbox img {
  display: inline-block;
  vertical-align: bottom;
  max-width: 100%;
  max-height: 100%;
  transition: all .35s;
}
.about-content .honor-list .w1560 .swiper-slide .txtbox {
  margin: 0.25rem auto 0;
  font-size: 16px;
  line-height: 26px;
  width: 88%;
}
.about-content .honor-list .w1560 .prevbtn,
.about-content .honor-list .w1560 .nextbtn {
  top: 2.07rem;
  position: absolute;
  width: 0.6rem;
  background: #fff;
  text-align: center;
  cursor: pointer;
}
.about-content .honor-list .w1560 .prevbtn i,
.about-content .honor-list .w1560 .nextbtn i {
  font-size: 0.35rem;
  line-height: 0.38rem;
}
.about-content .honor-list .w1560 .prevbtn:hover,
.about-content .honor-list .w1560 .nextbtn:hover {
  background: #00b1cc;
  color: #fff;
}
.about-content .honor-list .w1560 .prevbtn {
  left: -1.2rem;
  box-shadow: -0.09rem 0.04rem 0.27rem rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1800px) {
  .about-content .honor-list .w1560 .prevbtn {
    left: -0.66rem;
  }
}
.about-content .honor-list .w1560 .nextbtn {
  right: -1.2rem;
  box-shadow: 0.09rem 0.04rem 0.27rem rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1800px) {
  .about-content .honor-list .w1560 .nextbtn {
    right: -0.66rem;
  }
}

.process {
  padding: 0.94rem 0 1rem;
}
.process .swpbox {
  position: relative;
  padding: 0 0.23rem;
}
.process .swpbox:before {
  content: "";
  position: absolute;
  top: 0.41rem;
  left: 0;
  width: 100%;
  height: 1px;
  background: #c1c1c1;
}
.process .swpbox .swiper-slide {
  padding: 0 0.2rem;
  width: 20%;
  box-sizing: border-box;
}
.process .swpbox .swiper-slide .txtbox {
  border: 1px solid rgba(255, 255, 255, 0);
  padding: 0.1rem 0.26rem;
}
.process .swpbox .swiper-slide .txtbox .tit {
  background: #ebeded;
  text-align: center;
  font-size: 0.18rem;
  line-height: 0.6rem;
}
.process .swpbox .swiper-slide.swiper-slide-active .txtbox {
  background: #fff;
  border-color: #00b1cc;
}
.process .swpbox .swiper-slide.swiper-slide-active .txtbox .tit {
  background: #00b1cc;
  color: #fff;
}
.process .swpbox .paginbox {
  position: relative;
  margin: 0.7rem 0 0;
  height: 0.16rem;
  border: 0.02rem solid #e0e0e0;
  border-radius: 0.09rem;
  background: #fff;
}
.process .swpbox .pagination {
  position: absolute;
  top: -0.02rem;
  left: 14px;
  z-index: 10;
  width: calc(100% - 28px);
  height: 0.16rem;
  border: 0.02rem solid rgba(0, 0, 0, 0);
  border-radius: 0.09rem;
  background: none;
}
.process .swpbox .pagination .swiper-pagination-progressbar-fill {
  top: 0.025rem;
  height: 0.1rem;
  border-radius: 0.09rem;
  background: #666;
}
.process .swpbox .prevbtn,
.process .swpbox .nextbtn {
  top: 0.18rem;
  position: absolute;
  width: 0.6rem;
  background: #fff;
  text-align: center;
  cursor: pointer;
}
.process .swpbox .prevbtn i,
.process .swpbox .nextbtn i {
  font-size: 0.35rem;
  line-height: 0.38rem;
}
.process .swpbox .prevbtn:hover,
.process .swpbox .nextbtn:hover {
  background: #00b1cc;
  color: #fff;
}
.process .swpbox .prevbtn {
  left: -1.2rem;
  box-shadow: -0.09rem 0.04rem 0.27rem rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1800px) {
  .process .swpbox .prevbtn {
    left: -0.66rem;
  }
}
.process .swpbox .nextbtn {
  right: -1.2rem;
  box-shadow: 0.09rem 0.04rem 0.27rem rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1800px) {
  .process .swpbox .nextbtn {
    right: -0.66rem;
  }
}
.process .data-box {
  margin-top: 1rem;
  overflow: hidden;
}
.process .data-box .imgbox {
  float: left;
  width: 43%;
}
.process .data-box .imgbox img {
  display: block;
  max-width: 100%;
}
.process .data-box .txtbox {
  float: right;
  width: 48%;
  margin-right: 0.25rem;
  padding-top: 0.45rem;
}
.process .data-box .txtbox .tit {
  font-size: 0.24rem;
  line-height: 0.34rem;
}
.process .data-box .txtbox .line {
  margin-top: 0.55rem;
  width: 0.9rem;
  height: 0.04rem;
  background: #c0c2c2;
}
.process .data-box .txtbox .txt {
  margin-top: 0.5rem;
  font-size: 0.18rem;
  line-height: 0.34rem;
}
