body {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    min-width: 1200px;
    background: url("../images/body_bg.jpg") center top no-repeat rgb(255, 255, 255);
    font-family: "Microsoft Yahei", å®‹ä½“, sans-serif;
}

ul, li {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
}

img {
    border: 0px;
}

a {
    text-decoration: none;
    color: rgb(102, 102, 102);
}

a:hover {
    text-decoration: none;
    color: rgb(204, 0, 0);
    transition: all 0.6s ease 0s;
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.i_jg {
    width: 100%;
    margin: 10px auto;
    height: 10px;
    overflow: hidden;
}

.clearboth {
    clear: both;
    border: 0px;
    padding: 0px;
    margin: 0px;
}

.w1200 {
    width: 1200px;
    height: auto;
    margin: 0px auto;
    position: relative;
}

.clearfix::after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}

.relative {
    position: relative;
}

.imghover {
    cursor: pointer;
    transition: all 0.6s ease 0s;
}

.imghover:hover {
    transform: scale(1.2);
}

.top_line {
    background: rgb(237, 231, 230);
    height: 34px;
    line-height: 34px;
    color: rgb(51, 51, 51);
}

.top_line .topline_left {
    width: 300px;
    float: left;
}

.header {
    width: 100%;
    height: 120px;
    background: url("../images/xiaoxunfont.png") center center no-repeat rgb(21, 125, 203);
}

.header .logo {
    padding: 30px 0px 0px;
    /*width: 490px;*/
    width:210px;
    float: left;
}
.header .logo_txt {
    margin-top: 45px;
    margin-left: 20px;
    color: #fff;
    font-size: 30px;
    font-family: '仿宋';
}
.top_right {
    float: right;
}

.top_right img {
    margin: 35px 0px 0px;
}

.top_link {
    font-size: 14px;
    color: rgb(141, 178, 214);
    line-height: 34px;
    height: 34px;
    padding: 0px;
    text-align: right;
    width: 400px;
    float: right;
}

.top_link a {
    color: rgb(51, 51, 51);
    padding: 0px 0px 0px 20px;
    background: url("") left center no-repeat;
    margin: 0px 0px 0px 15px;
}

.inavbox {
    background: rgb(21, 125, 203);
    width: 100%;
    height: 50px;
    border-top: 1px solid rgb(84, 160, 217);
}

.inav {
    padding: 0px;
    height: 50px;
    line-height: 50px;
    position: relative;
    z-index: 1;
    width: 1200px;
    margin: 0px auto;
}

.inav a {
    color: rgb(255, 255, 255);
}

.inav .nLi {
    float: left;
    position: relative;
    display: inline;
}

.inav .nLi h3 {
    float: left;
}

.inav .nLi h3 a {
    display: block;
    padding: 0px 24px;
    font-size: 15px;
    color: rgb(255, 255, 255);
    font-weight: normal;
    position: relative;
}

.inav .sub {
    display: none;
    width: 150px;
    left: 0px;
    top: 50px;
    position: absolute;
    background: rgb(84, 160, 217);
    line-height: 36px;
    padding: 0px;
    font-size: 14px;
    text-align: center;
}

.inav .sub li {
    zoom: 1; }

.inav .sub a {
    display: block;
    padding: 0px 10px;
    color: rgb(255, 255, 255);
}

.inav .sub a:hover {
    background: rgb(21, 125, 203);
    color: rgb(255, 255, 255);
}

.inav .on h3 a {
    background: rgb(84, 160, 217);
    color: rgb(255, 255, 255);
}

.inav h3 a:hover {
    background: rgb(84, 160, 217);
    color: rgb(255, 255, 255);
}
.searchFrom{
position: relative;
    top: 30px;
}
.search-input{
    width: 300px;
    height: 50px;
    padding: 0 10px;
    border-radius: 5px;
    outline: 0;
    border: 0;
    box-sizing: border-box;
}
.search-btn{
position: absolute;
    top: 15px;
    right: 10px;
    width: 20px;
}

.i-searchbox {
    position: absolute;
    right: 0px;
    padding: 0px;
    top: 0px;
    z-index: 9999;
    background: rgb(104, 30, 23);
    text-align: center;
}

.i_search_btn {
    display: block;
    width: 50px;
    height: 50px;
    float: right;
    cursor: pointer;
    padding: 0px !important;
}

.i_search_btn:hover {
    background: rgb(104, 30, 23);
}

.i-search {
    width: 235px;
    height: 40px;
    overflow: hidden;
    float: right;
    padding: 0px;
    position: absolute;
    top: 40px;
    right: 0px;
    z-index: 9;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 50px;
}

.i-search .search-txt {
    width: 170px;
    padding-left: 10px;
    height: 38px;
    line-height: 38px;
    color: rgb(127, 184, 226);
    border: none;
    outline: none;
    background: none;
}

.i-search .search-btn {
    width: 50px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border: none;
    background: url("/jwc/resource/cms/2023/04/ico_search2.png") center center no-repeat;
    cursor: pointer;
}

.i-search .search-btn:hover {
    background: url("/jwc/resource/cms/2023/04/ico_search2.png") center center no-repeat rgb(219, 180, 0);
}


.babber{
    overflow:hidden;
    background:url(/jwc/resource/cms/2023/04/2023041715550999684.jpg) top center no-repeat;
    background-size:100% 100%;
}

.zjybabber {
    width: 1200px;
    margin: 10px auto;
    height: auto;
    overflow: hidden;
}

.zjybabber ul {
    padding: 140px 0px;
}

.zjybabber li {
    background: rgb(0, 0, 0);
}

.zjybabber li a {
}

.zjybabber li a img {
    display: block;
    width: 100%;
    height: 250px;
    transition: all 0.5s ease 0s;
    opacity: 0.5;
}

.zjybabber li a h1 {
}

.zjybabber li.slick-center {
    z-index: 999;
    position: relative;
}

.zjybabber li.slick-center img {
    /*transform: scale(1.75);*/
    transform: scale(2.3,1.5);
    box-shadow: rgba(0, 0, 0, 0.4) 0px 5px 20px;
    opacity: 1;
    z-index: 999;
}

.zjybabber .slick-list {
    overflow: visible;
}

body .zjybabber .slick-prev {
    width: 65px;
    height: 65px;
    background: url("/jwc/resource/cms/2023/04/zjy_l.png") center center no-repeat;
    left: 15px;
    z-index: 999;
    font-size: 0px;
}

body  .zjybabber .slick-next {
    width: 65px;
    height: 65px;
    background: url("/jwc/resource/cms/2023/04/zjy_r.png") center center no-repeat;
    right: 15px;
    z-index: 999;
    font-size: 0px;
}

.zjybabber .slick-next::before, .zjybabber .slick-prev::before {
    content: none;
}

.ibanner {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.ibanner .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 50%;
    bottom: 20px;
    z-index: 1;
}

.ibanner .hd ul {
    overflow: hidden;
    zoom: 1; float: left;
}

.ibanner .hd ul li {
    float: left;
    margin-right: 10px;
    width: 15px;
    height: 15px;
    line-height: 14px;
    text-align: center;
    background: rgb(255, 255, 255);
    cursor: pointer;
    border-radius: 20px;
    opacity: 0.8;
}

.ibanner .hd ul li.on {
    background: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    width: 45px;
}

.ibanner .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.ibanner .bd li {
    zoom: 1; vertical-align: middle;
    position: relative;
}

.ibanner .bd li h1 {
    position: absolute;
    bottom: 40px;
    left: 20%;
    background: url("");
    font-size: 24px;
    color: rgb(255, 255, 255);
    padding: 10px 20px;
}

.ibanner .bd img {
    width: 100%;
    display: block;
}

.ibanner .prev, .ibanner .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 70px;
    height: 70px;
    background: url("") 0px 0px no-repeat;
    opacity: 0.8;
    border-radius: 50%;
}

.ibanner .next {
    left: auto;
    right: 3%;
    background-position: -65px 0px;
    width: 70px;
    height: 70px;
}

.ibanner .prev:hover, .ibanner .next:hover {
    opacity: 1;
    background-color: rgb(0, 0, 0);
}

.ibanner .prevStop {
    display: none;
}

.ibanner .nextStop {
    display: none;
}

.tz_box {
    width: 100%;
    margin: 0px auto;
    height: auto;
    overflow: hidden;
    background: url("") center center / cover no-repeat rgb(255, 255, 255);
    padding: 30px 0px 40px;
}

.zt_box {
    position: relative;
    height: 185px;
    width: 1200px;
    margin: 10px auto 30px;
    overflow: hidden;
}

.zt_box .hd {
    overflow: hidden;
    height: 54px;
    padding: 0px 10px;
}

.zt_box .hd .prev, .zt_box .hd .next {
    display: block;
    width: 24px;
    height: 24px;
    float: right;
    margin-left: 15px;
    margin-top: 15px;
    overflow: hidden;
    cursor: pointer;
    background: url("../images/arrow.png") 8px 7px no-repeat rgb(171, 171, 171);
    border-radius: 50%;
}

.zt_box .hd .next {
    background-position: 10px -43px;
    background-color: rgb(21, 125, 203);
}

.zt_box .hd .prevStop {
    background-position: -60px 0px;
}

.zt_box .hd .nextStop {
    background-position: -60px -50px;
}

.zt_box .hd ul {
    float: right;
    overflow: hidden;
    zoom: 1; margin-top: 10px;
}

.zt_box .hd ul li {
    float: left;
    width: 9px;
    height: 9px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    background: url("") 0px -9px no-repeat;
}

.zt_box .hd ul li.on {
    background-position: 0px 0px;
}

.zt_box .bd {
    width: 100%;
    overflow: hidden;
    margin-left: 0px;
    margin-top: 15px;
}

.zt_box .bd li {
    float: left;
    width: 280px;
    margin: 0px 25px 0px 0px;
    background: rgb(255, 255, 255);
    height: auto;
    overflow: hidden;
    position: relative;
}

.zt_box .bd li:hover img {
    transform: scale(1.2);
}

.zt_box .bd li:hover span {
    color: rgb(204, 0, 0);
}

.zt_box .bd li:hover i {
    opacity: 1;
}

.zt_box .bd li .pic {
    width: 280px;
    height: 90px;
    overflow: hidden;
    display: block;
}

.zt_box .bd li .pic img {
    transition: all 0.6s ease 0s;
    width: 280px;
    height: 90px;
}

.zt_box .bd li span {
    display: block;
    text-align: left;
    padding: 10px 0px 0px;
    line-height: 27px;
    font-size: 15px;
    height: 55px;
    overflow: hidden;
    color: rgb(51, 51, 51);
}

.zt_box .bd li i {
    font-size: 14px;
    color: rgb(102, 102, 102);
    line-height: 27px;
    font-style: normal;
    background: url("") left center no-repeat;
    padding: 0px 0px 0px 20px;
    opacity: 0.7;
}

.dtfcbox {
    width: 1200px;
    margin: 0px auto;
    overflow: hidden;
    height: 298px;
    background: rgb(231, 242, 255);
}

.dtfcbox h1 {
    display: block;
    float: left;
    width: 65px;
    height: 298px;
    overflow: hidden;
}

.ixy_box {
    position: relative;
    height: 240px;
    width: 1200px;
    margin: 0px auto;
    overflow: hidden;
}

.ixy_box .tempWrap {
    width: 1200px !important;
}

.ixy_box .prev {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    width: 50px;
    height: 50px;
    z-index: 2;
}

.ixy_box .next {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    width: 50px;
    height: 50px;
    z-index: 2;
}

.ixy_box .prev {
    background: url("") -170px 0px no-repeat;
    right: 100%;
    margin-right: 20px;
}

.ixy_box .next {
    left: 100%;
    margin-left: 30px;
    background: url("") -50px 0px no-repeat;
}

.ixy_box .bd {
    width: 100%;
    overflow: hidden;
    margin-left: 0px;
}

.ixy_box .bd li {
    float: left;
    width: 290px;
    margin: 0px 15px 0px 0px;
    height: auto;
    overflow: hidden;
    position: relative;
}

.ixy_box .bd li:hover img {
    transform: scale(1.2);
}

.ixy_box .bd li:hover span {
    color: rgb(204, 0, 0);
}

.ixy_box .bd li:hover i {
    opacity: 1;
}

.ixy_box .bd li .pic {
    width: 290px;
    height: 194px;
    overflow: hidden;
    display: block;
}

.ixy_box .bd li .pic img {
    transition: all 0.6s ease 0s;
    width: 286px;
    height: 194px;
}

.ixy_box .bd li span {
    display: block;
    text-align: left;
    padding: 10px 0px 0px;
    line-height: 27px;
    font-size: 15px;
    height: 30px;
    overflow: hidden;
    color: rgb(51, 51, 51);
}

.ixy_box .bd li i {
    font-size: 14px;
    color: rgb(102, 102, 102);
    line-height: 27px;
    font-style: normal;
    background: url("") left center no-repeat;
    padding: 0px 0px 0px 20px;
    opacity: 0.7;
}

.iqt_box {
    width: 1200px;
    margin: 0px auto 30px;
    height: auto;
    overflow: hidden;
}

.iqt_box_left {
    float: left;
    width: 580px;
    padding: 0px;
    height: auto;
    margin: 0px auto;
}

.iqt_box_right {
    float: right;
    width: 580px;
    padding: 0px;
}

.ititle {
    height: 70px;
    position: relative;
    margin-bottom: 10px;
}

.ititle hr {
    border-top: none;
    border-right: none;
    border-left: none;
    border-image: initial;
    height: 35px;
    border-bottom: 1px solid rgb(233, 233, 233);
    margin: 0px 2%;
    display: block;
    width: 75%;
    float: left;
    position: absolute;
    left: 120px;
}

.ititle h1 {
    font-size: 28px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    float: left;
    height: 70px;
    line-height: 70px;
}

.ititle .undline {
    border-bottom: 3px solid rgb(194, 194, 194);
}

.ititle h1 span {
    float: left;
    text-align: center;
    margin: 20px 10px 0px 0px;
}

.ititle h1 i {
    font-size: 28px;
    color: rgb(22, 125, 204);
    font-style: normal;
}

.i_more1 {
    float: right;
    display: block;
    margin: 25px 0px 0px;
}

.i_more1:hover {
    color: rgb(204, 0, 0);
}

.ititle2 {
    height: 70px;
    width: 100%;
    text-align: center;
    overflow: hidden;
    margin-bottom: 20px;
}

.ititle2 h1 {
    font-size: 30px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    height: 70px;
    line-height: 70px;
    margin: 0px auto;
    display: block;
}

.ititle2 h1 i {
    font-size: 28px;
    color: rgb(22, 125, 204);
    font-style: normal;
}

.ititle2 .undline {
    border-bottom: 3px solid rgb(194, 194, 194);
}

.ititle2 h1 span {
    float: left;
    text-align: center;
    margin: 20px 10px 0px 0px;
}

.ititle3 {
    height: 70px;
    width: 700px;
    margin: 0px auto;
    text-align: center;
    overflow: hidden;
    background: url("") left bottom no-repeat;
}

.fast_btn h1 {
    display: block;
    float: left;
    width: 163px;
    height: 71px;
}

.fast_btn h1 img {
    display: block;
    width: 163px;
    height: 71px;
    margin: 5px 0px 0px;
}

.fast_btn {
    width: 1200px;
    height: auto;
    overflow: hidden;
    padding: 20px 0px;
    margin: 0px auto 50px;
    background: rgb(232, 242, 250);
}

.fast_btn ul {
    width: 110%;
}

.fast_btn li {
    float: left;
    height: auto;
    overflow: hidden;
    text-align: center;
    margin: 0px 45px;
}

.fast_btn span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 15px;
    line-height: 40px;
    color: rgb(0, 0, 0);
}

.fast_btn img {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0px auto;
    transition: all 0.3s ease 0s;
}

.fast_btn li:hover img {
    transform: rotateY(180deg);
}

.i-title {
    height: 55px;
    line-height: 55px;
    width: 100%;
    margin: 0px auto;
    border-bottom: 1px solid rgb(21, 125, 203);
}

.i-title h2 {
    font-size: 24px;
    font-weight: bold;
    height: 54px;
    line-height: 54px;
    color: rgb(21, 125, 203);
    display: block;
    float: left;
    padding: 0px 5px;
}

.i-title h2 span {
    color: rgb(204, 204, 204);
    font-size: 24px;
    line-height: 34px;
    font-weight: normal;
    display: block;
    float: right;
    margin: 10px 0px 0px 8px;
}

.i-title a {
    display: block;
    font-size: 14px;
    float: right;
    color: rgb(154, 154, 154);
    font-weight: bold;
}

.i-title a:hover {
    color: rgb(51, 0, 0);
}

.i-title .i_more {
    display: block;
    width: 50px;
    height: 40px;
    line-height: 50px;
    overflow: hidden;
    color: rgb(184, 184, 184);
    font-size: 14px;
    margin: 3px 0px 0px;
    font-weight: normal;
    text-align: right;
    background: url("../images/moreline.png") right 22px no-repeat;
}

.i-title .i_more:hover {
    color: rgb(0, 102, 177);
}

.title_ico01 {
    background: url("/jwc/resource/cms/2023/04/ico_title_bg3.jpg") 5px center no-repeat;
    padding: 0px 10px 0px 40px !important;
}

.title_ico02 {
    background: url("/jwc/resource/cms/2023/04/ico_title_bg2.jpg") 5px center no-repeat;
    padding: 0px 10px 0px 40px !important;
}

.title_ico03 {
    background: url("/jwc/resource/cms/2023/04/ico_title_bg1.jpg") 5px center no-repeat;
    padding: 0px 10px 0px 40px !important;
}

.title_ico04 {
    background: url("/jwc/resource/cms/2023/04/ico_title_bg4.jpg") 5px center no-repeat;
    padding: 0px 10px 0px 40px !important;
}

.title_ico05 {
    background: url("/jwc/resource/cms/2023/04/ico_title_bg5.jpg") 5px center no-repeat;
    padding: 0px 10px 0px 40px !important;
}

.title_ico06 {
    background: url("/jwc/resource/cms/2023/04/ico_title_bg6.jpg") 5px center no-repeat;
    padding: 0px 10px 0px 40px !important;
}

.news_box {
    margin: 0px auto;
    padding: 0px 0px 10px;
    height: auto;
    overflow: hidden;
    width: 1200px;
}

.news_box_l {
    width: 375px;
    float: left;
    height: 384px;
    margin-right: 35px;
}

.news_box_c {
    width: 375px;
    float: left;
    height: 384px;
}

.news_box_r {
    width: 375px;
    float: right;
    height: 384px;
}

.news_xy {
    width: 787px;
    float: left;
}

.news_list {
    width: 408px;
    float: right;
}

.i_list {
    width: 99%;
    margin: 0px auto;
}

.i_list li {
    width: 100%;
    font-size: 15px;
    color: rgb(160, 160, 160);
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    transition: all 0.6s ease 0s;
}

.i_list li:last-child {
    border-bottom: none;
}

.i_list li a {
    color: rgb(51, 51, 51);
    font-size: 15px;
    float: left;
    display: block;
    overflow: hidden;
    width: 80%;
    padding-left: 3%;
    text-align: left;
    transition: all 0.2s ease 0s;
    background: url("/jwc/resource/cms/2023/04/ico_001.png") left center no-repeat;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.i_list li span {
    float: right;
    color: rgb(153, 153, 153);
}

.i_list li:hover a {
    color: rgb(204, 0, 0);
}

.i_list li:hover {
    margin-left: 5px;
    transition: all 0.6s ease 0s;
}

.news_tzgg {
    width: 370px;
    height: 460px;
    float: right;
    overflow: hidden;
}

.date_list2 {
    position: relative;
    margin-top: 0px;
    padding: 0px !important;
}

.date_list2 li {
    width: 100%;
    height: 58px;
    display: block;
    padding: 0px 0px 11px;
    overflow: hidden;
    background: rgb(255, 255, 255);
    margin-bottom: 11px;
    border-bottom: 1px solid rgb(232, 232, 232);
}

.date_list2 li:hover {
    background: rgb(249, 249, 249);
}

.date_list2 li:last-child {
    border-bottom: none;
}

.date_list2 li a {
    font-size: 15px;
    color: rgb(51, 51, 51);
    line-height: 27px;
    padding-right: 0px;
    float: right;
    width: 305px;
}

.date_list2 li a:hover {
    color: rgb(184, 0, 0);
}

.date_list2 li span {
    float: left;
    display: block;
    width: 50px;
    height: 58px;
    color: rgb(22, 125, 204);
    font-size: 24px;
    line-height: 28px;
    margin-right: 0px;
    overflow: hidden;
    padding-right: 0px;
    text-align: center;
    background: url("") center center no-repeat;
}

.date_list2 li span i {
    width: 100%;
    display: block;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    line-height: 25px;
}

.date_list2 li:hover span {
    color: rgb(188, 0, 20);
}

.date_list2 li:hover i {
    color: rgb(188, 0, 20);
}

.qtlist {
    width: 99%;
    height: auto;
    margin: 0px auto;
    font-size: 16px;
    color: rgb(153, 153, 153);
    line-height: 40px;
    position: relative;
    padding: 0px !important;
}

.qtlist ul {
    height: auto;
    min-height: 220px;
    overflow: hidden;
    padding: 20px 0px 0px;
}

.qtlist li {
    width: 100%;
    font-size: 16px;
    color: rgb(51, 51, 51);
    line-height: 40px;
    height: 40px;
}

.qtlist li a {
    background: url("../images/ico_001.png") left center no-repeat;
    padding-left: 16px;
    color: rgb(51, 51, 51);
    font-size: 16px;
    float: left;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 80%;
    text-align: left;
}

.qtlist li a:hover {
    color: rgb(204, 0, 0);
}

.qtlist li span {
    float: right;
    color: rgb(169, 169, 169);
}

.picnews {
    width: 360px;
    height: 384px;
    overflow: hidden;
    position: relative;
    float: left;
    margin-top: 0px;
    background: rgb(22, 125, 204);
}

.picnews .hd {
    height: 17px;
    overflow: hidden;
    position: absolute;
    right: 40%;
    top: 210px;
    z-index: 1;
}

.picnews .hd ul {
    overflow: hidden;
    zoom: 1; float: left;
}

.picnews .hd ul li {
    float: left;
    margin-right: 10px;
    width: 12px;
    height: 12px;
    line-height: 12px;
    text-align: center;
    background: rgb(255, 255, 255);
    cursor: pointer;
    color: rgb(0, 0, 0);
    font-size: 12px;
    border-radius: 50%;
}

.picnews .hd ul li.on {
    background: rgb(242, 146, 1);
    color: rgb(255, 255, 255);
}

.picnews .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.picnews .bd li {
    zoom: 1; vertical-align: middle;
}

.picnews .bd img {
    width: 360px;
    height: 235px;
    display: block;
}

.picnews .bd span {
    width: 100%;
    line-height: 45px;
    height: 150px;
    color: rgb(255, 255, 255);
    display: block;
    font-weight: bold;
}

.picnews .bd:hover p {
    color: rgb(255, 255, 255);
}

.picnews .bd span p {
    margin: 0px;
    line-height: 25px;
    color: rgb(225, 165, 159);
    font-size: 14px;
    display: block;
    padding: 0px 15px;
    font-weight: normal;
}

.picnews .bd h1 {
    color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 27px;
    height: 22px;
    margin: 0px;
    padding: 15px;
    font-weight: bold;
    text-align: justify;
    overflow: hidden;
}

.picnews .prev, .picnews .next {
    position: absolute;
    left: 2%;
    top: 30%;
    margin-top: -25px;
    display: block;
    width: 40px;
    height: 60px;
    background: url("") 0px 0px no-repeat;
    opacity: 0.5;
}

.picnews .next {
    left: auto;
    right: 2%;
    background-position: -105px 0px;
}

.picnews .prev:hover, .picnews .next:hover {
    opacity: 1;
}

.gksl_box {
    background: url("") center bottom no-repeat rgb(255, 255, 255);
}

.sl_title {
    background: url("") left center no-repeat;
    height: 42px;
    line-height: 42px;
    font-size: 20px;
    font-weight: bold;
    padding: 0px 0px 0px 20px;
    color: rgb(153, 0, 0);
    width: 90%;
    margin: 0px auto;
}

.sl_title span {
    color: rgb(51, 51, 51);
}

.sl_nr {
    height: auto;
    overflow: hidden;
    margin: 18px auto;
    width: 90%;
}

.sl_nr p {
    font-size: 14px;
    font-weight: bold;
    color: rgb(102, 102, 102);
    line-height: 35px;
    margin: 0px;
    padding: 0px;
}

.i_more {
    width: 47px;
    height: 70px;
    line-height: 70px;
    top: 0px;
    right: 0px;
    float: right;
    text-align: right;
}

.i_more a {
    width: 80px;
    font-size: 14px;
    color: rgb(106, 106, 106);
}

.i_more i {
    display: block;
    font-style: normal;
    font-size: 12px;
    height: 11px;
    width: 12px;
    line-height: 9px;
    background: rgb(166, 166, 166);
    color: rgb(255, 255, 255);
    text-align: center;
    float: left;
    margin: 30px 0px 0px;
    border-radius: 1px;
}

.i_more a:hover {
    color: rgb(22, 125, 204);
}

.i_more:hover i {
    background: rgb(22, 125, 204);
}

.zdgk_box {
    width: 100%;
    margin: 0px auto;
}

.zdgk_box ul {
    width: 110%;
    padding: 15px 0px;
}

.zdgk_box li {
    width: 136px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    float: left;
    margin: 0px 15px 15px 0px;
}

.zdgk_box li a {
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    border: 1px solid rgb(221, 221, 221);
    color: rgb(56, 56, 56);
    border-radius: 4px;
}

.zdgk_box li a:hover {
    color: rgb(255, 255, 255);
    background: rgb(158, 0, 0);
    border: 1px solid rgb(158, 0, 0);
}

.list-banner {
    width: 100%;
    height: 200px;
    text-align: center;
    margin: 0px;
}

.list-banner img {
    width: 100%;
    height: auto;
    margin: 0px auto;
}

.listmain {
    overflow: hidden;
    height: auto;
   /* position: relative;*/
    padding: 0px;
    width: 1200px;
    margin: 20px auto;
    min-height: 386px;
}

.lm-left {
    width: 230px;
    float: left;
    background: rgb(255, 255, 255);
}

.lm-left .left-lmname {
    background: rgb(22, 125, 204);
    height: 50px;
    line-height: 50px;
    padding: 13px 10px 5px 20px;
    overflow: hidden;
}

.lm-left .left-lmname h1 {
    color: rgb(255, 255, 255);
    font-size: 22px;
    line-height: 36px;
}

.lm-left .left-lmname span {
    color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 30px;
}

.lm-left .list-sub {
    background: rgb(255, 255, 255);
    height: auto;
    overflow: hidden;
    width: 100%;
}

.lm-left .list-sub a {
    display: block;
    line-height: 50px;
    height: 50px;
    font-size: 16px;
    padding-left: 30px;
    cursor: pointer;
    border-bottom: 1px solid rgb(240, 240, 240);
    border-left: 3px solid rgb(255, 255, 255);
    background: url("") 190px center no-repeat;
}

.lm-left .list-sub a:hover {
    display: block;
    line-height: 50px;
    height: 50px;
    font-size: 16px;
    padding-left: 30px;
    cursor: pointer;
    color: rgb(27, 101, 172);
    border-left: 3px solid rgb(27, 101, 172);
    background: url("") 190px center no-repeat;
}

.lm-left .list-sub #this-on {
    display: block;
    line-height: 50px;
    height: 50px;
    font-size: 16px;
    padding-left: 30px;
    cursor: pointer;
    font-weight: bold;
    color: rgb(27, 101, 172);
    border-left: 3px solid rgb(27, 101, 172);
    background: url("") 190px center no-repeat;
}

.lm-right {
    width: 950px;
    float: right;
    margin-right: 0px;
    border: 1px solid rgb(234, 234, 234);
    background: rgb(255, 255, 255);
}

.this-name {
    border-bottom: 1px solid rgb(230, 230, 230);
    line-height: 30px;
    height: 30px;
    padding: 10px 20px;
    margin: 20px 20px 0px;
}

.this-name h1 {
    color: rgb(51, 51, 51);
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    padding-left: 20px;
    border-left: 5px solid rgb(22, 125, 204);
    float: left;
}

.this-name span {
    float: right;
    color: rgb(102, 102, 102);
    font-size: 14px;
}

.this-name span a {
    color: rgb(102, 102, 102);
}

.lm-right .lm_list {
    height: auto;
    overflow: hidden;
    margin: 0px auto;
    padding: 30px 40px;
}

.lm-right .lm_list li {
    line-height: 46px;
    font-size: 15px;
    color: rgb(153, 153, 153);
    padding: 0px 10px;
}

.lm-right .lm_list li a {
    color: rgb(74, 74, 74);
    padding-left: 15px;
    background: url("/jwc/resource/cms/2023/04/ico_002.png") left center no-repeat;
}

.lm-right .lm_list li:hover {
    background: rgb(236, 236, 236);
    color: rgb(204, 0, 0);
}

.lm-right .lm_list li a:hover {
    background: url("/jwc/resource/cms/2023/04/ico_002.png") left center no-repeat rgb(236, 236, 236);
    color: rgb(204, 0, 0);
}

.lm-right .list-fy {
    text-align: center;
    margin: 0px auto 20px;
    min-height: 40px;
}

.left_box {
    height: auto;
    overflow: hidden;
    background: rgb(255, 255, 255);
    margin: 0px auto 12px;
}

.left_box h1 {
    color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 42px;
    height: 42px;
    background: rgb(27, 101, 172);
    border-left: 4px solid rgb(0, 51, 102);
    padding-left: 15px;
}

.left_box_nr {
    height: auto;
    overflow: hidden;
    padding: 10px 15px 20px;
}

.left_box_nr li {
    height: 34px !important;
    line-height: 34px !important;
}

.content-main {
    border: 1px solid rgb(219, 219, 219);
    overflow: hidden;
    margin: 20px auto;
    background: rgb(255, 255, 255);
    width: 1198px;
    min-height: 384px;
}

.c-content {
    height: auto;
    overflow: hidden;
    position: relative;
    margin: 20px auto 40px;
    padding: 0px 40px;
}

.c-content .c-title {
    font-size: 30px;
    color: rgb(34, 34, 34);
    line-height: 50px;
    text-align: center;
}

.c-content .other-s {
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: rgb(102, 102, 102);
    background: rgb(245, 245, 245);
    margin: 15px auto 0px;
    position: relative;
}

.c-content .other-s .sjfx {
    position: absolute;
    right: 10px;
    top: 10px;
}

.c-content .nr-info {
    height: auto;
    overflow: hidden;
    position: relative;
    text-align: left;
}

.c-content .nr-info p {
    font-size: 16px;
    color: rgb(102, 102, 102);
    line-height: 34px;
    margin: 15px 0px;
  /*  text-indent: 2em;*/
    text-align: left;
}

.wz_fj {
}

.wz_fj p {
    line-height: 36px;
    color: rgb(13, 129, 0);
    font-size: 16px;
    background: url("") left center no-repeat;
    padding: 0px 0px 0px 20px;
    margin: 0px;
}

.wz_fj a {
    line-height: 36px;
    font-size: 16px;
}

.wzclose-relative {
    text-align: center;
    margin-top: 30px;
}

.wzclose-relative span {
    margin: 0px 15px;
}

.i-sxt {
    border-top: 1px solid rgb(217, 217, 217);
    margin: 20px auto;
    padding: 20px 0px;
    overflow: hidden;
    height: 70px;
}

.i-sxt p {
    display: block;
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
}

.i-sxt a {
    color: rgb(85, 85, 85);
    font-size: 14px;
    line-height: 30px;
}

.i-sxt a:hover {
    color: rgb(204, 0, 16);
}

.i_link {
    width: 100%;
    margin: 0px auto;
    height: 80px;
    background: url("../images/link_bg.jpg") center center no-repeat rgb(226, 226, 226);
    padding: 20px 0px 0px;
}

.i_link h2 {
    width: 100px;
    font-size: 16px;
    line-height: 70px;
    text-align: center;
    font-weight: bold;
    float: left;
    color: rgb(21, 125, 203);
}

.footer {
    width: 100%;
    height: 107px;
    background: url("../images/end_bsg.png") center center no-repeat rgb(21, 122, 197);
    color: rgb(34, 34, 34);
    padding: 25px 0px 10px;
    text-align: left;
    overflow: hidden;
}

.footer p {
    margin: 0px;
    padding: 0px;
    color: rgb(255, 255, 255);
    font-size: 14px;
    line-height: 27px;
}

.copright {
    width: 630px;
    float: left;
    text-align: left;
    margin: 20px 0px 0px;
    background: url("../images/end_logo.png") left center no-repeat;
    padding-left: 260px;
}

.copright p {
    color: rgb(255, 255, 255);
    font-size: 14px;
    line-height: 30px;
}

.copright a {
    color: rgb(255, 255, 255);
}

.end_logo {
    float: left;
    background: url("../images/end_logo.png") left center no-repeat;
    width: 325px;
    height: 105px;
    border-right: 1px solid rgb(90, 143, 205);
}

.footer_right {
    width: 94px;
    float: right;
    margin: 0px;
    padding: 0px;
    position: relative;
}

.footer_right img {
    width: 100px;
    height: 100px;
}

.footer_right li {
    float: right;
    width: 92px;
    height: 92px;
    text-align: center;
    margin: 0px 0px 0px 30px;
    opacity: 1;
}

.footer_right li i {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: rgb(255, 255, 255);
    line-height: 30px;
    font-style: normal;
}

.yl_weixin {
    position: absolute;
    bottom: 80px;
    left: -30px;
    display: none;
    width: 120px;
    height: 120px;
    z-index: 999999999;
}

.yl_weibo {
    position: absolute;
    bottom: 80px;
    left: 60px;
    display: none;
    width: 120px;
    height: 120px;
    z-index: 999999999;
}

.yl_weixin img, .yl_weibo img {
    display: block;
    width: 100px;
    height: 100px;
    margin: 0px auto;
    background: rgb(255, 255, 255);
    padding: 10px;
}

.footer_right li:hover {
    opacity: 1;
}

.sitexx {
    height: 50px;
    line-height: 50px;
    background: rgb(22, 125, 204);
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 15px;
}

.sitexx a {
    color: rgb(255, 255, 255);
}

.sitexx p {
    margin: 0px;
    padding: 0px;
}

.three_nav {
    background: rgb(232, 232, 232);
    border-left: 3px solid rgb(204, 204, 204);
}

.three_nav ul {
    padding: 15px 0px;
}

.three_nav li {
}

.three_nav li a {
    font-size: 14px !important;
    border-left: 0px solid rgb(204, 204, 204) !important;
    border-bottom: 0px solid rgb(232, 232, 232) !important;
    padding-left: 50px !important;
    line-height: 36px !important;
    height: 36px !important;
    background: url("") 35px center no-repeat !important;
    display: block !important;
}

.three_nav li a:hover {
    background: url("") 40px center no-repeat rgb(255, 255, 255) !important;
    padding-left: 55px !important;
}

.three_on {
    background: url("") 40px center no-repeat rgb(255, 255, 255) !important;
    padding-left: 55px !important;
}

.ny-left-tab {
    width: 228px;
    float: left;
    cursor: pointer;
    overflow: hidden;
    border: 1px solid rgb(234, 234, 234);
}

.ny-left-tab .jibie1 {
    width: 100%;
    height: 85px;
    background: rgb(49, 150, 57);
    font-size: 20px;
    color: rgb(255, 255, 255);
    text-align: center;
    line-height: 85px;
    position: relative;
    z-index: 20;
}

.ny-left-tab .ul-list > li > p {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid rgb(230, 230, 230);
    position: relative;
    margin: 0px;
    padding: 0px;
}

.ny-left-tab .ul-list > li > p::before {
    content: "";
    width: 5px;
    height: 0px;
    background: rgb(22, 125, 204);
    position: absolute;
    left: 0px;
    top: 50%;
    z-index: 50;
    transform: translateY(-50%);
    transition: all 0.6s ease 0s;
}

.ny-left-tab .ul-list > li > p.on::before {
    height: 50px;
}

.ny-left-tab .ul-li1 > li > p::before {
    content: "";
    width: 5px;
    height: 0px;
    background: rgb(22, 125, 204);
    position: absolute;
    right: -3px;
    top: 50%;
    z-index: 50;
    transform: translateY(-50%);
    transition: all 0.6s ease 0s;
}

.ny-left-tab .ul-list > li > p.on::before {
    height: 50px;
}

.ny-left-tab .ul-list > li > p > a .cn {
    font-size: 16px;
    color: rgb(51, 51, 51);
    padding-left: 30px;
}

.ny-left-tab .ul-list > li > p.on > a .cn {
    color: rgb(22, 125, 204);
}

.ny-left-tab .ul-list .img {
    float: right;
    margin-right: 20px;
    cursor: pointer;
    display: flex;
    height: 50px;
    align-items: center;
}

.ny-left-tab .ul-list > li > p > .img {
    line-height: 70px;
}

.ny-left-tab .ul-list .img img {
    display: inline-block;
    width: 10px;
}

.ny-left-tab .ul-list .img img.click-show {
    display: none;
}

.ny-left-tab .ul-list .img.on img.click-show {
    display: inline-block;
}

.ny-left-tab .ul-list .img.on img.click-hide {
    display: none;
}

.ny-left-tab .ul-li1 {
    padding-left: 30px;
    position: relative;
    display: none;
    background: rgb(242, 249, 255);
}

.ny-left-tab .ul-li1 > li > p {
    width: 100%;
    height: 40px;
    line-height: 40px;
    position: relative;
    margin: 0px;
    padding: 0px;
}

.ny-left-tab .ul-li1 > li > p::before {
    content: "";
    width: 5px;
    height: 0px;
    background: rgb(22, 125, 204);
    position: absolute;
    right: -3px;
    top: 50%;
    z-index: 50;
    transform: translateY(-50%);
    transition: all 0.6s ease 0s;
}

.ny-left-tab .ul-li1 > li > p.on::before {
    height: 30px;
}

.ny-left-tab .ul-li1 > li > p > a .cn {
    font-size: 16px;
    color: rgb(51, 51, 51);
    padding-left: 20px;
}

.ny-left-tab .ul-li1 > li > p.on > a .cn {
    color: rgb(22, 125, 204);
}

.ny-left-tab .ul-li1 > li > p > .img {
    line-height: 40px;
    height: 40px;
    display: flex;
    align-items: center;
}

.ny-left-tab .ul-li2 {
    width: 100%;
    height: auto;
    padding: 10px;
    display: none;
    background: rgb(255, 255, 255);
}

.ny-left-tab .ul-li2 > li > p {
    position: relative;
    margin: 0px;
    padding: 0px;
}

.ny-left-tab .ul-li2 > li > p > a .cn {
    display: inline-block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    position: relative;
    color: rgb(51, 51, 51);
    padding-left: 20px;
}

.ny-left-tab .ul-li2 > li > p.on > a .cn {
    color: rgb(22, 125, 204);
}

.ny-left-tab .ul-li2 > li > p::after {
    content: "";
    width: 5px;
    height: 0px;
    position: absolute;
    right: -3px;
    top: 30%;
    z-index: 50;
    transform: translateY(-50%);
    transition: all 0.6s ease 0s;
}

.ny-left-tab .ul-li2 > li > p.on::after {
    height: 30px;
    margin: 0px;
    padding: 0px;
}

.links-con-right {
    float: right;
    margin-top: 0px;
}

.select-wrap {
    float: left;
    margin-left: 45px;
    width: 230px;
}

.select {
    position: relative;
    cursor: pointer;
    width: 200px;
    z-index: 9999;
    height: 38px;
}

.select dt {
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    width: 230px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.select01 dt {
    background: url("../images/select01.png") no-repeat;
}

.select02 dt {
    background: url("../images/select01.png") no-repeat;
}

.select03 dt {
    background: url("../images/select01.png") no-repeat;
}

.select dd {
    position: absolute;
    left: -41px;
    bottom: 37px;
    border: 1px solid rgb(210, 204, 196);
    background: rgb(255, 255, 255);
    display: none;
    opacity: 0.99;
    width: 200px;
    text-align: left;
}

.select dd ul {
    padding: 4px;
    width: 192px;
    height: 150px;
    overflow-y: scroll;
}

.select dd ul li a {
    line-height: 30px;
    display: block;
}

.select dd ul li a:hover {
    color: rgb(4, 77, 188);
}

.select dd ul li {
    margin-left: 0px !important;
}

.more {
    position: absolute;
    right: 0px;
    bottom: 0px;
    color: rgb(169, 169, 169);
    font-size: 14px;
    padding-bottom: 10px;
    border: 0px;
}

.more, a.more, a.more:hover {
    font-size: 14px;
    color: rgb(169, 169, 169);
    text-decoration: none;
    border: 0px;
    padding-top: 5px;
}

a.more:hover {
    color: rgb(0, 104, 183);
}

.tit {
    color: rgb(22 125 204);
    font-size: 18px;
    border-bottom: 1px solid rgb(221, 221, 221);
    padding-bottom: 10px;
    text-decoration: none;
    margin-top: 14px;
    font-weight: 600;
}

.nr p {
    font-size: 16px !important;
    line-height: 36px !important;
    font-family: å¾®è½¯é›…é»‘ !important;
    color: rgb(102, 102, 102) !important;
}

.nr font {
    font-size: 16px !important;
    line-height: 36px !important;
    font-family: å¾®è½¯é›…é»‘ !important;
    color: rgb(102, 102, 102) !important;
}

.nr span {
    font-size: 16px !important;
    line-height: 36px !important;
    font-family: å¾®è½¯é›…é»‘ !important;
    color: rgb(102, 102, 102) !important;
}

.nr table p {
    text-indent: 0em !important;
    margin-bottom: 0em !important;
}

.nr img {
    max-width: 100% !important;
    height: auto !important;
}

.nr table {
    max-width: 95% !important;
}






.fy{

    text-align: center;
    margin-top: 20px;
}
.fy a,.fy font{
   padding: 5px 10px;
    background: #ddd;
    font-size:12px;
}
.fy b{
    font-size:12px;
}
.fy .NormalRed{
    background:#258CFF;
    color:#fff;
}
.fy span{
    display:none !important;
}

.foot{
background:#016299;
padding:20px 0;

}
.foot *{
color:#fff;
}
.foot_ul{
    display: flex;
    justify-content: space-between;
}
.foot_ul li{
    border-left:1px solid #fff;
    padding-left:20px;
}
.foot_ul li:first-child{
    border:0;
}
.foot_ul li p{
    line-height:30px;
}