/* 应用中心开始 */
.application{
  width: 100%;
  overflow: hidden;
  padding: 20px 0 0;
}
.application .appli_js{
  font-size: 14px;
  line-height: 32px;
  color: #84898c;
  margin: 0 0 30px;
}
.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;
}
.effect-3 {
	max-height: 302px;
	min-height: 302px;
  overflow: hidden;
  text-align: center;
  background-color: #fff;
  position: relative;
  padding: 0;
  margin-bottom: 20px;
}
.appli_text{
  width: 95%;
  margin: auto;
  background-color: #efefef;
}
.effect-3 h3 {
	line-height: 26px;
  font-size: 20px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 15px;
}
.effect-3 h3 a{
  color: #333;
  transition:all 0.3s;
}
.effect-3:hover h3 a{
  color: #e41c1e;
}
.effect-3 .member-info h5{
  font-size: 14px;
  color: #999;
}
.effect-3 .member-image {
	border-bottom: 5px solid #e41c1e;
	transition: 0.4s;
	height: 215px;
	width: 100%;
	display: inline-block;
	float: none;
	vertical-align: middle;
}
.effect-3 .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;
}
.effect-3 .member-info {
	transition: 0.4s;
}
.effect-3 .member-image img {
  width: 100%;
  height: 100%;
	vertical-align: bottom;
}
.effect-3 .social-touch {
	background-color: #e41c1e;
  margin-top: 15px;
	overflow: hidden;
	padding: 5px 0;
	width: 100%;
	transition: 0.4s;
}
.effect-3:hover .member-image {
  border-bottom: 0;
  border-radius: 0 0 55px 55px;
  height: 75px;
  display: inline-block;
  overflow: hidden;
  width: 120px;
  transition: 0.4s;
}
/* 应用中心结束 */
/* 企业新闻开始 */
.selected-solution .solution-cardlist .col-sm-4 {
	padding: 0 10px;
	top: 0;
	transition: all .15s linear;
	box-sizing: border-box;
	margin-bottom: 30px;
}
.selected-solution .solution-cardlist .col-sm-4 .solution-card {
	padding-bottom: 15px;
	background: #f7f6f6;
	border-radius: 6px;
	text-align: left;
	overflow: hidden;
	transition: all .15s linear
}
.selected-solution .solution-cardlist .col-sm-4:hover {
	position: relative;
	top: -20px;
	transition: all .25s linear
}
.selected-solution .solution-cardlist .col-sm-4:hover .solution-card {
	box-shadow: 0 10px 40px 0 rgba(0,0,0,.1);
	transition: all .2s linear
}
.selected-solution .solution-cardlist .col-sm-4 .solution-card img {
  height: 255px;
  transition: all .2s linear;
  width: 100%;
}
.selected-solution .solution-cardlist .col-sm-4 .solution-card h3 {
	margin: 20px 30px 10px;
	font-size: 16px;
	letter-spacing: .65px;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: bold;
}
.selected-solution .solution-cardlist .col-sm-4 .solution-card h3 a{
  color: #333;
  transition:all 0.5s;
}
.selected-solution .solution-cardlist .col-sm-4:hover .solution-card h3 a{
  color: #e41c1e;
}
.selected-solution .solution-cardlist .col-sm-4 .solution-card p {
	margin: 0 30px;
  font-size: 14px;
  color: #666;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 26px;
}
.selected-solution .solution-cardlist .col-sm-4 .solution-card .new_time{
  margin-bottom: 10px;
  color: #b7b5b5;
}
.selected-solution .solution-cardlist .col-sm-4 .solution-card>span {
	margin: 0 30px 0;
	font-size: 14px;
	display: inline-block;
	color: #666;
	letter-spacing: .51px;
	line-height: 22px;
	opacity: 0;
	transition: opacity .15s linear
}
.selected-solution .solution-cardlist .col-sm-4:hover .solution-card>span {
	opacity: 1;
  transition: opacity .2s linear 50ms;
  color: #e41c1e;
}
.selected-solution .solution-cardlist .col-sm-4 .solution-card>span a span {
	display: inline-block;
	vertical-align: middle
}
.selected-solution .solution-cardlist .col-sm-4 .solution-card>span a span.arrow-f {
	width: 13px;
	height: 13px;
	background: url(/assets/image/marketplace-selected-arrow0.svg);
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	position: relative;
	transition: .3s ease-out
}
.selected-solution .solution-cardlist .col-sm-4:hover  .solution-card>span a{
	color: #e41c1e
}
/* 企业新闻结束 */
/* 分页 */
.qylb_pic_box{
  width: 100%;
  overflow: hidden;
  padding: 30px 0;
}
.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: #ff0000;
  border-color: #ff0000;
}
.qylb_pic_box .fy .active {
  background-color: #ff0000!important;
  color: #fff;
}
.fy  .center{
  display: flex;
  align-items: center;
}
.fy .fy_inp{
  display: inline-block;
  padding: 5px 0;
}
.fy .fy_inp .inp_span{
  margin: 0 10px;
}
.fy .fy_inp input{
  width: 50px;
  height: 31px;
  position: relative;
  top: -3px;
  text-align: center;
  border: 1px solid #ccc;
}
.fy .fy_inp button{
  height: 30px;
  position: relative;
  top: -3px;
  width: 51px;
  border: 0;
  background: #ff0000;
  color: #fff;
}
/* 产品中心 */
*, 
*:before, 
*:after {
  box-sizing: border-box;
}
.content {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

.heading {
  width: 100%;
  margin-left: 1rem;
  font-weight: 900;
  font-size: 1.618rem;
  text-transform: uppercase;
  letter-spacing: .1ch;
  line-height: 1;
  padding-bottom: .5em;
  margin-bottom: 1rem;
  position: relative;
}
.heading:after {
  display: block;
  content: '';
  position: absolute;
  width: 60px;
  height: 4px;
  background:linear-gradient(135deg, #e61a1a, #e61a1a);
  bottom: 0;
}

.description {
  width: 100%;
  margin-top: 0;
  margin-left: 1rem;
  margin-bottom: 3rem;
}

.card {
  color: inherit;
  cursor: pointer;
  width: calc(33% - 2rem);
  min-width: calc(33% - 2rem);
  height: 250px;
  margin: 1rem;
  position: relative;
}
@media screen and (max-width: 800px) {
  .card {
    width: calc(50% - 2rem);
  }
}
@media screen and (max-width: 500px) {
  .card {
    width: 100%;
  }
}

.front,
.back {
  display: flex;
  border-radius: 6px;
  background-position: center;
  background-size: cover;
  text-align: center;
  justify-content: center;
  align-items: center;
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition: ease-in-out 600ms;
}

.front {
  background-size: cover;
  padding: 2rem;
  font-size: 1.618rem;
  font-weight: bold;
  color: #fff;
  overflow: hidden;
}
.front:before {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:#000;
  opacity: .25;
  z-index: -1;
}
.card:hover .front {
  transform: rotateY(180deg);
}
.card:nth-child(even):hover .front {
  transform: rotateY(-180deg);
}

.back {
  background: #ecf0f9;
  transform: rotateY(-180deg);
  padding: 0 2em;
}
.card:hover .back {
  transform: rotateY(0deg);
}
.card:nth-child(even) .back {
  transform: rotateY(180deg);
}
.card:nth-child(even):hover .back {
  transform: rotateY(0deg);
}
.back p{
  font-size: 14px;
  color: #333;
  line-height: 28px;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.button{
 opacity: 0;
}
.card:hover .button{
  opacity: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-weight: bold;
  color: #fff;
  padding: .5em 1em;
  border-radius: 100px;
  font: inherit;
  background: linear-gradient(135deg, #ff3e3e, #b71515);
  transition: 300ms ease;	
}
@media(max-width:768px){
    /* 应用中心 */
    .application {
      width: 100%;
      overflow: hidden;
      padding: 10px 0 0;
    }
    .application .appli_js {
      font-size: 14px;
      line-height: 28px;
      color: #84898c;
      margin: 0 0 20px;
      padding: 0 10px;
      text-indent: 2em;
    }
    .selected-solution .solution-cardlist .col-sm-4 .solution-card img {
      transition: all .2s linear;
      width: 100%;
      height: 230px;
  }
}
