body {
    padding: 60px 0 0;
    margin: 0;
    font: 16px/1.6 "\5FAE\8F6F\96C5\9ED1", "Microsoft Yahei", "Hiragino Sans GB", tahoma, arial, "\5B8B\4F53" !important;
}

a {
    color: #000;
}

a:hover {
    color: #f60;
}

a:link, a:visited, a:hover, a:active {
    text-decoration: none;
}

a.current {
    color: #f60;
}

ul {
    padding: 0;
}

li {
    list-style: none;
}

h3 {
    display: block;
    font-size: 1.17em;
    font-weight: bold;
}

.bg-white {
    background-color: #ffffff;
}

.bg-gray {
    background-color: #f9f9f9;
}

.bg-black {
    background-color: #252525;
}

/* 菜单*/
.navbar {
    margin-bottom: 0;
    min-height: 0;
    border-radius: 0;
}

.navbar-default {
    background-color: rgba(37, 37, 37, 0.9);
    border: 0 #252525;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #252525;
}

#header-menu li a {
    color: #eee;
    padding: 20px;
    font-size: 16px;
}

#header-menu li a:hover {
    color: #ffffff;
    background-color: #f60;
}

#header-menu li.nav-active a {
    color: #ffffff;
    background-color: #f60;
}

#banner img, .banner img {
    width: 100%;
}

.banner-title img {
    max-height: 360px;
}

.banner-text h3, .banner-text p {
    color: #fff;
    z-index: 1;
}

.banner-text {
    position: absolute;
    width: 100%;
    padding-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;

}

@media (max-width: 900px) {
    .banner-text {
        padding-top: 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

    }
}

/*footer*/
.footer {
    color: #fff;
    border-top: solid 2px #f60;
    background: #3f3b39;
}

.footer a {
    color: #eee;
}

.footer a:hover {
    color: #f60;
}

.footer .top {
    overflow: hidden;
    padding-bottom: 20px;
    padding-top: 10px;
}

.footer-top-dl {
    padding: 24px 15px 0 15px;
    text-align: left;
    overflow: hidden;
}

.footer-top-dl dd {
    width: 100%;
    float: left;
    line-height: 24px;
    font-size: 0.8em;
}

.footer-top-dl dt {
    float: left;
    width: 100%;
    font-size: 1.0em;
    font-weight: normal;
    color: #eee;
    padding-bottom: 12px;
}

.footer-top-dl dt a:hover {
    color: #eee;
    text-decoration: none;
}

.footer-top-dl dd a {
    color: #ccc;
    text-decoration: none;
}

.footer-top-dl dd a:hover {
    color: #fd4f00;
}

.footer .bottom {
    padding: 20px 0;
    line-height: 20px;
    text-align: center;
    color: #eee;
    font-size: 0.8em;
    border-top: solid 1px #333;
}

/* 首页样式*/
.content h3 {
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    background: url(/shop/images/lineb.png) no-repeat center bottom;
}

.content .list {
    margin-top: 25px;
}

.content .list img {
    height: auto;
    width: 100%;
    display: block;
}

.content .list > div {
    margin-bottom: 20px;
}

.content .list .title {
    padding: 16px;
}

.content .list .title strong {
    line-height: 30px;
    font-size: 1em;
}

/*首页最新资讯*/
.content .news {
    display: flex;
}

.content .news > div:first-child {
    margin: 10px;
}

.content .news span, .content .news p {
    color: #999;
    padding: 2px 0;
    font-size: 12px;
}

.content .news p {
    height: 60px;
    overflow: hidden;
}

.content .news img {
    width: 160px;
    height: 117px;
    display: inline-block;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

/* 产品页面*/
.category-list {
    display: flex;
    font-weight: normal;
    font-size: 14px;
    clear: both;
    padding-top: 10px;
}

.category-list:first-child {
    border-bottom: 1px solid rgb(227, 227, 227);
}

.category-list > div:first-child {
    width: 70px;
    line-height: 14px;
    padding: 9px 0;
}

.category-list ul {
    display: flex;
    flex-wrap: wrap;
}

.category-list li {
    padding: 9px 18px;
    line-height: 14px;
}

.product-list {
    min-height: 528px;
    padding: 20px 0;
}

.product-list > div {
    margin-bottom: 12px;
}

.product-list .product {
    background-color: #fff;
    cursor: pointer;
}

.product-list .thumbnail {
    border: 0;
}

.product-list .title {
    top: 0;
    height: 100px;
    overflow: hidden;
    box-shadow: 0 2px 3px #e6e6e6;
}

.product-list .title h4 {
    font-weight: normal;
    font-size: 14px;
    text-align: left;
    margin: 0 20px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    border-top: 1px dotted #bcbcbc;
}

.product-list .title p {
    margin: 0;
    padding: 0 20px;
    font-size: 12px;
    text-align: left;
    line-height: 20px;
    color: #555;
}

.panel-heading {
    background-color: #f60;
    color: #fff;
    border-color: #f60;
}

.panel-body {
    background-color: rgba(230, 230, 230, 0.1);
}

.panel-body img {
    width: 100%;
}

.panel-contact li {
    padding: 5px 0;
    font-size: 13px;
}

img {
    vertical-align: middle;
}

/*企业动态*/
.content .media-body div:first-child {
    display: flex;
    justify-content: space-between;
}

.content .media-body p {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.75em;
}

.content .bottom-line {
    padding-bottom: 9px;
    display: block;
    border-bottom: 1px solid #eee;
}

.content img {
    width: 100%;
}

/* 关于我们*/
.about {
    padding: 50px 0;
}

.card-body {
    padding: 20px;
}

.card-body h4 {
    font-weight: 300;
    font-size: 20px;
}

.card-title {
    color: #3d444f;
    font-weight: 400;
    text-align: center;
}

/*联系我们*/
.contact {
    padding: 40px 0;
}

.contact .progress {
    height: 3px;
    border-radius: 0;
}

.contact .progress-bar {
    width: 20%;
    background-color: #f60;
}

.contact .title {
    margin-bottom: 100px;
}

.contact .title h2 {
    display: inline;
    padding-right: 10px;
}

.contact button[type=submit] {
    float: right;
}

/* 视频*/
.video-list {
    margin: 30px 0;
    min-height: 600px;
}

.video-list > div {
    margin-bottom: 20px;
}

.video-box {
    position: relative;
}

.video-box h4 {
    padding: 8px;
    font-size: 14px;
    width: 100%;
    color: #fff;
    display: inline-block;
    position: absolute;
    bottom: -10px;
    background-color: rgba(128, 128, 128, .5);
}

.video-box .thumbnail {
    padding: 0;
    border: none;
    margin-bottom: 0;
}

.video-list a {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(https://www.tenda.com.cn/2016/images/video_btn.png) center center no-repeat;
}

.video-list a:hover {
    background: url(https://www.tenda.com.cn/2016/images/video_btn_hover.png) center center no-repeat;
}