@charset "utf-8";
a{
	text-decoration:none;
}

body{
	background:#fff url(../images/bg.jpg) no-repeat center top;
	font-family:"微软雅黑",Arial;
}
em,i{font-style:normal;}
.warp{
	width:1045px;
	position:relative;
	margin:0 auto;
}
img{max-width:100%;}

.header-top{
  height:20px;
  background:url(../images/bg_header.png) repeat-x center top;
}
.ht-link{
position:absolute;
right:20px;
background:url(../images/bg_lang.png) repeat-x center top;
height:40px;
line-height:40px;
font-size:12px;
border-radius:0 0 .3em .3em;
text-align:center;
width:400px;
}
.ht-link a{
color:#fff;
margin:0 8px;
}
.ht-link a:first-child{
margin-left:0;
}
.ht-link a.jj-left{
   margin-left:30px;
}

#header{
   height:51px;
   margin:36px 0 10px;
   overflow:hidden;
   position:relative;
}


#header .phone{
	display:inline-block;
    position:absolute;
	bottom:1px;
	margin-left:70px;
}
#header .date{
   position:absolute;
   right:0;
   background:url(../images/bg_date.png);
   width:88px;
   height: 52px;
   line-height:52px;
   top:0;
   color:#0f5fae;
   overflow:hidden;
   text-align:center;
}

#header .date span{
    display:block;
    font-size: 15px;
    text-transform: uppercase;
	font-weight:bold;
}
#header .date i{
   font-size:20px;
   display:inline-block;

}
#header .date em{
   display:inline-block;
   float:left;
   font-size:24px;

}

/**===nav===**/
#nav{
	background:#004272;
	height:50px;
	position:relative;
	z-index:222;
	border-radius:.3em .3em 0 0;
}


.p-banner{
	height:350px;
	width:1045px;
}
.p-banner li{
	float:left;
	width:1045px;
	height:350px;
	}
.p-banner li img{
	width:100%;
	height:100%;
	}







.f-row{
    background:url(../images/bg_footer.png) no-repeat top right;
    margin-bottom:30px;
	
    margin-right: 0px;
	padding-top:20px;
}
.f-item{
   float:left;
   width:315px;
   margin-left: 25px;
}
.f-item dt,.f-item dt a{
   color:#3796d7;
   font-size:16px;
   font-weight:bold;
}
.f-item dt a{
  font-size:12px;
   text-decoration:underline;
}
.f-item img{
  border:2px solid #ececec;
  border-radius:.3em;
  margin-top:17px;
}
.f-item dd.fi-con{
   height:60px;
   overflow:hidden;
   font-size:12px;
   color:#000;
   padding:17px 5px 25px;
   line-height:20px;
}
.f-copyright{
   position:relative;
   font-size:12px;
   color:#252525;
   line-height:25px;
   padding:8px 0 50px;
}
.f-copyright a{color:#252525;}
.fc-right{
   position:absolute;
   right:0;
   top:0;
   line-height:40px;
}

#page{
   margin-bottom:15px;
}