* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑", "宋体";
    font-size: 15px;
    color: #333333;
    width: 100%;
    background: url("bg.jpg") no-repeat bottom center;
}
ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    color: #333333;
}
a:hover {
    color: #1c5bb8;
}
img {
    border: none;
}
.center {
    margin: 0 auto;
}
.clear {
    clear: both;
}
.left {
    float: left;
}
.right {
    float: right;
}
.block {
    display: block;
}
.none {
    display: none;
}
.margin_r0 {
    margin-right: 0 !important;
}
/*局部样式*/
/*top*/
.top_box {
    width: 100%;
    height: 117px;
    background: #ffffff;
}
.top {
    width: 1200px;
    height: 117px;
    margin: 0 auto;
    background: url(jnjrb2019_logo.png) no-repeat left;
    position: relative;
}
.wza a {
    background: url(wza_ico.png) no-repeat left;
    padding-left: 20px;
    height: 25px;
    line-height: 25px;
    border-radius: 5px;
    color: #B3B3B3;
    font-size: 13px;
    text-align: center;
    position: absolute;
    right: 0px;
    top: 8px;
}
.ssk {
    width: 306px;
    height: 45px;
    position: absolute;
    right: 0px;
    top: 42px;
}
/* 搜素 */
.search_input {
    width: 244px;
    border: solid 1px #cccccc;
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
    border-right: none;
    height: 40px;
    line-height: 35px;
    padding-left: 15px;
    color: #cccccc;
    outline: none;
}
.search_right {
    background: url(search.png) no-repeat 50%;
    height: 40px;
    color: #999999;
    padding-left: 10px;
    width: 62px;
    border: solid 1px #cccccc;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    float: right;
    border-left: none;
}
/*nav*/
.nav {
    width: 1200px;
    height: 61px;
    margin: 0 auto;
    background: #b80a0a;
    border-bottom: #9cd0f4 solid 1px;
}
.nav li {
    float: left;
    line-height: 60px;
    text-align: center;
    color: #ffffff;
    font-size: 17px;
}
.nav1>a {
    width: 165px;
    display: block;
    background: url("navbg_ico_01.png") no-repeat 42px 50%;
    color: #ffffff;
    font-size: 19px;
    padding-left: 45px;
}
.nav2>a {
    width: 200px;
    display: block;
    background: url("navbg_ico_02.png") no-repeat 42px 50%;
    color: #ffffff;
    font-size: 19px;
    padding-left: 45px;
}
.nav3>a {
    width: 200px;
    display: block;
    background: url("navbg_ico_03.png") no-repeat 42px 50%;
    color: #ffffff;
    font-size: 19px;
    padding-left: 45px;
}
.nav4>a {
    width: 235px;
    display: block;
    background: url("navbg_ico_04.png") no-repeat 42px 50%;
    color: #ffffff;
    font-size: 19px;
    padding-left: 45px;
}
.nav5>a {
    width: 200px;
    display: block;
    background: url("navbg_ico_05.png") no-repeat 42px 50%;
    color: #ffffff;
    font-size: 19px;
    padding-left: 45px;
}
.nav6>a {
    width: 200px;
    display: block;
    background: url("navbg_ico_05.png") no-repeat 42px 50%;
    color: #ffffff;
    font-size: 19px;
    padding-left: 45px;
}
.nav li>a:hover {
    background-color: #940000;
    font-weight: 600;
}
.content_box {
    width: 1200px;
    background: url("content_bg.png") repeat;
    padding: 25px 20px;
    overflow: hidden;
}
/*第一部分*/
.first {
    width: 1160px;
    overflow: hidden;
}
.first_left {
    width: 560px;
}
.first_right {
    width: 576px;
}
.first_right_title {
    background: url("newtitle_bg.png") no-repeat left;
    height: 46px;
    width: 139px;
    text-align: center;
}
.first_right_title a {
    line-height: 38px;
    color: #ffffff;
    font-size: 19px;
    font-weight: bold;
}
.first_right_list ul li {
    background: url(liststyle.png) no-repeat left;
    padding-left: 15px;
    border-bottom: #e8e8e8 dashed 1px;
    line-height: 37px;
    font-size: 15px;
}
.date {
    color: #999999;
    font-size: 15px;
}
/*第二部分*/
.two {
    width: 1160px;
    overflow: hidden;
    margin-top: 10px;
}
.two_left {
    width: 560px;
}
.two_left_title {
    border-bottom: #cccccc solid 1px;
}
.two_left_title a {
    color: #b80a0a;
    line-height: 43px;
    font-size: 19px;
    font-weight: bold;
}
.two_left_lmlist {
    margin-top: 18px;
    height: 51px;
}
.two_left_lmlist ul li {
    width: 131px;
    line-height: 51px;
    background: #ffffff;
    border: #cccccc solid 1px;
    font-size: 15px;
    float: left;
    margin-right: 12px;
    text-align: center;
}
.two_right_title {
    border-bottom: #cccccc solid 1px;
    margin-top: 10px;
}
.two_right_title a {
    color: #b80a0a;
    line-height: 43px;
    font-size: 19px;
    font-weight: bold;
}
/*新闻DIV切换*/
.news {
    width: 574px;
    margin-top: 20px;
}
.news2 {
    width: 574x;
    margin-top: 15px;
}
.newsbox {
    clear: both;
    overflow: hidden;
}
.newsbox2 {
    clear: both;
    overflow: hidden;
    margin-top: 10px;
}
/*菜单class*/
.Menubox {
    height: 30px;
    line-height: 30px;
}
.Menubox ul {
    margin: 0;
    padding: 0;
}
.Menubox li {
    float: left;
    display: block;
    width: 90px;
    text-align: left!important;
    color: #000!important;
    line-height: 30px!important;
    background: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.Menubox li a {
    font-size: 17px!important;
    color: #333333;
}
.Menubox li.hover {
    padding: 0px;
    width: 90px;
    line-height: 30px;
    color: #b80a0a;
}
.Menubox li.hover a:link, .Menubox li.hover a:visited {
    color: #c5232a;
}
.Contentbox {
    overflow: hidden;
    list-style: none;
    font-size: 15px
}
.Contentbox a:link, .Contentbox a:visited {
    color: #333333;
    font-size: 15px;
}
.Contentbox a:hover, .Contentbox a:active {
    color: #1c5bb8;
}
.Contentbox li {
    background: url("liststyle.png") 0 50% no-repeat;
    line-height: 37px;
    padding: 0 0 0 15px;
    list-style: none;
}
.Contentbox .sp_monre {
    position: absolute;
    top: 5px;
    right: 45px;
    text-align: right;
    font-size: 15px;
    font-family: "microsoft Yahei";
}
.Contentbox .sp_monre a {
    font-size: 15px;
    line-height: 30px;
    color: #666
}
.Contentbox .sp_monre a:hover {
    color: #f30
}
.two_right {
    width: 574px;
}
/* 切换二 */
.Menubox2 {
    border-bottom: #cccccc solid 1px;
    height: 43px;
}
.Menubox2 ul {
    margin: 0;
    padding: 0;
}
.Menubox2 li {
    float: left;
    display: block;
    width: 110px;
    text-align: left;
    color: #000;
    line-height: 43px;
}
.Menubox2 li a {
    line-height: 43px;
    font-size: 19px;
    color: #333333;
}
.Menubox2 li.hover {
    color: #b80a0a;
    font-weight: bold;
}
.Menubox2 li.hover a:link, .Menubox li.hover a:visited {
    color: #c5232a;
}
.zxft_content {
    margin-left: 20px;
    width: 305px;
}
.zxft_content p {
    line-height: 28px;
    font-size: 15px;
}
.zxft_content a {
    color: #c01010;
}
/*第三部分*/
.three {
    width: 1160px;
    overflow: hidden;
    margin-top: 10px;
}
.three ul li {
    float: left;
}
/* footer */
.footer_box {
    width: 100%;
    height: 187px;
    background: url("footer_bg.png") repeat;
    ;
}
.footer {
    width: 1200px;
    height: 187px;
    margin: 0 auto;
}
.link {
    padding-top: 26px;
    overflow: hidden;
}
select::-ms-expand {
display: none;
}
.link select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    margin: 0 20px 0 0;
    float: left;
    padding: 8px 0 10px 8px;
    width: 285px;
    border: none;
    outline: none;
    font-size: 13px;
    color: #ffffff;
    background: url("link_bg.png") no-repeat;
}
.link option {
    color: #333333;
}
.separate {
    background: url("separate.png") repeat-x bottom;
    height: 25px;
    width: 1200px;
}
.footer_info {
    width: 840px;
    color: #ffffff;
    font-size: 13px;
    overflow: hidden;
    margin-top: 22px;
    line-height: 21px;
    text-align: center;
}
.footer_dzjg {
    margin-right: 23px;
}
.footer_zc {
    margin-right: 23px;
    padding-top: 4px;
}
.suspend {
    width: 133px;
    height: 151px;
    position: fixed;
    top: 110px;
    right: 199px;
}
.weixinqun {
    position: fixed;
    display: block;
    width: 133px;
    height: 151px;
    z-index: 1000;
}
.weixinqun img {
    float: left;
    display: block;
}
.weixinqun span {
    float: right;
    color: #999;
    cursor: pointer;
    height: 18px;
    line-height: 18px;
    top: 180px;
    position: relative;
}

/*媒体查询*/
@media screen and (max-width: 1100px) {
}




/*菜单class*/
.Menubox01 {
    height: 30px;
    line-height: 30px;
}
.Menubox01 ul {
    margin: 0;
    padding: 0;
}
.Menubox01 li {
	float: left;
    height: 46px;
    width: 139px;
    text-align: center;
}
.Menubox01 li a {
    line-height: 38px;
    color: #c5232a;
    font-size: 19px;
    font-weight: bold;
}
.Menubox01 li.hover {
    background: url("newtitle_bg.png") no-repeat left;
    height: 46px;
    width: 139px;
    text-align: center;
}
.Menubox01 li.hover a:link, .Menubox01 li.hover a:visited {
    color: #ffffff;
}
