article {
  position: relative;
}

section.banner {
  width: 100%;
  background-image: url(../images/bg01.png);
  background-position: 55% 30%;
  overflow: hidden;
  background-size: 300px;
}
section.banner .inner {
  width: 1440px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 1500px) {
  section.banner .inner {
    width: 1200px;
  }
}
@media only screen and (max-width: 1250px) {
  section.banner .inner {
    width: 100%;
  }
}
section.banner .inner .img_box {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: 30px;
  padding-top: 170px;
  padding-bottom: 100px;
  width: 62%;
  max-width: 850px;
  min-height: 1100px;
}
@media only screen and (max-height: 700px) {
  section.banner .inner .img_box {
    padding-top: 130px;
    min-height: 950px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 1500px) {
  section.banner .inner .img_box {
    max-width: 730px;
    min-height: 950px;
  }
}
@media only screen and (max-width: 1250px) {
  section.banner .inner .img_box {
    margin-right: 60px;
    height: 950px;
    min-height: 100vh;
  }
}
@media only screen and (max-width: 950px) {
  section.banner .inner .img_box {
    width: 110%;
    margin-right: -80px;
    padding-top: 70px;
    height: auto;
  }
}
@media only screen and (max-width: 750px) {
  section.banner .inner .img_box {
    margin-right: auto;
    right: -40px;
  }
}
@media only screen and (max-width: 600px) {
  section.banner .inner .img_box {
    min-height: 170vw;
  }
}
@media only screen and (max-width: 400px) {
  section.banner .inner .img_box {
    min-height: 175vw;
  }
}
@media only screen and (min-height: 1250px) and (max-width: 1250px) {
  section.banner .inner .img_box {
    min-height: 850px;
    height: 800px;
  }
}
section.banner .inner .img_box .item {
  display: none;
  position: absolute;
}
section.banner .inner .img_box .item.active {
  display: block;
}
section.banner .inner .title_box {
  position: absolute;
  top: 290px;
  left: 60px;
  z-index: 1;
}
@media only screen and (max-width: 1500px) {
  section.banner .inner .title_box {
    top: 260px;
    left: 40px;
  }
}
@media only screen and (max-width: 950px) {
  section.banner .inner .title_box {
    left: 30px;
    top: 75vh;
  }
}
@media only screen and (max-width: 750px) {
  section.banner .inner .title_box {
    left: 30px;
    top: 75vh;
  }
}
@media only screen and (max-width: 600px) {
  section.banner .inner .title_box {
    top: 122vw;
  }
}
section.banner .inner .title_box .en {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1250px) {
  section.banner .inner .title_box .en {
    max-width: 552px;
    min-width: 330px;
    width: 40vw;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 950px) {
  section.banner .inner .title_box .en {
    margin-bottom: 20px;
  }
}
section.banner .inner .title_box h2 {
  font-size: 30px;
  margin-bottom: 40px;
  letter-spacing: 4px;
}
@media only screen and (max-width: 1250px) {
  section.banner .inner .title_box h2 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 950px) {
  section.banner .inner .title_box h2 {
    font-size: 24px;
  }
}
section.banner .inner .title_box .dot_box {
  position: relative;
}
@media only screen and (max-width: 950px) {
  section.banner .inner .title_box .dot_box {
    display: none;
  }
}
section.banner .inner .title_box .dot_box .dot {
  background-image: url(../images/dot_grey.svg);
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: top;
  margin-right: 18px;
  cursor: pointer;
}
section.banner .inner .title_box .dot_box .dot.active {
  background-image: url(../images/dot_brown.svg);
}

section.story {
  width: 100%;
  background-color: #beaa93;
  padding: 100px 0;
  overflow: hidden;
}
@media only screen and (max-width: 950px) {
  section.story {
    padding: 50px 0;
  }
}
section.story .inner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 1250px) {
  section.story .inner {
    width: calc(100% - 60px);
  }
}
section.story .inner h3 {
  font-size: 45px;
  font-weight: 500;
  color: #FFF;
  text-align: center;
  letter-spacing: 4px;
  position: relative;
  margin-bottom: 100px;
}
@media only screen and (max-width: 950px) {
  section.story .inner h3 {
    font-size: 28px;
    margin-bottom: 60px;
  }
}
section.story .inner h3:after {
  content: "";
  width: 85px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  bottom: -30px;
  margin-left: -42px;
}
@media only screen and (max-width: 950px) {
  section.story .inner h3:after {
    bottom: -20px;
    width: 55px;
    margin-left: -27px;
  }
}
section.story .inner .slide_box {
  margin-bottom: 100px;
  position: relative;
}
section.story .inner .slide_box .slide_img {
  display: inline-block;
  vertical-align: top;
  border-radius: 30px;
  overflow: hidden;
  font-size: 0px;
  margin-right: 20px;
  cursor: pointer;
  width: 740px;
}
@media only screen and (max-width: 1250px) {
  section.story .inner .slide_box .slide_img {
    width: 500px;
  }
}
@media only screen and (max-width: 950px) {
  section.story .inner .slide_box .slide_img {
    width: 330px;
    margin-right: 10px;
  }
}
section.story .inner .text_box {
  position: relative;
}
section.story .inner .text_box .story_logo {
  position: absolute;
  right: 40px;
  top: -160px;
  width: 356px;
}
@media only screen and (max-width: 1250px) {
  section.story .inner .text_box .story_logo {
    position: relative;
    right: initial;
    top: initial;
    margin: -160px auto 40px;
    width: 300px;
  }
}
@media only screen and (max-width: 950px) {
  section.story .inner .text_box .story_logo {
    width: 180px;
  }
}
section.story .inner .text_box .text {
  position: relative;
  width: 650px;
}
@media only screen and (max-width: 1250px) {
  section.story .inner .text_box .text {
    margin: 0 auto;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 950px) {
  section.story .inner .text_box .text {
    width: 100%;
  }
}
section.story .inner .text_box .text > p {
  color: #FFF;
  margin-bottom: 30px;
  line-height: 40px;
}
section.story .inner .text_box .text > p.last {
  margin-bottom: 0;
}
@media only screen and (max-width: 950px) {
  section.story .inner .text_box .text > p {
    font-size: 18px;
  }
}
section.story .inner .text_box .text a.viewall {
  position: absolute;
  right: -460px;
  bottom: 10px;
  height: 28px;
}
@media only screen and (max-width: 1250px) {
  section.story .inner .text_box .text a.viewall {
    right: 60px;
    bottom: 10px;
  }
}

section.news {
  width: 100%;
  padding: 100px 0;
  overflow: hidden;
  background-image: url(../images/bg01.png);
  background-position: 5% -80px;
  background-size: 300px;
}
@media only screen and (max-width: 950px) {
  section.news {
    padding: 50px 0;
  }
}
section.news .inner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 1250px) {
  section.news .inner {
    width: calc(100% - 60px);
  }
}
section.news .inner h3 {
  color: #000;
}
section.news .inner h3:after {
  background-color: #000;
}
section.news .inner .main {
  text-align: center;
  margin-bottom: 100px;
}
@media only screen and (max-width: 950px) {
  section.news .inner .main {
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: solid 1px #908b82;
  }
}
section.news .inner .main .news_img {
  display: inline-block;
  vertical-align: top;
  border-radius: 40px;
  overflow: hidden;
  font-size: 0px;
  margin-right: 70px;
  max-width: 525px;
  width: 100%;
}
@media only screen and (max-width: 1250px) {
  section.news .inner .main .news_img {
    max-width: 405px;
    margin-right: 40px;
  }
}
@media only screen and (max-width: 950px) {
  section.news .inner .main .news_img {
    min-width: 300px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
section.news .inner .main .info_box {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 605px);
  text-align: left;
}
@media only screen and (max-width: 1250px) {
  section.news .inner .main .info_box {
    width: calc(100% - 455px);
  }
}
@media only screen and (max-width: 950px) {
  section.news .inner .main .info_box {
    width: 100%;
  }
}
section.news .inner .main .info_box .cate {
  margin-bottom: 10px;
  color: #beaa93;
  line-height: 40px;
}
@media only screen and (max-width: 1250px) {
  section.news .inner .main .info_box .cate {
    line-height: 20px;
  }
}
@media only screen and (max-width: 950px) {
  section.news .inner .main .info_box .cate {
    font-size: 14px;
  }
}
section.news .inner .main .info_box .title {
  font-size: 30px;
  margin-bottom: 20px;
  line-height: 50px;
}
@media only screen and (max-width: 1250px) {
  section.news .inner .main .info_box .title {
    font-size: 26px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 950px) {
  section.news .inner .main .info_box .title {
    font-size: 22px;
  }
}
section.news .inner .main .info_box .detail {
  margin-bottom: 40px;
  line-height: 40px;
}
@media only screen and (max-width: 1250px) {
  section.news .inner .main .info_box .detail {
    margin-bottom: 20px;
    line-height: 36px;
    font-size: 18px;
  }
}
section.news .inner .list_box {
  text-align: center;
  position: relative;
  padding-bottom: 50px;
}
@media only screen and (max-width: 950px) {
  section.news .inner .list_box {
    text-align: left;
  }
}
section.news .inner .list_box .cate_box {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 2;
  max-width: 150px;
}
@media only screen and (max-width: 950px) {
  section.news .inner .list_box .cate_box {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #fff;
    padding: 8px 20px 14px;
    border-radius: 10px;
    cursor: pointer;
    margin-bottom: 30px;
    text-align: center;
    max-width: initial;
  }
}
section.news .inner .list_box .cate_box .title {
  color: #beaa93;
  font-size: 30px;
  margin-bottom: 30px;
  text-align: left;
}
@media only screen and (max-width: 950px) {
  section.news .inner .list_box .cate_box .title {
    display: none;
  }
}
section.news .inner .list_box .cate_box .title_m {
  display: none;
}
@media only screen and (max-width: 950px) {
  section.news .inner .list_box .cate_box .title_m {
    color: #beaa93;
    font-size: 18px;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
  }
}
section.news .inner .list_box .cate_box .arr {
  width: 16px;
  height: 16px;
  background-image: url(../images/cate_btn.svg);
  background-repeat: no-repeat;
  margin-left: 10px;
  display: none;
}
@media only screen and (max-width: 950px) {
  section.news .inner .list_box .cate_box .arr {
    display: inline-block;
    vertical-align: middle;
  }
}
@media only screen and (min-width: 951px) {
  section.news .inner .list_box .cate_box .cate_list {
    display: block !important;
  }
}
@media only screen and (max-width: 950px) {
  section.news .inner .list_box .cate_box .cate_list {
    display: none;
    position: absolute;
    z-index: 1;
    top: 45px;
    left: 0;
    background-color: #fff;
    padding: 10px 0px;
    border: solid 1px #beaa93;
  }
}
section.news .inner .list_box .cate_box .cate_list .cate {
  color: #908b82;
  margin-bottom: 10px;
  cursor: pointer;
  text-align: left;
  display: block;
  background-color: transparent;
  border: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
section.news .inner .list_box .cate_box .cate_list .cate.active {
  color: #beaa93;
}
@media only screen and (min-width: 751px) {
  section.news .inner .list_box .cate_box .cate_list .cate:hover {
    color: #beaa93;
  }
}
@media only screen and (max-width: 950px) {
  section.news .inner .list_box .cate_box .cate_list .cate {
    font-size: 18px;
    margin-bottom: 0;
    padding: 5px 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  section.news .inner .list_box .cate_box .cate_list .cate.active {
    color: #908b82;
  }
}
@media only screen and (max-width: 950px) and (min-width: 751px) {
  section.news .inner .list_box .cate_box .cate_list .cate:hover {
    background-color: rgba(0, 0, 0, 0.05);
    color: #beaa93;
  }
}
section.news .inner .list_box .news_list {
  width: calc(100% - 375px);
  display: inline-block;
  vertical-align: top;
  margin-left: 210px;
  position: relative;
}
@media only screen and (max-width: 1250px) {
  section.news .inner .list_box .news_list {
    width: calc(100% - 205px);
    margin-left: 40px;
  }
}
@media only screen and (max-width: 950px) {
  section.news .inner .list_box .news_list {
    width: 100%;
    margin-left: 0;
  }
}
section.news .inner .list_box .news_list a.item {
  display: block;
  text-align: left;
  background-color: #fff;
  border-radius: 10px;
  font-size: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 45px 50px;
  margin-bottom: 10px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
section.news .inner .list_box .news_list a.item:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 950px) {
  section.news .inner .list_box .news_list a.item {
    padding: 25px 30px;
  }
}
section.news .inner .list_box .news_list a.item .info_box {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
@media only screen and (max-width: 950px) {
  section.news .inner .list_box .news_list a.item .info_box {
    margin-bottom: 20px;
  }
}
section.news .inner .list_box .news_list a.item .info_box .time {
  font-size: 16px;
  font-weight: 300;
  color: #908b82;
}
@media only screen and (max-width: 950px) {
  section.news .inner .list_box .news_list a.item .info_box .time {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    margin-right: 15px;
  }
}
section.news .inner .list_box .news_list a.item .info_box .cate {
  color: #908b82;
}
@media only screen and (max-width: 950px) {
  section.news .inner .list_box .news_list a.item .info_box .cate {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
  }
}
section.news .inner .list_box .news_list a.item h4.title {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  width: calc(100% - 230px);
  margin-left: 130px;
}
@media only screen and (max-width: 950px) {
  section.news .inner .list_box .news_list a.item h4.title {
    width: 100%;
    margin-left: 0;
    font-size: 20px;
  }
}
section.news .inner .list_box .news_list a.item.new .info_box:after {
  content: "New";
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  right: -75px;
  top: 10px;
  background-color: #908b82;
  color: #FFF;
  padding: 5px 6px;
  border-radius: 5px;
}
@media only screen and (max-width: 950px) {
  section.news .inner .list_box .news_list a.item.new .info_box:after {
    font-size: 14px;
    padding: 3px 10px;
    right: -70px;
    top: 5px;
  }
}
@media only screen and (min-width: 751px) {
  section.news .inner .list_box .news_list a.item:hover {
    background-color: #beaa93;
  }
  section.news .inner .list_box .news_list a.item:hover .info_box .time, section.news .inner .list_box .news_list a.item:hover .info_box .cate {
    color: #FFF;
  }
  section.news .inner .list_box .news_list a.item:hover h4.title {
    color: #FFF;
  }
}
section.news .inner .list_box .viewall {
  position: absolute;
  right: 40px;
  bottom: 0px;
  height: 28px;
}

section.product {
  width: 100%;
  padding: 100px 0 180px;
  background-color: #beaa93;
  overflow: hidden;
}
@media only screen and (max-width: 950px) {
  section.product {
    padding: 50px 0;
  }
}
section.product .inner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 1250px) {
  section.product .inner {
    width: calc(100% - 60px);
  }
}
section.product .inner .main {
  width: 250px;
  position: relative;
}
@media only screen and (max-width: 950px) {
  section.product .inner .main {
    width: 330px;
    margin-bottom: 30px;
  }
}
section.product .inner .main h3:after {
  margin-left: 0;
  left: 0;
}
@media only screen and (max-width: 950px) {
  section.product .inner .main h3 {
    text-align: left;
  }
}
section.product .inner .main h4 {
  color: #FFF;
  line-height: 40px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 950px) {
  section.product .inner .main h4 {
    font-size: 18px;
    line-height: 36px;
  }
}
section.product .inner .main .slide_btn_box {
  margin-bottom: 40px;
}
@media only screen and (max-width: 950px) {
  section.product .inner .main .slide_btn_box {
    display: none;
  }
}
section.product .inner .main .slide_btn_box .prev, section.product .inner .main .slide_btn_box .next {
  width: 57px;
  height: 57px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  overflow: hidden;
  background-image: url(../images/btn_ar_brown.svg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 751px) {
  section.product .inner .main .slide_btn_box .prev:hover, section.product .inner .main .slide_btn_box .next:hover {
    background-color: white;
  }
}
section.product .inner .main .slide_btn_box .next {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 0;
}
section.product .inner .main .viewall {
  height: 28px;
}
section.product .inner .slide_box {
  margin-bottom: 80px;
  position: absolute;
  width: 1200px;
  overflow: hidden;
  top: 0;
  left: 320px;
}
@media only screen and (max-width: 950px) {
  section.product .inner .slide_box {
    width: 120%;
    position: relative;
    left: 0;
    margin-bottom: 0;
  }
}
section.product .inner .slide_box .slick-prev, section.product .inner .slide_box .slick-next {
  display: none !important;
}
section.product .inner .slide_box .item {
  display: inline-block;
  vertical-align: top;
  margin: 0 50px;
  text-align: center;
}
@media only screen and (max-width: 950px) {
  section.product .inner .slide_box .item {
    margin: 0 20px;
  }
}
@media only screen and (min-width: 751px) {
  section.product .inner .slide_box .item:hover figure {
    -webkit-filter: brightness(70%);
            filter: brightness(70%);
  }
  section.product .inner .slide_box .item:hover .cate {
    color: #000;
  }
  section.product .inner .slide_box .item:hover .p_name {
    color: #000;
  }
  section.product .inner .slide_box .item:hover .readmore {
    background-color: #FFF;
  }
  section.product .inner .slide_box .item:hover .readmore span {
    color: #beaa93;
  }
  section.product .inner .slide_box .item:hover .readmore .arr {
    background-image: url(../images/btn_ar_brown.svg);
  }
}
section.product .inner .slide_box .item figure {
  width: 330px;
  height: 330px;
  margin-bottom: 40px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-radius: 200px;
  overflow: hidden;
}
section.product .inner .slide_box .item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 950px) {
  section.product .inner .slide_box .item figure {
    width: 250px;
    height: 250px;
  }
}
@media only screen and (max-width: 950px) {
  section.product .inner .slide_box .item figure {
    margin-bottom: 30px;
  }
}
section.product .inner .slide_box .item .cate {
  color: #FFF;
  margin-bottom: 10px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 950px) {
  section.product .inner .slide_box .item .cate {
    font-size: 16px;
  }
}
section.product .inner .slide_box .item .p_name {
  font-size: 30px;
  color: #FFF;
  margin-bottom: 30px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 950px) {
  section.product .inner .slide_box .item .p_name {
    font-size: 24px;
  }
}
section.product .inner .slide_box .item .readmore {
  margin: 0 auto;
}