body{
	width: 100%;
	font-family:"Microsoft YaHei",Verdana,Arial,Helvetica, sans-serif;
	background: #faf7f7;
}
body,button,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,legend,li,ol,p,pre,td,textarea,th,ul{padding: 0;margin: 0;border: none;}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
::selection {
  background: #fe7e00;
}
::-moz-selection {
  background: #fe7e00;
}
li,ol,ul {
  list-style: none;
}
.pubW1200{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.pubBdBg{
	background: #FAFAFA;
}
#top{
	width: 100%;
	min-width:1200px;
	transition: margin-top 1s;
	-moz-transition:margin-top 1s; 
	-webkit-transition:margin-top 1s;
	-o-transition:margin-top 1s;
}
.banner{
	width: 100%;
	min-width:1200px;
	position: relative;
	background: url() no-repeat top center;
	background-size: cover;
	min-height: 400px;
}
.banner .banner-inner{
	width: 1200px;
	height: 400px;
	margin:0 auto;
	position: relative;
}

.navtions{
	position:fixed;
	left:50%;
	top:100px;
	margin-left: -60px;
	width:40px;
	opacity: 0;
	-moz-transform:translateX(-600px);
	-webkit-transform:translateX(-600px);
	transform:translateX(-600px);
	-moz-transition:all 0.3s ease-out 0s;
	-webkit-transition:all 0.3s ease-out 0s;
	transition:all 0.3s ease-out 0s;
}
.navtions span,.navtions a{
	display:block;
	width:36px;
	height:36px;
	text-align:center;
	margin-bottom:1px;
}
.navtions span {
	line-height:36px;
	font-size:14px;
	color:#fff;
	padding: 0 4px;
	background-color:#f94c26;
}
.navtions a {
	font-size:14px;
	color:#fff;
	text-decoration:none;
	line-height:1.2; 	
	background-color:#f94c26;
	padding:4px;
	-moz-transition:all 0.3s linear 0s;
	-webkit-transition:all 0.3s linear 0s;
	transition:all 0.3s linear 0s;
}
.navtions a:hover,.navtions a.active { 	background-color:#ff0000;
}

.container .sectionBox{
	margin: 25px auto; 
	background: #FFFFFF;
}
.container .header{
	font-size: 30px;
	color: #3a3333;
	line-height: 80px;
	margin-left: 10px;
}
.container .header span{
	display: inline-block;
	color: #9e9e9e;
	margin-left: 30px;
}
.container .section{
	width: 386px;
	height: 440px; margin-left:20px;
	margin-bottom: 24px; float:left;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;

	overflow: hidden;
	background: #FFFFFF;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 1200px;
	-moz-perspective: 1200px;
	-ms-perspective: 1200px;
	perspective: 1200px; 
}

.section:hover{
	-moz-box-shadow:0 7px 9px rgba(8,1,3,.2);
	-webkit-box-shadow:0 7px 9px rgba(8,1,3,.2);
	box-shadow:0 7px 9px rgba(8,1,3,.2);
	z-index:10; 	background-color:#fff;
	-moz-transform:translate3d(0,-6px,0);
	-ms-transform:translate3d(0,-6px,0);
	-o-transform:translate3d(0,-6px,0);
	-webkit-transform:translate3d(0,-6px,0);
	transform:translate3d(0,-6px,0);
}
.section .article{
	width:90%;
	margin: 0 auto;
}
.article .itemsTitle {
	font-size:30px;
	line-height:64px;
	border-bottom:1px dashed #c9c9c9;
}
.itemsTitle h4{
	color:#3a3333;
	float:left; font-size:28px;
	font-weight: normal;
}
.itemsTitle i {
	display:inline-block; font-size:18px;
	color:#fe3509;
	float:right;
	font-style:normal;
}
.art2 .description{
	font-size: 20px;
	line-height: 36px;
	padding-top: 20px;
}
.description p{
	width: 62%;
	float: left;
	padding-top: 10px;
}
.description img{
	border-radius: 50%;
	width: 106px;
	height: 106px;
	float: right;
	margin-top: 18px;
	margin-right: 14px;
	-webkit-transition: -webkit-transform 1s;
	-moz-transition: -moz-transform 1s;
	-ms-transition: -ms-transform 1s;
	transition: transform 1s;
}
.description img:hover{
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);	
}























