@charset "utf-8";
body{
    background: #f0f0f0;
    font-family: \5FAE\8F6F\96C5\9ED1;
    font-size: 14px;
    color: #666;
}
a{
    color: #02a5d8;
    text-decoration: none;
}
a:hover{text-decoration: underline;}
h1,h2,h3,h4,h5,th,dt{
    color: #333;
    font-weight: 400;
}
h1{font-size: 2.5em;}
h2{font-size: 2em;}
h3{font-size: 1.5em;}
h4{font-size: 1em;}

th,dt{text-align: left;}
th,dt{font-weight: 400;}
i{font-style: normal;}
img{max-width: 100%;}
i.img,
i.img img{display: block;}

select,
textarea,
input[type="text"],
input[type="tel"],
input[type="button"],
input[type="password"],
input[type="number"]{
    font-size: 12px;
    font-family: "微软雅黑",Arial;
    vertical-align: middle;
    border: 1px solid #ccc;
    border-radius: 3px!important;
    box-sizing: border-box;
}
/* input[type="text"],
input[type="password"],
input[type="number"]{
    padding: 5px 10px;
    height: 36px;
    *height: 24px;
    line-height: 24px;
} */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number]{-moz-appearance:textfield;}
input[type="file"]{vertical-align: middle;}
select{
    padding: 3px 3px 3px 6px;
    height: 30px;
    *height: 22px;
}
textarea{
    padding: 5px 10px;
    line-height: 18px;
    vertical-align: top;
}
::-webkit-input-placeholder{color: #aaa;}
:-moz-placeholder{color: #aaa;}
::-moz-placeholder{color: #aaa;}
:-ms-input-placeholder{color: #aaa;}


/*===============================
按钮
===============================*/
/* .btn{
    display: inline-block;
    padding: 0 20px;
    height: 36px;
    background-color: #02a5d8;
    color: #fff;
    line-height: 34px;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
} */
/* .btn:hover{
    background-color: #06b1e6;
    text-decoration: none;
} */
.btn.rd{border-radius: 5px;}

/* 尺寸1 */
.btn.s1{
    height: 42px;
    line-height: 40px;
}
/* 颜色1 */
.btn.c1{background: #43b1d4;}
.btn.c1:hover{background: #59d4fb;}

/* 按钮不可点击 */
.btn.disabled,
button:disabled{
    background: #e5e5e5!important;
    border-color: #d5d5d5!important;
    color: #bbb!important;
    text-shadow: 1px 1px 0 #fff;
    cursor: default;
}

/*===============================
图标
===============================*/
.icon {
    display: inline-block;
    position: relative;
    background: url(../images/demo_img/icon-packs.png) no-repeat;
    vertical-align: middle;
}

.icon-search {
    width: 16px;
    height: 16px;
}

.icon-search {
    background-position: 0 0;
}

.icon-user,.icon-lock,.icon-safe {
    width: 24px;
    height: 24px;
}

.icon-user {
    background-position: -80px 0;
}

.icon-lock {
    background-position: -104px 0;
}

.icon-safe {
    background-position: -128px 0;
}

.fa-fw {
    width: 1em!important;
}
/*===============================
全局
===============================*/
.wrap{
    margin: 0 auto;
    min-width: 1160px;
}
.main{
    margin: 20px auto 40px;
    width: 1160px;
}

.ta-l{text-align: left!important;}
.ta-r{text-align: right!important;}
.ta-c{text-align: center!important;}

.fc-1{color: #02a5d8!important;}

.ell{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.fl{float: left;}
.fr{float: right;}

.mt5{margin-top: 5px!important;}
.mt10{margin-top: 10px!important;}
.mt15{margin-top: 15px!important;}
.mt20{margin-top: 20px!important;}
.mt25{margin-top: 25px!important;}
.mt30{margin-top: 30px!important;}
.mt35{margin-top: 35px!important;}
.mb5{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.pd5{padding:5px;}
.pd10{padding:10px;}
.pd15{padding:15px;}
.pd20{padding:20px;}

.bdt{border-top: 1px solid #f0f0f0;}

.color-blue{color:#02a5d8}
.border-bottom{border-bottom:1px solid #efefef}
/* 单选 复选 */
label.checks{
    display: block;
    padding: 5px 0 5px 20px;
    line-height: 20px;
}
label.checks.inline{
    display: inline-block;
    padding-right: 10px;
    vertical-align: middle;
    white-space: nowrap;
}
label.checks input[type="checkbox"]{
    float: left;
    margin: 4px 0 0 -20px;
    margin: 1px 0 0 -23px\9;
}
label.checks input[type="radio"]{
    float: left;
    margin: 4px 0 0 -18px;
    margin: 1px 0 0 -21px\9;
}
label.checks > span{
    margin-left: 10px;
    color: #aaa;
}
.necessary:before{
    content: "*";
    color: red;
    position: absolute;
    top: 3px;
    left: 0;
}
.td-necessary{
    position:relative;
}
.td-necessary:before{
    content: "*";
    color: red;
    position: absolute;
    top: 10px;
    left: 0;
}
/*==================
公共头部、底部
==================*/
.header{background: #0f4a95;}
.header-bd{
    position: relative;
    margin: 0 auto;
    width: 1160px;
    height: 50px;
}
.header .logo{
    position: absolute;
    left: 0;top: 0px;
}

/* 导航条 */
.nav{margin-left: 26%; height:80px;}
.nav li{float: left;}
.nav li a{
    display: block;
    padding: 0 20px;
    line-height: 50px;
    height: 50px;
    color: #fff;
    font-size: 16px;
}
.nav li a:hover{
    background: #1bbbed;
    text-decoration: none;
}
.nav li.current a,
.nav li.current a:hover{background: #0084d2;}

/* 公共查询 */
/* .pub-search{
    position: absolute;
    right: 0;top: 17px;
    height: 26px;
    width: 235px;
    background: #ddeef3;
    border-radius: 5px;
} */
.pub-search{
    position: absolute;
    right: 0;top: 0;
    height: auto;
    width: 330px;
    /* background: #ddeef3; */
}
.pub-search input[type="text"]{
    width: 100%;
    background: none;
    border: none;
    height: 26px;
    line-height: 16px;
}
.pub-search a{
    display: block;
    position: absolute;
    top: 3px;right: 3px;
    padding: 2px 4px 2px 6px;
    width: 16px;
    height: 16px;
    border-left: 1px solid #02a5d8;
}
.pub-search a .icon{display: block;}

.footer{background: #fff;}
.footer-bd{
    margin: 0 auto;
    padding: 20px 0;
    width: 1160px;
    line-height: 20px;
    color: #aaa;
}
.footer-bd .links a{
    margin-left: 20px;
    color: #aaa;
}
/*==================
图片切换
==================*/
body .kxSlide-nav a{background: #294953;}
body .kxSlide-nav a.current{background: #02a5d8;}

/*==================
模块
==================*/
.module-hd{
    position: relative;
    padding: 10px 0;
    min-height: 20px;
}
.module-hd h3{
    padding-left: 10px;
    height: 20px;
    /*border-left: 30px solid #02a5d8*/;
    font-size: 16px;
    line-height: 16px;
    font-weight:bold;
    color:#1e70bf;


}
.module-hd h3 span{
    margin-left: 5px;
    color: #aaa;
    font-size: 14px;
}
.tiptitle{
    font-size:20px;
    line-height: 30px;
    font-weight:bold;
    margin-right:10px;
}
.module-bd{
    padding: 20px;
    background: #fff;
}
.module-bd > .more{
    padding: 10px 20px 0;
    margin: 0 -20px;
}
.shrink-bd{
    padding: 20px 40px;
    background: #fff;
}
.shrink-bd h4 {
    padding: 10px 0;
    color: #02a5d8;
}
.shrink-bd h4:before {
    content:"\272A";
    margin-right:4px;
    color: #c20c0c;
}
/*==================
首页
==================*/
/* 幻灯片*/
.slide-banner .kxSlide-item{background-position: center;}
.slide-banner .kxSlide-nav{top: auto;bottom: 20px;}
.slide-banner .item-1 .btn{
    position: absolute;
    left: 50%;top: 210px;
    margin-left: 25px;
    width: 120px;
}

/* 头条新闻 */
.module.topnews{width: 830px;}
.module.topnews .module-bd{/* height: 210px; */}
.module.topnews .img{
    float: left;
    width: 380px;
}
.topnews-hd{
    margin-left: 400px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}
.topnews-hd h3{line-height: 1;}
.topnews-hd p{
    margin-top: 10px;
    color: #999;
}
.topnews-bd{
    margin: 15px 0 0 400px;
    line-height: 21px;
}

/* 登陆 */
.log-pack{
    padding: 20px 20px 0;
    width: 270px;
    height: 230px;
    background: #0086b1;
}
.log-item{
    position: relative;
    padding-left: 30px;
    background: #fff;
}
.log-item + .log-item{margin-top: 20px;}
.log-item input{
    width: 100%;
    border: none;
    border-radius: 0;
    line-height: 26px;
}
.log-item .icon{
    display: block;
    position: absolute;
    left: 6px;top: 6px;
}
.log-item.ver{margin-right: 100px;}
.log-item.ver .ver-img{
    display: block;
    position: absolute;
    right: -100px;top: 0;
    width: 80px;
    height: 36px;
}
.log-item .ipt{overflow: hidden;}
.log-button .btn{display: block;}

/* 新闻 */
.notice-wrap,
.module.news{width: 570px;}

.module.news .module-bd{
    padding-bottom: 0;
    height: 688px;
}

/* 公告 */
.module.notice .module-bd{
    /* padding-bottom: 0; */
    height: 304px;
}

/* 业务 */
.business{overflow: hidden;}
.business ul{margin-right: -25px;}
.business li{
    float: left;
    margin-right: 20px;
    padding: 30px 20px 20px;
    width: 235px;
    background: #fff;
    text-align: center;
    overflow: hidden;
}
.business li .img{
    margin: 0 auto 10px;
    width: 64px;
}
.business li h4{
    color: #aaa;
    font-size: 15px;
}
.business li p{
    margin: 15px 0 30px;
    color: #aaa;
}
