@charset "UTF-8";
/* mixin */
/* caret 三角箭头 */
/* mixin end */
body{
  min-width: 1200px;
  background-color: #fff;
}
.head-text {
    margin: 0 auto;
    width: 1200px;
    padding: 180px 0 0 50px;
    color: #fff;
}
.head-text h3 {
    font-size: 38px;
    color: #fff;
    font-weight: normal;
}
.head-text p {
    margin-top: 15px;
    line-height: 24px;
    font-size: 14px;
    font-family: "Microsoft Yahei";
}
.intr-box {
zoom: 1;
padding: 45px 40px;
margin-bottom: 50px;
-webkit-box-shadow: 3px 3px 10px #eee, -3px -3px 10px #eee;
-moz-box-shadow: 3px 3px 10px #eee, -3px -3px 10px #eee;
box-shadow: 3px 3px 10px #eee, -3px -3px 10px #eee; }
.intr-box:after {
  display: block;
  content: "";
  height: 0;
  visibility: hidden;
  clear: both; 
}
.intr-box .image {
  float: left; 
}
.intr-box .intr {
  margin-left: 530px; 
}
.intr-box .intr p {
  font-size: 16px;
  color: #666;
  line-height: 25px;
}
.advan-item {
  width: 230px;
  padding: 40px 20px;
  margin: 0 auto 50px;
  min-height: 200px;
  border: 1px solid #dedede; 
}
.advan-item .image {
  text-align: center; 
}
.advan-item .image img {
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s; 
}
.advan-item:hover .image img {
  -webkit-transform: perspective(0px) rotateY(180deg);
  -moz-transform: perspective(0px) rotateY(180deg);
  -ms-transform: perspective(0px) rotateY(180deg);
  -o-transform: perspective(0px) rotateY(180deg);
  transform: perspective(0px) rotateY(180deg); 
}
.advan-item h3 {
  font-size: 18px;
  color: #333;
  text-align: center;
  margin: 20px auto; }
.advan-item p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  text-align: center; }

.case-box {
zoom: 1;
display: table;
background-color: #fff;
border: 1px solid #dcdcdc;
margin-bottom: 60px; }
.case-box:after {
  display: block;
  content: "";
  height: 0;
  visibility: hidden;
  clear: both; }
.case-box .case-row {
  display: table-row; }
  .case-box .case-row .case-item {
    padding: 20px 10px;
    display: table-cell;
    zoom: 1;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc; }
    .case-box .case-row .case-item:after {
      display: block;
      content: "";
      height: 0;
      visibility: hidden;
      clear: both; }
    .case-box .case-row .case-item:hover .left-img img {
      -webkit-transform: scale(1.03);
      -moz-transform: scale(1.03);
      -ms-transform: scale(1.03);
      -o-transform: scale(1.03);
      transform: scale(1.03); }
    .case-box .case-row .case-item .left-img {
      float: left;
      margin-right: 20px; 
    }
      .case-box .case-row .case-item .left-img img {
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; 
      }
    .case-box .case-row .case-item h5 {
      font-size: 12px;
      color: #333;
      margin-bottom: 15px; 
    }
  .case-box .case-row .case-item p.info {
    font-size: 14px;
    color: #999;
    line-height: 25px; 
    padding-top: 10px;
  }

.pic{
  width: 160px;
  float: left;
}
.pic img{
  height: 80px;
  margin-top: 3px;
}
.pic:not(:first-child){
  padding-left: 4%;
}
