@charset "UTF-8";
*[data-v-0d4edee0] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
ul[data-v-0d4edee0], ol[data-v-0d4edee0] {
  list-style: none;
}
.slider_img[data-v-0d4edee0] {
  height: 600px;
  width: 100%;
}

/* 业务涵盖 */
#Service[data-v-0d4edee0] {
  margin-top: 50px;
}
.container[data-v-0d4edee0] {
  width: 1200px;
  margin: 0px auto;
}
.Service-container[data-v-0d4edee0] {
  padding: 30px 50px;
}
.Service-item[data-v-0d4edee0] {
  margin-bottom: 50px;
}
.Service-item-wrapper[data-v-0d4edee0] {
  cursor: pointer;
  background: #f4f4f4;
  overflow: hidden;
  position: relative;
}
.Service-item-top[data-v-0d4edee0] {
  width: 100%;
  height: 120px;
  padding: 30px;
  text-align: center;
}
.Service-item-top h4[data-v-0d4edee0] {
  font-weight: normal;
  font-size: 24px;
  color: #000;
}
.Service-item-top > i[data-v-0d4edee0] {
  display: inline-block;
  width: 25px;
  height: 2px;
  background: #28f;
}
.Service-item-top > p[data-v-0d4edee0] {
  color: #b2b2b2;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.Service-item-img[data-v-0d4edee0] {
  width: 100%;
  overflow: hidden;
}
.Service-item-img img[data-v-0d4edee0] {
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.Service-item-border[data-v-0d4edee0] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 3;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 1px solid #000;
  opacity: 0;
}
.Service-item-wrapper:hover .Service-item-top > i[data-v-0d4edee0] {
  opacity: 0;
}
.Service-item-wrapper:hover .Service-item-top > p[data-v-0d4edee0] {
  opacity: 1;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.Service-item-wrapper:hover .Service-item-img > img[data-v-0d4edee0] {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.Service-item-wrapper:hover > .Service-item-border[data-v-0d4edee0] {
  opacity: 1;
  width: 90%;
  height: 90%;
}
.company[data-v-0d4edee0] {
  width: 1200px;
  margin: 20px auto 80px auto;
}
.company .company-text[data-v-0d4edee0] {
  padding: 30px 30px 0 0;
}
.company .company-text h5[data-v-0d4edee0] {
  font-size: 30px;
  line-height: 30px;
  font-weight: normal;
  color: #333333;
  margin-top: 30px;
}
.company .company-text h5 span[data-v-0d4edee0] {
  font-size: 16px;
  color: #b2b2b2;
  margin-left: 10px;
}
.company .company-text p[data-v-0d4edee0] {
  margin-top: 20px;
  color: #333333;
  font-size: 16px;
  line-height: 2;
}
.case-box[data-v-0d4edee0] {
  background-image: url(/static/img/company.6b1c262e.jpg);
  background-size: cover;
}
.case-item[data-v-0d4edee0] {
  width: 1250px;
  height: 360px;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.case-item li[data-v-0d4edee0] {
  width: 388px;
  height: 250px;
  list-style: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-origin: content-box;
  margin: 12px;
  position: relative;
  overflow: hidden;
  border: 2px solid #FFFFFF;
  border-radius: 5px;
}
.case-item li:hover .case-item-hover[data-v-0d4edee0] {
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.case-item-hover[data-v-0d4edee0] {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
  background-color: rgba(225, 56, 52, 0.7);
}
.case-item-hover .classname[data-v-0d4edee0] {
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
  margin-top: 25px;
}
.case-item-hover .hover-title[data-v-0d4edee0] {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 10px;
  text-align: center;
}
.case-item-hover .bottom[data-v-0d4edee0] {
  border-bottom: 1px solid #fff;
  width: 60px;
  margin: 0 auto;
}
.case-item-hover .more[data-v-0d4edee0] {
  width: 90px;
  padding: 5px 5px;
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -45px;
  border: 2px solid #fff;
  text-align: center;
}
.case-item-hover .more span[data-v-0d4edee0] {
  color: #fff;
  font-size: 20px;
}
.content-nav-item[data-v-0d4edee0] {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.content-nav-item .item-list[data-v-0d4edee0] {
  width: 31%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #f4f4f4;
  padding-top: 15px;
  -webkit-box-shadow: 4px 5px 15px 2px #fff;
          box-shadow: 4px 5px 15px 2px #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 20px;
}
.content-nav-item .item-list[data-v-0d4edee0]:hover {
  border: 1px solid #fff;
  -webkit-box-shadow: 4px 5px 15px 2px #ebebeb;
          box-shadow: 4px 5px 15px 2px #ebebeb;
  cursor: pointer;
}
.content-nav-item .item-list:hover .item-list-more span[data-v-0d4edee0] {
  color: #f00;
}
.content-nav-item .item-list .item-img[data-v-0d4edee0] {
  width: 90%;
  height: 148px;
  background-color: #cecece;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-origin: content-box;
}
.content-nav-item .item-list-title[data-v-0d4edee0] {
  width: 90%;
  font-size: 18px;
  margin: 14px 0 10px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content-nav-item .item-list-content[data-v-0d4edee0] {
  width: 90%;
  /* padding: 0 14px; */
  line-height: 20px;
  font-size: 14px;
  color: gray;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal !important;
  word-wrap: break-word;
}
.content-nav-item .item-list-more[data-v-0d4edee0] {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 35px;
  margin-bottom: 20px;
}
.content-nav-item .item-list-more img[data-v-0d4edee0] {
  width: 12px;
  height: 12px;
}
.content-nav-item .item-list-more span[data-v-0d4edee0] {
  color: #727272;
  padding: 0 5px;
}
#NewsInformation[data-v-0d4edee0] {
  min-height: 500px;
  background: #f7f7f7;
  padding: 40px 0 40px 0;
}
.read_more[data-v-0d4edee0] {
  margin: 20px 0 10px 0;
}
.read_more a[data-v-0d4edee0] {
  color: #fff;
  background: linear-gradient(45deg, #409eff, #1e78ca);
  line-height: 46px;
  padding: 0 40px;
  display: inline-block;
  border-radius: 4px;
  text-decoration: none;
}
.read_more a[data-v-0d4edee0]:hover {
  background: #1088ff;
}
.nav[data-v-0d4edee0] {
  margin: 30px 0;
}
.nav > a[data-v-0d4edee0] {
  display: inline-block;
  text-decoration: none;
  width: 160px;
  height: 50px;
  line-height: 50px;
  color: #535353;
  margin-right: 10px;
  border: 1px solid #dedede;
  font-size: 20px;
  border-radius: 4px;
}
.nav > a.active[data-v-0d4edee0] {
  color: #fff;
  border-color: #f7f7f7;
  background: linear-gradient(45deg, #c32a2b, #e84248);
}
.nav > a[data-v-0d4edee0]:hover {
  color: #ffffff;
  border-color: #1e73be;
  background: #1e73be;
}
.news-container[data-v-0d4edee0] {
  overflow: hidden;
  margin-bottom: 0px;
}
.news-container > li[data-v-0d4edee0] {
  width: 55.6%;
  height: 120px;
  float: left;
  color: #333;
  text-align: right;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
.news-container > li[data-v-0d4edee0]:hover {
  color: #1e73be;
  border: 1px solid #1e73be;
  cursor: pointer;
}
.news-container > li[data-v-0d4edee0]:nth-of-type(2n) {
  float: right;
  text-align: left;
}
.news-container > li > .content[data-v-0d4edee0] {
  width: 60%;
  float: left;
  padding: 20px 0;
}
.news-container > li > .content h5[data-v-0d4edee0] {
  font-size: 18px;
  color: #333;
}
.news-container > li > .content p[data-v-0d4edee0] {
  margin-top: 5px;
  color: #666;
}
.news-container > li > .time[data-v-0d4edee0] {
  width: 20%;
  float: left;
  padding: 15px 0;
}
.news-container > li > .time > p[data-v-0d4edee0] {
  font-size: 30px;
  margin: 5px 0;
}
.news-container > li > .circle[data-v-0d4edee0] {
  width: 20%;
  height: 100%;
  float: left;
  position: relative;
}
.news-container > li > .circle .center-block[data-v-0d4edee0] {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.news-container > li > .circle > img[data-v-0d4edee0] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
}
.news-container > li > .circle > i[data-v-0d4edee0] {
  display: block;
  width: 1px;
  height: 100%;
  background: #707070;
}
.news-container > li:nth-of-type(2n) > .content[data-v-0d4edee0] {
  float: right;
}
.news-container > li:nth-of-type(2n) > .time[data-v-0d4edee0] {
  float: right;
}
.news-container > li:nth-of-type(2n) > .circle[data-v-0d4edee0] {
  float: right;
}
.news-container > li:nth-of-type(1) > .circle > i[data-v-0d4edee0] {
  height: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
}
.more[data-v-0d4edee0] {
  font-size: 25px;
  color: #707070;
}
.more > i[data-v-0d4edee0] {
  cursor: pointer;
}
