/* 样式清除 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    min-height: 500px;
}

ul,
li,
dl {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
}

input {
    outline: none;
    border: 0;
}

/* 通用样式 */
.f_right {
    float: right;
}

.f_left {
    float: left;
}

.w_1200 {
    margin: 0 auto;
    width: 1200px;
}

.borBox {
    border: 1px solid #333;
}

/* 自定义样式 */
.Jsxh_box {
    min-width: 1200px;
    min-height: 1400px;
    background: url("./Jsxh_bg.png") no-repeat center 0;
}

.Jsxh_header_box {
    position: relative;
    height: 187px;
}

.Jsxh_header_box img {
    position: absolute;
    top: 36px;
}

.Jsxh_header_box p {
    padding-top: 10px;
    text-align: right;
    color: #d5edff;
}

.Jsxh_searchBox {
    position: relative;
    top: 30px;
    width: 311px;
    height: 43px;
}

.Jsxh_searchBox #myinput {
    padding-left: 10px;
    width: 265px;
    height: 43px;
    line-height: 43px;
    font-size: 13px;
    font-weight: bolder;
    color: #107abb;
    background: #cceafc;
    border: 1px solid #107abb;
    border-right: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.Jsxh_searchBox #inputBtn {
    width: 46px;
    height: 43px;
    background: #cceafc url("./search.png") no-repeat center;
    border: 1px solid #107abb;
    border-left: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    cursor: pointer;
}

.Jsxh_navBox {
    position: absolute;
    top: 137px;
    width: 1200px;
    height: 50px;
    line-height: 50px;
}

.Jsxh_navBox li {
    float: left;
    margin-left: 1px;
    width: 149px;
}

.Jsxh_navBox li:first-child {
    margin-left: 0;
}

.Jsxh_navBox li a {
    display: block;
    padding-left: 25px;
    text-align: center;
    font-size: 17px;
    color: #fff;
}

.Jsxh_nav1 {
    background: #07334b url("Jsxh_nav1.png") no-repeat 15px center;
}

.Jsxh_nav1:hover {
    background: #0167cc url("Jsxh_nav1.png") no-repeat 15px center;
}

.Jsxh_nav2 {
    background: #07334b url("Jsxh_nav2.png") no-repeat 15px center;
}

.Jsxh_nav2:hover {
    background: #0167cc url("Jsxh_nav2.png") no-repeat 15px center;
}

.Jsxh_nav3 {
    background: #07334b url("Jsxh_nav3.png") no-repeat 15px center;
}

.Jsxh_nav3:hover {
    background: #0167cc url("Jsxh_nav3.png") no-repeat 15px center;
}

.Jsxh_nav4 {
    background: #07334b url("Jsxh_nav4.png") no-repeat 15px center;
}

.Jsxh_nav4:hover {
    background: #0167cc url("Jsxh_nav4.png") no-repeat 15px center;
}

.Jsxh_nav5 {
    background: #07334b url("Jsxh_nav5.png") no-repeat 15px center;
}

.Jsxh_nav5:hover {
    background: #0167cc url("Jsxh_nav5.png") no-repeat 15px center;
}

.Jsxh_nav6 {
    background: #07334b url("Jsxh_nav6.png") no-repeat 15px center;
}

.Jsxh_nav6:hover {
    background: #0167cc url("Jsxh_nav6.png") no-repeat 15px center;
}

.Jsxh_nav7 {
    background: #07334b url("Jsxh_nav7.png") no-repeat 15px center;
}

.Jsxh_nav7:hover {
    background: #0167cc url("Jsxh_nav7.png") no-repeat 15px center;
}

.Jsxh_nav8 {
    background: #07334b url("Jsxh_nav8.png") no-repeat 15px center;
}

.Jsxh_nav8:hover {
    background: #0167cc url("Jsxh_nav8.png") no-repeat 15px center;
}

/* 页尾 */
.Jsxh_footer_box {
    height: 115px;
    background: #0d1417;
}

.Jsxh_footer {
    padding-top: 25px;
    padding-left: 250px;
    height: 115px;
}

.Jsxh_footer p {
    margin-top: 10px;
    padding-left: 40px;
    font-size: 13px;
    color: #fff;
}

.Jsxh_footer a {
    color: #fff;
}



.Jsxh_con_box {
    min-height: 1100px;
    background: #fff;
}

.Jsxh_conTop {
    padding: 0 20px;
    width: 100%;
    height: 53px;
    line-height: 53px;
}

.Jsxh_conTop .Jsxh_conTop_name {
    font-size: 17px;
    line-height: 53px;
    font-weight: bolder;
    color: #c5081e;
}

.Jsxh_conTop a {
    line-height: 20px;
    font-size: 16px;
    white-space: nowrap;
    color: #666;
}

.Jsxh_conTop a:hover {
    color: #0167cc;
}

.Jsxh_conMain {
    padding: 20px;
    height: 950px;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
}

.Jsxh_conOne {
    width: 100%;
    height: 360px;
}

.Jsxh_oneLeft {
    width: 580px;
    height: 360px;
}

.Jsxh_oneRight {
    margin-left: 20px;
    width: 560px;
    height: 360px;
}

.Jsxh_oneRight_lm {
    width: 100%;
    height: 44px;
    line-height: 44px;
    background: #f0f3f6;
}

.oneRight_name {}

.oneRight_name li {
    float: left;
    width: 120px;
    font-size: 19px;
    text-align: center;
}

.oneRight_name li.active {
    font-weight: bolder;
    background: #0167cc;
    color: #fff;
}

.oneRight_more {
    float: right;
}

.oneRight_more li {
    display: none;
    float: left;
}

.oneRight_more li.moreActive {
    display: block;
}

.oneRight_more li a {
    font-size: 15px;
    color: #999;
}

.oneRight_list_box {
    width: 100%;
    height: 315px;
}

.oneRight_list_box div {
    display: none;
    width: 100%;
    height: 315px;
}

.oneRight_list_box div.listActive {
    display: block;
}

.oneRight_list_box p.oneRight_tit {
    line-height: 60px;
    font-size: 24px;
    font-weight: bolder;
    text-align: center;
    color: #d41618;
}

.oneRight_list_box p.oneRight_digest {
    line-height: 25px;
    text-indent: 2em;
    font-size: 15px;
    color: #999;
}
.oneRight_list_box hr{
    border-top: 1px dashed #999;
}
.oneRight_list_box ul li{
    line-height: 33px;
}
.oneRight_list_box ul a{
    padding-left: 10px;
    font-size: 15px;
    color: #505151;
    background: url("listIcon.jpg") no-repeat 0 center;
}
.oneRight_list_box ul span{
    font-size: 15px;
}

.Jsxh_conTwo {
    margin-top: 19px;
    width: 100%;
    height: 88px;
}

.Jsxh_conThr {
    margin-top: 10px;
    width: 100%;
    height: 206px;
}

.Jsxh_thrLeft {
    width: 200px;
    height: 206px;
}
.thrLeft_tit{
    padding-left: 12px;
    width: 100%;
    height: 41px;
    line-height: 41px;
    font-size: 19px;
    font-weight: bolder;
    background: url("titBorderLeft.jpg") no-repeat 0 center;
}
.Jsxh_thrLeft a{
    display: block;
    margin-bottom: 7.5px;
    padding-left: 79px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 17px;
    color: #333;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
}
.Jsxh_thrLeft a:last-child{
    margin-bottom: 0px;
}
.thrLeft1{
    background: url("thrLeft1.jpg") no-repeat 25px center;
}
.thrLeft1:hover{
    color: #fff;
    background: #22aae0 url("thrLeft1_hover.jpg") no-repeat 25px center;
}
.thrLeft2{
    background: url("thrLeft2.jpg") no-repeat 25px center;
}
.thrLeft2:hover{
    color: #fff;
    background: #22aae0 url("thrLeft2_hover.jpg") no-repeat 25px center;
}
.thrLeft3{
    background: url("thrLeft3.jpg") no-repeat 25px center;
}
.thrLeft3:hover{
    color: #fff;
    background: #22aae0 url("thrLeft3_hover.jpg") no-repeat 25px center;
}
.Jsxh_thrCen {
    margin-left: 20px;
    margin-right: 20px;
    width: 445px;
    height: 206px;
}
.thrCen_tit,.thrRight_tit {
    width: 100%;
    height: 41px;
    line-height: 41px;
    border-bottom: 1px solid #ccc;
}
.thrCen_tit p,.thrRight_tit p{
    font-size: 19px;
    font-weight: bold;
    color: #0167cc;
}
.thrCen_tit a,.thrRight_tit a{
    font-size: 15px;
    color: #999;
}
.thrCen_list,.thrRight_list{
    width: 100%;
    height: 175px;
}
.thrCen_list li,.thrRight_list li{
    padding-left: 15px;
    width: 100%;
    line-height: 32px;
    background: url("listIcon.jpg") no-repeat 0 center;
}
.thrCen_list a,.thrRight_list a{
    font-size: 15px;
    color: #505151;
}

.Jsxh_thrRight {
    width: 475px;
    height: 206px;
}

.Jsxh_conFour {
    margin-top: 18px;
    width: 100%;
    height: 200px;
}

.Jsxh_fourLeft {
    width: 200px;
    height: 200px;
}
.Jsxh_fourLeft a{
    padding-top: 53px;
    display: block;
    width: 95px;
    height: 76px;
    font-size: 15px;
    text-align: center;
    color: #22aae0;
}
.fourLeft_link1{margin-right:10px;margin-bottom:8px;background:#caeefc url("fourLeft1.png") no-repeat center 10px;;}
.fourLeft_link1:hover{color:#fff;background:#22aae0 url("fourLeft1_hover.png") no-repeat center 10px;;}
.fourLeft_link2{margin-bottom:8px;background:#caeefc url("fourLeft2.png") no-repeat center 10px;;}
.fourLeft_link2:hover{color:#fff;background:#22aae0 url("fourLeft2_hover.png") no-repeat center 10px;;}
.fourLeft_link3{background:#caeefc url("fourLeft3.png") no-repeat center 10px;;}
.fourLeft_link3:hover{color:#fff;background:#22aae0 url("fourLeft3_hover.png") no-repeat center 10px;;}
.fourLeft_link4{margin-left:10px;background:#caeefc url("fourLeft4.png") no-repeat center 10px;;}
.fourLeft_link4:hover{color:#fff;background:#22aae0 url("fourLeft4_hover.png") no-repeat center 10px;;}
.fourLeft_tit{
    padding-left: 12px;
    width: 100%;
    height: 41px;
    line-height: 41px;
    font-size: 19px;
    font-weight: bolder;
    background: url("titBorderLeft.jpg") no-repeat 0 center;
}

.Jsxh_fourCen {
    margin-left: 20px;
    margin-right: 20px;
    width: 445px;
    height: 200px;
}
.fourCen_tit,.fourRight_tit{
    width: 100%;
    height: 41px;
    line-height: 41px;
    border-bottom: 1px solid #ccc;
}
.fourCen_tit p,.fourRight_tit p{
    font-size: 19px;
    font-weight: bold;
    color: #0167cc;
}
.fourCen_tit a,.fourRight_tit a{
    font-size: 15px;
    color: #999;
}
.fourCen_conBox{
    margin-top: 5px;
    padding: 13px 20px;
    width: 100%;
    height: 155px;
    background: url("fourCenBg.jpg") repeat-x 0 center;
}
.fourCen_conBox a{
    width: 178px;
    line-height: 19px;
    font-size: 13px;
    color: #333;
}
.fourCen_conBox a:hover{
    font-weight: bolder;
}
.fourCen_conBox a:last-child{
    margin-left: 49px;
}
.fourRight_list li{
    padding-left: 15px;
    width: 100%;
    line-height: 32px;
    background: url("listIcon.jpg") no-repeat 0 center;
}
.fourRight_list a{
    font-size: 15px;
    color: #505151;
}
.Jsxh_fourRight {
    width: 475px;
    height: 200px;
}

.Jsxh_conBot {
    padding: 18px 20px;
    width: 100%;
    height: 98px;
    line-height: 98px;
}

.Jsxh_conBot img {
    margin-right: 7px;
}

.Jsxh_conBot a:last-child img {
    margin-right: 0px;
}

/* 图片新闻 */
a.focusBox {
    text-decoration: none;
    color: #FFFFFF
}

a.focusBox:hover {
    color: #FFFFFF
}

.bord {
    width: 560px;
    height: 368px;
}
/* 图片新闻 */
#focus01 {
    width: 580px;
    height: 360px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

#focus01 ul {
    height: 860px;
    position: absolute;
    margin: 0;
    padding: 0;
}

#focus01 ul li {
    float: left;
    width: 580px;
    height: 360px;
    overflow: hidden;
    position: relative;
    background: #000;
}

#focus01 ul li div.photo_bt {
    position: absolute;
    bottom: -2px;
    left: 12px;
    font-size: 15px;
    color: #ffffff;
    z-index: 1;
    line-height: 40px;
}

#focus01 .btnBg {
    position: absolute;
    width: 580px;
    height: 40px;
    left: 0;
    bottom: 0;
    background: #000;
}

#focus01 .btn {
    position: absolute;
    width: 250px;
    height: 32px;
    padding: 14px 10px;
    right: 5px;
    bottom: 15px;
    text-align: right;
}

#focus01 .btn span {
    display: inline-block;
    _display: inline;
    _zoom: 1;
    width: 30px;
    height: 10px;
    _font-size: 0;
    margin-left: 5px;
    cursor: pointer;
    background: #fff;
}

#focus01 .btn span.on {
    background: #0167cc;
}

#focus01 .preNext {
    width: 45px;
    height: 100px;
    position: absolute;
    top: 45px;
    cursor: pointer;
}

#focus01 .pre {
    left: 0;
}

#focus01 .next {
    right: 0;
    background-position: right top;
}
