.container {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 50px;
}
.container .guang-dong-derun-textile {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: none;
}
.container .guang-dong-derun-textile .title {
  display: block;
  padding-top: 0;
  width: 100%;
  height: 1rem;
  line-height: 1.4rem;
  font-size: 0.4rem;
  color: #FF6600;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
.container .guang-dong-derun-textile .description {
  width: 100%;
  display: block;
  font-size: 0.22rem;
  padding: 0 0.28rem;
  box-sizing: border-box;
  color: #7d7d7d;
}
.container .textile-innovative-fabric {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: none;
}
.container .textile-innovative-fabric img {
  display: block;
  width: 100%;
}
.container .welcome-to-derun-textile {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: none;
}
.container .welcome-to-derun-textile img {
  display: block;
  width: 100%;
}
.container .video-box {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0.5rem auto 0 auto;
  padding: 0 0.28rem;
  box-sizing: border-box;
}
.container .video-box video {
  width: 100%;
}
.container .product-wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}
.container .product-wrapper ul {
  margin: 0.4rem 0 0.4rem 0;
  padding: 0 0.14rem;
  list-style: none;
  height: auto;
  overflow: hidden;
}
.container .product-wrapper ul li {
  width: 33.333333%;
  height: auto;
  border: 0.14rem solid transparent;
  float: left;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
}
.container .product-wrapper ul li:nth-child(2) {
  margin: 0 auto;
}
.container .product-wrapper ul li .product-img {
  width: 100%;
  height: auto;
  margin: 0 auto 0 auto;
  overflow: hidden;
  border: 1px solid #ddd;
  padding: 0.1rem;
  box-sizing: border-box;
}
.container .product-wrapper ul li .product-img img {
  width: 100%;
  height: auto;
  float: left;
  transition: none;
  -moz-transition: none;
  /* Firefox 4 */
  -webkit-transition: none;
  /* Safari and Chrome */
}
.container .product-wrapper ul li .product-title {
  width: 100%;
  height: 0.6rem;
  line-height: 0.6rem;
  font-size: 0.18rem;
  color: #3a3a3a;
  text-align: center;
  text-transform: uppercase;
}
.container .product-wrapper ul li .product-title a {
  color: #3a3a3a;
  text-decoration: none;
}
.container .product-wrapper ul li .product-title a:hover {
  color: #FF6600;
}
.container .product-wrapper ul li a.more {
  width: 63px;
  height: 17px;
  display: block;
  position: absolute;
  right: 0;
  bottom: 12px;
  text-decoration: none;
  display: none;
}
.container .process-wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}
.container .process-wrapper ul {
  margin: 0.6rem 0.28rem 0.6rem 0.28rem;
  padding: 0;
  list-style: none;
}
.container .process-wrapper ul:after {
  display: block;
  content: '';
  clear: both;
}
.container .process-wrapper ul li {
  width: 50%;
  height: auto;
  overflow: hidden;
  float: left;
  margin: 0;
  box-sizing: border-box;
}
.container .process-wrapper ul li:first-child {
  margin-left: 0;
}
.container .process-wrapper ul li:last-child {
  margin-right: 0;
}
.container .process-wrapper ul li:nth-child(odd) {
  border-right: 0.14rem solid transparent;
}
.container .process-wrapper ul li:nth-child(even) {
  border-left: 0.14rem solid transparent;
}
.container .process-wrapper ul li .img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.container .process-wrapper ul li .img:after {
  display: block;
  content: '';
  clear: both;
}
.container .process-wrapper ul li .img img {
  width: 100%;
  float: left;
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  /* Firefox 4 */
  -webkit-transition: all 0.8s;
  /* Safari and Chrome */
}
.container .process-wrapper ul li .img img:hover {
  transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  /* IE 9 */
  -webkit-transform: scale(1.3, 1.3);
  /* Safari 和 Chrome */
  -o-transform: scale(1.3, 1.3);
  /* Opera */
  -moz-transform: scale(1.3, 1.3);
  /* Firefox */
}
.container .process-wrapper ul li .text {
  width: 100%;
  height: 1rem;
  line-height: 0.8rem;
  font-size: 0.3rem;
  color: #FF6600;
  text-align: center;
}
.container .process-wrapper .process-title {
  width: 100%;
  height: 70px;
  line-height: 100px;
  background: none;
  text-align: center;
}
.container .process-wrapper .process-title .text {
  display: block;
  color: #FF6600;
  font-size: 0.48rem;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 0;
}
.container .process-wrapper .process-text {
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: left;
  font-size: 0.24rem;
  color: #7d7d7d;
  padding: 0 0.28rem;
  box-sizing: border-box;
}
.container .process-wrapper .box {
  height: auto;
  overflow: hidden;
  border: 0.28rem solid transparent;
  box-sizing: border-box;
}
.container .process-wrapper .box:after {
  display: block;
  content: '';
  clear: both;
}
.container .process-wrapper .box .process-img-wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
  float: none;
  margin-bottom: 0.4rem;
}
.container .process-wrapper .box .process-img-wrapper:after {
  display: block;
  content: '';
  clear: both;
}
.container .process-wrapper .box .process-img-wrapper .big-box {
  width: 100%;
  height: auto;
  float: none;
  overflow: hidden;
}
.container .process-wrapper .box .process-img-wrapper .big-box.mobile {
  display: block;
}
.container .process-wrapper .box .process-img-wrapper .big-box.pc {
  display: none;
}
.container .process-wrapper .box .process-img-wrapper .big-box.img img {
  width: 100%;
  height: 100%;
  transition: none;
  -moz-transition: none;
  /* Firefox 4 */
  -webkit-transition: none;
  /* Safari and Chrome */
}
.container .process-wrapper .box .process-img-wrapper .small-box {
  width: 100%;
  height: auto;
  float: none;
  overflow: hidden;
}
.container .process-wrapper .box .process-img-wrapper .small-box.mobile {
  display: block;
}
.container .process-wrapper .box .process-img-wrapper .small-box.pc {
  display: none;
}
.container .process-wrapper .box .process-img-wrapper .small-box.img img {
  width: 100%;
  height: 100%;
  transition: none;
  -moz-transition: none;
  /* Firefox 4 */
  -webkit-transition: none;
  /* Safari and Chrome */
}
/*# sourceMappingURL=home-414.css.map */