/*请使用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 {
  height: auto;
}
.clear--both {
  clear: both;
}
.container--center {
  width: 1180px;
  margin: 0 auto;
}
.bg--white {
  background-color: #fff;
}
.bg2f {
  background-color: #2f2f2f;
}
.bghlm {
  background-color: #ff7385;
}
.middle--helper {
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  width: 1px;
}
.nav {
  padding-top: 15px;
}
.nav .nav--title {
  height: 30px;
  line-height: 20px;
}
.nav .nav-title {
  position: relative;
  width: 100%;
  height: 75px;
}
.nav .nav-title .main--title {
  display: inline-block;
  padding-top: 9px;
  line-height: 1.11;
  color: #2f2f2f;
  font-size: 36px;
}
.info--option .intentions .want--shoot,
.info--option .intentions .online--consultation {
  height: 50px;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.info--option .intentions .want--shoot .iconfont,
.info--option .intentions .online--consultation .iconfont {
  font-size: 20px;
}
.info--option .intentions .want--shoot {
  width: 240px;
  background-color: #ff7385;
  color: #fff;
}
.info--option .intentions .want--shoot .iconfont {
  color: #fff;
}
.info--option .intentions .want--shoot:hover {
  background-color: #fc5066;
}
.info--option .intentions .online--consultation {
  width: 200px;
  border: solid 1px #c5c5c5;
  background-color: #ffffff;
  color: #666;
}
.info--option .intentions .online--consultation .iconfont {
  color: #666;
}
.info--option .intentions .online--consultation:hover {
  background-color: #f2f2f2;
}
.container {
  width: 100%;
  padding: 40px 0 60px;
}
.main {
  width: 820px;
  padding-left: 100px;
  overflow: hidden;
}
.main .pic {
  width: 100%;
  margin-bottom: 20px;
  cursor: pointer;
}
.main .pic .pic--wrap {
  width: 100%;
  line-height: 0;
}
.main .pic .pic--wrap img {
  width: 100%;
}
.side {
  width: 320px;
  height: 100%;
}
.side .side--inner {
  width: 200px;
  padding: 20px 0 0;
}
.side .side--inner.fixed {
  position: fixed;
  top: 0;
}
.side .side--inner.ab {
  position: absolute;
  bottom: 0;
}
.side .side--inner.over_a {
  overflow-y: auto;
}
.side .side--inner .side--title {
  padding-bottom: 8px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  border-bottom: solid 2px #999;
}
.side .side--inner .guest--city {
  padding-top: 8px;
}
.side .side--inner .guest--city li {
  position: relative;
  height: 45px;
  padding-left: 20px;
  line-height: 44px;
  opacity: 0.43;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=43);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=43);
  font-size: 16px;
}
.side .side--inner .guest--city li a {
  color: #ffffff;
}
.side .side--inner .guest--city li .city--active {
  position: absolute;
  top: 50%;
  left: -8px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 20px;
  text-align: center;
}
.side .side--inner .guest--city li .city--active .iconfont {
  color: #fff;
}
.side .side--inner .guest--city li.active {
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.side .side--inner .side--ad-wrap {
  position: relative;
  width: 240px;
  padding-top: 90px;
  margin-left: -20px;
}
.side .side--inner .side--ad-wrap .ad--link-head {
  position: absolute;
  left: 62px;
  top: 0;
  width: 104px;
  height: 90px;
  background: url(http://static.xitaoinfo.com/v4/team/cat.png) no-repeat;
}
.side .side--inner .side--ad-wrap .ad--link-item {
  display: block;
  width: 100%;
  height: 100px;
  text-align: center;
  font-size: 18px;
}
.side .side--inner .side--ad-wrap .ad--link-item .link--item-inner {
  width: 150px;
  display: inline-block;
  vertical-align: middle;
}
.side .side--inner .side--ad-wrap .ad--link-item.bghlm {
  color: #fff;
  font-weight: bold;
}
.side .side--inner .side--ad-wrap .ad--link-item.bghlm i {
  padding-top: 6px;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
}
.side .side--inner .side--ad-wrap .ad--link-item.bghlm:hover {
  background-color: #fc5066;
}
.side .side--inner .side--ad-wrap .ad--link-item.bg--white {
  color: #2f2f2f;
}
@media screen and (max-width: 1200px) {
  .container {
    width: 1180px;
  }
  .side .side--inner.fixed {
    right: 50px;
  }
}
