/* 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%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.header-inner {
  height: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  position: initial;
}
.header-inner .logo img {
  width: 10.8rem;
}
.header-inner .logo img.logo1 {
  display: block;
}
.header-inner .logo img.logo2 {
  display: none;
}
.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;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin-left: 3%;
  height: 100%;
}
.header-nav > li {
  flex: 1;
  text-align: left;
}
.header-nav > li > a {
  padding: 31px 0;
  height: 100%;
  color: #fff;
  text-align: center;
  position: relative;
}
.header-nav > li > a:after {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #d7cca8;
  position: absolute;
  left: 0;
  bottom: 0;
  display: none;
}
.header-nav > li.active a:after {
  display: block;
}
.header.on {
  background-color: #fff;
  transition: all 0.3s linear;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.1);
  border-bottom: none;
}
.header.on .header-inner .logo img.logo1 {
  display: none;
}
.header.on .header-inner .logo img.logo2 {
  display: block;
}
.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: #1b1b1b;
  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: #fff;
  text-align: start;
}
.child-da-in {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  align-items: flex-start;
  justify-content: center;
}
.g-menu .childa {
  padding: 36px 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 wrap;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 0.4rem;
  margin-bottom: 0.6rem;
}
.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:nth-child(3) a:first-child {
  opacity: 1;
}
.g-menu dd.minlist .min-list-wrap .minitem:nth-child(3) a{
	margin-bottom: 5px;
}
.g-menu dd.minlist .min-list-wrap .minitem:nth-child(4) a:first-child {
  opacity: 1;
}
.g-menu dd.minlist .min-list-wrap .minitem a {
  flex: 0 0 33.333%;
  text-align: left;
  color: #fbfaf8;
  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;
    flex-flow: row wrap;
    align-items: flex-start;
}
.g-menu dd.minlist .min-list-wrap .minitem:last-child a{
  margin-bottom: 10px
}
.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: #fbfaf8;
  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 9rem;
  }
  .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 {
  margin-left: 1.0rem;
}
.footer-t-l .footer-logo {
  margin-bottom: 40px;
  display: block;
  width: 10.8rem;
}
.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 {
  width: 54%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
.footer-t-r > li {
  flex: 0 0 20%;
  text-align: center;
}
.footer-t-r > li > a {
  color: #e3d9b3;
  font-size: 16px;
  text-align: center;
  margin-bottom: 10px;
  display: block;
}
.footer-t-r dl > dd > a {
  color: #fff;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
}
.footer-b {
  font-size: 14px;
  color: #999999;
  text-align: right;
  padding-bottom: 36px;
  padding-top: 8px;
}
.footer-b span {
  margin: 0 10px;
}
.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 {
  margin-top: 35vh;
  width: 60%;
}
.index-ban-doc .l-doc h3 {
  font-size: 1.6rem;
  color: #fff;
}
.index-ban-doc .l-doc h6 {
  margin-top: 0.75rem;
  background: url(../images/yellow_bg.png) 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;
  color: #000;
  font-size: 0.8rem;
  font-weight: 400;
  padding: 12px 0 12px 18px;
  width: 15.875rem;
}
.index-ban-doc .r-pro-img {
  width: 28.2rem;
  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: 44px;
}
.swiper-pagination-bullet {
  opacity: 1;
  width: 16px;
  height: 4px;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.22);
  margin: 0 7.5px;
  transition: all 0.3s linear;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 67px;
  background-color: #e3d9b3;
}
@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;
  }
}


@media screen and (max-width: 1400px){
	.g-menu dd:nth-child(4){
		flex:0 0 10rem;
	}
}
