/* 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;
  }
}
.header {
  height: 80px;
  line-height: 80px;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 666;
  background-color: #000;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
.faker-box {
  height: 80px;
}
.header-inner {
  display: flex;
  flex-flow: row nowrap;
}
.header-inner .logo {
  width: 140px;
  flex: 0 0 140px;
}
.header-inner .header-nav {
  flex: 1;
}
.header-inner .header-right {
      width: auto;
    margin-left: 40px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.header-inner .header-right .icon {
  color: #004f87;
  font-size: 28px;
}
.header-inner .header-right .icon.icon-search {
  margin-left: -30px;
  margin-top: -3px;
}
.header-inner .header-right .login {
  float: right;
  display: block;
  color: #004f87;
  font-size: 16px;
}
.header-nav {
  display: flex;
  flex-flow: row nowrap;
  margin: 0 4% 0 10%;
  justify-content: space-between;
}
.header-nav li {
  position: relative;
}
.header-nav li:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: 99%;
  transform: translateX(-50%);
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  border-top: 9px solid #fff;
  display: none;
}
.header-nav li a {
  color: #fff;
}
.header-nav li.current a {
  color: #fff;
}
.header-nav li.active:after {
  display: block;
}
.header-nav li.active a {
  color: #fff;
}
.header-nav li:hover a {
  color: #fff;
}
.header-nav li:first-child:after {
  display: none;
}
@keyframes skewshaodw {
  100% {
    left: 110%;
  }
}
.skewshaodw {
  -webkit-animation-name: skewshaodw;
  animation-name: skewshaodw;
  animation-duration: skewshaodw;
}
.skewshaodw {
  -webkit-animation-name: skewshaodw;
  animation-name: skewshaodw;
  animation-duration: skewshaodw;
}
.xj-glass-btn {
  display: inline-block;
  width: 180px;
  height: 46px;
  border: 1px solid #ffca08;
  position: relative;
  overflow: hidden;
  margin-top: 28px;
}
.xj-glass-btn:before {
  content: '';
  position: absolute;
  display: block;
  width: 80px;
  height: 46px;
  background: rgba(255, 255, 255, 0.7);
  top: 0;
  left: -60%;
  transform: skewX(-35deg);
  z-index: 66;
  transition: all 0.3s linear;
}
.xj-glass-btn span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #ffca08;
  z-index: 67;
}
.xj-glass-btn:hover:before {
  left: 140%;
}
.footer {
  border-top: 1px solid #e5e5e5;
  padding-top: 1.0rem;
}
.footer-nav {
  padding-bottom: 1.75rem;
}
.footer-nav li {
  width: 12.5%;
  text-align: center;
}
.footer-nav li a {
  color: #333333;
  font-size: 16px;
}
.footer-nav li a:hover {
  color: #ffca08;
}
.footer-sup {
  height: 40px;
  line-height: 40px;
  background-color: #ffca08;
  color: #fff;
  text-align: center;
  font-size: 14px;
}
.footer-sup span {
  opacity: 0.6;
}
.footer-sup span a{color:#fff;}
@media screen and (max-width: 1440px) {
  .header-nav li a {
    font-size: 14px;
  }
  .index-about-l {
    font-size: 14px;
  }
  .footer-nav li a {
    font-size: 14px;
  }
  .footer-sup {
    font-size: 13px;
  }
}
.header-nav-lv2 {
  width: 100%;
  height: 2.35rem;
  background-color: rgba(255, 202, 8, 0.8);
  display: none;
}
.header-nav-lv2-in {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  height: 100%;
}
.header-nav-lv2-wrap .lv2-tit {
  width: 5.5rem;
  flex: 0 0 5.5rem;
  border-right: 1px solid #ffca08;
  display: flex;
  flex-flow: column nowrap;
  color: #000;
  align-items: flex-start;
}
.header-nav-lv2-wrap .lv2-tit h4 {
  font-size: 0.85rem;
  font-weight: bold;
  font-family: 'Segoe UI';
  text-transform: uppercase;
}
.header-nav-lv2-wrap .lv2-tit h3 {
  font-size: 0.6rem;
  margin-top: 0.35rem;
}
.header-nav-lv2-wrap .lv2-tit i {
  display: inline-block;
  font-size: 30px;
}
.lv2-list {
  flex: 1;
  display: flex;
  flex-flow: row nowrap;
}
.lv2-list li a {
  height: 100%;
  width: 4.0rem;
  flex: 0 0 4.0rem;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #ffca08;
  color: #000;
}
.lv2-list li a i {
  font-size: 1.2rem;
  margin-bottom: 8px;
}
.lv2-list li a span {
  font-size: 0.4rem;
  line-height: 1.2;
}
.lv2-list li a:hover {
  background-color: rgba(1, 9, 56, 0.6);
}
.product-lv2-list-wrap {
  flex: 1;
  width: 100%;
}
.product-lv2-list li a {
  width: 100%;
}
.product-lv2-list li a .nav-pro-img {
  width: 2.05rem;
  height: 1.45rem;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -ms-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.product-lv2-list li a span {
  line-height: 1;
  margin-top: 0.5rem;
}
.product-lv2-list li a p {
  line-height: 1;
  color: #fff;
  opacity: .6;
  margin-top: 0.25rem;
}
.xj-ph-nav {
  height: 100%;
}
.xj-ph-nav .ph-logo {
  width: 1.41rem;
  display: block;
}
.xj-ph-nav-in {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  height: 100%;
  align-items: center;
}
.xj-ph-nav .hamburger-box {
  width: 30px;
  height: 24px;
  perspective: 80px;
  display: inline-block;
  position: relative;
}

/* footer nav*/
.footer-nav-s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: none;
  width: 100%;
  height: 1.08rem;
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 750px;
  background: #000;
  opacity: 1;
  z-index: 999;
}
.footer-nav-s a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  height: 100%;
  color: #ffca08;
  font-size: 0.24rem;
  text-align: center;
  line-height: 1.55rem;
  font-weight: bold;
}
.footer-nav-s a.footer-nav-map {
  background: url("../images/bottom_map.png") no-repeat center 0.12rem;
  background-size: 0.32rem 0.46rem;
}
.footer-nav-s a.footer-nav-tel {
  border-left: 0.025rem solid rgba(255, 255, 255, 0.7);
  border-right: 0.025rem solid rgba(255, 255, 255, 0.7);
  background: url("../images/bottom_tel.png") no-repeat center 0.17rem;
  background-size: 0.38rem;
}
.footer-nav-s a.footer-nav-top {
  background: url("../images/bottom_top.png") no-repeat center 0.26rem;
  background-size: 0.67rem 0.28rem;
}
.footer-nav-s.fixed {
  position: fixed;
}

@media screen and (max-width: 768px) {
	.footer-nav-s {
		display: flex;
	}
  .header {
    height: 60px;
    line-height: 60px;
  }
  .faker-box {
    height: 1.2rem;
  }
  .footer-nav .flex-nowrap-sb {
    flex-flow: row wrap;
  }
  .footer-nav li {
    width: 20.5%;
  }
  .footer {
    padding-top: 0.4rem;
	padding-bottom: 0.6rem;
  }
  .footer-nav {
    padding-bottom: .7rem;
  }
  .footer-sup {
    height: auto;
    line-height: 20px;
    padding: 12px 0;
  }
}
.header-ph {
  width: 100%;
  height: 1.2rem;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #000;
  z-index: 888;
  padding: 0 4%;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.1);
}
.header-ph .header-ph-in {
  height: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.header-ph .header-ph-in .ph-logo {
  display: block;
}
.header-ph .header-ph-in .ph-logo img {
  width: 100%;
}
.header-ph .hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  display: block;
  padding: 0;
  height: 24px;
}
.header-ph .hamburger-box {
  width: 30px;
  height: 24px;
  perspective: 80px;
  display: inline-block;
  position: relative;
}
.header-ph .hamburger-inner,
.header-ph .hamburger-inner::before,
.header-ph .hamburger-inner::after {
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
  width: 30px;
  height: 3px;
  background: #ffca08;
  transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.5s 0s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.header-ph .hamburger.is-active .hamburger-inner,
.header-ph .hamburger.is-active .hamburger-inner::before,
.header-ph .hamburger.is-active .hamburger-inner::after {
  background: #ffca08;
}
.warp-nav {
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  background: #fff;
  position: fixed;
  display: none;
  padding-top: calc(71px);
  z-index: 88;
}
.sub-menu {
  width: 100%;
  z-index: 88;
}
.sub-menu ul {
  width: 100%;
  height: 80vh;
  overflow-x: hidden;
  overflow-y: auto;
}
.sub-menu li {
  border-bottom: 1px solid #dcdcdc;
  font-size: 16px;
}
.sub-menu .tit {
  display: block;
  width: 100%;
  padding: 0 3%;
  font-size: 14px;
  line-height: 45px;
  color: #000;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 0;
}
.sub-menu .titx {
  display: block;
  width: 100%;
  padding: 0 3%;
  line-height: 45px;
  color: #000;
  position: relative;
  border-bottom: 1px solid #dcdcdc;
}
.sub-menu .sub-tit:after {
  content: '';
  display: block;
  width: 26px;
  height: 26px;
  background: url(../images/ico_03.png) no-repeat center;
  background-size: 15px auto;
  position: absolute;
  right: 3%;
  top: 8px;
}
.sub-menu .sub-tit.on {
  background-color: #ffca08;
  color: #fff;
}
.sub-menu .sub-tit.on:after {
  background: url(../images/ico_03_h.png) no-repeat center;
  background-size: 15px auto;
}
.sub-menu .sec-list {
  line-height: 40px;
  padding: 10px 4%;
  display: none;
}
.sub-menu .sec-list p {
  background: url(../images/ico_04.png) no-repeat left center;
  background-size: 3px auto;
  font-size: 14px;
}
.sub-menu .sec-list a {
  padding-left: 3%;
  color: #666;
  display: block;
}
.product-lv2-list-wrap {
  position: relative;
}
.proarr-box {
  position: absolute;
  right: -1.6rem;
  width: auto;
  top: 0;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
.header-nav-lv2 .proarr {
  cursor: pointer;
  font-size: 1rem;
  color: #fff;
}
.header-nav-lv2 .proarr.proarr2 {
  transform: rotate(180deg);
}
.search-dialog-box{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.search-dialog-box .black{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .2);
}
.search-dialog{
  position: absolute;
  left:50%;
  top:50%;
  box-sizing:border-box;
  width: 90%;
  padding: .2rem;
  transform: translate(-50%,-50%);
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,.33);
  border-radius: .4rem;
} 
.search-dialog input[type=text]{
  float: left;
    width: 86%;
    border: none;
    padding: 0;
    font-size: .24rem;
    line-height: .4rem;
    height: .4rem;
    color: #999;
    background-color: #fff;
    border-radius: 0;
}
.search-dialog input[type=submit] {
    float: right;
    width: 15px;
    height: .4rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    border: none;
    padding: 0;
 background-color: transparent;
}
.search-dialog input::-webkit-input-placeholder{
    color:#999;
}
.search-dialog input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#999;
}
.search-dialog input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#999;
}
.search-dialog input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#999;
}



@media (min-width: 768px){
  .search-dialog{
    width: 500px;
    padding: 15px 25px;
    border-radius: 30px;
  }
  .search-dialog input[type=text]{
    font-size: 14px;
    line-height: 28px;
    height: 28px;
    width: 90%;
  }
  .search-dialog input[type=submit]{
    width: 28px;
    height: 28px;
  }
}

@media (min-width: 1025px){
  .search-dialog{
    font-size: 18px;
    width: 680px;
    padding: 20px 30px;
    border-radius: 34px;
  }

  .search-dialog input[type=text]{
    font-size: 18px;
  }
}


.header-inner .header-right .handle_phone_show {
    position: absolute;
    right: 0;
    top: 6px;
    font-size: 18px;
    width: 100%;
    line-height: 18px;
    height: 18px;
    color: #ffca08;
    text-align: right;
}


.header-inner .header-right .icon.asdsdzx {
    font-size: 18px;
    margin-right: 10px;
}