.top{
	position: fixed;
	width: 100%;
	height: auto;
	top: 0px;
	z-index: 999;
	/*padding: 25px 0px;*/
	background: #fff;
	transition: all 2s;
    -webkit-transition: all 2s; /* Safari */
}
.top .top-content{
	border-bottom: solid 1px #ddd;
}
.top-wrap{
	float: left;
	position: relative;
	z-index: 1010;
	padding: 32px 0px; 
}
.top-logo{
	float: left;
	display: block;
	width: auto;
	height: 32px;
	margin-left: 15px;
}
.top-logo img{
	max-height: 100%;
	max-width: 100%;
}
.top-toggle{
	position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: none;
}
.top-toggle .icon-bar{
	display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #888;
}
.top-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}
.top-toggle.on {
	border: solid 1px #bb0511;
	background: #bb0511;
}
.top-toggle.on .icon-bar{
	background: #fff;
}
.top-box{
	position: relative;
	z-index: 999;
}
.top-nav{
	float: right;
}
.top-nav .nli{
	float: left;
	position: relative;
}
.top-nav-title{
	position: relative;
	z-index: 1005;
	cursor: pointer;
}

.top-nav-title a{
	display: block;
	font-size: 16px;
	color: #666;
	padding: 40px 24px;
}
.top-box.in .top-nav-title em{
	display: inline-block;
	position: absolute;
	right: 0px;
	width: 100%;
	height: 100%;
	background: url(../images/off.png) no-repeat 95% center;
	top: 0px;
	z-index: 1050;
}
.top-box.in .top-nav-title.on em{
	background: url(../images/on.png) no-repeat 95% center;
}
.top-subnav{
	position: absolute;
	width: 100%;
	text-align: center;
	background: rgba(0,0,0,.3);
	top: 0px;
	z-index: 1001;
	display: none;
	width: 100%;
	/*min-width: 100%;*/
	/* transition: all 0.5s; */
}
.top-subnav li span{
	display: block;
	font-size: 14px;
	color: #cc0000;
	text-transform:capitalize;
	margin-bottom: 12px;
	margin-top: 69px;
	word-wrap:break-word;
	word-break:break-all;
	line-height: 16px;
	background: none;
	height: 16px;
}
.top-subnav li.cue {
	background: none;
}

.top-subnav li a{
	font-size: 14px;
	padding: 6px;
	display: block;
	color: #fff;
    /*padding: 6px 15px;*/
    width: auto;
    word-wrap:break-word;
}
.top-subnav li a:hover{
	background: #bb0000;
}





.top-nav .nli.top-ewm{
	margin: 25px 20px 0px 10px;
}
/*.top-nav .nli a:hover,
.top-nav .nli.active a{
	color: #cc0000;
}*/
.top-icon{
	float: left;
	position: relative;
	margin: 11px 0px 0px 10px;
}
.top-icon i{
	display: block;
	width: 26px;
	height: 26px;
	overflow: hidden;
	cursor: pointer;
}
.top-icon.top-wx i{
	background: url(../images/index-icon.png) no-repeat 0px -27px;
}
.top-icon.top-sj i{
	background: url(../images/index-icon.png) no-repeat 0px 0px;
}
.top-icon span{
	position: absolute;
	right: 0px;
	width: 120px;
	top: 40px;
	display: none;
	box-shadow: 0px 0px 10px #eee;
}
.top-icon span:after{ 
	content:"";
	position: absolute;
	right: 7px;
	top: -6px;
	width:0; 
    height:0; 
    border-left:6px solid transparent;
    border-right:6px solid transparent;
    border-bottom:6px solid #ddd;
}
.top-icon span img{
	width: 100%;
	height: 100%;
}
.top-icon:hover span{
	display: block;
}


/*头部媒体查询*/
@media(max-width:1299px) {
	.top-logo {
		line-height: 50px;
	}
}
@media (max-width: 767px) {
	.top{min-height: 71px !important;}
	.top-logo{
		height: 32px;
		line-height: 38px;
		vertical-align: top;
	}
	.top-logo img{height: 100%;}
	.top-toggle {
	    padding: 7px 8px;
	    margin-top: 5px;
	    margin-right: 15px;
	    margin-bottom: 0px;
	}
	.top-toggle .icon-bar{
		width: 20px;
	}
	.top-box.in{
		padding-top: 71px !important;
	}
	.top-height{height: 71px !important;}
	.top-nav .nli.active .top-nav-title a, 
	.top-nav .nli:hover .top-nav-title a{
		color: #666;
	}
	.top-subnav{
		position: relative;
		background: none;
		background: #f0f0f0;
		text-align: left;
		padding: 6px 20px;
	}
	.top-subnav li.cue{
		display: none;
	}
	.top-subnav li a{
		color: #999;
	}
	.top-subnav li a:hover{
		background: none;
		color: #cc0000;
	}
}
@media (max-width: 375px){
	.top-logo img{
		height: 38px;
		vertical-align: middle;
	}
}
@media (max-width: 374px) {
	.top-logo img{
		height: 32px;
		vertical-align: middle;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.top-nav .nli.active .top-nav-title a, 
	.top-nav .nli:hover .top-nav-title a{
		color: #666;
	}
	.top-subnav{
		position: relative;
		background: none;
		background: #f0f0f0;
		text-align: left;
		padding: 10px 30px;
	}
	.top-subnav li.cue{
		display: none;
	}
	.top-subnav li a{
		color: #999;
	}
	.top-subnav li a:hover{
		background: none;
		color: #cc0000;
	}
}
@media (min-width: 992px) and (max-width: 1299px){
	.top-nav .nli.active .top-nav-title a, 
	.top-nav .nli:hover .top-nav-title a{
		color: #666;
	}
	.top-subnav{
		position: relative;
		background: none;
		background: #f0f0f0;
		text-align: left;
		padding: 10px 30px;
	}
	.top-subnav li.cue{
		display: none;
	}
	.top-subnav li a{
		color: #999;
	}
	.top-subnav li a:hover{
		background: none;
		color: #cc0000;
	}
}
@media (max-width: 1299px){
	.top{
		padding: 0px;
		border: none;
		overflow-y: auto;
	}
	.top .container-fluid{
		height: 100%;
		padding: 0px;
	}
	.top-wrap{
		float: none;
		padding: 15px 0px;
		border-bottom: solid 1px #ddd;
		background: #fff;
		position: relative;
    	width: 100%;
	}
	.top-toggle{
		display: block;
	}
	.top-box{
		display: none;
	}
	.top-nav .nli.top-ewm{
		display: none;
	}
	.top-box.in{
		display: block;
		position: fixed;
		left: 0px;
		background: #f8f8f8;
		width: 100%;
		height: 100%;
		top: 0px;
		padding-top: 81px;
		overflow-y: auto;
	}
	.top-box.in .top-nav{
		float: none;
		display: block;
		width: 100%;
	}
	.top-box.in .top-nav .nli{
		float: none;
		width: 100%;
		margin-top:0px;
	}
	.top-box.in .top-nav-title a{
		padding: 15px;
		font-size: 14px;
		display: block;
		width: 100%;
		border-bottom: solid 1px #eee;
	}
	.top-height{
		height: 81px;
	}

}
@media (min-width: 1300px){
	/* .top{height: 98px;} */
	.top-box{
		display: block !important;
	}
	.top-height{
		height: 98px;
	}
	.top-box.in .top-nav-title em{
		display: none;
	}
	.top-subnav{
		display: none !important;
	}
	.top-nav .nli:hover .top-subnav {
		display: block !important;
	}
	.top-nav .nli:hover .top-nav-title a ,
	.top-nav .nli.active:hover .top-nav-title a{
		color: #fff;
	}
	.top-nav .nli.active .top-nav-title a{
		color: #cc0000;
	}

}





/*底部*/
.footer{
	width: 100%;
	background: url(../images/index-bg2.jpg) repeat;
}
.footer-list{}
.footer-list li{
	text-align: center;
}
.footer-list li h3{
	font-size: 14px;
	color: #666;
}
.footer-list li img{
	max-width: 100%;
	max-height: 100%;
	margin: 8px auto 10px;
}
.footer-list li p{
	font-size: 12px;
	color: #666;
}
.footer-ewm{margin-top: 40px;}
.ewm-r{
	text-align:center;
	float: right;
}
.ewm-l{
	text-align: center;
	float: left;
}
.footer-ewm img{
	max-width: 100%;
	max-height: 100%;
	margin-bottom: 10px;
	box-shadow: 2px 2px 10px #ccc;
}
.footer-ewm p{
	font-size: 14px;
	color: #666;
}
.bot{
	width: 100%;
	background: #000000;
	font-size: 12px;
	color: #ccc;
	padding: 20px 0px;
}
.bot a{
	color: #ccc;
}
.bot a:hover{
	color: #e1242a;
}
.bot span{
	width: 50%;
	display: inline-block;
}
.bot span.fl{
	float: left;
}
.bot span.fr{
	float: right;
	text-align: right;
}

/*媒体查询*/
@media (max-width: 767px) {
	.footer-list li{
		margin-bottom: 20px;
	}
	.bot span{
		display: block;
		width: 100%;
		float: none !important;
		text-align: center !important;
		margin: 7px 0px;
	}
	.bot{
		padding: 8px 0px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.bot span{
		display: block;
		width: 100%;
		float: none !important;
		text-align: center !important;
		margin: 10px 0px;
	}
}
	
@media(max-width:1300px) {
	.top .container{
		width: 100%;
		padding: 0;
	}
}


