body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.8;
    font-family: "Microsoft YaHei", "Hiragino Sans GB", "Simsun", "Courier New", Courier, monospace;
    color: #333;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

::-ms-clear, ::-ms-reveal {
    display: none;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.c {
    clear: both;
}

.n, em {
    font-weight: normal;
    font-style: normal;
}

.b {
    font-weight: bold;
}

.i {
    font-style: italic;
}

.ar{
    text-align: right;
}
.ac {
    text-align: center;
}

i.fa {
    margin-right: .2em;
}

.f14 {
    font-size: 14px;
}

.mb15 {
    margin-bottom: 15px;
}

.mr15 {
    margin-right: 15px;
}

.mb30 {
    margin-bottom: 30px;
}

.mr30 {
    margin-right: 30px;
}

body a {
    text-decoration: none;
    color: #10429D;
}

body a:hover {
    text-decoration: underline;
    color: #FF6600;
}
a.black{
    color: #000000;
}

a.blue {
    color: #FF6600;
}

body {
    background: url("head-bg.png") no-repeat top center #fff;
    border-top: 3px solid #2458AA;
}

.c1440 {
    margin-left: auto;
    margin-right: auto;
    width: 1440px;
}

.c1200 {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
}

.c1110 {
    margin-left: auto;
    margin-right: auto;
    width: 1110px;
}


#head {
    /*border-top: 3px solid #2458AA;*/
    border-bottom: 1px solid #E5E5E5;
}

#logo {
    width: 50%;
    padding: 25px 0;
}
#search {
    width: 450px;
    overflow: hidden;
    margin: 50px 0 0 100px;
    text-align: center;
}

#search .keyword {
    border: 1px solid #e5e5e5;
    font-size: 14px;
    line-height: 35px;
    height: 35px;
    padding: 0 10px;
    width: 250px;
    background: rgba(255, 255, 255, 0.3);
    outline: none;
    float: left;
}

#search i.submit {
    float: left;
    background: #e5e5e5;
    font-size: 26px;
    color: #fff;
    cursor: pointer;
    height: 37px;
    line-height: 37px;
    padding: 0 10px;
}

#search a {
    line-height: 32px;
    font-size: 14px;
}
#search p{
    position: absolute;
    z-index: 1000;
    top: 10px;
    margin-left: 150px;
}
#search p i{
    margin-left: 1em;
}
#quick-link {
    position: relative;

}

#quick-link li {
    display: inline-block;
    position: relative;
    padding: 0 10px;
}
#quick-link li a {
    color: #fff;
    display: block;
}
#quick-link li div {
    left: 0;
    top: 17px;
    position: absolute;
    z-index: 2000;
}
#navigate {
    text-align: center;
    position: relative;
    z-index: 1000;
    float: left;
    background: #fff;
	
}

#navigate li {
    float: left;
    display: block;
    min-width: 90px;
}
#navigate li.index{
    width: 65px;
    min-width: 60px;
}
#navigate p a {
    line-height: 55px;
    padding: 0 9px;
    font-size: 16px;
    text-decoration: none;
    letter-spacing: .1em;
    display: block;
}
#navigate li.last p a{
    padding-right:0;
}
#navigate p a i{
    margin-left: 4px;
}

#navigate li.at p a{
    background: #2458AA;
    color: #fff;
}
#navigate li:hover p a{
    background: #2458AA;
    color: #fff;
}

#navigate li div {
    background: rgba(36,88,170,0.9);
    top: 55px;
    position: absolute;
    display: none;
    min-width: 122px;
    text-align: left;
}

#navigate li div a {
    padding: 0 10px 0 30px;
    line-height: 2.5;
    display: block;
    color: #fff;
}

#navigate li div a:hover {
    background: #0d367a;
    text-decoration: none;
}
#navigate li.search{
    width: 50px;
}



/* bottom */
#footer {
    margin-top: 20px;
    padding: 35px 0 ;
    background:  #173169;
    text-align: center;
    color: #fff;
}

#footer p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 5px;
}
#footer p i{
    width: 20px;
    text-align: center;
}
#footer a {
    color: #fff;
}

.footerLink {

    position: relative;
    z-index: 1000;
    padding: 10px 0;
}
.footerLink li {
    float: left;
    display: block;
    margin-right: 1em;
    width: 80px;
}
.footerLink li:last-child{
    margin-right: 0;
}
.footerLink li p {
    color: #86C9FF;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
}
.footerLink li p i{
    font-size: 35px;
    color: #86C9FF;
}
.footerLink li div {
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 10px;
    margin-left: -40px;
    position: absolute;
    text-align: center;
    bottom: 10px;
    display: none;
    line-height: 3;
    width: 150px;
}

.copyright{

    text-align: center;
    line-height: 90px;

}
.copyright span{
    margin: 0 1em;
}

.box-1 {
    border: 1px solid #9E0001;
}

.col {
    width: 350px;
    float: left;
}
.col-2 {
    width: 540px;
    margin-right: 20px;
    float: left;
}
.col-left {
    padding-right: 20px;
    float: left;
}

.col-right {
    float: left;
}

.title {
    font-size: 16px;
    line-height: 55px;
    border-bottom: 1px solid #E5E5E5;
    color: #10429D;
}
.title i{
    color: #10429D;
}
.title span{
    color: #C4C9D5;
    font-size: 14px;
    font-family: "Courier New", Courier, monospace;
    margin-left: 1em;
}
.title em{
    float: right;
}
.title em *{
    color: #000;
    font-size: 14px;
}
.title-o{
    border-top: 2px solid #E5E5E5;
    line-height: 35px;
    font-size: 16px;
    padding: 0 10px;
}
.title-o i{
    color: #10429D;
}
.title-o span{
    color: #C4C9D5;
    font-size: 14px;
    font-family: "Courier New", Courier, monospace;
    margin-left: 1em;
}
.readMore{
    border-top: 2px solid #E5E5E5;
    text-align: right;
    line-height: 40px;
}
.columns {
    text-align: justify;
    text-align-last: justify;
    line-height: 0;
}

.columns li {
    width: 30%;
    display: inline-block;
    color: #666;
    text-decoration: none;
    vertical-align: top;
    text-align: center;
    text-align-last: center;
}

@media all and (-webkit-min-device-pixel-ratio: 0) {
    .columns {
        font-size: 0;
    }
}

.columns:after {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: 0;
    content: '';
    vertical-align: top;
}

/*lists*/

.list-title{
    font-size: 22px;
    border-bottom: 1px solid #2458AA;
    line-height: 60px;
    margin-bottom: 20px ;
}

.list {
    width: 100%;
}

.list li {
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list li a {
    font-size: 14px;
    color: #6c6c6c;
}

.list li a:hover {
    text-decoration: underline;
}

.list li a.cat {
    color: #005567;
}

.list li span {
    float: right;
    font-family: sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
    color: #aeaeae;
    margin-left: 10px;
}



.list li.sep {
    background: none;
    line-height: 15px;
    height: 15px;
}

.list-line {
    border-bottom: 1px dotted #E5BFBC;
}

.list-line li {
    height: 39px;
    line-height: 39px;
    background-image: url(icon-arrow-red.png);
}

.list-line li:hover {
    background-color: #FFFFED;
}

.list-line li a {
}

.list-news {
    padding: 15px 0;
}

.list-news li {
    border-bottom: 1px dotted #e5e5e5;
    background: url(icon-arrow-red.png) no-repeat left 18px;
    padding: 11px 0 11px 12px;
    line-height: 1.4;
}

.list-news li a {
    color: #6c6c6c;
}

.list-news li:hover {
    background-color: #fffff2;
}

.list-news li i {
    float: right;
    font-family: sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
    color: #aeaeae;
    margin-left: 1em;
}

.list-news span {
    color: #01319c;
}

.list-image {
    padding-top: 10px;
}

.list-image li {
    width: 32%;
    overflow: hidden;
    line-height: 16px;
    font-size: 14px;
    margin-bottom: 20px;
}

.list-image li img {
    width: 257px;
    height: 180px;
    border: 1px solid #ccc;
    display: block;
    margin: 0 auto 5px auto;
}

.list-image li img:hover {
    border: 1px solid #0C1021;
}

.list-image li a {
    color: #333;
}

.list-no-icon li {
    background-image: none;
    padding-left: 0;
}

ul.list-dot li {
    font-size: 14px;
    line-height: 36px;
    height: 36px;

}

ul.list-dot li a {
    color: #2554b3;
}

ul.list-dot li i {
    color: #A88114;
    padding-right: 10px;
}

ul.list-dot li:hover {
    background-color: #f1f1f1;
}

/*sub page*/
.position {
    font-size: 14px;

    color: #5c5c5c;
    line-height: 35px

}

.position a {

    color: #5c5c5c;
}

.pages {
    text-align: center;
    font-size: 14px;
    margin: 20px 0;
}

.pages a {
    display: inline-block;
    padding: 0 6px;
    color: #3069B8;
    border: 1px solid #3069B8;
    margin: 0 2px;
    min-width: 16px;
}

.pages a:hover {
    background: #3069B8;
    text-decoration: none;
    color: #fff;
}

.pages span {
    display: inline-block;
    padding: 0 6px;
    color: #fff;
    border: 1px solid #3069B8;
    background: #3069B8;
    min-width: 16px;
}

/*content*/
.content-title{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
.content-subtitle {
    text-align: center;
    margin: -10px 0 20px 100px;
    font-size: 20px;
}

.content-container {
    border: 1px solid #E7E7E7;
    padding: 30px;
}

.content-detail {
    text-align: center;
    color: #999999;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px dotted #2458AA;
}

.content-detail span {
    margin: .5em;
}

.content-content {
    padding: 0 15px;

}

.content-content, .content-content * {
    line-height: 2;
    font-size: 16px;
}

.content-content img {
    max-width: 800px;
}

.content-content p,
.content-content div {
    margin-bottom: 1em;
}

.content-content table {
    border: 1px solid #000;
    border-collapse: collapse;
    width: 100%;
}

.content-content td {
    font-size: 14px;
    line-height: 1.2;
    margin: 0;
    border: 1px solid #9B9B9B;
    padding: 5px;
}

.content-content td * {
    font-size: 14px;
    line-height: 1.2;
    margin: 0;
}

.content-next-prev {
    margin-top: 20px;

    padding: 20px 0;
    border-bottom: 2px dotted #2458AA;
}

.content-fujian {
    margin: 10px 0;
    padding-top: 5px;
}

.content-fujian-title {
    float: left;
    width: 80px;
    font-size: 16px;
    line-height: 26px;
    color: #008ada;
}

.content-fujian-content {
    float: left;
}

.sub_left {
    width: 260px;
    margin-right: 40px
}

.sub_right {
    width: 810px;
}

.sub_right_2col {
    margin-right: -40px;
}

.sub_right_2col .sub_right_2col_li {
    float: left;
    width: 420px;
    padding-right: 40px;
    margin-bottom: 20px;
}

.menu {
    position: relative;
    margin-top: -15px;
    z-index: 2;
    background: #2458AA;
    padding-bottom: 4px;
}

.menu a {
    display: block;
    padding: 0 15px;
}

.menu a.title {
    line-height: 66px;
    color: #FFffff;
    font-size: 22px;
    text-decoration: none;
    margin-left: 5px;
    border: none;
}
.menu-sep{
    line-height: 5px;
    height: 5px;
    margin-left: 20px;
    background: #e5e5e5;
}
.menu a.sub {
    margin-left: 20px;
    border-bottom: 1px solid #e5e5e5;
    border-left: 5px solid #e5e5e5;
    background: #F0F7FF;
    line-height: 45px;
    height: 45px;
    color: #000;

    text-decoration: none;
}

.menu a.sub i {
    float: right;
    line-height: 45px;
    color: #CCCCCC;
}

.menu a.sub:hover{
    background: #fff;
    color: #3269B8;
}
.menu a.sub-at {
    background: #fff;
    color: #3269B8;
    border-left: 5px solid #ff6600;

}

.menu a.sub:hover i,
.menu a.sub-at {
    color: #3269B8;
}

.menu-desc {
    padding: 10px;
    border: 1px solid #eeeeee;
}

.icon-link {
    background: #f5f5f5;
    text-decoration: none;
    padding: 10px 10px;
    font-size: 16px;
    color: #0d0d0d;
    border: 1px solid #EEEEEE;
}

.icon-link:hover {
    text-decoration: none;
    color: #9E0001;
    border-color: #E9B68F;
}

.icon-link i {
    margin-right: 8px;
    vertical-align: middle;
    font-size: 18px;
}

.icon-link-big {
    font-size: 22px;
}

.icon-link-red {
    background: #E04F4F;
    color: #ffffff;
    border: 1px solid #ff6600;
}

.icon-link-red:hover {
    background: #ff6600;
    color: #f1f1f1;
}

.icon-link-40h {
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    margin-bottom: 15px;
    font-size: 16px;
    overflow: hidden;
}

.icon-link-50h {
    height: 50px;
    line-height: 50px;
    padding-left: 15px;
    margin-bottom: 15px;
    font-size: 16px;
    overflow: hidden;
}

.icon-link-blue {
    border: 1px solid #baddf3;
    background: #ecf8ff;
    color: #3069b8;

}

.icon-link-blue:hover {
    color: #3069b8;
    border-color: #4695e5;
}

.icon-link-blue i {
    color: #0d86c4;
    font-size: 20px;
}
.fixed-menu{
    position:fixed;
    z-index:300;
    left: 10px;
    top: 200px;
    background: rgba(255,255,255,0.7);

}
.fixed-menu img{
    display: block;
}
.fixed-menu p{

    text-align: right;
    font-size: 14px;
}
.fixed-menu p a {
    color: #CCCCCC;
}
.qrcode{
    width: 160px;
    height: 200px;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
    color: #555555;
}
.qrcode img{
    width: 160px;
    height: 160px;
}