/*请使用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;
}
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
  margin: 0;
  padding: 0;
}
fieldset,
img,
input,
button {
  border: none;
  padding: 0;
  margin: 0;
  outline-style: none;
}
.clearFix {
  *zoom: 1;
}
.clearFix:before,
.clearFix:after {
  content: "";
  display: table;
}
.clearFix:after {
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
header {
  height: 200px;
  border-bottom: 1px solid #f69;
  line-height: 200px;
  text-align: center;
  font-size: 26px;
}
footer {
  height: 200px;
  border-top: 1px solid #f69;
}
.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--black {
  position: absolute;
  width: 100%;
  height: 320px;
  background-color: rgba(0, 0, 0, 0.3);
}
.banner .theme--name {
  font-size: 64px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin-top: 68px;
  font-family: 'PingFangSC';
}
.banner .theme--label {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.79;
  color: #fff;
  text-align: center;
}
.theme--content {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #2f2f2f;
  padding-bottom: 40px;
}
.theme--content .mt40 {
  background-color: #fff;
  top: -40px;
  padding-top: 40px;
  padding-bottom: 60px;
}
.theme--content .titleLine {
  width: 100px;
  height: 1px;
  background-color: #c5c5c5;
  margin: 0 auto 6px;
}
.theme--content .describe {
  width: 980px;
  margin: 14px auto 11px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  color: #999;
  text-align: left;
}
.theme--content .content--text {
  width: 980px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.79;
  text-align: center;
  color: #666;
  padding: 20px 0 40px;
}
.theme--content .pic--item {
  text-align: center;
}
.theme--content .pic--item img {
  width: 980px;
  cursor: pointer;
}
.theme--content .end {
  font-size: 14px;
  color: #999;
  text-align: center;
}
.theme--content .consultation--theme {
  width: 150px;
  height: 40px;
  border-radius: 2px;
  border: 1px solid #fff;
  margin: 0 auto;
  font-size: 16px;
  text-align: center;
  color: #fff;
  line-height: 40px;
  cursor: pointer;
}
.theme--content .consultation--theme:hover {
  border: 1px solid #ff7385;
  color: #ff7385;
}
.theme--more {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 30px;
}
.theme--more .theme--more-title {
  font-size: 24px;
  font-weight: 500;
  color: #666;
  padding-bottom: 17px;
}
.theme--more .card--box {
  width: 1200px;
}
.theme--more .card--box .theme--list-card {
  width: 380px;
  height: 350px;
  background-color: #2f2f2f;
  margin-right: 20px;
  margin-bottom: 40px;
}
.theme--more .card--box .card--img {
  height: 240px;
  background: #e6e6e6;
}
.theme--more .card--box .card--info {
  height: 108px;
  background-color: #2f2f2f;
  padding-top: 30px;
}
.theme--more .card--box .card--info-name {
  width: 320px;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
.theme--more .card--box .card--info-num {
  width: 320px;
  margin: 5px auto 0;
  font-size: 14px;
  color: #999;
  text-align: center;
}
