
.index-slide{
    /*padding-top: 100px;*/
}
.index-slide img{
    max-width: 100%;
}
.index-about-us{
    margin-top: 20px;
    padding-left: 5%;
    padding-right: 5%;
}
.index-about-us-title{
    font-size: 24px;
    color: #3d3d3d;
}
.index-about-us-body{
    font-size: 14px;
    color: #808080;
    line-height: 28px;
}
.index-about-us-left{
    width: 72%;
    display: inline-block;
}
.about-us-thumbnail{
    float: left;
    width: 18%;
    margin-right: 2%;
}
.about-us-thumbnail img{
    max-width: 100%;
}
.index-about-us-right{
    display: inline-block;
    width: 27%;
    vertical-align:middle;
    position: relative;
    text-align: right;
}
.index-video-bottom{
    position: absolute;
    z-index: -999;
    top: 80px;
    right: -20px;
    width: 380px;
    overflow: hidden;
}
.about-us-thumbnails{
    margin-top: 80px;
}
.about-us-thumbnail{
    position: relative;
}
.about-us-thumbnail a{
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    font-size: 16px;
    position: absolute;
    bottom: 0px;
    text-align: center;
    width: 100%;
    margin: 0px;
    background-color: rgba(0, 0, 0, 0.4);
    cursor: pointer;
    width: 100%;
    display: inline-block;
}
.about-us-thumbnail a:visited,.about-us-thumbnail a:active,.about-us-thumbnail a:hover{
    text-decoration: none;
    color: #FFFFFF;
}
.index-video-bottom p{
    font-size: 24px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: left;
}
.index-video-bottom-tips{
    position: absolute;
    top: 30%;
    left: 20px;
}
.index-news{
    margin-top: 100px;
    padding-left: 5%;
    padding-right: 5%;
}
.index-news-left{
    width: 72%;
    display: inline-block;
}
.index-news-title{
    font-size: 24px;
    color: #3d3d3d;
}
.last-news-date{
    font-size: 12px;
    background-color: #f5a700;
    color: #FFFFFF;
    padding: 3px;
    border-radius: 5px;
}
.last-news-title{
    font-size: 16px;
    color: #333333;
    margin-left: 10px ;
}
.last-news-desc{
    font-size: 14px;
    color: #666666;
}
.read-more{
    color: #a7a7a7;
    font-size: 14px;
}
.index-news-right{
    display: inline-block;
    width: 27%;
    vertical-align: middle;
    position: relative;
    text-align: right;
    vertical-align: top;
}

.index-cate-list{
    list-style: none;
    text-align: right;
}
.index-cate-list li{
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    border-radius: 5px;
}
.index-cate-list li a{
    color: #000000;
    font-size: 14px;
}
.index-cate-list li:hover{
    background-color: #004c98;
}
.index-cate-list li:hover a{
    color: #FFFFFF;
}
.index-news-list{
    margin-top: 20px;
    list-style: none;
    padding: 0px;
    max-height: 176px;
    overflow-y: hidden;
}
.index-news-list li{
    float: left;
    width: 19%;
    padding-top: 20px;
    padding-bottom: 40px;
    border-right: 1px solid #aaaaaa;
    padding-right: 3%;
    padding-left: 2%;
}
.index-news-list li:first-child{
    padding-left: 0px;
}
.index-news-list li:nth-child(4n+0){
    border-right: 0px;
}
.news-title{
    font-size: 16px;
    text-align: left;
    color: #333333;
}
.news-desc{
    font-size: 14px;
    line-height: 28px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.news-date{
    color: #d5d5d5;
    font-size: 12px;
    float: right;
}
.index-product{
    height: 660px;
    width: 100%;
    clear: both;
}
.product-show{
    padding-top: 100px;
    font-size: 24px;
    color: #ffffff;
    text-align: center;
}
.product-stand{
    color: #999999;
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
}
.product{
    padding-left: 2%;
    padding-right: 2%;
    position: relative;
    text-align: center;
}

.index-product img{
    max-width: 100%;
}
.swiper-container-product {
    width: 94%;
    margin-left: 3%;
    margin-right: 3%;
    margin-top: 50px;
    overflow-x: hidden;
    text-align: center;
}
.product-name{
    text-align: center;
    font-size: 16px;
    position: absolute;
    bottom: 0px;
    width: 320px;
    cursor: pointer;
    display: inline-block;
}
.product:link .product-name,.product:active .product-name{
    text-decoration: none;
    color:#000000;
}
.product-name:hover{
    color: #ffffff;
}
