@charset "utf-8";
/* CSS Document */
* {
    margin: 0px;
    padding: 0px;
    font: 16px "microsoft yahei", Arial;
    color: #fff;
}
body{
    background: #fff;
}
ul,li,h1,h2,h3,h4,h5,h6,dl,dt,dd {
    margin: 0;
    padding: 0;
    list-style: none;
}
header,footer{display:block;background: #fff;}
.lf {
    float: left;
}

.rt {
    float: right;
}

.clear {
    clear: both;
}
/* header部分 */
header{
    width: 100%;
    height: 90px;
}
header img{
    margin-left: 12%;
    margin-top: 1%;
}
.nav {
    background-color: #114694;
    height: 76px;

}

.nav ul {
    width: 1285px;
    margin: 0 auto;
    height: 76px;
}

.nav ul li {
    float: left;
    width: 181px;
    height: 76px;
    line-height: 76px;
    border-left: 1px solid #316cc3;
    position: relative;
}

.nav ul li a {
    text-decoration: none;
}

.nav ul li:last-child {
    border-right: 1px solid #316cc3;
}

.nav ul li a {
    display: inline-block;
    width: 180px;
    height: 76px;
    line-height: 76px;
    border-left: 1px solid #0e3d82;
    text-align: center;
}

.nav ul li a:last-child {
    width: 179px;
    border-right: 1px solid #0e3d82;
}
/*二级导航*/
.nav li.selected .submenu{display:block;}
.nav li .submenu{ z-index:9999;display:none;}
.nav li:hover .submenu{ z-index:9999;display:block;}
.nav li .submenu li{z-index:9999;background: #114694; height: 40px; line-height: 40px;float: none;border:none;border-top: 1px solid #316cc3;}
.nav li .submenu li a{font-size:14px;color:#fff;border: none;height: 40px; line-height: 40px; }

.zj {
    background: url(http://www.naolutong.com/Public/Home/images/zhaoshangjiameng.jpg);
    /*	height:1165px;*/
    background-size: 100% 100%;
    background-size: cover\9;  
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.naolutong.com/Public/Home/images/zhaoshangjiameng.jpg ",  sizingMethod='scale');
}
.zjnr{ width:1100px; margin:0 auto;}
/*.zjnr p{ height:32px; line-height:32px;font-size:20px; color: #000;}*/
.zjnr p{color: #000;}
.zjnr span{color:#000;}
footer {
    width: 100%;
    height: 320px;
    background-color: #114694;
}

footer>div {
    width: 28%;
    height: 187px;
    margin-top: 55px;
}

.leftPart {
    text-align: center;
}

.leftPart>img {
    margin: 20px 0 20px 0;
}

.leftPart p img {
    width: 35px;
    height: 35px;
    position: relative;
    top: 10px;
}

.centerPart p {
    font-size: 14px;
    height: 150px;
    line-height: 30px;
}

.centerPart span {
    font-size: 12px;
}

.rightPart {
    text-align: center;
}

.rightPart img {
    margin-top: 30px;
}
/*新闻列表样式开始*/
.news-con{ width:1260px; margin:0 auto;}
.right_top {
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-bottom:1px solid #aaa;
}
.title1 {
    float: left;
    color: #000;
    font-size: 22px;
    line-height: 60px;
}
.title2 {
    color: #777;
    float: right;
    padding-right: 8px;
    line-height: 60px;
}

.title2 a {
    color: #777;
    text-decoration: none;
}
.n_list{width:1255px;height:auto;margin:20px auto 0;padding-bottom: 50px;}
.n_list li {
    background: url("../images/li_3.png") no-repeat left;
    width: 97%;
    line-height: 30px;
    padding-left: 15px;
    margin:10px auto 0;
    border-bottom: #aaa dashed 1px;
    overflow: hidden;
    color: #000;
}
.n_list span{
    float: right;
    display:inline-block;
    padding-top:5px;
    *padding-top:15px;
    color: #000;
}
.n_list li a{color: #000;text-decoration: none;}
/*新闻列表样式结束*/

.pages{
    margin-top: 20px;
    height: 35px;
}
.pages a,  
.pages span {  
    display: inline-block;  
    padding: 2px 5px;  
    margin: 0 1px;  
    border: 1px solid #ccc;  
    -webkit-border-radius: 3px;  
    -moz-border-radius: 3px;  
    border-radius: 3px;  
}  

.pages a,  
.pages li {  
    display: inline-block;  
    list-style: none;  
    text-decoration: none;  
    color: #58A0D3;  
}  
.pages li b{
    color: #003399;
}
ul.pagination{
    float: right;
}
.pages a.first,  
.pages a.prev,  
.pages a.next,  
.pages a.end {  
    margin: 0;  
}  

.pages a:hover {  
    border-color: #50A8E6;  
}  

.pages span.current {  
    background: #50A8E6;  
    color: #FFF;  
    font-weight: 700;  
    border-color: #50A8E6;  
}  