
/* 2021/08/16 yyq 修改 */
#indexPage #mproject .content {
    width: 90%;
    margin: 0 auto;
}
.bodyindex #sitecontent #indexPage #projectlist .projectitem {
    width: 24%;
    margin-right: 1%;
    margin-bottom: 100px;
}

#indexPage #projectlist .projectitem:nth-child(3n + 3) {
    padding-top: 0;
    padding-bottom: 100px;
}

#indexPage #projectlist .projectitem:nth-child(3n + 3) .project_info {
    height: 100%;
}

#indexPage #projectlist .projectitem:nth-child(1) .project_img {
    padding-top: 110%;
}

#projectlist .projectitem:nth-child(1)::before {
    content: "01";
    display: block;
    font-size: 72px;
    color: #fff;
    transform: rotate(
90deg
);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(
90deg
);
    -o-transform: rotate(90deg);
    position: absolute;
    right: 0;
    bottom: 16px;
    transition: all 0.3s ease-out 0s;
    right: 14px;
}

#indexPage #projectlist .projectitem:nth-child(3n):hover::before,
#indexPage #projectlist .projectitem:nth-child(1):hover::before {
    bottom: 126px;
    z-index: 1;
}

#projectlist .projectitem:nth-child(1)::after {
    content: "";
    display: block;
    width: 3px;
    height: 26px;
    background-color: #fff;
    position: absolute;
    bottom: 70px;
    z-index: 1;
    right: 50px;
    transition: all 0.2s ease-out 0s;
}

#indexPage #projectlist .projectitem:nth-child(3n):hover::after,
#indexPage #projectlist .projectitem:nth-child(1):hover::after {
    bottom: 94px;
}
/* 2021/08/16 yyq 修改 */

/* 2022/01/11 yyq 修改 */
.npagePage #banner,
.npagePage #banner div {
    height: 600px;
}
/* 2022/01/11 yyq 修改 */


/* 2022/08/25 tao 修改 */
.language_btn{
    float: right;
    line-height:80px;
    color:#4e4a4b;
    transition:color .3s ease, padding .3s ease;
    margin-right:26px;
    padding:0 40px 0 20px;
}
#header.mini .language_btn{
    line-height:60px;
    padding:0 20px;

}
.language_btn:hover{
    color:#838383;
}
#header.mini ul#nav{
    padding:0;
}
#header ul#nav {
    padding:0;
}


/* 2023-11-27 tao start */
.agent-pc #footer p{
    color:#fff;
}
/* 2023-11-27 tao end */
