html, body {
    font: 12px Arial, "微软雅黑";
    color: #929292;
    width: 100%;
    height: 100%;
    background: #fff;
}
body{
    overflow-x: hidden;
    min-width: 1200px;
}
* {
    padding: 0;
    margin: 0;
}

/*导航条样式开始*/
body::-webkit-scrollbar {/*滚动条整体样式*/

    width: 10px;     /*高宽分别对应横竖滚动条的尺寸*/

    height: 1px;

}

body::-webkit-scrollbar-thumb {/*滚动条里面小方块*/

    border-radius: 10px;

    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);

    background: rgba(0,0,0,0.2);

}

body::-webkit-scrollbar-track {/*滚动条里面轨道*/

    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);

    border-radius: 10px;

    background: #EDEDED;

}
/*隐藏滚动条*/
body::-webkit-scrollbar {display: none;}

/*导航条样式结束*/


/*logo*/
.logo{
    position: fixed;
    font-size: 0;
    top: 2%;
    left: 3%;
    z-index:2;
    width: 70px;
    overflow: hidden;
}
.logo>a>img{
    display: inline-block;
    width:100%;
}
/*logo*/





/*导航项目开始*/
#indexPage .module .content {
    position: absolute;
    top: 50%;
    width: 100%;
}
.content>.header{
    width: 100%;
    min-width: 1200px;
    margin: 5% auto 1% auto;
}
.content>.header>.subtitle,.content>.header>.title{
    margin-left: 0;
}

#indexPage #mproject .content {
    margin-top: -15%;
}


#indexPage .content .header {
    padding-top: 0;
}
#indexPage #mproject .content> .header {
    width: calc(100% - 120px);
    margin: 0 auto;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0,0,0,0.08);
}




.content .header p.title {
    color: #444;

}
.content .header p.title {
    /*font-family: "HELVETICANEUELTPRO-THEX", "微软雅黑";*/
    font-size: 22px;
    margin-left: 0;
    text-align: center;
}
#indexPage #mproject .content .header p.title, #indexPage #mproject .content .header p.subtitle {
    margin-left: 0;
}
.content .header p.subtitle {
    color: #c1c1c1;
    font-size: 16px;
}
.content .header p.subtitle {
    /*font-family: "HELVETICANEUELTPRO-THEX", "微软雅黑";*/
    font-size: 14px;
    margin-top: 5px;
    margin-left: 0;
    text-align: center;
}

#category {
    width: 100%;
    min-width: 1050px;
    padding-bottom: 40px;
    text-align: center;
}

/*#indexPage #mproject #category {*/
/*    position: absolute;*/
/*    top: 20px;*/
/*    right: 60px;*/
/*    display: block;*/
/*    margin-right: -30px;*/
/*    animation-name: fadeInUp;*/
/*}*/
a {
    text-decoration: none!important;
}

#category a {
    line-height: 16px;
    height: 16px;
    padding: 8px 16px;
    color: #616161;
    border: #d2d2d2 1px solid;
    margin-right: 2px;
    display: inline-block;
    transition: all 0.3s ease-out 0s;
}

#category a {
    font-size: 14px;
    color: #999;
    border: 0;
}
#category a {
    padding: 7px 27px;
    border: 0;
}

::-webkit-scrollbar {
    width: 11px;
}

#category a::before {
    position: absolute;
    width: 0;
    height: 1px;
    margin-top: 25px;
    margin-left: 0;
    content: "";
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    text-align: left;
    background-color: #818181;
}
#category a::after {
    font-size: 10px;
    position: absolute;
    margin-top: 0;
    margin-left: 28px;
    content: "|";
    text-align: left;
    color: #c8c8c8;
}
#category a:last-child::after{
    content: "";
}
#category a:hover::before {
    width: 30px;
}
#category a.active, #category a:hover {
    color: #333;
    border-color: transparent;
    background: transparent;
}

.content.layoutslider{
    margin-top: 50px;
}

/*导航项目结束*/

/*展示框样式开始*/

.showcase{
    width: 99%;
    min-width: 1200px;
    margin: 0 auto;
    font-size: 0;
    margin-left: 1%;
}

.showcase>li{
    display:inline-block;
    width: 24%;
    margin-right: 1%;
    list-style: none;
    position: relative;
    /*height: 166px;*/
    overflow: hidden;
    margin-bottom: 1%;
}
.showcase>li>a{
    display:block;
    width: 100%;
}
.showcase-box{
    width:100%;
    overflow: hidden;
    /*height:166px;*/
}
.showcase-box>.showcase_img>img{
    display:inline-block;
    width: 100%;
}
.showcase-box>.showcase_img>img{
    cursor: pointer;
    transition: all 0.6s;
}
.showcase-box:hover .showcase_img>img{
    transform: scale(1.4);
}

.showcase_img::after {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: "";
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    background: rgba(0, 0, 0, 0);
}

.showcase-box:hover .showcase_img:after {
    background: rgba(0, 0, 0, 0.7);
}

.showcase_info{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    transform: translateY(30px);
    opacity: 0;
    align-items: center;
    justify-items: center;
    position: absolute !important;
    transition: all 0.36s ease 0s;
    background: transparent;
}

.showcase-box:hover .showcase_info {
    transform: translateY(0px);
    opacity: 1;
}
.showcase_info>div{
    position: static;
    text-align: center;
    background: transparent;
    margin: 0 auto;
}

.showcase-title{

    font-size: 15px;
    /*font-family: "HELVETICANEUELTPRO-THEX", "微软雅黑";*/
    overflow: hidden;
    margin: 0 20px;
    padding: 20px 0 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;

}

.showcase-box:hover .showcase_info .showcase-subtitle {
    margin-top: 0;
    color: #b7b7b7;
}

.showcase-subtitle{
    /*font-family: "HELVETICANEUELTPRO-THEX", "微软雅黑";*/
    font-size: 13px;
    padding: 0 20px;
    overflow: hidden;
    /*white-space: nowrap;*/
    text-overflow: ellipsis;
    transition: all ease-out .3s;
}
/*展示框样式结束*/




