
/* 2023-8-10 tao start */
.agent-pc #projectlist .projectitem a .project_info{
    position:relative;
}
.agent-pc #mproject #projectlist .projectitem a .project_info{
    position:absolute;
    top:auto;
    bottom:-92px;
    left:5%;
    height:90px;
    width:90%;
    background:none;
    transition: all .3s ease;
    background-color:rgba(0, 0, 0, 0.35);
}
.agent-pc #mproject #projectlist .projectitem a:hover .project_info{
    bottom:16px;
}
.agent-pc #mproject #projectlist .projectitem a .project_info div{
    position:relative;
    height:auto;
    margin-top:0;
}
.agent-pc #projectlist .projectitem a .project_info div::before{
    display: none;
}
.agent-pc #mproject #projectlist .projectitem a .project_info div:after{
    display: none;
}
.agent-pc .content .header .title{
    text-align: left;
}
/* .agent-pc .content .header .subtitle{
    text-align: left;
} */
.agent-pc #indexPage .module .content .header{
    float:left;
    margin-left:40px;
}

.agent-pc #indexPage .module#mservice .content .header{
    width:1200px;
    margin:0 auto;
    float:none;
}
.agent-pc #indexPage .module #category{
    float:right;
    padding-bottom:0;
    padding-top:80px;
}
.agent-pc #mproject #projectlist .projectitem a .project_info .title{
    display: block;
    float:none;
    font-size:16px;
    color:#fff;
    padding: 0 10px;
    padding-top:0;
    font-family: "HELVETICANEUELTPRO-THEX", "微软雅黑";
}
.agent-pc #indexPage #mproject .content .header p.title,.agent-pc #indexPage #mproject .content .header p.subtitle{
    text-align: left;
}
.agent-pc #mproject #projectlist .projectitem a .project_info .subtitle{
    float:none;
    padding: 10px;
    font-size:12px;
    color:rgba(255,255,255,.6);
    width:100%;
    height:auto;
    padding-right:0;
    box-sizing: border-box;
}
.agent-pc #mproject #projectlist .projectitem a:hover .project_info .title{
    padding-left:10px;
    margin-top:13px;
}
.agent-pc #mproject #projectlist .projectitem a:hover .project_info .title{
    margin-left:0;
}
.agent-pc #projectlist .projectitem{
    background:none;
    overflow: hidden;
}
.agent-pc #sitecontent .npagePage .header p.title{
    font-size:26px;
}

.agent-pc #header{
    background-color:rgba(255,255,255,.5);
}
.agent-pc #header .content{
    width:calc(100% - 80px);
}
.agent-pc #header ul li.navitem a{
    color:#333;
}
.agent-pc #header ul li.navitem>a.active,.agent-pc #header ul li.navitem:hover>a{
    color:#fff;
}
/* 2023-8-10 tao end */


/* 2023-8-15 tao start */
.agent-pc.nobanner #header ul li.navitem:hover a,.agent-pc.nobanner #header ul li.navitem a.active {
    color: #999;
}

/* 2023-8-15 tao end */