@charset "utf-8";

/* CSS Document */

*{margin:0;padding:0;font-family: "微软雅黑"}

.clearfix{clear:both}

li{list-style: none}

a{text-decoration: none}

img{display: block}

.product{font-size: 24px;text-align: center;margin-top:2%}

.chanpin{font-size: 14px;text-align: center;font-family: "Arial";text-transform: uppercase;color: #666}

.banner{width:100%;overflow: hidden}

.banner img{width:100%;animation:banner 5s infinite linear}

.banner img:hover{animation-play-state:paused}

@keyframes banner{

	0%{transform:scale(1.2)}

	50%{transform:scale(1)}

	100%{transform:scale(1.2)}

}

.top{width:62.5%;margin:0 auto;text-indent: 2em;font-size: 16px;line-height:30px;margin-top:2%}

.down{width:62.5%;margin:0 auto;text-indent: 2em;font-size: 16px;line-height:30px;}

@media(max-width:1900px){

	

	.address{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	
	.navbar-text{display:none}

}

@media(max-width:1200px){

	.blue_line{display: none}

	.about{display: none}

	.top{width:100%;}

	.down{width:100%}

}

@media(max-width:768px){

	.navbar-text{display:none}

}

@media(max-width:640px){

	.address{display: none}

	.logo2{display: block}

	.logo{display: none}

	.logo1{display: block}

	.nav1{display: block}

	.anniu{display: block}

	.footer_box{width:100%}

	.gongsi{width:100%;margin-left:0}

	.guanjianci{margin-left:0;width:100%}

	.iphone{overflow:hidden;text-overflow: ellipsis;white-space: nowrap;}

	.shouji{overflow:hidden;text-overflow: ellipsis;white-space: nowrap;}

	.product{font-size: 20px}

	.top{font-size: 14px}

	.down{font-size: 14px}

	.footer{display: none}

	.fixed-footer{display: block}
	.nr{margin-bottom:15%}
	

}