* {
    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;
}

.px1200 {
    width: 1200px;
    margin: 0 auto;
}

.header {
    background: url(/nkxy/images/head.png) no-repeat center top;
    background-size: cover;
}

.head-l {
    float: left;
    font-size: 0;
}

.head-r {
    float: right;
}

.head {
    padding: 20px 0;
    overflow: hidden;
}

.search {
    position: relative;
    border: 1px solid #d2d2d2;
    width: 340px;
    height: 40px;
    margin-top: 18px;
    box-sizing: border-box;
}

.search>div {
    position: absolute;
    right: 0;
    top: 0;
    width: 68px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background-color: #04b581;
}

.search input[type="text"] {
    width: 270px;
    height: 38px;
    line-height: 38px;
    padding: 0 15px;
    box-sizing: border-box;
    background-color: transparent;
}

.search input[type="image"] {
    vertical-align: middle;
}

#nav {
    background-color: #04b581;
}

.nav>ul>li {
    position: relative;
    float: left;
    width: 171px;
    line-height: 60px;
    text-align: center;
}

.nav>ul>li>a {
    font-size: 18px;
    color: #fff;
}

.nav>ul>li:hover {
    background-color: #fb9646;
}

.nav>ul>li:hover>a {
    font-weight: bold;
}

.nav>ul>li>ul {
    position: absolute;
    left: -20px;
    right: 0;
    background-color: #e6fdf6;
    z-index: 999;
    display: none;
    width: 210px;
}

.nav>ul>li>ul>li {
    line-height: 60px;
    border-top: 1px solid #dce4e2;
    text-align: center;
    width: 210px;
}

.nav>ul>li>ul>li>a {
    font-size: 16px;
    color: #01a877;
}

.nav>ul>li>ul>li:hover {
    background-color: #fb9646;
}

.nav>ul>li>ul>li:hover>a {
    color: #fff;
}

.banner a {
    display: block;
}

.banner a img {
    display: block;
    width: 100%;
}

.banner .slick-prev {
    width: 32px;
    height: 49px;
    left: 52px;
    background: url(/nkxy/images/left.png) no-repeat center center;
}

.banner .slick-next {
    width: 32px;
    height: 49px;
    right: 52px;
    background: url(/nkxy/images/right.png) no-repeat center center;
}

.banner .slick-dots {
    width: auto;
    padding: 0 10px;
    border-radius: 20px;
    background-color: #e1eacc;
    bottom: 42px;
    left: 50%;
    transform: translatex(-50%);
}

.banner .slick-dots li {
    width: 25px;
    height: 25px;
    margin: 0;
    vertical-align: middle;
}

.banner .slick-dots li button {
    width: 25px;
    height: 25px;
    padding: 0;
    font-size: 14px;
    color: #04b581;
    display: block;
}

.banner .slick-dots li.slick-active {
    background: url(/nkxy/images/dots.png) no-repeat center center;
}

.banner .slick-dots li.slick-active button {
    font-size: 0;
}

#link {
    position: relative;
    background: url(/nkxy/images/link.png) no-repeat center top;
    background-size: 130%, 100%;
    padding: 70px 0;
}

.link {
    position: relative;
}

.link .title h2 {
    float: none;
    text-align: center;
    padding-bottom: 40px;
}

.link ul {
    margin-left: -27px;
    margin-right: -27px;
    height: 130px;
}

.link ul .slick-prev {
    width: 20px;
    height: 34px;
    left: -50px;
    top: 40px;
    background: url(/nkxy/images/link-left.png) no-repeat center center;
}

.link ul .slick-next {
    width: 20px;
    height: 34px;
    right: -50px;
    top: 40px;
    background: url(/nkxy/images/link-right.png) no-repeat center center;
}

.link ul>div,
.link ul>div>div,
.link ul>div>div>li {
    height: 100%;
}

.link ul li a {
    position: relative;
    display: block;
    margin: 0 27px;
    height: 130px;
}

.link ul li a img {
    display: block;
    width: 100%;
}

.link ul li a p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 16px;
    color: #333;
}

.footer {
    background-color: #2b2f2e;
    padding-top: 52px;
}

.foot {
    overflow: hidden;
    padding-bottom: 24px;
}

.foot-l {
    float: left;
    margin-top: 7px;
    font-size: 0;
}

.foot-r {
    float: right;
    text-align: left;
}

.foot-r h2 {
    margin-left: 55px;
    padding-left: 19px;
    border-left: 5px solid #fff;
    font-size: 20px;
    font-weight: normal;
    color: #fff;
}

.footer table {
    margin-top: 15px;
}

.footer table tr td {
    padding-left: 55px;
    font-size: 16px;
    color: #fff;
    padding-bottom: 15px;
}

.bottom {
    border-top: 1px solid #fff;
    line-height: 49px;
    text-align: center;
}

.bottom p {
    font-size: 12px;
    color: #fff;
}

.bottom p a {
    font-size: 12px;
    color: #fff;
}