@charset "UTF-8";

/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2017-10-18 08:57:34
 * @version $Id$
 */
@font-face {
  font-family: "DINBold";
  src: url("../font/din-bold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "HEITI";
  src: url("../font/Adobe\ 黑体\ Std\ R.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "SanBold";
  src: url("../font/SourceHanSansCN-Bold.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "SanHeavy";
  src: url("../font/SourceHanSansCN-Heavy.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "SanLight";
  src: url("../font/SourceHanSansCN-Light.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "SanNormal";
  src: url("../font/SourceHanSansCN-Normal.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

/* header */
header {
  width: 100%;
  position: relative;
  /* height: 100px; */
  z-index: 999;
  /* overflow: hidden; */
}

.headtop {
  width: 100%;
  overflow: hidden;
  background-color: #126c38;
}

.topmain {
  display: flex;
  height: 60px;
  align-items: center;
  justify-content: flex-end;
  color: #fff;
}

.topmain p {
  margin-left: 10px;
  margin-right: 28px;
}

.header-main {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fafafa;
}

.logo {
}

.nav-ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.head-lang {
  display: flex;
}

.nav-ul {
  background: #fff;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}

.nav-ul li > a {
  display: block;
  font-size: 18px;
  line-height: 60px;
  text-align: center;
  color: #444444;
  position: relative;
  transition: all 0.3s;
  text-transform: uppercase;
  padding: 0 40px;
}
.nav-ul li:hover > a,
.nav-ul li.nav-active>a {
  background: #dc352f;
  color: #ffffff;
}

.hometop {
  display: flex;
  justify-content: space-between;
  height: 110px;
  align-items: center;
}
.nav-ul li:hover > a::after {
  opacity: 1;
}

.nav-ul li.nav-active a::after {
  opacity: 1;
}

/* .nav-sub {
  position: absolute;
  top: 58px;
  z-index: 99;
  width: 100%;
  display: none;
} */

/* .nav-sub dl dd {
  background: #e66621;
  width: 100%;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin-bottom: 2px;
}

.nav-sub dl dd a {
  color: #fff;
}

.nav-sub dl dd:hover {
  background: #e66621;
} */

.head-lang-box {
  display: flex;
  width: 180px;
  justify-content: center;
  align-items: center;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  height: 100px;
  position: relative;
}

.head-on .head-lang-box,
.newsdetail-head .head-lang-box {
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
}

.lang-sub {
  position: absolute;
  background: #fff;
  top: 100px;
  width: 100%;
  display: none;
}

.lang-sub a {
  display: block;
  line-height: 64px;
  height: 64px;
  text-align: center;
  border-bottom: 1px solid #d5d5d5;
}

.lang-sub a:last-child {
  border-bottom: none;
}

.lang-sub a:hover {
  color: #e66621;
}

.head-lang-box > img {
  width: 22px;
}

.head-langimg {
  margin-right: 28px;
}

.head-langtxt img {
  display: block;
  margin-left: 12px;
  width: 13px;
  height: 8px;
}

.head-langtxt {
  font-size: 18px;
  color: #fff;
  display: flex;
  align-items: center;
}

.head-langimg img:last-child {
  display: none;
}

.head-sou img:last-child {
  display: none;
}

.head-langtxt img:last-child {
  display: none;
}

.head-sou {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 60px;
}

.head-soum {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 999;
  height: 100px;
  display: none;
}

.head-soum-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.head-soum form {
  width: 41%;
  display: flex;
  position: relative;
  height: 46px;
  line-height: 46px;
}

.head-soum input {
  border: none;
  border-bottom: 1px solid #4e4e4e;
  width: 100%;
}

.head-soum button {
  border: none;
  background: none;
  position: absolute;
  right: 0;
}

.head-on,
.newsdetail-head {
  background: #fff;
}

.head-on .nav-ul li > a,
.newsdetail-head .nav-ul li > a {
  color: #333333;
}

.head-on .nav-ul li:hover a,
.head-on .nav-ul li.nav-active a {
  color: #e66621;
}

.newsdetail-head .nav-ul li:hover a,
.newsdetail-head .nav-ul li.nav-active a {
  color: #e66621;
}

.head-on .head-langtxt,
.newsdetail-head .head-langtxt {
  color: #333333;
}

.head-on .head-langimg img:last-child,
.newsdetail-head .head-langimg img:last-child {
  display: block;
}

.head-on .head-langimg img:first-child,
.newsdetail-head .head-langimg img:first-child {
  display: none;
}

.head-on .head-sou img:last-child,
.newsdetail-head .head-sou img:last-child {
  display: block;
}

.head-on .head-sou img:first-child,
.newsdetail-head .head-sou img:first-child {
  display: none;
}

.head-on .head-langtxt img:last-child,
.newsdetail-head .head-langtxt img:last-child {
  display: block;
}

.head-on .head-sou img:first-child,
.newsdetail-head .head-sou img:first-child {
  display: none;
}

.head-on .logo img:last-child,
.newsdetail-head .logo img:last-child {
  display: block;
}

.head-on .logo img:first-child,
.newsdetail-head .logo img:first-child {
  display: none;
}

.head-on,
.newsdetail-head {
  border-bottom: none;
}

.head-on .head-langtxt .lan-arrow-white {
  display: none !important;
}

.newsdetail-head .head-langtxt .lan-arrow-white {
  display: none !important;
}

@media (max-width: 1600px) {
  .nav-ul li > a {
    padding: 0 15px;
  }
}

@media (max-width: 1400px) {
  .nav-ul li > a {
    padding: 0 10px;
    font-size: 16px;
  }
}

@media (max-width: 1200px) {
  .nav-ul li > a {
    padding: 0 5px;
  }

  .hotline-wrap p {
    margin-left: 8px;
  }
}

@media (max-width: 991px) {
  .nav-ul {
    display: none;
  }

  .hotline-wrap {
    display: none;
  }

  .header-main {
    height: 70px;
    border: none;
  }

  .head-lang {
    display: none;
  }

  .logo {
    width: 50px;
  }

  .logo img {
    width: 100%;
  }

  .headbom {
    height: 0;
  }

  .topmain img {
    display: none;
  }

  .topmain p {
    display: none;
  }

  .topmain {
    height: 70px;
  }

  .logo {
    width: 65px;
    top: -64px;
  }

  header {
    height: 70px;
    position: relative;
  }

  .headbom {
    padding: 0 30px;
  }
}

@media (max-width: 500px) {
  .headbom {
    padding: 0 15px;
  }
}

/* banner */
.banner-btn .container {
  position: relative;
}

.banner-btn {
  position: relative;
  top: -110px;
}

.banner-swiper .swiper-button-next {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.3);
  background: url("../img/banner-next.png") no-repeat center;
  border: 2px solid #fff;
}

.banner-swiper .swiper-button-prev {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.3);
  background: url("../img/banner-prev.png") no-repeat center;
  border: 2px solid #fff;
  left: auto;
  right: 68px;
}

/* 底部 */
#footer {
  width: 100%;
  padding-top: 70px;
  padding-bottom: 40px;
  background: #1b1b1b;
  overflow: hidden;
}

.footer-topl {
  width: 28%;
}

.footer-topr {
  width: 54%;
}

.footer-navul {
  display: flex;
  justify-content: space-between;
}

.footer-copy {
  display: flex;
  padding-top: 40px;
  border-top: 1px solid #525252;
  justify-content: space-between;
  margin-top: 60px;
  font-size: 16px;
  color: #808080;
}

.footer-topltxt {
  margin-top: 20px;
  line-height: 35px;
}

.footer-navul li > a {
  font-size: 18px;
  font-family: "HEITI";
  color: #fff;
}

.footer-lastrowtxt {
  font-family: "SanRegular";
  font-size: 18px;
}

.footer-navul li dl {
  margin-top: 35px;
}

.footer-navul li dl dd {
  line-height: 35px;
  display: flex;
}

.footer-navul li dl dd .footerdd-img {
  text-align: center;
  width: 22px;
  margin-right: 12px;
}

.footer-navul li dl dd.last-dd {
  padding-left: 35px;
}

.footcode {
  color: #fff;
}

.footer-code {
  margin-top: 30px;
}

.footer-code h4 {
  margin-top: 18px;
  text-align: center;
  color: #b5b5b5;
}

.footer-navul li dl dd a {
  color: #808080;
  font-size: 16px;
}

.footer-nav-t {
  color: #fff;
}

.footer-contact dl dd a {
  display: block;
}

.footer-contact-icon {
  padding-right: 12px;
}

.footer-nav-line span {
  display: block;
  width: 186px;
  height: 10px;
}

.footer-nl-l {
  background: #e60012;
  margin-right: 5px;
}

.footer-nl-r {
  background: #1d2088;
}

.footer-nav-line {
  display: flex;
  margin: 14px 0 8px;
}

.footer-nav-since {
  display: flex;
  align-items: center;
}

.since-line {
  width: 125px;
  height: 1px;
  background: #b5b5b5;
}

.footer-nav-since span {
  display: block;
  color: #b5b5b5;
  padding: 0 10px;
}

.footer-nav-logo {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.footer-nav-logol {
  margin-right: 30px;
}

.footer-lastrow {
  display: flex;
  margin-bottom: 30px;
}

.footer-lastrowimg {
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
}

.footer-last {
  margin-top: 55px;
}

.footer-lastrowtxt {
  color: #fff;
}

.footer-logo {
  margin-bottom: 26px;
}

@media (max-width: 1400px) {
  .footer-topr {
    width: 70%;
  }
}

@media (max-width: 991px) {
  .footer-topl {
    display: none;
  }

  .footer-topr {
    width: 100%;
  }

  .footer-copy {
    display: block;
    text-align: center;
    padding-top: 20px;
    margin-top: 0px;
    font-size: 16px;
  }

  .footcode {
    display: none;
  }

  .footer-logobox {
    display: none;
  }

  #footer {
    padding-top: 50px;
  }

  .footer-copy {
    margin-top: 50px;
  }

  .footer-navul li > a {
    font-size: 20px;
  }

  .footer-navul li dl dd a {
    font-size: 16px;
  }

  .footer-navul li dl {
    margin-top: 20px;
  }

  .footer-last {
    margin-top: 20px;
  }

  .footer-lastrowtxt {
    font-size: 16px;
  }

  .footer-lastrow {
    font-size: 16px;
  }

  .banner-swiper .swiper-button-prev {
    width: 40px;
    height: 40px;
    top: 20px;
  }

  .banner-swiper .swiper-button-next {
    width: 40px;
    height: 40px;
    top: 20px;
  }

  .banner-btn {
    top: -45px;
  }
}

@media (max-width: 600px) {
  .footer-contact {
    width: 100% !important;
  }

  .footer-navul {
    flex-wrap: wrap;
  }

  .footer-navul li {
    width: 33.3333%;
    margin-bottom: 20px;
  }

  .footer-navul li:last-child {
    width: 100%;
  }

  .footer-navul li dl dd {
    line-height: 28px;
  }

  .footer-navul li dl {
    margin-top: 15px;
  }

  #footer {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .footer-copy {
    display: block;
    text-align: center;
    line-height: 30px;
  }

  .footer-copy {
    font-size: 14px;
  }

  .footer-navul li dl dd a {
    font-size: 14px;
  }

  .footer-navul li > a {
    font-size: 16px;
  }

  .footer-lastrowtxt {
    font-size: 14px;
  }

  .footer-copy {
    margin-top: 0;
  }
}

@media (max-width: 500px) {
  .footer-navul li {
    width: auto;
  }
}

.head-r h3 {
  font-size: 20px;
  font-weight: bold;
  color: #111111;
}
.head-r h4 {
  font-size: 36px;
  color: #dc352f;
  font-family: "DINBold";
  margin-top: 10px;
}
.header-main {
  border-bottom: 1px solid #eeeeee;
}
.foot-code img {
  margin: 40px 0 15px;
}
.foot-code {
  text-align: center;
}
.nav-sub {
  position: absolute;
  top: 0;
  background: #fff;
  z-index: 9999;
  width: 100%;
  top: 170px;
  left: 0;
  border-top: 2px solid #dc352f;
  padding: 20px 0;
  display: none;
  max-height:350px;
  overflow: hidden;
}
.nav-sub-itemtop {
  display: flex;
  align-items: center;
}
.nav-sub-box {
  display: flex;
  justify-content: space-between;
}
.nav-sub-list-two {
  width: 52%;
}
.nav-sub-list-twodl {
  display: flex;
  justify-content: space-between;
}
.nav-sub-box dl {
  border-top: 1px solid #dcdcdc;
  padding-top: 15px;
  margin-top: 15px;
}
.nav-sub-img {
  margin-right: 9px;
}
.nav-sub-title h4 {
  font-size: 14px;
  color: #444444;
  font-family: "HEITI";
}
.nav-sub-title h5 {
  font-size: 12px;
  font-weight: lighter;
  margin-top: 5px;
}
.nav-sub-box dl dd a {
  font-size: 14px;
  line-height: 24px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.nav-sub-box dl{
  flex: 1;
  width: 30%;
}
.nav-sub-box dl dd a:hover {
  color: #dc352f;
}

.nav-sub-box .nav-sub-list:hover .nav-sub-title {
  color: #dc352f;
}
.nav-sub-box .nav-sub-list:hover .nav-sub-title h4 {
  color: #dc352f;
}
.nav-subhonorswiper .nav-subhonortxt {
  font-size: 18px;
  text-align: center;
  margin-top: 30px;
}

.nav-subhonorswiper .nav-subhonortxt {
  border-bottom: 2px solid #fff;
  padding-bottom: 15px;
}
.nav-subhonorswiper .swiper-slide:hover .nav-subhonortxt {
  border-bottom: 2px solid #dc352f;
  color: #dc352f;
}
.nav-subhonorswiper {
  padding-top: 20px;
}
.nav-subhonorswiper .swiper-slide img{
  width: 100%;
}
.home-title {
  display: flex;
  justify-content: space-between;
}
.hpro {
  padding: 100px 0;
}
.home-titleul {
  display: flex;
}
.home-titleul li {
  width: 160px;
  height: 46px;
  background: #eeeeee;
  border-radius: 5px;
  text-align: center;
  line-height: 46px;
  margin-left: 20px;
}
.hometit {
  font-size: 50px;
  color: #111111;
  font-family: "HEITI";
}
.hpro-boxswiper-txt {
  display: flex;
}
.habout {
  background: url("../img/habout-bg.png") no-repeat top center;
  padding: 100px 0;
}
.habout-box {
  display: flex;
  overflow: hidden;
}
.habout-boxl {
  width: 50%;
}
.habout-boxr {
  width: 50%;
}
.habout-num ul li a {
  display: flex;
  background: #fff;
  justify-content: space-between;
}
.habout-numr img:last-child {
  display: none;
}
.habout-num ul li:hover .habout-numr img:last-child {
  display: block;
}
.habout-num ul li:hover .habout-numr img:first-child {
  display: none;
}
.habout-boxl {
  color: #fff;
}
.hcase-btn {
  position: relative;
}
.hcase {
  padding: 100px 0;
}
.hcase-btn {
  width: 112px;
}
.hcase-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hcase-box {
  margin-top: 50px;
}
.hcaseSmallSwiper-box {
  margin-top: 20px;
}
.hcaseSmallSwiper-box .swiper-slide.swiper-slide-thumb-active {
  border: 2px solid #dc352f;
}

.hcaseSmallSwiper-box .swiper-slide {
  overflow: hidden;
  border: 2px solid #fff;
}
.hcaseSmallSwiper-box .swiper-slide img{
  width: 100%;
}
.hcase-btn .swiper-button-next {
  width: 46px;
  height: 46px;
  background: url("../img/hcase-next.png") no-repeat center;
  border: 2px solid #dcdbdc;
}
.hcase-btn .swiper-button-prev {
  width: 46px;
  height: 46px;
  background: url("../img/hcase-prev.png") no-repeat center;
  border: 2px solid #dcdbdc;
  left: 0;
}
.hcase-btn .swiper-button-next:hover {
  background: #dc352f url("../img/hcase-nexth.png") no-repeat center;
  border: 2px solid #dc352f;
}
.hcase-btn .swiper-button-prev:hover {
  background: #dc352f url("../img/hcase-prevh.png") no-repeat center;
  border: 2px solid #dc352f;
}
.hcaseSwiper .swiper-button-next {
  width: 54px;
  height: 54px;
  border-radius: 50px;
  border: 2px solid #ffffff;
  background: url("../img/hcase-bnext.png") no-repeat center;
  right: 50px;
}
.hcaseSwiper .swiper-button-next:hover {
  background: #dc352f url("../img/hcase-bnext.png") no-repeat center;
  border: 2px solid #dc352f;
}
.hcaseSwiper img{
  width: 100%;
}

.hcaseSwiper .swiper-button-prev {
  width: 54px;
  height: 54px;
  border-radius: 50px;
  border: 2px solid #ffffff;
  background: url("../img/hcase-bprev.png") no-repeat center;
  left: 50px;
}
.hcaseSwiper .swiper-button-prev:hover {
  background: #dc352f url("../img/hcase-bprev.png") no-repeat center;
  border: 2px solid #dc352f;
}
.hcaseSwiper a {
  position: relative;
  display: block;
}
.hcaseSwiper a h4 {
  position: absolute;
  text-align: center;
  z-index: 66;
  left: 0;
  width: 100%;
  bottom: 50px;
  width: 100%;
  color: #fff;
  font-size: 24px;
  font-family: "HEITI";
}
.habout-num ul li a {
  padding: 50px 30px;
}
.habout-num {
  margin-top: 50px;
}
.habout-numl span {
  font-size: 48px;
  font-family: "DINBold";
  color: #dc352f;
}
.habout-numl p {
  margin-top: 15px;
  font-size: 18px;
}
.habout-num ul li:hover a {
  background: #dc352f;
  color: #fff;
}
.habout-num ul li:hover a span {
  color: #fff;
}
.habout-boxl {
  padding-right: 100px;
}
.white {
  color: #fff !important;
}
.habout-boxl h3 {
  font-size: 24px;
  font-family: "HEITI";
  padding: 25px 0 40px;
}
.habout-boxl p {
  line-height: 35px;
  font-size: 18px;
}
.homemore a {
  display: flex;
  width: 210px;
  height: 64px;
  background: #dc352f;
  color: #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
}
.homemore a span {
  margin-right: 50px;
}
.habout-more {
  margin-top: 80px;
}
.hpro-introduce {
  margin-top: 50px;
}
.hpro-box {
  margin-top: 50px;
}
.hpro-introduce-text {
  width: 520px;
  position: absolute;
  top: 80px;
  color: #fff;
  left: 50px;
}
.hpro-introduce ul li {
  position: relative;
}
.hpro-introduce-text h3 {
  font-size: 40px;
}
.hpro-introduce-text h4 {
  margin: 30px 0 60px;
  line-height: 35px;
  font-size: 18px;
}
.home-titleul li.on a {
  background: #dc352f;
  color: #fff;
}
.home-titleul li a {
  display: block;
}
.home-titleul li {
  overflow: hidden;
}
.hser {
  background: url("../img/hser-bg.png") no-repeat top center;
  padding: 100px 0;
}
.hser-txt {
  width: 50%;
  color: #fff;
}
.hser-txt h3 {
  color: #fff;
}
.hser-txt h4 {
  padding: 40px 0;
  line-height: 35px;
}
.hser-box ul li a {
  display: flex;
  background: #fff;
}
.hser-box ul {
  display: flex;
  justify-content: space-between;
}
.hser-box {
  margin-top: 160px;
}
.hser-box ul li a {
  height: 120px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
}
.hser-box ul li {
  width: 32%;
}
.hser-boxr {
  width: 70px;
  height: 70px;
  background: #dc352f;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hser-boxr img:last-child {
  display: none;
}
.hser-boxl h3 {
  font-size: 24px;
  color: #dc352f;
  margin-bottom: 15px;
}
.hser-box ul li a:hover {
  background: #dc352f;
  color: #fff;
}
.hser-box ul li a:hover h3 {
  color: #fff;
}
.hser-box ul li a:hover .hser-boxr {
  background: #fff;
}
.hser-box ul li a:hover .hser-boxr img:last-child {
  display: block;
}
.hser-box ul li a:hover .hser-boxr img:first-child {
  display: none;
}
.hser-box ul li a {
  transition: all 0.4s;
}
.hhonor {
  margin-top: 100px;
  background: #dc352f url("../img/hhonor-bg.png") no-repeat top center;
}
.hhonor-box {
  padding: 50px 0 100px;
}
.hhonor-swiper a {
  display: block;
  background: #fff;
  padding: 40px 50px 25px;
  border: 1px solid #dcdcdc;
}

.hpro-introduce ul li {
  display: none;
}
.hpro-box ul li {
  display: none;
}
.hhonor-swiper .swiper-slide h3 {
  text-align: center;
  margin-top: 30px;
}

.hnews {
  padding: 100px 0;
}
.hnews-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hnews-title a {
}
.hnews-arrow {
  width: 50px;
  height: 50px;
  background: #dc352f url("../img/habout-arrow.png") no-repeat center;
}
.hnews-txtbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hnews-box ul {
  display: flex;
}
.hnews-box ul li {
  width: 33.3333333333333333333333%;
  border-top: 2px solid #f2f2f2;
  border-bottom: 2px solid #f2f2f2;
  border-left: 2px solid #f2f2f2;
}
.hnews-last {
  border-right: 2px solid #f2f2f2;
}
.hnews-box {
  margin-top: 50px;
  overflow: hidden;
}

.hnews-andimg a {
  display: block;
  padding: 50px 45px 45px;
}
.hnews-last a {
  display: block;
  border-bottom: 1px solid #f2f2f2;
  height: 20%;
}
.hnews-last {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hpro-boxswiper a .scale-img {
  border: 1px solid #dcdcdc;
}
.hpro-boxswiper-txt {
  height: 60px;
  background: #eeeeee;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
}
.hpro-boxswiper .swiper-slide:hover .hpro-boxswiper-txt {
  background: #dc352f;
  color: #fff;
}
.hpro-boxswiper-txticon img:last-child {
  display: none;
}
.hpro-boxswiper .swiper-slide:hover .hpro-boxswiper-txt {
  background: #dc352f;
  color: #fff;
}
.hpro-boxswiper .swiper-slide:hover .hpro-boxswiper-txt img:last-child {
  display: block;
}
.hpro-boxswiper .swiper-slide:hover .hpro-boxswiper-txt img:first-child {
  display: none;
}

.hhonor-btn {
  position: relative;
  width: 112px;
}
.hhonor-btn .swiper-button-next {
  width: 46px;
  height: 46px;
  background: url("../img/hcase-next.png") no-repeat center;
  border: 2px solid #dcdbdc;
}
.hhonor-btn .swiper-button-prev {
  width: 46px;
  height: 46px;
  background: url("../img/hcase-prev.png") no-repeat center;
  border: 2px solid #dcdbdc;
  left: 0;
}

.hhonor-btn .swiper-button-next:hover {
  background: #dc352f url("../img/hcase-nexth.png") no-repeat center;
  border: 2px solid #dc352f;
}
.hhonor-btn .swiper-button-prev:hover {
  background: #dc352f url("../img/hcase-prevh.png") no-repeat center;
  border: 2px solid #dc352f;
}
.hhonor-swiper .swiper-slide a:hover h3 {
  color: #dc352f;
}
.hhonor-swiper .swiper-slide a:hover {
  border: 1px solid #dc352f;
}
.hnews-txt h3 {
  font-size: 24px;
  color: #111111;
  padding: 30px 0;
  font-family: "HEITI";
  overflow: hidden;
  white-space: nowrap; 
  text-overflow: ellipsis; 
}
.hnews-txt h4 {
  line-height: 30px;
  font-size: 18px;
}
.hnews-txtbox {
  margin-top: 50px;
}
.hnews-last a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 50px;
}
.hnews-last a h3 {
  font-size: 24px;
  color: #111111;
  margin-bottom: 15px;
  font-family: "HEITI";
  overflow: hidden;
  white-space: nowrap; 
  text-overflow: ellipsis; 
}
.hnews-title a {
  background: #fafafa;
  width: 150px;
  height: 46px;
  border-radius: 8px;
  text-align: center;
  line-height: 46px;
}
.hnews-title a span {
  margin-right: 15px;
}
.hnews-andimg:hover h3 {
  color: #dc352f;
}
.hnews-last a:hover {
  background: #dc352f;
  color: #fff;
}
.hnews-last a:hover h3 {
  color: #fff !important;
}
.hnews-last a:hover span {
  color: #fff;
}
@media (max-width: 1600px) {
  .hpro-introduce-text h4 {
    margin: 15px 0 30px;
    line-height: 30px;
    font-size: 16px;
  }
  .habout-boxl{
    padding-right: 50px;
  }
  .hometit{
    font-size: 36px;
  }
  .habout-boxl p {
    line-height: 30px;
    font-size: 16px;
  }
  .habout-numl p{
    font-size: 16px;
    height: 30px;
  }
  .habout-num ul li a {
    padding: 30px 15px;
  }
}
@media (max-width: 1400px) {
  .hpro-introduce-text h4 {
    margin: 15px 0 30px;
    line-height: 30px;
    font-size: 16px;
  }
  .hpro-introduce-text h3 {
    font-size: 30px;
  }
  .hpro-introduce-text{
    top: 10%;
    left: 5%;
  }
  .habout-boxl p{
     display: -webkit-box;
    -webkit-line-clamp: 4; /* 定义显示的最大行数 */
    -webkit-box-orient: vertical;  
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .hser-boxl{
    width: calc(100% - 80px);
  }
  .hser-boxl h4{
    line-height: 24px;
  }
  .hnews-andimg a{
    padding: 30px 20px;
  }
  .hnews-txt h3{
    font-size: 20px;
  }
  .hnews-txt h4 {
    line-height: 26px;
    font-size: 16px;
  }
  .hnews-txt h3{
    padding: 15px 0;
  }
  .hnews-txtbox{
    margin-top: 20px;
  }
  .hnews-last a h3{
    font-size: 20px;
  }
  .hnews-last a{
    padding: 0 20px;
  }
}
@media (max-width: 1200px) {
  .header-pinpai {
    width: 30%;
  }
  .header-pinpai img {
    width: 100%;
  }
  .hometop .logo {
    width: 300px;
  }
  .hometop .logo img {
    width: 100%;
  }
  .head-r h4 {
    font-size: 24px;
  }
  .head-r h3 {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .header-pinpai {
    display: none;
  }
  .head-r {
    display: none;
  }
  .header-main .container {
    width: 100%;
  }
  .hometit {
    font-size: 32px;
  }
  .home-titleul li {
    width: 100px;
    margin-left: 10px;
  }
  .hpro {
    padding: 50px 0;
  }
  .hpro-introduce-img img{
    height: 300px;
    width: auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .hpro-introduce-text{
    width: 80%;
  }
  .hpro-introduce-text h4{
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 定义显示的最大行数 */
    -webkit-box-orient: vertical;  
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .homemore a{
    width: 140px;
  }
  .homemore a span{
    margin-right:10px;
  }
  .hpro-boxswiper-txt h4{
    overflow: hidden;
    white-space: nowrap; 
    text-overflow: ellipsis; 
  }
  .habout-box{
    display: block;

  }
  .habout-boxl{
    width: 100%;
    padding-right: 0;
  }
  .habout-boxr{
    width: 100%;
  }
  
  .habout{
    background-size: cover;
  }
  .habout-num ul li{
    margin-bottom: 20px;
  }
  .habout-boxr{
    margin-top: 30px;
  }
  .habout{
    padding:50px 0;
  }
  .hcaseSwiper .swiper-button-prev{
    width: 35px;
    height: 35px;
    left: 10px;
  }
  .hcaseSwiper .swiper-button-next{
    width: 35px;
    height: 35px;
    right: 10px;
  }
  .hcaseSwiper a h4{
    bottom: 5px;
    font-size: 14px;
  }
  .hcase{
    padding: 50px 0;
  }
  .hcase-box{
    margin-top: 20px;
  }
  .hser-txt{
    width: 100%;
  }
  .hser-box ul{
    display: block
  }
  .hser-box ul li{
    width: 100%;
    margin-bottom: 10px;
  }
  .hser-txt h4{
    padding: 20px 0;
  }
  .hser-box{
    margin-top: 50px;
  }
  .hser{
    padding: 50px 0;
    background-size: covers;
  }
  .hhonor-box{
    padding: 50px 0 50px;
  }
  .hnews-box ul{
    display: block;
  }
  .hnews-box ul li{
    width: 100%;
    margin-bottom: 30px;
  }
  .hnews-last a{
    padding: 20px;
  }
  .hnews{
    padding: 50px 0 0px;
  }
  .footer-navul li:last-child{
    display: none;
  }
}

@media (max-width: 500px) {
  .hometop .logo {
    width: 250px;
  }
  .home-title {
    display: block;
  }
  .home-titleul li {
    margin-left: 0;
    margin-right: 20px;
    margin-top: 20px;
  }
}


/*内页*/
.news{
  padding: 80px 0;
}
.news-boxul{
  display: flex;
  border: 1px solid #eeeeee;
  flex-wrap: wrap;
}
.news-boxul li{
  padding: 50px;
  width: 33.3333%;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.loadmore a{
  width: 166px;
  height: 44px;
  background: #dc352f;
  border-radius: 3px;
  color: #fff;
  display: block;
  line-height: 44px;
  text-align: center;
  margin:70px auto 0;
}
@media(max-width:1600px){
  .news-boxul li{
    padding: 20px;
  }
}
@media(max-width:991px){
  .news-boxul li{
    width: 50%;
  }
  .news{
    padding: 40px 0;
  }
}
@media(max-width:500px){
  .news-boxul li{
    width: 100%;
  }
}
.case-box{
  padding: 80px 0;
}
.case-tit{
  border-bottom: 1px solid #dcdcdc;
}
.case-nav{
  display: flex;
  justify-content: space-between;
  height: 80px;
  align-items: center;
}
.case-nav ul{
  display: flex;
}
.case-nav h3{
  font-size: 24px;
  color: #222222;
}
.case-nav ul li{
  margin-left: 100px;
  position: relative;
  height: 80px;
  line-height: 80px;
}
.case-nav ul li:hover a{
  color: #dc352f;
}
.case-nav ul li::after{
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #dc352f;
  bottom: -1px;
  left: 0;
  opacity: 0;
  transition: all 0.4s;
}
.case-nav ul li:hover::after{
  opacity: 1;
}
.case-box-tit h3{
  font-size: 50px;
  color: #111111;
}
.case-box-tit{
  text-align: center;
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
.case-box-tit h4{
  padding: 20px 0 40px;
  color: #999999;
  line-height: 24px;
}
.case-boxm ul li{
  margin-bottom: 30px;
}
.case-boxm .hpro-boxswiper-txt{
  background: none;
  border: 1px solid #e5e5e5;
}
.case-boxm ul li:hover .hpro-boxswiper-txt{
  background: #dc352f;
  color: #fff;
}
.case-boxm ul li:hover .hpro-boxswiper-txt .hpro-boxswiper-txticon img:first-child{
  display: none;
}
.case-boxm ul li:hover .hpro-boxswiper-txt .hpro-boxswiper-txticon img:last-child{
  display: block;
}
@media(max-width:991px){
  .case-box-tit{
    width: 100%;
  }
  .case-box-tit h3{
    font-size: 30px;
  }
  .case-nav ul li{
    margin-left: 20px;
  }
  .case-box{
    padding: 40px 0;
  }
}

.honor-nav{
  width: 65%;
}
.honor-nav .swiper-slide{
  width: auto;
}
.honor-box{
  padding: 80px 0;
}
.honor-box .case-box-tit{
  width: 100%;
}

.honor-navswiper .swiper-slide a{
  position: relative;
  height: 80px;
  line-height: 80px;
}
.honor-navswiper .swiper-slide:hover a{
  color: #dc352f;
}
.honor-navswiper .swiper-slide::after{
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #dc352f;
  bottom: -1px;
  left: 0;
  opacity: 0;
  transition: all 0.4s;
}
.honor-navswiper .swiper-slide:hover::after{
  opacity: 1;
}
.honor-mtop{
  display: flex;
}
.honor-mtop li{
  background: #eeeeee;
  width: 16.6666%;
  height: 80px;
  line-height: 80px;
  text-align: center;
  position: relative;
}
.honor-mtop li::after{
  position: absolute;
  content: "";
  width: 1px;
  height: 18px;
  background: #c9c9c9;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.honor-mtop li:last-child::after{
  display: none;
}
.honor-mtop li:hover{
  background: #dc352f;
  color: #fff;
}
.honor-mtop li:hover a{
  color: #fff;
}
.honor-itemtit{
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  height:60px;
  background: #dc352f;
  padding: 0 20px;
}
.honor-itemtiticon img:last-child{
  display: none;
}
.honor-itembox ul{
  display: flex;
  flex-wrap: wrap;

  margin: 0 -15px;
}
.honor-itembox ul li{
  width:20%; 
  padding:0 15px;
}
.honor-itembox ul li a{
  display: block;
}
.honor-itembox ul li .scale-img{
  border: 1px solid #eeeeee;
  padding: 15px;
}
.honor-itembox ul li:hover .scale-img img{
  transform: scale(1);
}
.honor-itembox ul li:hover h4{
  background: #fff;
}
.honor-itemtiticon.on img:last-child{
  display: block;
}
.honor-itemtiticon.on img:first-child{
  display:none;
}
.honor-mcon{
  margin-top: 50px;
}
.honor-itembox{
  margin-top: 30px;
}
.honor-itembox ul li h4{
  text-align: center;
  padding:20px 0 30px;
}
.honor-itembox ul li a:hover{
  background: #dc352f;
}
.honor-itembox ul li a:hover h4{
  color: #dc352f;
}
.honor-mcon .honor-item{
  margin-bottom: 10px;
}

@media(max-width:1200px){
  .honor-mtop{
    flex-wrap: wrap;
  }
  .honor-mtop li{
    width: 33.3333%;
    margin-bottom: 15px;
  }
  .honor-itembox ul li{
    width: 33.3333%;
  }
}
@media(max-width:991px){ 
  .honor-box{
    padding: 40px 0;
  }
  .honor-itembox ul li{
    width: 50%;
  }
}
@media(max-width:500px){ 
  .honor-box{
    padding: 40px 0;
  }
  .honor-itembox ul li{
    width: 100%;
  }
}

.about-top{
  padding: 80px 0;
}
.about-topimg ul{
  display: flex;
  justify-content: space-between;
}
.about-topimg ul li{
  width: 48%;
}
.about-topimg{
  margin-top: 50px;
}
.intit{
  font-size: 50px;
  color: #111111;
  font-family: "HEITI";
}
.tc{
  text-align: center !important;
}
.about-toptxt p{
  text-indent: 2em;
  line-height: 35px;
  margin-bottom: 10px;
}
.about-toptxt{
  margin-top: 50px;
}
.about-equ{
  padding: 80px 0;
}
.about-equbox{
  margin-top: 50px;
}
.about-culture{
  background: url("../img/about-img3.jpg") no-repeat top center;
  padding: 110px 0 230px;
}
.about-culturebox ul li{
  color: #fff;
  display: flex;
  height: 80px;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0 45px;
}
.about-culturebox ul li:first-child{
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.about-culturebox{
  margin-top: 50px;
}
.about-culturebox ul li h3{
  font-size: 24px;
  margin-right: 50px;
}
.about-culturebox ul li:hover{
  background: #dc352f;
  color: #fff;
}
.about-nav{
  width:630px;
}


.about-navswiper .swiper-slide a{
  position: relative;
  height: 80px;
  line-height: 80px;
}
.about-navswiper .swiper-slide:hover a{
  color: #dc352f;
}
.about-navswiper .swiper-slide::after{
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #dc352f;
  bottom: -1px;
  left: 0;
  opacity: 0;
  transition: all 0.4s;
}
.about-navswiper .swiper-slide:hover::after{
  opacity: 1;
}



@media(max-width:991px){ 
  .about-topimg ul{
    display: block;
  }
  .about-topimg ul li{
    width: 100%;
    margin-bottom: 30px;
  }
  .about-top{
    padding: 40px 0;
  }
  .about-culturebox ul li{
    padding: 0 15px;
  }
  .about-culturebox ul li h3{
    font-size: 20px;
    width: 120px;
  }
  .about-culturebox ul li p{
    width: calc(100% - 120px);
    overflow: hidden;
    white-space: nowrap; 
    text-overflow: ellipsis; 
  }
  .about-nav{
    width:60%;
  }
}
.about-culturebox{
  overflow: hidden;
}
.probox-ltit{
  display: flex;
  background: #dc352f;
}
.probox-l{
    width: 380px;
}
.pro-itemtit{
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  height:60px;
  background: #dc352f;
  padding: 0 20px;
}
.pro{
  background: #f5f5f5;
}
.probox{
  display: flex;
  justify-content: space-between;
}
.probox-r{
  width: calc(100% - 430px);
}


.about-equboxswiper .swiper-slide:hover .hpro-boxswiper-txt {
  background: #dc352f;
  color: #fff;
}
.about-equboxswiper .swiper-slide:hover .hpro-boxswiper-txt {
  background: #dc352f;
  color: #fff;
}
.about-equboxswiper .swiper-slide:hover .hpro-boxswiper-txt img:last-child {
  display: block;
}
.about-equboxswiper .swiper-slide:hover .hpro-boxswiper-txt img:first-child {
  display: none;
}

.about-equbtn{
  position: relative;
  width: 112px;
}

.about-equbtn .swiper-button-next {
  width: 46px;
  height: 46px;
  background: url("../img/hcase-next.png") no-repeat center;
  border: 2px solid #dcdbdc;
}
.about-equbtn .swiper-button-prev {
  width: 46px;
  height: 46px;
  background: url("../img/hcase-prev.png") no-repeat center;
  border: 2px solid #dcdbdc;
  left: 0;
}

.about-equbtn .swiper-button-next:hover {
  background: #dc352f url("../img/hcase-nexth.png") no-repeat center;
  border: 2px solid #dc352f;
}
.about-equbtn .swiper-button-prev:hover {
  background: #dc352f url("../img/hcase-prevh.png") no-repeat center;
  border: 2px solid #dc352f;
}

.probox{
  padding: 80px 0;
}
.probox-ltitl h3{
  font-size: 40px;
  color: #fff;
}
.probox-ltit{
  padding: 35px 30px;
  justify-content: space-between;
}
.probox-ltitl h4{
  color: #fff;
  text-transform: uppercase;
  margin-top: 10px;
  font-weight: lighter;
}
.probox-nav{
  background: #fff;
}
.probox-nav ul li>a{
  padding:26px 30px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #f5f5f5;
}
.probox-nav ul li>a span{
  font-size: 18px;
  color: #dc352f;
}
.probox-nav ul li dl{
  padding:30px;
}
.probox-nav ul li dl dd{
  line-height: 40px;
  position: relative;
  padding-left: 20px;
  color: #999999;
}
.probox-nav ul li dl dd::after{
  position: absolute;
  width: 8px;
  height: 2px;
  content: "";
  background: #999999;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.probox-nav ul li dl dd:hover a{
  color: #dc352f;
}
.probox-nav ul li dl dd.on a{
  color: #dc352f;
}
.pro .case-tit{
  background: #fff;
}
.pro .honor-nav{
  width: 450px;
}
.probox-itembox{
  padding: 30px 0;
}
.probox-itembox ul li h4{
  text-align: center;
  padding: 20px 0 30px;
  overflow: hidden;
  white-space: nowrap; 
  text-overflow: ellipsis; 
}
.probox-itembox ul li .scale-img{
  border: 1px solid #dcdcdc;
}
.probox-itembox ul li .scale-img img{
  border: 4px solid #fff;
  
}
.probox-itembox ul li:hover .scale-img{
  border: 1px solid #dc352f;
 
}
.probox-itembox ul li:hover .scale-img img{
  border: 4px solid #dc352f;
  transform: scale(1);
}
.probox-itembox ul li:hover h4{
  color: #dc352f;
}
.probox-item{
  margin-bottom: 10px;
}
@media(max-width:1400px){
  .probox-l{
    width:300px;
  }
  .probox-nav ul li dl dd a{
    display: block;
    overflow: hidden;
    white-space: nowrap; 
    text-overflow: ellipsis; 
  }
  .probox-r {
    width: calc(100% - 350px);
  }
  .probox-itembox ul li h4{
    overflow: hidden;
    white-space: nowrap; 
    text-overflow: ellipsis; 
  }
}
@media(max-width:991px){
  .probox{
    display: block;
    overflow: hidden;
  }
  .probox-l{
    width: 100%;
  }
  .probox-r{
    width: 100%;
    margin-top: 30px;
  }
  .pro .honor-nav{
    width: 60%;
  }
}
.probox{
  overflow: hidden;
}
.prodbox{
  padding: 80px 0;
  background: #fff;
}
.prodtop{
  display: flex;
}
.prodtop-l{
  width: 50%;
  padding-right: 50px;
}
.prodtop-r{
  width: 50%;
  padding-left: 30px;
}
.prodtop-lbig{
  border: 1px solid #dcdcdc;
}
.prodtop-r h3{
  font-size: 36px;
  color: #111111;
  font-weight: bold;
}
.prodtop-rtxt{
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  padding: 40px 0;
  margin: 40px 0;
  font-size: 20px;
  line-height: 40px;
}
.prodtop-rtxt span{
  font-weight: bold;
  color: #222222;
}
.prodtop-r h4{
  font-size: 20px;
  color: #dc352f;
}
.prodtop-pinpai{
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  padding: 40px 0 0;
  margin: 40px 0;
}
.prodtop-pinpai ul{
  display: flex;
  flex-wrap: wrap;
}
.prodtop-pinpai ul li{
  width: 50%;
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #111111;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.prodtop-pinpai ul li h5{
  margin-left: 20px;
}
.prodtop-more{
  background: #dc352f;
  width: 200px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
}
.prodtop-more a span{
  color: #fff;
  font-size: 18px;
  font-family: "HEITI";
  margin-left: 10px;
}
.prodtop-lsswiper a{
  display: block;
  border: 1px solid #dcdcdc;
}
.prodtop-lsswiper a img{
  width: 100%;
}
.prodtop-ls{
  margin-top: 20px;
}
.prodtop-ls{
  padding: 0 50px;
  position: relative;
}
.prodtop-ls .swiper-button-next{
  right: 0;
  background: url("../img/prod-next.png") no-repeat center;
}
.prodtop-ls .swiper-button-prev{
  right: 0;
  background: url("../img/prod-prev.png") no-repeat center;
}

.prodtop-ls .swiper-button-next:hover{
  right: 0;
  background: url("../img/prod-nexth.png") no-repeat center;
}
.prodtop-ls .swiper-button-prev:hover{
  right: 0;
  background: url("../img/prod-prevh.png") no-repeat center;
}
.prodtop-lsswiper a img{
  border: 2px solid #fff;
}
.prodtop-lsswiper .swiper-slide.on{
  border: 2px solid #dc352f;
}
.prodtop-lsswiper .swiper-slide.on a{
  border: 1px solid #dc352f;
}
.prodtop-lbig ul li{
  display: none;
}
.prod-tit{
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dc352f;
  align-items: center;
  margin-top: 50px;
}
.prod-gs{
  margin-top: 50px;
}
.prod-tit h3{
  width: 150px;
  height: 50px;
  background: #dc352f;
  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 50px;

}
.prod-gsbox h3{
  color: #222222;
  font-family: "HEITI";
  margin-top: 30px;
  margin-bottom: 20px;
}
.prod-gsbox p{
  line-height: 30px;
}
.prodcc{
  text-align: center;
  padding: 30px 0;
}
.tjbox .scale-img{
  border: 1px solid #dcdcdc;
}
.parents-swiper a{
  display: block;
}
.parents{
  margin-top: 50px;
}
.parents-swiper a{
  display: block;
  border: 1px solid #dcdcdc;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
@media(max-width:1600px){
  .prodtop-rtxt {
      border-top: 1px solid #dcdcdc;
      border-bottom: 1px solid #dcdcdc;
      padding: 20px 0;
      margin: 20px 0;
      font-size: 18px;
      line-height: 32px;
  }
  .prodtop-pinpai ul li:last-child img{
    width: 100%;
  }
  .prodcc img{
    width: 100%;
  }
}
@media(max-width:1200px){
  .prodtop{
    display: block;
  }
  .prodtop-l{
    width: 100%;
    padding: 0;
  }
  .prodtop-r{
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
}

@media(max-width:991px){
  .prodtop-r h3{
    font-size: 24px;
  } 
  .prodbox{
    padding: 40px 0;
  }
  .prod-tit h3{
    width: 120px;
    font-size: 18px;
  }
}
@media(max-width:500px){ 
  .prodtop-pinpai ul li{
    width: 100%;
  }
  
}
.prodbox{
  overflow: hidden;
}

/* 联系我们 */
.contact-main{
  padding-bottom: 60px;
}
.contact-cont{
  overflow: hidden;
}
.contact-info{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f2f2f2;
  justify-content: center;
}
.contact-info dl dt{
  font-size: 26px;
  color: #000;
  margin-bottom: 25px;
}
.contact-info dl dd{
  line-height: 30px;
  color: #666;
  font-size: 18px;
}
.contact-img{
  overflow: hidden;
  width: 100%;
}
.contact-img img{
  display: block;
  width: 100%;
}
.contact-ditu{
  margin-top: 28px;
  overflow: hidden;
  width: 100%;
}
.contact-ditu img{
  display: block;
  width: 100%;
}
@media(max-width: 1200px){
  .contact-info dl dt{
    margin-bottom: 15px;
  }
}
@media(max-width: 991px){
  .col-xxs-12{
    width:100%;
  }
  .contact-info{
    padding: 30px 0px;
    margin-bottom: 15px;
  }
  .contact-main{
    padding-bottom: 40px;
  }
}
@media(max-width: 599px){
  .contact-main{
    padding-bottom: 30px;
  }
  .contact-ditu{
    margin-top: 15px;
  }
}

.image-container {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.image-container img {
  display: block;
  width: 100%;
  height: auto;
}

/* 闪光效果 */
.image-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.8) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-25deg);
  animation: shine 4s infinite;
}

@keyframes shine {
  100% {
    left: 150%;
  }
}


.table-anli {
  max-width: 1200px;
  width: 100%;
  background: #fff;
  margin: 0 auto;
}
.table-anli tr {
  background: #fff;
}
.table-anli .trbg {
  background: #eeeeee;
}
.table-anli th {
  font-weight: bold;
  font-size: 16px;
}
.table-anli td {
  padding: 10px 0;
  font-size: 13px;
  text-align: left;
  color: #414141;
  line-height: 1.5;
}
.table-anli th {
  padding: 10px 0;
  text-align: left;
  color: #414141;
  line-height: 1.5;
}

.mo {
   display: none;
    }
@media(max-width:991px) {
.mo {
  display: block;
   }
.pc {
  display: none;
  }
    }
