*{
	margin:0;
	padding:0;
	border:0;
}
ul,li{
	list-style: none;
}
i{
    font-style: normal;
}
.header h1{
	color:#fff;
	font-size:3em;
	font-weight: 400;
}
.header h2{
    color:#fff;
    font-size:1.8em;
}
img{
	max-width: 100%;
	margin:0 auto;
    transition: all 0.8s;
    -ms-transition: all 0.8s;     /* IE 9 */
    -moz-transition: all 0.8s;    /* Firefox */
    -webkit-transition: all 0.8s; /* Safari 和 Chrome */
    -o-transition: all 0.8s;
}
html,body {
	font-size: 12px!important;
  color: #505050;
  line-height: 1.75em;
  background: #ebebeb;
  position: relative;
  font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Hiragino Sans GB W3", "WenQuanYi Micro Hei", "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
}
a{
	color:#333;
	text-decoration: none;
}

.header,.wrap{
	width:100%;
	overflow: hidden;
}
.logo,.twitter{
	width:330px;
	margin:0 auto;
	overflow: hidden;
}
.footer{
	width:238px;
	margin:0 auto;
	overflow: hidden;
	color:#fff;
}
.footer a{
	display: inline-block;
	color:#fff;
	vertical-align: middle;	
}
.conter{
	width:350px;
	margin:0 auto;
	overflow: hidden;
}
.header{
	box-sizing: border-box;
	padding-top: 40px;
	background: url(../imgs/bg1.png);
	background-size: auto 100% ;
	height:435px;
}
.logo{
	width:350px;
	height:305px;
	border-radius: 10px;
	overflow: hidden;
}
.wrap {
	background:#114a72;
}
.twitter{
	height:76px;
	line-height: 60px;
	overflow: hidden;
	text-align: right;
}
.timg{
	width:40px;
	height: 40px;
}
.twitter img{
	display: inline-block;
	width:76px;
	vertical-align: top;
}
.twitter i{
	display: inline-block;
	width:40px;
	height: 40px;
	background: url(../imgs/twitter_t.png);
	background-size: 100%;
	vertical-align: middle;
}
.twitter a{
	display: inline-block;
	color:#fff;
	vertical-align: middle;
	margin-right: 30px;
	margin-left: 20px;
}
.twitter a:hover{
	text-decoration: underline;
}
.floor{
	margin: 2em 0;
	max-width: 350px;
}
.floor h2{
	background:#1974b5;
	height:60px;
	line-height: 60px;
	color:#fff;
	font-size:20px;
	vertical-align: middle;
	box-sizing: border-box;
	padding:0 20px;
	border-top-left-radius:18px;
	border-top-right-radius:18px;
}
.floor h2 a{
	display: inline-block;
	color:#fff;
	vertical-align: middle;	
}
.floor h2 a:hover{
	text-decoration: underline;
}
.floor h2 i{
	display: inline-block;
	vertical-align: middle;
	width:45px;
	height:45px;
	border-radius:8px;
	overflow: hidden;
	margin-right: 10px;
}
.floor h2 i img{
	width:200px;
	min-height: 50px;
}
.neirong {
	border: 3px #84dbf5 solid;
	border-bottom-left-radius: 18px;
	border-bottom-right-radius: 18px;
	background: #e7ecf0;
	box-sizing: border-box;
	padding:10px;
	overflow: hidden;
}
.lf_img{
	float: left;
	width:150px;
	height:320px;
	box-sizing: border-box;
	padding: 12px 13px 16px 14px;
	overflow: hidden;
	background: url(../imgs/ibg1.png) no-repeat;
	background-size: 100% 100%;
	margin-top: 0px;
	margin-right:15px;
}
.lf_img img{
	width: 150px;
	height: 286px;
}
.lf_img:hover{
	background: url(../imgs/ibg2.png) no-repeat;
	background-size: 100% 100%;
}

.rt_txt{
	float: left;
	width:150px;
	overflow: hidden;
}
.list_txt li{
	overflow: hidden;
}
.rt_txt p{
	width:100%;
	text-indent: 2em;
	height:180px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.list_txt{
	margin-bottom: 10px;
}
.list_txt strong{
	display: block;
	width: 100px;
	float:left;
	text-align: left;
}
.list_txt span{
	float: right;
	display: block;
	width:100px;
	overflow: hidden;
}
.list_img{
	overflow: hidden;
	width:600px;
}

.list_img li{
	width: 110px;
	float:left;
	margin: 1px 6px;
	height: 180px;
	border-radius: 5px;
	overflow: hidden;
}
.list_img li img{
	width: 100%;
	height: 100%;
}
.list_img li img:hover{
	 transform: scale(1.2);
    -ms-transform:scale(1.2);     /* IE 9 */
    -moz-transform:scale(1.2);    /* Firefox */
    -webkit-transform:scale(1.2); /* Safari 和 Chrome */
    -o-transform:scale(1.2);
}