/* 主营品牌开始 */
.bran_box{
  width: 100%;
  overflow: hidden;
  padding: 20px 0 0;
}
.bran_box .w .bran{
  width: 20%;
  float: left;
}
.bran_box .w .bran img{
  width: 75%;
}
/* 主营品牌结束 */
/* 产品中心开始 */
.prod_cp{
  width: 100%;
  overflow: hidden;
  margin:35px auto 0;
}
.prod_cp .col-md-3{
  padding: 0 5px;
  margin: 0 0 20px;
}
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.box{
  text-align: center;
  overflow: hidden;
  position: relative;
}
.prodtitle{
  text-align: center;
  margin: auto;
  position: relative;
  width: 100%;
  display: block;
}
.prodtitle p{
  position: absolute;
  font-size: 20px;
  width: 40px;
  height: 40px;
  background: #00a8ec;
  color: #fff;
  line-height: 36px;
  border-radius: 50%;
  border: 3px solid #e2f5fd8c;
  left: 50%;
  transform: translateX(-50%);
  top: -20px;
  z-index: 2;
}
.prodtitle h3{
  padding: 35px 0 20px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  transition: all 0.5s;
  margin: 0;
  background: #f5f5f5;
}
.prodtitle .post{
  font-size: 14px;
  margin: 0;
  color: #999;
  transition: all 0.5s;
}
.prod_cp .col-md-3:hover .prodtitle h3{
  color: #FFF;
  background: #00a8ec;
}
.box img{
  width: 100%;
  height: auto;
  transition: all 0.3s ease 0s;
}
.prod_cp .col-md-3:hover .box img{
	filter: grayscale(100%);
	transform: scale(1.2);
}
.box .box-content{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	transition: all 0.2s ease 0s;
}
.box:before,
.box:after,
.box .box-content:before,
.box .box-content:after{
	content: "";
	width: 101%;
	height: 25%;
	background: linear-gradient(to right,rgba(0,0,0,0.9),rgba(0,0,0,0.7),transparent,rgba(0,0,0,0.7),rgba(0,0,0,0.9));
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.3s ease 0s;
}
.box:before{ transform: translateX(100%); }
.box:after{
	height: 25.1%;
	top: 25%;
	transform: translateX(-100%);
	transition-delay: 0.05s;
}
.box .box-content:before{
	top: 50%;
	transform: translateX(100%);
	transition-delay: 0.1s;
}
.box .box-content:after{
	top: 75%;
	transform: translateX(-100%);
	transition-delay: 0.15s;
}
/* .box:hover:before,
.box:hover:after,
.box:hover .box-content:before,
.box:hover .box-content:after{ transform: translateX(0); }
.box .inner-content{
	padding: 7px 0;
	text-align: right;
	position: absolute;
	bottom: 10px;
	right: 20px;
	z-index: 2;
	transition: all 0.3s ease 0s;
} */
.box {

}

/* 产品中心结束 */
/* 企业新闻开始 */
.new li {
  padding: 30px 0;
  border-bottom: 1px solid rgba(77, 79, 78, 0.1);
  position: relative;
}

.new li a {
  display: block;
  transition: all 0.5s;
}

.new_img {
  width: 240px;
  height: auto;
  float: left;
}

.new_img img {
  width: 100%;
  height: 150px;
}

.new2 {
  width: 66%;
  float: left;
  margin-left: 3%;
}

.new2 h2 {
  font-size: 18px;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.new2 h3 {
  font-size: 14px;
  color: #666666;
}

.new2 .p {
  font-size: 14px;
  color: #444444;
  line-height: 24px;
  height: 48px;
  padding: 0 0 0 10px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.new2 .p::after {
  position: absolute;
  left: 0;
  background-color: #e0e0e0;
  width: 1px;
  height: 65px;
  top: -6.5px;
  content: " ";
}

.new li i {
  width: 14px;
  height: auto;
  float: right;
  display: block;
  padding: 44.5px 4.4% 44.5px 4.4%;
  box-sizing: content-box;
  position: relative;
}

.new li i::after {
  width: 1px;
  height: 150px;
  top: 63%;
  margin-top: -101px;
  left: 0;
  content: "";
  background-color: rgba(77, 79, 78, 0.1);
  position: absolute;
}

.new li i img:nth-child(2) {
  display: none;
}

.rig_ico {
  font-size: 36px;
}

.new li:hover {
  padding: 30px 0;
}

.new li:hover a {
  background-color: #00a8ec;
  padding: 20px 0 20px 20px;
}

.new li:hover .new2 h2 {
  color: #fff;
}

.new li:hover .new2 h3 {
  color: #fff;
  opacity: 0.7;
}

.new li:hover .new2 .p {
  color: #fff;
  opacity:0.7;
}

.new li:hover .new2 .p::after {
  background-color: #fff;
}

.new li:hover i::after {
  background-color: #fff;
  opacity: 0.1;
}

.new li:hover i img:nth-child(2) {
  display: block;
}

.new li:hover i img:nth-child(1) {
  display: none;
}

.new li:hover .rig_ico {
  color: #fff;
}
/* 行业应用events */
.application{
  width: 100%;
  overflow: hidden;
  padding: 20px 0 0;
}
.application .w>ul{
  padding: 15px 0;
  border-top: #e8e8e8 solid 1px;
  border-bottom: #e8e8e8 solid 1px;
  overflow: hidden;
  margin-bottom: 20px
}
.application .w>ul li{
  float: left;
  line-height: 36px;
}
.application .w>ul li a{
  font-size: 14px;
  color: #545454;
  padding: 0 30px;
}
.application .w .col-sm-12{
  padding: 0 10px;
}

.hover_area{
	margin-bottom: 20px;
}
.hover_area_8{
	overflow: hidden;
	position: relative;
}
.hover_img{
	overflow: hidden;
	position: relative;
}

.hover_img img{
	width: 100%;
  height: 100%;
  max-height: 310px;
}

.hover_img img{
	transform: scale(1);
	transition: all .5s;
}
.hover_area_8:hover .hover_img img{
	transform: scale(1.3);
}
.hover_area_8:hover .hover_overlay{
	opacity: .8;
  visibility: visible;
  -webkit-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.hover_area_8:hover .hover_content{
	opacity: 1;
	visibility: visible;
}
.hover_overlay{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0px;
  left: 0;
  visibility: hidden;
  opacity: 0;
  background: #00a9ec;
  -webkit-transition: all .5s ease .1s;
  -o-transition: all .5s ease .1s;
  transition: all .5s ease .1s;
  -webkit-transform: scale3d(0, 1, 0);
  -ms-transform: scale3d(0, 1, 0);
  -o-transform: scale3d(0, 1, 0);
  transform: scale3d(0, 1, 0);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
}
.hover_content{
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	visibility: hidden;
	opacity: 0;
	transition: all .5s;
}
.hover_content h4{
  color: #fff;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}
.hover_content p{
  margin: 0;
  color: #c3c3c3;
}
.hover_content ul {
	margin-top: 20px;
}
.hover_content ul li{
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
}
.hover_content ul li a{
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	background: #fff;
	color: #f20909;
	font-size: 14px;
}
/* 行业应用结束 */
@media screen and (max-width:1437px) {
  .new2 {
    width: 60%;
  }
}

@media screen and (max-width:1199px) {
  .new {
    padding: 0 0 40px 0;
  }

  .new li i {
    padding: 44.5px 4.4% 44.5px 4.4%;
  }
}

@media screen and (max-width:991px) {
  .new_img {
    width: 200px;
  }

  .new2 h2 {
    padding-top: 10px;
  }

  .new li i {
    padding: 57px 3% 57px 3%;
  }

  .new li i::after {
    height: 140px;
    margin-top: -70px;
  }
}

@media screen and (max-width:768px) {
  .new_box {
    padding:20px 10px;
  }

  .new {
    padding-bottom: 0;
  }
  .new li a {
    display: block;
    transition: all 0.5s;
    background: #f5f5f5;
  }
  .new_img {
    width: 100%;
    float: none;
    margin-bottom: 10px;
    overflow: hidden;
    display: block;
  }

  .new li i {
    display: none;
  }

  .new2 {
    width: auto;
    float: none;
    margin: 0;
    padding: 10px 10px 20px;
  }

  .new2 h2 {
    font-size: 15px;
    padding: 5px 0 0 0;
    margin: 0;
    font-weight: bold;
  }

  .new2 h3 {
    font-size: 13px;
    margin: 10px 0;
  }

  .new2 .p {
    font-size: 14px;
    line-height: 26px;
    height: auto;
    padding: 0;
  }
  .new2 .p::after {
    display: none;
  }
  .new li {
    padding: 10px 0;
    margin-bottom: 10px;
  }

  .new li:hover {
    background-color: #00a8ec;
    padding: 10px;
  }

  .new li:hover a {
    padding: 0;
  }

  .new_img img {
    width: 100%;
    height: auto;
  }
  
}

/* 分页 */
.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: #00a8ec;
  border-color: #00a8ec;
}
.qylb_pic_box .fy .active {
  background-color: #00a8ec!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;
  margin: 0 5px;
}
.fy .fy_inp button{
  height: 30px;
  position: relative;
  top: -3px;
  width: 51px;
  border: 0;
  background: #00a8ec;
  color: #fff;
}

@media(max-width:768px){
  .testimonial-page {
    width: 100%;
    overflow: hidden;
    margin: 30px auto 0;
  }
  .prod_cp {
    width: 100%;
    overflow: hidden;
    margin: 0px auto;
  }
  .prod_cp .col-md-3 {
    width: 100%;
  }
  .prodtitle h3 {
    margin: 0;
    font-size: 15px;
    color: #333;
    font-weight: bold;
    margin-bottom: 5px;
    transition: all 0.5s;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .bran_box .w .bran {
    width: 33.333%;
    float: left;
  }
  .bran_box .w .bran img {
    width: 72%;
    display: block;
    margin: auto;
  }
  .qylb_pic_box {
    width: 96%;
    overflow: hidden;
    padding: 20px 0 0;
    margin: auto;
  }
  .application {
    width: 100%;
    overflow: hidden;
    padding: 20px 10px;
  }
  .hover_img img {
    width: auto;
    height: 320px;
    margin: auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%)!important;
  }
  .application .w .col-sm-12 {
    padding: 0;
  }
}
