
/* 2023-8-8 tao start */
.agent-pc #indexPage #mproject .content > .header {
  display: none;
}
.agent-pc #indexPage #mproject #category {
  display: flex;
  float:none;
}
.agent-pc #indexPage #mproject{
    width:100%;
    height:100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#indexPage #mproject .content{
    box-sizing: border-box;
    max-width:1420px;
    padding:0 40px;
    margin:0 auto;
    position:relative;
    top:0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.agent-pc #indexPage #projectlist {
  width: 100%;
  float: none;
  margin-top: 0;
  height:auto;
}
.agent-pc #indexPage #mproject #category{
    padding:0;
    width:100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.agent-pc #indexPage #category a{
    box-sizing: border-box;
    width:33.3%;
    height:60px;
    background-color:#f6f6f6;
    text-align: center;
    line-height:60px;
    padding:0;
    border-right:1px solid #fff;
}
.agent-pc #indexPage #category a:last-child{
    border-right:none;
}
.agent-pc #mpbtn{
    display: none;
}
.agent-pc #indexPage #mproject #category a::before{
    display: none;
}
.agent-pc #indexPage #category a:hover,.agent-pc #indexPage #category a.active{
    background-color:#444;
    color:#fff;
}
.agent-pc #indexPage #mproject .content_list{
    width:100%;
    margin-top:20px;
}
.agent-pc #indexPage #mproject .content_list .content_item{
    display: none;
}
.agent-pc #indexPage #mproject .content_list .content_item img{
    width:100%;
}
.agent-pc #indexPage #mproject .content_list .content_item.active{
    display: block;
}
/* 2023-8-8 tao end */


/* 2023-8-23 tao start */
.agent-pc #header{
    transition:none;
}
.agent-pc #header ul#nav{
    width:auto;
    transition:none;
}
.agent-pc #header .sub_nav{
    position:fixed;
    top:80px;
    left:0;
    background-color:#fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width:100%;
    height:0;
    overflow: hidden;
    transition:all .3s ease;
}
.agent-pc #header .navitem:hover .sub_nav{
    height:140px;
}
.agent-pc #header .sub_nav .sub_nav_item{
    margin-right:20px;
}
.agent-pc #header .sub_nav .sub_nav_item:last-child{
    margin-right:0;
}
.agent-pc #header .sub_nav img{
    width:200px;
}
.agent-pc #header .sub_nav .img_font{
    text-align: center;
    line-height:28px;
    font-size:14px;
}
.agent-pc #header ul li.navitem:hover ul.subnav{
    background-color:#fff;
}
.agent-pc #header ul li.navitem ul.subnav{
    transform: translateX(-50%);
    left:50%;
}
#header ul li.navitem ul.subnav li a{
    color:#666;
}


.agent-pc .set_time{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color:#fff;
    z-index:100;
    animation-fill-mode: both;
    animation-duration: 1s;
}
.agent-pc .set_time #video{
    width:100%;
    height:100%;
    object-fit: cover;
}
/* 2023-8-23 tao end */