@font-face {
  font-family: alimama;
  src: url('../font/alimama_Bold.ttf');
}
html {
  font-size: 62.5%; /* 10÷16=62.5% */
}
body {
  font-size: 12px;
  font-size: 1.2rem; /* 12÷10=1.2 */
}
p {
  font-size: 14px;
  font-size: 1.4rem;
}
p>img {
  margin: 0 auto;
}
/*head*/
.header {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.mycontainer {
  width: 92%;
  margin: 0 auto;
}
.header .mycontainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 105px;
}
.logo {
  display: flex;
  align-items: center;
}
.logo > img {
  margin-right: 10px;
}
.logo > h1 {
  color: #fff;
  font-size: 2.2rem;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.nav {
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav li {
  position: relative;
  margin: 0 14px;
  /*padding-bottom: 10px;*/
}

.nav li:before {
  content: '';
  width: 100%;
  height: 3px;
  background: #003e3b;
  position: absolute;
  left: 0;
  bottom: -10px;
  transform-origin: 100%;
  -webkit-transform-origin: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.32s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  visibility: hidden\9;
}
.nav li:hover:before,
.nav li.active:before {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  transform-origin: 0;
  -webkit-transform-origin: 0;
  visibility: visible\9;
}
.nav a {
  position: relative;
  font-size: 1.6rem;
  font-weight: lighter;
  color: #fff;
}

.head_right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.search {
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  border-radius: 23px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.search:hover {
  background: rgba(255, 255, 255, 0.2);
  padding: 0 15px;
}
.search input[type='text'] {
  color: #fff;
  font-size: 1.4rem;
  width: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  background: none;
}
.search input[type='text']::placeholder {
  color: #fff;
  font-size: 1.4rem;
}
.search:hover input[type='text'] {
  width: 100px;
  line-height: 35px;
  padding: 0 10px;
}
.search input[type='submit'] {
  background: url('../images/search.png') no-repeat center;
  width: 17px;
  height: 20px;
  cursor: pointer;
}
.lang {
  background: rgba(255, 255, 255, 0.2);
  padding: 0 13px;
  border-radius: 23px;
  margin: 0 27px;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.lang:hover {
  background: #003e3b;
}
.lang a {
  line-height: 35px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 25px;
  color: #fff;
  font-size: 1.6rem;
  background: url('../images/earth.png') no-repeat left center;
}
.tel {
  background: url('../images/tel.png') no-repeat left center;
  padding-left: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tel p {
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  line-height: 24px;
}

/*index*/
/*index01*/
.index01 .warpper > div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 2vw;
}
.index01 .warpper > div p {
  font-size: 2.3rem;
  line-height: 5rem;
  color: #333333;
  font-weight: lighter;
  padding-left: 50px;
  background: url('../images/index01icon.png') no-repeat left center;
}
.index01 .warpper > div p span {
  color: #006c68;
}
.index01 .warpper > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.index01 .warpper > ul li {
  width: 24%;
  height: 110px;
  margin-top: 1.3vw;
  background: #e5ebeb;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index01 .warpper > ul li p {
  font-size: 2rem;
  color: #333333;
  font-weight: lighter;
  margin-left: 15px;
}

/*index02*/
.index02 {
  background: #f6f8fc;
  padding-top: 1vw;
  margin-top: 2vw;
  padding-bottom: 4vw;
}
.in02_style {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.in02_style .swiper-container {
  width: 100%;
}
.in02_style a {
  display: block;
  width: 100%;
  background: #fff;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.in02_style a:hover {
  background: #006c68;
}
.in02_style a b {
  width: 100%;
  height: 357px;
  position: relative;
  display: block;
  overflow: hidden;
}
.in02_style a b img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.in02_style a > p {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  background: #003e3b;
  line-height: 60px;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.in02_style a:hover > p {
  background: none;
}
.index02 .warpper > h3 {
  text-align: center;
  padding-bottom: 24px;
  margin-bottom: 2vw;
  margin-top: 3vw;
  color: #222222;
  font-size: 3.6rem;
  background: url('../images/titbg.png') no-repeat center bottom;
}
/*about */
.about {
  background: url('../images/aboutbg.jpg') no-repeat center;
  background-size: cover;
  padding-bottom: 13vw;
}
.title {
  text-align: center;
  padding-top: 4vw;
  padding-bottom: 2vw;
}
.title h3 {
  font-size: 3.6rem;
  color: #222222;
}
.title p {
  font-size: 1.6rem;
  color: #7a7a7a;
  font-weight: lighter;
  line-height: 37px;
  padding-bottom: 10px;
}
.title img {
  margin: 0 auto;
}
.about .title h3,
.about .title p {
  color: #fff;
}
.about > small {
  width: 1075px;
  display: block;
  margin: 0 auto;
  color: #ffffff;
  line-height: 34px;
  font-size: 1.6rem;
  font-weight: lighter;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.about > a {
  width: 195px;
  line-height: 43px;
  margin: 0 auto;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 3px #9f9f9f;
  color: #4b4b4b;
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
  margin-bottom: 2vw;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.about > a:hover {
  background: #003e3b;
}
.about > a span {
  font-size: 1.4rem;
  color: #4b4b4b;
  padding-left: 34px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.about > a:hover span {
  color: #fff;
}
.about > a i {
  text-align: center;
  color: #fff;
  display: block;
  width: 53px;
  background: #003e3b;
  font-size: 3.6rem;
  border-radius: 0 20px 20px 0;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.about > a:hover i {
  background: #fff;
  color: #4b4b4b;
}
.about ul {
  display: flex;
  justify-content: center;
}
.about ul li {
  width: 463px;
}
.about ul li a {
  display: block;
  text-align: center;
}
.about ul li a img {
  margin: 0 auto;
  height: 48px;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
}
.about ul li a:hover img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.about ul li a p {
  color: #fff;
  line-height: 50px;
  font-weight: bold;
  font-size: 2.4rem;
}
.about ul li a b {
  display: block;
  width: 100%;
  height: 61px;
  background: url('../images/add.png') no-repeat center;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.about ul li a:hover b {
  background: url('../images/adds.png') no-repeat center;
}

/*workshop*/
.workshop {
  background: url('../images/workshopbg.png') no-repeat center bottom;
  padding-bottom: 150px;
  overflow: hidden;
}

.workshop_cont:hover,
.workshop_cont .swiper-slide img:hover {
  cursor: url(../images/pointer.png), pointer;
}
.swiper-wk .swiper-slide a {
  display: block;
  width: 100%;
  height: 24vw;
  position: relative;
  overflow: hidden;
}
.swiper-wk .swiper-slide a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#carousel {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
#carousel .swiper {
  padding-top: 20px;
  padding-bottom: 40px;
}
#carousel .swiper-slide {
  width: 300px;
  background: #fff;
  box-shadow: 0 8px 20px #ddd;
}
#carousel .swiper-slide img {
  display: block;
  width: 100%;
}
#carousel .swiper-slide p {
  line-height: 58px;
  padding-top: 0;
  text-align: center;
  color: #636363;
  font-size: 0.8em;
  margin: 0;
}

/*coop_cont*/
.coop_contbg {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.coop_cont ul li {
  float: left;
  width: 400px;
  height: 184px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e9e9e9;
  text-align: center;
}
.coop_cont ul li img {
  position: absolute;
  top: 10%;
  width: 100%;
  height: 80%;
  margin: 0 auto;
  object-fit: scale-down;
}
.coop_cont ul li:after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: none;
}
.coop_cont ul li:hover:after {
  border: 2px solid #006c68;
}
.zcom03 .coop_cont ul li:hover:after {
  border: none;
}
/*news*/
.news_cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 4vw;
}
.news_cont > a {
  display: block;
  width: 31%;
}
.news_cont > a b {
  width: 100%;
  display: block;
  height: 25vw;
  position: relative;
  overflow: hidden;
}
.news_cont > a b > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news_cont > a b > div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  background: url('../images/newsmore.png') no-repeat center;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  opacity: 0;
}
.news_cont > a b > div > span {
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  font-weight: normal;
  padding-top: 80px;
  padding-bottom: 5px;
  background: url('../images/watch.png') no-repeat center;
  border-bottom: 1px solid #fff;
  background-size: 28px;
}
.news_cont > a:hover b > div {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(0.9);
  -moz-transform: translate(-50%, -50%) scale(0.9);
  -ms-transform: translate(-50%, -50%) scale(0.9);
  -o-transform: translate(-50%, -50%) scale(0.9);
  transform: translate(-50%, -50%) scale(0.9);
}
.news_text > h5 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 2.4rem;
  color: #333333;
  margin-top: 20px;
  margin-bottom: 10px;
}
.news_text > small {
  font-size: 1.6rem;
  line-height: 25px;
  font-weight: lighter;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news_text > small p {
  text-indent: 0 !important;
}

/*footer*/
.footer {
  background: url('../images/fotbg.jpg') no-repeat center;
  background-size: cover;
}
.fot_topbg {
  padding: 4vw 0;
  display: flex;
  justify-content: space-between;
}
.fot_link {
  display: flex;
  align-items: center;
  height: 55px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.fot_link span {
  color: #fff;
  font-size: 1.6rem;
}
.fot_link a {
  display: block;
  margin-left: 20px;
}
.fot_link img {
  height: 26px;
}
.fot_left {
  width: 35.3%;
}
.fot_left > h3 {
  color: #fff;
  font-size: 2.6rem;
  margin-bottom: 3vw;
}
.fot_code {
  display: flex;
}
.fot_code > img {
  width: 160px;
  margin-right: 30px;
}
.fot_code > div h5 {
  font-size: 2rem;
  color: rgba(255, 255, 255, 0.28);
  margin-bottom: 15px;
}
.fot_code > div p {
  font-size: 1.4rem;
  color: #fff;
  line-height: 23px;
}
.fot_code > div small {
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.28);
  display: block;
  margin-top: 15px;
}
.fot_mid > h3 {
  position: relative;
  color: #fff;
  font-size: 2rem;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.fot_mid > h3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: '';
  background: #15ac47;
  width: 23px;
  height: 4px;
}
.fot_mid > a {
  color: #bababa;
  display: block;
  font-size: 1.6rem;
  margin-bottom: 19px;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.fot_mid > a:hover {
  color: #fff;
}
.fot_right {
  width: 47%;
}
.fot_right > h3 {
  font-size: 2.6rem;
  color: #fff;
}
.fot_right > p {
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 30px;
}
.fot_right > form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fot_right > form > input {
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
  line-height: 50px;
  margin-bottom: 20px;
  width: 32%;
  font-size: 1.4rem;
  color: #424242;
}
.fot_right > form input::placeholder,
.fot_right > form > textarea::placeholder {
  font-size: 1.4rem;
  color: #424242;
}
.fot_right .code {
  width: 32%;
  background: #fff;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fot_right .code img {
  height: 80%;
  margin-right: 6px;
}
.fot_right .code input {
  font-size: 1.4rem;
  color: #424242;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
  line-height: 50px;
  width: 40%;
}
.fot_right > form > input[type='submit'] {
  background: #2db5b0;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 1.6rem;
  margin-top: 20px;
  width: 100%;
}
.fot_right > form > textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  height: 137px;
  background: #fff;
}

.fot_bom {
  background: rgba(255, 255, 255, 0.3);
  line-height: 77px;
}
.fot_bom .warpper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fot_bom .warpper > p {
  font-size: 1.4rem;
  color: #fff;
}
.fot_bom .warpper a {
  font-size: 1.4rem;
  color: #fff;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.fot_bom .warpper a:hover {
  text-decoration: underline;
}

/*zbanner*/
.zbanner {
  width: 100%;
  height: 45vw;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.zbanner > div > h3 {
  font-size: 4rem;
  color: #fff;
  text-shadow: 0 3px 3px #525252;
}
.zbanner > div > small {
  font-size: 2rem;
  font-weight: lighter;
  color: #fff;
  display: block;
  margin-bottom: 14px;
}
.zbanner > div > b {
  display: block;
  width: 60px;
  height: 2px;
  background: #fff;
}
.crumbs {
  line-height: 94px;
}
.crumbs > .warpper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 25px;
  font-size: 1.6rem;
  color: #333333;
  font-weight: lighter;
  background: url('../images/home.png') no-repeat left center;
}
.crumbs > .warpper a {
  font-size: 1.6rem;
  color: #333333;
  font-weight: lighter;
}
.bg_blue {
  background: #f6f8fc;
  padding: 4vw 0;
}
.nogoods {
  background: #fff;
  padding: 3vw 0;
}
.nogoods img {
  margin: 0 auto;
}
.nogoods p {
  font-size: 2rem;
  font-weight: lighter;
  text-align: center;
}
/*zcompany*/
.zcom01 {
  background: url('../images/zcombg.jpg') no-repeat center;
  background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3vw 0;
}
.zcom01 > .warpper > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.zcom01 > .warpper > div > img {
  max-width: 43%;
}
.zcom01 > .warpper > div > div {
  width: 52%;
}
.zcom01 > .warpper > div h3 {
  font-size: 3.6rem;
  color: #003e3b;
  margin-bottom: 1.5vw;
}
.zcom01 > .warpper > div h3 span {
  font-weight: lighter;
}
.zcom01 > .warpper > div h5 {
  font-size: 2.4rem;
  color: #333333;
  font-weight: lighter;
}
.zcom01 > .warpper > div > div > p {
  font-size: 1.2rem;
  color: #333333;
  font-weight: lighter;
  text-transform: uppercase;
  padding-bottom: 20px;
  position: relative;
}
.zcom01 > .warpper > div > div > p:before {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: '';
  width: 100%;
  height: 2px;
  background: #dcdcdc;
}
.zcom01 > .warpper > div > div > p:after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: '';
  width: 30%;
  height: 2px;
  background: #003e3b;
}
.zcom01 > .warpper > div > div > small {
  font-size: 1.6rem;
  color: #333333;
  font-weight: lighter;
  line-height: 3.6rem;
  display: block;
  margin-top: 1vw;
  padding-bottom: 1vw;
  position: relative;
}
.zcom01 > .warpper > div > div > small:after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: '';
  width: 60px;
  height: 2px;
  background: #003e3b;
}
.zcom01 ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2.5vw;
}
.zcom01 ul li {
  text-align: center;
}
.zcom01 ul li b {
  position: relative;
  display: block;
  width: 125px;
  height: 125px;
  margin: 0 auto;
}
.zcom01 ul li b img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.zcom01 ul li b:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: url('../images/circle.png') no-repeat center;
  animation: rotate360 5s linear 0s infinite normal;
}
@keyframes rotate360 {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.zcom01 ul li h5 {
  font-size: 2.4rem;
  color: #003e3b;
  margin-bottom: 20px;
  margin-top: 5px;
}
.zcom01 ul li small {
  font-size: 1.6rem;
  color: #333333;
  font-weight: lighter;
  line-height: 2.4rem;
}

.zcom02 {
  background: url('../images/history.jpg') no-repeat center;
  background-size: cover;
  padding-top: 1.5vw;
  padding-bottom: 2vw;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.zcom02_tit {
  position: relative;
}
.zcom02_tit > h5 {
  position: absolute;
  font-size: 8.2rem;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
  color: transparent;
  text-transform: uppercase;
}
.zcom02_tit > h4 {
  font-size: 3.6rem;
  color: #fff;
  padding-top: 17px;
}
.zcom02_tit > small {
  font-size: 2rem;
  font-weight: lighter;
  color: #fff;
  text-transform: uppercase;
}
.history {
  position: relative;
  height: 610px;
}
.his-line {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  background: #fff;
  height: 1px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.swiper-history {
  overflow: hidden;
  height: 100%;
}
.swiper-history .swiper-slide {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  position: relative;
}
.swiper-history h5 {
  font-size: 2.4rem;
  color: #fff;
}
.swiper-history small {
  color: #fff;
  font-size: 1.6rem;
  font-weight: lighter;
}
.his_text {
  position: absolute;
  top: calc(50% + 45px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
}
.swiper-history .swiper-slide:nth-of-type(even) .his_text {
  bottom: calc(50% + 45px);
  top: inherit;
}
.swiper-history .swiper-slide .his_text:after {
  display: block;
  content: '';
  position: absolute;
  left: 37px;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  border: 4px solid rgba(255, 255, 255, 0.45);
  background: #003e3b;
  bottom: calc(100% + 38px);
}
.swiper-history .swiper-slide:nth-of-type(even) .his_text:after {
  bottom: initial;
  top: calc(100% + 38px);
}

.swiper-history .swiper-slide-active .his_text:after {
  background: #fff;
}
.history {
  position: relative;
}
.history .swiper-button-next {
  border-radius: 50%;
  width: 65px;
  height: 65px;
  right: -95px;
  background: rgba(0, 0, 0, 0.6) url('../images/his_r.png') no-repeat center;
}
.history .swiper-button-prev {
  border-radius: 50%;
  width: 65px;
  height: 65px;
  left: -95px;
  background: rgba(0, 0, 0, 0.6) url('../images/his_l.png') no-repeat center;
}
.history .swiper-button-prev:hover,
.history .swiper-button-next:hover {
  background-color: #003e3b;
}
.history .swiper-button-next:after,
.history .swiper-button-prev:after {
  display: none;
}

/*zcom03*/
.zcom03 .coop_contbg {
  border-top: none;
  border-bottom: none;
}
.zcom03 ul {
  padding-top: 3px;
}
.zcom03 ul li {
  border: none;
  box-shadow: 0 1px 7px #ddd;
  width: 368px;
  height: 205px;
  margin-bottom: 35px;
  margin-right: 52px;
  border-radius: 10px;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.zcom03 ul li:hover {
  border: 3px solid #006c68;
}

/*zcom04*/
.zcom04 {
  padding-bottom: 4vw;
}
.zcom04 .warpper {
  overflow: hidden;
}
.swiper-honor a {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 24vw;
}
.swiper-honor a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/*protype*/
.protype {
  background: #f2f5f5;
}
.protype .index02 {
  margin-top: 0;
}

.cailiao {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.cailiao ul {
  width: 48%;
  height: 374px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: inherit;
}
.cailiao ul li {
  width: 48%;
  background: #e5f0f0;
  text-align: center;
  padding: 34px 0;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.cailiao ul li:hover {
  background: #006c68;
}
.cailiao ul li h4 {
  font-size: 3rem;
  color: #006c68;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.cailiao ul li small {
  font-size: 2.4rem;
  color: #006c68;
  font-weight: lighter;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.cailiao ul li:hover h4,
.cailiao ul li:hover small {
  color: #fff;
}

.cailiao > b {
  display: block;
  position: relative;
  overflow: hidden;
  height: 336px;
  width: 50%;
}
.cailiao > b img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lc ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.lc ul > img {
  margin-top: 45px;
}
.lc ul > img:last-of-type {
  display: none;
}
.lc ul li img {
  margin: 0 auto;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.lc ul li:hover img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.lc ul li p {
  text-align: center;
  font-size: 2.4rem;
  color: #222222;
  font-weight: lighter;
  margin-top: 20px;
}
.zworkshop {
  padding-bottom: 4vw;
}
.swiper-zworkshop {
  width: 100%;
  overflow: hidden;
}
.swiper-zworkshop .swiper-slide b {
  width: 100%;
  height: 23vw;
  position: relative;
  overflow: hidden;
}
.swiper-zworkshop .swiper-slide b img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*zcontact*/
#allmap {
  width: 100%;
  height: 460px;
  margin: 0 auto;
  overflow: hidden;
}
.zcontact {
  padding: 0 2.5%;
  padding-bottom: 2.5vw;
  background: #fff;
}
.zcontact_cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1.5vw 0;
}
.zcontact_cont h1 {
  font-weight: normal;
  font-size: 2.8rem;
  color: #2c2c2c;
}
.zcontact_cont b {
  margin: 20px 0;
  display: block;
  background: #006c68;
  width: 45px;
  height: 3px;
}
.zcontact_cont p {
  font-size: 2rem;
  line-height: 38px;
  color: #666;
}
.zcontact_cont img {
  max-width: 30%;
  width: 180px;
}

/*sidebar*/
.sidebar {
  float: left;
  width: 340px;
}
.sidetit {
  background: #003734;
  padding: 20px 0;
  width: 100%;
  text-align: center;
}
.sidetit h4 {
  font-weight: normal;
  font-size: 3rem;
  color: #fff;
}
.sidetit small {
  font-size: 1.6rem;
  color: #fff;
  text-transform: uppercase;
}
.side_cont {
  border: 1px solid #003734;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
}
.side_cont1 {
  border: 1px solid #003734;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
}
.side_tel {
  margin-top: 40px;
  padding-left: 60px;
  background: url('../images/sidetel.png') no-repeat left center;
}
.side_tel > small {
  font-size: 1.4rem;
  color: #666666;
}
.side_tel > h4 {
  font-size: 3rem;
  color: #003734;
}
.side_cont {
  margin-bottom: 20px;
}
.side_cont ul li {
  background: #e5ebeb;
  margin-top: 15px;
}
.side_cont ul li:first-of-type {
  margin-top: 0;
}
.side_cont ul li > a {
  display: block;
  line-height: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 46px;
  padding-right: 77px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 2rem;
  color: #333333;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  background-image: url('../images/sidejt.png');
  background-repeat: no-repeat;
  background-position: 230px center;
}
.side_cont ul li > a:hover,
.side_cont ul li > a#active {
  color: #fff;
  background-color: #003e3b;
}
.side_cont ul li div a {
  display: block;
  line-height: 46px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 66px;
  padding-right: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 1.6rem;
  color: #333333;
  font-weight: lighter;
  border-top: 1px solid #ced9d9;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.side_cont ul li div a:hover,
.side_cont ul li div a.active2 {
  text-decoration: underline;
  color: #003e3b;
}
.side_cont1 {
  margin-bottom: 20px;
}
.side_cont1 ul li {
  background: #e5ebeb;
  margin-top: 15px;
}
.side_cont1 ul li:first-of-type {
  margin-top: 0;
}
.side_cont1 ul li > a {
  display: block;
  line-height: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 46px;
  padding-right: 77px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 2rem;
  color: #333333;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
 
  background-repeat: no-repeat;
  background-position: 230px center;
}
.side_cont1 ul li > a:hover,
.side_cont1 ul li > a#active {
  color: #fff;
  background-color: #003e3b;
}
.side_cont1 ul li div a {
  display: block;
  line-height: 46px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 66px;
  padding-right: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 1.6rem;
  color: #333333;
  font-weight: lighter;
  border-top: 1px solid #ced9d9;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.side_cont1 ul li div a:hover,
.side_cont1 ul li div a.active2 {
  text-decoration: underline;
  color: #003e3b;
}
.side_pro {
  overflow: hidden;
  width: 100%;
  height: 1225px;
}
.side_pro ul li {
  margin-top: 16px;
}
.side_pro ul li a {
  display: block;
  background: #fff;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.side_pro ul li a:hover {
  background: #003e3b;
}
.side_pro ul li a b {
  display: block;
  width: 100%;
  height: 14vw;
  position: relative;
  overflow: hidden;
}
.side_pro ul li a b img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.side_pro ul li a p {
  font-size: 1.6rem;
  color: #003e3b;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  border-bottom: 1px solid #fff;
}
.side_pro ul li a:hover p {
  color: #fff;
}
.side_pro ul li a small {
  width: 100%;
  display: block;
  background: #003e3b;
  line-height: 58px;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
}
.side_right {
  float: right;
  width: calc(97% - 340px);
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
}

/*znews*/
.znews_first {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #8f8f8f;
  padding-bottom: 15px;
}
.znews_first > p {
  background: #003e3b;
  width: 73px;
  text-align: center;
  line-height: 35px;
  height: 35px;
  color: #fff;
  font-size: 1.6rem;
}
.znews_first > div {
  width: calc(98% - 73px);
}
.znews_first > div > p {
  font-size: 1.8rem;
  color: #2c2c2c;
  font-weight: bold;
  line-height: 35px;
  height: 35px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.znews_first:hover > div > p {
  color: #003e3b;
}
.znews_first > div > small {
  font-size: 1.4rem;
  color: #666;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.znews_first:hover > div > small {
  text-decoration: underline;
}
.znews_first > div > span {
  float: right;
  margin-top: 10px;
  color: #003e3b;
  font-size: 1.4rem;
  padding-left: 20px;
  background: url(../images/znewsicon.png) no-repeat left center;
}
.znews_bom a {
  background: #fff;
  margin-top: 1.5vw;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  padding: 1vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.znews_bom a:hover {
  border: 1px solid #003e3b;
}
.znews_bom a > b {
  display: block;
  width: 30%;
  height: 12vw;
  overflow: hidden;
}
.znews_bom a > b > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.znews_bom a > div {
  width: 67%;
}
.znews_bom a > div p {
  line-height: 40px;
  font-size: 1.8rem;
  color: #2c2c2c;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.znews_bom a > div small {
  font-size: 1.2rem;
  color: #626262;
  line-height: 23px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.znews_bom a > div span {
  text-align: center;
  display: block;
  width: 100px;
  line-height: 30px;
  background: #003e3b;
  color: #fff;
  font-size: 1.4rem;
  margin-top: 10px;
  float: right;
  border: 1px solid #003e3b;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.znews_bom a:hover > div span {
  background: none;
  color: #003e3b;
}

.znewsinfo > h3 {
  padding-bottom: 15px;
  font-size: 2.2rem;
  color: #000;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
.znewsinfo > .meta {
  display: flex;
  align-items: center;
  margin-bottom: 1vw;
}
.znewsinfo > .meta small {
  padding-left: 30px;
  font-size: 1.4rem;
  background: url('../images/metaicon.png') no-repeat left center;
}
.znewsinfo > .meta small:nth-of-type(2) {
  margin-left: 30px;
  background: url('../images/metaicon2.png') no-repeat left center;
}
.znewsinfo > img {
  margin: 0 auto;
  max-width: 100%;
  margin-bottom: 2vw;
}

.page {
  margin: 10px 20px 15px 0;
  text-align: right;
}
.page a {
  display: inline-block;
  height: 18px;
  line-height: 18px;
  padding: 0 5px 0;
  border: 1px solid #7a7a7a;
  color: #4b4b4b;
  margin: 10px 5px;
}
.page a:hover {
  background: #003e3b;
  color: #fff;
  /*border: none;*/
  /*height: 20px;*/
  /*line-height: 20px;*/
  padding: 0 5px 0;
}
.page .current{
  background: #003e3b;
  color: #fff;
  padding: 0 5px 0;
}
#page_num {
  display: none;
}
#prev_next {
  margin: 10px 0px;
  clear: both;
  overflow: hidden;
  border-top: 1px solid #ddd;
  padding-top: 1vw;
}
#prev_next li {
  margin: 5px 0;
  font-size: 1.2rem;
  color: #000;
}
#prev_next a {
  font-size: 1.2rem;
  color: #000;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
#prev_next a:hover {
  color: #003e3b;
  text-decoration: underline;
}

/*zprolist*/
.zprolist ul li {
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2vw;
}
.zprolist ul li:nth-of-type(3n) {
  margin-right: 0;
}
.zprolist ul li a {
  display: block;
  background: #fff;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.zprolist ul li a:hover {
  background: #003e3b;
}
.zprolist ul li a b {
  display: block;
  width: 100%;
  height: 14vw;
  position: relative;
  overflow: hidden;
}
.zprolist ul li a b img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.zprolist ul li a p {
  font-size: 1.6rem;
  color: #003e3b;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  border-bottom: 1px solid #fff;
}
.zprolist ul li a:hover p {
  color: #fff;
}
.zprolist ul li a small {
  width: 100%;
  display: block;
  background: #003e3b;
  line-height: 58px;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
}

/*proinfo*/
.zproinfo_top,
zproinfo_bom {
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px;
}
.zproinfo_top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2vw;
}
.zproinfo_top > b {
  display: block;
  width: 49%;
  height: 35vw;
  position: relative;
  overflow: hidden;
  border: 4px solid #f6f8fc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.zproinfo_top > b img {
  width: 100%;
  height: 100%;
  object-fit: conatain;
}
.zproinfo_top_text {
  width: 48%;
}
.zproinfo_top_text > ul li {
  font-size: 1.6rem;
  color: #666666;
  font-weight: normal;
  line-height: 90px;
  border-bottom: 1px dashed #dcdcdc;
}
.zproinfo_top_text > ul li > h4 {
  font-size: 3rem;
  color: #333333;
  font-weight: normal;
  line-height: 45px;
  padding-bottom: 23px;
}
.zproinfo_top_text > ul li > span {
  font-size: 1.6rem;
  color: #333333;
  font-weight: bold;
  min-width: 80px;
}
.zproinfo_top_text > ul li.colorchose {
  display: flex;
  align-items: center;
}
.colorchose > div {
  display: flex;
  flex-wrap: wrap;
}
.colorchose > div span {
  display: block;
  padding: 0 15px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #003734;
  margin: 5px 10px;
  border: 1px solid #003734;
  border-radius: 3px;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.colorchose > div span:hover {
  background: #003734;
  color: #fff;
}
.zproinfo_tel {
  display: flex;
  align-items: center;
  margin-top: 2vw;
}
.zproinfo_tel > div {
  background: url('../images/infotel.png') no-repeat left center;
  padding-left: 70px;
  margin-right: 46px;
}
.zproinfo_tel > div small {
  font-size: 1.4rem;
  color: #666666;
}
.zproinfo_tel > div h4 {
  font-size: 3rem;
  color: #003734;
  line-height: 29px;
}
.zproinfo_tel > a {
  width: 160px;
  line-height: 58px;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  background: #003734;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #003734;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.zproinfo_tel > a:hover {
  color: #003734;
  background: none;
}

.zproinfo_bom .side_right {
  padding: 0;
}
.product-content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 47px;
  padding-bottom: 2vw;
}
.proinfo_ztit {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
}
.proinfo_ztit a {
  font-size: 2rem;
  color: #666666;
  display: block;
  width: 193px;
  line-height: 70px;
  position: relative;
  text-align: center;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.proinfo_ztit a:after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 3px;
  background: #003734;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.proinfo_ztit i {
  width: 1px;
  height: 30px;
  background: #dcdcdc;
  display: block;
}
.proinfo_ztit a:hover {
  color: #003734;
}
.proinfo_ztit a:hover:after {
  width: 100%;
}
#proinfo_cont01 > img {
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 2vw;
}
#proinfo_cont01 > small,
#proinfo_cont01 > small p {
  font-size: 1.8rem;
  color: #333333;
  line-height: 3.5rem;
}
#proinfo_cont02 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#proinfo_cont02 ul li {
  width: 49%;
  height: 16vw;
  position: relative;
  overflow: hidden;
  margin-bottom: 2vw;
}
#proinfo_cont02 ul li > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
#proinfo_cont02 ul li > div {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 55, 52, 0.6);
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
#proinfo_cont02 ul li > div p {
  font-size: 3rem;
  color: #fff;
  margin-bottom: 1vw;
}
#proinfo_cont02 ul li > div small {
  font-size: 1.6rem;
  font-weight: lighter;
  color: #fff;
  line-height: 2.4rem;
  display: block;
  margin: 0 auto;
  width: 72%;
}
#proinfo_cont03 ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#proinfo_cont03 ul li {
  width: 32%;
  height: 15vw;
}
#proinfo_cont03 ul li a {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
}
#proinfo_cont03 ul li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*zcase*/
.zcaselist ul li {
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2vw;
}
.zcaselist ul li:nth-of-type(3n) {
  margin-right: 0;
}
.zcaselist ul li a {
  display: block;
  width: 100%;
  border: 1px solid #ddd;
}
.zcaselist ul li a b {
  display: block;
  width: 100%;
  height: 16vw;
  position: relative;
  overflow: hidden;
}
.zcaselist ul li a b img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.zcaselist ul li a b div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 55, 52, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  opacity: 0;
}
.zcaselist ul li a:hover b div {
  opacity: 1;
}
.zcaselist ul li a b div p {
  font-weight: normal;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  position: relative;
  padding: 10px 0;
  max-width: 80%;
  margin: 0 auto;
}
.zcaselist ul li a b div p:before {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  background: #fff;
  height: 1px;
  bottom: 0;
  left: 0;
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.zcaselist ul li a b div p:after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  background: #fff;
  height: 1px;
  top: 0;
  left: 0;
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.zcaselist ul li a:hover b div p:before,
.zcaselist ul li a:hover b div p:after {
  -webkit-transform: rotateY(82deg);
  -moz-transform: rotateY(82deg);
  -ms-transform: rotateY(82deg);
  -o-transform: rotateY(82deg);
  transform: rotateY(82deg);
}
.zcaselist ul li a > div {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  padding-top: 0;
}
.zcaselist ul li a > div p {
  font-size: 1.6rem;
  color: #333;
  line-height: 6rem;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.zcaselist ul li a > div small {
  font-size: 1.4rem;
  color: #5a5a5a;
  display: block;
  margin-top: 20px;
  background: url('../images/casejt.png') no-repeat right center;
  padding-right: 56px;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.zcaselist ul li a:hover > div small {
  color: #869d9d;
  font-style: italic;
}

.zcaseinfo > h3 {
  padding-bottom: 15px;
  font-size: 2.2rem;
  color: #000;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
.zcaseinfo > div > img {
  float: right;
  max-width: 50%;
  margin: 40px;
}
.zcaseinfo > div > small strong {
  display: block;
  font-weight: normal;
  font-size: 1.7rem;
  border-bottom: 1px solid #ddd;
  line-height: 5rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 13px;
  position: relative;
  margin-bottom: 1vw;
}
.zcaseinfo > div > small strong:before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2px;
  height: 17px;
  background: #006c68;
}
.zcaseinfo > div > small p {
  font-size: 1.5rem;
  line-height: 35px;
}

/*ipad menu*/
.mmenu {
  margin-right: 2%;
}
.mmenu,
.mobile_head .close {
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-top: -6px;
  margin-left: 15px;
}
.mmenu > div,
.mobile_head .close > div {
  width: 100%;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.mmenu > div i,
.mobile_head .close > div > i {
  background: #fff;
  display: block;
  height: 2px;
  width: 100%;
  margin-top: 6px;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  opacity: 1;
  position: relative;
}
.menuchange > div .i2 {
  opacity: 0;
}
.menuchange > div {
  width: 40px;
}
.menuchange .i1 {
  top: 8px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center;
}
.menuchange .i3 {
  top: -8px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transform-origin: center;
}

.mnavbar {
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  height: calc(100% - 80px);
  background: #fff;
  z-index: 10000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: auto;
  display: none;
}
.mnavbar li {
  width: 100%;
  line-height: 48px;
  padding: 0 4%;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #e8e8e8;
}
.mnavbar li:first-of-type {
  border-top: 1px solid #e8e8e8;
}
.mnavbar li a {
  color: #333;
}
.mnavbar li.mousein {
  background: #f7f9fa;
}
.headwhite {
  background: #fff;
}
.headwhite .logo > h1 {
  color: #565656;
}
.headwhite .mmenu > div i {
  background: #3a3a3a;
}

.logoimg2 {
  display: none;
}
.headwhite .logoimg1 {
  display: none;
}
.headwhite .logoimg2 {
  display: block;
}

.m_search form {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #006c68;
  border-radius: 30px;
  overflow: hidden;
  width: 260px;
  margin: 0 auto;
  margin-top: 30px;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.m_search form input[type='text'] {
  width: calc(100% - 70px);
  line-height: 45px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 25px;
  background: #fff;
}
.m_search form input[type='submit'] {
  width: 70px;
  line-height: 45px;
  color: #666;
  text-align: center;
  background: url('../images/search.png') no-repeat center;
}
/*m_side*/
.m_side {
  margin-bottom: 15px;
}
.swiper-mside {
  width: 100%;
}
.swiper-mside .swiper-slide {
  width: 100%;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
}
.swiper-mside .swiper-slide > a {
  display: block;
  font-size: 1.8rem;
  position: relative;
  color: #666;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
  line-height: 45px;
}
.swiper-mside .swiper-slide > a:before {
  display: block;
  content: '';
  background: #006c68;
  width: 5px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.mside_list {
  padding-top: 8px;
  border-top: 1px solid #f1f1f1;
}
.mside_list a {
  display: block;
  font-size: 1.4rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 16px;
  color: #666;
}
