﻿/*767px以下通用样式*/
@media only screen and (max-width : 959px) {
.mune{
	width: 10%;
    float: right;
    margin: 3% 1% 0 0;
    display: block;
    cursor: pointer;
}
.head{height: auto;}
.head_con{width: 100%;height: auto;}
.head_con>img{
	margin: 3% 0 3% 5%;
}
.banner{width: 100%;}
.nav {
    width: 100%;
    height: auto;
    margin-top: 0;
    display: none;
}
.nav>ul{width: 100%;height: auto;overflow: hidden;}
.nav>ul li {
    width: 100%;	
    background: none;
    margin-bottom:10px;
}
.ProductCenter{
	width: 100%;
	height: auto;
	margin: 0;
}
.Classiccase{
	width: 100%;
	height: auto;
}
.Classiccase>ul{
	width: 100%;
	height: auto;
}
.Classiccase>ul li{
	width: 48%;
	height: auto;
	margin: 3% 1% 1%;
}
.Companyprofile{
	width: 100%;
	height: auto;
}
.Companyprofile>p{
	width: 98%;
	height: auto;
	margin: 30px auto 0;
}
.Companyprofile_img{
	width: 100%;
	height: auto;
}
.Newsinformation{
	width: 100%;
	height: auto;
}
.Newsinformation>ul{
	width: 100%;
	height: auto;
}
.Newsinformation>ul li{
	width: 100%;
	height: auto;
}
.Newsinformation>ul li>img{
	display: none;
}
.Newsinformation>ul li>p{
	width: 95%;
}
.Newsinformation>a{
	margin: 2% auto 2%;
}
.footer_nav{
	width: 100%;
	height: auto;
}
.footer_nav>ul{
	display: none;
}
.footer_nav>dl{
	width: 100%;
	margin: 0;
}
.footer_nav>dl dt{
	width: 48%;
	height: auto;
	margin: 1% 1%;
}
.footer{
	display: none;
}
.footers{
	width: 100%;
    height: 56px;
    border: 8px solid #CC9966;
    border-left: none;
    border-right: none;
    position: fixed;
    z-index: 99999;
    bottom: 0;
    background-color: #000;
    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;
}
/*产品页*/
.ProductCenter_title{
	width: 98%;
	margin: 2% auto;
}
.ProductCenter_con{
	width: 100%;
	height: auto;
}
.ProductCenter_left{
	width: 95%;
	margin: 0 auto;
	float: none;
}
.ProductCenter_left>span{
	width: 90%;
	padding-left: 10%;
}
.ProductCenter_left>ul li{
	width: 48%;
	margin: 0 1%;
	float: left;
}
.ProductCenter_right{
	width: 100%;
	height: auto;
	margin-top: 4%;
}
.ProductCenter_right>ul{width: 100%;}
.ProductCenter_right>ul li{
	width: 48%;
	height: auto;
	margin: 1% 1%;
}
/*产品详情*/
.ProductCenter_right>img{
	width: 100%;
	display: block;
}
.Productdescription{
	width: 95%;
	margin: 0 auto;
	float: none;
}
.Productdescription>span{
	margin-top: 2%;
}
/*新闻*/
.news_title,.news_con{
	width: 100%;
}
#pro_tab2{ width:95%;}
#pro_tab2 li{
	margin: 5% 1%;
}
#pro_content2 ul{
	width: 95%;
	margin: 0 auto;
}

.peiseka{ display:block;}
.izl-rmenu{ display:none;}


}

/*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) {

.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) {
    .mune{
        float: right;
        margin: 8% 1% 0 0;
        display: block;
        cursor: pointer;
    }
    
    .Classiccase>ul li a span{width: 100%;height: 20px; overflow:hidden; line-height:20px; display: block;text-align: center;font-size: 14px;color: #333333;margin-top: 32px;}
    
    #pro_tab li{ width:42%; margin:1% 3%; padding:0;}
}
