@charset "utf-8";
* {
    padding: 0;
    margin: 0;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p {
    padding: 0px;
    margin: 0px;
    font-weight: normal;
    word-break: break-all;
}

ol,
ul {
    list-style: none;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #333;
}


/*a:hover { COLOR:#c70a0e;}2fa6bb*/

a:hover {
    color: #155a87;
    text-decoration: none;
}

img {
    border: 0;
}


/*公共样式开始*/

body {
    margin: 0 auto;
    color: #333;
    font-family: "Microsoft YaHei", '微软雅黑', '宋体';
    font-size: 14px;
    background: #ffffff;
    position: relative;
    min-width: 1300px;
}

.clear {
    clear: both;
    font-size: 0px;
    line-height: 0px;
    height: 0px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.pt10 {
    padding-top: 10px;
}

.ml10 {
    margin-left: 10px;
}

.ml20 {
    margin-left: 20px;
}

.hidden {
    display: none;
}

.display {
    display: block;
}

.top {
    width: 100%;
    height: 95px;
    margin: 0px auto;
    background: url(../images/topbg.jpg) left center no-repeat #f5f6fb;
}

.logo {
    float: left;
    margin-top: 10px;
    margin-left: 10px;
}

.cnav {
    width: 930px;
    height: 57px;
    margin: 0px auto;
    float: right;
    margin-top: 20px;
}

.cnav1 {
    margin: 0px auto;
    width: 930px;
    height: 57px;
}

.cnav1 ul li {
    width: 110px;
    height: 57px;
    text-align: center;
    line-height: 57px;
    float: left;
    display: block;
    position: relative;
}

.cnav1 ul li a {
    text-align: center;
    color: #000;
    font-size: 16px;
}

.cnav1 ul li .cnav11 {
    top: 53px;
    display: none;
    position: absolute;
    z-index: 999;
}

.cnav1 ul li .cnav11 ul li {
    background: #1b5e8a;
    width: 110px;
    height: 57px;
    line-height: 57px;
    border-bottom: 1px #104f78 solid;
    float: left;
    display: block;
}

.cnav1 ul li .cnav11 ul li a {
    color: #fff;
}

.cnav1 ul li .cnav11 ul li:hover {
    background: #104f78;
}

.cnav1 ul li:hover .cnav11 {
    display: block;
}

.ss {
    width: 220px;
    height: 35px;
    margin: 0px auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
    float: right;
    background: #165a87;
}

.i-search {
    width: 220px;
    height: 35px;
    position: relative;
}

.i-search .search-txt {
    width: 218px;
    padding-left: 15px;
    height: 35px;
    line-height: 35px;
    background: none;
    color: #fff;
    border: none;
    font-family: '微软雅黑';
    border: 1px solid #fff;
    padding-right: 46px;
    box-sizing: border-box;
}

.i-search .search-btn {
    padding: 7px 12px;
    width: 22px;
    height: 21px;
    position: absolute;
    right: 0px;
    top: 0px;
    border: 0;
    cursor: pointer
}

.i-search .search-btn:hover {
    opacity: 0.8;
    outline: none;
    color: #000;
}

.i-search input {
    outline: none;
}

.column {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px #cccaca solid;
    position: relative;
}

.column .column_l {
    width: 89px;
    position: absolute;
    z-index: 1;
    bottom: -7px;
    left: 0px;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background: url(../images/column.png) left bottom no-repeat;
}

.column .column_l h1 {
    width: 89px;
    line-height: 59px;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.column .column_r {
    position: absolute;
    z-index: 1;
    bottom: 0px;
    right: 10px;
    color: #999;
    font-size: 14px;
}

.column .column_r a {
    color: #999;
}

.column .column_r a:hover {
    color: #ac0107;
}


/*banner*/

.bannerBox {
    min-width: 1200px;
    height: auto;
}

.banner {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.bd {
    width: 100%;
    height: auto;
    position: relative;
}

.banner .bd ul {
    width: 100%;
    height: auto;
}

.banner .bd ul li {
    float: left;
    width: 100%;
    height: auto;
}

.banner .bd ul li a {
    display: block;
    position: relative;
}

.hd {
    width: 100%;
    position: absolute;
    z-index: 20;
    overflow: hidden;
}

.hd ul li {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    zoom: 1;
    *display: inline;
    float: none;
}

.sliderBox1 .bd img {
    width: 100%;
}

.sliderBox1 .hd {
    width: 1200px;
    height: 120px;
    bottom: -6px;
    left: 50%;
    margin-left: -600px;
    line-height: 120px;
    text-align: center;
    background: #fff;
    background-size: 100% 100%;
}

.sliderBox1 .hd ul li {
    width: 10px;
    height: 10px;
    margin-left: 154px;
    margin-top: 54px;
    background: url(../images/banner_pot.png) no-repeat center;
    position: relative;
}

.sliderBox1 .hd ul li:first-child {
    margin-left: 0;
}

.sliderBox1 .hd ul li.on {
    background: url(../images/banner_pot_a.png) no-repeat center;
}

.sliderBox1 .hd ul li.on .hdWrit {
    color: #2a5fae;
}

.hdLine {
    width: 140px;
    height: 100%;
    background: url(../images/banner_line.png) no-repeat center;
    position: absolute;
    left: 18px;
    top: 0;
    z-index: 21;
    cursor: auto;
}

.hdWrit {
    width: 128px;
    height: 25px;
    font-size: 16px;
    color: #666;
    line-height: 25px;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -64px;
    bottom: -35px;
    z-index: 21;
    cursor: auto;
}

.sliderBox1 .hd ul li.bannerHd .hdWrit {
    top: -35px;
}

.zzbanner {
    width: 100%;
    height: 810px;
    margin: 0px auto;
}

.box {
    width: 1300px;
    margin: 0px auto;
    position: relative;
}

.part1 {
    width: 100%;
    height: 1206px;
    margin: 0px auto;
    background: url(../images/part1.jpg) left top no-repeat;
    overflow: hidden;
}

.part1 .part1_t {
    width: 1300px;
    height: 542px;
    margin: 0px auto;
    overflow: hidden;
    margin-top: 72px;
    background: url(../images/xwbg.jpg) right bottom no-repeat;
}

.part1 .part1_b {
    width: 1300px;
    height: 351px;
    margin: 0px auto;
    margin-top: 117px;
    overflow: hidden;
}

.focus0 {
    position: relative;
    width: 751px;
    height: 476px;
    float: left;
}

.focus0 img {
    width: 751px;
    height: 476px;
}

.focus0 .btn1 {
    position: absolute;
    bottom: 34px;
    left: 210px;
    overflow: hidden;
    zoom: 1;
}

.focus0 .btn1 a {
    position: relative;
    display: inline;
    width: 13px;
    height: 13px;
    text-decoration: none;
    text-align: left;
    outline: 0;
    float: left;
    background: #fff;
}

.focus0 .btn1 a:hover,
.focus .btn a.current {
    cursor: pointer;
    background: #fff;
}

.focus0 .fPic1 {
    position: absolute;
    left: 0px;
    top: 0px;
}

.focus0 .D1fBt1 {
    overflow: hidden;
    zoom: 1;
    height: 16px;
    z-index: 10;
}

.focus0 .shadow1 {
    width: 484px;
    position: absolute;
    bottom: 0px;
    z-index: 10;
    display: block;
    font-size: 18px;
    height: 298px;
    right: -520px;
}

.focus0 .shadow1 a {
    color: #fff;
}

.focus0 .fcon1 {
    position: relative;
    width: 100%;
    float: left;
    display: none;
    background: #000
}

.focus0 .fcon1 img {
    display: block;
}

.focus0 .fbg1 {
    bottom: 20px;
    right: 20px;
    position: absolute;
    height: 21px;
    text-align: center;
    z-index: 200;
}

.focus0 .fbg1 div {
    margin: 0px auto;
    overflow: hidden;
    zoom: 1;
    height: 14px
}

.focus0 .D1fBt1 a {
    position: relative;
    display: inline;
    width: 12px;
    height: 12px;
    border-radius: 7px;
    margin: 0 5px;
    color: #fff;
    font: 12px/15px "\5B8B\4F53";
    text-decoration: none;
    text-align: center;
    outline: 0;
    float: left;
    background: #ddd;
}

.focus0 .D1fBt1 .current,
.focus .D1fBt a:hover {
    background: #f53d25;
    width: 32px;
    height: 12px;
}

.focus0 .D1fBt1 img {
    display: none
}

.focus0 .D1fBt1 i {
    display: none;
    font-style: normal;
}

.focus0 .prev1 {
    width: 35px;
    height: 34px;
    left: 0px;
    position: absolute;
    top: 150px;
    z-index: 9999;
}

.focus0 .next1 {
    width: 35px;
    height: 34px;
    right: 0px;
    position: absolute;
    top: 150px;
    z-index: 9999;
}

.focus0 .prev1:hover {
    background-position: 0 0;
}

.focus0 .next1:hover {
    background-position: -40px 0;
}

.xwjs {
    width: 484px;
    height: 298px;
    margin: 0px auto;
}

.xwjs .shijian {
    width: 150px;
    font-size: 24px;
    color: #439138;
    line-height: 60px;
    border-bottom: 2px #eee solid;
}

.xwjs .title {
    font-size: 24px;
    color: #000;
    line-height: 35px;
    margin-top: 20px;
}

.xwjs .jianshu {
    font-size: 16px;
    color: #666;
    line-height: 35px;
    margin-top: 20px;
}

.xyhd {}

.xyhd .l {
    width: 242px;
    float: left;
}

.xyhd .r {
    width: 1006px;
    float: right;
}

.xyhdlist {}

.xyhdlist ul li {
    width: 312px;
    height: 351px;
    float: left;
    display: block;
    background: #fff;
    margin-right: 33px;
}

.xyhdlist .img {
    width: 312px;
    height: 210px;
    overflow: hidden;
}

.xyhdlist .img img {
    width: 312px;
    height: 210px;
    overflow: hidden;
}

.xyhdlist ul li .bt {
    width: 278px;
    margin: 10px auto;
    overflow: hidden;
}

.xyhdlist ul li .bt .title {
    width: 100%;
    font-size: 16px;
    color: #000;
    line-height: 35px;
}

.xyhdlist ul li .bt .jianshu {
    width: 100%;
    font-size: 15px;
    color: #999999;
    line-height: 30px;
}

.xyhdlist ul li .bt .shijian {
    width: 100%;
    font-size: 15px;
    color: #999999;
}

.part2 {
    width: 100%;
    height: 564px;
    margin: 0px auto;
    background: url(../images/part3.jpg) left center no-repeat;
    overflow: hidden;
}

.part2 .part2_l {
    width: 457px;
    height: 564px;
    background: url(../images/xy.png) left top repeat;
    position: absolute;
}

.part2 .part2_l a {
    position: absolute;
    z-index: 111;
}

.part2 .part2_r {
    width: 1300px;
    height: 564px;
    float: left;
    position: relative;
}

.TabTitle3 {
    width: 800px;
    margin: 0px auto;
    margin-top: 25px;
    position: absolute;
    z-index: 1;
    right: 0;
}

.TabTitle3 ul li {
    float: left;
    cursor: pointer;
    width: 191px;
    height: 196px;
    display: block;
    text-align: center;
    font-size: 18px;
    margin: 25px 25px;
}

.TabTitle3 ul li a {
    display: block;
    text-align: center;
    font-size: 18px;
    border-bottom: 3px #eee solid;
}

.TabTitle3 .hover {
    width: 191px;
    color: #1e51a0;
    font-weight: bold;
}

.Tabbottom3 {
    width: 457px;
    height: 564px;
    overflow: hidden;
    float: left;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 180px;
    box-sizing: border-box;
    padding-left: 60px;
}

.Tabbottom3 .item {
    display: none;
}

.Tabbottom3 .display {
    display: block;
}

.rw {
    width: 191px;
    height: 196px;
    position: relative;
    display: block;
}

.rw .img {
    width: 141px;
    height: 170px;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    right: 12px;
    top: 13px;
}

.rw .img img {
    width: 141px;
    height: 170px;
    overflow: hidden;
}

.rw .zz {
    width: 191px;
    height: 196px;
    overflow: hidden;
    position: absolute;
    z-index: 2;
    background: url(../images/k1.png) left center no-repeat;
}

.rw .name {
    position: absolute;
    z-index: 3;
    top: 133px;
    font-size: 18px;
    color: #fff;
    left: 15px;
}

.rw .zz:hover {
    background: url(../images/k2.png) left center no-repeat;
}

.rwjj {
    width: 350px;
}

.rwjj .name {
    font-size: 30px;
    color: #000;
}

.rwjj .jianshu {
    font-size: 18px;
    color: #000;
    line-height: 40px;
}

.rwjj .p {
    color: #666;
    font-size: 16px;
    line-height: 35px;
}

.rwjj .p a {
    display: block;
    margin-top: 10px;
    color: #145987;
}

.part3 {
    width: 100%;
    /* height: 870px; */
    padding-bottom: 70px;
    margin: 0px auto;
    background: url(../images/part4.jpg) left bottom no-repeat #f5f6fb;
    overflow: hidden;
}

.part3 .part3_t {
    width: 1300px;
    height: 346px;
    margin: 0px auto;
    margin-top: 73px;
    overflow: hidden;
}

.part3 .part3_b {
    width: 1300px;
    height: 351px;
    margin: 0px auto;
    margin-top: 117px;
    overflow: hidden;
}

.part3 .part3_t .sp {
    width: 530px;
    height: 340px;
    margin: 0px auto;
    float: left;
    position: relative;
    overflow: hidden;
}

.part3 .part3_t .sp .img {
    width: 530px;
    height: 340px;
    margin: 0px auto;
    position: absolute;
    z-index: 1;
    overflow: hidden;
}

.part3 .part3_t .sp .img img {
    width: 530px;
    height: 340px;
    overflow: hidden;
}

.part3 .part3_t .sp .zz {
    width: 530px;
    height: 340px;
    margin: 0px auto;
    position: absolute;
    z-index: 2;
    overflow: hidden;
}

.part3 .part3_t .sp .title {
    width: 530px;
    height: 50px;
    margin: 0px auto;
    position: absolute;
    z-index: 3;
    bottom: 0px;
    left: 20px;
    overflow: hidden;
    font-size: 18px;
    color: #fff;
}

.part3 .part3_t .mxqy {
    width: 695px;
    height: 340px;
    margin: 0px auto;
    float: right;
}

.jz {
    width: 1300px;
    height: 196px;
    margin: 0px auto;
}

.jz .jzt {
    width: 353px;
    height: 196px;
    margin: 0px auto;
    float: left;
}

.jz .jzlist {
    width: 944px;
    height: 196px;
    margin: 0px auto;
    float: left;
    background: #fff;
    box-shadow: 0px 0px 7px #e6e4e4;
}

.m2yw_pic {
    width: 974px;
    height: 112px;
    margin-top: 20px;
    margin-left: 20px;
}

.m2yw_btnl {
    cursor: pointer;
    float: left;
    width: 37px;
    height: 32px;
    margin-top: 61px
}

.m2yw_btnr {
    cursor: pointer;
    float: left;
    width: 37px;
    height: 32px;
    margin-top: 61px
}

.m2yw_piclist {
    width: 800px;
    float: left;
    height: 152px;
    overflow: hidden;
    margin-left: 15px;
    margin-right: 15px;
}

.m2yw_posul {}

.m2yw_piclist .item {
    width: 215px;
    height: 144px;
    padding: 10px 15px;
    background: #f5f6fb;
    margin: 10px;
    float: left;
    display: block;
    font-size: 16px;
}

.part4 {
    width: 100%;
    height: 94px;
    margin: 0px auto;
    background: url(../images/xz.jpg) left bottom no-repeat;
    overflow: hidden;
}

.part4 .xz {
    width: 100%;
    height: 94px;
    line-height: 94px;
    color: #fff;
    font-size: 18px;
    text-align: center;
}

.part4 .xz img {
    margin-left: 30px;
    padding-top: 15px;
}

.list {
    margin-top: 35px;
}

.list ul li {
    width: 100%;
    line-height: 40px;
    float: left;
    display: block;
    background: url(../images/tb.jpg) left center no-repeat;
    padding-left: 5px;
    border-bottom: 1px #ddd dotted;
}

.list ul li a {
    font-size: 16px;
    float: left;
    padding-left: 5px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.list ul li span {
    font-size: 16px;
    color: #999;
    padding-right: 10px;
    float: right;
}

.list ul li a:hover {
    padding-left: 15px;
    color: #c5252f;
}

.ksdh {
    width: 148px;
    margin: 0px auto;
}

.ksdh ul li {
    width: 148px;
    height: 56px;
    display: block;
    float: left;
    margin: 5px auto;
}

.foot {
    width: 100%;
    height: 180px;
    background: #145987;
    margin: 0px auto;
    padding-top: 50px;
}

.foot .foot_l {
    width: 370px;
    float: left;
    padding-top: 45px;
}

.foot .foot_c {
    width: 485px;
    float: left;
    padding-top: 15px;
}

.foot .foot_c p {
    width: 485px;
    line-height: 30px;
    font-size: 16px;
    color: #a6bbd6;
}

.foot .foot_r {
    width: 280px;
    float: right;
}

.foot .foot_r .ewm {
    overflow: hidden;
    margin-top: 10px;
}

.foot .foot_r .ewm ul li {
    display: block;
    float: left;
    color: #a6bbd6;
    text-align: center;
    line-height: 35px;
    width: 50%;
}

.foot .foot_r .ewm img {
    display: block;
    text-align: center;
    margin: 0px auto;
    width: 100px;
}

.nybanner {
    width: 100%;
    height: 456px;
    margin: 0px auto;
}

.nypart {
    width: 100%;
    min-height: 600px;
    margin: 0px auto;
}

.nypart .nypart_l {
    width: 280px;
    float: left;
}

.nypart .nypart_r {
    width: 980px;
    float: right;
}

.column2 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px #eee solid;
    position: relative;
}

.column2 .column2_l {
    width: 89px;
    position: absolute;
    z-index: 1;
    bottom: -7px;
    left: 0px;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background: url(../images/column.png) left bottom no-repeat;
}

.column2 .column2_l h1 {
    width: 89px;
    line-height: 59px;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.column2 .column2_r {
    position: absolute;
    z-index: 1;
    bottom: 0px;
    right: 10px;
    color: #999;
    font-size: 14px;
}

.column2 .column2_r a {
    color: #999;
}

.column2 .column2_r a:hover {
    color: #ac0107;
}

.nycolumn {
    font-size: 20px;
    font-weight: bold;
    line-height: 100px;
    text-align: center;
    color: #fff;
    background: #155a87;
}

.nynav {}

.nynav ul li {
    width: 100%;
    height: 65px;
    line-height: 65px;
    text-align: center;
    background: #f9f9f9;
    border-bottom: 1px #eee solid;
    border-left: 3px #eee solid;
    text-align: center;
    font-size: 18px;
}

.nynav ul li:hover {
    background: #f1f1f1;
}

.nynav ul li:hover {
    border-left: 3px #155a87 solid;
    color: #155a87;
    font-weight: bold;
}

.nynav ul li:hover a {
    color: #155a87;
}

.nynav ul li.on {
    border-left: 3px #155a87 solid;
    color: #155a87;
    font-weight: bold;
}

.nynav ul li.on a {
    color: #155a87;
}

.piclist {
    width: 100%;
    margin: 0px auto;
    margin-top: 10px;
}

.piclist ul li {
    width: 245px;
    margin: 10px;
    display: block;
    float: left;
    margin-bottom: 15px;
}

.piclist ul li .img {
    width: 245px;
    height: 160px;
    overflow: hidden;
}

.piclist ul li .img img {
    width: 100%;
    overflow: hidden;
    transition: all 0.4s;
}

.piclist ul li .img img:hover {
    transform: scale(1.06);
}

.piclist ul li .title {
    font-size: 16px;
    line-height: 30px;
    margin-top: 10px;
}

.jianjie {
    width: 100%;
    margin: 0px auto;
    margin-top: 10px;
}

.jianjie p {
    font-size: 16px;
    line-height: 35px;
    text-indent: 2em;
}

.jzxmlist {
    margin-top: 35px;
}

.jzxmlist .jzxmbt {
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: 0px auto;
    background: #eee;
    overflow: hidden;
}

.jzxmlist .jzxmbt .jzr {
    width: 100px;
    float: left;
    padding-left: 20px;
}

.jzxmlist .jzxmbt .jzje {
    width: 100px;
    float: left;
}

.jzxmlist .jzxmbt .jzxm {
    width: 530px;
    float: left;
}

.jzxmlist .jzxmbt .jzsj {
    width: 130px;
    float: left;
    text-align: center;
}

.jzxmlist .jzxmbt .jzfs {
    width: 100px;
    float: left;
    text-align: center;
}

.jzxmlist ul li {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    float: left;
    display: block;
    padding-left: 5px;
    border-bottom: 1px #ddd dotted;
}

.jzxmlist ul li .jzr {
    width: 100px;
    float: left;
    padding-left: 20px;
}

.jzxmlist ul li .jzje {
    width: 100px;
    float: left;
}

.jzxmlist ul li .jzxm {
    width: 530px;
    float: left;
}

.jzxmlist ul li .jzsj {
    width: 130px;
    float: left;
    text-align: center;
}

.jzxmlist ul li .jzfs {
    width: 100px;
    float: left;
    text-align: center;
}


/*---捐赠---*/

.zxjytable {
    width: 100%;
    margin: 0px auto;
    margin-top: 10px;
    margin-bottom: 30px;
}

.zxjytable table {
    width: 612px;
    margin: 0px auto;
    border-collapse: collapse;
}

.zxjytable table tr td {
    height: 45px;
    line-height: 45px;
    font-size: 15px;
    border: 1px #e3e3e3 solid;
}

.zxjytable table tr td span {
    color: #999;
    padding-left: 15px;
}

.zxjytable table tr td span i {
    color: #c50001;
    font-weight: bold;
    padding-right: 5px;
}

.zxjytable .bg {
    background: #f7f7f7;
}

.zxjytable .input1 {
    width: 270px;
    height: 30px;
    background: #fff;
    border: 1px #eee solid;
    margin-left: 15px;
}

.zxjytable .input2 {
    width: 81px;
    height: 30px;
    background: #fff;
    border: 1px #eee solid;
    margin-left: 15px;
}

.zxjytable .textarea {
    width: 493px;
    height: 100px;
    background: #fff;
    border: 1px #eee solid;
    margin-left: 15px;
    margin-top: 15px;
}

.zxjytable .btn {
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #c80001;
    border: none;
    color: #fff;
    font-size: 15px;
    border-radius: 4px;
    margin: 10px auto;
    display: block;
}

.zxjytable .btn a {
    color: #fff;
}

.zxjytable .btn:hover {
    background: #c20001;
}


/*---内容详细界面---*/

.detail {
    margin-top: 20px;
    margin-bottom: 50px;
}

.detail .detail_shuxing {
    width: 980px;
    padding-top: 30px;
    padding-bottom: 30px;
    background: #f7f7f7;
}

.detail .detail_shuxing .title {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 24px;
    color: #000;
    text-align: center;
}

.detail .detail_shuxing .shuxing {
    width: 600px;
    margin: 0px auto;
}

.detail .detail_shuxing .shuxing .fbsj {
    margin: 0px auto;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    color: #888;
    margin-top: 20px;
}

.detail .detail_shuxing .shuxing .fbsj span {
    /* float: left; */
    padding-right: 30px;
    text-align: center;
}

.detail .zw {}

.detail .zw p {
    line-height: 36px;
    font-size: 16px;
    text-indent: 2em;
}

.detail .zw p img {
    text-align: center;
}


/*翻页*/

.pagination {
    margin: 40px 0px 40px 0px;
    text-align: center
}

.pagination a,
.pagination span {
    display: inline-block;
    min-width: 26px;
    line-height: 26px;
    padding: 3px;
    border: 1px #ccc solid;
    background: #f7f7f7;
    color: #333;
    margin: 0px 2px;
    border-radius: 2px;
}

.pagination a:hover,
.pagination span:hover {
    border: 1px #b71b25 solid;
    background: #c5252f;
    color: #fff;
}

.pagination .prev,
.pagination .no-pages,
.pagination .next {
    min-width: 30px;
    line-height: 26px;
    border: 1px #ccc solid;
    background: #f7f7f7;
    color: #333;
    margin: 0px 2px;
    border-radius: 2px;
    padding: 3px 6px;
}

.pagination .prev:before .next:after {
    background: #c5252f;
    color: #FFF;
    text-decoration: none;
    border: 1px #b71b25 solid;
}

.pagination .current {
    border: 1px #b71b25 solid;
    background: #c5252f;
    color: #fff;
}

.zmxy {
    height: 564px;
    overflow: hidden;
    position: relative;
}

.arrow-left {
    position: absolute;
    width: 44px;
    height: 44px;
    background: url(../images/arrow-left.png) no-repeat;
    top: 50%;
    left: 0;
    margin-top: -22px;
    cursor: pointer;
    z-index: 11;
}

.arrow-right {
    position: absolute;
    width: 44px;
    height: 44px;
    background: url(../images/arrow-right.png) no-repeat;
    top: 50%;
    right: 0;
    cursor: pointer;
    margin-top: -22px;
    z-index: 11;
}

@media screen and (max-width:1610px){
    .logo{
        display: none;
    }
}