@charset "UTF-8";


@media screen and (max-width: 1180px){


  /********************dropmenu***********/
  .Wrap_Dropmenu{
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    padding: 0 50px;
    background-color: #fff;
    position: absolute;
    top: 14%;
    left: 0;
    height: 202px;
    z-index: 3;
    display: none;
  }

  .dropMenu00{
    display: inline-block;
    vertical-align: top;
    width: 5%;
    margin-top: 1%;
  }

  .dropMenu00 >li{

  }

  .dropMenu00 >li >a{
    display: block;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    transform: skew(-0.03deg);

  }

  .Wrap_Dropmenu .dropMenu01{
    margin-left: 192px;
  }

  .dropMenu00 >li:hover >a{
    background-color: #70917c;
    color: #fff;
  }


  /********************************/
  #MainBanner{
    width: 100%;
    margin: 0 auto;
  }

  .wrap_mainbanner{
    width: 100%;
    margin: 0 auto;
    position: relative;
    left:50%;
    margin-left:-50%;
  }

  .mainbanner_Bg{
    width: 100%;
  }

  .mainbanner_Bg img{
    width: 100%;
  }

  .MainText{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%,-50%);
    margin-left: 0;
    margin-top: -20px;
  }

  .MainText >p{
    font-family: 'Titillium Web', sans-serif;
    font-size: 20px;
    color: #fff;
    text-align: center;
  }

  .MainTextImg{
    display: block;
    width: 340px;
    margin: 20px auto 0;
  }

  .MainTextImg img{
    width: 100%;
  }


  .Line{
    display: block;
    width: 48%;
    height: 2px;
    background-color: #fff;
    margin: 20px auto 0;
  }

  .WhatTExt{
    display: block;
    width: 85%;
    margin: 20px auto;
    text-align: left;
    transform: skew(-0.03deg);
    font-size: 18px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: bold;
    color: #fff;
    display:none;
  }



  .News{
    width: 85%;
    margin: 0 auto;
    display:none;
  }

  .News >li{
    display: inline-block;
    vertical-align: top;
    width: 45%;
    margin-left: 9%;
  }

  .News >li:first-child{
    margin-left: 0;
  }

  .News >li >p{
    line-height: 26px;
    font-size: 14px;
    transform: skew(-0.03deg);
    color: #fff;
  }


  .News >li >p:first-child{
    font-weight: bold;
  }

  .News >li >p:last-child{
    margin-top: 20px;
  }


  .UnderText{
    background-color: #70917c;
    margin-top: -3px;
  }

  .UnderText >p{
    line-height: 50px;
    font-size: 15px;
    font-weight: normal;
    text-align: center;
    color: #fff;
    transform: skew(-0.03deg);
  }


  .Vertical{
    position: absolute;
    top: 110%;
    left: 50%;
    transform: translateY(-50%)rotate(0);
    width: 30%;
    margin-left: 0;

  }




  .Vertical >p{
    font-size: 20px;
    transform: skew(-0.03deg);
    position: relative;
  }


  .Vertical >p::after{
    display: block;
    content: "";
    position: absolute;
    width: 70px;
    height: 1px;
    background-color: #e5e5e5;
    top: 50%;
    right: -60%;
    transform: translateY(-50%);
  }





  #BusinessTab{
    width: 100%;
    margin: 100px auto;
  }


  .BusinessTab{
    width: 94%;
    margin: 0 auto;
  }

  .LeftTabmenu{
    width: 35%;
    display: inline-block;
    vertical-align: middle;
  }

  .LeftTabmenu >h3{
    text-align: left;
    font-size: 26px;
    font-weight: bold;
    line-height: 40px;
    transform: skew(-0.03deg);
  }


  .BusinTab01{
    width: 120px;
    margin-top: 30px;
  }

  .BusinTab01 >li{
    display: inline-block;
    vertical-align: middle;
    margin-left: 15%;
  }

  .BusinTab01 >li:first-child{
    margin-left: 0;
    position: relative;
  }

  .BusinTab01 >li:first-child::after{
    display: block;
    content: "";
    width: 20px;
    height: 2px;
    background-color: #70917c;
    transform: translateY(-50%)rotate(-67.5deg);
    position: absolute;
    top: 50%;
    right: -70%;
  }

  .BusinTab01 >li >a{
    font-size: 16px;
    font-weight: bold;
    transform: skew(-0.05deg);
    color: #c1c1c1;
  }

  .BusinTab01 >li.BusinOn >a{
    color: #222;
  }


  .BuTab02{
    width: 100%;
    margin: 50px auto 0;
  }

  .BuTab02 >li{
    border-bottom: 1px solid #e5e5e5;
  }

  .BuTab02 >li >a{
    display: inline-block;
    vertical-align: middle;
    width: 90%;
    font-size: 18px;
    transform: skew(-0.03deg);
    font-weight: bold;
    line-height: 78px;
  }
  .BuTab02 >li >span{
    display: none;
    vertical-align: middle;
    width: 20px;
  }

  .BuTab02 >li >span img{
    width: 100%;
  }

  .BuTab02 >li.BusinOn{
    border-bottom: 1px solid #70917c;
  }

  .BuTab02 >li.BusinOn >span{
    display: inline-block;
  }

  .BuTab02 >li.BusinOn >a{
    color: #70917c;
  }





  .TabContent{
    display: inline-block;
    vertical-align: middle;
    width: 61%;
    margin-left: 3%;
  }


  .TabImg00{
    width: 100%;

  }

  .TabImg00 img{
    width: 100%;
  }

  .TabContent00{
    position: relative;
  }


  .TabContentTextcommon{
    position: absolute;
    bottom: -20%;
    left: 0;
    width: 55%;
    background-color: #fff;
    z-index: 5;
    padding: 20px;
    box-sizing: border-box;
  }


  .TabContentTextcommon >p:first-child{
    font-size: 20px;
    margin-top: 10px;
    transform: skew(-0.03deg);
  }

  .TabContentTextcommon >p:last-child{
    font-size: 14px;
    transform: skew(-0.03deg);
    line-height: 23px;
    margin-top: 15px;
  }


  .TabContent02{
    display: none;
  }






  #section01{
    width: 100%;
    margin: 80px auto;
  }


  .wrap_section01{
    width: 100%;
    margin: 0 auto;
    background-color: #f7f7f7;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
    left:50%;
    margin-left:-50%;
  }


  .worldMap{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }

  .worldMap img{
    width: 211%;
    position: relative;
    left: -50%;
  }


  .conTentworld{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 94%;
    transform: translate(-50%,-50%);
    z-index: 2;
  }

  .TextWorld{
    width: 100%;
    margin: 0 auto;
  }


  .TextWorld >li{
    text-align: center;
  }

  .TitleWorld01{
    font-size: 20px;
    font-weight: bold;
  }

  .TitleWorld02{
    font-size: 24px;
  }

  .TitleWorld03{
    font-size: 16px;
    line-height: 26px;
    transform: skew(-0.03deg);
  }

  .TextWorld >li:nth-child(2){
    margin-top: 20px;
  }

  .TextWorld >li:nth-child(3){
    margin-top: 30px;
  }


  .TextWorld >li:nth-child(4){
    margin-top: 20px;
  }


  .Merittext{
    margin: 30px auto 0;
    width: 80px;
    line-height: 80px;
    background-color: #70917c;
  }

  .Merittext >p{
    font-size: 16px;
    text-align: center;
    color: #fff;
    transform: skew(-0.03deg);
  }

  .meritList{
    width: 94%;
    margin: 50px auto 0;
    padding: 50px 0 0;
    border-top: 1px solid #e5e5e5;
  }

  .meritList >li{
    display: inline-block;
    vertical-align: top;
    width: 23.3%;
    margin-left: 1%;
    text-align: center;

  }

  .meritList >li:first-child{
    margin-left: 0;
  }

  .meritList >li >p:nth-child(1){
    font-size: 18px;
    transform: skew(-0.03deg);
    position: relative;
  }

  .meritList >li >span{
    display: block;
    width: 40px;
    margin: 20px auto;
  }

  .meritList >li >span >img{
    width: 100%;
  }

  .meritList >li >p:nth-child(3){
    font-size: 14px;
    color: #777;
    transform: skew(-0.03deg);
    line-height: 23px;
  }


  .meritList >li >p:nth-child(1)::after{
    display: block;
    content: "";
    position: absolute;
    top: -56px;
    left: 50%;
    transform: translatex(-50%);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #70917c;

  }



  #section02{
    width: 100%;
    margin: 0 auto;
  }

  .wrap_section02{
    width: 94%;
    margin: 0 auto;
  }

  .wrap_section02 >h3{
    text-align: center;
  }

  .wrap_section02 >h3 >p:first-child{
    font-size: 30px;
    font-weight: bolder;
  }

  .wrap_section02 >h3 >p:last-child{
    font-size: 26px;
    margin-top: 25px;
    font-weight: bold;
  }

  .Productcommon_wrap{
    display: inline-block;
    vertical-align: middle;
    width: 50%;
  }

  .Product00{
    position: relative;
    width: 100%;
    height: 593px;
    margin: 50px auto;
    background-image: url('../img/hitsingk.jpg');
    background-repeat: no-repeat;
    background-size: cover;
  }


  .Product00 >p{
    font-size: 20px;
    margin-left: 20px;
    padding-top: 20px;
    transform: skew(-0.03deg);
  }

  .Product00:hover .circleMore{
    opacity: 1;
  }

  .Cricleabbox{
    position: relative;
    width: 100%;
  }
  .circleMore{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 142px;
    height: 142px;
    background-color: rgba(29,29,36,0.14);
    border-radius: 50%;
    opacity: 1;
    transition: All 0.4s;
    cursor: pointer;
  }


  .darkCircle{
    width: 116px;
    line-height: 116px;
    background-color: rgba(29,29,36,0.36);
    margin: 13px auto 0;
    border-radius: 50%;
    cursor: pointer;
  }

  .darkCircle >p{
    text-align: center;
    font-size: 18px;
    transform: skew(-0.03deg);
    font-weight: bold;
    color: #fff;
    cursor: pointer;
  }



  .Textex{
    display: inline-block;
    vertical-align: middle;
    width: 45%;
    margin-left: 3%;
  }


  .Textex >p:nth-child(1){
    font-size: 26px;
    line-height: 40px;
    font-weight: bold;
  }


  .Textex >p:nth-child(2){
    font-size: 16px;
    line-height: 26px;
    color: #777777;
    transform: skew(-0.03deg);
    margin-top: 15px;
  }


  .Underproduct{
    width: 100%;
    margin: 0 auto 0;
  }

  .orderproduct{
    width: 100%;
    margin: 0 auto;
  }

  .orderproduct >li{
    display: inline-block;
    width: 30%;
    margin-left: 4%;
    position: relative;
  }

  .orderproduct >li:nth-child(1){
    margin-left: 0;
  }

  .orderproduct >li >a{
    display: block;
    width: 100%;
  }

  .orderproduct >li >a >img{
    width: 100%;
  }

  .orderproduct >li >p{
    position: absolute;
    top: 0;
    left: 0;
    padding: 15px 0 0 15px;
    font-size: 16px;
    font-weight: bold;
    z-index: 5;
    transform: skew(-0.03deg);
  }



  #OrderMenu{
    width: 100%;
    margin: 80px auto 100px;
  }

  .orderIcon{
    width: 94%;
    margin: 0 auto;
  }

  .orderIcon >li{
    display: inline-block;
    vertical-align: middle;
    width: 17%;
    margin-left: 2%;
    position: relative;
  }

  .orderIcon >li:first-child{
    margin-left: 0;
  }


  .orderIcon >li >a{
    display: block;
    width: 45px;
    margin: 0 auto;
  }

  .orderIcon >li >a >img{
    width: 100%;
  }

  .orderIcon >li >p{
    font-size: 18px;
    transform: skew(-0.03deg);
    margin-top: 20px;
    text-align: center;
  }


  .Lineafter::after{
    display: block;
    content: "";
    width: 1px;
    height: 100px;
    background-color: #e5e5e5;
    position: absolute;
    top: 0;
    left: -6%;
  }

}













































@media screen and (max-width: 767px){
  /********************dropmenu***********/
  .Wrap_Dropmenu{
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    padding: 0 50px;
    background-color: #fff;
    position: absolute;
    top: 14%;
    left: 0;
    height: 202px;
    z-index: 3;
    display: none;
  }

  .dropMenu00{
    display: inline-block;
    vertical-align: top;
    width: 5%;
    margin-top: 1%;
  }

  .dropMenu00 >li{

  }

  .dropMenu00 >li >a{
    display: block;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    transform: skew(-0.03deg);

  }

  .Wrap_Dropmenu .dropMenu01{
    margin-left: 192px;
  }

  .dropMenu00 >li:hover >a{
    background-color: #70917c;
    color: #fff;
  }


  /********************************/
  #MainBanner{
    width: 100%;
    margin: 0 auto;
  }

  .wrap_mainbanner{
    width: 100%;
   	left:50%;
   	margin-left:-50%;
    position: relative;
  }

  .mainbanner_Bg{
    width: 100%;
    overflow: hidden;
  }

  .mainbanner_Bg img{
    width: 180%;
    position: relative;
    left: 50%;
    margin-left:-90%;
  }

  .MainText{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 94%;
    transform: translate(-50%,-50%);
    margin-left: 0;
    margin-top: 0;
  }

  .MainText >p{
    font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 24px;
  }

  .MainTextImg{
    display: block;
    width: 200px;
    margin: 10px auto 0;
  }

  .MainTextImg img{
    width: 100%;
  }


  .Line{
    display: block;
    width: 90%;
    height: 1px;
    background-color: #fff;
    margin: 20px auto 0;
  }

  .WhatTExt{
    display: block;
    width: 100%;
    margin: 20px auto;
    text-align: left;
    transform: skew(-0.03deg);
    font-size: 16px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: bold;
    color: #fff;
    display:none;
  }



  .News{
    width: 100%;
    margin: 0 auto;
  }

  .News >li{
    display: inline-block;
    vertical-align: top;
    width: 46%;
    margin-left: 3%;
  }

  .News >li:first-child{
    margin-left: 0;
  }

  .News >li >p{
    line-height: 20px;
    font-size: 12px;
    transform: skew(-0.03deg);
    color: #fff;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }


  .News >li >p:first-child{
    font-weight: bold;
  }

  .News >li >p:last-child{
    margin-top: 20px;
  }


  .UnderText{
    background-color: #70917c;
    margin-top: -3px;
    padding: 20px 10px;
    box-sizing: border-box;
  }

  .UnderText >p{
    line-height: 19px;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    color: #fff;
    transform: skew(-0.03deg);
    word-break:keep-all;
  }


  .Vertical{
    position: absolute;
    top: 110%;
    left: 50%;
    transform: translateY(-50%)rotate(0);
    width: 30%;
    margin-left: 0;
    display: none;
  }




  .Vertical >p{
    font-size: 20px;
    transform: skew(-0.03deg);
    position: relative;
  }


  .Vertical >p::after{
    display: block;
    content: "";
    position: absolute;
    width: 70px;
    height: 1px;
    background-color: #e5e5e5;
    top: 50%;
    right: -60%;
    transform: translateY(-50%);
  }





  #BusinessTab{
    width: 100%;
    margin: 50px auto;
  }


  .BusinessTab{
    width: 94%;
    margin: 0 auto;
  }

  .LeftTabmenu{
    width: 100%;
    display: block;
    vertical-align: middle;
  }

  .LeftTabmenu >h3 >br{
    display: none;
  }

  .LeftTabmenu >h3{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    transform: skew(-0.03deg);
  }


  .BusinTab01{
    width: 33%;
    margin-top: 30px;
    margin: 30px auto 0;
  }

  .BusinTab01 >li{
    display: inline-block;
    vertical-align: middle;
    margin-left: 15%;
  }

  .BusinTab01 >li:first-child{
    margin-left: 0;
    position: relative;
  }

  .BusinTab01 >li:first-child::after{
    display: block;
    content: "";
    width: 20px;
    height: 2px;
    background-color: #70917c;
    transform: translateY(-50%)rotate(-67.5deg);
    position: absolute;
    top: 50%;
    right: -70%;
  }

  .BusinTab01 >li >a{
    font-size: 16px;
    font-weight: bold;
    transform: skew(-0.05deg);
    color: #c1c1c1;
  }

  .BusinTab01 >li.BusinOn >a{
    color: #222;
  }


  .BuTab02{
    width: 100%;
    margin: 30px auto 0;
  }

  .BuTab02 >li{
    border-bottom: 1px solid #e5e5e5;
  }

  .BuTab02 >li >a{
    display: inline-block;
    vertical-align: middle;
    width: 87%;
    font-size: 14px;
    transform: skew(-0.03deg);
    font-weight: bold;
    line-height: 50px;
  }
  .BuTab02 >li >span{
    display: none;
    vertical-align: middle;
    width: 20px;
  }

  .BuTab02 >li >span img{
    width: 100%;
  }

  .BuTab02 >li.BusinOn{
    border-bottom: 1px solid #70917c;
  }

  .BuTab02 >li.BusinOn >span{
    display: inline-block;
  }

  .BuTab02 >li.BusinOn >a{
    color: #70917c;
  }





  .TabContent{
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }


  .TabImg00{
    width: 100%;
        display: inline-block;
        vertical-align: middle;
        margin-left: 0;

  }

  .TabImg00 img{
    width: 100%;
  }

  .TabContent00{
    position: relative;
  }


  .TabContentTextcommon{
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 5;
    padding: 15px;
    box-sizing: border-box;
  }


  .TabContentTextcommon >p:first-child{
    font-size: 18px;
    margin-top: 10px;
    transform: skew(-0.03deg);
  }

  .TabContentTextcommon >p:last-child{
    font-size: 12px;
    transform: skew(-0.03deg);
    line-height: 23px;
    margin-top: 10px;
  }


  .TabContent02{
    display: block;
  }






  #section01{
    width: 100%;
    margin: 0 auto;
  }


  .wrap_section01{
    width: 100%;
    background-color: #f7f7f7;
    padding: 40px 0;
    box-sizing: border-box;
    position: relative;
    left:50%;
    margin-left:-50%;
  }


  .worldMap{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }

  .worldMap img{
    width: 415%;
    position: relative;
    left: -116%;
    display: none;
  }


  .conTentworld{
    position: relative;
    top: 0;
    left: 3%;
    width: 94%;
    transform: translate(0);
    z-index: 2;
  }

  .TextWorld{
    width: 100%;
    margin: 0 auto;
  }


  .TextWorld >li{
    text-align: center;
  }

  .TitleWorld01{
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
    transform: skew(-0.03deg);
  }

  .TitleWorld02{
    font-size: 20px;
  }

  .TitleWorld03{
    font-size: 13px;
    line-height: 24px;
    transform: skew(-0.03deg);
  }

  .TextWorld >li:nth-child(2){
    margin-top: 15px;
  }

  .TextWorld >li:nth-child(3){
    margin-top: 20px;
  }


  .TextWorld >li:nth-child(4){
    margin-top: 20px;
  }


  .Merittext{
    margin: 20px auto 0;
    width: 60px;
    line-height: 60px;
    background-color: #70917c;
  }

  .Merittext >p{
    font-size: 14px;
    text-align: center;
    color: #fff;
    transform: skew(-0.03deg);
  }

  .meritList{
    width: 94%;
    margin: 30px auto 0;
    padding: 0;
    border-top: 0;
  }

  .meritList >li{
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin-left: 1%;
    text-align: center;
    margin-top: 10%;
  }

  .meritList >li:first-child{
    margin-left: 0;
    margin-top: 0;
  }

  .meritList >li:nth-child(2){
    margin-top: 0;
  }

  .meritList >li:nth-child(2){
    margin-left: 0;
  }

  .meritList >li >p:nth-child(1){
    font-size: 14px;
    transform: skew(-0.03deg);
    position: relative;
  }

  .meritList >li >span{
    display: block;
    width: 35px;
    margin: 20px auto;
  }

  .meritList >li >span >img{
    width: 100%;
  }

  .meritList >li >p:nth-child(3){
    font-size: 12px;
    color: #777;
    transform: skew(-0.03deg);
    line-height: 23px;
  }

  .meritList >li >p:nth-child(3) >br{
    display: none;
  }


  .meritList >li >p:nth-child(1)::after{
    display: none;
    content: "";
    position: absolute;
    top: -56px;
    left: 50%;
    transform: translatex(-50%);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #70917c;

  }



  #section02{
    width: 100%;
    margin: 0 auto;
  }

  .wrap_section02{
    width: 94%;
    margin: 0 auto;
  }

  .wrap_section02 >h3{
    text-align: center;
  }

  .wrap_section02 >h3 >p:first-child{
    font-size: 24px;
    font-weight: bolder;
  }

  .wrap_section02 >h3 >p:last-child{
    font-size: 18px;
    margin-top: 20px;
    font-weight: bold;
  }

  .Productcommon_wrap{
    display: block;
    vertical-align: middle;
    width: 100%;
  }

  .Product00{
    position: relative;
    width: 100%;
    height: 300px;
    margin: 50px auto 20px;
    background-image: url('../img/hitsingk.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: 60%;
  }


  .Product00 >p{
    font-size: 16px;
    margin-left: 20px;
    padding-top: 20px;
    transform: skew(-0.03deg);
  }

  .Product00:hover .circleMore{
    opacity: 1;
  }

  .Cricleabbox{
    position: relative;
    width: 100%;
  }
  .circleMore{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 80px;
    height: 80px;
    background-color: rgba(29,29,36,0.14);
    border-radius: 50%;
    opacity: 1;
    transition: All 0.4s;
    cursor: pointer;
  }


  .darkCircle{
    width: 57px;
    line-height: 57px;
    background-color: rgba(29,29,36,0.36);
    margin: 13px auto 0;
    border-radius: 50%;
    cursor: pointer;
  }

  .darkCircle >p{
    text-align: center;
    font-size: 12px;
    transform: skew(-0.03deg);
    font-weight: bold;
    color: #fff;
    cursor: pointer;
  }



  .Textex{
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin-left: 0;
  }


  .Textex >p:nth-child(1){
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
  }


  .Textex >p:nth-child(2){
    font-size: 14px;
    line-height: 23px;
    color: #777777;
    transform: skew(-0.03deg);
    margin-top: 10px;
  }


  .Underproduct{
    width: 100%;
    margin: 40px auto 0;
  }

  .orderproduct{
    width: 100%;
    margin: 0 auto;
  }

  .orderproduct >li{
    display: inline-block;
    width: 47%;
    margin-left: 2%;
    position: relative;
    margin-top: 2%;
  }

  .orderproduct >li:nth-child(1),.orderproduct >li:nth-child(3){
    margin-left: 0;
  }


  .orderproduct >li >a{
    display: block;
    width: 100%;
  }

  .orderproduct >li >a >img{
    width: 100%;
  }

  .orderproduct >li >p{
    position: absolute;
    top: 0;
    left: 0;
    padding: 15px 0 0 15px;
    font-size: 14px;
    font-weight: bold;
    z-index: 5;
    transform: skew(-0.03deg);
  }



  #OrderMenu{
    width: 100%;
    margin: 40px auto 60px;
  }

  .orderIcon{
    width: 94%;
    margin: 0 auto;
  }

  .orderIcon >li{
    display: inline-block;
    vertical-align: bottom;
    width: 31%;
    margin-top: 10%;
    position: relative;
  }

  .orderIcon >li:first-child{
    margin-left: 0;
    margin-top: 0;
  }

  .orderIcon >li:nth-child(2){
    margin-top: 0;
  }


  .orderIcon >li >a{
    display: block;
    width: 30px;
    margin: 0 auto;
  }

  .orderIcon >li >a >img{
    width: 100%;
  }

  .orderIcon >li >p{
    font-size: 14px;
    transform: skew(-0.03deg);
    margin-top: 20px;
    text-align: center;
  }

  .orderIcon .Lineafter{
    margin-left: 18%;
  }

  .Lineafter::after{
    display: none;
    content: "";
    width: 1px;
    height: 100px;
    background-color: #e5e5e5;
    position: absolute;
    top: 0;
    left: -6%;

  }

  .mo_wrap{
    display: none;
  }

}
