/* é€šç”¨ç»†è§ˆå“åº”å¼æ ·å¼ */
.app-header-wrap,
.app-main-body-wrap,
.app-footer-wrapper{
  display: none;
}
@media(max-width: 769px){
  body{
    width:100% !important;
  }
  header,.xlarcitle,footer,.aside{display: none!important;}
  .app-header-wrap{
    display: block;
  }
  .app-header-banner{
    position: relative;
  }
  .appendix span {
    color: #eb6100;
    font-weight: bold;
}
  .appendix1 span {
    color: #eb6100;
    font-weight: bold;
}
  .app-header-banner .headerTop {
    width: 100%;
    height: 26px;
    /* padding: 0 3%; */
    padding-top: 3px;
    line-height: 25px;
    font-size: 12px;
    background: rgba(2,72,134,0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .headerTop .headerTopContentLeft span {
    display: inline-block;
    /*margin-right: 20px;*/
	margin-left: 3%;
  }
  .headerTop .headerTopContentLeft span img {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 15px;
    margin-right: 4px;
  }
  .headerTop .headerTopContentLeft span a {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
  }
  .app-header-banner-list li img{
    width:100%;
    display: block;
  }
  .app-header-logo{
    position: absolute;
    left: 3%;
    top: 22%;
  }
  .app-header-logo img{
    display: block;
    width:52%;
  }
  .header-nav-list{
    width:100%;
    height:70px;
    line-height: 70px;
    font-size: 28px;
    background:#024886;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left:0;
    bottom:0;
  }
  .header-nav-list li{
    flex: 1;
    position: relative;
  }
  .header-nav-list li a{
    display: block;
    color:#fff;
	font-size: 16px;
  }
  .header-nav-list li.active:after{
    display: block;
    content: "";
    width:51%;
    height: 4px;
    background: #fff;
    position: absolute;
    bottom:0;
    left:50%;
    -webkit-translateX: translate(-50%);
    transform: translateX(-50%);
  }
  .app-header-search-btn {
    width: 20px;
    height: 20px;
    background: url(./j_search_icon.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 5%;
    top: 30%;
    z-index: 1;
  }
  .app-header-search-btn1{
    width: 20px;
    height: 20px;
  background:url(./mo_index.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right:14%;
  top:30%;
  z-index: 1;
}
  .app-header-search-btn .btn{
    display: block;
    border:0;
    background:none;
    outline: none;
  }
  .app-search-wrap {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    z-index: 3;
  }
  .app-search-wrap .app-search-box {
    width: 85%;
    height: 40px;
    margin: 70px auto 0;
    background: #fff;
    padding: 0 10px;
    overflow: hidden;
  }
  .app-search-wrap .app-search-box input {
    width: 86%;
    float: left;
    font-size: 14px;
    margin-top: 11px;
    color: #333;
    border:0;
    outline: none;
  }
  .app-search-wrap .app-search-box .btn {
    float: right;
    width: 20px;
    height: 20px;
    margin-top: 11px;
    border:0;
    background: url(./j_search_icon2.png) no-repeat;
    background-size: 100% 100%;
    outline: none;
  }
  .app-search-wrap .close-dark {
    width: 30px;
    height: 30px;
    text-align: center;
    position: fixed;
    right: 2%;
    top: 1%;
    z-index: 3;
    background: url(./app_close_dark.png) no-repeat center center;
    background-size: 30px 30px;
  }
  .app-main-body-wrap{
    display: block;
  }
  .app-break-bar{
    height:54px;
    line-height: 32px;
    font-size: 18px;
    color:#999;
    padding:0 20px;
  }
  .app-break-bar span,
  .app-break-bar a,
  .app-break-bar i{
    color:#999;
    display: inline-block;
    vertical-align: middle;
  }
  .app-break-bar .map-icon{
    height:30px;
    padding-left:30px;
    background: url(../images/j_position_icon.png) no-repeat left center;
    background-size: 20px 20px;
  }
 
  .app-article-detais{
    padding:25px 30px 40px;
  }
  .app-article-top{
    text-align: center;
    padding-bottom:20px;
    border-bottom:1px solid #d9d9d9;
  }
  .app-article-top .title{
    font-size: 24px;
    color:#b2191c;
    padding-bottom:18px;
  }
  .app-article-top .tips-list span{
    display: inline-block;
    color:#999;
    font-size: 16px;
    padding:0 13px;
  }
  .app-article-content{
    padding:20px 0;
  }
  .app-article-content img{
    display: block;
    width:100%!important;
    margin:0 auto;
  }
  .app-article-content p{
    font-size: 20px;
    
    color:#333;
    padding-top:24px;
    line-height: 48px;
  }
  .app-article-content .pic-tips{
    color:#999;
    padding:5px 0 0;
    text-align: center;
    text-indent: 0;
  }
  .app-article-code{
    padding-top:25px;
  }
  .app-article-code img{
    display: block;
    width:40%;
    margin:0 auto;
  }
  .app-article-code p{
    font-size: 20px;
    padding-top:7px;
    color:#019d43;
    text-align: center;
  }
  .app-footer-wrapper{
    border-top:3px solid #024886;
    padding:30px 30px;
    overflow: hidden;
    display: block;
    font-size: 20px;
  }
  .app-footer-left{
    width:12%;
    float:left;
    /* text-align: right; */
  }
  .app-footer-left img{
    display: inline-block;
    width:90%;
  }
  .app-footer-center{
    width:70%;
    float:left;
    text-align: center;
    line-height: 27px;
  }
  .app-footer-center span{
    display: block;
    padding-top:10px;
  }
  .app-footer-center span.span5{
min-width: 245px!important;
}
  .app-footer-center a{
    display: block;
    padding-top:10px;
  }
  .app-footer-center a img{
    display: inline-block;
    width:24px;
    height:24px;
    margin-right:6px;
    vertical-align: middle;
  }
  .app-footer-left a,
  .app-footer-right a{
    display: block;
  }
  .app-footer-right{
    width:17%;
    float:right;
    text-align: right;
  }
  .app-footer-right img{
    display: inline-block;
    width:100%;
  }
}
@media(max-width: 601px){
  .app-header-logo img{
    width:45%;
  }
    .appendix span {
    color: #eb6100;
    font-weight: bold;
}
  .appendix1 span {
    color: #eb6100;
    font-weight: bold;
}
  .header-nav-list{
    height:54px;
    line-height: 54px;
    font-size: 20px;
  }
  .header-nav-list li.active:after{
    height:3px;
  }
  .app-break-bar{
    height:48px;
    line-height: 48px;
    font-size: 14px;
  }
  .app-break-bar .map-icon{
    padding-left: 22px;
    background: url(../images/j_position_icon.png) no-repeat left center;
    background-size: 18px 18px;
  }
  .app-article-top{
    padding-bottom:15px;
  }
  .app-article-top .title{
    font-size: 20px;
    line-height: 27px;
    padding-bottom:9px;
  }
  .app-article-top .tips-list span{
    font-size: 14px;
  }
  .app-article-content{
    padding-top:10px;
  }
  .app-article-content p{
    font-size: 16px;
    
    padding-top:9px;
    line-height: 30px;
  }
  .app-article-code img{
    width:30%;
  }
  .app-article-code p{
    font-size: 14px;
    padding-top:4px;
  }
  .app-footer-wrapper{
    font-size: 14px;
    padding:20px 20px;
  }
  .app-footer-center span,
  .app-footer-center a{
    padding-top:0;
  }
    .app-footer-center span.span5{
min-width: 245px!important;
}
}
@media(max-width: 481px){
  .header-nav-list{
    height:40px;
    line-height: 40px;
    font-size: 16px;
  }
    .appendix span {
    color: #eb6100;
    font-weight: bold;
}
  .appendix1 span {
    color: #eb6100;
    font-weight: bold;
}
  .header-nav-list li.active:after{
    height:2px;
  }
  .app-break-bar{
    padding:0 18px;
    height: 36px;
    line-height: 5px;
    font-size: 12px;
  }
  .app-break-bar .map-icon{
    padding-left: 18px;
    background: url(../images/j_position_icon.png) no-repeat left center;
    background-size: 14px 14px;
  }
  .app-article-detais{
    padding:15px 18px 30px;
  }
  .app-article-top .title{
    font-size: 16px;
    line-height: 22px;
  }
  .app-article-top .tips-list span{
    font-size: 12px;
  }
  .app-article-content p{
    font-size: 14px;
  }
  .app-article-content p{
    line-height: 27px;
   
  }
  .app-article-code p{
    font-size: 12px;
  }
  .app-footer-wrapper{
    font-size: 13px;
    padding:12px 12px;
  }
  .app-footer-left{
    width:9%;
  }
  .app-footer-center{
    width:73%;
    line-height: 22px;
  }
  .app-footer-center a img{
    width: 18px;
    height:18px;
  }
    .app-footer-center span.span5{
width: 245px!important;
}
}
@media(max-width: 361px){
  .header-nav-list{
    height:30px;
    line-height: 30px;
    font-size: 14px;
  }
    .appendix span {
    color: #eb6100;
    font-weight: bold;
}
  .appendix1 span {
    color: #eb6100;
    font-weight: bold;
}
  .app-break-bar{
    padding:0 5px;
  }
  .app-break-bar .map-icon {
    padding-left: 13px;
    background: url(../images/j_position_icon.png) no-repeat left center;
    background-size: 11px 11px;
  }
  .app-article-detais{
    padding:10px 8px 30px;
  }
  .app-article-top .title{
    font-size: 14px;
  }
  .app-article-content p{
    font-size: 13px;
    line-height: 24px;
  }
  .app-footer-wrapper{
    font-size:12px;
  }
  .app-footer-center span.span5{
width: 245px!important;
}
}


