/* 内页统一 start */


/* 原样式 */

.page-wrap {}

.dth_porst {
    display: none;
}

.dth_fication {
    display: none;
}

@media(max-width:992px) {
    /* .dth_porst {
        display: block;
    } */
    .dth_fication {
        display: block;
    }
}


/* 添加的样式 */

#dth_page {
    display: inline-block;
    width: 100%;
    padding-bottom: 60px;
}


/* 内页左侧侧边 */

.dth_page_left {
    display: flex;
    width: 21%;
    flex-flow: column;
    float: left;
}

.dth_left_title {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../images/page_tiba.jpg");
    padding-left: 1.5rem;
    height: 5.55rem;
    width: 100%;
}

.dth_left_title h3 {
    font-size: 1.3rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 3;
    letter-spacing: 0px;
    color: #ffffff;
}

.dth_left_title h3 span {
    display: none;
}

.dth_left_img {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

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

.dth_left_con {}

.dth_left_con .xypg-left-nav {
    margin: 0;
}

.xypg-left-nav>li {
    border-bottom: 1px solid #e5e5e5;
}

.xypg-left-nav>li a {
    color: #666666;
    font-size: 0.75rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0rem;
    padding: 0 30px 0 1rem;
    line-height: 3;
}

.xypg-left-nav>li:hover a {
    background-color: #f3f3f3;
}

.xypg-left-nav>li.clicked a {
    background-color: #0099ff;
    color: #ffffff;
}

.xypg-left-nav>li .first-nav-btn {
    background: none;
    right: 0;
    top: 50%;
    margin-top: -15px;
}

.xypg-left-nav>li .first-nav-btn::after {
    content: ">";
    font-family: "SimSun";
    font-size: 1rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0rem;
    color: #000000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.xypg-left-nav>li.clicked .first-nav-btn::after {
    color: #ffffff;
}

@media(max-width:992px) {
    /* .dth_left_title h3 span {
        display: block;
    } */
    .dth_page_left {
        display: none;
    }
}


/* 内页右侧以及上方 */

.dth_page_right {
    display: flex;
    flex-flow: column;
    /*width: 76%;*/
    width: 100%;
    margin-left: auto;
    float: right;
}

.dth_tits {
    display: flex;
    border-bottom: 1px solid #eaeaea;
    line-height: 1.9;
}

.dth_titl {
    font-size: 1rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #818181;
}

.dth_titl span {
    display: none;
}

.dth_titr {
    display: flex;
    align-items: center;
    margin-left: auto;
    position: relative;
}

.dth_titr::before {
    content: "";
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    border: solid 1px #0099ff;
    position: absolute;
    left: -1rem;
    border-radius: 50%;
    top: 50%;
    margin-top: -0.25rem;
    display: none;
}

.dth_titr,
.dth_titr a {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #bdbdbd;
}

.dth_titr a:hover {
    color: #0099ff;
}

.dth_cons {
    margin-top: 10px;
}

@media(max-width:1024px) {
    .dth_titr::before {
        width: 8px;
        height: 8px;
        margin-top: -4px;
    }
}

@media(max-width:992px) {
    .dth_page_right {
        width: 100%;
    }
    .dth_titl {
        font-size: 1.3rem;
    }
}

@media(max-width:768px) {
    .dth_titl {
        font-size: 1.4rem;
    }
    .dth_titr::before {
        width: 7px;
        height: 7px;
        margin-top: -3.5px;
    }
    .dth_titr,
    .dth_titr a {
        font-size: 12px;
    }
}

@media(max-width:425px) {
    .dth_titr::before {
        width: 6px;
        height: 6px;
        margin-top: -3px;
    }
    .dth_titl {
        font-size: 1.5rem;
    }
}

@media(max-width:375px) {
    .dth_titl {
        font-size: 1.6rem;
    }
}

@media(max-width:320px) {
    .dth_titl {
        font-size: 12px;
    }
}


/* 内页底部 */

footer {
    position: relative;
    bottom: 0;
}


/* 内页统一 end */


/* 产品 */

.dth_product_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.dth_product_list li {
    display: flex;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 3%;
}

.dth_product_list li:nth-child(3n) {
    margin-right: 0;
}

.dth_product_list li a {
    display: flex;
    background-color: #ffffff;
    border: solid 1px #d7d7d7;
    padding: 8%;
    width: 100%;
    position: relative;
    justify-content: flex-end;
    overflow: hidden;
}

.dth_product_list li a::after {
    content: "";
    display: block;
    width: 100%;
    height: 8%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 30;
    background-color: #ffffff;
}

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

.dth_product_list .imgs {
    display: block;
    width: 100%;
    margin-bottom: 3em;
}

.dth_product_list .imgs img {
    width: 100%;
    height: auto;
}

.dth_product_list .wzs {
    position: absolute;
    display: flex;
    width: 84%;
    overflow: hidden;
    flex-flow: column;
    top: calc(91% - 3em);
    background-color: #ffffff;
    padding: 0 5%;
    height: 100%;
    z-index: 20;
    left: 8%;
}

.dth_product_list .wzs h3 {
    display: block;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 3em;
    letter-spacing: 0px;
    color: #666666;
    position: relative;
    top: 0.5rem;
    display: block;
    overflow: hidden;
text-overflow: ellipsis; 
white-space: nowrap;
}

.dth_product_list li:hover .wzs h3 {
    color: #0099ff;
    font-size: 18px;
    top: 0.2rem;
}

.dth_product_list .wzs p {
    display: block;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.8;
    letter-spacing: 0px;
    color: #555555;
    max-height: 10em;
    padding-bottom: 1em;
}

@media(max-width:1024px) {
    .dth_product_list .imgs {
        margin-bottom: 2.4em;
    }
    .dth_product_list .wzs h3 {
        line-height: 2.4em;
        top: 3%;
    }
    .dth_product_list li a::after {
        display: none;
    }
    .dth_product_list li:hover .wzs h3 {
        top: 3%;
    }
    .dth_product_list .wzs {
        top: calc(91% - 2.4em);
    }
    .dth_product_list li .wzs p {
        display: none;
    }
    .dth_product_list li:hover .wzs h3 {
        font-size: 14px;
    }
}

@media(max-width:992px) {}

@media(max-width:768px) {
    .dth_product_list li {
        width: 49%;
    }
    .dth_product_list li:nth-child(3n) {
        margin-right: 2%;
    }
    .dth_product_list li:nth-child(2n) {
        margin-right: 0;
    }
    .dth_product_list .imgs {
        margin-bottom: 2em;
    }
    .dth_product_list .wzs h3 {
        line-height: 2em;
    }
    .dth_product_list .wzs {
        top: calc(91% - 2em);
    }
}

@media(max-width:425px) {
    .dth_product_list li {
        width: 100%;
    }
}

@media(max-width:375px) {}

@media(max-width:320px) {}


/* 新闻 */

.news_ss {
    display: flex;
    flex-flow: column;
    margin-top: -38px;
}

.new_zd {
    display: flex;
    padding: 2% 2% 2% 8%;
    background-color: #fafafa;
}

.new_zd .dth_new_wz {
    margin-right: 8%;
}

.new_zd .dth_new_wz a:nth-child(1) {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 48px;
    letter-spacing: 0px;
    color: #0099ff;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new_zd .dth_new_wz p {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 0px;
    color: #666666;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 7px;
}

.new_zd .dth_new_wz a.dth_mors {
    display: block;
    width: 145px;
    height: 36px;
    text-align: left;
    text-indent: 29px;
    line-height: 34px;
    border: solid 1px #0099ff;
    color: #0099ff;
    font-size: 13px;
    margin-top: 1.5rem;
}

.new_zd .dth_new_wz a.dth_mors:hover {
    background-color: #0099ff;
    color: #ffffff;
}

a.dth_new_im {
    max-width: 210px;
    display: block;
    flex-shrink: 0;
}

a.dth_new_im img {
    width: 100%;
    height: auto;
}

.dth_news {
    display: block;
    width: 100%;
}

.dth_news ul {
    display: flex;
    margin-top: 10px;
    width: 100%;
    flex-flow: column;
}

.dth_news li {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
    padding: 2% 0;
}

.dth_news li a {
    display: flex;
    width: 100%;
}

.dth_news li:hover .dth_times {
    background-color: #0099ff;
    color: #ffffff;
}

.dth_news li:hover .dth_times p {
    color: #ffffff;
}

.dth_times {
    background-color: #f5f5f5;
    display: block;
    padding: 2% 15px;
    font-size: 40px;
    color: #0099ff;
    text-align: center;
    white-space: nowrap;
    line-height: 1;
}

.dth_times p {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #0099ff;
}

.dth_new_li {
    display: flex;
    width: auto;
    margin-left: 3%;
    flex-flow: column;
    margin-right: 10%;
}

.dth_news li:hover {
    padding-bottom: 3.5%;
}

.dth_new_li h3 {
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 0px;
    color: #000000;
}

.dth_new_li:hover h3 {
    color: #0099ff;
}

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

.dth_rqs {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 0px;
    color: #d1d1d1;
    margin: 0px 0 5px;
}

.dth_rqs span {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: left center;
}

.dth_fbrq {
    padding-left: 18px;
    background-image: url("../images/dth_fb.png");
    margin-right: 10px;
}

.dth_djl {
    padding-left: 22px;
    background-image: url("../images/dth_dj.png");
}

.dth_new_jt {
    display: block;
    width: 33px;
    height: 33px;
    border: solid 1px #d7d7d7;
    text-align: center;
    border-radius: 50%;
    align-self: center;
    flex-shrink: 0;
    line-height: 31px;
    text-align: center;
    font-family: "SimSun";
    font-size: 16.53px;
    color: #d1d1d1;
}

.dth_news:hover .dth_new_jt {
    border-color: #0099ff;
    color: #0099ff;
}

@media(max-width:992px) {}

@media(max-width:768px) {
    .new_zd {
        flex-flow: column-reverse;
        padding: 10px 2%;
    }
    a.dth_new_im {
        max-width: 100%;
        width: 100%;
    }
    .new_zd .dth_new_wz p {
        font-size: 12px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 2;
        letter-spacing: 0px;
        color: #666666;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        margin-top: 7px;
    }
    .dth_times {
        display: none;
    }
    .dth_news li:hover {
        padding-bottom: 2%;
    }
}

@media(max-width:640px) {}

@media(max-width:540px) {
    .dth_new_li {
        margin: 0;
    }
    .dth_new_jt {
        display: none;
    }
}


/* 关于 小图片展示特效 */


/* 研发 同 */

.dth_abt_im {
    display: block;
    width: 100%;
}

.dth_abt_im ul {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
}

.dth_abt_im li {
    display: flex;
    width: 24%;
    position: relative;
    cursor: pointer;
}

.dth_abt_im li p:nth-child(1) {
    display: block;
    width: 100%;
}

.dth_abt_im li p:nth-child(1)::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 153, 255, 0.61);
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../images/dth_fdj.png");
    background-position: center 35%;
    background-repeat: no-repeat;
    background-size: 23% auto;
    opacity: 0;
}

.dth_abt_im li:hover p:nth-child(1)::after {
    opacity: 1;
}

.dth_abt_im li p:nth-child(1) img {
    display: block;
    width: 100% !important;
    height: auto !important;
}

.dth_abt_im li p:nth-child(2) {
    display: inline-flex;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 2;
    background-color: rgba(0, 0, 0, 0.45);
    align-items: center;
    justify-content: center;
    font-family: SimHei;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    z-index: 30;
}

@media(max-width:1024px) {
    .dth_abt_im li p:nth-child(1) {
        font-size: 17px;
    }
    .dth_abt_im li p:nth-child(1)::after {
        /* display: none; */
    }
}

@media(max-width:768px) {
    .dth_abt_im ul {
        flex-wrap: wrap;
    }
    .dth_abt_im li {
        width: 48.5%;
        margin-bottom: 4%;
    }
    .dth_abt_im li p:nth-child(1) {
        font-size: 16px;
    }
}

@media(max-width:375px) {
    .dth_abt_im li {
        width: 100%;
        margin-bottom: 4%;
    }
    .dth_abt_im li p:nth-child(1) {
        font-size: 14px;
    }
}


/* 后添加 图片放大  固定格式的 */

.dth_scale {
    /* overflow: hidden; */
}

.dth_scale li {
    overflow: hidden;
}

.dth_scale li img {
    -moz-transition: all .8s ease 0s;
    -ms-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
}

.dth_scale li:hover img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}


/* 图片点击过后覆盖全屏的样式 */

#dth_album_wa {
    display: flex;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: fixed!important;
    z-index: 999;
    background: rgba(0, 0, 0, .8);
    overflow: hidden;
    position: relative;
    align-items: center;
    justify-content: center;
}

#dth_album_wa ul {
    display: block;
    height: 100%;
}

#dth_album_wa li {
    display: flex;
    flex-shrink: 0;
    height: 100%;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(100%);
    opacity: 0;
    display: none;
}

#dth_album_wa li.dth {
    transform: translateX(0);
    display: flex;
    animation: dth 0.5s linear 0s forwards;
    -webkit-animation: dth 0.5s linear 0s forwards;
}

#dth_album_wa li.dth_pre {
    transform: translateX(-100%);
    display: flex;
    animation: dth_pre 0.5s linear 0s;
    -webkit-animation: dth_pre 0.5s linear 0s;
}


/* 
#dth_album_wa li.dth_nex {
    display: flex;
    transform: translateX(100%);
} */

.dth_album_close {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background-color: #ff0c00;
    cursor: pointer;
}

.dth_album_close::before,
.dth_album_close::after {
    content: "";
    display: block;
    width: 80%;
    height: 3px;
    text-align: center;
    position: absolute;
    left: 10%;
    top: 50%;
    margin-top: -1.5px;
    background-color: #ffffff;
    transform: rotate(45deg);
}

.dth_album_close::after {
    transform: rotate(-45deg);
}


/* 滚动动画 */

@keyframes dth {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@-webkit-keyframes dth {
    from {
        -webkit-transform: translateX(100%);
        opacity: 0;
    }
    to {
        -webkit-transform: translateX(0);
        opacity: 1;
    }
}

@keyframes dth_pre {
    0% {
        transform: translateX(0);
        opacity: 1;
    }
    100% {
        transform: translateX(-100%);
        opacity: 0;
    }
}

@-webkit-keyframes dth_pre {
    from {
        -webkit-transform: translateX(0);
        opacity: 1;
    }
    to {
        -webkit-transform: translateX(-100%);
        opacity: 0;
    }
}

#dth_album_wa li p:nth-child(1) {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 70%;
}

#dth_album_wa li p:nth-child(1) img {
    max-width: 100% !important;
    min-width: 200px !important;
    height: auto !important;
    max-height: 70% !important;
}

#dth_album_wa li p:nth-child(2) {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    text-align: center;
    bottom: 80px;
    width: 100%;
    line-height: 22px;
    color: #fff;
    font-size: 16px;
}

.dth_album_jt {
    display: flex;
    width: 10%;
    font-size: 5rem;
    font-family: "SimHei";
    justify-content: center;
    align-items: center;
    position: absolute;
    color: #ffffff;
    cursor: pointer;
}

.dth_album_jtl {
    left: 9%;
}

.dth_album_jtr {
    right: 9%;
}

@media(max-width:768px) {
    #dth_album_wa {
        background: rgba(0, 0, 0, 1);
    }
    #dth_album_wa li p:nth-child(1) {
        width: 100%;
    }
    #dth_album_wa li p:nth-child(1) img {}
}


/* 关于我们 与 研发创新 展示特效完 */


/* 联系 */

.dth_cont {
    display: block;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url("../images/dth_conta_ba.png");
    background-size: 100% 100%;
    padding: 3% 3% 5% 7.2%;
    margin-top: 20px;
}

.dth_cont h3 {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 3;
    letter-spacing: 0px;
    color: #010000;
    margin-bottom: 2%;
}

.dth_cont p {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 0px;
    color: #5c5c5c;
}


/* 研发与创新 下 未来产品 翻转变图 start*/

.dth_tran_rota {
    display: flex;
    width: 100%;
    margin: 20px 0;
}

.dth_tran_rota ul {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.dth_tran_rota li {
    display: flex;
    width: 23%;
}

.dth_tran_rota li p {
    display: flex;
    width: 100%;
    height: 178px;
    justify-content: center;
    align-items: center;
    position: relative;
}

.dth_tran_rota li a {
    display: inline-flex;
    width: 178px;
    height: 178px;
    position: absolute;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    transform: none;
    transition: none;
    text-decoration: none;
    outline: 0;
}

.dth_tran_rota li a:nth-child(1) {
    z-index: 2;
}

.dth_tran_rota li a:nth-child(2) {
    width: 0;
    z-index: 1;
}

.dth_tran_rota li a img {
    width: 100%;
    height: 178px;
    transform-origin: center top;
}

@media(max-width:768px) {
    .dth_tran_rota ul {
        flex-wrap: wrap;
    }
    .dth_tran_rota li {
        width: 48%;
    }
    .dth_tran_rota li:nth-child(n+3) {
        margin-top: 3vw;
    }
    .dth_tran_rota li a {
        /* width: 100%; */
    }
}

@media(max-width:640px) {
    .dth_tran_rota li p {}
    .dth_tran_rota li a {}
    .dth_tran_rota li a img {}
}

@media(max-width:420px) {
    .dth_tran_rota li {
        width: 98%;
    }
    .dth_tran_rota li {
        margin-top: 3vw;
    }
}


/* 研发与创新 下 未来产品 end */


/* 研发与创新 下 研发成果  start*/

.dth_hp_wim {
    display: block;
    width: 100%;
    margin-top: 20px;
}

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

.dth_hp_wim li {
    display: flex;
    width: 100%;
    margin-bottom: 45px;
}

.dth_hp_wim li:nth-child(2n) {
    flex-direction: row-reverse;
}

.dth_hp_wim li .wim {
    display: flex;
    width: 49.4%;
    flex-shrink: 0;
    overflow: hidden;
}

.dth_hp_wim li .wim img {
    width: 100%;
    height: auto;
}

.dth_hp_wim li .wwz {
    display: flex;
    flex-grow: 1;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 3vw 2.5vw 0 3vw;
    text-align: justify;
}
.dth_hp_wim li:nth-child(2n) .wwz{
    align-items: flex-end;
}
.dth_hp_wim li .wwz h3 {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 0px;
    color: #000000;
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dth_hp_wim li:hover {
    background: #f7f7f7;
}

.dth_hp_wim li:hover .wwz h3 {
    color: #0099ff;
}

.dth_hp_wim li:nth-child(2n) .wwz h3 {
    text-align: right;
}

.dth_hp_wim li .wwz p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #555555;
    margin-top: 0vw;
}

@media(max-width:768px) {
    .dth_hp_wim li .wim {
        width: 100%;
    }
    .dth_hp_wim li {
        flex-flow: column;
        flex: none;
    }
    .dth_hp_wim li:hover {
        background-color: transparent;
    }
    .dth_hp_wim li:nth-child(2n) {
        flex-flow: column;
    }
    .dth_hp_wim li .wwz {
        padding: 0;
        margin-top: 2vw;
    }
    .dth_hp_wim li:nth-child(2n) .wwz{
        align-items:flex-start;
    }
    .dth_hp_wim li .wwz h3 {
        font-size: 1.5rem;
    }
    .dth_hp_wim li:hover .wwz h3 {
        color: #000000;
    }
    .dth_hp_wim li:nth-child(2n) .wwz h3 {
        text-align: left;
    }
    .dth_hp_wim li .wwz p {
        margin-top: 0;
        font-size: 1rem;
    }
}


/* 研发与创新 下 研发成果  end*/


/* 线条发展出现 start */

.dth_time_dots {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: flex-start;
    margin-top: 5%;
    padding-top: 1%;
    overflow: hidden;
}

.dth_time_dots ul {
    display: flex;
    width: 100%;
    flex-flow: column;
    align-items: center;
    justify-content: flex-start;
}

.dth_time_dots li {
    display: flex;
    height: 110px;
    flex-flow: column;
    width: 50%;
    margin-left: auto;
    margin-right: 0;
    text-align: left;
    padding: 0 0 0 5%;
    border-left: 3px solid #0099ff;
    margin-right: 1.5px;
    position: relative;
}

.dth_time_dots li:last-child {
    /*border: none !important;*/
}

.dth_time_dots li:nth-child(2n) {
    text-align: right;
    margin-right: auto;
    margin-left: 1.5px;
    padding: 0 5% 0 0;
    border-left: none;
    border-right: 3px solid #0099ff;
}

.dth_time_dots li h3 {
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    line-height: 1;
    color: #515151;
    margin-top: -5px;
    margin-bottom: 0.5vw;
}

.dth_time_dots span.dth_dots {
    display: flex;
    width: 28px;
    height: 28px;
    border: solid 2px #0099ff;
    background-color: #ffffff;
    border-radius: 50%;
    position: absolute;
    left: -15px;
    top: 0;
    align-items: center;
    justify-content: center;
}

.dth_time_dots span.dth_dots::before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background-color: #0099ff;
    border-radius: 50%;
}

.dth_time_dots li:nth-child(2n) span.dth_dots {
    left: auto;
    right: -15px;
}

.dth_time_dots li:nth-child(2n) h3::before {
    left: auto;
    right: -15px;
}

.dth_time_dots li p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #515151;
}

@media(max-width:992px) {
    .dth_time_dots li {
        width: 95%;
        margin-left: 5%;
        border-left: 2px solid #0099ff;
        min-height: 6rem;
        padding-bottom: 2vw;
        margin-right: 0;
    }
    .dth_time_dots li:nth-child(2n) {
        border-left: 2px solid #0099ff;
        padding: 0 0 0 5%;
        margin-left: 5%;
        border-right: none;
        text-align: left;
    }
    .dth_time_dots li:nth-child(2n) span.dth_dots {
        left: -15px;
    }
    .dth_time_dots li h3 {
        font-size: 1.6rem;
    }
    .dth_time_dots li p {
        font-size: 12px;
    }
    .dth_time_dots li span.dth_dots {
        width: 1.4rem;
        height: 1.4rem;
        left: calc(-0.7rem - 1px);
    }
    .dth_time_dots li:nth-child(2n) span.dth_dots {
        left: calc(-0.7rem - 1px);
    }
    .dth_time_dots span.dth_dots::before {
        width: 0.75rem;
        height: 0.75rem;
    }
    .dth_time_dots li h3 {
        margin-top: 0;
    }
}


/* 线条发展出现 end */




/* 英文站修改添加 */
.page-wrap{
    padding: 0;
}
.dth_tits{
    display: block;
    background-color: #fbfbfb;
}
.dth_tits .container:before,.dth_tits .container:after{
    display: none;
}
.dth_tits .container{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}


.dth_titl{
    display: flex;
}
.dth_titl .xypg-left-nav{
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
}
.xypg-left-nav>li{
    border: none;
}
.xypg-left-nav>li .first-nav-btn::after{
    display: none;
}
.xypg-left-nav>li a{
    font-family: Latha,Airal;
	font-size: 0.9rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2.5;
	letter-spacing: 0px;
	color: #676767;
	text-align: center;
	padding: 0 0.8rem;
    
}
.xypg-left-nav>li:hover a{
    background-color: #0099ff;
    color: #ffffff;
}
.dth_titr, .dth_titr a{
  	font-family: Latha,Airal;
	font-size: 0.8rem;	
	color: #b8b8b8;
	line-height: 2.8125;
	white-space: nowrap;
}

.dth_page_right{
    margin-top: 2vw;
}

@media(max-width:768px){
    .dth_titr{
        display:none;
    }
}
/* 产品 */

.dth_product_list li{
    width: 24.17%;
    margin-right: 1%;
}
.dth_product_list li:nth-child(3n) {
    margin-right: 1%;
}
.dth_product_list li:nth-child(4n) {
    margin-right: 0;
}
.dth_product_list li a{
    flex-flow: column;
    padding-bottom: 3%;
}
.dth_product_list .imgs{
    margin-bottom: 0;
}
.dth_product_list .wzs{
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: auto;
    margin-top: 5%;
}

.dth_product_list .wzs h3{
    line-height: 3;
    	font-family: Latha,Airal;
	font-size: 0.9rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #000000;
	top: 0;
}


.dth_product_list li:hover .wzs h3{
    top: 0;
    font-size: 0.9rem;
}

.dth_product_list .wzs p{
    font-size: 0.6rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.75;
	letter-spacing: 0px;
	color: #adadad;
	overflow: hidden;
text-overflow: ellipsis; 
white-space: nowrap;
padding: 0;
}

.dth_product_list li a::after{
    display: none;
}

@media (max-width: 1024px){
.dth_product_list li .wzs p {
    display: block;
}
    
}
@media(max-width:992px){
    .dth_product_list li{
        width:31%;
        margin-right:calc(7% / 3);
    }
    .dth_product_list li:nth-child(4n) {
         margin-right:calc(7% / 3);
    }
    .dth_product_list li:nth-child(3n) {
         margin-right:0;
    }
}
@media(max-width:768px){
    .dth_product_list li:nth-child(2n) {
        margin-right:calc(7% / 3);
    }
}
@media(max-width:640px){
    .dth_product_list li{
        width:49%;
        margin-right:2%;
    }
     .dth_product_list li:nth-child(3n) {
         margin-right:2%;
    }
    .dth_product_list li:nth-child(2n) {
        margin-right:0;
    }
}
@media(max-width:350px){
    .dth_product_list li{
        width:100%;
        margin-right:0%;
    }
}
/* 分页 */

.xypg-pagination #current, .xypg-pagination a:hover{
    background-color: #0099ff;
    border-color: #0099ff;
}
.xypg-pagination .pagin-select select{
    outline: none;
}


/* 新闻 */

.page_new_li{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.page_new_li li{
    display: block;	
    background-color: #ffffff;
	border: solid 1px #e5e5e5;
	width: 31.42%;
}

.page_new_li li{
        display: flex;
        flex-flow: column;
    margin-right:2.87%;
    padding: 2.5% 1.3% 3%;
}
.page_new_li li:hover{
    border-color: #27a7fb;
}
.page_new_li li:nth-child(3n){
    margin-right: 0;
}
.page_new_li li:nth-child(n+4){
    margin-top: 3.08%;
}

.page_new_li li h3{
    	font-family: Latha,Airal;
	font-size: 1.1rem;
	font-weight: bold;
	font-stretch: normal;
	line-height: 1.4;
	letter-spacing: 0px;
	color: #000000;
}
.page_new_li li:hover h3{
    color: #0099ff;
}
.page_new_li li h4{
    font-family: Latha,Airal;
	 font-size: 0.6rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.9;
	letter-spacing: 0px;
	color: #b0b0b0;
	background-image: url(../images/page_time.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 6.087%;
	background-size: 4.6% auto;
	display: block;
    margin-top: 2%;
}
.page_new_li li .dth_new_im {
    display: block;
    width: 100%;
    max-width: none;
    margin-top: 3%;
    flex-grow: 1;
}
.page_new_li li .dth_new_im img{
    width: 100%;
}

.page_new_li li p{
    display: block;
    width: 100%;
    	font-family: "Latha","Arial";
	font-size: 0.7rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.3;
	letter-spacing: 0px;
	color: #909090;
	margin-top: 2%;
}

a.ne_as{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 6.647em;
	background-color: #ffffff;
	border: solid 1px #e5e5e5;
	
	font-family: Latha,Arial;
	font-size: 0.85rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.88;
	letter-spacing: 0px;
	color: #909090;text-transform:lowercase;    
	margin-top: 10%;
}
a.ne_as span{
    font-size: 1.2rem;
    font-weight: bold;
    display: inline-block;
    line-height: 1;
    transition: none;
    -webkit-transition: none;
}

.page_new_li li:hover a.ne_as{
    	background-color: #27a7fb;
    	color: #ffffff;
}

@media(max-width:768px){
    .page_new_li li{
        width:49%;
        margin-right:2%;
    }
    .page_new_li li:nth-child(3n) {
        margin-right: 2%;
    }
    .page_new_li li:nth-child(2n) {
        margin-right: 0;
    }
     .page_new_li li:nth-child(n+3) {
        margin-top: 3.08%;
    }
}

@media(max-width:460px){
    .page_new_li li{
        width:100%;
        margin-right:0 !important;
        margin-top: 3.08% !important;
    }
}



