/* 
* @Author: liumei
* @Date:   2015-10-13 15:48:16
* @Last Modified by:   zty
* @Last Modified time: 2016-02-15 17:14:25
*/
/*初始化*/
html { overflow-x: hidden; overflow-y: hidden;  } 

*{ font-size:"微软雅黑"}
ul,li,ol,p,h1,h2,h3,h4,h5,h6,form,input,dl,dt,dd{ margin:0; padding:0;}
body{ font-size:14px; font-family:"微软雅黑"; color:#fff; line-height:1.7; margin:0; padding:0; overflow-y:hidden}
a{ text-decoration:none; color: #fff;}
input:focus{ outline:none;}
ul{ list-style:none;}
img{ border:none;}
.clear{ clear: both; font-size: 1px; height: 0px; line-height: 0px; overflow: hidden; }
textarea{ resize:none;}
button:hover{ cursor:pointer;}
.clear{ clear:both; overflow:hidden; height:0;}
.fl{ float:left;}
.fr{ float:right;}
.abs{ position:absolute;}
.rel{ position:relative;}
.content{margin: 0 auto;}
.em{text-indent: 2em;}
.tac{text-align: center;}
.blank5{height:5px;margin:0 auto;}
.blank10{height:10px;margin:0 auto;}
.blank15{height:15px;margin:0 auto;}
.blank20{height:35px;margin:0 auto;}
.blank30{height:30px;margin:0 auto;
background-color:#FFF;}
.blank36{height:36px;margin:0 auto;}
.blank40{height:40px;margin:0 auto;}
.blank45{height:45px;margin:0 auto;}
.blank66{height:66px;margin:0 auto;}
.blank73{height:73px;margin:0 auto;}
body{
	background: #000;
}
/*初始化结束*/
/*nav部分*/
.nav{
	background:rgba(0,0,0,0.5);
	padding-top: 28px;
	padding-bottom: 28px;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1000;
}
.nav_about{
	background:rgba(0,0,0,0.5);
	padding-top: 15px;
	padding-bottom: 15px;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1001;
}
.nav-list{
	float: right;
	margin-top:24px;

}
nav li{
	height: 44px;
	position: relative; z-index:55;
	line-height: 44px;
    width: 104px;
	text-align: center;
	float: left;
    margin-right: 4px;

}
nav li:hover{  background: url(../images/headbg.png) no-repeat;}


nav li .dtop {width:600px; height:44px; float:left; display:none; position:absolute; z-index:33; left:0; top:44px;  }
nav li .dtop dl {float:left; }
nav li .dtop dl dt { float:left; padding:0 5px;}
nav li .dtop dl dt img {float:left; margin:18px 10px 0 10px; }
nav li .dtop dl dt a {font-size:14px; color:#fff; line-height:44px; }

nav li:hover .dtop {width:600px; height:44px; float:left; display:block; position:absolute; z-index:33; left:0; top:44px;  }
nav li:hover .dtop dl {float:left; }
nav li:hover .dtop dl dt { float:left; padding:0 5px;}
nav li:hover .dtop dl dt img {float:left; margin:18px 10px 0 10px; }
nav li:hover .dtop dl dt a {font-size:14px; color:#fff; line-height:44px; }


.n-border{
background: url(../images/bot.png) no-repeat;
	width: 100%;
	
	position: absolute;
	left: 0;
	opacity: 0;
}
.border-t{
	top: -10px;
}
.border-b{
	bottom: -10px;
}
.uped{
	animation: up 1s;
	-moz-animation: up 1s;	/* Firefox */
	-webkit-animation: up 1s;	/* Safari 和 Chrome */	
	top: -168px;
}


@keyframes up{
	0%{
		top: 0px;
	}
	50%{
		top: 50px;
	}
	100%{
		top: -168px;
	}
}
@-moz-keyframes up{
	0%{
		top: 0px;
	}
	50%{
		top: 50px;
	}
	100%{
		top: -168px;
	}
}
@-webkit-keyframes up{
	0%{
		top: 0px;
	}
	50%{
		top: 50px;
	}
	100%{
		top: -168px;
	}
}
.downed{
	animation: down 1s;
	-moz-animation: down 1s;
	-webkit-animation: down 1s;
	top: 0px;
}
@keyframes down{
	0%{
		top: -168px;
	}
	50%{
		top: 50px;
	}
	100%{
		top: 0px;
	}
}
@-moz-keyframes down{
	0%{
		top: -168px;
	}
	50%{
		top: 50px;
	}
	100%{
		top: 0px;
	}
}
@-webkit-keyframes down{
	0%{
		top: -168px;
	}
	50%{
		top: 50px;
	}
	100%{
		top: 0px;
	}
}
/*nav部分*/

.bottom{
	font-size:16px;
	color:#cccccc;
 	text-align:right;
	float:right;
}
.bottom img{ float:left;}
.bottom span{height:33px; line-height:33px; display:block; float:left; margin-right:10px;}
.frame .container2 .div_scroll img{ float:left; margin-right:20px;}
.frame .container2 .div_scroll{ line-height:30px;}

@media only screen and (min-width: 800px) and (max-width: 1700px){
.frame .container2 .div_scroll img{ width:55% }
.content{width: 1100px;}
.bottom{margin-top: 0px;margin-right: 30px;}
}
@media only screen and (min-width:1700px){
.content{width: 1180px;}
.frame .container2 .div_scroll img{width:59%;
height: 67%;}
.bottom{margin-top: 117px;margin-right: 43px;}
}

