
/* 25418.css */
body #page_body_editor-wrapper {
    background-color: rgb(255 255 255);
}
.agent-pc  #page_body_editor-wrapper p {
    font-size: 16px;
    line-height: 1.75;
}
.agent-pc  #page_body_editor-wrapper span {
    line-height: 1.75;
}
.agent-pc body {
    min-width: 1280px;
}

@media screen and (max-width: 1360px) {
    .project .container_header .title {
        font-size: 64px;
    }

}
.bodylistpost {
    padding-top: 0;
}
.agent-pc .bodylist.bodyservice .service .content_list .item_block {
    width: 25%;
}
.agent-pc .bodylist.bodyservice .service .item_block:nth-child(4n) {
    border-right-color: transparent;
}
.agent-pc .bodylist.bodyservice .service .item_block:nth-child(3n) {
    border-right-color: rgb(230 230 230);
}
.agent-pc .bodylist.bodyservice .service .content_list .item_block:nth-child(4n+1) {
    clear: left;
}
.agent-pc .bodylist.bodyservice .service .content_list .item_block:nth-child(3n+1) {
    clear: none;
}
.agent-pc .ff_indexPage .mcustomize .container_content .mcounter-list .title {
    overflow: hidden;

    width: 170px;
    height: 40px;

    white-space: inherit;
}


/* 2021/07/20 yyq 修改 */
input,
textarea {
    font-family: '微软雅黑', Arial;
    font-size: 14px;

    border: none;
    outline: 0;
    background: 0 0;

    -webkit-appearance: none;
}
.ff_indexPage .mcontact {
    background-color: rgb(29 29 29);
}
.ff_indexPage .mcontact .container_header {
    display: none;
}
.ff_indexPage .mcontact .contactinfo,
.ff_indexPage .mcontact .contactform {
    float: left;

    width: 50%;
}
.ff_indexPage .mcontact .container_content {
    width: 92%;
    max-width: 1484px;
    margin: 0 auto;
    padding: 80px 0;
}
.ff_indexPage .mcontact .contact_name {
    font-size: 22px;
    line-height: 1.75;

    margin-bottom: 28px;

    color: rgb(230 230 230);
}
.ff_indexPage .mcontact .contactinfo p {
    font-family: Montserrat-Medium-7, '微软雅黑';
    font-size: 16px;
    line-height: 1.75;

    color: rgb(119 119 119);
}
#mcontact .contactinfo .ff_social {
    display: none;
}
#mcontact .contactform p {
    float: left;

    width: calc(100% / 3);
}
#mcontact .contactform .contactform_content {
    float: none;

    width: 100%;
}
#mcontact .contactform .inputtxt {
    line-height: 20px;

    box-sizing: border-box;
    width: calc(100% - 20px);
    height: 40px;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 10px 20px;

    color: rgb(255 255 255);
    border-bottom: 1px solid rgb(85 85 85);
}
#mcontact .contactform .contactform_content textarea {
    overflow: hidden;

    height: 70px;
    margin-right: 0;

    resize: none;
}
#mcontact .contactform .inputtxt.submit {
    font-size: 16px;
    font-weight: 600;
    line-height: 54px;

    width: 225px;
    height: 54px;
    margin-top: 20px;
    padding: 0;

    cursor: pointer;

    color: rgb(255 255 255);
    border: none;
    border-radius: 28px;
    background-image: linear-gradient(130deg
    ,rgb(0 161 226) 35%,rgb(12 172 127) 60%);
}
/* 2021/07/20 yyq 修改 */


/* 2021/07/28 yyq 修改 */
.agent-pc .bodylistpost.bodynews .ff_pageTarget {
    margin-top: 0;
    padding-top: 220px;
}
/* 2021/07/28 yyq 修改 */

/* 2021/10/19 yyq 修改 */
#footer p span {
    display: inline-block;
}
#footer .beian {
    color: #7d7d7d !important;
}
/* 2021/10/19 yyq 修改 */

/* 2023-4-11 tao start */
.agent-pc #page_body_editor-wrapper .layout_form .layout_form-row_head{
    color:#111;
}
.agent-pc #page_body_editor-wrapper .layout_form .layout_form-row_ver_code .layout_form-row_name{
    text-indent: -120%;
    overflow: hidden;
}
.agent-pc #footer p span.ellipsis{
    line-height:1;
}
/* 2023-4-11 tao end */

/* 2023-4-24 tao start */
.agent-pc .videom .item_wrapper .details .fa:before{
    border-width:3px;
    opacity: 1;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}
.agent-pc .videom .item_wrapper .details:hover .fa:before{
    border-style: solid;
}
/* 2023-4-24 tao end */
