*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body{
	color: #4a4a4a;
	font-size: 14px;
	font-family: 'helvetica', 'neue', 'Arial',sans-serif;	
}
a{
	font-size: 14px;
	text-decoration: none;
    transition: color .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: 1170px;
	height: 100%;
	margin: 0 auto;
}
.banner{
	height: 593px;
	min-width: 1170px;
	background-image: url('./image/banner.jpg');
	background-repeat: no-repeat;
	background-position: center; 
	background-size: cover:  
}
.nav{
	height: 56px;
	background-color: #ececec;
}
.nav ul{
	float: left;
	list-style: none;
	border-right: 1px solid #ddd;
}
.nav li{
	float: left;
	width: 167px;
	text-align: center;
	border-left: 1px solid #ddd;
}
.nav li a{
	display: inline-block;
	height: 56px;
	margin: 0 auto;
	color: #128DC9;
	font-size: 18px;
	line-height: 56px;
	border-bottom: 2px solid transparent;
}
.nav li a.active{
	border-bottom-color: #128dc9;
}
.body{
	background-color: #fff;
}
.body .container{
	padding-bottom: 50px;
	background-color: #fff;
}
.item{
	padding-top: 15px;
	margin-bottom: 15px;
}
.title{
	position: relative;
	height: 43px;
	color: #128dc9;
	font-size: 20px;
	line-height: 42px;
	border-bottom: 1px solid #f0f0f0;
}
.title>div>*{
	float: left;
}
.title .icon{
	margin-top: 10px;
	margin-right: 8px;
	width: 9px;
	height: 20px;
	background-color: #128dc9;
}

.content{
	margin-top: 30px;
}
.content h4{
	margin-bottom: 7px;
	font-size: 18px;
	line-height: 30px;
}
.content h3{
	margin-bottom: 15px;
	font-size: 18px;
}
.content p{
	margin-bottom: 8px;
	line-height: 22px; 
	text-align: justify;
}
.t-label{
	width: 80px;
	color: #4a4a4a;
	font-size: 14px;
	vertical-align: top;
}
.t-content{
	padding-bottom: 13px;
}
.party{
	font-size: 14px;
	border-spacing: 0;
	border-collapse: collapse;
}
.party th{
	background: #E1ECF6;
	border: 1px solid #CEE0EF;
}
.party td{
	border: 1px solid #e7e7e7;
}
.party th,.party td{
	padding: 10px 20px;
}
.news-item{
	font-size: 14px;
	line-height: 2.2; 
}
.news-item a{
	position: relative;
	padding-left: 6px;
	color: #4a4a4a;
}
.news-item a:hover{
	color: #128dc9;
}
.news-item a i{
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1px;
	width: 2px;
	height: 2px;
	border-radius: 50%;
	background-color: #4a4a4a;
}
.file-list{
	padding: 25px 30px 0;
}
.file-item{
	margin-bottom: 20px;
}
.file-item:last-child{
	margin-bottom: 0;
}
.file-item div{
	font-size: 0;
	line-height: 0;
}
.file-item a p{
	margin-top: 10px;
	text-align: center;
}
.file-item a{
	color: #4a4a4a;
}
.file-item a:hover{
	color: #128dc9;
}
.file-item .file-thumb{
	width: 100%;
	height: auto;
}
.view-item{
	float: left;
}
.view-item .image-box{
	float: left;
	width: 161px;
	/* height: 196px; */
}
.view-item .image-box img{
	width: 100%;
	height: 100%;
}
.view-item .text-box{
	margin-left: 170px;
	width: 180px;
}
.view-item .name{
	margin: 5px 0 7px;
	font-size: 16px;
}
.view-item p{
	text-align: justify;
}
.view-item:last-child{
	margin-right: 0;
}
.image-container{
	position: relative;
	margin-top: 25px;
	overflow: hidden;
}
.image-container .button{
	position: absolute;
	top: 0;
	width: 15px;
	height: 100%;
	border: none;
	opacity: .3;
	outline: none;
	cursor: pointer;
}
.disabled{
	cursor: not-allowed !important;
}
.button>i{
	position: absolute;
	width: 5px;
	height: 8px;
}
.button.left{
	left: 0;
	background: #080808 url('./image/left.png') center no-repeat;
}
.button.right{
	right: 0;
	background: #080808 url('./image/right.png') center no-repeat;
}
.image-list{
	width: 2000px;
	font-size: 0;
	line-height: 0;
}
.image-item{
	float: left;
	width: 225px;
	height: 158px;
	margin-right: 22px;
	text-align: center;
	background-color: #d8d8d8;
}
.image-item:last-child{
	margin-right: 0;
}
.image-item img{
	width: 100%;
	height: 100%;
}
.history{
	margin-top: 25px;
	font-size: 0;
	line-height: 0;
	text-align: center;
}
.history img{
	height: 158px;
}