﻿/*首页新闻*/
.news_box {
    margin: 40px 0px 0px 0px;
}

.index_news {
    clear: both;
    list-style: none;
    margin: 0px;
    padding: 12px 0px 0px 0px;
}

    .index_news li {
        color: #898989;
        border-bottom: 1px dotted #dddddd;
        background: url("../images/li.png" /*tpa=http://v2.lankecms.com/M01/Home/Tpl/default/Public/images/li.png*/ ) no-repeat left 16px;
        line-height: 21px;
        padding: 10px 0px;
        padding-left: 13px;
    }

        .index_news li a {
            color: #898989;
            font-family: Arial;
            transition: color 0.3s;
        }

            .index_news li a:hover {
                text-decoration: none;
                color: #7ecefd;
            }

.news_time {
    float: right;
}

.left_news span.news_time {
    display: none;
}
/*新闻列表*/
.list_news {
    clear: both;
    list-style: none;
    margin: 0px;
    padding: 20px 0px 20px 0px;
}

    .list_news li {
        color: #898989;
        background: url("../images/li.png" /*tpa=http://v2.lankecms.com/M01/Home/Tpl/default/Public/images/li.png*/ ) no-repeat left 14px;
        line-height: 22px;
        padding: 8px 0px;
        padding-left: 13px;
        border-bottom: 1px dashed #e3e2e2; /*dotted*/
    }

        .list_news li a {
            color: #898989;
            transition: color 0.3s;
        }

            .list_news li a:hover {
                text-decoration: none;
                color: #7ecefd;
            }

.contents {
    clear: both;
    padding: 6px 2px 0px 2px;
    line-height: 28px;
    color: #898989;
    overflow: auto;
}

.contents_title {
    margin: 0px;
    padding: 10px 0px;
    text-align: center;
    color: #000;
    font-size: 24px;
    color: #434343;
    font-weight: bold;
    line-height: 34px;
    font-family: 'Microsoft Yahei';
}
/*分页样式*/
.page {
    clear: both;
    margin: 20px 0px 0px 0px;
    text-align: center;
}

    .page a {
        display: inline-block;
        font-family: Arial;
        font-size: 13px;
        border: #dbdbdb 1px solid;
        padding: 4px 9px;
        margin: 2px;
        margin-bottom: 5px;
        color: #1260aa;
        text-decoration: none;
    }

        .page a:hover, .page a:focus {
            font-family: Arial;
            font-size: 13px;
            border: #1260aa 1px solid;
            padding: 4px 9px;
            color: #fff;
            background-color: #1260aa;
        }

    .page .current {
        font-family: Arial;
        border: #1260aa 1px solid;
        font-size: 13px;
        padding: 5px 9px;
        color: #fff;
        margin: 2px;
        background-color: #1260aa;
    }
/*产品展示*/
#pic-page {
    text-align: center;
    margin-top: 10px;
}

    #pic-page a {
        margin: 0 2px;
    }

        #pic-page a img {
            width: 40px;
            padding: 2px;
            border: solid #ccc 1px;
            margin-bottom: 5px;
        }

        #pic-page a:hover img, #pic-page a.active img {
            border: solid #5280DD 1px;
        }

.showpic_box, .proinfo_box {
    margin: 30px 0px 20px 0px;
}

.product_h1 {
    margin: 0px;
    line-height: 22px;
    font-size: 24px;
    color: #145ca1;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px dotted #cccccc;
}

.product_info {
    list-style: none;
    padding: 0px;
    margin-top: 10px;
}

    .product_info li {
        line-height: 24px;
        padding-bottom: 12px;
    }

.product_con {
    clear: both;
    border-top: 1px dotted #ccc;
    margin: 10px 0px 20px 0px;
    padding: 20px 0px 0px 0px;
    line-height: 26px;
    color: #898989; /*overflow: auto;*/
}

.download_btn {
    text-align: right;
    margin: 10px 10px 20px 0px;
}

.related_news {
    padding-top: 15px;
    clear: both;
}

.a2a_default_style {
    display: inline-block;
}

/*在线留言订购*/
.feedback {
    margin-top: 30px;
}

.form-horizontal .form-group {
    margin-right: -10px;
    margin-left: -10px;
}

.codeimg {
    margin: 0px 0px -10px -18px;
}

.massage_con {
    clear: both;
    border-top: 1px dotted #ccc;
    margin: 10px 0px 20px 0px;
    padding: 20px 0px 0px 0px;
    line-height: 26px;
    color: #898989; /*overflow: auto;*/
}

.yzmimg {
    width: 60px;
    height: 28px;
}
/*nybanner*/
.nybanner {
    font-size: 28px;
    padding: 30px 10px 6px;
    line-height: 42px;
    position: relative;
    overflow: hidden;
    background-position: center top;
    background-repeat: no-repeat;
    color: #fff;
    /*background-image: url(../images/nybanner.jpg);*/
    background-size: 110% auto;
}

    .nybanner .en {
        font-size: 30px;
        font-family: arial;
        font-weight: bold;
    }

    .nybanner .line {
        width: 50px;
        height: 2px;
        display: block;
        background: #fff;
        margin-top: 10px;
    }

/*上一个下一个*/
.point {
    clear: both;
    margin: 20px 0px 40px 0px;
    padding-bottom: 40px;
    line-height: 22px;
}

    .point span.to_prev {
        text-align: center;
    }

        .point span.to_prev a {
            color: #0068b7;
        }

            .point span.to_prev a:hover {
                color: #ea042b;
            }

    .point span.to_next {
        text-align: center;
    }

        .point span.to_next a {
            color: #0068b7;
        }

            .point span.to_next a:hover {
                color: #ea042b;
            }
/*标签样式*/
.tags {
    margin: 8px 0px 10px 0px;
}

    .tags a {
        margin: 0px 5px 8px 0px;
    }

.tags_list {
    padding: 5px 10px 100px 10px;
}

.tags_ul {
    margin-top: 30px;
}

    .tags_ul li {
        line-height: 28px;
        margin-bottom: 8px;
        padding-bottom: 10px;
    }

    .tags_ul h3 {
        font-size: 14px;
        padding: 0px;
        margin: 0px;
        line-height: 20px;
    }

    .tags_ul p {
        font-size: 13px;
        padding: 0px;
        margin: 0px;
        color: #a0a0a0;
        line-height: 20px;
        padding-top: 8px;
    }
/*网站地图*/
ul.ul_sitemap {
    margin: 30px 0px 40px 30px;
}

    ul.ul_sitemap li {
        list-style: none;
        line-height: 26px;
        clear: both;
    }

        ul.ul_sitemap li a {
            color: #7d7d7d;
        }

li.small_li_sitemap {
    clear: both;
    padding-left: 12px;
}

li.small_li2_sitemap {
    float: left;
    padding-left: 20px;
}

#translate {
    width: 180px;
    margin: 0 auto;
}

#translate-this {
    margin: 15px 0px 10px 0px;
}


/*全部-回到顶部*/
#clan-slider {
    position: fixed;
    _position: absolute;
    bottom: 30%;
    right: .1%;
    z-index: 1000;
}

    #clan-slider ul {
        margin: 0;
        padding: 0;
        margin-top: -2px;
        list-style: none;
    }

        #clan-slider ul li {
            display: block;
            margin: 0;
            padding: 0;
            margin-top: 2px;
            position: relative;
        }

            #clan-slider ul li a {
                display: block;
                overflow: hidden;
                width: 48px;
                height: 48px;
                border: 1px solid #0ba1e4;
                background-color: #f5f5f5;
                background-image: url(../images/clan-slider.png);
                background-repeat: no-repeat;
            }



#slider-chat {
    background-position: 0 -92px;
}

    #slider-chat:hover {
        background-position: -46px -92px;
        background-color: #0ba1e4;
    }

#slider-qq {
    background-position: 0 -138px;
}

    #slider-qq:hover {
        background-position: -46px -138px;
        background-color: #0ba1e4;
    }

#slider-phone {
    background-position: 0 -184px;
}

    #slider-phone:hover {
        background-position: -46px -184px;
        background-color: #0ba1e4;
    }

#slider-wechat {
    background-position: 0 -230px;
}

    #slider-wechat:hover {
        background-position: -46px -230px;
        background-color: #0ba1e4;
    }

#slider-goTop {
    background-position: 0 0;
}

    #slider-goTop:hover {
        background-position: -46px 0;
        background-color: #0ba1e4;
    }

#clan-slider #slider-menu {
    background-position: 0 -46px;
    background-color: rgba(255,255,255,0.7);
    border-color: rgba(255,255,255,0.7);
}

    #clan-slider #slider-menu:hover {
        background-position: -46px -46px;
    }

#clan-slider .clan-slider-tips {
    position: absolute;
    top: 0px;
    right: 48px;
    display: none;
    height: 48px;
    padding-left: 10px;
    padding-right: 2px;
    white-space: nowrap;
    border: 1px solid #0ba1e4;
    background-color: #0ba1e4;
    text-align: center;
    line-height: 48px;
    font-size: 18px;
    color: #fff;
}

#clan-slider .clan-slider-tips-wechat {
    display: none;
    position: absolute;
    background-color: #0ba1e4;
    padding: 1px;
    bottom: 0;
    right: 50px;
}

    #clan-slider .clan-slider-tips-wechat img {
        width: 196px;
        height: 196px;
    }
/*全部-咨询banner*/

.contact-banner {
    position: relative;
    overflow: hidden;
    padding: 0;
    background: -webkit-linear-gradient(top,#0076d1,#5db8ff);
    background: -moz-linear-gradient(top,#0076d1,#5db8ff);
    background: -o-linear-gradient(top,#0076d1,#5db8ff);
    background: -ms-linear-gradient(top,#0076d1,#5db8ff);
}

    .contact-banner .waves {
        position: absolute;
        height: 100%;
    }

.contact-banner-box {
    margin-top: 30px;
    margin-bottom: 40px;
    text-align: center;
}

    .contact-banner-box h2 {
        display: block;
        max-width: 10em;
        margin: 0px auto;
        line-height: 2em;
        border-bottom: 2px solid #fff;
        color: #f5f5f5;
    }



    .contact-banner-box h4 {
        color: #f1f1f1;
    }



    .contact-banner-box .btn {
        font-size: 24px;
        padding-left: 30px;
        padding-right: 30px;
        margin-top: 20px;
    }

/*全部-咨询banner*/
.btn-outline-inverse {
    color: #fff;
    background: transparent;
    border-color: #fff;
}

    .btn-outline-inverse:hover {
        color: #0ba1e4;
        text-shadow: none;
        background-color: #fff;
    }


@media (max-width: 414px) {

    .news_time {
        display: none;
    }

    .card-text align-left mbr-fonts-style display-7 img {
        width: 330px !important;
        height: auto !important;
        max-width: 340px !important;
    }
}



@media screen and (min-width: 414px) and (max-width: 768px) {
    .news_time {
        display: none;
    }
    .card-text align-left mbr-fonts-style display-7 img {
        width: 330px !important;
        height: auto !important;
        max-width: 340px !important;
    }
}

@media (min-width: 768px) {
}
