﻿﻿@font-face {
  font-family: "iconfont";
  /* project id 455609 */
  src: url("//at.alicdn.com/t/font_455609_md6xsqc4pwrk9.eot");
  src: url("//at.alicdn.com/t/font_455609_md6xsqc4pwrk9.eot?#iefix") format("embedded-opentype"),
    url("//at.alicdn.com/t/font_455609_md6xsqc4pwrk9.woff") format("woff"),
    url("//at.alicdn.com/t/font_455609_md6xsqc4pwrk9.ttf") format("truetype"),
    url("//at.alicdn.com/t/font_455609_md6xsqc4pwrk9.svg#iconfont") format("svg");
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 13px;
  font-style: normal;
}

/*公共样式--开始*/
html,
body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
form,
input,
textarea,
th,
td,
select {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
}

body {
  font-family: "Microsoft YaHei";
  font-size: 14px;
  color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

ul,
ol {
  list-style: none;
}

img {
  border: none;
  vertical-align: middle;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearboth {
  clear: both;
}

body {
  font-family: Microsoft YaHei;
}

.w1380 {
  padding: 0 13.5%;
}

/* 头部 */
.head {
  background: #333333;
}

.hylx .p1 {
  font-size: 12px;
  color: #ffffff;
  line-height: 40px;
}

.hylx span {
  float: left;
  font-size: 12px;
  color: #40bec7;
  line-height: 40px;
  margin-left: 20px;
}

.qyfz {
  font-size: 12px;
  color: #ffffff;
  line-height: 40px;
  float: right;
}

.qyfz a {
  color: #ffffff;
}

.qyfz a:hover {
  opacity: 0.8;
}

.logo {
  line-height: 100px;
}

.logo img {
  max-width: 100%;
}

.nav {
  width: 90%;
}

.nav .u1 {
  display: flex;
  justify-content: space-between;
}

.nav .u1>li {
  line-height: 100px;
  font-size: 16px;
  position: relative;
  padding-right: 15px;
}

.nav .u1 li a {
  color: #444444;
}

.nav .u1 li a:hover {
  color: #47848a;
}

.x-banner .owl-carousel .owl-nav button {
  display: none;
}

.remenss {
  line-height: 84px;
  font-size: 16px;
}

.remenss span {
  color: #333333;
  margin-right: 17px;
  font-weight: 700;
}

.remenss a {
  color: #666666;
  margin-right: 34px;
}

.remenss a:hover {
  opacity: 0.8;
}

.search-box {
  float: right;
}

.search-box #formsearch {
  margin-top: 25px;
}

.search-box #formsearch #keyword {
  float: left;
  width: 310px;
  height: 42px;
  line-height: 42px;
  border: 1px solid #f0f0f0;
  -webkit-border-radius: 21px 0px 0px 21px;
  -moz-border-radius: 21px 0px 0px 21px;
  border-radius: 21px 0px 0px 21px;
  outline: none;
  padding-left: 28px;
  color: #c2c2c2;
}

.search-box #formsearch #keyword::placeholder {
  color: #c2c2c2;
}

.search-box #formsearch #s_btn {
  outline: none;
  background: url("../images/sou.png") no-repeat center #0a6b72;
  width: 78px;
  height: 42px;
  padding: 0;
  border: none;
  float: left;
  -webkit-border-radius: 0 21px 21px 0;
  -moz-border-radius: 0 21px 21px 0;
  border-radius: 0 21px 21px 0;
}

/* 公司简介 */
.about {
  background: url(../images/bj11.png) center;
  padding: 64px 0;
}

.about .wenzi {
  width: 46.5%;
}

.about .wenzi .p1 {
  font-size: 36px;
  color: #333333;
}

.about .wenzi .p1 span {
  color: #0a6b72;
  font-weight: 700;
}

.about .wenzi .p2 {
  font-size: 24px;
  color: #444444;
  margin-bottom: 47px;
}

.about .wenzi p:nth-child(3) {
  font-size: 16px;
  color: #555555;
}

.about .wenzi p:nth-child(4) {
  font-size: 16px;
  color: #555555;
}

.more1 {
  margin-top: 60px;
  line-height: 56px;
  position: relative;
  color: #666666;
  display: block;
  width: 125px;
  cursor: pointer;
  font-size: 16px;
  -webkit-perspective: 150;
  -webkit-transition: color 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: color 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: color 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.more1 i {
  display: block;
  padding: 0 15px;
  line-height: 56px;
  white-space: nowrap;
  position: relative;
  z-index: 3;
  -webkit-perspective: 150;
  font-style: normal;
}

.more1::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #0a6b72;
  left: 0;
  top: 0;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.more1:hover::before {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: -webkit-transform 1s 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 1s 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: transform 1s 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1s 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1s 0.4s cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 1s 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.more1:hover {
  color: #fff;
  -webkit-transition: color 0.4s 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: color 0.4s 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: color 0.4s 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.more1 i::after,
.more1 i::before {
  content: "";
  width: -webkit-calc(50% - 2px);
  width: calc(50% - 2px);
  left: 0;
  top: 0;
  height: -webkit-calc(100% - 2px);
  height: calc(100% - 2px);
  border: 1px solid #0a6b72;
  display: block;
  position: absolute;
  z-index: -1;
}

.more1 i::after {
  left: 49%;
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 1s 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 1s 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: transform 1s 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1s 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1s 0.4s cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 1s 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.more1:hover i::after {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  left: -webkit-calc(49% - 1px);
  left: calc(49% - 1px);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.about .tp {
  width: 45%;
}

.about .tupian {
  width: 100%;
  position: relative;

  border: 3px #0a6b72 solid;
}

.about .tupian .img {
  overflow: hidden;
  width: 100%;
  position: relative;
  top: -10px;
  right: -7px;
}

.about .tupian .img img {
  transition: all 0.8s;
  max-width: 100%;
}

.about .tupian:hover .img img {
  transition: all 0.8s;
  transform: scale(1.03);
}

/* 产品 */
.product {
  padding-top: 77px;
}

.product .tt {
  padding-bottom: 47px;
  border-bottom: 1px solid #e5e5e5;
}

.title .p1 {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: #333333;
}

.title .p1 span {
  color: #0a6b72;
}

.title .p2 {
  text-align: center;
  font-size: 20px;
  margin-top: 10px;
  color: #999999;
}

.title .p3 {
  text-align: center;
  margin-top: 10px;
}

.product .bt {
  padding-left: 31%;
  padding-right: 31%;
  padding-top: 30px;
  padding-bottom: 27px;
}

.product .bt .u1 a {
  float: left;
  display: block;
  width: 31%;
  line-height: 38px;
  border-radius: 50px;
  text-align: center;
  margin-right: 1.5%;
  font-size: 18px;
  color: #333333;
}

.product .bt .u1 a:last-child {
  margin-right: 0;
}

.product .bt .u1 li:hover {
  background: #0a6b72;
  border-radius: 50px;
  color: #ffffff;
  transition: all 0.3s;
}

.product .cpzb {
  background: #f5f5f6;
  padding-top: 80px;
  padding-bottom: 65px;
}

.product .cpzb .zb {
  margin-left: -13px;
  margin-right: -13px;
  position: relative;
}

.product .cpzb .zb ul li .img {
  margin: 0 13px;
}

.product .cpzb .zb ul li h3 {
  text-align: center;
  font-size: 18px;
  margin-top: 34px;
  color: #333333;
}

.product .cpzb .zb ul li:hover h3 {
  color: #048d97;
}

.product .cpzb .zb .owl-nav {
  display: block;
}

.product .cpzb .zb .owl-nav .owl-next {
  outline: none;
  position: absolute;
  right: -30px;
  top: 107px;
}

.product .cpzb .zb .owl-nav .owl-next .icon-font:after {
  right: 0;
  width: 50px;
  height: 50px;
  background: url(../images/r11.png);
}

.product .cpzb .zb .owl-nav .owl-prev {
  outline: none;
  position: absolute;
  left: -50px;
  top: 107px;
}

.product .cpzb .zb .owl-nav .owl-prev .icon-font:after {
  right: 0;
  width: 50px;
  height: 50px;
  background: url(../images/l11.png);
}

.product .cpzb .zb .owl-nav .owl-prev:hover .icon-font:after {
  background: url(../images/l11h.png);
}

.product .cpzb .zb .owl-nav .owl-next:hover .icon-font:after {
  background: url(../images/r11h.png);
}

/* 挑战 */
.change {
  padding-top: 65px;
}

.c1 {
  background: #0a6b72;
  margin-top: 50px;
}

.c1 .content1 {
  padding-left: 14.6%;
  padding-right: 0;
}

.t1 {
  padding: 0;
}

.t1 img {
  max-width: 100%;
}

.yy1 {
  padding-top: 90px;
  margin-bottom: 54px;
}

.yy1 .i1,
.yy1 .i2 {
  margin-right: 20px;
}

.yy1 .i2 {
  margin-top: 10px;
}

.yy1 .yy2 .yyp1 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
}

.yy1 .yy2 .yyp2 {
  font-size: 18px;
  color: #ffffff;
}

.cu p {
  position: relative;
  padding-left: 30px;
  opacity: 0.8;
}

.cu p::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 5px;
  left: 0;
  background: url(../images/tt3.png);
}

.c2 .cu p {
  position: relative;
  padding-left: 30px;
}

.c2 .cu p::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 5px;
  left: 0;
  background: url(../images/tt3h.png);
}

.cu li .dd {
  margin-right: 20px;
  margin-top: 5px;
}

.cu p {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 20px;
}

.cu {
  margin-bottom: 85px;
}

.yy3 {
  position: relative;
}

.yy3 span {
  font-size: 28px;
  color: #ffffff;
}

.yy3 li {
  margin-right: 19.1%;
  cursor: pointer;
  padding-bottom: 28px;
}

.yy3 li:last-child {
  margin-right: 0;
}

.yy3 li.on {
  border-bottom: 3px solid #ffffff;
}

.yy3 span p {
  font-family: Impact;
  font-size: 36px;
  margin-right: 10px;
  margin-top: -5px;
}

.line {
  width: 75%;
  border-bottom: 1px solid #54989d;
}

.t1 img {
  width: 100%;
}

.c2 .content1 {
  padding-left: 4%;
  padding-right: 4%;
}

.c2 .yy1 .yy2 .yyp1 {
  color: #333333;
}

.c2 .yy1 .yy2 .yyp2 {
  color: #333333;
}

.c2 .cu p {
  color: #666666;
}

.lx1 {
  margin-left: 14px;
  margin-right: 54px;
}

.lx1 p:first-child {
  color: #666666;
  font-size: 16px;
  margin-top: -20px;
}

.lx1 p:last-child {
  color: #232323;
  font-family: Arial;
  font-size: 36px;
  font-weight: 700;
  margin-top: -3px;
}

.zxzx {
  display: block;
  border-radius: 50px;
  width: 120px;
  line-height: 33px;
  color: #ffffff;
  text-align: center;
  background: #048d97;
  font-size: 14px;
}

.zxzx:hover {
  opacity: 0.8;
  color: #ffffff;
}

/* 提交 */
.tijiao {
  padding-left: 25%;
}

.tijiao1 {
  background: #0a6b72;
  /* float: right; */
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  padding-bottom: 55px;
}

.tijiao1 .td1 {
  margin-left: 9.25%;
  /* margin-right: 7%; */
  padding-top: 70px;
}

.tijiao1 .td1 .p1 {
  font-size: 36px;
  color: #ffffff;
  margin-bottom: 5px;
}

.tijiao1 .td1 .p1 span {
  color: #ffaa4f;
  font-weight: 700;
  margin-left: 17px;
}

.tijiao1 .td1 .p2 {
  font-size: 18px;
  color: #ffffff;
  text-align: center;
}

.tijiao1 .td2 {
  padding-top: 66px;
  margin-right: 18%;
}

.tijiao1 .td2 .name .name1 {
  width: 234px;
  height: 46px;
  outline: none;
  background: none;
  padding-left: 17px;
  margin-bottom: 10px;
  border: 1px solid #85b5b9;
}

.tijiao1 .td2 .name .name1::placeholder {
  color: #85b5b9;
}

.tijiao1 .td2 .dianhua .dianhua1::placeholder {
  color: #85b5b9;
}

.tijiao1 .td2 .dianhua .dianhua1 {
  width: 234px;
  height: 46px;
  outline: none;
  margin-left: 18px;
  background: none;
  padding-left: 17px;
  margin-bottom: 10px;
  border: 1px solid #85b5b9;
}

.tijiao1 .td2 #checkcode {
  width: 310px;
  height: 46px;
  outline: none;

  background: none;
  padding-left: 17px;
  border: 1px solid #85b5b9;
}

.tijiao1 .td2 #checkcode::placeholder {
  color: #85b5b9;
}

.tijiao1 .td2 #checkCodeImg {
  margin-left: -125px;
  display: block;
  float: left;
  margin-top: 6px;
}

.tijiao1 .td2 .x-submit {
  width: 160px;
  height: 46px;
  background: #ffffff;
  margin-left: 18px;
  color: #666666;
  font-size: 16px;
  border: none;
}

/* 案例 */
.case {
  padding-top: 60px;
  background: #f5f5f5;
  padding-bottom: 26px;
}

.pc-banner .swiper-wrapper h3 {
  text-align: center;
  display: none;
  font-size: 24px;
  color: #333333;
  padding-top: 38px;
}

.pc-banner .swiper-wrapper h3 a {
  color: #333333;
}

.pc-banner .swiper-slide .gdtp {
  background: #000000;
}

.pc-banner .swiper-slide .gdtp img {
  opacity: 0.5;
}

.pc-banner .swiper-slide-active .gdtp img {
  opacity: 1;
}

.pc-banner .swiper-slide-active h3 {
  display: block;
}

.case2 {
  display: none;
  padding-top: 20px;
  width: 95%;
  margin: 0 auto;
}

.case2 ul li {
  width: 48%;
  margin-bottom: 15px;
}

.case2 ul li .p1 {
  text-align: center;
  margin-top: 5px;
}

.case2 ul li .p1 a {
  color: #222222;
}

.case2 ul li:nth-child(2n) {
  float: right;
}

.case2 ul li img {
  max-width: 100%;
}

/* 新闻 */
.news {
  padding-top: 60px;
}

.nb {
  padding-bottom: 70px;
  border-bottom: solid 1px #e5e5e5;
  margin-bottom: -22px;
}

.news .hd {
  /* width: 45.6%;
  margin: 0 auto; */
  margin-bottom: 50px;
}

.news .hd .naul {
  text-align: center;
}

.news .hd .naul li {
  display: inline-block;
  width: 12%;
  line-height: 44px;
  color: #ffffff;
  margin-right: 3.5%;
  text-align: center;
  border-radius: 50px;
  background: #999999;
}

.news .hd .naul li:hover {
  background: #0a6b72;
}

.news .hd .naul li.on {
  background: #0a6b72;
}

.news .hd .naul li a {
  display: block;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
}

.news .hd .naul .nali:nth-child(3) {
  margin-right: 0px;
}

.news .abd {
  width: 41.3%;
}

.xw {
  height: 90px;
}

.xw .p1 {
  text-align: center;
  font-size: 40px;
  color: #333333;
  font-weight: 700;
}

.xwimg {
  display: block;
  margin-bottom: 50px;
}

.xwimg img {
  width: 100%;
}

.xw .p2 {
  font-size: 14px;
  color: #666666;
  margin-top: -8px;
}

.xw .xwtt {
  font-size: 16px;
  color: #333333;
  margin-bottom: 20px;
}

.xw .xwtt:hover {
  color: #47848a;
}

.xw .bt {
  margin-left: 34px;
  padding-left: 38px;
  padding-top: 8px;
  width: 80%;
  border-left: 1px solid #e5e5e5;
}

.xw .xwnn {
  font-size: 12px;
  color: #999999;
}

.jtxw {
  width: 53.6%;
}

.kj {
  padding: 18px;
  margin-bottom: 15px;
  border: 1px solid #ebebeb;
}

.kj:hover {
  border: 1px solid #47848a;
}

.kj:hover .time .p1,
.kj:hover .time .p2,
.kj:hover .bt .xwtt {
  color: #47848a;
}

/* 友情链接 */
.link {
  background: #f5f5f5;
  margin-top: 70px;
  line-height: 26px;
  color: #333333;
  font-size: 14px;
  padding: 22px 0;
}

.link span {
  margin-right: 28px;
  font-weight: 700;
}

.link a {
  margin-left: 15px;
  color: #666666;
}

/* 尾部 */
.foot {
  background: #222222;
}

.foot .fd1 {
  padding-top: 48px;
}

.foot .fd1 .fd11 {
  margin-right: 18.5%;
}

.foot .fd1 .fd11:last-child {
  margin-right: 0;
}

.foot .fd1 {
  width: 43%;
}

.foot .fd1 .fd11 p {
  color: #ffffff;
  font-size: 16px;
}

.fd11 ul {
  margin-top: 38px;
}

.fd11 ul li {
  margin-bottom: 9px;
}

.fd11 ul li a {
  font-size: 14px;
  color: #8e8e8e;
}

.fd11 ul li:hover a {
  color: #ffffff;
}

.fd2 {
  width: 18.8%;
  margin-left: 11.5%;
  padding-top: 48px;
}

.fd2 p:first-child {
  font-size: 14px;
  color: #8e8e8e;
}

.fd2 p:nth-child(2) {
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
}

.fd2 p:nth-child(3) {
  font-size: 14px;
  color: #8e8e8e;
  margin-top: 15px;
}

.fd2 p:nth-child(4) {
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 15px;
}

.fd2 p:nth-child(5) {
  font-size: 14px;
  color: #8e8e8e;
}

.fd2 p:nth-child(6) {
  font-size: 14px;
  color: #ffffff;
}

.fd3 {
  width: 18.1%;
  background: #0a6b72;
  padding-top: 36px;
  padding-bottom: 34px;
}

.fd3 .p1 {
  text-align: center;
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 24px;
}

.fd3 p:nth-child(2) {
  text-align: center;
}

.fd3 p:nth-child(3) {
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  margin-top: 23px;
}

.fbot {
  padding: 30px 0;
  background: #222222;
}

.bq {
  line-height: 24px;
  font-size: 14px;
  color: #fff;
}

.bq .x-copyright a {
  color: #fff;
  font-size: 14px;
}

.bq .x-copyright a:last-child {
  margin-left: 0;
}

.bq .x-copyright a:hover {
  opacity: 0.8;
}

.area {
  line-height: 24px;
  font-size: 14px;
  color: #fff;
}

.area a {
  margin-left: 6px;
  color: #fff;
  font-size: 14px;
}

.area a:first-child {
  margin-left: 0;
}

.area a:hover {
  opacity: 0.8;
}

.smallf {
  display: none;
}

.footer {
  background: #1e1d2d;
  color: #bcbbbe;
  padding: 0 15px;
  padding-top: 20px;
  padding-bottom: 15px;
}

.fw {
  width: 95%;
  margin: 0 auto;
}

.fw .du .dul .p1 span {
  margin-right: 30px;
}

.fw .du .dul .sec li {
  padding-left: 10px;
  margin-bottom: 8px;
}

.fw .du .dul .sec {
  display: none;
}

.fw .du .dul .sec a {
  color: #939090;
  font-size: 12px;
}

.fw .du .dul p {
  border-bottom: 1px solid #7a7a7a;
  line-height: 40px;
}

.fw .du {
  font-size: 14px;
}

.m-foot {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 99;
}

.m-foot ul {
  max-width: 640px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  background: #000;
  padding: 4px 0;
}

.m-foot ul li {
  width: 33.333%;
  text-align: center;
}

.m-foot ul li a {
  display: block;
  height: 48px;
  color: #fff;
  font-size: 12px;
}

.m-foot ul li a .icon {
  font-size: 22px;
  display: block;
  color: #fff;
  line-height: 30px;
}

.m-foot ul li.tel a .icon {
  font-size: 20px;
}

.x-copyright {
  margin: 0;
}

.zwd {
  display: none;
}

@media (max-width: 1679px) {
  .more1 {
    margin-top: 0;
  }

  .about {
    padding-bottom: 42px;
  }

  .fd3 {
    display: none;
  }

  .fd2 {
    float: right;
    width: auto;
    margin-left: 0;
  }

  .fd1 {
    width: 60% !important;
  }

  .tijiao1 .td1 {
    margin-left: 6.25%;
  }

  .tijiao1 .td2 {
    margin-right: 14%;
  }
}

@media (max-width: 1619px) {
  .about .wenzi .p2 {
    margin-bottom: 20px;
  }

  .more1 {
    float: right;
  }

  .more1 {
    margin-top: 10px;
  }
}

@media (max-width: 1500px) {
  .xw .bt {
    width: 75%;
  }

  .tijiao {
    padding-left: 13.5%;
  }
}

@media (max-width: 1424px) {
  .tijiao1 .td1 {
    margin-left: 6.25%;
    /* margin-right: 7%; */
  }

  .tijiao1 .td2 {
    margin-right: 14%;
  }

  .c2 .content1 .lx {
    display: none;
  }

  .case {
    padding-bottom: 0;
  }
}

@media (max-width: 1319px) {
  .w1380 {
    padding: 0 10px;
  }

  .more1 {
    margin-top: 0px;
  }

  .tp {
    padding-top: 103px !important;
  }

  .product .cpzb .zb .owl-nav {
    display: none;
  }

  .yy1 {
    padding-top: 45px;
    margin-bottom: 10px;
  }

  .cu {
    margin-bottom: 25px;
  }

  .yy3 {
    padding-bottom: 0;
  }

  .line {
    display: none;
  }

  .c1 .content1 {
    padding-left: 4%;
  }
}

@media (max-width: 1299px) {
  .tijiao {
    padding-left: 0;
  }

  .tijiao1 .td2 {
    margin-right: 5%;
  }
}

@media (max-width: 1115px) {
  .yy1 .i1 {
    width: 45px;
  }

  .yy1 .yy2 .yyp1 {
    font-size: 150%;
  }

  .yy1 .yy2 .yyp2 {
    font-size: 115%;
  }

  .cu p {
    font-size: 100%;
  }

  .yy3 span p {
    font-size: 160%;
  }

  .yy3 .s1 {
    font-size: 150%;
  }

  .yy3 span p {
    font-size: 160%;
  }

  .yy3 .s2 {
    font-size: 150%;
  }

  .xw {
    height: auto;
  }

  .xw .bt {
    width: 70%;
  }

  .xw .xwnn {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}

@media (max-width: 1115px) {
  .tijiao1 .td2 {
    margin-right: 3%;
  }

  .tijiao1 .td1 {
    margin-left: 3%;
  }

  .xw .xwtt {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}

@media (max-width: 1024px) {
  .about .wenzi .p1 {
    font-size: 32px;
  }

  .lx {
    display: none;
  }

  .about .wenzi {
    /*padding-top: 53px;*/
  }

  .case {
    padding-bottom: 0px;
  }
}

@media (max-width: 991px) {
  .about {
    padding: 40px 0;
  }

  .x-banner {
    margin-top: 60px;
  }

  .pch {
    display: none;
  }

  .ss {
    display: none;
  }

  .wenzi {
    float: none;
    width: 90% !important;
    margin: 0 auto;
  }

  .about .tupian {
    border: none;
  }

  .tp {
    float: none;
    width: 90% !important;
    margin: 0 auto;
    padding-top: 43px !important;
  }

  .about .tupian .img {
    text-align: center;
  }

  .more1 {
    float: left;
  }

  .about {
    background: #f5f5f5;
  }

  .product .bt {
    padding-left: 0;
    padding-right: 0;
  }

  .t1 {
    display: none;
  }

  .c1 .content1 {
    padding-left: 4%;
    padding-right: 4%;
  }

  .lx {
    margin-top: 20px;
  }

  .tijiao {
    display: none;
  }

  .pc-banner {
    display: none;
  }

  .xw {
    height: auto;
  }

  .xw .p1 {
    font-size: 150%;
  }

  .xw .bt {
    margin-left: 10px;
    padding-left: 15px;
    width: 70%;
  }

  .xw .xwtt {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .xw .xwnn {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .kj {
    padding: 10px;
  }

  .link {
    display: none;
  }

  .case2 {
    display: block;
  }

  .smallf {
    display: block;
  }

  .bigf {
    display: none;
  }

  .about .wenzi .p1 {
    font-size: 150%;
  }

  .about .wenzi .p2 {
    font-size: 125%;
    margin-top: 10px;
  }

  .about .wenzi {
    font-size: 100%;
  }

  .yy3 li.on {
    border-bottom: none;
  }

  .nb {
    padding-bottom: 30px;
  }

  .change {
    display: none;
  }

  .product .tt {
    padding-bottom: 0;
    border: none;
  }
}

@media (max-width: 768px) {
  .news .jtxw {
    float: none;
    width: 95%;
    margin: 0 auto;
  }

  .news .abd {
    /* float: none;
    width: 95%;
    margin: 0 auto; */
    display: none;
  }

  .product .bt {
    padding-top: 0;
    padding-bottom: 0;
  }

  .news .hd .naul li a {
    font-size: 14px;
    font-weight: normal;
  }
}

@media (max-width: 660px) {
  .about .wenzi {
    /*padding-top: 40px;*/
  }

  .about .tp {
    padding-top: 40px !important;
  }

  .title .p1 {
    font-size: 150%;
  }

  .title .p2 {
    font-size: 14px;
  }

  .product .bt .u1 a {
    font-size: 100%;
  }

  .product {
    padding-top: 30px;
  }

  .product .tt {
    padding-bottom: 20px;
  }

  .product .cpzb {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .product .cpzb .zb ul li h3 {
    font-size: 100%;
    margin-top: 17px;
  }

  .change {
    padding-top: 30px;
  }

  .lx {
    display: none;
  }

  .c1 {
    margin-top: 25px;
  }

  .case {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .news .hd .naul li {
    width: 20%;
    line-height: 33px;
  }

  .time {
    margin-top: 10px;
  }

  .news {
    padding-top: 30px;
  }

  .product .bt .u1 a {
    line-height: 30px;
  }
}

@media (max-width: 641px) {
  .xypg-right-content img {
    width: 100%;
  }

  .m-foot {
    display: block;
    margin-top: 40px;
  }

  .zwd {
    display: block;
    height: 80px;
  }

  .smallf {
    display: none;
  }

  .footer {}

  .cu p {
    padding-left: 20px;
  }

  .c2 .cu p {
    padding-left: 20px;
  }

  .about .wenzi p:nth-child(3) {
    font-size: 13px;
  }

  .about .wenzi p:nth-child(4) {
    font-size: 13px;
  }

  /* .jtxw {
    margin-bottom: 80px !important;
  } */
}


/*左侧工具条*/
.icon-font {
  position: relative;
}

.icon-font:after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../images/icon_spirit.png);
  background-repeat: no-repeat;
  position: absolute;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
}
#toolbar {
  position: fixed;
  z-index: 9999;
  right: 17px;
  bottom: 10%;
}

#toolbar li {
  margin-bottom: 3px;
  font-size: 0;
  width: 57px;
  height: 57px;
  right: 0;
  position: relative;
}

#toolbar li a {
  display: block;
  position: absolute;
  z-index: 9;
  right: 0;
  top: 0;
  width: 57px;
  height: 57px;
  overflow: hidden;
  background: #0a6b72;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  white-space: nowrap;
  font-size: 0;
}

#toolbar li .icon-font {
  display: inline-block;
  vertical-align: middle;
  width: 57px;
  height: 57px;
  background-color: #d9d9d9;
}

#toolbar li .icon-qq:after {
  background-position: 0 -150px;
}

#toolbar li .icon-phone:after {
  background-position: 0 -90px;
}

#toolbar li .icon-ewm:after {
  background-position: 0 -30px;
}

#toolbar li .icon-message:after {
  background-position: 0 -120px;
}

#toolbar li .icon-top:after {
  background-position: 0 -60px;
}

#toolbar li .icon-wangwang:after {
  background-position: 0 0;
}

#toolbar li .wz {
  display: inline-block;
  line-height: 57px;
  font-size: 14px;
  color: #fff;
  vertical-align: middle;
  padding-left: 10px;
}

#toolbar li.ewm .ewm-box {
  position: absolute;
  z-index: 1;
  padding: 5px;
  background: #0a6b72;
  width: 110px;
  right: 120%;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all .7s;
  transition: all .7s;
}

#toolbar li.ewm .ewm-box p {
  margin-bottom: 0;
}

#toolbar li.ewm .ewm-box img {
  max-width: 100%;
}

#toolbar li.ewm .ewm-box:after {
  content: '';
  position: absolute;
  right: -5px;
  bottom: 20px;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 5px;
  cursor: pointer;
  border-style: dashed dashed dashed solid;
  border-color: transparent transparent transparent #bb2821;
  border-right: none;
}

#toolbar li.ewm:hover .icon {
  background-position: -57px -180px;
}

#toolbar li.ewm:hover .ewm-box {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#toolbar li.backtop {
  cursor: pointer;
}

#toolbar li.backtop .iconfont {
  color: #fff;
  background-color: #0a6b72;
}

#toolbar li:hover a {
  width: 200px;
}

#toolbar li:hover .icon-font {
  background-color: #0a6b72;
}

#toolbar li:hover .icon-qq:after {
  background-position: -30px -150px;
}

#toolbar li:hover .icon-phone:after {
  background-position: -30px -90px;
}

#toolbar li:hover .icon-ewm:after {
  background-position: -30px -30px;
}

#toolbar li:hover .icon-message:after {
  background-position: -30px -120px;
}

#toolbar li:hover .icon-wangwang:after {
  background-position: -30px 0;
}

#toolbar li:hover .icon-top:after {
  background-position: -30px -60px;
}

@media (max-width: 990px) {
  #toolbar {
    display: none;
  }
}

@media (max-width: 768px) {
  .db {
    display: block !important;
  }
}

.dbb {
  height: 50px;
}

/* 页脚 */
.mfooter {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #0a6b72;
}

.mfooter ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mfooter ul li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  color: #ffffff;
  line-height: 30px;
  padding: 10px 0;
  font-size: 0;
}

.mfooter ul li.active {
  background: #0a6b72;
}

.mfooter ul li a {
  display: block;
  color: #fff;
}

.mfooter ul li .iconfont {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.mfooter ul li span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #fff;
}

.mfooter li .icon-home {
  background: url(../images/p1.png) no-repeat;
  width: 20px;
  height: 20px;
}

.mfooter li .icon-home2 {
  background: url(../images/p2.png) no-repeat;
  width: 20px;
  height: 20px;
}

.mfooter li .icon-phone {
  background: url(../images/p3.png) no-repeat;
  width: 20px;
  height: 20px;
}


.mfooter li .icon-phone:before {
  font-size: 0;
}

.mfooter ul li a {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.ny_banner img {
  width: 100%;
}



/*内页留言*/
.message{padding-left:30px;padding-top:10px;z-index:100;position:relative;}
.message input{vertical-align:middle;}
.message #name{display:block;height:26px;line-height:26px;padding:0;padding-left:6px;border:1px solid #dedede;width:200px;}
.message #contact{display:block;height:26px;line-height:26px;padding:0;padding-left:6px;border:1px solid #dedede;width:200px;}
.message #email{display:block;height:26px;line-height:26px;padding:0;padding-left:6px;border:1px solid #dedede;width:200px;}
.message #address{display:block;height:26px;line-height:26px;padding:0;padding-left:6px;border:1px solid #dedede;width:200px;}
.message #content{display:block;width:460px;height:120px;padding:6px;font-size:12px;border:1px solid #dedede;margin-top:6px;}
.message .msgbtn{background:#fe693e;cursor:pointer;width:90px;height:30px;line-height:30px;text-align:center;border:none;color:#fff;font-size:14px;
border-radius:3px;margin-top:15px;font-family:"Microsoft YaHei";-moz-border-radius:3px;-webkit-border-radius:3px;}
#code{padding-top:10px;line-height:26px;}
#checkcode{height:32px;line-height:32px;width:120px;border:1px solid #dedede;}
#message_main tr{position:relative;}
#message_main tr th{font-weight:normal;text-align:right;height:42px;line-height:42px;color:#666;}
.m_label{position:absolute;width:160px;text-align:left;line-height:26px;padding-left:8px;color:#ccc;z-index:1;cursor:text;}
.c_label{line-height:18px;padding-top:12px;}


/*首页留言表单*/
.index_message{position: relative;}
.name_input{border:1px solid #cccccc; margin-top: 5px; background: #fff; height: 22px; width: 189px;}
.input_left{float: left; width: 40px; text-align: center; background:url(../images/newadd/title_left.jpg) left top repeat-x; height: 22px; line-height: 22px}
.input_right{position: relative; float: right;}
.input_right input{height: 22px; line-height: 22px;}
.input_right .m_label{position:absolute;width:100px;text-align:left;line-height:22px;padding-left:6px;color:#ccc;z-index:1;cursor:text;}


#m_div{width:222px;position:fixed;right:2px;bottom:0px;padding-bottom:1px;z-index:99999;background:none;}
.d_label{line-height:18px;padding-top:8px; width:160px;}
.w_message{border:1px solid #4a9cf9;padding:7px;padding-top:3px; height:238px; background:#fff;padding-bottom:27px;background:url(../images/newadd/message_bg.jpg) left top no-repeat;}
.w_message #name{width:142px;height:22px;line-height:22px; border: none !important;}
.w_message #contact{width:142px;height:20px;line-height:20px; border: none !important;}
.w_message #email{width:142px;height:20px;line-height:20px; border: none !important;}
.w_message #address{width:142px;height:20px;line-height:20px; border: none !important;}
.w_message #content{width:176px;height:65px;resize:none;overflow-y:auto;overflow-x:hidden;}
.w_message #checkcode{width:82px;height:22px;line-height:22px;border:1px solid #ccc;background-color:#fff;}


#message_main{display:table-cell;}
.w_message #message_main tr{display:block;width:100%;overflow:hidden;line-height:28px;}
.w_message #message_main tr th{height:28px;line-height:28px;width:37px;text-align:center;vertical-align:middle;overflow:hidden;}
.w_message #code{padding-top:0px; margin-top: 5px;}
.w_title{background:none;color:#fff;;position:relative;cursor:pointer;height:33px;width:222px;overflow:hidden;}
.w_message #message_main .m_input{border:1px solid #ccc;background-color:#fff;}
.w_message .msgbtn{width:93px;height:29px;line-height:20px; background:url(../images/newadd/submit.png) 50% 50% no-repeat;margin-top:3px;border:none;font-family:"宋体",arial;font-size:12px;margin-left:54px; font-family: "微软雅黑"; color: #fff;}
.w_message .msgbtn_hover{background:#3c96fc;color:#fff;border:1px solid #3c96fc;}




