/* CSS Document */
@media (min-width: 768px) {
  html {
    font-size: 28px !important;
  }
}
@media (min-width: 1025px) {
  html {
    font-size: 30px !important;
  }
}
@media (min-width: 1280px) {
  html {
    font-size: 36px !important;
  }
}
@media (min-width: 1366px) {
  html {
    font-size: 36px !important;
  }
}
@media (min-width: 1440px) {
  html {
    font-size: 38px !important;
  }
}
@media (min-width: 1680px) {
  html {
    font-size: 40px !important;
  }
}
.header {
  background: transparent;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 66;
  width: 100%;
  transition: all 0.3s linear;
}
.header-inner {
  height: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  position: initial;
}
.header-inner .logo img {
  width: 4.55rem;
}
.header-inner .header-r {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  height: 100%;
}
.header-inner .header-r .linkwrap {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.header-inner .header-r .nav-open-pc {
  margin-left: 2.5rem;
}
.header-inner .header-r i {
  font-size: 0.9rem;
  color: #fff;
}
.header-inner .header-r i.icon-dianhua1 {
  font-size: 0.525rem;
  margin-right: 0.35rem;
}
.header-inner .header-r i.icon-daohang1 {
  margin-right: 10px;
}
.header-inner .header-r .name-tag {
  color: #fff;
}
.header-inner .header-r h5 {
  font-size: 0.6rem;
  font-weight: bold;
  color: #fff;
}
.header-nav {
  flex: 1;
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin-left: 30%;
  height: 100%;
}
.header-nav > li {
  flex: 1;
  text-align: right;
}
.header-nav > li > a {
  padding: 31px 0;
  height: 100%;
  text-align: right;
  position: relative;
  color: #666;
}
.header-nav > li > a:after {
  content: "";
  width: 38px;
  height: 3px;
  background-color: #d7cca8;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 24px;
  display: none;
}
.header-nav > li.active a:after {
  display: block;
}
.header.on {
  background-color: #fff;
  box-shadow: 0px 4px 16px 0 rgba(0, 0, 0, 0.06);
  border-bottom: none;
}
.header.on .header-inner .header-nav > li > a {
  color: #333;
}
.header.on .header-inner .header-r i {
  color: #333;
}
.header.on .header-inner .header-r .name-tag {
  color: #333;
}
.header.on .header-inner .header-r h5 {
  color: #333;
}
.childa {
  position: absolute;
  top: 100%;
  display: block;
  width: auto;
  left: 0;
  right: 0;
  border-top: 1px solid #eee;
  font-size: 14px;
  background-color: #fff;
  color: #666;
  text-align: center;
  padding: 10px 0;
  display: none;
}
.childa.cur {
  display: flex;
}
.childa dd {
  float: left;
  margin-right: 10%;
}
.childa dd a {
  display: block;
  color: #333;
  text-align: start;
}
.child-da-in {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
}
.child-da-in .en-title-group {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 666;
}
.child-da-in .titlv2 {
  margin-bottom: 0.75rem;
}
.child-da-in .titlv2 a {
  font-size: 0.7rem;
  color: #fff;
}
.child-da-in .titlv2 a img {
  margin-left: 10px;
  opacity: 0;
  transition: all 0.3s linear;
}
.child-da-in .titlv2:hover a img {
  opacity: 1;
}
.child-da-in .lv3 {
  display: none;
  position: absolute;
  left: 50%;
  top: 0;
  border-left: 1px solid #fff;
  padding-left: 1.4rem;
}
.child-da-in .lv3 li {
  text-align: left;
  margin-bottom: 0.9rem;
}
.child-da-in .lv3 li:last-child {
  margin-bottom: 0;
}
.child-da-in .lv3 a {
  font-size: 0.45rem;
  text-align: left;
}
.child-da-in .lv3 a:hover {
  text-decoration: underline;
}
.g-menu .childa {
  background: url('../images/bgn.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 3.0rem 0;
}
.g-menu dd {
  margin-right: 0;
  flex: 0 0 6.0rem;
  height: 230px;
}
.g-menu dd:nth-child(4) {
  flex: 0 0 8.55rem;
}
.g-menu dd.minlist {
  flex: 0 0 10rem;
}
.g-menu dd.minlist .min-list-wrap {
  margin-left: 2rem;
}
.g-menu dd.minlist .min-list-wrap .minitem {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 0.4rem;
  margin-bottom: 0.9rem;
}
.g-menu dd.minlist .min-list-wrap .minitem:nth-child(1) a:first-child {
  opacity: 1;
}
.g-menu dd.minlist .min-list-wrap .minitem:nth-child(2) a:first-child {
  opacity: 1;
}
.g-menu dd.minlist .min-list-wrap .minitem a {
  flex: 0 0 33.333%;
  text-align: left;
  color: #333333;
  opacity: .6;
  transition: all 0.3s linear;
}
.g-menu dd.minlist .min-list-wrap .minitem a:hover {
  opacity: 1;
}
.g-menu dd.minlist .min-list-wrap .minitem:last-child {
  border-bottom: none;
}
.g-menu h2 {
  float: left;
  display: block;
  padding-right: 0%;
  width: 28px;
  font-weight: normal;
  font-size: inherit;
  line-height: 1.3em;
  letter-spacing: 1.5px;
  border: 0;
  padding-right: 12px;
  writing-mode: vertical-lr;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: vertical-lr;
  position: relative;
}
.g-menu h2:after {
  content: "";
  width: 1px;
  height: 230px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #606060;
}
.g-menu .seta {
  float: left;
  padding-left: 15px;
  line-height: 1;
  font-size: 14px;
  color: #fbfaf8;
}
.g-menu .seta a {
  display: block;
  margin-bottom: 22px;
  color: #333;
  text-align: left;
  opacity: .6;
  transition: all 0.3s linear;
}
.g-menu .seta a:hover {
  opacity: 1;
}
@media screen and (max-width: 1680px) {
  .g-menu dd.minlist .min-list-wrap {
    margin-left: 1.4rem;
  }
  .g-menu dd:nth-child(4) {
    flex: 0 0 8rem;
  }
  .g-menu dd.minlist {
    flex: 0 0 11rem;
  }
}
.footer {
  background-color: #313131;
}
.footer-t {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
.footer-t-l .footer-logo {
  margin-bottom: 40px;
  display: block;
  width: 3.8rem;
}
.footer-t-l .write {
  color: #fff;
}
.footer-t-l .write p {
  font-size: 16px;
}
.footer-t-l .write h5 {
  margin-top: 10px;
  font-size: 1rem;
}
.footer-t-l .icon-wrap {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.footer-t-l .icon-wrap a {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin-right: 40px;
}
.footer-t-l .icon-wrap a i {
  color: #fff;
  border: 1px solid #e3d9b3;
  border-radius: 50%;
  font-size: 24px;
  padding: 6px;
  margin-right: 8px;
}
.footer-t-l .icon-wrap a i.icon-dianhua1 {
  font-size: 20px;
}
.footer-t-l .icon-wrap a span {
  color: #fff;
}
.footer-t-l .icon-wrap a b {
  color: #fff;
  font-size: 24px;
}
.footer-t-l .address-filed {
  color: #fff;
  line-height: 36px;
}
.footer-t-r {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
  justify-content: flex-end;
}
.footer-t-r > li {
  margin-left: 3rem;
  text-align: left;
  min-width: 200px;
}
.footer-t-r > li > a {
  color: #fff;
  font-size: 16px;
  text-align: left;
  margin-bottom: 20px;
  display: block;
  position: relative;
}
.footer-t-r > li > a:after {
  content: '';
  width: 200px;
  height: 1px;
  background-color: #e3d9b3;
  position: absolute;
  bottom: -8px;
  left: 0;
}
.footer-t-r dl > dd > a {
  color: #fff;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  font-family: 'Roboto';
}
.footer-t-r dl > dd > a:hover {
  text-decoration: underline;
}
.footer-b {
  padding-top: 1.25rem;
  padding-bottom: 1.125rem;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.footer-b .l {
  color: #fff;
  font-size: 14px;
  opacity: .6;
  font-family: 'Roboto';
}
.footer-b .r {
  color: #fff;
  opacity: .6;
  font-size: 14px;
  font-family: 'Roboto';
}
.footer-b .r a {
  margin-left: 12px;
}
.index-ban {
  height: 100vh;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.index-ban-doc {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.index-ban-doc .l-doc {
  width: 60%;
}
.index-ban-doc .l-doc h3 {
  font-size: 3.5rem;
  color: #d7cca8;
  font-style: italic;
  position: relative;
}
.index-ban-doc .l-doc h3:after {
  content: attr(data-doc);
  font-size: 3.5rem;
  position: absolute;
  left: 0px;
  top: 0px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #ccc19b;
  z-index: -1;
  transition: all 0.3s linear 0.9s;
}
.index-ban-doc .l-doc h3.animated:after {
  left: 10px;
  top: -10px;
}
.index-ban-doc .l-doc h4 {
  font-size: 3.5rem;
  color: #d7cca8;
  font-weight: bold;
  font-style: italic;
  position: relative;
}
.index-ban-doc .l-doc h4:after {
  transition: all 0.3s linear;
  content: attr(data-doc);
  font-size: 3.5rem;
  position: absolute;
  left: 0px;
  top: 0px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #ccc19b;
  z-index: -1;
  transition: all 0.3s linear 0.9s;
}
.index-ban-doc .l-doc h4.animated:after {
  left: 10px;
  top: -10px;
}
.index-ban-doc .l-doc h6 {
  margin-top: 1rem;
  color: #333333;
  font-size: 20px;
  font-weight: 400;
  word-spacing: 15px;
  letter-spacing: 7px;
  font-family: 'Roboto';
}
.index-ban-doc .l-doc h6 span {
  font-family: 'RobotoReg';
  text-decoration: underline;
}
.index-ban-doc .r-pro-img {
  width: 18.425rem;
  margin-top: 24vh;
}
.viewpro {
  margin-top: 1.85rem;
  display: block;
  width: 165px;
  height: 48px;
  border: 1px solid #cec3a0;
  text-align: center;
  color: #fff;
  line-height: 45px;
  position: relative;
  overflow: hidden;
}
.viewpro span {
  position: absolute;
  right: 100%;
  top: 0;
  transition: all 0.3s linear;
}
.viewpro:hover {
  color: #fff;
}
.viewpro:hover span {
  right: -100%;
}
@media screen and (max-width: 768px) {
  .footer-t {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
  }
  .footer-t-l {
    margin-left: 0rem;
  }
  .footer-t-r {
    width: 100%;
  }
  .footer-b {
    font-size: 12px;
    text-align: center;
    padding: 14px 0;
  }
  .footer-t-l .icon-wrap a b {
    font-size: 20px;
  }
  .footer-t-l .icon-wrap a i {
    font-size: 16px;
  }
  .footer-t-l .icon-wrap a i.icon-dianhua1 {
    font-size: 14px;
  }
  .footer-t-l .address-filed {
    font-size: 13px;
    line-height: 28px;
  }
  .footer-t-l .footer-logo {
    width: 4.32rem;
  }
}
.nav-btn i {
  font-size: 0.64rem;
  color: #fff;
}
.header.on .nav-btn i {
  font-size: 0.64rem;
  color: #333;
}
.ph_nav .ph-nav-pop {
  position: fixed;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1000;
  display: none;
}
.ph_nav .ph-nav-main {
  position: fixed;
  right: -76.81%;
  top: 0;
  width: 76.81%;
  height: 100%;
  background: #343434;
  overflow: auto;
  padding: 12% 7.59% 5% 7.59%;
}
.ph_nav .ph-nav-main .ph-nav li {
  border-bottom: 1px solid #999999;
}
.ph_nav .ph-nav-main .ph-nav .lv1-box {
  position: relative;
}
.ph_nav .ph-nav-main .ph-nav .lv1-box .lv1 {
  display: block;
  color: #fff;
  padding: 15px 0;
  padding-left: 5%;
  font-size: 16px;
}
.ph_nav .ph-nav-main .ph-nav .lv1-box .more {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: url(../images/ph-nav-embg1.png) no-repeat right 8% center;
  background-size: 10px;
  cursor: pointer;
}
.ph_nav .ph-nav-main .ph-nav .lv1-box .more.on {
  background: url(../images/ph-nav-embg2.png) no-repeat right 8% center;
}
.ph_nav .ph-nav-main .ph-nav .lv2-box {
  padding-left: 10%;
  padding-bottom: 0px;
  display: none;
}
.ph_nav .ph-nav-main .ph-nav .lv2-box dd {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #4d4d4d;
}
.ph_nav .ph-nav-main .ph-nav .lv2-box dd:last-child {
  border-bottom: none;
}
.ph_nav .ph-nav-main .ph-nav .lv2-box dd.last {
  border-bottom: none;
}
.ph_nav .ph-nav-main .ph-nav .lv2-box dd a {
  color: #ccc;
  display: block;
  font-size: 14px;
}
.ph_nav .clear {
  clear: both;
}
.f2 .ph-nav {
  margin-bottom: 1.2em;
}
.f2 .ph-nav li {
  border-bottom: 1px solid #4d4d4d;
}
.f2 .ph-nav .lv1-box {
  position: relative;
}
.f2 .ph-nav .lv1-box .lv1 {
  display: block;
  color: #fff;
  line-height: 3.5em;
  font-size: 14px;
}
.f2 .ph-nav .lv1-box .more {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: url(../images/ph-nav-embg4.png) no-repeat right 2% center;
  background-size: 0.75em;
  cursor: pointer;
}
.f2 .ph-nav .lv1-box .more.on {
  background: url(../images/ph-nav-embg3.png) no-repeat right 2% center;
  background-size: 0.75em;
}
.f2 .ph-nav .lv2-box {
  padding-bottom: 5px;
  display: none;
}
.f2 .ph-nav .lv2-box dd {
  height: 30px;
}
.f2 .ph-nav .lv2-box dd a {
  color: #999;
  display: block;
  padding-left: 3.5%;
  font-size: 12px;
}
.f2 .ph-nav .lv2-box dd.on a {
  display: inline-block;
  padding-right: 1.5em;
  background: url(../images/down-icon1.png) no-repeat right center;
}
.index-banner .swiper-pagination-bullets {
  bottom: 3.5rem;
  text-align: left;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.swiper-pagination-bullet {
  opacity: 1;
  width: 2px;
  height: 18px;
  border-radius: 0;
  background-color: #d2d2d2;
  transition: all 0.3s linear;
  position: relative;
}
.swiper-pagination-bullet:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid #a79a6e;
  border-radius: 8px;
  width: 15px;
  height: 34px;
  opacity: 0;
}
.index-banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin-left: 38px;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 2px;
  height: 9px;
  background-color: #e3d9b3;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .index-ban {
    width: 100%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -ms-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .index-banner .swiper-pagination-bullets {
    bottom: 20px;
  }
  .swiper-pagination-bullet {
    opacity: 1;
    width: 10px;
    height: 4px;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.22);
    margin: 0 5px;
    transition: all 0.3s linear;
  }
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 25px;
    background-color: #e3d9b3;
  }
  .header-inner .logo img {
    width: 4.32rem;
  }
  .header {
    height: 50px;
  }
  .footer-contact .contact-box h4 {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
  }
}
.back-top {
  width: 2.5rem;
  position: fixed;
  right: 10px;
  top: 50vh;
  z-index: 88;
  opacity: 0;
  transition: all 0.3s linear;
  cursor: pointer;
  transform: scale(0);
}
.back-top.in {
  opacity: 1;
  transform: scale(1);
}
.back-top:hover {
  box-shadow: 0px 4px 10px rgba(41, 41, 41, 0.2);
}
@media screen and (max-width: 768px) {
  .back-top {
    width: 1rem;
    right: 2.5px;
  }
}
.write-link {
  margin-top: 36px;
}
.write-link a {
  font-size: 16px;
  line-height: 40px;
  display: block;
  color: #fff;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.write-link a img {
  margin-right: 8px;
}
.write-link a:hover span {
  text-decoration: underline;
}
