body {
    color: #333;
    font-size: 14px;
    font-family: "Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜",Helvetica,"Ã©Â»â€˜Ã¤Â½â€œ",Arial,Tahoma;
    position: relative;
}

.img-hide {
    overflow: hidden;
}

.img-hide img {
    transition: 0.5s all;
}

.img-hide:hover img {
    transform: scale(1.1,1.1);
}

.txt-elise {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

li {
    list-style: none;
}

a {
    color: #333;
}

ul {
    padding: 0;
    margin: 0;
}

a:hover {
    text-decoration: none !important;
}

a:focus {
    text-decoration: none !important;
    outline: none !important;
}

button:focus,button:hover,input:focus {
    outline: none!important;
}

img {
    max-width: 100%;
}
.head img{width:100%;}

.imged {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-top: 61%;
}

.imged img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.container {
    width: 1430px;
    
}

.header {
    height: 150px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 100000;
    background: #015492 url(../images/header.png) center no-repeat;
}

.nav-box {
    line-height: 80px;
    background: #fff5f9;
    position: relative;
}

.nav-list li {
    float: left;
    font-size: 20px;
    font-weight: bold;
    line-height: 80px;
    width: 16%;

}

.nav-list li:nth-child(1) {
    padding-left: 0;
}

.nav-list li:last-child {
    padding-right: 0;
}

.nav-list li a {
    color: #333;
}

.nav-list li.on a,.nav-list li:hover a {
    color: #ad0101;
}

.menu-button {
    position: absolute;
    display: none;
    top: 60px;
    right: 15px;
    z-index: 1000;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}

.menu-button .bar:nth-of-type(1) {
    margin-top: 0px;
}

.menu-button .bar:nth-of-type(3) {
    margin-bottom: 0px;
}

.bar {
    position: relative;
    display: block;
    width: 24px;
    height: 2px;
    margin: 5px auto;
    background-color: #fff;
    border-radius: 10px;
    -webkit-transition: .3s;
    transition: .3s;
}

.cross {
    margin-top: -8px;
}

.cross .bar {
    margin: 13px auto;
}

.cross .bar:nth-of-type(1) {
    -webkit-transform: translateY(15px) rotate(-45deg);
    -ms-transform: translateY(15px) rotate(-45deg);
    transform: translateY(15px) rotate(-45deg);
}

.cross .bar:nth-of-type(2) {
    opacity: 0;
}

.cross .bar:nth-of-type(3) {
    -webkit-transform: translateY(-15px) rotate(45deg);
    -ms-transform: translateY(-15px) rotate(45deg);
    transform: translateY(-15px) rotate(45deg);
}

/* new1 */
.new1 {
    width: 100%;
}

.left1,.left2 {
    width: 50%;
    padding-right: 35px;
}

.right1,.right2 {
    width: 50%;
}

.title {
    margin: 40px 0;
    position: relative;
    height: 50px;
    line-height: 50px;
    background: #f8f8f8;
    width: 100%;
}

.title span {
    width: 210px;
    height: 60px;
    line-height: 60px;
    background: url(/decddh/css/../images/lm.png) no-repeat left center;
    text-align: center;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    display: inline-block;
}

.title .more {
    display: block;
    width: 85px;
    font-size: 16px;
    color: #ad0101;
    background: #f2f2f2;
    text-align: center;
    position: absolute;
    top: 0%;
    right: 0%;
}

.left1 a {
    display: block;
    position: relative;
}

.left1 a span {
    position: absolute;
    left: 0;
    right: 0;
    padding-left: 20px;
    padding-right: 100px;
    bottom: 0;
    z-index: 10;
    line-height: 50px;
    background: url(/decddh/css/../images/shad.png) repeat center;
    font-size: 18px;
    color: #fff;
    width: 100%;
}

.left1 .slick-dots {
    right: 50px;
    bottom: 10px;
    width: auto;
}

.left1 .slick-dots li button {
    width: 10px;
    height: 10px;
    background: rgba(255,255,255,0.3);
}

.left1 .slick-dots li.slick-active button {
    background: #fff;
}

.left1 .slick-dots li {
    margin: 0 2px;
}

.slick-dots li.slick-active button:before,.slick-dots li button:before {
    opacity: 0;
}

.left1 img {
    width: 100%;
}

.slick-next,.slick-prev {
    display: none !important;
}

.left1.slick-slider {
    margin-bottom: 0;
}

.list li {
    position: relative;
    background: url(/decddh/css/../images/li.png) no-repeat left center;
    padding: 0 100px 0 20px;
    font-size: 18px;
    margin-bottom: 23px;
}

.list li a {
    color: #555;
}

.list li span {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    color: #777;
}

.list li:hover a {
    color: #ad0101;
}

/*  */
.right1 li:nth-last-child(1),.right2 li:nth-last-child(1) {
    margin-bottom: 0;
}

/* new3 */
/*  */
.footer {
    padding: 30px 0;
    margin-top: 20px;
    background-image: linear-gradient(#f01112, #ad0101);
}

.friends-list {
    font-size: 16px;
    color: #fff;
}

.friends-list a {
    color: #fff;
    margin-bottom: 30px;
    display: inline-block;
    margin-right: 20px;
}

.footer-p p {
    color: #fff;
}

.footer-img a {
    display: inline-block;
    margin-right: 10px;
    margin-top: 20px;
}

.footer-list li {
    float: left;
    margin-left: 60px;
    margin-top: 30px;
}

.footer-list li a {
    display: block;
    color: #fff;
}

.footer-list li a span {
    display: block;
    position: relative;
    margin-bottom: 20px;
    width: 72px;
    height: 72px;
    border: solid 1px #fff;
    border-radius: 50%;
}

.footer-list li a span.footer01 {
    background: url(/decddh/css/../images/zwfw_hcp.png) center no-repeat;
}

.footer-list li a span.footer02 {
    background: url(/decddh/css/../images/footer-a01.png) center no-repeat;
}

.footer-list li a span.footer03 {
    background: url(/decddh/css/../images/footer-a02.png) center no-repeat;
}

.footer-list li a span.footer04 {
    background: url(/decddh/css/../images/footer-a03.png) center no-repeat;
}

.footer-list li a span.footer05 {
    background: url(/decddh/css/../images/footer-a04.png) center no-repeat;
}

.footer-list li a span img {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 100%;
    width: 110px;
    height: 116px;
    margin-left: -60px;
    max-width: 110px;
    margin-bottom: 10px;
}

.footer-list li a:hover span img {
    display: block;
}

.footer-list li a:hover span.footer01 {
    background: #fff url(../images/zwfw_hcp_active.png) center no-repeat;
}

.footer-list li a:hover span.footer02 {
    background: #fff url(../images/footer-a01-1.png) center no-repeat;
}

.footer-list li a:hover span.footer03 {
    background: #fff url(../images/footer-a02-1.png) center no-repeat;
}

.footer-list li a:hover span.footer04 {
    background: #fff url(../images/footer-a03-1.png) center no-repeat;
}

.footer-list li a:hover span.footer05 {
    background: #fff url(../images/footer-a04-1.png) center no-repeat;
}

.footer-list li:nth-child(3) a span img {
    width: auto;
    height: 116px;
    margin-left: -144px;
    max-width: 288px;
}

/**************list**************/
.local {
    padding: 0 15px 0 45px;
    background: #f2f2f2;
    font-size: 16px;
    color: #555;
    position: relative;
    float: right;
}

.local a {
    color: #555;
    font-size: 16px;
}

.local::before {
    display: block;
    content: "";
    width: 13px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 20px;
    background: url(/decddh/css/../images/adr.png) no-repeat left center;
}

.list2 {
    min-height: 500px;
}

.list2 li {
    position: relative;
    background: url(/decddh/css/../images/li.png) no-repeat left center;
    padding: 0 100px 0 20px;
    font-size: 18px;
    line-height: 45px;
}

.list2 li a {
    color: #555;
}

.list2 li span {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    color: #777;
}

.list2 li:hover a,.local a:hover {
    color: #ad0101;
}

/* content */
.article-tt {
    font-size: 30px;
    color: #555;
    padding-bottom: 20px;
}

.article-date span {
}

.article-date {
    color: #777;
    font-size: 16px;
}

.article-box {
    border-top: solid 1px #ededed;
    border-bottom: solid 1px #ededed;
    padding: 35px 0;
    margin: 30px 0;
    min-height: 400px;
}

.article-box p {
    margin: 0;
    text-align: justify;
    font-size: 16px;
    color: #666;
    line-height: 35px;
    text-indent: 2em;
}

.article-link p a {
    font-size: 18px;
    color: #555;
}

.article-link p {
    margin: 0;
}

.article-link {
    margin-bottom: 50px;
}

.article-link p a:hover {
    color: #ad0101;
}

@media( max-width: 1599px) {
    .container {
        width: 1279px;
    }

    .nav-list li {
       width: 16%;

    }

    .right1 li:nth-child(9),.right2 li:nth-child(9),.left2 li:nth-child(9) {
        display: none;
    }
}

@media( max-width: 1279px) {
    .container {
        width: 970px;
    }

    .article-box {
        padding: 25px 0;
        margin: 20px 0;
    }

    .article-link p {
        float: none;
        padding: 10px 0;
    }

    .article-link {
        margin-bottom: 15px;
    }

    .article-tt {
        font-size: 24px;
    }
}

@media( max-width: 1279px) and (min-width:992px) {
    .right1 li:nth-child(8),.right1 li:nth-child(7),.right2 li:nth-child(8),.right2 li:nth-child(7),.left2 li:nth-child(8),.left2 li:nth-child(7) {
        display: none;
    }

    .nav-list li {
        font-size: 18px;
        
    }
}

@media( max-width: 991px) {
    .container {
        width: 100%;
    }

    .menu-button {
        display: block;
        top: 17px;
    }

    .nav-box {
        height: 45px;
        line-height: 45px;
    }

    .nav-list {
        position: absolute;
        display: none;
        z-index: 10000000;
        border-top: solid 1px #eee;
        left: 0;
        top: 100%;
        right: 0;
        box-shadow: 1px 2px 3px #ddd;
        background: #fff;
    }

    .nav-list li {
        width: 100%;
        float: none;
        margin: 0;
        text-align: left;
        line-height: 40px;
        padding-bottom: 0;
        padding: 0;
    }

    .nav-list li a {
        height: 40px;
        font-size: 16px;
        line-height: 40px;
        padding: 0 15px;
        color: #333;
    }

    .bar {
        background-color: #ad0101;
    }

    .left1 {
        width: 70%;
        padding-right: 0;
        margin: 0 auto;
        float: none;
    }

    .right1,.right2,.left2 {
        width: 100%;
        padding: 0;
    }

    .list {
        margin-top: 20px;
    }

    .left1 .slick-dots {
        right: 15px;
    }

    .footer {
        margin-top: 20px;
    }

    .footer-left {
        width: 100%;
    }

    .friends-list a {
        margin-right: 15px;
        margin-bottom: 15px;
    }

    .footer-list {
        width: 100%;
    }

    .footer-img {
        text-align: center;
        padding-left: 10px;
    }

    .footer-list li {
        margin: 0;
        width: 25%;
        margin-top: 20px;
    }

    .footer-list li a span {
        width: 50px;
        height: 50px;
        margin-left: auto;
        margin-right: auto;
        background-size: 50% auto!important;
    }

    .footer-list li a span.footer03 {
        background-size: 30% auto!important;
    }

    .title span {
        font-size: 24px;
    }

    .title {
        margin: 20px 0;
    }

    .article-link p a {
        font-size: 16px;
    }
}

@media( max-width: 768px) {
    .left1 {
        width: 100%;
    }

    .list li,.left-slick a span,.list2 li {
        font-size: 16px;
    }

    .list2 li {
        line-height: 40px;
    }

    .title span {
        width: 120px;
        height: 50px;
        line-height: 50px;
        font-size: 18px;
    }
}

@media( max-width: 579px) {
    .footer-list li {
        width: 33.3%;
    }

    .article-tt {
        font-size: 22px;
    }

    .article-box {
        padding: 15px 0;
        margin: 15px 0;
    }

    .article-tt {
        padding: 10px 0;
    }

    .article-box p,.article-link p a {
        line-height: 28px;
    }

    .article-link p {
        padding: 0;
    }
}

@media( max-width: 500px) {
    .local {
        float: none;
    }

    .title {
        height: auto;
    }
}