@charset "UTF-8";

/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2017-10-18 08:57:34
 * @version $Id$
 */
@font-face {
  font-family: 'SanRegular';
  src: url('../font/SourceHanSansCN-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SanMedium';
  src: url('../font/SourceHanSansCN-Medium.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: fixed;
  height: 100px;
  z-index: 999;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.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;
}

.logo {}

.nav-ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.head-r {
  display: flex;
}

.head-lang {
  display: flex;
}

.nav-ul {
  margin-right: 35px;
}

.nav-ul li>a {
  display: block;
  font-size: 18px;
  line-height: 58px;
  text-align: center;
  color: #fff;
  position: relative;
  transition: all 0.3s;
  text-transform: uppercase;
  padding: 0 35px;
}

.nav-ul li:hover>a,
.nav-ul li.nav-active a {
  color: #e66621;
}

.headbom {
  position: relative;
  z-index: 999;
  padding: 0 70px;
}

.nav-ul li:hover>a::after {
  opacity: 1;
}

.nav-ul li.nav-active a::after {
  opacity: 1;
}

.nav-ul li {
  position: relative;
}

.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;
  border-bottom: 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;
}

.logo img:last-child {
  display: none;
}

.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;
  z-index: 999;
  height: 80px;
  width: 100%;
  /* background: #fff; */
}

.banner-swiper .swiper-button-next {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.3) url('../img/banner-next.png') no-repeat center;
  border: 2px solid #fff;
  opacity: 1;
  z-index: 666;
  top: 22px;
}

.banner-swiper .swiper-button-prev {
  width: 60px;
  height: 60px;
  background:rgba(255, 255, 255, 0.3) url('../img/banner-prev.png') no-repeat center;
  border: 2px solid #fff;
  left: auto;
  right: 68px;
  opacity: 1;
  z-index: 666;
  top: 22px;
}

/* 底部 */
#footer {
  width: 100%;
  padding-top: 70px;
  padding-bottom: 40px;
  background: #464646;
  overflow: hidden;
}

.footer-top {
  display: flex;
  justify-content: space-between;
}

.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: 18px;
  color: #fff;
  font-family: 'SanRegular';
}

.footer-topltxt {
  margin-top: 20px;
  line-height: 35px;
}

.footer-navul li>a {
  font-size: 26px;
  color: #fff;
  font-family: 'SanRegular';
}

.footer-lastrowtxt {
  font-family: 'SanRegular';
  font-size: 18px;
}

.footer-navul li dl {
  margin-top: 55px;
}

.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: #fff;
  font-family: 'SanRegular';
  font-size: 18px;
}

.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;
  }
}

/* 关于我们 */
.inside-banner {
  position: relative;
}

.ibanner-text {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 0px;
  left: 0px;
  color: #fff;
}

.ibanner-text h3 {
  font-size: 48px;
  line-height: 48px;
  font-family: 'SanMedium';
  margin-bottom: 40px;
}

.ibanner-text p {
  font-size: 26px;
  line-height: 30px;
  font-family: 'SanNormal';
}

.inside-nav {
  width: 100%;
  overflow: hidden;
  background: #fafafa;
}

.about-nav {
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-nav li a {
  display: block;
  width: 240px;
  text-align: center;
  line-height: 100px;
  font-size: 18px;
  color: #555;
  font-family: 'SanRegular';
  transition: all 0.5s;
}

.about-nav li.on a,
.about-nav li:hover a {
  background-color: #e66621;
  color: #fff;
}

.intro-main {
  display: flex;
  justify-content: space-between;
}

.intro-left {
  width: 50%;
  padding-top: 90px;
  padding-right: 25px;
  padding-bottom: 140px;
}

.about-title {
  font-size: 36px;
  line-height: 36px;
  color: #333;
  font-family: 'SanMedium';
  padding-bottom: 26px;
  position: relative;
}

.about-title::before {
  position: absolute;
  width: 65px;
  height: 4px;
  left: 0px;
  bottom: 0px;
  background-color: #e66621;
  content: '';
}

.intro-des {
  margin-top: 45px;
  font-size: 18px;
  color: #333;
  line-height: 30px;
  font-family: 'SanRegular';
}

.intro-des p {
  margin-bottom: 30px;
}

.intro-des p:last-child {
  margin-bottom: 0px;
}

.intro-right {
  width: 50%;
  padding-top: 20px;
  padding-right: 30px;
  padding-left: 62px;
  display: flex;
}

.intro-diqiu {
  position: relative;
  width: 100%;
  background: url(../img/about-bg.png) no-repeat center;
  background-size: 100% 100%;
}


.diqiu-wrap {
  display: flex;
  position: absolute;
  right: 112px;
  bottom: 126px;
  width: 320px;
  height: 66px;
  align-items: center;
  padding-left: 17px;
  background-color: #fff;
  border-radius: 33px;
  box-shadow: 0px 0px 10px #f5f5f5;
}

.diqiu-wrap p {
  margin-left: 20px;
  color: #e66621;
  font-size: 20px;
  font-family: 'SanRegular';
}

.about-datawrap {
  width: 100%;
  height: 316px;
  background: url(../img/about-num-bg.jpg) no-repeat center;
  background-size: 100% 100%;
}

.aboutdata-list {
  display: flex;
  justify-content: space-between;
}

.aboutdata-list li {
  width: 23.92%;
  display: flex;
  align-items: center;
  padding: 80px 0px;
}

.aboutdata-item {
  display: flex;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 64px;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #fff;
}

.aboutdata-info {
  color: #fff;
  font-family: 'SanRegular';
}

.aboutdata-data {
  display: flex;
  align-items: flex-end;
  margin-bottom: 19px;
}

.aboutdata-num {
  font-size: 48px;
  line-height: 48px;
  margin-right: 24px;
}

.aboutdata-data span {
  font-size: 18px;
  line-height: 24px;
}

.aboutdata-info p {
  font-size: 24px;
  line-height: 24px;
}

.culture-wrap {
  padding-top: 76px;
  padding-bottom: 34px;
  background-color: #fafafa;
}

.center-title {
  text-align: center;
}

.center-title::before {
  left: 50%;
  transform: translateX(-50%);
}

.culture-wrap .center-title {
  margin-bottom: 50px;
}

.culture-list {
  margin-left: -64px;
  margin-right: -64px;
}

.culture-list li {
  padding: 0 64px;
  width: 33.333%;
  float: left;
  margin-bottom: 52px;
}

.culture-item {
  height: 200px;
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  transition: all 0.5s;
  padding-left: 45px;
  box-sizing: border-box;
  padding-top: 42px;
  display: flex;
  border: 3px solid #fff;
}

.culture-icon {
  margin-right: 18px;
}

.culture-icon img {
  transition: all 0.5s;
}

.culture-info h3 {
  font-size: 26px;
  line-height: 36px;
  color: #333;
  font-family: 'SanMedium';
  margin-bottom: 16px;
}

.culture-info p {
  font-size: 18px;
  line-height: 30px;
  color: #888;
  padding-right: 90px;
  font-family: 'SanRegular';
}

.culture-item:hover {
  background-color: #fdfdfd;
  box-shadow: 0px 0px 10px #f3f3f3;
}

.culture-item:hover .culture-icon img {
  transform: rotate(35deg);
}

.equip-wrap {
  padding-top: 70px;
  padding-bottom: 98px;
  overflow: hidden;
  position: relative;
}

.equip-wrap .center-title {
  margin-bottom: 60px;
}

.equip-list {
  display: flex;
  justify-content: space-between;
}

.equip-list li {
  width: calc(50% - 30px);
}

.equip-item {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
}

.equip-item img {
  width: 100%;
}

.equip-info {
  width: 100%;
  position: absolute;
  height: 84px;
  background: url(../img/equip-bg.png) no-repeat center;
  background-size: 100% 100%;
  bottom: -84px;
  left: 0px;
  line-height: 84px;
  font-size: 20px;
  color: #fff;
  font-family: 'SanRegular';
  padding-left: 60px;
  transition: all 0.5s;
}

.equip-main {
  position: relative;
}

.equip-next,
.equip-prev {
  width: 64px;
  height: 64px;
  border: 2px solid #d5d5d5;
  margin-top: -32px;
  background-color: #fff;
  background-size: 12px 20px;
}

.equip-next {
  background-image: url(../img/equip-next.png);
  right: -114px;
}

.equip-prev {
  background-image: url(../img/equip-prev.png);
  left: -114px;
}

.equip-item:hover .equip-info {
  bottom: 0px;
}

.honor-wrap {
  padding-top: 60px;
  background-color: #fafafa;
  padding-bottom: 94px;
}

.honor-title p {
  font-size: 18px;
  color: #888;
  font-family: 'SanNormal';
  line-height: 24px;
  margin-top: 27px;
  text-align: center;
}

.honor-title {
  margin-bottom: 47px;
}

.vedio-wrap {
  padding-top: 68px;
  padding-bottom: 80px;
}

.vedio-wrap .center-title {
  margin-bottom: 46px;
}

.xcp-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.xcp-img img {
  width: 100%;
}

.xcp-icon {
  width: 94px;
  cursor: pointer;
  height: 94px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: url(../img/xcp-icon.png) no-repeat center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 1700px) {
  .equip-next {
    right: -84px;
  }

  .equip-prev {
    left: -84px;
  }
}

@media (max-width: 1600px) {
  .intro-left {
    padding-bottom: 118px;
  }

  .intro-right {
    padding-right: 0px;
    padding-left: 36px;
  }

  .culture-list li {
    padding: 0 30px;
  }

  .culture-list {
    margin-left: -30px;
    margin-right: -30px;
  }

  .culture-info p {
    padding-right: 40px;
  }
}

@media (max-width: 1400px) {
  .culture-item {
    padding-left: 20px;
  }

  .ibanner-text h3 {
    font-size: 42px;
    line-height: 42px;
    margin-bottom: 30px;
  }

  .ibanner-text p {
    font-size: 26px;
    line-height: 26px;
  }

  .ibanner-text {
    padding-top: 70px;
  }

  .about-nav li a {
    width: 160px;
    line-height: 60px;
  }
}

@media (max-width: 1200px) {
  .culture-list li {
    width: 50%;
  }

  .intro-main {
    flex-wrap: wrap;
  }

  .intro-left {
    padding-bottom: 60px;
    width: 100%;
    padding-right: 0px;
  }

  .intro-right {
    width: 100%;
    padding-left: 0px;
  }

  .intro-diqiu {
    width: 646px;
    margin: auto;
    height: 675px;
  }

  .aboutdata-list li {
    padding-top: 50px;
    padding-bottom: 50px;
    width: 26%;
  }

  .about-datawrap {
    height: 256px;
  }
}

@media (max-width: 991px) {
  .equip-wrap .center-title {
    margin-bottom: 25px;
  }

  .equip-wrap {
    padding-top: 35px;
    padding-bottom: 40px;
  }

  .culture-wrap {
    padding-top: 35px;
  }

  .ibanner-text {
    padding-top: 0px;
  }

  .culture-wrap .center-title {
    margin-bottom: 25px;
  }

  .culture-list li {
    margin-bottom: 25px;
    padding: 0 15px;
  }

  .culture-list {
    margin-left: -15px;
    margin-right: -15px;
  }

  .ibanner-text h3 {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 10px;
  }

  .ibanner-text p {
    font-size: 14px;
    line-height: 16px;
  }

  .about-nav {
    flex-wrap: wrap;
  }

  .about-nav li a {
    width: auto;
    line-height: 52px;
    font-size: 16px;
    padding: 0 10px;
  }

  .intro-left {
    padding-top: 36px;
    padding-bottom: 0px;
  }

  .about-title {
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 20px;
  }

  .intro-des {
    margin-top: 18px;
    font-size: 16px;
  }

  .intro-des p {
    margin-bottom: 12px;
  }

  .intro-diqiu {
    width: 100%;
    height: 400px;
  }

  .diqiu-wrap {
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
    right: auto;
  }

  .aboutdata-list {
    flex-wrap: wrap;
  }

  .about-datawrap {
    height: auto;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .aboutdata-list li {
    padding-top: 0px;
    margin-bottom: 20px;
    padding-bottom: 0px;
    width: 100%;
  }

  .aboutdata-item {
    padding-bottom: 30px;
  }

  .equip-next,
  .equip-prev {
    width: 48px;
    height: 48px;
    margin-top: -24px;
  }

  .equip-next {
    right: 0px;
  }

  .equip-prev {
    left: 0px;
  }

  .equip-info {
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
  }

  .vedio-wrap {
    padding-top: 35px;
    padding-bottom: 40px;
  }

  .vedio-wrap .center-title {
    margin-bottom: 25px;
  }

  .xcp-icon {
    width: 64px;
    height: 64px;
  }
}

@media (max-width: 599px) {
  .culture-list li {
    margin-bottom: 20px;
    padding: 0px;
    width: 100%;
  }

  .culture-list {
    margin-left: 0px;
    margin-right: 0px;
  }

  .culture-item {
    height: auto;
    padding-top: 25px;
    padding-left: 15px;
    padding-bottom: 25px;
  }

  .culture-info h3 {
    margin-bottom: 6px;
  }

  .culture-info p {
    padding-right: 15px;
  }

  .culture-wrap {
    padding-bottom: 20px;
  }
}

/**首页产品***/
.homepro {
  padding: 20px 0 60px;
  overflow: hidden;
}

.homepro-box {
  display: flex;
  justify-content: space-between;
}

.homepro-l {
  width: 37.8%;
  position: relative;
}

.homepro-r {
  width: 60.8%;
}

.homepro-r ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  height: 100%;
}

.homepro-r ul li {
  width: 49%;
  position: relative;
}

.hpro-txt {
  position: absolute;
  top: 40px;
  width: 304px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.hpro-txt h3 {
  font-size: 30px;
  margin-bottom: 12px;
  color: #333333;
}

.hpro-txt h4 {
  color: #666666;
  line-height: 24px;
  display: none;
}

.hpro-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #e8e8e8;
  opacity: 1;
  margin: 0 8px;
}

.hpro-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fb5c00;
}

.hpro-swiper .swiper-pagination {
  bottom: 30px;
}

.habout {
  background: url('../img/habout-bg.jpg') no-repeat top center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.habout-box {
  display: flex;
  justify-content: space-between;
}

.habout-boxl {
  width: 50%;
  padding-left: 100px;
}

.habout-boxr {
  width: 24.3%;
}

.habout-box {
  padding: 110px 0 120px;
  position: relative;
}

.habout-box::after {
  content: '';
  width: 2px;
  height: 100%;
  background: #e2e2e2;
  position: absolute;
  left: 0;
  top: 0;
}

.habout-box::before {
  content: '';
  width: 2px;
  height: 50%;
  background: #ef6504;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 66;
}

.habout-boxl h3 {
  font-size: 32px;
  color: #db6c25;
}

.habout-boxl h4 {
  font-size: 46px;
  color: #333333;
  padding-top: 20px;
}

.habout-boxl p {
  margin-top: 70px;
  color: #333333;
}

.habout-more a {
  display: flex;
  background: #fff;
  height: 48px;
  width: 100px;
  line-height: 48px;
  text-align: center;
  border: 1px solid #f3f3f3;
  margin-right: 16px;
  align-items: center;
  justify-content: center;
}

.habout-more a img {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

.habout-more {
  display: flex;
  margin: 50px 0;
}

.hpro-iconh {
  display: none;
}

.habout-more a:last-child {
  width: 120px;
}

.habout-more a:hover {
  background: #ef6504;
  color: #fff;
}

.habout-more a:hover .hpro-iconh {
  display: block;
}

.habout-more a:hover .hpro-icon {
  display: none;
}

/*首页案例*/
.hcase {
  padding: 60px 0;
  position: relative;
}

.hcase-txt {
  background: #f8f8f8;
  padding: 45px 60px 40px;
}

.home-tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
}

.home-tit h3 {
  font-size: 46px;
}

.hcase-txt h3 {
  font-size: 30px;
}

.hcase-txt h4 {
  margin-top: 25px;
  color: #333333;
  line-height: 24px;
  height: 100px;
}

.hcase-txt span {
  display: block;
  background: #fff;
  width: 122px;
  height: 48px;
  border: 1px solid #f3f3f3;
  text-align: center;
  line-height: 48px;
  margin-top: 30px;
  border-radius: 5px;
}

.hcase-txt span:hover {
  background: #ef6504;
  color: #fff;
}

.hcase .swiper-button-prev {
  background: url('../img/hcase-prev.png') no-repeat center;
  left: 6.7%;
}

.hcase .swiper-button-next {
  background: url('../img/hcase-next.png') no-repeat center;
  right: 6.7%;
}

.hnews {
  padding-bottom: 70px;
  overflow: hidden;
}

.hnews-top {
  display: flex;
  background: #f6f6f6;
}

.hnews-topl {
  width: 50%;
}

.hnews-topr {
  width: 50%;
  padding: 70px;
}

.hnews-topr h3 {
  color: #db6c25;
}

.hnews-topr h4 {
  font-size: 24px;
  color: #000000;
  padding: 40px 0 35px;
}

.hnews-topr h5 {
  color: #000000;
}

.hnews-topr .swiper-button-next {
  background: url('../img/hnews-arrow.png') no-repeat center;
  width: 56px;
  height: 56px;
  border: 2px solid #ef6504;
  bottom: 0;
  left: 0;
  top: auto;
}

.hnews-swiper {
  padding-bottom: 200px;
}

.hnews-topl ul li {
  display: none;
}

.hnews-bot ul {
  display: flex;
}

.hnews-bot ul li {
  border-right: 1px solid #f4f4f4;
  padding: 76px 20px 0 40px;
  width: 33.333%;
}

.hnews-bot ul li h5 {
  font-size: 24px;
  color: #000000;
  margin-top: 20px;
  line-height: 32px;
}

.hnews-bot ul li h4 {
  color: #f58c54;
}

.habout-boxrrow span {
  font-size: 48px;
  color: #db6c25;
}

.habout-boxr ul li {
  margin-bottom: 60px;
  border-bottom: 1px solid #cdcdcd;
}

.habout-boxr ul li h4 {
  font-size: 24px;
  padding: 20px 0;
}

.habout-boxr ul li i {
  font-style: normal;
  color: #db6c25;
}

.hvid-img {
  position: relative;
  width: 60%;
}

.hvid-img img {
  width: 100%;
}

.hvid-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 1800px) {
  .hcase .swiper-button-prev {
    left: 2%;
  }

  .hcase .swiper-button-next {
    right: 2%;
  }
}

@media (max-width: 1600px) {
  .hpro-txt h3 {
    font-size: 22px;
  }

  .hnews-swiper {
    padding-bottom: 120px;
  }
}

@media (max-width: 1400px) {
  .hpro-txt {
    top: 20px;
  }

  .hpro-txt h3 {
    margin-bottom: 8px;
  }

  .habout-boxl p {
    margin-top: 40px;
  }

  .habout-more {
    margin: 30px 0;
  }

  .hcase .swiper-button-prev {
    left: 1%;
  }

  .hcase .swiper-button-next {
    right: 1%;
  }
}

@media (max-width: 1200px) {
  .hpro-txt {
    width: 90%;
  }

  .hpro-txt h3 {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .hpro-txt h4 {
    font-size: 14px;
  }

  .habout-boxl {
    padding-left: 30px;
  }

  .hnews-swiper {
    padding-bottom: 80px;
  }

  .hnews-topr {
    padding: 40px 30px;
  }

  .hnews-bot ul li h5 {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .logo img:last-child {
    display: block;
  }

  .logo img:first-child {
    display: none;
  }
  .homepro{
    margin-top: -40px;
  }

  .homepro-box {
    display: block;
  }

  .homepro-l {
    width: 100%;
  }

  .homepro-r {
    width: 100%;
    margin-top: 40px;
  }

  .homepro-rul li {
    margin-bottom: 15px;
  }

  .hpro-txt {
    top: 10%;
  }

  .habout-box {
    display: block;
    padding: 30px;
  }

  .habout-boxl {
    width: 100%;
  }

  .habout-boxr {
    width: 100%;
  }

  .habout-boxl {
    padding-left: 0;
    margin-bottom: 30px;
  }

  .habout-boxl h4 {
    font-size: 32px;
  }

  .hcase .swiper-button-prev {
    left: 2%;
  }

  .hcase .swiper-button-next {
    right: 2%;
  }

  .hcase-txt {
    padding: 20px;
  }

  .home-tit h3 {
    font-size: 30px;
  }

  .hcase {
    padding: 40px 0;
  }

  .home-tit {
    margin-bottom: 20px;
  }

  .hnews-top {
    display: block;
  }

  .hnews-topl {
    width: 100%;
  }

  .hnews-topr {
    width: 100%;
  }
  
  .hnews-bot ul {
    display: block;
  }


  .hnews-bot ul li {
    padding: 30px 15px 0 15px;
    width: 100%;
  }

  .hnews {
    padding-bottom: 40px;
  }

  .hcase-txt h4 {
    height: auto;
  }
}

@media (max-width: 600px) {
  .homepro-rul {
    display: block;
  }

  .homepro-r ul li {
    width: 100%;
  }

  .homepro {
    padding:0px 0 40px;
  }

  .habout-box {
    padding: 40px 15px 0;
  }

  .habout-boxl h3 {
    font-size: 22px;
  }

  .hnews-topr {
    padding: 20px;
  }

  .hnews-topr h4 {
    font-size: 18px;
    padding: 20px 0;
  }


  .hnews-bot ul li {
    border-right: 0;
    border-bottom: 1px solid #f4f4f4;
    padding: 30px 15px 15px 15px;
  }
}

/* 产品中心 */
.pro-nav {
  flex-wrap: wrap;
}

.pros-wrap {
  padding-top: 50px;
  overflow: hidden;
}

.pros-list {
  margin-left: -25px;
  margin-right: -25px;
}

.pros-list li {
  float: left;
  margin-bottom: 52px;
  padding: 0 25px;
  width: 33.3333%;
}

.pros-item {
  width: 100%;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  padding: 7px 8px;
  background-color: #fff;
  position: relative;
  transition: all 0.5s;
}

.pros-item::after {
  position: absolute;
  top: 0px;
  left: 0px;
  content: '';
  width: 100%;
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.5s;
  border-radius: 10px;
  z-index: 1;
}

.pros-info {
  z-index: 22;
  display: flex;
  width: 100%;
  height: 70px;
  position: relative;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  background-color: #e66621;
  color: #fff;
  font-size: 20px;
  font-family: 'SanMedium';
  border-radius: 10px;
}

.pros-info i {
  display: block;
  width: 18px;
  height: 18px;
  background: url(../img/pro-more-arrow.png) no-repeat center;
  background-size: 100% 100%;
}

.pros-moredetail {
  opacity: 0;
  position: absolute;
  left: 0px;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s;
}

.pros-info span {
  transition: all 0.5s;
}

.pros-item:hover {
  border-color: #e66621;
}

.pros-item:hover::after {
  border-color: #e66621;
}

.pros-item:hover .pros-moredetail {
  opacity: 1;
}

.pros-item:hover .pros-name {
  opacity: 0;
}

@media (max-width: 1200px) {
  .pros-list {
    margin-left: -15px;
    margin-right: -15px;
  }

  .pros-list li {
    padding: 0 15px;
    margin-bottom: 35px;
  }

  .pros-info {
    height: 50px;
    padding: 0 15px;
    font-size: 16px;
  }

  .pros-moredetail {
    left: 15px;
  }
}

@media (max-width: 991px) {
  .pros-wrap {
    padding-top: 40px;
  }

  .pros-list {
    margin-left: 0px;
    margin-right: 0px;
  }

  .pros-list li {
    float: none;
    width: 100%;
    padding: 0px;
    margin-bottom: 25px;
  }
}

/* 合作案例 */
.case-wrap {
  padding: 95px 0px;
}

.case-list li {
  display: flex;
  flex-wrap: wrap;
}

.case-img {
  width: 50%;
}

.case-info {
  width: 50%;
  background-color: #f8f8f8;
  padding-top: 78px;
  padding-left: 65px;
  color: #333;
  padding-right: 90px;
  font-family: 'SanRegular';
}

.case-list li:nth-child(even) {
  flex-direction: row-reverse;
}

.case-info h3 {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 15px;
}

.case-info p {
  line-height: 36px;
  font-size: 18px;
}

.case-img .public-img:hover img {
  transform: scale(1.1);
}

@media (max-width: 1400px) {
  .case-info {
    padding-top: 45px;
    padding-left: 40px;
    padding-right: 50px;
  }
}

@media (max-width: 1200px) {
  .case-info {
    width: 100%;
    padding: 30px;
  }

  .case-img {
    width: 100%;
  }

  .case-list li:nth-child(even) {
    flex-direction: column;
  }
}

@media (max-width: 991px) {
  .case-wrap {
    padding: 40px 0px;
  }

  .case-info h3 {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 10px;
  }

  .case-info p {
    line-height: 30px;
    font-size: 16px;
  }

  .case-info {
    padding: 20px;
  }
}

/* 新闻咨询 */
.news-wrap {
  padding-top: 0px;
  padding-bottom: 90px;
}

.news-top {
  padding-top: 90px;
}

.news-top {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 64px;
}

.newstop-img {
  width: 50%;
}

.newstop-info {
  background-color: #f6f6f6;
  width: 50%;
  padding-top: 64px;
  padding-left: 70px;
  padding-right: 80px;
  padding-bottom: 94px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.newstop-time {
  color: #db6c25;
  font-size: 16px;
  line-height: 24px;
  font-family: 'SanBold';
  margin-bottom: 20px;
}

.newstop-des h3 {
  color: #000;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 20px;
}

.newstop-des p {
  color: #000;
  font-size: 18px;
  line-height: 24px;
}

.news-detail-more {
  display: block;
  width: 60px;
  height: 60px;
  border: 2px solid #db6c25;
  background: url(../img/news-arrow-on.png) no-repeat center;
  background-size: 12px 20px;
}

.news-list {
  display: flex;
  flex-wrap: wrap;
}

.news-list li {
  height: 330px;
  transition: all 0.5s;
  padding-top: 55px;
  padding-left: 38px;
  padding-bottom: 55px;
  padding-right: 35px;
  width: 33.333%;
  border: 1px solid #e9e9e9;
  border-right: none;
  border-top: none;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.news-list li:nth-child(3n) {
  border-right: 1px solid #e9e9e9;
}

.news-list li:nth-child(1),
.news-list li:nth-child(2),
.news-list li:nth-child(3) {
  border-top: 1px solid #e9e9e9;
}

.news-more {
  display: block;
  width: 60px;
  height: 60px;
  border: 2px solid #e7e7e7;
  background: url(../img/news-arrow.png) no-repeat center;
  background-size: 12px 20px;
}

.news-list li:hover {
  background-color: #db6c25;
}

.news-list li:hover .newstop-time {
  color: #fff;
}

.news-list li:hover .newstop-des h3 {
  color: #fff;
}

.click-more {
  display: block;
  border-radius: 4px;
  color: #fff;
  font-family: 'SanRegular';
  font-size: 16px;
  width: 120px;
  height: 50px;
  background-color: #db6c25;
  line-height: 50px;
  text-align: center;
  margin: 55px auto 0px;
}

.newstop-img .public-img:hover img {
  transform: scale(1.1);
}

@media (max-width: 1400px) {
  .newstop-info {
    padding: 45px;
  }

  .news-list li {
    padding: 35px;
  }
}

@media (max-width: 991px) {
  .news-wrap {
    padding: 0px 0px 40px;
  }

  .newstop-img {
    width: 100%;
  }

  .newstop-info {
    padding: 20px;
    width: 100%;
  }

  .newstop-time {
    margin-bottom: 10px;
  }

  .newstop-des h3 {
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 26px;
  }

  .newstop-des p {
    font-size: 16px;
  }

  .news-detail-more {
    margin-top: 20px;
    width: 50px;
    height: 50px;
  }

  .news-top {
    margin-bottom: 30px;
  }

  .news-list {
    width: 100%;
  }

  .news-list li {
    padding: 20px;
    width: 100%;
  }

  .news-list li {
    height: auto;
    border-right: 1px solid #e9e9e9;
  }

  .news-list li:nth-child(2),
  .news-list li:nth-child(3) {
    border-top: none;
  }

  .news-more {
    margin-top: 20px;
    width: 50px;
    height: 50px;
  }

  .click-more {
    margin-top: 40px;
  }
}

.newsdetail-head {
  position: relative;
}

.newsdetail-wrap {
  background-color: #f3f3f3;
  padding-bottom: 90px;
}

.newsdetail-title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 57px;
  height: 24px;
  margin-bottom: 49px;
}

.newsdetail-title a {
  color: #555555;
  font-size: 18px;
  margin: 0 8px;
  font-family: 'SanNormal';
}

.newsdetail-title a:hover {
  color: #e66621;
}

.newsdetail-title .home-icons {
  margin-left: 0px;
}

.home-icons {
  display: flex;
  align-items: center;
  height: 24px;
}

.newsdetail-main {
  background-color: #fff;
  padding: 0 140px;
}

.newsdetail-main-title {
  text-align: center;
  padding-bottom: 48px;
  border-bottom: 1px solid #e7e7e7;
  padding-top: 80px;
}

.newsdetail-main-title h3 {
  font-size: 36px;
  line-height: 36px;
  color: #000;
  text-align: center;
  margin-bottom: 30px;
}

.newsdetail-main-title span {
  color: #888;
  font-size: 18px;
  line-height: 24px;
  font-family: 'SanBold';
}

.newsdetail-main-info {
  padding-top: 55px;
  padding-bottom: 68px;
}

.newsdetail-main-info p {
  text-indent: 32px;
  color: #555;
  font-size: 18px;
  line-height: 36px;
  font-family: 'SanRegular';
}

.newsdetail-main-info img {
  display: block;
  margin: 65px auto 0px;
}

.newsdetail-pages {
  border-top: 1px solid #e7e7e7;
  padding: 0px 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 164px;
  padding-bottom: 10px;
}

.newsdetail-pages a {
  color: #555;
  font-size: 18px;
  line-height: 36px;
  font-family: 'SanRegular';
}

.newsdetail-pages a:hover {
  color: #e66621;
}

@media (max-width: 1400px) {
  .newsdetail-main {
    padding: 0 70px;
  }

  .newsdetail-main-info img {
    width: 100%;
    max-width: 740px;
  }
}

@media (max-width: 991px) {
  .newsdetail-main {
    padding: 0px 10px;
  }

  .newsdetail-title {
    margin-top: 36px;
    margin-bottom: 30px;
  }

  .newsdetail-main-title {
    padding-top: 32px;
    padding-bottom: 20px;
  }

  .newsdetail-main-title h3 {
    font-size: 28px;
    margin-bottom: 12px;
  }

  .newsdetail-main-info {
    padding-top: 30px;
    padding-bottom: 35px;
  }

  .newsdetail-main-info p {
    font-size: 16px;
    line-height: 30px;
  }

  .newsdetail-main-info img {
    margin-top: 26px;
  }

  .newsdetail-pages {
    padding: 20px 0px;
    height: auto;
  }

  .newsdetail-pages a {
    font-size: 16px;
    line-height: 30px;
  }

  .newsdetail-wrap {
    padding-bottom: 40px;
  }

  .newsdetail-title {
    height: auto;
    min-height: 24px;
  }

  .newsdetail-title a {
    font-size: 16px;
  }
}

.prosdetail-wrap {
  background-color: #f3f3f3;
  overflow: hidden;
  padding-top: 45px;
}

.prosdetail-top {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 44px;
}

.prosdetail-left {
  width: 50%;
  padding-right: 128px;
}

.prosdetail-left .newsdetail-title {
  margin-top: 15px;
  margin-bottom: 0px;
}

.prosdetail-top-info {
  padding-top: 132px;
}

.prosdetail-top-info h3 {
  color: #e66621;
  font-size: 42px;
  line-height: 42px;
  font-family: 'SanMedium';
  margin-bottom: 62px;
}

.prosdetail-top-des {
  font-size: 18px;
  line-height: 30px;
  font-family: 'SanNormal';
  color: #555;
  margin-bottom: 58px;
}

.prosdetail-contact {
  display: block;
  width: 160px;
  height: 54px;
  text-align: center;
  border-radius: 4px;
  line-height: 54px;
  color: #fff;
  font-family: 'SanRegular';
  background-color: #e66621;
}

.prosdetail-right {
  width: 50%;
}

.prosdetail-swiper>.swiper-pagination-bullets {
  bottom: 32px;
}

.prosdetail-swiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  opacity: 1;
  background-color: #e0e0e0 !important;
}

.prosdetail-swiper>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.prosdetail-swiper .swiper-pagination-bullet-active {
  background-color: #e66621 !important;
}

.prosdetail-swiper .public-img {
  border-radius: 16px;
}

.prosdetail-swiper .public-img img {
  border-radius: 16px;
}

.prosdetail-swiper .public-img:hover img {
  transform: scale(1.1);
}

.prosdetail-item {
  padding-top: 70px;
}

.prosdetail-item-title {
  font-size: 36px;
  color: #333;
  font-family: 'SanMedium';
  line-height: 36px;
  padding-bottom: 31px;
  border-bottom: 1px solid #f0f0f0;
}

.argus-img {
  width: 100%;
  margin-top: 37px;
  overflow: hidden;
}

.character-des {
  padding-top: 54px;
}

.character-des p {
  font-size: 18px;
  color: #555;
  line-height: 30px;
  font-family: 'SanRegular';
}

.otherpro-list {
  margin-top: 38px;
  margin-left: -25px;
  margin-right: -25px;
}

.otherpro-list li {
  float: left;
  padding: 0 25px;
  width: 33.333%;
}

.prosdetail-main {
  padding-bottom: 100px;
  overflow: hidden;
}

@media (max-width: 1600px) {
  .prosdetail-top-info {
    padding-top: 70px;
  }

  .argus-img img {
    width: 100%;
  }
}

@media (max-width: 1400px) {
  .prosdetail-top-info {
    padding-top: 50px;
  }

  .prosdetail-top-info h3 {
    margin-bottom: 40px;
  }

  .prosdetail-left {
    padding-right: 70px;
  }
}

@media (max-width: 1200px) {
  .prosdetail-left {
    padding-right: 0px;
    width: 100%;
    margin-bottom: 30px;
  }

  .prosdetail-right {
    width: 100%;
  }

  .prosdetail-top-info {
    padding-top: 50px;
  }

  .prosdetail-top-info h3 {
    margin-bottom: 40px;
  }

  .otherpro-list {
    margin-left: -15px;
    margin-right: -15px;
  }

  .otherpro-list li {
    padding: 0 15px;
  }
}

@media (max-width: 991px) {
  .prosdetail-wrap {
    padding-top: 35px;
  }

  .prosdetail-left .newsdetail-title {
    margin-top: 0px;
  }

  .prosdetail-top-info {
    padding-top: 30px;
  }

  .prosdetail-top-info h3 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 15px;
  }

  .prosdetail-top-des {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .prosdetail-contact {
    width: 140px;
    height: 48px;
    line-height: 48px;
  }

  .prosdetail-top {
    padding-bottom: 40px;
  }

  .prosdetail-swiper>.swiper-pagination-bullets {
    bottom: 15px;
  }

  .prosdetail-item {
    padding-top: 36px;
  }

  .prosdetail-item-title {
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 15px;
  }

  .argus-img {
    margin-top: 27px;
  }

  .character-des {
    padding-top: 22px;
  }

  .character-des p {
    font-size: 16px;
  }

  .otherpro-list {
    margin-top: 25px;
    margin-left: 0px;
    margin-right: 0px;
  }

  .otherpro-list li {
    float: none;
    width: 100%;
    padding: 0px;
    margin-bottom: 20px;
  }

  .otherpro-list li:last-child {
    margin-bottom: 0px;
  }

  .prosdetail-main {
    padding-bottom: 40px;
  }
}


/*关于我们 -- 企业荣誉*/
.intro-diqiu .diqiu-wrap img {
  transition: all 0.4s;
}

.intro-diqiu:hover .diqiu-wrap img {
  transform: rotate(90deg);
}

.honor-swiper.swiper-container {
  width: 100%;
  height: 100%;
}

.honor-swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  opacity: 0.6;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.8);
}

.honor-swiper .swiper-slide-active,
.swiper-slide-duplicate-active {
  transform: scale(1);
}

.honor-swiper .swiper-button-prev {
  width: 60px;
  height: 60px;
  border: 1px solid #acacac;
  background: #fff url("../img/honor-prev.png") no-repeat center;
  left: 23%;
}

.honor-swiper .swiper-button-next {
  width: 60px;
  height: 60px;
  border: 1px solid #acacac;
  background: #fff url("../img/honor-next.png") no-repeat center;
  right: 23%;
}

.honor-swiper .swiper-button-prev:hover {
  background: #fc5d00 url("../img/honor-prev-on.png") no-repeat center;
  border: 1px solid #fc5d00;
}

.honor-swiper .swiper-button-next:hover {
  border: 1px solid #fc5d00;
  background: #fc5d00 url("../img/honor-next-on.png") no-repeat center;
}

.honor-swiper .swiper-slide-active {
  opacity: 1;
}

@media(max-width:991px) {
  .honor-swiper .swiper-button-prev {
    width: 40px;
    height: 40px;
    left: 10%;
  }

  .honor-swiper .swiper-button-next {
    width: 40px;
    height: 40px;
    right: 10%;
  }
}

.support-titm {
  display: flex;
}

.support {
  padding: 0px 0 80px;
  background: #fbfbfb;
}

.support-tit h3 {
  font-size: 42px;
  text-align: center;
}

.support-titm {
  margin-top: 60px;
  padding: 0 100px;
}

.support-titm img {
  width: 38px;
  height: 31px;
}

.support-titm p {
  margin: 0 20px;
  font-size: 24px;
  line-height: 35px;
  text-align: center;
}

.support-shfw {
  padding-top: 100px;
}

.support-shfw ul {
  display: flex;
  justify-content: space-between;
}

.support-shfw ul li {
  background: #fff;
  display: block;
  border-radius: 10px;
  padding: 50px 40px;
  width: 32%;
}

.support-shfw ul li a:hover {
  box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, 0.1);
}

.shfw-tit {
  display: flex;
  justify-content: space-between;
}

.shfw-titl {
  display: flex;
  align-items: center;
}

.shfw-titl img {
  margin-right: 20px;
}

.shfw-titr img:last-child {
  display: none;
}

.shfw-titl h3 {
  font-size: 30px;
  color: #333333;
}

.shfw-txt {
  margin-top: 50px;
  font-size: 18px;
  color: #666666;
  line-height: 35px;
}

.support-shfw ul li:hover .shfw-titr img:last-child {
  display: block;
}

.support-shfw ul li:hover .shfw-titr img:first-child {
  display: none;
}

.support-fudw {
  display: flex;
  margin-top: 80px;
  align-items: center;
}

.support-fudwl h4 {
  font-size: 36px;
}

.support-fudwl h5 {
  margin-top: 80px;
  line-height: 45px;
  padding-right: 70px;
}

.support-fudwl {
  width: 50%;
}

.support-fudwr {
  width: 50%;
}

@media(max-width:1400px) {
  .support-titm p {
    font-size: 18px;
  }

  .support-shfw ul li {
    padding: 30px;
  }

  .support-fudwl h4 {
    font-size: 30px;
  }

  .support-fudwl h5 {
    margin-top: 30px;
  }

  .support-fudwl h5 {
    line-height: 32px;
  }

}

@media(max-width:1200px) {
  .support-tit h3 {
    font-size: 36px;
  }

  .support-titm {
    margin-top: 40px;
    padding: 0 30px;
  }

  .support-shfw ul li {
    padding: 15px;
  }

  .shfw-titl h3 {
    font-size: 22px;
  }

  .shfw-txt {
    margin-top: 20px;
    font-size: 16px;
    line-height: 28px;
  }
}

@media(max-width:991px) {
  .support-titm {
    margin-top: 30px;
    padding: 0px;
  }

  .support-titm p {
    font-size: 16px;
    line-height: 28px;
  }

  .support {
    padding: 0px 0 0;
  }

  .support-shfw ul {
    display: block;
  }

  .support-shfw ul li {
    width: 100%;
    padding: 30px;
    margin-bottom: 20px;
  }

  .support-shfw {
    padding-top: 40px;
  }

  .support-fudw {
    display: block;
  }

  .support-fudwl {
    width: 100%;
  }

  .support-fudwr {
    width: 100%;
    margin-top: 30px;
  }

  .support-fudw {
    margin-top: 40px;
  }
}

@media(max-width:500px) {
  .support-shfw ul li {
    padding: 15px;
  }
}

/* 联系我们 */
.contact-wrap {
  padding-top: 0px;
  padding-bottom: 55px;
}

.contact-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow: hidden;
  margin-bottom: 95px;
  padding-top: 75px;
}

.contact-ways {
  width: 47.3%;
}

.contact-right {
  width: 52.7%;
}

.contact-title {
  font-size: 32px;
  line-height: 32px;
  color: #333;
  margin-bottom: 40px;
  font-family: 'SanMedium';
}

.contact-waysinfo {
  color: #555;
  font-family: 'SanRegular';
}

.contact-waysinfo h4 {
  font-size: 26px;
  line-height: 26px;
  margin-bottom: 22px;
}

.contact-waysinfo p {
  font-size: 20px;
  line-height: 48px;
}

.message-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 16px;
  border-radius: 4px;
}

.message-input {
  display: flex;
  align-items: center;
  background-color: #f5f5f5;
  height: 58px;
  padding-left: 25px;
  color: #969696;
  font-size: 18px;
  font-family: 'SanNormal';
}

.flex-two {
  width: calc(50% - 9px);
}

.flex-one {
  flex: 1;
}

.message-input span {
  width: 44px;
}

.message-input input,
.message-input textarea {
  width: calc(100% - 44px);
  border: none;
  height: 56px;
  line-height: 56px;
  font-size: 18px;
  background: none;
  outline: none;
}

.message-text {
  align-items: flex-start;
  height: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 30px;
}

.message-text textarea {
  line-height: 30px;
  resize: none;
  padding-right: 10px;
  height: 130px;
}

.contact-submit {
  width: 100%;
  height: 66px;
  line-height: 66px;
  text-align: center;
  background: #e66621;
  border: none;
  font-size: 20px;
  font-family: 'SanRegular';
  color: #fff;
  border-radius: 4px;
}

.map-img {
  width: 100%;
  overflow: hidden;
}

.map-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .contact-wrap {
    padding-top: 0px;
    padding-bottom: 40px;
  }

  .contact-top {
    margin-bottom: 30px;
  }

  .contact-ways {
    width: 100%;
    margin-bottom: 20px;
  }

  .contact-right {
    width: 100%;
  }

  .contact-title {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 30px;
  }

  .contact-waysinfo h4 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 15px;
  }

  .contact-waysinfo p {
    font-size: 18px;
    line-height: 36px;
  }
}

@media (max-width: 559px) {
  .flex-two {
    width: 100%;
  }

  .flex-two:first-child {
    margin-bottom: 16px;
  }

  .contact-submit {
    height: 50px;
    line-height: 50px;
  }

  .message-input {
    padding-left: 15px;
  }
}





/*新增*/
.sup-nav {
  background: #fff;
}

.support-box {
  padding-top: 90px;
}

.sup-nav {
  height: 100px;
  line-height: 100px;
}

.sup-nav ul {
  display: flex;
  justify-content: center;
}

.sup-nav ul li a {
  display: block;
  width: 240px;
  text-align: center;
  font-size: 18px;
}


.sup-nav ul li.on a {
  color: #fff;
  background: #e66621;
}

.sup-nav ul li:hover a {
  background: #e66621;
  color: #fff;
}

@media(max-width:991px) {
  .sup-nav {
    height: 70px;
    line-height: 70px;
  }

  .sup-nav ul li a {
    width: 150px;
  }

  .support-box {
    padding-top: 40px;
  }

  .contact-top {
    padding-top: 40px;
  }
}

.contact-wrap .contact-nav {
  background: #fafafa;
}



.download {
  background: url("../img/download-bg.jpg") no-repeat center top;
  padding: 80px 0 0px;
  overflow: hidden;
}

.down-tit {
  text-align: center;
}

.down-tit h3 {
  font-size: 30px;
}

.down-box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.down-box ul li {
  background: #fff;
  width: 49%;
  margin-bottom: 40px;
}

.down-box ul li a {
  display: flex;
  justify-content: space-between;
  height: 100px;
  align-items: center;
  padding: 0 60px 0 30px;
  border-bottom: 1px solid #e4e4e4;
}

.down-box {
  margin-top: 60px;
}

@media(max-width:1200px) {
  .step-box {
    width: 110px;
    height: 124px;
  }

  .step-ul li::after {
    top: 52px;
  }

  .step-txt p {
    padding: 0 10px;
  }
}

@media(max-width:991px) {
  .step-ul li {
    width: 33.33333%;
    margin-bottom: 20px;
  }

  .step-ul {
    flex-wrap: wrap;
  }

  .step-ul li:nth-of-type(3)::after {
    display: none;
  }

  .step-tit h3 {
    font-size: 24px;
  }

  .sup-step {
    padding: 40px 0;
  }

  .step-tit h4 {
    margin-top: 15px;
  }

  .down-box ul {
    display: block;
  }

  .down-box ul li {
    width: 100%;
  }

  .down-tit h3 {
    font-size: 24px;
  }

  .download {
    padding: 40px 0;
  }

  .down-box {
    margin-top: 30px;
  }
}

@media(max-width:500px) {
  .step-ul li {
    width: 50%;
    margin-bottom: 20px;
  }

  .step-ul {
    flex-wrap: wrap;
  }

  .step-ul li:nth-of-type(3)::after {
    display: block;
  }

  .step-ul li:nth-of-type(4)::after {
    display: none;
  }

}



.recrument-list li {
  margin-bottom: 6px;
  cursor: pointer;
}

.recrument-list li:last-child {
  margin-bottom: 0px;
}

.recrument-top {
  background-color: #f7f7f7;
  padding-right: 45px;
  padding-left: 60px;
  display: flex;
  height: 60px;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  color: #333;
}

.recrument-icon {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/job-jia.png);
  cursor: pointer;
  width: 32px;
  height: 32px;
}

.recrument-list li.on .recrument-top {
  background-color: #e66621;
  color: #fff;
}

.recrument-list li.on .recrument-icon {
  background-image: url(../img/job-jian.png);
}

.recrument-des {
  padding-top: 32px;
  padding-bottom: 36px;
  padding-left: 90px;
  display: none;
}

.recrument-des p {
  font-size: 16px;
  line-height: 30px;
  color: #666;
}

@media (max-width: 1200px) {
  .recrument-top {
    padding-left: 45px;
  }

  .recrument-des {
    padding-left: 45px;
  }
}

@media (max-width: 991px) {
  .recrument-top {
    padding-left: 25px;
    padding-right: 25px;
  }

  .recrument-des {
    padding-left: 25px;
    padding-top: 20px;
    padding-bottom: 15px;
  }

  .recrument-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (max-width: 599px) {
  .recrument-top {
    padding-left: 15px;
    padding-right: 15px;
  }

  .recrument-des {
    padding-left: 15px;
    padding-top: 20px;
    padding-bottom: 15px;
  }
}

.job-tit span {
  font-size: 32px;
  text-align: center;
  display: block;
}

.job-tit {
  padding-top: 80px;
  margin-bottom: 50px;
}

.jon-m {
  padding-bottom: 80px;
}

.job-margin {
  margin-top: 40px;
}

@media(max-width:991px) {
  .job-tit {
    padding-top: 40px;
    margin-bottom: 30px;
  }

  .jon-m {
    padding-bottom: 40px;
  }
}

.down-wl {
  display: flex;
  align-items: center;
}

.down-wr {
  display: flex;
  align-items: center;
}

.down-wlimg {
  margin-right: 40px;
}

.down-wrtime h3 {
  font-size: 20px;
  margin-bottom: 5px;
}

.down-wrtime h4 {
  color: #888888;
}

.down-wrimg {
  margin-right: 15px;
}

.down-wr h4 {
  font-size: 18px;
  color: #333333;
}

.download .pros-page {
  margin-bottom: 0;
  margin-top: 40px;
}

.down-box ul li a:hover {
  border-bottom: 1px solid #e66621;
}

@media(max-width:991px) {
  .down-box ul li a {
    padding: 0 15px;
  }

  .down-box ul li {
    margin-bottom: 15px;
  }

  .news-top {
    padding-top: 40px;
  }

}

.news-wnav {
  background: #fafafa;
}

#p-banner .swiper-slide img {
  width: 100%;
  display: block;
}

.pc {
  display: block !important;
}

.mo {
  display: none !important;
}

@media(max-width:991px) {
  .pc {
    display: none !important;
  }

  .mo {
    display: block !important;
  }
}

@media(max-width:991px) {
  .hprocate-boxr {
    display: none;
  }
}