@charset "utf-8";
/*初始样式*/
body {
  color: #333;
  font-size: 14px;
  font-family: "Microsoft Yahei";
}

/*网站字体颜色*/
body,
ul,
ol,
li,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
img,
span,
input {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
  font-family: "Microsoft Yahei";
}

/*for ie f6n.net*/
a:focus {
  outline: 0;
}

/*for ff f6n.net*/
/*a:hover { text-decoration:underline;}*/
img {
  border: none;
}

.vam {
  vertical-align: middle;
}

.clear {
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
}

p {
  word-spacing: -1.5px;
  font-family: "Microsoft Yahei";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Microsoft Yahei";
}

.tr {
  text-align: right;
}

.tl {
  text-align: left;
}

.center {
  text-align: center;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.pa {
  position: absolute;
}

.pr {
  position: relative;
}

i,
em {
  font-style: normal;
}

.clearfix:after {
  content: "";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}

.clearfix {
  zoom: 1;
}

/* -- 页面整体布局 -- */
body {
  min-width: 1200px;
  max-width: 1920px;
  margin: 0 auto;
  overflow-x: hidden;
  width: 100%;
}

.content {
  width: 1360px;
  margin: 0 auto;
  font-family: "Microsoft Yahei";
}

.white,
.whites {
  position: relative;
  overflow: hidden;
}

.white:after,
.whites:after {
  content: "";
  cursor: pointer;
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -moz-linear-gradient(
    0deg,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.5),
    rgba(255, 255, 255, 0)
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.5),
    rgba(255, 255, 255, 0)
  );
  transform: skewx(-25deg);
}

.white:hover:after {
  left: 100%;
  -moz-transition: 1s;
  -o-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
}

.whites:hover:after {
  left: 100%;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* -- 字体 -- */
/*@font-face {*/
/*  font-family: "OPPOS";*/
/*  src: url("../font/OPPOSANS-M.TTF") format("truetype");*/
/*}*/

/*@font-face {*/
/*  font-family: "OPPOS-r";*/
/*  src: url("../font/OPPOSANS-R.TTF") format("truetype");*/
/*}*/

/*@font-face {*/
/*  font-family: "OPPOSans-B";*/
/*  src: url("../font/OPPOSANS-B.TTF") format("truetype");*/
/*}*/

/* -- 广告 -- */
.banner {
  position: relative;
  height: auto;
  clear: both;
}

.banner img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.banner .slick-arrow {
  position: absolute;
  font-size: 0;
  top: 50%;
  z-index: 9;
  width: 80px;
  height: 80px;
  margin-top: -50px;
  border: 0;
  outline: none;
  cursor: pointer;
  transition: 0.8s;
}

.banner .slick-prev {
  left: 3%;
  background: url(/static/home/images/ban_lt.png) no-repeat center center;
  opacity: 0;
}

.banner .slick-next {
  right: 3%;
  background: url(/static/home/images/ban_rt.png) no-repeat center center;
  opacity: 0;
}

.banner:hover .slick-prev {
  left: 5%;
  opacity: 0.8;
}

.banner:hover .slick-next {
  right: 5%;
  opacity: 0.8;
}

.slick-dots {
  position: absolute;
  left: 5%;
  font-size: 0;
  bottom: 5%;
  width: 90%;
  text-align: center;
  outline: none;
  z-index: 4;
}

.slick-dots li {
  display: inline-block;
  margin: 0 8px;
  outline: none;
}

.slick-dots li button {
  display: block;
  border: 0 none;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  margin-right: 12px;
  display: inline-block;
  outline: none;
  background: #e5f0ea;
  transition: 0.5s;
}

.slick-dots .slick-active button {
  background: #007030;
  width: 40px;
}

/* -- 方案 -- */
.fa1 {
  height: 921px;
  background: url(/static/home/images/fa-bg.jpg) no-repeat center bottom;
}

.fa1 h2 {
  text-align: center;
  padding-top: 60px;
}

.fa1 h2 em {
  letter-spacing: 1px;
  font-size: 48px;
  line-height: 48px;
  display: block;
  color: #333333;
  font-family: "OPPOS";
}

.fa1 h2 span {
  font-size: 20px;
  line-height: 20px;
  display: block;
  color: #666666;
  font-family: "OPPOS";
  font-weight: normal;
  padding-top: 19px;
}

.fa-1 {
  overflow: hidden;
  margin-top: 68px;
  width: 100%;
}

.tit1 {
  height: 512px;
  float: left;
  width: 31.4%;
  border: 2px solid #f3f3f3;
  box-sizing: border-box;
}

.tit1 ul li {
  float: left;
  width: 50% !important;
  position: relative;
  transition: all 0.5s ease;
  border-bottom: 2px solid #f3f3f3;
  box-sizing: border-box;
  border-right: 1px solid #f3f3f3;
  height: 128px;
  overflow: hidden;
}

.tit1 ul li i {
  height: 45px;
  width: 45px;
  margin: 40px 11px 0 30px;
  display: block;
  overflow: hidden;
  float: left;
  z-index: 99;
  position: relative;
}

.tit1 ul li i img {
  width: 100%;
  display: block;
  transition: all 0.3s;
}

.tit1 li.on i img:nth-child(1) {
  margin-top: -45px;
}

.tit1 li.on img {
  animation-duration: 2s;
  animation-name: flipInY;
}

.tit1 ul li h3 {
  font-size: 20px;
  line-height: 128px;
  display: block;
  color: #4c4c4c;
  font-family: "OPPOS";
  font-weight: normal;
  position: relative;
  z-index: 99;
}

.tit1 li.on h3 {
  color: #ffffff;
}

.tit1 li::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  background: #007030;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.5s;
}

.tit1 li.on::before {
  height: 128px;
  left: 0;
}

.tit1 ul li:nth-of-type(2n) {
  border-right: 0;
}

.tit1 ul li:nth-of-type(7) {
  border-bottom: 0;
}

.tit1 ul li:last-of-type {
  border-bottom: 0;
}

.fa_con {
  position: relative;
  float: right;
  width: 66.76%;
  overflow: hidden;
}

.fa_con li {
  float: left;
  width: 100%;
  font-size: 0;
  line-height: 0;
  position: relative;
}

.fa_con li img {
  width: 100%;
  display: block;
}

.fa_con li .desc {
  background: rgba(255, 255, 255, 0.9);
  height: 100px;
  bottom: 20px;
  position: absolute;
  left: 2.75%;
  width: 94.7%;
}

.fa_con li .desc p {
  font-size: 16px;
  line-height: 30px;
  display: block;
  color: #666666;
  font-family: "OPPOS";
  font-weight: normal;
  padding-top: 22px;
  width: 81%;
  margin-left: 3.5%;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.fa_con li .desc .gds {
  height: 44px;
  width: 59px;
  border-left: 1px solid #dcdcdc;
  box-sizing: border-box;
  display: block;
  float: right;
  margin-top: 29px;
  background: url(/static/home/images/aft1.png) no-repeat center right;
  margin-right: 4.3%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.fc_j1,
.fc_j2 {
  position: absolute;
  top: 215px;
}

.fc_j1 {
  left: 10px;
}

.fc_j2 {
  right: 10px;
}

.fa1 .gds1 {
  transition: 0.35s;
  width: 88px;
  height: 17px;
  display: block;
  background: url(/static/home/images/z1.png) no-repeat center left;
  margin: 71px auto 0;
}

.fa1 .gds1 a {
  font-size: 16px;
  display: block;
  line-height: 16px;
  color: #717171;
  text-align: right;
}

.fa1 .gds1:hover {
  background: url(/static/home/images/z1s.png) no-repeat center left;
  transform: translateY(-5px);
}

.fa1 .gds1:hover a {
  color: #007030;
}

@media screen and (max-width: 1440px) {
  .fa1 {
    height: 860px;
  }

  .tit1 {
    height: 452px;
  }

  .tit1 ul li {
    height: 112px;
  }

  .tit1 ul li h3 {
    line-height: 112px;
  }

  .tit1 ul li i {
    margin: 31px 11px 0 30px;
  }

  .fa_con li .desc p {
    width: 83%;
  }

  .fc_j1,
  .fc_j2 {
    top: 190px;
  }
}

/* -- 引子 -- */
.yz1 {
  height: 750px;
  background: url(/static/home/images/yz-bg.jpg) no-repeat center top;
}

.yz1 h2 {
  text-align: center;
  padding-top: 60px;
}

.yz1 h2 em {
  letter-spacing: 1px;
  font-size: 48px;
  line-height: 48px;
  display: block;
  color: #333333;
  font-family: "OPPOS";
}

.yz1 h2 span {
  font-size: 20px;
  line-height: 20px;
  display: block;
  color: #666666;
  font-family: "OPPOS";
  font-weight: normal;
  padding-top: 19px;
}

.yz-1 {
  margin-top: 80px;
  height: 70px;
  width: 100%;
  margin-bottom: 71px;
}

.yz-1 ul li {
  width: 30.73%;
  height: 70px;
  float: left;
  border-right: 1px solid #c9c9c9;
  box-sizing: border-box;
  position: relative;
  text-align: center;
}

.yz-1 ul li:first-of-type {
  width: 17.72%;
  text-align: left;
}

.yz-1 ul li.s2 {
  width: 29.19%;
}

.yz-1 ul li:last-of-type {
  width: 22%;
  border-right: 0;
  text-align: right;
}

.yz-1 ul li b {
  display: inline-block;
  font-size: 54px;
  line-height: 100%;
  color: #333333;
  font-weight: bold;
  vertical-align: top;
  font-family: "Arial";
}

.yz-1 ul li em {
  margin-left: 5px;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  font-weight: normal;
  background: #007030;
  border-radius: 20px;
  margin-top: 5px;
  font-family: "OPPOS";
  font-weight: normal;
}

.yz-1 ul li i {
  margin-left: 5px;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 32px;
  color: #ffffff;
  text-align: center;
  font-weight: normal;
  background: #007030;
  border-radius: 20px;
  margin-top: 5px;
  font-family: "OPPOS";
  font-weight: normal;
}

.yz-1 ul li span {
  display: block;
  font-size: 16px;
  line-height: 16px;
  color: #666666;
  font-weight: normal;
  font-family: "OPPOS";
}

.yz-1 ul li:last-of-type span {
  padding-right: 50px;
}

.yz2 {
  background: #ffffff;
  padding: 37px 36px 36px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.yz2 b {
  float: left;
  height: 211px;
  width: 463px;
  display: block;
}

.yz2 b img {
  height: 211px;
  width: 463px;
  display: block;
}

.yz2 p {
  font-size: 16px;
  line-height: 32px;
  display: block;
  font-weight: normal;
  color: #666666;
  font-family: "OPPOS";
  float: left;
  width: 55%;
  margin-top: 46px;
  margin-left: 68px;
}

@media screen and (max-width: 1440px) {
  .yz2 p {
    margin-left: 44px;
  }
}

/* -- 产品中心 -- */
.cpt {
  height: 1170px;
  background: #f2f2f2;
}

.cpt h2 {
  text-align: center;
  padding-top: 60px;
}

.cpt h2 em {
  letter-spacing: 1px;
  font-size: 48px;
  line-height: 48px;
  display: block;
  color: #333333;
  font-family: "OPPOS";
}

.cpt h2 span {
  font-size: 20px;
  line-height: 20px;
  display: block;
  color: #666666;
  font-family: "OPPOS";
  font-weight: normal;
  padding-top: 19px;
}

.cpt-s {
  margin-top: 74px;
}

.cpt_nav {
  background: #007030;
  box-sizing: border-box;
  width: 253px;
  float: left;
  border-radius: 8px;
}

.cpt_nav ul {
  margin: 17px 17px 0 17px;
  overflow: hidden;
}

.cpt_nav ul li {
  float: left;
  width: 100%;
  margin-bottom: 13px;
  background: #ffffff;
  border-radius: 6px;
}

.cpt_nav ul li h3 {
  margin: 17px 17px 7px 17px;
  width: 85.39%;
  text-align: center;
  height: 39px;
  line-height: 39px;
  background: #626262;
  border-radius: 6px;
}

.cpt_nav ul li h3 a {
  font-size: 16px;
  font-weight: normal;
  color: #ffffff;
  display: block;
  text-align: center;
}

.cpt_nav ul li p {
  overflow: hidden;
  font-size: 16px;
  line-height: 57px;
  width: 73.06%;
  margin: 0 auto;
}

.cpt_nav ul li p a {
  float: left;
  color: #676e6e;
  border-bottom: 1px solid #eeeeee;
  box-sizing: border-box;
}

.cpt_nav ul li p a:hover {
  color: #007030;
}

.cpt_nav ul li:first-of-type a {
  width: 100%;
}

.cpt_nav ul li:first-of-type a:last-of-type {
  margin-bottom: 16px;
  border-bottom: none;
}

.cpt_nav ul li:last-of-type h3 a {
  width: 100%;
}

.cpt_nav ul li:last-of-type a {
  width: 43.75%;
}

.cpt_nav ul li:last-of-type a:nth-of-type(2n) {
  float: right;
}

.cpt_nav ul li:last-of-type a:nth-of-type(7) {
  border-bottom: none;
}

.cpt_nav ul li:last-of-type a:nth-of-type(8) {
  border-bottom: none;
}

.cpt_nav ul li:last-of-type p {
  margin-bottom: 8px;
}

.cpt-c {
  float: right;
  width: 79%;
  display: flex;
  flex-direction: column;
}

.cpt_con {
  position: relative;
  width: 100%;
}

.cpt_con ul li {
  float: left;
  width: calc((99.5%) / 4);
  border: 1px solid #e7e7e7;
  background: #ffffff;
  border-right: none;
  margin-bottom: 7px;
}

.cpt_con ul li a {
  overflow: hidden;
  display: block;
}

.cpt_con ul li a img {
  width: 100%;
  display: block;
  transition: all 0.5s;
}

.cpt_con ul li .desc {
  height: 83px;
  border-top: 1px solid #dcdcdc;
  box-sizing: border-box;
}

.cpt_con ul li .desc h4 {
  background: url(/static/home/images/t-1.png) no-repeat center right;
  margin-right: 22px;
  height: 83px;
  padding-left: 32px;
  text-align: left;
}

.cpt_con ul li .desc h4 em {
  font-size: 16px;
  display: block;
  line-height: 16px;
  color: #333333;
  font-weight: normal;
  font-family: "OPPOS";
  padding-top: 20px;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.cpt_con ul li .desc h4 span {
  font-weight: normal;
  display: block;
  line-height: 15px;
  font-size: 15px;
  color: #999999;
  font-family: "Arial";
  padding-top: 10px;
}

.cpt_con ul li:hover .desc h4 {
  background: url(/static/home/images/t-s.png) no-repeat center right;
}

.cpt_con ul li:last-of-type img {
  border-right: 0;
}

.cpt_con ul li:last-of-type .desc {
  border-right: 0;
}

.cpt_con ul li:nth-of-type(4n) {
  border-right: 1px solid #e7e7e7;
}

.cpt_nav .gds1 {
  transition: 0.35s;
  width: 88px;
  height: 17px;
  display: block;
  background: url(/static/home/images/gdss1.png) no-repeat center left;
  margin: 2px auto 0;
  margin-bottom: 20px;
}

.cpt_nav .gds1 a {
  font-size: 16px;
  display: block;
  line-height: 16px;
  color: #ffffff;
  text-align: right;
}

.hz {
  margin-top: 15px;
  position: relative;
}

.hz ul li {
  float: left;
  width: calc(14.2%);
  margin-right: 1px;
}

.hz ul li a {
  overflow: hidden;
  display: block;
}

.hz ul li a img {
  overflow: hidden;
  display: block;
  width: 100%;
}

.hz ul li:last-of-type {
  margin-right: 0px;
}

@media screen and (max-width: 1440px) {
  .cpt {
    height: 1085px;
  }

  .cpt_con ul li a img {
    height: 19rem;
  }

  .cpt-c {
    float: right;
    width: 925px;
  }

  .cpt_con ul li {
    width: calc((99.4%) / 4);
  }
}

/* -- 服务支持 -- */
.fw {
  height: 1040px;
}

.fw h2 {
  text-align: center;
  padding-top: 60px;
}

.fw h2 em {
  letter-spacing: 1px;
  font-size: 48px;
  line-height: 48px;
  display: block;
  color: #333333;
  font-family: "OPPOS";
}

.fw h2 span {
  font-size: 20px;
  line-height: 20px;
  display: block;
  color: #666666;
  font-family: "OPPOS";
  font-weight: normal;
  padding-top: 19px;
}

.fw_con {
  margin-top: 55px;
  position: relative;
  height: 679px;
}

.fw_con dl dt {
  overflow: hidden;
  display: block;
}

.fw_con dl dt img {
  width: 100%;
  display: block;
  transition: all 0.3s linear 0s;
}

.fw_con dl dt:hover img {
  transform: scale(1.05);
}

.fw_con dl dd {
  width: 93.23%;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  bottom: 32px;
  left: 3.45%;
  height: 102px;
}

.fw_con dl dd h3 {
  height: 102px;
  width: 12.3%;
  float: left;
  background: #007030;
  text-align: center;
  position: relative;
}

.fw_con dl dd h3 em {
  font-size: 24px;
  line-height: 34px;
  color: #ffffff;
  font-weight: normal;
  font-family: "OPPOS";
  display: block;
  padding-top: 15px;
}

.fw_con dl dd p {
  font-size: 15px;
  line-height: 32px;
  color: #666666;
  display: block;
  font-family: "OPPOS";
  font-weight: normal;
  float: left;
  margin-top: 37px;
  margin-left: 5.28%;
  width: 82%;
}

.fw_con dl dd h3::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 9px;
  border-color: transparent transparent transparent #007031;
  position: absolute;
  right: -9px;
  top: 40%;
  content: "";
  display: block;
}

.fw_con .prev {
  position: absolute;
  left: 5%;
  top: 289px;
  width: 51px;
  height: 51px;
  background: url(/static/home/images/left.png) no-repeat;
  z-index: 10;
}

.fw_con .next {
  position: absolute;
  right: 5%;
  top: 289px;
  width: 51px;
  height: 51px;
  background: url(/static/home/images/right.png) no-repeat;
  z-index: 10;
}

.fw_nav {
  height: 97px;
  background: url(/static/home/images/fw_1.png) no-repeat center;
}

.fw_nav li {
  float: left;
  transition: all 0.5s;
  width: 17.86%;
  height: 97px;
  text-align: center;
}

.fw_nav li i {
  display: block;
  height: 21px;
  width: 21px;
  overflow: hidden;
  margin: 34px auto 0;
}

.fw_nav li i img {
  display: block;
  height: 21px;
  width: 21px;
  transition: all 0.3s;
}

.fw_nav li.cur i img:nth-child(1) {
  margin-top: -21px;
}

.fw_nav li.cur h3 em {
  font-weight: bold;
  color: #007030;
}

.fw_nav li h3 {
  margin-top: 22px;
}

.fw_nav li h3 em {
  font-size: 20px;
  line-height: 20px;
  display: block;
  font-family: "OPPOS";
  font-weight: normal;
  color: #333333;
  border-right: 1px solid #dcdcdc;
  box-sizing: border-box;
}

.fw_nav li:first-of-type {
  width: 13.67%;
  text-align: left;
}

.fw_nav li:first-of-type i {
  margin-left: 20%;
}

.fw_nav li:last-of-type {
  width: 14.85%;
  text-align: right;
}

.fw_nav li:last-of-type h3 em {
  border-right: 0;
}

.fw_nav li:last-of-type i {
  margin-right: 36%;
}

@media screen and (max-width: 1440px) {
  .fw {
    height: 1100px;
  }

  .fw_con dl dd p {
    margin-left: 3.28%;
    width: 84%;
  }
}

/* -- 联系方式 -- */
.lx {
  height: 315px;
  background: url(/static/home/images/litte-a.jpg) no-repeat center bottom;
}

.lx h2 {
  text-align: left;
  float: left;
  margin-top: 140px;
}

.lx h2 em {
  font-size: 48px;
  line-height: 48px;
  font-family: "OPPOS";
  display: block;
  color: #ffffff;
  font-weight: normal;
}

.lx h2 span {
  font-size: 24px;
  line-height: 24px;
  font-family: "OPPOS-r";
  display: block;
  color: #ffffff;
  font-weight: normal;
  padding-top: 19px;
}

.lx .tel {
  height: 71px;
  margin-top: 140px;
  float: right;
  margin-right: 14%;
}

.lx .tel i {
  padding-left: 28px;
  font-size: 20px;
  color: #ffffff;
  font-weight: normal;
  display: block;
  font-family: "OPPOS";
  background: url(/static/home/images/t-w.png) no-repeat center left;
  line-height: 23px;
}

.lx .tel span {
  font-size: 36px;
  font-weight: bold;
  color: #ffffff;
  font-family: "Arial";
  display: block;
  line-height: 36px;
  padding-top: 18px;
}

/* -- 优势 -- */
.ys {
  height: 2158px;
}

.ys .ys1 {
  height: 540px;
}

.ys1 dl dt {
  height: 540px;
  width: 960px;
  display: block;
  margin-left: -280px;
  float: left;
}

.ys1 dl dt img {
  height: 540px;
  width: 960px;
  display: block;
}

.ys1 dl dd {
  height: 540px;
  width: 960px;
  float: right;
  margin-right: -280px;
  background: url(/static/home/images/d-1b.jpg) no-repeat center;
}

.ys1 dl dd h2 {
  padding-top: 150px;
  margin-left: 114px;
}

.ys1 dl dd h2 em {
  font-size: 32px;
  line-height: 32px;
  display: block;
  color: #333333;
  font-family: "OPPOS";
  font-weight: normal;
}

.ys1 dl dd h2 span {
  font-size: 32px;
  line-height: 32px;
  display: block;
  color: #007030;
  font-family: "OPPOS";
  font-weight: bold;
  padding-top: 10px;
}

.ys1 dl dd p {
  font-size: 16px;
  line-height: 30px;
  font-family: "OPPOS-r";
  display: block;
  font-weight: normal;
  color: #666666;
  padding-top: 58px;
  margin-left: 114px;
  width: 59%;
}

.ys .ys2 {
  height: 539px;
}

.ys2 dl dt {
  height: 539px;
  width: 960px;
  display: block;
  margin-right: -280px;
  float: right;
  background: url(/static/home/images/d-2bs.jpg) no-repeat center;
}

.ys2 dl dt .y_con {
  margin-top: 55px;
  position: relative;
}

.ys2 dl dt .y_con {
  margin-top: 98px;
  height: 314px;
  position: relative;
  margin-left: 81px;
  width: 915px;
}

.ys2 dl dt .y_con .tempWrap {
  width: 879px !important;
}

.ys2 dl dt .y_con ul li {
  transition: 0.35s;
  transition: 0.35s;
  float: left;
  width: 428px;
  margin-right: 58px;
  position: relative;
  background: url(/static/home/images/r-bg.png) no-repeat center;
  height: 314px;
}

.ys2 dl dt .y_con ul li i {
  width: 390px;
  height: 280px;
  display: block;
  position: relative;
  overflow: hidden;
  margin: 18px auto 0;
  margin-bottom: 15px;
}

.ys2 dl dt .y_con ul li i img {
  width: 390px;
  height: 280px;
  display: block;
  transition: all 0.5s;
}

.ys2 dl dt .y_con ul li h4 {
  font-size: 24px;
  line-height: 24px;
  color: #e5e5e5;
  display: block;
  font-weight: normal;
  font-family: "OPPOS";
  text-align: center;
  margin-top: 40px;
}

.y_con .prev {
  position: absolute;
  left: -11.5%;
  top: 116px;
  width: 51px;
  height: 51px;
  background: url(/static/home/images/l-s1.png) no-repeat;
  z-index: 10;
}

.y_con .next {
  position: absolute;
  left: -11.5%;
  top: 179px;
  width: 51px;
  height: 51px;
  background: url(/static/home/images/l-s2.png) no-repeat;
  z-index: 10;
}

.ys2 dl dt .y_con ul li:last-of-type {
  margin-right: 0;
}

.ys2 dl dd {
  height: 539px;
  width: 960px;
  float: left;
  margin-left: -280px;
  background: url(/static/home/images/d-2b.jpg) no-repeat center;
}

.ys2 dl dd h2 {
  padding-top: 182px;
  margin-left: 280px;
}

.ys2 dl dd h2 em {
  font-size: 32px;
  line-height: 32px;
  display: block;
  color: #333333;
  font-family: "OPPOS";
  font-weight: normal;
}

.ys2 dl dd h2 span {
  font-size: 32px;
  line-height: 32px;
  display: block;
  color: #007030;
  font-family: "OPPOS";
  font-weight: bold;
  padding-top: 10px;
}

.ys2 dl dd p {
  font-size: 16px;
  line-height: 30px;
  font-family: "OPPOS-r";
  display: block;
  font-weight: normal;
  color: #666666;
  padding-top: 58px;
  margin-left: 280px;
  width: 59%;
}

.ys .ys3 {
  height: 540px;
}

.ys3 dl dt {
  height: 540px;
  width: 960px;
  display: block;
  margin-left: -280px;
  float: left;
}

.ys3 dl dt img {
  height: 540px;
  width: 960px;
  display: block;
}

.ys3 dl dd {
  height: 540px;
  width: 960px;
  float: right;
  margin-right: -280px;
  background: url(/static/home/images/d-3b.jpg) no-repeat center;
}

.ys3 dl dd h2 {
  padding-top: 173px;
  margin-left: 111px;
}

.ys3 dl dd h2 em {
  font-size: 32px;
  line-height: 32px;
  display: block;
  color: #333333;
  font-family: "OPPOS";
  font-weight: normal;
}

.ys3 dl dd h2 span {
  font-size: 32px;
  line-height: 32px;
  display: block;
  color: #007030;
  font-family: "OPPOS";
  font-weight: bold;
  padding-top: 10px;
}

.ys3 dl dd p {
  font-size: 16px;
  line-height: 30px;
  font-family: "OPPOS-r";
  display: block;
  font-weight: normal;
  color: #666666;
  padding-top: 58px;
  margin-left: 111px;
  width: 59%;
}

.ys .ys4 {
  height: 539px;
}

.ys4 dl dt {
  height: 539px;
  width: 960px;
  display: block;
  margin-right: -280px;
  float: right;
}

.ys4 dl dt img {
  height: 539px;
  width: 960px;
  display: block;
}

.ys4 dl dd {
  height: 539px;
  width: 960px;
  float: left;
  margin-left: -280px;
  background: url(/static/home/images/d-4b.jpg) no-repeat center;
}

.ys4 dl dd h2 {
  padding-top: 182px;
  margin-left: 280px;
}

.ys4 dl dd h2 em {
  font-size: 32px;
  line-height: 32px;
  display: block;
  color: #333333;
  font-family: "OPPOS";
  font-weight: normal;
}

.ys4 dl dd h2 span {
  font-size: 32px;
  line-height: 32px;
  display: block;
  color: #007030;
  font-family: "OPPOS";
  font-weight: bold;
  padding-top: 10px;
}

.ys4 dl dd p {
  font-size: 16px;
  line-height: 30px;
  font-family: "OPPOS-r";
  display: block;
  font-weight: normal;
  color: #666666;
  padding-top: 58px;
  margin-left: 280px;
  width: 59%;
}

@media screen and (max-width: 1440px) {
  .ys1 dl dt {
    margin-left: -360px;
  }

  .ys2 dl dt {
    margin-right: -360px;
  }

  .ys3 dl dt {
    margin-left: -360px;
  }

  .ys4 dl dt {
    margin-right: -360px;
  }

  .ys1 dl dd {
    margin-right: -360px;
  }

  .ys2 dl dd {
    margin-left: -280px;
    overflow: hidden;
    width: 880px;
  }

  .ys3 dl dd {
    margin-right: -360px;
  }

  .ys4 dl dd {
    margin-left: -280px;
    overflow: hidden;
    width: 880px;
  }

  .ys1 dl dd p {
    width: 51%;
  }

  .ys2 dl dd p {
    width: 51%;
  }

  .ys3 dl dd p {
    width: 51%;
  }

  .ys4 dl dd p {
    width: 51%;
  }
}

/* -- 案例 -- */
.case {
  height: 935px;
  background: #ffffff;
}

.case h2 {
  text-align: center;
  padding-top: 60px;
}

.case h2 em {
  letter-spacing: 1px;
  font-size: 48px;
  line-height: 48px;
  display: block;
  color: #333333;
  font-family: "OPPOS";
}

.case h2 span {
  font-size: 20px;
  line-height: 20px;
  display: block;
  color: #666666;
  font-family: "OPPOS";
  font-weight: normal;
  padding-top: 19px;
}

.case_nav {
  margin: 57px 160px 0px;
  height: 43px;
}

.case_nav h3 {
  float: left;
  width: 107px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  box-sizing: border-box;
  margin-right: 9px;
}

.case_nav h3 a {
  font-size: 20px;
  line-height: 43px;
  display: block;
  color: #808080;
  font-family: "OPPOS";
  font-weight: normal;
}

/*.case_nav h3 a:hover{*/
/*    background: #007030;*/
/*    border-color: #007030;*/
/*    color: #fff;*/
/*}*/

.case_nav h3:last-of-type {
  margin-right: 0;
  background: #eeeeee;
}

.case_nav h3.cur {
  background: #007030;
  border-color: #007030;
}

.case_nav h3.cur a {
  color: #ffffff;
}

.case_con {
  margin-top: 37px;
  width: 100%;
}

.case .gds1 {
  display: none;
}

.case_con ul li {
  float: left;
  width: 24.26%;
  margin-bottom: 13px;
}

.case_con ul li:last-child {
  display: none;
}

.index .case_con ul li:last-child{
    display: block !important;
}

.index .yz2{
    display: flex;
}

.case_con ul li i {
  overflow: hidden;
  display: block;
  height: 185px;
}

.case_con ul li i img {
  width: 100%;
  display: block;
  transition: all 0.5s;
}

.case_con ul li:hover i img {
  transform: scale(1.1);
}

.case_con ul li .desc {
  height: 87px;
  background: #f2f2f2;
}

.case_con ul li .desc h4 {
  padding-top: 21px;
  margin-left: 26px;
}

.case_con ul li .desc h4 a {
  font-size: 20px;
  line-height: 20px;
  display: block;
  color: #4c4c4c;
  font-family: "OPPOS-r";
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: normal;
  width: 93%;
}

.case_con ul li .desc p {
  font-size: 16px;
  line-height: 30px;
  display: none;
  color: #808080;
  font-family: "OPPOS-r";
  font-weight: normal;
  margin-left: 33px;
  width: 91%;
  margin-top: 10px;
}

.case_con ul li .desc .gds {
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  display: block;
  margin-left: 26px;
  margin-top: 13px;
  color: #007030;
}

.case_con ul li:first-of-type {
  width: 50.14%;
  margin-right: 0.73%;
  margin-bottom: 0;
}

.case_con ul li:first-of-type i {
  height: auto;
}

.case_con ul li:first-of-type .desc {
  height: 175px;
}

.case_con ul li:first-of-type .desc h4 {
  padding-top: 32px;
  margin-left: 33px;
}

.case_con ul li:first-of-type .desc p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.case_con ul li:first-of-type .desc .gds {
  margin-left: 33px;
}

.case_con ul li:nth-child(3) {
  float: right;
}

.case_con ul li:last-of-type {
  float: right;
}

@media screen and (max-width: 1440px) {
  .case_nav {
    margin: 57px 82px 0px;
  }

  .case_con ul li:first-of-type .desc .gds {
    margin-top: 0;
  }
}

/* -- 新闻中心 -- */
.news {
  height: 826px;
  background: #eeeeee;
}

.news .news-left {
  width: 69.48%;
  float: left;
  margin-top: 68px;
  height: 659px;
  border-bottom: 1px solid #dcdcdc;
  box-sizing: border-box;
}

.news .news-left h3 {
  height: 79px;
  border-bottom: 1px solid #dcdcdc;
  box-sizing: border-box;
}

.news .news-left h3 em {
  display: block;
  height: 79px;
  line-height: 79px;
  float: left;
  font-size: 32px;
  color: #312827;
  font-family: "OPPOS";
  font-weight: normal;
  background: url(/static/home/images/t1s.jpg) no-repeat center left;
  padding-left: 16px;
}

.news .news-left h3 i {
  display: block;
  float: right;
  height: 79px;
  line-height: 79px;
  font-size: 16px;
  color: #7d7d7d;
  font-family: "OPPOS";
  font-weight: normal;
  padding-right: 15px;
  background: url(/static/home/images/news-jt.png) no-repeat right;
}

.news_con {
  width: 100%;
  display: block;
  overflow: hidden;
  margin-top: 45px;
}

.news_con dl {
  float: left;
  width: 47.4%;
}

.news_con dl dt {
  overflow: hidden;
  display: block;
}

.news_con dl dt img {
  width: 100%;
  display: block;
  transition: all 0.5s;
}

.news_con dl:hover dt img {
  transform: scale(1.1);
}

.news_con dl dd {
  height: 235px;
}

.news_con dl dd h4 {
  padding-top: 32px;
  width: 76%;
}

.news_con dl dd h4 a {
  font-size: 20px;
  line-height: 30px;
  display: block;
  font-weight: normal;
  font-family: "OPPOS-r";
  color: #333333;
}

.news_con dl:hover dd h4 a {
  color: #007030;
}

.news_con dl dd p {
  padding-top: 16px;
  font-size: 16px;
  line-height: 30px;
  display: block;
  color: #666666;
  font-weight: normal;
  font-family: "OPPOS-r";
}

.news_con dl dd i {
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 16px;
  color: #666666;
  font-family: "Manrope";
  font-weight: bold;
  padding-top: 10px;
}

.news_con dl:last-of-type {
  float: right;
}

.news .news-rig {
  width: 24.63%;
  float: right;
  margin-top: 68px;
}

.news .news-rig h3 {
  height: 79px;
  border-bottom: 1px solid #dcdcdc;
  box-sizing: border-box;
}

.news .news-rig h3 em {
  display: block;
  height: 79px;
  line-height: 79px;
  float: left;
  font-size: 32px;
  color: #312827;
  font-family: "OPPOS";
  font-weight: normal;
  background: url(/static/home/images/t1s.jpg) no-repeat center left;
  padding-left: 16px;
}

.news .news-rig h3 i {
  display: block;
  float: right;
  height: 79px;
  line-height: 79px;
  font-size: 16px;
  color: #7d7d7d;
  font-family: "OPPOS";
  font-weight: normal;
  padding-right: 15px;
  background: url(/static/home/images/news-jt.png) no-repeat right;
}

.news .news-rig ul {
  height: 580px;
  overflow-y: auto;
  border-bottom: 1px solid #dcdcdc;
  padding: 47px 42px 44px 0;
  box-sizing: border-box;
}

.news .news-rig ul li {
  margin-bottom: 43px;
}

.news .news-rig ul li .default {
  height: 243px;
  background: #ffffff;
  margin-bottom: 3px;
  padding: 40px 33px 0 28px;
  box-sizing: border-box;
  transition: 0.5s;
  width: 293px;
}

.news .news-rig ul li .default h5 {
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  color: #333333;
  font-family: "OPPOSans-B";
  font-weight: normal;
  margin-bottom: 5px;
  transition: 0.5s;
}

.news .news-rig ul li .default p {
  line-height: 30px;
  font-size: 18px;
  color: #333333;
  font-family: "OPPOSans-B";
  margin-bottom: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news .news-rig ul li .default em {
  display: block;
  height: 26px;
  line-height: 26px;
  font-size: 16px;
  color: #808080;
  font-family: "Manrope";
  font-weight: bold;
  background: url(/static/home/images/news-jt1.png) no-repeat right;
  transition: 0.5s;
}

.news .news-rig ul li .default:hover {
  background: #007030;
}

.news .news-rig ul li .default:hover h5 {
  color: #fff;
}

.news .news-rig ul li .default:hover em {
  color: #fff;
  background: url(/static/home/images/news-jt1_h.png) no-repeat right;
}

.news .news-rig h4:hover em,
.newsbj .news .news-rig h4:hover i {
  color: #e8af1e;
}

/* -- 走进我们 -- */
.abt {
  height: 1035px;
  background: url(/static/home/images/abt-bg.jpg) no-repeat center bottom;
}

.abt h2 {
  text-align: center;
  padding-top: 90px;
  padding-bottom: 45px;
}

.abt h2 em {
  letter-spacing: 1px;
  font-size: 48px;
  line-height: 48px;
  display: block;
  color: #333333;
  font-family: "OPPOS";
}

.abt h2 span {
  font-size: 20px;
  line-height: 20px;
  display: block;
  color: #666666;
  font-family: "OPPOS";
  font-weight: normal;
  padding-top: 19px;
}

.abt .text {
  overflow: hidden;
  width: 100%;
}

.abt .text h3 {
  float: left;
  text-align: left;
  font-size: 24px;
  line-height: 40px;
  color: #007030;
  display: block;
  font-weight: normal;
  font-family: "OPPOS-r";
  margin-top: 58px;
}

.abt .text p {
  float: right;
  font-size: 16px;
  line-height: 32px;
  color: #666666;
  display: block;
  font-weight: normal;
  font-family: "OPPOS-r";
  margin-top: 58px;
  width: 50%;
}

.abt_con {
  margin-top: 70px;
}

.abt_con ul li {
  transition: 0.35s;
  float: left;
  width: 50%;
  position: relative;
}

.abt_con ul li b {
  overflow: hidden;
  display: block;
}

.abt_con ul li b img {
  width: 100%;
  display: block;
}

.abt_con ul li h4 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  height: 100%;
}

.abt_con ul li h4 a {
  padding-top: 134px;
  display: block;
}

.abt_con ul li h4 a i {
  width: 60px;
  height: 35px;
  display: block;
  overflow: hidden;
  margin: 0 auto;
}

.abt_con ul li h4 a i img {
  width: 60px;
  height: 35px;
  display: block;
}

.abt_con ul li h4 a em {
  font-size: 26px;
  line-height: 26px;
  display: block;
  font-family: "OPPOS";
  font-weight: normal;
  color: #ffffff;
  padding-top: 8px;
}

.abt_con ul li h4 a .gds {
  transition: 0.35s;
  height: 23px;
  width: 23px;
  display: block;
  margin: 14px auto 0;
  background: url(/static/home/images/d-1.png) no-repeat center;
}

.abt_con ul li:hover h4 a .gds {
  transform: translateY(-5px);
  background: url(/static/home/images/d-s.png) no-repeat center;
}

.p102-search-1-inp2 {
  width: 66px;
  height: 36px;
  border: 0;
  border-radius: 25px;
  background: url(/static/home/images/p102-search-icon1.png) no-repeat center
    center #007030;
  float: right;
  position: relative;
  z-index: 2;
  cursor: pointer;
}

.blk-main1 {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 1263px) {
  html {
    font-size: calc(1263px * 20 / 1903);
  }
}

@media screen and (min-width: 1349px) {
  html {
    font-size: calc(1349px * 20 / 1903);
  }
}

@media screen and (min-width: 1463px) {
  html {
    font-size: calc(1463px * 20 / 1903);
  }
}

@media screen and (min-width: 1543px) {
  html {
    font-size: calc(1543px * 20 / 1903);
  }
}

@media screen and (min-width: 1583px) {
  html {
    font-size: calc(1583px * 20 / 1903);
  }
}

@media screen and (min-width: 1643px) {
  html {
    font-size: calc(1643px * 20 / 1903);
  }
}

@media screen and (min-width: 1663px) {
  html {
    font-size: calc(1663px * 20 / 1903);
  }
}

@media screen and (min-width: 1903px) {
  html {
    font-size: calc(1903px * 20 / 1903);
  }
}

/* swiper */

.body {
  width: 100vw !important;
}

.g-adv_new {
  width: 100vw;
}

.fc_j1,
.fc_j2 {
  z-index: 9999;
}

section {
  min-height: calc(100vh - 180px - 60px);
}

.p101-latest-news .blk-main {
  width: 1200px;
}

.p101-latest-news-list dl {
  box-sizing: border-box;
}

.p101-latest-news-prev {
  left: 45% !important;
  border: 2px solid #333333;
  background: #333333;
}

.p101-latest-news-next {
  right: 45% !important;
  border: 2px solid #007030;
  background: #007030;
}

/*.swiper {*/
/*    width: 100vw;*/
/*    height: 300px;*/
/*}*/

.hide_dom {
  display: none !important;
}

.p102-curmbs-1 b {
  background: url(/static/home/images/p102-curmbs-icon1.png) no-repeat left
    center;
}

.cpt_swiper {
  display: block !important;
}

.index .ys2 dl dt .y_con {
  overflow: hidden;
}

.index .fw_con {
  overflow: hidden;
}

.p101-latest-news-desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.n-nodata{
  margin: 0 auto;
}

/* overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical; */
