/* 响应式通用样式 */

* {
    transition: 0.5s ease;
}


body {
    -ms-overflow-style: scrollbar;
}

@media(max-width:992px){
    body{
        padding-top:60px;
    }
} 

.containes {
    max-width: 1200px;
    display: flex;
    margin: 0 auto;
    height: 100%;
}

.wh {
    width: auto;
    max-width: 1200px;
    display: flex;
    margin: 0 auto;
}

.container {
    width: auto!important;
    max-width: 1200px;
}

@media(max-width:1200px) {
    .wh {
        width: 96%;
    }
    .container {
        padding: 0 2%;
    }
}


/* 首页 start */


/* 头部 */

header {
    height: 40px;
    background-color: #5c5c5c;
}

header .containes {
    justify-content: flex-end;
}

.langs {
    display: flex;
    height: 100%;
    padding-left: 30px;
    font-size: 12px;
    color: #bfbfbf;
    font-weight: normal;
    align-items: center;
    margin-right: 7px;
    padding-right: 30px;
    background: url("../images/lang.png") no-repeat left center, url("../images/lang_j.png") no-repeat right 10px center;
    position: relative;
    cursor: pointer;
}

.langs_xl {
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    border: 1px solid #eeeeee;
    background-color: #ffffff;
    z-index: 90;
}

.langs_xl ul {
    display: block;
    width: 100%;
}

.langs_xl li {
    display: block;
    width: 100%;
    border-bottom: 1px dashed #eeeeee;
}

.langs_xl li:last-child {
    border: none;
}

.langs_xl li a {
    display: flex;
    width: 100%;
    height: 38px;
    align-items: center;
    padding: 0 5px;
}

.langs_xl li a .imgs {
    display: block;
    width: 36px;
    text-align: center;
}

.langs_xl li a h3 {
    font-size: 0.6rem;
    font-weight: normal;
    color: #999999;
}


/* 搜索 */

.searchs {
    display: flex;
    width: 177px;
    background-color: #bebebe;
}

#formsearch {
    width: 100%;
    display: flex;
}

#formsearch input {
    outline: none;
    border: none;
    background: none;
    font-size: 0;
    display: flex;
    height: 100%;
}

#formsearch input#keyword {
    width: 80%;
    padding-left: 10px;
    height: 100%;
    font-size: 12px;
    color: #000000;
}

#formsearch input#keyword::placeholder {
    font-size: 12px;
    color: #000000;
}

#formsearch input#s_btn {
    background: none;
    background-image: url("../images/sous.png");
    background-repeat: no-repeat;
    background-position: center;
    max-width: 35px;
    height: 100%;
    width: 20%;
    font-size: 0;
}

@media(max-width:992px) {
    #formsearch input#keyword {
        height: 48px;
        line-height: 48px;
        color: #ffffff;
    }
    #formsearch input#keyword::placeholder {
        color: #eaeaea;
    }
}


/* 导航 */

nav {
    position: relative;
    z-index: 30;
}

#dhs {
   
   width: 89%; 
    margin-left: 0%;
}

#dhs .wh {
    align-items: center;
    justify-content: space-between;
}

.logo {
    line-height: 0;
    display: inline-flex;
    padding: 17px 0 10px;
    width: 11%;
}

.logo img {
    max-width: 100%;
}

.nav {
   
}

.nav>li {
    
    position: relative;
   
    padding: 0 27px;
}

.nav>li>a {
    height: 93px;
    line-height: 93px;
    color: #282828;
    font-size: 16px;
    padding: 0;
    background: none;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.nav>li>a:focus,
.nav>li>a:hover {
    background: none;
}

.nav>li:hover>a {
    color: #0099ff;
    background-image: url("../images/nav_jt.png");
    background-repeat: no-repeat;
    background-position: center bottom;
}

.nav>li .sec {
    position: absolute;
    flex-flow: column;
    left: 0;
    top: 100%;
    overflow: hidden;
    height: 0;
    width: 480px;
    min-height: 235px;
    background-color: rgba(255, 255, 255, 0.87);
    padding-top: 25px;
    padding-bottom: 37px;
    display: none;
}

.nav>li:nth-child(n+6) .sec {
    left: auto;
    right: 0;
}

.nav>li .sec .wzs {
    display: flex;
    width: calc(24% + 1px);
    border-right: 1px solid #ededed;
    float: left;
    flex-flow: column;
    align-items: center;
    justify-content: flex-start;
}

.nav>li .sec .wzs a {
    line-height: 29px;
    color: #000000;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    position: relative;
}

.nav>li .sec .wzs a:hover {
    color: #0099ff;
}

.nav>li .sec .wzs a::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background-color: #ffffff;
    border: solid 1px #cccccc;
    position: absolute;
    right: -4px;
    top: 50%;
    margin-top: -4px;
    border-radius: 50%;
    opacity: 0;
    transition: 0.5s ease;
}

.nav>li .sec .wzs a:hover::after {
    opacity: 1;
}

.nav>li .sec .imgs {
    display: block;
    float: right;
    width: 58%;
    margin-right: 10%;
    margin-top: 5px;
}

.nav>li .sec .imgs img {
    max-width: 100%;
    height: auto;
}

.nav>li .sec .imgs p {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 0px;
    color: #666666;
    margin-top: 7px;
}


/* 头部小屏幕 */

@media(max-width:992px) {
    header {
        display: none;
    }
    nav {
        display: none;
    }
}


/* banner */

#banner {
    position: relative;
}

#banner .slick-dots {
    position: absolute;
    bottom: 2%;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

#banner img {
    width: 100%;
}

#banner .slick-dots li {
    margin: 0 0.5em;
}

#banner .slick-dots li button {
    padding: 0;
    border: none;
    outline: none;
    background: none;
    font-size: 0;
    opacity: 1;
    width: 0.5rem;
    height: 0.5rem;
    background-color: #ffffff;
    border-radius: 50%;
}

#banner .slick-dots li button:hover {
    opacity: 1;
}

#banner .slick-dots li.slick-active button {
    background-color: #0089d3;
}


/* 标题 */

.p_tits {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 16px;
}

.p_tits.yps {
    justify-content: space-between;
}

.p_tits h3 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.2rem;
    font-weight: 400;
    color: #000000;
    width: 100%;
}

.p_tits h3 span {
    display: inline-flex;
    margin-right: 5px;
    width: 5%;
    justify-content: center;
}

.p_tits.yps a.mors {
    font-size: 12px;
    color: #999999;
}

@media(max-width:992px) {
    .p_tits h3 span {
        transform: scale(0.9);
    }
    .p_tits h3 {
        font-size: 1.5rem;
    }
}

@media(max-width:768px) {
    .p_tits h3 span {
        transform: scale(0.8);
    }
    .p_tits h3 {
        font-size: 1.2rem;
    }
}

@media(max-width:640px) {
    .p_tits h3 span {
        transform: scale(0.7);
    }
    .p_tits h3 {
        font-size: 1.8rem;
    }
}


/* 新闻与媒体 */

#news {
    padding: 48px 0 45px;
}

#news .wh {
    flex-flow: column;
}

.new_cont {
    display: flex;
    justify-content: space-between;
}

.newl {
    width: 59%;
    border-top: 1px solid #eaeaea;
}

.newl ul {
    display: flex;
    flex-flow: column;
    width: 100%;
}

.newl li {
    display: flex;
    width: 100%;
    padding: 11px 0 11px;
    border-bottom: 1px solid #eaeaea;
    align-items: center;
    /*justify-content: space-between;*/
}

.newl li span {
    width: 71px;
    border-right: 1px solid #eaeaea;
    display: block;
    height: 100%;
    flex-shrink: 0;
    line-height: 1;
    text-align: center;
    padding-bottom: 0.5rem;
}

.newl li span p {
    height: 50%;
}

.newl li span p:nth-child(1) {
    font-size: 1.5rem;
    font-weight: normal;
    color: #b0b0b0;
}

.newl li:hover span p:nth-child(1) {
    color: #0099ff;
}

.newl li span p:nth-child(2) {
    font-size: 14px;
    color: #999999;
    margin-top: 0.5rem;
}

.newl li .wzss {
    margin-left: 2%;
    display: block;
    line-height: 2;
    padding: 5px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex-grow: 1;
}

.newl li .wzss h3 {
    font-weight: normal;
    display: block;
    margin-bottom: 10px;
}

.newl li .wzss h3 a {
    font-size: 15px;
    color: #000000;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newl li:hover .wzss h3 a {
    color: #0099ff;
}

.newl li .wzss p {
    font-size: 13px;
    color: #666666;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newl li a.nw_a {
    display: flex;
    width: 33px;
    height: 33px;
    border: solid 1px #d8d8d8;
    align-items: center;
    justify-content: center;
    font-family: "SimHei";
    color: #666666;
    border-radius: 50%;
    float: right;
    /*margin-left: 12%;*/
    flex-shrink: 0;
}

.newl li:hover a.nw_a {
    border-color: #0099ff;
    color: #0099ff;
}

.newim {
    width: 37.2%;
    align-items: flex-end;display:flex;
}

.newim ul {
    display: inline-flex;
    width: 100%;
    flex-flow: row;
}

.newim li {
    width: 100%;
}

.newim img {
    width: 100%;
    height: auto;
}

@media(max-width:768px) {
    #news {}
    .new_cont {
        flex-flow: column-reverse;
    }
    .newl {
        width: 100%;
    }
    .newim {
        width: 100%;
    }
}


/* 研发与创新 */

#yanf {
    padding-bottom: 48px;
}

#yanf .wh {
    flex-flow: column;
}

#yanf .cont {
    display: block;
    width: 100%;
}

#yanf .cont ul {
    display: flex;
    width: 100%;
}

#yanf .cont li {
    display: flex;
    margin-right: calc(8% / 3);
    width: 23%;
    flex-flow: column;
}

#yanf .cont li:last-child {
    margin-right: 0;
}

#yanf .cont li .imgs {
    display: block;
    width: 100%;
}

#yanf .cont li .imgs img {
    width: 100%;
    height: auto;
}

#yanf .cont li .wzs {
    display: block;
}

#yanf .cont li h3 {
    font-size: 18px;
    font-weight: normal;
    color: #000000;
    line-height: 2;
    margin-top: 7px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
        margin-bottom: 5px;
}

#yanf .cont li p {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 0px;
    color: #666666;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#yanf .cont li a {
    display: block;
    width: 113px;
    height: 29px;
    border: solid 1px #0099ff;
    text-align: center;
    line-height: 27px;
    font-size: 14px;
    color: #0099ff;
    margin-top: 20px;
}

#yanf .cont li a:hover {
    background-color: #0099ff;
    color: #ffffff;
}

@media(max-width:768px) {
    #yanf {}
    #yanf .cont ul {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #yanf .cont li {
        width: 48%;
        margin-right: 0;
    }
    #yanf .cont li:nth-child(n+3) {
        margin-top: 20px;
    }
}


/* 产品与介绍 */

#pros {
    padding-bottom: 50px;
}

#pros .wh {
    flex-flow: column;
}

#pros .cont {
    display: block;
    width: 100%;
}

#pros .cont ul {
    display: flex;
    width: 100%;
}

#pros .cont li {
    display: flex;
    margin-right: calc(8% / 3);
    width: 23%;
    flex-flow: column;
}

#pros .cont li:last-child {
    margin-right: 0;
}

#pros .cont li .imgs {
    display: block;
    width: 100%;
}

#pros .cont li .imgs img {
    width: 100%;
    height: auto;
}

#pros .cont li .wzs {
    display: block;
}

#pros .cont li h3 {
    font-size: 18px;
    font-weight: normal;
    color: #000000;
    line-height: 2;
    margin-top: 7px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#pros .cont li p {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 0px;
    color: #666666;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#pros .cont li a {
    display: block;
    width: 113px;
    height: 29px;
    border: solid 1px #0099ff;
    text-align: center;
    line-height: 27px;
    font-size: 14px;
    color: #0099ff;
    margin-top: 15px;
}

#pros .cont li a:hover {
    background-color: #0099ff;
    color: #ffffff;
}

@media(max-width:768px) {
    #pros {}
    #pros .cont ul {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #pros .cont li {
        width: 48%;
        margin-right: 0;
    }
    #pros .cont li:nth-child(n+3) {
        margin-top: 20px;
    }
}


/* 公益与责任 */

#gyzr {
    background-color: #f6f6f6;
    padding: 50px 0 41px;
}

#gyzr .wh {
    flex-flow: column;
}

#gyzr .wh .conts {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    background-image: url("../images/gy_ba.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 102%;
}

#gyzr .conts .wzs {
    display: flex;
    margin-right: 10%;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 45px 0 57px;
}

#gyzr .conts .wzs p {
    line-height: 1;
}

#gyzr .conts .wzs p:nth-child(1) {
    font-size: 24px;
    font-weight: bold;
    color: #5ab7e9;
}

#gyzr .conts .wzs p:nth-child(2) {
    font-size: 16px;
    color: #919191;
    margin-top: 16px;
}

#gyzr .conts .wzs p:nth-child(3) {
    font-size: 22px;
    color: #010101;
    margin-top: 16px;
}

#gyzr .conts .wzs a {
    display: flex;
    width: 141px;
    height: 37px;
    border: solid 1px #0099ff;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #0099ff;
    margin-top: 36px;
}

@media(max-width:768px) {
    #gyzr .conts .wzs {
        margin-left: 15px;
    }
}


/* 页面底部 */

footer {
    display: block;
}

footer .layout {
    background-color: #5c5c5c;
    padding: 57px 0 37px;
}

.layout .wh {
    flex-wrap: nowrap;
}

.layout .ft_nav {
    display: flex;
    width: 72.6%;
    position: relative;
    white-space: nowrap;
}

.layout .ft_nav::after {
    content: "";
    display: block;
    width: 1px;
    height: 191px;
    background-color: #6e6e6e;
    right: 0;
    top: 0;
    position: absolute;
}

.ft_nav dl {
    display: flex;
    flex: 1;
    flex-flow: column;
}

.ft_nav dt {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 0px;
    color: #ffffff;
    margin-bottom: 25px;
}

.ft_nav dd a {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #ffffff;
    position: relative;
}

.ft_nav dd a:hover::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    bottom: -1px;
}

.ft_ewm {
    display: flex;
    flex-grow: 1;
}

footer .foots {
    background-color: #424242;
}

.ft_ewm {
    /*padding-left: 6.2%;*/
    padding-left: 1.5%;
    flex-flow: column;
    width: 30%;
}

.ft_ewm .ewm {
    display: block;
    width: 100%;
}

.ft_ewm .ewm ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.ft_ewm .ewm li {
    width: 48%;
    margin-right: 2%;
    display: flex;
    flex-flow: column;
}

.ft_ewm .ewm li:nth-child(2n) {
    margin-right: 0;
/*    flex-grow: 1;*/
/*padding-right: 3%;*/
/*    background-repeat: no-repeat;*/
/*    background-size: 22.5% auto;*/
/*    background-position: right 20%;*/
/*    background-image: url("../images/ewm_ba.png");*/
}

.ft_ewm .ewm li:nth-child(n+3) {
    margin-top: 2%;
}

.ft_ewm .ewm li img {
    width: 100%;
    height: auto;
    align-self: center;
    max-width: 100px;
}

.ft_ewm .ewm li p {
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 29px;
    letter-spacing: 0px;
    color: #ffffff;
}

@media(max-width:992px) {
    .layout .wh {
        flex-wrap: wrap;
    }
    .layout .ft_nav {
        width: 100%;
        flex-wrap: nowrap;
        padding-bottom: 15px;
    }
    .layout .ft_nav::after {
        right: auto;
        left: 0;
        width: 100%;
        height: 1px;
        top: auto;
        bottom: 0;
    }
    .layout .ft_ewm {
        margin-top: 20px;
        padding-left: 0;
        width: 326px;
        flex-grow: unset;
        width:100%;
    }
    .ft_ewm .ewm ul {
        /* flex-wrap: nowrap; */
    }
      .ft_ewm .ewm li{
          width:24%;
      }
    .ft_ewm .ewm li:nth-child(n+3) {
              margin-top:0;
    }
}

@media(max-width:768px) {
    .layout .ft_nav {
        display: none;
    }
    .layout .bshare-custom {
        display: none;
    }
}

@media(max-width:640px) {
    .layout .ft_nav {
        width: 100%;
        flex-wrap: wrap;
        padding-bottom: 15px;
    }
    .layout .ft_nav dl {
        width: 40%;
        min-width: 10em;
        flex: none;
        margin-top: 20px;
        padding-left: 20px;
    }
    .ft_nav dt {
        margin-bottom: 10px;
    }
}
@media(max-width:500px){
     .ft_ewm .ewm li:nth-child(n+3) {
              margin-top:3%;
    } .ft_ewm .ewm li{
          width:48%;
      }
}

/* 最下方信息 */

.foots {
    white-space: nowrap;
}

.foots .wh {
    flex-wrap: wrap;
    padding: 10px 0 5px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.foots .wh div {
    min-height: 35px;
    line-height: 35px;
}

.ft_xxs,
.ft_xxs a {
    font-size: 14px;
    color: #999999;
}

.ft_sm {
    margin: 0 5px;
}

.ft_sm,
.ft_sm a {
    font-weight: normal;
    font-size: 14px;
    color: #999999;
}

.ft_sm p {
    display: inline-block;
}

.foots .ftts {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.ftts,
.ftts a {
    font-size: 13px;
    color: #7a7a7a;
}

.ftts div:nth-child(1) {
    /*padding-left: 28px;*/
    background-repeat: no-repeat;
    background-position: left center;
    /*background-image: url("../images/beia_img.png");*/
}

.f_link {
    width: 256px;
    height: 35px;
    background-color: #696868;
    margin: 0;
    display: flex;
    justify-content: flex-end;
    background: url("../images/links.jpg") no-repeat left center;
    position: relative;
}

.f_link span {
    height: 35px;
    display: inline-block;
    width: 256px;
    line-height: 35px;
    font-weight: normal;
    font-size: 12px;
    color: #b3b3b3;
    text-align: left;
    text-indent: 76px;
    cursor: pointer;
}

.f_link dd {
    position: absolute;
    bottom: 100%;
    left: 0;
    background: #3a3a3a;
    display: none;
    width: 100%;
}

.f_link dd a {
    display: block;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    padding: 0 10px;
    font-weight: 400;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
}

@media(max-width:640px) {
    .foots {
        white-space: normal;
    }
    .foots .ftts {
        flex-flow: column;
    }
}


/* 首页结束 end */


/* 内页 */


/* banner */

@media(max-width:1200px) {
    .page-banner {}
}

@media(max-width:992px) {
    /*.page-banner {*/
    /*    padding-top: 60px;*/
    /*}*/
}


/* 内页 end */


/* 引入代码 的样式 */

.bdsharebuttonbox {
    float: left;
    height: 30px;
    line-height: 30px;
    margin-bottom: 2rem;
    display: none;
}

.bdsharebuttonbox>span {
    font-size: 0.8rem;
    color: #ffffff;
    font-weight: normal;
}

.bdsharebuttonbox a {
    transform: scale(1.45);
    margin-right: 0.5rem !important;
}

@media(max-width:1024px) {
    .bdsharebuttonbox a {
        transform: scale(1);
    }
}

@media(max-width:768px) {
    .bdsharebuttonbox {
        height: 0;
        overflow: hidden;
        margin-bottom: 0;
    }
}


/* 右侧悬浮窗添加 */

.dth_xfc {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    right: 0;
    top: 30%;
    color: #0099ff;
    background: rgba(0, 153, 255, 0.702);
    border-radius: 6px;
    font-size: 14px;
    line-height: 30px;
    z-index: 999; 
    position: fixed;
}

.dth_xfc .dth_nr {
    display: none;
    flex-flow: column;
    width: 200px;
    padding: 0 12px 12px;
    position: relative;
    z-index: 50;
}

.dth_xfc .xf_close {
    display: inline-flex;
    justify-content: flex-end;
    font-size: 14px;
    color: #ffffff;
    align-items: center;
    height: 40px;
    line-height: 1;
    align-self: flex-end;
    cursor: pointer;
}

.xf_close span {
    display: block;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    margin-left: 5px;
    text-align: center;
    color: #ffffff;
    line-height: 15px;
    font-size: 12px;
    font-family: "SimSun";
}

.xfc_con {
    display: block;
    width: 100%;
    border-top: 1px solid #ffffff66;
}

.xfc_con ul {
    display: flex;
    width: 100%;
    flex-flow: column;
    align-items: flex-start;
}

.xfc_con li {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #ffffff66;
    padding: 10px 0;
}

.xfc_con li a {
    display: flex;
    flex-flow: column;
    width: 100%;
    max-width: 100%;
}

.xfc_con li a * {
    width: 100%;
    padding: 0 10px;
    max-width: 100%;
    display: block;
    color: #fff;
    line-height: 1.6;
    font-size: 14px;
    font-weight: normal;
}

.xfc_con li h3 {}

.xfc_con li h4 {}

.xfc_con li h5 {
    background: #fff;
    color: #0099ff;
    border-radius: 5px;
    /* margin: 5px 0; */
}

.xf_top {
    display: flex;
    flex-flow: column;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    line-height: 0.8;
    cursor: pointer;
    margin: 10px 0;
    font-size: 12px;
}

.xf_top span {
    display: block;
    transform: rotate(90deg);
    font-family: "SimSun";
    display: block;
    font-size: 20px;
}

.dth_fxdk {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 140px;
    cursor: pointer;
    color: #fff;
    background: #0099ff;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    padding: 15px 8px;
    width: 30px;
    line-height: 1.4;
    text-align: center;
    align-items: center;
    justify-content: center;
    letter-spacing: 5px;
    font-size: 16px;
    z-index: 90;
}


.dth_fxdk span {
    display: block;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    color: #ffffff;
    line-height: 15px;
    font-size: 12px;
    font-family: "SimSun";
    writing-mode: lr-tb;
    text-align: right;
    margin-top: 5px;
}

@media(max-width:640px) {
    .dth_xfc .dth_nr {
        width: 140px;
    }
    .xfc_con li {
        padding: 1vw 0;
    }
    .xfc_con li a * {
        font-size: 0.7rem;
    }
}


/*  */