.clear-space .banner {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.clear-space .index_f1 {
  padding-top: 67px;
  background-color: rgba(57, 49, 49, 0.7);
  position: relative;
  overflow: hidden;
  height: 673px;
}
@media (max-width: 999px) {
  .clear-space .index_f1 {
    height: 525px;
  }
}
@media (max-width: 767px) {
  .clear-space .index_f1 {
    height: 500px;
  }
}
.clear-space .index_f1 .pic {
  position: absolute;
  z-index: -1;
  left: 50%;
  width: 1920px;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 999px) {
  .clear-space .index_f1 .pic {
    width: 1500px;
  }
}
@media (max-width: 767px) {
  .clear-space .index_f1 .pic {
    width: 1200px;
  }
}
.clear-space .index_f1 .pic img {
  display: block;
  width: 100%;
}
.clear-space .index_f1 h1 {
  font-size: 48px;
  color: #FFF;
  line-height: 64px;
  margin: 84px 0 37px 0;
  text-align: center;
  font-weight: normal;
}
@media (max-width: 999px) {
  .clear-space .index_f1 h1 {
    font-size: 38px;
    line-height: 48px;
    margin: 30px 0 30px;
  }
}
@media (max-width: 767px) {
  .clear-space .index_f1 h1 {
    margin: 60px 0 30px;
    font-size: 30px;
    line-height: 40px;
  }
}
.clear-space .index_f1 .sort {
  text-align: center;
  margin: auto;
  width: 92%;
}
.clear-space .index_f1 .sort a {
  color: #FFF;
  display: inline-block;
  padding-bottom: 5px;
  line-height: 19px;
  white-space: nowrap;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 0 2px;
}
.clear-space .index_f1 .sort a.on {
  color: #FE4066;
  font-weight: bold;
  background-size: 58px 2px;
}
.clear-space .index_f1 .sort i {
  display: inline-block;
  width: 4px;
  height: 11px;
  background: #CCC;
  margin: 0 20px;
}
@media (max-width: 420px) {
  .clear-space .index_f1 .sort i {
    margin: 0 12px;
  }
}
.clear-space .index_f1 .search {
  width: 86%;
  max-width: 800px;
  margin: 37px auto 74px auto;
  border-radius: 4px;
  background: #FFF;
  padding: 0 90px 0 24px;
  position: relative;
}
@media (max-width: 999px) {
  .clear-space .index_f1 .search {
    width: 70%;
    margin: 30px auto 70px auto;
  }
}
@media (max-width: 767px) {
  .clear-space .index_f1 .search {
    width: 310px;
    margin: 40px auto 60px auto;
    padding-right: 50px ;
    padding-left: 20px;
  }
}
.clear-space .index_f1 .search:before {
  content: "";
  width: 2px;
  height: 16px;
  display: none;
  top: 50%;
  margin-top: -8px;
  position: absolute;
  background: #FE4066;
  left: 24px;
}
@media (max-width: 767px) {
  .clear-space .index_f1 .search:before {
    left: 15px;
  }
}
.clear-space .index_f1 .search .search-text {
  font-size: 14px;
  color: #000;
  width: 100%;
  line-height: 20px;
  display: block;
  padding: 18px 0;
  caret-color: #FE4066;
}
@media (max-width: 767px) {
  .clear-space .index_f1 .search .search-text {
    padding: 13px 0;
  }
}
.clear-space .index_f1 .search .search-text::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999 !important;
  text-indent: 6px;
  font-size: inherit;
}
.clear-space .index_f1 .search .search-text:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999 !important;
  text-indent: 6px;
  font-size: inherit;
}
.clear-space .index_f1 .search .search-text::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999 !important;
  text-indent: 6px;
  font-size: inherit;
}
.clear-space .index_f1 .search .search-text:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999 !important;
  text-indent: 6px;
  font-size: inherit;
}
.clear-space .index_f1 .search .search-Btn {
  display: block;
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  cursor: pointer;
  width: 56px;
  color: #222;
  background: transparent;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 767px) {
  .clear-space .index_f1 .search .search-Btn {
    width: 40px;
  }
}
.clear-space .index_f1 .search .search-Btn:hover {
  background: #FE4066;
  color: #FFF;
  width: 90px;
}
@media (max-width: 767px) {
  .clear-space .index_f1 .search .search-Btn:hover {
    width: 40px;
  }
}
.clear-space .index_f1 .sort_menu {
  max-width: 997px;
  overflow: hidden;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .clear-space .index_f1 .sort_menu {
    padding: 0 10px;
  }
}
.clear-space .index_f1 .sort_menu li {
  width: 25%;
  float: left;
  text-align: center;
}
.clear-space .index_f1 .sort_menu li a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.clear-space .index_f1 .sort_menu li a div {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 56px;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  margin: 0 auto;
  background-color: transparent;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 767px) {
  .clear-space .index_f1 .sort_menu li a div {
    width: 50px;
    height: 50px;
    background-size: 40px;
  }
}
.clear-space .index_f1 .sort_menu li a span {
  display: block;
  color: #FFF;
  font-size: 18px;
  line-height: 21px;
  margin-top: 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 767px) {
  .clear-space .index_f1 .sort_menu li a span {
    font-size: 15px;
    margin-top: 5px;
  }
}
.clear-space .index_f1 .sort_menu li a:hover span {
  color: #FE4066;
}
.clear-space .index {
  padding: 120px 0 80px;
  position: relative;
}
@media (max-width: 1100px) {
  .clear-space .index {
    padding: 80px 0 60px;
  }
}
@media (max-width: 999px) {
  .clear-space .index {
    padding: 60px 0 40px;
  }
}
@media (max-width: 767px) {
  .clear-space .index {
    padding: 40px 0 25px;
  }
}
.clear-space .index .index-title {
  position: relative;
  font-size: 24px;
  width: 56px;
  color: #222;
  line-height: 56px;
  margin: 0 auto;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .clear-space .index .index-title {
    width: 40px;
    font-size: 18px;
    line-height: 40px;
  }
}
.clear-space .index .index-title span {
  display: block;
  position: absolute;
  right: 72px;
  top: 0;
  color: #FE4066;
}
@media (max-width: 767px) {
  .clear-space .index .index-title span {
    right: 50px;
  }
}
.clear-space .index .index-title i {
  display: block;
  font-style: normal;
  position: absolute;
  left: 72px;
  top: 0;
}
@media (max-width: 767px) {
  .clear-space .index .index-title i {
    left: 50px;
  }
}
.clear-space .index .index-title img {
  display: block;
  margin: 0 auto;
  width: 56px;
  height: 56px;
}
@media (max-width: 767px) {
  .clear-space .index .index-title img {
    width: 40px;
    height: 40px;
  }
}
.clear-space .index .more {
  display: block;
  width: 160px;
  border-radius: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #FFF;
  margin: 0 auto;
  background-color: #FE4066;
}
.clear-space .index .more:hover {
  background: #FF5476;
}
@media (max-width: 999px) {
  .clear-space .index .more {
    width: 120px;
    line-height: 36px;
    font-size: 14px;
  }
}
.clear-space .index_f2 ul {
  max-width: 1185px;
  overflow: hidden;
  margin: 0 auto;
  padding: 37px 17.5px 49px;
}
@media (max-width: 999px) {
  .clear-space .index_f2 ul {
    padding: 10px 10px 8px;
  }
}
.clear-space .index_f2 ul li {
  width: 33.33%;
  float: left;
  padding: 27px 12.5px 0;
}
@media (max-width: 767px) {
  .clear-space .index_f2 ul li {
    width: 50%;
    padding: 15px 10px 0;
  }
}
.clear-space .index_f2 ul li a {
  display: block;
}
.clear-space .index_f2 ul li a .pic {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 6px;
  overflow: hidden;
  max-height: 202px;
}
.clear-space .index_f2 ul li a .pic img {
  width: 100%;
  display: block;
}
.clear-space .index_f2 ul li a .pic i {
  display: block;
  text-align: center;
  line-height: 48px;
  left: 50%;
  top: 50%;
  margin: -25px 0 0 -25px;
  position: absolute;
  color: #FFF;
  font-size: 50px;
  z-index: 3;
  opacity: 0;
  padding-left: 5px;
  filter: alpha(opacity=0);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 767px) {
  .clear-space .index_f2 ul li a .pic i {
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    line-height: 38px;
    font-size: 14px;
    padding-left: 5px;
  }
}
.clear-space .index_f2 ul li a .pic::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  left: 0;
  top: 0;
  position: absolute;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
  z-index: 2;
  filter: alpha(opacity=0);
}
.clear-space .index_f2 ul li a:hover .pic i {
  opacity: 100;
  filter: alpha(opacity=100);
}
.clear-space .index_f2 ul li a:hover .pic:before {
  opacity: 100;
  filter: alpha(opacity=100);
}
.clear-space .index_f2 ul li a p {
  font-size: 16px;
  margin-top: 14px;
  color: #222;
  line-height: 25px;
  height: 52px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 767px) {
  .clear-space .index_f2 ul li a p {
    font-size: 14px;
    margin-top: 8px;
    line-height: 21px;
    height: 42px;
  }
}
.clear-space .index_f3 {
  background: #F8F6F6;
}
.clear-space .index_f3 .title {
  text-align: center;
  margin-top: 59px;
}
@media (max-width: 999px) {
  .clear-space .index_f3 .title {
    margin-top: 30px;
  }
}
.clear-space .index_f3 .title span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  cursor: pointer;
  font-size: 16px;
  color: #999;
  line-height: 21px;
  position: relative;
  margin: 0 21px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.clear-space .index_f3 .title span:before {
  content: "";
  width: 2px;
  height: 18px;
  top: 50%;
  margin-top: -9px;
  left: -23px;
  position: absolute;
  background: #CCC;
}
.clear-space .index_f3 .title span:first-child:before {
  display: none;
}
.clear-space .index_f3 .title span.on,
.clear-space .index_f3 .title span:hover {
  color: #222;
}
.clear-space .index_f3 .index3 {
  max-width: 1118px;
  margin: 0 auto;
}
.clear-space .index_f3 .index3 ul {
  overflow: hidden;
  padding: 32px 9px 80px 9px;
}
@media (max-width: 999px) {
  .clear-space .index_f3 .index3 ul {
    padding-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .clear-space .index_f3 .index3 ul {
    padding-top: 10px;
  }
}
.clear-space .index_f3 .index3 ul.on {
  display: block;
}
.clear-space .index_f3 .index3 ul li {
  width: 50%;
  padding: 32px 9px 0;
  float: left;
}
@media (max-width: 767px) {
  .clear-space .index_f3 .index3 ul li {
    width: 100%;
    padding: 15px 10px 0;
  }
}
.clear-space .index_f3 .index3 ul li a {
  display: block;
  border: 1px solid #eee;
  border-radius: 6px;
  background: #FFF;
  height: 160px;
  padding: 24px 24px 0 24px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .clear-space .index_f3 .index3 ul li a {
    padding: 15px 10px 15px 15px;
    height: auto;
  }
}
.clear-space .index_f3 .index3 ul li a span {
  display: block;
  font-size: 16px;
  color: #222;
  line-height: 21px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.clear-space .index_f3 .index3 ul li a p {
  color: #999;
  margin-top: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media (max-width: 767px) {
  .clear-space .index_f3 .index3 ul li a p {
    -webkit-line-clamp: 2;
    margin-top: 10px;
  }
}
.clear-space .index_f3 .index3 ul li a:hover {
  -webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
}
.clear-space .index_f4 {
  max-width: 1160px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .clear-space .index_f4 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.clear-space .index_f4 .more {
  margin-top: 80px;
}
.clear-space .index_f4 .index4 {
  margin: 40px 0 0;
  display: block;
  border: 1px solid #eee;
  padding: 0 455px 0 0;
  height: 344px;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}
@media (max-width: 999px) {
  .clear-space .index_f4 .index4 {
    margin: 30px 0 35px;
    height: 280px;
  }
}
@media (max-width: 767px) {
  .clear-space .index_f4 .index4 {
    height: auto;
    margin-top: 25px;
    padding: 0;
  }
}
.clear-space .index_f4 .index4 .pic {
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.clear-space .index_f4 .index4 .pic img {
  display: none;
}
@media (max-width: 767px) {
  .clear-space .index_f4 .index4 .pic {
    background: none;
  }
  .clear-space .index_f4 .index4 .pic img {
    display: block;
    width: 100%;
  }
}
.clear-space .index_f4 .index4 .con {
  position: absolute;
  width: 391px;
  right: 32px;
  top: 40px;
}
@media (max-width: 999px) {
  .clear-space .index_f4 .index4 .con {
    top: 20px;
  }
}
@media (max-width: 767px) {
  .clear-space .index_f4 .index4 .con {
    position: relative;
    top: auto;
    width: auto;
    right: auto;
    padding: 15px;
  }
}
.clear-space .index_f4 .index4 .con span {
  display: block;
  font-size: 24px;
  color: #222;
  line-height: 33px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 66px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .clear-space .index_f4 .index4 .con span {
    font-size: 18px;
    line-height: 26px;
    height: auto;
  }
}
.clear-space .index_f4 .index4 .con p {
  color: #999;
  line-height: 24px;
  margin: 16px 0 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  height: 120px;
  overflow: hidden;
}
@media (max-width: 999px) {
  .clear-space .index_f4 .index4 .con p {
    margin: 10px 0 20px;
  }
}
@media (max-width: 767px) {
  .clear-space .index_f4 .index4 .con p {
    height: auto;
    margin: 10px 0 10px;
  }
}
.clear-space .index_f4 .index4 .con i {
  display: block;
  color: #FE4066;
  line-height: 19px;
  font-style: normal;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.clear-space .index_f4 .index4 .con i:hover {
  text-decoration: underline;
}
.clear-space .index_f4 .index4:hover {
  -webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
}
.clear-space .index_f5 {
  background: #F8F6F6;
}
.clear-space .index_f5 ul {
  max-width: 1185px;
  overflow: hidden;
  margin: 0 auto;
  padding: 37px 17.5px 49px;
}
@media (max-width: 999px) {
  .clear-space .index_f5 ul {
    padding: 3px 17.5px 35px;
  }
}
@media (max-width: 767px) {
  .clear-space .index_f5 ul {
    padding: 10px 10px 20px ;
  }
}
.clear-space .index_f5 ul li {
  width: 33.33%;
  float: left;
  padding: 27px 12.5px 0;
}
@media (max-width: 767px) {
  .clear-space .index_f5 ul li {
    width: 50%;
    padding: 15px 10px 0;
  }
}
.clear-space .index_f5 ul li a {
  display: block;
}
.clear-space .index_f5 ul li a .pic {
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 6px;
  overflow: hidden;
  max-height: 190px;
}
.clear-space .index_f5 ul li a .pic img {
  display: block;
  width: 100%;
}
.clear-space .index_f5 ul li a p {
  font-size: 14px;
  margin-top: 19px;
  color: #222;
  line-height: 25px;
  height: 52px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 767px) {
  .clear-space .index_f5 ul li a p {
    font-size: 14px;
    margin-top: 10px;
    line-height: 22px;
    height: 44px;
  }
}
.clear-space .index_f5 ul li a:hover .pic {
  -webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
}
@media (max-width: 375px) {
  .clear-space .index_f2 ul,
  .clear-space .index_f5 ul {
    padding: 10px 22px 20px;
  }
  .clear-space .index_f3 .index3 ul li {
    padding: 15px 24px 0;
  }
  .clear-space .index_f4 {
    padding: 40px 30px 25px;
  }
  .clear-space .index_f4 .more {
    margin: 48px auto 36px;
  }
}
