@charset "utf-8";
*{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    margin: 0;
    padding: 0;
    border: 0;
}
/* 禁用iPhone中Safari的字号自动调整 */
html,body{
    color: #424242;background-color:#fff;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font: 14px "宋体";
    min-height: 100%;
    /*height: 100%;*/
}

/* 设置HTML5元素为块 */
article， aside， details， figcaption， figure， footer， header， hgroup， menu， nav， section {
    display： block;
}
/* 设置图片视频等自适应调整 */
img {
    max-width： 100%;
    height： auto;
    width: auto\9; /*ie8 */
}

ul,ol{
    list-style: none;
}
em{
    font-style: normal;
}
a{
    text-decoration: none;
}
/* 让标题都自定义, 适应多个系统应用 */
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight: normal;
}
/* 清除浮动 */
.clearfix:before,.clearfix:after{
    display:table;
    content:"";}
.clearfix:after{
    clear:both;}
.clearfix{zoom:1;}
.container{
    width:1070px;
    margin:0 auto;
}
#header{
    width:100%;
    height:70px;
    background:#416261;
}
#header .logo{
    width:168px;
    height:46px;
    margin-top:12px;
    float:left;
}
#header .search{
    float:right;
    margin-top:22px;
    width:272px;
    height:26px;
    background:#fff;
}
#header .search input{
    width:178px;
    height:18px;
    background:#fff;
    padding:4px;
    float:left;
}
#header .search span{
    display:inline-block;
    background:#416261;
    width:84px;
    height:24px;
    text-align:center;
    color:#fff;
    line-height:24px;
    margin-top:1px;
    margin-left:1px;
    font-size:13px;
    cursor:pointer;
}
#banner{
  background-image:url(../images/banner.jpg);
  background-repeat:no-repeat;
  background-position:center top;
  height:220px;
  max-width:1700px;
  margin:0 auto;
}
/*.index #banner{
  background:url(../images/banner.jpg)no-repeat;
  background-position:center top;
  height:200px;
  max-width:1700px;
  margin:0 auto;
}*/
#nav{
    height:52px;
}
#nav li{
    float:left;
    text-align:center;
    font-size:16px;
}
#nav>.container>ul{
    position:relative;
    margin:0 auto;
}
#nav>.container>ul>li{
    height:50px;
     border-bottom:2px solid #8e8e8e;
     width:116px;
     text-align:center;
}
#nav>.container>ul>li>a{
    display:block;
    height:50px;
   line-height:56px;
}
#nav>.container>ul>li:first-child{
    padding-left:30px;
    width:82px;
}
#nav>.container>ul>li:last-child{
    padding-right:30px;
}

#nav>.container>ul>li.active span{
    display:block;
    border-top:4px solid #416261;
    position:absolute;
    top:0;
    left:22px;
    right:22px;
}
#nav ul li a{
    color:#474747;
    position:relative;
    display:block;
}
#nav>.container>ul>li ul{
    position:absolute;
    top:52px;
    display:none;
    z-index: 300;
}
#nav .container .jcwz{
   left:70px;
}
#nav .container .dfzk{
   left:360px;
}
#nav .container .qywc{
   left:246px;
}
#nav>.container>ul>li li{
    padding:0 18px;
    height:48px;
    line-height:48px;
    background:#cedbda;
}
#nav>.container>ul>li li.active,
#nav>.container>ul>li li:hover{
    background:#567d7c;
}
#nav>.container>ul>li li.active>a,
#nav>.container>ul>li li:hover>a{
    color:#fff;
}
#footer{
    height:156px;
    background:#80908f;
    text-align:center;
    color:#fff;
    font-family: Arial;
}
#footer .container{
    padding-top:40px;
}
#footer h4{
    font-size:16px;
    margin-bottom:16px;
    background-image:url(../images/line.png);
    background-repeat:no-repeat;
    background-position:left center;
}
#footer p{
    font-size:12px;
    line-height:22px;
}
#footer p a{
    color:#fff;
}
#footer p a:hover{
     text-decoration: underline;
}
/*面包屑导航*/
.breadcrumb{
    padding:26px 0;
    font-size:14px;
    color:#000;
}
.breadcrumb a{
    color:#000;
}
.breadcrumb span{
     color:#416261;
}
.breadcrumb a:hover{
    color:#416261;
}
/*列表*/


.article-list li{
    height:36px;
    line-height:36px;
    font-size:14px;
    overflow:hidden;
    background-image:url(../images/icon-list.png);
    background-repeat:no-repeat;
    background-position:left center;
    padding-left:16px;
}
.article-list li a{
    color:#3e3e3d;
}
.article-list li span{
    color:#3e3e3d;
    float:right;
}
.article-list h2.title{
    height:41px;
    position:relative;
    background-image:url(../images/title-bg.png);
    background-repeat:no-repeat;
    line-height:41px;
    color:#fff;
    font-size:25px;
    padding-left:20px;
    font-family: '宋体';
    font-weight:bold;
}
.article-list ul{
    margin-top:28px;
    margin-left:10px;
}
.article-list li a:hover{
    color:#416261;
}
/*分页*/

#pager{
    margin:0 auto;
    background:#fff;
    height:30px;
    padding-top:28px;
    padding-left:12px;
    padding-right:12px;
}
#pager a,#pager span,#pager input{
    padding:0 10px;
    text-decoration: none;
    color:#666;
    display:inline-block;
    border:1px solid #999999;
    border-radius:2px;
    line-height:26px;
    margin:0 2px;
}
#pager input{
    width:28px;
    height:26px;
    vertical-align: top;
}
#pager a img{
    margin:0 5px;
}
.pageNum,.pageJump{
    display:inline-block;
    font-family: arial;
}
.pageNum a.current{
    color:#fff!important;
    background:#416261;
}
.pageJump {
    margin-left:15px;
}
.pageJump a{
    padding:0 10px;
    background: #416261;
    color:#fff!important;
    margin-left:15px!important;
}
.pageJump input{
    width:30px;
    margin-left:10px;
}
#pager a.noEvent {
    color: #b3b3b3;
}
.principal .catalogue-pic{
    float:left;
}
.principal .catalogue-pic img{
    width:160px;
    height:218px;
    display:block;
}

.article-list h4{
    font-size:22px;
    color:#416261;
    font-weight:bold;
    line-height:42px;
    margin-bottom:6px;
    margin-left:18px;
}
/*二维码*/
#code{
    width:122px;
    height:288px;
    position:fixed;
    top:50%;
    margin-top:-144px;
    z-index:200;
    right:0;
}
#code .code_pos{
    width:100%;
    height:100%;
    position:relative;
}
#code img{
    width:100%;
    display:block;
    height:186px;
}
#code .code_pos a{
    display:block;
    margin-top:1px;
    background-image:url(../images/subscription.png);
    background-repeat:no-repeat;
    width:122px;
    height:50px;
}
#code .code_pos a.subscription{
   background-image:url(../images/callPapers.png);
   background-repeat:no-repeat;
}
#code .close{
    width:15px;
    height:15px;
    display:block;
    position:absolute;
    top:1px;
    right:1px;
    cursor:pointer;
}