/* 主营品牌开始 */
.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:30px auto 45px;
}
.prod_cp .col-md-3{
  padding: 0 5px;
  margin: 0 0 10px;
}
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.box{
	text-align: center;
	overflow: hidden;
  position: relative;
  border: 1px solid #0290d1;
}
.prodtitle{
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: #0290d1;
  line-height: 38px;
  margin: 0;
}
.box img{
	width: 100%;
	height: auto;
	transition: all 0.3s ease 0s;
}
.box:hover 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 .post{
	display: inline-block;
	padding: 0 5px;
	font-size: 16px;
	font-style: italic;
	color: #fff;
	opacity: 0;
	transform: translateY(50px);
	transition: all 0.4s ease 0s;
}
.box:hover .post{
	opacity: 1;
	transform: translate(0, 0);
}

/* 产品中心结束 */
/* 企业新闻开始 */
.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: 180px;
  height: auto;
  float: left;
}

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

.new2 {
  width: 68%;
  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: #0290d1;
  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;
}
@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 0;
  }

  .new {
    padding-bottom: 20px;
  }

  .new_img {
    width: 120px;
  }

  .new li i {
    display: none;
  }

  .new2 {
    width: auto;
    float: none;
    margin-left: 130px;
  }

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

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

  .new2 .p {
    font-size: 12px;
    line-height: 20px;
    height: 40px;
  }

  .new li {
    padding: 10px 0;
  }

  .new li:hover {
    background-color: #053fe6;
    padding: 10px;
  }

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

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

}
/* 企业新闻结束 */
/* 应用中心开始 */
.testimonial-page{
  width: 100%;
  overflow: hidden;
  margin: 40px auto 0;
}
.testimonial{
  border-left: 4px solid #0290d1;
  box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.06);
  padding: 30px 30px 30px 157px;
  margin: 0 15px 30px 15px;
  overflow: hidden;
  position: relative;
  transition: all 0.2s linear;
  cursor: pointer;
}
.testimonial:hover{
  transform: translateY(-10px);
}
.pic{
  display: inline-block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 40px;
  left: 20px;
}
.pic img{
  width: 120px;
  height: 120px;
}
.description{
  font-size: 14px;
  color: #555;
  line-height: 25px;
  margin-bottom: 15px;
  display: -webkit-box;
  word-break: break-all;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.title{
  margin-top: 0;
}
.title a{
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  color: #0290d1;
  margin: 0;
}
.post a{
  display: inline-block;
  font-size: 14px;
  color: #0290d1
}
/* 应用中心结束 */
/* 分页 */
.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: #0290d1;
  border-color: #0290d1;
}
.qylb_pic_box .fy .active {
  background-color: #0290d1!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: #0290d1;
  color: #fff;
}

@media(max-width:768px){
  .testimonial-page {
    width: 100%;
    overflow: hidden;
    margin: 30px auto 0;
  }
  .prod_cp {
    width: 96%;
    overflow: hidden;
    margin: 0px auto;
  }
  .prod_cp .col-md-3 {
    padding: 0 5px;
    margin: 0 0 10px;
    width: 50%;
    float: left;
  }
  .prodtitle {
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    background: #0290d1;
    line-height: 32px;
    margin: 0;
  }
  .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;
  }
  
}
