html {
  overflow: overlay;
}
body {
  font-family: Microsoft Yahei, Arial, Helvetica, sans-serif;
  background-color: #000000;
  color: #ffffff;
  overflow-x: hidden;
}
::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.2);
}
::-webkit-scrollbar-track-piece {
  background-color: transparent;
}
::-webkit-scrollbar {
  width: 9px;
  height: 9px;
}
::-webkit-scrollbar-thumb {
  background-color: #e19324;
  background-clip: padding-box;
  min-height: 28px;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #e19324bf;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
a {
  color: #ffffff;
}
a:link,
a:active,
a:visited {
  color: #ffffff;
}
a:hover {
  text-decoration: none;
  color: #ffffff;
}
.center-middle {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.overflow-print {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.transition {
  transition: all ease 0.5s;
}
.mb50 {
  margin-bottom: 50px;
}
.container {
  width: 1200px !important;
}
.zc-hr {
  margin: 50px 0;
  border-color: #5a5a5a;
}
.zc-header-menu {
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 0 5%;
  transition: all ease 0.5s;
}
.zc-header-menu.on {
  background-color: #222;
}
.zc-header-logo {
  float: left;
}
.zc-header-logo img {
  width: auto;
  height: 30px;
  margin-top: 28px;
}
.zc-header-nav {
  float: right;
}
.zc-header-nav ul,
.zc-header-nav li {
  display: inline-block;
  vertical-align: middle;
  line-height: 80px;
}
.zc-header-nav li {
  margin: 0 32px;
}
.zc-header-nav li.on a {
  color: #e19324;
}
.zc-header-tel {
  display: inline-block;
  vertical-align: middle;
}
.zc-index-banner .swiper-slide {
  height: calc(100vh - 80px);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.zc-index-banner .swiper-pagination {
  bottom: auto;
  left: auto;
  top: 50%;
  right: 110px;
  width: 30px;
  transform: translate(0, -50%);
}
.zc-index-banner .swiper-pagination-bullet {
  background: #bfbfbf;
  opacity: 1;
  width: 10px;
  height: 10px;
}
.zc-index-banner .swiper-pagination-bullet-active {
  background: transparent;
  border: #e19324 solid 2px;
  width: 12px;
  height: 12px;
}
.zc-index-category {
  position: relative;
}
.zc-index-category::before {
  content: '';
  display: block;
  padding-top: 48.8%;
  background-color: #000000;
}
.zc-index-category .item {
  width: 23.95%;
  position: absolute;
}
.zc-index-category .item img {
  width: 100%;
  -webkit-filter: grayscale(1);
  filter: gray(1);
  filter: grayscale(1);
  transition: all ease 0.5s;
}
.zc-index-category .item .icon-div {
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  transition: all ease 0.5s;
}
.zc-index-category .item .icon-div .text {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 1;
}
.zc-index-category .item .icon-div .text span {
  font-size: 86px;
}
.zc-index-category .item .icon-div .text h5 {
  margin: 0;
  font-size: 24px;
  position: relative;
  line-height: 1.5;
}
.zc-index-category .item .icon-div .text h5::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 34px;
  height: 0;
  border-bottom: 5px #ffffff solid;
  margin-left: -17px;
  transition: all ease 0.5s;
}
.zc-index-category .item1 {
  left: 0;
  top: 0;
}
.zc-index-category .item2 {
  left: 0;
  bottom: 0;
}
.zc-index-category .item3 {
  left: 25.26%;
  top: 0;
}
.zc-index-category .item4 {
  left: 50.52%;
  top: 0;
}
.zc-index-category .item5 {
  left: 50.52%;
  bottom: 0;
}
.zc-index-category .item6 {
  right: 0;
  top: 0;
}
.zc-index-category .item7 {
  right: 0;
  bottom: 0;
}
.zc-index-category .item:hover img {
  -webkit-filter: grayscale(0);
  filter: none;
  filter: grayscale(0);
}
.zc-index-category .item:hover .icon-div {
  color: #e19324;
}
.zc-index-category .item:hover .icon-div .text h5::after {
  border-bottom: 5px #e19324 solid;
}
.zc-index-number {
  padding: 120px 0 285px;
  background: url("../images/index/num-bg.jpg") #000000 center bottom no-repeat;
  background-size: contain;
  text-align: center;
}
.zc-index-number .box {
  display: inline-block;
  width: 100%;
  max-width: 250px;
  transition: all ease 0.5s;
}
.zc-index-number .box h4 {
  font-size: 54px;
  line-height: 1;
  margin: 0;
  padding-bottom: 20px;
  position: relative;
}
.zc-index-number .box h4::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 0;
  border-bottom: #ffffff solid 2px;
  transition: all ease 0.5s;
}
.zc-index-number .box h4 span {
  position: relative;
  top: -18px;
  font-size: 36px;
}
.zc-index-number .box p {
  margin: 0;
  font-size: 16px;
}
.zc-index-number .box .p1 {
  margin: 20px 0;
}
.zc-index-number .box .p2 {
  font-size: 14px;
}
.zc-index-number .box:hover {
  color: #e19324;
}
.zc-index-number .box:hover h4::after {
  border-bottom: #e19324 solid 2px;
}
.zc-index-advantage {
  background-color: #000000;
  padding: 120px 0;
}
.zc-index-advantage-bg {
  position: relative;
}
.zc-index-advantage-bg::before {
  content: '';
  display: block;
  position: absolute;
  left: 30px;
  top: 0;
  width: 58%;
  height: 100%;
  border: #e19324 solid 1px;
}
.zc-index-advantage-swiper h3 {
  margin: 0 0 50px;
}
.zc-index-advantage-swiper h3 span {
  color: #c3c3c3;
}
.zc-index-advantage-swiper h3 .s1 {
  font-size: 16px;
  margin: 0 15px 0 3px;
}
.zc-index-advantage-swiper h3 .s2 {
  font-size: 14px;
}
.zc-index-advantage-swiper .swiper-slide {
  padding: 0 0 35px 35px;
}
.zc-index-advantage-swiper .swiper-slide .box {
  padding-top: 100%;
  background-color: #e19324;
  position: relative;
}
.zc-index-advantage-swiper .swiper-slide .box img {
  width: 100%;
  position: absolute;
  left: -35px;
  top: 35px;
}
.zc-index-advantage-swiper .swiper-pagination {
  position: static;
  margin-top: 35px;
  padding-right: 35px;
  text-align: right;
}
.zc-index-advantage-swiper .swiper-pagination-bullet {
  background: #bfbfbf;
  opacity: 1;
  width: 10px;
  height: 10px;
  margin-left: 10px;
}
.zc-index-advantage-swiper .swiper-pagination-bullet-active {
  background: transparent;
  border: #e19324 solid 2px;
  width: 12px;
  height: 12px;
}
.zc-index-advantage-text li {
  padding-left: 80px;
  position: relative;
  margin: 48px 0;
}
.zc-index-advantage-text li .index {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 22px;
  padding-left: 22px;
}
.zc-index-advantage-text li .index::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  border-left: #e19324 solid 2px;
}
.zc-index-advantage-text li h4 {
  font-size: 22px;
  margin-bottom: 20px;
}
.zc-index-advantage-text li h4 span {
  color: #b0b0b0;
  font-size: 14px;
}
.zc-index-advantage-text li p {
  padding: 7px 12px;
  background-color: #e19324;
  width: 80%;
  color: #1c1c1c;
  position: relative;
}
.zc-index-advantage-text li p::after {
  content: '';
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
  border-width: 0 0px 34px 36px;
  border-style: solid;
  border-color: transparent transparent transparent #e19324;
}
.zc-index-advantage-text li.on p {
  background-color: #ffffff;
}
.zc-index-advantage-text li.on p::after {
  border-color: transparent transparent transparent #ffffff;
}
.zc-index-case {
  padding: 70px 0 0 0;
  background-color: #020202;
}
.zc-index-case-title {
  padding-left: 250px;
  position: relative;
  margin-bottom: 70px;
}
.zc-index-case-title h3 {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  width: 180px;
}
.zc-index-case-title h3 span {
  font-size: 16px;
  color: #c3c3c3;
}
.zc-index-case-title h3::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 0;
  border-right: #e19324 solid 3px;
}
.zc-index-case-title .p1 {
  font-size: 16px;
}
.zc-index-case-title .case-a a {
  margin-right: 20px;
}
.zc-index-case-swiper {
  position: relative;
}
.zc-index-case-swiper::after {
  content: '';
  display: block;
  padding-top: 46.46%;
}
.zc-index-case-swiper .item {
  position: absolute;
}
.zc-index-case-swiper .item1 {
  left: 0;
  top: 0;
  width: 49.5%;
  height: 49.5%;
}
.zc-index-case-swiper .item2 {
  left: 0;
  bottom: 0;
  width: 49.5%;
  height: 49.5%;
}
.zc-index-case-swiper .item3 {
  left: 50%;
  top: 0;
  width: 24.5%;
  height: 32.5%;
}
.zc-index-case-swiper .item4 {
  left: 50%;
  top: 33.5%;
  width: 24.5%;
  height: 32.5%;
}
.zc-index-case-swiper .item5 {
  left: 50%;
  bottom: 0;
  width: 25%;
  height: 34%;
}
.zc-index-case-swiper .item6 {
  right: 0;
  top: 0;
  width: 25%;
  height: 49.5%;
}
.zc-index-case-swiper .item7 {
  right: 0;
  bottom: 0;
  width: 25%;
  height: 49.5%;
}
.zc-index-case-swiper .swiper-container {
  height: 100%;
}
.zc-index-case-swiper .box-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all ease 0.5s;
}
.zc-index-case-swiper .box-bg:hover {
  opacity: 1;
}
.zc-index-case-swiper .box {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
}
.zc-index-case-swiper .box-bg:hover .box{color:#fff;}
.zc-index-case-swiper .box h5 {
  font-size: 22px;
  margin: 0 0 30px;
}
.zc-index-case-swiper .box .time {
  width: 75px;
  display: inline-block;
  border-bottom: #ffffff solid 2px;
  padding-bottom: 10px;
}
.zc-index-case-swiper .box .time p {
  margin: 0;
}
.zc-index-case-swiper .box .time p:first-child {
  margin-bottom: 7px;
}
.zc-index-case-swiper .box .text span {
  margin: 15px 0;
  display: inline-block;
}
.zc-index-case-swiper .box .text p {
  margin: 0;
  line-height: 1.5;
}
.zc-index-case-swiper .box.box2 h5 {
  font-size: 16px;
  margin: 0 0 8px;
}
.zc-index-case-swiper .box.box2 .time {
  padding-bottom: 5px;
}
.zc-index-case-swiper .box.box2 .text span {
  margin: 5px 0 5px;
  display: inline-block;
}
.zc-index-case-swiper .box.box2 .text p {
  font-size: 12px;
}
.zc-index-case-swiper .swiper-slide {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.zc-index-case-swiper .swiper-pagination {
  text-align: right;
  padding-right: 20px;
}
.zc-index-case-swiper .swiper-pagination-bullet {
  background: #bfbfbf;
  opacity: 1;
  width: 10px;
  height: 10px;
}
.zc-index-case-swiper .swiper-pagination-bullet-active {
  background: transparent;
  border: #e19324 solid 2px;
  width: 12px;
  height: 12px;
}
.zc-index-case-info {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 210px;
}
.zc-index-case-info span {
  display: block;
  width: 50px;
  height: 0;
  border-bottom: #e19324 solid 5px;
  margin-bottom: 10px;
}
.zc-index-case-info h3 {
  margin: 0 0 10px;
  color: #fffefe;
}
.zc-index-case-info p {
  margin: 0;
}
.zc-index-case-info::after {
  content: '';
  display: block;
  position: absolute;
  left: -10%;
  top: -23%;
  width: 53%;
  height: 140%;
  border: #535353 solid 1px;
  z-index: -1;
}
.zc-index-case-info .iconfont {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 18px;
  color: #e19324;
}
.zc-index-news {
  padding: 120px 0 50px;
}
.zc-index-news .news-header {
  margin-bottom: 30px;
}
.zc-index-news .news-header h3 {
  margin: 0;
  float: left;
}
.zc-index-news .news-header h3 span {
  font-size: 16px;
  color: #c3c3c3;
}
.zc-index-news .news-header .classification {
  float: right;
}
.zc-index-news .news-header .classification span:nth-child(2) {
  margin: 0 15px;
}
.zc-index-news .news-header .classification span.on {
  color: #e19324;
}
.zc-index-news .new-list .item {
  display: none;
}
.zc-index-news .new-list .item.on {
  display: block;
}
.zc-index-news .new-list li {
  border-bottom: #535353 solid 1px;
}
.zc-index-news .new-list li a {
  display: block;
  padding: 30px 40px;
  border: transparent solid 3px;
  transition: all ease 0.5s;
}
.zc-index-news .new-list li a:hover {color:#fff;
  border: #e19324 solid 3px;
}
.zc-index-news .new-list li img {
  float: left;
  height: 90px;
  width: 147px;
  margin-left: 3%;
}
.zc-index-news .new-list li .text {
  height: 90px;
  float: left;
  width: 64%;
  margin-left: 5%;
  border-right: #7d7d7d solid 1px;
}
.zc-index-news .new-list li .text .p1 {
  font-size: 22px;
  line-height: 50px;
  margin: 0;
}
.zc-index-news .new-list li .text .p2 {
  font-size: 15px;
  color: #b9b8b8;
  margin: 0;
  padding-right: 20px;
}
.zc-index-news .new-list li .time {
  float: left;
  margin-left: 5%;
  font-size: 36px;
  line-height: 90px;
}
.zc-index-news .new-list li .time .m {
  font-size: 36px;
  line-height: 60px;
  display: block;
}
.zc-index-news .new-list li .time .y {
  font-size: 16px;
  line-height: 30px;
  display: block;
  color: #969696;
}
.zc-index-partner {
  padding: 120px 0;
}
.zc-index-partner h3 {
  margin: 0 0 36px;
}
.zc-index-partner h3 span {
  font-size: 16px;
  color: #c3c3c3;
}
.zc-index-partner .box {
  width: 1080px;
  height: 539px;
  margin: 0 auto;
  background: url("../images/index/hezuo-bg.png") left top no-repeat;
  font-size: 0;
  line-height: 0;
  transform: scale(0.9);
}
.zc-index-partner .box .u1 {
  padding-top: 100px;
}
.zc-index-partner .box .u2 {
  padding: 57px 135px 0;
}
.zc-index-partner .box li {
  width: 25%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  height: 74px;
  position: relative;
}
.zc-index-partner .box li img {
  transition: all ease 0.5s;
  opacity: 0.5;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.zc-index-partner .box li img:hover {
  transform: translate(-50%, -50%) scale(1.2);
  opacity: 1;
}
.zc-index-partner .box .u2 li {
  width: 33.333%;
}
.zc-index-partner .box .u3 {
  padding-top: 62px;
}
.zc-index-mark {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 900;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
.zc-index-mark .box {
  width: 100%;
  max-width: 1200px;
  margin: 120px auto 0;
  background-color: #595959;
  padding: 45px 150px;
  border-radius: 10px;
  position: relative;
}
.zc-index-mark .box span {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 30px;
  cursor: pointer;
}
.zc-index-mark .box .t {
  font-size: 22px;
  margin-bottom: 10px;
}
.zc-index-mark .box .b {
  font-size: 14px;
  color: #bbb;
  margin-bottom: 22px;
}
.zc-index-mark .box .c {
  font-size: 14px;
  color: #bbb;
  line-height: 30px;
  margin-bottom: 40px;
}
.zc-pulic-from {
  height: 80px;
  background-color: #313131;
}
.zc-pulic-from-fix {
  height: 80px;
  background-color: #313131;
  text-align: center;
  padding-top: 24px;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1000;
}
.zc-pulic-from-fix.on {
  position: static;
}
.zc-pulic-from-fix span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px;
}
.zc-pulic-from-fix .zc-input {
  width: 150px;
  display: inline-block;
  vertical-align: middle;
  background-color: #3e3e3e;
  border: none;
  color: #ffffff;
}
.zc-pulic-from-fix .zc-button {
  background: #e19324;
  color: #ffffff;
  margin: 0 20px;
  border: none;
  outline: none;
}
.zc-pulic-footer {
  background-color: #141414;
  padding: 80px 0;
}
.zc-pulic-footer .zc-ful {
  margin-bottom: 20px;
}
.zc-pulic-footer .zc-ful li {
  display: inline-block;
  padding: 0 40px;
  border-right: #ffffff solid 1px;
}
.zc-pulic-footer .zc-ful li:first-child {
  padding-left: 0;
}
.zc-pulic-footer .zc-ful li:last-child {
  border-right: none;
}
.zc-pulic-footer p,
.zc-pulic-footer .z1 {
  font-size: 16px;
  margin: 0 0 8px;
}
.zc-pulic-footer address {
  font-size: 15px;
  margin: 0;
}
.zc-pulic-footer .zc-right {
  text-align: right;
}
.zc-pulic-footer .zc-right .zc {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
}
.zc-pulic-footer .zc-right .zc:first-child {
  padding-right: 20px;
}
.zc-pulic-footer .zc-right .zc .tel {
  font-size: 24px;
}
.zc-pulic-footer .zc-right .zc img {
  border-radius: 8px;
}
.zc-pulic-footer .zc-right .sys {
  padding: 10px 32px 0 0;
}
.zc-list-banner {
  min-height: 275px;
}
.zc-list-banner img {
  width: 100%;
  height: auto;
}
.zc-case-type {
  border-bottom: #e19324 solid 2px;
  padding: 30px 0;
}
.zc-case-type .d {
  position: relative;
  text-align: center;
  font-size: 16px;
}
.zc-case-type .z1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 130px;
  text-align: center;
}
.zc-case-type .z2 a {
  display: inline-block;
  padding: 0 30px;
  border-right: #626262 solid 1px;
}
.zc-case-type .z2 a:first-child {
  padding-left: 0;
}
.zc-case-type .z2 a:last-child {
  border-right: none;
}
.zc-case-type .z2 a.on {
  color: #e19324;
}
.zc-case-list li {
  text-align: center;
  margin-bottom: 30px;
}
.zc-case-list li a:hover .text {
  background-color: #e19324;color: #fff;
}
.zc-case-list li .img {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.zc-case-list li .img::before {
  content: '';
  display: block;
  padding-top: 65.31%;
}
.zc-case-list li .text {
  background-color: #434343;
  padding: 20px;
  transition: all ease 0.5s;
}
.zc-case-list li .text p {
  margin: 0 0 8px;
  font-size: 16px;
}
.zc-case-list li .text span {
  font-size: 13px;
}
.zc-show-case .title {
  text-align: center;
  margin-bottom: 30px;
}
.zc-show-case .title h1 {
  font-size: 30px;
  margin: 0 0 20px;
  font-weight: bold;
  background-image: linear-gradient(0deg, #ff6a70, #fc224d);
  -webkit-background-clip: text;
  color: transparent;
}
.zc-show-case .title .d {
  font-size: 13px;
  color: #ffffff;
}
.zc-show-case-content {
  color: #bbb;
  /*text-align: center;*/
}
.zc-show-case-content img {
  max-width: 100% !important;
}
.zc-show-case .title2 {
  padding-left: 40px;
  position: relative;
  margin-bottom: 30px;
}
.zc-show-case .title2::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 5px;
  background-color: #e19324;
}
.zc-show-case .title2::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 5px;
  height: 50px;
  background-color: #e19324;
}
.zc-show-case .title2 h1 {
  font-size: 20px;
  margin: 0 0 20px;
  background-image: linear-gradient(0deg, #ff6a70, #fc224d);
  -webkit-background-clip: text;
  color: transparent;
}
.zc-show-case .title2 .d {
  font-size: 13px;
  color: #999;
}
.zc-show-case .title2 .d span {
  margin-left: 30px;
}
.zc-service-flow {
  background-color: #121212;
  padding: 85px 0;
  text-align: center;
}
.zc-service-flow h3 {
  margin: 0 0 20px;
}
.zc-service-flow .p1 {
  font-size: 15px;
}
.zc-service-flow .box {
  display: inline-block;
  background-color: #535353;
  max-width: 335px;
  width: 100%;
  padding: 40px 0;
  transition: all ease 0.5s;
}
.zc-service-flow .box:hover {
  background-color: #e19324;
}
.zc-service-flow .box span {
  font-size: 64px;
  line-height: 1;
}
.zc-service-flow .box h4 {
  margin: 15px 0;
}
.zc-service-flow .box h4::after {
  content: '';
  display: block;
  width: 40px;
  height: 0;
  border-bottom: #ffffff solid 2px;
  margin: 10px auto 0;
}
.zc-service-flow .box p {
  font-size: 14px;
  line-height: 1.8;
  margin: 0;
}
.zc-service-qd {
  background-color: #242424;
  padding: 85px 0;
}
.zc-service-qd h3 {
  margin: 0 0 20px;
  text-align: center;
}
.zc-service-qd .p1 {
  font-size: 15px;
  text-align: center;
}
.zc-service-qd .box {
  padding: 0 0 15px 15px;
}
.zc-service-qd .box .b {
  position: relative;
}
.zc-service-qd .box .b::before {
  content: '';
  display: block;
  padding-top: 118.64%;
  background-color: #e19324;
  position: relative;
}
.zc-service-qd .box .b .dt {
  position: absolute;
  left: -15px;
  top: 15px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.zc-service-qd .box .b .dt img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transition: all ease 0.5s;
}
.zc-service-qd .box .b .dt:hover img {
  transform: scale(1.2);
}
.zc-service-qd .box .b .dt::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.zc-service-qd .box .b .text {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
  z-index: 10;
}
.zc-service-qd .box .text h4 {
  line-height: 1.5;
  font-size: 20px;
  margin: 0 0 15px;
}
.zc-service-qd .box .text h4::after {
  content: '';
  display: block;
  width: 40px;
  margin: 12px auto 0;
  height: 0;
  border-bottom: #ffffff solid 3px;
}
.zc-service-qd .box .text .p1 {
  font-size: 15px;
  margin-bottom: 20px;
}
.zc-service-qd .box .text .p2 {
  font-size: 12px;
  margin: 0;
  line-height: 2;
}
.zc-about-dec .box {
  padding: 70px 0 70px 80px;
  position: relative;
}
.zc-about-dec .box::after {
  content: '';
  display: block;
  width: 50%;
  height: 100%;
  border: #535353 solid 1px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.zc-about-dec .box h2 {
  font-weight: normal;
  letter-spacing: 3px;
  margin: 0 0 50px;
  color: #e19324;
}
.zc-about-dec .img {
  position: relative;
  width: 100%;
  margin: 18% auto 0;
  transform: translateX(15px);
}
.zc-about-dec .img img {
  width: 100%;
}
.zc-about-wh {
  padding: 120px 0;
  background-color: #000000;
}
.zc-about-wh .box {
  width: 100%;
  max-width: 410px;
  margin: 0 auto;
}
.zc-about-wh .box:hover .text {
  background-color: #e19324;
  color: #fff;
}
.zc-about-wh .box img {
  width: 100%;
}
.zc-about-wh .box .text {
  background-color: #313131;
  padding: 35px;
  width: 100%;
  position: relative;
  margin-top: 0;
  min-height: 241px;
  transition: all ease 0.5s;
}
.zc-about-wh .box .text h3 {
  margin: 0 0 20px;
}
.zc-about-wh .box .text p {
  font-size: 13px;
  line-height: 1.8;
}
.zc-news-list {
  background: none;
  background-color: #242424;
  padding: 50px 0 100px;
}
.zc-news-list .header {
  font-size: 16px;
  margin-bottom: 50px;
}
.zc-news-list .header a.on {
  color: #e19324;
}
.zc-news-list .header span {
  margin: 0 15px;
}
.zc-contect-info .box {
  border-top: #626262 solid 2px;
  border-bottom: #626262 solid 2px;
  padding: 20px 0;
}
.zc-contect-info .item {
  float: left;
}
.zc-contect-info .item1 {
  width: 40%;
}
.zc-contect-info .item2 {
  width: 30%;
}
.zc-contect-info .item3 {
  width: 30%;
}
.zc-contect-info .item .iconfont {
  font-size: 40px;
  display: inline-block;
  vertical-align: middle;
  color: #e19324;
}
.zc-contect-info .item .text {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 70%;
  border-left: #626262 solid 1px;
  margin-left: 10px;
  padding: 5px 0 5px 20px;
}
.zc-contect-info .item .text p {
  color: #bababa;
  margin: 5px 0 0;
}
.zc-contact-from .form-group {
  position: relative;
}
.zc-contact-from .form-group label {
  position: absolute;
  left: 12px;
  top: 10px;
  color: #9a9a9a;
}
.zc-contact-from .form-control {
  background-color: #242424;
  color: #ffffff;
  border-radius: 0;
  border: #686868 solid 2px;
  height: 40px;
  padding-left: 85px;
}
.zc-contact-from textarea.form-control {
  height: auto;
}
.zc-contact-from .zc-btm {
  height: 50px;
  width: 200px;
  background-color: #e19324;
  border: none;
  color: #ffffff;
}
.zc-list-page {
  text-align: center;
  margin-top: 15px;
}
.zc-list-page a {
  border: #e19324 solid 1px;
  display: inline-block;
  vertical-align: middle;
  padding: 3px 10px;margin:0 2px;
  color: #e19324;
}
.zc-list-page a.page-num-current{border-color:#fff;color:#fff;}
.zc-list-page a.a1 {
  border: none;
  color: #ffffff;
}
.zc-list-page span {
  display: inline-block;
  vertical-align: middle;
  padding: 3px 10px;
}
.zc-pulic-jiaotan {
  position: fixed;
  top: 50%;
  right: -160px;
  width: 160px;
  background-color: #9f7925;
  text-align: center;
  transition: all ease 0.5s;
  transform: translate(0, -50%);
  padding-top: 10px;
  z-index: 1000;
}
.zc-pulic-jiaotan .zc-close {
  font-size: 26px;
}
.zc-pulic-jiaotan .telbox {
  width: 128px;
  height: auto;
  overflow: hidden;
  margin: 18px auto;
}
.zc-pulic-jiaotan .telbox h6 {
  font-size: 17px;
  color: #fff;
  line-height: 23px;
  text-align: center;
  margin: 0 0 20px;
}
.zc-pulic-jiaotan .telbox .name {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 12px;
  color: #666;
  margin-bottom: 3px;
  background-color: #fff;
  transition: 0.3s;
}
.zc-pulic-jiaotan .telbox .name:hover {
  color: #e19324;
}
.zc-pulic-jiaotan .tc_i {
  width: 1px;
  height: 22px;
  background-color: #eaeaea;
  margin: -6px auto 10px;
  display: inline-block;
}
.zc-pulic-jiaotan .tc_p {
  font-size: 14px;
  color: #fff;
  text-align: center;
  padding-bottom: 10px;
}
.zc-pulic-jiaotan .input {
  font-size: 12px;
  padding-left: 15px;
  border: 1px solid #fff;
  width: 126px;
  background-color: #fff;
  height: 32px;
  line-height: 32px;
  color: #666;
}
.zc-pulic-jiaotan .submit {
  font-size: 14px;
  margin-bottom: 20px;
  margin-top: 3px;
  width: 126px;
  height: 32px;
  line-height: 30px;
  border: 1px solid #fff;
  color: #fff;
  background: none;
}
.zc-pulic-jiaotan .zc-open {
  display: block;
  position: absolute;
  left: -40px;
  top: 0;
  width: 40px;
  transition: all ease 0.5s;
}
.zc-pulic-jiaotan.on {
  right: 0;
}
.zc-pulic-jiaotan.on .zc-open {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}
