*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body{
	color: #050505;
	font-size: 14px;
	font-family: 'PingFangSC-Regular','helvetica', 'neue', 'Arial',sans-serif;	
}

a{
	text-decoration: none;
    transition: .15s ease-out;
}
.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: 1100px;
	height: 100%;
	margin: 0 auto;
}
.banner{
	height: 520px;
	min-width: 1100px;
	background-image: url('./img/bg.jpg');
	background-repeat: no-repeat;
	background-position: center; 
	background-size: cover:  
}
.banner-top{
	height: 115px;
	background-color: rgba(255,255,255,.5);
}
.logo{
	position: absolute;
	top: 21px;
	left: 0;
}
.nav{
	position: absolute;
	right: 20px;
	top: 38px;
	list-style: none;
}
.nav li{
	float: left;
	margin-right: 20px;
}
.nav li a{
	display: block;
	padding: 0 10px;
	color: #000;
	font-size: 18px;
	line-height: 40px;
}
.nav li a:hover,
.nav li a.active{
	color: #128DC9;
}
.banner-content{
	padding-top: 120px;
	text-align: center;
}
.banner-content .title{
	font-size: 70px;
	color: #494b4c;
	letter-spacing: 0;
	font-weight: normal
}
.banner-content .f-title{
	margin-top: 15px;
	font-family: AppleSymbols;
	font-size: 55px;
	color: rgba(0,0,0,0.50);
	letter-spacing: 0;
	font-weight: normal
}
.banner-content .info{
	margin-top: 50px;
	color: rgba(0,0,0,.5);
	font-size: 16px;
	line-height: 24px;
}
.banner-content .info span{
	margin: 0 10px;
}
.body .container{
	padding: 0 10px 120px;
	background-color: #fff;
}
.item{
	padding-top: 15px;
	margin-bottom: 15px;
}
.title{
	position: relative;
	height: 68px;
	line-height: 68px;
	margin-bottom: 20px;
}
.title .text{
	position: absolute;
	width: 100%;
	font-size: 26px;
}
.tc .text{
	text-align: center;
}
.tc .line{
	left: 50% !important;
	margin-left: -32px;
}
.text>span{
	text-transform: uppercase;
	padding-right: 10px;
	background-color: #fff;
}
.tc .text>span{
	padding: 0 10px;
}
.title .line{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 4px;
	width: 64px;
	border-radius: 2px;
	background-color: #d8d8d8;
}
.tip{
	color: rgba(0,0,0,.85);
	font-size: 14px;
	text-align: center;
	margin-bottom: 20px;
}
.content{
	margin-top: 30px;
}
.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;
	font-size: 16px;
	line-height: 1.8; 
}
.justify{
	text-align: justify;
}

.news-item{
	position: relative;
	height: 60px;
	border-bottom: 1px solid #efefef;
}
.news-item a{
	padding-left: 20px;
	color: #050505;
	font-size: 18px;
	line-height: 60px;
}
.news-item a:hover{
	color: #0099cc;
}
.link: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: 345px;
}
.file-list .file-thumb{
	width: 345px;
	height: auto;
}
.file-item{
	margin-bottom: 20px;
}
.file-item a{
	color: #575757;
	font-size: 0;
}
.file-item a p{
	font-size: 16px;
	line-height: 20px;
	margin-top: 14px;
}