.container-fluid {
  padding: 0;
  overflow: hidden;
}

.container-fluid .swiper {
  position: relative;
}

.container-fluid .swiper .swiper-slide {
  width: 100%;
  height: auto;
}
.container-fluid .swiper .swiper-pagination-bullet-active, 
.container-fluid .swiper .swiper-active-switch{
  background: #ffffff;
}

.container-fluid .swiper-mb {
  position: relative;
  display: none;
}

.container-fluid .swiper-mb .swiper-pagination-bullet-active {
  background: #ffffff;
}

.container-fluid .container .process {
  width: 90%;
  margin: 10px auto;
  display:flex;
  align-items: center;
  justify-content: center;
  flex-wrap:wrap;
}
.container-fluid .container .process .line{
	width:2px;
	height:50px;
	background-color:#b2b2b2;
}
.container-fluid .container .process li{
	text-align:center;
	margin-right:25px;
}
.container-fluid .container .process li:last-child{
	margin-right:0;
}


.container-fluid .subscribe {
  width: 100%;
  height: 565px;
  background-color: #000;
  background-image: url("../images/subscribe-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.container-fluid .subscribe_desc {
  font-size: .4rem;
  letter-spacing: 2px;
  font-weight: 300;
  margin-bottom: 10px;
}

.container-fluid .subscribe_desc span {
  font-size: .2rem !important;
  padding-right: 5px;
}

.container-fluid .subscribe_text {
  letter-spacing: 10px;
}

.container-fluid .subscribe .input_info {
  margin: 35px 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.container-fluid .subscribe .input_info .item {
  position: relative;
  width: 2.6rem;
  margin-right: 10px;
}

.container-fluid .subscribe .input_info .item .line-active {
  position: absolute;
  width: 0%;
  height: 1px;
  background-color: #e1c39d;
  left: 0;
  bottom: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-filter: saturate(7);
          filter: saturate(7);
}

.container-fluid .subscribe .input_info input {
  width: 100%;
  background-color: transparent;
  border: 1px solid #ddd;
  outline: none;
  padding: 5px 10px;
  color: #ffffff !important;
  position: relative;
}

.container-fluid .subscribe .input_info input::-webkit-input-placeholder {
  color: #b2b2b2;
}

.container-fluid .subscribe .input_info input:focus ~ .line-active {
  width: 100% !important;
}

.container-fluid .subscribe .btn {
  border-radius: 0px;
  padding: 5px 90px;
  background-color: #e1c39d;
  color: #000;
  font-size: .20rem;
  margin-bottom: 10px;
}

.container-fluid .subscribe .tip {
  font-size: 12px;
}

.container-fluid .product a {
  text-decoration: none;
}

.container-fluid .product_list {
  color: #ffffff;
}

.container-fluid .product_list .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.container-fluid .product_list .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.container-fluid .product_list .item div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.container-fluid .product_list .item .pro_img {
  position: relative;
}

.container-fluid .product_list .item .pro_img:after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 13px solid transparent;
  border-right-color: #575757;
}

.container-fluid .product_list .item .pro_desc {
  position: relative;
  padding: .25rem;
  background-color: #575757;
}

.container-fluid .product_list .item .pro_desc a {
  text-decoration: none;
  color: #fff;
}

.container-fluid .product_list .item .pro_desc .more {
  position: absolute;
  right: 25px;
  bottom: 25px;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  padding: 5px;
  border-radius: 5px;
}

.container-fluid .product_list .item .pro_desc .more:hover {
  background-color: #000;
}

.container-fluid .product_list .item .pro_desc .pro_tip {
  width: 100%;
  font-size: .1rem;
  height: 0.65rem;
  overflow: hidden;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

.container-fluid .product_list .item .pro_name {
  font-size: .16rem;
  margin-bottom: 10px;
}

.container-fluid .product_list .reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.container-fluid .product_list .reverse .pro_img {
  position: relative;
}

.container-fluid .product_list .reverse .pro_img:after {
  left: 0 !important;
  right: auto;
  border-left-color: #575757;
  border-right-color: transparent;
}

.container-fluid .decroation a {
  text-decoration: none;
  color: #fff;
}

.container-fluid .decroation .swiper-container {
  width: 100%;
  overflow: hidden;
}

.container-fluid .decroation .swiper-container .clearfix {
  position: absolute;
  height: 100%;
  right: 0;
}

.container-fluid .decroation .swiper-container .item_info {
  color: #fff;
  background-color: #575757;
  padding:0 45px;
  position: relative;
  height: inherit;
  display:flex;
  flex-direction: column;
  /*align-items:center;*/
  justify-content: center;

}

.container-fluid .decroation .swiper-container .item_info .decroation_desc {
  font-size: .2rem;
  margin-bottom: 20px;
}

.decroation_desc_en{
	display:inline-block;
	font-size: .15rem;
}

.container-fluid .decroation .swiper-container .item_info .issue {
  font-size: 11px !important;
  text-align: justify;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom:35px;
}

.container-fluid .decroation .swiper-container .item_info .other_small {
  /* position: absolute; */
  width: 2.55rem;
  /* bottom: 0.5rem; */
  /* left: 25px; */
}

.container-fluid .decroation .swiper-container .item_info .more_btn {
  position: absolute;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  padding: 5px;
  border-radius: 5px;
}

.container-fluid .decroation .swiper-container .item_info .more_btn:hover {
  background-color: #000;
}

.container-fluid .decroation .swiper-container .custom-swiper-pagination {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px;
}

.container-fluid .decroation .swiper-container .custom-swiper-pagination .swiper-pagination-bulvar {
  margin: 0 10px;
  width: 28px;
  height: 6px;
  background-color: #989898;
  display: inline-block;
  border-radius: 0;
}

.container-fluid .decroation .swiper-container .custom-swiper-pagination .swiper-pagination-bullet-active {
  background-color: #343332;
}

.container-fluid .news {
  background-color: rgba(191, 191, 191, 0.5);
  margin-top: 80px;
  padding-top: 30px;
}

.container-fluid .news .title {
  margin-top: 0;
}

.container-fluid .news a {
  text-decoration: none;
}

.container-fluid .news .news_list {
  margin-bottom: 30px;
}

.container-fluid .news .news_item {
  background-color: #ffffff;
  padding: 20px 10px 10px;
  color: #b2b2b2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 95%;
  min-height: 308px;
  margin: 0 auto 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-evenly;
}

.container-fluid .news .news_title {
  color: #000;
  font-weight: initial;
}

.container-fluid .news .news_desc {
  font-size: 11px;
  /* margin: 10px 0; */
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 17px;
}
.container-fluid .news a{
  text-align: right;
}
.container-fluid .news .news_more {
  text-align: right;
  color: #000;
  /* margin-bottom: 10px; */
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  padding: 5px;
  border-radius: 5px;
  display: inline-block;
}

.container-fluid .news .news_more:hover {
  background-color: #000;
  color: #fff;
}

.container-fluid .news .news_img {
  overflow: hidden;
  cursor: pointer;
}

.container-fluid .news .news_img img {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.container-fluid .news .news_img:hover > img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.container-fluid .about_content {
  margin: 50px auto 40px;
}

.container-fluid .about_content>div{
	position:relative;
}

.container-fluid .about_content>div>.col-md-4{
	position:absolute;
	height:100%;
	right:0;
}

.container-fluid .about_content .about_us_img {
  /* width: 95%; */
  float: right;
}

.container-fluid .about_content .about_us_text {
  position: relative;
  padding:0 45px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  background-color: #ededed;
  display:flex;
  flex-direction: column;
  justify-content: center;
}

.container-fluid .about_content .about_us_text .about_us_title {
  font-size: 0.3rem;
  font-weight: bolder;
  margin: 20px 0;
}

.container-fluid .about_content .about_us_text .about_us_title .en {
  display: block;
  font-size: 12px;
}

.container-fluid .about_content .about_us_text .about_us_desc {
  text-align: justify;
  min-height: 100px;
}

.container-fluid .about_content .about_us_text a {
  text-decoration: none;
}

.container-fluid .about_content .about_us_text .about_us_more {
  text-align: right;
  padding-bottom: 20px;
}

.container-fluid .about_content .about_us_text .about_us_more .more_btn {
  display: inline-block;
  float: right;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  padding: 5px;
  border-radius: 5px;
  display: inline-block;
}

.container-fluid .about_content .about_us_text .about_us_more .more_btn:hover {
  background-color: #000;
  color: #fff;
}

.container-fluid .about_content .idea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.container-fluid .about_content .idea .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: .2rem;
}

.container-fluid .about_content .idea .item:first-child {
  background-color: #b2b2b2;
}

.container-fluid .about_content .idea .item:last-child {
  background-color: #cccccc;
}

.visable-xs{
	display:none !important;
  }

@media (min-width: 992px) {
  .about_content .about_us_more {
    margin-top: 2% !important;
  }

  
}

@media (min-width: 1200px) {
  .about_content .about_us_more {
    margin-top: 20.5% !important;
  }

  
}

@media (max-width: 970px) {
  .decroation .clearfix {
    position: relative !important;
    height: 5.5rem !important;
  }
}

@media (max-width: 768px) {
  .container-fluid .about_content>div>.col-md-4{
    position:relative;
  }

  .swiper {
    display: none;
  }
  .swiper-mb {
    display: block !important;
  }
  .process {
    width: 98% !important;
  }
  .hidden-xs{
	display:none;
  }
  .visable-xs{
	display:block !important;
  }
  .input_info .item {
    width: 3.5rem !important;
    margin-bottom: 20px;
  }
  .product_list .row .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .product_list .row .pro_desc {
    padding: 10px;
  }
  .decroation .clearfix {
    position: relative !important;
    height: 5rem;
  }
  .about_content .about_us_img {
    width: 100% !important;
    float: none !important;
  }
}


.p-top-link__area .bgs.on {
  opacity: 1;
  transform: scale(1.2);
}
.p-top-link__bgs .bgs {
  background-size: 100% 100%;
}