
/* 2023-7-19 tao start */
.agent-pc #headSHBtn{
    display: none;
}
.agent-pc #header{
    padding-top:0;
    height:90px;
}
.agent-pc #header .content #nav{
    float:right;
    padding-right:120px;
}
.agent-pc #header .content #logo{
    padding-top:25px;
}
.agent-pc #header ul li.navitem {
    padding:0;
    height:90px;
}
.agent-pc #header ul li.navitem  a{
    font-size: 15px;
    position: relative;
    z-index: 1;
    line-height:90px;
    display: flex;
    flex: 0 0 auto;
    min-width: 56px;
    height: 100%;
    padding: 0 29px;
    transition: .26s ease;
    color: #666;
    align-items: center;
    justify-content: center;
}
.agent-pc #header ul#nav li.navitem a.active,.agent-pc #header ul#nav li.navitem:hover>a{
    color:#ff695c;
}
.agent-pc #header.mini{
    background-color:rgba(255,255,255,.8);
}
.agent-pc #header ul li.navitem ul.subnav li{
    border-color:#f1f1f1;
}
.agent-pc #header ul li.navitem ul.subnav li a:hover{
    background-color:#f1f1f1;
    color:#ff695c;
}
/* 2023-7-19 tao end */

/* 2023-7-27 tao start */
#indexPage #mproject a.more::before, #indexPage #mnews a.more::before, #indexPage #mservice a.more::before,.agent-pc #indexPage #mpage .content a.more::before{
    background-color:#ff695c;
}

/* 2023-7-27 tao end */