﻿@charset "utf-8";

html {
  width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0 auto;
  font-family: "Source Han Sans CN";
  color: #333333;
  text-align: left;
  background-color: #fff;
}

@font-face {
  font-family: 'iconfont';
  /* project id 1436635 */
  src: url('../font/iconfont.eot');
  src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'), url('../font/iconfont.woff2') format('woff2'), url('../font/iconfont.woff') format('woff'), url('../font/iconfont.ttf') format('truetype'), url('../font/iconfont.svg#iconfont') format('svg');
}

.iconfont {
  font-family: 'iconfont';
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
}

textarea {
  -webkit-appearance: none;
}

a {
  color: #333;
}

.pcdata {
  font-size: .28rem;
  padding: 0 .2rem;
}

.clearfix {
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

/*空行*/
.jline {
  line-height: .2rem;
}

/*空行 end */
/*内页最小高度*/
.nymin {
  min-height: 7rem;
}

/*内页最小高度 end */
/*视频*/
.video {
  width: 100%;
  height: 4rem;
}

/*视频 end */
/*动态地图 左地图右文字*/
.dtadd {
  width: 100%;
  height: 400px;
}

/*动态地图 end */
/*手机站底部浮动*/
.flomin {
  position: fixed;
  bottom: .32rem;
  left: 50%;
  margin-left: -3.58rem;
  width: 7.17rem;
  z-index: 9999;
  background: #339945;
  border-radius: .18rem;
}

.contf {
  line-height: .51rem;
  font-size: .3rem;
  text-align: center;
  width: 2.39rem;
  color: #fff;
}

.contf span {
  padding-right: .1rem;
  font-size: .4rem;
}

.contf a {
  color: #fff;
  display: flex;
  justify-content: center;
}

.codemin {
  width: 70%;
  top: -8rem;
  left: 50%;
  margin-left: -35%;
  z-index: 99999999;
  display: none;
}

.codemin img {
  width: 100%;
  border: 15px solid #fff;
}

.close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: .3rem;
  padding: .1rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
}

/*手机站底部浮动 end */
/*分页*/
.fenye {
  font-size: .24rem;
  margin: .4rem auto;
  text-align: center;
}

.fenye a {
  display: inline-block;
  line-height: .5rem;
  color: #000;
  margin-right: .14rem;
  padding: 0 11px;
}

.fenye a.foucus {
  color: #fff;
  background: #006c6b;
  border-radius: .05rem;
}

.fenye a:last-child {
  margin-right: 0;
}

/*分页 end */
/*banner*/
#swiper1 {
  width: 100%;
  height: 4.05rem;
}

.swiper-slide {
  background-size: auto 100%;
  background-position: center center;
}

#swiper1 .swiper-pagination {
  display: flex;
  width: 100%;
  justify-content: center;
  bottom: .22rem !important;
}

#swiper1 .swiper-pagination-bullet {
  border: 2px solid #006c6b !important;
  width: .18rem !important;
  height: .18rem !important;
  background: transparent;
  border-radius: 100% !important;
  outline: none;
}

#swiper1 .swiper-pagination-bullet-active {
  background: #006c6b !important;
}

/*banner end */
/*导航*/
.navbar {
  background: #eeeeee;
}

.navbar-brand {
  padding: .33rem 0 .29rem .25rem;
  width: 50%;
}

.navbar-brand img {
  max-width: 100%;
  display: block;
}

.navbar-toggler {
  padding: 0 .15rem 0 0;
  color: #333333;
  line-height: .55rem;
  outline: none;
}

.navbar-toggler-icon {
  width: auto;
}

.navbar-nav {
  z-index: 999;
  right: 0;
  height: 100vh;
  width: 100%;
  font-family: 'Source Han Sans CN';
}

.navbar-toggler .navbar-toggler-icon:after {
  content: "\e669";
  font-size: .55rem;
  display: block;
}

.collapsed .navbar-toggler-icon:after {
  content: "\e601";
  font-size: 2rem;
  display: block;
}

.nav-item {
  border-bottom: 1px solid #003d7e;
  width: 100%;
}

.nav-link {
  text-align: center;
  font-size: .36rem;
  line-height: .9rem;
  color: #fff;
  font-family: "Microsoft YaHei";
}

.dropdown-item {
  text-align: center;
  font-size: .32rem;
  line-height: .7rem;
  color: #fff;
}

/*导航 end */
.lanuage {
  border-left: 0;
  border-right: 0;
  position: relative;
  background: none;
  width: auto;
  text-align: center;
  cursor: pointer;
  position: absolute;
  left: 55%;
  top: 0;
  padding-right: .3rem;
}

.lanuage #lan {
  line-height: 1.12rem;
  font-size: .26rem;
  color: #00448d;
}

.lanuage #lan::after {
  content: '\e62a';
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1.12rem;
  font-size: .2rem;
  z-index: 9;
}

.lanuage ul {
  position: absolute;
  top: 1.12rem;
  left: 50%;
  width: 200%;
  margin: 0;
  padding: 0;
  z-index: 9;
  background: #eeeeee;
  margin-left: -100%;
}

.lanuage ul li {
  line-height: .6rem;
  font-size: .26rem;
  border-bottom: 1px solid #e3e3e3;
}

.lanuage ul li a {
  display: block;
  color: #00448d;
}

.head1 {
  padding: .39rem 0;
  background: #f4f2f0;
}

.abouten {
  line-height: .39rem;
  font-size: .3rem;
  color: #006c6b;
  font-weight: bold;
  text-transform: uppercase;
}

.aboutch {
  line-height: .49rem;
  font-size: .36rem;
  font-weight: bold;
}

.aboutline {
  width: .41rem;
  height: .03rem;
  background: #006c6b;
  margin: .09rem auto .23rem;
}

.aboutxt {
  padding: 0;
  line-height: .42rem;
  font-size: .24rem;
  max-height: 1.68rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
	text-align: center;
}

.number {
  margin-top: .25rem;
}

.num {
  padding: 0;
}

.tubiaoshu {
  line-height: .42rem;
  font-size: .24rem;
  color: #999999;
  text-align: center;
}

.tubiaoshu span {
  line-height: .57rem;
  font-size: .48rem;
  color: #006c6b;
  padding-right: .09rem;
}

.tubiaozi {
  line-height: .42rem;
  font-size: .24rem;
  color: #999999;
  text-align: center;
}

.whire {
  color: #fff;
}

.head2 {
  background: url(../images/probg.jpg) no-repeat center center;
  background-size: cover;
  padding: .45rem 0 .63rem;
}

.tab {
  position: relative;
  overflow: hidden;
}

.tab-nav {
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.tab-nav a {
  display: block;
  background: #fff;
  padding: 0 .49rem;
  line-height: .48rem;
  height: .48rem;
  overflow: hidden;
  margin: 0 .25rem;
  border-radius: .04rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  font-size: .28rem;
}

.product p {
  line-height: .6rem;
  height: .6rem;
  font-size: .28rem;
  text-align: center;
  padding: 0 .15rem;
  background: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tab-nav a.current {
  background: #00448d;
  color: #fff;
}

.tab-con {
  position: relative;
  overflow: hidden;
}

.tab-con-item {
  display: none;
}

.product {
  margin-top: .32rem;
}

.product:nth-child(2n-1) {
  padding: 0 .14rem 0 0;
}

.product:nth-child(2n) {
  padding: 0 0 0 .14rem;
}

.product img {
  width: 100%;
}

.head3 {
  padding: .3rem 0 .44rem;
  background: #f4f2f0;
}

#swiper4 {
  height: 3.87rem;
  margin-top: .08rem;
}

#swiper4 a {
  height: 1.63rem;
}

#swiper4 a:nth-child(2n) {
  margin-top: .19rem !important;
}

.newstitle {
  line-height: .7rem;
  font-size: .28rem;
  color: #00448d;
  height: .7rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.newsleft {
  width: 15%;
  background: #006c6b;
  height: .85rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  flex-direction: column;
}

.newsdate {
  line-height: .48rem;
  font-size: .48rem;
}

.newsyear {
  line-height: .25rem;
  font-size: .24rem;
}

.newsdes {
  width: 85%;
  padding-left: .18rem;
  line-height: .46rem;
  font-size: .24rem;
  color: #666666;
  height: .92rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

#swiper4 .swiper-pagination-bullet {
  width: .5rem !important;
  height: .04rem !important;
  border-radius: 0 !important;
  background: #dedede !important;
}

#swiper4 .swiper-pagination-bullet-active {
  background: #006c6b !important;
}

#swiper4 .swiper-pagination {
  display: flex;
  justify-content: center;
  width: 100%;
  bottom: 0;
}

.foot {
  background: #006c6b;
  padding-bottom: .38rem;
}

.footlogo {
  width: 55%;
  padding: .6rem 0 .36rem;
  margin: 0 auto;
}

.footlogo img {
  width: 100%;
  display: block;
}

.footel {
  display: flex;
    justify-content: center;
    line-height: .5rem;
    font-size: .26rem;
    color: #fff;
    flex-wrap: wrap;
    text-align: center;
}
.footel span:last-child {
  display: none;
}
.footel a {
  color: #fff;
  display: block;
	width: 100%;
}

.footadd {
  line-height: .5rem;
  font-size: .26rem;
  color: #fff;
  padding: 0 .5rem;
}

.footadd a {
  color: #fff;
  display: flex;
  justify-content: center;
}

.footadd p:nth-child(1) {
  width: 23%;
}

.footadd p:nth-child(2) {
  width: 77%;
}

.footer {
  background: #00448d;
  padding: .19rem 0 .29rem;
}

.companyname {
  line-height: .36rem;
  font-size: .2rem;
  color: #fff;
}

.companyname a {
  color: #fff;
}

.nybanner {
  height: 2.8rem;
}

.breadcrumb {
  padding: 0;
}

.breadcrumb .active {
  color: #006c6b;
}

.breadcrumb-item {
  line-height: .48rem;
  font-size: .24rem;
}

.weizhi {
  line-height: .48rem;
  font-size: .24rem;
  display: flex;
}

.weizhi span:first-child {
  color: #006c6b;
  font-size: .32rem;
  padding-right: .06rem;
}

.comleft {
  margin-top: .15rem;
}

.samone {
  line-height: .9rem;
  font-size: .24rem;
  color: #fff;
  background: #00448d;
}

.samtwo a {
  display: block;
  line-height: .51rem;
  font-size: .18rem;
  background: #ededed;
  border-bottom: 1px solid #d3d3d3;
  transition: background 0.5s;
}

.samtwo a:last-child {
  border-bottom: 0;
}

.samtwo a:hover {
  background: #006c6b;
  color: #fff;
  transition: background 0.5s;
}

.samtwo .active {
  background: #006c6b;
  color: #fff;
}

.comtitle {
  line-height: .8rem;
  font-size: .36rem;
  color: #00448d;
  margin-top: .15rem;
  font-weight: bold;
}

.comright {
  padding: 0;
}

.bormin {
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: .1rem;
}

.comtext {
  line-height: .5rem;
  font-size: .26rem;
  padding: 0 .25rem .2rem;
}

.comtext img {
  max-width: 100%;
}

.nynewslist a {
  display: block;
  padding: .09rem .25rem;
  background: #f7f6f6;
  margin-top: .28rem;
}

.nynewslist a:first-child {
  margin-top: .18rem;
}

.nynewst {
  line-height: .7rem;
  font-size: .28rem;
  height: .7rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nydes {
  line-height: .4rem;
  font-size: .26rem;
  color: #666666;
  max-height: .8rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.nynewdate {
  line-height: .45rem;
  font-size: .24rem;
  color: #006c6b;
}

.nyproductlist .nyproq {
  display: block;
  padding: 0 .15rem;
  margin-top: .3rem;
}

.nyproductlist .nyproq img {
  width: 100%;
}

.nyproductlist .nyproq:nth-child(1) {
  margin-top: .15rem;
}

.nyproductlist .nyproq:nth-child(2) {
  margin-top: .15rem;
}

.nyprotit {
  line-height: .4rem;
  height: .7rem;
  font-size: .26rem;
	padding: .15rem;
  text-align: center;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
  border-bottom: 1px solid #d3d3d3;
}

.nyproductlist {
  padding: 0 .12rem;
}

.nyproductxq {
  padding: 0 .25rem;
  text-align: center;
}

.nyproductxq img {
  max-width: 100%;
}

.nyprotxti {
  line-height: .8rem;
  font-size: .36rem;
  color: #006c6b;
  text-align: center;
}

.nyproductxt {
  line-height: .5rem;
  font-size: .26rem;
  margin-top: .2rem;
  margin-bottom: .2rem;
  text-align: left;
}

.nyproductxt img {
  max-width: 100%;
}

.nynewsxq {
  padding: 0 .25rem;
}

.nynewstxti {
  line-height: .8rem;
  font-size: .36rem;
  color: #006c6b;
  text-align: center;
}

.nynewstxlti {
  line-height: .4rem;
  font-size: .24rem;
  color: #666666;
  width: auto;
}

.nynewstxt {
  line-height: .5rem;
  font-size: .26rem;
  margin-top: .15rem;
}

.nynewstxt img {
  max-width: 100%;
}

.nyfenyelist {
  border-top: 1px solid #dbdbdb;
  padding: .22rem 0;
  margin-top: .2rem;
}

.nyfenye {
  line-height: .49rem;
  font-size: .26rem;
  display: flex;
  padding: 0 .26rem;
}

.nyfenye span {
  color: #006c6b;
  width: 1.3rem;
}

.nyfenye a {
  width: 100%;
  height: .49rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.image-list {
  padding: 0 .12rem;
}

.image-list .cover {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding: 0 .07rem;
  margin-top: .3rem;
}

.image-list .cover:nth-child(1) {
  margin-top: .2rem;
}

.image-list .cover:nth-child(2) {
  margin-top: .2rem;
}

.image-list .cover img {
  width: 100%;
  /*padding: .07rem;
    border: 1px solid #006c6b;*/
}

#pictureViewer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .3);
  z-index: 999999
}

#pictureViewer>.content {
  width: 100% !important;
  height: 100% !important;
  background-color: #fff;
  position: absolute;
  width: 100;
  height: 420px;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

#pictureViewer .menu-bar {
  width: 100%
}

#pictureViewer .menu-bar .handel {
  width: 40px;
  height: 40px;
  float: right;
  background-repeat: no-repeat;
  background-position: 50%;
  cursor: pointer;
}

#pictureViewer .menu-bar .handel.maximization {
  background-image: url(../images/maximization_black.png);
  background-size: 14px;
  display: none !important;
}

#pictureViewer .menu-bar .handel.miniaturization {
  background-size: 16px;
  background-image: url(../images/miniaturization_black.png)
}

#pictureViewer .menu-bar .handel.close-view {
  background-image: url(../images/close_black.png);
  background-size: 15px
}

#pictureViewer .handel-prev,
#pictureViewer .handel-next {
  display: inline-block;
  width: 50px;
  height: 70px;
  position: relative;
  top: calc(50% - 80px);
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: 50%;
  cursor: pointer;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

#pictureViewer .handel-prev {
  background-image: url(../images/prev_blank.png)
}

#pictureViewer .handel-next {
  background-image: url(../images/next_blank.png)
}

#pictureViewer .picture-content {
  display: inline-block;
  width: 80%;
  height: calc(100% - 80px);
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0
}
#pict {
		line-height: .7rem;
		font-size: .36rem;
		text-align: center;
		position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	}
#pictureViewer .picture-content .cover {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

#pictureViewer .counter {
  position: absolute;
  bottom: 0;
  height: 40px;
  line-height: 40px;
  width: 100%;
  text-align: center;
  color: gray;
  font-size: 13px
}

#pictureViewer .hide {
  display: none
}

#pictureViewer .left {
  float: left
}

#pictureViewer .right {
  float: right
}

#pictureViewer .clear-flex {
  clear: both
}

#pictureViewer img {
  max-width: 100%;
  max-height: 100%
}

.aboutpic {
  margin-top: .29rem;
  height: 2.39rem;
  border-radius: .08rem;
  padding: 0;
}

.aboutmore {
  line-height: .45rem;
  font-size: .24rem;
  text-align: center;
  text-transform: uppercase;
  background: #00448d;
  width: 1.81rem;
  border-radius: .15rem;
  margin: .32rem auto 0;
}

.aboutmore a {
  display: block;
  color: #fff;
}

.whireline {
  background: #fff;
}

.swiper-button-next,
.swiper-button-prev {
  outline: none;
  top: 42% !important;
}

.promore {
  background: #fff;
  margin: .4rem auto 0;
}

.promore a {
  color: #006c6b;
}

.navbar-collapse {
  z-index: 999;
  right: 0px;
  width: 100%;
  position: absolute;
  top: 100%;
  background: #00448d;
  padding: .2rem 0 0;
}


@media (min-width: 992px) {
	#pict {
		line-height: .4rem;
		font-size: .24rem;
	}
  .lanuage {
    border-left: 1px solid #6e95be;
    border-right: 1px solid #6e95be;
    position: relative;
    background: #00448d;
    width: .99rem;
    height: 1.06rem;
    padding-right: 0;
    left: 0;
  }

  .lanuage #lan {
    line-height: 1.06rem;
    font-size: .16rem;
    font-weight: bold;
    color: #fff;
  }

  .lanuage #lan::after {
    top: .6rem;
    right: 42%;
    line-height: .28rem;
    font-size: .1rem;
  }

  .lanuage ul {
    left: -.01rem;
    width: .99rem;
    margin: 0;
    padding: 0;
    z-index: 9;
    background: #00448d;
    margin-left: 0;
    top: 1.06rem;
  }

  .lanuage ul li {
    line-height: .35rem;
    font-size: .16rem;
    border-bottom: 1px solid #003d7e;
  }

  .lanuage ul li a {
    display: block;
    color: #fff;
  }

  .pcdata {
    font-size: .16rem;
  }

  /*内页最小高度*/
  .nymin {
    min-height: 7rem;
  }

  /*内页最小高度 end */
  /*视频*/
  .video {
    width: 80%;
    height: 6rem;
  }

  /*视频 end */
  /*动态地图 左地图右文字*/
  .dtadd {
    width: 60%;
    height: 400px;
  }

  /*动态地图 end */
  /*分页*/
  .fenye {
    font-size: .14rem;
    margin: .4rem auto;
  }

  .fenye a {
    line-height: .34rem;
  }

  /*分页 end */
  /*右侧浮动*/
  .floar {
    position: fixed;
    right: .09rem;
    z-index: 99;
    top: 45%;
  }

  .qq {
    line-height: .19rem;
    font-size: .14rem;
  }

  .rightqq {
    width: .6rem;
    height: .69rem;
    background: #006c6b;
    margin-bottom: .01rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .rightico {
    line-height: .36rem;
    text-align: center;
    font-size: .3rem;
  }

  .rightqq a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    cursor: pointer;
    height: 100%;
    width: 100%;
  }

  .rightqq:hover {
    background: #00448d;
  }

  .back {
    cursor: pointer;
    color: #fff;
  }

  .rightel {
    background: #00448d;
    line-height: .3rem;
    font-size: .14rem;
    position: absolute;
    right: .6rem;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.8s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: .69rem;
    width: 1.5rem;
  }

  .rightqq:hover .rightel {
    opacity: 1;
    visibility: visible;
    transition: all 0.8s;
  }

  .codepic {
    opacity: 0;
    visibility: hidden;
    transition: all 0.8s;
    padding: .1rem;
    position: absolute;
    right: .6rem;
    width: 1.5rem;
    height: 1.5rem;
    background: #00448d;
  }

  .codepic img {
    width: 100%;
    display: block;
  }

  .rightqq:hover .codepic {
    opacity: 1;
    visibility: visible;
    transition: all 0.8s;
  }

  .rightqq:first-child .rightico {
    font-size: .25rem;
  }

  /*右侧浮动 end */
  /*banner*/
  #swiper1 {
    height: 6.4rem;
  }

  #swiper1 .swiper-pagination {
    bottom: .35rem !important;
  }

  /*banner end */
  /*导航*/
  .navbar {
    background: url(../images/blue.jpg) no-repeat top right;
    background-size: auto;
  }

  .navbar-nav .active {
    background: #006c6b;
  }

  .navbar-brand {
    width: auto;
    padding: .33rem .3rem .22rem 0;
  }

  .navbar-collapse {
    position: static;
    width: auto;
    padding: 0;
  }

  .navbar-nav {
    height: auto;
    position: relative;
    background: #00448d;
  }

  .navbar .collapsed {
    background: none;
  }

  .nav-link {
    font-size: .16rem;
    line-height: 1.06rem;
    color: #fff;
  }

  .nav-item {
    border-bottom: 0;
    position: relative;
    transition: background 0.5s;
  }

  .navbar-nav .active::after {
    content: '';
    width: .45rem;
    height: .02rem;
    position: absolute;
    bottom: .27rem;
    left: 50%;
    margin-left: -.22rem;
    background: #fff;
    z-index: 11;
  }

  .dropdown-menu {
    width: 100%;
    background: #00448d;
    left: 0;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
  }

  .dropdown-menu .dropdown-item:last-child {
    border-bottom: 0;
  }

  .dropdown-item {
    width: 100%;
    text-align: center;
    line-height: .46rem;
    font-size: .14rem;
    color: #fff;
    padding: 0 .13rem;
    border-bottom: 1px solid #003d7e;
    transition: background 0.5s;
  }

  .dropdown-item:hover {
    background: #006c6b;
    transition: background 0.5s;
  }

  .nav-item:hover {
    background: #006c6b;
    transition: all 0.5s;
  }

  .nav-item:hover::after {
    content: '';
    width: .45rem;
    height: .02rem;
    position: absolute;
    bottom: .27rem;
    left: 50%;
    margin-left: -.22rem;
    background: #fff;
    z-index: 11;
  }

  .dropdown:hover>.dropdown-menu {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s;
  }

  /*导航 end */
  .head1 {
    padding: .41rem 0;
  }

  .abouten {
    line-height: .39rem;
    font-size: .24rem;
  }

  .aboutch {
    line-height: .42rem;
    font-size: .24rem;
  }

  .aboutxt {
    line-height: .36rem;
    max-height: 1.08rem;
    font-size: .16rem;
    padding: 0 1.05rem;
    -webkit-line-clamp: 3;
    margin-top: .19rem;
  }

  .number {
    margin-top: .2rem;
  }

  .tubiaoshu span {
    line-height: .44rem;
    font-size: .36rem;
    padding-right: .1rem;
  }

  .tubiaoshu {
    line-height: .3rem;
    font-size: .16rem;
  }

  .tubiaozi {
    line-height: .3rem;
    font-size: .16rem;
  }

  .head2 {
    background: url(../images/probg.jpg) no-repeat center center;
    background-size: cover;
    padding: .29rem 0 .38rem;
  }

  .tab {
    margin-top: .25rem;
  }

  .tab-nav a {
    line-height: .49rem;
    height: .49rem;
    font-size: .22rem;
  }

  .tab-con {
    margin-top: .37rem;
  }

  .product {
    margin-top: 0;
    padding: 0 !important;
  }

  #swiper3 {
    height: auto;
    margin: 0 .7rem;
  }
	.tab-con-item {flex-direction: column;}
  .tab-con-item .swiper-button-next::after,
  .swiper-button-prev::after {
    font-size: .4rem !important;
  }

  .head3 {
    padding: .3rem 0 .48rem;
  }

  .titlihe {
    line-height: .39rem;
  }

  #swiper4 {
    height: 1.67rem;
    margin-top: .11rem;
  }

  #swiper4 a:nth-child(2n) {
    margin-top: 0 !important;
  }

  #swiper4 a {
    height: auto;
  }

  .newstitle {
    line-height: .46rem;
    height: .46rem;
    font-size: .2rem;
  }

  .newsdes {
    width: 85%;
    line-height: .3rem;
    font-size: .16rem;
    height: .9rem;
    -webkit-line-clamp: 3;
  }

  .newsleft {
    width: 15%;
    height: .8rem;
    margin-top: .05rem;
  }

  .newsdate {
    line-height: .46rem;
    font-size: .48rem;
  }

  .newsyear {
    line-height: .2rem;
    font-size: .14rem;
  }

  #swiper4 .swiper-pagination-bullet {
    width: .37rem !important;
    height: .02rem !important;
  }

  .foot {
    padding: .23rem 0 .33rem;
  }

  .footel {
    line-height: .27rem;
    font-size: .15rem;
    justify-content: flex-start;
	  flex-wrap: wrap;
	  text-align: left;
  }

  .footadd {
    padding: 0;
    line-height: .27rem;
    font-size: .15rem;
  }
	.footadd a {
		justify-content: flex-start;
	}
  .footadd p:nth-child(1) {
    width: auto;
  }

  .footadd p:nth-child(2) {
    width: auto;
  }

  .footlogo {
    width: 30%;
    padding: .35rem .4rem .25rem;
    border-left: 1px solid #92aac3;
    border-right: 1px solid #92aac3;
	  display: flex;
    align-items: center;
  }

  .footcode {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.52rem;
    height: .95rem;
    border: 1px solid #92aac3;
  }

  .footcode img {
    width: .83rem;
    height: .83rem;
  }

  .coderight {
    width: 1.53rem;
    padding-left: .13rem;
  }

  .codewx {
    line-height: .34rem;
    font-size: .16rem;
    color: #fff;
    text-align: center;
  }

  .footer {
    padding: .04rem 0 .03rem;
  }

  .companyname {
    line-height: .22rem;
    font-size: .14rem;
    color: #e0e0e0;
    padding: 0 .05rem;
  }

  .nybanner {
    height: 3.46rem;
  }

  .comright {
    padding-left: .5rem;
  }

  .weizhi {
    line-height: .28rem;
    font-size: .14rem;
    display: flex;
  }

  .weizhi span:first-child {
    font-size: .2rem;
    padding-right: .06rem;
  }

  .breadcrumb-item {
    line-height: .28rem;
    font-size: .14rem;
  }

  .comleft {
    margin-top: .28rem;
  }

  .combor {
    border-bottom: 2px solid #d3d3d3;
  }

  .bormin {
    border-bottom: 0;
    padding-bottom: 0;
  }

  .comtitle {
    line-height: .67rem;
    font-size: .24rem;
    margin-top: 0;
  }

  .comtext {
    line-height: .44rem;
    font-size: .16rem;
    padding: .2rem .25rem;
  }

  .nynewslist a:first-child {
    margin-top: .28rem;
  }

  .nynewst {
    line-height: .6rem;
    font-size: .2rem;
    height: .6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .nydes {
    line-height: .28rem;
    font-size: .16rem;
    color: #666666;
    max-height: .84rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .nynewdate {
    line-height: .4rem;
    font-size: .16rem;
    color: #006c6b;
  }

  .nynewslist a:hover .nynewst {
    color: #006c6b;
  }

  .nyproductlist .nyproq {
    display: block;
    padding: 0 .07rem;
    margin-top: .3rem;
  }

  .nyproductlist .nyproq:hover .nyprotit {
    background: #006c6b;
    color: #fff;
  }

  .nyprotit {
    line-height: .25rem;
    height: .55rem;
    font-size: .16rem;
    text-align: center;
    border-bottom: 1px solid #d3d3d3;
	  padding: .15rem;
  }

  .nyproductlist {
    padding: 0 .12rem;
  }

  .nyproductlist .nyproq:nth-child(1) {
    margin-top: .3rem;
  }

  .nyproductlist .nyproq:nth-child(2) {
    margin-top: .3rem;
  }

  .nyprotxti {
    line-height: .62rem;
    font-size: .2rem;
    color: #006c6b;
    text-align: center;
  }

  .nyproductxt {
    line-height: .31rem;
    font-size: .16rem;
    margin-top: .2rem;
    margin-bottom: .2rem;
  }

  .nynewstxti {
    line-height: .45rem;
    font-size: .2rem;
    margin-top: .15rem;
  }

  .nynewstxlti {
    line-height: .3rem;
    font-size: .14rem;
    padding: 0 .15rem;
  }

  .nynewstxt {
    line-height: .44rem;
    font-size: .16rem;
    margin-top: 0;
  }

  .nyfenyelist {
    padding: 0;
    border-top: 0
  }

  .pcfyma {
    margin-left: .1rem;
    margin-right: .1rem;
    border-top: 1px solid #dbdbdb;
    padding: .12rem 0;
  }

  .nyfenye {
    line-height: .32rem;
    font-size: .16rem;
  }

  .nyfenye:nth-child(1) {
    padding: 0 .15rem 0 0;
  }

  .nyfenye:nth-child(2) {
    padding: 0 0 0 .15rem;
  }

  .nyfenye a {
    height: .32rem;
  }

  .nyfenye span {
    width: .8rem;
  }

  .nyfenye:nth-child(2) a {
    text-align: right;
  }

  .image-list .cover:hover .nyprotit {
    background: #006c6b;
    color: #fff;
  }

  .image-list .cover:nth-child(1) {
    margin-top: .3rem;
  }

  .image-list .cover:nth-child(2) {
    margin-top: .3rem;
  }

  #pictureViewer .menu-bar .handel:hover {
    background-color: #006c6b;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
  }

  #pictureViewer .menu-bar .handel.maximization:hover {
    background-image: url(../images/maximization_white.png)
  }

  #pictureViewer .menu-bar .handel.miniaturization:hover {
    background-image: url(../images/miniaturization_white.png)
  }

  #pictureViewer .menu-bar .handel.close-view:hover {
    background-image: url(../images/close_white.png)
  }

  #pictureViewer .handel-prev:hover,
  #pictureViewer .handel-next:hover {
    background-color: #006c6b
  }

  #pictureViewer .handel-prev:hover {
    background-image: url(../images/prev_white.png)
  }

  #pictureViewer .handel-next:hover {
    background-image: url(../images/next_white.png)
  }

  .aboutline {
    width: .34rem;
    height: .03rem;
    margin: .07rem auto 0;
  }

  .aboutpic {
    height: 2.38rem;
  }

  .product p {
    line-height: .52rem;
    height: .52rem;
    font-size: .18rem;
    transition: color 0.5s;
  }

  .product:hover p {
    color: #006c6b;
    transition: color 0.5s;
  }

  .aboutmore {
    line-height: .36rem;
    font-size: .14rem;
    width: 1.48rem;
    border-radius: .15rem;
    margin: .32rem auto 0;
  }



}

@media (min-width:1200px) {
 
}