.hd1 {
  text-align: center;
  position: relative;
}
.hd1 .en {
  font-size: 60px;
  font-weight: bold;
  color: #000000;
  opacity: 0.05;
  line-height: 52px;
}
.hd1 .cn {
  font-size: 24px;
  color: #e67032;
  position: absolute;
  left: 50% ;
  top: 50%;
  transform: translate(-50%, -50%);
}
.hd1 .cn::after,
.hd1 .cn::before {
  content: '';
  margin: 0 5px;
  width: 23px;
  height: 2px;
  background-color: #eb7037;
  vertical-align: middle;
  display: inline-block;
}
@media screen and (max-width: 1220px) {
  .hd1 .en {
    font-size: 45px;
  }
  .hd1 .cn {
    font-size: 20px;
  }
}
.hd2 {
  align-items: center;
}
.hd2 .en {
  font-size: 60px;
  color: #000000;
  opacity: 0.05;
  line-height: 52px;
  font-weight: bold;
  margin-left: 45px;
}
.hd2 h3 {
  color: #eb7037;
  font-size: 30px;
  font-weight: bold;
  transform: translateY(-50%);
}
.hd2 h3 span {
  color: #333;
}
@media screen and (max-width: 750px) {
  .hd2 .en {
    margin-left: 0;
    font-size: 32px;
    line-height: normal;
  }
  .hd2 h3 {
    font-size: 20px;
    transform: translateY(-75%);
  }
}
.info {
  padding-top: 84px;
  padding-bottom: 100px;
  background: url(../images/info_bg.jpg) no-repeat center top;
}
.info .tit {
  font-size: 30px;
  font-weight: bold;
  margin-top: 18px;
  text-align: center;
}
.info ul {
  margin-top: 265px;
}
.info ul li {
  text-align: center;
}
.info ul li em {
  font-size: 60px;
}
.info ul li sub {
  font-size: 15px;
  position: relative;
  top: -4px;
  display: inline-block;
  margin-left: 3px;
}
.info ul li p {
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 1220px) {
  .info {
    padding: 40px 0;
    padding-top: 20px;
    background: url(../images/info_bg.jpg) no-repeat center center;
  }
  .info .tit {
    font-size: 18px;
    margin-top: 5px;
  }
  .info ul {
    margin-top: 50px;
  }
  .info ul li em {
    font-size: 24px;
  }
}
@media screen and (max-width: 750px) {
  .info ul li em {
    font-size: 16px;
  }
  .info ul li sub {
    font-size: 13px;
  }
  .info ul li p {
    font-size: 12px;
  }
}
.prods {
  padding-top: 58px;
  padding-bottom: 40px;
  background-color: #f2f2f2;
}
.prods header a {
  font-size: 16px;
  color: #666;
}
.prods header a img {
  vertical-align: text-bottom;
  margin-right: 10px;
}
.prods header a:hover {
  color: #e67032;
}
.prods ul {
  flex-wrap: wrap;
  margin-top: 50px;
}
.prods ul a {
  width: 24%;
  margin-bottom: 10px;
}
.prods ul .tit {
  font-size: 16px;
  text-align: center;
  line-height: 50px;
}
.prods ul .tit::before {
  content: '';
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
  width: 7px;
  height: 10px;
  background: url(../images/sjx.png);
}
@media screen and (max-width: 750px) {
  .prods {
    padding: 40px 0;
  }
  .prods ul {
    margin-top: 20px;
  }
  .prods ul a {
    width: 48.5%;
  }
}
.case {
  padding-top: 48px;
  padding-bottom: 90px;
}
.case header ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 44px;
  border-right: 1px solid #cccccc;
}
.case header ul li:last-child {
  border: 0;
}
.case header ul li p {
  margin-top: 8px;
}
.case header ul li img {
  transition: 0.6s;
}
.case header ul li:hover img {
  transform: rotateY(360deg);
}
.case header .more {
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  color: #fff;
  font-size: 22px;
  background-color: #eb7037;
}
.case header .more:hover {
  transform: rotate(360deg);
}
.case .top {
  margin-top: 56px;
}
.case .top .lft {
  width: 63.7%;
}
.case .top .rht {
  width: 33.3%;
  border: 1px solid #7f7f7f;
  padding: 4% 2%;
}
.case .top .rht .tit {
  font-size: 30px;
  font-weight: bold;
}
.case .top .rht p {
  line-height: 30px;
  margin-top: 42px;
}
.case .top .rht .more {
  display: block;
  margin-top: 42px;
  width: 200px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  background-color: #eb7037;
  border-radius: 25px;
  color: #ffffff;
}
.case .items {
  flex-wrap: wrap;
  margin-top: 42px;
}
.case .items a {
  width: 31.6%;
  position: relative;
}
.case .items a .tit {
  height: 55px;
  line-height: 55px;
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  font-size: 16px;
  background: rgba(49, 49, 49, 0.5);
}
@media screen and (max-width: 1420px) {
  .case header ul li {
    width: auto;
    padding: 0 2vw;
  }
  .case .top {
    flex-direction: column;
  }
  .case .top .lft,
  .case .top .rht {
    width: 100%;
    text-align: center;
  }
  .case .top .rht {
    margin-top: 25px;
  }
  .case .top .rht .more {
    margin: auto;
    margin-top: 25px;
    width: 150px;
    height: 35px;
    line-height: 35px;
  }
}
@media screen and (max-width: 1000px) {
  .case {
    padding: 40px 0;
  }
  .case .top .rht {
    padding: 6% 2%;
  }
  .case header ul {
    display: none;
  }
  .case .top .lft img {
    width: 100%;
  }
  .case .top .rht .tit {
    font-size: 24px;
  }
  .case .top .rht p {
    margin-top: 20px;
  }
  .case header .more {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  .case .items {
    display: none;
  }
  .case .top {
    margin-top: 20px;
  }
}
.scheme {
  padding-top: 75px;
  padding-bottom: 80px;
  background-color: #f2f2f2;
}
.scheme .wraps {
  position: relative;
}
.scheme .tit {
  font-size: 30px;
  font-weight: bold;
  margin-top: 18px;
  text-align: center;
}
.scheme .sw {
  margin-top: 60px;
}
.scheme .sw img {
  width: 100%;
}
.scheme .sw .swiper-slide div {
  background-color: #fff;
  padding: 50px 9.5%;
  transition: 0.4s;
}
.scheme .sw .swiper-slide div em {
  font-size: 24px;
  font-weight: bold;
  color: #333;
}
.scheme .sw .swiper-slide div span {
  color: #999999;
  display: block;
  margin: 6px 0;
}
.scheme .sw .swiper-slide div i {
  display: block;
  width: 20px;
  height: 4px;
  background-color: #f87400;
  border-radius: 2px;
}
.scheme .sw .swiper-slide div p {
  line-height: 30px;
  margin-top: 15px;
}
.scheme .sw .swiper-slide div:hover {
  background-color: #eb7037;
}
.scheme .sw .swiper-slide div:hover em,
.scheme .sw .swiper-slide div:hover span,
.scheme .sw .swiper-slide div:hover p {
  color: #fff;
}
.scheme .sw .swiper-slide div:hover i {
  background-color: #fff;
}
.scheme .sw2 {
  display: none;
}
.scheme .swiper-button-next,
.scheme .swiper-button-prev {
  width: 72px;
  height: 72px;
  top: 64%;
}
.scheme .swiper-button-next::after,
.scheme .swiper-button-prev::after {
  content: '';
}
.scheme .swiper-button-next {
  background: url(../images/jt_r.png);
  right: -10%;
}
.scheme .swiper-button-prev {
  background: url(../images/jt_l.png);
  left: -10%;
}
@media screen and (max-width: 1720px) {
  .scheme .swiper-button-next,
  .scheme .swiper-button-prev {
    display: none;
  }
}
@media screen and (max-width: 860px) {
  .scheme {
    padding: 40px 0;
    padding-bottom: 0;
  }
  .scheme .sw {
    margin-top: 20px;
  }
  .scheme .sw1 {
    display: none;
  }
  .scheme .sw2 {
    display: block;
  }
  .scheme .tit {
    font-size: 18px;
  }
  .scheme .sw .swiper-slide div {
    padding: 5%;
  }
  .scheme .sw .swiper-slide div em {
    font-size: 18px;
  }
}
.abt {
  padding: 80px 0;
  background: url(../images/abt_bg.jpg) no-repeat;
}
.abt .wraps {
  align-items: center;
}
.abt .lft {
  width: 47.2%;
  color: #fff;
}
.abt .lft .en {
  font-size: 60px;
  font-weight: bold;
  line-height: 50px;
}
.abt .lft .en span {
  color: #eb7037;
}
.abt .lft .company {
  font-size: 30px;
  margin-top: 40px;
}
.abt .lft hr {
  width: 1px;
  height: 70px;
  background-color: #ffffff;
  margin-top: 27px;
}
.abt .lft p {
  line-height: 30px;
  margin-top: 10px;
}
.abt .lft .more {
  margin-top: 32px;
  display: block;
  width: 200px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background-color: #eb7037;
  border-radius: 25px;
}
@media screen and (max-width: 1420px) {
  .abt .lft {
    margin-right: 2%;
  }
}
@media screen and (max-width: 1220px) {
  .abt {
    padding: 40px 0;
  }
  .abt .rht,
  .abt .lft hr {
    display: none;
  }
  .abt .lft {
    width: 100%;
    text-align: center;
  }
  .abt .lft .en {
    font-size: 45px;
  }
  .abt .lft .company {
    margin-top: 20px;
    font-size: 22px;
  }
  .abt .lft p {
    margin-top: 20px;
  }
  .abt .lft .more {
    margin: auto;
    margin-top: 25px;
  }
}
@media screen and (max-width: 750px) {
  .abt {
    background: url(../images/abt_bg.jpg) no-repeat center;
  }
}
.new_s {
  padding: 60px 0;
  background: #f2f2f2;
}
.new_s header {
  margin-bottom: 40px;
}
.new_s header a {
  font-size: 16px;
  color: #666;
}
.new_s header a img {
  vertical-align: text-bottom;
  margin-right: 10px;
}
.new_s header a:hover {
  color: #e67032;
}
.new_s .lft {
  width: 41.7%;
  background-color: #fff;
  padding: 15px;
  padding-bottom: 0;
}
.new_s .lft .txt {
  padding: 5% 0;
}
.new_s .lft .txt a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.new_s .lft .txt .cont {
  width: 80%;
}
.new_s .lft .txt .cont .tit {
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
}
.new_s .lft .txt .cont .ct {
  line-height: 30px;
  color: #808080;
  margin-top: 15px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.new_s .lft .txt time {
  transition: 0.4s;
  width: 92px;
  height: 92px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.new_s .lft .txt time .day {
  font-size: 48px;
}
.new_s .lft .txt time .ym {
  font-size: 12px;
  margin-top: 15px;
  line-height: normal;
}
.new_s .lft .txt:hover time {
  background-color: #eb7037;
  color: #fff;
}
.new_s .rht {
  width: 55.3%;
  background-color: #fff;
}
.new_s .rht a {
  align-items: center;
  height: 166px;
  padding: 0 5%;
  border-left: 2px solid #eb7037;
}
.new_s .rht a:hover {
  background-color: #eb7037;
  color: #fff;
}
.new_s .rht a:hover .ct {
  color: #fff;
}
.new_s .rht a:nth-child(2) {
  margin: 15px 0;
}
.new_s .rht .cont {
  width: 80%;
}
.new_s .rht .cont .tit {
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
}
.new_s .rht .cont .ct {
  line-height: 30px;
  color: #808080;
  margin-top: 8px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.new_s .rht time {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.new_s .rht time .day {
  font-size: 48px;
}
.new_s .rht time .ym {
  font-size: 12px;
  margin-top: 15px;
  line-height: normal;
}
@media screen and (max-width: 750px) {
  .new_s {
    padding: 40px 0;
  }
  .new_s header {
    margin-bottom: 20px;
  }
  .new_s .main {
    flex-direction: column;
  }
  .new_s .lft,
  .new_s .rht {
    width: 100%;
  }
  .new_s .lft {
    margin-bottom: 10px;
  }
  .new_s .lft img {
    width: 100%;
  }
  .new_s .rht a {
    height: auto;
    padding: 25px 4%;
  }
  .new_s .rht time .day,
  .new_s .lft .txt time .day {
    font-size: 34px;
  }
  .new_s .rht .cont,
  .new_s .lft .txt .cont {
    width: 83%;
  }
  .new_s .rht .cont .ct {
    line-height: 24px;
  }
}
