@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: #0f67b1;
    text-decoration: none;
}

input[type='button'] {
    outline: none;
    border: 0 none;
    background-color: transparent;
    cursor: pointer;
}

address, caption, cite, code, dfn, em, 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);
}

.w1320 {
    width: 1320px;
    margin: 0 auto
}

.fl {
    float: left;
}

.md {
    float: left;
}

.fr {
    float: right;
}


.clear {
    width: 100%;
    overflow: hidden;
}

/*top_link*/
.top_link {
    background: #ac0701;
    height: 34px;
    line-height: 34px;
    text-align: right;
    color: #c57d80
}

.top_link li {
    display: inline;
    padding: 0 10px 0 10px;
    color: #ffffff
}

.top_link a {
    color: #ffffff;
    font-size: 14px;
    height: 34px;
    line-height: 34px;
}

.top_link li a:hover {
    color: #e6e6e6;
}

/*header*/
.m_search {
    display: none;
}




.pb_sys_style1 .p_no_d {
    border: 1px solid #db351b !important;
    color: #fff;
    background-color: #da2c14 !important;
}


.soBox .inp {
    width: 190px;
    height: 28px;
    border: 1px #fff solid;
    background: none;
    font-size: 12px;
    color: #fff;
    line-height: 28px;
    padding: 0 45px 0 10px;
    display: none;
    outline: medium none;
    overflow: hidden;
}

.soBox.open .inp {
    display: block;
}

.soBox .btn,
.soBox .sub {
    display: block;
    width: 60px;
    font-size: 15px;
    height: 34px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 34px;
    color: #ffffff;
    background: #6a0706;
    border: none;
    cursor: pointer;
    outline: medium none;
}

.soBox .sub:hover {
    background: #480000;
}

.soBox.open .sub {
    display: block;
}

.soBox.open .btn {
    display: none;
}

.search_pc {
    width: 250px;
    height: 34px;
    float: none;
    margin: 50px auto 0 auto;
    background: #d88785;
}

.search_pc .inp {
    width: 244px;
    height: 34px;
    border: none;
    background: url("../images/search_cio.png") 12px center no-repeat;
    font-size: 14px;
    color: #fff;
    line-height: 34px;
    padding: 0 45px 0 35px;
    display: block;
    outline: medium none;

}


/*ibanner*/
.ibanner {
    width: 100%;
    height: auto;
    background: #ffffff;
    overflow: hidden;
    position: relative;
}
.ibanner img{
    width: 100%;
}

.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 {
width:100%;
    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 {
width:100%
    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% !important;
    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: 70px;
    height: 70px;
    background: url("../images/banner_icoon.png") center no-repeat;
    text-align: center
}

.ibanner .slick-dots li {
    display: inline-table;
    width: 70px;
    height: 70px;
    background: url("../images/banner_ico.png") center no-repeat;
    text-align: center;
    cursor: pointer
}

.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: 3%;
    background: url("../images/banner_prev.png") center no-repeat;
}

.ibanner .slick-next {
    right: 3%;
    background: url("../images/banner_next.png") center no-repeat;
}

/*noticebox*/
.qttz_box {
    width: 100%;
    height: auto;
    padding: 10px 0 50px 0;
    overflow: hidden;
    background: url("/images/tzl_box.jpg") center no-repeat;
    background-size: cover;
    margin: 30px auto
}

.noticebox {
    width: 1320px;
    margin: 0 auto;
    text-align: left;
    overflow: hidden
}

.noticebox .i_more {
 /*position: absolute; */
    /* z-index: 99999; */
    /* right: 55px; */
    /* top: -75px; */
position: relative;
    /* z-index: 99999; */
    right: 10px;
    top: 15px;
}

.noticebox .hd {
    height: 90px;
    line-height: 93px;
    padding: 0;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.noticebox .hd ul {
    float: left;
    position: absolute;
    height: 90px;
    width: 100%
}

.noticebox .hd ul li {
    float: left;
    cursor: pointer;
    width: 33.333333%;
    height: 98px;
    padding-left: 0%;
    margin-right: 0;
    text-align: left;
    font-size: 27px;
    color: #fff;
}

.noticebox .hd ul li i {
    font-style: normal;
    font-size: 16px;
    color: #0068a5;
    padding: 0 0 0 10px
}

.noticebox .hd ul li span {
    display: inline-block;
    width: 60px;
    height: 30px;
    position: relative;
    top: 3px;

}

.noticebox .hd ul li.on {
    background: url("/images/ibq_bgpic.png") bottom left no-repeat;
    color: #0968b7
}

.noticebox .hd ul li a{color: #fff;}

.noticebox .hd ul li.on a{color: #da160e;}


.noticebox .bd ul {
    padding: 0;
    zoom: 1;
}

.n_bq1 {
    background: url("/images/i_title_tz_b.png") center bottom no-repeat;
}

.n_bq2 {
    background: url("/images/i_title_zb_b.png") center bottom no-repeat;
}

.n_bq3 {
    background: url("/images/i_title_xs_b.png") center bottom no-repeat;
}

.noticebox .hd ul li.on .n_bq1 {
    background: url("/images/i_title_tz_a.png") center bottom no-repeat;
}

.noticebox .hd ul li.on .n_bq2 {
    background: url("/images/i_title_zb_a.png") center bottom no-repeat;
}

.noticebox .hd ul li.on .n_bq3 {
    background: url("/images/i_title_xs_a.png") center bottom no-repeat;
}

.noticebox .bd {
    width: 100%;
    height: auto;
}

/*次级页面二级菜单*/
.ny_left_top {
    height: 80px;
    width: 100%;
    color: #FFF;
    background: url(../images/nytit1.png) repeat;
    margin-top: -80px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 80px;
    margin-bottom: 2px;
    position: relative;
    z-index: 1;
}

.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: #ac0701;
    font-size: 16px;
}

.accordion .nav-link:hover a {
    color: #fff !important;
    font-size: 16px;
}

.accordion .nav-link.hover {
    color: #fff !important;
    background: #ac0701;
    font-size: 16px;
}

.accordion .nav-link.hover a {
    color: #fff !important;
    font-size: 16px;
}

.currentnav {
    background: #ac0701 !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*/


.ny {
    width: 1320px;
    margin: 0 auto;
    padding: 0 0;
}

.ny_left {
    float: left;
    width: 18%;
}

.ny_right {
    float: right;
    background: #fff;
    width: 80%;
    padding: 2% 2% 2% 2%;box-sizing: border-box;
}

.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 #ac0701;
    color: #ac0701;
    font-size: 24px;
    font-weight: bold;
    padding: 0 10px;
}

/*信息列表开始*/
.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 .shijian {
    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;
}

/*详细页*/
.info_content_opt {
line-height: 32px;
    height: 32px;
    text-align: left;
    width: 110px;
    float: left;
    position: absolute;
    bottom: 5px;
}
.pointer {
    cursor: pointer;
}
.info_content_small, .info_content_small p,.info_content_small span,.info_content_small div{ font-size:14px!important;}/*小字号*/
.info_content_mid, .info_content_mid p,.info_content_mid span,.info_content_mid div{ font-size:21px!important;}/*中字号*/
.info_content_big, .info_content_big p,.info_content_big span,.info_content_big div{ font-size:30px!important;    line-height: 50px !important;}/*大字号*/

.content table {
    width: 100%;
    margin: 0 auto;
}

.content {
    width: 100%;
    padding-top: 30px;
    margin: 0 auto;
}

.content-title {
    width: 100%;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;position: relative;
}

.content-title h3 {
    font-size: 30px;
    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-align: justify;
    text-justify: inter-ideograph;
    /* font-size: 16px; */
    line-height: 34px;
    color: rgb(25, 25, 25);
    margin: 20px 0;
    font-family: 仿宋;
    font-size: 21px;
    text-indent:2em;
}

.content-con img {
    text-align: center;
    max-width: 800px;
    margin: 10px auto;
    display: block;
}

.sxt {
    padding: 15px 0;
    border-top: 1px dotted #bbb;
}

.sxt p {
    display: block;
    width: 100%;
    height: 34px;
    font-size: 15px;
    line-height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    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 {
    width: 1320px;
    margin: 60px 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 .ztimg i {
	position: relative;
	top:-130px;
	left: 50%;
	width: 57px;
	height: 57px;
	display: block;
	transform: translate(-50%, -50%);
	background: url(/images/video.png) no-repeat center
}

.zt_box .ztimg p {
   margin-top:-40px;
   font-size:18px;
   font-weight: normal;
   text-align:center;

}


.zt_box .slick-list {
    width: 1320px;
    overflow: hidden;
    position: relative;
    display: block;
    margin: 0;
    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;
    width: 100%;
    overflow: hidden
}

.zt_box .slick-slide img {
    display: block;
    margin: 0 auto;
    width: 94%;
}

.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: 32%;
    font-size: 0;
    border: 0;
    outline: none;
    cursor: pointer;
    z-index: 999
}

.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;
}



.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 {
width:100%;
    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.2);
        -o-moz-transform: rotate(0deg) scale(1.2);
        -o-moz-transform: rotate(0deg) scale(1.2);
        -webkit-moz-transform: rotate(0deg) scale(1.2);
        transform: rotate(0deg) scale(1.2);

    }
    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: #ac0701 1px solid;
}

.xdstyle1 h1 {
    background: #ac0701
}

.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 #ac0701;
    color: #ac0701;
    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 0;
    width: 50%;
    margin: 0 0 0 0;
}

.ijgsz ul li a {
    overflow: hidden;
    width: 100%;
    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: #ac0701
}

.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: #ac0701
}

.lead_list li:hover i {
    color: #ac0701
}

.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: 45px;
    line-height: 60px;
    border-bottom: #237fcc 1px solid;
    position: relative;
    padding-bottom: 3px;
    margin: 0 auto 30px auto
}

.titleico1 {
    width: 30px;
    height: 30px;
    display: block;
    float: left;
    padding-top: 17px;
}

.i_title h1 {
    font-size: 20px;
	display:block; float:left;width:135px;
	padding-right:10px;text-align:center; 
	color:#fff;background: url(/images/titbg.png) no-repeat left center;
    font-weight: 550;
    height: 40px;
    line-height: 40px;
	background-size:100% 100%;
}

.i_title h1 span {
    float: left;
    margin: 0 10px 0 0
}

.i_title h1 i {
    font-size: 16px;
    color: #9c9c9c;
    font-style: normal;
    margin: 0 0 0 10px
}
.more_n1{left: 27.5%;}
.more_n2{left: 60.5%;}

.i_more {
    font-size: 14px;
    color: #333333;
    float: right;
	font-size:16px;
	color:#999999;
    margin-right: 5px;
    transition: all 0.6s;
    margin-top: 10px;
}

.i_more span {
    display: block !important;
    height: 16px !important;
    width: 22px !important;
    border-right: #e4e4e4 2px solid;
    padding: 0 6px
}

.i_more .s_i1 {
    display: block;
    background: #cccccc;
    width: 10px;
    height: 3px;
    margin-bottom: 3px;
    float: right;
    border-radius: 5px;
    overflow: hidden;
    transition: all 0.6s;padding: 0 !important;
}

.i_more .s_i2 {
    display: block;
    background: #cccccc;
    width: 15px;
    height: 3px;
    margin-bottom: 3px;
    float: right;
    border-radius: 5px;
    overflow: hidden;
    transition: all 0.4s;padding: 0 !important;
}

.i_more .s_i3 {
    display: block;
    background: #cccccc;
    width: 22px;
    height: 3px;
    float: right;
    border-radius: 5px;
    overflow: hidden;
    transition: all 0.2s;padding: 0 !important;
}

.i_more:hover span {
    border-right: #d40e36 2px solid;
}

.i_more:hover .s_i1 {
    background: #d40e36;
    width: 22px;
    transition: all 0.6s;
}

.i_more:hover .s_i2 {
    background: #d40e36;
    width: 15px;
    transition: all 0.4s;
}

.i_more:hover .s_i3 {
    background: #d40e36;
    width: 10px;
    transition: all 0.2s;
}

.news_box {
    margin: 30px auto 20px auto;
    overflow: hidden;
    height: auto
}

.news_xy {
    width: 910px;
    float: left
}

.news_list {
    width: 430px;
    float: right
}

/**/
/*picnews*/
.picnews {
    width: 450px;
    height: 390px;
    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_pic {
    display: block;
    width: 450px;
    height: 290px;
    overflow: hidden
}

.picnews .bd img {
    width: 450px;
    height: 290px;
    display: block;
}

.picnews .bd .picnews_zy {
    display: block;
    width: 96%;

    padding: 10px 2% 10px 2%;
    height: 90px;
    overflow: hidden;
}

.picnews .bd .picnews_zy h1 {
    color: #000000;
    font-weight: normal;
    font-size: 18px;
    line-height: 36px;
    margin: 0;
    padding: 0 0
}

.picnews .bd .picnews_zy:hover {
    background: #f1f1f1
}

.picnews .bd .picnews_zy:hover h1 {
    color: #0f67b1;
    transition: all 0.6s;
}

.picnews .bd .picnews_zy:hover p {
    color: #000000;
    transition: all 0.6s;
}

.picnews .bd .picnews_zy p {
    color: #999999;
    font-size: 14px;
    line-height: 24px;
}

.picnews .bd .picnews_date {
    background: #c02c24cc;
    color: #ffffff;
    position: absolute;
    top: 220px;
    left: 0;
    width: 70px;
    height: 65px;
    text-align: center;
    padding: 5px 0 0 0;
    font-size: 12px;
}

.picnews .bd .picnews_date i {
    font-style: normal;
    color: #ffffff;
    display: block;
    text-align: center;
    font-size: 30px;
    line-height: 40px
}

.picnews .prev {
    position: absolute;
    left: 3%;
    top: 40%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(/images/picnews_icoleft.png) center no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.picnews .next {
    position: absolute;
    left: 3%;
    top: 40%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(/images/picnews_icoright.png) center no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.picnews .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}

.picnews .prev:hover,
.picnews .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.picnews .prevStop {
    display: none;
}

.picnews .nextStop {
    display: none;
}

/**/
.top_news {
    height: auto;
    overflow: hidden;
    padding-bottom: 15px;
    border-bottom: #eaeaea 1px solid;
}

.top_news h2 {
    color: #0f67b1;
    font-size: 25px;
    line-height: 30px;
    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: 0 auto 0 auto;
}

.i_list li {
    width: 100%;
    font-size: 14px;
    color: #a0a0a0;
    line-height: 24px;
    height: 45px;
    padding: 17px 0;
    overflow: hidden;
    border-bottom: #eaeaea 1px solid;
}

.i_list li:last-child {
    border-bottom: none;
}

.i_list li:hover {
    background: #f9f9f9
	
	 transform: scale(1.05);
          -webkit-transform: scale(1.05);
          z-index: 10;
          box-shadow: 6px 3px 40px 6px rgba(0,0,0,0.35);
		  
          z-index: 10;
          transition: all .4s;
          -webkit-transition: all .4s;
		 transition-duration: 700ms
}

.i_list li a {

    color: #333333;
    font-size: 16px;
    float: left;
    display: block;
    overflow: hidden;
    text-align: justify;
    transition: all 0.2s;

    width: 82%;
}

.i_list li span {
    display: block;
    width: 12%;
    margin-right: 3%;
    float: left;
    color: #7d7d7d;
    text-align: center;
    font-size: 12px;
}

.i_list li span i {
    display: block;
    text-align: center;
    font-size: 24px;
    line-height: 25px;
    color: #0f67b1;
    font-style: normal
}

.i_list li:hover a {
    color: #0f67b1
}

/*news_tz*/
.news_tz {
    width: 372px;
    float: right
}

/**/
.date_list {
    padding: 0 0 0 0 !important;
    position: relative;
    margin-top: -5px;
}

.date_list li {
    width: 100%;
    height: 45px;
    display: block;
    padding: 17px 0;
    overflow: hidden;
    border-bottom: #eaeaea 1px solid;
}

.date_list li:hover {
    background: #f9f9f9
	
	  transform: scale(1.05);
          -webkit-transform: scale(1.05);
          z-index: 10;
          box-shadow: 6px 3px 40px 6px rgba(0,0,0,0.35);
		  
          z-index: 10;
          transition: all .4s;
          -webkit-transition: all .4s;
		 transition-duration: 700ms
}

.date_list li:last-child {
    border-bottom: none;
    padding: 17px 0 0 0;
    margin: 0;
}

.date_list li a {
    font-size: 16px;
    color: #333333;
    line-height: 24px;
}

.date_list li a:hover {
    color: #0f67b1;
}

.date_list li span {
    float: left;
    display: block;
    width: 56px;
    height: 45px;
    text-align: center;
    color: #919191;
    font-size: 12px;
    line-height: 20px;
    margin-right: 12px;
    margin-top: 1px;
    overflow: hidden;
}

.date_list li span i {
    width: 100%;
    display: block;
    text-align: center;
    color: #666666;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    line-height: 25px;
}

.date_list li:hover span {
    color: #0f67b1
}

.date_list li:hover i {
    color: #0f67b1
}

/**/
.date_list2 {
    padding: 0 0 0 0 !important;
    position: relative;
    margin-top: 0;
}

.date_list2 li {
    width: 90%;
    height: 40px;
    display: block;
    padding: 6px 3.8%;
    overflow: hidden;
    background: #f9f9f9;
    margin: 7px auto;
    border-left: #9E9E9E 2px solid;
}

.date_list2 li:hover {
    background: #f3f3f3;border-left:#0d6dbd 2px solid;
	
	 transform: scale(1.05);
          -webkit-transform: scale(1.05);
          z-index: 10;
          box-shadow: 6px 3px 40px 6px rgba(0,0,0,0.35);
		  
          z-index: 10;
          transition: all .4s;
          -webkit-transition: all .4s;
		 transition-duration: 700ms
}

/*
.date_list2 li:last-child {
    border-bottom: none;
    padding: 17px 0 17px 0;
    margin: 0;
}
*/

.date_list2 li a {
    font-size: 16px;
    color: #333333;
    line-height: 24px;
}

.date_list2 li a:hover {
    color: #0f67b1;
}

.date_list2 li span {
    float: left;
    display: block;
    width: 56px;
    height: 45px;
    text-align: center;
    color: #919191;
    font-size: 12px;
    line-height: 20px;
    margin-right: 20px;
    margin-top: 1px;
    overflow: hidden;
    border-right: #ccc 1px solid;
    padding-right: 10px;
}

.date_list2 li span i {
    width: 100%;
    display: block;
    text-align: center;
    color: #666666;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    line-height: 25px;
}

.date_list2 li:hover span {
    color: #0f67b1
}

.date_list2 li:hover i {
    color: #0f67b1
}

/**/
.date_list3 {
    width: 104%;
    padding: 40px 0 0 0 !important;
    position: relative;
    margin-top: 0;
}

.date_list3 li {
    width: 26%;
    margin-right: 3%;
    margin-bottom: 25px;
    float: left;
    background: #ffffff;
    height: 50px;
    display: block;
    padding: 20px 2%;
    overflow: hidden;
    transition: all 0.3s;
}

.date_list3 li:hover {
    background: #0968b7;
   
	
	  transform: scale(1.05);
          -webkit-transform: scale(1.05);
          z-index: 10;
          box-shadow: 6px 3px 60px 6px rgba(0,0,0,0.35);
		  
          z-index: 10;
          transition: all .4s;
          -webkit-transition: all .4s;
		 transition-duration: 700ms
		 
}


.date_list3 li a {
    font-size: 16px;
    color: #333333;
    line-height: 27px;
    height: 50px;
    overflow: hidden;
    display: block;
}

.date_list3 li:hover a {
    color: #ffffff;
}

.date_list3 li span {
    float: left;
    display: block;
    width: 56px;
    height: 50px;
    text-align: center;
    color: #919191;
    font-size: 14px;
    line-height: 24px;
    margin-right: 20px;
    margin-top: 1px;
    overflow: hidden;
    border-right: #ccc 1px solid;
    padding-right: 10px;
}

.date_list3 li span i {
    width: 100%;
    display: block;
    text-align: center;
    color: #666666;
    font-size: 30px;
    font-weight: normal;
    font-style: normal;
    line-height: 32px;
}

.date_list3 li:hover span {
    color: #ffffff
}

.date_list3 li:hover i {
    color: #ffffff
}

/*iqtbox*/
.iqtbox {
    margin: 0 auto 0 auto;
    height: auto;
    overflow: hidden
}

.iqtbox .i_title {
    margin: 0 auto 15px auto;
}

.iqt_left {
    width: 440px;
    float: left
}

.iqt_center {
    width: 430px;
    float: left;
    margin-left: 40px
}

.iqt_right {
    width: 372px;
    float: right
}

/*xmt_box*/
.xmt_box {
    position: relative;
    padding-top: 2px
}

.xmt_box li {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 22px
}

.xmt_box .xmt_box_pic {
    display: block;
    width: 70px;
    height: 70px;
    border: #dedede 1px solid;
    padding: 5px;
    float: left
}

.xmt_box .xmt_box_title {
    display: block;
    width: 270px;
    float: left;
    font-size: 15px;
    margin-left: 15px;
    padding-top: 10px

}

.xmt_box .gzbtn {
    display: block;
    margin-top: 15px;
    width: 100px;
    height: 27px;
    line-height: 27px;
    border-radius: 6px;
    font-style: normal;
    font-size: 13px;
    color: #ffffff;
    background: #9f9f9f;
    text-align: center;
    float: left;
    margin-left: 15px;
}

.xmt_box .gzbtn:hover {
    background: #d9110b;
}

.xmt_box li:hover .xmt_box_pic {
    border: #cccccc 1px solid;
}


.xmt_box .rwmimg {
    position: absolute;
    top: 0;
    left: -50px;
    display: none;
    width: 120px;
    height: 140px;
    border: 1px solid #dedede;
    padding: 5px;
    background: #fff;
    text-align: center;

}

.xmt_box .rwmimg img {
    width: 100%
}

/*fast_box*/
.fast_box {
    background: url("../images/fast_box_bg.jpg") center no-repeat #F3F3F3;
    background-size: cover;
    padding: 2% 0 1% 0
}

.fast_list {
    height: auto;
    overflow: hidden;
}

.fast_list ul {
    width: 105%
}

.fast_list li {
    width: 16%;
    float: left;
    margin: 15px 0 15px 0;
    transition: all 0.6s;
    background: url("../images/fast_ksjgx.png") right center no-repeat;
}

.fast_list li:last-child {
    background: none
}

.fast_list li a {
}

.fast_list li span {
    font-size: 16px;
    height: 70px;
    line-height: 70px;
    display: block;
    width: 100%;
    text-align: center;
    transition: all 0.6s;
}

.fast_list li img {
    display: block;
    width: 54px;
    height: 54px;
    margin: 0 auto
}

.fast_list li:hover span {
    color: #0f67b1;
    transition: all 0.6s;
}

.fast_list li:hover {
    transition: all 0.6s;
    margin-top: 0px;
}

/*search_pc*/


/*ld*/
.pic_list {

}

.pic_list li {
    overflow: hidden;
    padding: 30px 0 30px;
    border-bottom: 1px solid #e6e6e6;
/ / margin-bottom: 20 px;
}

.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;
}
/*ldzc_box*/
.ldzc_box{ width: 100%;
    margin: 50px auto;
    height: auto;
    overflow: hidden;}
.ldzc_box p{margin: 0; padding: 0}
.ldzc_box ul li{ width:338px; float:left; text-align:right; line-height:40px; font-size:18px; font-weight:bold; }
.ldzc_box ul li span{ font-size:18px; font-weight:100; }
.ldzc_box ul li a{font-size:18px; font-weight:normal;  color: #1e50a2 ;}
.dwwy_box{width: 100%;height: auto; overflow:hidden; padding: 30px 0 0 0 }
.dwwy_title{ width:276px; float:left; text-align:right; font-size:16px; font-weight:bold; height:40px; line-height:40px; }
.dwwy_right{width:500px; float:left; line-height:40px; font-size:18px; padding-left:5px; }
.dwwy_right em{display: block; float: left; margin-right: 15px;font-style: normal }
/*分享代码*/
.sjfx {
width: 180px;
    position: absolute;
    right: 0;
    bottom: 15px;
}
.bdsharebuttonbox{zoom:1;position:relative;}
.bdsharebuttonbox .ttqq,.bdsharebuttonbox .ttwx,.bdsharebuttonbox .ttqzone,.bdsharebuttonbox .ttbdhome,.bdsharebuttonbox .ttsina,.bdsharebuttonbox .ttbaidu,.bdsharebuttonbox .ttrenren,.bdsharebuttonbox .tttqq,.bdsharebuttonbox .tthuaban,.bdsharebuttonbox .ttfbook,.bdsharebuttonbox .ttmore{background:url(../images/fxtb.png) no-repeat;}
.bdsharebuttonbox{text-align: center;
    font-size: 18px;
    padding-left: 0;
    line-height: 24px;
    height: 24px;
    background-repeat: no-repeat;
    margin: 3px 0 0 0;
    width: 180px;
    font-size: 14px;}
.bdsharebuttonbox .ttwx{background-position:0px -24px;}
.bdsharebuttonbox .ttqzone{background-position:0px -48px;}
.bdsharebuttonbox .ttsina{background-position:0px -96px;}
.bdsharebuttonbox .tttqq{background-position:0px -120px;}
.bdsharebuttonbox{zoom:1;}
.bdsharebuttonbox:after{content:".";visibility:hidden;display:block;height:0;clear:both;}
.bdsharebuttonbox a,.bdsharebuttonbox .bds_more{font-size:18px;padding-left:25px;line-height:24px;height:24px;background-repeat:no-repeat;cursor:pointer;margin:6px 6px 6px 0;}
.bdsharebuttonbox a:hover{color:#333;opacity:.8;filter:alpha(opacity=80);}
.bdsharebuttonbox .bds_more{color:#333;float:left;}
.bdsharebuttonbox .tttqq{background-position:0px -144px;}
.bdsharebuttonbox .tthuaban{background-position:0px -168px;}
.bdsharebuttonbox .ttfbook{background-position:0px -192px;}
#fxcode{position:absolute;width:200px;height:220px;top:35px;left:0;display:none;background-color:#fff;border:1px solid#CFCFCF;padding:10px;font-size:12px;line-height:14px;border-radius:5px;}
#fxcode .f{float:left;}
#fxcode .r{float:right;}
#fxcode .fxjg{padding-bottom:5px;}
#fxcolse:hover{color:#FF7E00;}