﻿.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.clearfix {
    zoom: 1
}

.clearfix:after,
.ex-btn ul li a:after,
.ip-view ul li a:after,
.tzyx-bd ul li a:after,
.tzyx-bd ul li:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    content: ""
}

.zdlyhead {
    background: url(../images/headpiclogo.png);
    background-size: 100%;
    padding-top: 20px;
    padding-bottom: 30px;
}

.zdlylogo img {
    width: 380px;
    transition: 0.8s;
}


.zdltfast a:hover .mods img {
    transform: rotateY(360deg);
}

.zdlyfont {

    margin: 90px;
    text-align: center;
}

.zdlyfont img {
    width: 800px;
}

.zdltfast {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.zdltfast .mods {
    display: flex;
    background: linear-gradient(to right, #c4eafc, #ecf4fc);
    box-shadow: 0 0 10px rgba(107, 171, 250, 0.3);
    border-radius: 100px;
    width: 200px;
    height: 200px;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 20px;
    color: #1f96ea;
}



.zdltfast .mods img {
    margin-bottom: 10px;
    width: 50px;
    height: 50px;
}

.zdlymain {
    padding-top: 20px;
}

.zdly-card {
    margin-top: 30px;
}

.zdly-card .title {
    background: url(../images/zdly-bgimg2.png) no-repeat center top;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 62px;
    color: #fff;
    position: relative;
    z-index: 2;
}

.zdly-card .content {
    background-color: #f8fcff;
    margin-top: -34px;
    padding-top: 34px;
    position: relative;

}

.list-taglink .item {
    padding: 10px;
    width: 18%;
    float: left;
}

.list-taglink {
    padding: 10px;
}

.list-taglink .item.long {
    width: auto;
}

.list-taglink .item>a {
    display: block;
    border: 1px solid #2ea2dc;
    background-color: #fff;
    font-size: 18px;
    padding: 10px 10px;
    text-align: center;
}

.list-taglink .item>a:hover {
    background-color: #2ea2dc;
    color: #fff;
}

