/*产品展示开始 */
.product_box{
  width: 100%;
  overflow: hidden;
  margin: 50px 0 0;
}
.box{
  position: relative;
  overflow: hidden;
  border: 1px solid #3162ee;
}
.product_box .w .row .col-md-3{
  margin-bottom: 30px;
}
.box:before,
.box:after{
  content: '';
  background: linear-gradient( #000dff 0%,#6b73ff 100%);
  height: 150%;
  width: 100%;
  border-radius: 0 100% 0 0;
  opacity: 0;
  position: absolute;
  left: -50%;
  top: 100%;
  z-index: 1;
  transition: border-radius .5s ease-out,top .5s ease-out,opacity .3s ease-out;
}
.box:after{
  border-radius: 100% 0 0 0;
  left: 50%;
}
.box:hover:before,
.box:hover:after{
  top: -50%;
  opacity: 0.9;
  border-radius: 0 35% 0 0;
}
.box:hover:after{ border-radius: 35% 0 0 0; }
.box img{
  width: 100%;
  height: auto;
}
.box .box-content{
  color: #fff;
  text-align: center;
  width: 80%;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transition: all 0.3s ease 0.2s;
}
.box:hover .box-content{ opacity: 1; }
.box .title{
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 7px;
}
.box .post{
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin: 0 0 10px;
  display: block;
}
.box .icon{
  padding: 0;
  margin: 0;
  list-style: none;
}
.box .icon li{
  margin: 0 5px;
  display: inline-block;
}
.box .icon li a{
  color: #fff;
  font-size: 14px;
  line-height: 32px;
  display: block;
  transition: all 0.3s ease
}
.prod_title{
  text-align: center;
  margin: 0;
}
.prod_title a{
  display: block;
  background: #3162ee;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
}

/* 产品展示结束 */
/* 行业应用开始 */
.logout-solution {
	width: 100%;
	margin: 0 auto;
	position: relative
}
.lsbs {
  width: 100%;
  overflow: hidden;
  margin-bottom: 50px;
}
.lsbs .col-md-3{
  padding: 0 10px;
  margin-bottom: 25px;
}
.lsbs-container>div:first-child, .lsbs-container>div:first-child a {
	border-radius: 4px 0 0 4px
}
.lsbs-container>div:last-child, .lsbs-container>div:last-child a {
	border-radius: 0 4px 4px 0
}
.lsb-background {
  width: 100%;
  height: 360px
}
.lsb {
	width: 100%;
	height: 100%;
	padding: 0 20px;
	background: rgba(0,0,0,.4);
	text-align: center;
	position: relative;
	transition: all .7s;
	display: block;
	overflow: hidden
}
.lsb:hover {
	cursor: pointer;
  background: rgba(2,137,255,.8);
  text-decoration: none;
}
.lsb:hover .lsb-name {
	margin-top: 75px
}
.lsb:hover .lsb-span {
	margin-top: 28px
}
.lsb:hover .lsb-introduce {
	margin-top: 16px
}
.lsb:hover .lsb-href {
	margin-top: 32px
}
.lsb-name {
	font-size: 22px;
  color: #fff;
  margin-top: 150px;
  line-height: 30px;
  transition: all .5s;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.lsb-span {
	width: 24px;
	height: 4px;
	background: #fff;
	transition: all .5s;
	margin: auto;
	margin-top: 24px
}
.lsb-introduce {
  font-size: 14px;
  color: #fff;
  transition: all .5s;
  margin-top: 160px;
  line-height: 34px;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.lsb-href {
	width: 144px;
	height: 40px;
	padding: 9px 18px;
	border: 1px solid #fff;
	border-radius: 2px;
	text-decoration: none;
	transition: all .5s;
	margin: auto;
	margin-top: 32px;
	color: #fff
}
.lsb-href>div {
	width: 108px;
}
.lsb-href span {
	font-size: 16px;
	line-height: 22px;
	float: left
}
.lsb-href .icon-jinru {
	width: 8px;
	height: 22px;
	line-height: 22px;
	font-family: iconfont!important;
	font-style: normal;
	float: right;
	color: "#fff";
	font-size: 16px
}
.lsb-href:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	font-size: 0
}
.lsb-href:hover {
	background: #fff;
	color: #108ee9
}
.lsb-href:hover .icon-jinru {
	color: #108ee9
}
/* 行业应用结束 */
/* 新闻资讯开始 */
.news_box{
  width: 100%;
  overflow: hidden;
  margin: 50px 0 0;
}
.news_box .w ul li{
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ccc;
}
.news_box .w ul li .left_box{
  width: 20%;
  overflow: hidden;
  float: left;
} 
.news_box .w ul li .left_box img{
  width: 100%;
  border: 1px solid #f2f2f2;
}
.news_box .w ul li .right_box{
  width: 78%;
  float: left;
  margin-left: 2%;
}
.news_box .w ul li .right_box h3{
  margin: 0 0 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news_box .w ul li .right_box h3 a{
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.news_box .w ul li .right_box p{
  margin: 0;
  line-height: 28px;
  color: #666;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;/*控制行数*/
  overflow: hidden;
}
.news_box .w ul li .right_box .new_time{
  color: #999;
}
.news_box .w ul li .right_box .new_more{
  width: 90px;
  display: block;
  margin-top: 10px;
}
/* 新闻资讯结束 */
/* 分页 */
.fy{
  margin-bottom: 40px;
}
.fy .active {
  background-color: #5d7eb1 !important;
  color: #fff;
}
.fy  .center{
  display: flex;
  align-items: center;
}
.fy .fy_inp{
  display: inline-block;
}
.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: #5d7eb1;
  color: #fff;
}
@media(min-width:1300px){
  .news_box .w ul li .left_box img {
    width: 100%;
    border: 1px solid #f2f2f2;
    height: 175px;
  }
}
/* 移动端 */
@media(max-width:768px){
  .product_box {
    width: 100%;
    overflow: hidden;
    margin: 30px 0 0;
  }
  .product_box .w .row{
    margin: 0;
  }
  .product_box .w .row .col-md-3 {
    margin: 0 1.5% 20px;
    width: 47%;
    float: left;
    padding: 0;
  }
  .news_box {
    width: 100%;
    overflow: hidden;
    margin: 25px 0 0;
    padding: 0 10px;
  }
  .news_box .w ul li .left_box {
    width: 100%;
    overflow: hidden;
    float: none;
  }
  .news_box .w ul li .right_box {
    width: 100%;
    float: none;
    margin: 0;
  }
  .news_box .w ul li .right_box h3 {
    margin: 10px 0 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }


  .fy {
    margin-bottom: 20px;
  }
}