@charset "utf-8";
body {
    padding-bottom: 0;
}

.title {
    padding: 25px 10px 0 0;
    position: relative;
    margin-bottom: 30px;
}

.title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    width: 65px;
    background: url(../images/title-left.png) no-repeat;
    background-position: left bottom;
    z-index: 9;
}

.title h2 {
    min-width: 200px;
    line-height: 50px;
    float: left;
    font-size: 26px;
    color: #333333;
    background: #d4d4d4;
    border-radius: 0px 0px 20px 0px;
    border: solid 3px rgba(212, 212, 212, 0.22);
    margin-left: 35px;
    text-align: center;
    position: relative;
    z-index: 8;
    padding: 0 50px 0 60px;
}

.title h2::after {
    content: "";
    position: absolute;
    right: -10px;
    bottom: 0;
    top: -25px;
    width: 64px;
    background: url(../images/title-right.png) no-repeat;
    background-position: right top;
}

.title a {
    float: right;
    font-size: 16px;
    color: #a8a8a8;
    line-height: 52px;
}

.gifimg2 {
    top: 100px;
}

.pagination {
    text-align: center;
    font-size: 0;
    padding-top: 50px;
}

.pagination a {
    display: inline-block;
    border: 1px solid #dcdcdc;
    padding: 0 12px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    color: #666;
    margin: 0 7px;
}

.pagination a.active {
    background: #ccc;
    color: #fff;
    border: 1px solid #ccc;
}

.pagination a:hover {
    background: #ccc;
    color: #fff;
    border: 1px solid #ccc;
}

.pagination span {
    display: inline-block;
    font-size: 14px;
}

.ad-list-l {
    float: left;
    margin-right: 80px;
}

.ad-list-l .dn_alrt {
    margin-top: 100px;
}

.ny {
    position: relative;
    overflow: hidden;
    margin-top: -50px;
    padding-bottom: 80px;
}

.ad-list-r {
    overflow: hidden;
}

.ny::before {
    content: "";
    position: absolute;
    width: 200%;
    left: 0px;
    height: 559px;
    top: 300px;
    background: url(../images/i-gifimg3.png) 80% bottom repeat-x;
    z-index: -1;
    animation: 100s linear 0s infinite normal none running dashan;
}

.ny::after {
    content: "";
    position: absolute;
    width: 200%;
    right: 0px;
    height: 368px;
    bottom: -100px;
    background: url(../images/i-gifimg4.png) right bottom repeat-x;
    animation: 120s linear 0s infinite normal none running dashan2;
    z-index: -1;
}

.dn-qunz {
    margin-top: 60px;
}

.dn-qunz li {
    float: left;
    width: 23.5%;
    margin-left: 2%;
}

.dn-qunz li a {
    display: block;
    margin: 0 0 65px 0;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 20px;
}

.dn-qunz li a::before {
    content: "";
    position: absolute;
    inset: auto 0px 0px;
    height: 150px;
    background: linear-gradient(rgba(255, 255, 255, 0) 30%, rgb(163, 163, 127));
    z-index: 9;
    transition: all 0.3s ease 0s;
}

.dn-qunz li a .pic {
    position: relative;
    z-index: 8;
}

.dn-qunz li a .pic img {
    height: 371px;
    display: block;
    width: 100%;
}

.dn-qunz-info {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 9;
    width: 100%;
    padding: 20px 30px;
    transition: all 0.3s ease 0s;
}

.dn-qunz-info h3 {
    font-size: 18px;
    line-height: 30px;
    font-weight: normal;
    color: rgb(255, 255, 255);
}

.dn-qunz li a:hover::before {
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.dn-qunz li a:hover .dn-qunz-info {
    top: 0px;
    text-align: center;
}

.dn-qunz li a:hover .dn-qunz-info h3 {
    font-weight: 600;
}

.dn-list {
    padding-top: 15px;
}

.dn-list li a {
    display: block;
    padding-top: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d6d6d6;
}

.dn-list li a h3 {
    padding-left: 40px;
    background: url(../images/dn-h3l.png) no-repeat;
    background-position: left center;
    font-size: 15px;
    font-weight: normal;
    line-height: 42px;
    color: #040404;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.dn-list li a p {
    font-size: 14px;
    line-height: 24px;
    color: #a0a0a0;
}

.dn-list li a p span {
    margin-left: 40px;
}

.dn_alrt {
    cursor: pointer;
}

.yshy li {
    float: left;
    width: 24%;
    margin-right: 1.3333%;
}

.yshy li:nth-child(4n) {
    margin-right: 0;
}

.yshy li a {
    display: block;
    margin: 30px 0 0px;
    position: relative;
    padding-bottom: 20px;
}

.yshy li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 0;
    background: rgba(0, 0, 0, .53);
    left: 0;
    right: 0;
    transition: all 0.3s;
    z-index: 9;
}

.yshy li a .pic {
    position: relative;
    z-index: 8;
    height: 0;
    padding-bottom: 67%;
    overflow: hidden;
    border: 1px solid #ebebeb;
}

.yshy li a .pic img {
    display: block;
    width: 100%;
}

.yshy-info {
    position: relative;
    z-index: 10;
    height: 60px;
}

.yshy-info h3 {
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    color: rgb(20, 20, 20);
    height: 60px;
    overflow: hidden;
    margin-top: 30px;
    transition: padding 0.3s;
}

.yshy li a:hover {
    background: rgba(0, 0, 0, .83);
}

.yshy li a:hover h3 {
    color: #fff;
    margin-top: 25px;
    margin-bottom: 5px;
    padding: 0 15px;
}

.yshy li a:hover::after {
    height: 100%;
}

.position {
    float: right;
}

.position>div {
    position: relative;
    text-align: right;
    font-size: 0;
}

.position h3 {
    position: absolute;
    width: 235px;
    padding-left: 35px;
    height: 90px;
    font-size: 24px;
    font-weight: normal;
    color: #fff;
    background: #025393;

    background-position: center top;
    text-align: left;
    line-height: 100px;
    bottom: 0;
    left: 0;
}

.position h3::after {
    content: "";
    position: absolute;
    right: -37px;
    bottom: -30px;
    width: 74px;
    height: 74px;
 
    background-size: 100% 100%;
    z-index: 9;
}

.position span {
    color: #686868;
    font-size: 16px;
    vertical-align: middle;
}

.position img {
    height: 16px;
    vertical-align: middle;
    margin-right: 5px;
}

.position a {
    font-size: 16px;
    color: #686868;
    margin: 0 5px;
    vertical-align: middle;
    float: none;
}

.position a:hover {
    text-decoration: underline;
}

.ny-right {
    border: 1px solid rgba(203, 203, 203, 0.3);
    padding: 60px 80px;
    margin-top: 60px;
}

.art-tit h3 {
    text-align: center;
    font-size: 40px;
    color: #404040;
}

.art-tit p {
    border-bottom: 1px solid #bec2c3;
    padding-bottom: 20px;
    margin-top: 50px;
    text-align: center;
}

.art-tit p .rq {
    font-size: 15px;
    line-height: 39px;
    color: #878787;
    margin: 0 10px;
}

.art-body {
    padding: 20px 0;
}

.art-body p {
    font-size: 18px !important;
    line-height: 39px !important;
    letter-spacing: 0px;
    color: #404040;
    text-indent: 2em;
}

.art-body img {
    display: block;
    max-width: 100%;
    margin: 20px auto;
}

.dn-lz {
    width: 251px;
    height: 286px;
    background: url(../images/s4-ldn1.png) no-repeat;
    background-position: center bottom;
    -ms-animation: lz 10s linear infinite;
    animation: lz 10s linear infinite;
}

.dn_alrt {
    cursor: pointer;
}

#dn-alert {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 999;
    display: none;
}

.dn-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 810px;
    border: 15px solid rgba(0, 0, 0, .6);
    background: #fff;
    padding: 20px 30px 40px 20px;
}

.dn-box h3 {
    color: #000;
    background: #f8f8f8;
    font-size: 18px;
    padding: 0 15px;
    line-height: 34px;
    border-bottom: 1px solid #eeeeee;
}

.dn-box h3 span {
    float: right;
    height: 100%;
    background: url(../images/dn-close.jpg) no-repeat;
    background-position: center center;
    width: 25px;
    height: 35px;
    cursor: pointer;
}

.dn-form {
    margin-top: 10px;
}

.ipt-group {
    margin-top: 20px;
    overflow: hidden;
    line-height: 32px;
}

.ipt-group span {
    float: left;
    font-size: 14px;
    color: #333;
    width: 80px;
    padding-left: 10px;
    line-height: 34px;
    height: 34px;
}

.ipt-group div {
    overflow: hidden;
    padding: 0 15px;
    border: 1px solid #e5e5e5;
}

.ipt-group input {
    display: block;
    width: 100%;
    border: none;
    height: 32px;
}

.ipt-group input::placeholder {
    color: #999;
}

.ipt-group textarea {
    font-family: "微软雅黑";
    display: block;
    width: 100%;
    border: none;
    line-height: 32px;
}

.ipt-group textarea::placeholder {
    color: #999;
}

.ipt-handle div {
    border: none;
    padding: 0;
}

.ipt-handle div .dn-sub {
    width: 85px;
    height: 36px;
    border-radius: 2px;
    background: #a8ab12;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    font-size: 14px;
}

.ipt-handle div .dn-reset {
    width: 60px;
    height: 36px;
    border: 1px solid #c9c9c9;
    margin-left: 15px;
    background: none;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    color: #555;
    font-size: 14px;
}

@media screen and (max-width: 1336px) {
    .dn-qunz li a .pic img {
        height: 300px;
    }
}

@media screen and (max-width: 1000px) {
    .yshy li {
        width: 32%;
        margin-right: 2%;
    }
     .yshy li:nth-child(2n) {
       margin-right: 2%;
    }
     .yshy li:nth-child(3n) {
        margin-right: 0%;
    }

   
   
   
}

@media screen and (max-width: 700px) {
    .title {
        margin-top: -100px;
    }
    .title h2 {
        font-size: 20px;
    }
    .title::before {
        display: none;
    }
    .dn-qunz li a .pic img {
        height: 150px;
    }
    .ny-right {
        padding: 15px;
        margin-top: 15px;
    }
    .art-tit h3 {
        font-size: 18px;
    }
    .art-tit p {
        margin-top: 20px;
        padding-bottom: 15px;
    }
    .art-tit p span {
        line-height: 20px;
    }
    .art-body p {
        font-size: 16px;
    }
    .yshy li {
        width: 48%;
        margin-right: 4%;
    }
    .yshy li:nth-child(2n) {
        margin-right: 0;
    }
   
    .yshy li a .pic{position:relative;height: 0;padding-bottom: 65%;}
    .yshy li a .pic img {
    }
   
}