
/* clear */

/* 2020/08/17 yyq 修改 */
#projectlist .projectitem a .project_info .description {
    color: transparent;
}

#projectlist .projectitem a .project_info .description:after {
    position: absolute;
    top: 0;
}

#indexPage #mslider {
    padding: 0;
    width: 100%;
}

#indexPage #mslider .bx-wrapper .bx-pager {
    background-color: transparent;
}

#header {
    background-color: rgba(255, 255, 255, 0.4);
    border: none;
}

#header ul li.navitem a.active:after, 
#header ul li.navitem:hover a:after {
    content: "";
    width: 100%;
    height: 50px;
    display: block;
    position: absolute;
    background: #444;
    top: 0;
    left: 0;
    z-index: -1;
    margin-top: -6px;
    transition: all 0.3s ease-out 0s;
}

#header ul li.navitem a.active, 
#header ul li.navitem:hover a {
    color: #fff;
}

#indexPage #mslider ul li .description {
    position: absolute;
    bottom: 17%;
    left: 2%;
}

#indexPage #mslider ul li .description {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
    visibility: visible;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

#indexPage #mslider ul li p {
    transform: none;
    transition: none;
    opacity: 1;
}

#indexPage #mslider ul li p.title {
    font-size: 60px;
    line-height: 70px;
    height: 70px;
}

#indexPage #mslider ul li p.subtitle {
    font-size: 32px;
    text-align: left;
}
/* 2020/08/17 yyq 修改 */


/* 2020/08/21 yyq 修改 */
.npagePage #projectlist .wrapper {
    width: auto;
    margin-right: 2%;
}

.npagePage #projectlist .wrapper .content_list {
    margin: 0 30px 0 2%;
}

.bodylist.bodyproject #category {
    padding-left: 2%;
}

.bodylist.bodyproject #category a:first-child {
    padding-left: 0;
}

#mcontact .content #contactform,
#indexPage #mcontact:after {
    display: none;
}

#indexPage #mcontact .content {
    padding: 80px 0 68px;
}

#projectbody1 {
    width: calc(77% - 160px);
    padding: 0 40px 30px;
}

#projectimages1 img {
    margin-top: 0;
}
/* 2020/08/21 yyq 修改 */