header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  background-color: #ffffff;
  line-height: 112px;
  height: 112px;
}
header > div {
  line-height: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div .logo {
  width: 30%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
header > div .logo .logo_img {
  margin-right: 20px;
}
header > div .logo .logo_img a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div .logo .logo_img a img {
  height: 64px;
}
header > div nav {
  width: 68%;
  line-height: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div nav ul {
  width: 90%;
  width: calc(100% - 180px);
  line-height: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div nav ul li {
  line-height: inherit;
  position: relative;
  padding: 0 10px;
  z-index: 999;
  transition: all 1s;
}
header > div nav ul li:hover {
  background-color: #f6f7f5;
}
header > div nav ul li:hover .menu {
  height: auto;
  opacity: 1;
}
header > div nav ul li a {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: inherit;
  font-weight: 400;
  text-align: center;
}
header > div nav ul li .menu {
  opacity: 0;
  overflow: hidden;
  height: 0;
  width: 100%;
  transition: all 1s;
  position: absolute;
  top: 112px;
  left: 0;
  background-color: #f6f7f5;
}
header > div nav ul li .menu .menu_item:nth-of-type(1) {
  margin-top: 20px;
}
header > div nav ul li .menu .menu_item:nth-last-of-type(1) {
  margin-bottom: 20px;
}
header > div nav ul li .menu .menu_item a {
  font-size: 14px;
  color: #333;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
}
header > div nav ul li .menu .menu_item:hover {
  background-color: #c7a779;
}
header > div nav ul li .menu .menu_item:hover a {
  color: #fff;
}
header > div nav .tool {
  width: 150px;
  padding-left: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div nav .tool > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
header > div nav .tool > div:nth-of-type(1) {
  position: relative;
}
header > div nav .tool > div:nth-of-type(1)::after {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background-color: #f0f0f0;
  position: absolute;
  right: -10px;
}
header > div nav .tool > div a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div nav .tool > div a i {
  color: #666;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 18px;
}
header > div nav .tool > div a h3 {
  margin-left: 10px;
  font-size: 14px;
  color: #333;
  line-height: 14px;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  header {
    line-height: 92px;
    height: 92px;
  }
  header > div nav ul li a {
    font-size: 15px;
  }
}
@media screen and (max-width: 992px) {
  header {
    display: none;
  }
}
footer .top {
  background-color: #000;
  background-position: left top;
  background-size: cover;
  padding-bottom: 64px;
}
footer .top .w80 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .top .w80 .left {
  width: 60%;
}
footer .top .w80 .left .f_list {
  margin-top: 64px;
  margin-bottom: 40px;
}
footer .top .w80 .left .f_list ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .top .w80 .left .f_list ul li.line {
  color: #fff;
  opacity: 0.4;
}
footer .top .w80 .left .f_list ul li a {
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
}
footer .top .w80 .left .f_contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .top .w80 .left .f_contact .f_c_sub1 {
  width: 60%;
}
footer .top .w80 .left .f_contact .f_c_sub1 h4 {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 8px;
}
footer .top .w80 .left .f_contact .f_c_sub1 h2 {
  font-size: 24px;
  color: #fff;
  line-height: 1;
  font-weight: 100;
  text-align: left;
  margin-bottom: 26px;
}
footer .top .w80 .left .f_contact .f_c_sub1 p {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 14px;
}
footer .top .w80 .left .f_contact .f_c_sub2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .top .w80 .left .f_contact .f_c_sub2 .erweima {
  margin-left: 24px;
}
footer .top .w80 .left .f_contact .f_c_sub2 .erweima img {
  margin-bottom: 8px;
}
footer .top .w80 .left .f_contact .f_c_sub2 .erweima p {
  font-size: 14px;
  color: #b4b4b4;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
footer .top .w80 .right {
  width: 320px;
}
footer .top .w80 .right .img {
  margin-top: 60px;
}
footer .top .w80 .right .img img {
  width: initial;
}
footer .top .w80 .right .text h3 {
  font-size: 26px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  opacity: 0.6;
}
footer .top .w80 .right .text h3::after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background-color: #cf241e;
  margin-top: 18px;
  margin-bottom: 30px;
}
footer .top .w80 .right .text p {
  font-size: 15px;
  color: #a7a7a7;
  line-height: 1.8;
  font-weight: 100;
  text-align: left;
}
footer .bottom {
  width: 100%;
  height: 50px;
  background-color: #404040;
}
footer .bottom .w80 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .bottom .w80 .left a {
  font-size: 14px;
  color: #fff;
  line-height: 50px;
  font-weight: 400;
  text-align: left;
  margin-right: 20px;
}
footer .bottom .w80 .right a {
  font-size: 14px;
  color: #fff;
  line-height: 50px;
  font-weight: 400;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  footer .top .w80 .left .f_contact .f_c_sub1 {
    width: 50%;
  }
  footer .top .w80 .left .f_list ul li a {
    font-size: 14px;
  }
  footer .top .w80 .left .f_contact .f_c_sub1 h2 {
    font-size: 30px;
  }
  footer .top .w80 .left .f_contact .f_c_sub1 h4 {
    font-size: 14px;
  }
  footer .top .w80 .left .f_contact .f_c_sub1 p {
    font-size: 14px;
  }
  footer .top .w80 .left .f_contact .f_c_sub2 .erweima img {
    width: 94px;
  }
  footer .top .w80 .right .text h3 {
    font-size: 22px;
    margin-top: 8px;
  }
  footer .top .w80 .right .text p {
    font-size: 16px;
  }
  footer .top {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 992px) {
  footer .top .w80 .left .f_list {
    display: none;
  }
  footer .top .w80 .left {
    width: 100%;
  }
  footer .top .w80 .left .f_contact {
    width: 100%;
  }
  footer .top {
    padding-top: 50px;
  }
  footer .top .w80 .left .f_contact .f_c_sub2 .erweima {
    margin-left: 0;
    margin-right: 20px;
  }
  footer .top .w80 .left .f_contact .f_c_sub1 {
    width: 100%;
  }
  footer .top .w80 .right {
    margin-top: 40px;
  }
  footer .bottom .w80 .left a:nth-of-type(2) {
    display: none;
  }
  footer .bottom .w80 .right {
    display: none;
  }
  footer .top .w80 .right .text h3 {
    font-size: 22px;
  }
  footer .top .w80 .right {
    display: none;
  }
}
.title {
  margin: 0 auto;
}
.title p {
  font-size: 20px;
  color: #000;
  line-height: 1;
  font-weight: 100;
  text-align: left;
  margin-bottom: 6px;
}
.title p span {
  font-size: 20px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.title h3 {
  font-size: 34px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  .title h3 {
    font-size: 28px;
    color: #000;
    line-height: 1;
    font-weight: 700;
    text-align: left;
  }
  .title p {
    font-size: 16px;
  }
  .title p span {
    font-size: 16px;
  }
}
.more {
  width: 214px;
  height: 52px;
  background-color: #c7a779;
  border-radius: 30px;
  margin-top: 80px;
}
.more a {
  font-size: 16px;
  color: #fff;
  line-height: 52px;
  font-weight: 100;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.more a i {
  font-size: 16px;
  margin-left: 6px;
}
@media screen and (max-width: 1440px) {
  .more {
    width: 194px;
    height: 44px;
    margin-top: 40px;
  }
  .more a {
    line-height: 44px;
    font-size: 13px;
  }
  .more a i {
    font-size: 13px;
  }
}
.index .banner {
  margin-top: 112px;
}
.index .banner .swiper-wrapper .swiper-slide {
  position: relative;
  flex-wrap: wrap;
}
.index .banner .swiper-wrapper .swiper-slide .img {
  width: 100%;
}
.index .banner .swiper-wrapper .swiper-slide .img img {
  width: 100%;
}
.index .banner .swiper-wrapper .swiper-slide .text {
  width: 100%;
  height: inherit;
  position: absolute;
  left: 0;
  top: 0;
}
.index .banner .swiper-wrapper .swiper-slide .text .w80 {
  height: inherit;
  position: relative;
}
.index .banner .swiper-wrapper .swiper-slide .text .w80 .t_box {
  position: absolute;
  top: 60%;
  left: 120px;
  transform: translateY(-50%);
  width: 60%;
  opacity: 0;
  transition: all 2s ease;
}
.index .banner .swiper-wrapper .swiper-slide .text .w80 .t_box h2 {
  font-size: 48px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 30px;
}
.index .banner .swiper-wrapper .swiper-slide .text .w80 .t_box p {
  font-size: 18px;
  color: #fff;
  line-height: 1.8;
  font-weight: 100;
  text-align: left;
}
.index .banner .swiper-wrapper .swiper-slide.swiper-slide-active .text .w80 .t_box {
  top: 50%;
  opacity: 1;
}
.index .banner .swiper-pagination {
  bottom: 40px;
}
.index .banner .swiper-pagination .swiper-pagination-bullet {
  width: 40px;
  height: 4px;
  border-radius: 0;
}
.index .banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000;
}
.index .part01 .w80 .title {
  margin-top: 100px;
}
.index .part01 .w80 .title h3 {
  text-align: center;
}
.index .part01 .w80 .pt01_list {
  margin-top: 50px;
  margin-bottom: 100px;
}
.index .part01 .w80 .pt01_list ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part02 .w80 .top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.index .part02 .w80 .top .left {
  width: 30%;
}
.index .part02 .w80 .top .left .title {
  margin-bottom: 36px;
}
.index .part02 .w80 .top .left p {
  font-size: 16px;
  color: #333;
  line-height: 2;
  font-weight: 100;
  text-align: left;
}
.index .part02 .w80 .top .right {
  width: 64%;
}
.index .part02 .w80 .top .right .img {
  width: 100%;
}
.index .part02 .w80 .top .right .img img {
  width: 100%;
}
.index .part02 .w80 .bottom {
  position: relative;
  bottom: 150px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part02 .w80 .bottom .left {
  width: 50%;
}
.index .part02 .w80 .bottom .left .img img {
  width: 100%;
}
.index .part02 .w80 .bottom .right {
  width: 45%;
}
.index .part02 .w80 .bottom .right ul {
  margin-top: 140px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part02 .w80 .bottom .right ul li .tt {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
}
.index .part02 .w80 .bottom .right ul li .tt h3 {
  font-size: 48px;
  color: #c7a779;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.index .part02 .w80 .bottom .right ul li .tt span {
  font-size: 14px;
  color: #000;
  line-height: 1;
  font-weight: 100;
  text-align: center;
  margin-bottom: 6px;
  margin-left: 6px;
}
.index .part02 .w80 .bottom .right ul li .bt {
  margin-top: 12px;
}
.index .part02 .w80 .bottom .right ul li .bt p {
  font-size: 16px;
  color: #000;
  line-height: 1;
  font-weight: 100;
  text-align: center;
}
.index .part03 {
  margin-top: -40px;
  padding-bottom: 120px;
  border-bottom: 12px solid #f0f0f0;
}
.index .part03 .w80 .title {
  width: 100%;
}
.index .part03 .w80 .title h3 {
  text-align: center;
}
.index .part03 .w80 .proList {
  margin-top: 46px;
}
.index .part03 .w80 .proList .img {
  width: 100%;
}
.index .part03 .w80 .proList .img img {
  width: 100%;
}
.index .part03 .w80 .proList ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part03 .w80 .proList ul li {
  width: 24.6%;
  position: relative;
  margin-bottom: 10px;
}
.index .part03 .w80 .proList ul li:hover .text {
  height: 100%;
}
.index .part03 .w80 .proList ul li .text {
  height: 0%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  transition: all 0.8s ease;
}
.index .part03 .w80 .proList ul li .text .tt {
  position: relative;
  width: 100%;
  height: inherit;
}
.index .part03 .w80 .proList ul li .text .tt a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.index .part03 .w80 .proList ul li .text .tt a i {
  font-size: 48px;
  color: #fff;
  line-height: 1;
  font-weight: 100;
  text-align: center;
}
.index .part03 .w80 .proList ul li .text .tt a p {
  font-size: 15px;
  color: #fff;
  line-height: 52px;
  font-weight: 100;
  text-align: center;
}
.index .part04 {
  width: 100%;
  height: 490px;
}
.index .part04 .w80 {
  height: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part04 .w80 .left {
  height: inherit;
  position: relative;
}
.index .part04 .w80 .left .title {
  width: 280px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.index .part04 .w80 .right {
  width: calc(100% - 300px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-left: 1px solid #f0f0f0;
  box-sizing: border-box;
}
.index .part05 {
  width: 100%;
  height: 560px;
  background-image: url(/static/default/assets/images/pt05_bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
}
.index .part05 .w80 .title {
  margin-top: 180px;
}
.index .part05 .w80 .title p {
  color: #fff;
}
.index .part05 .w80 .title p span {
  color: #fff;
}
.index .part05 .w80 .title h3 {
  color: #fff;
}
.index .part05 .w80 .text {
  width: 78%;
  margin-top: 40px;
}
.index .part05 .w80 .text p {
  font-size: 16px;
  color: #fff;
  line-height: 1.8;
  font-weight: 100;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  .index .banner {
    margin-top: 92px;
  }
  .index .banner .swiper-wrapper .swiper-slide .text .w80 .t_box h2 {
    font-size: 36px;
    margin-bottom: 16px;
  }
  .index .banner .swiper-wrapper .swiper-slide .text .w80 .t_box p {
    font-size: 16px;
    line-height: 1.5;
  }
  .index .part01 .w80 .title {
    margin-top: 70px;
  }
  .index .part01 .w80 .pt01_list ul li {
    width: 13%;
  }
  .index .part01 .w80 .pt01_list ul li .img img {
    width: 100%;
  }
  .index .part01 .w80 .pt01_list {
    margin-top: 40px;
    margin-bottom: 70px;
  }
  .index .part02 .w80 .top .left p {
    font-size: 14px;
    line-height: 1.8;
  }
  .index .part02 .w80 .top .left .title {
    margin-bottom: 26px;
  }
  .index .part02 .w80 .bottom .right ul li .tt h3 {
    font-size: 36px;
  }
  .index .part02 .w80 .bottom .right ul li .bt p {
    font-size: 14px;
  }
  .index .part03 .w80 .title {
    width: 230px;
  }
  .index .part01 .w80 .title {
    width: 200px;
  }
  .index .part03 {
    margin-top: -60px;
    padding-bottom: 70px;
  }
  .index .part04 .w80 .right {
    width: calc(100% - 200px);
  }
  .index .part05 {
    height: 420px;
  }
  .index .part05 .w80 .title {
    margin-top: 140px;
  }
  .index .part05 .w80 .text p {
    font-size: 14px;
  }
  .index .part05 .w80 .text {
    margin-top: 20px;
  }
}
@media screen and (max-width: 992px) {
  .index .banner {
    margin-top: 50px;
  }
  .index .banner .swiper-wrapper .swiper-slide .text .w80 .t_box p {
    display: block;
    font-size: 14px;
  }
  .more {
    display: none;
  }
  .index .banner .swiper-pagination {
    bottom: 10px;
  }
  .index .banner .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 2px;
    border-radius: 0;
  }
  .index .banner .swiper-wrapper .swiper-slide .text .w80 .t_box h2 {
    display: none;
  }
  .index .banner .swiper-wrapper .swiper-slide .text .w80 .t_box {
    left: 5%;
    width: 90%;
  }
  .title h3 {
    text-align: center;
    font-size: 22px;
  }
  .index .part01 .w80 .pt01_list ul li {
    width: 24%;
  }
  .index .part02 .w80 .top .left {
    width: 100%;
  }
  .index .part02 .w80 .top .left p {
    text-align: center;
  }
  .index .part02 .w80 .top .right {
    width: 100%;
    margin-top: 20px;
  }
  .index .part02 .w80 .bottom {
    position: static;
  }
  .index .part02 .w80 .bottom .left {
    width: 100%;
  }
  .index .part02 .w80 .bottom .right {
    width: 100%;
  }
  .index .part02 .w80 .bottom .right ul {
    margin-top: 30px;
  }
  .index .part02 .w80 .bottom .right ul li:nth-of-type(3) {
    display: none;
  }
  .index .part03 {
    margin-top: 60px;
  }
  .title p {
    text-align: center;
  }
  .index .part03 .w80 .proList {
    margin-top: 36px;
  }
  .index .part03 .w80 .proList ul li {
    width: 49.2%;
  }
  .index .part04 .w80 .left {
    width: 100%;
    height: auto;
  }
  .index .part04 .w80 .right {
    width: 100%;
    border: none;
  }
  .index .part04 .w80 .right .item {
    width: 24%;
  }
  .index .part04 .w80 .right .item img {
    width: 100%;
  }
  .index .part04 {
    height: auto;
    padding-bottom: 60px;
  }
  .index .part04 .w80 .left .title {
    position: static;
    transform: translateY(0);
    padding-top: 60px;
  }
  .index .part05 .w80 .text {
    width: 100%;
  }
  .index .part05 .w80 .title {
    margin-top: 100px;
  }
}
.about .main .part01 {
  margin-top: 110px;
}
.about .main .part01 .w80 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about .main .part01 .w80 .left {
  width: 60%;
}
.about .main .part01 .w80 .left h3 {
  font-size: 36px;
  color: #c7a779;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 30px;
}
.about .main .part01 .w80 .left p {
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  font-weight: 100;
  text-align: left;
  margin-bottom: 40px;
}
.about .main .part01 .w80 .right {
  width: 34%;
}
.about .main .part01 .w80 .right img {
  width: 100%;
}
.about .main .part02 {
  margin-top: 80px;
}
.about .main .part02 > div {
  background-color: #f6f7f5;
  box-sizing: border-box;
  padding: 60px 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about .main .part02 > div .left {
  width: 54%;
}
.about .main .part02 > div .left .img {
  width: 100%;
}
.about .main .part02 > div .left .img img {
  width: 100%;
}
.about .main .part02 > div .right {
  width: 40%;
}
.about .main .part02 > div .right .text h3 {
  font-size: 36px;
  color: #c7a779;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 30px;
}
.about .main .part02 > div .right .text p {
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  font-weight: 100;
  text-align: left;
  margin-bottom: 20px;
}
.about .main .part02 > div .right .img {
  width: 70%;
  margin: 60px auto 0;
}
.about .main .part02 > div .right .img img {
  width: 100%;
}
.about .main .part03 {
  margin-top: 100px;
}
.about .main .part03 .w80 .title h3 {
  font-size: 36px;
  color: #c7a779;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.about .main .part03 .w80 .title p {
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  font-weight: 100;
  text-align: center;
  margin-bottom: 40px;
}
.about .main .part03 .w80 .items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about .main .part03 .w80 .items .item {
  border: 2px solid #f6f7f5;
}
.about .main .part04 {
  margin-top: 80px;
  margin-bottom: 120px;
}
.about .main .part04 .w80 {
  background-image: url(/images/zeren_bg.jpg);
  height: 500px;
  position: relative;
}
.about .main .part04 .w80 .top {
  position: absolute;
  right: 80px;
  top: 100px;
}
.about .main .part04 .w80 .top p {
  text-align: right;
}
.about .main .part04 .w80 .top p:nth-of-type(1) {
  font-size: 22px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: right;
}
.about .main .part04 .w80 .top p:nth-of-type(2) {
  margin-top: 20px;
  font-size: 15px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: right;
}
.about .main .part04 .w80 .bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60%;
  box-sizing: border-box;
  padding: 60px;
  background-color: rgba(255, 255, 255, 0.6);
}
.about .main .part04 .w80 .bottom h3 {
  font-size: 36px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 20px;
}
.about .main .part04 .w80 .bottom p {
  font-size: 16px;
  color: #000;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  .about .main .part01 .w80 .left h3 {
    font-size: 30px;
  }
  .about .main .part01 .w80 .left p {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 20px;
  }
  .about .main .part02 > div .right .text h3 {
    font-size: 30px;
  }
  .about .main .part02 > div .right .text p {
    font-size: 14px;
    font-weight: normal;
  }
  .about .main .part03 .w80 .title h3 {
    font-size: 30px;
  }
  .about .main .part03 .w80 .title p {
    font-size: 14px;
    font-weight: normal;
  }
  .about .main .part03 .w80 .items .item {
    width: 25%;
    box-sizing: border-box;
  }
  .about .main .part04 .w80 .bottom h3 {
    font-size: 30px;
  }
  .about .main .part04 .w80 .bottom p {
    font-size: 14px;
  }
  .about .main .part04 .w80 .top p:nth-of-type(1) {
    font-size: 18px;
  }
}
@media screen and (max-width: 992px) {
  .about .main .part01 .w80 .left {
    width: 100%;
  }
  .about .main .part01 {
    margin-top: 60px;
  }
  .about .main .part01 .w80 .left h3 {
    font-size: 22px;
  }
  .about .main .part01 .w80 .right {
    width: 100%;
  }
  .about .main .part02 > div {
    padding: 10px;
  }
  .about .main .part02 > div .left {
    width: 100%;
  }
  .about .main .part02 > div .right {
    width: 100%;
    margin-top: 30px;
  }
  .about .main .part02 > div .right .text h3 {
    font-size: 22px;
    margin-bottom: 14px;
  }
  .about .main .part02 > div .right .img {
    width: 90%;
    margin: 40px auto 40px;
  }
  .about .main .part03 .w80 .title h3 {
    font-size: 22px;
  }
  .about .main .part03 .w80 .items .item {
    width: 49%;
  }
  .about .main .part03 .w80 .items .item img {
    width: 100%;
  }
  .about .main .part04 .w80 .bottom {
    padding: 20px;
    width: 100%;
  }
  .about .main .part04 .w80 .bottom h3 {
    font-size: 22px;
  }
  .about .main .part04 .w80 .top {
    right: 5%;
  }
  .about .main .part04 {
    margin-bottom: 80px;
  }
}
.product .main .part01 > .w80 {
  margin-top: 100px;
  background-color: #f6f7f5;
  padding: 50px;
  box-sizing: border-box;
}
.product .main .part01 > .w80 .top h3 {
  font-size: 36px;
  color: #c7a779;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 30px;
}
.product .main .part01 > .w80 .top p {
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  font-weight: 100;
  text-align: left;
  margin-bottom: 10px;
}
.product .main .part01 > .w80 .top p span {
  font-size: 18px;
  font-weight: bold;
}
.product .main .part02 {
  margin-top: 60px;
}
.product .main .part02 .w80 ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.product .main .part02 .w80 ul li {
  position: relative;
  width: 24%;
  margin-bottom: 10px;
}
.product .main .part02 .w80 ul li a .img img {
  width: 100%;
}
.product .main .part02 .w80 ul li a .text {
  position: absolute;
  left: 10%;
  bottom: 10%;
  z-index: 3;
}
.product .main .part02 .w80 ul li a .text h3 {
  font-size: 24px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 20px;
}
.product .main .part02 .w80 ul li a .text p {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.product .main .part02 .w80 ul li a .mask {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
@media screen and (max-width: 1440px) {
  .product .main .part01 > .w80 .top h3 {
    font-size: 30px;
  }
  .product .main .part01 > .w80 .top p {
    font-size: 14px;
  }
  .product .main .part01 > .w80 .top p span {
    font-size: 16px;
  }
  .product .main .part02 .w80 ul li a .text h3 {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .product .main .part02 .w80 ul li a .text p {
    font-size: 13px;
  }
}
@media screen and (max-width: 992px) {
  .product .main .part01 > .w80 {
    margin-top: 60px;
    padding: 20px;
  }
  .product .main .part01 > .w80 .top h3 {
    font-size: 22px;
    margin-top: 30px;
  }
  .product .main .part02 .w80 ul li {
    width: 100%;
  }
}
.product_details .main {
  margin-top: 110px;
}
.product_details .main .top {
  padding-top: 50px;
  width: 100%;
  height: 580px;
  overflow: hidden;
  background: url(../images/pro_detailed_bg.jpg) repeat-y center;
}
.product_details .main .top .ct {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  height: inherit;
}
.product_details .main .top .ct .left {
  width: 50%;
  height: inherit;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.product_details .main .top .ct .left .bigImg {
  width: 84%;
  height: inherit;
}
.product_details .main .top .ct .left .bigImg img {
  width: 100%;
}
.product_details .main .top .ct .left .smailImg {
  width: 14%;
  height: inherit;
}
.product_details .main .top .ct .left .smailImg ul {
  padding: 8px;
  box-sizing: border-box;
  border: 1px solid #f0f0f0;
  overflow: hidden;
  height: inherit;
  width: 100%;
}
.product_details .main .top .ct .left .smailImg ul li {
  width: 100%;
  box-sizing: border-box;
  margin-top: 8px;
}
.product_details .main .top .ct .left .smailImg ul li img {
  width: 100%;
}
.product_details .main .top .ct .left .smailImg ul li.active {
  border: 2px solid #c7a779;
}
.product_details .main .top .ct .right {
  width: 44%;
  height: inherit;
  position: relative;
}
.product_details .main .top .ct .right .title h3 {
  font-size: 28px;
  color: #333;
  line-height: 1;
  font-weight: bold;
  text-align: left;
}
.product_details .main .top .ct .right .title::after {
  display: block;
  content: "";
  margin-top: 30px;
  width: 60px;
  height: 2px;
  background-color: #c7a779;
}
.product_details .main .top .ct .right .pro_content {
  margin-top: 40px;
  margin-bottom: 40px;
}
.product_details .main .top .ct .right .pro_content p {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
  font-weight: normal;
  text-align: left;
}
.product_details .main .top .ct .right .pro_content p span {
  font-weight: 700;
  font-size: 18px;
}
.product_details .main .top .ct .right .tel {
  margin-top: 40px;
  margin-bottom: 20px;
}
.product_details .main .top .ct .right .tel a {
  display: inline-block;
  padding: 8px 30px;
  background-color: #c7a779;
  font-size: 18px;
  color: #fff;
  line-height: 1.8;
  font-weight: normal;
  text-align: left;
  border-radius: 6px;
}
.product_details .main .top .ct .right .tel a i {
  font-size: 24px;
  line-height: 1;
}
.product_details .main .top .ct .right .button .pre a {
  font-size: 16px;
  color: #333;
  line-height: 60px;
  font-weight: normal;
  text-align: left;
}
.product_details .main .top .ct .right .button .next a {
  font-size: 16px;
  color: #333;
  line-height: 60px;
  font-weight: normal;
  text-align: left;
}
.product_details .main .bottom {
  margin-top: 60px;
  padding-bottom: 60px;
  background-color: #f6f7f5;
}
.product_details .main .bottom .w80 {
  padding-top: 40px;
  border-top: 1px solid #f0f0f0;
}
.product_details .main .bottom .w80 .title {
  margin-bottom: 30px;
}
.product_details .main .bottom .w80 .title h3 {
  font-size: 28px;
  color: #333;
  line-height: 1;
  font-weight: bold;
  text-align: left;
}
.product_details .main .bottom .w80 .o_products ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.product_details .main .bottom .w80 .o_products ul li {
  position: relative;
  width: 19%;
}
.product_details .main .bottom .w80 .o_products ul li a .img img {
  width: 100%;
}
.product_details .main .bottom .w80 .o_products ul li a .text {
  position: absolute;
  left: 10%;
  bottom: 10%;
  z-index: 3;
}
.product_details .main .bottom .w80 .o_products ul li a .text h3 {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 10px;
}
.product_details .main .bottom .w80 .o_products ul li a .text p {
  font-size: 14px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.product_details .main .bottom .w80 .o_products ul li a .mask {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
@media screen and (max-width: 1440px) {
  .product_details .main .top .ct .right .title h3 {
    font-size: 24px;
  }
  .product_details .main .top .ct .right .title::after {
    margin-top: 16px;
  }
  .product_details .main .top .ct .right .pro_content p {
    font-size: 14px;
  }
  .product_details .main .top {
    height: 490px;
  }
  .product_details .main .bottom .w80 .title h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 992px) {
  .product_details .main .top .ct .left {
    width: 100%;
  }
  .product_details .main .top .ct .right {
    width: 100%;
    margin-top: 30px;
  }
  .product_details .main .top .ct .left .smailImg {
    display: none;
  }
  .product_details .main .top .ct .left .bigImg {
    width: 100%;
  }
  .product_details .main .top {
    height: auto;
  }
  .product_details .main {
    margin-top: 30px;
  }
  .product_details .main .top .ct .right .title h3 {
    font-size: 22px;
  }
  .product_details .main .top .ct .right .pro_content {
    margin: 20px 0;
  }
  .product_details .main .bottom .w80 .o_products ul li {
    width: 48%;
  }
}
.news .main .part01 {
  margin-top: 100px;
}
.news .main .part01 .w80 .title h3 {
  margin-bottom: 16px;
  font-size: 36px;
  color: #c7a779;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.news .main .part01 .w80 .title p {
  font-size: 18px;
  color: #333;
  line-height: 1.5;
  font-weight: 100;
  text-align: center;
}
.news .main .part01 .w80 .top {
  margin-top: 50px;
}
.news .main .part01 .w80 .top ul li {
  float: left;
  width: 32%;
  margin-right: 2%;
  background: #fff;
  transition: 0.5s ease;
  margin-bottom: 40px;
  border-bottom: 3px solid #cecdcf;
  box-shadow: 3px 4px 8px #f6f7f5;
}
.news .main .part01 .w80 .top ul li:nth-of-type(3n) {
  margin-right: 0;
}
.news .main .part01 .w80 .top ul li a .n_newsImg .n_newsImg_box {
  position: relative;
  display: block;
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.news .main .part01 .w80 .top ul li a .n_newsImg .n_newsImg_box img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}
.news .main .part01 .w80 .top ul li a .n_newsText {
  background-color: #f6f7f5;
}
.news .main .part01 .w80 .top ul li a .n_newsText .n_textBox {
  padding: 30px;
}
.news .main .part01 .w80 .top ul li a .n_newsText .n_textBox .n_textBox_center {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 140px;
}
.news .main .part01 .w80 .top ul li a .n_newsText .n_textBox .n_textBox_center .tit {
  font-size: 20px;
  line-height: 40px;
  height: 40px;
  color: #000;
  overflow: hidden;
  margin: 0 0 10px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news .main .part01 .w80 .top ul li a .n_newsText .n_textBox .n_textBox_center .desc {
  height: 40px;
  margin-bottom: 16px;
}
.news .main .part01 .w80 .top ul li a .n_newsText .n_textBox .n_textBox_center .desc p {
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
}
.news .main .part01 .w80 .top ul li a .n_newsText .n_textBox .n_textBox_center .box2 {
  border-top: 1px solid #d5d5d5;
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.news .main .part01 .w80 .top ul li a .n_newsText .n_textBox .n_textBox_center .box2 .date {
  font-size: 15px;
  line-height: 20px;
  color: #a1a0a1;
}
.news .main .part01 .w80 .top ul li a .n_newsText .n_textBox .n_textBox_center .box2 .date i {
  padding-left: 2px;
}
.news .main .part01 .w80 .top ul li a .n_newsText .n_textBox .n_textBox_center .box2 .icon {
  width: 23px;
  height: 23px;
  background: url(../images/learn_more.png) no-repeat center;
  transition: 0.3s ease;
  cursor: pointer;
}
@media screen and (max-width: 1440px) {
  .news .main .part01 .w80 .title h3 {
    font-size: 30px;
    margin-bottom: 12px;
  }
  .news .main .part01 {
    margin-top: 70px;
  }
  .news .main .part01 .w80 .title p {
    font-size: 16px;
    font-weight: normal;
  }
  .news .main .part01 .w80 .top ul li a .n_newsImg .n_newsImg_box {
    height: 240px;
  }
  .news .main .part01 .w80 .top ul li a .n_newsText .n_textBox .n_textBox_center .tit {
    font-size: 18px;
  }
  .news .main .part01 .w80 .top ul li a .n_newsText .n_textBox .n_textBox_center .desc p {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .news .main .part01 .w80 .title h3 {
    font-size: 22px;
  }
  .news .main .part01 .w80 .top ul li {
    width: 100%;
  }
}
.news_details .main {
  margin-bottom: 80px;
  margin-top: 120px;
}
.news_details .main > div {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.news_details .main > div .left {
  width: 68%;
}
.news_details .main > div .left .news_title {
  border-bottom: 1px dashed #f0f0f0;
  padding-bottom: 24px;
}
.news_details .main > div .left .news_title h3 {
  font-size: 24px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.news_details .main > div .left .news_attribute {
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.news_details .main > div .left .news_attribute .attrItem {
  margin: 0 20px;
}
.news_details .main > div .left .news_attribute .attrItem:first-child {
  margin-left: 0;
}
.news_details .main > div .left .news_attribute .attrItem p {
  font-size: 14px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.news_details .main > div .left .news_descrition {
  background-color: #f6f7f5;
  border: 1px solid #f0f0f0;
  width: 100%;
  box-sizing: border-box;
  padding: 24px;
  margin-bottom: 40px;
}
.news_details .main > div .left .news_descrition p {
  font-size: 14px;
  color: #333;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
}
.news_details .main > div .left .news_Content p {
  font-size: 15px;
  color: #333;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
  margin-bottom: 16px;
}
.news_details .main > div .left .news_Content img {
  width: 100%;
}
.news_details .main > div .right {
  width: 28%;
}
.news_details .main > div .right .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
}
.news_details .main > div .right .top .back {
  width: 48%;
}
.news_details .main > div .right .top .back a {
  font-size: 15px;
  color: #333;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
}
.news_details .main > div .right .top .share {
  width: 150px;
}
.news_details .main > div .right .top .share .tit {
  float: left;
  font-size: 15px;
  color: #333;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
}
.news_details .main > div .right .top .share .txt {
  float: left;
  font-size: 15px;
  color: #333;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
}
.news_details .main > div .right .bottom {
  background-color: #f6f7f5;
  padding: 10px;
  margin-top: 40px;
}
.news_details .main > div .right .bottom > div {
  background-color: #fff;
  padding: 20px;
}
.news_details .main > div .right .bottom > div ul li {
  margin-bottom: 30px;
  margin-top: 20px;
  padding-bottom: 24px;
  border-bottom: 1px solid #f0f0f0;
}
.news_details .main > div .right .bottom > div ul li:last-child {
  border: none;
  margin-bottom: 0;
}
.news_details .main > div .right .bottom > div ul li h3 {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 20px;
}
.news_details .main > div .right .bottom > div ul li p {
  font-size: 15px;
  color: #666;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
  margin-bottom: 20px;
}
.news_details .main > div .right .bottom > div ul li span {
  font-size: 14px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  .news_details .main {
    margin-top: 80px;
  }
  .news_details .main > div .left .news_title h3 {
    font-size: 18px;
  }
  .news_details .main > div .left .news_attribute .attrItem p {
    font-size: 13px;
  }
  .news_details .main > div .left .news_descrition p {
    font-size: 13px;
  }
  .news_details .main > div .left .news_Content p {
    font-size: 14px;
  }
  .news_details .main > div .right .bottom > div ul li h3 {
    font-size: 16px;
  }
  .news_details .main > div .right .bottom > div ul li p {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .news_details .main {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .news_details .main > div .left {
    width: 100%;
  }
  .news_details .main > div .right {
    width: 100%;
    margin-top: 20px;
  }
  .news_details .main > div .right .bottom > div ul li {
    margin-top: 0px;
    padding-bottom: 14px;
  }
  .news_details .main > div .right .bottom > div ul li:nth-of-type(2) {
    padding-bottom: 0;
  }
  .news_details .main > div .right .bottom > div ul li h3 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .news_details .main > div .right .bottom > div ul li p {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .news_details .main > div .right .bottom > div ul li span {
    font-size: 13px;
    color: #c7a779;
  }
  .news_details .main > div .left .news_attribute .attrItem:nth-of-type(3) {
    display: none;
  }
  .news_details .main > div .left .news_attribute .attrItem:nth-of-type(4) {
    display: none;
  }
  .news_details .main > div .left .news_title h3 {
    text-align: center;
    font-size: 16px;
  }
}
.contact .main .part01 {
  margin-top: 120px;
}
.contact .main .part01 .w80 .top {
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eaeaea;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main .part01 .w80 .top .left h3 {
  font-size: 32px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 16px;
}
.contact .main .part01 .w80 .top .left p {
  font-size: 16px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.contact .main .part01 .w80 .top .right h2 {
  font-size: 32px;
  color: #c7a779;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.contact .main .part01 .w80 .top .right p {
  font-size: 16px;
  color: #666;
  line-height: 1;
  font-weight: 400;
  text-align: right;
  margin-bottom: 10px;
}
.contact .main .part01 .w80 .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main .part01 .w80 .bottom .left {
  width: 60%;
}
.contact .main .part01 .w80 .bottom .left ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main .part01 .w80 .bottom .left ul li i {
  font-size: 30px;
  color: #c7a779;
}
.contact .main .part01 .w80 .bottom .left ul li h3 {
  margin-top: 12px;
  font-size: 18px;
  color: #333;
  line-height: 1.2;
  font-weight: 700;
  text-align: left;
}
.contact .main .part01 .w80 .bottom .left ul li p {
  margin-top: 4px;
  font-size: 15px;
  color: #333;
  line-height: 1.2;
  font-weight: 400;
  text-align: left;
}
.contact .main .part01 .w80 .bottom .right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main .part01 .w80 .bottom .right p {
  font-size: 16px;
  color: #666;
  line-height: 1.2;
  font-weight: 400;
  text-align: right;
  margin-right: 8px;
}
.contact .main .part01 .w80 .bottom .right p span {
  font-size: 18px;
  font-weight: 700;
  display: block;
  color: #000;
}
.contact .main .part02 {
  margin-top: 50px;
  margin-bottom: 80px;
}
.contact .main .part03 .w80 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main .part03 .w80 .left {
  width: 50%;
  height: 600px;
  background-image: url(/images/message_img.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
  background-attachment: fixed;
}
.contact .main .part03 .w80 .right {
  width: 50%;
}
.contact .main .part03 .w80 .right > div {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding-left: 5%;
}
.contact .main .part03 .w80 .right > div .title {
  margin-bottom: 40px;
}
.contact .main .part03 .w80 .right > div .title .top h4 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  font-size: 16px;
  color: #c7a779;
  line-height: 1;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
}
.contact .main .part03 .w80 .right > div .title .top h4::after {
  content: "";
  display: block;
  width: 54px;
  height: 2px;
  background-color: #c7a779;
  margin-left: 20px;
}
.contact .main .part03 .w80 .right > div .title .bottom {
  margin-top: 10px;
}
.contact .main .part03 .w80 .right > div .title .bottom h3 {
  font-size: 36px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.contact .main .part03 .w80 .right > div .item {
  margin-top: 14px;
}
.contact .main .part03 .w80 .right > div .item:nth-of-type(5) {
  margin-top: 30px;
}
.contact .main .part03 .w80 .right > div .item input {
  width: 100%;
  border-bottom: 1px solid #e7e7e7;
  font-size: 15px;
  color: #333;
  line-height: 50px;
  font-weight: 400;
  text-align: left;
}
.contact .main .part03 .w80 .right > div .item textarea {
  background-color: #eeeeee;
  width: 100%;
  height: 120px;
  box-sizing: border-box;
  padding: 20px;
}
.contact .main .part03 .w80 .right > div .item button {
  padding: 12px 40px;
  background-color: #c7a779;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .contact .main .part01 {
    margin-top: 90px;
  }
  .contact .main .part01 .w80 .top .left h3 {
    font-size: 28px;
  }
  .contact .main .part01 .w80 .top .left p {
    font-size: 15px;
  }
  .contact .main .part01 .w80 .bottom .left ul li h3 {
    font-size: 16px;
  }
  .contact .main .part01 .w80 .bottom .left ul li p {
    font-size: 14px;
  }
  .contact .main .part03 .right > div .title .bottom h3 {
    font-size: 30px;
  }
  .contact .main .part03 .w80 .right > div .title .bottom h3 {
    font-size: 28px;
  }
  .contact .main .part02 {
    margin-bottom: 50px;
  }
  .contact .main .part03 .w80 .left {
    height: 500px;
  }
}
@media screen and (max-width: 992px) {
  .contact .main .part01 .w80 .bottom .left {
    width: 100%;
  }
  .contact .main .part01 .w80 .top .right {
    margin-top: 30px;
  }
  .contact .main .part01 .w80 .top .left h3 {
    font-size: 22px;
  }
  .contact .main .part01 .w80 .top .right p {
    text-align: left;
  }
  .contact .main .part01 .w80 .bottom .right {
    width: 100%;
    margin-top: 30px;
  }
  .contact .main .part03 .w80 .left {
    display: none;
  }
  .contact .main .part03 .w80 .right {
    width: 100%;
    margin-bottom: 30px;
  }
  .contact .main .part03 .w80 .right > div .title .bottom h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 992px) {
  .w80 {
    width: 90%;
  }
}
