header.PE{
    display: none;
}
.swiper_banner .swiper-slide{
  height: 100%;
}
/* .footer .footerPubSecIcp{
  position: static;
} */
#webFooterTable .webFooter{
  height: 40px;
}
@media screen and (max-width: 2560px){
	#footer .footerContent{
        padding: 0;
    }
}


@media screen and (max-width: 2048px){
	
}

@media screen and (max-width: 1856px){
	
}

@media screen and (max-width: 1792px){
	
}

@media screen and (max-width: 1680px){
	#logo #logoLink img{
        left: 0;
    }
    .logo{
        width: 400px;
    }
    .logo img{
        width: 100%;
        height: auto;
    }
    #navV2 {
        top: 82px;
    }
    #webHeaderTable {
        height: 120px !important;
    }
}

@media screen and (max-width: 1600px){
	
}

@media screen and (max-width: 1440px){
	
}

@media screen and (max-width: 1400px){
	
}

@media screen and (max-width: 1366px){
	
}






@media screen and (max-width: 820px){
  .swiper_banner {
    height: 60vh !important;
  }
    .webTopTable,
    #webHeaderTable,
    .webNavTable{
        display: none !important;
    }
    /* #webHeaderTable {
        height: 80px !important;
    } */
    .logo {
        width: 320px;
        left: 0 !important;
    }
    .corpTitle{
        display: none;
    }
    #webTop{
        width: 100%;
    }

    header.PE{
        display: block;
    }
    .header{
        width: 100%;
        height:70px;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding:0 30px;
        background-color: #fff;
        position: fixed;
        top: 0;
        z-index: 9999;
    }
    .header .left{
        width: 250px;
    }
    .header .left img{
        width: 100%;
    }
    .Menu{
        width: 25px;
        height: 25px;
        border-radius: 50%;
        margin-left: 20px;
        display: flex;
        position: relative;
        align-items: center;
        justify-content: center;
      }
      .Menu.Show .LineBox{
        display: flex;
        flex-direction: column;
        position: relative;
        align-items: center;
        justify-content: center;
      }
      
      .Menu.Show .Line:first-child{
        transform:rotate(-45deg);
      }
      .Menu.Show .Line:nth-child(2){
        opacity: 0;
      }
      .Menu.Show .Line:last-child{
        transform:rotate(45deg);
      }
      .Menu.Show .LineBox .Line{
        position: absolute;
        margin-top: 0;
      }
      .Menu .Line{
        height: 2px;
        width: 25px;
        margin-top: 6px;
        background-color: #076ce0;
        transition: all 1s;
      }
      .Menu .Line:first-child{
        margin-top: 0;
      }
      .Menu .Line:nth-child(2){
        transition: all 1s;
        width: 20px;
        opacity: 1;
        margin-left: 5px;
        height: 2px;
      }
      .MenuBox{
        display: none;
        position: fixed;
        width: 100vw;
        z-index: 98;
        top: 0;
        height: 100vh;
        /* transition: all 1s; */
        background-color: rgba(0,0, 0, 0.3);
        pointer-events:none;
      }
      .MenuBox ul{
        list-style: none;
      }

      .MenuBox ul li .item{
        display: flex;
        justify-content: space-between;
        align-items: center;
      }
      .MenuBox ul li .item.htow.Show::after{
        transform: rotate(90deg);
      }
      .MenuBox ul li .item.htow::after{
        content: '';
        width: 0;
        height: 0;
        margin-left: 10px;
        border-width: 5px 5px;
        display: inline-block;
        border-style: solid;
        transition: all .5s;
        transform-origin: 4px center;
        border-color: transparent transparent transparent #076ce0;
      }
      .MenuBox ul li .top a{
        font-size: 18px;
        font-family: POPPINS B;
        color: #333333;
      }

      .MenuBox .box{
        width: 50%;
        height: 100vh;
        background-color: #fff;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        top: 0;
        transition: all 1s;
        transform: translateX(200%);
        padding-top: 100px;
      }
      .MenuBox .box .f{
        display: flex;
        flex-direction: column;
        flex: 1;
      }
      .MenuBox .box .list{
        margin: 20px 0;
        flex:1;
      }
      .MenuBox.Show{
        background-color: rgba(0,0, 0, 0.3);
        pointer-events: auto;
      }
      .MenuBox.Show .box{
        transform: translateX(100%);
      }
      .MenuBox ul li .top{
        /* text-align: center; */
        padding-left: 40px;
        padding-right: 40px;
        line-height: 36px;
        display: flex;
        justify-content: space-between
      }
      
      .MenuBox ul li{
        border-bottom: 1px #ccc solid;
        padding: 10px 0;
      }
      .MenuBox ul{
        /* max-height: 500px; */
        overflow: hidden;
        padding: 0 20px;
      }
      .MenuBox ul li .towList{
        display: none;
        margin-top: 10px;
        width: 100%;
      }
      
      .MenuBox ul li .top span{
        display: inline-block;
        transition: all .5s;
      }
      .MenuBox ul li .towList .towItem{
        padding-left: 20px;
        padding-top: 3px;
        padding-bottom: 3px;
      }
      .MenuBox ul li .top span.Show{
        transform: rotate(90deg);
      }
     
      #fk-webFooterZone,
      #webFooter{
        width: 100% !important;
      }
      .fk-moduleZone{
        margin-left: 0 !important;
        left: 0 !important;
      }
      #publicSecurityIcp{
        left: 30px;
      }
      .footer .num{
        text-align: right;
        padding-right: 30px;
      }
      #module562,
      #module561{
        height: auto;
      }
      .forms .jz-modulePattern60 .formMiddle{
        height: auto !important;
      }
      .num span div{
        text-align: center;
      }
}


@media screen and (max-width: 768px){
	
}


@media screen and (max-width: 540px){
  .header{
    padding: 0 20px;
  }
  .MenuBox .box{
    width: 100%;
    transform: translateX(100%);
  }
  .MenuBox.Show .box{
    transform: translateX(0);
  }
}


@media screen and (max-width: 414px){
	
}

@media screen and (max-width: 375px){
	
}

@media screen and (max-width: 360px){
	
}




 