.clearfix:after,
.presales-qian p::after {
  content: "";
}
.container,
nav ul li > a,
nav > ul > li {
  position: relative;
}
a,
body,
button,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
input,
li,
ol,
p,
select,
table,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
  outline: 0;
  list-style: none;
  text-decoration: none;
}
html {
  font-size: 26.66667vw;
}
body {
  font-family: "microsoft yahei", tahoma, arial, Hiragino, SansSerif, NotoR;
}
.clearfix:after {
  display: block;
  clear: both;
}
.box {
  width: 100%;
}
.container {
  width: 90%;
  margin: auto;
  max-width: 1400px;
  /* z-index: 1; */
}
.head {
  width: 100%;
  height: 60px;
}
.logo,
.logo img,
.nav ul {
  height: 100%;
}
.logo {
  width: 20%;
  float: left;
  padding: 10px;
}
.menu,
nav {
  float: right;
}
.logo img {
  width: 90%;
  margin-top: 5px;
}
.icon-android-menu {
  display: block;
  font-size: 45px;
  text-align: center;
}
.icon-yuyan {
  color: #d5282a;
}
.case-right a,
nav ul li > a {
  color: #000;
  text-decoration: none;
}
nav {
  width: 73%;
}
nav > ul > li {
  list-style: none;
  width: 11%;
  float: left;
  line-height: 60px;
  text-align: center;
}
nav ul li > a {
  font-family: "微软雅黑";
  font-size: 16px;
  text-transform: uppercase;
}
.sort::after {
  content: "";
  display: block;
  width: 65%;
  height: 2px;
  background-color: #d5282a;
  position: absolute;
  left: 20px;
  bottom: 10px;
}
nav .hid1,
nav .hid2 {
  height: 0;
  position: absolute;
  z-index: 9999;
}
nav .hid li,
nav .hid li:hover,
nav ul li:hover {
  background: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 1000px) {
  nav ul li a {
    font-size: 14px;
  }
}
nav ul li a:hover {
  text-decoration: none;
}
nav .hid li {
  border: none;
}
.hid li a {
  font-size: 16px;
  padding-left: 5px;
  display: block;
  text-align: center;
}
nav .hid li a:hover {
  text-decoration: none;
}
nav .hid1 {
  width: 180px;
  margin-top: 10px;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  left: -50px;
}
.presales,
nav .hid2 {
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  overflow: hidden;
}
nav .hid2 {
  width: 100px;
  margin-top: 10px;
  transition: 0.5s;
}
.menu {
  width: 40px;
  height: 40px;
}
.menu img {
  width: 100%;
  height: 100%;
  margin-top: 5px;
}
.mobile-inner-nav {
  background-color: rgba(0, 0, 0, 0.9);
  width: 100%;
  position: fixed;
  top: 50px;
  left: 0;
  display: none;
  z-index: 9999;
  height: 90%;
  padding-top: 10%;
  margin-top: 5%;
}
.jiantou,
.sell {
  position: relative;
}
.mobile-inner-nav a {
  display: inline-block;
  line-height: 50px;
  text-decoration: none;
  width: 80%;
  margin-left: 10%;
  color: #fff;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}
nav ul li:hover .hid1 {
  height: 415px;
}
nav ul li:hover .hid2 {
  height: 200px;
}
.content {
  width: 100%;
  height: 100%;
  margin-top: 10px;
}
.banner {
  height: 100%;
  /*background: url(../images/banner.jpg) center no-repeat;*/
  -moz-background-size: cover;
  background-size: cover;
  z-index: 0;
}
.banner .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.iphonebanner{
  display:none;
}
.banner-left {
  position: absolute;
  left: 15%;
}
.banner-left h1 {
  font-size: 50px;
  color: #fff;
  margin-top: 170px;
}
.banner-left h3 {
  font-size: 30px;
  color: #fff;
  margin-top: 20px;
}
.banner-left ul {
  width: 122px;
  height: 122px;
  float: left;
  margin-top: 63px;
}
.number,
.use-kuais {
  margin: auto;
  color: #fff;
  text-align: center;
}
.number {
  width: 80px;
  height: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px dotted #fff;
  line-height: 80px;
}
.number-a {
  color: #fff;
  text-align: center;
  margin-top: 5px;
}
.imgs img {
  margin: 11% 0 0 13%;
}
/* 地图 */
#container {
    width:96%;
    height: 650px;
    top: 20px;
    left: 20px;
    z-index: 9999;
}

.about {
  width: 100%;
  overflow: hidden;
}
.about-left {
  width: 50%;
  float: left;
  overflow: hidden;
  height: 640px;
  background: url(../images/corp.png) left no-repeat;
  -moz-background-size: 50vw;
  background-size: 50vw;
}
.about-left img {
  width: 100%;
  -webkit-transition: 2s;
  -moz-transition: 2s;
  transition: 2s;
}
.about-left:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
}
.about-right {
  width: 45%;
  float: right;
  overflow: hidden;
}
.about-text {
  width: 60%;
  height: 60%;
  margin-top: 11%;
  margin-left: 30px;
}
.about-text h2 {
  margin-top: 10px;
  margin-bottom: 50px;
  font-weight: bold;
}
.about-text p {
  margin-top: 15px;
  text-indent: 2em;
  line-height: 36px;
}
.jiantou {
  margin-top: 60px;
  margin-bottom: 50px;
  margin-left: 30px;
  -webkit-animation: jian 2s infinite;
  -moz-animation: jian 2s infinite;
  animation: jian 2s infinite;
}
@-webkit-keyframes jian {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: 20px;
  }
}
@-moz-keyframes jian {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: 20px;
  }
}
@keyframes jian {
  0%,
  100% {
    left: 0;
  }
  50% {
    left: 20px;
  }
}
.sell {
  height: 900px;
  /* height: 750px; */
  margin-top: -13px;
  -moz-background-size: cover;
  background-size: cover;
  overflow: hidden;
}
.da{
  background: url(../images/sell-ban.jpg) center no-repeat;
}
/*  */
/* .presale {
  width: 60%;
  height: 120px;
  position: absolute;
  top: 640px;
}
.presales {
  width: 14.5%;
  height: 100%;
  float: left;
  background-color: #d5282a;
  transition: 0.5s;
}
.presales-qian {
  width: 100%;
  height: 100%;
  float: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-right: 1px solid rgba(255, 0, 0, 0.5);
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.presales-qian:nth-last-child(1) {
  background-color: #fff;
}
.presales-qian p {
  width: 100%;
  height: 22px;
  color: #fff;
  text-align: center;
  line-height: 22px;
  position: relative;
  top: -13px;
}
.presales-qian p::after {
  display: block;
  width: 36px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: -20px;
  left: -webkit-calc(50% - 17px);
  left: -moz-calc(50% - 17px);
  left: calc(50% - 17px);
}
.news-infoo:hover .news-info1-p,
.presales-hou,
.zuo {
  background-color: #fff;
}
.presales-hou {
  width: 85%;
  float: left;
  display: none;
}
.presales-hou li {
  width: 25%;
  height: 120px;
  float: left;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-right: 1px solid #eee;
}
*/
.appuse img,
.use,
.use-con,
.zixun {
  width: 100%;
}
.zixun {
  text-align: center;
  position: absolute;
  top: 30%;
  left: 0;
}
.more,
.use-con,
.use-img {
  position: relative;
}
.safes {
  width: 22%;
  height: 100%;
  overflow: hidden;
}
.on {
  width: 60%;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.presales.on .presales-qian {
  width: 26%;
  float: left;
}
.presales.on .presales-hou {
  width: 74%;
  display: block;
}
.appuse,
.use-kuai {
  display: none;
}
.case {
  height: 70px;
  margin-top: 20px;
}
.case-left {
  margin: 45px;
  float: left;
}
.case-left h4 {
  font-size: 14px;
}
.case-left h2 {
  font-size: 24px;
  margin-top: 10px;
  font-weight: 600;
}
.case-right {
  margin: 45px;
  float: right;
}
.case-right a {
  font-size: 14px;
}
.appuse img {
  height: 500px;
}
.use-con {
  height: 100%;
  overflow: hidden;
}
.use-kuai {
  width: 60%;
  height: 70%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 15%;
  left: 20%;
}
.use-img.test .use-kuai {
  display: block;
  background-color: rgba(184, 36, 48, 0.8);
  -webkit-transition: ease 0.5s;
  -moz-transition: ease 0.5s;
  transition: ease 0.5s;
}
.use-kuais {
  width: 320px;
  height: 65%;
  border-bottom: 2px solid #fff;
}
.use-kuais h2 {
  padding-top: 80px;
}
.use-kuais p {
  margin-top: 20px;
  line-height: 30px;
}
.more {
  width: 80px;
  height: 30px;
  margin: auto;
  text-align: center;
  top: 10%;
  border-bottom: 2px solid #fff;
  cursor: pointer;
}
.more a {
  color: #fff;
  text-decoration: none;
}
.use-kuai .more:hover {
  border-bottom: 2px solid #000;
}
.use-kuai .more:hover a {
  color: #000;
}
.use-img {
  width: 30%;
  height: 638px;
  float: left;
  overflow: hidden;
  -webkit-transition: ease 0.5s;
  -moz-transition: ease 0.5s;
  transition: ease 0.5s;
}
.use-img:last-child {
  position: absolute;
  right: 0;
  top: 0;
}
.imgs1 {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  background-size: cover;
}
.news,
.news-right {
  height: 127px;
}
.test {
  width: 40%;
}
.news-left {
  float: left;
}
.news-left h4 {
  font-size: 14px;
  margin-top: 40px;
}
.news-left h2,
.news-right p {
  margin-top: 10px;
}
.news-left h2 {
  font-size: 24px;
  font-weight: bold;
}
.news-right {
  float: right;
  text-align: center;
  padding-top: 70px;
  position: relative;
}
.news-right ul li {
  float: left;
  margin: 0 10px 0 40px;
}
.news-right a {
  font-size: 14px;
  color: #000;
  text-decoration: none;
}
.news-right ul li:hover {
  border-bottom: 1px solid #d5282a;
}
.news-right ul li:hover a {
  color: #d5282a;
}
.news-right ul li:nth-child(1) {
  border-bottom: 1px solid #d5282a;
}
.news-right ul li:nth-child(1) a {
  color: #d5282a;
}
.news-right img {
  position: absolute;
  right: -9px;
  bottom: 30px;
}
.news-info {
  padding-bottom: 144px;
}
.news-info1-tu {
  position: relative;
}
.news-info1-tu img {
  width: 100%;
  height: 350px;
}
.imgbox {
  width: 100%;
  height: 260px;
  overflow: hidden;
}
.jump {
  color: #000;
}
.jump:hover {
  color: #000;
  text-decoration: none;
}
.imgdb {
  width: 100%;
  height: 100%;
  background-position: center !important;
  background-repeat: no-repeat !important;
  -moz-background-size: cover !important;
  background-size: cover !important;
  -webkit-transition: ease 1s;
  -moz-transition: ease 1s;
  transition: ease 1s;
}
.imgdb:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
}
.news-info1-kuan {
  width: 70px;
  height: 70px;
  background-color: #000;
  float: right;
  position: absolute;
  right: 0;
  top: 0;
}
.news-info1-kuan p {
  font-size: 24px;
  color: #fff;
  text-align: center;
}
.news-info1-kuan span {
  display: block;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.news-info1-p {
  width: 100%;
  height: 290px;
  background-color: #f4f4f4;
}
.news-info1-p a {
  color: #000;
}
.news-info1-p a:hover {
  text-decoration: none;
}
.news-info1-p1 {
  font-size: 18px;
  padding: 50px 15px 10px;
}
.footer-center-two,
.footer-nav li a,
.footer-ul a,
.news-info1-p2 {
  font-size: 14px;
}
.news-info1-p2 {
  line-height: 25px;
  height: 130px;
  overflow: hidden;
  padding: 10px 15px 0;
  /* text-indent: 2em; */
}
.news-info1-p span {
  display: block;
  width: 70px;
  height: 30px;
  font-size: 16px;
  text-align: left;
  margin-left: 15px;
  line-height: 30px;
  margin-top: 10px;
  border-bottom: 2px solid #d85a64;
}
.news-info1-p span > a {
  color: #000;
  text-decoration: none;
}
.news-infoo {
  position: relative;
}
.news-infoo span::before,
.news-infoo::before {
  content: "";
  opacity: 0;
  display: block;
  width: 0%;
  height: 2px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 2px solid #e51f04;
  z-index: 1;
}
.dianhua::after,
.related p::after,
.shiming-p2::after,
.swiper-pagination-bullet::after {
  content: "";
}
.news-infoo:hover::before {
  width: 100%;
  opacity: 1;
}
.news-infoo:hover .news-info1-kuan {
  background-color: #c60c1a;
}
.swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #c60c1a;
  background-color: #fff;
  position: relative;
}
.circle,
.swiper-pagination-bullet::after {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.footer-center,
.footer-top {
  border-bottom: 2px solid #979797;
}
.footer-top{
    position: relative;
}

.swiper-pagination-bullet::after {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #c60c1a;
  position: absolute;
  top: -webkit-calc(50% - 4px);
  top: -moz-calc(50% - 4px);
  top: calc(50% - 4px);
  left: 5px;
}
.detail-left,
.detail-video,
.left-li,
.search {
  position: relative;
}
.search-input,
.search-weixin {
  display: -webkit-inline-box;
  top: 30%;
}
.search {
  background-color: #d5282a;
}
.footer,
.search-input li,
.search-weixin li {
  background-color: #000;
}
.search-logo {
  width: 15%;
  height: 100%;
  float: left;
  margin: 1% 0 1% 3%;
}
.search-logo img {
  width: 100%;
  height: 100%;
  padding: 10px;
}
.search-input {
  height: 40px;
  position: absolute;
  left: 33%;
}
.search-input input {
  width: 260px;
  height: 40px;
  padding-left: 15px;
}
.search-input li {
  width: 40px;
  height: 40px;
  float: right;
  color: #fff;
  font-size: 25px;
  text-align: center;
}
.search-weixin {
  height: 40px;
  position: absolute;
  right: 10%;
}
.search-weixin input {
  width: 355px;
  height: 40px;
  padding-left: 15px;
}
.search-weixin li {
  width: 40px;
  height: 40px;
  float: right;
  color: #fff;
  font-size: 25px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
}
.footer-nav {
  float: left;
}
.footer-nav li {
  float: left;
  line-height: 90px;
  margin-right: 50px;
}
.footer-nav li a {
  color: #fff;
  text-decoration: none;
}
.footer-icon {
  margin-right: 60px;
}
.row {
  float: right;
  color: #fff;
  width: 250px;
  margin-top: 25px;
  position: absolute;
    right: 20px;
}
.footer-center {
  overflow: hidden;
  padding-bottom: 30px;
}
.footer-center-one {
  width: 20%;
  height: 215px;
  color: #fff;
  text-align: center;
  padding-top: 20px;
  line-height: 40px;
  float: left;
}
.footer-ul,
.footer-uls li {
  height: 40px;
  text-align: left;
}
.footer-ul {
  width: 108%;
}
.footer-uls {
  width: 325px;
  height: 160px;
}
.footer-uls li {
  width: 158px;
  font-size: 12px;
  display: inline-block;
}
.footer-center-three,
.footer-center-two {
  width: 18%;
  text-align: center;
  float: left;
  height: 40px;
  color: #fff;
  line-height: 40px;
  padding-top: 20px;
}
.footer-uls li > a {
  text-decoration: none;
  color: #fff;
}
.footer-center-two li {
  font-size: 12px;
}
.footer-center-three {
  font-size: 14px;
}
.footer-center-three li {
  font-size: 60px;
  margin-top: 40px;
}
.footer-center-three span {
  font-size: 12px;
}
.footer-center-four {
  float: left;
  width: 20%;
  height: 40px;
  font-size: 14px;
  text-align: left;
  color: #fff;
  line-height: 40px;
  padding-top: 20px;
}
.foot-p1,
.foot-p2,
.foot-p3 {
  color: #fff;
  line-height: 90px;
}
.footer-center-four li {
  text-align: left;
  margin-top: 13px;
}
.footer-center-four a,
.footer-center-one a,
.footer-center-three a,
.footer-center-two a,
.footer-center-two li a {
  color: #fff;
  text-decoration: none;
}
.footer-center-five {
  float: right;
  margin-top: 40px;
}
.footer-center-five li {
  float: left;
  margin-right: 15px;
}
.footer-center-five img {
  width: 110px;
  margin-left: 20px;
}
.footer-center-five p {
  color: #fff;
  font-size: 12px;
  margin-top: 10px;
  margin-left: 20px;
}
.foot {
  height: 90px;
}
.foot-img {
  margin: 40px 0 0 10px;
}
.foot p {
  font-size: 14px;
}
.foot-p1 {
  float: left;
}
.foot-p2 {
  float: left;
  margin-left: 30px;
}
.foot-p3 {
  float: right;
}
.xiao-one {
  display:none;
}
@media (max-width: 768px) {
  .banner,
  .content {
    height: 100%;
  }
  .sell{
    height: 500px;
  }
  .ding1{
    font-size: 24px !important;
    top: 15% !important;
    width: 100%;
    text-align: center;
  }
  .ding2{
    width: 100%;
    text-align: center;
  }
  .ding3{
    top: 26% !important;
    width: 100%;
    text-align: center;
  }
  .xiao{
    display:none;
  }
  .xiao-one{
    display:block;
  }
  .da{
    position: relative;
  }
  .da div{
    display: none;
  }
  .ziti{
    display: none;
  }
  .swiper-huan .swiper-slides{
    width: 100%;
  }
  .swiper-huan .swiper-slides img{
    width: 90% !important;
    position: absolute;
    top: 15%;
  }
  .sell .gallery-top{
    height: 300px !important;
    background-repeat: no-repeat !important;
  }
  .gallery-next,.gallery-prev{
    display:none;
  }
  .da .swiper-slide{
    background-size: 100% !important;
    background-repeat: no-repeat !important;
  }
  .about-left,
  .imgs img,
  .menu,
  .use-con,
  nav > ul > li {
    display: none;
  }
  .more1,
  .use-kuais1 {
    border-bottom: 2px solid #fff;
  }
  .use-kuais h2,
  .use-kuais1 h2 {
    padding-top: 20px;
  }
  .container {
    width: 100%;
  }
  .logo img {
    width: 350%;
  }
  .about,
  .banner {
    width: 100%;
  }
  .banner-left {
    margin-left: 20px;
  }
  .banner-left h1 {
    margin-top: 50px;
    font-size: 34px;
  }
  .banner-left h3 {
    font-size: 23px;
  }
  .banner-left ul {
    margin-top: 15px;
  }
  .about-right {
    width: 90%;
    margin-right: 5%;
    margin-top: 50px;
  }
  .about-text {
    width: 100%;
    margin-top: 0;
    padding-bottom: 30px;
    margin-left: 0;
  }
  .jiantou {
    margin-top: 0;
    padding-bottom: 50px;
  }
  .sell {
    width: 100%;
  }
  .presale{
      height: 150px;
      top: 350px;
  }
  .presales-hou {
    height: 150px;
  }
  .sell-img img {
    width: 100%;
    margin: 124% 0 0;
  }
  .presale {
    width: 92%;
  }
  .presales {
    width: 20%;
    overflow: hidden;
  }
  .presales-qian {
    width: 100%;
  }
  .presales-hou li,
  .zixun {
    width: 100%;
    height: 36px;
  }
  .zixun {
    text-align: left;
  }
  .zixun img {
    margin-left: 10px;
  }
  .zixun p {
    float: right;
    margin-right: 25px;
  }
  .on {
    width: 60%;
  }
  .appuse {
    width: 100%;
    height: 500px;
    display: block;
  }
  .use-img1 {
    width: 100%;
    height: 100%;
  }
  .use-kuai1 {
    width: 100%;
    height: 70%;
    background-color: rgba(184, 36, 48, 0.8);
    position: absolute;
    top: 15%;
    left: 0;
  }
  .use-kuais1 {
    width: 80%;
    height: 60%;
    color: #fff;
    margin: auto;
    text-align: center;
  }
  .use-kuais1 p {
    margin-top: 20px;
    line-height: 30px;
  }
  .more1 {
    width: 80px;
    height: 30px;
    margin: auto;
    text-align: center;
    position: relative;
    top: 10%;
  }
  .news,
  .news-left,
  .news-right,
  .use-kuai,
  .use-text {
    width: 100%;
  }
  .more1 a {
    color: #fff;
    text-decoration: none;
  }
  .case-left {
    margin: 10px;
  }
  .case-right {
    margin: 24px;
  }
  .use-kuai {
    left: 0;
  }
  .news-right {
    height: 60px;
    float: left;
    padding: 0;
    line-height: 60px;
    font-size: 20px;
  }
  .news-right ul li {
    width: 25%;
    margin: 0;
  }
  .news-right img,
  .news-right p {
    display: none;
  }
  .news-info {
    width: 100%;
    height: 100%;
    display: block;
  }
  .news-info1-p1,
  .news-info1-p2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
  .news-infoo {
    margin-top: 10px;
  }
  .news-info1 {
    width: 100%;
    height: 600px;
  }
  .news-info1-p {
    height: 320px;
  }
  .news-info1-p1 {
    max-height: 100px;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
  .news-info1-p2 {
    font-size: 13px;
    -webkit-line-clamp: 5;
    line-clamp: 2;
  }
  .footer-center-one,
  .footer-center-three,
  .footer-center-two,
  .footer-top,
  .paging,
  .search {
    display: none;
  }
  .footer {
    width: 100%;
  }
  .footer-center-four {
    width: 100%;
    margin-bottom: 10px;
  }
  .footer-center-five {
    margin: 50% 16% 0 0;
  }
  .footer-center-five li {
    margin: 0;
  }
  .footer-center-five p {
    margin-left: 20px;
  }
  .foot {
    height: 60px;
  }
  .foot p {
    height: 20px;
    font-size: 15px;
    line-height: 0;
    margin-left: 0;
    padding-top: 10px;
  }
  .foot-p3 {
    float: left;
  }
  .foot-img {
    margin: 0;
  }
}
@media (max-width: 320px) {
  .about-left,
  .nav {
    display: none;
  }
  .logo img {
    width: 500%;
  }
  .banner-left h1 {
    font-size: 30px;
  }
  .banner-left h3 {
    font-size: 20px;
  }
  .news-left {
    font-size: 30px;
  }
  .news-left h2 {
    font-size: 25px;
  }
  .news-right {
    width: 100%;
    height: 60px;
    float: left;
    padding-top: 0;
  }
  .news-right ul {
    width: 100%;
  }
  .news-right ul li {
    width: 25%;
    float: left;
    margin: 0;
  }
  .news-right p {
    display: block;
  }
  .news-info1-p1,
  .news-info1-p2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
  .news-info1-p1 {
    height: 100px;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
  .news-info1-p2 {
    font-size: 13px;
    -webkit-line-clamp: 5;
    line-clamp: 2;
  }
  .footer-center-four {
    height: 200px;
  }
  .footer-center-four li {
    font-size: 18px;
  }
  .footer-center-five {
    margin-top: 10px;
    margin-right: 27px;
  }
  .footer-center-five img {
    margin-top: 10px;
    margin-left: 12px;
  }
  .foot p {
    font-size: 15px;
  }
  .foot-p3 {
    float: left;
  }
  .foot-img {
    margin: 0;
  }
  .about-text {
    margin-left: 0;
  }
  .footer-center-five p {
    margin-left: 10px;
  }
}
.goods,
.product {
  margin-bottom: 50px;
}
.iphonebanner{
  display:none;
}
@media (min-width: 320px) {
  .menu,
  .nav {
    display: block;
  }
}
@media (min-width:320px) and (max-width:760px) {
  .banner{
    display: none;
  }
  .iphonebanner{
    display: block;
  }
  .iphonebanner img{
    width: 100%;
  }
}
@media (min-width: 768px) {
  .icon-android-menu,
  .menu {
    display: none;
  }
}


.ban {
  height: 500px;
}
.left {
  width: 20%;
  float: left;
  overflow: hidden;
}
.left-li {
  padding-top: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #666;
}
.tu {
  font-size: 20px;
  font-weight: 600;
  margin-left: 100px;
  position: absolute;
  right: 0;
}
.left-a {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  text-decoration: none;
}
.left-a:hover {
  text-decoration: none;
}
.left-p {
  font-size: 14px;
  background: #fff;
  display: none;
  margin-top: 10px;
}
.hong,
.left-p:hover .dian {
  background-color: #bf272d;
}
.detail-p5 p,
.left-p span,
.trait span,
.xz {
  display: inline-block;
}
.left-p a:hover {
  text-decoration: none;
}
.left-p:hover .dian {
  border: none !important;
}
.left-p span {
  width: 9px;
  height: 9px;
  margin-top: 12px;
  border: 1px solid #666;
  float: left;
}
.right,
.shop {
  height: 100%;
}
.goods-p1,
.right-li {
  -webkit-border-radius: 25px;
  text-align: center;
}
.left-p a {
  display: block;
  color: #666;
  line-height: 35px;
  margin-left: 20px;
}
.detail-p3,
.detail-p4,
.right-li {
  line-height: 36px;
}
.right {
  width: 80%;
  float: left;
}
.right-ones {
  float: left;
  margin: 60px 0 0 50px;
}
.right-li {
  width: 75%;
  height: 36px;
  background-color: #c9c9c9;
  -moz-border-radius: 25px;
  border-radius: 25px;
  margin: 30px auto auto;
}
.right-li:hover,
.right-li:nth-child(1) {
  background-color: #bd272d;
  color: #fff;
}
.right-li:hover a {
  color: #fff;
  text-decoration: none;
}
.right-li a {
  color: #000;
}
.right-zi {
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .ban {
    width: 100%;
    height: 100px;
    background-size: contain !important;
  }
  .left {
    width: 30%;
  }
  .left-a {
    font-size: 12px;
  }
  .right {
    width: 70%;
  }
  .right-ones {
    margin: 10px;
  }
  .right-ones img {
    width: 100%;
  }
  .right-li{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .tu {
    display: none;
  }
}
.ban {
  background: url(../images/product.png) center no-repeat;
  margin-top: 10px;
}
.dao {
  width: 100%;
  height: 54px;
  line-height: 54px;
  border-bottom: 1px solid #d7d7d7;
  overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
.dao a {
  color: #666;
  text-decoration: none;
}
.detail {
  margin-bottom: 20px;
}
.detail-left {
  width: 50%;
  height: 100%;
  float: left;
  margin-top: 30px;
}
.detail-right {
  width: 50%;
  height: 100%;
  float: right;
}
#productDetails .detail-swiper,
#productDetails .gallery-top,
.detail-video {
  height: 400px;
  width: 100%;
}
.detail-video {
  background: url(../images/detail-1.png) center no-repeat;
}
.detail-p2::after,
.related p::after,
.tabs::after {
  background-color: #d3282a;
}
#productDetails .detail-swiper {
  margin-left: auto;
  margin-right: auto;
}
#productDetails .detail-slide {
  -moz-background-size: cover;
  background-size: cover;
  background-position: center;
}
#productDetails .gallery-top .swiper-slide {
  -moz-background-size: cover !important;
  background-size: cover !important;
}
#productDetails .gallery-thumbs {
  height: 140px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 0;
  width: 66.6666%;
  margin: 0 auto;
}
#productDetails .gallery-thumbs .detail-slide {
  height: 140px;
  opacity: 0.4;
}
#productDetails .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
#productDetails .swiper-button-next {
  width: 50px;
  height: 50px;
  border: 1px solid #999;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#productDetails .swiper-button-next:after {
  content: "next";
  color: #999;
  font-size: 20px;
}
#productDetails .swiper-button-prev {
  width: 50px;
  height: 50px;
  border: 1px solid #999;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#productDetails .swiper-button-prev:after {
  content: "prev";
  color: #999;
  font-size: 20px;
}
.area-tit2-p1::after,
.areatab::after,
.building-tit2-p1::after,
.detail-p2::after,
.sand-tit2-p1::after,
.tabs::after {
  content: "";
}
.detail-p5 a,
.detail-p5 p,
.xz {
  color: #fff;
}
#productDetails .detail-next,
#productDetails .detail-prev {
  position: absolute;
  top: unset;
  bottom: 35px;
}
.detail-right div {
  margin-top: 40px;
  margin-left: 50px;
}
.detail-p1 {
  font-size: 40px;
  line-height: 50px;
}
.detail-p2 {
  font-size: 14px;
  /* margin-top: 10px; */
}
#three table td{
  border: 1px solid #ddd;
}
.detail-p2::after {
  display: block;
  width: 50px;
  height: 3px;
  margin-top: 10px;
}
.detail-p3 {
  font-size: 16px;
  padding-bottom: 40px;
  border-bottom: 1px solid #949494;
}
.detail-p4 {
  font-size: 16px;
}
.detail-p5 {
  width: 200px;
  height: 55px;
  background-color: #d3282a;
  position: relative;
}
.xz {
  float: left;
  font-size: 30px;
  position: absolute;
  top: 7px;
  left: 40px;
}
.detail-p5 p {
  font-size: 16px;
  line-height: 55px;
  margin-left: 80px;
}
.related p,
.trait span {
  line-height: 50px;
  font-size: 16px;
}
.detail-p5 a:hover {
  text-decoration: none;
}
.trait {
  height: 50px;
  border-bottom: 1px solid #c9c9c9;
  margin-top: 40px;
  position: relative;
}
.trait span {
  margin-right: 50px;
  color: #666;
}
.trait-tab {
  cursor: pointer;
}
.tab {
  border-bottom: 2px solid #d3282a;
  color: #d3282a;
}
.tabs {
  color: #000;
  font-weight: 600;
}
.tabs::after {
  display: block;
  width: 64px;
  height: 2px;
  position: absolute;
  bottom: -2px;
}
.trait p:hover {
  color: #d3282a;
  border-bottom: 1px solid #d3282a;
}

.trait-img img {
  width: 100%;
  margin-top: 3px;
}
.goods,
.goods-p1,
.goods-p2 {
  margin-top: 20px;
}
.related {
  height: 50px;
  border-bottom: 0.5px solid #666;
}
.related p {
  display: inline-block;
}
.related p::after {
  display: block;
  width: 65px;
  height: 1px;
  position: absolute;
  top: 49px;
}
.goods {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.goods-good {
  width: 22%;
  height: 340px;
}
.goods-good img {
  width: 100%;
  height: 230px;
}
.goods-p1 {
  width: 75%;
  height: 35px;
  font-size: 16px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  margin: 20px auto;
  line-height: 35px;
  background-color: #eee;
}
.goods-p1:hover {
  background-color: #d3282a;
}
.goods-p1:hover a {
  color: #fff;
  text-decoration: none;
}
.goods-p1 a {
  color: #666;
}
.goods-p2 {
  font-size: 16px;
  text-align: center;
}
@media (max-width: 768px) {
  .detail-left {
    width: 100%;
  }
  .swiper-video {
    width: 100%;
    height: 100%;
  }
  .qiehuan {
    margin-top: 50px;
  }
  .detail-cut img {
    width: 38%;
  }
  .detail-right {
    width: 100%;
  }
  .detail-right div {
    margin: 0;
  }
  .goods {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .goods-good {
    width: 100%;
  }
  .trait {
    margin-top: 30px;
  }
  .goods-p1 {
    margin: 20px auto auto;
  }
  #productDetails .gallery-top {
    height: 100%;
  }
  #productDetails .gallery-top .swiper-slide {
    width: 100%;
    height: 1.9rem;
  }
  #productDetails .gallery-thumbs .swiper-slide-thumb-active {
    background-image: center;
  }
  #productDetails .swiper-button-next,
  #productDetails .swiper-button-prev {
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 75px;
  }
  .detail-next {
    position: absolute;
    right: 0;
  }
  .detail-prev {
    position: absolute;
    left: 0;
  }
  .trait span {
    margin-right: 10px;
  }
  #three{
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
  }
  #productDetails .gallery-thumbs .detail-slide {
    height: 60px;
  }
}
.after-bottom,
.informa,
.lianxi-phone,
.project-pro,
.service-image,
.shop-chanpin {
  -ms-flex-wrap: wrap;
}
.area-tit,
.shop-shopping {
  margin-bottom: 40px;
}
.shop,
.shopdetail {
  background: url(../images/product.png) center no-repeat;
}
.shop {
  margin-top: 10px;
}
.shop-one {
  width: 100%;
  height: 54px;
  line-height: 54px;
  border-bottom: 1px solid #d7d7d7;
}
.shop-one a {
  color: #666;
  text-decoration: none;
}
.shop-chanpin {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.shop-lei {
  width: 22%;
  height: 330px;
  margin-top: 50px;
}
.shop-lei img {
  width: 100%;
  max-height: 230px;
  -webkit-transition: 2s;
  -moz-transition: 2s;
  transition: 2s;
}
.shop-lei img:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
}
.shop-lei-p1 {
  font-size: 16px;
  margin: 30px 0 20px 10px;
}
.shop-lei-li {
  position: relative;
}
.shop-lei-p2 {
  font-size: 16px;
  color: #666;
  position: absolute;
  left: 10px;
}
.shop-lei-p3 {
  font-size: 16px;
  color: #bf272d;
  position: absolute;
  right: 10px;
}
@media (max-width: 768px) {
  .shop {
    height: 300px;
  }
  .shop-chanpin {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .shop-lei {
    width: 100%;
  }
}
.shopdetail {
  height: 500px;
  margin-top: 10px;
}
.shopdetail-one {
  width: 100%;
  height: 54px;
  line-height: 54px;
  border-bottom: 1px solid #d7d7d7;
}
.shopdetail-one a {
  color: #666;
  text-decoration: none;
}
.shopdetail-pro {
  margin-bottom: 60px;
}
.shopdetail-left {
  width: 50%;
  float: left;
}
.shopdetail-left img {
  width: 600px;
  height: 320px;
  margin-top: 50px;
}
.shopdetail-right {
  width: 50%;
  float: left;
  padding-left: 20px;
}
.shopdetail-p1 {
  font-size: 24px;
  margin-top: 50px;
}
.shopdetail-p2 {
  font-size: 16px;
  color: #666;
  margin-top: 20px;
}
.shopdetail-p3 {
  font-size: 18px;
  color: #bf272d;
  margin-top: 25px;
}
@media (max-width: 768px) {
  .shopdetail {
    height: 300px;
  }
  .shopdetail-left,
  .shopdetail-left img,
  .shopdetail-right {
    width: 100%;
  }
}
.xian {
  display: block;
  border-bottom: 2px solid red;
}
.areatab::after {
  display: block;
  width: 55px;
  height: 2px;
  background-color: #d3282a;
  position: absolute;
  bottom: -1px;
}
.area-title .areatab a {
  color: #d3282a;
}
.area {
  background: url(../images/area.png) center no-repeat;
  height: 500px;
  margin-top: 10px;
}
.area-one {
  width: 100%;
  height: 54px;
  line-height: 54px;
  border-bottom: 1px solid #d7d7d7;
}
.area-one a {
  color: #666;
  text-decoration: none;
}
.area-title {
  display: inline-block;
  float: right;
}
.area-title li {
  float: left;
  font-size: 14px;
  margin-left: 40px;
}
.area-tit {
  margin-top: 50px;
}
.area-tit1 {
  margin-top: 55px;
}
.area-tit1-p1 {
  font-size: 24px;
  font-weight: 700;
}
.area-tit1-p2 {
  font-size: 14px;
  margin-top: 10px;
}
.area-tit2 {
  margin-top: 35px;
  position: relative;
}
.area-tit2-p1 {
  font-size: 16px;
  font-weight: 700;
}
.area-tit2-p1::after {
  display: block;
  width: 60px;
  height: 3px;
  position: absolute;
  top: 45px;
  background-color: #d3282a;
}
.building,
.sand {
  background: url(../images/area.png) center no-repeat;
}
.area-tit2-p2 {
  font-size: 14px;
  margin-top: 40px;
  line-height: 30px;
}
.area-tit2-p3 {
  font-size: 14px;
  margin-top: 10px;
  line-height: 30px;
}
.area-tit3-p2 {
  margin-top: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.area-chanpin {
  width: 23%;
  height: 250px;
  border: 1px solid #b9b9b9;
  position: relative;
}
.area-chanpin img {
  width: 100%;
  height: 100px;
  position: absolute;
  top: 60px;
}
.area-chanpin p {
  font-size: 14px;
  position: absolute;
  bottom: 5px;
  right: 5px;
}
.area-chanpin a {
  color: #333;
}
@media (max-width: 768px) {
  .area {
    width: 100%;
    height: 100px;
    background-size: contain !important;
  }
  .area-title {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 10px;
  }
  .area-title li {
    width: 25%;
    margin-left: 0;
  }
  .area-tit3-p2 {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .area-chanpin {
    width: 100%;
    margin-top: 10px;
  }
}
.building {
  height: 500px;
  margin-top: 10px;
}
.building-one {
  width: 100%;
  height: 54px;
  line-height: 54px;
  border-bottom: 1px solid #d7d7d7;
}
.building-one a {
  color: #666;
  text-decoration: none;
}
.building-title {
  display: inline-block;
  float: right;
}
.building-title li {
  float: left;
  font-size: 14px;
  margin-left: 40px;
}
.building-title li:hover {
  border-bottom: 1px solid #d3282a;
}
.building-title li :hover a {
  color: #d3282a;
}
.building-tit {
  margin-bottom: 40px;
}
.building-tit1 {
  margin-top: 55px;
}
.building-tit1-p1 {
  font-size: 24px;
  font-weight: 700;
}
.building-tit1-p2 {
  font-size: 14px;
  margin-top: 10px;
}
.building-tit2 {
  margin-top: 40px;
  position: relative;
}
.building-tit2-p1 {
  font-size: 16px;
  font-weight: 700;
}
.building-tit2-p1::after {
  display: block;
  width: 60px;
  height: 3px;
  position: absolute;
  top: 45px;
  background-color: #d3282a;
}
.building-tit2-p2 {
  font-size: 14px;
  margin-top: 40px;
  line-height: 30px;
}
.building-tit2-p3 {
  font-size: 14px;
  margin-top: 10px;
  line-height: 30px;
}
.building-tit3-p2 {
  margin-top: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: start;
}
.building-chanpin {
  width: 30%;
  height: 250px;
  margin-right: 20px;
  border: 1px solid #b9b9b9;
  position: relative;
}
.building-chanpin img {
  width: 100%;
  position: absolute;
}
.building-chanpin p {
  font-size: 14px;
  position: absolute;
  bottom: 5px;
  right: 5px;
}
.building-chanpin a {
  color: #333;
}
@media (max-width: 768px) {
  .building {
    height: 300px;
  }
  .building-title {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 10px;
  }
  .building-title li {
    width: 25%;
    margin-left: 0;
    text-align: center;
  }
  .building-tit3-p2 {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .building-chanpin {
    width: 100%;
    margin-top: 10px;
  }
}
.sand {
  height: 500px;
  margin-top: 10px;
}
.sand-one {
  width: 100%;
  height: 54px;
  line-height: 54px;
  border-bottom: 1px solid #d7d7d7;
}
.sand-one a {
  color: #666;
  text-decoration: none;
}
.sand-title {
  display: inline-block;
  float: right;
}
.sand-title li {
  float: left;
  font-size: 14px;
  margin-left: 40px;
}
.sand-title li:hover {
  border-bottom: 1px solid #d3282a;
}
.sand-title li:hover a {
  color: #d3282a;
}
.sand-tit {
  margin-bottom: 40px;
}
.sand-tit1 {
  margin-top: 55px;
}
.sand-tit1-p1 {
  font-size: 24px;
  font-weight: 700;
}
.sand-tit1-p2 {
  font-size: 14px;
  margin-top: 10px;
}
.sand-tit2 {
  margin-top: 35px;
  position: relative;
}
.sand-tit2-p1 {
  font-size: 16px;
  font-weight: 700;
}
.sand-tit2-p1::after {
  display: block;
  width: 60px;
  height: 3px;
  position: absolute;
  top: 45px;
  background-color: #d3282a;
}
.mining-tit3-p2,
.sand-tit3-p2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-wrap: nowrap;
}
.sand-tit2-p2 {
  font-size: 14px;
  margin-top: 40px;
  line-height: 30px;
}
.sand-tit2-p3 {
  font-size: 14px;
  margin-top: 10px;
  line-height: 30px;
}
.sand-tit3-p2 {
  margin-top: 40px;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sand-chanpin {
  width: 23%;
  height: 250px;
  border: 1px solid #b9b9b9;
  position: relative;
}
.sand-chanpin img {
  width: 100%;
  height: 110px;
  position: absolute;
  top: 60px;
}
.sand-chanpin p {
  font-size: 14px;
  position: absolute;
  bottom: 5px;
  right: 5px;
}
.sand-chanpin a {
  color: #333;
}
@media (max-width: 768px) {
  .sand {
    height: 300px;
  }
  .sand-title {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 10px;
  }
  .sand-title li {
    width: 25%;
    margin-left: 0;
    text-align: center;
  }
  .sand-tit3-p2 {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sand-chanpin {
    width: 100%;
    margin-top: 10px;
  }
}
.mining {
  background: url(../images/area.png) center no-repeat;
  height: 500px;
  margin-top: 10px;
}
.mining-tit2-p1::after,
.servicetab::after,
.traitab::after {
  background-color: #d3282a;
  content: "";
}
.mining-one {
  width: 100%;
  height: 54px;
  line-height: 54px;
  border-bottom: 1px solid #d7d7d7;
}
.mining-one a {
  color: #666;
  text-decoration: none;
}
.mining-title {
  display: inline-block;
  float: right;
}
.mining-title li {
  float: left;
  font-size: 14px;
  margin-left: 40px;
}
.mining-title li:hover {
  border-bottom: 1px solid #d3282a;
}
.mining-title li:hover a {
  color: #d3282a;
}
.mining-chanpin a,
.mining-chanpins a {
  color: #333;
}
.mining-tit {
  margin-bottom: 40px;
}
.mining-tit1 {
  margin-top: 55px;
}
.mining-tit1-p1 {
  font-size: 24px;
  font-weight: 700;
}
.mining-tit1-p2 {
  font-size: 14px;
  margin-top: 10px;
}
.mining-tit2 {
  margin-top: 35px;
  position: relative;
}
.mining-tit2-p1 {
  font-size: 16px;
  font-weight: 700;
}
.mining-tit2-p1::after {
  display: block;
  width: 60px;
  height: 3px;
  position: absolute;
  top: 45px;
}
.mining-tit2-p2 {
  font-size: 14px;
  margin-top: 40px;
  line-height: 30px;
}
.mining-tit2-p3 {
  font-size: 14px;
  margin-top: 10px;
  line-height: 30px;
}
.mining-tit3-p2 {
  margin-top: 40px;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.mining-chanpin {
  width: 30%;
  height: 250px;
  border: 1px solid #b9b9b9;
  position: relative;
}
.mining-chanpin img {
  width: 100%;
  height: 110px;
  position: absolute;
  top: 60px;
}
.mining-chanpin p {
  font-size: 14px;
  position: absolute;
  bottom: 5px;
  right: 5px;
}
.mining-tit4-p2 {
  margin-top: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.mining-chanpins {
  width: 24%;
  height: 250px;
  border: 1px solid #b9b9b9;
  position: relative;
}
.plant-one,
.pro-one,
.service-one {
  line-height: 54px;
  border-bottom: 1px solid #d7d7d7;
}
.mining-chanpins img {
  width: 100%;
  height: 110px;
  position: absolute;
  top: 60px;
}
.mining-chanpins p {
  font-size: 14px;
  position: absolute;
  bottom: 5px;
  right: 5px;
}
@media (max-width: 768px) {
  .mining-tit3-p2,
  .mining-title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
  }
  .mining {
    height: 300px;
  }
  .mining-title {
    width: 100%;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 10px;
  }
  .mining-title li {
    width: 25%;
    margin-left: 0;
    text-align: center;
  }
  .mining-tit3-p2 {
    width: 100%;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .mining-chanpin {
    width: 100%;
    margin-top: 10px;
  }
  .mining-tit4-p2 {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .mining-chanpins {
    width: 100%;
    margin-top: 10px;
  }
}
.traitab::after {
  display: block;
  width: 55px;
  height: 2px;
  position: absolute;
  bottom: -1px;
}
.plant-pin,
.plant-pins,
.pro-product {
  position: relative;
}
.pro-title .traitab a {
  color: #d3282a;
}
.pro-tiao {
  display: block;
}
.pro {
  height: 500px;
  background: url(../images/project.png) center no-repeat;
  margin-top: 10px;
}
.pro-product,
.project-pro {
  margin-top: 30px;
  overflow: hidden;
}
.pro-one {
  width: 100%;
  height: 54px;
}
.pro-one a {
  color: #666;
}
.pro-one a:hover {
  text-decoration: none;
}
.pro-title {
  display: inline-block;
  float: right;
}
.pro-title li {
  float: left;
  font-size: 14px;
  margin-left: 40px;
}
.projects {
  width: 100%;
  overflow: hidden;
  margin-bottom: 40px;
}
.project-pro {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.pro-product {
  width: 30%;
}
.pro-p,
.service {
  margin-top: 10px;
}
.pro-product video {
  width: 100%;
}
.fang {
  font-size: 50px;
  position: absolute;
  top: 34%;
  left: 45%;
  color: #fff;
}
.pro-product:hover .pro-p,
.service-one .servicetab a {
  color: #d3282a;
}
.pro-product p {
  font-size: 18px;
  display: inline-block;
}
.pro-product span {
  font-size: 25px;
  position: absolute;
  right: 0;
}
@media (max-width: 768px) {
  .pro {
    width: 100%;
    height: 100px;
    background-size: contain !important;
  }
  .pro-title {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 10px;
  }
  .pro-title li {
    width: 25%;
    margin-left: 0;
  }
  .pro-product {
    width: 100%;
  }
}
.servicetab::after {
  display: block;
  width: 55px;
  height: 2px;
  position: absolute;
  bottom: -1px;
}
.plant,
.service {
  background: url(../images/service.png) center no-repeat;
}
.plant-one a,
.service-one a {
  color: #666;
  text-decoration: none;
}
.plant-tiao {
  display: block;
}
.service {
  height: 500px;
}
.service-one {
  width: 100%;
  height: 54px;
}
.service-title {
  display: inline-block;
  float: right;
}
.service-title li {
  float: left;
  font-size: 14px;
  margin-left: 40px;
}
.service-img {
  margin-bottom: 50px;
}
.service-image {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}
.service-images {
  width: 24%;
  margin: 20px;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  overflow: hidden;
}
.service-images div {
  overflow: hidden;
  width: 100%;
  height: 16.5vw;
  line-height: 16.5vw;
}
.service-images img {
  width: 100%;
  max-height: 100%;
  max-height: 100%;
  -webkit-transition: 2s;
  -moz-transition: 2s;
  transition: 2s;
}
.service-images p {
  font-size: 18px;
  text-align: center;
  line-height: 30px;
  font-weight: normal;
}
.service-images img:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}
@media (max-width: 768px) {
  .service {
    width: 100%;
    height: 100px;
    background-size:contain !important;
  }
  .service-title {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 10px;
  }
  .service-title li {
    width: 25%;
    text-align: center;
    margin: 0;
  }
  .service-images {
    width: 100%;
    height: 100%;
    margin-top: 10px;
  }
  .service-images div {
    height: 50vw;
  }
  .plant-content {
    margin-top: 50px;
  }
  .servicetab::after {
    display: none;
  }
}
.plant {
  height: 500px;
  margin-top: 10px;
}
.plant-one {
  width: 100%;
  height: 54px;
}
.duan,
.plant-cont-p3,
.plant-pin2 {
  line-height: 36px;
  text-indent: 2em;
}
.plant-title {
  display: inline-block;
  float: right;
}
.plant-title li {
  float: left;
  font-size: 14px;
  margin-left: 40px;
}
.plant-title li:hover {
  border-bottom: 1px solid #d3282a;
}
.plant-title li:hover a {
  color: #d3282a;
}
.plant-content {
  margin-bottom: 40px;
}
.plant-cont1 {
  margin-top: 60px;
}
.plant-cont-p1 {
  font-size: 24px;
  font-weight: 700;
}
.plant-cont-p2 {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.plant-cont-p3 {
  font-size: 14px;
}
.plant-cont2 {
  width: 100%;
  margin-top: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.plant-pin {
  width: 40%;
  float: left;
}
.aftersale-title,
.plant-pins {
  float: right;
}
.plant-pins {
  width: 55%;
}
.plant-pin p {
  font-size: 14px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.plant-swiper {
  height: 100%;
}
.plant-pin img {
  width: 100%;
  height: 90%;
  position: absolute;
  bottom: 0;
}
.you,
.zuo {
  width: 70px;
  height: 50px;
  font-size: 30px;
  top: auto;
  position: absolute;
  bottom: 0;
}
.zuo {
  color: #bd272d;
  text-align: center;
  left: 0;
}
.zuo::after {
  content: "";
  font-size: 30px;
}
.you {
  background-color: #bd272d;
  color: #fff;
  text-align: center;
  left: 70px;
}
.you::after {
  content: "";
  display: block;
}
.after-sale li::after,
.plant-pin1::after {
  content: " ";
}
.plant-pin1 {
  font-size: 16px;
  font-weight: 700;
  margin-top: 20px;
}
.plant-pin1::after {
  display: block;
  width: 60px;
  height: 3px;
  background-color: #d3282a;
  position: absolute;
  top: 65px;
}
.plant-pin2 {
  margin-top: 40px;
  font-size: 14px;
}
.plant-pin3 {
  font-size: 14px;
  line-height: 20px;
}
.plant-tu {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.plant-jiqi {
  width: 32%;
  height: 167px;
  margin-top: 50px;
  border: 1px solid #c8c8c8;
  position: relative;
}
.aftersale-one,
.down-one {
  border-bottom: 1px solid #d7d7d7;
}
.plant-jiqi img {
  width: 100%;
  height: 100%;
}
.plant-jiqi p {
  font-size: 8px;
  position: absolute;
  top: 5px;
  right: 5px;
}
.plant-jiqi a {
  color: #333;
}
@media (max-width: 768px) {
  .plant,
  .plant-pin {
    height: 300px;
  }
  .plant-pin img{
    height: 85%;
  }
  .plant-title {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 10px;
  }
  .plant-title li {
    margin: 0;
    width: 25%;
    text-align: center;
  }
  .plant-pin,
  .plant-pins {
    width: 100%;
  }
  .plant-cont2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .plant-tu{
    flex-wrap: wrap;
}
.plant-jiqi{
    width: 100%;
    height: 190px;
}
  .you,
  .zuo {
    top: 91%;
  }
}
.aftersale-title,
.circle,
.down-title,
.download-p p {
  display: inline-block;
}
.aftersale {
  background: url(../images/service.png) center no-repeat;
  height: 500px;
  margin-top: 10px;
}
.aftersale-one {
  width: 100%;
  height: 54px;
  line-height: 54px;
}
.aftersale-one a {
  color: #666;
  text-decoration: none;
}
.aftersale-title li {
  float: left;
  font-size: 14px;
  margin-left: 40px;
}
.aftersale-title li:hover {
  border-bottom: 1px solid #d3282a;
}
.aftersale-title li:hover a {
  color: #d3282a;
}
.afterservice {
  margin-bottom: 50px;
}
.after-top-p1 {
  font-size: 24px;
  font-weight: 700;
  margin-top: 50px;
}
.after-top-p2 {
  font-size: 14px;
  margin-bottom: 20px;
}
.after-top-p3 {
  font-size: 14px;
  line-height: 30px;
}
.after-bottom {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.after-sale {
  width: 31%;
  height: 300px;
  background-color: #f7f7f7;
  margin-top: 50px;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.after-sale:hover {
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 5px #d4d4d4;
  -moz-box-shadow: 2px 2px 5px #d4d4d4;
  box-shadow: 2px 2px 5px #d4d4d4;
}
.after-sale li {
  width: 95%;
  margin: auto auto 20px;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  border-bottom: 1px solid #c9c9c9;
  padding: 20px 0;
  position: relative;
}
.after-sale li::after {
  display: block;
  width: 60px;
  height: 3px;
  background-color: #bd272d;
  position: absolute;
  left: -webkit-calc(50% - 30px);
  left: -moz-calc(50% - 30px);
  left: calc(50% - 30px);
  bottom: 0;
}
.down,
.newsdetail {
  background: url(../images/service.png) center no-repeat;
}
.after-sale p {
  width: 95%;
  margin: auto;
  font-size: 14px;
  line-height: 30px;
  text-indent: 2em;
}
@media (max-width: 768px) {
  .aftersale {
    height: 300px;
  }
  .aftersale-title {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .aftersale-title li {
    margin: 0;
    width: 25%;
    text-align: center;
  }
  .after-sale {
    width: 100%;
    height: 100%;
  }
}
.down {
  height: 500px;
  margin-top: 10px;
}
.down-one {
  width: 100%;
  height: 54px;
  line-height: 54px;
}
.down-one a {
  color: #666;
  text-decoration: none;
}
.down-title {
  float: right;
}
.down-title li {
  float: left;
  font-size: 14px;
  margin-left: 40px;
}
.down-title li:hover {
  border-bottom: 1px solid #d3282a;
}
.down-title li:hover a {
  color: #d3282a;
}
.download {
  margin-bottom: 30px;
  margin-top: 30px;
}
.download a {
  color: #000;
}
.download-p {
  border-bottom: 1px dashed #999;
}
.information-one,
.newsdetail-one,
.vr-one {
  border-bottom: 1px solid #d7d7d7;
}
.download-p:hover .xiazai {
  color: #d3282a;
}
.download-p p {
  height: 100px;
  line-height: 100px;
  font-size: 16px;
  margin-left: 5px;
}
.vr-one,
.vr-pro-p1,
.vr-pro-p2 {
  line-height: 54px;
}
.xiazai {
  width: 18px;
  height: 18px;
  float: right;
  margin-top: 40px;
}
.circle {
  width: 10px;
  height: 10px;
  background-color: red;
  border-radius: 50%;
  position: relative;
}
.circle::after,
.duan {
  background-color: #fff;
}
.circle::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 1px;
  left: 1px;
}
@media (max-width: 768px) {
  .down {
    height: 300px;
  }
  .down-title {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .down-title li {
    width: 25%;
    margin: 0;
    text-align: center;
  }
  .infor-footer {
    margin-left: 25%;
  }
}
.culture-he,
.vr-produ {
  -webkit-box-pack: justify;
}
.vr,
.vr-product {
  margin-top: 10px;
}
.vr {
  background: url(../images/VR.png) center no-repeat;
  height: 500px;
}
.vr-one {
  width: 100%;
  height: 54px;
}
.vr-one a {
  color: #666;
  text-decoration: none;
}
.vr-title {
  display: inline-block;
  float: right;
}
.vr-title li {
  float: left;
  font-size: 14px;
  margin-left: 40px;
}
.vr-title li:hover {
  border-bottom: 1px solid #d3282a;
}
.vr-title li:hover a {
  color: #d3282a;
}
.vr-product {
  margin-bottom: 40px;
}
.vr-produ {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}
.vr-pro {
  width: 48%;
  height: 580px;
  margin: 30px 0;
}
.vr-pro img {
  width: 100%;
}
.vr-pro-p {
  width: 75%;
  height: 140px;
  padding-top: 17px;
  float: left;
  overflow: hidden;
  background-color: #eee;
}
.vr-pro-p p {
  margin-left: 30px;
}
.vr-pro-p a {
  color: #000;
}
.vr-pro-p a:hover {
  text-decoration: none;
}
.vr-pro-p1 {
  font-size: 18px;
}
.vr-pro-p1::after {
  content: "";
  display: block;
  width: 98%;
  height: 1px;
  background-color: #d3282a;
}
.vr-pro-p2 {
  font-size: 14px;
}
.vr-pro-tu {
  width: 25%;
  height: 141px;
  float: right;
  overflow: hidden;
  background-color: red;
  text-align: center;
}
.vr-pro-tu i {
  color: #fff;
  line-height: 140px;
  font-size: 70px;
}
@media (max-width: 768px) {
  .vr {
    width: 100%;
    height: 100px;
    background-size: contain !important;
  }
  .vr-title {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .vr-title li {
    margin: 0;
    width: 50%;
    text-align: center;
  }
  .vr-pro {
    width: 100%;
    height: 320px;
    margin-top: 60px;
  }
  .vr-pro-p {
    width: 100%;
    padding: 10px;
  }
  .vr-pro-tu {
    display: none;
  }
  .vr-product {
    margin-bottom: 20px;
  }
}
.infor,
.infor-footer {
  margin-bottom: 30px;
}
.information {
  background: url(../images/information.jpg) center no-repeat;
  height: 500px;
  margin-top: 10px;
}
.information-one {
  width: 100%;
  height: 54px;
  line-height: 54px;
}
.information-one a {
  color: #666;
  text-decoration: none;
}
.information-title {
  display: inline-block;
  float: right;
}
.information-title li {
  float: left;
  font-size: 14px;
  margin-left: 40px;
}
.information-title li:hover {
  border-bottom: 1px solid #d3282a;
}
.information-title li:hover a {
  color: #d3282a;
}
.informa {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
}
.information-news {
  width: 30%;
  height: 550px;
  margin-top: 30px;
}
.infor-footer {
  margin-left: 50%;
}
.zuojian {
  display: inline-block;
  width: 55px;
  height: 52px;
  color: #000;
  font-size: 30px;
  text-align: center;
  line-height: 52px;
}
.zuojian:hover {
  color: #fff;
  background-color: red;
}
.cdlan {
  font-size: 20px;
  margin-left: 30px;
  margin-right: 30px;
}
@media (max-width: 768px) {
  .infor{
    margin-top: 54px;
  }
  .information {
    width: 100%;
    height: 100px;
    background-size: contain !important;
  }
  .information-title {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 10px;
  }
  .information-title li {
    width: 33%;
    text-align: center;
    margin: 0;
  }
  .information-news {
    width: 100%;
    margin-bottom: 20px;
  }
  .infor-footer {
    margin-left: 25%;
  }
}
.newsdetail-p2,
.newsdetail-title,
.qpw {
  display: inline-block;
}
.newsdetail {
  height: 500px;
  margin-top: 10px;
}
.newsdetail-one {
  width: 100%;
  height: 54px;
  line-height: 54px;
}
.newsdetail-one a {
  color: #666;
  text-decoration: none;
}
.newsdetail-title {
  float: right;
}
.newsdetail-title li {
  float: left;
  font-size: 14px;
  margin-left: 40px;
}
.newsdetail-p1,
.qiye {
  font-size: 24px;
  font-weight: 700;
}
.newsdetail-title li:hover {
  border-bottom: 1px solid #d3282a;
}
.newsdetail-title li:hover a,
.tab a {
  color: #d3282a;
}
.newsdetail-news {
  margin-bottom: 50px;
}
.newsdetail-news-one {
  margin-top: 70px;
  padding-bottom: 20px;
  border-bottom: 1px solid #999;
  position: relative;
}
.newsdetail-p2 {
  font-size: 14px;
  margin-top: 10px;
  margin-right: 10px;
}
.qpw {
  width: 130px;
  height: 40px;
  position: absolute;
  right: 0;
  bottom: 14px;
}
.abouts,
.xia {
  position: relative;
}
#qpw-social .icon-qq,
#qpw-social .icon-qq:hover,
#qpw-social .icon-qzone,
#qpw-social .icon-qzone:hover,
#qpw-social .icon-weibo,
#qpw-social .icon-weibo:hover {
  color: #000;
}
.newsdetail-news-two {
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #999;
}
.newsdetail-news-two p {
  font-size: 16px;
  line-height: 30px;
  text-indent: 2em;
}
.newsdetail-news-two img {
  margin-left: 17%;
  margin-top: 20px;
}
.newsdetail-news-three {
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
}
.icon-new {
  font-size: 16px;
  line-height: 40px;
}
.icontest {
  font-size: 30px;
  color: #999;
}
@media (max-width: 768px) {
  .newsdetail {
    height: 300px;
  }
  .newsdetail-title {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .newsdetail-title li {
    width: 33%;
    text-align: center;
    margin: 0;
  }
  .newsdetail-one{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .newsdetail-news-two img {
    width: 100%;
    margin: 0;
  }
}
.bans {
  height: 500px;
  background: url(../images/about-1.png) center no-repeat;
  margin-top: 10px;
}
.abouts {
  height: 700px;
}
.abouts-left {
  width: 30%;
  float: left;
  overflow: hidden;
}
.qiye {
  margin-top: 80px;
}
.eng {
  font-size: 14px;
  margin-top: 10px;
}
.xia {
  display: block;
  font-size: 30px;
  color: #d5282a;
  margin-top: 40px;
  padding-bottom: 20px;
  -webkit-animation: mymove 2s infinite;
  -moz-animation: mymove 2s infinite;
  animation: mymove 2s infinite;
}
.duan,
.qi {
  font-size: 16px;
}
.culture-hezi.active p,
.culture-hezi:hover p,
.licheng-right p {
  color: #fff;
}
@-webkit-keyframes mymove {
  0%,
  100% {
    bottom: 0;
  }
  50% {
    bottom: 10px;
  }
}
@-moz-keyframes mymove {
  0%,
  100% {
    bottom: 0;
  }
  50% {
    bottom: 10px;
  }
}
@keyframes mymove {
  0%,
  100% {
    bottom: 0;
  }
  50% {
    bottom: 10px;
  }
}
.qi {
  margin-top: 10px;
}
.abouts-left-duan {
  width: 100%;
  position: absolute;
  bottom: -390px;
  background-color: #fff;
  padding: 40px 50px 40px 0;
}
.duan {
  width: 100%;
  float: left;
  padding-right: 50px;
}
.duan:nth-child(1) {
  padding-top: 60px;
}
.duan:nth-last-child(1) {
  padding-bottom: 60px;
}
.abouts-right {
  width: 63vw;
  height: 100%;
  float: right;
  z-index: -9999;
  position: absolute;
  top: 0;
  right: 0;
}
.abouts-right img {
  width: 100%;
  height: 100%;
  float: right;
}
.licheng-left {
  width: 90%;
  height: 100%;
  float: left;
  overflow: hidden;
}
.licheng-left img {
  width: 100%;
  height: 100%;
  margin-left: -15%;
}
.blacks,
.licheng-right {
  height: 700px;
  background-color: #000;
  float: right;
}
.licheng-right {
  width: 70%;
  padding-right: 0;
  padding-left: 20px;
  margin-right: -9%;
}
.blacks {
  width: 200px;
}
.licheng-right-p3 {
  height: 40px;
  float: left;
  display: block;
  font-size: 18px;
  margin-right: 50px;
}
.licheng-right-p1 {
  font-size: 24px;
  margin: 60px 0 0 60px;
}
.licheng-right-p2 {
  font-size: 14px;
  margin-left: 60px;
}
.licheng-right-divs {
  position: relative;
}
.licheng-div {
  width: 90%;
  height: 480px;
  margin: 60px -20px 0 0;
  overflow-y: auto;
  padding-right: 0;
  padding-left: 60px;
}
.licheng-right-p4 {
  margin-top: 20px;
}
.licheng-right-left {
  width: 20%;
  float: left;
  position: absolute;
  top: 0;
}
.licheng-right-left p {
  font-size: 18px;
}
.licheng-right-right {
  width: 80%;
  float: right;
  margin-top: 20px;
}
.culture-auto,
.lianxi-left-div {
  margin-top: 95px;
}
.licheng-right-right p {
  font-size: 14px;
  line-height: 24px;
}
#licheng ::-webkit-scrollbar {
  width: 2px;
}
#licheng ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #e8e8e8;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#licheng ::-webkit-scrollbar-thumb {
  -webkit-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #d5282a;
}
#licheng ::-webkit-scrollbar-corner {
  background: khaki;
}
.culture {
  background-color: #f0f0f0;
  padding-bottom: 40px;
}
.culture-auto {
  text-align: center;
}
.culture-p1 {
  font-size: 24px;
}
.culture-p2 {
  font-size: 14px;
}
.culture-he {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
}
.culture-hezi {
  width: 240px;
  height: 160px;
  background-color: #fff;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  cursor: pointer;
}
.culture-hezi.active,
.culture-hezi:hover {
  background-color: #d5282a;
}
.culture-hezi p {
  text-align: center;
}
.culture-hezi-p1 {
  font-size: 14px;
  margin-top: 50px;
}
.culture-hezi-p2 {
  font-size: 16px;
  margin-top: 10px;
}
.shiming {
  width: 100%;
  height: 110px;
  background-color: #fff;
  margin-top: 60px;
  position: relative;
}
.shiming-p1 {
  display: inline-block;
  font-size: 14px;
  position: absolute;
  top: 20px;
  left: 20px;
}
.shiming-p2,
.shiming-p3 {
  display: inline-block;
  font-size: 16px;
  position: absolute;
}
.shiming-p2 {
  left: 20px;
  top: 50px;
}
.shiming-p3 {
  left: 160px;
  top: 20px;
}
.shiming-p2::after {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #d5282a;
  position: absolute;
  bottom: -10px;
}
.lianxi {
  height: 700px;
  position: relative;
}
.lianxi-left {
  width: 50%;
  float: left;
}
.lianxi-p1 {
  font-size: 24px;
  font-weight: 700;
}
.lianxi-p2 {
  font-size: 14px;
}
.lianxi-phone {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
.lianxi-fangs {
  width: 33%;
  height: 80px;
}
.lianxi-fangs p {
  word-wrap: break-word;
  color: #333;
}
.lianxi-fangs a:hover {
  text-decoration: none;
}
.dianhua {
  /* width: 80px; */
  color: #da4345;
  padding: 5px;
  font-size: 16px;
}
.dianhua::after {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #da4345;
}
.dianhuas {
  font-size: 14px;
  padding: 5px;
}
.code img {
  width: 100%;
  margin-top: 60px;
}
.code-img2{
    display:none;
}
.lianxi-right {
  width: 50%;
  /* height: 700px; */
  position: absolute;
  top: 0;
  right: 0;
}
.lianxi-map {
  width: 100%;
  /* height: 700px; */
  /* background: url(../images/map.png) center no-repeat; */
}
.lianxi-map li {
  position: absolute;
  right: 342px;
  top: 293px;
}
.dianhuas-dizhi {
  font-size: 12px;
  color: #d3282a;
}
.dizhi {
  font-size: 40px;
  color: #d3282a;
  margin-left: 80px;
}
/* 6.7 add */
.join{
    padding: 80px 0;
}
.join-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.join-cont{
    width: 48%;
    margin-bottom: 30px;
    border: 1px solid #c3c3c3;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
}
.join-cont-one{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.join-cont-one h2{
    width: 60%;
    font-size: 16px;
    color: #333333;
    font-weight: normal;
}
.join-cont-one p{
    width: 30%;
    text-align: end;
    font-size: 14px;
    color: #d5282a;
}
.join-cont-two{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}
.join-cont-two h2{
    width: 70%;
    font-size: 12px;
    color: #b0b4ca;
    font-weight: normal;
}
.join-cont-two p{
    width: 20%;
    text-align: end;
    font-size: 12px;
    color: #b0b4ca;
}
.join-cont-three{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-top: 15px;
}
.join-cont-three img{
    display: block;
    max-width: 100%;
}
.join-cont-three p{
    font-size: 14px;
    color: #777d9c;
    margin-left: 10px;
}
.join-cont-tan{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1005;
    display: none;
}
.join-cont-tan-all{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1005;
    background-color: rgba(0, 0, 0, 0.3);
}
.join-tan-all{
    width: 40%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1006;
    background-color: #fff;
    padding: 20px;
    box-sizing: border-box;
    max-height: 500px;
    overflow-y: auto;
}
.join-tan-close{
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 40px;
    cursor: pointer;
}
.join-tan-cont{}
.join-tan-top{}
.join-tan-top>h2{
    font-size: 24px;
    color: #191919;
    font-weight: normal;
    margin-bottom: 10px;
}
.join-tan-top>p{
    font-size: 16px;
    line-height: 32px;
    color: #666666;
}
.join-tan-p{}
.join-tan-p h2{
    font-size: 20px;
    color: #333333;
    font-weight: normal;
    margin: 20px 0;
}
.join-tan-p p{
    font-size: 14px;
    line-height: 28px;
    color: #666666;
}
.js-job-apply{
    padding: 10px 40px;
    background-color: #d5282a;
    color: #fff;
    display: inline-block;
    margin-top: 30px;
    border-radius: 25px;
}
.js-job-apply:hover{
    color: #fff;
    text-decoration: none;
}
@media (min-width:1200px) and (max-width:1600px){
    .join-tan-all{
        width: 60%;
    }
}
@media screen and (max-width:1199px) {
    .join{
        padding: 30px 0;
    }
    .join-cont{
        width: 100%;
        padding: 10px;
    }
    .join-tan-all{
        width: 90%;
        height: 400px;
        overflow-y: auto;
    }
    .join-cont-one h2,.join-cont-one p,.join-cont-two h2,.join-cont-two p{
        width: 100%;
        text-align: left;
        margin-bottom: 10px;
    }
}
@media (max-width: 1380px) {
  .abouts-left-duan {
    width: 90%;
    height: 350px;
    overflow-y: scroll;
    padding: 10px 10px 10px 0;
  }
  .after-sale p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
@media (max-width: 768px) {
  .abouts-right,
  .blacks,
  .licheng-left {
    display: none;
  }
  .abouts-left,
  .abouts-left-duan,
  .bans,
  .duan,
  .licheng-right,
  .licheng-right-divs {
    width: 100%;
  }
  .bans {
    width: 100%;
    height: 100px;
  }
  .abouts,
  .licheng,
  .licheng-right-divs {
    height: 100%;
  }
  .abouts-left-duan {
    position: unset;
  }
  .duan {
    padding-right: 0;
  }
  .duan:nth-child(1) {
    padding-top: 10px;
  }
  .licheng-div {
    padding-left: 20px;
  }
  .licheng-right {
    margin-right: 0;
    padding: 0;
    margin-top: 20px;
  }
  .licheng-right-right {
    padding-left: 15px;
  }
  .licheng-right-p1,
  .licheng-right-p2 {
    margin-left: 100px;
  }
  .licheng-right-p3 {
    height: 65px;
    margin-right: 28px;
  }
  .culture-he {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .culture-hezi {
    width: 50%;
  }
  #container{
      width: 100%;
      height: 430px;
      left: 0;
  }
  .lianxi {
    height: 100%;
    overflow: hidden;
  }
  .lianxi-left {
    width: 100%;
  }
  .lianxi-right {
      width: 100%;
      float: left;
    display: block;
    position:unset;
  }
  .lianxi-phone {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .lianxi-fangs {
    width: 50%;
  }
  .code-img1{
      display:none;
  }
  .code-img2{
      display:block;
  }
  .code img {
      margin-top: 0;
  }
  /* .code {
    display: none;
  } */
}
@media (max-width: 320px) {
  .bans {
    height: 300px;
  }
  .licheng-right-p4 {
    height: 310px;
  }
  .abouts-left-duan {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
