@charset "utf-8";
/*手机*/
@media screen and (max-width: 768px) {
	.header-nav{
		height: 100px;
	}
	.text-style{
		text-align: left;
	}
	.nav_container_full{
		padding-right: 0;
		padding-left: 0;
		width: 100%;
		margin-right: auto;
		margin-left: auto;
	}
	.wrapper{
	    height: auto;
	}
	nav.navbar.bootsnav.navbar-mobile .navbar-collapse.in {
	    left: 0;
	    min-height: 8000px;
	}
	nav.navbar.bootsnav > .container{
		padding-right: 0;
		padding-left: 0;
		margin-right: auto;
		margin-left: auto;
	}
    nav.navbar.bootsnav .navbar-toggle {
        display: inline-block;
        float: left;
        margin-right: -200px;
        margin-top: 32px;
        font-size: 30px;
        padding-left: 15px;
    }
	.home-img-banner0{
		float: left;
		width: 50%;
	}
	.home-img-banner1{
		float: left;
		width: 50%;
	}
	.home-img-banner2{
		float: left;
		width: 100%;
	}
	.home-img-banner3{
		height: 50%;
	}
	.home-img-banner4{
		height: 50%;
	}
	.other-right-list-img{
		float: left;
		width: 100%;
		height: auto;
		overflow: hidden;
		position: relative;
		background: #212121;
		margin-bottom: 20px;
	}
	.other-right-list-main{
		float: left;
		width: 100%;
		color: #697174;
		font-size: 13px;
	}
	.other-right-list-main-border{
		margin-left: 0;
	}
	.other-right-title h2{
		color: #4bb5c1;
		font-size: 30px;
		margin-top: 40px;
		margin-bottom: 20px;
	}
	.new-product-show{
		display: none;
	}
	.phonebtn{display:block;position: fixed;bottom: 0; height:56px;width:100%;background: #fff;}
    .phonebtn ul{height:100%;display: -webkit-box;  display: -moz-box;  display: box;border-top: 1px solid #d3d3d3; border-bottom: 1px solid #d3d3d3;}
    .phonebtn ul li{-moz-box-flex: 1;    -webkit-box-flex: 1;    box-flex: 1;    position: relative;    border-left: 1px solid #d3d3d3;}
    .phonebtn ul li a{text-align: center;display:block;}
    .phonebtn ul li a i{padding-top: 14px; font-size: 24px; color: #222222;}
}
/*平板*/
@media screen and (min-width: 769px) and (max-width: 992px) {
	.header-nav{
		height: 100px;
	}
	.text-style{
		text-align: left;
	}
	.nav_container_full{
		padding-right: 0;
		padding-left: 0;
		width: 100%;
		margin-right: auto;
		margin-left: auto;
	}
	.wrapper{
	    height: auto;
	}
	nav.navbar.bootsnav.navbar-mobile .navbar-collapse.in {
	    left: 0;
	    min-height: 8000px;
	}
	nav.navbar.bootsnav .navbar-header {
	    float: none;
	    display: block;
	    text-align: center;
	    padding-left: 0;
	    padding-right: 0;
	}	
    nav.navbar.bootsnav .navbar-toggle {
        display: inline-block;
        float: left;
        margin-right: -200px;
        margin-top: 32px;
        font-size: 30px;
        padding-left: 5%;
    }

	.home-img-banner0{
		float: left;
		width: 50%;
	}
	.home-img-banner1{
		float: left;
		width: 50%;
	}
	.home-img-banner2{
		float: left;
		width: 100%;
	}
	.home-img-banner3{
		height: 50%;
	}
	.home-img-banner4{
		height: 50%;
	}
	.other-body > .container{
		padding-left: 0;
		padding-right: 0;
	}
	.other-right-list-img{
		float: left;
		width: 45%;
		height: auto;
		overflow: hidden;
		position: relative;
		background: #212121;
	}
	.other-right-list-main{
		float: left;
		width: 55%;
		color: #697174;
		font-size: 13px;
	}
	.other-right-list-main-border{
		margin-left: 20px;
	}


	.other-right-title h2{
		color: #4bb5c1;
		font-size: 30px;
		margin-top: 40px;
		margin-bottom: 20px;
	}
	.new-product-show{
		display: none;
	}
	.phonebtn{display:none;}
}
/*普通显示器*/
@media screen and (min-width: 993px) and (max-width: 1200px) {
	.header-main .container{
		padding-left: 0;
		padding-right: 0;
	}
	.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
	    margin-left: 0;
	}
	.text-style{
		text-align: left;
	}
	.home-img-banner0{
		float: left;
		width: 25%;
	}
	.home-img-banner1{
		float: right;
		width: 25%;
	}
	.home-img-banner2{
		float: left;
		width: 50%;
	}
	.home-img-banner3{
		height: 50%;
	}
	.home-img-banner4{
		height: 50%;
	}
	
	
	
	.other-body > .container{
		padding-left: 0;
		padding-right: 0;
	}
	.other-right-list-img{
		float: left;
		width: 45%;
		height: auto;
		overflow: hidden;
		position: relative;
		background: #212121;
	}
	.other-right-list-main{
		float: left;
		width: 55%;
		color: #494949;
		font-size: 13px;
	}
	.other-right-list-main-border{
		margin-left: 20px;
	}
	.other-right-title h2{
		color: #4bb5c1;
		font-size: 30px;
		margin-top: 0;
		margin-bottom: 20px;
	}
	.new-product-show{
		display: block;
	}
	.phonebtn{display:none;}
}
/*大显示器*/
@media screen and (min-width: 1201px) {
	.header-main .container{
		padding-left: 0;
		padding-right: 0;
	}
	.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
	    margin-left: 0;
	}
	.text-style{
		text-align: left;
	}
	.home-img-banner0{
		float: left;
		width: 25%;
	}
	.home-img-banner1{
		float: right;
		width: 25%;
	}
	.home-img-banner2{
		float: left;
		width: 50%;
	}
	.home-img-banner3{
		height: 50%;
	}
	.home-img-banner4{
		height: 50%;
	}
	
	.other-body > .container{
		padding-left: 0;
		padding-right: 0;
	}
	.other-right-list-img{
		float: left;
		width: 45%;
		height: auto;
		overflow: hidden;
		position: relative;
		background: #212121;
	}
	.other-right-list-main{
		float: left;
		width: 55%;
		color: #494949;
		font-size: 13px;
	}	
	.other-right-list-main-border{
		margin-left: 20px;
	}	

	.other-right-title h2{
		color: #4bb5c1;
		font-size: 30px;
		margin-top: 0;
		margin-bottom: 20px;
	}
	.new-product-show{
		display: block;
	}
	.phonebtn{display:none;}
}









