.top{
	height: 116px;
	float: left;
}
.qgrx {
	margin:2px 0;
	color:#fff;
	background: #0657a8;
	line-height: 54px;
	text-align: center;
	font-size: 18px;
}
nav{
	width:100%;
	height: 164px;
}
nav a{
	margin:1px 1px 0 0;
	height: 82px;
	display: block;
	background: #0657a8;
	float: left;
	    line-height: 60px;
	color:#fff;
	text-align: center;
	width: 33%;
}
nav a:hover{
	color:#fff;
	background: #f49537;
}
nav a span{
	display: block;
	color: #4ea1f4;
	    line-height: 6px;
}
.zt{
	float: left;
	width: 100%;
}
.border-nav{
	border-bottom: 1px solid #ef8b33;
	margin:16px 0;
}
.pzbz h2{
	text-align: center;
	color:#ef8b33;
}
.pzbz p{
	text-indent: 2em;
	color:#898989;
}
.products-bt{
	height:90px;
	background: url(../images/3g-tp04.jpg);
	line-height: 90px;
	font-size: 2.2rem;
	color:#fff;
	padding:0 2rem;
}
.products-bt strong{
	padding-left: 2rem;
}
.products-bt span{
	float: right;
}
.products-bt span a{
	color:#fff;
}
.am-gallery-item{
	border:1px solid #dedede;
}
.am-gallery-item a img{
	height: 200px !important;
}
.am-gallery-item a h3{
	text-align: center;
	background: #dedede;
	line-height: 50px;
}
.more{
	width: 224px;
	margin:10px 0;
	text-align: center;
	background: #f49537;
	border-radius: 10px;
}
.more a{
	color:#fff;
}
.sy-ydfa-ul li{
	line-height: 42px;
	width: 90%;
}
.sy-ydfa-ul li a{
	color:#333;
}
.foot{
	margin:20px;
	text-align: center;
}
.foot p{
	color:#898989;
	font-size: 1.4rem;
}
.nr-bt{
	display: block;
	text-align: center;
}
.nr img{
	max-width: 100%;
}
.col{
	list-style:none;
	width: 100%;
	float: left;
	    padding-left: 0em !important;
}
.col li{
	margin-right:1rem;
	float: left;
	width: 46%;
	text-align: center;
}
.col li a span{
	line-height: 20px;
}
.col li img{
	margin-bottom:2rem;
	width: 100%;
}
/*瀑布流*/
        @-webkit-keyframes shade{
                from{opacity:1;}
                15%{opacity:0.4;}
                to{opacity:1;}
            }
            @-moz-keyframes shade{
                from{opacity:1;}
                15%{opacity:0.4;}
                to{opacity:1;}
            }
            @-ms-keyframes shade{
                from{opacity:1;}
                15%{opacity:0.4;}
                to{opacity:1;}
            }
            @-o-keyframes shade{
                from{opacity:1;}
                15%{opacity:0.4;}
                to{opacity:1;}
            }
            @keyframes shade{
                from{opacity:1;}
                15%{opacity:0.4;}
                to{opacity:1;}
            }
            /* wrap */
            #wrap{width:auto;height:auto;margin:0 auto;position:relative;}
            #wrap .box{width:280px;height:auto;padding:10px;border:none;float:left;}
            #wrap .box .info{width:280px;height:auto;border-radius:8px;box-shadow:0 0 11px #666;background:#fff;}
            #wrap .box .info .pic{width:260px;height:auto;margin:0 auto;padding-top:10px;}
            #wrap .box .info .pic:hover{
                -webkit-animation:shade 3s ease-in-out 1;
                -moz-animation:shade 3s ease-in-out 1;
                -ms-animation:shade 3s ease-in-out 1;
                -o-animation:shade 3s ease-in-out 1;
                animation:shade 3s ease-in-out 1;
            }
            #wrap .box .info .pic img{width:260px;border-radius:3px;}
            #wrap .box .info .title{width:260px;height:40px;margin:0 auto;line-height:40px;text-align:center;color:#666;font-size:18px;font-weight:bold;overflow:hidden;}
/*瀑布流END*/