@charset "gb2312";
* {
  word-break: break-all;
  margin: 0;
  padding: 0;
  outline: none;
}
body {
  font-size: 16px;
  color: #232323;
  font-family: Arial, Helvetica, sans-serif, "微软雅黑", "microsoft Yahei", "Courier New", Courier,
    monospace;
  line-height: 28px;
  background-color: #fff;
  width: 100%;
  text-align: justify;
  overflow-x: hidden;
}
*,
:after,
:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  color: #232323;
  text-decoration: none;
}
a:hover {
  color: #ff570f;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
p,
ul,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}
ul,
li,
dl,
dt,
dd {
  list-style: none;
}
i,
em {
  font-style: normal;
}
.mcon tr:hover {
  color: #26252d;
}
.blank {
  clear: both;
  height: 20px;
}
.clearfix::after {
  display: table;
  content: "";
  clear: both;
}
.clearfix {
  *zoom: 1;
}
img {
  max-width: 100%;
  border: 0;
  height: auto;
}
.img {
  line-height: 0;
}
.imgZoom {
  overflow: hidden;
}
.imgZoom img {
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  display: block;
}
.imgZoom:hover img {
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.imgFanzhuan {
  overflow: hidden;
}
.imgFanzhuan img {
  display: block;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.imgFanzhuan:hover img {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
table {
  width: 100%;
  word-break: break-all;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto;
  font-size: 14px;
}
table tr:nth-child(odd) {
  background: #f4f4f4;
}
table tr {
  height: 33px;
}
table tr:hover {
  background: #f43a3b;
  color: #fff;
}
table td,
#part table th {
  text-align: center;
  border: 1px solid #dddddd;
}
.w1677 {
  width: 1677px;
  margin: 0 auto;
}
.w1610 {
  width: 1610px;
  margin: 0 auto;
}
.w1400 {
  width: 1400px;
  margin: 0 auto;
}
.head {
  border-bottom: 9px solid #edf5f2;
}
.head .top {
  padding: 15px 0;
  background-color: #0caa6d;
}
.head .top .img {
  float: left;
}
.head .top .img .w1140-logo {
  display: none;
}
.head .top .tel {
  position: relative;
  float: right;
  color: #fff;
  line-height: 36px;
  padding: 6.5px 0;
}
.head .top .tel:before {
  content: "";
  position: absolute;
  top: 6.5px;
  left: -50px;
  width: 36px;
  height: 36px;
  background-image: url(../images/tel.png);
}
.head .top .tel i {
  font-size: 28px;
  line-height: 28px;
  vertical-align: middle;
}
.head .menu {
  background-color: #f6fffb;
  height: 55px;
  line-height: 55px;
}
.head .menu .vice-logo {
  float: left;
  font-size: 17px;
  font-weight: bold;
}
.head .menu .vice-logo i {
  color: #ff570f;
  margin-left: 8px;
}
.head .menu ul {
  float: right;
  width: 72.86%;
}
.head .menu ul li {
  float: left;
  width: 16.667%;
  padding-right: 30px;
  text-align: right;
  transition: all 0.2s;
}
.head .menu ul li a {
  display: inline-block;
  position: relative;
}
.head .menu ul li a:before {
  content: "";
  position: absolute;
  width: 61px;
  height: 9px;
  right: 0;
  bottom: -2px;
  transition: all 0.2s;
  background-repeat: no-repeat;
  background-position: center;
}
.head .menu ul li a:hover:before {
  background-image: url(../images/menuActive.png);
}
.head .menu ul li a:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  top: 0;
  bottom: 0;
  right: -10px;
  margin: auto;
  background-color: #232323;
}
.bannerbox {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.bannerbox .hd {
  overflow: hidden;
  position: absolute;
  bottom: 2%;
  left: 0;
  right: 0;
  margin: auto;
  width: 54px;
  text-align: center;
  z-index: 999;
}
.bannerbox .hd li {
  float: left;
  width: 12px;
  height: 12px;
  margin: 0 3px;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  background: #fff;
}
.bannerbox .hd li.on {
  background: #ff570f;
}
.bannerbox .prev,
.bannerbox .next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 60px;
  line-height: 60px;
  color: #000;
  font-size: 60px;
  transition: all 0.5s ease-in-out;
  z-index: 999;
}
.bannerbox .prev:before,
.bannerbox .next:before {
  font-weight: bold;
}
.bannerbox .prev:hover,
.bannerbox .next:hover {
  color: #ff570f;
}
.bannerbox .prev {
  left: 3%;
}
.bannerbox .next {
  right: 3%;
}
.keywordsbox {
  background-color: #0aaf6a;
}
.keywordsbox dl {
  float: left;
}
.keywordsbox dl dt {
  float: left;
  font-weight: bold;
  margin-right: 10px;
  color: #fff;
  line-height: 99px;
}
.keywordsbox dl dd {
  float: left;
  margin-right: 45px;
}
.keywordsbox dl dd a {
  display: inline-block;
  color: #fff;
  line-height: 99px;
}
.keywordsbox dl dd a:hover {
  color: #ff570f;
}
.keywordsbox .search {
  float: right;
  position: relative;
  width: 30%;
  height: 37px;
  margin-top: 31px;
}
.keywordsbox .input {
  color: #fff;
  width: 100%;
  height: 37px;
  font-size: 16px;
  padding-left: 9px;
  border: none;
  border-bottom: 1px solid #7fd5b1;
  background-color: #0aaf6a;
}
.keywordsbox .input::placeholder {
  color: #54c797;
}
.keywordsbox label {
  cursor: pointer;
}
.keywordsbox label:before {
  position: absolute;
  right: 0;
  color: #fff;
  font-size: 26px;
  line-height: 37px;
  transform: rotateY(180deg);
}
.keywordsbox .btn {
  display: none;
}
.productbox {
  display: none;
  position: relative;
  overflow: hidden;
  padding-bottom: 120px;
  background-image: url(../images/productboxBg.jpg);
  background-size: cover;
}
.productbox .left {
  float: left;
  margin-top: 160px;
}
.productbox .title i {
  color: #0aaf6a;
  font-size: 28px;
}
.productbox .title b {
  display: block;
  font-size: 36px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 5px;
}
.productbox .title sub {
  position: relative;
  color: #cdcdcd;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 10px;
  z-index: 99;
}
.productbox .title sub:after {
  content: "";
  position: absolute;
  right: 5px;
  bottom: 0;
  width: 60px;
  height: 5px;
  background-color: #ff570f;
  z-index: -1;
}
.productbox .hd {
  margin-top: 60px;
}
.productbox .hd li {
  position: relative;
  width: 217px;
  height: 50px;
  line-height: 50px;
  padding: 0 25px;
  margin-bottom: 23px;
  color: #979797;
  border: 1px solid #595959;
  border-radius: 50px;
  cursor: pointer;
}
.productbox .hd li:before {
  position: absolute;
  right: 15px;
  line-height: 50px;
}
.productbox .hd li.on {
  color: #fff;
  border: 1px solid #0aaf6a;
  background-color: #0aaf6a;
}
.productbox .pic.img {
  float: left;
  margin-top: 362px;
  margin-left: 88px;
}
.productbox .pic.img img {
  display: none;
}
.productbox .pic.img img.on {
  display: block;
}
.productbox .tempWrap {
  position: absolute !important;
  top: 135px;
  /* right: -203px; */
  right: -830px;
}
.productbox .bd li {
  width: 606px;
  line-height: 1;
  margin-right: 20px;
  color: #fff;
  background-color: #0aaf6a;
}
.productbox .bd li .img {
  width: 80%;
  margin: 0 auto;
}
.productbox .bd li i {
  font-size: 20px;
  margin-left: 35px;
}
.productbox .bd li h3 {
  font-size: 24px;
  margin-top: 10px;
  margin-left: 35px;
  margin-bottom: 20px;
}
.productbox .bd li.on {
  color: #232323;
  background-color: #ebebeb;
}
.productbox .bd li .icon1 {
  display: none;
  margin-left: 35px;
  margin-bottom: 55px;
}
.productbox .bd li .icon2 {
  margin-left: 35px;
  margin-bottom: 55px;
}
.productbox .bd li.on h3 b {
  color: #0aaf6a;
}
.productbox .bd li.on .icon1 {
  display: inline-block;
}
.productbox .bd li.on .icon2 {
  display: none;
}
.productbox .bd li a {
  float: right;
  width: 235px;
  height: 63px;
  line-height: 63px;
  color: #fff;
  text-align: center;
  background-color: #ff570f;
}
.productbox .bd li a:after {
  content: "";
  float: right;
  margin: 12px 45px 12px 0;
  width: 39px;
  height: 39px;
  background-image: url(../images/productboxIcon4.png);
}
.productbox .prev,
.productbox .next {
  position: absolute;
  bottom: 2%;
  color: #000;
  font-size: 30px;
  transition: all 0.5s ease-in-out;
  z-index: 999;
}
.productbox .prev:hover,
.productbox .next:hover {
  color: #ff570f;
}
.productbox .prev {
  left: 47%;
}
.productbox .next {
  right: 47%;
}
.productlistbox {
  padding-top: 80px;
}
.productlistbox .title {
  text-align: center;
  margin: 0 auto;
  padding-top: 60px;
  background-image: url(../images/titBg.png);
  background-repeat: no-repeat;
  background-position: center;
}
.productlistbox .title i {
  color: #0aaf6a;
  font-size: 28px;
}
.productlistbox .title b {
  display: block;
  font-size: 36px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 5px;
}
.productlistbox .title sub {
  position: relative;
  color: #cdcdcd;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 10px;
  z-index: 99;
}
.productlistbox .title sub:after {
  content: "";
  position: absolute;
  right: 5px;
  bottom: 0;
  width: 60px;
  height: 5px;
  background-color: #ff570f;
  z-index: -1;
}
.productlistbox .menu {
  margin-top: 40px;
  margin-bottom: 40px;
}
.productlistbox .menu li {
  float: left;
  width: 25%;
  text-align: center;
}
.productlistbox .menu li div {
  margin: 0 55px;
  height: 60px;
  padding: 10px;
  border: 1px solid #232323;
  border-radius: 50px;
  cursor: pointer;
}
.productlistbox .menu li.on div {
  color: #fff;
  border: 1px solid #0aaf6a;
  background-color: #0aaf6a;
}
.productlistbox .menu li h4 {
  line-height: 20px;
  font-size: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.productlistbox .menu li span {
  line-height: 0;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: -1px;
}
.productlistbox .list ul {
  display: none;
}
.productlistbox .list ul.on {
  display: block;
}
.productlistbox .list ul li {
  float: left;
  width: 24%;
  margin-right: 1%;
  margin-bottom: 55px;
}
.productlistbox .list ul li a {
  display: block;
  color: #fff;
}
.productlistbox .list ul li a span {
  display: block;
  width: 100%;
  height: 78px;
  line-height: 78px;
  text-align: center;
  background-color: #0aaf6a;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.productlistbox .list ul li:hover a span {
  background-color: #ff570f;
  color: #fff;
}
.productlistbox .more {
  display: block;
  width: 248px;
  height: 53px;
  line-height: 53px;
  text-align: center;
  margin: 20px auto 65px;
  border: 1px solid #232323;
}
.ysbox {
  display: none;
  position: relative;
  min-height: 860px;
  border-top: 13px solid #0aaf6a;
  background-image: url(../images/ysBg.jpg);
  background-size: cover;
  background-position: center;
}
.ysbox .w1610 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  margin: auto;
  width: 1590px;
  background-image: url(../images/ysBg.png);
  background-size: cover;
}
.ysbox ul li {
  float: left;
  width: 20%;
  text-align: center;
  margin: 59px 0;
}
.ysbox ul li .img {
  display: inline-block;
  cursor: pointer;
}
.ysbox ul li img {
  transition: all 0.5s ease-in-out;
}
.ysbox ul li .img:hover img {
  transform: translateY(-30px);
}
.aboutbox {
  position: relative;
}
.aboutbox .top {
  padding-top: 110px;
  margin-bottom: 725px;
  width: 100%;
  height: 500px;
  background-image: url(../images/aboutBg.jpg);
}
.aboutbox .title i {
  color: #fff;
  font-size: 28px;
}
.aboutbox .title b {
  color: #fff;
  display: block;
  font-size: 36px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 5px;
}
.aboutbox .title sub {
  position: relative;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 10px;
  z-index: 99;
}
.aboutbox .title sub:after {
  content: "";
  position: absolute;
  right: 5px;
  bottom: 0;
  width: 60px;
  height: 5px;
  background-color: #ff570f;
  z-index: -1;
}
.aboutbox .middle {
  position: absolute;
  top: 275px;
  width: 100%;
  z-index: 999;
}
.aboutbox .middle .w1400 {
  background-color: #fff;
}
.aboutbox .middle .text {
  float: left;
  width: 52%;
  margin: 105px 45px;
}
.aboutbox .middle .text h3 {
  font-size: 28px;
  font-weight: normal;
}
.aboutbox .middle .text p {
  margin-top: 45px;
  color: #9f9f9f;
  line-height: 2.5;
}
.aboutbox .middle .text a {
  float: right;
  width: 130px;
  height: 35px;
  line-height: 35px;
  color: #fff;
  text-align: center;
  margin-top: 40px;
  background-color: #ff570f;
}
.aboutbox .middle .info .img {
  float: right;
  margin-top: 60px;
  margin-right: 80px;
}
.ys2box {
  display: none;
  background-image: url(../images/ys2Bg.jpg);
}
.ys2box .title {
  float: left;
  margin-top: 80px;
}
.ys2box .title i {
  color: #fff;
  font-size: 28px;
}
.ys2box .title b {
  color: #fff;
  display: block;
  font-size: 36px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 5px;
}
.ys2box .title b i {
  color: #00a05d;
  font-size: 36px;
}
.ys2box .title sub {
  position: relative;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: -1px;
  z-index: 99;
}
.ys2box .title p {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  margin-top: 65px;
}
.ys2box .title p sup {
  display: block;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 10px;
}
.ys2box .w1400 .img {
  float: right;
}
.ys2box .w1610 ul {
  display: flex;
  margin: 0 16px;
  padding: 25px 58px;
  background-color: #009c5b;
}
.ys2box .w1610 ul li {
  float: left;
  width: 25%;
}
.ys2box .w1610 ul .box {
  height: 100%;
  margin: 0 13px;
  text-align: center;
  color: #fff;
  padding: 25px 65px;
  background-color: #0aaf6a;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.ys2box .w1610 ul .box:hover {
  box-shadow: 4px 4px 4px #232323;
}
.ys2box .w1610 ul .box img {
  transition: all 0.3s;
}
.ys2box .w1610 ul .box:hover img {
  transform: rotateY(360deg);
}
.ys2box .w1610 ul .box h5 {
  font-size: 18px;
  margin-top: 18px;
}
.ys2box .w1610 ul .box p {
  line-height: 22px;
  font-size: 14px;
  margin-top: 23px;
}
.lcbox {
  display: none;
  margin-top: 50px;
  margin-bottom: 100px;
}
.lcbox .title {
  text-align: center;
  margin: 0 auto;
  padding-top: 60px;
  background-image: url(../images/titBg.png);
  background-repeat: no-repeat;
  background-position: center;
}
.lcbox .title i {
  color: #0aaf6a;
  font-size: 28px;
}
.lcbox .title b {
  display: block;
  font-size: 36px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 5px;
}
.lcbox .title sub {
  position: relative;
  color: #cdcdcd;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 10px;
  z-index: 99;
}
.lcbox .title sub:after {
  content: "";
  position: absolute;
  right: 5px;
  bottom: 0;
  width: 60px;
  height: 5px;
  background-color: #ff570f;
  z-index: -1;
}
.lcbox .bottom {
  margin-top: 65px;
  padding-top: 40px;
  border-top: 1px solid #e4e4e4;
}
.lcbox .bottom:before {
  content: "";
  display: block;
  border-top: 1px solid #e4e4e4;
}
.lcbox ul li {
  position: relative;
  float: left;
  width: 16.666%;
  text-align: center;
  padding-top: 40px;
  counter-increment: i 1;
}
.lcbox ul .box {
  margin: 0 75px;
  cursor: pointer;
}
.lcbox ul .box:before {
  content: "0" counter(i);
  position: absolute;
  top: -35px;
  left: 0;
  right: 0;
  margin: auto;
  width: 18px;
  color: #838383;
}
.lcbox ul .box:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 0;
  right: 0;
  margin: auto;
  width: 15px;
  height: 12px;
  background-color: #0aaf6a;
  transition: all 0.5s;
}
.lcbox ul .box .img {
  position: relative;
  height: 62px;
}
.lcbox ul .box img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 62px;
  height: 62px;
  transition: all 0.5s;
}
.lcbox ul .box .icon-active {
  opacity: 0;
  transform: rotateY(180deg);
  transform: rotate3d(1, 1, 0, 180deg);
}
.lcbox ul .box:hover .icon {
  opacity: 0;
  transform: rotateY(180deg);
  transform: rotate3d(1, 1, 0, 180deg);
}
.lcbox ul .box:hover .icon-active {
  opacity: 1;
  transform: rotateY(360deg);
  transform: rotate3d(1, 1, 0, 360deg);
}
.lcbox ul .box:hover:after {
  background-color: #ff570f;
}
.lcbox ul .box span {
  display: block;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 15px;
}
.lcbox ul .box span i {
  display: block;
}
.casebox .title {
  text-align: center;
  margin: 0 auto;
  padding-top: 60px;
  background-image: url(../images/titBg.png);
  background-repeat: no-repeat;
  background-position: center;
}
.casebox .title i {
  color: #0aaf6a;
  font-size: 28px;
}
.casebox .title b {
  display: block;
  font-size: 36px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 5px;
}
.casebox .title sub {
  position: relative;
  color: #cdcdcd;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 10px;
  z-index: 99;
}
.casebox .title sub:after {
  content: "";
  position: absolute;
  right: 5px;
  bottom: 0;
  width: 60px;
  height: 5px;
  background-color: #ff570f;
  z-index: -1;
}
.casebox .list {
  margin-top: 50px;
}
.casebox .list li {
  width: 33.333%;
  height: 471px;
}
.casebox .list li a {
  position: relative;
  display: block;
  margin-right: 45px;
}
.casebox .list li a .img {
  position: relative;
  margin-left: 35px;
  z-index: 1;
}
.casebox .list li a .img:after {
  content: "+";
  position: absolute;
  left: -20px;
  bottom: -20px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #ff570f;
  font-size: 22px;
  background-color: #fff;
  transition: all 0.3s;
}
.casebox .list li a .img img {
  object-fit: cover;
}
.casebox .list li a .back {
  position: absolute;
  top: 95px;
  width: 90%;
  color: #232323;
  padding-top: 230px;
  padding-left: 35px;
  padding-right: 35px;
  background-color: #f3f3f3;
  transition: all 0.3s;
}
.casebox .list li a .back i {
  font-size: 22px;
}
.casebox .list li a .back h3 {
  font-size: 18px;
  font-weight: normal;
}
.casebox .list li a .back p {
  position: relative;
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 40px;
}
.casebox .list li a .back p:before {
  position: absolute;
  right: 0;
  line-height: 28px;
  font-size: 22px;
}
.casebox .list li:hover a .img:after {
  color: #0aaf6a;
}
.casebox .list li:hover a .back {
  color: #fff;
  background-color: #0aaf6a;
}
.casebox .prevnextbox {
  margin-top: 85px;
  text-align: center;
}
.casebox .prev,
.casebox .next {
  display: inline-block;
  color: #979797;
  width: 58px;
  height: 58px;
  line-height: 58px;
  font-size: 24px;
  border: 1px solid #979797;
  transition: all 0.4s;
}
.casebox .prev:hover,
.casebox .next:hover {
  color: #fff;
  border: 1px solid #0aaf6a;
  background-color: #0aaf6a;
}
.casebox .prevnext {
  display: inline-block;
  color: #979797;
  font-size: 14px;
  letter-spacing: 10px;
  margin: 0 65px;
}
.casebox .list-sj {
  display: none;
  margin-top: 20px;
}
.casebox .list-sj li {
  float: left;
  width: 31.333%;
  margin: 1%;
}
.casebox .list-sj li a {
  display: block;
  text-align: center;
  border: 1px solid #ccc;
}
.casebox .list-sj li a span {
  display: block;
  line-height: 40px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.newbox {
  margin-top: 110px;
}
.newbox .title {
  text-align: center;
  margin: 0 auto;
  padding-top: 60px;
  background-image: url(../images/titBg.png);
  background-repeat: no-repeat;
  background-position: center;
}
.newbox .title i {
  color: #0aaf6a;
  font-size: 28px;
}
.newbox .title b {
  display: block;
  font-size: 36px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 5px;
}
.newbox .title sub {
  position: relative;
  color: #cdcdcd;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 10px;
  z-index: 99;
}
.newbox .title sub:after {
  content: "";
  position: absolute;
  right: 5px;
  bottom: 0;
  width: 60px;
  height: 5px;
  background-color: #ff570f;
  z-index: -1;
}
.newbox .menu {
  width: 899px;
  margin: 60px auto 50px;
}
.newbox .menu li {
  float: left;
  width: 207px;
  height: 47px;
  line-height: 47px;
  text-align: center;
  color: #979797;
  margin: 0 40px;
  border: 1px solid #979797;
  cursor: pointer;
}
.newbox .menu li.on {
  color: #fff;
  border: 1px solid #0aaf6a;
  background-color: #0aaf6a;
}
.newbox .content {
  height: 800px;
  background-image: url(../images/newBg.jpg);
  background-size: cover;
}
.newbox .content dl {
  display: none;
}
.newbox .content dl.on {
  display: block;
}
.newbox dl p {
  color: #9d9d9d;
  font-size: 14px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.newbox dt {
  float: left;
  width: 35%;
}
.newbox dt .vice-title {
  padding-top: 60px;
}
.newbox dt .vice-title i {
  color: #fff;
  font-size: 28px;
}
.newbox dt .vice-title b {
  display: block;
  color: #fff;
  font-size: 36px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 5px;
}
.newbox dt .vice-title sub {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  z-index: 99;
}
.newbox dt .vice-title sub:after {
  content: "";
  display: block;
  margin-top: 15px;
  width: 60px;
  height: 5px;
  background-color: #ff570f;
  z-index: -1;
}
.newbox dt .text {
  margin-top: 65px;
  padding: 70px 35px 45px 30px;
  background-color: #fff;
}
.newbox dt .date {
  float: right;
  font-size: 14px;
}
.newbox dt h3 {
  color: #0aaf6a;
  letter-spacing: 1px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.newbox dt h3:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 20px;
  vertical-align: middle;
  margin-right: 20px;
  background-color: #ff570f;
}
.newbox dt p {
  margin-top: 40px;
}
.newbox dt a {
  display: block;
  width: 151px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  margin-top: 40px;
  color: #fff;
  background-color: #00a45f;
}
.newbox dd {
  margin: 20px 0;
  float: right;
  width: 58%;
  background-color: #fff;
}
.newbox dd:first-of-type {
  margin-top: 95px;
}
.newbox dd a {
  float: left;
  width: 65%;
  color: #232323;
  margin-top: 30px;
  margin-left: 45px;
}
.newbox dd a h3 {
  font-size: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.newbox dd a p {
  margin-top: 15px;
  max-height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.newbox dd a .date {
  display: block;
  margin-top: 10px;
}
.newbox dd .img {
  float: right;
}
.newbox dd .img img {
  object-fit: cover;
  width: 183px;
  height: 174px;
}
.zixunbox {
  height: 525px;
  background-image: url(../images/zixunBg.jpg);
  background-size: cover;
}
.zixunbox .vice-logo {
  float: left;
  width: 50%;
  text-align: right;
  margin-top: 155px;
}
.zixunbox .vice-logo .img {
  margin-right: 135px;
}
.zixunbox .vice-logo p {
  margin-top: 25px;
  margin-right: 175px;
}
.zixunbox .vice-logo p i {
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 0 3px;
  vertical-align: middle;
  background-color: #232323;
}
.zixunbox .vice-logo span {
  display: inline-block;
  margin-top: 15px;
  margin-right: 80px;
}
.zixunbox .vice-logo span i {
  float: left;
  width: 55px;
  height: 55px;
  padding: 13px;
  line-height: 1;
  color: #fff;
  font-size: 14px;
  background-color: #ff570f;
}
.zixunbox .vice-logo span strong {
  float: left;
  width: 277px;
  height: 55px;
  line-height: 55px;
  font-size: 32px;
  text-align: center;
  border: 1px solid #232323;
}
.zixunbox .form1 {
  float: right;
  width: 50%;
  margin-top: 95px;
}
.zixunbox .form1 p {
  font-size: 15px;
  letter-spacing: 1px;
}
.zixunbox .form1 label {
  position: relative;
  display: inline-block;
  margin-top: 20px;
}
.zixunbox .form1 label input {
  display: block;
  width: 475px;
  height: 41px;
  line-height: 41px;
  padding: 12px 34px 12px 18px;
  font-size: 16px;
  font-family: Arial;
  border: none;
  background-color: #fff;
}
.zixunbox .form1 label textarea {
  position: relative;
  resize: none;
  width: 475px;
  height: 116px;
  padding: 12px 34px 12px 18px;
  font-size: 16px;
  font-family: Arial;
  border: none;
  background-color: #fff;
}
.zixunbox .form1 label input::placeholder,
.zixunbox .form1 label textarea::placeholder {
  color: #c2c2c2;
}
.zixunbox .form1 label textarea::-webkit-scrollbar {
  display: none;
}
.zixunbox .form1 label:after {
  content: "*";
  position: absolute;
  top: 10px;
  right: 0;
  width: 34px;
  text-align: center;
  color: #f24444;
}
.zixunbox .form1 .btn {
  width: 475px;
  height: 41px;
  line-height: 41px;
  text-align: center;
  color: #fff;
  border: none;
  cursor: pointer;
  margin-top: 25px;
  background-color: #0aaf6a;
}
.foot {
  background-color: #333333;
}
.foot .top {
  height: 122px;
  border-bottom: 1px solid #424242;
}
.foot .top .img {
  float: left;
  width: 35%;
  margin-top: 50px;
}
.foot .top dl {
  float: right;
  width: 65%;
  margin-top: 55px;
}
.foot .top dl,
.foot .top dl a {
  color: #a1a1a1;
}
.foot .top dl dt,
.foot .top dl dd a{
  float: left;
  width: 16.666%;
  text-align: right;
}
.foot .top dl dt:before {
  display: inline-block;
  margin-right: 15px;
  transform: rotateY(180deg);
}
.foot .top dl dd a:hover {
  color: #0aaf6a;
}
.foot .middle {
  height: 240px;
  border-bottom: 1px solid #424242;
}
.foot .middle .ewm {
  float: left;
  margin-top: 55px;
}
.foot .middle .tel,
.foot .middle .adress {
  float: left;
  color: #a1a1a1;
  margin-top: 65px;
  margin-left: 55px;
  margin-right: 35px;
}
.foot .middle .tel h5,
.foot .middle .adress h5 {
  font-size: 15px;
  margin-top: 10px;
}
.foot .middle .tel p {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: -1px;
}
.foot .middle .adress p {
  font-size: 15px;
}
.foot .middle .menu {
  float: right;
  width: 50%;
  margin-top: 80px;
}
.foot .middle .menu li {
  float: left;
  width: 16.667%;
  text-align: right;
}
.foot .middle .menu li a {
  color: #a1a1a1;
  font-size: 15px;
}
.foot .middle .menu li:hover a {
  color: #0aaf6a;
}
.foot .middle .qq-wechat-email {
  float: right;
  margin-top: 60px;
}
.foot .middle .qq-wechat-email a {
  margin-left: 25px;
}
.foot .copyright {
  text-align: left;
  color: #a1a1a1;
  font-size: 15px;
  padding: 35px 0;
}
.foot .copyright a {
  color: #a1a1a1;
}
.foot .copyright a:hover {
  color: #0aaf6a;
}
.foot .copyright .leftp {
  float: left;
}
.foot .copyright .leftp a {
  display: inline-block;
}
.foot .copyright .rightp {
  float: right;
}
.nyban {
  height: 500px;
  min-height: 280px;
  background-image: url(../images/nyban.jpg);
  background-size: cover;
  background-position: center;
}
.dqwz {
  background: #f0f3fa;
  padding: 10px 0;
  border-top: 1px solid #d3dcf0;
  border-bottom: 1px solid #d3dcf0;
  font-size: 15px;
  margin-bottom: 50px;
}
.dqwz .p1 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.dqwz .p2 {
  display: none;
}

/* 产品系列 */
.product-main {
  margin-bottom: 50px;
}
.product-main dl dt {
  position: relative;
  height: 28px;
  margin: 50px 0 20px;
  padding-left: 30px;
}
.product-main dl dt:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 28px;
  height: 28px;
  font-size: 28px;
}
.product-main dl dt a {
  position: relative;
  float: right;
  font-size: 15px;
  line-height: 28px;
  padding-right: 20px;
}
.product-main dl dt a:before {
  position: absolute;
  right: 0;
  font-size: 18px;
  line-height: 24px;
}
.product-main dl dt span {
  display: block;
  font-size: 24px;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.product-main dl dd {
  float: left;
  width: 23%;
  margin: 0 1%;
  border-radius: 20px;
  border: 1px solid #cfcfcf;
}
.product-main dl dd:hover {
  border: 0;
}
.product-main dl dd a {
  display: block;
  color: #232323;
  border-radius: 20px;
  transition: all 0.1s ease-in-out;
}
.product-main dl dd:hover a {
  box-shadow: 8px 10px 2px #cfcfcf;
}
.product-main dl dd .img,
.product-main dl dd img {
  border-radius: 20px 20px 0 0;
}
.product-main dl dd span {
  display: block;
  line-height: 45px;
  text-align: center;
  border-radius: 0 0 20px 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* 系列产品 */
.list-main {
  margin-bottom: 50px;
}
.list-main h2 {
  height: 44px;
  line-height: 44px;
  font-size: 32px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 30px;
}
.list-main li {
  float: left;
  width: 23%;
  margin: 0 1% 2%;
  border-radius: 20px;
  border: 1px solid #cfcfcf;
}
.list-main li a {
  display: block;
  color: #232323;
  border-radius: 20px;
  transition: all 0.1s ease-in-out;
}
.list-main li:hover a span {
  background-color: #009c5b;
  color: #fff;
}
.list-main li .img,
.list-main li img {
  border-radius: 20px 20px 0 0;
  object-fit: cover;
}
.list-main li span {
  display: block;
  line-height: 45px;
  text-align: center;
  border-radius: 0 0 20px 20px;
  transition: all 0.5s ease-in-out 0s;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.new-main {
  margin-bottom: 50px;
}
.new-main h2 {
  text-align: center;
  font-size: 34px;
}
.new-main .menu {
  width: 100%;
  max-width: 899px;
  margin: 60px auto 50px;
}
.new-main .menu li {
  float: left;
  width: 23.333%;
  height: 47px;
  line-height: 47px;
  text-align: center;
  margin: 0 5%;
}
.new-main .menu li a {
  display: block;
  color: #979797;
  border: 1px solid #979797;
}
.new-main .menu li a:hover,
.new-main .menu li.on a {
  color: #fff;
  border: 1px solid #0aaf6a;
  background-color: #0aaf6a;
}
.new-main .list li {
  position: relative;
  padding: 8px 0 8px 47px;
  margin-bottom: 20px;
  border-bottom: 1px #dddddd solid;
}
.new-main .list li:before {
  content: "";
  width: 40px;
  height: 1px;
  background: #e4e6ea;
  display: block;
  position: absolute;
  left: 0;
  top: 52px;
}
.new-main .list li:after {
  content: "";
  width: 9px;
  height: 9px;
  background: #e4e6ea;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 48px;
}
.new-main .list a {
  transition: all 0.3s ease-in-out;
}
.new-main .list .date {
  font-size: 16px;
}
.new-main .list h3 {
  font-size: 22px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 10px 0;
}
.new-main .list p {
  font-size: 16px;
  color: #66686c;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.new-main .list .more {
  display: block;
  text-align: right;
  font-size: 15px;
}

/* 关于我们 */
.about-main {
  margin-bottom: 50px;
}
.about-main h2 {
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 50px;
  text-align: center;
}
.about-main .text {
  font-size: 16px;
  line-height: 33px;
  text-align: center;
}
.about-main .text img {
  float: right;
  margin-left: 20px;
}
.about-main .text p {
  margin-bottom: 10px;
}
.contact-main {
  margin-bottom: 50px;
}
.contact-main h2 {
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 50px;
  text-align: left;
}
.contact-main .img {
  float: right;
  width: 50%;
}
.contact-main .img img {
  border: 10px solid #ddd;
  border-radius: 0 0 0 130px;
}
.contact-main .text {
  float: left;
}
.contact-main .text p {
  line-height: 30px;
  color: #676767;
  font-size: 18px;
  margin-bottom: 10px;
}
.contact-main .way-con {
  float: left;
  width: 100%;
  color: #676767;
  font-size: 15px;
  font-weight: normal;
  line-height: 40px;
  padding-top: 30px;
  margin-top: 20px;
  border-top: 1px solid #eee;
}

/* 案例页面 */
.article-main {
  margin-bottom: 50px;
}
.article-main h1 {
  font-size: 30px;
  font-weight: normal;
  text-align: center;
  line-height: 2;
}
.article-main .info {
  text-align: center;
  line-height: 30px;
  color: #999;
  font-size: 14px;
  margin-bottom: 30px;
  border-bottom: 1px #dddddd solid;
}
.article-main .conetnt {
  font-size: 16px;
  line-height: 33px;
}
.article-main .content p {
  margin-bottom: 10px;
}
.part-main .info .img {
  float: left;
  border: 8px solid #ebebeb;
  box-sizing: border-box;
  width: 44%;
}
.part-main .info .right {
  float: right;
  width: 50%;
}
.part-main .info h1 {
  font-size: 24px;
  line-height: 2;
}
.part-main .info .description {
  color: #4c4c4c;
  margin: 30px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.part-main .info ul {
  margin-bottom: 30px;
  padding: 20px 0;
  border-top: 1px #ddd solid;
  border-bottom: 1px #ddd solid;
}
.part-main .info li {
  float: left;
  width: 25%;
}
.part-main .info li img {
  vertical-align: middle;
  padding-right: 10px;
}
.part-main .info a {
  float: left;
  width: 184px;
  line-height: 45px;
  border: 1px #666666 solid;
  border-radius: 30px;
  text-align: center;
  margin-top: 30px;
}
.part-main .info a:hover {
  color: #fff;
  background-color: #FF6728;
  border: 1px #FF6728 solid;
}
.part-main .info .clearfix p {
  float: left;
  font-size: 14px;
  line-height: 1;
  margin-left: 50px;
  margin-top: 30px;
}
.part-main .info .clearfix p strong {
  display: block;
  font-size: 32px;
  color: red;
}
.part-main .cp_txt {
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
  position: relative;
}
.part-main .cp_txt:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #ddd;
  z-index: -1;
}
.part-main .txt_name {
  border-radius: 15px 15px 0 0;
  font-size: 26px;
  background: url(../images/xgt.png) no-repeat left center;
  width: 206px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
#jszx .txt_name {
  margin-bottom: -1px;
}
.common-main form {
  margin: 30px 0;
}
.common-main #keyword {
  width: auto;
  height: auto;
  line-height: normal;
  border: 1px solid;
  border-radius: initial;
  padding: 0;
  font-size: initial;
}
.common-main .title h2 {
  font-size: 18px;
  font-weight: normal;
  margin: 10px 0;
}
.common-main .info {
  margin-bottom: 30px;
  text-align: center;
  line-height: 30px;
  color: #666;
  padding-right: 18px;
  border-bottom: 1px #dddddd solid;
}
.common-main .description {
  color: #999;
  font-size: 16px;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-bottom: 20px;
}
.page {
  text-align: center;
}
.page a {
  display: inline-block;
  font-size: 14px;
  color: #333333;
  font-family: "Microsoft YaHei", Arial;
  line-height: 26px;
  border: 1px solid #cbcbcb;
  margin: 0 5px;
  padding: 0 8px;
}
.page a:hover,
.page a.current {
  color: #fff;
  border-color: #0caa6d;
  background: #0caa6d;
}
.page span {
  display: none;
}
.prenext {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 98%;
  line-height: 30px;
  margin-top: 20px;
  margin-bottom: 15px;
  border-top: 1px #ddd solid;
  padding: 20px 0;
}
.prenext .pre {
  float: left;
  width: 48%;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.prenext .next {
  text-align: right;
  float: right;
  width: 48%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#xgcp,
#xwzx {
  position: relative;
  margin: 30px 0 40px;
}
#xgcp h2,
#xwzx h2 {
  font-size: 26px;
  background: url(../images/xgt2.png) no-repeat left center;
  width: 206px;
  height: 50px;
  line-height: 50px;
  text-indent: 40px;
  color: #fff;
}
#xgcp:after,
#xwzx:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #f2f2f2;
  z-index: -1;
}
#xgcp ul,
#xwzx ul {
  border: 1px #dddddd solid;
  padding: 20px;
  overflow: hidden;
}
#xgcp li {
  float: left;
  width: 25%;
}
#xgcp a {
  display: block;
  margin: 2%;
  text-align: center;
  color: #333;
  border: 1px solid #ccc;
}
#xgcp a p {
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#xwzx li {
  width: 48%;
  float: left;
  margin: 0 1%;
  border-bottom: 1px #ddd dashed;
  line-height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fdh {
  position: fixed;
  display: none;
  line-height: 40px;
  height: 40px;
  background-color: #222222;
  width: 100%;
  z-index: 99999;
  bottom: 0px;
}
.fdh li {
  width: 33.33333333%;
  float: left;
  text-align: center;
  border-right: 1px #ddd solid;
  box-sizing: border-box;
}
.fdh .li {
  background-color: #0caa6d;
}
.fdh a {
  display: block;
  color: #fff;
}
@media (max-width: 1800px) {
  .w1677 {
    width: 98%;
  }
  .w1610 {
    width: 98%;
  }
  .ysbox .w1610 {
    width: 98%;
  }
  .productbox .bd li {
    width: 526px;
  }
  .newbox .content {
    height: auto;
    background-image: none;
    background-color: #f5f5f5;
    padding-bottom: 50px;
  }
  .newbox dt .vice-title i {
    color: #0aaf6a;
  }
  .newbox dt .vice-title b {
    color: #232323;
  }
  .newbox dt .vice-title sub {
    color: #cdcdcd;
  }
}
@media (max-width: 1440px) {
  .w1400 {
    width: 90%;
  }
  .ysbox .w1610 {
    width: 95%;
  }
  .head .menu .vice-logo {
    display: none;
  }
  .head .menu ul {
    width: 100%;
  }
  .head .menu ul li {
    padding-right: 0;
    text-align: center;
  }
  .productbox .left {
    margin-top: 100px;
  }
  .productbox .pic.img {
    margin-top: 290px;
    margin-left: 70px;
  }
  .productbox .hd li {
    width: 195px;
  }
  .productbox .bd li {
    width: 466px;
  }
  .productlistbox {
    padding-top: 80px;
  }
  .productlistbox .menu li div {
    margin: 0 25px;
  }
  .productlistbox .list ul li {
    margin-bottom: 35px;
  }
  .productlistbox .list ul li a span {
    height: 58px;
    line-height: 58px;
  }
  .aboutbox .top {
    height: 510px;
    padding-top: 80px;
  }
  .aboutbox .middle {
    top: 260px;
  }
  .aboutbox .middle .text {
    width: 44%;
  }
  .ys2box .w1610 ul .box {
    padding: 25px 45px;
  }
  .lcbox ul .box {
    margin: 0 60px;
  }
  .casebox .list li {
    height: 430px;
  }
  .casebox .list li a .back {
    top: 60px;
  }
  .casebox .list li a .back p {
    margin-top: 8px;
    margin-bottom: 30px;
  }
  .zixunbox {
    background-image: none;
    background-color: #f5f6f8;
  }
  .foot .top dl dt:before {
    margin-right: 5px;
  }
  .foot .middle .menu {
    display: none;
  }
  .foot .middle .tel,
  .foot .middle .adress {
    float: right;
  }
  .part-main .info .description {
    font-size: 15px;
    line-height: 25px;
  }
}
@media (max-width: 1280px) {
  .w1610 {
    width: 93%;
  }
  .productbox .left {
    float: none;
    margin-top: 60px;
  }
  .productbox .title {
    text-align: center;
  }
  .productbox .hd {
    margin-top: 45px;
  }
  .productbox .hd li {
    float: left;
    width: 23%;
    margin: 0 1%;
    text-align: center;
  }
  .productbox .hd li:before {
    display: none;
  }
  .productbox .pic.img {
    display: none;
  }
  .productbox .tempWrap {
    position: relative !important;
    top: 60px;
    right: 0;
    margin: 0 auto;
  }
  .productbox .bd li {
    width: 33.333%;
  }
  .productbox .bd li i {
    font-size: 17px;
  }
  .productbox .bd li h3 {
    font-size: 22px;
  }
  .productbox .bd li a {
    width: 190px;
    height: 50px;
    line-height: 50px;
  }
  .productbox .bd li a:after {
    width: 29px;
    height: 29px;
    margin: 10px 35px 10px 0;
    background-size: cover;
  }
  .productbox .prev,
  .productbox .next {
    display: none;
  }
  .productlistbox {
    padding-top: 60px;
  }
  .productlistbox .menu {
    margin-top: 55px;
  }
  .productlistbox .list ul li {
    width: 32.333%;
  }
  .productlistbox .list ul li:first-child + li + li + li + li + li + li,
  .productlistbox .list ul li:first-child + li + li + li + li + li + li + li {
    display: none;
  }
  .aboutbox .top {
    height: 470px;
    margin-bottom: 270px;
  }
  .aboutbox .middle {
    top: 232px;
  }
  .aboutbox .middle .text {
    width: 39%;
  }
  .aboutbox .middle .info .img {
    margin-right: 60px;
  }
  .aboutbox .middle .text {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .aboutbox .middle .text p {
    margin-top: 30px;
  }
  .aboutbox .middle .text a {
    margin-top: 25px;
  }
  .aboutbox .middle .service {
    display: none;
  }
  .ys2box .w1610 ul .box {
    padding: 25px;
  }
  .ys2box .w1610 ul {
    padding: 25px 38px;
  }
  .lcbox ul .box {
    margin: 0 30px;
  }
  .casebox .list li {
    height: 380px;
  }
  .casebox .list li a .back {
    top: 15px;
  }
  .casebox .list li a .back p {
    margin-top: 20px;
  }
  .newbox dt {
    width: 100%;
  }
  .newbox dt .text {
    display: none;
  }
  .newbox dd {
    width: 100%;
  }
  .newbox dd:first-of-type {
    margin-top: 30px;
  }
  .foot .top dl {
    display: none;
  }
  .foot .top {
    text-align: center;
  }
  .foot .top .img {
    float: none;
    width: auto;
    margin-top: 0;
    padding-top: 50px;
  }
  .part-main .info .description {
    margin: 20px 0;
  }
  .part-main .info ul {
    margin-bottom: 20px;
    padding: 20px 0;
  }
  .part-main .info a {
    margin-top: 10px;
  }
  .part-main .info .clearfix p {
    margin-top: 10px;
  }
}
@media (max-width: 1140px) {
  .head .top .img .logo {
    display: none;
  }
  .head .top .img .w1140-logo {
    display: block;
  }
  .productlistbox .menu li div {
    margin: 0 5px;
  }
  .aboutbox .top {
    margin-bottom: 190px;
  }
  .aboutbox .middle .text {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 0 45px;
  }
  .aboutbox .middle .info .img {
    display: none;
  }
  .ys2box .w1400 .img {
    display: none;
  }
  .ys2box .w1610 ul {
    margin-top: 50px;
    padding: 15px 28px;
  }
  .ys2box .w1610 ul .box {
    padding: 15px 10px;
  }
  .casebox .list {
    display: none;
  }
  .casebox .list-sj {
    display: block;
  }
  .zixunbox {
    height: auto;
  }
  .zixunbox .vice-logo {
    float: none;
    text-align: center;
    margin: 0 auto;
    text-align: center;
    padding-top: 30px;
  }
  .zixunbox .form1 {
    float: none;
    text-align: center;
    margin: 50px auto;
  }
  .zixunbox .vice-logo .img,
  .zixunbox .vice-logo p,
  .zixunbox .vice-logo span {
    margin-right: 0;
  }
  .part-main .info .right {
    width: 53%;
  }
  .part-main .info a {
    display: none;
  }
  .part-main .info .clearfix p {
    margin: 0;
  }
}
@media (max-width: 960px) {
  .head .top .img {
    max-width: 576px;
    float: none;
    margin: 0 auto;
  }
  .head .top .img .logo {
    display: block;
  }
  .head .top .img .w1140-logo {
    display: none;
  }
  .head .top .tel {
    display: none;
  }
  .productbox {
    display: none;
  }
  .productlistbox {
    padding-top: 50px;
  }
  .productlistbox .title {
    text-align: left;
    padding-top: 0;
    background-image: none;
  }
  .productlistbox .menu {
    margin: 20px 0;
  }
  .productlistbox .menu li {
    width: 48%;
    margin: 1%;
  }
  .productlistbox .menu li div {
    padding: 0 10px;
    margin: 0 25px;
  }
  .productlistbox .menu li h4 {
    line-height: 60px;
  }
  .productlistbox .menu li span {
    display: none;
  }
  .productlistbox .list ul li {
    width: 31.333%;
    margin: 1%;
    border: 1px solid #ccc;
  }
  .productlistbox .list ul li a span {
    height: 40px;
    line-height: 40px;
    color: #232323;
    background: none;
    border-top: 1px solid #ccc;
  }
  .productlistbox .more {
    margin-bottom: 50px;
  }
  .ysbox {
    display: none;
  }
  .ys2box {
    display: none;
  }
  .lcbox ul .box {
    margin: 0 10px;
  }
  .newbox .title {
    display: none;
  }
  .newbox .menu {
    width: 80%;
  }
  .newbox .menu li {
    width: 31%;
    margin: 0 1%;
  }
  .newbox .content {
    padding-bottom: 0;
  }
  .zixunbox .form1,
  .zixunbox .vice-logo {
    width: 100%;
  }
  .foot .middle {
    text-align: center;
    height: auto;
  }
  .foot .middle .tel,
  .foot .middle .adress {
    margin-right: 20px;
    margin-left: 0;
  }
  .about-main .text img {
    float: none;
    margin-left: 0;
  }
  .new-main h2 {
    font-size: 28px;
  }
  .new-main .menu {
    margin: 30px auto 20px;
  }
  .new-main .menu li {
    width: 27.333%;
    height: 40px;
    line-height: 40px;
    margin: 0 3%;
  }
  .new-main .list li {
    padding: 8px 0 8px 37px;
  }
  .new-main .list li:before {
    width: 30px;
  }
  .new-main .list .date {
    font-size: 14px;
  }
  .new-main .list h3 {
    font-size: 20px;
    padding: 7px 0;
  }
  .new-main .list p {
    font-size: 14px;
    color: #66686c;
    line-height: 24px;
  }
  .contact-main {
    margin-bottom: 30px;
  }
  .contact-main .img {
    display: none;
  }
  .contact-main .text {
    float: none;
  }
  .contact-main h2 {
    text-align: center;
    font-size: 25px;
    margin-bottom: 30px;
  }
  .contact-main .text p {
    line-height: 26px;
    color: #676767;
    font-size: 16px;
    margin-bottom: 5px;
  }
  .contact-main .way-con {
    padding-top: 20px;
    margin-top: 10px;
    line-height: 28px;
  }
  .product-main dl dt {
    height: 24px;
    margin-top: 30px;
  }
  .product-main dl dt:before {
    width: 20px;
    height: 20px;
    font-size: 24px;
  }
  .product-main dl dt span {
    font-size: 22px;
  }
  .part-main .info .img {
    width: 70%;
    margin: 0 auto;
    float: none;
  }
  .part-main .info .right {
    width: 100%;
    text-align: center;
  }
  .part-main .info h1 {
    font-size: 22px;
    line-height: 1.6;
    margin-top: 20px;
  }
  .part-main .info .description {
    margin: 15px 0;
    padding: 0 10px;
    -webkit-line-clamp: 3;
  }
  .part-main .info ul {
    padding: 10px 0;
  }
  .part-main .info .clearfix p {
    margin: 0 auto;
    float: none;
  }
}
@media (max-width: 768px) {
  .w1610 {
    width: 98%;
  }
  .w1400 {
    width: 94%;
  }
  .head .top .img {
    max-width: 353px;
  }
  .head .top .img .logo {
    display: none;
  }
  .head .top .img .w1140-logo {
    display: block;
  }
  .head .menu {
    height: 110px;
  }
  .head .menu .w1400 {
    width: 100%;
  }
  .head .menu ul li {
    position: relative;
    width: 33.333%;
  }
  .head .menu ul li:nth-of-type(2):before,
  .head .menu ul li:nth-of-type(5):before,
  .head .menu ul li:nth-of-type(2):after,
  .head .menu ul li:nth-of-type(5):after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 15px;
    background-color: #fcbc9e;
  }
  .head .menu ul li:nth-of-type(2):before,
  .head .menu ul li:nth-of-type(5):before {
    left: 0;
  }
  .head .menu ul li:nth-of-type(2):after,
  .head .menu ul li:nth-of-type(5):after {
    right: 0;
  }
  .head .menu ul li a {
    display: block;
  }
  .head .menu ul li a:before,
  .head .menu ul li a:after {
    display: none;
    width: 0;
    height: 0;
  }
  .keywordsbox {
    display: none;
  }
  .productlistbox {
    padding-top: 30px;
  }
  .productlistbox .title {
    margin-left: 15px;
  }
  .productlistbox .title i {
    font-size: 20px;
  }
  .productlistbox .title b {
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .productlistbox .list ul li {
    width: 48%;
  }
  .productlistbox .menu {
    margin: 15px 0;
  }
  .productlistbox .menu li div {
    height: 50px;
    margin: 0 30px;
    border-radius: 0;
  }
  .productlistbox .menu li h4 {
    font-size: 16px;
    line-height: 50px;
    font-weight: normal;
  }
  .productlistbox .list ul li:first-child + li + li + li + li + li + li,
  .productlistbox .list ul li:first-child + li + li + li + li + li + li + li {
    display: block;
  }
  .productlistbox .more {
    width: 180px;
    height: 45px;
    line-height: 45px;
    margin-bottom: 30px;
  }
  .aboutbox .top {
    height: auto;
    padding-top: 0;
    margin-bottom: 0;
    background-image: none;
  }
  .aboutbox .title {
    margin-left: 15px;
  }
  .aboutbox .title i {
    color: #0aaf6a;
    font-size: 20px;
  }
  .aboutbox .title b {
    color: #232323;
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .aboutbox .title sub {
    color: #cdcdcd;
  }
  .aboutbox .middle {
    position: static;
  }
  .aboutbox .middle .text {
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 0 15px;
  }
  .aboutbox .middle .text h3 {
    font-size: 24px;
    text-align: left;
  }
  .aboutbox .middle .text p {
    margin-top: 15px;
    line-height: 1.6;
  }
  .lcbox {
    display: none;
  }
  .casebox .title {
    margin-left: 15px;
    padding-top: 0;
    text-align: left;
    background-image: none;
  }
  .casebox .title i {
    font-size: 20px;
  }
  .casebox .title b {
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .casebox .list-sj li {
    width: 48%;
  }
  .newbox {
    margin-top: 30px;
    background-color: #f5f5f5;
  }
  .newbox .menu {
    padding-top: 20px;
    margin: 0 auto;
  }
  .newbox dt .vice-title {
    margin-left: 15px;
    padding-top: 20px;
    text-align: left;
    background-image: none;
  }
  .newbox dt .vice-title i {
    font-size: 20px;
  }
  .newbox dt .vice-title b {
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .newbox dd {
    width: 98%;
    margin: 1%;
  }
  .newbox dd a {
    display: block;
    float: none;
    width: 94%;
    margin: 3%;
  }
  .newbox dd a p {
    margin-top: 0;
  }
  .newbox dd a .date {
    margin-top: 0;
  }
  .newbox dd .img {
    display: none;
  }
  .foot .copyright .leftp {
    float: none;
  }
  .foot .copyright .rightp {
    float: none;
    display: block;
  }
  .zixunbox .form1 {
    margin-bottom: 30px;
  }
  .foot .top {
    height: 94px;
  }
  .foot .top .img {
    padding-top: 30px;
  }
  .foot .middle .tel h5,
  .foot .middle .adress h5 {
    margin-top: 5px;
  }
  .foot .copyright {
    padding: 15px 0;
  }
  .nyban {
    display: none;
  }
  .dqwz {
    display: block;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    background-color: #0caa6d;
    height: auto;
    text-align: center;
    padding: 0;
    line-height: 16px;
    border: 0;
    margin-bottom: 30px;
  }
  .dqwz .w1400 {
    width: 100%;
  }
  .dqwz .p1 {
    font-size: 14px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    text-align: center;
    background-color: #fff;
    padding: 15px;
  }
  .dqwz .p1 b {
    padding-left: 0;
  }
  .dqwz .p2 {
    display: block;
    color: #fff;
    padding: 10px 0;
  }
  .about-main h2 {
    font-size: 25px;
    margin-bottom: 30px;
  }
  .list-main h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .list-main li {
    width: 48%;
    margin: 1%;
  }
  .list-main li span {
    line-height: 35px;
  }
  .product-main dl dd {
    width: 48%;
    margin: 1%;
  }
  .product-main dl dd:hover {
    border: 1px solid #cfcfcf;
  }
  .product-main dl dd:hover a {
    box-shadow: none;
  }
  .product-main dl dd span {
    line-height: 35px;
  }
  #xgcp li {
    width: 50%;
  }
  #xgcp h2,
  #xwzx h2 {
    background-size: contain;
    width: 165px;
    height: 40px;
    line-height: 40px;
    text-indent: 20px;
    font-size: 20px;
  }
  #xgcp:after,
  #xwzx:after {
    height: 40px;
  }
  #xgcp ul,
  #xwzx ul {
    padding: 10px;
  }
  #xwzx li {
    width: 98%;
  }
  .article-main h1 {
    font-size: 28px;
    line-height: 1.4;
  }
  .article-main .conetnt {
    line-height: 28px;
  }
  .part-main .txt_name {
    background-size: contain;
    width: 165px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }
  .part-main .cp_txt:after {
    height: 40px;
  }
  .bannerbox .prev,
  .bannerbox .next {
    display: none;
  }
  .fdh {
    display: block;
  }
  .foot {
    margin-bottom: 40px;
  }
}
@media (max-width: 640px) {
  .productlistbox .menu li div {
    margin: 0 20px;
  }
  .newbox .menu {
    width: 90%;
  }
  .zixunbox .form1 label {
    display: block;
  }
  .zixunbox .form1 label input,
  .zixunbox .form1 label textarea {
    width: 100%;
  }
  .zixunbox .form1 .btn {
    width: 50%;
    margin: 10px auto 0;
  }
  .foot .middle .ewm {
    float: none;
    margin-top: 15px;
  }
  .foot .middle .tel,
  .foot .middle .adress {
    float: none;
    margin: 15px 0;
    margin-right: 0;
  }
  .part-main .info li img {
    padding-right: 0;
  }
}
@media (max-width: 480px) {
  .head .top .w1400 {
    width: 64%;
  }
  .productlistbox .menu li div {
    margin: 0;
  }
  .zixunbox .form1 {
    margin-top: 0;
    padding-top: 20px;
  }
  .zixunbox .vice-logo {
    display: none;
  }
  .part-main .info .description {
    border-bottom: 1px dashed #232323;
  }
  .part-main .info ul {
    display: none;
  }
  .part-main .info .img {
    width: 80%;
  }
}

/* 动画加载时间 */
