/* 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: 32px !important;
  }
}
@media (min-width: 1366px) {
  html {
    font-size: 34px !important;
  }
}
@media (min-width: 1440px) {
  html {
    font-size: 36px !important;
  }
}
@media (min-width: 1680px) {
  html {
    font-size: 40px !important;
  }
}
#fp-nav {
  height: 38.703vh;
  width: 3px;
}
#fp-nav.right {
  right: 5%;
}
#fp-nav ul {
  width: 1px;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
#fp-nav ul li {
  flex: 1;
  width: 3px;
  background-color: transparent;
  margin: 0;
}
#fp-nav ul li a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #bfbfbf;
  opacity: 0.4;
}
#fp-nav ul li a span {
  display: none;
}
#fp-nav ul li a.active {
  opacity: 1;
  background-color: #ff3c02;
}
#fp-nav ul li .fp-tooltip {
  top: 50%;
  transform: translateY(-50%);
}
.header-inner {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  height: 2.2rem;
}
.header-inner .logo {
  flex: 0 0 3rem;
  min-width: 0;
  width: 3rem;
  height: 100%;
  position: relative;
  background-color: #3e3a39;
}
.header-inner .logo img {
  width: 100%;
  max-width: 100%;
}
.header-inner .pc-nav {
  height: 100%;
  flex: 1;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 2.5rem;
  position: relative;
  width: 100%
}
.header-inner .pc-nav li {
  /*padding: 0.625rem 0;*/
}
.header-inner .pc-nav li>a {
  display: block;
     height: 100%;
    display: flex;
    align-items: center;
  color: #333;
}
.bottomline {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 62px;
  height: 0.1rem;
  background-color: #ff3c02;
}
@media screen and (max-width: 768px) {
  .header {
    z-index: 100;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .faker-top {
    height: 0.8rem;
  }
  .ph-logo {
    display: block;
  }
  .ph-logo img {
    width: 1.2rem;
  }
}
.ph-nav-btn {
  margin-right: 20px;
}
.ph-nav-btn i {
  font-size: 0.46rem;
  color: #000;
}
.ph-footer {
  background-color: #1a2026;
}
.ph-footer .footer-l {
  padding-top: 0.5rem;
}
.ph-footer .footer-logo {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin-top: 0.3rem;
}
.ph-footer .footer-logo img {
  width: 1.44rem;
  margin-right: 0.2rem;
}
.ph-footer .footer-logo .footer-phone h6 {
  font-size: 0.3rem;
  color: #fff;
}
.ph-footer .footer-logo .footer-phone h5 {
  font-family: DINBold;
  font-size: 0.28rem;
  color: #ff3c02;
  margin-top: 0.2rem;
}
.ph-footer .footer-pq-add {
  margin-top: 0.2rem;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.ph-footer .footer-pq-add .pq-box {
  text-align: center;
  width: 2rem;
}
.ph-footer .footer-pq-add .pq-box p {
  font-size: 0.28rem;
  margin-top: 5px;
  color: #fff;
}
.ph-footer .footer-pq-add .line {
  width: 1px;
  height: 1.12rem;
  background-color: #fff;
  opacity: .4;
  margin: 0 0.4rem;
}
.ph-footer .contact-filed {
  margin-top: 0.3rem;
  font-size: 0.26rem;
  line-height: 2;
  color: #fff;
}
.ph-footer .footer-support {
  padding: 0.28rem 0;
  font-size: 0.24rem;
  line-height: 2;
  color: #999999;
  text-align: center;
}
.ph-footer .footer-support a {
  color: #999999;
  font-size: 0.24rem;
}
.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: 0.28rem;
}
.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 {
  padding-top: 0.5em;
}
.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;
  font-size: 0.28rem;
  line-height: 3.5em;
}
.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;
}



.back-top {
  width: 2rem;
  position: fixed;
  right: 10px;
  top: 70vh;
  z-index: 88;
  opacity: 0;
  transition: all 0.3s linear;
  cursor: pointer;
  transform: scale(0);
  border-radius: 50%;
  overflow: hidden;
}
.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;
  }
}



.header-inner .pc-nav {
  padding-right: 0rem;
}
.header {
  box-shadow: 0 2px 8px rgba(8, 7, 7, 0.1);
}
.search-lang-box {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin-right: 3.0rem;
  height: 100%;
  position: relative;
  padding-left: 1.2rem;
}
.search-lang-box > i {
  cursor: pointer;
  color: #0f0d0e;
  font-size: 0.45rem;
}
.search-lang-box .lang-select {
  margin-left: 0.8rem;
}
.search-lang-box .lang-select img{
  display: block;
}
.search-lang-box .search-form {
  width: 280px;
  height: 60px;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #fdfdfd;
  z-index: 66;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding-left: 25px;
  overflow: hidden;
  padding-top: 16px;
  display: none;
}
.search-lang-box .search-form input {
  width: 200px;
  height: 30px;
  outline: none;
  border: 1px solid #dcdcdc;
  padding-left: 8px;
  font-size: 14px;
  padding-right: 8px;
  float: left;
}
.search-lang-box .search-form .iconbox {
  float: left;
  background-color: #dcdcdc;
  width: 30px;
  height: 30px;
  position: relative;
}
.search-lang-box .search-form .iconbox i {
  color: #fff;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.search-lang-box .lang-select-box {
  width: 90px;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #fdfdfd;
  z-index: 66;
  padding: 12px 0;
  display: none;
}
.search-lang-box .lang-select-box .lang-link {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.search-lang-box .lang-select-box .lang-link span {
  font-size: 14px;
  color: #333333;
  margin-left: 6px;
}
.search-lang-box .lang-select-box .lang-link:last-child {
  margin-bottom: 0;
}


.header-inner .pc-nav li{
  position: relative;
  height: 100%;
}
.sub-menu{
  position: absolute;
  top: 100%;
  left:50%;
  margin-left:-85px;
  width: 170px;
  z-index: 666;
  background-color: #f3f3f3;
  /*margin-top: 5px;*/
    display: none
}
.sub-menu .subitem{
  height: 50px;
  display: block;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  color:#333333;
  position: relative;

}

.sub-menu .subitem:after{
  content:'';
  position: absolute;
  left:0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: #fff;
  transition:all 0.3s ease-in-out;
  z-index: -1;
}
.sub-menu .subitem:hover:after{
  transform-origin:right center;
  width: 100%
}
/*QQ*/
.main-im{ position:fixed; right: 10px; top:100px; z-index: 999999; width: 110px; height: 272px; }
.main-im .qq-a { display: block; width: 106px; height: 116px; font-size: 14px; color: #0484cd; text-align: center; position: relative; }
.main-im .qq-a span { bottom: 5px; position: absolute; width: 90px; left: 0px; }
.main-im .qq-hover-c { width: 70px; height: 70px; border-radius: 35px; position: absolute; left: 18px; top: 10px; overflow: hidden; z-index: 9; }
.main-im .qq-container { z-index: 99; position: absolute; width: 109px; height: 118px; border-top-left-radius: 10px; border-top-right-radius: 10px; border-bottom: 1px solid #dddddd; background: url(../images/qq-icon-bg.png) no-repeat center 8px; }
.main-im .img-qq {max-width: 60px; display: block; position: absolute; left: 6px; top: 3px; -moz-transition: all 0.5s; -webkit-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; }
.main-im .im-qq:hover .img-qq{ max-width: 70px; left: 1px; top: 8px; position: absolute; }
.main-im .im_main {background: #F9FAFB; border: 1px solid #dddddd; border-radius: 10px; background: #F9FAFB;}
.main-im .im_main .im-tel { color: #000000; text-align: center; width: 109px; height: 52px; }
.main-im .im_main .im-tel div{font-weight:bold;font-size: 12px;margin-top:7px;}
.main-im .im_main .im-tel .tel-num { font-family: Arial; font-weight: bold; color: #e66d15;}
.main-im .im_main .im-tel:hover { background: #fafafa; }
.main-im .im_main .weixing-container {width: 55px; height: 47px; border-right: 1px solid #dddddd; background: #f5f5f5; border-bottom-left-radius: 10px; background: url("../images/weixing-icon.png") no-repeat center center;float:left;}
.main-im .im_main .weixing-show {width: 112px; height: 172px; background: #ffffff; border-radius: 10px; border: 1px solid #dddddd; position: absolute; left: -125px; top: -126px; }
.main-im .im_main .weixing-show .weixing-sanjiao {width:0; height: 0; border-style: solid; border-color: transparent transparent transparent #ffffff; border-width: 6px; left: 112px; top: 134px; position: absolute; z-index: 2;}
.main-im .im_main .weixing-show .weixing-sanjiao-big { width: 0; height: 0; border-style: solid; border-color: transparent transparent transparent #dddddd; border-width: 8px; left: 112px; top: 132px; position: absolute; }
.main-im .im_main .weixing-show .weixing-ma { width: 104px; height: 103px; padding-left: 5px; padding-top: 5px; }
.main-im .im_main .weixing-show .weixing-txt{position:absolute;top:110px;left:7px;width:100px;margin:0 auto; text-align:center; font-size:12px;}
.main-im .close-im { position: absolute; right: 10px; top: -12px; z-index: 100; width: 24px; height: 24px; }
.main-im .close-im a { display: block; width: 24px; height: 24px; background: url("../images/close_im.png") no-repeat left top; }
.main-im .close-im a:hover { text-decoration: none; }
.main-im .open-im { cursor: pointer; margin-left: 68px; width: 40px; height: 133px;display:none; background: url("../images/open_im.png") no-repeat left top; }