﻿@charset "utf-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, button{padding:0; margin:0;}
body{font-size:16px; font-family:微软雅黑; color:#333;background:#f0f0f0;}
table, td, tr, th{font-size:16px;}
p{margin:0;}
div, form, ul, ol, li, span, p{margin:0; padding:0; border:0}
img, a img{ border:0; margin:0; padding:0; vertical-align:top;}
h1, h2, h3, h4, h5, h6, strong{ margin:0; padding:0;}
ul, li, ol{ list-style:none; font-size:16px;}
.clear{clear:both; overflow:hidden;height:0;}
a:link{ color:#2b2b2b; text-decoration:none}
a:visited{ color:#2b2b2b; text-decoration:none}
a:hover{ color:#ff0000; text-decoration:none;}
a:active{ color:#ff0000}
input{padding:0;margin:0;}

.new-nav-liCurrent,.new-nav-li:hover{
    background: url(/cms/templates/300527309118680000/images/fjnews_icon_03.png) no-repeat;
    background-size: 100% 100%;
    color: #0096d5;
}

.new-nav-liCurrent a,.new-nav-liCurrent a:visited{  color: #0096d5; }
.new-nav-li:hover a,.new-nav-li:hover a:visited{  color: #0096d5; }

/* 头部 */
.head-div{
    width: 100%;
    background-color: #FFFFFF;
}
.head-top{
    height: 14px;
    line-height: 40px;
    width: 1200px;
    color: #676767;
    font-size: 15px;
    text-align: right;
    margin: 0 auto;
}
.head-top img{
    margin-right: 5px;
    vertical-align: middle;
}
.head-bottom{
    width: 1200px;
    height: 106px;
    background: #FFFFFF;
    margin: 0 auto;
    color: #878787;
    font-size: 14px;
}
.head-logo{
    float: left;
    display: inline-block;
}
.head-input{
    float: right;
    height: 40px;
    margin-top: 35px;
    display: inline-block;
}
.seek-input{
    float: left;
    width: 249px;
    height: 40px;
    border: 1px solid #e5e5e5;
    border-radius: 5px 0 0 5px;
    font-size: 15px;
    color: #101010;
    display: inline-block;
    line-height: 40px;
    padding-left: 10px;
}
.seek-btn{
    width: 70px;
    height: 40px;
    background: #ec2628;
    display: inline-block;
    position: relative;
    border-radius: 0 5px 5px 0px;
    color: #FFFFFF;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
}
/* 头部导航栏 */
.head-nav{
    width: 100%;
    height: 49px;
    background: #0096d5;
}
.nav-ul{
    width: 1200px;
    margin: 0 auto;
    height: 49px;
}
.nav-ul li{
    float: left;
    padding: 0;
}
.nav-ul li .currentSite{
    background-color: #1eace8;
}
.nav-ul li a{
    float: left;
    height: 49px;
    line-height: 49px;
    font-size: 16px;
    padding: 0 31px;
    font-weight: bold;
}
.li-left-distance {
    margin-left: 30px;
}
.nav-ul a,
.nav-ul a:visited,
.nav-ul a:link {
	color: #FFFFFF;
}
.nav-ul a:hover {
    color: #FFFFFF;
    background-color: #1eace8;
}
