/*通用样式*/
body,ul,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,dl,dt,dd,input{
	margin:0;
	padding:0;
}
body{
	font-family: "微软雅黑";
	background-color: rgb(243,243,243);
}
img{
	border:none;
}
li{
	list-style:none;
}
input,select,textarea{
	outline:none;
}
textarea{
	resize:none;
}
a{
	text-decoration:none;
}
.title{
	height: 45px;
	line-height: 45px;
	padding-left: 10px;
	margin-bottom: 5px;
	background:url(images/title_bg.jpg);
}
.title a{
	color:#000;
	font-weight: bold;
}
/*清除浮动*/
.clearfix:after{
	content:"";
	display:block;
	clear:both;
}
.clearfix{
	zoom:1;
}
.comwidth{
	width: 1000px;
	margin:0 auto;
}
/*header*/
.headTop .logo{
	float: left;
}
.headTop .search{
	float: right;
	font-size: 0;
	margin-top: 48px;
}
.search input[type="text"] {
    width: 200px;
    height: 40px;
    font-size: 20px;
    padding-left: 5px;
    background-color: rgb(243,243,243);
    border: 1px solid #ccc;
    vertical-align: top;
}
.search input[type="submit"] {
    width: 50px;
    height: 42px;
    border: none;
    color: #fff;
    font-size: 20px;
    background-color: rgb(53, 152, 219);
    vertical-align: top;
}
nav{
	width: 100%;
	height: 60px;
	background-color: rgb(53, 152, 219);

}
nav ul{
	/*用于去除间隙*/
    font-size: 0;
}
nav li{
	display: inline-block;
	line-height: 60px;
	width: 80px;
    text-align: center;
	/*color: #000;*/
	font-size: 16px;
	border-right:1px solid #2f89c5;
	transition: background-color 1s;
	-webkit-transition: background-color 1s;
	-moz-transition: background-color 1s;
	-ms-transition: background-color 1s;
	-o-transition: background-color 1s;
}
nav li a{
	color:#fff;
	
}
.header li.active,.header li:hover {
    background-color: #2f89c5;
}
/*end*/

/*mainbody*/
.mainbody{
   margin-top: 20px;
}
.mainbody article{
	width: 628px;
	/*不使用浮动，换一种方法*/
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}

/*轮播图的样式*/
section.leftOne{
	
	width: 628px;
    box-shadow: 1px 4px 15px #A39F9F;
}
div.wrap a{
    color:#fff;
}
div#slide-holder {
    width : 628px;
    height : 278px;
}
div#slide-runner {
    width : 628px;
    height : 278px;
    overflow : hidden;
    position : absolute;
}
div#slide-holder img {
    margin : 0;
    display : none;
    position : absolute;
}
div#slide-controls {
    left : 0;
    bottom : 0px;
    width : 628px;
    height : 46px;
    display : none;
    position : absolute;
}
div#slide-controls p.text {
    float : left;
    color : #fff;
    display : inline;
    font-size : 10px;
    line-height : 16px;
    margin : 15px 0 0 20px;
    text-transform : uppercase;
}
p#slide-nav {
    float : right;
    height : 24px;
    display : inline;
    margin : 11px 15px 0 0;
}
p#slide-nav a {
    float : left;
    width : 24px;
    height : 24px;
    display : inline;
    font-size : 11px;
    margin : 0 5px 0 0;
    line-height : 24px;
    font-weight : bold;
    text-align : center;
    text-decoration : none;
    background-position : 0 0;
    background-repeat : no-repeat;
}
p#slide-nav a.on {
    background-position : 0 -24px;
}
p#slide-nav a {
    background-image : url(../images/silde-nav.png);
}
/*新闻样式*/
.leftTwo{
	margin-top: 20px;
}

.leftTwo ul li{
	margin-bottom: 10px;
	font-size: 0;
}
.leftTwo ul a{
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	font-size: 16px;
}
.leftTwo ul a img{
	width: 315px;
	height: 165px;
}
.leftTwo ul a.content{
	width: 313px;
	height: 165px;
	color: #fff;
	padding: 10px;
	background-color: rgb(53, 152, 220);
	position: relative;
}
.leftTwo ul a.content h3{
	padding-bottom: 2px;
	padding-left: 5px;
	border-bottom: 1px solid #fff;
}
.leftTwo .iron{
	width: 20px;
	height: 20px;
	position: absolute;
	left: -10px;
	top: 15px;
	background-color: rgb(53, 152, 220);
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
/*end*/
/*leftThree*/
.leftThree {
    margin-top: 20px;
}
.leftThree #top li{
	display: inline-block;
	margin-right: 3px;
}
.leftThree #top li:last-child{
	margin-right: 0px;
}
.leftThree #top li img{
	width: 150px;
	height: 150px;
}
.leftThree #left{
	width: 460px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: top;
}
.leftThree #left li:before{
    content: counter(num);
    color: #fff;
    background-color: #444;
    padding: 5px;
}
.leftThree #left li:last-child:before{
	padding: 0;
}
/*pay*/
.leftThree #left li:first-child:before,.leftThree #left li:nth-child(2):before,.leftThree #left li:nth-child(3):before{
	background-color: #3598Dc;
}
.leftThree #left li{
	counter-increment: num;
	overflow: hidden;
	/*pay*/
	white-space: nowrap;    
	text-overflow: ellipsis;
	margin-top: 10px;
	-webkit-transition:text-shadow 1s linear;
    -moz-transition:text-shadow 1s linear;
    -ms-transition:text-shadow 1s linear;
    -o-transition:text-shadow 1s linear;
    transition:text-shadow 1s linear;
}
.leftThree #left li a{
	color: #000;
}
.leftThree #left li:hover{
	text-shadow: 3px 3px 3px #000;
}
.leftThree #right {
	width: 150px;
	display: inline-block;
	vertical-align: top;
}
.leftThree #right img{
    width: 150px;
    height: 150px;
}
/*end*/
/*aside*/
.mainbody aside{
	width:352px;
	height: 200px;
	display: inline-block; 
	vertical-align: top;
}
aside .rightOne .top li{
    display: inline-block;
    width: 170px; 
}
aside .rightOne .top li a{
	display: inline-block;
    width: 170px;
    text-align: center;
    color: #000;
}
aside .rightOne .top li img{
	width: 170px;
}
aside .rightOne .top li:first-child{
	 margin-right: 7px;
}
aside .rightOne .bottom{
	margin-top: 20px;
}
aside .rightOne .bottom li:before{
    content: counter(num);
    background-color:  #3598Dc;
    padding: 5px;
    color: #fff;
}
aside .rightOne .bottom li{
	counter-increment: num;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-top: 8px;
	-webkit-transition:text-shadow 1s linear;
    -moz-transition:text-shadow 1s linear;
    -ms-transition:text-shadow 1s linear;
    -o-transition:text-shadow 1s linear;
    transition:text-shadow 1s linear;
}
aside .rightOne .bottom li:hover{
	text-shadow: 3px 3px 3px #000;
}
aside .rightOne .bottom li a{
	color: #000;
}
aside .rightTwo {
	margin-top: 13px;
}
aside .rightTwo li:before{
    content: counter(num);
    background-color:  #3598Dc;
    padding: 5px;
    color: #fff;
}
aside .rightTwo li:last-child:before{
	padding: 0;
}
aside .rightTwo li a{
	color:#000;
}
aside .rightTwo li{
    counter-increment: num;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-top: 10px;
	-webkit-transition:text-shadow 1s linear;
    -moz-transition:text-shadow 1s linear;
    -ms-transition:text-shadow 1s linear;
    -o-transition:text-shadow 1s linear;
    transition:text-shadow 1s linear;
}
aside .rightTwo li:hover{
   text-shadow: 3px 3px 3px #000;
}
aside .rightThree{
	margin-top: 20px;
}
aside .rightFour{
	margin-top: 20px;
}
aside .rightFour h3{
	font-size: 18px;
}
aside .rightFour ul a{
	display: inline-block;
	width: 160px;
	vertical-align: top;
	margin-right: 5px;
	color:#000;
	height: 50px;
	overflow: hidden;
	font-size: 12px;
}
aside .rightFour li:hover{
	border: 1px solid  #3598Dc;
	padding: 5px;
}
aside .rightFour li{
	transition: padding 0.5s;
	margin-top: 10px;
}
/*end*/
.footer{
	width: 100%;
	height: 80px;
	/*line-height: 100px;*/
	background-color: rgb(53, 152, 219);
	text-align: center;
	color: #fff;
	padding-top: 30px;
}
.footer li{
	display: inline-block;
	padding:0 10px;
	border-right: 1px solid #fff;
}
.footer li:last-child{
	border: none;
}
.footer li a{
	color:#fff;
}


 
