/* 应用中心开始 */
.application{
  width: 100%;
  overflow: hidden;
  padding: 20px 0 0;
}
.application .w{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.member-image img {
	max-width: 100%;
	vertical-align: middle;
}
.social-touch a {
	display: block;
	opacity: 0.7;
	transition: 0.3s;
	font-size: 14px;
	color: #fff;
	line-height: 28px;
}
.social-touch a:hover {
	opacity: 1;
	transition: 0.3s;
}
.appli_list {
  width: 32.5%;
	height: 350px;
  overflow: hidden;
  text-align: center;
  background-color: #efefef;
  position: relative;
  padding: 0;
  margin-bottom: 20px;
}
.appli_list h3 {
  line-height: 52px;
  font-size: 20px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 15px;
  margin: 20px 0;
}
.appli_list h3 a{
  color: #333;
  transition:all 0.3s;
}
.appli_list:hover h3 a{
  color: #b9342a;
}
.appli_list .member-info h5{
  font-size: 14px;
  color: #999;
}
.appli_list .member-image {
	border-bottom: 5px solid #b9342a;
	transition: 0.4s;
	height: 260px;
	width: 100%;
  overflow: hidden;
	display: inline-block;
	float: none;
	vertical-align: middle;
}
.appli_list .member-info p{
  display: -webkit-box;
 text-overflow: ellipsis;
 -webkit-box-orient: vertical;
 -webkit-line-clamp: 3;
 overflow: hidden;
 font-size: 14px;
 color: #666;
 line-height: 26px;
 margin: 0;
 padding: 0 20px;
}
.appli_list .member-info {
	transition: 0.4s;
}
.appli_list .member-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
	vertical-align: bottom;
}
.appli_list .social-touch {
	background-color: #b9342a;
  margin-top: 15px;
	overflow: hidden;
	padding: 5px 0;
	width: 100%;
	transition: 0.4s;
}
.appli_list:hover .member-image {
  border-bottom: 0;
  border-radius: 0 0 110px 110px;
  height: 125px;
  display: inline-block;
  overflow: hidden;
  width: 210px;
  transition: 0.4s;
}
/* 应用中心结束 */
/* 企业新闻开始 */
.qylb_pic_box ul li {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  background-color: #f7f7f7;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  margin: 40px 0;
}

.qylb_pic_box ul li:hover {
  box-shadow: 0 26px 50px -6px rgba(97, 105, 113, 0.3);
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
}

.qylb_pic_box ul li .pic_box {
  width: 30%;
  float: left;
  overflow: hidden;
}

.qylb_pic_box ul li .pic_box img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.qylb_pic_box ul li:hover .pic_box img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
}

.qylb_pic_box ul li .qylb_tit {
  width: 70%;
  float: right;
  padding: 0 3%;
}

.qylb_pic_box ul li .qylb_tit h3 {
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 35px 0 15px;
}

.qylb_pic_box ul li .qylb_tit h3 a {
  color: #333;
  transition: all 0.5s;
}

.qylb_pic_box ul li:hover .qylb_tit h3 a {
  color: #b9342a
}

.qylb_pic_box ul li .qylb_tit p {
  font-size: 15px;
  color: #666;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
}

.hy_more {
  color: #333;
  display: inline-block;
  background-color: #e5e5e5;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  border-radius: 5px;
  float: right;
  width: 140px;
  line-height: 44px;
  text-align: center;
  position: relative;
  top: 10px;
  font-weight: 300;
  font-size: 15px;
}

.qylb_pic_box ul li:hover .hy_more {
  background-color: #b9342a;
  color: #fff;
  transform: translateX(6px);
  -webkit-transform: translateX(6px);
  -moz-transform: translateX(6px);
  -o-transform: translateX(6px);
  -ms-transform: translateX(6px);
}

.hy_time {
  color: #999;
}

/* 企业新闻结束 */
/* 产品中心start */
.product {
  width: 100%;
  overflow: hidden;
  padding: 40px 0 0;
  margin-bottom: 40px;
}

.product_tit {
  margin: 0 auto 15px;
  max-width: 1250px;
  overflow: hidden;
  padding: 0 15px !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.product_tit li {
  width: 33.2%;
}

.product_tit li a {
  display: block;
  width: 100%;
  line-height: 55px;
  background-color: #fff;
  color: #333;
  font-size: 18px;
  font-weight: 100;
  text-align: center;
  transition: all 0.5s;
}

.product_tit li a:hover {
  background-color: #b9342a;
  color: #fff;
}

.product .w {
  display: flex;
  flex-wrap: wrap;
}

.product_left {
  width: 22%;
  background: #fff;
  margin: 0 0 25px;
}

.product_left h1 {
  background: #b9342a;
  color: #fff;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  font-size: 26px;
}

.product_left li a {
  display: block;
  line-height: 50px;
  padding: 0 0 0 30px;
  border-bottom: 1px solid #f5f5f5;
  color: #333;
  font-size: 14px;
  transition: all 0.5s;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
}

.product_left li a span {
  width: 10px;
  height: 10px;
  border: 1px solid #a7a7a7;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 20px;
  left: 15px;
  transition: all 0.5s;
}

.product_left li a:hover {
  color: #fff;
  background: #b9342a;
}

.product_left li a:hover span {
  border: 1px solid #fff;
  background: #fff;
}

.product_right {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.product_list {
  width: 32%;
  text-align: center;
  background: #fff;
  margin: 0 0.6% 25px;
  overflow: hidden;
}

.product_list img {
  width: 100%;
  transition: all 0.5s;
}

.product_list:hover img {
  transform: scale(1.2);
}

.product_list h2 {
  font-size: 16px;
  color: #fff;
  margin: 0;
  padding: 15px 0;
  position: relative;
  background: #b9342a;
}

/* 产品中心end */

/* 分页 */
.fy_box {
  width: 100%;
  overflow: hidden;
  margin-bottom: 80px;
}

.qylb_pic_box .fy {
  border-bottom: 1px solid #ccc;
  text-align: center;
}

.qylb_pic_box .fy li {
  margin: 0 !important;
}

.qylb_pic_box .fy a {
  color: #333;
}

.qylb_pic_box .fy .pagination>.active>a,
.qylb_pic_box .fy .pagination>.active>a:focus,
.qylb_pic_box .fy .pagination>.active>a:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #b9342a;
  border-color: #b9342a;
}

.qylb_pic_box .fy .active {
  background-color: #b9342a !important;
  color: #fff;
}

.fy .center {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #d5d5d5;
}

.fy .fy_inp {
  display: inline-block;
}

.fy .fy_inp input {
  width: 50px;
  height: 31px;
  position: relative;
  top: 0;
  text-align: center;
  border: 1px solid #ccc;
  margin: 0 5px;
}

.fy .fy_inp button {
  height: 30px;
  position: relative;
  top: -3px;
  width: 51px;
  border: 0;
  background: #b9342a;
  color: #fff;
}

@media(max-width:980px) {
  .fy_box {
    width: 100%;
    overflow: hidden;
    margin-bottom: 50px;
  }

  /* 新闻 */
  .qylb_pic_box ul li {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    background-color: #f7f7f7;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    margin: 30px auto;
  }

  .qylb_pic_box ul li .pic_box {
    width: 100%;
    float: none;
    overflow: hidden;
  }

  .qylb_pic_box ul li .qylb_tit {
    width: 100%;
    float: none;
    padding: 0 10px 58px;
  }

  .qylb_pic_box ul li .qylb_tit h3 {
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 20px 0 10px;
  }

  .qylb_pic_box ul li .qylb_tit p {
    font-size: 14px;
    color: #666;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 28px;
  }

  /* 应用 */
  .appli_list {
    width: 100%;
  }
  .product_list {
    width: 100%;
  }
  



}