body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td {
	margin:0;
	padding:0
}
h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	font-size:100%;
}
ol,ul {
	list-style:none;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
fieldset,img {
	border:none;
}
img {
	vertical-align:top;
}
input,button {
	vertical-align:middle;
}
caption,th {
	text-align:left;
}
a {
	text-decoration:none;
	color:#000;
}
a:hover {
	color:#000;
}
html {
	text-align:center;
}
body {
	background:#f7f7f7;
	font:12px/1.5em helvetica,Verdana,'微软雅黑';
	color:#000;
	margin:0 auto;
	text-align:left;
	-webkit-text-size-adjust:none;
}
/*Common Style*/
.hidden {
	display:none;
}
.clear:after {
	content:"";
	display:block;
	height:0;
	line-height:0;
	clear:both;
	visibility:hidden;
}
.clear {
	*zoom:1;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
/*版心*/
.w {
	width:1100px;
	margin:0 auto;
}
header {
	background:#fff;
	border-bottom:1px solid #ccc;
}
.header {
	height:180px;
	padding-top: 35px;
	box-sizing: border-box;
}
.logo {
	
}
.logo-txt-box{
	padding-top: 10px;
	padding-left: 20px;
}
.logo-name{
	font-weight: bold;
	font-size: 26px;
	line-height: 28px;
	color: #333;
	margin-bottom:10px;

}
.logo-name-en{
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #333;
}
.logo-txt{
	font-size: 16px;
	color: #515151;
	line-height: 24px;

}
.logo-time{
	font-size: 22px;
	float: left;
	margin-right: 20px;
	margin-bottom: -10px;
}
.red-txt{
	color: #1f95d3 !important;
	
}
.title{
	font-size: 22px;
	color: #1b1b1b;
	line-height: 30px;
	padding-top: 40px;
	text-transform: uppercase;
}
.title .red-txt{
	font-size: 28px;
	font-weight: 600;
	margin-right: 10px;
}
.title-time{
	font-size: 16px;
	margin-top: 54px;
}
.title-time .red-txt{
	font-size: 24px;
}

.banner {
	height:393px;
	width: 1100px;
	margin-top: 20px;
	overflow: hidden;
	position: relative;
}

.banner-ul {
	width:9999px;
	position:absolute;
}
.banner-ul li {
	width:1100px;
	height:490px;
	overflow:hidden;
	background:#ccc;
	float:left;
}


.banner-ft {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 20px;
	text-align: center;
}
.banner ol{
	display: inline-block;
}
.banner ol li {
	width: 14px;
	height: 14px;
	display: inline-block;
	background: #fff;
	border-radius: 50%;
	cursor: pointer;
	margin: 0 5px;
}
.banner ol li.current {
	background:#34a9de;
}
.banner-ft-l,.banner-ft-r{
	font-family: '宋体';
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	margin: 0 10px;
}

.content {
	padding:40px 0;
}

.content_hd{
	width: 536px;
}
.picture-box{
	margin-bottom: 30px;
}

.picture {
	width:100%;
	height:324px;
	overflow:hidden;
}
.picture img {
	-moz-transition:all 1s;
	-ms-transition:all 1s;
	-o-transition:all 1s;
	-webkit-transition:all 1s;
	transition:all 1s;
}
.picture img:hover {
	transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
}
.text-box {
	padding:40px;
	background:#06F;
	position: relative;
}
.text-name{
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 20px;
	font-weight: bold;
	color: #fff;
	padding-left: 5px;
	border-left: 4px solid #fff;
}
.text-box p {
	font-size:14px;
	color:#fff;
	line-height:24px;
}
.text-information{
	font-size: 14px;
	margin-top: 30px;
}
.text-information .name{
	font-size: 18px;
}
.fs16{
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	margin: 10px 0;
}
.triangle{
	position: absolute;
	width:0;
	height:0;   
	border-left:30px solid transparent;   
	border-right:30px solid transparent;   
	border-bottom:30px solid #fff;
	top: -30px;
	left: 50px;
}


footer {
	height:80px;
	background:#fff;
}
footer p{
	line-height: 80px;
	text-align: center;
	font-size: 14px;
	color: #333;
}