﻿/*响应式代码*/
@charset "uft-8";
/*窗口横向滚动条屏蔽*/


@media screen and (min-width: 0px) and (max-width: 480px){
    /***************全局控制*******************/
   .head-top,.bt-search{
   	display: none !important;
   }
   
.head-cen img {
    margin-top: 0px !important;
    width: 100% !important;
    padding-top: 20px !important;
    padding: 20px 10px !important;
}
.shead{
	height: 125px !important;
}
.main{
	width: 100% !important;
}
.top-nav{
	height: auto !important;
}
.top-nav ul li {
    margin-right: 0px !important;
    width: 33.33% !important;
    }
    .top-nav ul li a{
    	padding: 0px !important;
    	border-bottom: 1px solid #ccc !important;
    	border-right: 1px solid #ccc !important;
    }
    .core{
    	width: 100% !important;
    }
    .dqwz{
    	width: 100% !important;
    	padding-left: 10px !important;
    }
    .container{
    	width: 100% !important;
    }
    .article{
    	padding: 5% 15% !important;
    }
    .article .xggn_right{
    	display: none !important;
    }
    .article .xxly{
    	display: none !important;
    }
    .article #zoom img{
    	max-width: 90% !important;
    }
    .article .xggn{
    	text-align: center;
    }
    .footer-top{
    	display: none !important;
    }
    .foot-bt{
    	display: flex;
    	flex-direction: column;
    	background: #e7e7e7 !important;
    }
    .footer-bottom {
    background: #e7e7e7 !important;
}
.footer-bottom .foot-bt01 {
    margin-left: 20px !important;
}
    .footer-bottom .foot-bt02 {
    margin-top: 18px !important;
    width: 100% !important;
    text-align: center !important;
    margin-left: 0px !important;
}
.footer-bottom .foot-bt02 .foot-p01 {
    font-size: 14px !important;
    text-align: center !important;
}
.footer-bottom .foot-bt03 {
    /* margin-left: 125px; */
    width: 100% !important;
    margin: 0 auto !important;
}
.footer-bottom .foot-bt01 {
    margin-left: 20px !important;
    /* margin-top: 15px; */
    width: 100% !important;
    margin: 0 auto !important;
}
.h15 {
    height: 0px !important;
}

    

}




@media screen and (min-width: 0px) and (max-width: 440px){
	
}

@media screen and (min-width: 0px) and (max-width: 359px){
    /***************全局控制*******************/
    
}