/* 适配移动页面 */
.ph_show{display: none;}
@media (max-width: 689px) and (min-device-width: 320px), (max-device-width: 480px){
  html{
    font-size: 26.6667vw;
  }
  body {
    min-width: 1200px;
    -webkit-text-size-adjust: none !important;
    min-width: 100%;
    width: 100%; 
    background: #fff;
  }
  .pc_hide{display: none;}
  .ph_show{display: block;}
   

  /* 导航 */
  .ph_show{
    position: relative;
  }
  .kfw_nav{
    width:100%;
    height:.44rem;
    margin-left:.1rem;
  }
  .kfw_nav div{
    float: left;
  }
  .next_level a{
    display: block;
    width:.09rem;
    height:.14rem; 
    margin: .15rem .1rem .1rem 0;
    background: url(830.png) no-repeat center center;
  }
  .kfw_logo{
    width:.53rem;
    height:.31rem;
    background: url(820.png) no-repeat center center;
    margin:.06rem 0;
    background-size: 100% 100%;
  }
  .kfw_logo a{
    display: inline-block;
    width:.53rem;
    height:.31rem;
  }
  .column{
    font-size: .18rem; 
    font-weight: 700; 
    line-height: .44rem;
    padding: 0 .1rem;
  }
  .column a{
    color: #222222;
  }
  .search{
    position: relative;
    width: 1.3rem;
    height:.24rem;
    margin:.1rem 0;
    border: .01rem solid #979797;
    border-radius: .15rem;
    margin-left: .13rem;
  }
  .search input{ 
    height:100%;
    border-radius: .15rem;
    text-indent: .11rem;
    outline: none;
    border:none;
    width: 1.05rem; 
  }
  .search .span{
    position: absolute;
    right:-.001rem;
    top:.01rem;
    display: block;
    width:.24rem;
    height:.24rem;
    background: url(#)no-repeat center center;
     
  }
  .kfw_nav .btn_colse{
    /* float: right; */
  }
  .kfw_nav .btn_colse i{
    display: block;
    width:.24rem;
    height:.24rem;
    background: url(#)no-repeat center center;
    padding: .1rem;
  }
 
 
 
 /* 各个栏目 */
  .kfw_nav_column{
    width:100%;
    height:.3rem; 
    height:auto;
    background: #fff;
  }
   
  /*  */
  .column_list{
    width:3.45rem;
    height:auto;
    margin:0.1rem auto;
  }
  .column_list li{
    padding: .1rem 0;
    border-bottom: .01rem solid #f1f1f1;
    /* margin-left:.13rem; */
  }
  .column_list li.current{
    padding-bottom: 0;
  }
  .column_list li:first-child{
    padding-top:0;
  }
  .column_list li:last-child{
    border-bottom: 0;
  }
  .column_list .column_title h3{
       font-size: 18px;
    font-weight: 700;
    color: #222222;
    line-height: .25rem;
    text-align: left;
    height: auto;
    border-bottom: none;
    margin: 0;
  }
 .column_list .column_title h3>a{
    float:left;
    font-size: 18px; 
    font-weight: 700;
    color: #222222;
    line-height: .25rem;
    margin-left:0;
  }
  .column_list .column_title h3::before{
    display: block;
    float: left;
    content:'';
    width:.03rem;
    height:.12rem;
    margin:.06rem .1rem 0 0;
    background: url(821.png)no-repeat center center;
  }
  .column_list .column_title .btn_hide{
    display: block;
    float: right;
    width:.1rem;
    height:.24rem;
    background: url(#)no-repeat center center;
  }
  .column_detail{
    display: none;
    padding-top:.1rem  ;
  }
  .column_list .current .column_detail{
    display: block;
  }
  .mobile-inner-nav .column_detail>p a{
    background: #efefef;
    border-radius: .15rem; 
    padding:.03rem .06rem;
    font-size: .14rem; 
    line-height: .2rem; 
    margin-left:.1rem;
    margin-bottom: .1rem;
    color:#222;
    text-align: center;
  }
  .mobile-inner-nav .column_detail>p:nth-child(4n+1){
    margin-left: 0;
  }
  .mobile-inner-nav .column_detail>p {
    color:#222;
    display: inline-block;
  }
  .column_list .current .column_title .btn_hide{
    display: block;
    float: right;
    width:.1rem;
    height:.24rem;
    background: url(#)no-repeat center center;
  }
  /*  */
  #header{
    background-color: #3f8dbf;
    float: left;
    width: 100%;
    height: 50px;
    color: rgba(255,255,255,1);
    line-height: 50px;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 1;
  }
  #header a {
    color: rgba(255,255,255,1);
    text-decoration: none;
    display: block;
    font-size: 15px;
  }
  #header-left{
    float: left;
    height: 50px;
  }
  #header-left:hover #header-left-icon{
    background-color: #3F8DBF;
  }
  #header-left:hover #header-left-text{
    background-color: #599BC8;
  }
  #header-left-icon{
    float: left;
    height: 50px;
    width: 50px;
    text-align: center;
    background-color: #35759F;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
  }
  #header-left-icon a {
    font-size: 25px;
  }
  
  #header-left-text{
    float: left;
    height: 50px;
      -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
  }
  #header-left-text a {
    padding-left: 20px;
    padding-right: 20px;
  }
  #header-right{
    float: right;
    height: 50px;
  }
  #header-right:hover #header-right-icon{
    background-color: #3F8DBF;
    }
  #header-right:hover #header-right-text{
    background-color: #599BC8;
    }
  #header-right-icon{
    float: right;
    height: 50px;
    width: 50px;
    text-align: center;
    background-color: #35759F;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
  }
  #header-right-text{
    float: right;
    height: 50px;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
  }
  #header-right-text a {
    padding-right: 20px;
    padding-left: 20px;
  }
  .wrapper{
    /* width: 100%;
    float: left;
    margin-top: 50px;
    margin-bottom: 150px; */
  }
  .wrapper-inner{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
     -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* IE/Edge */
    user-select: none;           /* non-prefixed version, currently
                                    not supported by any browser */
  }
  .wrapper-inner-buttons{
    width: 100%;
    float: left;
    margin-top:50px;
    text-align: center;
  }
  .wrapper-inner-buttons a{
    background-color: #3f8dbf;
    line-height: 35px;
    padding-right: 15px;
    padding-left: 15px;
    margin: 10px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
    border-radius: calc(35px / 2);
  }
  .wrapper-inner-buttons a.current{
    background-color: #f5d76e;
    color: #d35400;
  }
  .wrapper-inner-buttons a:hover{
    background-color: #35759F;
    color: #fff;
  }
  /* .mobile{
    width: 100%;
    float: left;
    margin-top: 100px;
  } */
  .mobile-inner{
    width: 100%;
     overflow: hidden;
    background-color: #fafafa;
    position: relative;
  }
  
  
  .mobile-inner-header{
    /* background-color: rgba(0,0,0,0.7); */
    background-color: #fff;
    width: 100%;
    height: .44rem;
  }
  .mobile-inner-header-icon{
    color: #ffffff;
    height: .44rem;
    font-size:.25rem;
    text-align: center;
    float:right;
    width: .4rem;
    position: relative;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
  }
  .mobile-inner-header-icon:hover{
    background-color: rgba(255,255,255,0.2);
    cursor: pointer;
  }
  .mobile-inner-header-icon span{
    position: absolute;
    left: calc((100% - .15rem) / 2);
    top: calc((100% - .05rem) / 2);
    width: .15rem;
    height: .015rem;
    background-color: #999;
  }
  .mobile-inner-header-icon span:nth-child(1){
  transform: translateY(.04rem) rotate(0deg);
    }
  .mobile-inner-header-icon span:nth-child(2){
  transform: translateY(-.04rem) rotate(0deg);
    }
    
  
  
  
    
  .mobile-inner-header-icon-click span:nth-child(1){
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickfirst;
    }		
  .mobile-inner-header-icon-click span:nth-child(2){
     display: none;
    }
    .mobile-inner-header-icon-click span:nth-child(3){
      animation-duration: 0.5s;
      animation-fill-mode: both;
      animation-name: clicksecond;
      }

    
  
  
  @keyframes clickfirst {
    0% {
      transform: translateY(.04rem) rotate(0deg);
      
    }
  
    100% {
      transform: translateY(0) rotate(45deg);
    }
  }	
  
  
  
  @keyframes clicksecond {
    0% {
      transform: translateY(-.04rem) rotate(0deg);
    }
  
    100% {
      transform: translateY(0) rotate(-45deg);
    }
  }	
  
  .mobile-inner-header-icon-out span:nth-child(1){
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
    }		
  .mobile-inner-header-icon-out span:nth-child(2){
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
    }
  
  @keyframes outfirst {
    0% {
      transform: translateY(0) rotate(-45deg);
    }
  
    100% {
      transform: translateY(-.04rem) rotate(0deg);
    }
  }	
  
  
  
  @keyframes outsecond {
    0% {
      transform: translateY(0) rotate(45deg);
    }
  
    100% {
      transform: translateY(.04rem) rotate(0deg);
    }
  }
  
  .kfw_nav{float: left;width:86%}
  .mobile-inner-nav{
    width: 100%;
    top: .5rem;
    left: 0;
    padding-bottom: .3rem;
    display: none;
  }
  .column_detail{
    display: none;
  }
  .mobile-inner-nav a{
    display: inline-block;
    /* display: none; */
    line-height: .05rem;
    text-decoration: none;
    width: 80%;
    margin-left: 10%;
    color: #FFFFFF;
    border-bottom: solid 1px rgba(255,255,255,0.3);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight:300;
  }
  .mobile-inner-nav a:hover{
    color: rgba(255,255,255,0.4);
    border-bottom: solid 1px rgba(255,255,255,0.2);
  }
  
   /*  */
   .mobile-inner-nav a{
		-webkit-animation-duration: 0.5s;
		animation-duration: 0.5s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: returnToNormal;
		animation-name: returnToNormal;
	}
			
	@-webkit-keyframes returnToNormal {
	  0% {
	    opacity: 0;
	    -webkit-transform: translate3d(0, -100%, 0);
	            transform: translate3d(0, -100%, 0);
	  }

	  100% {
	    opacity: 1;
	    -webkit-transform: none;
	            transform: none;
	  }
	}

	@keyframes returnToNormal {
	  0% {
	    opacity: 0;
	    -webkit-transform: translate3d(0, -100%, 0);
	            transform: translate3d(0, -100%, 0);
	  }

	  100% {
	    opacity: 1;
	    -webkit-transform: none;
	            transform: none;
	  }
	}

   /*20200910byguan*/
  .column{display:none;}
  .search{float:right;}
  .kfw_nav div.column{display:none;}
  .kfw_nav div.search{float:right;}
  .ph_dh_pos{position: relative;}
  .ph_dh_pos .catalog_name{position: absolute; top: 0; left: .9rem; z-index: 9; font-size: .18rem; font-weight: 700; line-height: .44rem;}
  

}