@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2017-10-18 08:57:34
 * @version $Id$
 */
/* header */
@font-face {
  font-family: "sLight";
  src: url("../font/SourceHanSansCN-Light.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "rMedium";
  src: url("../font/Roboto-Medium.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
header {
  width: 100%;
  z-index: 22;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
}
.header-main {
  position: relative;
  padding-top: 32px;
  width: 100%;
}
.logo {
  display: block;
  width: 238px;
  height: 26px;
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
.logo img {
  display: block;
  width: 100%;
}
.nav-ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-ul li:nth-child(3) {
  margin-right: 595px;
}
.nav-ul li > a {
  display: block;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 26px;
}
.nav-ul li:hover > a,
.nav-ul li.nav-active a {
  color: rgba(255, 255, 255, 1);
}
#banner {
  position: relative;
}
@media (max-width: 1400px) {
  .nav-ul li:nth-child(3) {
    margin-right: 500px;
  }
}
@media (max-width: 1200px) {
  .nav-ul li:nth-child(3) {
    margin-right: 400px;
  }
}
@media (max-width: 991px) {
  .nav-ul {
    display: none;
  }
  .header-main {
    padding-top: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
  }
  .logo {
    position: relative;
    left: auto;
    top: auto;
    transform: translateX(0px);
  }
}
@media (max-width: 449px) {
  .logo {
    width: 200px;
    height: 22px;
  }
}
/* 底部 */
#footer {
  padding-top: 47px;
  overflow: hidden;
  width: 100%;
  background: #1e1e1e;
}
.footer-ul {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.footer-ul li h3 {
  color: #808080;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.footer-ul li dl dd > a {
  line-height: 32px;
  display: block;
  color: #808080;
  font-size: 16px;
}
.footer-ul li dl dd span {
  color: transparent;
}
.footer-dl {
  display: flex;
}
.footer-dl dl {
  margin-right: 48px;
}
.footer-dl dl:last-child {
  margin-right: 0px;
}
.code-wrap {
  display: flex;
}
.code-item {
  width: 110px;
  margin-right: 30px;
  text-align: center;
}
.code-item:last-child {
  margin-right: 0px;
}
.code-item p {
  color: #808080;
  line-height: 24px;
  margin-top: 16px;
  text-align: center;
}
.copy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #808080;
  height: 81px;
  border-top: 1px solid #494949;
}
.copy p {
  font-size: 16px;
  line-height: 26px;
}
.copy p > a {
  color: #808080;
}
@media (max-width: 991px) {
  .footer-ul {
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .footer-ul li {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .footer-ul li h3 {
    margin-bottom: 0px;
    font-size: 18px;
  }
  .footer-ul li dl {
    text-align: center;
  }
  .footer-ul li dl dd {
    display: inline-block;
    margin: 0 4px;
  }
  .footer-dl {
    flex-wrap: wrap;
  }
  .footer-dl dl {
    margin-right: 0px;
    width: 100%;
  }
  .code-wrap {
    width: 100%;
    margin-top: 8px;
    justify-content: center;
  }
  .copy {
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    padding: 15px 0px;
  }
  .copy p {
    width: 100%;
    text-align: center;
  }
  #footer {
    padding-top: 30px;
  }
}
/* 品牌简介 */
.home-about {
  overflow: hidden;
  background-color: #1e1e1e;
  padding-top: 100px;
  padding-bottom: 100px;
}
.habout-main {
  display: flex;
  flex-wrap: wrap;
}
.habout-left {
  width: 50%;
  padding-right: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.habout-title {
  color: #808080;
  border-bottom: 1px solid #373737;
  margin-bottom: 40px;
}
.index-title {
  font-size: 40px;
  color: #808080;
  font-weight: bold;
  line-height: 40px;
}
.habout-title h3 {
  margin-bottom: 26px;
}
.habout-title span {
  font-size: 24px;
  line-height: 24px;
  display: block;
  margin-bottom: 28px;
}
.habout-info p {
  font-size: 16px;
  line-height: 30px;
  color: #808080;
  padding-bottom: 14px;
  min-height: 210px;
  border-bottom: 1px solid #373737;
}
.data-num {
  display: flex;
  justify-content: space-between;
}
.data-option h3 {
  font-size: 40px;
  color: #808080;
  line-height: 40px;
  font-family: "rMedium";
  margin-bottom: 10px;
}
.data-option p {
  font-size: 18px;
  color: #808080;
  line-height: 24px;
  font-family: "sLight";
}
.data-option:hover h3 {
  color: #fff;
}
.habout-right {
  width: 50%;
  padding-left: 50px;
}
.habout-right:hover .public-img img {
  transform: scale(1.1);
}
@media (max-width: 1400px) {
  .index-title {
    font-size: 34px;
    line-height: 34px;
  }
  .habout-title h3 {
    margin-bottom: 15px;
  }
  .habout-title span {
    font-size: 20px;
    margin-bottom: 14px;
  }
  .habout-title {
    margin-bottom: 25px;
  }
  .habout-info p {
    font-size: 14px;
    line-height: 28px;
    padding-bottom: 20px;
    min-height: auto;
  }
}
@media (max-width: 1200px) {
  .habout-right {
    padding-left: 25px;
  }
  .habout-left {
    padding-right: 25px;
  }
  .data-num {
    margin-top: 25px;
  }
  .data-option p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .home-about {
    padding-top: 32px;
    padding-bottom: 40px;
  }
  .habout-right {
    padding-left: 0px;
    width: 100%;
  }
  .habout-left {
    padding-right: 0px;
    width: 100%;
  }
  .data-num {
    margin-top: 25px;
  }
  .index-title {
    font-size: 28px;
    line-height: 28px;
  }
  .habout-title h3 {
    margin-bottom: 12px;
  }
  .habout-title span {
    font-size: 18px;
    line-height: 24px;
  }
  .habout-title {
    margin-bottom: 15px;
  }
  .data-num {
    margin-top: 20px;
    margin-bottom: 18px;
  }
  .data-option h3 {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 8px;
  }
  .data-option p {
    text-align: center;
  }
}
/* 产品中心 */
.home-product {
  position: relative;
}
.hpro-imgitem {
  width: 100%;
  overflow: hidden;
  display: none;
}
.hpro-imgon {
  display: block;
}
.hpro-imgitem img {
  width: 100%;
  display: block;
}
.hpro-wrap {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  padding-top: 98px;
}
.hpro-title {
  text-align: center;
  max-width: 850px;
  margin: 0 auto 85px;
}
.hpro-title h3 {
  margin-bottom: 20px;
}
.hpro-title p {
  text-align: center;
  font-size: 16px;
  color: #808080;
  line-height: 30px;
}
.hpro-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #808080;
}
.hpro-icon {
  position: relative;
  height: 46px;
  display: flex;
  align-items: center;
}
.hpro-icon img {
  transition: all 0.5s;
}
.hpro-icon .hpro-iconon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.hpro-item h3 {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 6px;
  margin-top: 28px;
}
.hpro-item span {
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
}
.hpro-swiper .swiper-slide.hpro-on .hpro-icon .hpro-iconon {
  opacity: 1;
}
.hpro-swiper .swiper-slide.hpro-on .hpro-icon .hpro-iconun {
  opacity: 0;
}
.hpro-swiper .swiper-slide.hpro-on .hpro-item {
  color: #fff;
}
.hpro-item:hover {
  color: #fff;
}
.hpro-item:hover .hpro-icon .hpro-iconon {
  opacity: 1;
}
.hpro-item:hover .hpro-icon .hpro-iconun {
  opacity: 0;
}
.hpro-main {
  position: relative;
}
.hpro-next,
.hpro-prev {
  width: 14px;
  height: 26px;
  background-size: 14px 26px;
  margin-top: -13px;
  opacity: 1;
}
.hpro-next {
  right: 0px;
  background-image: url(../img/hpro-next.png);
}
.hpro-prev {
  left: 0px;
  background-image: url(../img/hpro-prev.png);
}
.hpro-more {
  display: block;
  width: 190px;
  margin: 90px auto 0px;
  text-align: center;
  height: 48px;
  background-color: #fff;
  color: #808080;
  border-radius: 24px;
  line-height: 48px;
}
@media (max-width: 1700px) {
  .hpro-wrap {
    padding-top: 80px;
  }
}
@media (max-width: 1600px) {
  .hpro-wrap {
    padding-top: 60px;
  }
  .hpro-more {
    margin-top: 60px;
  }
  .hpro-title {
    margin-bottom: 70px;
  }
}
@media (max-width: 1400px) {
  .hpro-wrap {
    padding-top: 50px;
  }
  .hpro-more {
    margin-top: 50px;
  }
  .hpro-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 1300px) {
  .hpro-wrap {
    padding-top: 40px;
  }
  .hpro-more {
    margin-top: 40px;
  }
  .hpro-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 1200px) {
  .hpro-more {
    margin-top: 30px;
  }
  .hpro-item h3 {
    margin-top: 12px;
    font-size: 20px;
  }
}
@media (max-width: 1100px) {
  .hpro-title h3 {
    margin-bottom: 10px;
  }
  .hpro-wrap {
    padding-top: 30px;
  }
  .hpro-more {
    margin-top: 20px;
  }
  .hpro-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .hpro-title {
    width: 100%;
  }
  .hpro-wrap {
    position: relative;
    background-color: #1e1e1e;
    padding-top: 32px;
    display: block;
  }
  .hpro-more {
    margin-top: 40px;
  }
}
@media (max-width: 499px) {
  .hpro-title {
    margin-bottom: 20px;
  }
  .hpro-more {
    margin-top: 30px;
    width: 150px;
    height: 40px;
    line-height: 40px;
  }
}
/* 新闻资讯 */
.hnews-title {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
.hnews-btn {
  position: relative;
  width: 92px;
  height: 36px;
}
.hnews-next,
.hnews-prev {
  width: 36px;
  height: 36px;
  background-size: 11px 10px;
  margin-top: 0px;
  top: 0px;
  opacity: 0.25;
  border: 1px solid rgba(128, 128, 128, 0.25);
}
.hnews-next {
  right: 0px;
  background-image: url(../img/news-next.png);
}
.hnews-prev {
  left: 0px;
  background-image: url(../img/news-prev.png);
}
.hnews-next:hover,
.hnews-prev:hover {
  background-color: #fff;
  border-color: #fff;
  opacity: 1;
}
.hnews-info {
  color: #808080;
  padding-top: 26px;
}
.hnews-info h3 > a {
  color: #808080;
  font-size: 18px;
  line-height: 24px;
  display: block;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hnews-info span {
  font-size: 16px;
  line-height: 16px;
}
.hnews-info p {
  font-size: 16px;
  line-height: 30px;
  margin-top: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.hnews-item:hover .public-img img {
  transform: scale(1.1);
}
.hnews-item:hover .hnews-info h3 > a {
  color: #fff;
}
@media (max-width: 991px) {
  .hnews-title {
    margin-bottom: 30px;
  }
}
.other-modules {
  display: flex;
  overflow: hidden;
  flex-wrap: wrap;
}
.other-item {
  width: 50%;
  position: relative;
}
.other-info {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  color: #808080;
}
.other-icon {
  position: relative;
}
.other-icon img {
  transition: all 0.5s;
}
.other-icon .other-iconon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.other-info h3 {
  font-weight: bold;
  margin-top: 28px;
  line-height: 40px;
  font-size: 40px;
  margin-bottom: 16px;
}
.other-info p {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
}
.other-item:hover .public-img img {
  transform: scale(1.1);
}
.other-item:hover .other-icon .other-iconon {
  opacity: 1;
}
.other-item:hover .other-icon .other-iconun {
  opacity: 0;
}
.other-item:hover .other-info {
  color: #fff;
}
@media (max-width: 991px) {
  .other-item {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .other-info h3 {
    margin-top: 12px;
    line-height: 32px;
    font-size: 32px;
    margin-bottom: 10px;
  }
  .other-info p {
    font-size: 16px;
    padding: 0 12px;
  }
}
.about-wrap {
  border-bottom: 1px solid #8f8f8f;
}
.inside-title {
  text-align: center;
}
.about-main .index-title {
  margin-bottom: 40px;
}
.about-info {
  font-size: 16px;
  line-height: 30px;
  text-indent: 32px;
  color: #808080;
  margin-bottom: 24px;
}
.about-info p {
  margin-bottom: 15px;
}
.number {
  display: flex;
  align-items: flex-start;
}
.number span {
  color: #808080;
  font-family: "rMedium";
  font-size: 40px;
}
.data-option:hover .number span {
  color: #fff;
}
.about-list {
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 46px;
}
.about-list li {
  padding: 0 20px;
  width: 50%;
  float: left;
}
.about-item {
  width: 100%;
  overflow: hidden;
}
.about-item img {
  transition: all 0.5s;
  width: 100%;
}
.about-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 991px) {
  .about-main .index-title {
    margin-bottom: 26px;
  }
  .about-info p {
    margin-bottom: 10px;
  }
  .about-info {
    margin-bottom: 0px;
  }
  .data-about {
    width: 100%;
    flex-wrap: wrap;
    margin-top: 0px;
  }
  .data-about .data-option {
    width: 50%;
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-top: 12px;
  }
  .about-list {
    margin: 0px;
    margin-top: 25px;
  }
  .about-list li {
    float: none;
    width: 100%;
    padding: 0px;
    margin-bottom: 25px;
  }
  .about-list li:last-child {
    margin-bottom: 0px;
  }
}
.news-wrap {
  width: 100%;
  overflow: hidden;
  padding-top: 100px;
  background-color: #1e1e1e;
  border-bottom: 1px solid #8f8f8f;
}
.news-wrap .inside-title {
  margin-bottom: 18px;
}
.news-list li {
  padding: 30px 0px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(128, 128, 128, 0.25);
}
.news-img {
  width: 440px;
}
.news-info {
  width: calc(100% - 440px);
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #808080;
}
.news-info h3 > a {
  font-size: 24px;
  line-height: 30px;
  display: block;
  color: #808080;
  margin-bottom: 15px;
}
.news-info span {
  font-size: 16px;
  line-height: 16px;
  display: block;
}
.news-info p {
  margin-top: 12px;
  font-size: 16px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-list li:hover .news-info h3 > a {
  color: #fff;
}
.news-list li:hover .public-img img {
  transform: scale(1.1);
}
.click-more {
  display: block;
  text-align: center;
  width: 190px;
  height: 48px;
  line-height: 48px;
  color: #808080;
  border: 1px solid #808080;
  border-radius: 24px;
  transition: all 0.5s;
  margin: 0 auto 50px;
}
.news-click {
  margin-top: 50px;
}
.click-more:hover {
  background-color: #fff;
  border-color: #fff;
}
@media (max-width: 991px) {
  .news-list li {
    padding: 20px 0px;
  }
  .news-img {
    margin: 0 auto 18px;
    width: 100%;
    max-width: 440px;
  }
  .news-info {
    width: 100%;
    padding: 0px;
  }
  .news-wrap .inside-title {
    margin-bottom: 10px;
  }
  .news-wrap {
    padding-top: 35px;
  }
  .click-more {
    margin-bottom: 40px;
    width: 160px;
    height: 42px;
    line-height: 42px;
    border-radius: 21px;
  }
  .news-click {
    margin-top: 40px;
  }
}
@media (max-width: 449px) {
  .news-info h3 > a {
    font-size: 22px;
  }
}
.pro-nav {
  margin: 28px auto 30px;
  width: 1120px;
}
.pnav-item a {
  display: block;
  width: 120px;
  height: 40px;
  border: 1px solid #808080;
  color: #808080;
  text-align: center;
  line-height: 38px;
  transition: all 0.5s;
}
.pnav-item:hover a {
  background-color: #fff;
  border-color: #fff;
}
.pnav-swiper .swiper-slide.pnav-on .pnav-item a {
  background-color: #fff;
  border-color: #fff;
}
.pro-list {
  margin-left: -12px;
  margin-right: -12px;
}
.pro-list li {
  width: 33.33%;
  padding: 0 12px;
  float: left;
  margin-bottom: 30px;
}
.pro-item {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.pro-item img {
  width: 100%;
  display: block;
  transition: all 0.5s;
}
.pro-item p {
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  background-color: rgba(0, 0, 0, 0.6);
  height: 50px;
  line-height: 50px;
  transition: all 0.5s;
}
.pro-item:hover img {
  transform: scale(1.1);
}
.pro-item:hover p {
  background-color: rgba(0, 0, 0, 0.9);
}
.pro-click {
  margin-top: 20px;
}
@media (max-width: 1200px) {
  .pro-nav {
    width: 840px;
  }
}
@media (max-width: 991px) {
  .pro-nav {
    width: 700px;
  }
  .pro-list {
    margin-left: 0px;
    margin-right: 0px;
  }
  .pro-list li {
    width: 100%;
    padding: 0px;
    float: none;
    margin-bottom: 25px;
  }
  .pro-click {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .pro-nav {
    width: 560px;
  }
}
@media (max-width: 599px) {
  .pro-nav {
    width: 420px;
  }
}
@media (max-width: 449px) {
  .pro-nav {
    width: 260px;
  }
}
.dc-phone {
  display: none;
}
@media (max-width: 991px) {
  .dc-phone {
    display: block;
  }

  .dc-pc {
    display: none;
  }
}
/* 联系我们 */
.contact-main{
  padding-bottom: 60px;
}
.contact-cont{
  overflow: hidden;
}
.contact-info{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #2f2e2e;
  justify-content: center;
}
.contact-info dl dt{
  font-size: 24px;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 25px;
}
.contact-info dl dd{
  line-height: 30px;
  color: #666;
  font-size: 16px;
}
.contact-img{
  overflow: hidden;
  width: 100%;
}
.contact-img img{
  display: block;
  width: 100%;
}
.contact-ditu{
  margin-top: 28px;
  overflow: hidden;
  width: 100%;
}
.contact-ditu img{
  display: block;
  width: 100%;
}
@media(max-width: 1200px){
  .contact-info dl dt{
    margin-bottom: 15px;
  }
}
@media(max-width: 991px){
  .col-xxs-12{
    width:100%;
  }
  .contact-info{
    padding: 30px 0px;
    margin-bottom: 15px;
  }
  .contact-main{
    padding-bottom: 40px;
  }
}
@media(max-width: 599px){
  .contact-main{
    padding-bottom: 30px;
  }
  .contact-ditu{
    margin-top: 15px;
  }
}

.about-dess{
  margin-bottom: 50px;
  color: #808080;
}
.about-dess img{
  max-width: 100%;
}
