@charset "utf-8";

/* CSS Document */

html {
    font-size: 62.5%;
}

* {
    padding: 0;
    margin: 0
}

ul,
li {
    list-style: none;
}

img {
    border: None;
}

body {
    font-size: 100%;
    font-size: 16px;
    font-size: 1.6rem;
    background: #f8eada url('961.jpg') center 60px no-repeat;
    font-family: "微软雅黑";
    line-height: 36px;
    color: #333;
    text-align: center;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #eb4848;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
    overflow: hidden;
    height: 0;
}

#wrap {
    margin: 0 auto;
}

#top {
    height: 865px;
    /* background: ; */
}

#content {
    width: 1200px;
    margin: 0px auto 30px auto;
    background: #fff;
    overflow: hidden;
}

#bottom {
    line-height: 150%;
    padding: 20px;
    background: #333;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

#top .logo_box {
    width: 1200px;
    padding: 80px 0 100px 0;
    margin: 0px auto;
    position: relative;
}

#top .ge_l {
    position: absolute;
    top: 190px;
    left: 96px;
    background: url('937.png') no-repeat;
    width: 123px;
    height: 83px;
    background-size: 100%;
}

#top .ge_r {
    position: absolute;
    top: 232px;
    right: 80px;
    background: url('938.png') no-repeat;
    width: 175px;
    height: 173px;
    background-size: 100%;
}

#top .lhlogo {
    text-align: left;
}

#top .zt_logo {
    margin: 5px 0;
    text-align: center;
    animation: roll 1s forwards;
}

#top .zt_mc {
    text-align: center;
    animation: bigger 2.5s linear infinite alternate;
}

@keyframes roll {
    from {
        transform: scale(5);
        opacity: 0;
    }
    70% {
        transform: scale(.8);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes bigger {
    from {
        transform: scale(.95);
    }
    to {
        transform: scale(1);
    }
}


/*首页样式*/

.main_box {
    width: 1082px;
    clear: both;
    margin: 30px auto 0px auto;
    overflow: hidden;
}

.mt30 {
    margin-top: 30px;
}

.w580 {
    width: 580px;
}

.in_title {
    background: url('967.png') center no-repeat;
    margin-bottom: 30px;
    height: 37px;
    line-height: 37px;
    text-align: center;
}

.in_title2 {
    background: url('968.png') center no-repeat;
}

.in_title3 {
    background: url('969.png') center no-repeat;
}

.zhbd dl {
    overflow: hidden;
    margin-bottom: 15px;
}

.zhbd dt {
    font-size: 24px;
    color: #d72d23;
    font-weight: bold;
    margin-bottom: 10px;
}

.zhbd dd {
    text-align: left;
    font-size: 16px;
    text-indent: 2em;
}

.zhbd dl a {
    color: #d72d23;
}

.ul_list {
    overflow: hidden;
}

.ul_list li {
    background: url("935.png") left center no-repeat;
    font-size: 16px;
    text-align: left;
    position: relative;
}

.ul_list li:hover {
    background: url("936.png") left center no-repeat;
}

.ul_list li a {
    display: block;
    display: block;
    padding-left: 20px;
    /*width:75%;*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.ul_list li span {
    display: none;
    position: absolute;
    right: 0px;
    top: 0;
}

.ul_list2 li {
    float: left;
    width: 48%;
}

.ul_list2 li:nth-child(2n) {
    float: right !important;
}

.zhbd .ul_list li {
    font-size: 14px;
}

.morelink {
    display: none;
    text-align: center;
    margin-top: 15px;
}

.morelink a {
    display: block;
    width: 130px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #e96649;
    border: 1px #e96649 solid;
    border-radius: 20px;
    margin: auto;
}

.morelink a:hover {
    background: #e96649;
    color: #fff;
}

.xwfbh_con {
    height: 320px;
    overflow: hidden;
}

.xwfbh_con dl {
    width: 100%;
    height: 320px;
    background: #f0f0f0;
    overflow: hidden;
}

.xwfbh_con dt {
    float: left;
    width: 540px;
    height: 320px;
}

.xwfbh_con dt img {
    width: 540px;
    height: 320px;
}

.xwfbh_con dd {
    float: right;
    width: 480px;
    padding: 20px 30px;
}

.xwfbh_con dd h3 {
    font-size: 18px;
    color: #d72d23;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 30px;
}

.xwfbh_con dd h3 a {
    color: #d72d23;
}

.xwfbh_con dd p {
    font-size: 14px;
    text-align: left;
    text-indent: 2em;
    line-height: 32px;
}

.xwfbh_con dd a.more {
    display: block;
    width: 130px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #e96649;
    border: 1px #e96649 solid;
    border-radius: 20px;
    margin: auto;
}

.xwfbh_con dd a.more:hover {
    background: #e96649;
    color: #fff;
}

.tit2 {
    background: url('965.png') left center no-repeat;
    padding-left: 25px;
    text-align: left;
    height: 32px;
    line-height: 32px;
    position: relative;
    margin-bottom: 20px;
}

.tit2 span {
    position: absolute;
    font-size: 18px;
    color: #e96649;
    font-weight: bold;
}

.tit2 .more {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    padding-right: 20px;
    background: url('939.png') center right no-repeat;
}

.rddb,
.zxwy {
    width: 530px;
    overflow: hidden;
}

.dbwy_con {
    overflow: hidden;
}

.dbwy_con dl {
    padding: 10px 16px 10px 20px;
    border: 1px #e96649 solid;
    margin-bottom: 20px;
    text-align: left;
}

.dbwy_con dt {
    font-size: 16px;
    font-weight: bold;
}

.dbwy_con dd {
    text-indent: 2em;
    padding: 0;
    font-size: 14px;
    line-height: 22px;
    color: #666;
}

.dbwy_con dd a {
    color: #d72d23;
}

.zxwy .tit2 {
    background: url('966.png') left center no-repeat;
}

.zxwy .tit2 span {
    color: #f5ab2b;
}

.zxwy .tit2 .more {
    background: url('940.png') center right no-repeat;
}

.zxwy .dbwy_con dl {
    border: 1px #f5ab2b solid;
}

#lhyx {
    margin-bottom: 30px;
}

.lhyx_box {
    height: 400px;
    overflow: hidden;
}

.lhyx_box .bd {
    height: 360px;
    overflow: hidden;
}

.lhyx_box .bd li {
    position: relative;
    height: 360px;
}

.lhyx_box .bd li a {
    display: block;
    position: absolute;
    overflow: hidden;
    color: #fff;
    font-size: 14px;
}

.lhyx_box .bd li a img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.4s all;
}

.lhyx_box .bd li a span.img_title {
    display: block;
    cursor: pointer;
    padding: 0 2%;
    width: 96%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: -28px;
    bottom: 0;
    transition: 0.4s all;
    z-index: 1;
    background: url('#') repeat-x;
    background: rgba(0, 0, 0, 0.6) !important;
}

.lhyx_box .bd li a:hover span.img_title {
    bottom: 0;
    background: url('#') repeat-x;
    background: rgba(233, 102, 73, 0.6) !important;
}

.lhyx_box .bd li a:hover img {
    width: 105%;
    height: 105%;
    top: -2.5%;
    left: -2.5%;
}

.lhyx_box .bd li a {
    left: 0;
    top: 0;
    width: 540px;
    height: 360px;
}

.lhyx_box .bd li a+a {
    left: 540px;
    top: 0;
    width: 270px;
    height: 180px;
}

.lhyx_box .bd li a+a+a {
    left: 540px;
    top: 180px;
    width: 270px;
    height: 180px;
}

.lhyx_box .bd li a+a+a+a {
    left: 810px;
    top: 0;
    width: 270px;
    height: 360px;
}

.lhyx_box .hd {
    margin-top: 20px;
    height: 13px;
    text-align: center;
}

.lhyx_box .hd li {
    display: inline;
}

.lhyx_box .hd li span {
    display: inline-block;
    width: 20px;
    height: 7px;
    background: #ccc;
    overflow: hidden;
    cursor: pointer;
    margin: 0 3px;
    text-indent: -20em;
    vertical-align: top;
    *vertical-align: middle;
    transform: skew(-30deg);
    /*设置倾斜度为-30*/
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
}

.device .swiper-active-switch {
    background: #e34635;
    transform: skew(-30deg);
    /*设置倾斜度为-30*/
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
}

.lhyx_box .hd li.on span {
    background: #e96649;
}

.lhyx_wap {
    display: none;
}

.lhyx_wap li {
    width: 97%;
    margin: 0 auto;
}

.lhyx_wap li a {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 10px;
}

.lhyx_wap li a img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 0.4s all;
    z-index: 9998;
}

.lhyx_wap li a span {
    display: block;
    cursor: pointer;
    padding: 0 2%;
    width: 96%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: 0.4s all;
    background: url('#') repeat-x;
    background: rgba(0, 0, 0, 0.6) !important;
    z-index: 9999;
}

.lhyx_wap li a:hover img {
    width: 105%;
    height: 105%;
    top: -2.5%;
    left: -2.5%;
}


/*二级列表页样式*/

.loc {
    margin: 0 auto;
    font-size: 14px;
    color: #333;
    padding: 10px;
    line-height: 150%;
    text-align: left;
    border-bottom: 1px #eee solid;
}

.loc a {
    font-size: 14px;
    color: #333;
}

.loc a:hover {
    color: #333;
}

#listmain {
    min-height: 300px;
    margin: auto;
    padding-top: 20px;
}

.alist {
    padding: 0 10px;
}

.alist .article {
    width: 98%;
    font-size: 16px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
}

.alist tr td {
    padding: 0 0 10px 0;
    margin: 0;
    vertical-align: top;
}

.alist .arlisttd {
    background: url('935.png') left 10px no-repeat;
    padding-left: 20px;
    line-height: 30px;
}

.alist .ardot {
    display: none;
}

.alist .timedefault {
    font-size: 14px;
    color: #555;
    width: 100px;
    text-align: right;
    padding-top: 2px;
}


/*文章页样式*/

#artmain {
    padding: 0 20px;
    margin: 0 auto;
    background: #fff;
}

#artmain .mtitle {
    font-family: "微软雅黑";
    font-size: 22px;
    color: #000;
    line-height: 150%;
    padding-top: 25px;
    margin: 0 auto;
    text-align: center;
}

#artmain .source {
    font-family: "宋体";
    font-size: 12px;
    color: #555;
    padding: 10px 0;
    border-bottom: 1px #ddd dotted;
}

#zoom {
    font-size: 16px;
    line-height: 32px;
    text-align: left;
    padding: 30px 0;
    text-align: justify;
    text-justify: inter-ideograph;
}

#zoom a {
    color: #000;
    text-decoration: underline
}

#zoom table {
    margin: auto;
}

#zoom p {
    margin: 0;
    padding: 5px 0;
    border: 0;
    text-align: justify;
    text-justify: inter-ideograph;
}

#zoom img {
    max-width: 750px;
    /* _width: expression(document.body.clientWidth > 750 ? "750px": "auto"); */
    margin: 5px auto 0px auto;
    text-align: center;
}


/*自适样式*/

@media screen and (max-device-width:1024px) {
    body {
        background-size: 120%;
    }
    .fl,
    .fr {
        float: none;
    }
    #top {
        height: auto;
    }
    #top .logo_box {
        width: 98%;
        margin: auto;
        padding: 70px 0 100px 0;
    }
    #top .ge_l {
        top: 120px;
        left: 10px;
    }
    #top .ge_r {
        top: 140px;
        right: 0;
    }
    #top .lhlogo img {
        width: 35%;
        position: absolute;
        top: 50px;
        left: 40px;
    }
    #top .zt_logo img {
        width: 50%;
        height: auto;
    }
    #top .zt_mc {
        margin-top: -10px;
    }
    #top .zt_mc img {
        width: 50%;
    }
    #content {
        width: 100%;
    }
    .main_box {
        width: 98%;
        margin: 30px auto 0px auto;
    }
    .ul_list2 li {
        float: none;
        width: 100%;
    }
    .ul_list2 li:nth-child(2n) {
        float: none !important;
    }
    .xwfbh_con {
        height: auto;
    }
    .xwfbh_con dl {
        width: 100%;
        height: auto;
        background: #f0f0f0;
        overflow: hidden;
    }
    .xwfbh_con dt {
        float: left;
        width: 50%;
        height: auto;
    }
    .xwfbh_con dt img {
        width: 100%;
        height: auto;
    }
    .xwfbh_con dd {
        float: right;
        width: 46%;
        padding: 20px 2%;
    }
    .rddb,
    .zxwy {
        width: 100%;
    }
    .lhyx_box {
        height: 340px;
    }
    .lhyx_box .bd {
        height: 300px;
    }
    .lhyx_box .bd li {
        height: 300px;
    }
    .lhyx_box .bd li a {
        width: 50%;
        height: 100%;
    }
    .lhyx_box .bd li a+a {
        left: 50%;
        width: 25%;
        height: 50%;
    }
    .lhyx_box .bd li a+a+a {
        left: 50%;
        top: 50%;
        width: 25%;
        height: 50%;
    }
    .lhyx_box .bd li a+a+a+a {
        left: 75%;
        width: 25%;
        height: 100%;
    }
    .morelink {
        display: block;
    }
    .loc {
        width: auto;
        padding: 1rem;
    }
    #artmain {
        padding: 0 15px;
    }
    #zoom {
        padding: 1rem 0;
    }
    #zoom img {
        max-width: 95%;
        margin: 5px auto 0px auto;
        text-align: center;
    }
    #zoom table {
        width: 100%;
    }
    .loc {
        width: auto;
        padding: 1rem;
    }
    /* .alist .arlisttd {} */
    .sjsm {
        display: none;
    }
}

@media screen and (max-device-width:768px) {
    body {
        background-size: 160%;
    }
    #top .logo_box {
        padding: 50px 0 90px 0;
    }
    #top .ge_l {
        top: 100px;
        left: 0;
        width: 90px;
    }
    #top .ge_r {
        top: 160px;
        right: 0;
        width: 100px;
    }
    #top .lhlogo img {
        top: 30px;
        left: 40px;
    }
    #top .zt_logo img {
        width: 65%;
    }
    #top .zt_mc img {
        width: 60%;
    }
    .xwfbh_con {
        height: auto;
    }
    .xwfbh_con dl {
        width: 100%;
        height: auto;
    }
    .xwfbh_con dt {
        float: none;
        width: 100%;
        height: auto;
    }
    .xwfbh_con dt img {
        width: 100%;
        height: auto;
    }
    .xwfbh_con dd {
        float: none;
        width: 96%;
        padding: 20px 2%;
    }
    .lhyx_box {
        height: 270px;
    }
    .lhyx_box .bd {
        height: 230px;
    }
    .lhyx_box .bd li {
        height: 230px;
    }
}

@media screen and (max-device-width:414px) {
    body {
        background: #f8eada url('961.jpg') center 35px no-repeat;
        background-size: 160%;
    }
    #top .logo_box {
        padding: 35px 0 60px 0;
    }
    #top .ge_l {
        top: 50px;
        width: 60px;
    }
    #top .ge_r {
        top: 80px;
        width: 50px;
    }
    #top .lhlogo img {
        width: 50%;
        top: 5px;
        left: 10px;
    }
    #top .zt_logo img {
        width: 60%;
    }
    .in_title {
        background: url('976.png') center no-repeat;
        border-bottom: 0px #e96649 solid;
    }
    .in_title2 {
        background: url('977.png') center no-repeat;
    }
    .in_title3 {
        background: url('978.png') center no-repeat;
    }
    .lhyx_box {
        display: none;
    }
    .lhyx_wap {
        display: block;
    }
    #bottom span {
        display: block;
        padding-right: 20px;
    }
    #artmain .mtitle {
        font-size: 1.8rem;
    }
}