body {
  position: relative;
  min-width: 480px;
}
.oneline {
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
}
.clear {
  clear: both;
}
.inline-block {
  display: inline-block;
}
.justify {
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
}
.w-fix {
  display: inline-block;
  width: 100%;
  height: 0;
  vertical-align: middle;
}
.h-fix {
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
.wrapper1200 {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  position: relative;
}
.container {
  margin: auto;
  position: relative;
}
header .top {
  height: 70px;
  text-align: right;
}
header .top .cells {
  display: inline-block;
  position: relative;
}
header .top .cells .cell {
  display: inline-block;
  color: #314800;
  font-size: 15px;
  margin: auto;
  line-height: 70px;
  padding-left: 40px;
  padding-right: 25px;
}
header .top .cells .home {
  background: url(img/header/nav-icon-home.png) no-repeat center left;
}
header .top .cells .support {
  background: url(img/header/nav-icon-support.png) no-repeat center left;
}
header .top .cells .member {
  background: url(img/header/nav-icon-member.png) no-repeat center left;
}
header .top .cells .supportSubMenu {
  position: absolute;
  top: 70px;
  right: 130px;
  width: 200px;
  z-index: 1;
  display: none;
  text-align: right;
}
header .top .cells .supportSubMenu .supportMenu.cells {
  padding-bottom: 25px;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  overflow: hidden;
  background: white;
}
header .top .cells .supportSubMenu .supportMenu.cells .cell {
  display: block;
  line-height: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #314800;
  font-size: 15px;
  padding-left: 20px;
}
header .top .cells .supportSubMenu .supportMenu.cells .noLink {
  color: #363636;
  font-weight: bold;
}
header .top .cells .supportSubMenu .supportMenu.cells .cell.sub {
  padding-left: 40px;
  padding-right: 20px;
}
header .top .cells .supportSubMenu .supportMenu.cells .cell:not(.noLink):hover,
header .top .cells .supportSubMenu .supportMenu.cells .cell.active {
  color: white;
  background: #314800;
}
header .top .cells .supportSubMenu:hover {
  display: block;
}
header .top .icons {
  display: inline-block;
  line-height: 70px;
}
header .top .icons .icon {
  padding-left: 8px;
}
header .bottom {
  height: 60px;
  background: #b4e700;
  text-align: right;
}
header .bottom .cells {
  display: inline-block;
}
header .bottom .cells .cell {
  display: inline-block;
  color: #314800;
  font-size: 15px;
  margin: auto;
  line-height: 60px;
  padding-left: 18px;
  padding-right: 18px;
  position: relative;
  right: -18px;
}
header .bottom .cells .cell:hover {
  cursor: pointer;
}
header .bottom .cells .cell:hover,
header .bottom .cells .cell.active {
  background-color: #314800;
  color: white;
}
header .bottom .menuButton {
  display: inline-block;
  background: url(img/header/nav-icon.png) no-repeat center;
  width: 60px;
  height: 60px;
  margin-right: 12px;
  display: none;
}
header .bottom .menuButton:hover {
  cursor: pointer;
}
header .logo {
  text-align: left;
  position: absolute;
  top: 0;
  left: -106px;
  width: 482px;
  height: 149px;
  background: url(img/header/logo-bg.png) no-repeat center;
  z-index: 3;
}
header .logo a {
  position: relative;
  left: 106px;
  top: 18px;
}
.mobileMenu {
  display: none;
  position: absolute;
  top: 130px;
  width: 100%;
  z-index: 2;
  background: rgba(0,0,0,0.6);
}
.mobileMenu .cells {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #b4e700;
}
.mobileMenu .cells .cell {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #314800;
  display: block;
  line-height: 60px;
}
.mobileMenu .cells .cell p {
  font-size: 20px;
  font-weight: bold;
  color: #314800;
  line-height: 60px;
  display: inline-block;
  padding-right: 30px;
}
.mobileMenu .cells .cell.click p {
  background: url(img/header/nav-expand.png) no-repeat center right;
  background-size: 30px 30px;
}
.mobileMenu .cells .cell.click:hover {
  cursor: pointer;
}
.mobileMenu .cells .cell:not(.click):hover {
  cursor: pointer;
  background: #314800;
  color: white;
}
.mobileMenu .cells .cell:not(.click):hover p {
  color: white;
}
.mobileMenu .cells .subMenu {
  display: none;
}
.mobileMenu .cells .subMenu .row {
  display: block;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 50px;
  font-size: 18px;
  color: #4b6e00;
  font-weight: bold;
}
.mobileMenu .cells .subMenu .light {
  background: #cffa37;
}
.mobileMenu .cells .subMenu .row:hover {
  cursor: pointer;
  color: white;
  background: #314800;
}
#content {
  min-height: 500px;
}
footer {
  padding-top: 26px;
  padding-bottom: 35px;
}
footer .leftIcon {
  float: left;
  max-width: 700px;
}
footer .leftIcon .footerIcon {
  max-height: 80px;
  width: auto;
  margin-right: 25px;
  margin-bottom: 15px;
}
footer section {
  padding-top: 62px;
  float: right;
  text-align: right;
  font-size: 13px;
}
footer section a {
  font-size: 13px;
}
.innerBanner {
  height: 160px;
  width: 100%;
  background: url(img/innerBanner/inner-1-desktop.jpg) no-repeat center;
}
.innerBanner .pageTitle {
  font-size: 38px;
  color: white;
  font-weight: bold;
  line-height: 160px;
  text-align: center;
}
.nav {
  min-height: 46px;
  line-height: 46px;
  background: #f0f0f0;
  border-bottom: solid 3px #b4e700;
  position: relative;
}
.nav .wrapper1200 {
  padding-right: 70px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.nav a,
.nav img {
  display: inline-block;
}
.nav img {
  padding-left: 12px;
  padding-right: 12px;
}
.nav a {
  font-size: 14px;
  color: #515151;
}
.nav .back {
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 20px;
  background: url(img/nav/path-arrow-left.png) no-repeat center left;
}
@media (max-width: 1216px) {
  header .logo a {
    left: 120px;
  }
  header .top .cells {
    display: none;
  }
  header .top .icons {
    padding-right: 20px;
  }
  header .bottom .cells {
    display: none;
  }
  header .bottom .menuButton {
    display: inline-block;
  }
  footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  footer .leftIcon {
    width: auto;
    float: none;
  }
  footer section {
    padding-top: 15px;
    float: none;
    text-align: left;
  }
  .nav {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 826px) {
  footer,
  .nav {
    padding-left: 10px;
    padding-right: 10px;
  }
  header .logo {
    width: 324px;
    height: 118px;
    background: url(img/header/logo-bg_mobile.png) no-repeat center bottom;
    background-size: 324px 118px;
    left: 0;
  }
  header .logo a {
    left: 10px;
    top: 10px;
  }
  header .logo a img {
    width: 225px;
    height: auto;
  }
}
.break-word {
  word-wrap: break-word;
}
.cover {
  background: url('img/trans.png');
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.flip-h {
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
}
.flip-v {
  -moz-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
}
.pager .first,
.pager .last {
  background: #ffffff;
  min-width: 17px;
  height: 22px;
  color: #515151;
  font-size: 13px;
  line-height: 22px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
  padding-right: 5px;
  border: 1px solid #ffffff;
}
.pager .first:hover,
.pager .last:hover {
  background: #b4e700;
  color: #314800;
  border: 1px solid #b4e700;
}
.pager .prev,
.pager .next {
  background: url('img/pages-arrow.png') no-repeat center;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
}
.pager .prev.off,
.pager .next.off {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  filter: alpha(opacity = 40);
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
}
.pager .prev {
  margin-left: 3px;
  margin-right: 2px;
}
.pager .next {
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  margin-left: 2px;
  margin-right: 3px;
}
.pager .item {
  background: #ffffff;
  min-width: 13px;
  height: 22px;
  color: #515151;
  font-size: 13px;
  line-height: 22px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
  padding-right: 5px;
  border: 1px solid #ffffff;
  margin-left: 5px;
}
.pager .item.firstItem {
  margin-left: 0;
}
.pager .item.current,
.pager .item:hover {
  background: #b4e700;
  color: #314800;
  border: 1px solid #b4e700;
}
.pager .goto {
  background: #f0f0f0;
  width: 23px;
  height: 16px;
  color: #000000;
  font-size: 13px;
  line-height: 16px;
  display: inline-block;
  vertical-align: middle;
  padding-top: 3px;
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 3px;
  border: 1px solid #f0f0f0;
  margin-left: 9px;
}
.indexPage .banner {
  padding-bottom: 40px;
}
.indexPage .banner .galleryD {
  text-align: center;
  position: relative;
}
.indexPage .banner .galleryD .image {
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.indexPage .banner .galleryD .image div {
  display: inline-block;
}
.indexPage .banner .galleryD .image div .slide {
  display: block;
}
.indexPage .banner .galleryD .image div .slide img {
  width: 100%;
  height: auto;
}
.indexPage .banner .galleryD .image div .slide div {
  display: block;
}
.indexPage .banner .galleryD .image div .slide .content {
  position: absolute;
  top: 0;
  width: 100%;
  margin: auto;
}
.indexPage .banner .galleryD .image div .slide .content .wrapper1200 {
  padding-left: 105px;
  padding-right: 105px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.indexPage .banner .galleryD .image div .slide .content .wrapper1200 .title {
  font-size: 23px;
  text-align: left;
  margin-bottom: 12px;
}
.indexPage .banner .galleryD .image div .slide .content .wrapper1200 .text {
  font-size: 16px;
  line-height: 23px;
  text-align: left;
  margin-bottom: 25px;
}
.indexPage .banner .galleryD .image div .slide .content .wrapper1200 .readMoreButton {
  display: block;
  width: 152px;
  height: 43px;
  line-height: 43px;
  font-size: 16px;
  color: white;
  text-align: center;
  background: #00559c;
}
.indexPage .banner .galleryD .prev,
.indexPage .banner .galleryD .next {
  position: absolute;
  width: 34px;
  height: 140px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: none;
}
.indexPage .banner .galleryD .prev {
  left: 0;
}
.indexPage .banner .galleryD .next {
  right: 0;
}
.indexPage .banner .galleryD .disable {
  display: none;
}
.indexPage .banner .galleryD .floatPager {
  position: absolute;
  bottom: 20px;
  left: 0;
  margin: auto;
  height: 16px;
}
.indexPage .banner .galleryD .floatPager a {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  margin-right: 14px;
  background: rgba(255,255,255,0.8);
  -webkit-box-shadow: 0px 0px 5px 0px #323232;
  -moz-box-shadow: 0px 0px 5px 0px #323232;
  box-shadow: 0px 0px 5px 0px #323232;
}
.indexPage .banner .galleryD .floatPager .current {
  background: #b4e700;
}
.indexPage .banner .galleryD .floatPager a:last-child {
  margin-right: 0;
}
.indexPage .banner .galleryM {
  display: none;
  text-align: center;
  position: relative;
}
.indexPage .banner .galleryM .image {
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.indexPage .banner .galleryM .image div {
  display: inline-block;
}
.indexPage .banner .galleryM .image div .slide {
  display: block;
}
.indexPage .banner .galleryM .image div .slide img {
  width: 100%;
  height: auto;
}
.indexPage .banner .galleryM .image div .slide div {
  display: block;
}
.indexPage .banner .galleryM .image div .slide .content {
  position: absolute;
  top: 0;
  width: 100%;
  margin: auto;
}
.indexPage .banner .galleryM .image div .slide .content .wrapper1200 {
  padding-left: 105px;
  padding-right: 105px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.indexPage .banner .galleryM .image div .slide .content .wrapper1200 .title {
  font-size: 23px;
  text-align: left;
  margin-bottom: 12px;
}
.indexPage .banner .galleryM .image div .slide .content .wrapper1200 .text {
  font-size: 16px;
  line-height: 23px;
  text-align: left;
  margin-bottom: 25px;
}
.indexPage .banner .galleryM .image div .slide .content .wrapper1200 .readMoreButton {
  display: block;
  width: 152px;
  height: 43px;
  line-height: 43px;
  font-size: 16px;
  color: white;
  text-align: center;
  background: #00559c;
}
.indexPage .banner .galleryM .prev,
.indexPage .banner .galleryM .next {
  position: absolute;
  width: 34px;
  height: 140px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: none;
}
.indexPage .banner .galleryM .prev {
  left: 0;
}
.indexPage .banner .galleryM .next {
  right: 0;
}
.indexPage .banner .galleryM .disable {
  display: none;
}
.indexPage .banner .galleryM .floatPager {
  position: absolute;
  bottom: 20px;
  left: 0;
  margin: auto;
  height: 16px;
}
.indexPage .banner .galleryM .floatPager a {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  margin-right: 14px;
  background: rgba(255,255,255,0.8);
  -webkit-box-shadow: 0px 0px 5px 0px #323232;
  -moz-box-shadow: 0px 0px 5px 0px #323232;
  box-shadow: 0px 0px 5px 0px #323232;
}
.indexPage .banner .galleryM .floatPager .current {
  background: #b4e700;
}
.indexPage .banner .galleryM .floatPager a:last-child {
  margin-right: 0;
}
.indexPage .main .wrapper1200 .core_work {
  min-height: 448px;
  position: relative;
}
.indexPage .main .wrapper1200 .core_work .center {
  width: 448px;
  height: 448px;
  border-radius: 448px;
  background: #b4e700;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
.indexPage .main .wrapper1200 .core_work .center p {
  display: inline-block;
  color: #314800;
  font-size: 58px;
  font-weight: bold;
  text-align: center;
  line-height: 74px;
  height: 148px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.indexPage .main .wrapper1200 .core_work .cell {
  position: absolute;
  display: block;
  width: 500px;
  height: 180px;
  overflow: hidden;
}
.indexPage .main .wrapper1200 .core_work .topLeft {
  top: 24px;
  left: 0;
  border-bottom-right-radius: 95px;
  text-align: right;
}
.indexPage .main .wrapper1200 .core_work .topLeft p {
  position: absolute;
  top: 30px;
  right: 0;
  font-size: 28px;
  color: white;
  font-weight: bold;
  width: 160px;
  height: 45px;
  line-height: 45px;
  border-top: solid 4px #b4e700;
  text-align: center;
}
.indexPage .main .wrapper1200 .core_work .topRight {
  top: 24px;
  right: 0;
  border-bottom-left-radius: 95px;
  text-align: left;
}
.indexPage .main .wrapper1200 .core_work .topRight p {
  position: absolute;
  top: 30px;
  left: 0;
  font-size: 28px;
  color: white;
  font-weight: bold;
  width: 160px;
  height: 45px;
  line-height: 45px;
  border-top: solid 4px #b4e700;
  text-align: center;
}
.indexPage .main .wrapper1200 .core_work .bottomLeft {
  bottom: 24px;
  left: 0;
  border-top-right-radius: 95px;
  text-align: right;
}
.indexPage .main .wrapper1200 .core_work .bottomLeft p {
  position: absolute;
  bottom: 30px;
  right: 0;
  font-size: 28px;
  color: white;
  font-weight: bold;
  width: 160px;
  height: 45px;
  line-height: 45px;
  border-bottom: solid 4px #b4e700;
  text-align: center;
}
.indexPage .main .wrapper1200 .core_work .bottomRight {
  bottom: 24px;
  right: 0;
  border-top-left-radius: 95px;
  text-align: left;
}
.indexPage .main .wrapper1200 .core_work .bottomRight p {
  position: absolute;
  bottom: 30px;
  left: 0;
  font-size: 28px;
  color: white;
  font-weight: bold;
  width: 160px;
  height: 45px;
  line-height: 45px;
  border-bottom: solid 4px #b4e700;
  text-align: center;
}
.indexPage .main .sep {
  height: 86px;
  width: 100%;
  background: url(img/index/graphics.png) repeat-x bottom;
}
.indexPage .main .visit {
  position: relative;
  min-height: 310px;
  margin-bottom: 50px;
}
.indexPage .main .visit .background {
  border-bottom-left-radius: 310px;
  height: 310px;
  width: 100%;
  position: absolute;
  background: #f0f0f0;
  top: 0;
  left: 0;
}
.indexPage .main .visit .visitTextContainer {
  position: absolute;
  top: 70px;
  left: 0;
  z-index: 1;
}
.indexPage .main .visit .visitTextContainer .title {
  color: #314800;
  font-size: 54px;
  font-weight: bold;
  margin-bottom: 25px;
}
.indexPage .main .visit .visitTextContainer .visitButton {
  color: white;
  background: #96c100;
  font-size: 14px;
  font-weight: bold;
  display: block;
  width: 90px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.indexPage .main .visit .galleryV {
  text-align: center;
  position: relative;
  overflow: hidden;
  padding-top: 70px;
  padding-bottom: 25px;
}
.indexPage .main .visit .galleryV .image {
  white-space: nowrap;
  position: relative;
  width: 700px;
  height: 340px;
  margin-left: 35%;
}
.indexPage .main .visit .galleryV .image div {
  display: inline-block;
  width: 700px;
  height: 340px;
}
.indexPage .main .visit .galleryV .image div .slide {
  width: 640px;
  height: 340px;
  margin-left: 30px;
  margin-right: 30px;
  opacity: 0.5;
  position: relative;
  display: inline-block;
}
.indexPage .main .visit .galleryV .image div .slide .bigImg {
  width: 510px;
  height: 270px;
  margin-top: 35px;
}
.indexPage .main .visit .galleryV .image div .slide .playIcon {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 126px;
  height: 126px;
  margin: auto;
}
.indexPage .main .visit .galleryV .image div .slide .shadow {
  width: 100% !important;
  height: 65px;
  background: url(img/index/shadow.png) repeat-x center;
  position: absolute;
  bottom: 0;
  display: none;
}
.indexPage .main .visit .galleryV .image div .slide p {
  position: absolute;
  bottom: 10px;
  color: white;
  font-size: 20px;
  font-weight: bold;
  white-space: normal;
  left: 0;
  margin: auto;
  line-height: 25px;
  height: 25px;
  overflow: hidden;
}
.indexPage .main .visit .galleryV .image div .slide div {
  display: block;
}
.indexPage .main .visit .galleryV .image div .slide .content {
  position: absolute;
  top: 0;
  width: 100%;
  margin: auto;
}
.indexPage .main .visit .galleryV .image div .slide .content .wrapper1200 {
  padding-left: 105px;
  padding-right: 105px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.indexPage .main .visit .galleryV .image div .slide .content .wrapper1200 .title {
  font-size: 23px;
  text-align: left;
  margin-bottom: 12px;
}
.indexPage .main .visit .galleryV .image div .slide .content .wrapper1200 .text {
  font-size: 16px;
  line-height: 23px;
  text-align: left;
  margin-bottom: 25px;
}
.indexPage .main .visit .galleryV .image div .slide .content .wrapper1200 .readMoreButton {
  display: block;
  width: 152px;
  height: 43px;
  line-height: 43px;
  font-size: 16px;
  color: white;
  text-align: center;
  background: #00559c;
}
.indexPage .main .visit .galleryV .image div.current .slide {
  opacity: 1;
}
.indexPage .main .visit .galleryV .image div.current .slide .bigImg {
  width: 640px;
  height: 340px;
  margin-top: 0;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(50,50,50,0.75);
  -moz-box-shadow: 0px 0px 50px 0px rgba(50,50,50,0.75);
  box-shadow: 0px 0px 50px 0px rgba(50,50,50,0.75);
}
.indexPage .main .visit .galleryV .image div.current .slide .playIcon {
  bottom: 0;
}
.indexPage .main .visit .galleryV .image div.current .slide .shadow {
  display: block;
}
.indexPage .main .visit .galleryV .prev,
.indexPage .main .visit .galleryV .next {
  position: absolute;
  width: 80px;
  height: 120px;
  bottom: 0;
  margin: auto;
}
.indexPage .main .visit .galleryV .prev {
  left: 0;
  background: url(img/index/interview-arrow.png) no-repeat center;
}
.indexPage .main .visit .galleryV .next {
  left: 0;
  background: url(img/index/interview-arrow-right.png) no-repeat center;
}
.indexPage .main .visit .galleryV .prev:hover,
.indexPage .main .visit .galleryV .next:hover {
  cursor: pointer;
}
.indexPage .main .visit .galleryV .disable {
  display: none;
}
.indexPage .main .visit .galleryV .floatPager {
  position: absolute;
  bottom: 20px;
  left: 0;
  margin: auto;
  height: 16px;
  display: none;
}
.indexPage .main .visit .galleryV .floatPager a {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  margin-right: 14px;
  background: rgba(255,255,255,0.8);
  -webkit-box-shadow: 0px 0px 5px 0px #323232;
  -moz-box-shadow: 0px 0px 5px 0px #323232;
  box-shadow: 0px 0px 5px 0px #323232;
}
.indexPage .main .visit .galleryV .floatPager .current {
  background: #b4e700;
}
.indexPage .main .visit .galleryV .floatPager a:last-child {
  margin-right: 0;
}
.indexPage .main .centerInfo {
  min-height: 360px;
  position: relative;
}
.indexPage .main .centerInfo .background {
  position: absolute;
  top: 0;
  left: 0;
  height: 360px;
  width: 50%;
  background: #b4e700;
  border-top-right-radius: 360px;
}
.indexPage .main .centerInfo .wrapper1200 .textContainer {
  position: absolute;
  left: 0;
  top: 0;
}
.indexPage .main .centerInfo .wrapper1200 .textContainer .title {
  color: #314800;
  font-size: 54px;
  font-weight: bold;
  padding-top: 65px;
  margin-bottom: 25px;
}
.indexPage .main .centerInfo .wrapper1200 .textContainer .moreButton {
  display: block;
  width: 90px;
  height: 34px;
  background: white;
  color: #96c100;
  font-size: 14px;
  font-weight: bold;
  line-height: 34px;
  text-align: center;
}
.indexPage .main .centerInfo .wrapper1200 .cells {
  padding-top: 100px;
  padding-left: 260px;
}
.indexPage .main .centerInfo .wrapper1200 .cells .cell {
  float: left;
  display: block;
  position: relative;
}
.indexPage .main .centerInfo .wrapper1200 .cells .cell .date {
  color: #314800;
  font-size: 20px;
  margin-bottom: 15px;
  padding-left: 10px;
}
.indexPage .main .centerInfo .wrapper1200 .cells .cell .content {
  border: solid 10px #b4e700;
  background: white;
  width: 440px;
  height: 140px;
  padding: 20px;
  padding-top: 18px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.indexPage .main .centerInfo .wrapper1200 .cells .cell .content .text {
  color: #515151;
  font-size: 15px;
  line-height: 30px;
}
.indexPage .main .centerInfo .wrapper1200 .cells .cell .circleButton {
  background: url(img/index/details-arrow.png) no-repeat center #314800;
  width: 54px;
  height: 54px;
  border-radius: 54px;
  position: absolute;
  bottom: -17px;
  right: -17px;
}
.indexPage .main .centerInfo .wrapper1200 .cells .cell:first-child {
  margin-right: 50px;
}
.indexPage .main .recoveryInfo {
  min-height: 360px;
  position: relative;
}
.indexPage .main .recoveryInfo .background {
  position: absolute;
  top: 0;
  right: 0;
  height: 360px;
  width: 50%;
  background: #f0f0f0;
}
.indexPage .main .recoveryInfo .wrapper1200 .textContainer {
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
}
.indexPage .main .recoveryInfo .wrapper1200 .textContainer .title {
  color: #314800;
  font-size: 54px;
  font-weight: bold;
  padding-top: 65px;
  margin-bottom: 25px;
}
.indexPage .main .recoveryInfo .wrapper1200 .textContainer .moreButton {
  display: inline-block;
  width: 90px;
  height: 34px;
  background: white;
  color: #96c100;
  font-size: 14px;
  font-weight: bold;
  line-height: 34px;
  text-align: center;
}
.indexPage .main .recoveryInfo .wrapper1200 .cells {
  padding-top: 60px;
  padding-right: 220px;
}
.indexPage .main .recoveryInfo .wrapper1200 .cells .cell {
  float: left;
  display: block;
  position: relative;
  border: solid 10px #f0f0f0;
  background: white;
  width: 440px;
  height: 240px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.indexPage .main .recoveryInfo .wrapper1200 .cells .cell .cellTitle {
  position: absolute;
  color: white;
  font-size: 18px;
  font-weight: bold;
  padding: 8px 20px;
  background: #a8d800;
  top: 20px;
  right: -20px;
  max-width: 200px;
}
.indexPage .main .recoveryInfo .wrapper1200 .cells .cell .content {
  color: #515151;
  font-size: 15px;
  line-height: 30px;
  padding: 20px;
  padding-right: 235px;
}
.indexPage .main .recoveryInfo .wrapper1200 .cells .cell .cellImg {
  position: absolute;
  top: 0;
  right: 0;
}
.indexPage .main .recoveryInfo .wrapper1200 .cells .cell .circleButton {
  background: url(img/index/details-arrow.png) no-repeat center #314800;
  width: 54px;
  height: 54px;
  border-radius: 54px;
  position: absolute;
  bottom: -27px;
  right: -27px;
}
.indexPage .main .recoveryInfo .wrapper1200 .cells .cell:first-child {
  margin-right: 50px;
}
.indexPage .main .proposeInfo {
  min-height: 360px;
  position: relative;
}
.indexPage .main .proposeInfo .background {
  position: absolute;
  top: 0;
  left: 0;
  height: 360px;
  width: 50%;
  background: #b4e700;
  border-bottom-right-radius: 360px;
}
.indexPage .main .proposeInfo .wrapper1200 .textContainer {
  position: absolute;
  left: 0;
  top: 0;
}
.indexPage .main .proposeInfo .wrapper1200 .textContainer .title {
  color: #314800;
  font-size: 54px;
  font-weight: bold;
  padding-top: 65px;
  margin-bottom: 25px;
}
.indexPage .main .proposeInfo .wrapper1200 .textContainer .moreButton {
  display: block;
  width: 90px;
  height: 34px;
  background: white;
  color: #96c100;
  font-size: 14px;
  font-weight: bold;
  line-height: 34px;
  text-align: center;
}
.indexPage .main .proposeInfo .wrapper1200 .cells {
  padding-top: 60px;
  padding-left: 260px;
}
.indexPage .main .proposeInfo .wrapper1200 .cells .cell {
  float: left;
  display: block;
  position: relative;
  width: 440px;
  height: 240px;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.indexPage .main .proposeInfo .wrapper1200 .cells .cell .shadow {
  width: 100%;
  height: 65px;
  background: url(img/index/shadow.png) repeat-x bottom;
  position: absolute;
  bottom: 0;
  left: 0;
}
.indexPage .main .proposeInfo .wrapper1200 .cells .cell .content {
  position: absolute;
  bottom: 16px;
  color: #515151;
  font-size: 20px;
  color: white;
  font-weight: bold;
  line-height: 30px;
  padding-right: 40px;
}
.indexPage .main .proposeInfo .wrapper1200 .cells .cell .circleButton {
  background: url(img/index/details-arrow.png) no-repeat center #314800;
  width: 54px;
  height: 54px;
  border-radius: 54px;
  position: absolute;
  bottom: -17px;
  right: -17px;
}
.indexPage .main .proposeInfo .wrapper1200 .cells .cell:first-child {
  margin-right: 50px;
}
@media (max-width: 1216px) {
  .indexPage .main .wrapper1200 .core_work .cell {
    width: 40%;
  }
  .indexPage .main .visit .visitTextContainer {
    top: 30px;
  }
  .indexPage .main .visit .visitTextContainer .title {
    font-size: 42px;
    float: left;
  }
  .indexPage .main .visit .visitTextContainer .visitButton {
    float: left;
    width: 70px;
    margin-left: 25px;
    margin-top: 9px;
  }
  .indexPage .main .visit .galleryV {
    padding-top: 110px;
  }
  .indexPage .main .visit .galleryV .image {
    margin-left: 0;
    width: 540px;
    height: 360px;
  }
  .indexPage .main .visit .galleryV .image div {
    width: 480px;
    height: 300px;
  }
  .indexPage .main .visit .galleryV .image div .slide {
    width: 480px;
    height: 300px;
  }
  .indexPage .main .visit .galleryV .image div .slide .bigImg {
    width: 450px;
    height: 270px;
    margin-top: 15px;
  }/*953795e33e25c16a067bcfa2a5842f5b*/
  .indexPage .main .visit .galleryV .image div.current .slide .bigImg {
    width: 480px;
    height: 300px;
    margin-top: 0;
  }
  .indexPage .main .visit .galleryV .prev,
  .indexPage .main .visit .galleryV .next {
    width: 50px;
    height: 80px;
    top: 15px;
    bottom: auto;
    left: auto !important;
  }
  .indexPage .main .visit .galleryV .prev {
    right: 100px;
    background: url(img/index/interview-arrow-tablet.png) no-repeat center;
  }
  .indexPage .main .visit .galleryV .next {
    right: 20px;
    background: url(img/index/interview-arrow-tablet-right.png) no-repeat center;
  }
  .indexPage .main .centerInfo {
    padding-left: 20px;
    padding-right: 20px;
  }
  .indexPage .main .centerInfo .background {
    width: 100%;
  }
  .indexPage .main .centerInfo .wrapper1200 .textContainer {
    position: static;
    padding-top: 35px;
    padding-bottom: 20px;
  }
  .indexPage .main .centerInfo .wrapper1200 .textContainer .title {
    padding-top: 0;
    margin-bottom: 10px;
    font-size: 42px;
  }
  .indexPage .main .centerInfo .wrapper1200 .textContainer .moreButton {
    width: 70px;
  }
  .indexPage .main .centerInfo .wrapper1200 .cells {
    padding: 0;
    padding-bottom: 45px;
  }
  .indexPage .main .centerInfo .wrapper1200 .cells .cell {
    left: -10px;
    width: 40%;
  }
  .indexPage .main .centerInfo .wrapper1200 .cells .cell .content {
    width: auto;
    height: 120px;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .indexPage .main .centerInfo .wrapper1200 .cells .cell .circleButton {
    bottom: -10px;
    right: -10px;
  }
  .indexPage .main .recoveryInfo {
    padding-left: 20px;
    padding-right: 20px;
  }
  .indexPage .main .recoveryInfo .background {
    width: 100%;
    height: 390px;
  }
  .indexPage .main .recoveryInfo .wrapper1200 .textContainer {
    position: static;
    padding-top: 35px;
    padding-bottom: 20px;
    text-align: left;
  }
  .indexPage .main .recoveryInfo .wrapper1200 .textContainer .title {
    padding-top: 0;
    margin-bottom: 10px;
    font-size: 42px;
  }
  .indexPage .main .recoveryInfo .wrapper1200 .textContainer .moreButton {
    width: 70px;
  }
  .indexPage .main .recoveryInfo .wrapper1200 .cells {
    padding: 0;
    padding-bottom: 45px;
  }
  .indexPage .main .recoveryInfo .wrapper1200 .cells .cell {
    width: 40%;
    height: 185px;
    left: -10px;
  }
  .indexPage .main .recoveryInfo .wrapper1200 .cells .cell .content {
    padding: 10px 180px 0 20px;
    margin-bottom: 10px;
    height: 150px;
    overflow: hidden;
  }
  .indexPage .main .recoveryInfo .wrapper1200 .cells .cell .cellTitle {
    top: -10px;
    right: -10px;
  }
  .indexPage .main .recoveryInfo .wrapper1200 .cells .cell .cellImg {
    width: 165px;
    height: 165px;
  }
  .indexPage .main .recoveryInfo .wrapper1200 .cells .cell .circleButton {
    bottom: -20px;
    right: -20px;
  }
  .indexPage .main .proposeInfo {
    padding-left: 20px;
    padding-right: 20px;
  }
  .indexPage .main .proposeInfo .background {
    width: 100%;
  }
  .indexPage .main .proposeInfo .wrapper1200 .textContainer {
    position: static;
    padding-top: 35px;
    padding-bottom: 20px;
  }
  .indexPage .main .proposeInfo .wrapper1200 .textContainer .title {
    padding-top: 0;
    margin-bottom: 10px;
    font-size: 42px;
  }
  .indexPage .main .proposeInfo .wrapper1200 .textContainer .moreButton {
    width: 70px;
  }
  .indexPage .main .proposeInfo .wrapper1200 .cells {
    padding: 0;
    padding-bottom: 45px;
  }
  .indexPage .main .proposeInfo .wrapper1200 .cells .cell {
    width: 40%;
    height: 180px;
  }
  .indexPage .main .proposeInfo .wrapper1200 .cells .cell .content {
    bottom: 10px;
  }
  .indexPage .main .proposeInfo .wrapper1200 .cells .cell:first-child {
    margin-right: 70px;
  }
}
@media (max-width: 826px) {
  .indexPage .banner .galleryD {
    display: none;
  }
  .indexPage .banner .galleryM {
    display: block;
  }
  .indexPage .main .wrapper1200 .core_work .cell {
    height: 170px;
    background-size: auto 170px !important;
  }
  .indexPage .main .visit {
    height: 435px;
    margin-bottom: 0;
  }
  .indexPage .main .visit .background {
    border-radius: 0;
    height: 435px;
  }
  .indexPage .main .visit .visitTextContainer {
    left: 10px !important;
  }
  .indexPage .main .visit .galleryV {
    padding-top: 110px;
  }
  .indexPage .main .visit .galleryV .image {
    width: 480px;
    height: 280px;
  }
  .indexPage .main .visit .galleryV .image div {
    width: 480px !important;
  }
  .indexPage .main .visit .galleryV .image div .slide {
    width: 460px !important;
    height: 280px !important;
    margin-left: 10px;
    margin-right: 10px;
  }
  .indexPage .main .visit .galleryV .image div .slide .bigImg {
    width: 460px !important;
    height: 280px !important;
    margin-top: 0;
  }
  .indexPage .main .visit .galleryV .image div .slide .shadow {
    width: 460px !important;
  }
  .indexPage .main .visit .galleryV .image div.current {
    width: 480px !important;
  }
  .indexPage .main .visit .galleryV .image div.current .slide {
    width: 460px !important;
    height: 280px !important;
  }
  .indexPage .main .visit .galleryV .image div.current .slide .bigImg {
    width: 460px !important;
    height: 280px !important;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(50,50,50,0.75);
    -moz-box-shadow: 0px 0px 0px 0px rgba(50,50,50,0.75);
    box-shadow: 0px 0px 0px 0px rgba(50,50,50,0.75);
  }
  .indexPage .main .centerInfo {
    padding-left: 10px;
    padding-right: 10px;
  }
  .indexPage .main .centerInfo .background {
    height: 100%;
    max-height: 500px;
    border-radius: 0;
  }
  .indexPage .main .centerInfo .wrapper1200 .textContainer {
    padding-top: 25px;
  }
  .indexPage .main .centerInfo .wrapper1200 .cells {
    padding: 0;
    padding-bottom: 38px;
  }
  .indexPage .main .centerInfo .wrapper1200 .cells .cell {
    padding-top: 5px;
    width: 100%;
  }
  .indexPage .main .centerInfo .wrapper1200 .cells .cell .content {
    width: 100%;
  }
  .indexPage .main .centerInfo .wrapper1200 .cells .cell .date {
    margin-bottom: 5px;
  }
  .indexPage .main .centerInfo .wrapper1200 .cells .cell .circleButton {
    bottom: -7px;
    right: -7px;
  }
  .indexPage .main .centerInfo .wrapper1200 .cells .cell:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .indexPage .main .recoveryInfo {
    padding-left: 10px;
    padding-right: 10px;
  }
  .indexPage .main .recoveryInfo .background {
    max-height: 670px;
    height: 100%;
  }
  .indexPage .main .recoveryInfo .wrapper1200 .textContainer {
    padding-top: 25px;
  }
  .indexPage .main .recoveryInfo .wrapper1200 .cells {
    padding-bottom: 32px;
  }
  .indexPage .main .recoveryInfo .wrapper1200 .cells .cell {
    width: 100%;
    height: 240px;
  }
  .indexPage .main .recoveryInfo .wrapper1200 .cells .cell .cellTitle {
    top: 15px;
  }
  .indexPage .main .recoveryInfo .wrapper1200 .cells .cell .cellImg {
    width: 220px;
    height: 220px;
  }
  .indexPage .main .recoveryInfo .wrapper1200 .cells .cell .content {
    padding-top: 5px;
    padding-right: 245px;
    height: auto;
    max-height: 210px;
  }
  .indexPage .main .recoveryInfo .wrapper1200 .cells .cell:first-child {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .indexPage .main .proposeInfo {
    padding-left: 10px;
    padding-right: 10px;
  }
  .indexPage .main .proposeInfo .background {
    height: 100%;
    max-height: 710px;
    border-radius: 0;
  }
  .indexPage .main .proposeInfo .wrapper1200 .textContainer {
    padding-top: 25px;
  }
  .indexPage .main .proposeInfo .wrapper1200 .cells {
    padding: 0;
    padding-bottom: 45px;
  }
  .indexPage .main .proposeInfo .wrapper1200 .cells .cell {
    width: 440px;
    height: 240px;
  }
  .indexPage .main .proposeInfo .wrapper1200 .cells .cell .content {
    bottom: 10px;
  }
  .indexPage .main .proposeInfo .wrapper1200 .cells .cell:first-child {
    margin-right: 0;
    margin-bottom: 35px;
  }
}
