@media screen and (max-width: 769px) {
  * {
    box-sizing: border-box;
  }
  .hide-wap {
    display: none !important;
  }
  .hide-pc {
    display: inherit !important;
  }
  .min-width {
    min-width: auto;
  }
  .row,
  .row-min {
    width: auto;
  }
  .col-l,
  .col-r {
    float: none;
  }
  html,
  body {
    overflow-x: hidden;
  }
  .navs-wap {
    width: 80vw;
    background: #f3f3f3;
    position: fixed;
    top: 0;
    height: 100vh;
    padding-top: 30px;
  }
  .navs-wap .close {
    width: 55px;
    height: 55px;
    position: absolute;
    right: 10px;
    top: 30px;
  }
  .navs-wap .close i {
    display: block;
    width: 60%;
    height: 1px;
    background: #999;
    border-radius: 100px;
    margin: auto;
  }
  .navs-wap .close i:first-child {
    transform: rotate(45deg);
  }
  .navs-wap .close i:last-child {
    transform: rotate(-45deg);
    margin-top: -1px;
  }
  .navs-wap .urls {
    position: fixed;
    top: 80px;
    bottom: 40px;
    overflow-y: auto;
    width: 100%;
  }
  .navs-wap .urls li a {
    line-height: 50px;
    padding-left: 40px;
    border-top: #e0e0e0 solid 1px;
    display: block;
  }
  .navs-wap .urls li ul {
    padding-left: 40px;
    display: none;
  }
  .navs-wap .urls li ul a {
    padding-left: 40px;
  }
  .conts {
    background: #FFF;
    min-height: 100vh;
    width: 100vw;
    overflow-x: hidden;
    overflow-y:auto;
    position: relative;
    transition: all 0.3s;
    box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
    left: 0vw;
  }
  .conts.open {
    height: 100vh;
    overflow: hidden;
    left: 80vw;
  }
  .conts.open .mask {
    visibility: visible;
  }
  .conts .mask {
    height: 100vh;
    position: fixed;
    z-index: 1001;
    width: 100vw;
    background: rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    visibility: hidden;
  }
  .head {
    padding: 10px;
  }
  .head-height { height:60px;}
  .head .logo {
    height: 40px;
    flex: 1;
  }
  .head .logo .show {
      padding: 0 30px;
      height: 35px;
  }
  .head .logo .menu .icon { padding-bottom:2px;}
  .head .logo .menu {
    width: 55px;
    height: 55px;
    flex-direction: column;
  }
  .head .logo .back {
      width: 55px;
      height: 55px;
      flex-direction: column;
      font-size: 12px;
      color: #0055d5;
  }
  .head .logo .menu i {
    display: block;
    width: 50%;
    height: 2px;
    background: #999;
    border-radius: 100px;
    margin: auto;
    margin-top: 4px;
  }
  .head .logo .menu i:first-child {
    margin-top: 17px;
  }
  .head .logo .menu .text {
      text-align: center;
      font-size: 12px;
      color: #999;
  }
  .head .navs {
    display: none;
  }
  .banner img {
    height: 160px;
  }
  .about {
    padding: 20px;
  }
  .about .info .name {
    padding-top: 20px;
    text-align: center;
  }
  .about .info .name .tit {
    font-size: 20px;
    font-weight: bold;
  }
  .about .info .name .sub {
    font-size: 10px;
    color: #666;
    font-family: 'Arial';
    margin-top: 15px;
    font-weight: lighter;
  }
  .about .info .name::after {
    content: '';
    width: 42px;
    height: 5px;
    background: #c30d23;
    margin: 15px auto 0 auto;
    border-radius: 100px 0px;
    display: block;
  }
  .about .info .text {
    margin-bottom: 20px;
  }
  .about .info .numb {
    margin-bottom: 20px;
  }
  .about .info .numb strong {
    font-size: 20px;
  }
  .about .info .link a {
    width: 150px;
    height: 45px;
    line-height: 45px;
    margin: auto;
  }
  .product .name {
    padding-top: 40px;
  }
  .product .name .tit {
    font-size: 20px;
    font-weight: bold;
  }
  .product .name .sub {
    font-size: 10px;
    color: #666;
    font-family: 'Arial';
    margin-top: 15px;
    font-weight: lighter;
  }
  .product .name::after {
    content: '';
    width: 42px;
    height: 5px;
    background: #c30d23;
    margin: 15px auto 0 auto;
    border-radius: 100px 0px;
    display: block;
  }
  .apply {
    padding-bottom: 0;
  }
  .apply .name {
    padding-top: 40px;
  }
  .apply .name .tit {
    font-size: 20px;
    font-weight: bold;
  }
  .apply .name .sub {
    font-size: 10px;
    color: #666;
    font-family: 'Arial';
    margin-top: 15px;
    font-weight: lighter;
  }
  .apply .name::after {
    content: '';
    width: 42px;
    height: 5px;
    background: #c30d23;
    margin: 15px auto 0 auto;
    border-radius: 100px 0px;
    display: block;
  }
  .apply .list {
    border: 0;
    flex-wrap: wrap;
    border-top: #efefef solid 1px;
  }
  .apply .list .item {
    border: 0;
    width: 33.3333vw;
    height: 33.3333vw;
    border: #efefef solid 1px;
    border-right: 0;
    border-top: 0;
  }
  .apply .list .item a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
  }
  .apply .list .item a .bg {
    background: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s;
  }
  .apply .list .item a .bg img {
    width: 100%;
    height: 100%;
  }
  .apply .list .item a .show {
    width: 50px;
    height: 50px;
    margin: 20px auto 20px auto;
    overflow: hidden;
  }
  .apply .list .item a .show img {
    margin-left: -49px;
    filter: drop-shadow(49px 0 0 #1432a8);
  }
  .apply .list .item a .name {
    font-size: 14px;
    font-weight: bold;
    padding-top: 0;
  }
  .apply .list .item a .name::after {
    display: none;
  }
  .apply .list .item a:hover .show img {
    filter: drop-shadow(49px 0 0 #fff);
  }
  .apply .list .item:nth-child(3n+1) {
    border-left: 0;
  }
  .factory {
    background: url(skin/factory-bg.jpg) bottom center no-repeat;
  }
  .factory .name {
    padding-top: 40px;
  }
  .factory .name .tit {
    font-size: 20px;
    font-weight: bold;
  }
  .factory .name .sub {
    font-size: 10px;
    color: #666;
    font-family: 'Arial';
    margin-top: 15px;
    font-weight: lighter;
  }
  .factory .name::after {
    content: '';
    width: 42px;
    height: 5px;
    background: #c30d23;
    margin: 15px auto 0 auto;
    border-radius: 100px 0px;
    display: block;
  }
  .factory .list {
    width: 100%;
    height: auto;
    position: relative;
  }
  .factory .list .item .info,
  .factory .list .item .info .note,
  .factory .list .item .show img {
    transition: all 0.3s;
  }
  .factory .list .item .info,
  .factory .list .item .show {
    position: inherit;
    width: auto;
    height: auto;
  }
  .factory .list .item:nth-child(3) .info,
  .factory .list .item:nth-child(4) .info {
    background: #f9f9f9;
  }
  .factory .list .item:nth-child(3) .info .text,
  .factory .list .item:nth-child(4) .info .text {
    padding-top: 0;
    color: #333;
  }
  .factory .list .item:nth-child(3) .info .text,
  .factory .list .item:nth-child(4) .info .text,
  .factory .list .item:nth-child(3) .info .note,
  .factory .list .item:nth-child(4) .info .note {
    color: #666;
  }
  .factory .list .item:nth-child(3) .info .icon i,
  .factory .list .item:nth-child(4) .info .icon i {
    filter: drop-shadow(39px 0 0 #333);
  }
  .factory .list .item a:hover .show img {
    transform: scale(1.1);
  }
  .factory .list .item:nth-child(1) a:hover .info,
  .factory .list .item:nth-child(2) a:hover .info {
    background: #1432a8;
    color: #fff;
  }
  .factory .list .item:nth-child(1) a:hover .info .note,
  .factory .list .item:nth-child(2) a:hover .info .note {
    color: #fff;
  }
  .factory .list .item:nth-child(1) a:hover .info .icon i,
  .factory .list .item:nth-child(2) a:hover .info .icon i {
    filter: drop-shadow(39px 0 0 #fff);
  }
  .factory .list .item:nth-child(3) a:hover .info,
  .factory .list .item:nth-child(4) a:hover .info {
    background: #1432a8;
  }
  .factory .list .item:nth-child(3) a:hover .info .text,
  .factory .list .item:nth-child(4) a:hover .info .text,
  .factory .list .item:nth-child(3) a:hover .info .note,
  .factory .list .item:nth-child(4) a:hover .info .note {
    color: #fff;
  }
  .factory .list .info {
    padding: 20px 0;
  }
  .factory .list .info .text {
    padding-left: 20px;
    padding-bottom: 10px;
    font-size: 16px;
  }
  .factory .list .info .text strong {
    font-size: 20px;
  }
  .factory .list .info .note {
    padding-left: 20px;
    line-height: 26px;
    color: #666;
    position: relative;
    font-size: 12px;
  }
  .factory .list .info .note .icon {
    display: none;
  }
  .foot {
    padding: 20px;
  }
  .foot .info .icon.mobi {
    font-size: 20px;
  }
  .copyright {
    font-size: 12px;
  }
  .page .poss {
    padding: 0 20px;
    line-height: 56px;
    border-top: #eee solid 1px;
    border-bottom: #eee solid 1px;
    box-shadow: rgba(0, 0, 0, 0.05) 0 0 3px;
    color: #999999;
  }
  .page .poss a {
    color: #999999;
  }
  .page .poss a:hover {
    color: #1432a8;
  }
  .page .poss span {
    padding: 0 10px;
  }
  .page .poss strong {
    padding-left: 20px;
    background: url(skin/poss-bg.png) left center no-repeat;
  }
  .page .sele {
    padding: 20px;
    padding-bottom: 0;
    text-align: right;
  }
  .page .sele select {
    padding: 10px;
    border: #efefef solid 1px;
  }
  .page .company {
    text-align: center;
    padding: 30px 0;
    border-top: #efefef solid 1px;
  }
  .page .company .name {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 24px;
  }
  .page .company .text {
    line-height: 24px;
    text-align: justify;
    padding: 0 20px;
  }
  .page .history {
    background: url(skin/about-history-bg.jpg) #f8f8f9 center top no-repeat;
    padding: 40px 0;
  }
  .page .history .name {
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 32px;
    text-align: center;
    color: #fff;
  }
  .page .history .text {
    text-align: justify;
    line-height: 24px;
    color: #fff;
    padding: 0 20px;
  }
  .page .history .leve {
    padding-top: 36px;
    padding-bottom: 56px;
  }
  .page .history .leve .item {
    flex: 1;
    color: #fff;
  }
  .page .history .leve .item strong,
  .page .history .leve .item span {
    display: block;
    text-align: center;
  }
  .page .history .leve .item span {
    font-size: 14px;
  }
  .page .history .leve .item strong {
    font-size: 16px;
    font-weight: bold;
  }
  .page .history .list {
    width: auto;
    margin: auto;
    max-height: 820px;
    overflow: hidden;
    transition: all 0.3s;
  }
  .page .history .list .item {
    width: auto;
    box-sizing: border-box;
    position: relative;
    padding: 20px 0;
    margin: 0 20px;
  }
  .page .history .list .item .box {
    padding: 20px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
  }
  .page .history .list .item .box strong {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 5px;
  }
  .page .history .list .item .box span {
    color: #666;
    line-height: 18px;
    font-size: 12px;
  }
  .page .history .list .item::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border: #fff solid 3px;
    margin-top: -7px;
    background: #1432a8;
    border-radius: 100px;
    box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
    position: absolute;
    top: 50%;
  }
  .page .history .list .item:nth-child(2n+1) {
    padding-right: 0;
    border-right: 0;
    text-align: left;
    padding-left: 20px;
    border-left: #b7b7b7 solid 1px;
  }
  .page .history .list .item:nth-child(2n+1)::after {
    right: inherit;
    left: -10px;
  }
  .page .history .list .item:nth-child(2n) {
    margin-left: 20px;
    padding-left: 20px;
    border-left: #b7b7b7 solid 1px;
  }
  .page .history .list .item:nth-child(2n)::after {
    left: -10px;
  }
  .page .history .more {
    cursor: pointer;
    width: 156px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 16px;
    color: #666;
    border: #666 solid 1px;
    border-radius: 5px;
    margin: auto;
  }
  .page .honor {
    padding: 40px 0;
    background: url(skin/honor-bg.jpg) center bottom no-repeat;
  }
  .page .honor .name {
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 32px;
    text-align: center;
  }
  .page .honor .text {
    width: auto;
    margin: auto;
    padding: 0 20px;
    text-align: justify;
  }
  .page .honor #certify {
    position: relative;
    width: auto;
    padding: 0 20px;
    margin: 40px auto;
  }
  .page .honor #certify .swiper-container {
    padding-bottom: 0px;
  }
  .page .honor #certify .swiper-slide {
    width: auto;
    height: auto;
  }
  .page .honor #certify .swiper-slide img {
    display: block;
    height: auto;
  }
  .page .honor #certify .swiper-slide span {
    line-height: 45px;
    font-size: 12px;
    text-align: center;
    padding: 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    background-color: #a1a1a1;
    margin-top: 10px;
    display: block;
  }
  .page .honor .more {
    cursor: pointer;
    width: 156px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 16px;
    color: #666;
    border: #666 solid 1px;
    border-radius: 5px;
    margin: auto;
  }
  .page .honor .more:hover {
    border: #1432a8 solid 1px;
  }
  .page .honor .more:hover a {
    font-weight: normal;
    color: #1432a8;
  }
  .page .customer {
    padding: 40px 0;
  }
  .page .customer .name {
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 32px;
    text-align: center;
  }
  .page .customer .text {
    text-align: justify;
    width: auto;
    padding: 0 20px;
  }
  .page .customer .list {
    display: block;
    margin: auto 20px;
    width: auto;
    height: auto;
    overflow-y: auto;
    white-space: nowrap;
    padding: 20px 0;
  }
  .page .customer .list li {
    width: 50%;
    height: auto;
    padding-top: 0;
    display: inline-block;
  }
  .page .customer .list li a {
    display: block;
    border: #ebebeb solid 1px;
  }
  .page .customer .list li a:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
  }
  .page .customer .list::after {
    display: none;
  }
  .page .p-culture .part {
    padding: 40px 20px;
  }
  .page .p-honor .list {
    flex-wrap: wrap;
    padding: 20px 20px 0 20px;
  }
  .page .p-honor .list li {
    width: auto;
    padding-bottom: 20px;
  }
  .page .p-show .list {
    padding-top: 0;
  }
  .page .p-show .list .item {
    padding-bottom: 0;
  }
  .page .p-show .list .item a {
    display: block;
    background: #f3f3f3;
    height: auto;
    position: relative;
  }
  .page .p-show .list .item a .show {
    position: relative;
    width: 100%;
    height: auto;
  }
  .page .p-show .list .item a .show .txt {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .page .p-show .list .item a .show .txt .name {
    padding-left: 20px;
  }
  .page .p-show .list .item a .show .txt .text {
    padding-left: 20px;
  }
  .page .p-show .list .item a .info {
    padding: 20px;
    height: 100%;
    margin: 0;
  }
  .page .p-show .list .item a .info .name {
    line-height: 30px;
    padding-bottom: 10px;
  }
  .page .p-show .list .item:nth-child(2n) a .info {
    margin: 0;
  }
  .page .p-news {
    padding-bottom: 20px;
  }
  .page .p-news .list {
    padding-bottom: 20px;
  }
  .page .p-news .list .item {
    padding: 20px;
    border-bottom: #efefef solid 1px;
  }
  .page .p-news .list .item a {
    display: block;
    position: relative;
    margin-top: 0px;
    display: flex;
    flex-direction: column;
  }
  .page .p-news .list .item .show {
    width: 100%;
    border: 0;
    position: inherit;
    left: 0;
    top: 0;
    flex-shrink: 0;
    padding-right: 10px;
  }
  .page .p-news .list .item .show img {
    border-radius: 5px;
  }
  .page .p-news .list .item .info {
    margin: 0;
    border: 0;
    height: auto;
    padding: 0;
    overflow: hidden;
  }
  .page .p-news .list .item .info .name {
    font-weight: bold;
    font-size: 14px;
    padding: 0;
    padding: 10px 0;
  }
  .page .p-news .list .item .info .text {
    color: #999;
    line-height: 24px;
  }
  .page .p-staff {
    padding: 0;
  }
  .page .p-staff .part-1 {
    position: relative;
    padding-bottom: 0;
  }
  .page .p-staff .part-1 .info {
    position: relative;
    display: block;
    color: #333;
    padding: 20px;
  }
  .page .p-staff .part-1 .info .name {
    font-size: 18px;
    padding-bottom: 10px;
  }
  .page .p-staff .part-1 .info .text {
    line-height: 24px;
    padding: 0;
    text-align: justify;
    color: #666;
  }
  .page .p-staff .part-2 {
    position: relative;
    padding-bottom: 20px;
    border-bottom: 0;
    margin-bottom: 0;
  }
  .page .p-staff .part-2 .show {
    position: relative;
  }
  .page .p-staff .part-2 .info {
    min-height: auto;
    display: block;
    padding: 20px;
    padding-bottom: 0;
  }
  .page .p-staff .part-2 .info .name {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
  }
  .page .p-staff .part-2 .info .text {
    line-height: 26px;
    color: #666;
    text-align: justify;
  }
  .page .p-staff .part-3 {
    display: block;
    padding-bottom: 20px;
    border-bottom: 0;
    margin-bottom: 0;
    border-bottom: #efefef solid 1px;
  }
  .page .p-staff .part-3 .show {
    margin-right: 0;
  }
  .page .p-staff .part-3 .info {
    min-height: auto;
    display: block;
    padding: 20px;
    padding-bottom: 0;
  }
  .page .p-staff .part-3 .info .name {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
  }
  .page .p-staff .part-3 .info .subs {
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 10px;
  }
  .page .p-staff .part-3 .info .text {
    line-height: 26px;
    color: #666;
    text-align: justify;
  }
  .page .p-staff .part-4 {
    padding: 20px;
  }
  .page .p-staff .part-4 .name {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
  }
  .page .p-staff .part-4 .text {
    line-height: 26px;
    color: #666;
  }
  .page .p-staff .part-4 .list {
    padding-top: 40px;
  }
  .page .p-staff .part-4 .list .item {
    background: #f7f7f7;
    padding: 25px;
    border-radius: 10px;
    display: block;
    margin-bottom: 40px;
  }
  .page .p-staff .part-4 .list .item .show {
    border-radius: 100px;
    overflow: hidden;
    width: 116px;
    height: 116px;
    margin: auto;
  }
  .page .p-staff .part-4 .list .item .info {
    padding-top: 25px;
  }
  .page .p-staff .part-4 .list .item .info .tit {
    text-align: center;
  }
  .page .p-staff .part-4 .list .item .info .txt {
    text-align: justify;
  }
  .page .p-join {
    padding: 20px;
  }
  .page .p-join .name {
    padding-bottom: 20px;
  }
  .page .p-join .name strong,
  .page .p-join .name span {
    display: block;
  }
  .page .p-join .name strong {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .page .p-join .name span {
    color: #999;
    line-height: 24px;
  }
  .page .p-join .list .item {
    margin-bottom: 20px;
    border: #efefef solid 1px;
    padding: 20px;
  }
  .page .p-join .list .item .tit {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 20px;
  }
  .page .p-join .list .item .par {
    padding-bottom: 20px;
    border-bottom: #efefef solid 1px;
    margin-bottom: 20px;
    color: #adadad;
  }
  .page .p-join .list .item .par span {
    padding: 0;
    margin: 0;
    position: relative;
    width: 50%;
    display: inline-block;
    line-height: 24px;
  }
  .page .p-join .list .item .par span::after {
    display: none;
  }
  .page .p-join .list .item:hover {
    border: #1432a8 solid 1px;
  }
  .page .p-contact .part-1 {
    padding: 20px;
  }
  .page .p-contact .part-1 .name {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .page .p-contact .part-1 .list {
    display: block;
  }
  .page .p-contact .part-1 .list .item {
    width: auto;
  }
  .page .p-contact .part-1 .list .item .icon {
    margin-top: 10px;
  }
  .page .p-contact .part-1 .list .item .icon span {
    font-size: 12px;
  }
  .page .p-contact .part-1 .list .item .icon strong {
    font-size: 14px;
  }
  .page .p-contact .part-1 .list .item .tel strong {
    font-size: 18px;
  }
  .page .p-contact .part-2 {
    height: 200px;
  }
  .page .p-contact .part-3 {
    padding: 20px;
  }
  .page .p-contact .part-3 .name {
    padding-bottom: 20px;
  }
  .page .p-contact .part-3 .name strong {
    font-size: 18px;
  }
  .page .p-contact .part-3 .form .com {
    padding-bottom: 20px;
  }
  .page .p-contact .part-3 .form .com input {
    width: 100%;
  }
  .page .p-contact .part-3 .form .inf {
    padding-bottom: 0;
    display: block;
  }
  .page .p-contact .part-3 .form .inf input {
    background: #f4f4f4;
    width: 100%;
    padding: 10px;
    display: block;
    margin-bottom: 20px;
  }
  .page .p-contact .part-3 .form .msg {
    padding-bottom: 20px;
  }
  .p-prod {
    padding: 20px;
  }
  .p-prod .list {
    flex-wrap: wrap;
  }
  .p-prod .list .item {
    padding-top: 0;
    padding-bottom: 10px;
    width:44vw;
  }
  .p-prod .list .item a {
    display: block;
    width: auto;
    border: #e6e6e6 solid 1px;
  }
  .p-prod .list .item a:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
  }
  .p-prod .list .item a:hover .para {
    background: #1432a8;
    color: #fff;
  }
  .p-prod .list .item a:hover .area {
    background: #0a1954;
  }
  .p-prod .list .item a:hover .icon i {
    filter: drop-shadow(39px 0 0 #fff);
  }
  .p-prod .list .item .show {
    padding: 2px;
    height: 34vw;
    padding-bottom: 0;
  }
  .p-prod .list .item .name {
    text-align: center;
    line-height: 70px;
    font-size: 16px;
    border-bottom: #e6e6e6 solid 1px;
  }
  .p-prod .list .item .para {
    padding: 10px;
    line-height: 20px;
    background: #f7f7f7;
    color: #666;
    position: relative;
    font-size: 12px;
    overflow:ellipsis;
    white-space: nowrap;
  }
  .p-prod .list .item .area {
    padding: 5px;
    background: #999999;
    color: #fff;
    border-radius: 5px;
    margin-top: 10px;
  }
  .p-prod .list .item .area span {
    margin-right: 10px;
  }
  .p-prod .list .item .area span:hover {
    text-decoration: underline;
  }
  .p-prod .list .item .area span:last-child {
    margin: 0;
  }
  .p-prod .list .item .icon {
    position: absolute;
    width: 39px;
    height: 39px;
    right: 10px;
    top: 50%;
    margin-top: -19px;
    margin-left: -19px;
    overflow: hidden;
  }
  .p-prod .list .item .icon i {
    width: 37px;
    height: 37px;
    position: absolute;
    background: url(skin/icon-r.png) center no-repeat;
    outline: transparent solid 1px;
    border: #d8d8d8 solid 1px;
    border-radius: 100px;
    left: -39px;
    filter: drop-shadow(39px 0 0 #666666);
  }
  .p-prod .list::after {
    display: none;
  }
  .p-prod-info .part-1 {
    display: block;
  }
  .p-prod-info .part-1 .show {
    width: auto;
  }
  .p-prod-info .part-1 .show .swiper-button-prev {
    width: 50px;
    height: 50px;
    background-image: url(skin/prod-prev.jpg);
    background-size: auto;
    left: 0;
    opacity: 0.5;
  }
  .p-prod-info .part-1 .show .swiper-button-prev:hover {
    opacity: 1;
  }
  .p-prod-info .part-1 .show .swiper-button-next {
    width: 50px;
    height: 50px;
    background-image: url(skin/prod-next.jpg);
    background-size: auto;
    right: 0;
    opacity: 0.5;
  }
  .p-prod-info .part-1 .show .swiper-button-next:hover {
    opacity: 1;
  }
  .p-prod-info .part-1 .info {
    position: initial;
    width: auto;
    height: auto;
    display: block;
    padding: 0 20px;
  }
  .p-prod-info .part-1 .info .name {
    font-size: 18px;
    padding-top: 20px;
  }
  .p-prod-info .part-1 .info .area {
    border-bottom: 0;
  }
  .p-prod-info .part-2 {
    width: auto;
    padding: 20px;
  }
  .p-prod-info .part-2 .name {
    font-size: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    border-bottom: #efefef solid 1px;
  }
  .p-prod-info .part-2 .html {
    text-align: justify;
  }
  .page .p-html {
    padding: 20px;
  }
  .page .p-html .name {
    font-size: 20px;
    padding-bottom: 20px;
    line-height: 24px;
  }
  .page .p-html .name strong,
  .page .p-html .name span {
    text-align: left;
  }
  .page .p-html .name strong {
    font-size: 20px;
  }
  .page .p-html .name span {
    font-size: 14px;
    color: #999;
  }
  .page .p-html .html {
    padding: 20px 0;
  }
  .page .p-html .p_n {
    padding: 20px 0;
    position: relative;
  }
  .page .p-html .p_n .item {
    line-height: 24px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  
  #about-map .text { text-align: justify; width: auto; padding: 0 20px;}
  #about-map .map { width: auto;}
  #about-map .map .p { width: 6px; height: 6px;}
  
  #service .part1,  #service .part2 { padding: 40px 0;}
  #service .part1 { padding-bottom: 0;}
  #service .part1 .name,  #service .part2 .name { font-size: 18px; }
  #service .part2 .titl { font-size: 18px; text-align: center; font-weight: bold; padding-top: 20px; margin-top: 20px; border-top: #1432a8 solid 1px;}
  #service .part2 .show { padding-bottom: 20px;}
  #service .part1 .text,#service .part2 .html { text-align: justify; width: auto; padding:20px; text-align: justify;}
  #service .part1 .list { width: auto;}
  
  #hy1 .part1 { padding: 0;}
  #hy1 .part1 .show { width: 100%; height: 100px;}
  #hy1 .part1 .show .bg { width: 100%; height: 100%; object-fit: cover;}
  #hy1 .part1 .show .name { color: #FFF; font-size: 24px; font-weight: bold;}
  #hy1 .part1 .show .name img { padding-left: 20px; padding-right: 10px; width: 70px;}
  #hy1 .part1 .text { width: auto; padding: 20px;}
  #hy1 .part2 { background: #fff !important; padding: 0 20px;}
  #hy1 .part2 .name { color: #1432a8; font-size: 18px;}
  #hy1 .part2 .list { width: auto; margin-top: 0;}
  #hy1 .part2 .item { padding: 20px 0; border-bottom: #efefef solid 1px;}
  #hy1 .part2 .item:last-child { border-bottom: 0;}
  #hy1 .part2 .list .show img { width: 100%; max-width: none;}
  #hy1 .part2 .list .text { padding: 20px 0 10px 0; font-weight: bold;}
  #hy1 .part2 .list .info { line-height: 24px;}
  #hy1 .part2 .list strong { font-weight: normal;}
  #hy1 .part2 .list .t { padding-top: 10px;}
  
  .page .customer1 {padding: 40px 0;}
  .page .customer1 .name {font-size: 30px;font-weight: bold;padding-bottom: 32px;text-align: center;}
  .page .customer1 .text {text-align: justify;width: auto;padding: 0 20px;}
  .page .customer1 .list {display: block;margin: auto 20px;width: auto;height: auto;overflow-y: auto;white-space: nowrap;padding: 20px 0;}
  .page .customer1 .list li {width: 50%;height: auto;padding-top: 0;display: inline-block;}
  .page .customer1 .list li a {display: block;border: #ebebeb solid 1px;}
  .page .customer1 .list li a:hover {box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;}
  .page .customer1 .list::after {display: none;}
  
  #hy1 .part3 { background: #fff !important; padding: 0 20px;}
  #hy1 .part3 .name { color: #1432a8; font-size: 18px;}
  #hy1 .part3 .list { width: auto; margin-top: 0;}
  #hy1 .part3 .item { padding: 20px 0; border-bottom: #efefef solid 1px;}
  #hy1 .part3 .item:last-child { border-bottom: 0;}
  #hy1 .part3 .list .show img { width: 100%; max-width: none;}
  #hy1 .part3 .list .text { padding: 20px 0 10px 0; font-weight: bold;}
  #hy1 .part3 .list .info { line-height: 24px;}
  #hy1 .part3 .list strong { font-weight: normal;}
  #hy1 .part3 .list .t { padding-top: 10px;}
  
  .foot-height { height:40px; padding-bottom:env(safe-area-inset-bottom);}
  .foot-menu { height:50px; background:#1432a8; position:fixed; bottom:0; left:0; width:100%; padding-bottom:env(safe-area-inset-bottom); display:flex !important;}
  .foot-menu a { height:50px; padding:5px; flex:1; border-right:#efefef solid 1px; flex-direction:column; font-size:12px; color:#fff;}
  .foot-menu a img { width:15px; margin-bottom:5px;}
  .foot-menu a:last-child { border-right:0;}
}
