.banner {
    font-size: 0;
    width: 100%;
}
.joinin{
    display: block !important;
}
.banner>img {
    width: 100%;
}

.top_btn {
    margin-top: 50px;
    margin-bottom: 50px;
}

.top_btn>ul {
    display: flex;
    justify-content: center;
}

.top_btn>ul>li {
    width: 170px;
    height: 54px;
    background: #f2f2f2;
    font-size: 22px;
    color: #666;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    cursor: pointer;
    transition: all .5s;
    overflow: hidden;
}
.join_box{
    background: #f8f8f8;
    padding-top: 20px;
}
.join_text_box_one{
    padding-top: 30px;
}
.btn_2 {
    margin: 0 20px;
}

.top_img {
    display: flex;
    justify-content: center;
    margin-top: 60px;
    margin-bottom: 40px;
}

.swiper-slide>img {
    width: 100%;
}

.join_Swiper {
    width: 1200px;
    overflow: initial;
}

.join_Swiper .swiper-slide {
    /*filter: grayscale(100%);*/
    /*filter: gray;*/
    position: relative;
}
.join_Swiper .join_masks{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
}

 .swiper-slide-active .join_masks {
    /*filter: grayscale(0%) !important;*/
    background: rgba(0,0,0,0);
}

.join_content_one {
    overflow: hidden;
}

.prev, .next {
    position: absolute;
    width: 70px;
    height: 70px;
    background: rgba(250, 250, 250, .1);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    transition: all .5s;
}

.prev {
    left: 15%;
    top: 45%;
    z-index: 15;
}

.next {
    right: 15%;
    top: 45%;
    z-index: 15;
}

.prev>i, .next>i {
    font-size: 35px;
}

.join_text_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 1200px;
    margin: 20px auto;
    text-align: center;
    margin-top: 0px;
}

.join_title {
    font-size: 36px;
    color: #333333;
    margin-bottom: 30px;
}

.join_texts {
    font-size: 18px;
    color: #666666;
    margin-bottom: 50px;
    line-height: 30px;
    padding: 0 180px;
}

.join_strength {
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    margin-bottom: 100px;
}

.str_Contianer  {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    flex-wrap: wrap;
}
.s_str{
    width: 48% !important;
    padding: 30px 0;
    background: #f8f8f8;
    height: 320px;
}
.str_titles>img{
    margin-right: 12px;
}
.join_1s{
    font-size: 36px;
    font-weight: bold;
}
.join_2s{
    font-size: 30px;
    color: #666666;
}
.join_str_title{
    margin-bottom: 20px;
}
.str_titles{
    font-size: 30px;
    color: #666;
    display:flex;
    align-items: center;
    padding-left:60px;
}
.wave {
    background: #fff;
    background: linear-gradient( #009094, #035b5e);
    animation: mymove 1.5s linear infinite;
}
.actives{
    background: #009094;
}
.actives>.str_titles{
    color: #fff;
}
.str_imgBox{
    display: flex;
    justify-content: center;
    align-items: center;
}
[data-ripple="ripple"] {
    position: relative;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-webkit-user-select: none;
    -ms-user-select: none;
}

[data-ripple="ripple"] .ripple {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 888;
    background: rgba(255, 255, 255, .5);
    transform: scale(0);
    animation: ripple .6s 0s linear;
}

@keyframes ripple {
    100% {
        opacity: 0;
        transform: scale(2.5);
    }
}

.str_title {
    font-size: 36px;
    color: #333;
    font-weight: bold;
    margin-bottom: 16px;
}

.str_text {
    font-size: 30px;
    color: #666;
    margin-bottom: 30px;
}

.str_border {
    width: 45px;
    height: 1px;
    background: #009094;
}

.str_text_box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.text_box {
    box-shadow: 5px -5px 20px rgba(0, 0, 0, .1)
}

.text_box2 {
    box-shadow: -5px 5px 20px rgba(0, 0, 0, .1)
}

.n9 {
    background: url(../image/0312/031203.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 850px;
}

.n9_title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding-top: 70px;
}

.n9_title_1 {
    font-size: 36px;
    margin-bottom: 20px;
}

.n9_title_2 {
    font-size: 18px;
}

.showd_box {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}

.box_one {
    width: 18%;
    height: 285px;
    background: rgba(0, 0, 0, .4);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    padding: 0 15px;
    cursor: pointer;
    transition: all .5s;
}

.box_one>p:first-of-type {
    font-size: 20px;
    margin: 20px 0;
}

.box_one>p:nth-child(3) {
    font-size: 14px;
    color: #afafaf;
    text-align: center;
    line-height: 20px;
}

.showd_box>div {
    width: 100%;
}

.top_show {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.bottom_show {
    display: flex;
    justify-content: space-around;
}

.join_bgs {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.join_bgs>div{
    width: 45%;
}
.join_bgs p{
    font-size: 22px;
    color: #333;
    margin-top: 12px;
}
.join_bgs img {
    width: 100%;
}
.content_5 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1200px;
    margin: auto;
}

.content_5_detalis {
    width: 580px;
    height: 350px;
    font-size: 0;
    margin-bottom: 30px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, .2);
    cursor: pointer;
    /* transform: translateY(200px); */
}

.content_5_detalis>img {
    height: 290px;
}

.content_5_detalis>p {
    height: 60px;
    font-size: 18px;
    text-align: center;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0 200px;
}

.content_5_detalis>p>i {
    width: 5px;
    height: 5px;
    background: #009094;
    border-radius: 50%;
}

.JC {
    margin-top: 100px;
      display: flex;
    justify-content: center;
        .
}

.process {
    height: 300px;
    padding-top: 50px;
    position: relative;
}

.process_box {
    width: 1200px;
    height: 100px;
    border-top: 1px dashed #aeaeae;
    position: relative;
    display: flex;
    margin: auto;
}

.pross_box {
    width: 100% !important;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: absolute;
    top: -64px;
}

.pross_box>img {
    width: 11px;
    height: 9px;
}

.process_sbox {
    width: 128px;
    height: 128px;
    background: #99d3d4;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.ruidio {
    width: 108px;
    height: 108px;
    background: #009094;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s;
}

.ruidio>img {
    transition: all .8s;
}

.process_sbox>p {
    font-size: 18px;
    color: #333;
    position: absolute;
    bottom: -40px;
}

.resume {
    width: 160px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    background: #009094;
    color: #fff;
    font-size: 20px;
    margin-top: 10px;
}

.two_content {
    margin-bottom: 30px;
}

.three_detalis_2 {
    position: relative;
    height: 650px;
}

.detalis_img {
    width: 998px;
    height: 830px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.detalis_img>img {
    width: 100%;
    height: 100%;
}

.detalis_swiper {
    /*width: 660px;*/
    height: 650px;
    background: #ffff;
    position: absolute;
    z-index: 11;
    left: 43%;
    right: 0;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, .2);
    background: #f8f8f8;
    padding-right: 15%;
}

.swiper_titles {
    font-size: 36px;
    color: #009094;
}

.swiper_borders {
    width: 34px;
    height: 1px;
    background: #333;
    margin: 32px 0;
}

.swiper_content {
    font-size: 24px;
    color: #666;
    line-height: 40px;
}

.swiper2 {
    position: relative;
}

.swiper2 .swiper-slide {
    padding-top: 86px;
    padding-left: 80px;
    padding-right: 60px;
}

.detalis_swiper .page {
    position: absolute;
    right: 30%;
    bottom: 10%;
    width: 156px;
    height: 36px;
    display: flex;
}

.detalis_swiper .page>div {
    border: 1px solid #ccc;
    width: 50%;
    height: 100%;
    border-radius: 0;
    position: relative;
    top: 0;
    color: #ccc;
}

.prev_2 {
    left: 0;
}

.next_2 {
    right: 0;
}

.prev_2>i,.next_2>i {
    font-size: 14px;
    color: inherit;
}

.boo_detalis {
    width: 100%;
    height: 1300px;
    background: #009094;
    padding-top: 230px;
}

.boo_detalis {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: space-between; */
}

.boo_title {
    font-size: 36px;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}

.boo_text {
    font-size: 18px;
    color: #fff;
    margin-bottom: 30px;
}

.career_text {
    font-size: 18px;
    color: #666;
    text-align: center;
    margin-bottom: 50px;
}

.career_img {
    text-align: center;
    margin-bottom: 120px;
}


/* 顶部选项卡 */
.page_a {
    color: #666;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page_a:hover {
    color: #666;
}

.active_btn:hover {
    color: #fff;
}

.active_btn {
    background: #009094;
    color: #fff;
}

/* 顶部选项卡 */
ul,li {
	margin:0px;
	padding:0px;
	list-style:none;
}
a {
	text-decoration:none;
	color:#222;
}
.tree {
    width:1200px;
    margin: 0 auto;
    margin-bottom: 40px;
}
.tree .option {
	width:100%;
	cursor:pointer;
}
/*.tree .option p span {*/
/*	font-weight:bold;*/
/*}*/
.tree .option.active p span {
	color:#009094;
}

.titless{
    background: #f8f8f8;
    font-size: 20px !important;
    padding: 10px 0;
    padding-left: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 20px;
}
.p_content{
    margin-bottom: 20px;
}
.tree .option p .iconfont {
	font-size:12px;
}
.tree .option .tree-two {
	width:100%;
	height:0px;
	overflow:hidden;
}
.tree .option .tree-two .item {
	width:100%;

}
.tree .option .tree-two .item a {
	box-sizing:border-box;
	/*padding-left:2em;*/
	display:inline-block;
	width:100%;
	height:36px;
	line-height:36px;
	font-size:16px;
}
.tree .option .tree-two .item.active {
	border-right:4px solid #009094;
}

@media screen and (min-width:301px) and (max-width:374px){
    .detalis_swiper .page{
        right: 2%;
    bottom: 2%;
    }
    .join_1s{
        font-size: 26px;
    }
    .join_2s{
        font-size: 20px;
    }
    .join_str_title{
        padding-left: 20px;
    }
    .str_Contianer {
        flex-direction: column;
    }
    .s_str {
        width: 100% !important;
    }
    .str_titles{
        padding-left: 10px;
    }
    .str_imgBox>img{
        width: 100%;
    }
    .join_bgs {
        flex-direction: column;
    }
    .join_bgs>div{
        width: 100%;
        margin-bottom: 20px;
    }
    /*.actives {*/
    /*    background: #fff;*/
    /*}*/
    .detalis_swiper{
        padding-right: 0;
    }
    #main{
        margin-top: 40px;
    }
    .top_btn > ul {
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .top_btn {
        margin: 10px 0;
    }
    .top_btn > ul li {
        width: 30%;
        font-size: 16px;
        margin-bottom: 10px;
        height: 35px;
    }
    .btn_2{
        margin: 0;
    }
    .top_img{
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
    }
    .top_img img{
        width: 50%;
    }
    .banner2 img {
        display: none;
    }
    .banner2{
        height: 140px;
        background: url(/statics/dkn/pc/image/join_banner2s.png);
        background-repeat: no-repeat;
        background-position-x: center;
        background-size: cover;
        margin-bottom: 20px;
    }
    .join_text_box{
        margin-top: 0;
        width: 100%;
    }
    .join_title{
        font-size: 20px;
    }
    .join_texts{
        padding: 0 10px;
        font-size: 16px;
        
    }
    .join_Swiper{
        width: 100%;
    }
    .prev, .next{
        width: 20px;
        height: 20px;
    }
    .prev>i, .next>i{
        font-size: 15px;
    }
    .join_strength{
        width: 100%;
        flex-wrap: wrap;
    }
    .join_strength>div{
        width: 100%;
    }
    .text_box{
        display: none !important;
    }
    .top_show{
        flex-wrap: wrap;
    }
    .box_one{
        width:100%;
        height: auto;
        margin-bottom: 10px;
        padding: 10px 0;
        
    }
    .n9{
        height: auto;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .bottom_show{
        flex-wrap: wrap;
    }
    .join_bgs{
        margin-bottom: 10px;
        width: 100%;
    }
    .join_bgs img {
        width: 100%;
    }



    .content_5{
        width: 100%;
    }
    .content_5_detalis{
        width: 100%;
        height: auto;
    }
    .content_5_detalis>img{
        width: 100%;
        height: auto;
    }
    .project{
        width: 100%;
    }
    .shine{
        display: none !important;
    }
    .content_5_detalis>p{
        text-align: center;
        padding: 0;
    }

    .JC img{
        width: 100%;

    }
    .process{
        width: 100%;
        overflow: hidden;
        overflow-x: scroll;
        padding-top: 70px;
    }
    .article img{
        width: 100%;
    }
    .detalis_img{
        display: none;
    }
    .detalis_swiper{
        width: 100%;
        position: initial;
        height: auto;
        padding-bottom:40px;
    }
    .swiper2 .swiper-slide{
        padding: 10px;
    }
    .three_detalis_2{
        height: auto;
    }
    .boo_detalis{
        padding-top: 10px;
        height: auto;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .boo_title{
        font-size: 30px;
    }
    .boo_text{
        font-size: 16px;
        padding:  0 10px;
        margin-bottom: 20px;
    }
    .boo_img{
        width: 100%;
    }
    .boo_img img {
        width: 100%;
    }
    .career_img{
        width: 100%;
        overflow: hidden;
        overflow-x: scroll;
    }
        .tree{
        width: 95%;
        margin: 0 auto;
    }
}
@media screen and (min-width:351px) and (max-width:413px){
        .detalis_swiper .page{
        right: 2%;
    bottom: 2%;
    }
        .join_1s{
        font-size: 26px;
    }
    .join_2s{
        font-size: 20px;
    }
    .join_str_title{
        padding-left: 20px;
    }
    .str_Contianer {
        flex-direction: column;
    }
    .s_str {
        width: 100% !important;
    }
    .str_titles{
        padding-left: 10px;
    }
    .str_imgBox>img{
        width: 100%;
    }
    .join_bgs {
        flex-direction: column;
    }
    .join_bgs>div{
        width: 100%;
        margin-bottom: 20px;
    }
    #main{
        margin-top: 40px;
    }
    .top_btn > ul {
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .top_btn {
        margin: 10px 0;
    }
    .top_btn > ul li {
        width: 30%;
        font-size: 16px;
        margin-bottom: 10px;
        height: 35px;
    }
    .btn_2{
        margin: 0;
    }
    .top_img{
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
    }
    .top_img img{
        width: 50%;
    }
    .banner2 img {
        display: none;
    }
    .banner2{
        height: 140px;
        background: url(/statics/dkn/pc/image/join_banner2s.png);
        background-repeat: no-repeat;
        background-position-x: center;
        background-size: cover;
        margin-bottom: 20px;
    }
    .join_text_box{
        margin-top: 0;
        width: 100%;
    }
    .join_title{
        font-size: 20px;
    }
    .join_texts{
        padding: 0 10px;
        font-size: 16px;
    }
    .join_Swiper{
        width: 100%;
    }
    .prev, .next{
        width: 20px;
        height: 20px;
    }
    .prev>i, .next>i{
        font-size: 15px;
    }
    .join_strength{
        width: 100%;
        flex-wrap: wrap;
    }
    .join_strength>div{
        width: 100%;
    }
    .text_box{
        display: none !important;
    }
    .top_show{
        flex-wrap: wrap;
    }
    .box_one{
        width:100%;
        height: auto;
        margin-bottom: 10px;
        padding: 10px 0;
        
    }
    .n9{
        height: auto;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .bottom_show{
        flex-wrap: wrap;
    }
    .join_bgs{
        margin-bottom: 10px;
        width: 100%;
    }
    .join_bgs img {
        width: 100%;
    }



    .content_5{
        width: 100%;
    }
    .content_5_detalis{
        width: 100%;
        height: auto;
    }
    .content_5_detalis>img{
        width: 100%;
        height: auto;
    }
    .project{
        width: 100%;
    }
    .shine{
        display: none !important;
    }
    .content_5_detalis>p{
        text-align: center;
        padding: 0;
    }
    .JC img{
        width: 100%;
    }
    .process{
        width: 100%;
        overflow: hidden;
        overflow-x: scroll;
        padding-top: 70px;
    }
    .article img{
        width: 100%;
    }
    .detalis_img{
        display: none;
    }
    .detalis_swiper{
        width: 100%;
        position: initial;
        height: auto;
        padding-bottom:40px;
        padding-right: 0;
    }
    .swiper2 .swiper-slide{
        padding: 10px;
    }
    .three_detalis_2{
        height: auto;
    }
    .boo_detalis{
        padding-top: 10px;
        height: auto;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .boo_title{
        font-size: 30px;
    }
    .boo_text{
        font-size: 16px;
        padding:  0 10px;
        margin-bottom: 20px;
    }
    .boo_img{
        width: 100%;
    }
    .boo_img img {
        width: 100%;
    }
    .career_img{
        width: 100%;
        overflow: hidden;
        overflow-x: scroll;
    }
        .tree{
        width: 95%;
        margin: 0 auto;
    }
}
@media screen and (min-width:414px) and (max-width:490px){
        .detalis_swiper .page{
        right: 2%;
    bottom: 2%;
    }
        .join_1s{
        font-size: 26px;
    }
    .join_2s{
        font-size: 20px;
    }
    .join_str_title{
        padding-left: 20px;
    }
    .str_Contianer {
        flex-direction: column;
    }
    .s_str {
        width: 100% !important;
    }
    .str_titles{
        padding-left: 10px;
    }
    .str_imgBox>img{
        width: 100%;
    }
    .join_bgs {
        flex-direction: column;
    }
    .join_bgs>div{
        width: 100%;
        margin-bottom: 20px;
    }
    #main{
        margin-top: 40px;
    }
    .top_btn > ul {
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .top_btn {
        margin: 10px 0;
    }
    .top_btn > ul li {
        width: 30%;
        font-size: 16px;
        margin-bottom: 10px;
        height: 35px;
    }
    .btn_2{
        margin: 0;
    }
    .top_img{
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
    }
    .top_img img{
        width: 50%;
    }
    .banner2 img {
        display: none;
    }
    .banner2{
        height: 140px;
        background: url(/statics/dkn/pc/image/join_banner2s.png);
        background-repeat: no-repeat;
        background-position-x: center;
        background-size: cover;
        margin-bottom: 20px;
    }
    .join_text_box{
        margin-top: 0;
        width: 100%;
    }
    .join_title{
        font-size: 20px;
    }
    .join_texts{
        padding: 0 10px;
        font-size: 16px;
    }
    .join_Swiper{
        width: 100%;
    }
    .prev, .next{
        width: 20px;
        height: 20px;
    }
    .prev>i, .next>i{
        font-size: 15px;
    }
    .join_strength{
        width: 100%;
        flex-wrap: wrap;
    }
    .join_strength>div{
        width: 100%;
    }
    .text_box{
        display: none !important;
    }
    .top_show{
        flex-wrap: wrap;
    }
    .box_one{
        width:100%;
        height: auto;
        margin-bottom: 10px;
        padding: 10px 0;
        
    }
    .n9{
        height: auto;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .bottom_show{
        flex-wrap: wrap;
    }
    .join_bgs{
        margin-bottom: 10px;
        width: 100%;
    }
    .join_bgs img {
        width: 100%;
    }



    .content_5{
        width: 100%;
    }
    .content_5_detalis{
        width: 100%;
        height: auto;
    }
    .content_5_detalis>img{
        width: 100%;
        height: auto;
    }
    .project{
        width: 100%;
    }
    .shine{
        display: none !important;
    }
    .content_5_detalis>p{
        text-align: center;
        padding: 0;
    }
    .JC img{
        width: 100%;
    }
    .process{
        width: 100%;
        overflow: hidden;
        overflow-x: scroll;
        padding-top: 70px;
    }
    .article img{
        width: 100%;
    }
    .detalis_img{
        display: none;
    }
    .detalis_swiper{
        width: 100%;
        position: initial;
        height: auto;
        padding-bottom:40px;
        padding-right: 0;
    }
    .swiper2 .swiper-slide{
        padding: 10px;
    }
    .three_detalis_2{
        height: auto;
    }
    .boo_detalis{
        padding-top: 10px;
        height: auto;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .boo_title{
        font-size: 30px;
    }
    .boo_text{
        font-size: 16px;
        padding:  0 10px;
        margin-bottom: 20px;
    }
    .boo_img{
        width: 100%;
    }
    .boo_img img {
        width: 100%;
    }
    .career_img{
        width: 100%;
        overflow: hidden;
        overflow-x: scroll;
    }
        .tree{
        width: 95%;
        margin: 0 auto;
    }
}
.info_tips {
    display: none !important;
}
.info_tips2{
    display: block !important;
    position: absolute !important;
}