.mborder{
    margin-top: 20px;
    padding:6px auto;
    border-top:1px solid #0178ac;
    border-bottom:1px solid #0178ac;
}
.mborder ul{margin: 0;padding:0;}
.mborder ul li .am-gallery-item{position: relative;height: 194px;}
.mborder ul li .am-gallery-item a{position: absolute;z-index: 100;}
.mborder ul li .am-gallery-item .text{position: absolute;z-index: 100;color:#FFF;width: 100%;text-align: center;top:22px;}
.mborder ul li .am-gallery-item .text h1,.mborder ul li .am-gallery-item .text h3{margin: 0;padding:0;font-weight: 300;}
.mborder ul li .am-gallery-item .text h1{font-size:14px;}
.mborder ul li .am-gallery-item .text h3{font-size:12px;}
.mborder ul li:first-child{padding-left:0;}
.mborder ul li:last-child{padding-right:0;}
.mborder ul li .am-gallery-item img{border:1px solid #13171f;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.gaisu{background-color: #2a2f2f; padding-top:55px;padding-bottom:55px;margin-top: 22px;}
.gaisu .gaisu-content{
    color:#FFF;
}
.gaisu .gaisu-content p{
    padding:0;
    margin:0;
    padding-top:15px;
    line-height: 2;
    font-size:14px;
}
/*产品*/
.product{margin-top: 70px;}
.product .product-cate{border-top:1px solid #0178ac;
    border-bottom:1px solid #0178ac;margin-top: 45px;}
.product .product-cate ul li{line-height: 66px;text-align: center;}

.product .product-cate ul li:first-child{text-align: left;}
.product .product-cate ul li:last-child{text-align: right;}
.product .product-cate ul li a{
    width: 100%;
    font-size:18px;
    font-weight: 400;
    color:#FFF;
    padding:8px 45px;
    background-color: #323232;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.product .product-cate ul li a:hover{
    background-color:rgba(255,255,255,.5);
}
#product-list {padding:15px;}
#product-list a{display: inline-block;color:#FEFEFE;padding-right:85px;}
#product-list a img{width: 145px;}
#product-list a h3{padding:0;margin:0;text-align: center;}
/*新闻*/
.news{
    background-color: #2a2f2f;
    padding-top: 67px;
    padding-bottom: 98px;
}
.news-list{margin-top: 30px;}
.news .news-list .list{padding:10px 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.news .news-list .list .time,.news .list h3,.news .list h3 a{padding:0;margin:0;color:#FEFEFE;font-weight: 300;font-size:14px;}
.news .list:hover .title{color:#FFF;}
.news .list:hover{background-color: rgba(0,0,0,.5);padding:10px;}

/*动画*/
.mborder ul li .am-gallery-item:hover img{
    border-color: rgba(255,255,255,.4);
}
.mborder ul li .am-gallery-item:hover .text{
    -webkit-animation: wenzi .3s ease-in-out;
    -o-animation: wenzi .3s ease-in-out;
    animation: wenzi .3s ease-in-out;
}
/*帧动画*/
@keyframes wenzi
{
    0%{
        transform: scale(0);
        top:-50px;
    }
    70%{
        transform: scale(1.5);
        top:22px;
    }
    100%{
        transform: scale(1);
        top:22px;
    }
}
@media screen and (min-width: 641px){
    .mborder ul li .am-gallery-item{height: 194px;}
    .mborder ul li .am-gallery-item img {
        max-height: 194px;
    }
    .product .product-cate ul li:nth-child(3){
        padding-left:45px;
    }
    .product .product-cate ul li:nth-child(4){
        padding-left:45px;
    }
}
@media screen and (max-width: 640px){
    .mborder ul li .am-gallery-item{max-height: 120px;}
    .mborder ul li .am-gallery-item img {
        max-height: 120px;
    }
    .mborder {
        margin-top: 10px;
    }
}