.menu{text-align: center;border-right:1px solid #ddd;padding:.85rem 0;}
.main-menu a:hover,.main-menu .active{color:#fff;background-color: #2365d3;}
.blue{color:#0066b3}
.bg-blue{background-color: #0066b3;color:#FFF;}
.border-blue{border-color:#0066b3;}
.case-bg{background: url(/static/home/img/bg.jpg) no-repeat fixed top;background-size: cover;}
.divblock{padding:80px 0;}
.view {
    height: 310px;
    border: 1px solid #ddd;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}
.view .goods {
    display: block;
    position: absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    z-index:1;
}
.view .goods img {
    display: block;
    height:150px;
    width:100%;
}
.view .goods h5 {
    padding-top:10px;
    color:#333;
}
.view .goods p {
    padding:0 10px;

}
.view .goods .info {
    padding: 5px 45px;
    color:#0066b3;
}
.view .mask,.view .content {
    height: 310px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    right:0;
    z-index:2;
}
.view .mask h5,.view .content h5 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    margin: 20px 0 0 0;
}
.view .mask p,.view .content p {
    font-family: Georgia, serif;
    font-size: 14px;
    position: relative;
    color: #fff;
    padding: 10px 20px 20px;
    text-align: center;
}
.view .mask a.info,.view .content a.info{
    display: inline-block;
    text-decoration: none;
    padding: 5px 45px;
    background: #fff;
    color:#0066b3;
    text-transform: uppercase;
    -webkit-box-shadow: 0 0 1px #000;
    -moz-box-shadow: 0 0 1px #000;
    box-shadow: 0 0 1px #000;
}
.view .mask a.info:hover,.view .contenta a.info:hover {
    -webkit-box-shadow: 0 0 5px #000;
    -moz-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000;
}

.view-first .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    background-color: #2365d3;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.view-first .mask h5 {
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.view-first .mask p {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.view-first .mask a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.view-first:hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
.view-first:hover .mask h5,
.view-first:hover .mask p,
.view-first:hover .mask a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.view-first:hover .mask p {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.view-first:hover .mask a.info {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.case{background-color:#fff;}
.case:hover{background-color:#2365d3;color:#fff;}
.case:hover a{color:#fff;}
.recommend{border:1px solid #fff;}
.recommend:hover{border:1px solid #2365d3;}
.item{border:1px solid #ddd;box-shadow:0 5px 10px rgba(0,0,0,.175)}
.item img{width:100%;height:250px;}
.item h5{padding-bottom:15px;text-align: center;}
.bg-darkblue{background-color:#252d44}
.news-top{width:100%;height:338px;}
.news{padding-right:20px;border:1px solid #ddd;height:338px;background-color: #FFF;overflow: hidden;}
.news-class{
    width:100%;
    height:168px;
    background-color:#8d8d8d;
    color:#fff;
    position:relative;
    text-align: center;
    padding-top:50px;
}
.news-class p{font-size:12px;}
.news-class.active{background-color:#2365d3;}
.news-class.active:after{border-left-color: #2365d3;}
.news-class:after{
    width:0px;
    height:0px;
    border:transparent solid;
    position:absolute;
    left:100%;
    content:""
}
.news-class:after{
    border-width:8px;
    border-left-color: #8d8d8d;
    top:80px;
}
.news-list{}
.news-list .news-item{padding:10px 0;margin:0;border-bottom:1px dashed #ddd;color:#666;}
.news-item i{font-style: normal;margin-right: 10px;}
.news-item span{float:right;font-size:12px;color:#999;line-height: 29px;}
.news-item:last-child{border-bottom:none;}
.ovh{height:339px;overflow: hidden;}

#aboutus{background: url(/static/home/img/aboutus.jpg) no-repeat top center;background-size:contain;padding-top:120px;}
#aboutus .title{color:#FFF;text-align: center;font-size: 48px;padding-bottom:120px;}
.cont{background-color: #FFF;width:1200px;margin:0 auto;padding:80px 20px}
#flip p{position: absolute;top:0;left:0;right:0;text-align: center;z-index:10;color:#FFF;font-size: 48px;padding-top:140px;}

.newslist-item{padding:15px 0;border-bottom:1px dashed #ddd;}
.news-thumb{border-radius: 8px;width:141px; height:150px;object-fit: cover;}
.nav.nav-line>li.active, .nav.nav-line>li:hover {border-color: #2365d3;}
.nav>li.active>a, .nav>li>a:hover, .nav>li>a:active {color: #2365d3;}
a:active,a:hover{outline:0;color:#2365d3;text-decoration:none}
#maps{width:100%;height:365px;}