/* CSS Document */

/* ---------- banner ---------- */
.banner {
  height: 500px;
  background-position: center top;
  background-size: cover;
  /* margin-top: 90px; */
}
.banner.article {
  height: 100px;
}

.banner-tit {
  padding-top: 200px;
  color: #fff;
}
.banner-tit h2 {
  font-size: 68px;
  font-weight: normal;
  text-shadow: 0 4px 5px rgb(0 0 0 / 40%);
}
.banner-tit h2 span {
  position: relative;
  display: inline-block;
  text-shadow: 0 4px 5px rgb(0 0 0 / 40%);
}
/* .banner-tit h2 span:after {
  position: absolute;
  right: -48px;
  bottom: 18px;
  width: 28px;
  height: 6px;
  background: #fff;
  content: "";
  text-shadow: 0 4px 5px rgb(0 0 0 / 40%);
} */
.banner-tit h1 {
  font-size: 24px;
  text-shadow: 0 4px 5px rgb(0 0 0 / 40%);
}

/* responsive */
@media only screen and (max-width: 1024px) {
  .banner {
    height: 150px;
	margin-top: 54px;
  }

  .banner-tit {
    padding-top: 30px;
  }
  .banner-tit h2 {
    font-size: 24px;
  }
  .banner-tit h2 span:after {
    right: -32px;
    bottom: 10px;
    width: 20px;
    height: 4px;
  }
  .banner-tit h1 {
    font-size: 26px;
  }
}

/* ---------- sub nav ---------- */
.sub-nav {
  border-bottom: 1px solid #efefef;
}
.sub-nav .con {
  margin: auto;
  padding: 24px 20px;
  overflow: hidden;
}
.sub-nav li {
  float: left;
  margin-right: 20px;
  width: 14%;
}
.sub-nav li a {
  display: block;
  height: 48px;
  border-radius: 4px;
  background: #fff;
  font-size: 16px;
  line-height: 48px;
  text-align: center;
}
.sub-nav li a.current {
  background: #ce0f07;
  color: #fff;
}

/* responsive */
@media only screen and (max-width: 1024px) {
  .sub-nav {
    border-bottom: 0;
    background: #f6f6f6;
	display: none;
  }
  .sub-nav .con {
    padding: 16px 12px;
    width: auto;
  }
  .sub-nav li {
    margin-right: 0;
    padding: 8px;
    width: 50%;
    box-sizing: border-box;
  }
  .sub-nav li a {
    padding: 0 12px;
    height: 40px;
    line-height: 40px;
  }
}

/* ---------- about ---------- */
/* .about-intro {
  padding: 80px 0;
  font-size: 15px;
  line-height: 240%;
}
.about-intro p {
  padding-bottom: 24px;
}
.about-intro img {
  padding: 20px 0;
  max-width: 100%;
} */

/* responsive */
/* @media only screen and (max-width: 1024px) {
  .about-intro {
    padding: 60px 0;
  }
  .about-intro img {
    width: 100%;
    height: 100%;
  }
} */
.about {
  padding: 100px 0;
}

.about-intro {
  float: left;
  width: 54%;
}
.about-intro .tit {
  position: relative;
  padding-bottom: 20px;
  background: url("../image/tit-line.png") no-repeat left bottom;
}
.about-intro .tit h2 {
  font-size: 28px;
  color: #333;
}
.about-intro .tit h3 {
  padding-top: 4px;
  font-size: 20px;
  font-weight: normal;
  color: #999;
}
.about-intro .con {
  padding: 40px 0;
  font-size: 15px;
  line-height: 36px;
}
.about-intro .con span{
	display:block;
	margin-bottom:20px;
	text-indent: 2em;
	/* text-align: justify; */
}
.about-intro .btm {
  padding-top: 4px;
}
.about-intro .btm a.more-btn {
  display: inline-block;
  padding: 0 64px 0 24px;
  height: 40px;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  background: url("../image/more-arrow.png") no-repeat right 24px center;
  font-size: 14px;
  color: #999;
  line-height: 40px;
}
.about-intro .btm a:hover.more-btn {
  border: 1px solid #ccc;
  color: #666;
}
.about-intro .pic {
  padding-top: 57px;
}
.about-intro .pic img {
  width: 100%;
}

.about-count {
  float: right;
  position: relative;
  padding-bottom: 120px;
  width: 36%;
}
.about-count .pic img {
  width: 100%;
}
.about-count .con {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.about-count .con li {
  float: left;
  position: relative;
  padding: 24px 0 0 60px;
  width: 50%;
  height: 120px;
  box-sizing: border-box;
  background: #cb1617;
}
.about-count .con li .num {
  font-size: 38px;
  color: #d9ad5e;
}
.about-count .con li .num sup {
  position: relative;
  left: 10px;
  font-size: 15px;
  color: #fff;
}
.about-count .con li h4 {
  font-size: 15px;
  font-weight: normal;
  color: #fff;
}
.about-count .con li:first-child {
  margin-left: 50%;
  background: rgba(0,0,0,0.4);
}
.about-count .con li:nth-child(2):before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  background: rgba(255,255,255,0.1);
  content: "";
}

/* responsive */
@media only screen and (max-width: 1024px) {
  .about {
    padding: 60px 0;
  }

  .about-intro {
    float: none;
    padding-bottom: 40px;
    width: auto;
  }
  .about-intro .tit {
    padding-bottom: 16px;
  }
  .about-intro .tit h2 {
    font-size: 20px;
  }
  .about-intro .tit h3 {
    font-size: 16px;
  }
  .about-intro .con {
    padding: 28px 0;
    line-height: 200%;
  }
  .about-intro .btm {
    padding-top: 0;
  }
  .about-intro .pic {
    display: none;
  }

  .about-count {
    float: none;
    padding-bottom: 38px;
    width: auto;
  }
  .about-count .con li {
    padding: 16px 0 0 40px;
    height: 88px;
    box-sizing: border-box;
  }
  .about-count .con li .num {
    font-size: 28px;
  }
  .about-count .con li .num sup {
    left: 8px;
  }
}

/* ---------- product ---------- */
.product-list {
  padding: 100px 0;
  overflow: hidden;
}
.product-list ul {
  padding-bottom: 20px;
  width: calc(100% + 40px);
  overflow: hidden;
}
.product-list li {
  float: left;
  margin: 0 40px 40px 0;
  width: calc(100% / 3 - 40px);
}
.product-list li a {
  display: block;
  border: 2px solid #f0f0f0;
  background: #fafafa;
}
.product-list li .pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
      padding: 20px;
	  box-sizing:border-box;
	  background: #fff;
}
.product-list li .pic img {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.product-list li a:hover .pic img {
  transform: scale(1.05);
}
.product-list li .con {
  padding: 24px;
  background: url("../image/product-more.png") no-repeat right 24px bottom 28px;
}
.product-list li .con img{
	width:24px;
	margin-right:10px
}
.product-list li .con h4 span{
	font-size:18px;
}
.product-list li:hover .con img{
	filter: brightness(0) invert(1);
}
.product-list li .con h4 {
  font-size: 16px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-list li .con p {
  padding-top: 12px;
  font-size: 14px;
  color: #999;
}
.product-list li a:hover {
  border: 2px solid #ce0f07;
  background: #ce0f07;
  box-shadow: 0 4px 24px rgba(0,0,0,0.1);
}
.product-list li a:hover h4, .product-list li a:hover p {
  color: #fff;
}
.product-list-box a {
	position: relative;
	margin-bottom: 20px;
	width: calc(50% - 10px);
	background: #f5f5f5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:20px 20px;
	box-sizing: border-box;
	border-radius: 10px;;
	transition:0.3s;
	overflow: hidden;
}
.product-list-box a::after{
	position: absolute;
	content: '';
	display: block;
	width:0px;
	height:2px;
	background: #c32602;
	transition: 1s;
	bottom: 0;
	left: 0;
	z-index: 0;
}
.product-list-box a:hover{
	transform: translate(0px,-5px);
	box-shadow: 0px 1px 5px 1px rgba(6, 6, 6, 0.09);
}
.product-list-box a:hover:after{
	width:100%;
}
.product-list-box .pic{
    display: block;
    text-align: center;
    width: calc(50% - 30px);
}
.product-list-box .pic img {
    margin: auto;
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    mix-blend-mode: darken;
    transition: 0.45s;
}
.product-text{
	display: block;
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.product-text strong {
    display: block;
    line-height: 1;
    color: #53565a;
    font-size: 26px;
    font-weight: normal;
	width:100%;
}
.product-text .proinfo {
    margin-top: 20px;
    margin-bottom: 20px;
	width:100%;
}
.product-text .proinfo p {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 6px;
    align-items: center;
    color: #666666;
    font-size: 14px;
}
.product-text .proinfo p span {
    display: inline-block;
    width: 28px;
}
/* responsive */
@media only screen and (max-width: 1024px) {
  .product-list {
    padding: 60px 0;
  }
  .product-list ul {
    width: auto;
  }
  .product-list li {
    margin: 0 0 16px 0;
    width: 100%;
    box-sizing: border-box;
  }
  /* .product-list li:nth-of-type(odd) {
    padding-right: 8px;
  }
  .product-list li:nth-of-type(even) {
    padding-left: 8px;
  } */
  .product-list li .pic {
    width: auto;
    height: auto;
  }
  .product-list li .con {
    padding: 16px;
    background: url("../image/product-more.png") no-repeat right 16px bottom 16px;
  }
  .product-list li .con h4 {
    font-size: 15px;
  }
  .product-list li .con p {
    padding-top: 8px;
  }
}

/* ---------- product detail ---------- */
.pro-list{
	padding-bottom: 50px;
}
.product-tag {
  padding: 20px 0 20px;
}
.product-tag a {
  display: inline-block;
  padding: 4px 12px;
  border: 1px solid #d9ad5e;
  border-radius: 2px;
  font-size: 14px;
  color: #d9ad5e;
}

.product-detail {
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}
.product-pic {
  float: left;
  width: 40%;
  padding:30px;
  box-sizing: border-box;
  background: #dadddd;
  display: flex;
  flex-direction:column;
  justify-content: center;
}
.product-pic img {
  width: 100%;
}
.product-desc {
  float: right;
  width: 55%;
}
.product-desc .tit {
  padding: 36px 0;
}
.product-desc .tit h1 {
  font-size: 32px;
  color: #ce0f07;
      display: block;
      line-height: 1;
      color: #53565a;
      font-size: 40px;
}
.product-desc .con {
  padding: 40px 0;
  border-top: 1px solid #efefef;
  /* border-bottom: 1px solid #efefef; */
  font-size: 15px;
  line-height: 240%;
}
.product-desc .share {
  padding: 32px 0;
}

.product-intro {
  padding: 60px 0;
}
.product-intro .tit {
  text-align: center;
}
.product-intro .tit h2 {
  position: relative;
  font-size: 20px;
  color: #ce0f07;
}
.product-intro .tit h2:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: calc(50% - 50px);
  height: 1px;
  background: #efefef;
  content: "";
}
.product-intro .tit h2:after {
  position: absolute;
  top: 50%;
  right: 0;
  width: calc(50% - 50px);
  height: 1px;
  background: #efefef;
  content: "";
}
.product-intro .con {
  padding: 40px 0 0;
  font-size: 15px;
  line-height: 240%;
}
.product-v-in{
	margin-top:30px;
}
.product-v-item {
    border-bottom: 1px dashed #dadddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 48px;
}
.product-v-name {
    display: flex;
    align-items: center;
}
.product-v-item b {
    display: inline-block;
    color: #51565a;
    font-size: 16px;
}
.pro_button{
	margin-top:20px;
	display: flex;
	justify-content: space-between;
}
.pro_button a {
    display: block;
    height: 50px;
    line-height: 50px;
	width:calc((100% - 40px) / 3);
    background: #dadddd;
    color: #53565a;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
	border-radius: 5px;
}
.pro_button a:hover{
	background: #ce0f07;
	color: #fff;
}
.posite-box .container{
    display: flex;
    align-items: center;
    height: 70px;
}
.posite-box .container a{
	display: inline-block;
	color: #999999;
	font-size: 16px;
	padding:0 5px;
}
.posite-box .container a:hover{
	color:#ce0f07;
}
.posite-banner-box{
	width:100%;
	position: relative;
}
.posite-text-box{
	position: relative;
}
.posite-banner-text{
	position: absolute;
	bottom:0;
	left:0;
	padding:30px;
	box-sizing: border-box;
}
.posite-banner-text h2,.posite-banner-text h1{
	color:#fff;
}
.posite-title-box{
	margin-top:50px;
}
.posite-title-p1{
	line-height: 1;
	color: #53565a;
	font-size: 34px;
}
.posite-title-box ul{
	margin-top:20px;
	border-bottom: 1px solid #ce0f07;
}
.posite-title-box ul li{
	width:15%;
	width:auto;
}
.posite-title-box ul li a{
	display: inline-block;
	line-height: 1;
	padding: 20px 0;
	color: #53565a;
	font-size: 18px;
	transition: 0s;
	height: 60px;
	box-sizing: border-box;
}
.posite-title-box ul li a.current{
	font-weight:800;
	border-bottom: 3px solid #ce0f07;
}
.posite-title-box ul li a:hover{
	font-weight:800;
	border-bottom: 3px solid #ce0f07;
}
/* responsive */
@media only screen and (max-width: 1024px) {
  .product-tag {
    padding: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .product-tag {
    padding: 10px 0;
  }
	
  .product-pic {
    float: none;
    width: auto;
  }
  .product-desc {
    float: none;
    width: auto;
  }
  .product-desc .tit {
    padding: 24px 0;
  }
  .product-desc .tit h1 {
    font-size: 20px;
  }
  .product-desc .con {
    padding: 20px 0;
  }
  .product-desc .share {
    padding: 20px 0;
  }

  .product-intro {
    padding: 40px 0;
  }
  .product-intro .con {
    padding: 20px 0;
	overflow-y: auto;
  }
  .posite-banner-box img{
	  max-width:100%;
	  margin-top:10px;
  }
  .posite-banner-text{
	  padding: 20px;
  }
  .posite-title-box ul{
	  border-bottom: 0;
  }
  .posite-title-box ul li{
	  width:calc(50% - 5px);
	  display: none;
  }
  .posite-title-box ul li a{
	  padding:0;
	  height:auto;
	  color: #666;
	  display:block;
	  border: 1px solid #ddd;
	  height: 48px;
	  border-radius: 4px;
	  background: #fff;
	  font-size: 16px;
	  line-height: 48px;
	  text-align: center;
	  margin-bottom:10px;
  }
  .product-list-box a{
	  width:100%;
	  padding: 10px 5px;
  }
  .product-text .proinfo{
	  display: none;
  }
  .product-text strong{
	  font-size:20px;
	  margin-bottom:10px;
  }
}

/* ---------- service ---------- */
.service {
  padding-top: 50px;
  height: 480px;
  background-position: center top;
  background-size: cover;
}
.service .i-title .en{
	color:#fff;
}
.service .i-title .zh{
	color:#fff;
}

.service-con {
	margin-top:40px ;
  overflow: hidden;
}
.service-con ul {
  width: calc(100% + 40px);
}
.service-con li {
  float: left;
  margin-right: 40px;
  width: calc(100% / 4 - 40px);
}
.service-con li a {
  position: relative;
  display: block;
  padding: 40px 40px 0;
  height: 320px;
  color: #fff;
}
.service-con li a:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1px;
  background: rgba(255,255,255,0.2);
  content: "";
}
.service-con li a .ico img {
  width: 64px;
  height: 64px;
  filter: brightness(5);
}
.service-con li a h4 {
  padding-top: 32px;
  font-size: 18px;
  font-weight: normal;
}
.service-con li a h5 {
  padding-top: 12px;
  font-family: Arial;
  font-size: 14px;
  font-weight: normal;
  opacity: 0.7;
}
.service-con li a p {
  padding-top: 24px;
  font-size: 14px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  opacity: 0.7;
}
.service-con li a .btm {
  padding-top: 32px;
}
.service-con li a .arrow {
  display: inline-block;
  width: 28px;
  height: 28px;
  border: 1px solid #fff;
  border-radius: 100%;
  background: url("../image/service-more-arrow.png") no-repeat center;
  transition: all 0.3s ease-in-out;
  opacity: 0.4;
}
.service-con li a:hover {
  background: #fff;
  box-shadow: 0 4px 32px rgba(0,0,0,0.2);
}
.service-con li a:hover:before {
  position: absolute;
  top: 52px;
  left: 0;
  width: 4px;
  height: 40px;
  background: #ce0f07;
  content: "";
}
.service-con li a:hover .ico img {
  filter: none;
}
.service-con li a:hover h4 {
  color: #333;
}
.service-con li a:hover h5, .service-con li a:hover p {
  color: #666;
}
.service-con li a:hover .arrow {
  border: 1px solid #ce0f07;
  background: url("../image/service-more-arrow.png") no-repeat center #ce0f07;
  opacity: 1;
}

/* responsive */
@media only screen and (max-width: 999px) {
  .service {
    padding: 60px 0 80px;
    height: auto;
  }

  .service-con ul {
    width: auto;
  }
  .service-con li {
    margin-right: 0;
    margin-bottom: 20px;
    width: 50%;
    box-sizing: border-box;
  }
  .service-con li:nth-of-type(odd) {
    padding-right: 4px;
  }
  .service-con li:nth-of-type(even) {
    padding-left: 4px;
  }
  
  .service-con li a {
    padding: 20px 20px 0;
    height: 268px;
  }
  .service-con li a .ico img {
    width: 48px;
    height: 48px;
  }
  .service-con li a h4 {
    padding-top: 20px;
    font-size: 15px;
  }
  .service-con li a h5 {
    padding-top: 8px;
    height: 32px;
  }
  .service-con li a p {
    padding-top: 16px;
    line-height: 20px;
    -webkit-line-clamp: 3;
  }
  .service-con li a .btm {
    padding-top: 16px;
  }
  .service-con li a:hover:before {
    top: 28px;
    width: 4px;
    height: 32px;
  }
}
/* ---------- case ---------- */
.case-list {
  padding: 100px 0;
  overflow: hidden;
}
.case-list ul {
  width: calc(100% + 40px);
  overflow: hidden;
}
.case-list li {
  float: left;
  position: relative;
  margin: 0 40px 60px 0;
  width: calc(100% / 4 - 40px);
}
.case-list li a {
  display: block;
}
.case-list li .pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.case-list li .pic img {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.case-list li a:hover .pic img {
  transform: scale(1.05);
}
.case-list li .con {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  padding: 20px 30px;
  background: url("../image/product-more.png") no-repeat right 30px center #fff;
}
.case-list li .con h4 {
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.case-list li a:hover {
  box-shadow: 0 4px 24px rgba(0,0,0,0.1);
}

/* responsive */
@media only screen and (max-width: 1024px) {
  .case-list {
    padding: 60px 0;
  }
  .case-list li {
    margin: 0 40px 40px 0;
  }
}

@media only screen and (max-width: 768px) {
  .case-list ul {
    padding-bottom: 8px;
    width: auto;
  }
  .case-list li {
    float: none;
    margin: 0 0 32px 0;
    width: auto;
  }
  .case-list li .pic {
    width: auto;
    height: auto;
  }
  .case-list li .con {
    padding: 16px 20px;
    background: url("../image/product-more.png") no-repeat right 20px center #fff;
  }
  .case-list li .con h4 {
    height: 20px;
    font-size: 15px;
    line-height: 20px;
  }
}

/* ---------- news ---------- */
.news-list {
  padding: 60px 0 100px;
}
.news-list ul {
  padding-bottom: 50px;
}
.news-list li {
  padding: 40px 0;
  border-bottom: 1px solid #efefef;
  overflow: hidden;
}
.news-list li .pic {
  float: left;
  position: relative;
  width: 26%;
  box-shadow: 4px 4px 20px rgba(0,0,0,0.1);
  overflow: hidden;
}
.news-list li .pic img {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.news-list li .pic .date {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 4px 8px;
  border-radius: 3px;
  background: rgba(255,255,255,0.8);
  
  font-size: 14px;
  color: #999;
}
.news-list li .con {
  float: right;
  width: 70%;
}
.news-list li .con h4 {
  padding-top: 16px;
  font-size: 20px;
  line-height: 160%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-list li .con p {
  padding-top: 24px;
  font-size: 14px;
  color: #888;
  line-height: 200%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-list li .btm {
  padding-top: 36px;
}
.news-list li .more-btn {
  padding-right: 36px;
  background: url("../image/product-more.png") no-repeat right center;
  font-size: 12px;
  color: #ccc;
  transition: all 0.3s ease-in-out;
}
.news-list li a:hover .pic img {
  transform: scale(1.05);
}
.news-list li a:hover .more-btn {
  padding-right: 48px;
}

/* responsive */
@media only screen and (max-width: 1024px) {
  .news-list {
    padding: 20px 0 60px;
  }
  .news-list li .con h4 {
    padding-top: 4px;
  }
  .news-list li .con p {
    padding-top: 12px;
  }
  .news-list li .btm {
    padding-top: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .news-list {
    padding: 32px 0 60px;
  }
  .news-list ul {
    padding-bottom: 40px;
  }
  .news-list li {
    padding: 28px 0;
    height: auto;
  }
  .news-list li .pic {
    float: none;
    width: auto;
  }
  .news-list li .con {
    float: none;
    width: auto;
  }
  .news-list li .con h4 {
    font-size: 16px;
  }
  .news-list li .con p {
    padding-top: 8px;
    line-height: 180%;
  }
  .news-list li .btm {
    padding-top: 8px;
  }
}

/* ---------- page ---------- */
.page {
  clear: both;
  text-align: center;
}
.page a {
  display: inline-block;
  margin: 0 2px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  font-size: 15px;
  color: #666;
  line-height: 40px;
  text-align: center;
}
.page a:hover {
  background: #eaeaea;
}
.page a.crt {
  background: #ce0f07;
  color: #fff;
}
.page a.disable {
  background: #eaeaea;
  color: #666;
}

/* ---------- contact ---------- */
.contact-wrap {
  padding: 100px 0;
}
.contact-tit {
  padding-bottom: 80px;
}
.contact-tit h3 {
  font-size: 24px;
  font-weight: normal;
}
.contact-tit p {
  padding-top: 20px;
  font-size: 14px;
  color: #999;
}

.contact-list {
  overflow: hidden;
}
.contact-list ul {
  width: calc(100% + 30px);
}
.contact-list li {
  float: left;
  margin-right: 30px;
  padding: 60px 20px 40px;
  border: 1px solid #efefef;
  box-sizing: border-box;
  background: url("../image/contact-bg.png") no-repeat center bottom;
  width: calc(100% / 3 - 30px);
  text-align: center;
}
.contact-list li:first-child {
  background: url("../image/contact-bg.png") no-repeat left bottom;
}
.contact-list li:last-child {
  margin-right: 0;
  background: url("../image/contact-bg.png") no-repeat right bottom;
}
.contact-list li i {
  display: inline-block;
  width: 80px;
  height: 80px;
  border: 1px solid #d9ad5e;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 32px;
}
.contact-list li i.ico-1 {
  background-image: url("../image/contact-ico-1.png");
}
.contact-list li i.ico-2 {
  background-image: url("../image/contact-ico-2.png");
}
.contact-list li i.ico-3 {
  background-image: url("../image/contact-ico-3.png");
}
.contact-list li h4 {
  padding-top: 24px;
  font-size: 15px;
}
.contact-list li p {
  padding-top: 12px;
  height: 40px;
  font-size: 15px;
}
.contact-con {
  padding: 48px 20px;
  border-bottom: 1px solid #efefef;
  text-align: center;
}
.contact-con li {
  font-size: 14px;
  line-height: 32px;
}

.contact-qrcode {
  padding-top: 60px;
  text-align: center;
}
.contact-qrcode img {
  border: 1px solid #efefef;
  border-radius: 4px;
}
.contact-qrcode p {
  padding-top: 15px;
  font-size: 13px;
  color: #999;
}
.contact-map {
  position: relative;
  width: 100%;
  height: 600px;
}
.contact-map #map {
  width: 100%;
  height: 100%;
}

/* responsive */
@media only screen and (max-width: 1024px) {
  .contact-wrap {
    padding: 48px 0;
  }
  .contact-tit {
    padding-bottom: 48px;
  }
  .contact-tit h3 {
    font-size: 18px;
  }
  .contact-tit p {
    padding-top: 16px;
  }

  .contact-list ul {
    width: auto;
  }
  .contact-list li {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
    padding: 32px 20px 12px;
    width: auto;
  }
  .contact-list li i {
    width: 64px;
    height: 64px;
    background-size: 28px;
  }
  .contact-list li h4 {
    padding-top: 8px;
    font-size: 14px;
  }
  .contact-list li p {
    padding-top: 4px;
    font-size: 14px;
  }
  
  .contact-con {
    padding: 32px 20px;
  }

  .contact-map {
    height: 400px;
  }
}

/* ---------- article ---------- */
.article-wrap {
  padding: 100px 0;
}

.article-main {
  float: left;
  width: 68%;
}

.article-tag a {
  display: inline-block;
  padding: 4px 12px;
  border: 1px solid #d9ad5e;
  border-radius: 2px;
  font-size: 14px;
  color: #d9ad5e;
}

.article-tit {
  padding: 30px 0 39px;
}
.article-tit h1 {
  font-size: 32px;
}

.article-bar {
  padding: 12px 16px;
  border: 1px solid #f0f0f0;
  background: #fafafa;
  overflow: hidden;
}
.article-bar .info {
  float: left;
  color: #999;
  line-height: 24px;
}
.article-bar .date {
  padding-left: 24px;
  background: url("../image/date-ico.png") no-repeat left center;
}
.article-bar .visit {
  padding-left: 24px;
  background: url("../image/visit-ico1.png") no-repeat left center;
}
.article-bar .share {
  float: right;
}

.article-con {
  padding-top: 60px;
  font-size: 16px;
  line-height: 240%;
}
.article-con p {
  padding-bottom: 24px;
}
.article-con img {
  padding: 20px 0;
  max-width: 100%;
}

.article-side {
  float: right;
  margin-top: 140px;
  padding: 30px 29px;
  width: 25%;
  box-sizing: border-box;
  border: 1px solid #efefef;
  border-top: 2px solid #ce0f07;
}
.article-side h3 {
  font-size: 18px;
  color: #ce0f07;
}
.article-side ul {
  padding-top: 30px;
}
.article-side li {
  padding-bottom: 30px;
}
.article-side li img {
  width: 100%;
}
.article-side li h4 {
  padding-top: 16px;
  font-size: 14px;
  font-weight: normal;
  line-height: 160%;
}
.article-side li p {
  padding-top: 12px;
  font-size: 13px;
  color: #999;
  line-height: 20px;
}
.article-side li .date {
  padding-left: 22px;
  background: url("../image/date-ico.png") no-repeat left center;
}
.article-side li .visit {
  padding-left: 22px;
  background: url("../image/visit-ico1.png") no-repeat left center;
}

.article-btm {
  padding: 60px 20px;
  background: #f6f6f6;
}
.article-btm .con {
  margin: auto;
  padding: 50px 0;
  max-width: 1600px;
  background: #fff;
  overflow: hidden;
}
.article-btm .related {
  float: left;
  padding: 0 60px;
  width: 68%;
  box-sizing: border-box;
  overflow: hidden;
}
.article-btm .related h4 {
  font-size: 14px;
  font-weight: normal;
  color: #999;
}
.article-btm .related p {
  padding-top: 12px;
  font-size: 15px;
  line-height: 160%;
}
.article-btm a.prev {
  float: left;
  display: block;
  width: 46%;
}
.article-btm a.prev .arrow {
  padding-left: 30px;
  background: url("../image/prev-arrow.png") no-repeat left center;
}
.article-btm a.next {
  float: right;
  display: block;
  width: 46%;
}
.article-btm a.next .arrow {
  padding-right: 30px;
  background: url("../image/next-arrow.png") no-repeat right center;
}
.article-btm .back {
  float: right;
  padding-top: 25px;
  width: 25%;
  height: 50px;
  border-left: 1px solid #efefef;
  text-align: center;
}
.article-btm .back a {
  display: inline-block;
  padding-left: 24px;
  height: 25px;
  background: url("../image/list-ico.png") no-repeat left center;
  font-size: 14px;
  line-height: 25px;
}

/* responsive */
@media only screen and (max-width: 1024px) {
  .article-wrap {
    padding: 52px 0;
  }
	.article-wrap  .article-main .article-con p img{
		height:auto!important;
	}
  .article-main {
    float: none;
    width: auto;
  }

  .article-tit {
    padding: 24px 0;
  }
  .article-tit h1 {
    font-size: 20px;
  }

  .article-bar .info {
    float: none;
  }
  .article-bar .share {
    display: none;
  }

  .article-con {
    padding-top: 40px;
  }
  .article-con p {
    padding-bottom: 20px;
  }
  .article-con img {
    padding: 20px 0;
    width: 100%;
    height: 100%;
  }

  .article-side {
    display: none;
  }

  .article-btm {
    padding: 48px 20px;
  }
  .article-btm .con {
    padding: 12px 24px;
    width: auto;
  }
  .article-btm .related {
    float: none;
    padding: 16px 0;
    width: auto;
  }
  .article-btm a.prev {
    float: none;
    padding: 12px;
    width: auto;
  }
  .article-btm a.next {
    float: none;
    padding: 12px;
    width: auto;
  }
  .article-btm .back {
    float: none;
    padding-top: 24px;
    width: auto;
    border-top: 1px solid #efefef;
    border-left: 0;
  }
}

/* ---------- search ---------- */
.search {
  padding: 80px 0 100px;
}
.search-form {
  text-align: center;
}
.search-form-text {
  padding: 0 30px;
  width: 60%;
  height: 50px;
  box-sizing: border-box;
  border: 2px solid #e0e0e0;
  border-radius: 50px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}
.search-form-btn {
  position: relative;
  top: 0;
  right: 0;
  margin-left: -80px;
  width: 75px;
  height: 50px;
  border: 0;
  background: url("../image/search-ico.png") no-repeat center;
  cursor: pointer;
}

.search-result {
  padding-top: 50px;
}
.search-result .result-tit {
  padding: 16px 0;
  border-bottom: 1px solid #e6e6e6;
  overflow: hidden;
}
.search-result .result-tit h3 {
  float: left;
  font-size: 18px;
  line-height: 24px;
}
.search-result .result-tit .count {
  float: right;
  padding-top: 4px;
  font-size: 14px;
  color: #999;
  line-height: 20px;
}

.result-list {
  padding-top: 20px;
}
.result-list ul {
  padding-bottom: 50px;
}
.result-list li {
  padding: 30px 0;
  border-bottom: 1px solid #efefef;
  overflow: hidden;
}
.result-list li .pic {
  float: left;
  position: relative;
  width: 210px;
  box-shadow: 4px 4px 20px rgba(0,0,0,0.1);
  overflow: hidden;
}
.result-list li .pic img {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.result-list li .pic .date {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 4px 8px;
  border-radius: 3px;
  background: rgba(255,255,255,0.8);
  font-size: 12px;
  color: #999;
}
.result-list li .con {
  float: right;
  width: calc(100% - 240px);
}
.result-list li .con h4 {
  padding-top: 4px;
  font-size: 18px;
  line-height: 160%;
}
.result-list li .con p {
  padding-top: 16px;
  font-size: 14px;
  color: #888;
  line-height: 200%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.result-list li .btm {
  padding-top: 20px;
}
.result-list li .more-btn {
  padding-right: 32px;
  background: url("http://mb.tdjweb.com/moban/3/img/news-more.png") no-repeat right center;
  font-size: 12px;
  color: #ccc;
  transition: all 0.3s ease-in-out;
}
.result-list li a:hover .pic img {
  transform: scale(1.05);
}
.result-list li a:hover .more-btn {
  color: #d9ad5e;
}

/* responsive */
@media only screen and (max-width: 1024px) {
  .search {
    padding: 60px 0;
  }
  .search-form-text {
    width: 80%;
    height: 44px;
    border-radius: 44px;
  }
  .search-form-btn {
    margin-left: -60px;
    width: 55px;
    height: 44px;
  }

  .search-result {
    padding-top: 32px;
  }

  .result-list ul {
    padding-bottom: 40px;
  }
  .result-list li {
    padding: 20px 0;
    height: auto;
  }
  .result-list li a {
    display: -webkit-flex;
    display: flex;
  }
  .result-list li .pic {
    float: none;
    width: 140px;
  }
  .result-list li .con {
    float: none;
    -webkit-flex: 1;
    flex: 1;
    padding-left: 16px;
    width: auto;
  }
  .result-list li .con h4 {
    padding-top: 2px;
    font-size: 14px;
  }
  .result-list li .con p {
    padding-top: 4px;
  }
  .result-list li .btm {
    display: none;
  }
}
/* ---------- 质量体系 ---------- */
.quality {
  height: 680px;
  background-position: center bottom;
  background-size: cover;
}
.quality li {
  float: left;
  position: relative;
  padding: 80px 60px 0;
  width: 20%;
  height: 680px;
  box-sizing: border-box;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.quality li:nth-of-type(even) {
  padding: 140px 60px 0;
}
.quality li:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1px;
  background: rgba(255,255,255,0.2);
  content: "";
}
.quality li h3 {
  position: relative;
  font-size: 72px;
  font-weight: normal;
}
.quality li h3:before {
  position: absolute;
  top: 24px;
  left: -60px;
  width: 16px;
  height: 4px;
  background: #febd00;
  content: "";
}
.quality li h4 {
  padding-top: 60px;
  font-size: 22px;
  font-weight: normal;
}
.quality li p {
  padding-top: 16px;
  line-height: 24px;
}
.quality li .btm {
  display: none;
  padding-top: 60px;
}
.quality li:hover {
  background: rgba(254,189,0,0.9);
  color: #333;
}
.quality li:hover h3:before {
  background: #333;
}
.quality li:hover .btm {
  display: block;
}
.quality li:hover .btm img {
  opacity: 0.8;
  transition: all 0.3s ease-in-out;
}
.quality li:hover .btm a:hover img {
  opacity: 1;
}

/* responsive */
@media only screen and (max-width: 1024px) {
  .quality {
    height: auto;
  }
  .quality li {
    float: none;
    padding: 32px;
    width: auto;
    height: auto;
  }
  .quality li:nth-of-type(even) {
    padding: 32px;
  }
  .quality li:before {
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: 1px;
  }
  .quality li h3 {
    font-size: 36px;
  }
  .quality li h3:before {
    top: 16px;
    left: -32px;
  }
  .quality li h4 {
    padding-top: 12px;
    font-size: 16px;
  }
  .quality li p {
    padding-top: 8px;
    line-height: 20px;
  }
  .quality li .btm {
    padding-top: 16px;
  }
}

/* ---------- 联系我们 ---------- */
.other-module {
	 padding-top: 120px;
  padding-bottom: 120px;
}
.contact {
  height: 400px;
  background-size: cover;
}
.contact li {
  float: left;
  padding: 100px;
  width: 50%;
  height: 400px;
  box-sizing: border-box;
  color: #fff;
}
.contact li:first-child {
  background: rgba(203,22,23,0.7);
}

.contact li:hover{
	 background: rgba(203,22,23,0.7);
}

.contact li .tit h2 {
  font-size: 22px;
  font-weight: normal;
}
.contact li .tit h3 {
  padding-top: 10px;
  font-size: 20px;
  font-weight: normal;
  text-transform: uppercase;
}
.contact li .con {
  padding-top: 48px;
}
.contact .tel h4 {
  padding-left: 40px;
  background: url("../image/contact-tel-ico.png") no-repeat left 10px;
  font-size: 36px;
  font-weight: normal;
}
.contact .tel p {
  padding-left: 40px;
  font-size: 14px;
}
.contact .tip {
  font-size: 14px;
  line-height: 28px;
}
.contact .btm {
  padding-top: 20px;
}
.contact .btm a.more-btn {
  color: #fff;
  text-decoration: underline;
}
.contact .btm a:hover.more-btn {
  color: #efb05c;
}

/* responsive */
@media only screen and (max-width: 912px) {
	.contact .btm{
		display: none;
	}
  .other-module {
    padding-bottom: 64px;
  }
  .contact {
    height: auto;
  }
  .contact li {
    float: none;
    padding: 40px;
    width: auto;
    height: 240px;
  }
  .contact li .tit h2 {
    font-size: 16px;
  }
  .contact li .tit h3 {
    padding-top: 8px;
    font-size: 14px;
  }
  .contact li .con {
    padding-top: 32px;
  }
  .contact .tel h4 {
    padding-left: 32px;
    background-size: 26px;
    font-size: 32px;
  }
  .contact .tel p {
    padding-left: 32px;
  }
  .contact .tip {
    font-size: 14px;
    line-height: 24px;
  }
}
.footer {
    background: #F1F2F2;
}
.inner {
	width:100%;
    max-width: 1320px;
    margin: 0px auto;
}
.footer-top {
  padding: 80px 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid #9B9FAB;
}
.footer-contact {
  margin-top: -4px;
}
.footer-menu dd .footer-contact p {
  line-height: 1.8;
}
.footer-contact b{
	font-size:18px;
	color:#53565a;
}
.flogo img {
  display: inline-block;
  width: auto;
}
.footer-middle {
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
}
.footer-menu {
  display: block;
  min-width:220px;
}
.footer-menu dt {
  display: block;
  margin-bottom: 20px;

}
.footer-menu dt a{
	color: #53565a;
	font-size: 18px;
	font-weight: 800;
}
.footer-menu dt a:hover {
  color: #ce0f07;
}
.footer-menu dd {
  display: block;
}
.footer-menu dd p {
  font-size: 14px;
  line-height: 2.2;
}
.footer-menu dd p a {
  display: inline-block;
  color: #53565a;
  font-size: 14px;
}
.footer-menu dd p a:hover {
  color: #ce0f07;
}
.footer-menu2{
	padding-left:50px;
}
.footer-bottom {
  padding: 40px 0 50px;
  border-top: 1px solid #9B9FAB;
}
.footer-allow {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
}
.footer-one {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 54px;
  padding-top: 50px;
}
.footer-one-copy {
  color: #53565a;
  font-size: 14px;
  line-height: 2;
  min-width:350px;
}
.footer-one-copy a{
	color: #53565a;
	font-size: 14px;
	line-height: 2;
}
.footer-one-copy a:hover{
	color: #ce0f07;
}
.footer-eq {
  display: flex;
}
.footer-eq-item {
  margin-right: 20px;
  text-align: center;
}
.footer-eq-item figure {
  display: block;
  margin-bottom: 14px;
  width: 94px;
  line-height: 1;
  margin-left: 0;
  margin-right: 0;
}
.footer-eq-item figure img {
  display: block;
  width: 100%;
  height: auto;
}
.footer-eq-item p {
  color: #53565a;
  font-size: 13px;
  line-height: 1;
}
@media(max-width:999px){
	.flogo img{
		max-width:80px;
	}
	.footer-top{
		padding: 20px 0;
	}
	.flogo{
		margin:0 auto;
	}
	.footer-menu{
		display: none;
	}
	.footer-menu2{
		display: block;
		padding-left: 0px;
	}
	.footer-middle{
		padding:20px 0;
	}
	.footer-one{
		padding:0 0 20px;
	}
	.footer-eq{
		display: none;
	}
}

/*首页*/
.index-banner{
	margin-top:90px;
	margin-top:30px;
}
.wapbanner{
	display:none;
	margin-top:54px;
}
.index-banner img{
    width:100%;
}
@media(max-width:1000px){
	.index-banner{
		margin-top:54px;
	}
}
.index-banner img{
	display:block;
	width:100%;
}

.index-next{
	width:50px!important;
	height:120px!important;
	line-height:120px!important;
	right:0!important;
	text-align:center!important;
	background: rgb(0,0,0,0.6)!important;
}
.index-next:after{
	color:#fff!important;
	font-size:30px!important;
}
.index-prev{
	width:50px!important;
	height:120px!important;
	line-height:120px!important;
	left:0!important;
	text-align:center!important;
	background: rgb(0,0,0,0.6)!important;
}
.index-prev:after{
	color:#fff!important;
	font-size:30px!important;
}
.index-pagination{
	margin-bottom:50px!important;
}
.index-pagination .swiper-pagination-bullet{
	width:100px!important;
	height:3px!important;
	border-radius:0!important;
	background: #fff!important;
	opacity:1!important;
}
.index-pagination .swiper-pagination-bullet-active{
	width:100px!important;
	height:3px!important;
	border-radius:0!important;
	background: #cb1617!important;
	opacity:1!important;
}
@media(max-width:1000px){
	.index-banner img{
		width:100%;
	}
	.index-prev{
		height:auto!important;
		width:auto!important;
		padding:10px!important;
	}
	.index-next{
		height:auto!important;
		width:auto!important;
		padding:10px!important;
	}
	.index-pagination{
		margin-bottom:0px!important;
	}
}
.banner-next{
	right:5%!important;
	width:58px!important;
	height:58px!important;
	border:1px solid #dcdcdc;
}
.banner-next{
	background: rgb(0,0,0,0.3);
	border-radius: 50%!important;
	border:none;
}
.banner-next:hover{
	background: #cb1617!important;
	border-radius: 50%!important;
	border:1px solid #cb1617;
}
.banner-next:after{
	color:#fff!important;
	font-size:20px!important;
}
.banner-prev{
	left:5%!important;
	width:58px!important;
	height:58px!important;
	border:1px solid #dcdcdc;
}
.banner-prev{
	background: rgb(0,0,0,0.3);
	border-radius: 50%!important;
	border:none;
}
.banner-prev:hover{
	background: #cb1617!important;
	border-radius: 50%!important;
	border:1px solid #cb1617;
}
.banner-prev:after{
	color:#fff!important;
	font-size:20px!important;
}
.pcslide{
	display:block;
}
.wapslide{
	display:none;
}
@media(max-width:1500px){
	.banner-next{
		right:10%!important;
	}
	.banner-prev{
		left:10%!important;
	}
}
@media(max-width:999px){
	.banner-next{
		display: none!important;
	}
	.banner-prev{
		display: none!important;
	}
	.pcslide{
		display:none;
	}
	.wapslide{
		display:block;
	}
}

.index-title{
	padding:80px 0 50px;
	text-align: center;
	width:100%;
}
.s-t1{
	font-size:40px;
	color:#53565a;
	font-weight:800;
	line-height: 1;
}
.s-t2{
	font-size:16px;
	color:#53565a;
	font-weight:400;
	margin-top:25px;
	line-height: 2;
}
@media(max-width:999px){
	.index-title{
		padding: 20px 0 20px;
	}
	.s-t1{
		font-size:28px;
	}
	.s-t2{
		font-size:15px;
	}
}
.s3-con{
	padding-bottom:90px;
}
.s3-left{
	width:30%;
	display: block;
	border-radius: 5px;
	overflow: hidden;
}
.s3-1{
	width:100%;
	max-height:300px;
	overflow: hidden;
}

.s3-1 img{
	width:100%;
	height:300px;
}
.s3-right{
	width:35%;
	align-items: stretch;
	align-content: space-between;
}
.s3-2{
	background: #efefef;
	padding:30px;
	box-sizing: border-box;
}
.s3-2-1{
	display: inline-block;
	height: 35px;
	width:100px;
	border-radius: 4px;
	font-size: 16px;
	line-height: 35px;
	text-align: center;
	border-color: #ce0f07;
	background: #ce0f07;
	color: #fff;
}
.s3-2-2{
	margin-top:25px;
	height:70px;
	line-height: 35px;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow: hidden;
	font-size:20px;
	color:#2a2a2a;
	font-weight:600;
}
.s3-2-3{
	color:#52565a;
	margin-top:20px;
	font-size:14px;
}
.s3-tab{
	display: block;
	width:100%;
}
.s3-3{
	color:#52565a;
	font-size:16px;
}
.s3-4{
	color:#2a2a2a;
	font-size:18px;
	font-weight:800;
	margin:20px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.s3-5{
	width:70px;
	height:3px;
	background: #cb1617;
	transition:0.3s;
}
.s3-tab:hover .s3-5{
	width:100%;
}
@media(max-width:999px){
	.s3-left{
		width:100%;
		margin-bottom:20px;
	}
	.s3-right{
		width:100%;
	}
	.s3-1 img{
	    height:auto;
	}
	.s3-tab{
	    margin-bottom:10px;
	}
	.s3-con{
	    padding-bottom:10px;
	}
}
.s1-left{
    width:calc(50% - 10px);
	background: #f7f8fc;
}
.s1-right{
    width:calc(50% - 10px);
}

.s1a{
	position: relative;
	padding: 30px;
	background: #fcfcfe;
	transition: 0.4s;
	display: block;
	width:calc((100% - 20px) / 2);
	margin-bottom:20px;
	overflow: hidden;
	box-sizing:border-box;
	border-radius:5px;
}
.s1-right .s1a:nth-child(3),.s1-right .s1a:nth-child(4){
	margin-bottom:0px;
}
.s1b{
	position: relative;
	padding: 30px;
	transition: 0.4s;
	background: #fcfcfe;
	display: block;
	overflow: hidden;
	box-sizing:border-box;
	border-radius: 5px;
}
.s1a-more{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	align-content:center;
}
.s1a-more .pro-more{
	padding:10px 30px;
	background: #000;
	color:#fff;
}
.s1a-more .pro-more:hover{
	background:#c62604;
}
.s1a:after{
	position: absolute;
	content:'';
	display: block;
	width:0;
	height:2px;
	background: #c32602;
	transition:1s;
	bottom:0;
	left:0;
	z-index:0;
}
.s1b:after{
	position: absolute;
	content:'';
	display: block;
	width:0;
	height:2px;
	background: #c32602;
	transition:1s;
	bottom:0;
	left:0;
	z-index:0;
}
.s1_icon{
	position: absolute;
	top:30px;
	left:30px;
	z-index: 9;
}
.s1_img {
    display: block;
    width: 100%;
	position: relative;
	z-index:5;
}
.s1p1{
	margin-top:15px;
	color:#000;
	font-size:20px;
	font-weight:800;
	text-align: center;
	line-height: 1;
}
.s1p2{
	margin-top:15px;
	color:#000;
	font-size:15px;
	font-weight:400;
	text-align: center;
	line-height: 1;
}
.s1_bg{
	position: absolute;
	bottom:-350px;
	right:-350px;
	bottom:0px;
	right:0px;
	width:100%;
	height:auto;
	display:block;
	transition:1s;
	z-index: 1;
	opacity: 1;
}
.s1b .s1_bg{
	position: absolute;
	bottom:0px;
	top:0px;
    left: 0%;
	width:100%;
	height:auto;
	display:block;
	transition:1s;
	z-index: 1;
	opacity: 0.5;
}
.s1a:hover .s1_bg{
	opacity: 0.5;
}
.s1b:hover .s1_bg{
	opacity: 1;
}
.s1b_icon{
	position: absolute;
	top:10%;
	right:10%;
	width:auto;
	
}
.s1-bottom{
	overflow: hidden;
	margin-top: 100px;
	height: 150px;
	position: relative;
	z-index: 0;
}
.s1-bottom:before {
    content: "";
    position: absolute;
    top: 50%;
    /* top: auto; */
	/* bottom: 0; */
    z-index: -1;
    width: 100%;
    transform: translateY(-50%);
    /* transform: translateY(0); */
    left: 0;
    height:6px;
    background: #53565A;
	border-radius: 50px;
}
.s1-bottom .s1_icon_img{
	position: absolute;
	bottom: 50px;
	left: 105%;
	animation: roll 10s linear infinite;
}
.s1-bottom .s1_icon_img:nth-child(1){
	animation-delay: 0s;
}
.s1-bottom .s1_icon_img:nth-child(2){
	animation-delay: 2s;
}
.s1-bottom .s1_icon_img:nth-child(3){
	animation-delay: 4s;
}
.s1-bottom .s1_icon_img:nth-child(4){
	animation-delay: 6s;
}
.s1-bottom .s1_icon_img:nth-child(5){
	animation-delay: 8s;
}

.s1_gc{
	position: absolute;
	top: 20px;
	right: 0;
	width: 100px;
}

@keyframes roll{
  0%{
    left: 105%;
  }
  100%{
    left: -5%;
  }
}
.rotate-img{
	animation: rotate 5s linear infinite; ​
}



@keyframes rotate {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}
​

.rotate-img:hover {​
	animation-play-state: paused;
	cursor: pointer;
}



.s1b:hover .s1_bg{
	opacity: 0.6;
}
.s1a:hover{
	box-shadow: 0px 1px 5px 1px rgba(6, 6, 6, 0.15);
}
.s1b:hover{
	box-shadow: 0px 1px 5px 1px rgba(6, 6, 6, 0.15);
}
.s1a:hover .s1p1{
	color:#333;
}
.s1a:hover .s1p2{
	color:#333;
}
.s1a:hover:after{
	width:100%;
}
.s1b:hover .s1p1{
	color:#333;
}
.s1b:hover .s1p2{
	color:#333;
}
.s1b:hover:after{
	width:100%;
}

/* .s1a:hover .s1_bg{
	bottom:0px;
	right:0px;
} */

@media(max-width:1000px){
	.s1-bottom{
		display: none;
	}
	.rotate-img{
		max-width:80px;
	}
	.s1{
		padding:20px 0;
	}
	.s1b{
		width:100%;
		margin-bottom:20px;
	}
	.s1-right{
		width:100%;
	}
	.s1a{
		width:100%;
	}
	.s1-right .s1a:nth-child(3),.s1-right .s1a:nth-child(4){
		margin-bottom:20px;
	}
}

.s2-left{
	height:650px;
	max-width:490px;
	background: #333333;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}
.s2swiper{
	width:100%;
}
.s2swiper img{
	max-width:100%;
	display: block;
}
.s2-pagination{
	width: 80px !important;
	left:30px!important;
	bottom:30px!important;
}
.s2-pagination .swiper-pagination-bullet{
	width:30px!important;
	height:3px!important;
	opacity: 1!important;
	border-radius: 0!important;
	background: #fff!important;
}
.s2-pagination .swiper-pagination-bullet-active{
	background: #cb1617!important;
}
.s2-next{
	top: auto !important;
	right: 30px !important;
	bottom:30px!important;
	border:1px solid #f1f1f1!important;
	height:28px!important;
	width:28px!important;
	line-height: 28px!important;
	text-align: center!important;
}
.s2-next:after{
	color:#f1f1f1!important;
	font-size:13px!important;
}
.s2-prev{
	top: auto !important;
	left: auto !important;
	right: 65px !important;
	bottom:30px!important;
	border:1px solid #f1f1f1!important;
	height:28px!important;
	width:28px!important;
	line-height: 28px!important;
	text-align: center!important;
}
.s2-prev:after{
	color:#f1f1f1!important;
	font-size:13px!important;
}
.s2-right{
	width:calc(100% - 510px);
}
.s2-top{
	margin-bottom: 20px;
}
.s2-tab{
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	transition: 0.6s;
	position: relative;
}
.s2-video-box{
	width:102%;
	height:100%;
	position: absolute;
	left:-2px;
	top:0;
	z-index: 2;
}
.s2-video{
	width:100%;
}
@media(max-width:1650px){
	.s2-video{
		height:100%;
		width:auto;
	}
}
.s2-1{
	width:30%;
	height:315px;
	background-image: url(../image/s2img3.jpg);
	border-radius: 5px;
}
.s2-2{
	width:calc(70% - 20px);
	height:315px;
	background-image: url(../image/s2img4.jpg);
	position: relative;
	z-index: 2;
	border-radius: 5px;
}
.s2-4{
	width:30%;
	height:315px;
	background-image: url(../image/s2img6.jpg);
	border-radius: 5px;
}
.s2-3{
	width:calc(70% - 20px);
	height:315px;
	background-image: url(../image/s2img5.jpg);
	overflow: hidden;
	border-radius: 5px;
}
.s2-tab:hover{
	background-position:top left;
}
.s2-right .a{
	display: block;
	position: relative;
	width:100%;
	height:100%;
	z-index: 9;
}

.s2-right span{
	display:block;
	position: absolute;
	bottom:18px;
	left:18px;
	box-sizing: border-box;
	font-size:20px;
	color:#fff;
	font-weight:800;
}
.s2-3 .a span{
	color:#333;
}
.vidcontainer{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    background-color: rgba(0,0,0,0.8);
    cursor: pointer;
    z-index: 999999999;
}
.vidcontainer .closevid{
    width: 40px;
    height: 40px;
    background: url(../image/close-vid2.png) no-repeat center/100% auto;
    position: absolute;
    top: 40px;
    right: 40px;
    z-index:999;
    cursor: pointer;
}
.vidcontainer video{
    position: absolute;
    width: 90%;
    height:auto;
    top: 0;
    max-width:1200px;
    max-height:80%;
    left: 0;
    background-color: #000;
    bottom: 0;
    right: 0;
    margin: auto;
}

.s2 .videobox {
    width: 200px;
    height: 200px;
    display: block;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}


.s2 .videobox i {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-animation: round 10s linear infinite;
    -moz-animation: round 10s linear infinite;
    animation: round 10s linear infinite
}

.s2 .videobox .play:before {
    background: #cb1617
}

.s2 .videobox .play:after {
    background: #cb1617
}

.play2 {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.play2:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 100%;
    background: 0 0;
    background: #fff;
    left: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    -webkit-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite;
    z-index: -1
}

.play2:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 100%;
    background: #fff;
    background: 0 0;
    left: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    -webkit-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite;
    z-index: -1;
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    animation-delay: .6s
}

@-webkit-keyframes round {
    from {
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0)
    }

    100% {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg)
    }
}

@-moz-keyframes round {
    from {
        -moz-transform: rotateZ(0);
        transform: rotateZ(0)
    }

    100% {
        -moz-transform: rotateZ(360deg);
        transform: rotateZ(360deg)
    }
}

@keyframes round {
    from {
        -webkit-transform: rotateZ(0);
        -moz-transform: rotateZ(0);
        transform: rotateZ(0)
    }

    100% {
        -webkit-transform: rotateZ(360deg);
        -moz-transform: rotateZ(360deg);
        transform: rotateZ(360deg)
    }
}

@-webkit-keyframes ks {
    from {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    80% {
        -webkit-transform: scale(1.6);
        -moz-transform: scale(1.6);
        -ms-transform: scale(1.6);
        transform: scale(1.6);
        opacity: .3
    }

    to {
        -webkit-transform: scale(1.6);
        -moz-transform: scale(1.6);
        -ms-transform: scale(1.6);
        transform: scale(1.6);
        opacity: 0
    }
}

@-moz-keyframes ks {
    from {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    80% {
        -webkit-transform: scale(1.6);
        -moz-transform: scale(1.6);
        -ms-transform: scale(1.6);
        transform: scale(1.6);
        opacity: .3
    }

    to {
        -webkit-transform: scale(1.6);
        -moz-transform: scale(1.6);
        -ms-transform: scale(1.6);
        transform: scale(1.6);
        opacity: 0
    }
}

@keyframes ks {
    from {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    80% {
        -webkit-transform: scale(1.6);
        -moz-transform: scale(1.6);
        -ms-transform: scale(1.6);
        transform: scale(1.6);
        opacity: .3
    }

    to {
        -webkit-transform: scale(1.6);
        -moz-transform: scale(1.6);
        -ms-transform: scale(1.6);
        transform: scale(1.6);
        opacity: 0
    }
}

@media(max-width:999px){
	.s2-left{
		width:100%;
		height:400px;
	}
	.s2-right{
		width:100%;
	}
	.s2-top{
		margin-bottom:0px;
	}
	.s2-tab{
		width:100%;
		height:300px;
		margin-top: 20px;
	}
	.s2-3{
		height:150px
	}
	.s2-tab{
	    background-position: top right;
	}
	.s2-3{
		display:none;
	}
}


/*联系我们*/
.i-title .en{
	font-size:36px;
	color:#333;
}
.i-title .zh{
	font-size:32px;
	color:#333;
	font-weight:800;
}
.sup_rm{
	padding-top: 50px;
	font-size:16px;
}
.sup_rm .box {
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}
.sup_rm .zh span{
	font-size:16px;
	padding-top:15px;
}
.sup_rm .box .list {
    padding:50px;
    background: #f5f5f5;
    width: calc(100% / 3 - 20px);
    border-radius:15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.3s;
    position: relative;
    top: 0;
	box-sizing: border-box;
}
.sup_rm .box .list:hover {
    top: -10px;
}
.sup_rm .box .list .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sup_rm .box .list .top .t_l h3 {
    font-weight: bold;
    margin-bottom:12px;
	font-size: 24px;
}
.sup_rm .box .list .top .t_l p {
    color: #666;
	font-size: 16px;
}
.sup_rm .box .list .top svg, .sup_rm .box .list .top img {
    width: auto;
    height: 50px;
}
.sup_rm .box .list .list_ba {
    /* display: flex; */
    flex-wrap: wrap;
	margin-top:100px;
}
.sup_rm .box .list .g_a {
    display: flex;
    align-items: center;
    margin-right: 5px;
	line-height: 2;
}
.sup_rm .box .list .g_a p {
    color: #666;
}
.sup_rm .i-title{
	padding:50px 0 0;
	text-align: center;
}
.sup_lx {
	padding:50px 0;
	font-size:16px;
}
.sup_lx .i-title{
	text-align: center;
}
.sup_lx .box {
    border-radius: 15px;
    border: 1px solid #e5e5e5;
    padding: 60px;
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
	box-sizing: border-box;
	margin-top: 40px;
}
.sup_lx .box .left {
    width: 62.83%;
}
.sup_lx .box .right {
    width: 33.37%;
    padding: 0 0 30px 60px;
	box-sizing:border-box;
    border-left: 1px solid #e5e5e5;
}
.sup_lx .box .left form .inp {
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}
.sup_lx .box .left form .inp .inp_box {
    margin-bottom: 30px;
    width: calc(50% - 15px);
}
.sup_lx .box .left form .inp .inp_box p {
    margin-bottom: 15px;
	font-size:18px;
}
.sup_lx .box .left form .inp .inp_box p span {
    color: #ce0f07;
}
.sup_lx .box .left form .inp .inp_box input {
    width: 100%;
    height: 55px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding-left: 20px;
	box-sizing: border-box;
}
.sup_lx .box .left form .tex textarea {
    width: 100%;
    height: 120px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding: 15px 0 0 20px;
	box-sizing: border-box;
	width:100%;
}
.sup_lx .box .left form .tex {
    margin-bottom: 15px;
}
.sup_lx .box .left form .tex > p {
    margin-bottom: 15px;
	font-size:18px;
}
.sup_lx .box .left form .b_bri {
    margin: 0 0 30px;
    color: #999;
}
.sup_lx .box .left form .tex > p span {
    color: #ce0f07;
}
.sup_lx .box .left form .b_bri span {
    color: #ce0f07;
}
.pub_a{
    background: #ce0f07;
    border: 1px solid #ce0f07;
    color: #fff;
    padding: 10px 25px;
    border-radius: 5px;
    margin-right: 20px;
    box-sizing: border-box;
	cursor: pointer;
}
.sup_lx .box .right > img {
    border-radius: 5px;
    height: auto;
	max-width: 100%;
}
.sup_lx .box .right .g_tel {
    border-bottom: 1px solid #e5e5e5;
    padding: 30px 0;
}
.sup_lx .box .right .g_tel h3 {
    font-weight: bold;
    margin-bottom: 14px;
}
.sup_lx .box .right .g_tel p {
    margin-bottom:10px;
}
.sup_lx .box .right .g_ewm {
    padding-top: 35px;
    display: flex;
    justify-content: space-between;
}
.sup_lx .box .right .g_ewm .g_ewm_l {
    width: 200px;
}
.sup_lx .box .right .g_ewm > img {
    width: 140px;
    height: auto;
    object-fit: contain;
}
.sup_lx .box .right .g_ewm .g_ewm_l h3 {
    font-weight: bold;
    margin-bottom: 10px;
}
@media(max-width:999px){
	/* .i-title .en{
		  font-size:16px;
	} */
	.sup_rm .box{
		width: 100%;
	}
	.sup_rm .box .list{
		width:100%;
		margin-bottom:30px;
	}
	.sup_lx{
		padding:50px 0 0;
		font-size: 14px;
	}
	.sup_lx .box{
		padding:20px;
		border-radius: 10px;
	}
	.sup_lx .box .left{
		width:100%;
	}
	.sup_lx .box .right{
		width:100%;
		padding:30px 0 30px 0;
		border-left:none;
	}
	.sup_lx .box .left form .inp .inp_box{
		width:100%;
		margin-bottom: 15px;
	}
	.sup_lx .box .left form .inp .inp_box input {
	    height:50px;
	}
	.sup_lx .box .left form .inp .inp_box p{
		font-size:16px;
	}
	.sup_lx .box .left form .tex textarea{
		box-sizing: border-box;
		width:100%;
	}
}

td {
    display: table-cell;
    vertical-align: inherit;
    border:none;
    padding:10px;
    box-sizing:border-box;
	color: #53565a;
	font-size: 16px;
	border:1px solid #dadddd;
}
/* table tbody tr{
	background: #dadddd;
}
table tbody tr:nth-child(2n){
    background: #fff;
} */
table tbody  td:hover{
	background: #ce0f07;
	color:#fff;
}
table {
    border-collapse: collapse;
    border-spacing: 2px;
    width:100%;
}
@media(max-width:999px){
	table{
		min-width:800px;
	}
}
.ab{
	background-image: url(../image/about_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}


/*syb*/
.syb_main {
    width: 100%;
}

.syb_main .part01 {
    margin-top: 140px;
}

.syb_main .part01 .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}

.syb_main .part01 .container .left {
    width: 40%;
}

.syb_main .part01 .container .left img {
    width: auto;
    margin-bottom: 24px;
}

.syb_main .part01 .container .left h2 {
    font-size: 30px;
    color: #333;
    line-height: 1.2;
    font-weight: 600;
    text-align: left;
}

.syb_main .part01 .container .left p {
    margin-top: 10px;
    font-size: 16px;
    color: #ce0f07;
    line-height: 1;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
}

.syb_main .part01 .container .right {
    width: 50%;
    padding-bottom: 36px;
    border-bottom: 1px solid #ce0f07;
}
.syb_main .part01 .container .right a{
	display: inline-block;
	height: 40px;
	width: 200px;
	margin-bottom:30px;
	border-radius: 4px;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	border-color: #ce0f07;
	background: #ce0f07;
	color: #fff;
}
.syb_main .part01 .container .right p {
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-weight: 400;
    text-align: left;
}

.syb_main .part02 {
    margin-top: 100px;
}

.syb_main .part02 .container .sub1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.syb_main .part02 .container .sub1 .s_item {
    background-color: #ce0f07;
    width: 24.6%;
    padding: 60px 40px;
    box-sizing: border-box;
}

.syb_main .part02 .container .sub1 .s_item .i_sub {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-wrap: wrap;
}

.syb_main .part02 .container .sub1 .s_item .i_sub i {
    font-size: 14px;
    color: #fff;
    line-height: 1;
    font-weight: 400;
    text-align: left;
    margin-left: 4px;
}

.syb_main .part02 .container .sub1 .s_item .i_sub h1 {
    font-size: 56px;
    color: #fff;
    line-height: 1;
    font-weight: 600;
    text-align: left;
}

.syb_main .part02 .container .sub1 .s_item .i_sub span {
    font-size: 24px;
    color: #fff;
    line-height: 1;
    font-weight: 400;
    text-align: left;
    margin-bottom: 4px;
    margin-left: 6px;
}

.syb_main .part02 .container .sub1 .s_item .i_sub h5 {
    font-size: 18px;
    color: #fff;
    line-height: 1;
    font-weight: 400;
    text-align: left;
    margin-left: 4px;
    opacity: 0.6;
}

.syb_main .part02 .container .sub1 .s_item .i_sub:nth-of-type(1) {
    margin-bottom: 26px;
}

.syb_main .part02 .container .sub1 .s_item .i_sub:nth-of-type(2) {
    margin-bottom: 12px;
}

.syb_main .part02 .container .sub2 {
    margin-top: 60px;
}

.syb_main .part02 .container .sub2 p {
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-weight: 400;
    text-align: left;
    margin-bottom: 20px;
}

.syb_main .part03 {
    margin-top: 60px;
    margin-bottom: 140px;
}

.syb_main .part03 .container p {
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    font-weight: 400;
    text-align: left;
    margin-bottom: 20px;
}

@media screen and (max-width: 1440px) {
    .syb_main .part01 .container .left h2 {
        font-size: 24px;
    }

    .syb_main .part01 .container .right p {
        font-size: 14px;
    }

    .syb_main .part02 .container .sub1 .s_item .i_sub h1 {
        font-size: 36px;
    }

    .syb_main .part02 .container .sub1 .s_item .i_sub h5 {
        font-size: 13px;
    }

    .syb_main .part02 .container .sub1 .s_item {
        padding: 30px 12px;
    }

    .syb_main .part02 {
        margin-top: 50px;
    }

    .syb_main .part02 .container .sub2 p {
        font-size: 14px;
    }

    .syb_main .part03 .container p {
        font-size: 14px;
    }

    .syb_main .part03 {
        margin-top: 20px;
        margin-bottom: 110px;
    }

    .syb_main .part01 .container .right {
        width: 58%;
    }

    .syb_main .pro_listBox .pro_item .cover > div:first-of-type > div:last-of-type a {
        width: 96px;
    }
}
@media(max-width:999px){
	.syb_main .part01 .container .left{
		width:100%;
	}
	.syb_main .part01 .container .right{
		width:100%;
		margin-top:20px;
	}
	.syb_main .part01{
		margin-top:30px;
	}
	.syb_main .part02 .container .sub1 .s_item{
		width:calc(50% - 10px);
		margin-bottom:20px;
	}
	.pagelist a{
		height: 24px!important;
		width: 50px!important;
		font-size: 14px!important;
		line-height: 24px!important;
		margin-bottom:5px!important;
	}
}