body{
  margin:0px !important;
  padding:0px;
  font-family: "Microsoft YaHei"
}
#fullpage{
  margin:0px,
  padding:0px
}
.head{
  background:url("../image/image1-1.jpg");
  height:500px;
  background-repeat:no-repeat;
  background-position:bottom center; 
  background-size:cover;
  
  color:#ffffff;
}
.titleBlock{
  padding-top:10%;
  padding-left:19%;
}
.titleBlock .title{
  font-size:36px;
}
.titleBlock .viseTitle{
  font-size:18px;
  margin-top:16px;
}
.wordBlock{

}
.word1{
  margin:0px auto;
  padding-top:110px;
  text-align:center;
  height:20px;
  font-size:18px;
  color:#252525;
}
.icon1{
  margin:0px auto;
  padding-top:10px;
  height:20px;
  width:50px;
  margin: 30px auto 0;
}
.word2{
  margin:0px auto;
  padding-top:30px;
  height:15px;
  text-align: center;
  font-size:12px;
  color:#9a9a9a;
}
.caseSection{
  padding-bottom:80px;
}
.caseBlock{
  margin:0px auto;
  /* padding-top:70px; */
  /* width:1200px; */
}
.case{
  padding-top:30px;
  clear:both;
  display: flex;
  align-items: center;
}
.case .caseImage{
  padding:0px;
/*  width:800px;
  height:300px;*/
  float:left;
}
.case img{
  cursor:pointer;
  /* width:800px; */
  /* height:300px; */
  width: 100%;
}
.case .caseWord{
  text-align:left;
  padding-left: 20px;
  /*width:200px;
  height:300px;*/
  float:left;
}
.case .shopId{  
  /* padding-top:50px; */
  /* width:320px; */
  font-size:18px;
  color:#4c4c4c;
}
.case .shopId p{
  margin:0px;
}
.case .shopDescription{
  line-height:2;
  padding-top:25px;
  /* width:320px; */
  font-size:12px;
  color:#989898;
}
.case .more{
  margin-top:55px;
  background:#000000;
  color:#ffffff;
  width:110px;
  text-align: center;
  padding-top:13px;
  padding-bottom:13px;
  line-height: 15px;
  font-size:14px;
  cursor:pointer;
}
@media screen and (max-width: 1400px) {
  .caseBlock{
    margin:0px auto;
    /* padding-top:70px; */
    /* width:1000px; */
  }
  .case img{
    cursor:pointer;
    width:100%;
    /* height:225px; */
  }
  .case .shopDescription{
    line-height:2;
    padding-top:15px;
    /* width:320px; */
    font-size:12px;
    color:#989898;
    text-align: justify;
  }
  .case .more{
    margin-top:25px;
    background:#000000;
    color:#ffffff;
    width:110px;
    text-align: center;
    padding-top:13px;
    padding-bottom:13px;
    line-height: 15px;
    font-size:14px;
    cursor:pointer;
  }
  .case .shopId{  
    padding-top:30px;
    /* width:320px; */
    font-size:18px;
    color:#4c4c4c;
  }
}
.buttonCartoon{
    -webkit-transition: background 0.5s linear;
    -moz-transition: background 0.5s linear;
    -ms-transition: background 0.5s linear;
    -o-transition: background 0.5s linear;
    transition: background 0.5s linear;
}
.buttonCartoon:hover{
    background-color: #666666;
}