*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body{
	color: #050505;
	font-size: 14px;
	font-family: 'helvetica', 'neue', 'Arial',sans-serif;	
}
a{
	color: #fff;
	text-decoration: none;
}
.line-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.clearfix:after {
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    content: ".";
}
.clearfix {
    zoom: 1;
}
.container{
	position: relative;
	width: 1250px;
	height: 100%;
	margin: 0 auto;
}
.banner{
	height: 520px;
	min-width: 1250px;
	background-image: url('./image/bg.jpg');
	background-repeat: no-repeat;
	background-position: center; 
	background-size: cover:  
}
.en.banner{
	background-image: url('./image/bg_en.jpg');
}
.logo{
	position: absolute;
	top: 28px;
	left: 0;
	height: 50px;
}
.logo>img{
	height: 100%;
}
.nav{
	position: absolute;
	right: 20px;
	top: 28px;
	list-style: none;
}
.nav li{
	float: left;
	margin-right: 20px;
}
.nav li a{
	display: block;
	padding: 0 10px;
	color: #fff;
	font-size: 18px;
	line-height: 40px;
}
.body{
	background-color: #f2f2f2;
}
.body .container{
	padding: 0 25px 80px;
	background-color: #fff;
}
.item{
	padding-top: 15px;
	margin-bottom: 15px;
}
.title{
	position: relative;
	height: 68px;
	line-height: 68px;
}
.title .text{
	position: absolute;
	width: 100%;
	font-size: 26px;
}
.tc .text{
	text-align: center;
}
.text>span{
	text-transform: uppercase;
	padding-right: 10px;
	background-color: #fff;
}
.tc .text>span{
	padding: 0 10px;
}
.title .line{
	position: absolute;
	left: 0;
	right: 0;
	top: 33px;
	border-top: 1px solid #e5e5e5;
}
.item>.content>img{
	max-width: 100%;
}
.content{
	margin-top: 30px;
	padding: 0 20px;
}
.content h4{
	margin-bottom: 7px;
	font-size: 18px;
	line-height: 30px;
}
.content h3{
	text-align: center;
	color: #51b3dd;
	font-size: 25px;
}
.content p{
	margin-bottom: 8px;
	line-height: 22px; 
	text-align: justify;
}
.news-item{
	position: relative;
	height: 60px;
	border-bottom: 1px dotted #575757;
}
.news-item a{
	padding-left: 20px;
	color: #050505;
	font-size: 18px;
	line-height: 60px;
}
.news-item a:hover{
	color: #0099cc;
}
.news-item a i{
	position: absolute;
	left: 3px;
	top: 24px;
	width: 7px;
	height: 12px;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAMCAYAAACulacQAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAAsSAAALEgHS3X78AAAAdklEQVQY03WQIRbCQAwFJ9sjcIZcAa7QL+CMINGIPUBVfetiqzkCmC1iSWMiZvLy30fSWdKFZApwAl6ZMEREuPsCPN19iojtBwGasPbCsFuZYP0fSQLuwLUkIT9tm3VXI/AAbrXW2Y4AgB0BgNIC/IG9oXcGAL4flT1l1RRXgwAAAABJRU5ErkJggg==');
}
.file-list{
	width: 258px;
}
.file-item{
	margin-bottom: 25px;
}
.file-item a{
	color: #575757;
	font-size: 0;
}
.file-item a:hover{
	color: #0099cc;
}
.file-item .file-thumb{
	width: 257px;
	height: 155px;
}
.file-item a p{
	font-size: 16px;
	line-height: 20px;
	margin-top: 14px;
	text-align: justify;
}
.en .file-item a p{
	font-size: 14px;
} 
.image-item{
	float: left;
	width: 262px;
	margin: 0 15px 20px;
}
.image-item img{
	width: 262px;
	height: 164px;
}
.image-item .image-box{
	font-size: 0;
	line-height: 0;
}
.image-item p{
	margin-top: 6px;
	height: 48px;
	color: #090909;
	font-size: 16px;
	line-height: 24px;
	text-align: justify;
}
.en .image-item p{
	font-size: 16px;
	line-height: 22px;
	height: 66px;
}