#chanpin6 .title {
  text-align: center;
}
#chanpin6 .title h4 {
  font-size: 30px;
  line-height: 30px;
}
#chanpin6 .title p {
  font-size: 16px;
  line-height: 10px;
  margin-top: -20px;
}
#chanpin6 .clearfix:after {
  display: block;
  content: "";
  clear: both;
}
#chanpin6 .clearfix {
  zoom: 1;
  text-align: center;
}
#chanpin6 .fl {
  float: left;
}
#chanpin6 .fr {
  float: right;
}

#chanpin6 .roll {
  position: relative;
  cursor: pointer;
  border-radius: 10px;
  overflow: hidden;
}
#chanpin6 li .bg {
  width: 100%;
  height: 65px;
  background: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
  position: absolute;
  left: 0;
  bottom: 0;
}
#chanpin6 li h3 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 65px;
  text-align: left;
  padding-left: 13px;
}

#chanpin6 .part5 .tBox li .tName {
  font-size: 18px;
  color: #fff;
  padding-top: 13px;
  margin-bottom: 5px;
}
#chanpin6 .part5 .tBox li .tTitle {
  font-size: 12px;
  color: #b4b4b4;
}

#chanpin6 .roll .box-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(45deg,  #cedce7 0%,#596a72 100%);
  background: -o-linear-gradient(45deg,  #cedce7 0%,#596a72 100%);
  background: linear-gradient(45deg,  #cedce7 0%,#596a72 100%);
  opacity: 0.8;
  filter: alpha(opacity=80);
  transform: rotateY(90deg);
  transition: all 0.5s ease-in-out 0s;
  overflow: hidden;
}
#chanpin6 .roll .box-img {
  transform: rotateY(0);
  transition: all 0.5s ease-in-out 0s;
}
#chanpin6 .roll:hover .box-img {
  transform: rotateY(-90deg);
}
#chanpin6 .roll .box-img img{
  width: 100%;
}
#chanpin6 .roll:hover .box-content {
  transform: rotateY(0);
}
#chanpin6 .roll .box-content .t1,
#chanpin6 .roll .box-content2 .t1 {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding-top: 35px;
}
#chanpin6 .roll .box-content .t2,
#chanpin6 .roll .box-content2 .t2 {
  font-size: 16px;
  color: #fff;
}
#chanpin6 .roll .box-content .t3,
#chanpin6 .roll .box-content2 .t3 {
  width: 190px;
  height: 1px;
  background: #fff;
  margin: 20px auto 0;
}
#chanpin6 .roll .box-content .t4,
#chanpin6 .roll .box-content2 .t4 {
  font-size: 14px;
  width: 320px;
  text-align: justify;
  color: #fff;
  margin: 20px auto 0;
}

#chanpin6 .box-content2 {
  position: absolute;
  left: 0px;
  top: -470px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
  filter: alpha(opacity=70);
  color: #fff;
}
#chanpin6 .anniuk {
  width: 100%;
  float: left;
  text-align: center;
}
#chanpin6 .anniu {
  border: 1px solid #0d0d0d;
  height: 60px;
  width: 550px;
  line-height: 60px;
  text-align: center;
  border-radius: 200px;
  margin-top: 40px;
  margin-bottom: 40px;
  cursor: pointer;
  font-size: 30px;
  display: inline-block;
}
#chanpin6 .anniu:hover {
  background: #ffc670;
  transform: scale(1.05);
  transition: all 0.5s;
}



/* 产品团队 */
.w-simImg .image-w {
  position: relative;
  overflow: hidden;
}

.w-simImg img {
  max-width: 100%;
}

.caption {
  position: relative;
}

.caption .captionbg {
  position: absolute;
  width: 100%;
  height: 100%;
}

.caption .caption-text {
  z-index: 10;
  position: relative;
  word-break: break-all;
  word-wrap: break-word;
  padding: 0.5em 1px 0.7em;
}

.caption h3 {
  font-weight: normal;
  font-size: 115%;
  margin: 0;
  line-height: 1.5;
}

.caption p {
  margin: 0;
  padding-top: 0.5em;
  opacity: 0.85;
}

.bg_main {
  background: #006BCC;
}

.imgFloatFull .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  padding-top: 0;
  overflow: hidden;
}

.imgFloatFull .caption .captionbg {
  opacity: 0.7;
  *filter: alpha(opacity=70);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  z-index: 0;
}

.imgFloatFull .caption .caption-text {
  display: table;
  height: 100%;
  width: 100%;
}

.imgFloatFull .caption .caption-text .caption-text-in {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
}

.imgFloatFull .caption .more1 .more_span {
  border-color: #fff;
}

.simImg_spec3 img {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-5%,0, 0) scale(1.1);
  transform: translate3d(-5%,0, 0) scale(1.1);
}

.simImg_spec3:hover img {
  -webkit-transform: translate3d(0,0,0) scale(1.1);
  transform: translate3d(0,0,0) scale(1.1);
}

.simImg_spec3 .captionbg {
  left: 0;
  top: 0;
  opacity: 0;
  *filter: alpha(opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.simImg_spec3:hover .captionbg {
  opacity: 0.7;
  *filter: alpha(opacity=70);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
}

.simImg_spec3 .w-img-caption {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.simImg_spec3 .caption-text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1em;
  width: 100%;
  min-height: 5.5em;
  color: #fff;
  /*text-align:left;*/
}

.simImg_spec3 h3,.simImg_spec3 p {
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
}

.simImg_spec3 p {
  opacity: 0;
  *filter: alpha(opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}

.simImg_spec3 h3 {
  color: #ffffff;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

.simImg_spec3 p {
  color: rgba(255,255,255,0.8);
  opacity: 0;
  *filter: alpha(opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  height: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, transform 0.35s;
}

.simImg_spec3:hover p {
  opacity: 1;
}

.simImg_spec3:hover h3,.simImg_spec3:hover p {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.simImg_spec3:hover p {
  opacity: 1;
  *filter: alpha(opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  height: auto;
}
.margin-tb-30{
  margin-top: 15px;
  margin-bottom: 15px;
}
.simImg_spec7 .w-img-caption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  padding: 1em;
}

.simImg_spec7 .caption-text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
}

.simImg_spec7 img,.simImg_spec7 h3 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

.simImg_spec7 h3 {
  padding: 1em;
  color: #ffffff;
  font-weight: bold;
}

.simImg_spec7 p {
  padding: 0 1.2em;
  text-transform: none;
  font-size: 90%;
  box-sizing: border-box;
  opacity: 0;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  height: 0;
  overflow: hidden;
  -webkit-transform: translate3d(0,50%,0) scale(1,0);
  transform: translate3d(0,50%,0) scale(1,0);
  line-height: 1.5;
}

.simImg_spec7:hover img {
  -webkit-transform: translate3d(0,-30px,0) scale(1,1);
  transform: translate3d(0,-30px,0) scale(1,1);
}

.simImg_spec7:hover p {
  padding: 1em 1.2em;
  opacity: 1;
  *filter: alpha(opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -webkit-transform: translate3d(0,0,0) scale(1);
  transform: translate3d(0,0,0) scale(1);
  height: auto;
}
span.area_anli{
  color: #ffffff;
  display: block;
  font-size: 60%;
}