/* CSS Document */
*{margin:0;padding:0;border:none;font-family:'Microsoft YaHei';}
body{text-align:center;margin:0 auto;padding:0;background:#FFF;font-size:14px;color:#333; width:100%;width:expression(document.body.clientWidth <= 1200? "1200px":"auto"); min-width:1200px;position:relative;}
body > div{text-align:center;margin-right:auto;margin-left:auto;}
address,caption,cite,code,dfn,th,var{ font-style:normal; font-weight:normal;}
select,input,img{vertical-align:middle;}
ul,ol,li{list-style:none}
table,td,input,select,input,textarea{font-size:14px;padding:0}
input { padding:0; font-family: 'Microsoft YaHei';}
input::-moz-focus-inner { border:none; padding:0px;}
select,input{ vertical-align:middle;}
input[type="text"], input[type="password"], textarea { outline-style:none; -webkit-appearance:none;}
textarea {resize:none;}
.clearfix:after { content:""; display:block; height:0px; visibility:hidden; clear:both;}
.clearfix {zoom:1;}
.box{ max-width:1200px; margin:0 auto;}
.box:after,ul:after,.max:after{ content:""; display:block; height:0px; visibility:hidden; clear:both; }
.lf{ float:left;}
.rg{ float:right;}
/*a{text-decoration:none;-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;}*/
/* 默认链接颜色 */
a{outline-style:none;color:#000;text-decoration:none}
a:hover{color:#1559ca;text-decoration:none;}
/*清除链接虚框*/
a,area {blr:expression(this.onFocus=this.blur())}
:focus {-moz-outline-style: none;}

/*--------------*/
/*.top{ background:url(../images/top.jpg) no-repeat center top; padding:47px 0 37px;}*/
.top{ background:none; padding-top:15px;}

.top .logo img{ display:block;height:84px;}
.top .ss{ padding-top:15px; padding-right:20px;}
.top .ss input{ float:right; display:inline-block; border:1px solid #fff; font-size:14px; background:none;}
.top .ss input.key{ width:200px; height:30px; line-height:30px; padding-left:15px; border-right:none; border-radius:17px 0 0 17px;-moz-border-radius:17px 0 0 17px;-webkit-border-radius:17px 0 0 17px;}
.top .ss input.btn{ width:50px; height:32px; line-height:32px; border-left:none; border-radius:0 17px 17px 0;-moz-border-radius:0 17px 17px 0;-webkit-border-radius:0 17px 17px 0; background:url(../images/pic10.png) no-repeat center center;}
.top .ss input.key::-webkit-input-placeholder{ color:#fff;}
.top .ss input.key:-moz-placeholder{ color:#fff; opacity:5;}
.top .ss input.key::-moz-placeholder{ color:#fff; opacity:5;}
.top .ss input.key:-ms-input-placeholder{ color:#fff;}

.nav{ background:#1559ca; color:#fff; height:64px; line-height:64px; font-size:16px;}
.nav ul{ width:100%; float:left; background:url(../images/hr1.png) no-repeat left center;}
.nav ul li{ width:120px; float:left; background:url(../images/hr1.png) no-repeat right center;}
.nav ul li a{ display:block; color:#fff;}

.footer{ color:#fff; background-color:#4e4e4e; font-size:15px; padding:35px 0; line-height:32px;}
.footer a{ color:#fff; display:inline-block; padding:0 5px;}
.footer ul{ width:100%; padding:5px 0 25px;}
.footer ul li{ display:inline-block; width:250px; padding:0 10px;}
.footer ul li select{ display:block; width:250px; color:#393939; height:32px; line-height:32px; padding:0 5px; font-size:15px;}

/*--------分页-------*/
.next_fy{ padding:25px 0; text-align:center; font-size:14px;}

.next_fy .pagination{
    
}

.next_fy .pagination{
    display:flex;
    align-items: center;
    justify-content: center;
}

.next_fy .pagination li{
    margin:0 2px;
}

.next_fy .pagination li a,.next_fy .pagination li span{
    height:30px; line-height:30px; margin:0 2px; display:inline-block; border:1px solid #ddd; background:#fff; padding:0 10px;
}

.next_fy .pagination li a:hover{
    background:#316bcb; font-weight:500; color:#fff; border:1px solid #316bcb;
}

.next_fy .pagination li.active span{
    background:#316bcb; font-weight:500; color:#fff; border:1px solid #316bcb;
}






