@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;
}

@font-face {
  font-family: 'Atami';
  src: url('../font/Atami-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FBold';
  src: url('../font/Futura-Bold.ttf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

/* header */
header {
  width: 100%;
  position: fixed;
  z-index: 99;
}

header.on {
  background: #fff;
}

header.color {
  background: #fff;
}

.header-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100px;
  padding: 0 70px;
}

.logo {
  display: block;
  overflow: hidden;
}

.logo img {
  width: 100%;
  max-width: 222px;
}

.hotline-wrap {
  display: flex;
  align-items: center;
}

.hotline-wrap p {
  font-size: 24px;
  color: #333;
  line-height: 24px;
  margin-left: 16px;
}

.nav-ul {
  display: flex;
  justify-content: space-between;
}

.nav-ul li {
  position: relative;
  padding: 0 25px;
}

.nav-ul li:last-child {
  padding-right: 0;
}

/* .nav-ul li:last-child{
  margin-right: 0px;
} */
.header-r {
  display: flex;
  align-items: center;
}

.nav-ul li>a {
  display: block;
  font-size: 18px;
  line-height: 42px;
  text-align: center;
  width: 136px;
  color: #333;
  height: 42px;
  position: relative;
}

.nav-ul li>a::after {
  position: absolute;
  width: 47px;
  height: 4px;
  border-radius: 2px;
  background-color: #006fb9;
  content: '';
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.3s;
  display: none;
}

.nav-ul li:hover>a,
.nav-ul li.nav-active>a {
  color: #fff;
  background: #ffc600;
  border-radius: 20px;
}

/* .nav-ul li:hover>a::after {
  display: block;
}

.nav-ul li:hover>a::after {
  opacity: 1;
}

.nav-ul li.nav-active a::after {
  opacity: 1;
} */

.nav-ulr li a img {
  margin-right: 8px;
}

.head-menu {
  margin: 0 30px;
  cursor: pointer;
}

.nav-sub {
  position: absolute;
  left: 0;
  top: 90px;
  z-index: 9999;
  background: #fff;
  width: 100%;
  margin: 0px 0 40px;
  display: none;
}

.nav-sub dl dd a {
  color: #555555;
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
}

.nav-sub dl dd a:hover {
  color: #ffc600;
}

.sub-bg {
  background: #fff;
  position: absolute;
  left: 0;
  top: 100px;
  width: 100%;
  border-top: 1px solid #e4e4e4;
  height: 450px;
  display: none;
}

.navbrand-swiper .swiper-slide {
  position: relative;
}

.navbrand-swiper .swiper-slide h4 {
  position: absolute;
  bottom: 22px;
  left: 30px;
  color: #fff;
  font-family: 'SanRegular';
}

@media (max-width: 1200px) {
  .nav-ul li>a {
    font-size: 16px;
  }

  .hotline-wrap p {
    margin-left: 8px;
  }

  .nav-ull li {
    margin-right: 80px;
  }

  .nav-ulr li {
    margin-left: 80px;
  }
}

@media (max-width: 991px) {
  .nav-ul {
    display: none;
  }

  .hotline-wrap {
    display: none;
  }

  header {
    height: 70px;
  }

  .header-main {
    height: 70px;
    padding: 0 15px;
  }

  .logo {
    width: 169px;
  }
}

/* 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%;
  background: #171717;
  overflow: hidden;
  padding: 80px 120px 40px;
}

.footer-top {
  display: flex;
  justify-content: space-between;
}

.footer-topl {
  width: 32%;
}

.footer-topr {
  width: 40%;
  display: flex;
  justify-content: space-between;
  color: #d5d5d5;
}

.footer-topl h3 {
  font-size: 36px;
  color: #ffc600;
}

.foot-nav ul {
  display: flex;
  flex-wrap: wrap;
}

.foot-nav {
  margin-top: 60px;
}

.foot-nav ul li a {
  color: #fff;
  font-size: 20px;
}

.foot-nav ul li {
  width: 25%;
  margin-bottom: 24px;
}

.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 h4 {
  text-align: center;
  color: #b5b5b5;
}

.foot-ser h6 {
  font-size: 48px;
  margin: 30px 0 20px;
  font-family: 'Atami';
  font-weight: bold;
}

.foot-ser h5 {
  font-size: 24px;
}

.foot-ser p {
  font-size: 18px;
}

.foot-ser a span {
  display: block;
  font-size: 18px;
  color: #fcc800;
  margin-right: 10px;
}

.foot-ser a {
  display: flex;
  align-items: center;
  margin-top: 40px;
}

.footer-navul li dl dd a {
  color: #fff;
  font-family: 'SanRegular';
  font-size: 18px;
}

.footer-code h4 {
  font-size: 24px;
  margin-bottom: 26px;
}

.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: 991px) {
  .footer-top {
    display: block;
  }

  .footer-topr {
    width: 100%;
    display: none;
  }

  .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;
  }

  .foot-nav {
    margin-top: 30px;
  }
}

@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;
  }
}

@media (max-width: 1700px) {
  .nav-ul li {
    padding: 0 15px;
  }

  .footer-topr {
    width: 50%;
  }

  .footer-topl {
    width: 40%;
  }
}

@media (max-width: 1600px) {
  .nav-ul li {
    padding: 0 5px;
  }

  .nav-ul li>a {
    width: 120px;
  }

  .nav-sub dl dd a {
    font-size: 14px;
    line-height: 30px;
  }
}

@media (max-width: 1400px) {
  .nav-ul li {
    padding: 0 5px;
  }

  .nav-ul li>a {
    width: 100px;
  }

  .nav-sub dl dd a {
    font-size: 14px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  #footer {
    padding: 60px 60px 40px;
  }

  .footer-topr {
    width: 55%;
  }
}

@media (max-width: 1200px) {
  .header-main {
    padding: 0 30px;
  }

  .nav-ul li>a {
    width: 95px;
  }

  .nav-ul li {
    padding: 0 2px;
  }

  .logo {
    width: 150px;
  }

  .footer-code {
    display: none;
  }

  .footer-topr {
    width: 45%;
  }

  .footer-topl {
    width: 45%;
  }
}

@media (max-width: 991px) {
  .head-menu {
    display: none;
  }

  .sou {
    display: none;
  }

  .footer-topl {
    width: 100%;
  }

  .footer-logo {
    text-align: center;
  }

  .footer-topl h3 {
    text-align: center;
  }

  .foot-nav ul li {
    text-align: center;
  }

  #footer {
    padding: 40px 30px 20px;
  }

  .foot-nav ul li a {
    font-size: 16px;
  }

  .footer-topl h3 {
    font-size: 28px;
  }

  .header-main {
    padding: 0 15px;
  }
}

.habout-dg {
  display: flex;
}

.habout {
  background: #fafafa;
  padding: 140px 0 60px;
  overflow: hidden;
}

.habout-dgl {
  width: 50%;
  padding-right: 30px;
}

.habout-dgl img {
  width: 100%;
}

.habout-zg {
  display: flex;
}

.habout-zgl {
  width: 50%;
}

.hbaout-dgr {
  width: 50%;
  padding-left: 30px;
}

.hbaout-dgr img {
  width: 100%;
}

.habout-dg {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 80px;
}

.habout-zg {
  padding-top: 80px;
}

.habout-more {
  width: 34px;
  height: 34px;
  background: #ffc600 url("../img/habout-next.png") no-repeat center;
  border-radius: 50%;
}

.head-menu {
  position: relative;
}

.head-menubox {
  width: 20px;
  height: 30px;
  background: red;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.habout-tit {
  font-size: 36px;
  color: #ffc600;
  line-height: 36px;
}

.habout-tit span {
  font-family: 'SanBold';
  margin-right: 10px;
}

.habout-tit i {
  font-style: normal;
}

.hbaout-dgr h3 {
  font-size: 36px;
  color: #171109;
  margin-top: 40px;
  margin-bottom: 10px;
}

.hbaout-dgr h4 {
  font-size: 36px;
  color: #171109;
}

.habout-dgtxt {
  font-size: 18px;
  line-height: 35px;
  margin-top: 70px;
}

.habout-year {
  display: flex;
  align-items: flex-end;
}

.habout-year span {
  font-size: 73px;
  text-transform: uppercase;
  font-family: 'SanBold';
  line-height: 72px;
  color: #fcc800;
}

.habout-year img {
  width: 270px;
  position: relative;
  left: -10px;
}

.habout-more {
  margin: 50px 0 30px;
}

.habout-zgl h3 {
  font-size: 36px;
  color: #171109;
  margin: 25px 0 50px;
}

.habout-zgtxt {
  font-size: 18px;
  line-height: 35px;
}

.hhonor {
  padding: 90px 0 100px;
  background: url("../img/hhonor-bg.jpg") no-repeat top center;
  background-size: 100%;
}

.hh-tit {
  font-size: 42px;
  color: #fcc800;
  line-height: 42px;
}

.hh-tit i {
  font-style: normal;
  color: #171109;
}

.hhonor-tit {
  display: flex;
  justify-content: space-between
}

.hhonor-titr {
  width: 43%;
  color: #171109;
  line-height: 30px;
}

.hhonor-box {
  margin-top: 90px;
}

.hhonor-container .swiper-slide h3 {
  text-align: center;
  margin-top: 26px;
}

.hhonor-container .swiper-button-next {
  width: 60px;
  height: 60px;
  background: #ffc600 url("../img/hhonor-next.png") no-repeat center;
  border-radius: 50%;
  top: auto;
  bottom: 0;
  right: 43.75%;
}

.hhonor-container .swiper-button-prev {
  width: 60px;
  height: 60px;
  background: #ffc600 url("../img/hhonor-prev.png") no-repeat center;
  border-radius: 50%;
  bottom: 0;
  top: auto;
  left: 43.75%;
}

.hhonor-container {
  padding-bottom: 130px;
}

.hpro {
  padding-bottom: 55px;
}

.hpro-box {
  margin-top: 60px;
}

.hpro-box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.hpro-box ul li {
  width: 23.5%;
  margin-bottom: 30px;
}

.hpro-box ul li a {
  position: relative;
  display: block;
}

.hpro-box ul li h3 {
  position: absolute;
  top: 36px;
  left: 36px;
  color: #fff;
  font-size: 18px;
}

.hpro-up {
  background: #f3f3f3;
  width: 214px;
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px auto 0;
  cursor: pointer;
}

.hpro-up:hover{
  background: #ffc600;
  color: #fff;
}
.hpro-up img {
  margin-left: 20px;
}
.hpro-up img:last-child{
  display: none;
}
.hpro-up:hover img:last-child{
  display: block;
}
.hpro-up:hover img:first-child{
  display: none;
}
.hpro-ulmore {
  display: none;
}

.hpro-down {
  background: #f3f3f3;
  width: 214px;
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px auto 0;
  cursor: pointer;
  display: none;
}

.hpro-down img {
  margin-left: 20px;
}
.hpro-down:hover{
  background: #ffc600;
  color: #fff;
}
.hpro-down img:last-child{
  display: none;
}
.hpro-down:hover img:last-child{
  display: block;
}
.hpro-down:hover img:first-child{
  display: none;
}
.hjoin {
  background: url("../img/hjoin-bg.jpg") no-repeat top center;
  padding: 180px 0;
  overflow: hidden;
}

.hjoin .hh-tit i {
  color: #fff;
}

.hjoin-txt h3 {
  font-size: 24px;
  color: #fff;
  padding: 26px 0 100px;
}

.hjoin-txt a {
  display: block;
  width: 175px;
  height: 54px;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  line-height: 54px;
}
.hjoin-txt a:hover{
  background:#ffc600;
  border: 1px solid #ffc600;
}

.hnews {
  padding: 110px 0;
}

.hnewst-lmore {
  width: 34px;
  height: 34px;
  background: #ffc600 url("../img/habout-next.png") no-repeat center;
  border-radius: 50%;
}

.hnews-boxt {
  display: flex;
}

.hnewst-l {
  width: 50%;
}

.hnewst-r {
  width: 50%;
}

.hnewst-l h4 {
  padding: 40px 0 60px;
  font-size: 36px;
  color: #171109;
}

.hnewst-rswiper .swiper-slide h3 {
  font-size: 24px;
  color: #171109;
  margin-bottom: 30px;
}

.hnewst-rswiper .swiper-slide ul li {
  margin-bottom: 80px;
}

.hnewst-rswiper .swiper-button-next {
  top: 0;
  right: 0;
  background: url("../img/hnews-next.png") no-repeat center;
}

.hnewst-rswiper .swiper-button-prev {
  top: 0;
  left: 0;
  background: url("../img/hnews-prev.png") no-repeat center;
}

.hnews-btn {
  position: relative;
  width: 150px;
}

.hnewst-rswiper {
  padding-bottom: 50px;
}

.hnewst-rswiper .swiper-pagination {
  text-align: center;
  width: 100%;
  bottom: -12.5px;
}

.hnewst-rswiper .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  margin: 0 5px;
}

.hnewst-rswiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #ffc600;
}

.hnews-boxlist {
  overflow: hidden;
}

.hnews-boxlist ul {
  display: flex;
}

.hnews-boxlist ul li {
  width: 25%;
}

.hnews-boxlisticon {
  width: 90px;
  height: 90px;
  border: 1px solid #e9e9e9;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: 0 auto;
}

.hnews-boxlisttxt {
  text-align: center;
}

.hnews-boxlist {
  border-top: 1px solid #e9e9e9;
  padding-top: 60px;
}

.hnews-boxlisttxt h3 {
  font-size: 18px;
  padding: 10px 0;
}

.hnews-boxlisttxt h4 {
  color: #888888;
  height: 50px;
  line-height: 24px;
}

.hnews-boxlisttxt span {
  width: 150px;
  height: 44px;
  display: block;
  text-align: center;
  line-height: 44px;
  background: #e5e5e5;
  margin: 35px auto 0;
  color: #666666;
  border-radius: 3px;
}

.hnews-boxlisttxt span:hover {
  background: #ffc600;
  color: #fff;
}

@media(max-width:1700px) {
  .habout-dgtxt {
    margin-top: 40px;
    line-height: 30px;
  }

  .hbaout-dgr h3 {
    font-size: 24px;
  }

  .hbaout-dgr h4 {
    font-size: 24px;
  }

  .habout-zgl h3 {
    margin: 15px 0 25px;
  }

  .habout-more {
    margin: 40px 0 20px;
  }

  .habout-zgl h3 {
    font-size: 24px;
  }

  .hhonor-titr {
    width: 50%;
  }
}

@media(max-width:1600px) {
  .hbaout-dgr {
    padding-left: 10px;
  }

  .habout-dgtxt {
    margin-top: 20px;
    font-size: 16px;
  }

  .habout-more {
    margin: 30px 0 10px;
  }

  .hbaout-dgr h3 {
    margin-top: 20px;
  }

  .habout-zgtxt {
    line-height: 30px;
    font-size: 16px;
  }

  .habout-zgl {
    padding-right: 30px;
  }

  .habout-zgl h3 {
    margin: 15px 0 15px;
  }

  .hnewst-rswiper .swiper-slide h3 {
    font-size: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .hnewst-l {
    padding-right: 30px;
  }

  .hnewst-l h4 {
    line-height: 40px;
  }
}

@media(max-width:1400px) {
  .habout-dgl {
    padding-right: 10px;
  }

  .habout-year span {
    font-size: 50px;
  }

  .habout-year img {
    width: 200px;
  }

  .habout-year span {
    line-height: 46px;
  }

  .habout-zgtxt {
    line-height: 28px;
  }

  .habout-zgl {
    padding-right: 10px;
  }


}

@media(max-width:1200px) {
  .habout-dg {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .habout-dgl {
    width: 100%;
    padding-right: 0;
  }

  .hbaout-dgr {
    padding-left: 0;
    width: 100%;
    margin-bottom: 40px;
  }

  .habout {
    padding: 100px 0 60px;
  }

  .habout-zg {
    display: block;
  }

  .habout-zgl {
    width: 100%;
  }

  .hbaout-dgr {
    width: 100%;
    margin-top: 30px;
  }

  .hh-tit {
    font-size: 36px;
  }

  .hhonor-container .swiper-button-prev {
    left: 40%;
  }

  .hhonor-container .swiper-button-next {
    right: 40%;
  }
}

@media(max-width:991px) {
  .habout {
    padding: 40px 0 40px;
  }

  .habout-dg {
    padding-bottom: 40px;
  }

  .habout-zg {
    padding-top: 40px;
  }

  .hhonor-tit {
    display: block;
  }

  .hhonor-titr {
    width: 100%;
    margin-top: 20px;
  }

  .hhonor-box {
    margin-top: 40px;
  }

  .hhonor-container .swiper-button-prev {
    left: 30%;
  }

  .hhonor-container .swiper-button-next {
    right: 30%;
  }

  .hhonor {
    padding: 40px 0;
  }

  .hhonor-container {
    padding-bottom: 100px;
  }

  .hhonor-container .swiper-button-next {
    width: 50px;
    height: 50px;
  }

  .hhonor-container .swiper-button-prev {
    width: 50px;
    height: 50px;
  }

  .hpro-box ul li {
    width: 49%;
    margin-bottom: 30px;
  }

  .hpro-box ul li h3 {
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
    white-space: nowrap;
  }

  .hjoin {
    padding: 100px 0;
  }

  .hjoin-txt h3 {
    padding: 26px 0 50px;
  }

  .hnews-boxt {
    display: block;
  }

  .hnewst-l {
    width: 100%;
    padding: 0;
  }

  .hnewst-r {
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }

  .hnewst-l h4 {
    font-size: 22px;
    padding: 20px 0;
    line-height: 30px;
  }

  .hnewst-rswiper .swiper-slide h3 {
    margin-bottom: 15px;
    font-size: 18px;
  }

  .hnewst-rswiper .swiper-slide ul li {
    margin-bottom: 30px;
  }

  .hnews {
    padding: 40px 0 0;
  }

  .hnews-boxlist ul {
    flex-wrap: wrap;
  }

  .hnews-boxlist ul li {
    width: 50%;
    margin-bottom: 30px;
  }

  .hnews-boxlisttxt span {
    width: 120px;
  }

  .hnews-boxlist {
    padding-top: 30px;
  }

  .hnews-boxlisttxt span {
    margin: 0 auto;
  }
}

@media(max-width:600px) {
  .habout-tit {
    font-size: 30px;
  }

  .habout {
    padding: 0px 0 20px;
  }

  .hh-tit {
    font-size: 30px;
  }

  .hjoin-txt h3 {
    font-size: 22px;
    line-height: 30px;
  }

}

@media(max-width:449px) {
  .hpro-box ul li {
    width: 100%;
    margin-bottom: 20px;
  }
}

/*关于我们*/
.about-nav ul {
  display: flex;
  justify-content: center;
}

.about-nav {
  height: 100px;
  line-height: 100px;
  border-bottom: 1px solid #e9e9e9;
}

.about-nav ul li {
  padding: 0 85px;
}

.about-t {
  padding: 100px 0 100px;
}

.about-tltxt {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.about-tltxt h3 {
  font-size: 36px;
  color: #171109;
}

.about-tltxt h4 {
  font-size: 26px;
  color: #171109;
  margin-left: 25px;
}

.about-t {
  display: flex;
}

.about-tl {
  width: 50%;
  padding-right: 60px;
}

.about-tr {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-left: 60px;
}

.about-tl p {
  margin-top: 60px;
  font-size: 18px;
  line-height: 35px;
}

.about-trtxt {
  margin-top: 70px;
  font-size: 18px;
  line-height: 35px;
}

.about-tr .habout-year span {
  margin-right: 30px;
}

.about-tb ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.about-tb ul li {
  width: 24.9%;
  margin-bottom: 2px;
}

.about-tb {
  padding-bottom: 110px;
}

.about-zg {
  background: url("../img/about-bbg.jpg") no-repeat top center;
  padding-bottom: 110px;
  background-size: cover;
}

.about-zg .habout-tit {
  color: #fff;
}

.about-zg .habout-zgtxt {
  color: #333333;
  line-height: 40px;
}

.about-zg .hbaout-dgr {
  padding-left: 60px;
}

.about-nav ul li a {
  display: block;
  position: relative;
}

.about-nav ul li.on a {
  color: #ffc600;
}

.about-nav ul li.on a::after {
  display: block;
}

.about-nav ul li:hover a {
  color: #ffc600;
}

.about-nav ul li:hover a::after {
  display: block;
}

.about-nav ul li a::after {
  position: absolute;
  content: "";
  background: #ffc600;
  height: 2px;
  width: 100%;
  bottom: 0;
  left: 0;
  display: none;
}

@media(max-width:1600px) {
  .about-tl p {
    margin-top: 30px;
  }

  .about-trtxt {
    margin-top: 40px;
  }

  .about-tl {
    padding-right: 30px;
  }

  .about-tr {
    padding-left: 30px;
  }
}

@media(max-width:1200px) {
  .about-t {
    display: block;
  }

  .about-tl {
    width: 100%;
    padding: 0;
  }

  .about-tr {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }

  .about-nav ul li {
    padding: 0 50px;
  }
}

@media(max-width:991px) {
  .about-t {
    padding: 40px 0;
  }

  .about-zg .hbaout-dgr {
    padding-left: 0;
  }

  .about-zg {
    padding-bottom: 10px;
  }

  .about-zg {
    font-size: 18px;
  }

  .about-tltxt h3 {
    font-size: 24px;
  }

  .about-tltxt h4 {
    font-size: 18px;
  }

  .about-nav ul li {
    padding: 0 30px;
  }
}

@media(max-width:600px) {
  .about-nav ul li {
    padding: 0 15px;
  }

  .about-tltxt h3 {
    font-size: 20px;
  }

  .about-tltxt h4 {
    font-size: 16px;
  }
}

@media(max-width:449px) {
  .about-nav ul li {
    padding: 0 8px;
  }
}

.qywh-box h3 {
  font-size: 36px;
  color: #333333;
}

.qywh {
  padding: 70px 0 140px;
}

.qywh-box h3 {
  text-align: center;
}

.qywh-ul {
  display: flex;
  margin-top: 70px;
}

.qywh-ul li {
  padding: 0 50px;
  width: 25%;
  text-align: center;
  color: #555555;
}

.qywh-ul li .qywh-icon {
  width: 120px;
  height: 120px;
  background: #f4f4f4;
  border-radius: 50%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.qywh-ul li .qywh-icon img {
  transition: all 0.4s;
}

.qywh-ul li:hover .qywh-icon img {
  transform: translateY(-10px)
}


.qywh-ul li h4 {
  font-size: 24px;
  color: #ffc600;
  font-weight: bold;
  text-align: center;
  padding: 30px 0 30px;
}

.qywh-ul li h5 {
  line-height: 30px;
}

@media(max-width:1700px) {
  .qywh-ul li {
    padding: 0 30px;
  }
}

@media(max-width:1200px) {
  .qywh-ul li {
    padding: 0 5px;
  }

  .qywh-ul li h5 {
    line-height: 28px;
  }
}

@media(max-width:991px) {
  .qywh {
    padding: 40px 0 20px;
  }

  .qywh-ul {
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .qywh-ul li {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 40px;
  }

  .qywh-ul li h4 {
    padding: 15px 0;
  }

  .qywh-box h3 {
    font-size: 24px;
  }

}

@media(max-width:500px) {
  .qywh-ul li {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 20px;
  }
}

.qqrz-top {
  padding: 70px 0;
}

.qqrz-top h3 {
  font-size: 36px;
  color: #333333;
  text-align: center;
}

.qqrz-ttxt {
  margin-top: 50px;
  padding: 0 210px;
  font-size: 18px;
  color: #555555;
  text-align: center;
  line-height: 48px;
}

.qqrz-img {
  margin: 80px auto 0;
  width: 62%;
}

.qqrz-img img {
  width: 100%;
}

.qqrz-ry {
  background: #fbfbfb;
  padding: 90px 0 60px;
}

.qqrzswiper-img img {
  width: 100%;
  border: 10px solid #ececec;
}

.qqrz-swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  transition: 300ms;
  transform: scale(0.8);
}

.qqrz-swiper .swiper-slide-active,
.qqrz-swiper .swiper-slide-duplicate-active {
  transform: scale(1);
}

.qqrz-swiper .swiper-slide h4 {
  margin-top: 24px;
  font-size: 18px;
}

.qqrz-swiper .swiper-slide-active .qqrzswiper-img img {
  border: 10px solid #ffc600;
}

.qqrz-swiperBtn {
  position: relative;
  width: 184px;
  margin: 50px auto 0;
}

.qqrz-swiper {
  padding-bottom: 50px;
}

.qqrz-swiperBtn .swiper-button-prev {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #d5d5d5 url("../img/honor-prev.png") no-repeat center;
}

.qqrz-swiperBtn .swiper-button-next {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #d5d5d5 url("../img/honor-next.png") no-repeat center;
}

.qqrz-swiperBtn .swiper-button-prev:hover {
  background: #ffc600 url("../img/honor-prev.png") no-repeat center;
}

.qqrz-swiperBtn .swiper-button-next:hover {
  background: #ffc600 url("../img/honor-next.png") no-repeat center;
}

@media(max-width:1600px) {
  .qqrz-ttxt {
    padding: 0 100px;
  }
}

@media(max-width:1200px) {
  .qqrz-ttxt {
    padding: 0 50px;
  }

  .qqrz-img {
    width: 80%;
  }
}

@media(max-width:991px) {
  .qqrz-ttxt {
    padding: 0 30px;
  }

  .qqrz-img {
    width: 100%;
    margin: 30px auto 0;
  }

  .qqrz-ttxt {
    padding: 0;
    font-size: 16px;
    line-height: 28px;
    margin-top: 20px;
  }

  .qqrz-top h3 {
    font-size: 28px;
  }

  .qqrz-top {
    padding: 40px 0;
  }

  .qqrz-ry {
    padding: 40px 0;
  }
}

.qyvideo {
  padding: 60px 0 110px;
}

.qyvideo h3 {
  text-align: center;
  font-size: 36px;
  color: #333333;
}

.qyvideo-top {
  margin-top: 60px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.qyvideo-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.qyvideo-topimg img {
  width: 100%;
}

.qyvideo-ticon {
  position: absolute;
  z-index: 66;
  width: 150px;
  height: 150px;
  border: 2px solid #fcc800;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  top: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
}

.qyvideo-bot ul li {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  width: 49%;
}

.qyvideo-bot ul {
  display: flex;
  justify-content: space-between;
}

.qyvideo-bot {
  margin-top: 70px;
  overflow: hidden;
}

.qyvideo-boticon {
  position: absolute;
  z-index: 66;
  width: 70px;
  height: 70px;
  border: 2px solid #fcc800;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  top: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
}

.qyvideo-botimg img {
  width: 100%;
}

@media(max-width:991px) {
  .qyvideo-ticon {
    width: 100px;
    height: 100px;
  }

  .qyvideo-top {
    margin-top: 30px;
  }

  .qyvideo-bot {
    margin-top: 30px;
  }

  .qyvideo {
    padding: 40px 0;
  }

  .qyvideo h3 {
    font-size: 30px;
  }
}

@media(max-width:600px) {
  .qyvideo-bot ul {
    display: block;
  }

  .qyvideo-bot ul li {
    width: 100%;
    margin-bottom: 20px;
  }
}

/*产品中心*/
.pro {
  padding: 100px 0;
}

.pro-box ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.pro-box ul li {
  width: 49.5%;
  margin-bottom: 70px;
}

.pro-box ul li a {
  display: flex;
  background: #f7f7f7;

}

.pro-boxltit {
  position: absolute;
  padding: 40px;
  color: #fff;
}

.pro-boxl {
  position: relative;
  width: 57%;
}

.pro-boxltit p {
  font-size: 32px;
  color: #ffc600;
  line-height: 35px;
}

.pro-boxltit h4 {
  font-size: 20px;
  margin-top: 12px;
}

.pro-boxr {
  padding: 75px 40px 0 60px;
}

.pro-boxr h5 {
  font-size: 24px;
  color: #333333;
}

.pro-boxr-txt p {
  font-size: 18px;
  color: #555555;
}

.pro-boxr-txt {
  margin-top: 64px;
  line-height: 35px;
  height: 140px;
}

.pro-boxmore {
  margin-top: 180px;
  font-size: 18px;
  color: #ffc600;
}

.pro-boxmore span {
  margin-right: 100px;
}

.pro-boxl-img img {
  width: 100%;
}

@media(max-width:1919px) {

  .pro-boxmore {
    margin-top: 100px;
  }
}

@media(max-width:1700px) {
  .pro-boxr {
    padding: 40px 30px;
  }
}

@media(max-width:1600px) {
  .pro-boxr {
    padding: 30px;
  }

  .pro-boxmore {
    margin-top: 50px;
  }

  .pro-boxltit p {
    font-size: 22px;
  }

  .pro-boxltit {
    padding: 25px;
  }

  .pro-boxl {
    width: 50%;
  }
}

@media(max-width:1400px) {
  .pro-boxr {
    padding: 20px;
  }

  .pro-boxmore {
    margin-top: 30px;
  }
}

@media(max-width:1200px) {
  .pro-box ul {
    display: block;
  }

  .pro-box ul li {
    width: 100%;
  }
}

@media(max-width:991px) {
  .pro-boxr-txt p {
    font-size: 16px;
  }

  .pro-boxr-txt {
    line-height: 28px;
    margin-top: 30px;
  }

  .pro-boxr-txt {
    height: auto;
  }

  .pro {
    padding: 40px 0 0;
  }

  .pro-box ul li {
    margin-bottom: 30px;
  }
}

@media(max-width:600px) {
  .pro-box ul li a {
    display: block;
  }

  .pro-boxl {
    width: 100%;
  }
}

.prom-box {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}

.prom {
  padding: 80px 0 110px;
}

.prom-l li {
  padding: 30px 0 30px 30px;
  border-bottom: 1px solid #d2d2d2;
  font-size: 18px;
}

.prom-l {
  width: 280px;
}

.prom-zk {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.prom-zkicon img:last-child {
  display: none;
}

.prom-dl dd a {
  color: #888888;
  margin-bottom: 20px;
  display: block;
}

.prom-dl dd.on a {
    color: #ffc600;
}

.prom-dl {
  padding-left: 50px;
  margin-top: 40px;
  display: none;
}

.prom-l ul li.on .prom-zk a {
  color: #ffc600;
}

.prom-l ul li.on .prom-zkicon img:last-child {
  display: block;
}

.prom-l ul li.on .prom-zkicon img:first-child {
  display: none;
}

.prom-l ul li.on .prom-dl {
  display: block;
}

.prom-l ul li:hover .prom-zk a {
  color: #ffc600;
}

.prom-dl dd a:hover {
  color: #ffc600;
}

.prom-r {
  width: calc(100% - 300px);
  margin: 0 -15px;
}

.prom-rtxtmore {
  width: 32px;
  height: 32px;
  background: #ffc600;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.prom-r ul {
  display: flex;
  flex-wrap: wrap;
}

.prom-r ul li {
  width: 33.3333%;
  padding: 0 15px;
  margin-bottom: 60px;
}

.prom-r ul li a {
  display: block;
  background: #f6f6f6;
}

.prom-rtxt {
  border-top: 2px solid #f1f1f1;
  display: flex;
  padding: 25px 30px;
  justify-content: space-between;
  align-items: center;
  background: #f6f6f6;
}

.in-more {
  background: #ffc600;
  color: #fff;
  width: 198px;
  height: 54px;
  border-radius: 30px;
  margin: 0 auto;
  text-align: center;
  line-height: 54px;
}

@media(max-width:1200px) {
  .prom-r ul li {
    width: 33.3333%;
    padding: 0 10px;
    margin-bottom: 20px;
  }

  .prom-r {
    margin: 0 -10px;
  }
}

@media(max-width:991px) {
  .prom-box {
    display: block;
  }

  .prom-l {
    width: 100%;
  }

  .prom-r {
    width: 100%;
  }

  .prom-r ul li {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
  }
}

@media(max-width:449px) {
  .prom-r ul li {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }

  .prom-r {
    margin: 0;
  }

  .prom {
    padding: 20px 0 40px;
  }

  .prom-l li {
    padding: 15px 0 15px 15px;
  }

  .prom-dl dd a {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .prom-dl {
    margin-top: 20px;
  }

  .prom-r {
    margin-top: 40px;
  }
}

/*产品详情*/
.prod-top {
  background: #f3f3f3;
  padding-top: 160px;
  padding-bottom: 70px;
}

.prod-topm {
  display: flex;
  justify-content: space-between;
}

.prod-pageprev a {
  display: block;
}

.prod-navul {
  display: flex;
  justify-content: center;
}

.prod-nav {
  height: 94px;
  line-height: 94px;
  border: 1px solid #f3f3f3;
}

.prod-tit {
  font-size: 30px;
  color: #555555;
  text-align: center;
}

.prod-cpxq {
  padding-top: 70px;
}

.prod-cpxqbox ul {
  display: flex;
}

.prod-cpxqbox {
  margin-top: 60px;
}

.prod-cpxqbox ul li {
  text-align: center;
}

.prod-cpxq-txt h3 {
  font-size: 32px;
  margin-top: 24px;
}
.prod-cpxq-txt h4{
  margin-top: 10px;
  color: #888888;
}
.prod-cpxq-txtm{
  margin-top: 24px;
  line-height: 30px;
  text-align: center;
}
.prod-cpxqbox img {
  width: 100%;
}

.prod-cpcsbox img {
  max-width: 100%;
}

.prod-topltxt h4 {
  font-size: 42px;
  color: #ffc600;
  margin-top: 176px;
}

.prod-topltxtm {
  font-size: 18px;
  line-height: 30px;
  color: #555555;
  margin-top: 40px;
}

.prod-toplmore a {
  display: block;
  width: 160px;
  height: 54px;
  color: #fff;
  background: #ffc600;
  text-align: center;
  line-height: 51px;
  border-radius: 3px;
  margin-top: 76px;
}

.prod-topr {
  width: 170px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.prod-pageprev img {
  margin-top: 20px;
}

.prod-pagec {
  margin: 60px 0;
}

.prod-topc {
  width: 46%;
  border: 70px solid #fafafa;
  border-radius: 50%;
}

.prod-topc img {
  width: 100%;
}

.prod-cptj {
  padding: 70px 0;
}

.prod-cptj-box {
  margin-top: 40px;
}

.prod-cpcs {
  padding-top: 80px;
}

.prod-cpcsbox {
  margin-top: 40px;
}

.prod-cpxqbox-twoimg {
  margin-top: 70px;
}

.prod-toplmb {
  font-size: 18px;
  color: #555555;
  display: flex;
  align-items: center;
}

.prod-toplmb a {
  margin-left: 10px;
}

@media(max-width:1700px) {}

@media(max-width:1400px) {
  .prod-topltxt h4 {
    font-size: 30px;
    margin-top: 80px;
  }

  .prod-pagec {
    margin: 30px 0;
  }
}

@media(max-width:1200px) {
  .prod-topm {
    align-items: center;
  }

  .prod-topc {
    width: 42%;
  }
}

@media(max-width:991px) {
  .prod-topm {
    display: block;
  }

  .prod-topc {
    width: 80%;
    margin: 30px auto 0;
  }

  .prod-topr {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 30px;
  }
  .prod-cpxq-txtm{
    margin-top: 10px;
  }
  .prod-top {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .prod-topltxt h4 {
    margin-top: 20px;
    font-size: 24px;
  }

  .prod-topltxtm {
    font-size: 16px;
  }

  .prod-topltxtm {
    margin-top: 20px;
  }

  .prod-toplmore a {
    margin-top: 30px;
  }

  .prod-cpxq {
    padding-top: 40px;
  }

  .prod-cpxqbox {
    margin-top: 20px;
  }

  .prod-cpxqbox-twoimg {
    margin-top: 30px;
  }

  .prod-cpcs {
    padding-top: 40px;
  }

  .prod-cptj {
    padding: 40px 0;
  }

  .prod-cpcsbox {
    margin-top: 20px;
  }

  .prod-cptj-box {
    margin-top: 20px;
  }
}

@media(max-width:600px) {
  .prod-pageprev img {
    width: 120px;
  }

  .prod-tit {
    font-size: 24px;
  }

  .prod-toplmb {
    font-size: 16px;
  }
}


/* 联系我们 */
.contact-wrap {
  padding-top: 64px;
  padding-bottom: 85px;
  width: 100%;
  overflow: hidden;
  background: url(../img/contact-map-bg.jpg) no-repeat center;
  background-size: 100% 100%;
}

.contact-title {
  text-align: center;
  font-size: 36px;
  color: #333;
  line-height: 36px;
  font-family: 'SanMedium';
}

.contact-list {
  margin-top: 25.5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 150px;
}

.contact-item {
  width: calc(50% - 67px);
  background-color: #fff;
  border-radius: 10px;
  padding: 0 50px;
  box-sizing: border-box;
  height: 402px;
  color: #333;
  font-family: 'SanRegular';
}

.contact-item h3 {
  font-size: 30px;
  line-height: 30px;
  margin-top: 52px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e0e0e0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}

.contact-info h4 {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 30px;
  margin-top: 52px;
}

.contact-des {
  font-size: 18px;
  line-height: 34px;
}

.feedback-wrap {
  overflow: hidden;
  padding-top: 66px;
  width: 100%;
  padding-bottom: 84px;
}

.feedback-main {
  margin-top: 42px;
}

.feedback-item {
  display: flex;
  flex-wrap: wrap;
}

.feedback-input {
  flex: 1;
  margin-right: 16px;
  font-family: 'SanNormal';
  color: #888;
  height: 72px;
  border: 1px solid #dcdcdc;
  padding-left: 25px;
  display: flex;
  align-items: center;
  margin-bottom: 21px;
}

.feedback-textare {
  flex: 1;
  font-family: 'SanNormal';
  color: #888;
  border: 1px solid #dcdcdc;
  padding-left: 25px;
  padding-right: 20px;
  padding-top: 18px;
  padding-bottom: 18px;
  display: flex;
  align-items: flex-start;
}

.feedback-item .feedback-input:last-child {
  margin-right: 0px;
}

.feedback-input input {
  outline: none;
  appearance: none;
  border: none;
  background: none;
  width: calc(100% - 48px);
  line-height: 70px;
}

.feedback-label {
  width: 50px;
  text-align: right;
}

.feedback-textare textarea {
  outline: none;
  appearance: none;
  border: none;
  background: none;
  resize: none;
  width: calc(100% - 48px);
  line-height: 30px;
  height: 240px;
}

.feedback-btn {
  background: #fcc800;
  border: none;
  width: 179px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 18px;
  color: #fff;
  display: block;
  margin: 38px auto 0px;
  font-family: 'SanRegular';
  border-radius: 4px;
}

@media (max-width: 1600px) {
  .contact-list {
    padding: 0 120px;
  }

  .contact-item {
    width: calc(50% - 55px);
  }
}

@media (max-width: 1400px) {
  .contact-list {
    padding: 0 70px;
    margin-top: 20%;
  }

  .contact-item {
    width: calc(50% - 40px);
  }
}

@media (max-width: 1200px) {
  .feedback-item {
    justify-content: space-between;
  }

  .feedback-four {
    width: calc(50% - 8px);
    flex: none;
    margin-right: 0px;
  }

  .contact-list {
    padding: 0px;
    margin-top: 20%;
  }

  .contact-item {
    height: 320px;
  }

  .contact-item h3 {
    margin-top: 35px;
  }

  .contact-info h4 {
    margin-top: 32px;
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .contact-wrap {
    padding-top: 38px;
    padding-bottom: 40px;
  }

  .contact-list {
    margin-top: 20px;
  }

  .contact-item {
    height: auto;
    width: 100%;
    padding: 0 15px 20px;
  }

  .contact-item:first-child {
    margin-bottom: 20px;
  }

  .contact-title {
    font-size: 30px;
    line-height: 30px;
  }

  .contact-item h3 {
    margin-top: 20px;
    font-size: 26px;
    line-height: 26px;
    padding-bottom: 15px;
  }

  .contact-info h4 {
    margin-top: 20px;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
  }

  .contact-des {
    font-size: 16px;
    line-height: 30px;
  }

  .feedback-wrap {
    padding-top: 38px;
    padding-bottom: 40px;
  }

  .feedback-input {
    width: 100%;
    flex: none;
    margin-right: 0px;
    height: 50px;
    padding-left: 14px;
  }

  .feedback-textare {
    padding: 12px 14px;
  }

  .feedback-textare textarea {
    height: 180px;
  }

  .feedback-main {
    margin-top: 20px;
  }

  .feedback-btn {
    margin-top: 22px;
    width: 160px;
    height: 50px;
    line-height: 50px;
  }
}

/* 新闻咨询 */
.news-wrap {
  padding-top: 85px;
  padding-bottom: 118px;
  background-color: #f5f5f5;
  overflow: hidden;
  width: 100%;
}

.news-list {
  margin-left: -41px;
  margin-right: -41px;
}

.news-list li {
  padding: 0 41px;
  width: 33.333%;
  margin-bottom: 68px;
  float: left;
}

.news-item {
  width: 100%;
}

.news-info {
  font-family: 'SanRegular';
  background-color: #fff;
  padding-left: 36px;
  padding-right: 44px;
  padding-bottom: 45px;
  padding-top: 32px;
}

.news-info span {
  font-size: 16px;
  line-height: 24px;
  color: #888;
}

.news-info h3 {
  font-size: 24px;
  color: #171109;
  margin-top: 14px;
  line-height: 36px;
  margin-bottom: 34px;
  width: 100%;
  min-height: 72px;
}

.news-des {
  font-size: 18px;
  line-height: 30px;
  color: #666;
  margin-bottom: 35px;
}

.news-more {
  display: block;
  width: 130px;
  height: 46px;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  font-size: 16px;
  line-height: 46px;
  font-family: 'SanNormal';
  background-color: #fcc800;
}

.click-more {
  display: block;
  width: 197px;
  height: 54px;
  border-radius: 27px;
  font-size: 16px;
  color: #fff;
  line-height: 54px;
  margin: 0 auto;
  background-color: #fcc800;
  font-family: 'SanBold';
  text-align: center;
}

.news-item .public-img:hover img {
  transform: scale(1.1);
}

@media (max-width: 1400px) {
  .news-list {
    margin-left: -20px;
    margin-right: -20px;
  }

  .news-list li {
    padding: 0 20px;
  }
}

@media (max-width: 991px) {
  .news-list {
    margin-left: 0px;
    margin-right: 0px;
  }

  .news-list li {
    padding: 0px;
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }

  .news-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .news-info {
    padding: 20px;
  }

  .news-info h3 {
    margin-top: 12px;
    margin-bottom: 15px;
    min-height: 36px;
  }

  .news-des {
    margin-bottom: 18px;
  }
}

/* 新闻详情 */
.news-dwrap {
  padding-top: 75px;
  padding-bottom: 112px;
}

.news-dmain {
  background-color: #fff;
  padding-top: 62px;
}

.news-dtitle {
  text-align: center;
  padding-bottom: 50px;
  border-bottom: 1px solid #f0f0f0;
}

.news-dtitle h3 {
  font-size: 32px;
  line-height: 42px;
  text-align: center;
  color: #333;
  margin-bottom: 13px;
}

.news-dtitle span {
  font-size: 16px;
  line-height: 24px;
  color: #969696;
}

.news-detailinfo {
  padding-top: 44px;
  padding-left: 130px;
  padding-right: 130px;
  padding-bottom: 106px;
}

.news-detailinfo img {
  text-align: center;
  display: block;
  margin: 0 auto 78px;
}

.news-detailinfo p {
  font-size: 16px;
  line-height: 30px;
  color: #555;
  text-indent: 32px;
  margin-bottom: 30px;
}

.news-dpage {
  border-top: 1px solid #d6d6d6;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 38px;
  padding-bottom: 46px;
  padding-left: 130px;
  padding-right: 130px;
  flex-wrap: wrap;
}

.news-dpage a {
  font-size: 18px;
  line-height: 30px;
  color: #333;
  display: block;
  width: 50%;
}

.news-dpage a:hover {
  color: #fcc800;
}

.news-next {
  text-align: right;
}

@media (max-width: 1400px) {
  .news-dpage {
    padding-left: 100px;
    padding-right: 100px;
  }

  .news-detailinfo {
    padding-left: 100px;
    padding-right: 100px;
  }
}

@media (max-width: 1200px) {
  .news-dpage {
    padding-left: 50px;
    padding-right: 50px;
  }

  .news-detailinfo {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 60px;
  }

  .news-detailinfo img {
    margin-bottom: 38px;
  }

  .news-dpage a {
    width: 100%;
  }

  .news-next {
    text-align: left;
  }
}

@media (max-width: 991px) {
  .news-dtitle {
    padding: 0 15px 20px;
  }

  .news-dtitle h3 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 12px;
  }

  .news-dmain {
    padding-top: 30px;
  }

  .news-dwrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .news-dpage {
    padding-left: 15px;
    padding-right: 15px;
  }

  .news-detailinfo {
    padding-left: 15px;
    padding-top: 20px;
    padding-right: 15px;
    padding-bottom: 10px;
    overflow: hidden;
  }

  .news-detailinfo img {
    width: 100%;
    margin-bottom: 20px;
  }

  .news-detailinfo p {
    margin-bottom: 10px;
  }

  .news-dpage {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .news-dpage a {
    font-size: 16px;
  }
}

/* 案例 */
.inside-navs {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
}

.inav-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.inav-list li {
  margin-right: 120px;
}

.inav-list li:last-child {
  margin-right: 0px;
}

.inav-list li a {
  display: block;
  font-size: 18px;
  line-height: 95px;
  color: #333;
  font-family: 'SanRegular';
  transition: all 0.5s;
  padding-bottom: 4px;
  border-bottom: 4px solid transparent;
}

.inav-list li:hover a,
.inav-list li.on a {
  color: #fcc800;
  border-bottom-color: #fcc800;
}

.case-list {
  margin-left: -41px;
  margin-right: -41px;
}

.case-list li {
  padding: 0 41px;
  float: left;
  width: 33.333%;
  margin-bottom: 68px;
}

.case-item {
  position: relative;
  cursor: pointer;
  width: 100%;
}

.case-img {
  overflow: hidden;
  width: 100%;
}

.case-img img {
  width: 100%;
  transition: all 0.5s;
}

.case-info {
  position: absolute;
  width: 100%;
  height: 104px;
  background: url(../img/case-text-bg.png) no-repeat center;
  background-size: 100% 100%;
  bottom: 0px;
  left: 0px;
  color: #fff;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
}

.case-info p {
  font-family: 'SanRegular';
  font-size: 18px;
  line-height: 24px;
  padding-left: 45px;
  padding-bottom: 30px;
}

.case-wrap {
  padding-top: 63px;
  padding-bottom: 95px;
  overflow: hidden;
}

@media (max-width: 1400px) {
  .case-list li {
    padding: 0 20px;
    margin-bottom: 40px;
  }

  .case-list {
    margin-left: -20px;
    margin-right: -20px;
  }

  .inav-list li {
    margin-right: 80px;
  }
}

@media (max-width: 1200px) {
  .case-info p {
    padding-left: 30px;
    padding-bottom: 20px;
  }

  .inav-list li {
    margin-right: 60px;
  }
}

@media (max-width: 991px) {
  .case-list li {
    padding: 0px;
    margin-bottom: 20px;
    float: none;
    width: 100%;
  }

  .case-list {
    margin-left: 0px;
    margin-right: 0px;
  }

  .case-info {
    height: auto;
    padding-top: 20px;
  }

  .case-info p {
    padding-left: 20px;
    padding-bottom: 20px;
  }

  .case-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .case-click {
    margin-top: 35px;
  }

  .inav-list li {
    margin-right: 16px;
  }

  .inav-list li a {
    line-height: 44px;
    font-size: 16px;
  }
}

/* 招商加盟 */
.join-wrap {
  padding-top: 82px;
  overflow: hidden;
}

.joinsupport-title {
  font-size: 36px;
  font-family: 'SanMedium';
  line-height: 36px;
  color: #333;
}

.join-support .joinsupport-title {
  text-align: center;
  margin-bottom: 62px;
}

.joinsupport-list {
  display: flex;
  flex-wrap: wrap;
}

.joinsupport-list li {
  margin-bottom: 32px;
  width: 20%;
  padding: 40px 30px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.5s;
}

.joinsupport-list li h4 {
  font-size: 20px;
  color: #333;
  font-family: 'SanMedium';
  margin-bottom: 16px;
  margin-top: 26px;
}

.joinsupport-list li img {
  transition: all 0.5s;
}

.joinsupport-list li p {
  font-size: 18px;
  color: #555;
  line-height: 30px;
  text-align: center;
  min-height: 90px;
  font-family: 'SanNormal';
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.joinsupport-list li:hover {
  box-shadow: 0px 0px 15px #f5f5f5;
}

.joinsupport-list li:hover img {
  transform: rotate(45deg);
}

.join-condition {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 95px;
}

.joincondition-left {
  width: 50%;
  padding-right: 200px;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
}

.joincondition-list {
  margin-top: 32px;
}

.joincondition-list li {
  height: 98px;
  border-bottom: 1px solid #eeeeee;
  display: flex;
  align-items: center;
}

.joincondition-list li:last-child {
  border-bottom: none;
}

.joincondition-list li span {
  width: 50px;
  font-size: 36px;
  line-height: 36px;
  font-family: 'Atami';
  color: #fcc800;
}

.joincondition-list li p {
  width: calc(100% - 50px);
  padding-left: 30px;
  font-size: 20px;
  line-height: 36px;
  color: #333;
  font-family: 'SanMedium';
}

.joincondition-right {
  width: 50%;
  overflow: hidden;
}

.joincondition-right img {
  width: 100%;
  transition: all 0.5s;
}

.joincondition-right:hover img {
  transform: scale(1.1);
}

@media (max-width: 1600px) {
  .joincondition-left {
    padding-right: 120px;
  }

  .joincondition-list li {
    height: 86px;
  }

  .joincondition-right {
    margin-top: 20px;
  }
}

@media (max-width: 1400px) {
  .joinsupport-list li {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
  }

  .joincondition-list li {
    height: 86px;
  }

  .joincondition-right {
    margin-top: 20px;
  }
}

@media (max-width: 1200px) {
  .joincondition-left {
    padding-right: 0px;
    width: 100%;
  }

  .joincondition-right {
    margin-top: 0px;
    width: 100%;
  }

  .joinsupport-list li {
    width: 25%;
  }
}

@media (max-width: 991px) {
  .joincondition-left {
    padding-right: 0px;
    width: 100%;
  }

  .joincondition-right {
    margin-top: 20px;
    width: 100%;
  }

  .joinsupport-list li {
    width: 50%;
    padding-top: 15px;
    margin-bottom: 14px;
    padding-bottom: 15px;
  }

  .join-wrap {
    padding-top: 35px;
  }

  .joinsupport-title {
    font-size: 30px;
    line-height: 30px;
  }

  .join-support .joinsupport-title {
    margin-bottom: 12px;
  }

  .joincondition-list {
    margin-top: 15px;
  }

  .joincondition-list li {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .joincondition-list li span {
    width: 40px;
    font-size: 30px;
    line-height: 30px;
  }

  .joincondition-list li p {
    padding-left: 10px;
    width: calc(100% - 40px);
    font-size: 18px;
    line-height: 30px;
  }

  .join-condition {
    padding-bottom: 40px;
  }
}

@media (max-width: 599px) {
  .joinsupport-list li {
    margin-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
  }

  .joinsupport-list li p {
    min-height: 30px;
  }

  .joinsupport-list li h4 {
    margin-top: 16px;
    margin-bottom: 10px;
  }

  .join-condition {
    margin-top: 15px;
  }
}

/* 品牌服务支持 */
.service-wrap {
  overflow: hidden;
  position: relative;
}

.service-top {
  width: 100%;
  position: relative;
  z-index: 2;
  padding-top: 150px;
}

.service-earth {
  position: absolute;
  width: 286px;
  height: 281px;
  left: 50%;
  top: 52px;
  overflow: hidden;
  z-index: -1;
  transform: translateX(-50%);
}

.service-earth img {
  width: 100%;
}

.service-title {
  text-align: center;
}

.service-des {
  font-family: 'SanNormal';
  font-size: 18px;
  color: #333;
  line-height: 36px;
  text-align: center;
  padding-left: 152px;
  padding-right: 152px;
  margin-top: 65px;
  margin-bottom: 62px;
}

.manager-list {
  padding-left: 80px;
  padding-right: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 58px;
}

.manager-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.manager-icon {
  height: 47px;
  display: flex;
  align-items: flex-end;
}

.manager-list li p {
  font-size: 18px;
  line-height: 30px;
  color: #333;
  margin-top: 20px;
  font-family: 'SanNormal';
}

.manager-des {
  margin-top: 62px;
  font-size: 18px;
  line-height: 36px;
  color: #333;
  font-family: 'SanNormal';
  padding-left: 140px;
  padding-right: 140px;
  text-align: center;
}

.service-bom {
  padding-bottom: 64px;
}

.truth-query {
  background-color: #f8f8f8;
  overflow: hidden;
  width: 100%;
  padding-top: 73px;
  padding-bottom: 55px;
  margin-bottom: 20px;
}

.truth-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 48px;
}

.truth-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: 'SanNormal';
  /* margin: 0 135px; */
}

.truth-icon {
  width: 92px;
  height: 92px;
  border: 1px solid #e8e8e8;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.truth-list li h4 {
  font-size: 18px;
  line-height: 24px;
  color: #2a2a2a;
  font-family: 'SanRegular';
  margin-bottom: 5px;
  margin-top: 10px;
  text-align: center;
}

.truth-list li p {
  font-size: 16px;
  text-align: center;
  color: #888;
}

.truth-more {
  margin-top: 30px;
  display: block;
  color: #666;
  background-color: #e5e5e5;
  transition: all 0.5s;
  text-align: center;
  width: 177px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  border-radius: 4px;
}

.truth-more:hover {
  color: #fff;
  background-color: #fcc800;
}

@media (max-width: 1400px) {
  .service-des {
    padding-left: 100px;
    padding-right: 100px;
  }

  .manager-des {
    padding-left: 110px;
    padding-right: 110px;
  }

  /* .truth-list li {
    margin: 0 100px;
  } */
}

@media (max-width: 1200px) {
  .service-des {
    padding-left: 0px;
    padding-right: 0px;
  }

  .manager-des {
    padding-left: 0px;
    padding-right: 0px;
  }
  .truth-list li {
    margin: 0 50px;
  }
  .truth-list {
    justify-content: center;
  }

  .service-top {
    padding-top: 100px;
  }

  .manager-list {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (max-width: 991px) {
  .manager-des {
    font-size: 16px;
    line-height: 30px;
    margin-top: 10px;
  }

  .service-bom {
    padding-bottom: 30px;
  }

  .truth-query {
    padding-top: 35px;
    padding-bottom: 15px;
  }

  .truth-list li {
    margin: 0 20px 40px;
  }

  .service-top {
    padding-top: 35px;
  }

  .manager-list {
    justify-content: center;
  }

  .manager-list li {
    padding: 0 5px;
  }

  .service-des {
    font-size: 16px;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .service-earth {
    top: 25px;
  }

  .manager-list {
    margin-top: 25px;
  }

  .manager-list li {
    margin-bottom: 5px;
  }

  .manager-list li p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 12px;
  }

  .truth-more {
    width: 160px;
    margin-top: 16px;
  }

  .truth-list {
    margin-top: 20px;
  }
}

@media(max-width:991px) {
  .prod-topc {
    border: 20px solid #fafafa;
  }
}
.prod-cpxq-icon{
  width: 50px;
  height: 50px;
  margin: 0 auto;
}
.prod-cpxq-txt{
  text-align: center;
}
/*手机电脑切换*/
.dc-mo {
  display: none;
}

@media (max-width: 991px) {
  .dc-mo {
    display: block;
  }

  .dc-pc {
    display: none;
  }
}
#p-banner .swiper-slide img {
    width: 100%;
   
}

.newsy p{
overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    }