@charset "utf-8";
/* CSS Document */
html {
    background: #f6f6f6;
    font-size: 62.5%; /* 10梅16=62.5% */

}

body {
    font-size: 14px;
    font-size: 1.4rem; /* 14梅10=1.4 */
    color: #1f1f1f;
    font-family: 'Microsoft YaHei', SimSun, SimHei, "STHeiti Light", STHeiti, "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
}

html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul, dd, dl, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object, a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span, strong, sub, sup, tt, var, legend, fieldset {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: subpixel-antialiased;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

a {
    outline: none;
    blr: expression(this.onFocus=this.blur());
    text-decoration: none;
    color: #1f1f1f;
}

a:hover {
    color: #cc0000;
    text-decoration: none;
}

input[type='button'] {
    outline: none;
    border: 0 none;
    background-color: transparent;
    cursor: pointer;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: 400;
}

ul, ol, li {
    list-style: none outside none;
}

.imghover {
    cursor: pointer;
    transition: all 0.6s;
}

.imghover:hover {
    transform: scale(1.2);
}

.w1300 {
    width: 1300px;
    margin: 0 auto
}

.fl {
    float: left;
}

.md {
    float: left;
}

.fr {
    float: right;
}

.clearFix {
    *zoom: 1;
    clear: both;
}

.clearFix:after {
    content: '';
    display: block;
    clear: both;
}

.clear {
    width: 100%;
    overflow: hidden;
}

/*header*/
#adu0{ z-index: 99999999999!important;}
.header {
    width: 100%;
    z-index: 999999999;
    position: relative;
    top: 0;
    left: 0;
    background: #ffffff;
    transition: 0.4s ease-in-out;
}

.head {
    margin: 0 auto;
    padding: 0.5% 2% 0.5% 2%;
    z-index: 10;height:120px;
    background: url("../images/jclg_xx.png") 420px center no-repeat;
}

.logo {
    padding: 10px 0;
}

.logo img {
    display: block;
}

.logo2 {
    padding: 10px 0;
}

.logo2 img {
    display: block;
}

.head-r {
}

.head-links {
    overflow: hidden;
    margin-top: 12px;
    margin-bottom: 5px;
}

.head-links p {
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    color: #c7c6c6;
}

.head-links p a {
    color: #014e7d;
    font-size: 14px;
    margin: 0 8px;
}

.head-links p a:hover {
    color: #cc0000;
}

.head-links p .en {
    background: url("../images/en.png") left center no-repeat;
    padding-left: 20px;
}

.soBox {
    float: right;
    position: relative;
    width: 30px;
    height: 30px;
}

.soBox.open {

}

.soBox .inp {
    width: 190px;
    height: 28px;
    border: 1px #fff solid;
    background: none;
    border-radius: 15px;
    font-size: 12px;
    color: #fff;
    line-height: 28px;
    padding: 0 45px 0 10px;
    display: none;
    outline: medium none;
}

.soBox.open .inp {
    display: block;
}

.soBox .btn,
.soBox .sub {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 10px;
    top: 2px;
    background: url(../images/ss.png) no-repeat center center;
    border: none;
    cursor: pointer;
    outline: medium none;
}

.soBox .sub {
    display: none;
}

.soBox.open .sub {
    display: block;
}

.soBox.open .btn {
    display: none;
}

.nav {
    width: 100%;
    margin: 0 auto;
    display: block;
    height: 56px;
    position: relative;
    z-index: 99999;
    background: #014e7d;
}

#nav {    margin: 0 auto;
    background: #014e7d;
        display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 1200px;}

.nav li {
    float: left;
    font-size: 18px;
    position: relative;
    line-height: 56px;
}

.nav li a {
    color: #ffffff;
    display: block;
    padding: 0 15px;
}

.nav li a.hover {
    color: #ffffff;
    background: #013e64;
    line-height: 56px;
}

.nav li ul {
    background: #013e64;
    position: absolute;
    top: 56px;
    width: 100%;
    z-index: 2;
    padding: 0 0;
    display: none;
}

.nav li ul li {
    float: none;
    display: block;
    padding: 0;
    margin: 0;
}

.nav li ul li a {
    border-top: 0;
    line-height: 40px;
    text-align: center;
    padding: 0 4px;
    color: #ffffff;
    font-size: 15px;
}

.nav li ul li a:hover {
    background: #014e7d;
    color: #fff;
}

.nav1 {
    padding-top: 30px;
    margin-right: 15px;
    float: left;
}

.nav1 li {
    float: left;
    font-size: 20px;
    position: relative;
    line-height: 42px;
}

.nav1 li a {
    display: block;
    padding: 0 20px;
}

.nav1 li a.hover {
    color: #005e5d;
    border-top: 2px solid #005e5d;
    background: #f4f4f4;
    line-height: 40px;
}

.nav1 li ul {
    background: #f4f4f4;
    position: absolute;
    top: 42px;
    width: 170px;
    z-index: 2;
    padding: 5px 0;
    display: none;
}

.nav1 li ul li {
    float: none;
    display: block;
    padding: 0;
    margin: 0;
}

.nav1 li ul li a {
    border-top: 0;
    line-height: 24px;
    padding: 8px 15px;
    color: #333;
    font-size: 15px;
    text-align: left;
}

.nav1 li ul li a:hover {
    background: #005e5d;
    color: #fff;
}

/*ibanner*/

.ibanner {
    width: 100%;
    height: auto;
    background: #ffffff;
    overflow: hidden;
    position: relative;
}


.ibanner .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.ibanner .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.ibanner .slick-list:focus {
    outline: none;
}

.ibanner .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.ibanner .slick-slider .slick-track,
.ibanner .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.ibanner .slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

.ibanner .slick-track:before,
.ibanner .slick-track:after {
    display: table;

    content: '';
}

.ibanner .slick-track:after {
    clear: both;
}

.ibanner .slick-loading .slick-track {
    visibility: hidden;
}

.ibanner .slick-slide {
    display: none;
    float: left;
    min-height: 1px;
    position: relative;
}

.ibanner .slick-slide a {
    display: block;
    width: 100%;;
}

.ibanner .slick-slide img {
    width: 100%;
    height: auto;
    display: block;
}

.ibanner .slick-slide h2 {
    position: absolute;
    bottom: 0;
    height: 70px;
    line-height: 70px;
    color: #ffffff;
    width: 90%;
    padding: 0 5%;
    font-size: 18px;
    background: url(../images/imgtxt_zz.png) repeat-x bottom;
}

.ibanner .slick-slide.slick-loading img {
    display: none;
}

.ibanner .slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.ibanner .slick-dots {
    position: absolute;
    right: 20px;
    bottom: 30px;
    z-index: 99999;
    width: 100%;
    text-align: center
}

.ibanner .slick-dots .slick-active {
    width: 40px;
    height: 40px;
    background: url("../images/banner_onico.png") center no-repeat;
    text-align: center;
    opacity: 1;
}

.ibanner .slick-dots li {
    display: inline-table;
    width: 40px;
    height: 40px;
    background: url("../images/banner_ico.png") center no-repeat;
    text-align: center;
    cursor: pointer;
    margin: 0 5px;
    opacity: 0.8;
}

.ibanner .slick-dots button {
    background: none;
    border: none;
    font-size: 0;
    color: #ffffff;
}

.ibanner .slick-prev, .ibanner .slick-next {
    display: block;
    position: absolute;
    width: 50px;
    height: 70px;
    top: 40%;
    font-size: 0;
    border: 0;
    outline: none;
    cursor: pointer;
    z-index: 9999999;
}

.ibanner .slick-prev {
    left: 0;
    background: url("../images/banner_prev.png") center no-repeat;
}

.ibanner .slick-next {
    right: 0;
    background: url("../images/banner_next.png") center no-repeat;
}


/*娆＄骇椤甸潰浜岀骇鑿滃崟*/
.ny_left_top {
    height: 60px;
    width: 100%;
    color: #FFF;
    background: url(../images/nytit1.png) repeat;
    margin-top: -100px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    margin-bottom: 2px;
    position: relative;
    z-index: 1;
    padding:20px 0;
}

.sidenav {
    overflow: hidden;
    display: block;
    width: 100%;
}

.accordion {
    width: 100%;
}

.accordion .nav-link {
    display: block;
    padding-left: 25px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    outline: none;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-size: 16px;
}

.accordion .nav-link a {
    display: block;
    color: #333333;
}

.accordion .nav-link:hover {
    color: #fff !important;
    background: #014e7d;
    font-size: 16px;
}

.accordion .nav-link:hover a {
    color: #fff !important;
    font-size: 16px;
}

.accordion .nav-link.hover {
    color: #fff !important;
    background: #014e7d;
    font-size: 16px;
}

.accordion .nav-link.hover a {
    color: #fff !important;
    font-size: 16px;
}

.currentnav {
    background: #014e7d !important;
    color: #fff !important;
}

.nav-link1 {
    width: 40px;
    height: 53px;
    line-height: 53px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 3px;
}

.accordion li {
    position: relative;
    font-size: 16px;
    border-bottom: 1px solid #e6e5e5;
    background: #dadada;
    overflow: hidden;
}

.accordion li:last-child .nav-link {
    font-size: 16px;
}

.accordion li i {
    display: block;
    width: 20px;
    height: 30px;
    background: url(../images/xia.png) center no-repeat;
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 18px;
    color: #595959;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li.open .nav-link {
    color: #fff !important;
    background: #005e5d;
    font-size: 16px;
}

.accordion li.open .nav-link a {
    color: #fff !important;
    font-size: 16px;
}

.accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sidemenu {
    display: none;
    font-size: 14px !important;
    background: #f6f6f6;
    border-top: none;
    padding: 10px 0;
}

.sidemenu li {
    background: #f6f6f6;
    font-size: 14px !important;
    border-bottom: none;
}

.sidemenu a {
    display: block;
    font-size: 14px !important;
    text-decoration: none;
    padding: 8px 8px;
    padding-left: 30px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.sidemenu a.on {
    color: #005e5d;
    background: #fff;
    border-left: 3px solid #005e5d;
    padding-left: 30px !important;
}

.sidemenu a:hover {
    color: #005e5d;
    background: #fff;
    border-left: 3px solid #005e5d;
    padding-left: 30px !important;
}

/*content*/
.ban {
    text-align: center;
    margin: 0 auto;
}

.ban img {
    display: block;
    width: 100%
}

.ny {
    width: 1300px;
    margin: 0 auto;
    padding: 0 0;
}

.ny_left {
    float: left;
    width: 18%;
}

.ny_right {
    float: right;
    background: #fff;
    width: 76%;
    padding: 2% 2% 2% 2%;
}

.ny_right1 {
    background: #fff;
    width: 92%;
    margin: 0 auto;
    padding: 2% 4%
}

.ny_right_con {
    line-height: 34px !important;
    padding-top: 10px;
    min-height: 500px;
}

.ny_right_top {
    border-bottom: 1px solid #e7e7e7;
}

.nytit {
    background: url("../images/icon4.png") 7px 16px no-repeat;
    line-height: 30px;
    padding-left: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    float: right;
    font-size: 14px;
}

.nytit a {
    padding-right: 7px;
}

.nytit1 {
    height: 50px;
    line-height: 50px;
    float: left;
    overflow: hidden;
    border-bottom: 3px solid #014e7d;
    color: #014e7d;
    font-size: 24px;
    font-weight: bold;
    padding: 0 10px;
}

/*淇℃伅鍒楄〃寮�濮�*/


.Newslist {
}

.Newslistsss ul li {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px dashed #dcdcdc;
    background: url("../images/xb.jpg") no-repeat left 23px;
    font-size: 15px;
    padding-left: 15px;
    overflow: hidden;
    width: 97%;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.Newslistsss ul li i{
    float: right;
    padding-left: 10px;
    color: #999999;font-style: normal;
}













.Newslist {
}

.Newslist ul li {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px dashed #dcdcdc;
    background: url("../images/xb.jpg") no-repeat left 23px;
    font-size: 15px;
    padding-left: 15px;
    overflow: hidden;
    width: 97%;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.Newslist ul li span {
    float: right;
    padding-left: 10px;
    color: #999999;
}

.sjdh {
    display: none;
}

.fytpc {
    margin-top: 15px;
}

.m-list3 {

}

.m-list3 li {
    overflow: hidden;
    padding: 10px 0 30px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 20px;
}

.m-list3 .pic3 {
    float: left;
    overflow: hidden;
    width: 180px;
    height: 120px;
    position: relative;
}

.m-list3 .pic3 img {
    display: block;
    overflow: hidden;
    width: 180px;
    height: 120px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    position: absolute;
    z-index: 1;
}

.m-list3 .pic3:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.m-list3 .txt44 {
    overflow: hidden;
    padding-left: 20px;
}

.m-list3 .tit44 {
    font-size: 16px;
    font-weight: normal;
    line-height: 32px;

    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.m-list3 .tit44 a {
    color: #000;

    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.m-list3 .tit44 a:hover {
    color: #9a0000;
}

.m-list3 .txt44 p {
    height: 48px;

    font-size: 14px;
    line-height: 24px;
    color: #333;

    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.m-list3 .info {
    padding: 5px 0;

    line-height: 25px;
}

.m-list3 .info .time1 {
    padding-left: 24px;
    font-size: 12px;
    color: #999;
    background: url(../images/icon-time.png) 0 center no-repeat;
}

.sz {
    width: 100%;
}

.sz li {
    overflow: hidden;
    padding: 1%;
    margin: 2%;
    background: #f6f6f6;
    float: left;
    width: 19%;
}

.sz ul li .img33 {
    width: 100%;
    /*min-width:100%;*/
    /*display: block;*/
    height: 0;
    padding-bottom: 122%;
    overflow: hidden;
}

.sz ul li .img33 img {
    width: 100%;
}

.sz ul li p {
    line-height: 25px;
    text-align: center;
    height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 7px;
}

/*鍥剧墖鍒楄〃寮�濮�*/
.pic {
    width: 100%;
}

.pic ul li {
    float: left;
    width: 30%;
    display: block;
    height: auto;
    overflow: hidden;
    cursor: pointer;
    background: #f7f7f7;
    margin-left: 2%;
    margin-right: 1%;
    margin-top: 20px;
}

.pic ul li .img3 {
    width: 100%;
    min-width: 100%;
    display: block;
    height: 0;
    padding-bottom: 60.394%;
    overflow: hidden;
}

.pic ul li p {
    line-height: 45px;
    text-align: center;
    height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 5px;
}

/*璇︾粏椤�*/
.content table {
    width: 100%;
    margin: 0 auto;
}

.content {
    width: 100%;
    padding-top: 10px;
    margin: 0 auto;
}

.content-title {
    width: 100%;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
}

.content-title h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 50px;
    width: 100%;
    text-align: center;
    color: #222;
    padding-bottom: 5px;
}

.content-title i {
    TEXT-ALIGN: center;
    MARGIN: 0 auto;
    HEIGHT: 32px;
    display: block;
    line-height: 32px;
    font-style: normal;
}

.content-con {
    font-size: 15px;
    line-height: 35px;
    padding: 10px 0;
}

.content-con p {
    text-indent: 2em;
    text-align: justify;
    text-justify: inter-ideograph;
    margin-bottom: 20px;word-wrap:break-word;
}



.sxt {
    padding: 15px 0;
    border-top: 1px dotted #bbb;
}

.sxt p {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 34px;
    overflow: hidden;
    color: #333;
}

.ssjg {
    padding: 0 10px;
}

.ssjg ul li {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px dashed #dcdcdc;
    background: url(../images/xb.jpg) no-repeat left 23px;
    font-size: 15px;
    padding-left: 15px;
    overflow: hidden;
    width: 97%;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ssjg ul li i {
    float: right;
    padding-left: 10px;
    color: #999999;
}

/*zt_box*/
/*zt_box*/
.zhuantibox {
    width: 100%;
    background: #f5f5f5;
    padding: 50px 0;
    margin: 50px auto 30px auto;
}

.zt_box {
    width: 1300px;
    padding: 0 0;
    margin: 0 auto;
    height: auto;
}

.zt_box .slick-slider {
    margin: 0 auto;
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;

}

.zt_box .ztimg {
    float: left
}

.zt_box .slick-list {
    width: 1300px;
    overflow: hidden;
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0;
}

.zt_box .slick-slider .slick-track,
.zt_box .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.zt_box .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.zt_box .slick-track:before,
.zt_box .slick-track:after {
    display: table;
    content: '';
}

.zt_box .slick-track:after {
    clear: both;
}

.zt_box .slick-loading .slick-track {
    visibility: hidden;
}

.zt_box .slick-slide {
    width: 100%;
    display: none;
    float: left;
    min-height: 1px;
    padding: 0 0;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.zt_box .slick-slide a {
    display: block;
    height: 100px;
    width: 405px;
    margin: 0 auto;

    overflow: hidden
}

.zt_box .slick-slide img {
    display: block;
    margin: 0 auto;
    height: 100px;
    width: 405px;
}

.zt_box .slick-slide.slick-loading img {
    display: none;
}

.zt_box .slick-initialized .slick-slide {
    display: block;
}

.zt_box .slick-loading .slick-slide {
    visibility: hidden;
}

.zt_box .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.zt_box .slick-arrow.slick-hidden {
    display: none;
}

.zt_box .slick-prev, .zt_box .slick-next {
    display: block;
    width: 50px;
    height: 50px;
    top: 24%;
    font-size: 0;
    border: 0;
    outline: none;
    cursor: pointer;
    z-index: 999;
    opacity: 0.5;
}

.zt_box .slick-prev:hover, .zt_box .slick-next:hover {
    opacity: 1;
    transition: all 0.6s;
}

.zt_box .slick-prev {
    position: absolute;
    left: -50px;
    background: url("../images/m_jtl.png") center no-repeat;
}

.zt_box .slick-next {
    position: absolute;
    right: -50px;
    background: url("../images/m_jtr.png") center no-repeat;
}

/*footer*/
.footer {
    font-size: 14px;
    color: #fff;
    line-height: 34px;
    background: #014e7d;
    height: 100px;
    overflow: hidden;
    padding: 50px 0 60px 0;
}

.footer .footer_left {
    width: 25%;
    float: left;
    margin-right: 4%;
}

.footer .footer_left h2 {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 5px
}

.footer .footer_left li {
    font-size: 16px;
    color: #ffffff;
    width: 50%;
    float: left;
    line-height: 40px;
}

.footer .footer_left li a {
    color: #ffffff
}

.footer .footer_center {
    width: 40%;
    font-size: 14px;
    color: #fff;
    line-height: 34px;
    float: left;
}

.footer .footer_center p {
    width: 100%;
    font-size: 15px;
    color: #fff;
    line-height: 40px;
    float: left;
}

.footer .footer_center a {
    font-size: 15px;
    color: #fff;
    line-height: 34px;
}

.footer .footer_right {
    width: 30%;
    float: right;
    font-size: 14px;
    color: #ffffff;
    line-height: 30px;
    position: relative
}

.footer .footer_right li {
    width: 107px;
    float: left;
    margin-left: 20px;
}

.footer .footer_right li a {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.footer .footer_right li img {
    display: block;
    margin: 0 auto;
}

.footer .footer_right span {
    width: 100%;
    display: block;
    text-align: center;
    line-height: 30px;
}

.footer .footer_right li:hover img {
    opacity: 1;
}

.rwm01 {
    position: absolute;
    bottom: 100px;
    left: -15px;
    display: none;
    width: 120px;
    height: 120px;
    z-index: 999999999;
}

.rwm02 {
    position: absolute;
    bottom: 100px;
    left: 70px;
    display: none;
    width: 120px;
    height: 120px;
    z-index: 999999999;
}

.rwm03 {
    position: absolute;
    bottom: 100px;
    right: 75px;
    display: none;
    width: 120px;
    height: 120px;
    z-index: 999999999;
}

.rwm04 {
    position: absolute;
    bottom: 100px;
    right: -15px;
    display: none;
    width: 120px;
    height: 120px;
    z-index: 999999999;
}


.rwm01 img, .rwm02 img, .rwm03 img, .rwm04 img {
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 0 !important;
}

.ibanner .slick-active {
    left: 0;
    opacity: 1;
    -moz-transform: rotate(0deg) scale(1);
    -o-moz-transform: rotate(0deg) scale(1);
    -o-moz-transform: rotate(0deg) scale(1);
    -webkit-moz-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    animation: lxfpic;
    -moz-animation: lxfpic;
    /* Firefox */
    -webkit-animation: lxfpic;
    /* Safari and Chrome */
    -o-animation: lxfpic;
    display: block;
    animation-duration: 60s;
    animation-timing-function: linear;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 60s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 1s;
    -webkit-animation-iteration-count: infinite;
}

@keyframes lxfpic {
    0% {

        opacity: 1;
        -moz-transform: rotate(0deg) scale(1);
        -o-moz-transform: rotate(0deg) scale(1);
        -o-moz-transform: rotate(0deg) scale(1);
        -webkit-moz-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
    }
    25% {

        opacity: 1;
        -moz-transform: rotate(0deg) scale(1.1);
        -o-moz-transform: rotate(0deg) scale(1.1);
        -o-moz-transform: rotate(0deg) scale(1.1);
        -webkit-moz-transform: rotate(0deg) scale(1.1);
        transform: rotate(0deg) scale(1.1);
    }

    50% {

        opacity: .8;
        -moz-transform: rotate(0deg) scale(1.3);
        -o-moz-transform: rotate(0deg) scale(1.3);
        -o-moz-transform: rotate(0deg) scale(1.3);
        -webkit-moz-transform: rotate(0deg) scale(1.3);
        transform: rotate(0deg) scale(1.3);

    }
    75% {

        opacity: 1;
        -moz-transform: rotate(0deg) scale(1.1);
        -o-moz-transform: rotate(0deg) scale(1.1);
        -o-moz-transform: rotate(0deg) scale(1.1);
        -webkit-moz-transform: rotate(0deg) scale(1.1);
        transform: rotate(0deg) scale(1.1);
    }
    100% {

        opacity: 1;
        -moz-transform: rotate(0deg) scale(1);
        -o-moz-transform: rotate(0deg) scale(1);
        -o-moz-transform: rotate(0deg) scale(1);
        -webkit-moz-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);

    }
}

/*20200621*/
.i_xndh {
    width: 100%;
    padding: 0 0;
    margin: 0 auto 0 auto;
    height: auto;
    overflow: hidden
}

.xndh_box {
    width: 98%;
    margin: 0 auto 2% auto;
    height: auto;
    overflow: hidden;
}

.xndh_box h1 {
    width: 100%;
    font-size: 20px;
    color: #ffffff;
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center
}

.xd_list {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 1% 0
}

.xd_list ul {
}

.xd_list li {
    float: left;
    PADDING: 0 40PX;
    height: 50px;
    line-height: 50px;
    text-align: center;
    MIN-WIDTH: 13%;
}

.xd_list li a {
    font-size: 16px;
    display: block;
    width: 100%;
    line-height: 24px;
}

.xdstyle1 {
    border: #014e7d 1px solid;
}

.xdstyle1 h1 {
    background: #014e7d
}

.xdstyle2 {
    border: #666699 1px solid;
}

.xdstyle2 h1 {
    background: #666699
}

.xdstyle3 {
    border: #cb7a16 1px solid;
}

.xdstyle3 h1 {
    background: #cb7a16
}


/*202-6-28*/

.jg_title h2 {
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    border-bottom: 1px solid #014e7d;
    color: #014e7d;
    font-size: 24px;
    text-align: left;
    background: url("../images/active_1.png") left center no-repeat;
    padding: 0 0 0 20px
}

.ijgsz ul {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 20px auto;
}

.ijgsz ul li {
    float: left;
    height: 52px;
    line-height: 52px;
    font-size: 16px;
    padding: 0 3%;
    width: 42%;
    margin: 0 1% 0 1%;
}

.ijgsz ul li a {
    overflow: hidden;
    width: 90%;
    display: block;
    background: url("../images/jgszico.png") left center no-repeat;
    padding-left: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ijgsz ul li a:hover {
    color: #014e7d
}

.ijgsz ul li:nth-child(4n), .ijgsz ul li:nth-child(4n+3) {
    background: #f5f5f5;
}

.ijgsz ul li:nth-child(4n+1), .ijgsz ul li:nth-child(4n+2) {
    background: none;
}

/*jg_info*/
.jg_info {
    width: 98%;
    height: auto;
    overflow: hidden;
    margin: 0 auto
}

.jg_info_jbxx {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.jg_info_ld {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid #e7e7e7;
    padding: 20px 0;
}

.jg_info_ld ul {
    width: 70%;
    float: left
}

.jg_info_ld li {
    line-height: 40px;
    font-size: 16px;
    color: #333333;
}

.jg_info_ld li span {
    display: block;
    width: 33.33%;
    float: left
}

.jg_info_ld .go_link {
    font-size: 18px;
    font-weight: bold;
    color: #bb2d38;
    display: block;
    float: right;
    margin: 5% auto 0 0
}

.jg_info_about {
    padding: 20px 0;
}

.jg_info_about p {
    line-height: 32px;
    font-size: 16px;
    color: #333333;
    text-align: justify;
    text-indent: 2em
}


/*20200706*/
.lead_list {
    width: 85%;
    height: auto;
    overflow: hidden;
    margin: 25px auto
}

.lead_list ul {
    width: 100%;
    height: auto;
    overflow: hidden
}

.lead_list li {
    width: 100%;
    height: 80px;
    line-height: 80px;
    overflow: hidden;
    border-bottom: #ededed 1px solid;
    background: url("../images/ld_icojt.png") right center no-repeat
}

.lead_list li:hover {
    background: url("../images/ld_icojto.png") right center no-repeat #fcfcfc
}

.lead_list li:hover span {
    color: #014e7d
}

.lead_list li:hover i {
    color: #014e7d
}

.lead_list li a {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.lead_list li span {
    font-weight: bold;
    font-size: 24px;
    color: #000000;
    display: block;
    float: left;
    width: 140px;
    text-align: center
}

.lead_list li i {
    font-style: normal;
    font-size: 20px;
    color: #666666;
    display: block;
    float: left;
    text-align: left
}


/*----------------------------------------------------------------------------*/
/*news_box*/
.i_title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    position: relative;
    margin: 0 auto 15px auto
}

.i_title h1 {
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    color: #000000;
    font-weight: normal;
    position: absolute;
    left: 0;
    padding: 0 0 0 25px;
    background: url("../images/title_ico.png") left center no-repeat;
}

.i_title h1 i {
    font-size: 16px;
    color: #9c9c9c;
    font-style: normal;
    padding: 0 0 0 10px
}

.i_title .i_more {
    display: block;
    text-align: center;
    font-size: 30px;
    color: #333333;
    float: right;
    margin: 10px 5px 0 0;
    transition: all 0.6s;
    border: #a1a1a1 1px solid;
    width: 28px;
    height: 28px;
    line-height: 24px;
}

.i_title .i_more:hover {
    color: #0182c6;
    border: #0182c6 1px solid;
    margin: 10px 5px 0 0;
    transition: all 0.6s;
}

.i_title .i_more2 {
    font-size: 15px;
    color: #9c9c9c;
    float: right;
    margin-right: 0;
    transition: all 0.6s;
}

.i_title .i_more2 i {
    font-size: 16px;
    color: #0182c6;
    font-style: normal;
}

.i_title .i_more2:hover {
    color: #0182c6;
    margin-right: 0;
    transition: all 0.6s;
}

.i_title .i_more3 {
    font-size: 16px;
    color: #0182c6;
    font-weight: bold;
    float: right;
    width: 112px;
    height: 45px;
    padding-left: 5px;
    margin-right: 5px;
    transition: all 0.6s;
    background: url("../images/gonewsbg.png") bottom center no-repeat;
}

.i_title .i_more3:hover {
    color: #0182c6;
    margin-right: 0;
    background: url("../images/gonewsbg.png") bottom right no-repeat;


}

.news_box {
    margin: 40px auto 20px auto;
    overflow: hidden;
    height: auto
}

.news_xy {
    width: 100%;
}

.news_list {
    width: 640px;
    float: right
}

/*nn*/
.news_right {
    float: right;
    width: 640px;
    padding: 5px 0 0 0;
}

.xw_list {
    width: 645px;
    height: auto;
    margin: 0 0 23px 0;
    padding: 0 0 23px 0;
    overflow: hidden;
}

.xw_list:last-child {
    border-bottom: none
}

.xw_list .xw_date {
    font-size: 14px;
    color: #333333;
    display: block;
    width: 80px;
    height: 70px;
    text-align: center;
    float: left;
    opacity: 0.9;
    border-right: #cccccc 1px solid
}

.xw_list .xw_date span {
    font-size: 26px;
    color: #0182c6;
    width: 100%;
    text-align: center;
    display: block;
    height: 46px;
    line-height: 46px;
    margin: 0 0 0 0
}

.xw_list .xw_txt {
    float: right;
    width: 550px;
    height: 70px;
    overflow: hidden;
    padding: 0 0 0 0;
}

.xw_list .xw_txt h1 {
    color: #242424;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    font-weight: normal;
    padding-bottom: 5px
}

.xw_list .xw_txt h1 a {
    color: #242424;
width: 99%;
    display: inline-block;
}

.xw_list .xw_txt p {
    font-size: 14px;
    line-height: 20px;
    color: #999999;
    margin: 0;
    padding: 0;
    text-align: left
}

.xw_list .xw_txt p a {
    color: #999999
}

.xw_txt:hover h1 a {
    color: #ab1f2a;
}

.xw_list:hover .xw_date {
    opacity: 1;
}

.xw_list:hover p a {
    color: #ab1f2a
}

.xw_list:hover .xw_date span {
    color: #ab1f2a;
}

}
/**/
/*jcnews*/

.jc_newsbox {
    width: 1360px;
    margin: 0 auto
}

.jcnews_title {
    text-align: center;
    width: 100%;
    height: 80px;
    position: relative;
    margin: 0 0 20px 0;
    overflow: hidden
}

.jcnews_title h1 {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 30px;
    line-height: 80px;
    color: #005f5e;
    font-weight: bold;
    position: relative;
    z-index: 2
}

.jcnews_title i {
    display: block;
    width: 100%;
    text-align: center;
    font-style: normal;
    font-size: 46px;
    line-height: 60px;
    color: #e8e8e8;
    font-family: "鎬濇簮瀹嬩綋", simsun;
    font-weight: bold;
    position: absolute;
    z-index: 1;
    top: 0;
    text-transform: uppercase
}

.jcnews_left {
    float: left;
    width: 630px;
    height: 430px;
    position: relative;
    background: #ffffff;
    overflow: hidden
}

.jcnews_left .slickzs {
    width: 50px;
    height: 50px;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 5px;
    z-index: 999;
    font-size: 30px;
    color: #ffffff;
}

.jcnews_pic {
    width: 630px;
    height: 430px;
    position: relative;
    background: #ffffff;
    overflow: hidden
}

.jcnews_pic .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.jcnews_pic .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.jcnews_pic .slick-list:focus {
    outline: none;
}

.jcnews_pic .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.jcnews_pic .slick-slider .slick-track,
.jcnews_pic .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.jcnews_pic .slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

.jcnews_pic .slick-track:before,
.jcnews_pic .slick-track:after {
    display: table;

    content: '';
}

.jcnews_pic .slick-track:after {
    clear: both;
}

.jcnews_pic .slick-loading .slick-track {
    visibility: hidden;
}

.jcnews_pic .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    position: relative;
}

.jcnews_pic .slick-slide a {
    display: block;
    width: 100%;;
    height: 100%;
}

.jcnews_pic .slick-slide img {
    width: 630px;
    height: 430px;
    display: block;
}

.jcnews_pic .slick-slide h2 {
    position: absolute;
    bottom: 0;
    text-align: center;
    height: 70px;
    line-height: 70px;
    color: #ffffff;
    width: 90%;
    padding: 0 5%;
    font-size: 18px;
    background: url(../images/imgtxt_zz.png) repeat-x bottom;
}

.jcnews_pic .slick-slide.slick-loading img {
    display: none;
}

.jcnews_pic .slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.jcnews_pic .slick-dots {
    position: absolute;
    right: 20px;
    bottom: 0
}

.jcnews_pic .slick-dots .slick-active {
    display: block;
    width: 70px;
    height: 70px;
    background: url("../images/jcdthdline.png") top right no-repeat;
    text-align: center
}

.jcnews_pic .slick-dots li {
    display: none;
    font-weight: normal;
}

.jcnews_pic .slick-dots button {
    background: none;
    border: none;
    font-size: 18px;
    color: #ffffff;
}

.jcnews_pic .slick-prev, .jcnews_pic .slick-next {
    display: block;
    width: 74px;
    height: 74px;
    top: 45%;
    font-size: 0;
    border: 0;
    outline: none;
    cursor: pointer;
    z-index: 99
}

.jcnews_pic .slick-prev {
    position: absolute;
    left: 0px;
    background: url("../images/banner_prev.png") 15px center no-repeat;
    border-radius: 50%;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.jcnews_pic .slick-next {
    position: absolute;
    right: 0px;
    background: url("../images/banner_next.png") 15px center no-repeat;
    border-radius: 50%;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.jcnews_pic .slick-prev:hover, .jcnews_pic .slick-next:hover {
    opacity: 1;
    filter: alpha(opacity=70);
}

.jcnews_piclist {
    float: right;
    width: 660px;
    height: 430px;
    overflow: hidden
}

.jcnews_piclist ul {
    width: 700px;
}

.jcnews_piclist li {
    display: block;
    width: 315px;
    height: 200px;
    float: left;
    margin: 0 30px 25px 0
}

.jcnews_piclist li a {
    display: block;
    margin: 0 auto;
    width: 315px;
    height: 200px;
    overflow: hidden;
    position: relative
}

.jcnews_piclist li img {
    display: block;
    margin: 0 auto;
    width: 315px;
    height: 200px;
}

.jcnews_piclist li span {
    display: block;
    width: 100%;
    text-align: center;
    height: 60px;
    line-height: 70px;
    overflow: hidden;
    font-size: 16px;
    color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url("../images/imgtxt_zz.png") repeat-x bottom;
}

/*picnews*/
.picnews {
    width: 400px;
    height: 280px;
    overflow: hidden;
    position: relative;
    float: left;
}

.picnews .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 10px;
    bottom: 7px;
    z-index: 1;
}

.picnews .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.picnews .hd ul li {
    float: left;
    margin-right: 4px;
    width: 7px;
    height: 7px;
    line-height: 8px;
    font-size: 0;
    text-align: center;
    background: #cccccc;
    cursor: pointer;
    border-radius: 50px;
}

.picnews .hd ul li.on {
    background: #ff0000;
    color: #fff;
}

.picnews .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.picnews .bd li {
    zoom: 1;
    vertical-align: middle;
}

.picnews .bd img {
    width: 400px;
    height: 280px;
    display: block;
}

.picnews .bd span {
    position: absolute;
    bottom: 0;
    background: url(../images/title_bg.png);
    width: 100%;
    line-height: 40px;
    color: #fff;
    font-weight: bold;
}

.picnews .bd h1 {
    color: #fff;
    font-size: 14px;
    margin: 0;
    padding: 0 10px
}

/**/
.top_news {
    height: auto;
    overflow: hidden;
    border-bottom: #e5e5e5 1px dashed;
    padding-bottom: 5px;
}

.top_news h2 {
    color: #cc0000;
    font-size: 20px;
    line-height: 36px;
    margin: 0;
    padding: 0;
    font-weight: bold;
    width: 100%;
    text-align: center
}

.top_news:hover h2 {
    color: #cc3333;
}

.top_news:hover p {
    color: #cc3333;
}

.top_news p {
    margin: 0;
    font-size: 13px;
    line-height: 24px;
    color: #999999;
    padding: 5px 0 5px 0;
    text-indent: 2em;
}

.i_list {
    width: 99%;
    margin: 5px auto 0 auto;
}

.i_list li {
    width: 100%;
    font-size: 14px;
    color: #a0a0a0;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
}

.i_list li a {
    color: #333333;
    font-size: 16px;
    float: left;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    width: 80%;
    padding-left: 2.5%;
    text-align: left;
    transition: all 0.2s;
    background: url("../images/ico_002.png") left center no-repeat;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.i_list li span {
    float: right;
    color: #999999;
    font-size: 15px;
}

.i_list li:hover a {
    color: #cc0000
}

/**/
.i_list {
    width: 99%;
    margin: 5px auto 0 auto;
}

.i_list li {
    width: 100%;
    font-size: 14px;
    color: #a0a0a0;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
}

.i_list li a {
    color: #333333;
    font-size: 16px;
    float: left;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    width: 80%;
    padding-left: 2.5%;
    text-align: left;
    transition: all 0.2s;
    background: url("../images/ico_002.png") left center no-repeat;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.i_list li span {
    float: right;
    color: #999999;
    font-size: 15px;
}

.i_list li:hover a {
    color: #cc0000
}


/**/
.date_list {
    padding: 10px 0 0 0 !important;
    position: relative
}

.date_list li {
    width: 100%;
    height: 58px;
    display: block;
    padding: 0 0 20px 0;
    margin-bottom: 20px;
    overflow: hidden;
    border-bottom: #d9d9d9 1px dashed;
}

.date_list li:last-child {
    margin-bottom: 0px;

}

.date_list li a {
    display: block;
    font-size: 16px;
    color: #333333;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    width: 84%;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.date_list li p {
    font-size: 14px;
    color: #999999;
    display: block;
    width: 84%;
    height: 24px;
    overflow: hidden;
    line-height: 24px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.date_list li a:hover {
    color: #b80000;
}

.date_list li span {
    float: left;
    display: block;
    width: 56px;
    height: 56px;
    background: #ffffff;
    text-align: center;
    color: #b4b4b4;
    font-size: 12px;
    line-height: 20px;
    margin-right: 17px;
    overflow: hidden;
    border-radius: 4px;
    border: #004d7d 1px solid;
}

.date_list li span i {
    width: 100%;
    display: block;
    text-align: center;
    color: #ffffff;
    background: #004d7d;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    line-height: 36px;
}

.date_list li:hover span {
    background: #ffffff;
    border: #0182c6 1px solid;
    color: #0182c6;
}

.date_list li:hover i {
    background: #0182c6;
    color: #ffffff
}

/*iqtbox*/
.iqtbox {
    width: 1300px;
    margin: 0 auto 30px auto;
    height: auto;
    overflow: hidden;
}

.itzbox {
    margin: 0 auto 30px auto;
    height: auto;
    padding: 40px 0;
    overflow: hidden;
    background:url("../images/tzggbg.jpg") center no-repeat #f4f9fe;
}

.itzbox_left {
    width: 500px;
    float: left;
    height: auto;
    overflow: hidden;
}

.itzbox_center {
    width: 540px;
    height: auto;
    overflow: hidden;
    float: left;
    margin-left: 40px;
}

.itzbox_center .i_list li a {
    background: none;
    padding-left: 0
}

.itzbox_right {
    width: 185px;
    float: right;
    padding-top: 70px;
    height: auto;
    overflow: hidden;
}

.itzbox_right li {
    width: 185px;
    height: 125px;
    overflow: hidden;
    margin: 0 auto 23px auto;
    border-radius: 4px
}

.itzbox_right li img {
    width: 185px;
    height: 125px;
}

.iqt_left {
    width: 630px;
    float: left
}

.iqt_center {
    width: 445px;
    float: left;
    margin-left: 30px
}

.iqt_right {
    width: 630px;
    float: right
}

/**/
.tw_top {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 20px auto 10px auto
}

.tw_top .imgbox {
    width: 164px;
    height: 112px;
    overflow: hidden;
    display: block;
    float: left;
}

.tw_top img {
    width: 164px;
    height: 112px;
    padding: 0;
    float: left;
}

.tw_top .tw_txt {
    float: right;
    width: 360px;
    height: 95px;
    overflow: hidden;
    padding: 0 0 0 0;
}

.tw_top .tw_txt h1 {
    color: #000000;
    font-size: 16px;
    line-height: 27px;
    margin: 0 0 5px 0;
    font-weight: normal
}

.tw_top .tw_txt h1 a {
    color: #333333;
}

.tw_top .tw_txt p {
    font-size: 14px;
    line-height: 30px;
    color: #999999;
    margin: 0 0 10px 0;
    padding: 0;
    text-justify: inter-word;
    text-align: justify
}

.tw_top .tw_txt p a {
    color: #999999
}

.tw_top:hover .tw_txt h1 a {
    color: #cc0000;
}

.tw_top:hover .tw_txt p a {
    color: #666666;
}

/*fast_box*/
.fast_box {
    background: #ffffff;
    background-size: cover;
    padding: 25px 0
}

.fast_list {
    height: auto;
    overflow: hidden;
}

.fast_list ul {
    width: 110%
}

.fast_list li {
    width: 6%;
    float: left;
    margin: 10px 6% 10px 0;
    transition: all 0.6s;
}

.fast_list li a {
}

.fast_list li span {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    display: block;
    width: 100%;
    text-align: center;
    transition: all 0.6s;
}

.fast_list li img {
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto
}

.fast_list li:hover span {
    color: #014e7d;
    transition: all 0.6s;
}

.fast_list li:hover {
    transition: all 0.6s;
}

/*search_pc*/
.search_pc {
    width: 250px;
    height: 34px;
    float: none;
    margin: 10px auto 0 auto;border: 1px #5f8fad solid;border-radius: 20px;
    overflow: hidden;
}

.search_pc .inp {
    width: auto;
    height: 34px;
    background: none;
    font-size: 14px;
    color: #000;
    line-height: 36px;
    padding: 0 45px 0 10px;
    display: block;
    outline: medium none;
}


/*ld*/
.pic_list {

}

.pic_list li {
    overflow: hidden;
    padding: 30px 0 50px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 20px;
}

.pic_list .pic3 {
    float: left;
    overflow: hidden;
    width: 290px;
    height: 200px;
    position: relative;
    background: #ebebeb;
}

.pic_list .pic3 img {
    display: block;
    overflow: hidden;
    height: 200px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    z-index: 1;
    margin: 0 auto;
}

.pic_list .pic3:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.pic_list .txt44 {
    overflow: hidden;
    padding-left: 40px;
}

.pic_list .tit44 {
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pic_list .tit44 a {
    color: #000;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.pic_list .tit44 a:hover {
    color: #9a0000;
}

.pic_list .txt44 p {
    font-size: 15px;
    line-height: 27px;
    color: #333;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    text-indent: 2em;
}

.pic_list .info {
    padding: 5px 0;
    line-height: 27px;
}

.dpzw p{word-break:break-all;}