.footer {
  position: relative;
}
.banner {
  height: 625px;
  width: 100%;
  min-width: 1190px;
  margin-top: 27px;
}
.banner img {
  height: 100%;
}
.s-dialog {
  z-index: 999;
  box-shadow: 1px 4px 17px 0px rgba(0, 0, 0, 0.1);
}
.fitmentList {
  margin-top:150px;
}
.fitmentList .fitmentStory {
  float: left;
  width: 370px;
  margin-bottom: 77px;
  margin-right: 40px;
 cursor: pointer;
}
.fitmentList .fitmentStory:nth-child(1) {
  margin-right: 40px;
}
.fitmentList .fitmentStory:nth-child(3n) {
  margin-right: 0;
}
.fitmentList .fitmentStory:nth-child(7n), .fitmentList .fitmentStory:nth-child(8n),.fitmentList .fitmentStory:nth-child(9n){
  margin-bottom: 0;
}
.fitmentList .fitmentStory .story_pic {
  width: 100%;
}
.fitmentList .fitmentStory .story_pic img {
  width: 370px;
  height: 260px;
}
.fitmentList .fitmentStory .fontsizes {
  margin: 25px 0 13px;
  font-size: 26px;
  font-weight: bolder;
  color: #333333;
  font-family:'FZLTZHK--GBK1-0';
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  width: 102%;
  line-height: 31px;
}
.fitmentList .fitmentStory span {
  font-size: 14px;
  color: #919197;
  font-family:"SimSun";
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (min-width: 1190px) {
  .banner img {
    min-width: 1190px;
  }
}
#page {
  color: #666;
  display: block;
  text-align: center;
  margin: 36px auto 150px;
}
#page li {
  font-family: "ArialNarrow";
  display: inline-block;
  min-width: 20px;
  height: 20px;
  cursor: pointer;
  color: #666666;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-left: 15px;
}
.xl-nextPage,
.xl-prevPage {
  color: #0076b8;
  height: 28px;
}
#page li.xl-disabled {
  opacity: 0.4;
}
#page li.xl-active {
  background-color: #0076b8;
  border-color: #0076b8;
  color: #FFF;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
.qian,.hou {
  display: inline-block;
  border-top: 2px solid;
  border-right: 2px solid;
  width: 14px;
  height: 14px;
  border-color: #696969;
  margin: 0px auto auto 0px;
}
.qian{
  transform: rotate(-135deg);
}
.hou{
  transform: rotate(48deg);
}
.page{
  margin-bottom: 150px;
  float:right;
}
.page{
margin-top:30px;
}