@charset "UTF-8";
.m-hdnav .nav-item {
    margin-left: 20px;
}


.g-hproc:before {
  background: url("../images/hproc-tt1_pt.png") no-repeat right top;
}


.g-happl .bg-tt {
 
  background: url("../images/happl-tt1_pt.png") no-repeat right center;
}
.g-hequi .bg-tt {

    background: url(../images/hequi-tt1_pt.png) no-repeat left center;
}

.m-hmark .info-item .item-num {
  line-height: 30px;
  font-size: 42px;
  font-size: 4.2rem;

}

@media screen and (max-width: 1660px) {
    
    .m-hmark .info-item .item-num {
  line-height: 30px;
  font-size: 30px;
  font-size: 3rem;

}

.m-hmark .box-info {

    margin-bottom: 0px;
}
.m-hdnav .nav-item > a {
        font-size: 14px;
        font-size: 1.4rem;
    }
     .m-hdnav .nav-item {
    margin-left:10px;
}
}


@media screen and (max-width: 767px) {
    .m-oemb4 .box-item .item-title {
     
        font-size: 14px;
        font-size: 1.4rem;
    }
        .m-oemb4 .box-vs em {
        width: 40px;
        line-height: 40px;
        font-size: 16px;
        font-size: 1.6rem;
    }
}
@media screen and (max-width: 420px) {
    .m-oemb4 .box-item .item-title {
     
        font-size: 12px;
        font-size: 1.2rem;
    }
        .m-oemb4 .box-vs em {
        width: 30px;
        line-height: 30px;
        font-size: 14px;
        font-size: 1.4rem;
    }
}
.m-sdtt {

  line-height: 36px;
  font-size: 22px;
  font-size: 2.2rem;

}

@media screen and (max-width: 1219px) {
  .m-mobilenav {
    position: fixed;
    z-index: 11;
    padding-top: 25px;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    display: block;
    box-sizing: border-box;
    transition: all 350ms;
  }
  .m-mobilenav.show {
    width: 100%;
    height: 100%;
  }
  .m-mobilenav.show .mbnav-btn {
    transform: rotate(90deg);
  }
  .m-mobilenav.show .mbnav-btn .line {
    background-color: #fff;
  }
  .m-mobilenav.show .mbnav-bd {
    visibility: visible;
  }
  .m-mobilenav.show .mbnav-bd .mbnav-wp {
    height: 100%;
    opacity: 1;
  }
  .m-mobilenav.show .mbnav-bd .mbnav-item > a {
    opacity: 1;
    transform: scale(1) translate(0, 0);
  }
  .m-mobilenav .mbnav-btn {
    position: absolute;
    z-index: 2;
    top: 15px;
    right: 12px;
    width: 26px;
    transition: all 500ms;
  }
  .m-mobilenav .mbnav-btn .line {
    width: 100%;
    height: 2px;
    background-color: #333;
  }
  .m-mobilenav .mbnav-btn .line2 {
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .m-mobilenav .mbnav-bd {
    position: absolute;
    right: 0;
    top: 0;
    width: 300px;
    height: 100%;
    top: 0;
    visibility: hidden;
    z-index: 1;
  }
  .m-mobilenav .mbnav-wp {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 0;
    background-color: #333;
    top: 0;
    transition: all 500ms;
    opacity: 0;
  }
  .m-mobilenav .mbnav-fix {
    position: absolute;
    right: 0;
    top: 60px;
    max-height: calc(100% - 60px);
    width: 100%;
    box-sizing: border-box;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .m-mobilenav .mbnav-item {
    position: relative;
    padding-left: 44px;
    padding-right: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .m-mobilenav .mbnav-item i {
    position: absolute;
    left: 13px;
    top: 12px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background-color: #333;
    font-size: 20px;
    font-size: 2rem;
    color: #fff;
    cursor: pointer;
  }
  .m-mobilenav .mbnav-item > a {
    display: block;
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    transform: scale(1.1) translate(60px, -35px);
    opacity: 0;
    transition: 0.5s 0.1s;
  }
  .m-mobilenav .mbnav-item > a.current:after {
    content: "";
    margin-left: 5px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    transition: all 500ms;
  }
  .m-mobilenav .mbnav-item > a.active {
    color: #333;
  }
  .m-mobilenav .mbnav-item > a.active:after {
    background-color: #333;
  }
  .m-mobilenav .mbnav-item:nth-child(1) > a {
    transition-delay: 250ms;
  }
  .m-mobilenav .mbnav-item:nth-child(2) > a {
    transition-delay: 300ms;
  }
  .m-mobilenav .mbnav-item:nth-child(3) > a {
    transition-delay: 350ms;
  }
  .m-mobilenav .mbnav-item:nth-child(4) > a {
    transition-delay: 400ms;
  }
  .m-mobilenav .mbnav-item:nth-child(5) > a {
    transition-delay: 450ms;
  }
  .m-mobilenav .mbnav-item:nth-child(6) > a {
    transition-delay: 500ms;
  }
  .m-mobilenav .mbnav-item:nth-child(7) > a {
    transition-delay: 550ms;
  }
  .m-mobilenav .mbsbnav-list {
    padding: 10px 0;
    display: none;
  }
  .m-mobilenav .mbsbnav-item {
    position: relative;
    padding-left: 20px;
    padding-right: 5px;
  }
  .m-mobilenav .mbsbnav-item i {
    left: 0;
    top: 6px;
    line-height: 24px;
  }
  .m-mobilenav .mbsbnav-item a {
    display: block;
    padding: 5px 5px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
  }
  .m-mobilenav .mbsbnav-item a.active {
    color: #333;
  }
      .m-hdlogo {
        line-height: 50px;
    }
        .m-hdlang {
        position: absolute;
        right: 85px;
        top: 0;
        margin-left: 0;
        }
        .f-box {
        max-width: 96%;
        width: 100%; line-height: 50px;
    }
      .m-hdsch {
    position: absolute;
    right: 55px;
    top: 0;
    margin-left: 0;
  }
   .f-hdpt {
    padding-top: 50px;
  }
  
  .m-hdsch .sch-btn {
        line-height: 50px;
    }
    
    
      .m-hdlang .lang-btn {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 50px;
    }
    .m-hdnav .nav-item {
    margin-left:5px;
}
    .m-hdsch {
        margin-left: 10px;
    }
    
  
    .m-mobilenav { display:block;
     
    }
    .m-hdnav,.m-hdlnk {
        display: none;
    }
}