﻿

/* tv */
.tvBox {
    background: url("../Images/tvBg.jpg") no-repeat center center / contain;
    height: 648px;
}
@media (max-width: 768px) 
{
    .tvBox {
        background: url("../Images/tvBg-m.jpg") no-repeat center center / 100% auto;
        height: 140vw;
    }
}
/* tv end */

/* 产品中心 */
.productList {
    overflow: hidden;
    position: relative;
}

.productList li .imgBox {
    padding-bottom: 35%;
}

.productList li .info {
    position: absolute;
    top: 0;
    left: 50%;
    width: 280px;
    height: 100%;
    margin-left: -600px;
    padding: 70px 30px 100px 30px;
    background-color: rgba(20, 28, 39, 0.6);
    color: #fff;
}

.productList li .info .name {
    font-size: 30px;
    height: 40%;
}

.productList li .info .describe {
    height: 60%;
}

.productList li .info .describe span {
    display: block;
    border-bottom: 1px solid #fff;
    line-height: 1.8;
    font-size: 18px;
    margin-bottom: 15px;
}

.productBtn {
    padding-bottom: 20px;
}

.productBtn ul {
    margin-top: -70px;
    position: relative;
    z-index: 11;
}

.productBtn li {
    display: table-cell;
    width: 1%;
    text-align: center;
    padding: 25px 0;
    border-left: 1px solid #000;
    background-color: #1e1c27;
    color: #fff;
}

.productBtn li.on {
    background-color: #17205b;
}

.productBtn li:first-child {
    border-left: none;
}

.productBtn li img {
    margin: 0 auto;
}
@media (max-width: 768px) 
{
    .productBtn li{
        display: block;
        width: 33.3%;
        float: left;
        padding: 10px 0;
        font-size: 12px;
        border-bottom: 1px solid #000;
    }
    .productBtn ul{
        margin-top: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .productList li .info{
        left: 0;
        width: 45%;
        margin-left: 0;
        padding: 5px;
    }
    .productList li .info .name{
        font-size: 20px;
        height: auto;
    }
    .productList li .info .describe{
        display: none;
    }
}
/* 产品中心end */


/* 关于我们 */
.aboutBox {
    overflow: hidden;
}

.about {
    background: url("../Images/aboutBg.jpg") no-repeat center center / cover;
    padding: 30px 0 40px;
    color: #fff;
}

.about .content .img {
    float: right;
    width: 50%;
}
.about .content .img img{
    width: 100%;
}
.about .content .info {
    overflow: hidden;
    padding-right: 35px;
}

.about .content .info .t {
    font-size: 30px;
    margin-bottom: 30px;
}

.about .content .info .t small {
    font-size: 0.6em;
}

.about .content .info .c {
    font-size: 15px;
    line-height: 1.8em;
    height: 10.8em;
    overflow: hidden;
}

.about .content .info .more {
    width: 10em;
    height: 2.5em;
    line-height: 2.5em;
    background-color: #17205b;
    text-align: center;
    display: block;
    color: #fff;
    margin-top: 40px;
}

.about .btn {
    margin-top: 30px;
}

.about .btn li {
    float: left;
    width: 25%;
    border: 2px solid #fff;
    position: relative;
}
.about .btn li .mask{
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
}
.about .btn li:hover .mask{
    visibility: visible;
}
.about .btn li img {
    width: 100%;
}
@media (max-width: 768px) 
{
    .about .content .img{
        float: none;
        width: 100%;
    }
    .about .content .info{
        padding-right: 0;
    }
    .about .content .info .t{
        font-size: 26px;
        margin-top: 15px;
    }
    .about .content .info .t small{
        display: block;
    }
    .about .content .info .more{
        margin-top: 20px;
    }
    .about .btn li{
        width: 50%;
    }
}
/* 关于我们end */

/* 新闻 */
.newsBox{
    padding-bottom: 40px;
    background-color: #eaeaea;
}
.news .firstNews {
    width: 30%;
    float: left;
}

.news .firstNews img{
    width: 100%;
}
.news .firstNews p{
    margin-top: 10px;
}

.news .newsList {
    overflow: hidden;
}

.news .newsList li {
    width: 46%;
    float: left;
    margin-left: 4%;
    margin-bottom: 25px;
}

.news .newsList li .pubTime {
    text-align: center;
    background-color: #17205b;
    color: #fff;
    line-height: 1.8;
    padding: 0 10px;
    margin-right: 25px;
    float: left;
}

.news .newsList li .pubTime .yyy {
    border-bottom: 1px dashed #9e9e9e;
    font-size: 24px;
}

.news .newsList li .pubTime .mmdd {
    font-size: 18px;
}
.news .newsList li .newsContent{
    overflow: hidden;
}
.news .newsList li .newsContent .newsTitle{
    font-size: 15px;
}
.news .newsList li .newsContent p{
    font-size: 13px;
    line-height: 1.6em;
    margin-top: 8px;
    height: 3.2em;
    overflow: hidden;
}
@media (max-width: 768px) 
{
    .news .firstNews{
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }
    .news .newsList li{
        width: 100%;
        margin-left: 0;
    }
}
/* 新闻end */

/* 友链 */
.friendShipBox{
    padding: 40px 0;
    border-top: 1px solid #9f9f9f;
}
.friendShipBox .friendShipTitle{
    float: left;
    font-size: 20px;
}
.friendShipBox .friendShipList{
    overflow: hidden;
    padding-left: 20px;
    font-size: 16px;
    color: #818085;
}
.friendShipBox .friendShipList li{
    float: left;
    margin: 0 10px 5px;
}
@media (max-width: 768px) 
{
    .friendShipBox{
        padding: 20px 0;
    }
    .friendShipBox .friendShipTitle{
        float: none;
        font-size: 16px;
        margin-bottom: 10px;
    }
    .friendShipBox .friendShipList{
        padding-left: 0;
    }
}
/* 友链end */
