/*767px以下通用样式*/
@media only screen and (max-width : 959px) {
.header{
	width: 100%;
}
.header>a,#izl_rmenu{display: none;}
.header>span{margin-left: 1%;}




.logo{
	width: 100%;
	height: auto;
	overflow: hidden;
	/*margin: 10px auto;*/
}
.logo>img{    margin: 1% 0 1% 1%;}

.mune{
	width: 10%;
    float: right;
    margin: 2% 0 1% 1%;
    display: block;
    cursor: pointer;
}
.nav{
    width: 100%;
    height: auto;
    display: none;
    position: relative;
}
.nav ul {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.nav ul .peiseka{display: block;}
.nav ul li {
    width: 100%;
    height: auto;
}
.nav>ul li a{
	display: block;
	width: 100%;
	text-align: center;
}
.Advertisement_con{
   width: 100%;	
   height: auto;
}
.aboutus_right>a{margin: 40px 0 0 0;}
.Advertisement{height: auto;}
.aboutus{height: auto;background: none;}
.aboutus_con{width: 98%;margin: 2% auto 0;}
.aboutus_con>img,.aboutus_con>i{display: none;}
.aboutus_right{width: 100%;	background:none;}
.aboutus_right>span{margin-top: 4%;}
.product{height: auto;background: none;}
.product_con{width: 100%;}
.product_lrft{display: none;}
.product_right,.product_right>ul{width: 100%;}
.product_right>ul li{width: 48%;height: auto;margin: 1% 1%;}
.product_right>ul li a>img{width: 100%;height: auto;}
.product_right>ul li:hover span{display: none;}
.advantage{height: auto;background: none;}
.advantage_con,.title,.title2{width: 100%;height: auto;}
.advantage_con>ul{width: 98%;background: none;float: none;margin: 2% auto 0;}
.advantage_con>ul:last-child{width: 98%;background: none;float: none;margin: 2% auto;}
.Advertisement2{display: none;}
.title_3{margin: 0 auto;}
.newszs{width: 100%;
        height: auto;
        margin: 0;
        left: 0;
        background: none;
}
.newszs_con{width: 100%;margin-top: 3%;}
.newszs_left{
	width: 100%;
	height: auto;
	background:none;
}
.newszs_tu{margin: 0;width: 100%;}
.newszs_right{width: 100%;}
.newszs_right ul li>a{width: 50%;}
.newszs_right ul li>p{width: 61%;}
.Cooperative{
	width: 100%;
	left: 0;
	margin: 0 0 72px 0;
	height: auto;
	background:#efefef;
}
.Cooperative_con{width: 100%;height: auto;}
.yqlj{display: none;}
.case{width: 100%;background: none;height: auto;left:0;margin: 0;}
.newszs_con>a{margin: 2% auto 1%;}

.footer{
	display: none;
}
.footers{
	width: 100%;
    height: 56px;
    border: 8px solid #000;
    border-left: none;
    border-right: none;
    position: fixed;
    z-index: 99999;
    bottom: 0;
    background-color: #183884;
    display: block;
}
.footers ul li {
    width: 25%;
    height: 56px;
    float: left;
}
.footers ul li p {
    width: 85%;
    height: 48px;
    margin: 0px auto;
    text-align: center;
    padding: 4px 0px;
}
.footers ul li p img {
    width: 30%;
    margin: 1% auto;
    display: block;
}
.footers ul li p a {
    color: #ffffff;
    font-size: 0.8rem;
}
/*产品页*/
.pro_con{
	width: 100%;
}
.pro_left{
	width: 98%;
	height: auto;
	float: none;
	margin: 0 auto;
}
.pro_right{
	width: 100%;
}
.pro_weizhi{
	width: 98%;
	height: auto;
	margin: 0 auto;
}
.weizhi{display: none;}
.pro_right>ul{
	width: 100%;
}
.pro_right>ul li{width: 48%;height: auto;margin: 1% 1%;}
.pro_right>ul li:last-child{display: none;}
.pro_right a>img{width: 100%;height: auto;}
.pro_right>ul li:hover span{display: none;}
.recommendation{width: 100%;height: auto;margin: 4% 0 80px 0 ;}
.tuijian{display: none;}
.picScroll-left{
	width: 274px;
    float: none;
    margin: 4% auto 0;
}
/*产品详情*/
.pro_xiangqing{
	width: 98%;
	margin: 32px auto 0;
}
.pro_jieshao{
	width: 98%;
	height: auto;
	margin: 0 auto;
	float:none;
}
.pro_jieshao span{
	margin: 2% auto;
}
.pro_tedian{
	width: 98%;
	margin: 4% auto 0;
}
/*新闻*/
.news_con{width: 98%;margin: 0 auto;}
.news1_left{float: none;margin: 0 auto 4%;}
.news1_right{width: 100%;}
.news_con ul li>a{width: 67%;}
.news_con ul li>p{width: 74%;}




}

/*Styles for screen 960px-1200px,主要为了小屏浏览器 */
@media screen and (min-width: 960px) and (max-width: 1200px) {
		/*不用写*/
}
/*Styles for screen 768px-959px 主要是平板横屏显示*/
@media screen and (min-width: 768px) and (max-width: 959px) {
.picScroll-left{
	width: 578px;
    float: none;
    margin: 4% auto 0;
}
.footers ul li p img {
    width: 15%;
    margin: 1% auto;
    display: block;
}
}


/*Styles for screen 480px-767px,主要是手机横屏和平板竖屏显示*/
@media only screen and (min-width: 480px) and (max-width: 767px) {

.footers ul li p img {
    width: 18%;
    margin: 1% auto;
    display: block;
}
}



/*479px,主要是手机竖屏显示*/
@media only screen and (max-width : 479px) {

}
