/* 样式清除 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    min-height: 500px;
}

ul,
li,
dl {
    list-style: none;
}

input {
    outline: none;
}

a {
    text-decoration: none;
    color: #333;
}

/* 通用样式 */
.f_right {
    float: right;
}

.f_left {
    float: left;
}

.w_1100 {
    margin: 0 auto;
    width: 1100px;
}

.borBox {
    border: 1px solid #333;
}

.f_clear::after {
    display: block;
    margin: 0;
    padding: 0;
    visibility: hidden;
    content: '';
    clear: both;
}

.mouseHand {
    cursor: pointer;
}

/* 自定义样式 */

/* 页头 */
.Xfj_headerBox {
    width: 100%;
    height: 200px;
    background: url("XfjHeaderBg.jpg") no-repeat center 0;
}

.Xfj_toolsBox {
    position: relative;
    padding-top: 10px;
    height: 150px;
}

.Xfj_toolsBox img {
    position: relative;
    top: 24px;
}

.Xfj_toolsBox a.Xfj_wzaBtn {
    position: absolute;
    right: 0px;
    width: 80px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    font-size: 13px;
    color: #999;
    border: 1px solid #999;
    border-radius: 5px;
}

.Xfj_searchBox {
    padding-top: 67px;
    height: 42px;
}

.Xfj_searchBox form {
    width: 281px;
    height: 42px;
    background: #f2f2f2;
    border: 1px solid #999;
    border-radius: 30px;
}

.Xfj_searchBox .Xfj_searchInput {
    float: left;
    padding-left: 17px;
    width: 233px;
    height: 100%;
    height: 40px;
    font-size: 13px;
    color: #999;
    background: #f2f2f2;
    border: 0;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.Xfj_searchBox .Xfj_searchBtn {
    float: left;
    width: 45px;
    height: 42px;
    background: url("XfjSearchBtn.png") no-repeat center;
    border: 0;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    cursor: pointer;
}

.Xfj_navBox {
    padding-top: 3px;
    width: 100%;
    height: 50px;
    background: #0049a3;
}

.Xfj_navBox ul {
    height: 47px;
}

.Xfj_navBox li {
    margin-left: 11.6px;
    width: 147px;
    height: 47px;
}

.Xfj_navBox li:first-child {
    margin-left: 0;
    padding-left: 25px;
    font-weight: bold;
    background: url("./navFirstIcon.png") no-repeat 20px center;
    background-color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.Xfj_navBox li:first-child a {
    color: #2260d1;
}

.Xfj_navBox li:hover {
    background-color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.Xfj_navBox li:hover a {
    font-weight: bold;
    color: #2260d1;
}

.Xfj_navBox a {
    display: block;
    font-size: 19px;
    line-height: 47px;
    text-align: center;
    color: #fff;
}

/* 页尾 */
.Xfj_footerBox {
    width: 100%;
    height: 115px;
    background: #0049a3;
}

.Xfj_footerCon {
    margin: 0 auto;
    padding-top: 26px;
    width: 700px;
    height: 100%;
    font-size: 13px;
    color: #94acd1;
}

.Xfj_footerCon img.Xfj_dzjg {
    position: relative;
    top: -5px;
}

.Xfj_footerCon img {
    position: relative;
    top: -20px;
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.Xfj_footerCon p {
    margin-left: 20px;
    line-height: 25px;
    font-weight: bolder;
}

/* 页面内容 */

.Xfj_lm_nowBox{
    width: 100%;
    height:40px;
    background: #eee;
}

.Xfj_lm_now{
    height: 40px;
    line-height: 40px;
}
.Xfj_lm_now a{
    font-size: 14px;
}
.Xfj_lm_now a.Xfj_link_one{
    padding-left: 20px;
    background: url("nowIcon.png") no-repeat 0 center;
}
.Xfj_lm_now span.Xfj_link_one{
    padding-left: 20px;
    background: url("nowIcon.png") no-repeat 0 center;font-size: 14px;
}
.Xfj_conBox {
    margin-top: 20px;
    margin-bottom: 20px;
    min-height: 500px;
    line-height: 200%;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    color: #333333;
}

