@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: #e3f5f2 url('704.jpg') center 60px no-repeat;
    font-family: "微软雅黑";
    line-height: 26px;
    color: #333;
    text-align: center;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #107864;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
    overflow: hidden;
    height: 0;
}

#wrap {
    margin: 0 auto;
}

#top {
    height: 620px;
    margin: 0 auto
}

#content {
    width: 1160px;
    padding: 20px;
    margin: 20px auto;
    background: #fff;
}

#bottom {
    line-height: 150%;
    padding: 20px;
    background: #262525;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

#top .logo {
    margin: 0 auto;
    text-align: center;
    padding: 90px 0 0 0;
    animation: roll 1s forwards;
}

@keyframes roll {
    from {
        transform: scale(5);
        opacity: 0;
    }
    70% {
        transform: scale(.8);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}


/*首页样式*/

.main_box {
    clear: both;
    margin: 0px auto 30px auto;
    overflow: hidden;
}

.mt30 {
    margin-top: 30px;
}

.w580 {
    width: 580px;
    overflow: hidden;
}

.w560 {
    width: 560px;
    overflow: hidden;
}

.in_title {
    background: url('686.png') left top no-repeat;
    height: 24px;
    padding: 8px 0 18px 70px;
    margin-bottom: 10px;
    border-bottom: 1px #107864 dashed;
    text-align: left;
    position: relative;
}

.in_title .more {
    position: absolute;
    top: 8px;
    right: 0;
    display: block;
    text-align: center;
    width: 60px;
    line-height: 24px;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    background: #107864;
    border-radius: 20px;
}

.in_title .more:hover {
    background: #0d5f4f;
}

.in_title2 {
    background: url('686.png') center top no-repeat;
    height: 24px;
    padding: 8px 0 18px 190px;
    margin-left: -95px;
    margin-bottom: 10px;
    border-bottom: 1px #107864 dashed;
}

.list {
    line-height: 40px;
}

.list li {
    background: url("676.png") no-repeat 0px 1em;
    padding-left: 25px;
    text-align: left;
    border-bottom: px solid #eee;
    position: relative;
}

.list li a {
    display: block;
    width: 85%;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -moz-binding: url('#');
}

.list li span {
    /*display:none;*/
    position: absolute;
    right: 0px;
    top: 0px;
}

.list li:hover {
    background: url("677.png") no-repeat 0px 1em;
}

.list dl {
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px dashed #ddd;
}

.list dt,
.list dd {
    padding: 0;
    margin: 0;
}

.list dt {
    font-size: 18px;
    color: #107864;
    line-height: 150%;
    font-weight: normal;
}

.list dt a {
    color: #107864;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list dd {
    text-indent: 2em;
    text-align: left;
    font-size: 14px;
    line-height: 28px;
}

.list dd a {
    color: #107864;
}

.list dt a:hover,
.list dd a:hover {
    color: #6ca548;
}

.list2 {
    overflow: hidden;
}

.list2 dl {
    float: left;
    width: 560px;
}

.list dl:first-child+dl,
.list dl:first-child+dl+dl {
    float: right;
}


/*.list2 dl:nth-child(2n){float:right;}*/

.morelink {
    text-align: center;
    margin-top: 20px;
}

.morelink a {
    display: block;
    width: 100px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #fff;
    background: #107864;
    border-radius: 20px;
    margin: auto;
}

.morelink a:hover {
    background: #107864;
    color: #fff;
}

.silder-container {
    width: 560px;
    height: 320px;
}

.silder-box .silder li {
    width: 560px;
    position: relative;
}

.silder-box .silder li {
    height: 320px;
}

.silder-box .silder li img {
    width: 100%;
    height: 100%;
}

.silder-box .silder li h4 {
    position: absolute;
    bottom: 0;
    color: #fff;
    width: 96%;
    font-size: 15px;
    font-weight: normal;
    text-align: left;
    padding: 0px 2%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    background: rgba(0, 0, 0, .5);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
}

.silder-box .silder li a {
    display: block;
    overflow: hidden;
}

.silder-box .silder li img {
    width: 100%;
    height: 400px;
    padding: 0;
}

.silder-button {
    top: 165px;
    width: 25px;
    height: 40px;
    position: absolute;
    cursor: pointer;
}

.silder-button.btl {
    left: -40px;
    background: url('#') no-repeat center center;
    background-size: 50%;
}

.silder-button.btr {
    right: -40px;
    background: url('#') no-repeat center center;
    background-size: 50%;
}

.silder-box .silder-button {
    top: 50%;
    margin-top: -20px;
    background-color: rgba(0, 0, 0, .6);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#000, endColorstr=#000);
}

.silder-box .silder-button:hover {
    opacity: .8;
}

.silder-box .silder-button.btl {
    left: 0;
    background-size: 60%;
}

.silder-box .silder-button.btr {
    right: 0;
    background-size: 60%;
}

#qmxs {
    background: #effaf9 url('701.jpg') center top no-repeat;
    height: 734px;
    padding-bottom: 5px;
    overflow: hidden;
    position: relative;
}

#qmxs .in_title2 {
    margin-top: 30px;
    border-bottom: none;
    height: 35px;
    padding: 2px 0 8px 220px;
    margin-left: -110px;
}

#qmxs .qmxs_main {
    overflow: hidden;
    margin: 15px auto 0 auto;
}

.qmxs_t {
    overflow: hidden;
    position: absolute;
    bottom: 0;
}

.qmxs_t li {
    float: left;
    margin: 28px 0 0 8px;
    display: inline;
    width: 121px;
    height: 117px;
    padding-top: 45px;
    font-size: 24px;
    color: #fff;
    background: url('718.png') no-repeat;
    background-size: 100% 100%;
}

.qmxs_t li:first-child {
    margin-left: 15px;
}

.qmxs_t li:first-child+li+li+li {
    margin-left: 90px;
}

.qmxs_t li img {
    width: 70%;
}

.qmxs_t li.on {
    width: 142px;
    height: 135px;
    padding-top: 55px;
    font-size: 26px;
    margin-top: 0;
}

.qmxs_t li img {
    width: auto;
}

.qmxs_c {
    overflow: hidden;
    padding-right: 85px;
}

.qmxs_c ul p {
    float: left;
    width: 540px;
    padding: 120px 0px 0 80px;
    text-align: center;
    overflow: hidden;
}

.qmxs_c ul p img {
    width: 459x;
    height: 342px;
}

.qmxs_c #tabcontent_16 p {
    padding-top: 140px;
}

.qmxs_c #tabcontent_17 p {
    padding-top: 150px;
}

.qmxs_c ul dl {
    float: right;
    background: rgba(235, 249, 247, 0.8) !important;
    background: #ebf9f7;
    filter: Alpha(Opacity="80");
    opacity: 0.8\9;
    width: 360px;
    padding: 15px;
}

.qmxs_c ul dl a {
    display: block;
    background: url('674.png') left top no-repeat;
    padding: 40px 0 0 35px;
}

.qmxs_c ul dt {
    font-size: 28px;
    color: #107864;
    line-height: 40px;
    margin-bottom: 10px;
}

.qmxs_c ul dd {
    text-indent: 2em;
    text-align: left;
    line-height: 32px;
    background: url('675.png') right bottom no-repeat;
    padding: 0 35px 40px 0;
    min-height: 260px;
    text-align: justify;
    text-justify: inter-ideograph;
}


/*二级列表页样式*/

.loc {
    margin: 0 auto;
    font-size: 14px;
    color: #333;
    padding: 0 10px 10px 10px;
    line-height: 150%;
    text-align: left;
    border-bottom: 1px #eee solid;
    background: #fff;
}

.loc a {
    font-size: 14px;
    color: #333;
}

.loc a:hover {
    color: #333;
}

#listmain {
    background: #fff;
    min-height: 300px;
    margin: auto;
    padding-top: 20px;
}

.alist {
    padding: 0 10px;
}

.alist .article {
    width: 98%;
    margin: 0 auto;
    padding: 0;
    text-align: left;
}

.alist tr td {
    padding: 0 0 10px 0;
    margin: 0;
    vertical-align: top;
}

.alist .arlisttd {
    line-height: 30px;
}

.alist .ardot {
    width: 15px;
    padding-top: 0px;
}

.alist .timedefault {
    font-size: 13px;
    color: #555;
    width: 100px;
    text-align: right;
    padding-top: 2px;
}


/*文章页样式*/

#artmain {
    padding: 0 30px;
    margin: 0 auto;
    background: #fff;
}

#artmain .mtitle {
    font-size: 22px;
    margin: 0 auto;
    color: #000;
    text-align: center;
    font-family: "微软雅黑";
    font-size: 22px;
    line-height: 150%;
    padding-top: 25px;
}

#artmain .source {
    font-family: "宋体";
    font-size: 12px;
    padding: 10px 0;
    color: #555;
    border-bottom: 1px #ddd dotted;
}

#zoom {
    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: 150%;
    }
    #top {
        height: auto;
    }
    #top .logo {
        padding: 90px 0 60px 0;
    }
    #top .logo img {
        width: 50%;
        height: auto;
    }
    .w580,
    .w560 {
        width: 100%;
    }
    #content {
        width: 100%;
        padding: 10px 0;
    }
    .fl {
        float: none;
    }
    .fr {
        float: none;
    }
    .main_box {
        width: 100%;
        max-width: 560px;
        margin: 10px auto;
    }
    .w580 {
        width: 100%;
        margin-top: 20px;
    }
    .w560 {
        width: 100%;
        margin-top: 20px;
    }
    .loc {
        width: 100%;
        padding: 0 1rem 1rem 1rem;
    }
    #artmain {
        padding: 0 20px;
    }
    #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 {
        line-height: normal;
    }
    .sjsm {
        display: none;
    }
    .silder-container {
        width: 100%;
        height: auto;
    }
    .silder-box .silder li {
        width: 100%;
        height: auto;
    }
    .silder-box {
        width: 560px;
        height: 320px !important;
        margin: auto;
    }
    .silder {
        width: 100% !important;
    }
    .silder li,
    .silder li img {
        width: 560px !important;
        height: 320px !important;
    }
    .silder-button {
        top: 160px !important;
    }
    .list2 dl {
        float: none !important;
        width: 100%;
    }
    #qmxs {
        background-size: 100%;
        height: auto;
    }
    #qmxs .in_title2 {
        margin-top: 15px;
        height: 35px;
        padding: 2px 0 5px 200px;
        margin-left: -100px;
    }
    #qmxs .in_title2 img {
        width: 110px;
        height: auto;
    }
    .qmxs_t {
        left: 0;
        top: 360px;
    }
    .qmxs_t li {
        float: none;
        display: block;
        margin: 10px 0 0 0px;
        padding: 2px 0;
        width: 90px;
        height: auto;
        background: #dda077;
        border-radius: 10px;
    }
    .qmxs_t li:first-child,
    .qmxs_t li:first-child+li+li+li {
        margin-left: 0;
    }
    .qmxs_t li img {
        width: 60%;
    }
    .qmxs_t li.on {
        width: 95px;
        height: auto;
        padding-top: 2px;
        margin-top: 10px;
    }
    .qmxs_c {
        padding: 0;
    }
    .qmxs_c ul p {
        float: none;
        width: 100%;
        height: auto;
        text-align: center;
        padding: 0px 0px 0px 0px !important;
    }
    .qmxs_c ul p img {
        width: 55%;
        height: auto;
    }
    .qmxs_c ul dl {
        float: none;
        width: auto;
        padding: 2% 1%;
        margin-top: 50px;
    }
    .qmxs_c ul dl a {
        background-size: 50%;
        padding: 40px 0 0 110px;
        background-position: 100px top;
    }
    .qmxs_c ul dt {
        margin-bottom: 10px;
    }
    .qmxs_c ul dd {
        background-size: 50%;
        padding: 0 25px 40px 25px;
    }
}

@media screen and (max-device-width:812px) {
    body {
        background-size: 175%;
    }
    #top .logo img {
        width: 60%;
    }
}

@media screen and (max-device-width:667px) {
    body {
        background-size: 185%;
    }
}

@media screen and (max-device-width:568px) {
    body {
        background-size: 200%;
    }
}

@media screen and (max-device-width:414px) {
    body {
        background-size: 210%;
        background-position: center 35px;
    }
    #top .logo {
        padding: 30px 0;
    }
    #top .logo img {
        width: 75%;
    }
    .main_box {
        width: 98%;
        margin: 0px auto 10px auto;
    }
    .silder-box {
        width: 405px;
        height: 230px !important;
    }
    .silder li,
    .silder li img {
        width: 405px !important;
        height: 230px !important;
    }
    .silder-button {
        top: 115px !important;
    }
    .qmxs_t {
        top: 250px;
    }
    .qmxs_t li {
        width: 70px;
    }
    .qmxs_t li.on {
        width: 75px;
    }
    .qmxs_c ul p {
        height: 160px;
    }
    .qmxs_c ul p img {
        width: 45%;
    }
    .qmxs_c ul dl {
        margin-top: 20px;
    }
    .qmxs_c ul dl a {
        padding: 20px 0 0 80px;
        background-position: 75px top;
    }
    .qmxs_c ul dd {
        min-height: 200px;
        padding: 0 20px 40px 20px;
    }
}

@media screen and (max-device-width:375px) {
    body {
        background-size: 230%;
    }
    .silder-box {
        width: 360px;
        height: 200px !important;
    }
    .silder li,
    .silder li img {
        width: 360px !important;
        height: 200px !important;
    }
    .silder-button {
        top: 100px !important;
    }
    .qmxs_t {
        top: 230px;
    }
    .qmxs_c ul p img {
        width: 40%;
    }
    .qmxs_c ul dl {
        margin-top: 0px;
    }
    .qmxs_c ul dd {
        min-height: auto;
        padding: 0 15px 40px 15px;
    }
}

@media screen and (max-device-width:320px) {
    body {
        background-size: 240%;
    }
    .silder-box {
        width: 310px;
        height: 175px !important;
    }
    .silder li,
    .silder li img {
        width: 310px !important;
        height: 175px !important;
    }
    .silder-button {
        top: 87px !important;
    }
    #qmxs {
        background-size: 110%;
    }
    .qmxs_t {
        top: 200px;
    }
    .qmxs_t li {
        width: 60px;
    }
    .qmxs_t li.on {
        width: 65px;
    }
    .qmxs_c ul p {
        height: 125px;
    }
    .qmxs_c ul dl a {
        padding: 20px 0 0 70px;
        background-position: 65px top;
    }
    .qmxs_c ul dd {
        min-height: auto;
        padding: 0 10px 40px 10px;
    }
}