﻿a {
    color: silver;
}

    a:hover {
        color: #2e8cdb;
        text-decoration: none;
    }

    a:link {
        text-decoration: none;
    }

.breadcrumb {
    background-color: #fff;
}

body {
    font-family: 'Microsoft YaHei UI';
}
/*header*/

.header {
    width: 100%;
    position: fixed;
    z-index: 999999999;
    background: #fefefe;
    top: 0;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, .3);
}

@media (max-width:768px) {
    .header_hover .logo {
        max-width: 258px;
    }

    .header_hover .nav-toggle {
        position: absolute;
        right: 0px;
        top: 0px;
        font-size: 25px;
        color: #999;
        min-width: 60px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        cursor: pointer;
        z-index: 1;
    }

    .row {
        margin-right: -5px;
        margin-left: -5px;
    }
}

.header .navbar-default {
    border: none;
    background: #fefefe;
}

@media (min-width:768px) {

    .header .navbar-nav {
        float: right;
    }
}

.header .logo {
    margin-top: 15px;max-width: 300px;
}


@media (max-width:768px) {
    .header .logo {
        max-width: 258px;
    }
}

.header .navbar {
    min-height: 95px;
    margin-bottom: 0;
}

.header .navbar-brand {
    height: 95px;
}

.nav > ul > li.current > a, .nav > ul > li > a {
    color: #000;
    font-size: 18px;
    font-family: "Microsoft YaHei UI";
}

    .nav > ul > li.current > a, .nav > ul > li > a:hover {
        color: #4397de;
    }

/*footer*/

.container-fluid {
    padding: 0;
}

.footer {
    background: #383838;
    padding-bottom: 51px;
}

    .footer .one {
        width: 26%;
        margin-top: 54px;
        border-right: 1px solid #404345;
    }

        .footer .one > p {
            font-size: 18px;
            font-family: "Microsoft YaHei UI";
            color: #fff;
            line-height: 36px;
        }

.Icon {
    display: inline;
    margin-right: 10px;
}
.QRcodeIcon {
    margin: 10px 5px;
}

.footer .two {
    text-align: center;
    width: 14%;
}
@media (max-width:767px) {
    .footer .two {
        text-align: left;
        width: 14%;
    }
}
    .footer .MyProduct {
        width: 17.5%;
    }

    @media (max-width:992px) {
        .footer .col-md-4 {
            width: 32.333%;
        }

        .footer .one {
            width: 38%;
            margin-top: 54px;
            margin-left: 10px;
        }

        .footer .ability {
            width: 20%;
        }

        .footer .MyProduct {
            width: 40%;
        }
    }

    .footer a {
        color: #fff;
    }

        .footer a:hover {
            color: #2e8cdb;
        }

    @media (max-width:767px) {
        .footer .col-xs-12 {
            width: 100%;
        }

        .footer .one {
            width: 100%;
            margin-top: 54px;
            margin-left: 10px;
        }
    }

    .footer .two h3 {
        margin-top: 54px;
        font-size: 18px;
        font-family: "Microsoft YaHei UI";
        color: #FEFEFE;
    }

    .footer .two ul {
        padding-left: 14px;
    }

        .footer .two ul li {
            list-style: none;
            margin-bottom: 7px;
            font-size: 14px;
            font-family: "Microsoft YaHei UI";
            color: #FEFEFE;
            line-height: 28px;
        }

    .footer .two ul {
        margin-right: 17px;
    }

    /* 热门产品 更多推荐*/
    .footer_02 {
        margin-top: 80px;
        border-top: 1px solid #484e52;
        border-bottom: 1px solid #484e52;
    }

        .footer_02 a {
            color: #fff;
        }

    .title p {
        padding-top: 12px;
        font-size: 14px;
        font-family: "Microsoft YaHei UI";
        color: #FEFEFE;
        text-align: center;
    }

    .footer_content ul li {
        padding-top: 12px;
        float: left;
        list-style: none;
        margin-right: 20px;
    }

        .footer_content ul li a {
            color: #FEFEFE;
            font-family: "Microsoft YaHei UI";
            font-size: 12px;
        }

    .footer_03 ul li {
        padding-top: 18px;
        float: left;
        list-style: none;
        margin-right: 41px;
    }

        .footer_03 ul li a {
            font-family: "Microsoft YaHei UI";
            font-size: 18px;
            color: #FEFEFE;
        }

    .footer_name {
        padding: 18px 0;
        background: #1c1c1c;
    }

    .footer04 {
        font-size: 14px;
        padding-left: 20px;
        text-align: center;
        color: #FEFEFE;
    }

        .footer04 a {
            color: #fefefe;
        }

    /*新闻资讯内容显示/隐藏*/
    #wrap > .newscontent {
        display: none;
    }

    #wrap .active {
        display: block;
    }

    /*我的服务*/
    .line-height-3 {
        font-size: 24px;
        font-family: 'Microsoft YaHei UI';
    }

    /*详情按钮*/
    .detailsBtn {
        padding: 5px 10px;
        border: 1px #fff solid;
        background: none;
        border-radius: 5px;
        position: absolute;
        top: 660px;
        right: 100px;
        color: #fff;
    }

        .detailsBtn:hover {
            background: #fff;
            border: none;
            color: #000022;
        }


    .team .heading {
        font-size: 24px;
        color: #2e8cdb;
        font-family: "Microsoft YaHei UI";
    }


/*我的产品的选项卡*/
.btns {
    width: 70%;
}

    .btns .col-lg-2 {
        margin-right: 20px;
    }

    .btns .bt input {
        margin: 10px auto;
        border-radius: 2px;
    }

    .btns .current input {
        background: #4397de;
    }

.cons {
    margin-top: 20px;
}

    .cons .cons_content {
        display: none;
    }

    .cons .active {
        display: block;
    }

.ld-cases-item-desc p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/*联系我们*/
.about {
    padding: 45px 0;
}

    .about .ld-green-hd {
        text-align: center;
        font-size: 24px;
        font-family: 'Microsoft YaHei UI';
        margin-bottom: 30px;
        line-height: 30px;
    }

.about_message {
    height: 314px;
    -moz-box-shadow: 2px 2px 5px 1px #E0E0E0;
    -webkit-box-shadow: 2px 2px 5px 1px #E0E0E0;
    box-shadow: 2px 2px 5px 1px #E0E0E0;
}

    .about_message h2 {
        font-size: 30px;
        font-weight: bold;
        color: #333333;
        margin-bottom: 34px;
        position: relative;
    }

    .about_message p {
        font-size: 16px;
        color: #555555;
    }