/* h5 */

.slideBox {
    width: 100%;
    height: 230px;
    overflow: hidden;
    position: relative;
    border: 1px solid #ddd;
    margin-top: 50px;
}

.slideBox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 50%;
    bottom: 5px;
    z-index: 1;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox .hd ul li {
    float: left;
    margin-right: 2px;
    width: 15px;
    height: 15px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    border-radius: 50%;
}

.slideBox .hd ul li.on {
    background: #b7aeae;
    color: #fff;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBox .bd img {
    width: 100%;
    height: 230px;
    display: block;
}


/* 海报 */

.poster {
    margin-top: 50px;
}

.poster .poster-img {
    width: 100%;
}

.poster .poster-img img {
    width: 100%;
}


/* 牙模 */

.product-01 {
    background: url(../image/h5-bj-ll1.png) no-repeat;
    border-top: 10px solid #109dc0;
    padding-bottom: 30px;
}

.product-01 .title-yya {
    padding: 30px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #109dc0;
}

.product-01 .yya {
    text-align: center;
}

.product-01 .yya img {
    width: 60%;
}

.yya-title {
    padding: 0 20px;
}

.yya-list .yya-new {
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    margin-bottom: 5px;
}

.yya-list .yya-new img {
    float: left;
    width: 20px;
    padding-top: 5px;
}

.yya-list .yya-new .yya-title-ne {
    float: left;
    padding-left: 15px;
    font-size: 18px;
    font-weight: 600;
}

.yya-list .yy-summary {
    font-size: 18px;
    margin-bottom: 15px;
}


/* su5 */

.product-02 {
    background: url(../image/h5-bj-ll1.png) no-repeat;
    padding-bottom: 30px;
    border-top: 10px solid #f8f8f8;
}

.product-02 .ss5-title {
    padding: 30px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #109dc0;
}

.product-02 .ss5-content {
    padding: 0 20px;
    font-size: 14px;
    text-align: center;
}

.product-02 .ss5-img {
    text-align: center;
    padding: 30px;
}

.product-02 .ss5-img img {
    width: 100%;
}


/* 公司新闻 */

.new-title {
    background: #fff;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.clearFix:before {
    content: "";
    display: table;
}

.titleCenter {
    justify-content: center;
    text-align: center;
}

.titleCenter {
    border-bottom: 0.04313rem rgba(243, 243, 243, 1) solid;
}

.titleText {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    text-indent: 0;
}

.titleText {
    margin: 0.0rem 0.0rem 0.0rem 0.0rem;
}

.titleText::before {
    display: block;
    background: rgba(153, 153, 153, 1);
    width: 15px;
    height: 1px;
    margin-right: 5px;
    top: 0.0rem;
}

.icon-titleText {
    display: block;
    background: rgba(153, 153, 153, 1);
    width: 15px;
    height: 1px;
    margin-right: 5px;
    top: 0.0rem;
    margin-left: 5px;
}

.textContent {
    font-size: 18px;
}

.new-list ul li {
    height: 100px;
    padding: 15px 10px;
    overflow: hidden;
    background: #fff;
}

.new-list ul li .new-img {
    width: 35%;
    overflow: hidden;
    float: left;
}

.new-img img {
    width: 100%;
    transition: all 0.5s ease-out 0s;
    height: 80px;
}

.h24-r-text {
    width: 65%;
    padding-left: 10px;
    float: left;
    height: 80px;
    overflow: hidden;
}

.h24-r-text .h24-r-title {
    color: #666;
    font-size: 16px;
    line-height: 25px;
    max-height: 45px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.new-list {
    height: 425px;
}


/* 底部 */

.link_right {
    overflow: hidden;
}

.link_right .llis-001 {
    width: 50%;
    float: left;
}

.link_right img {
    width: 120px;
    height: 120px;
    padding-top: 10px;
}

.link_right .text {
    color: #fff;
}

.footer {
    text-align: center;
    background: #f5f4f4;
    font-size: 16px;
}

.h5nav {
    width: 100%;
    max-width: 512px;
    margin: 0 auto
}

.h5navBox {
    padding-top: 2px;
    padding-bottom: 4px;
    position: fixed;
    width: 100%;
    max-width: 512px;
    bottom: 0;
    height: 54px;
    z-index: 999;
    background: #2ea8ab;
}

.h5navBox .h5navitem {
    width: 25%;
    height: 54px;
    float: left;
    overflow: hidden
}

.h5navBox .h5navitem a {
    display: block
}

.h5navBox .h5navitem img {
    margin: 3px auto;
    height: 30px;
    display: block
}

.h5navBox .h5navitem p {
    text-align: center;
    height: 18px;
    line-height: 18px;
    color: #fff
}