/*请使用less修改本文件*/
.bg-contain {
  background-size: contain;
  -webkit-background-size: contain;
}
.bg-cover {
  background-size: cover;
  -webkit-background-size: cover;
}
.flex-h {
  display: box;
  /* OLD - Android 4.4- */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  /* 09版 */
  -webkit-box-orient: horizontal;
  /* 12版 */
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
}
/*请使用less修改本文件*/
.bg-contain {
  background-size: contain;
  -webkit-background-size: contain;
}
.bg-cover {
  background-size: cover;
  -webkit-background-size: cover;
}
.flex-h {
  display: box;
  /* OLD - Android 4.4- */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  /* 09版 */
  -webkit-box-orient: horizontal;
  /* 12版 */
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
}
.swiper-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.swiper-slide {
  position: relative;
  float: left;
}
.slide-img {
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.fullscreen {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 1002;
}
.fullscreen .fullscreen--close {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  top: 10px;
  right: 10px;
  z-index: 1;
}
.fullscreen .fullscreen--close .iconfont {
  font-size: 40px;
  cursor: pointer;
  color: #fff;
}
.fullscreen .fullscreen--slider {
  width: 100%;
  height: 100%;
  /*padding: 130px 0 120px;*/
}
.fullscreen .fullscreen--slider .fullscreen--slider-center {
  position: relative;
  width: 100%;
  height: 100%;
}
.fullscreen .swiper-pagination {
  position: absolute;
  width: 100%;
  bottom: 45px;
  z-index: 20;
}
.fullscreen .swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 50%;
  background-color: #666;
}
.fullscreen .swiper-active-switch {
  background-color: #fff;
}
.fullscreen .scroll--tip {
  position: absolute;
  bottom: 20px;
  font-size: 14px;
  width: 100%;
  color: #999696;
  text-align: center;
}
.fullscreen .nav--left {
  position: absolute;
  width: 19px;
  height: 30px;
  top: 50%;
  left: 0;
  margin-top: -15px;
  background-color: #333;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: url(/img/left_arrow.png) 0 0 no-repeat;
}
.fullscreen .nav--right {
  position: absolute;
  width: 19px;
  height: 30px;
  top: 50%;
  right: 0;
  margin-top: -15px;
  background-color: #333;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: url(/img/right_arrow.png) 0 0 no-repeat;
}
.fullscreen .gallery-top .top--nav {
  width: 60px;
  background: none;
}
.fullscreen .gallery-top .nav--left {
  left: 90px;
}
.fullscreen .gallery-top .nav--right {
  right: 90px;
}
.fullscreen .gallery-top .top--nav .iconfont {
  font-size: 60px;
  color: #fff;
  text-shadow: 0 1px 2px #333;
}
.fullscreen .gallery-top {
  /*cursor: url(/img/zoomout.cur), auto;*/
  /*cursor: zoom-out;*/
}
.fullscreen .gallery-top.false {
  opacity: 0;
}
.fullscreen .gallery-top .swiper-slide {
  padding: 65px 85px;
}
.fullscreen .gallery-top .swiper-slide.height {
  padding: 0 85px;
}
body {
  background-color: #f6f6f6;
}
.nav--title h1,
.nav--title h2,
.nav--title h3,
.nav--title h4,
.nav--title h5 {
  color: #4d4b4b!important;
}
.nav--title .crumbs {
  color: #4d4b4b!important;
}
.title--wrap {
  padding: 40px 0 16px;
}
.title--wrap .title--name {
  font-size: 24px;
  color: #3d3d3d;
}
.container {
  position: relative;
  width: 100%;
  min-width: 1180px;
  background-color: white;
  text-align: center;
  overflow-x: hidden;
}
.container--center {
  position: relative;
  width: 1180px;
  margin: auto;
  text-align: left;
}
.banner {
  width: 100%;
  height: 320px;
  background: #eee;
}
.banner .background {
  position: absolute;
  width: 100%;
  height: 320px;
  background-color: #f6f6f6;
  -webkit-filter: blur(4px);
  filter: blur(4px);
}
.main--content {
  position: relative;
  width: 100%;
  height: auto;
  background-color: transparent;
}
.main--content .mt40 {
  background-color: #fff;
  margin-top: -240px;
  padding-top: 50px;
  padding-bottom: 40px;
}
.main--content .content--wrap {
  text-align: center;
}
.main--content .content--wrap .content--title {
  font-size: 32px;
  font-weight: bold;
  color: #2f2f2f;
}
.main--content .content--wrap .content--title span {
  display: inline-block;
  width: 48px;
  height: 3px;
  margin-top: 23px;
  background-color: #3d3d3d;
  border-radius: 2px;
}
.main--content .content--wrap .content--info {
  padding: 25px 0 20px;
  font-size: 14px;
  color: #4d4b4b;
}
.main--content .content--wrap .content--info span {
  padding: 0 25px;
  color: #999999;
}
.main--content .content--wrap .content--info span strong {
  padding: 0 3px;
  font-weight: normal;
  color: #4d4b4b;
}
.main--content .content--wrap .pic--list {
  width: 720px;
  margin: 0 auto;
}
.main--content .content--wrap .pic--list .pic {
  width: 100%;
  margin-bottom: 40px;
  cursor: pointer;
}
.main--content .content--wrap .pic--list .pic .pic--wrap {
  width: 100%;
  line-height: 0;
}
.main--content .content--wrap .pic--list .pic .pic--wrap img {
  width: 100%;
}
.main--content .content--wrap .pic--list .pic .pic--info {
  width: 100%;
  height: 74px;
  padding: 15px 0;
  border: 1px solid #c5c5c5;
  border-top: none;
  background-color: #fff;
}
.main--content .content--wrap .pic--list .pic .pic--info.hidden {
  display: none;
}
.main--content .content--wrap .pic--list .pic .pic--info .pic--info-left {
  position: relative;
  width: 540px;
  margin-top: -22px;
  padding: 0 0 0 15px;
  display: inline-block;
  text-align: left;
}
.main--content .content--wrap .pic--list .pic .pic--info .pic--info-left span {
  width: 100%;
  display: block;
}
.main--content .content--wrap .pic--list .pic .pic--info .pic--info-left .pic--info-spot {
  color: #2f2f2f;
}
.main--content .content--wrap .pic--list .pic .pic--info .pic--info-left .pic--info-spot img {
  width: 180px;
}
.main--content .content--wrap .pic--list .pic .pic--info .pic--info-right {
  float: right;
  width: 170px;
  height: 44px;
  border-left: 1px solid #e3e3e3;
  padding: 0 40px 0 0;
  display: inline-block;
  text-align: right;
}
.main--content .content--wrap .pic--list .pic .pic--info .pic--info-right img {
  width: 85px;
  display: inline;
}
.main--content .consultation {
  width: 240px;
  height: 50px;
  background-color: #ff7385;
  border-radius: 2px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 50px;
  cursor: pointer;
}
.main--content .consultation .xt--icon {
  line-height: 50px;
  padding-right: 10px;
}
.main--content .consultation .xt--icon .iconfont {
  color: #fff;
  font-size: 20px;
}
.main--content .consultation:hover {
  background-color: rgba(255, 115, 133, 0.72);
}
.main--content .consultation:active {
  background-color: #ff596f;
}
.main--recommend {
  padding-bottom: 40px;
}
.main--recommend .like--wrap {
  position: relative;
  top: 0;
  display: block;
  background-color: #ffffff;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main--recommend .like--wrap .item--cover {
  position: relative;
  width: 100%;
  height: 360px;
  display: block;
  background-color: #f6f6f6;
}
.main--recommend .like--wrap .item--cover img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
}
.main--recommend .like--wrap .item--link-hover {
  position: relative;
  display: block;
  padding: 20px;
  text-align: center;
  background-color: #fff;
}
.main--recommend .like--wrap .item--link-hover strong {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #3d3d3d;
}
.main--recommend .like--wrap .item--link-hover span {
  display: inline-block;
  padding-top: 10px;
  font-size: 14px;
  color: #808080;
}
.main--recommend .like--wrap:before {
  content: '';
  position: absolute;
  width: 95%;
  height: 100%;
  background-color: #c5c5c5;
  top: 10px;
  left: 2.5%;
  border-radius: 25px;
  filter: blur(10px);
  -webkit-filter: blur(10px);
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.main--recommend .like--wrap:hover {
  top: -5px;
}
.main--recommend .like--wrap:hover:before {
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
