﻿* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Microsoft YaHei"
}

body {
    margin: 0 auto;
    min-width: 1200px !important;
    max-width: 1920px
}

li {
    list-style: none
}

ul {
    padding: 0;
    margin: 0
}

h4, h5 {
    margin: 0
}

a {
    color: #333
}

a:hover {
    text-decoration: none;
    color: #333
}

a:active, a:link {
    text-decoration: none
}

button {
    border: none;
    outline: none
}

input, textarea, select {
    outline: none
}

.transition {
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.container {
    padding: 0;
    width: 1200px
}

.w-content {
    margin: 0 auto;
    max-width: 1600px;
    min-width: 1200px
}

.elp-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.elp-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.elp-3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden
}

.head {
    height: 110px;
    line-height: 110px;
    background: #fff
}

.head .w-content .nav-list li {
    margin: 0 25px;
    float: left;
    height: 110px
}

.head .w-content .nav-list li:last-child {
    margin-right: 15px
}

.head .w-content .nav-list li.active a {
    color: #007ED7;
    transition: all .2s ease-out
}

.head .w-content .nav-list li a {
    font-size: 18px
}

.head .w-content .nav-list li a:hover {
    color: #007ED7
}

.head .w-content .language {
    position: relative;
    cursor: pointer
}

.head .w-content .language .iconfont {
    color: #333;
    font-size: 24px
}

.head .w-content .language .name {
    position: relative;
    padding: 0 10px;
    margin-top: 30px;
    padding-left: 5px;
    width: 70px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    color: #333;
    font-size: 16px
}

.head .w-content .language .name:hover {
    color: #007ED7
}

.head .w-content .language .name:after {
    position: absolute;
    right: 0;
    top: 22px;
    content: '';
    border: 5px solid transparent;
    border-top: 5px solid #333
}

.head .w-content .language .language-dif {
    position: absolute;
    padding: 0 10px;
    right: 0;
    top: 110px;
    z-index: 99999;
    min-width: 115px;
    display: none
}

.head .w-content .language .language-dif .language-item {
    margin-bottom: 2px;
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    background: rgba(0, 0, 0, 0.5);
    transition: all .2s ease-out;
    white-space: nowrap
}
.head .w-content .language .language-dif .language-item a{
    color: #fff;
}

.head .w-content .language .language-dif .language-item:hover a{
    color: #98db00
}

.head .w-content .search-box {
    position: relative;
    padding-left: 35px;
    margin-right: 25px
}

.head .w-content .search-box:after {
    position: absolute;
    left: 0;
    top: 40px;
    content: '';
    height: 30px;
    border-left: 1px solid #E2E2E2
}

.head .w-content .search-box .new-search {
    display: none
}

.head .w-content .search-box .iconfont {
    font-size: 24px;
    cursor: pointer;
    color: #333
}

.head .w-content .search-box .iconfont:hover {
    color: #007ED7
}

.head .w-content .search-box input {
    padding-left: 25px;
    margin-top: 30px;
    height: 50px;
    width: 700px;
    border: none;
    color: #666;
    font-size: 18px;
    display: none
}

.head .w-content .search-box .search-close {
    display: inline-block;
    margin-top: 30px;
    height: 50px;
    width: 30px;
    text-align: center;
    line-height: 50px;
    font-size: 40px;
    font-weight: lighter;
    cursor: pointer;
    transition: all .2s ease-out;
    display: none
}

.head .w-content .search-box .search-close:hover {
    color: #007ed7
}

.head .w-content .search-box.active:after {
    display: none
}

.head .w-content .search-box.active input {
    display: block
}

.head .w-content .search-box.active .search-close {
    display: block
}

.head .w-content .search-box.active .new-search {
    display: block
}

.head .w-content .search-box.active .now-search {
    display: none
}

.mb-head {
    display: none
}

.mb-nav {
    display: none
}

.foot {
    padding-top: 60px;
    height: 400px;
    background: #222
}

.foot .w-content .foot-detail {
    margin-right: 70px
}

.foot .w-content .foot-detail .link-list {
    position: relative;
    margin-bottom: 25px
}

.foot .w-content .foot-detail .link-list .link-title {
    position: relative;
    padding-left: 20px;
    padding-right: 35px;
    width: 200px;
    height: 40px;
    line-height: 40px;
    background: #333;
    color: #999;
    border-radius: 5px;
    cursor: pointer
}

.foot .w-content .foot-detail .link-list .link-title:after {
    position: absolute;
    right: 20px;
    top: 18px;
    content: '';
    border: 6px solid transparent;
    border-top: 6px solid #999
}

.foot .w-content .foot-detail .link-list .link-dif {
    position: absolute;
    left: 0;
    top: 40px;
    padding: 15px 0;
    background: #2B2B2B;
    border-radius: 5px;
    display: none
}

.foot .w-content .foot-detail .link-list .link-dif li {
    width: 200px
}

.foot .w-content .foot-detail .link-list .link-dif li a {
    padding: 0 20px;
    display: inline-block;
    width: 100%;
    color: #999;
    height: 24px;
    line-height: 24px;
    transition: all .2s ease-out;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.foot .w-content .foot-detail .link-list .link-dif li a:hover {
    color: #007ed7
}

.foot .w-content .foot-detail .contact-item {
    margin-bottom: 6px;
    line-height: 24px;
    color: #777
}

.foot .w-content .foot-detail .contact-item .iconfont {
    margin-right: 5px;
    font-size: 20px
}

.foot .w-content .foot-detail .tip {
    margin-top: 20px;
    color: #555;
    line-height: 20px
}

.foot .w-content .bottom-nav .nav-item {
    margin: 0 35px
}

.foot .w-content .bottom-nav .nav-item li {
    margin-bottom: 10px
}

.foot .w-content .bottom-nav .nav-item li:first-child {
    margin-bottom: 25px;
    line-height: 16px;
    font-size: 16px;
    color: #fff
}

.foot .w-content .bottom-nav .nav-item li a {
    color: #777;
    transition: all .2s ease-out
}

.foot .w-content .bottom-nav .nav-item li a:hover {
    color: #999
}

.foot .w-content .wx-box .name {
    margin-top: 10px;
    color: #777
}

.index-banner .index-swiper .swiper-slide img {
    width: 100%
}

.index-banner .index-swiper .swiper-pagination {
    bottom: 25px
}

.index-banner .index-swiper .swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px;
    width: 25px;
    height: 5px;
    background: #fff;
    border-radius: 0;
    opacity: 1
}

.index-banner .index-swiper .swiper-pagination .swiper-pagination-bullet-active {
    width: 30px;
    background: #98DB00
}

.sub-nav {
    border-bottom: 1px solid #F2F2F2;
    height: 110px
}

.sub-nav .w-content {
    height: 110px;
    line-height: 110px
}

.sub-nav .w-content .nav-item {
    text-align: center;
    float: left;
    width: 16.66%;
    height: 100%;
    border-left: 1px solid #EDEDED;
    cursor: pointer;
    transition: all .2s ease-out
}

.sub-nav .w-content .nav-item:hover .iconfont {
    color: #007ed7
}

.sub-nav .w-content .nav-item:hover .name {
    color: #007ed7
}

.sub-nav .w-content .nav-item.active {
    border-bottom: 2px solid #007ed7
}

.sub-nav .w-content .nav-item.active .iconfont {
    color: #007ed7
}

.sub-nav .w-content .nav-item.active .name {
    color: #007ed7
}

.sub-nav .w-content .nav-item:last-child {
    border-right: 1px solid #EDEDED
}

.sub-nav .w-content .nav-item .iconfont {
    position: relative;
    top: -2px;
    margin-right: 5px;
    font-size: 34px;
    color: #999;
    vertical-align: middle;
    transition: all .2s ease-out
}

.sub-nav .w-content .nav-item .name {
    color: #333;
    font-size: 18px;
    transition: all .2s ease-out
}

.know-more {
    display: inline-block;
    text-align: center;
    min-width: 130px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    color: #999
}

.know-more:hover {
    color: #007ed7;
    border-color: #007ed7
}

.sub-nav-content {
    padding-top: 55px;
    padding-bottom: 60px
}

.sub-nav-content .container .content-item {
    display: none
}

.sub-nav-content .container .content-item.active {
    display: block
}

.sub-nav-content .container .content-item .title {
    margin-bottom: 25px;
    font-size: 26px;
    color: #333
}

.sub-nav-content .container .content-item .tip {
    font-size: 16px;
    color: #999;
    line-height: 24px
}

.sub-nav-content .container .content-item .show-pic {
    margin: 50px 0
}

.sub-nav-content .container .content-item .show-pic .pic {
    margin: 0 1%;
    width: 48%;
    height: 360px;
    background-size: cover;
    background-repeat: no-repeat;
}

.media-box {
    position: relative;
    margin-bottom: 50px;
    height: 700px;
    text-align: center;
    background: #000
}

.media-box video {
    max-height: 100%;
    max-width: 100%
}

.media-box .over-block {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: url("../images/video.bg.jpg") no-repeat center;
    background-size: cover
}

.media-box .over-block .play-btn {
    margin-top: 270px;
    display: inline-block;
    color: #fff;
    font-size: 80px;
    cursor: pointer
}

.media-box .over-block .media-tip {
    margin-bottom: 20px;
    font-size: 26px;
    color: #fff
}

.title-box .title {
    position: relative;
    margin-bottom: 40px;
    font-size: 36px;
    color: #000;
    font-weight: bold
}

.title-box .title:after {
    position: absolute;
    left: 50%;
    top: 55px;
    transform: translateX(-50%);
    content: '';
    display: inline-block;
    height: 30px;
    border-right: 1px solid #000
}

.title-box .en-title {
    margin-bottom: 40px;
    font-size: 20px;
    color: #333
}

.index-news {
    padding-bottom: 75px
}

.index-news .news-item1 {
    height: 260px;
    border-bottom: 1px solid #E7E7E7;
    border-top: 1px solid #E7E7E7;
    overflow: hidden
}

.index-news .news-item1 .content {
    position: relative;
    padding-left: 440px;
    width: 80%
}

.index-news .news-item1 .content .pic {
    position: absolute;
    left: 0;
    top: 0;
    height: 260px;
    width: 400px;
    background-size: cover
}

.index-news .news-item1 .content .title {
    margin-top: 65px;
    margin-bottom: 35px
}

.index-news .news-item1 .content .title a {
    font-size: 22px;
    color: #333;
    transition: all .2s ease-out
}

.index-news .news-item1 .content .title a:hover {
    color: #007ed7
}

.index-news .news-item1 .content .tip {
    color: #777;
    line-height: 22px
}

.index-news .news-item1 .time {
    margin-right: 25px;
    line-height: 260px;
    color: #999
}

.index-news .news-item1 .iconfont {
    line-height: 260px;
    font-size: 20px;
    color: #333;
    transition: all .2s ease-out
}

.index-news .news-item1 .iconfont:hover {
    color: #007ed7
}

.index-news .news-item2 {
    height: 90px;
    line-height: 90px;
    border-bottom: 1px solid #E7E7E7;
    overflow: hidden
}

.index-news .news-item2 .content {
    position: relative;
    padding-left: 110px;
    width: 80%
}

.index-news .news-item2 .content .dif-tip {
    position: absolute;
    left: 0;
    top: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 80px;
    background: #007ED7;
    color: #fff;
    overflow: hidden
}

.index-news .news-item2 .content .title a {
    font-size: 18px;
    color: #333;
    transition: all .2s ease-out
}

.index-news .news-item2 .content .title a:hover {
    color: #007ed7
}

.index-news .news-item2 .time {
    margin-right: 25px;
    color: #999
}

.index-news .news-item2 .iconfont {
    font-size: 20px;
    color: #333;
    transition: all .2s ease-out
}

.index-news .news-item2 .iconfont:hover {
    color: #007ed7
}

.index-news .know-more {
    margin-top: 45px
}

.banner-box {
    position: relative
}

.banner-box img {
    width: 100%
}

.banner-box .title {
    position: absolute;
    right: 0;
    bottom: 0;
    content: '';
    padding-top: 40px;
    width: 460px;
    text-align: center;
    height: 160px;
    background: #35A55D
}

.banner-box .title a {
    position: relative;
    padding-top: 30px;
    display: inline-block;
    font-size: 40px;
    color: #fff
}

.banner-box .title a:before {
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    width: 30px;
    border-bottom: 3px solid #fff
}

.inner-nav {
    position: relative;
    height: 60px;
    line-height: 60px;
    background: #F1F2F7;
    overflow: hidden;
    z-index: 999
}

.inner-nav:after {
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    height: 100%;
    width: 460px;
    background: #fff
}

.inner-nav .w-content .nav-list li {
    position: relative;
    padding: 0 35px;
    float: left
}

.inner-nav .w-content .nav-list li:first-child {
    padding-left: 0
}

.inner-nav .w-content .nav-list li:after {
    position: absolute;
    right: 0;
    top: 22px;
    content: '';
    height: 16px;
    border-left: 1px solid #B9B9BC
}

.inner-nav .w-content .nav-list li:last-child:after {
    display: none
}

.inner-nav .w-content .nav-list li.active a {
    color: #007ed7;
    border-bottom: 2px solid #007ed7
}

.inner-nav .w-content .nav-list li a {
    padding: 0 5px;
    display: inline-block;
    height: 60px;
    font-size: 16px;
    color: #666;
    transition: all .2s ease-out
}

.inner-nav .w-content .nav-list li a:hover {
    color: #007ed7
}

.dk-intro {
    margin-top: -60px;
    padding-top: 190px;
    padding-bottom: 230px;
    background: url("../images/dk-bg-01.jpg") no-repeat bottom;
    background-size: 100%
}

.dk-intro .container .content {
    width: 800px
}

.dk-intro .container .content .txt {
    margin-bottom: 30px;
    color: #666;
    font-size: 16px;
    line-height: 24px;
    text-indent: 32px;
    text-align: justify
}

.dk-event {
    margin-top: -60px;
    padding-top: 210px;
    padding-bottom: 230px;
    background: url("../images/dk-bg-02.jpg") no-repeat bottom
}

.dk-event .w-content {
    position: relative
}

.dk-event .w-content:before {
    position: absolute;
    left: 0;
    top: 50%;
    content: '';
    width: 100%;
    border-top: 1px solid #E5ECF4
}

.dk-event .w-content .swiper-button-next, .dk-event .w-content .swiper-button-prev {
    background: #fff;
    height: 40px;
    width: 40px;
    line-height: 36px;
    text-align: center;
    border: 2px solid #007ED7;
    border-radius: 50%;
    font-size: 18px;
    color: #007ed7
}

.dk-event .w-content .swiper-button-next:hover, .dk-event .w-content .swiper-button-prev:hover {
    color: #fff;
    background: #007ed7
}

.dk-event .w-content .swiper-button-next {
    right: 0
}

.dk-event .w-content .swiper-button-prev {
    left: 0
}

.dk-event .w-content .event-swiper {
    width: 1200px
}

.dk-event .w-content .event-swiper .swiper-slide {
    height: 500px
}

.dk-event .w-content .event-swiper .swiper-slide .model-box {
    border: 1px solid #E4EBF4;
    width: 100%
}

.dk-event .w-content .event-swiper .swiper-slide .model-box:hover .time {
    color: #fff;
    background: #35A55D
}

.dk-event .w-content .event-swiper .swiper-slide .model-box .intro {
    padding: 20px 25px;
    font-size: 16px;
    color: #666;
    line-height: 24px;
    text-align: center;
    max-height: 160px;
    overflow: hidden
}

.dk-event .w-content .event-swiper .swiper-slide .model-box .time {
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    text-align: center;
    background: #E4EBF4;
    font-family: "Century Gothic"
}

.dk-event .w-content .event-swiper .swiper-slide .up-box {
    height: 250px
}

.dk-event .w-content .event-swiper .swiper-slide .up-box .inner {
    position: relative;
    margin-left: 80px;
    padding-bottom: 35px;
    height: 250px;
    width: 300px
}

.dk-event .w-content .event-swiper .swiper-slide .up-box .inner .time {
    position: relative
}

.dk-event .w-content .event-swiper .swiper-slide .up-box .inner .time:before {
    position: absolute;
    left: 50%;
    bottom: -20px;
    content: '';
    border: 10px solid transparent;
    border-top: 10px solid #E4EBF4;
    transform: translateX(-50%)
}

.dk-event .w-content .event-swiper .swiper-slide .up-box .inner .time:after {
    position: absolute;
    left: 50%;
    bottom: -43px;
    content: '';
    border: 8px solid #E4EBF4;
    border-radius: 50%;
    transform: translateX(-50%)
}

.dk-event .w-content .event-swiper .swiper-slide .up-box .inner .model-up {
    position: absolute;
    left: 0;
    bottom: 35px
}

.dk-event .w-content .event-swiper .swiper-slide .down-box {
    height: 250px
}

.dk-event .w-content .event-swiper .swiper-slide .down-box .inner {
    position: relative;
    margin-right: 80px;
    padding-top: 35px;
    height: 250px;
    width: 300px
}

.dk-event .w-content .event-swiper .swiper-slide .down-box .inner .time {
    position: relative
}

.dk-event .w-content .event-swiper .swiper-slide .down-box .inner .time:before {
    position: absolute;
    left: 50%;
    top: -20px;
    content: '';
    border: 10px solid transparent;
    border-bottom: 10px solid #E4EBF4;
    transform: translateX(-50%)
}

.dk-event .w-content .event-swiper .swiper-slide .down-box .inner .time:after {
    position: absolute;
    left: 50%;
    top: -43px;
    content: '';
    border: 8px solid #E4EBF4;
    border-radius: 50%;
    transform: translateX(-50%)
}

.dk-event .w-content .event-swiper .swiper-slide .model-up:hover .time:before {
    border-top-color: #35A55D
}

.dk-event .w-content .event-swiper .swiper-slide .model-up:hover .time:after {
    border-color: #35A55D
}

.dk-event .w-content .event-swiper .swiper-slide .model-down:hover .time:before {
    border-bottom-color: #35A55D
}

.dk-event .w-content .event-swiper .swiper-slide .model-down:hover .time:after {
    border-color: #35A55D
}

.dk-world {
    margin-top: -60px;
    padding-top: 120px
}

.dk-world .title {
    margin-bottom: 25px;
    font-size: 30px;
    color: #333
}

.dk-world .intro {
    margin: 0 auto;
    font-size: 20px;
    color: #666;
    line-height: 30px;
    width: 800px;
    text-align: justify
}

.dk-world .pic {
    overflow: hidden
}

.dk-world .pic img {
    position: relative;
    left: 50%;
    width: auto;
    transform: translateX(-50%)
}

.dk-leader {
    margin-top: -60px;
    padding-top: 130px;
    padding-bottom: 80px;
    background: url("../images/dk-bg-04.jpg") no-repeat bottom;
    background-size: 100%
}

.dk-leader .pic {
    width: 460px
}

.dk-leader .pic img {
    width: 100%;
    height:auto;
}

.dk-leader .content {
    width: 690px
}

.dk-leader .content .txt {
    margin-bottom: 25px;
    font-size: 16px;
    color: #333;
    line-height: 24px;
    text-align: justify
}

.dk-leader .content .bottom-tip {
    height: 80px;
    line-height: 80px
}

.dk-leader .content .bottom-tip .company {
    margin-right: 50px;
    font-size: 16px;
    color: #333;
    font-weight: bold
}

.dk-leader .content .bottom-tip .leader {
    font-size: 16px;
    color: #333;
    font-weight: bold
}

.dk-team {
    padding-top: 60px;
    margin-top: -60px;
}

.dk-team .bg-gray {
    background: #F1F2F7
}

.dk-team .team-intro {
    padding: 75px 0
}

.dk-team .team-intro .pic {
    width: 400px
}

.dk-team .team-intro .pic img {
    width: 100%
}

.dk-team .team-intro .content {
    padding-top: 10px;
    width: 740px
}

.dk-team .team-intro .content .detail {
    position: relative;
    margin-bottom: 25px;
    padding-left: 40px
}

.dk-team .team-intro .content .detail:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    height: 30px;
    width: 21px;
    border-left: 8px solid #1187DA;
    border-right: 5px solid #35A55D
}

.dk-team .team-intro .content .detail .position {
    margin-right: 25px;
    font-size: 30px;
    color: #333;
    line-height: 30px
}

.dk-team .team-intro .content .detail .name {
    font-size: 30px;
    color: #333;
    line-height: 30px
}

.dk-team .team-intro .content .intro {
    margin-bottom: 5px;
    font-size: 18px;
    color: #666;
    line-height: 30px
}

.dk-team .team-intro .content .history {
    margin-bottom: 45px;
    font-size: 18px;
    color: #666;
    line-height: 24px
}

.dk-team .team-intro .content .tip {
    font-size: 16px;
    color: #999;
    line-height: 30px
}

.dk-team .team-intro .content .manage {
    margin-top: 20px;
    font-size: 20px;
    color: #007ed7
}

.dk-cooperate {
    margin-top: -60px;
    padding: 170px 0 110px;
    background: url("../images/dk-bg-05.jpg") no-repeat;
    background-size: cover
}

.dk-cooperate table td {
    width: 20%;
    height: 110px;
}

.dk-cooperate table td .inner {
    width: 20%;
    height: 110px;
    border: 1px solid #DFDFDF
}
.dk-cooperate table td .inner.border-right-none{
    border-right: none;
}
.dk-cooperate table td .inner.border-bottom-none{
    border-bottom: none;
}

.dk-cooperate table td:empty {
    border: none
}

.dk-cooperate table td .inner {
    width: 100%;
    height: 110px;
    line-height: 110px;
    text-align: center;
    background: #fff
}

.dk-cooperate table td .inner img {
    max-width: 90%;
    max-height: 90%
}

.dk-cooperate.mb-cooperate {
    display: none
}

.dk-organize .pic img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: auto
}

.dk-news {
    padding-top: 10px;
    padding-bottom: 90px
}

.dk-news .news-item {
    padding: 50px 0;
    height: 360px;
    border-bottom: 1px dashed #D8D8D8
}

.dk-news .news-item .time {
    margin-right: 30px;
    padding: 20px 0;
    text-align: center;
    width: 100px;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666
}

.dk-news .news-item .time .day {
    margin-bottom: 10px;
    font-size: 30px;
    color: #333;
    font-weight: bold;
    line-height: 30px
}

.dk-news .news-item .time .month {
    margin-bottom: 5px;
    color: #333;
    font-size: 16px;
    line-height: 16px
}

.dk-news .news-item .time .year {
    color: #999
}

.dk-news .news-item .pic {
    margin-right: 30px;
    width: 400px;
    height: 260px;
    background-size: cover
}

.dk-news .news-item .content {
    padding-top: 20px;
    width: 640px;
    height: 260px
}

.dk-news .news-item .content .title {
    margin-bottom: 30px
}

.dk-news .news-item .content .title a {
    font-size: 20px;
    color: #333;
    transition: all .2s ease-out;
    line-height: 26px
}

.dk-news .news-item .content .title a:hover {
    color: #007ED7
}

.dk-news .news-item .content .txt {
    margin-bottom: 80px;
    color: #999;
    line-height: 22px
}

.dk-news .news-item .content .know-more {
    float: right;
    color: #666;
    border-color: #666
}

.dk-news .news-item .content .know-more:hover {
    color: #007ed7;
    border-color: #007ed7
}

.dk-news .page-box {
    margin-top: 50px
}

.page-box .page-list {
    display: inline-block
}

.page-box .page-list li {
    float: left;
}

.page-box .page-list a, .page-box .page-list span {
    margin: 0 5px;
    float: left;
    width: 55px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    border: 1px solid #E5E5E5;
    border-radius: 3px;
    color: #666;
    transition: all .2s ease-out;
    padding: 0 5px;
}

.page-box .page-list a:hover {
    color: #fff;
    background: #35A55D;
    border-color: #35A55D
}

.page-box .page-list a.active {
    color: #fff;
    background: #35A55D;
    border-color: #35A55D
}

.page-box .page-list .pre-btn, .page-box .page-list .next-btn {
    margin: 0 15px;
    border: none;
    line-height: 30px;
    width: auto
}

.page-box .page-list .pre-btn:hover, .page-box .page-list .next-btn:hover {
    background: none;
    color: #35A55D
}

.page-box .page-list .pre-btn.active, .page-box .page-list .next-btn.active {
    background: none;
    color: #35A55D
}

.dk-news-detail {
    padding-top: 50px;
    padding-bottom: 100px
}

.dk-news-detail .container {
    width: 780px
}

.dk-news-detail .container .title {
    margin-bottom: 10px;
    font-size: 30px;
    color: #333
}

.dk-news-detail .container .news-tip {
    margin-bottom: 30px
}

.dk-news-detail .container .news-tip .source {
    margin-right: 30px;
    color: #999
}

.dk-news-detail .container .news-tip .time {
    color: #999
}

.dk-news-detail .container .news-tip .share {
    color: #999
}

.dk-news-detail .container .news-tip .share .iconfont {
    margin-left: 8px
}

.dk-news-detail .container .news-tip .share .link {
    margin-right: 5px
}

.dk-news-detail .container .news-tip .share .wx {
    margin-left: 5px;
    color: #3EB135;
    font-size: 18px
}

.dk-news-detail .container .news-tip .share .qq {
    color: #388BC0;
    font-size: 18px
}

.dk-news-detail .container .news-tip .share .wb {
    color: #D13B3B;
    font-size: 18px
}

.dk-news-detail .container .content {
    padding-bottom: 25px
}

.dk-news-detail .container .content .pic {
    margin-bottom: 30px;
    text-align: center
}

.dk-news-detail .container .content .pic img {
    max-width: 100%
}

.dk-news-detail .container .content .txt {
    margin-bottom: 30px;
    color: #666;
    line-height: 24px;
    text-indent: 28px;
    text-align: justify
}

.dk-news-detail .container .news-bottom {
    border-top: 1px solid #ddd;
    padding-top: 45px;
    margin: 0 -210px
}

.dk-news-detail .container .news-bottom .page-item {
    display: block;
    color: #999;
    line-height: 24px;
    transition: all .2s ease-out
}

.dk-news-detail .container .news-bottom .page-item:hover {
    color: #007ED7
}

.dk-news-detail .container .news-bottom .page-item .iconfont {
    margin-right: 5px;
    font-weight: bold
}

.dk-news-detail .container .news-bottom .back-btn {
    margin-top: 5px;
    color: #666;
    border-color: #666
}

.dk-news-detail .container .news-bottom .back-btn:hover {
    color: #007ED7;
    border-color: #007ED7
}

.dk-bid {
    padding-top: 25px;
    padding-bottom: 100px
}

.dk-bid .bid-item {
    padding: 35px 0;
    border-bottom: 1px solid #F2F3F7
}

.dk-bid .bid-item .content {
    width: 800px
}

.dk-bid .bid-item .content .name {
    margin-bottom: 15px;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    transition: all .2s ease-out
}

.dk-bid .bid-item .content .name:hover {
    color: #007ED7
}

.dk-bid .bid-item .content .time {
    font-size: 16px;
    color: #999
}

.dk-bid .bid-item .know-more {
    margin-top: 15px;
    color: #666;
    border-color: #666;
    cursor: pointer
}

.dk-bid .bid-item .know-more:hover {
    color: #007ED7;
    border-color: #007ED7
}

.dk-bid .page-box {
    margin-top: 50px
}

.dk-bid-detail {
    padding: 50px 0
}

.dk-bid-detail .bid-head {
    padding-bottom: 25px
}

.dk-bid-detail .bid-head .title {
    margin-bottom: 10px;
    font-size: 24px;
    color: #333;
    font-weight: bold
}

.dk-bid-detail .bid-head .time {
    color: #999
}

.dk-bid-detail .content {
    border-top: 1px solid #F2F2F2
}

.dk-bid-detail .content .sub-title {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 18px;
    color: #333;
    font-weight: bold
}

.dk-bid-detail .content .tip {
    margin-bottom: 20px;
    color: #333;
    font-size: 20px
}

.dk-bid-detail .content .detail {
    position: relative;
    padding-left: 20px;
    line-height: 30px;
    font-size: 16px;
    color: #666
}

.dk-bid-detail .content .detail:before {
    position: absolute;
    left: 0;
    top: 13px;
    content: '';
    border: 3px solid #007ED7;
    border-radius: 50%
}

.dk-bid-detail .content .contact-detail {
    font-size: 16px;
    color: #666;
    line-height: 30px
}

.dk-bid-detail .content .dif-tip {
    margin-top: 65px;
    margin-bottom: 15px;
    font-size: 20px;
    color: #007ed7;
    line-height: 30px
}

.dk-industry {
    position: relative;
    padding-top: 110px
}

.dk-industry:before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    content: '';
    height: 610px;
    width: 42%;
    background: rgba(53, 165, 93, 0.8)
}

.dk-industry-blue:before {
    background: rgba(0, 126, 215, 0.8);
}

.dk-industry .container .show-box1 {
    position: relative;
    height: 500px;
    overflow: hidden
}

.dk-industry .container .show-box1 img {
    min-width: 100%;
    min-height: 100%
}

.dk-industry .container .show-box1 .over-title {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 200;
    padding-top: 70px;
    padding-left: 40px;
    width: 450px;
    height: 100%
}

.dk-industry .container .show-box1 .over-title .en-title {
    margin-bottom: 50px;
    font-size: 120px;
    line-height: 120px;
    color: rgba(255, 255, 255, 0.25);
    font-family: "Century Gothic"
}

.dk-industry .container .show-box1 .over-title .zh-title {
    position: relative;
    font-size: 60px;
    color: #fff;
    display: inline-block
}

.dk-industry .container .show-box1 .over-title .zh-title:after {
    position: absolute;
    right: -120px;
    top: 35px;
    content: '';
    width: 90px;
    border-bottom: 1px solid #fff
}

.dk-industry .container .show-box2 {
    width: 50%;
    height: 980px
}

.dk-industry .container .show-box2 .inner-box {
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

.dk-industry .container .show-box2 .inner-box .txt-content {
    padding: 0 50px;
    border-left: 2px solid #35A55D
}

.dk-industry .container .show-box2 .inner-box .txt-content .tip {
    margin-bottom: 45px;
    font-size: 20px;
    color: #333;
    line-height: 30px
}

.dk-industry .container .show-box2 .inner-box .txt-content .txt {
    font-size: 16px;
    color: #666;
    line-height: 24px
}

.dk-industry .container .show-box2 .inner-box .pic {
    margin-top: 45px;
    text-align: center
}

.dk-industry .container .show-box2 .inner-box .pic img {
    max-width: 100%
}

.dk-industry .container .show-box3 {
    width: 50%;
    height: 980px;
    overflow: hidden
}

.dk-industry .container .show-box3 img {
    min-width: 100%;
    min-height: 100%
}

.dk-industry .container .show-box4 {
    padding-bottom: 150px;
    width: 50%;
    height: 550px;
    overflow: hidden;
    background: #F1F2F7
}

.dk-industry .container .show-box4 img {
    min-width: 100%;
    min-height: 100%
}

.dk-industry .bg-block1 {
    position: absolute;
    right: 0;
    top: 610px;
    z-index: -1;
    width: 400px;
    height: 1200px;
    background: #F1F2F7
}

.dk-industry .bg-block2 {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 400px;
    height: 550px;
    background: #F1F2F7
}

.dk-report {
    padding: 60px 0
}

.dk-report .time-tab {
    margin-bottom: 20px;
    display: inline-block
}

.dk-report .time-tab .tab-item {
    float: left;
    margin: 0 10px;
    height: 30px;
    width: 110px;
    text-align: center;
    line-height: 28px;
    border: 1px solid #ddd;
    border-radius: 30px;
    transition: all .2s ease-out;
    cursor: pointer
}

.dk-report .time-tab .tab-item:hover {
    background: #007ed7;
    color: #fff;
    border-color: #007ed7
}

.dk-report .time-tab .tab-item.active {
    background: #007ed7;
    color: #fff;
    border-color: #007ed7
}

.dk-report .report-item {
    padding: 35px 0;
    border-bottom: 1px solid #F1F2F7
}

.dk-report .report-item:last-child {
    border-bottom: none
}

.dk-report .report-item:hover .content .name {
    color: #007ed7
}

.dk-report .report-item .content {
    position: relative;
    padding-left: 70px;
    width: 80%
}

.dk-report .report-item .content .pdf {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 50px;
    line-height: 50px;
    color: #E0474D
}

.dk-report .report-item .content .name {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 20px;
    color: #333;
    font-weight: bold;
    transition: all .2s ease-out
}

.dk-report .report-item .content .tip {
    margin-right: 35px;
    font-size: 16px;
    color: #999
}

.dk-report .report-item .down-load {
    font-size: 50px;
    line-height: 50px;
    color: #999;
    transition: all .2s ease-out;
    cursor: pointer
}

.dk-report .report-item .down-load:hover {
    color: #007ed7
}

.dk-report .page-box {
    margin-top: 50px
}

.dk-shares .container {
    padding-top: 60px;
    padding-bottom: 100px
}

.dk-culture {
    padding-bottom: 100px
}

.dk-culture .culture-item {
    padding-top: 160px
}

.dk-culture .culture-item .pic {
    width: 45%;
    height: 360px;
    overflow: hidden
}

.dk-culture .culture-item .pic img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    min-height: 100%;
    min-width: 100%
}

.dk-culture .culture-item .intro {
    width: 55%
}

.dk-culture .culture-item .intro .inner {
    position: relative;
    width: 660px
}

.dk-culture .culture-item .intro .inner .info {
    padding-top: 230px;
    margin-left: 50px;
    /*width: 400px*/
    width: 340px
}

.dk-culture .culture-item .intro .inner .info .tip {
    margin-bottom: 25px;
    font-size: 24px;
    color: #000
}

.dk-culture .culture-item .intro .inner .info .txt {
    font-size: 16px;
    color: #666;
    line-height: 24px
}

.dk-culture .culture-item .intro .inner img {
    position: absolute;
    right: 0;
    top: -100px;
    z-index: -1
}

.dk-culture .new-culture-item .intro .inner .info {
    margin-right: 50px
}

.dk-culture .new-culture-item .intro img {
    left: 0
}

.dk-media {
    padding-top: 60px;
    padding-bottom: 120px
}

.dk-media .container .media-item {
    position: relative;
    margin-bottom: 21px;
    width: 386px;
    overflow: hidden;
    cursor: pointer
}

.dk-media .container .media-item img {
    width: 100%
}

.dk-media .container .media-item .over-blank {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .2s ease-out;
    text-align: center;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 10%, rgba(0, 0, 0, 0.1) 60%)
}

.dk-media .container .media-item .over-blank:hover {
    background: linear-gradient(to top, rgba(0, 126, 215, 0.8) 10%, rgba(0, 126, 215, 0.1) 30%)
}

.dk-media .container .media-item .over-blank:hover .iconfont {
    opacity: 1;
    transform: scale(1.5)
}

.dk-media .container .media-item .over-blank .title {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 28px;
    width: 100%;
    text-align: left;
    line-height: 80px;
    color: #fff;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.dk-media .container .media-item .over-blank .iconfont {
    position: relative;
    top: 38%;
    font-size: 60px;
    color: #fff;
    opacity: 0;
    transition: all .2s ease-out
}

.dk-media .container .know-more {
    margin-top: 80px;
    cursor: pointer
}

.media-alert {
    width: 800px;
    background: #000;
    display: none
}

.media-alert video {
    display: block;
    max-width: 100%;
    max-height: 100%
}

.layui-layer {
    top: 20% !important
}

.layui-layer .layui-layer-content {
    height: auto !important
}

.dk-personnel {
    padding-top: 75px;
    padding-bottom: 120px;
    background: url("../images/dk-bg-07.jpg") no-repeat bottom;
    background-size: cover
}

.dk-personnel .container {
    position: relative
}

.dk-personnel .container img {
    width: 100%
}

.dk-personnel .container .personnel-item {
    text-align: center;
    position: absolute;
    height: 610px;
    width: 280px
}

.dk-personnel .container .personnel-item .lg-title {
    padding-top: 95px;
    height: 320px;
    font-size: 50px;
    color: #fff
}

.dk-personnel .container .personnel-item .tip {
    padding: 0 20px;
    padding-top: 55px;
    font-size: 16px;
    color: #666;
    line-height: 24px
}

.dk-personnel .container .item1 {
    top: 75px;
    left: 0
}

.dk-personnel .container .item2 {
    top: 240px;
    left: 305px
}

.dk-personnel .container .item3 {
    top: 80px;
    left: 615px
}

.dk-personnel .container .item4 {
    top: 240px;
    left: 920px
}

.mb-dk-personnel {
    display: none
}

.dk-recruit .recruit-head {
    padding: 70px 0;
    background: url("../images/dk-bg-09.jpg") no-repeat bottom;
    background-size: 100%
}

.dk-recruit .recruit-head .container .tip {
    margin-bottom: 10px;
    font-size: 28px;
    color: #333;
    line-height: 36px
}

.dk-recruit .recruit-head .container .detail {
    margin-top: 25px;
    margin-bottom: 50px;
    font-size: 22px;
    color: #666;
    line-height: 30px
}

.dk-recruit .recruit-head .container .input-box {
    display: inline-block
}

.dk-recruit .recruit-head .container .input-box select {
    padding-left: 20px;
    margin-right: 20px;
    width: 240px;
    height: 40px;
    border: 1px solid #EBEBEB;
    border-radius: 3px;
    color: #666
}

.dk-recruit .recruit-head .container .input-box input {
    padding: 0 20px;
    margin-right: 20px;
    width: 280px;
    height: 40px;
    border: 1px solid #EBEBEB;
    border-radius: 3px;
    color: #666
}

.dk-recruit .recruit-head .container .input-box .submit {
    display: inline-block;
    width: 100px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 3px;
    background: #35A55D;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    transition: all .2s ease-out
}

.dk-recruit .recruit-head .container .input-box .submit:hover {
    background: #087C2E
}

.dk-recruit .recruit-content {
    padding-top: 55px;
    padding-bottom: 80px;
    background: #F1F2F7
}

.dk-recruit .recruit-content .container .recruit-item {
    margin-bottom: 20px
}

.dk-recruit .recruit-content .container .recruit-item.active .item-title .tab {
    color: #007ed7;
    transform: rotate(45deg)
}

.dk-recruit .recruit-content .container .recruit-item .item-title {
    padding: 0 40px;
    height: 95px;
    line-height: 95px;
    background: #fff;
    cursor: pointer
}

.dk-recruit .recruit-content .container .recruit-item .item-title .name {
    position: relative;
    padding-right: 20px;
    font-size: 24px;
    color: #333
}

.dk-recruit .recruit-content .container .recruit-item .item-title .name:after {
    position: absolute;
    right: 0;
    top: 35px;
    content: '';
    height: 25px;
    border-left: 1px solid #ddd
}

.dk-recruit .recruit-content .container .recruit-item .item-title .site {
    padding-left: 20px;
    font-size: 20px;
    color: #999
}

.dk-recruit .recruit-content .container .recruit-item .item-title .tab {
    font-size: 50px;
    color: #666;
    font-weight: lighter;
    transition: all .2s ease-out
}

.dk-recruit .recruit-content .container .recruit-item .item-main {
    position: relative;
    padding: 0 40px;
    padding-top: 25px;
    padding-bottom: 50px;
    background: #fff url("../images/dk-bg-11.jpg") bottom;
    background-size: 100%;
    display: none
}

.dk-recruit .recruit-content .container .recruit-item .item-main .sub-title {
    margin-top: 35px;
    margin-bottom: 15px;
    font-size: 16px;
    color: #333;
    font-weight: bold
}

.dk-recruit .recruit-content .container .recruit-item .item-main .sub-title:first-child {
    margin-top: 0
}

.dk-recruit .recruit-content .container .recruit-item .item-main .tip {
    color: #999;
    line-height: 30px;
}
.dk-recruit .recruit-content .container .recruit-item .item-main .tip span{
    font-family: "微软雅黑"!important;
}

.dk-recruit .recruit-content .container .recruit-item .item-main .contact {
    margin-top: 15px;
    color: #999
}

.dk-recruit .recruit-content .container .recruit-item .item-main .contact b {
    font-size: 16px;
    color: #333
}

.dk-recruit .recruit-content .container .recruit-item .item-main .mail-btn {
    position: absolute;
    right: 40px;
    bottom: 50px;
    display: inline-block;
    width: 200px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background: #007ED7;
    color: #fff;
    font-size: 24px;
    border-radius: 5px;
    cursor: pointer;
    transition: all .2s ease-out
}

.dk-recruit .recruit-content .container .recruit-item .item-main .mail-btn:hover {
    background: #055FA0
}

.dk-recruit .recruit-content .container .page-box {
    margin-top: 55px
}

.dk-style .style-item {
    background: transparent center no-repeat;
}

.dk-style .style-item img {
    max-width: 100%
}
.dk-style .style-item-inner{
    position: relative;
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    overflow: hidden;
}
.dk-style .item1 .over-block,
.dk-style .item3 .over-block{
    position: absolute;
    z-index: 9999;
    width: 360px;
    height: 360px;
    cursor: pointer
}

.dk-style .item1 .block1,
.dk-style .item3 .block1 {
    left: -60px;
    top: 28%
}

.dk-style .item1 .block2,
.dk-style .item3 .block2 {
    left: 420px;
    top: 28%
}

.dk-style .item1 .block3,
.dk-style .item3 .block3 {
    left: 890px;
    top: 28%
}
.dk-style .item1 .block4,
.dk-style .item3 .block4 {
    left: 180px;
    top: 61%
}
.dk-style .item1 .block5,
.dk-style .item3 .block5 {
    left: 650px;
    top: 61%
}

.dk-style .item2 .over-block,
.dk-style .item4 .over-block{
    position: absolute;
    z-index: 9999;
    width: 260px;
    height: 260px;
    cursor: pointer
}

.dk-style .item2 .block1,
.dk-style .item4 .block1{
    left: -140px;
    top: 28%
}

.dk-style .item2 .block2,
.dk-style .item4 .block2{
    left: 164px;
    top: 45.5%
}

.dk-style .item2 .block3,
.dk-style .item4 .block3{
    left: 465px;
    top: 28%
}

.dk-style .item2 .block4,
.dk-style .item4 .block4{
    left: 770px;
    top: 11.5%
}

.dk-style .item2 .block5,
.dk-style .item4 .block5{
    left: 1080px;
    top: 28%
}

.dk-style .item2 .block6,
.dk-style .item4 .block6{
    left: 770px;
    top: 45.5%
}

.dk-style .item2 .block7,
.dk-style .item4 .block7{
    left: 465px;
    top: 62%
}

.pic-alert {
    display: none;
    width: 800px;
    border: 2px solid #fff;
    border-radius: 10px
}

.pic-alert img {
    width: 100%
}

.mb-dk-style {
    display: none
}

.dk-duty {
    height: 1120px;
    background: url("../images/dk-bg-10.jpg") no-repeat center
}

.dk-duty .container {
    position: relative
}

.dk-duty .container .tip-item {
    position: absolute;
    width: 290px
}

.dk-duty .container .tip-item .title {
    margin-bottom: 5px;
    font-size: 36px;
    color: #333
}

.dk-duty .container .tip-item .detail {
    font-size: 16px;
    color: #666;
    line-height: 24px;
    text-align: justify
}

.dk-duty .container .item1 {
    left: 320px;
    top: 30px;
    text-align: center;
    width: 560px
}

.dk-duty .container .item1 .detail {
    text-align: center
}

.dk-duty .container .item2 {
    left: 0;
    top: 280px
}

.dk-duty .container .item3 {
    right: 0;
    top: 280px
}

.dk-duty .container .item4 {
    left: 0;
    top: 560px
}

.dk-duty .container .item4 .title {
    color: #fff
}

.dk-duty .container .item4 .detail {
    margin-bottom: 30px;
    color: #fff
}

.dk-duty .container .item4 .dot {
    position: relative;
    padding-left: 15px;
    color: #fff;
    line-height: 24px
}

.dk-duty .container .item4 .dot:before {
    position: absolute;
    left: 0;
    top: 9px;
    content: '';
    border: 3px solid #fff;
    border-radius: 50%
}

.dk-duty .container .item5 {
    right: 0;
    top: 560px
}

.dk-duty .container .item5 .title {
    color: #fff
}

.dk-duty .container .item5 .sub-title {
    margin-bottom: 5px;
    font-size: 20px;
    color: #fff
}

.dk-duty .container .item5 .detail {
    color: #fff
}

.dk-duty .container .item6 {
    left: 320px;
    top: 860px;
    text-align: center;
    width: 560px
}

.dk-duty .container .item6 .title {
    color: #fff
}

.dk-duty .container .item6 .detail {
    text-align: center;
    color: #fff
}

.dk-duty.mb-dk-duty {
    display: none
}

.dk-welfare {
    padding-bottom: 90px;
    background: url("../images/dk-bg-12.jpg") no-repeat top;
    background-size: 100%
}

.dk-welfare .title {
    padding-top: 50px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd
}

.dk-welfare .show-item {
    margin-top: 50px
}

.dk-welfare .show-item .item-head {
    margin-bottom: 30px
}

.dk-welfare .show-item .item-head .pic {
    margin-right: 20px
}

.dk-welfare .show-item .item-head .event {
    width: 580px
}

.dk-welfare .show-item .item-head .event .sub-title {
    margin-bottom: 8px;
    font-size: 24px;
    color: #333
}

.dk-welfare .show-item .item-head .event .tip {
    font-size: 16px;
    color: #666;
    line-height: 24px
}

.dk-welfare .show-item .item-head .btn-box {
    position: relative;
    width: 130px;
    height: 60px
}

.dk-welfare .show-item .item-head .btn-box .swiper-button-next, .dk-welfare .show-item .item-head .btn-box .swiper-button-prev {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: none;
    border: 1px solid #35A55D;
    font-size: 30px;
    color: #35A55D;
    transition: all .2s ease-out
}

.dk-welfare .show-item .item-head .btn-box .swiper-button-next:hover, .dk-welfare .show-item .item-head .btn-box .swiper-button-prev:hover {
    background: #35A55D;
    color: #fff
}

.dk-welfare .show-item .item-head .btn-box .swiper-button-next {
    right: 0
}

.dk-welfare .show-item .item-head .btn-box .swiper-button-prev {
    left: 0
}

.dk-welfare .show-item .item-swiper {
    border: 5px solid #fff;
    border-radius: 10px
}

.dk-welfare .show-item .item-swiper .swiper-slide img {
    width: 100%
}

.dk-outer-welfare {
    background: url("../images/dk-bg-13.jpg") no-repeat top;
    background-size: 100%
}

.error-page {
    position: relative;
    overflow: hidden;
    width: 100%
}

.error-page img {
    position: relative;
    left: 50%;
    width: auto;
    transform: translateX(-50%);
    min-width: 100%
}

.error-page .btn-box {
    position: absolute;
    left: 0;
    bottom: 245px;
    width: 100%
}

.error-page .btn-box .back-index {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    width: 220px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    background: linear-gradient(to right, #0381D2, #29AD87);
    border-radius: 60px
}

.search-result {
    padding-top: 60px;
    padding-bottom: 120px;
    background: #F1F2F7;
    min-height: 500px
}

.search-result .top-msg {
    margin-bottom: 50px;
    font-size: 18px;
    color: #999
}

.search-result .top-msg .tip {
    color: #007ed7
}

.search-result .result-head {
    height: 50px;
    line-height: 50px;
    border-bottom: 2px solid #DADADD
}

.search-result .result-head .txt {
    padding: 0 10px;
    display: inline-block;
    height: 50px;
    font-size: 20px;
    color: #007ed7;
    border-bottom: 3px solid #007ed7
}

.m-w-content {
    display: none
}

@media (max-width: 1700px) {

    .dk-organize .pic img {
        width: 100%
    }
}

@media (max-width: 1600px) {
    .head .w-content .nav-list li {
        margin: 0 15px
    }

    .foot {
        padding-bottom: 60px;
        height: auto
    }

    .foot .w-content {
        width: 1200px
    }

    .foot .w-content .bottom-nav .nav-item {
        margin: 0 20px
    }

    .wx-box {
        margin-top: 40px;
        float: left !important
    }

    .banner-box .title {
        width: 360px
    }

    .inner-nav:after {
        width: 360px
    }

    .inner-nav .w-content .nav-list li {
        padding: 0 22px
    }

    .dk-culture .culture-item .intro .inner {
        width: 600px
    }
    .dk-organize {
        margin-top: 0px;
    }
}

@media (max-width: 768px) {
    body {
        min-width: 300px !important;
        width: 100%
    }

    .foot {
        padding: 20px 15px
    }

    .foot .w-content {
        width: 100%
    }

    .foot .w-content .bottom-nav {
        display: none
    }

    .foot .w-content .foot-detail {
        margin-right: 0;
        width: 100%
    }

    .container {
        padding: 0 15px;
        width: 100%
    }

    .content {
        width: 100%
    }

    .banner-box .title {
        padding-top: 0;
        width: 100%;
        height: 100%;
        background: none
    }

    .banner-box .title a {
        font-size: 24px
    }

    .banner-box .title a:before {
        display: none
    }

    .inner-nav {
        display: none
    }

    .dk-intro {
        padding-top: 30px;
        padding-bottom: 160px;
        margin-top: 0;
    }

    .dk-intro .container .content {
        width: 100%
    }

    .dk-intro .container .content .txt {
        margin-bottom: 10px
    }

    .dk-news .news-item {
        padding: 30px 0;
        height: auto
    }

    .dk-news .news-item .time {
        margin-bottom: 15px
    }

    .dk-news .news-item .pic {
        width: 100%
    }

    .dk-news .news-item .content {
        width: 100%;
        height: auto
    }

    .dk-news .news-item .content .know-more {
        float: left
    }

    .dk-news .news-item .content .title {
        margin-bottom: 10px
    }

    .dk-news .news-item .content .txt {
        margin-bottom: 25px
    }

    .dk-news .page-box {
        margin-top: 30px
    }

    .dk-news {
        padding-bottom: 40px
    }

    .dk-news .news-item .time {
        margin-right: 0;
        width: 100%
    }

    .dk-news-detail .container {
        width: 100%
    }

    .dk-news-detail {
        padding-top: 30px;
        padding-bottom: 40px
    }

    .dk-news-detail .container .title {
        font-size: 24px
    }

    .dk-news-detail .container .news-tip .share {
        display: none
    }

    .dk-news-detail .container .news-tip {
        margin-bottom: 20px
    }

    .dk-news-detail .container .content .pic {
        margin-bottom: 15px
    }

    .dk-news-detail .container .content .txt {
        margin-bottom: 15px
    }

    .dk-news-detail .container .news-bottom {
        margin: 0;
        padding-top: 20px
    }

    .dk-news-detail .container .news-bottom .page-item {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden
    }

    .dk-news-detail .container .news-bottom .back-btn {
        margin-top: 25px
    }

    .dk-bid {
        padding-bottom: 40px
    }

    .dk-bid .bid-item .content {
        width: 100%
    }

    .dk-bid .bid-item .content .name {
        display: block;
        margin-bottom: 10px;
        white-space: normal;
        font-size: 20px
    }

    .dk-bid .bid-item {
        padding: 20px 0
    }

    .dk-bid .bid-item .know-more {
        float: left !important
    }

    .dk-bid-detail, .dk-report {
        padding: 35px 0
    }

    .dk-report .time-tab .tab-item {
        margin: 0 5px;
        margin-bottom: 10px;
        width: 70px
    }

    .dk-report .time-tab {
        margin-bottom: 0
    }

    .dk-report .report-item {
        padding: 25px 0
    }

    .dk-report .report-item .content .name {
        margin-bottom: 10px;
        white-space: normal;
        line-height: 24px;
        font-size: 16px
    }

    .dk-report .report-item .content .tip {
        font-size: 14px
    }

    .dk-culture .culture-item .pic {
        width: 100%
    }

    .dk-culture .culture-item .intro .inner {
        width: 100%
    }

    .dk-culture {
        padding-bottom: 40px
    }

    .dk-culture .culture-item {
        margin-bottom: 30px;
        padding: 0 15px;
        padding-top: 30px;
        min-height: 350px;
    }

    .dk-culture .culture-item .pic {
        height: auto
    }

    .dk-culture .culture-item .pic img {
        width: 100%
    }

    .dk-culture .culture-item .intro .inner img {
        width: 80px;
        top: 20px
    }

    .dk-culture .culture-item .intro {
        width: 100%
    }

    .dk-culture .culture-item .intro .inner .info {
        padding-top: 20px;
        margin: 0;
        width: 70%
    }

    .dk-culture .culture-item .intro .inner .info .tip {
        margin-bottom: 10px
    }

    .dk-culture .culture-item .intro .inner .info .txt {
        text-align: justify
    }

    .dk-world {
        padding-top: 30px;
        margin-top: 0;
    }

    .dk-world .intro {
        padding: 0 15px;
        width: 100%;
        font-size: 16px
    }

    .dk-world .pic img {
        width: 100%
    }

    .dk-leader {
        padding-top: 30px;
        padding-bottom: 40px;
        margin-top: 0;
    }

    .dk-leader .pic {
        margin-bottom: 30px;
        width: 100%
    }

    .dk-leader .content {
        width: 100%
    }

    .dk-leader .content .bottom-tip {
        height: 40px;
        line-height: 40px
    }

    .dk-team .team-intro {
        padding-top: 30px;
        padding-bottom: 40px
    }

    .dk-team .team-intro .pic {
        margin: 20px 0;
        width: 100%
    }

    .dk-team .team-intro .content {
        width: 100%
    }

    .dk-team .team-intro .content .history {
        margin-bottom: 20px
    }

    .dk-media .container .media-item {
        width: 100%
    }

    .dk-media {
        padding-top: 30px;
        padding-bottom: 40px
    }

    .dk-media .container .know-more {
        margin-top: 20px
    }

    .media-alert {
        width: 350px
    }

    .layui-layer {
        top: 10% !important
    }

    .dk-recruit .recruit-head {
        padding-top: 30px;
        padding-bottom: 40px
    }

    .dk-recruit .recruit-head .container .tip {
        font-size: 16px;
        line-height: 24px
    }

    .dk-recruit .recruit-head .container .input-box select {
        margin-bottom: 20px;
        margin-right: 0;
        width: 100%
    }

    .dk-recruit .recruit-head .container .input-box input {
        margin-bottom: 20px;
        margin-right: 0;
        width: 100%
    }

    .dk-recruit .recruit-head .container .input-box .submit {
        margin: 0 auto;
        float: none !important
    }

    .dk-recruit .recruit-content {
        padding-top: 20px;
        padding-bottom: 40px
    }

    .dk-recruit .recruit-content .container .recruit-item .item-title {
        padding: 0 10px;
        line-height: 50px;
        height: 50px
    }

    .dk-recruit .recruit-content .container .recruit-item .item-title .name {
        font-size: 16px
    }

    .dk-recruit .recruit-content .container .recruit-item .item-title .name:after {
        top: 15px
    }

    .dk-recruit .recruit-content .container .recruit-item .item-title .site {
        font-size: 14px
    }

    .dk-recruit .recruit-content .container .recruit-item .item-title .tab {
        font-size: 28px
    }

    .dk-recruit .recruit-content .container .recruit-item .item-main {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        background-repeat: no-repeat
    }

    .dk-recruit .recruit-content .container .recruit-item .item-main .tip {
        line-height: 24px
    }

    .dk-recruit .recruit-content .container .recruit-item .item-main .mail-btn {
        display: block;
        margin: auto;
        margin-top: 20px;
        position: static;
        height: 40px;
        line-height: 40px;
        font-size: 18px
    }

    .dk-welfare .show-item .item-head .btn-box {
        position: absolute;
        left: 10px;
        bottom: 0;
        width: 95px
    }

    .dk-welfare .show-item {
        position: relative;
        padding-bottom: 65px
    }

    .dk-welfare .show-item .item-head .event {
        margin-top: 20px;
        width: 100%
    }

    .dk-welfare {
        padding-bottom: 40px
    }

    .dk-welfare .show-item .item-head .btn-box .swiper-button-next, .dk-welfare .show-item .item-head .btn-box .swiper-button-prev {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 20px
    }

    .honer-container {
        padding: 0 15px;
        margin-bottom: 40px;
        width: 100%
    }

    .honer-detail-wrap .honer-detail-content {
        width: 100%
    }

    .honer-detail-wrap .honer-detail-content p {
        font-size: 16px
    }

    .honer-detail-wrap .honer-detail-content p strong {
        font-size: 18px
    }

    .honer-detail-wrap .honer-detail-content img {
        width: 100%;
        height: auto;
    }

    .honer-item .honer-thumb {
        margin-bottom: 20px;
        display: block;
        width: 100%;
        height: 230px
    }

    .honer-item .honer-tit {
        width: 100%
    }

    .honer-item {
        display: block;
        height: auto
    }

    .honer-item .honer-tit:before {
        display: none
    }

    .honer-item .honer-tit {
        padding: 0;
        font-size: 20px
    }

    .contact-container {
        margin-top: 0;
        margin-bottom: 30px;
        width: 100%
    }

    .company-item .company-hd .company-short-name {
        padding: 0 15px;
        margin-bottom: 10px;
        width: 100%;
        text-align: left
    }

    .company-item .company-hd .company-contact {
        padding: 0 15px;
        margin: 0;
        margin-bottom: 20px
    }

    .company-item .company-hd .btn-company-map-wrap {
        position: static;
        margin-left: 15px
    }

    .company-item .company-hd .company-short-name:after {
        display: none
    }

    .company-item .company-bd .company-full-name {
        padding: 30px 15px;
        font-size: 18px
    }

    .w-content {
        min-width: 300px
    }

    .head {
        display: none
    }

    .mb-head {
        position: fixed;
        top: 0;
        z-index: 9999999;
        width: 100%;
        padding: 0 20px;
        padding-right: 25px;
        display: block;
        height: 55px;
        line-height: 55px
    }

    .mb-head .logo img {
        width: 75px
    }

    .mb-head .iconfont {
        position: relative
    }

    .mb-head .iconfont:after {
        position: absolute;
        right: -12px;
        top: 25px;
        content: '';
        border: 5px solid transparent;
        border-top: 5px solid #333
    }

    .mb-head .w-content .language .language-dif {
        padding: 0;
        top: 55px;
        right: 0
    }

    .mb-head .w-content .language .language-dif .language-item {
        padding: 0 10px;
        font-size: 14px;
        min-width: 80px
    }

    .mb-head .nav-icon {
        margin-top: 13px;
        margin-right: 0
    }

    .mb-head .nav-icon .line {
        margin: 5px 0;
        display: block;
        width: 23px;
        height: 3px;
        background: #333
    }
    .mb-head .w-content .language{
        margin-left: 14px;
    }

    .mb-nav {
        position: fixed;
        left: 0;
        right: 0;
        top: 55px;
        bottom: 0;
        z-index: 999999;
        padding: 0 35px;
        padding-top: 35px;
        padding-bottom: 10px;
        background: rgba(116, 142, 157, 0.9);
        overflow: auto
    }

    .mb-nav .nav-item {
        padding-top: 16px;
        padding-bottom: 16px;
        border-bottom: 1px solid #fff
    }

    .mb-nav .nav-item .item {
        line-height: 30px
    }

    .mb-nav .nav-item .item a {
        position: relative;
        font-size: 20px;
        color: #fff
    }

    .mb-nav .nav-item .item.active a:before {
        position: absolute;
        left: -25px;
        top: 11px;
        content: '';
        width: 8px;
        height: 8px;
        border-radius: 50%;
        border: 1px solid #fff
    }

    .mb-nav .nav-item .item.active a:after {
        position: absolute;
        right: -25px;
        top: 11px;
        content: '';
        width: 8px;
        height: 8px;
        border-radius: 50%;
        border: 1px solid #fff
    }

    .mb-nav .search-box {
        padding: 0 5px;
        display: inline-block;
        width: 240px;
        height: 30px;
        line-height: 30px;
        background: #fff;
        border-radius: 30px;
        overflow: hidden
    }

    .mb-nav .search-box .new-search {
        font-size: 18px;
        width: 35px;
        text-align: center;
        color: #333
    }

    .mb-nav .search-box input {
        margin-top: 6px;
        padding-left: 10px;
        width: 160px;
        border: none;
        font-size: 12px;
        border-left: 1px solid #999;
        height: 18px
    }

    .mb-nav .search-box .search-close {
        width: 30px;
        text-align: center;
        font-size: 30px;
        font-weight: lighter
    }

    .mb-nav .close-nav {
        font-size: 50px;
        color: #fff
    }

    body {
        padding-top: 55px
    }

    .swiper-container .swiper-slide {
        height: auto;
        text-align: center;
        overflow: hidden
    }

    .swiper-container .swiper-slide img {
        position: relative;
        left: 0;
        width: 100%;
    }

    .sub-nav .w-content .nav-item {
        width: 33.33%;
        height: 40px;
        line-height: 40px;
        border-bottom: 1px solid #EDEDED
    }

    .sub-nav .w-content .nav-item .iconfont {
        font-size: 18px
    }

    .sub-nav .w-content .nav-item .name {
        font-size: 16px
    }

    .sub-nav .w-content {
        height: 80px
    }

    .sub-nav {
        height: 80px;
        border-bottom: none
    }

    .sub-nav-content {
        padding-top: 20px;
        padding-bottom: 30px
    }

    .sub-nav-content .container .content-item .title {
        font-size: 18px
    }

    .sub-nav-content .container .content-item .tip {
        font-size: 12px
    }

    .sub-nav-content .container .content-item .show-pic {
        margin: 20px 0
    }

    .sub-nav-content .container .content-item .show-pic .pic {
        margin: 0;
        margin-bottom: 10px;
        width: 100%;
        height: 250px
    }

    .media-box {
        margin-bottom: 30px;
        height: 210px
    }

    .media-box .over-block .play-btn {
        margin-top: 20px
    }

    .media-box .over-block .media-tip {
        font-size: 16px
    }

    .title-box .title {
        font-size: 30px
    }

    .title-box .title:after {
        top: 50px
    }

    .index-news .news-item1 .content .pic {
        width: 100%
    }

    .index-news .news-item1 .content {
        padding: 0;
        width: 100%
    }

    .index-news .news-item1 .content .pic {
        position: static;
        height: 210px
    }

    .index-news .news-item1 {
        height: auto
    }

    .index-news .news-item1 .content .title {
        margin-top: 15px;
        margin-bottom: 10px
    }

    .index-news .news-item1 .content .title a {
        font-size: 20px
    }

    .index-news .news-item1 .time {
        line-height: 50px
    }

    .index-news .news-item1 .iconfont {
        line-height: 50px
    }

    .index-news .news-item2 .content {
        width: 100%;
        padding-left: 0
    }

    .index-news .news-item2 .content .dif-tip {
        position: static;
        margin-top: 20px;
        margin-bottom: 10px
    }

    .index-news .news-item2 {
        padding-bottom: 10px;
        height: auto;
        line-height: 30px
    }

    .index-news .news-item2 .iconfont {
        line-height: 30px
    }

    .index-news .news-item2 .time {
        line-height: 30px
    }

    .index-news {
        padding-bottom: 40px
    }

    .index-news .know-more {
        margin-top: 30px
    }

    .lg-w-content {
        display: none
    }

    .m-w-content {
        display: block
    }

    .dk-event .w-content .m-event-swiper {
        width: 100%
    }

    .dk-event {
        padding-top: 0;
        padding-bottom: 40px;
        margin-top: 0;
    }

    .dk-event .w-content .m-event-swiper .swiper-slide .up-box .inner {
        margin-right: 20px;
        width: 200px
    }

    .dk-event .w-content .m-event-swiper .swiper-slide .down-box .inner {
        margin-left: 20px;
        width: 200px
    }

    .dk-cooperate {
        padding: 40px 0;
        display: none
    }

    .dk-cooperate.mb-cooperate {
        display: block;
        margin-top: 0;
    }

    .dk-cooperate table td .inner {
        height: 65px;
        line-height: 65px
    }

    .dk-cooperate table td {
        height: 65px
    }

    .dk-industry .bg-block1 {
        display: none
    }

    .dk-industry .bg-block2 {
        display: none
    }

    .dk-industry .container .show-box1 {
        height: auto;
        text-align: right
    }

    .dk-industry .container .show-box1 img {
        min-width: 80%;
        max-width: 100%;
        width: 100%;
        height: auto;
    }

    .dk-industry .container .show-box2 {
        margin-top: 50px;
        margin-bottom: 20px;
        padding: 0 15px;
        width: 100%;
        height: auto
    }

    .dk-industry .container .show-box2 .inner-box {
        top: 0;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    .dk-industry .container .show-box2 .inner-box .txt-content {
        padding: 0 15px
    }

    .dk-industry .container .show-box2 .inner-box .txt-content .tip {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 22px;
        text-align: justify
    }

    .dk-industry .container .show-box2 .inner-box .txt-content .txt {
        font-size: 14px;
        line-height: 18px;
        text-align: justify
    }

    .dk-industry:before {
        height: 220px;
        width: 50%
    }

    .dk-industry .container {
        padding: 0
    }

    .dk-industry {
        padding-top: 50px
    }

    .dk-industry .container .show-box1 .over-title .en-title {
        margin-bottom: 10px;
        padding-left: 10px;
        padding-top: 10px;
        font-size: 40px;
        line-height: 40px
    }

    .dk-industry .container .show-box1 .over-title {
        padding-top: 0;
        padding-left: 10%;
        z-index: 9999;
        width: 100%;
        text-align: left
    }

    .dk-industry .container .show-box1 .over-title .zh-title {
        padding-left: 10px;
        font-size: 22px
    }

    .dk-industry .container .show-box1 .over-title .zh-title:after {
        right: -40px;
        top: 12px;
        width: 30px
    }

    .dk-industry .container .show-box3 {
        margin-bottom: 30px;
        width: 100%;
        height: auto;
        overflow: hidden
    }

    .dk-industry .container .show-box3 img {
        width: 90%;
        min-width: 80%;
        height: auto;
    }

    .dk-industry .container .show-box4 {
        padding-bottom: 0;
        margin-bottom: 30px;
        width: 100%;
        height: auto;
        text-align: right;
        background: #fff
    }

    .dk-industry .container .show-box4 img {
        width: 90%;
        min-width: 80%;
        height: auto;
    }

    .dk-industry .container .show-box4:last-child {
        text-align: left
    }

    .dk-personnel {
        display: none
    }

    .dk-personnel.mb-dk-personnel {
        padding: 0;
        display: block;
        background: none;
        height: auto
    }

    .dk-personnel.mb-dk-personnel img {
        width: 100%;
        height: auto!important;
    }

    .dk-duty {
        display: none
    }

    .dk-duty.mb-dk-duty {
        display: block;
        height: auto
    }

    .mb-dk-duty img {
        width: 100%
    }

    .dk-style {
        display: none
    }

    .mb-dk-style {
        padding-bottom: 40px;
        display: block;
        overflow: hidden
    }

    .mb-dk-style .title img {
        width: 100%
    }

    .mb-dk-style .tip {
        margin-top: 8px;
        margin-bottom: 10px;
        padding: 0 20px;
        font-size: 12px;
        color: #666;
        text-align: center
    }

    .swiper-box .swiper-container {
        width: 88%
    }

    .swiper-box .swiper-container .swiper-slide {
        height:auto;
        background-color: #fafafa;
    }
    .swiper-box .swiper-container .swiper-slide img{
        height: auto;
    }

    .mb-dk-style .swiper-box {
        position: relative
    }

    .swiper-box .swiper-button-prev, .swiper-box .swiper-button-next {
        top: 95px;
        width: 60px;
        height: 60px;
        line-height: 40px;
        text-align: center;
        border-radius: 50%;
        background: #bbb;
        color: #fff;
        font-weight: bold;
        border: 10px solid #fff
    }

    .swiper-box .swiper-button-prev {
        left: -5px
    }

    .swiper-box .swiper-button-next {
        right: -5px
    }

    .swiper-box .swiper-button-prev:hover {
        background: #007ED7
    }

    .swiper-box .swiper-button-next:hover {
        background: #007ED7
    }

    .search-result {
        padding-top: 30px;
        padding-bottom: 10px
    }

    .search-result .top-msg {
        margin-bottom: 20px
    }

    .error-page img {
        width: 600px
    }

    .error-page .btn-box {
        bottom: 30px
    }

    .dk-organize .pic {
        margin: 0
    }
    .dk-organize .pic img {
        height: auto;
    }
    .dk-industry .container .show-box2 .inner-box .pic img {
        width: 100%!important;
        height: auto;!important;
    }
}
