* {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

h2,
h3,
i,
em {
    font-style: normal;
}

html,
body {
    font-family: Î¢ÈíÑÅºÚ;
}

input,
img,
a {
    outline: none;
    border: 0;
}

.clear {
    clear: both;
}

.px1300 {
    width: 1300px;
    margin: 0 auto;
}

.header {
    background-image: linear-gradient(to right, #3aaf65, #2991bc);
    background-color: #33a28b;
}

.head {
    padding: 21px 0;
    overflow: hidden;
}

.head-l {
    float: left;
    font-size: 0;
}

.head-r {
    float: right;
}

.search {
    margin-top: 29px;
    width: 280px;
    height: 40px;
   
    margin-right: 45px;
    position: relative;

}

.search input[type="text"] {
    width: 280px;
    height: 40px;
    line-height: 40px;
    background-color: transparent;
    padding: 0 15px;
    padding: 0  41px 0 0;
    vertical-align: middle;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 20px;
    text-align: center;
}

.search input[type="image"] {
    position: absolute;
    top: 50%;
    right: -24px;
    transform: translateY(-50%);
}

.search input::placeholder {
    font-size: 12px;
    color: #fff;
}

.nav>ul>li {
    position: relative;
    float: left;
    width: 14.28%;
    text-align: center;
    line-height: 86px;
}

.nav>ul>li::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 32px;
    height: 12px;
    transform: translate(-50%);
    background: url(/dkxy/images/tb.png) no-repeat center center;
    display: none;
}

.nav>ul>li.on::after {
    display: block;
}

.nav>ul>li>a {
    font-size: 18px;
    color: #333;
}

.nav>ul>li ul {
    position: absolute;
    left: 0;
    right: 0;
    background-color: rgba(57, 174, 106, .9);
    display: none;
    z-index: 999;
}

.nav>ul>li ul li {
    line-height: 40px;
}

.nav>ul>li ul li a {
    font-size: 12px;
    color: #fff;
}

.nav>ul>li:hover {
    background: rgba(255, 255, 255, .2);
}

.nav>ul>li:hover>a {
    color: #4cb171;
}

.nav>ul>li ul li:hover {
    background-color: #2a9953;
}

.banner a {
    display: block;
}

.banner a img {
    display: block;
    width: 100%;
}

.banner .slick-dots {
    bottom: 35px;
    width: auto;
    left: 50%;
    transform: translate(-50%);
}

.banner .slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 12px;
    background-color: #fff;
}

.banner .slick-dots li.slick-active {
    background-color: #098d5a;
}

.footer {
    background-image: linear-gradient(to right, #3aaf65, #2991bc);
    background-color: #33a28b;
}

.foot {
    width: 740px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 0 auto;
    padding-left: 80px;
    background: url(/dkxy/images/blue.png) no-repeat left center;
    box-sizing: border-box;
}

.foot p {
    font-size: 15px;
    color: #fff;
    line-height: 29px;
}

.foot p a {
    font-size: 15px;
    color: #fff;
}