

body {
    background-color: #ffffff;
    color: #3a3a3a;
}

a {
    color: #1e73be;
}

a:hover, a:focus, a:active {
    color: #000000;
}

body .grid-container {
    max-width: 1420px;
}




:root {
    --contrast: #222222;
    --contrast-2: #575760;
    --contrast-3: #b2b2be;
    --base: #f0f0f0;
    --base-2: #f7f8f9;
    --base-3: #ffffff;
    --accent: #1e73be;
}

:root .has-contrast-color {
    color: var(--contrast);
}

:root .has-contrast-background-color {
    background-color: var(--contrast);
}

:root .has-contrast-2-color {
    color: var(--contrast-2);
}

:root .has-contrast-2-background-color {
    background-color: var(--contrast-2);
}

:root .has-contrast-3-color {
    color: var(--contrast-3);
}

:root .has-contrast-3-background-color {
    background-color: var(--contrast-3);
}

:root .has-base-color {
    color: var(--base);
}

:root .has-base-background-color {
    background-color: var(--base);
}

:root .has-base-2-color {
    color: var(--base-2);
}

:root .has-base-2-background-color {
    background-color: var(--base-2);
}

:root .has-base-3-color {
    color: var(--base-3);
}

:root .has-base-3-background-color {
    background-color: var(--base-3);
}

:root .has-accent-color {
    color: var(--accent);
}

:root .has-accent-background-color {
    background-color: var(--accent);
}

body, button, input, select, textarea {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
}

body {
    line-height: 1.5;
}

.entry-content > [class*="wp-block-"]:not(:last-child):not(.wp-block-heading) {
    margin-bottom: 1.5em;
}


h1 {
    font-weight: 300;
    font-size: 36px;
    line-height: 1.8em;
    margin-bottom: 30px;
}

h2 {
    font-weight: 300;
    font-size: 32px;
    line-height: 1.5em;
    margin-bottom: 30px;
}

h3 {
    font-size: 24px;
    line-height: 1.5em;
}

h4 {
    font-size: 22px;
    line-height: 1.5em;
}

h5 {
    line-height: 1.2em;
}

@media (max-width: 768px) {


    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 25px;
    }
}







.separate-containers .inside-article, .separate-containers .comments-area, .separate-containers .page-header, .one-container .container, .separate-containers .paging-navigation, .inside-page-header {
    background-color: #ffffff;
}


.site-info {
    color: #ffffff;
    background-color: #282828;
}

.site-info a {
    color: #ffffff;
}

.site-info a:hover {
    color: #606060;
}

.footer-bar .widget_nav_menu .current-menu-item a {
    color: #606060;
}

input[type="text"],input[type="email"],input[type="url"],input[type="password"],input[type="search"],input[type="tel"],input[type="number"],textarea,select {
    color: #666666;
    background-color: #fafafa;
    border-color: #cccccc;
}

input[type="text"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="password"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="number"]:focus,textarea:focus,select:focus {
    color: #666666;
    background-color: #ffffff;
    border-color: #bfbfbf;
}

button,html input[type="button"],input[type="reset"],input[type="submit"],a.button,a.wp-block-button__link:not(.has-background) {
    color: #ffffff;
    background-color: #666666;
}

button:hover,html input[type="button"]:hover,input[type="reset"]:hover,input[type="submit"]:hover,a.button:hover,button:focus,html input[type="button"]:focus,input[type="reset"]:focus,input[type="submit"]:focus,a.button:focus,a.wp-block-button__link:not(.has-background):active,a.wp-block-button__link:not(.has-background):focus,a.wp-block-button__link:not(.has-background):hover {
    color: #ffffff;
    background-color: #3f3f3f;
}

a.generate-back-to-top {
    background-color: rgba( 0,0,0,0.4 );
    color: #ffffff;
}

a.generate-back-to-top:hover,a.generate-back-to-top:focus {
    background-color: rgba( 0,0,0,0.6 );
    color: #ffffff;
}

:root {
    --gp-search-modal-bg-color: var(--base-3);
    --gp-search-modal-text-color: var(--contrast);
    --gp-search-modal-overlay-bg-color: rgba(0,0,0,0.2);
}

@media (max-width: 768px) {
    .main-navigation .menu-bar-item:hover > a, .main-navigation .menu-bar-item.sfHover > a {
        background:none;
        color: #4D4D4D;
    }
}

.inside-top-bar {
    padding: 10px;
}

.inside-header {
    padding: 15px 10px 15px 10px;
}

.separate-containers .inside-article, .separate-containers .comments-area, .separate-containers .page-header, .separate-containers .paging-navigation, .one-container .site-content, .inside-page-header {
    padding: 30px 0px 50px 0px;
}

.site-main .wp-block-group__inner-container {
    padding: 30px 0px 50px 0px;
}

.entry-content .alignwide, body:not(.no-sidebar) .entry-content .alignfull {
    margin-left: -0px;
    width: calc(100% + 0px);
    max-width: calc(100% + 0px);
}

.container.grid-container {
    max-width: 1420px;
}

.one-container.right-sidebar .site-main,.one-container.both-right .site-main {
    margin-right: 0px;
}

.one-container.left-sidebar .site-main,.one-container.both-left .site-main {
    margin-left: 0px;
}

.one-container.both-sidebars .site-main {
    margin: 0px;
}

.separate-containers .widget, .separate-containers .site-main > *, .separate-containers .page-header, .widget-area .main-navigation {
    margin-bottom: 0px;
}

.separate-containers .site-main {
    margin: 0px;
}

.both-right.separate-containers .inside-left-sidebar {
    margin-right: 0px;
}

.both-right.separate-containers .inside-right-sidebar {
    margin-left: 0px;
}

.both-left.separate-containers .inside-left-sidebar {
    margin-right: 0px;
}

.both-left.separate-containers .inside-right-sidebar {
    margin-left: 0px;
}

.separate-containers .page-header-image, .separate-containers .page-header-contained, .separate-containers .page-header-image-single, .separate-containers .page-header-content-single {
    margin-top: 0px;
}

.separate-containers .inside-right-sidebar, .separate-containers .inside-left-sidebar {
    margin-top: 0px;
    margin-bottom: 0px;
}

.main-navigation .main-nav ul li a,.menu-toggle,.main-navigation .mobile-bar-items a {
    padding-left: 11px;
    padding-right: 11px;
    line-height: 50px;
}

.main-navigation .main-nav ul ul li a {
    padding: 10px 11px 10px 11px;
}

.main-navigation ul ul {
    width: 220px;
}

.navigation-search input[type="search"] {
    height: 50px;
}

.rtl .menu-item-has-children .dropdown-menu-toggle {
    padding-left: 11px;
}

.menu-item-has-children .dropdown-menu-toggle {
    padding-right: 11px;
}

.rtl .main-navigation .main-nav ul li.menu-item-has-children > a {
    padding-right: 11px;
}

.widget-area .widget {
    padding: 20px 0px 20px 0px;
}

.footer-widgets {
    padding: 40px 30px 40px 30px;
}

.site-info {
    padding: 10px 20px 10px 20px;
}

@media (max-width: 768px) {
    .separate-containers .inside-article, .separate-containers .comments-area, .separate-containers .page-header, .separate-containers .paging-navigation, .one-container .site-content, .inside-page-header {
        /*padding:30px;*/
    }

    .site-main .wp-block-group__inner-container {
        padding: 30px;
    }

    .site-info {
        padding-right: 10px;
        padding-left: 10px;
    }

    .entry-content .alignwide, body:not(.no-sidebar) .entry-content .alignfull {
        margin-left: -30px;
        width: calc(100% + 60px);
        max-width: calc(100% + 60px);
    }
}

@media (max-width: 768px) {
    .main-navigation .menu-toggle,.main-navigation .mobile-bar-items,.sidebar-nav-mobile:not(#sticky-placeholder) {
        display:block;
    }

    .main-navigation ul,.gen-sidebar-nav {
        display: none;
    }

    [class*="nav-float-"] .site-header .inside-header > * {
        float: none;
        clear: both;
    }
}

.dynamic-author-image-rounded {
    border-radius: 100%;
}

.dynamic-featured-image, .dynamic-author-image {
    vertical-align: middle;
}

.one-container.blog .dynamic-content-template:not(:last-child), .one-container.archive .dynamic-content-template:not(:last-child) {
    padding-bottom: 0px;
}

.dynamic-entry-excerpt > p:last-child {
    margin-bottom: 0px;
}

.main-navigation .main-nav ul li a,.menu-toggle,.main-navigation .mobile-bar-items a {
    transition: line-height 300ms ease
}

h1.entry-title {
    font-size: 32px;
    line-height: 1.2;
}

h2.entry-title {
    font-size: 29px;
    line-height: 1.5em;
}

.navigation-branding .main-title {
    font-weight: bold;
    text-transform: none;
    font-size: 25px;
}

@media (max-width: 768px) {
    .navigation-branding .main-title {
        font-size:20px;
    }
}

.page-hero {
    box-sizing: border-box;
    position: relative;
}
.page-hero .breadcrumb{
    max-width: 1400px;
    margin: 0 auto;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 3;
    background-color:transparent;
    color: #ffffff;
}
.page-hero .breadcrumb a{
     color: #ffffff;
}
.inside-page-hero > *:last-child {
    margin-bottom: 0px;
}

.page-hero time.updated {
    display: none;
}

.post-image:not(:first-child), .page-content:not(:first-child), .entry-content:not(:first-child), .entry-summary:not(:first-child), footer.entry-meta {
    margin-top: 1em;
}

.post-image-above-header .inside-article div.featured-image, .post-image-above-header .inside-article div.post-image {
    margin-bottom: 1em;
}

.tablepress>:where(thead,tfoot)>tr>* {
    background-color: #5B5B5B;
    color: var(--head-text-color);
    font-weight: 700;
    vertical-align: middle;
    word-break: normal;
}

.page-hero div#main {
    margin: 0 auto 20px !important;
}

.page-hero .pgBan {
    margin: 0;
}

.page-hero .pgBan .Pic {
    padding: 0;
}

.daili .w13,.daili .w158 {
    max-width: 1300px;
    width: 75%;
    margin-left: auto !important;
    margin-right: auto !important;
}

.daili .w158 {
    max-width: 1580px;
    width: 85%;
}

.daili .h1c {
    left: 9.5%;
    top: 15%;
    font-size: 1.25em;
    position: absolute;
    z-index: 2;
    color: #fff;
    font-weight: 300;
}

.page-id-1112902 h1 {
    display: none;
}

#main .daili h1.entry-title {
    font-family: inherit;
    line-height: 1.3;
    background: none;
    color: inherit;
    display: block;
    padding: 0;
    font-size: 2.5em;
    margin: 0 0 2%;
}

.daili h2,.daili h3 {
    font-family: inherit !important;
    color: #000;
}

.daili h2 {
    margin: 5% 0 3%;
    text-align: center;
}

.daili .h2p {
    margin: -1.5% 0 3%;
}

#main .daili th {
    background: #E1E1E1;
    color: inherit;
}

.daili1 .Sin {
    width: 49.2%;
    display: flex;
    flex-direction: column;
}

.daili1 .wd {
    flex: 1;
    position: relative;
    margin: -25% 6% 0;
    padding: 3% 5%;
    box-shadow: 0 4px 10px 0 rgba(0,0,0,.1);
    background: #FFF;
}

.daili1 .wd ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.daili1 .wd li {
    min-width: 35%;
    padding: 1% 0;
    margin-right: 3%;
}

.daili2 h2 {
    color: #fff;
    margin: 0 0 2%;
}

.daili2 .tcBtn {
    background: none;
    border: 1px solid;
    border-radius: 0;
    padding: 12px 56px;
    margin: 2.5% 0 1%;
}

.daili2 .tcBtn:hover {
    background: #185cab;
    border-color: #185cab;
}

.daili2 .Flex {
    background: #f8f8f8;
}

.daili2 .Sin {
    width: 20%;
    padding: 4% 2% 2%;
}

.daili2 .act {
    background: #185cab;
    color: #fff;
}


.daili2 .n {
    font-size: 1.9em;
    font-weight: 700;
    color: #185cab;
    margin: 33px 0 17px;
    display: flex;
    align-items: flex-end;
    line-height: 1em;
}

.daili2 .n::after {
    margin-left: 5px;
    content: '';
    border: 1px dashed;
    flex: 1;
}

.daili2 .act .n {
    color: #fff;
}

.daili2 h3 {
    font-size: 1.25em;
    margin: 9px 0;
}

.daili2 .act h3 {
    color: inherit;
}

.daili3 {
    margin: 5% 0;
}

.daili3>.w13 {
    position: relative;
    margin-top: -9%;
    box-shadow: 0 4px 10px 0 rgba(0,0,0,.1);
    background: #fff;
}

.daili .agentForm .t {
    color: #000;
}

li#menu-item-1128697>ul.sub-menu {
    width: 70%;
    left: 15% !important;
    justify-content: space-between;
    padding: 0 5%;
}

li#menu-item-1128698, li#menu-item-1128704 {
    position: absolute;
    left: 7.2%;
    transform: translateY(180%);
}

li#menu-item-1128704 {
    transform: translateY(360%);
}

li#menu-item-1128697>ul.sub-menu li {
    width: auto;
    float: unset;
    border: 0;
}

li#menu-item-1128697>ul.sub-menu ul {
    position: unset;
}

.t-cen {
    text-align: center;
    margin: 2% 0;
}

.aFoot {
    position: relative;
}

iframe#Iframe1 {
    position: absolute;
    bottom: 5%;
    left: 170px;
    zoom: 0.9;}

/* 右侧联系 */
#list-contact {
    display: none;
}

#r-info {
    position: fixed;
    padding: 0 0 48px;
    background: #fff;
    border-radius: 5px 0 0 5px;
    bottom: 170px;
    right: 0;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    z-index: 99;
}

#r-info .a {
    display: flex;
    width: 70px;
    height: 63px;
    flex-direction: column;
    cursor: pointer;
    align-items: center;
    border-bottom: 2px solid #f3f3f3;
    font-size: 11px;
    line-height: 1.5;
    color: #666;
    justify-content: center;
}


#r-info .Sin:hover::after {
    content: '';
    width: 7px;
    height: 100%;
    position: absolute;
    left: -7px;
    top: 0;
}

#r-info .box {
    font-size: 13px;
    display: none;
    position: absolute;
    right: 77px;
    top: 0;
    min-width: 135px;
    text-align: center;
    background: #0365D4;
}

#r-info .Pic {
    padding: 12px;
    background: #fff
}

#r-info .s2 .box, #r-info .s4 .box {
    top: 50%;
    transform: translateY(-50%);
    padding: 6px 3px;
    white-space: nowrap;
}

#r-info .Sin:hover .box {
    display: block;
    border-radius: 6px;
    overflow: hidden;
}

#r-info .box * {
    color: #fff;
    line-height: 1.5;
}

#r-info .box>p, #r-info .box>a {
    color: #fff;
    line-height: 1.5;
    margin: 0;
    padding: 8px 12px;
}

/*右侧悬浮按钮*/

a.generate-back-to-top::before {
    display: none;
}



.c-mix9 .s1 {
    width: 25.7%;
}

.c-mix9 .s2 {
    width: 47%;
}

.relate .Sin {
    width: 24%;
    text-align: center;
    border-bottom: 1px solid #CDCDCD;
}

.relate p {
    margin: 0;
}

.relate a {
    font-weight: 500;
    display: block;
    color: #3D3D3D;
    padding: 12px;
}

#c-pump-h1 {
    position: absolute;
    z-index: 2;
    top: 17%;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.9);
}

#main #c-pump-h1 h1 {
    font-size: 2.6em;
}

.page .ln-btn,.page .tc-btn {
    padding: 15px 35px;
    line-height: 1;
    display: inline-block;
    color: #fff;
    margin: 9px 0;
    background: #fdb825;
}

.page .ln-btn {
    border: 1px solid #FFF;
    background: none;
}

#bluequotecenter {
    margin: 0 0 0 45%;
}

.pg-2 .ln-btn,.c-pump3 .tc-btn {
    margin: 7% 0 0;
}

.c-pump3 {
    background: #F6F7F8;
    margin: 3% 0;
}

.c-pump3 .Pic {
    width: 60.2%;
}

.c-pump3 .wd {
    width: 39.5%;
    padding: 2% 3%;
    color: #000;
}

.c-pump3 .wd p {
    margin: 2% 0;
}

.c-pump3 h4 {
    font-weight: 500;
    color: #000;
    margin: 0 0 5%;
    font-size: 1.35em;
}

.c-pump3 i {
    background: rgba(24, 92, 171, 0.11);
    font-style: normal;
    padding: 2px 12px;
    margin: 5px;
    display: inline-block;
}
.c-pump3 i:before{
    display: none;
}
.c-pump2 .c-pump3 {
    margin: 1% 0 2.5%;
}
@media(max-width:768px){
    .c-pump3 .Pic,.c-pump3 .wd{
        width: 100%;
    }
}
div.c-pump4>* {
    width: 32.7%;
}

.c-pump4 .Sin {
    width: 22.46%;
    flex-direction: column;
    display: flex;
    justify-content: space-between;
}

div.c-pump4 .s {
    width: 53.4%;
}

.pg-2 .Tabs {
    flex-wrap: unset;
    margin: 3% 0;
}

.pg-2 .Tab {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    font-size: 1.35em;
    border: 1px solid #969696;
    border-left-width: 0;
    text-align: center;
    padding: 1.35%;
}

.pg-2 .Tab:first-child {
    border-left-width: 1px;
}

.pg-2 .Tab.Act {
    background: #185CAB;
    border-color: #185CAB;
    color: #fff;
}

.c-pump6 .pg-wd {
    width: 32.8%;
    padding: 2% 2.5% 1%;
    background: #F6F7F8;
    color: #333;
}

.c-pump6 .s {
    width: 49.5%;
}

.c-pump6 .pg-wd img {
    margin: 0;
}

.c-pump7.pg-fx>*,.c-pump9.pg-fx>* {
    background: #F6F7F8;
    padding: 1.5% 2.5% 1%;
    color: #333;
}

.c-pump7 li {
    padding: 2% 0 0;
}

.c-pump8 .Sin {
    padding: 1% 3.3%;
    border-top: 1px solid rgba(219, 219, 219, 0.6);
}

.c-pump8 .Sin:first-child {
    border: 0;
}

.c-pump8 h3 {
    display: flex;
    align-items: center;
    color: #000;
}

.c-pump8 h3 img {
    margin: 0 1% 0 0;
}

.c-pump9.pg-fx>* {
    line-height: 1.8;
    padding-bottom: 5%;
}

.c-pump9.pg-fx p {
    margin: 5px 0;
}

@media (max-width: 1300px) {
    .pg-2 .ln-btn, .c-pump3 .tc-btn {
        margin: 3% 0 0;
    }

    .pg-2 .on .wd {
        zoom: .9;}
}

.entry-content {
    margin: 0 !important;
}

.pgBan {
    position: relative;
    margin: -90px 0 60px;
}

.pgBan .h1c {
    color: #fff;
    padding: 0 0 80px;
    position: absolute;
    z-index: 2;
}

.pgBan .h1c.tl {
    left: -50px;
    top: 15%;
}

.page-id-1121324 h1 {
    display: none
}

#main .pgBan h1 {
    font-weight: 600;
    display: block;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2.5em;
    margin: 0 0 25px;
    padding: 0;
    line-height: 1.3;
    background: none;
}

.pgBan .Pic,.pgBan.pg-2 .Sin {
    width: calc(100vw - 17px);
    margin-left: calc(-50vw + 8.5px + 50%);
    padding: 0 0 60px;
    background: #f3f3f3;
}

.pgBan.pg-2 .Sin {
    padding: 0;
}

.pgBan.pg-2 .on {
    padding: 0 0 60px;
}

.pgBan.pgBan.pg-2 .Pic {
    padding: 0;
    margin: 0
}

.pgBan .Pic::after {
    height: calc(100% - 60px);
    opacity: .5;
    display: block;
    bottom: 60px;
}

.pgBan.pg-2 .Pic::after {
    height: 100%;
    bottom: 0
}

.pgBan.no-shaw .Pic::after {
    display: none
}

.pgBan .owl-item .Pic::after {
    height: 100%;
    bottom: 0;
}

.pgBan i {
    margin: 0 15px;
    font-style: unset;
}

body:not(.full-width-content) p.h2p {
    max-width: unset;
    margin: -20px auto 40px;
    padding: 0;
    text-align: left;
    line-height: 1.8;
}

/* 24-10-自装车开始 */
.self-load1 .p {
    width: 33%;
    display: flex;
    border: 1px solid #CBCBCB;
    align-items: center;
    justify-content: center;
    margin: 1% 0 2.5%;
    padding: 1.5% 1%;
}

.self-load1 .p img {
    margin-right: 5%;
}



.pg-2 ul {
    margin: 2% 0 6% 1.3em;
}

.pg-2 li::marker {
    font-size: 1.3em;
}

.self-load2 {
    background: #F3F3F3;
    margin: 20px 0;
    padding: 5% 1% 2.5%;
}

.self-load2 img.i {
    top: -25px;
    position: absolute;
    right: -18px;
}

.self-load2 .Pic {
    width: 57.5%;
}

.self-load2 .wd {
    width: 42.5%;
    padding: 1% 3%;
}

.self-load3 .Tabs {
    flex-wrap: nowrap
}

.self-load3 .Tab {
    cursor: pointer;
    margin: 9px 0 2.7%;
    padding: 19px;
    width: 50%;
    text-align: center;
    border: 1px solid #969696;
    border-left-width: 0;
}

.self-load3 .Tab:first-child {
    border-left-width: 1px;
}

.self-load3 .Act {
    background: #185CAB;
    color: #fff;
    border-color: #185cab;
}

.self-load3 .FlexC {
    height: 0;
    overflow: hidden;
}

.self-load3 .on {
    height: auto;
    background: #F3F3F3;
}

.self-load3 .Pic {
    width: 60.5%;
}

.self-load3 .Pic img {
    transform: scale(1.1)
}

.self-load3 .on img {
    transform: scale(1);
    transition: all .9s ease
}

.self-load3 .arr {
    user-select: none;
    width: 44px;
    cursor: pointer;
    line-height: 44px;
    background: rgba(0, 0, 0, .5);
    text-align: center;
    font-size: 1.5em;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.self-load3 .arr:hover {
    background: #185cab;
    transition: all .5s ease;
}

.self-load3 .Rg {
    right: 0;
}

.self-load3 .wd {
    width: 39%;
    padding: 1% 3%;
    color: #000
}

.self-load3 h3 {
    border-bottom: 1px solid #BBB;
    padding: 0 0 5%;
    margin: 0 0 6%;
    position: relative;
}

.self-load3 h3 strong {
    color: #185CAB;
}

.self-load3 h3::after {
    content: '';
    width: 24px;
    height: 2px;
    background: #185CAB;
    position: absolute;
    left: 0;
    bottom: -1px;
}

.self-load3 .wd p {
    display: inline-block;
    width: 46%;
    margin: 4% 3% 0 0;
}

.self-load3 .wd p strong {
    display: block;
    font-size: 1.1em;
}

.self-load4 {
    background: #F0F0F0;
    color: #000;
    margin: 25px 0;
    padding: 30px;
}

.self-load4 h3 {
    font-size: 1.25em;
    margin: 2.2% 0 1.1%;
}

.self-load5 {
    background: #F3F3F3;
    margin: 3% 0;
}

.self-load5 .Pic {
    width: 63.3%;
}

.self-load5 .wd {
    width: 36%;
    padding: 2% 3%;
    color: #000;
}

#main .self-load6 td {
    text-align: left;
    padding: 15px;
}

#main .self-load6 td:first-child {
    white-space: nowrap;
    font-weight: 600;
    background: #F0F0F0;
    color: #000;
}

.self-load7 .nav-tabs .active::after {
    content: '';
    border: 18px solid transparent;
    border-top: 11px solid #185cab;
    position: absolute;
    left: calc(50% - 18px);
}

.self-load7 .tab-pane.active {
    padding: 2% 4%;
    box-shadow: 0 0 9px 3px rgba(0, 0, 0, 0.1);
}

.self-load7 .tab-pane p {
    margin: 3px 0;
}

.self-load8 .Rg {
    width: 67.3%;
}

.self-load8 .Sin {
    display: none;
    background: #F3F3F3;
}

.self-load8 .on {
    display: block;
    padding: 3% 4%;
    margin-top: 11px;
}

.self-load8 h3 {
    font-size: 1.3em;
    color: #000;
    margin: 0 0 2%;
}

.self-load8 .Tab:first-child,.self-load8 .on p {
    margin: 0;
}

.self-load9 .Sin:nth-child(3n+2)::after, .self-load9 .Sin:nth-child(3n+2)::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 1px;
    background: #185CAB;
    left: -15px;
    top: -1px;
    z-index: 2;
}

.self-load9 .Sin:nth-child(3n+2)::after {
    left: unset;
    right: -15px;
}

.self-load9 .Sin:nth-child(2)::after, .self-load9 .Sin:nth-child(2)::before {
    width: 1px;
    height: 30px;
    left: -1px;
    bottom: -15px;
    top: unset;
}

.self-load9 .Sin:nth-child(2)::after {
    right: -1px;
    left: unset;
}

.self-load9 {
    padding: 3% 4%;
    background: #F3F3F3;
    margin: 0 0 30px;
}

.self-load9 .Sin {
    width: 30%;
    padding: 0 3% 2.5%;
    color: #000;
}

.self-load9 .Sin:nth-child(3n+1) {
    padding-left: 0;
}

.self-load9 .Sin:nth-child(3n) {
    padding-right: 0;
}

.self-load9 .Sin:nth-child(4), .self-load9 .Sin:nth-child(5), .self-load9 .Sin:nth-child(6) {
    border-top: 1px solid #D8D8D8;
    padding-top: 2.5%;
    padding-bottom: 0;
}

.self-load9 .Sin:nth-child(3n+2) {
    width: 40%;
    padding-left: 5%;
    border-left: 1px solid #D8D8D8;
    padding-right: 5%;
    border-right: 1px solid #D8D8D8;
}

.self-load9 h3 {
    font-size: 1.2em;
    margin: 0 0 2%;
}

.self-load9 p {
    margin: 0;
}

.self-load10>* {
    width: 26.6%;
    margin: .6% 0
}

.self-load10 .s {
    width: 22.2%;
}

.self-load10>*::after {
    display: block;
    height: 36%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
}

.self-load10 figcaption {
    font-size: .9em;
    position: absolute;
    bottom: 9px;
    z-index: 2;
    width: 100%;
    text-align: center;
    color: #fff;
}
@media (max-width:768px){
    .self-load10 figcaption{
        display: none;
    }
}
.aHom2.distribut {
    padding: 0 11%;
    zoom:.9; margin: 3% 0 2%
}

.aHom2.distribut .t {
    left: 0;
}

.aHom2.distribut .o, .aHom2.distribut .aim {
    zoom: .9;}

/* 24-10-自装车结束 */
/* 常用版式开始 */
.v16-9 {
    padding-top: 56.25%;
    position: relative;
}

.v16-9>* {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.nav.nav-tabs {
    margin: 3% auto 0;
    display: flex;
    border: none;
}

.nav:before,.nav:after {
    display: none
}

.nav-tabs>li {
    margin: 0;
    padding: 0;
    width: 50%;
    text-align: center;
}

.nav-tabs>li>p {
    display: none;
}

.nav-tabs>li * {
    margin: 0;
    font-size: 1em;
    padding: 0;
}

#main .nav-tabs a {
    font-size: 1.2em;
    cursor: pointer;
    font-weight: 500;
    padding: 22px 5px;
    border: 1px solid #BFBFBF;
    line-height: 1.3;
    border-left-width: 0;
    height: 100%;
    display: flex;
    border-radius: 0;
    align-items: center;
    justify-content: center;
    color: #333;
    margin: 0;
}

#main .nav-tabs li:first-child a {
    border-left-width: 1px;
}

#main .nav-tabs .active a {
    background: #fdb825;
    border-color: #fdb825;
}

#main .nav-tabs .active * {
    color: #fff;
}

.v2>.nav-tabs {
    justify-content: space-between;
    border-bottom: 1px solid #e1e1e1;
}

.v2>.nav-tabs>li {
    width: auto;
}

#main .v2>.nav-tabs a {
    position: relative;
    padding: 0 0 20px;
    font-weight: 500;
    background: none;
    font-size: 1.1em;
    border: none;
}

#main .v2>.nav-tabs .active * {
    color: #185cab;
}

.v2>.nav-tabs a::after {
    content: '';
    width: 0;
    position: absolute;
    bottom: -2px;
    left: 50%;
    background: #185cab;
    height: 4px;
    transform: translateX(-50%);
}

.v2>.nav-tabs .active a::after {
    width: 100%;
    transition: all .5s ease;
}

#main .tab-content {
    margin: 2.2% 0;
    overflow: hidden;
}

#main .tab-content br {
    display: none;
}

#main .tab-pane {
    display: block !important;
    overflow: hidden;
    opacity: .6;
    height: 0;
    transform: translateY(20px);
}

#main .tab-pane.active {
    height: auto;
    transform: translateY(0);
    opacity: 1;
    transition: all .8s ease-out;
}

.tab-pane>div:first-of-type, .tab-pane>p:first-of-type {
    margin-top: 0;
}

.tab-pane>div:last-of-type, .tab-pane>p:last-of-type {
    margin-bottom: 0;
}

figure {
    position: relative;
}

.pg-fx,.pg-fxc,.pg-fx-crush {
    margin: 25px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

div.pg-fx>* {
    width: 49.4%;
    margin: .6% 0;
}

.c-pump7.pg-fx-crush>* {
    background: #F6F7F8;
    padding: 1.5% 2.5% 1%;
    color: #333;
}

div.pg-fx-crush>* {
    width: 33%;
    margin: .6% 0;
}

div.pg-fx.f3>* {
    width: 32.5%;
}

.pg-sin,.pg-wd {
    background: #F0F0F0;
    margin: 15px 0;
    position: relative;
}

.pg-sin .wd,.pg-wd {
    color: #333;
    padding: 2% 5% 3%;
}

.pg-wd {
    padding: 1% 2% 2%;
}

.pg-sin h3,.pg-wd h3 {
    color: #000;
}

.pg-wd i.lan {
    color: #185CAB;
    font-style: normal;
    margin-right: 3%;
}

  .pg-fold {
                margin: 25px 0;
            }

            .pg-fold .Sin {
                background: #F3F3F3;
                padding: 16px calc(15px + 1vw);
                margin: 15px 0;
            }

            .pg-fold .Sin>*:first-child {
                margin: 0;
                cursor: pointer;
                font-size: 1.1em;
                font-weight: 600;
                background: url(../images/tu-biao1.png) right center no-repeat;
                background-size: 18px;
                color: #000;
            }

            .pg-fold .p {
                display: none;
                margin-top: 0;
                margin-bottom: 0;
                margin-right: 5%;
            }

            .pg-fold .p p {
                margin: 3px 0;
            }

            .pg-fold li::marker {
                color: rgba(0,0,0,0.75);
            }

            .pg-fold .Act {
                padding: 25px calc(20px + 1vw) 30px;
                background: #fff;
                box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);
            }

            .pg-fold .Act>*:first-child {
                margin: 0 0 15px;
                transition: margin .5s ease;
                background-image: url(../images/tu-biao2.png)
            }

            .pg-fold .Act .p {
                display: block
            }

.pg-faq .Sin {
    margin: 0 0 20px;
    background: #F3F3F3;
    padding: 0 0 1px;
}

.pg-faq .Act {
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
}

.pg-faq h3, .pg-faq .p {
    padding: 20px 95px;
}



.pg-faq .p {
    display: none;
    margin-right: 3%;
}

.pg-faq .Act .p {
    display: block;
    margin-bottom: 9px;
}

/* 常用版式结束 */
h1.entry-title {
    font-size: 36px;
    line-height: 1.2;
}

div#wpadminbar {
    z-index: 9999999;
}

html {
    direction: unset;
}

.fp-watermark {
    display: none;
}

html.fp-enabled {
    margin: 0 !important;
}

.home #fancybox-wrap .optQuot {
    margin: 0;
}

#fullpage .fp-overflow {
    overflow-y: hidden;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

#fullpage .last .fp-overflow {
    align-items: unset;
}

.fp-overflow>div {
    width: 100%;
}

.vh100 .Pic,.vh100 .Vid {
    height: 100vh;
}

.vh100 .Pic img,.vh100 .Vid video {
    height: 100% !important;
}

#fullpage .aHom5 h2 {
    padding: 0 0 1%;
}

#fullpage .aHom5 a {
    width: 136px;
    height: 40px;
    margin: 2% auto 0;
}

#fp-nav ul li a span {
    background: #185CAB;
}

#fullpage .aHom2 .h2c {
    text-align: center;
    padding: 5% 5% 1%;
}

#fullpage .aHom4 .h2c {
    text-align: center;
    padding: 3% 5% 2%;
}

#fullpage .aHom2 .Flex {
    margin: -3% 8% 0 8%;
}

#fullpage .aHom1 .wd,#fullpage .aHom3 h2 {
    top: 15%;
}

#fullpage div.aHom3 .owl-next {
    bottom: 12%;
}

#fullpage .aHom5 {
    padding: 7% 5% 3%;
    margin: 0;
}

#fullpage #footer-widgets div h2 {
    margin: 0 0 15px;
}

#fullpage .aFoot .Flex {
    padding: 5% 0 1%;
}

#fullpage .ftIco {
    padding: 2% 0;
}

#fullpage .copyright-bar {
    padding: 2% 0;
}

@media screen and (max-width: 1500px) {
    #fullpage .aHom5 {
        padding-top: 9%;
        zoom: .9;}

    .site-footer,#fullpage .ftIco,#fullpage .aFoot .Flex {
        zoom: .9;}

    body.home::-webkit-scrollbar {
        width: 6px;
    }

    body.home::-webkit-scrollbar-thumb {
        border-radius: 6px;
    }

    #fullpage #footer-widgets div h2 {
        margin: 0;
    }

    #fullpage .aHom2 .Flex .p {
        font-size: 2.5em;
        line-height: 1;
    }

    .home #fancybox-wrap {
        width: 60% !important;
        zoom: .8;}
}

/* 底部导航开始 */
.site-footer {
    background: #2F2F2F;
    padding: 0 8%;
}

#footer-widgets .widget, #footer-widgets .widget,.site-info,.site-footer div a {
    font-size: 1em;
    text-decoration: none;
    color: rgba(255,255,255,.7)
}

.site-footer div a:hover {
    color: #84b8f5;
}

#footer-widgets {
    padding: 0;
    border: none;
    background: transparent;
}

#footer-widgets .inside-footer-widgets {
    margin: 0;
}

#footer-widgets .widget {
    padding: 0;
}

.inside-footer-widgets>div {
    display: none;
}

.inside-footer-widgets .footer-widget-1 {
    display: block;
    width: 100%;
}

.aFoot .Flex {
    padding: 6% 0;
}

#footer-widgets div h2 {
    color: #fff;
    font-family: 'Roboto';
    text-align: left;
    font-size: 1.5em;
    margin: 0 0 35px;
}

.ftIco {
    padding: 2.5% 0;
}

.ftIco .FlexC a {
    margin-left: 20px;
}

.aFoot .s1 {
    width: 32%;
}

.aFoot .s2 {
    margin: 0 3%;
}

.aFoot .s3 {
    width: 33%;
    white-space: nowrap;
}

.aFoot .s3 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.aFoot .s3 li {
    width: 45%;
}

.aFoot .s3 .ful {
    width: 100%;
}

footer.site-info {
    padding: 0;
    background: none;
    border-top: 1px solid #404040;
}

.site-info .inside-site-info {
    max-width: unset;
}

.copyright-bar {
    padding: 3% 0 50px;
    display: flex;
    justify-content: space-between;
}

.copyright-bar a {
    margin-left: 9px;
}

@media screen and (max-width: 1400px) {
    .aFoot .s3 {
        width: 39%;
        white-space: unset;
    }

    .aFoot li {
        line-height: 1.6;
    }
}

/* 底部导航结束 */
.page-id-1115502 h1,.home h1 {
    display: none;
}

.home #site-navigation {
    position: fixed !important;
}

.home::-webkit-scrollbar {
    width: 9px;
}

.home::-webkit-scrollbar-thumb {
    border-radius: 9px;
    background-color: #185cab;
}

.home::-webkit-scrollbar-track {
    background-color: #d3dce6;
}


@keyframes homA {
    0% {
        transform: translateY(0);
    }

    25% {
        transform: translateY(3px);
    }

    50% {
        transform: translateY(0);
    }

    75% {
        transform: translateY(-3px);
    }

    100% {
        transform: translateY(0);
    }
}


@keyframes homBack {
    0% {
        background-size: 100% 100%;
    }

    50% {
        background-size: 130% 130%;
    }

    100% {
        background-size: 100% 100%;
    }
}

.aHom5 h2 {
    padding: 1% 0 1.8%;
}

.aHom5 p {
    margin: 0;
}

.aHom5 a {
    width: 180px;
    height: 50px;
    background: #185CAB;
    display: flex;
    margin: 2.7% auto 0;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    transition: all .2s ease;
}

.aHom5 a:hover {
    font-size: 1.1em;
    transition: all .2s ease;
}

@media screen and (max-width: 1400px) {
    .aHom2 .Flex .p {
        font-size: 2.5em;
    }

    .aHom2 .aim::after {
        width: 30px;
        height: 30px;
        top: -35px;
    }

    .aHom3 h2 {
        top: 7%;
        right: 31%;
    }

    .aHom3 .wd {
        right: 4%;
        zoom: .9; top: 46%;
        transform: translateY(-50%);
        width: 27%;
    }

    .aHom3 h3 {
        font-size: 1.5em;
        line-height: 1.35;
        margin: 0 0 5%;
    }

    .aHom3 .wd p {
        margin: 1% 0 0;
        line-height: 1.5;
    }

    #main .aHom3 .owl-next {
        zoom: .9; right: calc(31% - 90px);
        bottom: 7%;
    }

    .aHom4 .Flex {
        padding: 0;
    }
}

@media screen and (max-width: 1200px) {
    .about h2, .aHom h2 {
        font-size: 2em;
    }

    .aHom1 .p {
        margin: 20px 0 10px;
        zoom: .9;}

    .aHom2 .u {
        margin-left: 12px;
        font-size: 1.1em;
        padding: 3px 20px 3px 15px;
    }

    .aHom3 h2::after {
        width: 35px;
    }

    .aHom2 .aim,.aHom2 .o,.aHom3 .wd,#main .aHom3 .owl-next,.aHom4 .arr {
        zoom: .8;}
}

/* 首页结束 */
select.wpcf7-form-control {
    width: 100%;
}

.about h3 {
    font-size: 1.3em;
    margin: 10px 0;
}

.baise {
    color: #fff !important;
}

p.h2p {
    text-align: center;
    margin: -20px auto 50px;
    padding: 0 5%;
    text-align: center;
}

.Vid {
    font-size: 0;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.Vid video {
    width: 100%;
    display: block;
    object-fit: cover;
    transition: all 0.5s ease;
}

.Vid::after {
    content: '';
    width: 100%;
    height: 0%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    bottom: 0;
}

.bane {
    position: relative;
}

.p15 {
    padding-left: 10% !important;
    padding-right: 10% !important;
}

.about1 {
    background-color: #f2f2f2;
    padding: 5%;
}

div.about1 h2,div.about2 h2 {
    padding-top: 0;
    color: #185cab;
}

.about1 .Rg {
    width: 77%;
}

.about1 p {
    margin: 0 0 2%;
}

.about1 .Rg .Flex {
    margin: 5% 0 0;
}

.about1 .l {
    background: #aaa;
    width: 1px;
}

.about1 span {
    display: block;
    color: #185cab;
    font-size: 1.5em;
    line-height: 1.5em;
    margin: 0 0 15px;
    font-weight: 600;
}

.about1 strong {
    margin-right: 5px;
    font-size: 1.5em;
}

.about2 {
    padding: 3% 6% 0 0;
}

.about2 .reLat {
    width: 61%;
}

.map .l,.map .o,.map .u {
    position: absolute;
}

.map .l {
    overflow: hidden;
    --siz: 0px;
}

.l img {
    float: right;
    width: 100%;
    max-width: unset;
}

.l1 img,.l2 img,.l3 img,.l7 img {
    width: auto;
    height: 100%;
}

.map .l1 {
    right: 16%;
    top: 23%;
    height: 16%;
    --siz: 23.5%;
}

.map .l2 {
    right: 16%;
    top: 36.5%;
    height: 4.6%;
    --siz: 30.5%;
}

.map .l3 {
    right: 16%;
    top: 39.5%;
    --siz: 52%;
    height: 26.6%;
}

.map .l4 {
    right: 15%;
    top: 40%;
    width: 1.6%;
    --siz: 18%;
}

.map .l5 {
    right: 12%;
    top: 40%;
    width: 3.5%;
    --siz: 23.2%;
}

.map .l6 {
    right: 11%;
    top: 39.5%;
    width: 4.7%;
    --siz: 14%;
}

.map .l7 {
    right: 16.5%;
    top: 39.5%;
    height: 13%;
    --siz: 13%;
}

.map .l1,.map .l2,.map .l3,.map .l7 {
    animation: mapW 2.2s infinite;
}

.map .l4,.map .l5,.map .l6 {
    animation: mapH 2.2s infinite;
}

@keyframes mapW {
    0% {
        width: 0;
    }

    100% {
        width: var(--siz);
        opacity: 0.9;
    }
}

@keyframes mapH {
    0% {
        height: 0;
    }

    100% {
        height: var(--siz);
        opacity: 0.9;
    }
}

.map .u {
    text-align: center;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    line-height: 1em;
    width: 0;
}

.map .u * {
    background: #fff;
}

.map .u0 {
    right: 16%;
    top: 43.5%;
}

.map .u1 {
    right: 40%;
    top: 25.5%;
}

.map .u2 {
    right: 47%;
    top: 44%;
}

.map .u3 {
    right: 68%;
    bottom: 29%;
}

.map .u4 {
    right: 17%;
    bottom: 37.5%;
}

.map .u5 {
    right: 13%;
    bottom: 32.5%;
}

.map .u6 {
    right: 11%;
    top: 55%;
}

.map .u7 {
    right: 29.5%;
    top: 55%;
}

.map .o {
    width: 0;
    height: 0;
}

.map .o::after,.map .o::before {
    content: '';
    width: 8px;
    background: #185cab;
    height: 8px;
    top: 50%;
    left: 50%;
    opacity: .7;
    transform: translate(-50%, -50%);
    position: absolute;
    border-radius: 50%;
}

.map .o::after {
    width: 22px;
    height: 22px;
    opacity: .2;
    animation: mapI 5s infinite;
}

@keyframes mapI {
    0%,100% {
        transform: translate(-50%, -50%) scale(1);
    }

    70% {
        transform: translate(-50%, -50%) scale(1.5);
        opacity: 0.1;
    }
}

.map .o1 {
    left: 35%;
    top: 32%;
}

.map .o2 {
    left: 42.5%;
    top: 40.5%;
}

.map .o3 {
    left: 33%;
    top: 45%;
}

.map .o4 {
    left: 7%;
    top: 45%;
}

.map .o5 {
    left: 28%;
    top: 50%;
}

.map .o6 {
    right: 44%;
    bottom: 44%;
}

.map .o7 {
    right: 37%;
    bottom: 45%;
}

.map .o8 {
    left: 6.5%;
    bottom: 36%;
}

.map .o9 {
    right: 38%;
    bottom: 30%;
}

.map .o10 {
    right: 12.5%;
    bottom: 25%;
}

.map .o11 {
    right: 36%;
    bottom: 15.5%;
}

.map .o12 {
    left: 18%;
    bottom: 11.5%;
}

.about2 .word {
    width: 33%;
    padding: 7% 3.5% 8% 5.5%;
    background: url(/wp-content/uploads/2022/10/square.png);
    background-size: 100% 100%;
}

.about2 p {
    margin: 10px 0 5%;
}

.about3 {
    background: url(/wp-content/uploads/2022/10/mountain.jpg);
    background-size: cover;
    color: #fff;
    padding: 5%;
    margin: 0 0 2%;
}

.about3 h2 {
    margin-left: auto;
    padding: 0 0 5%;
    width: 250px;
}

.about3 .l {
    margin: 3% 0 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
}

.lfSw {
    width: 50%;
    margin: 0;
}

.about3 h3 {
    font-size: 4.4em;
    color: #fff;
    text-indent: -3px;
}

.about3 .ln {
    width: 39px;
    height: 5px;
    background: #fff;
    margin: 2% 0 6%;
}

.lfSw p {
    margin: 1% 0 0;
    font-size: 1.1em;
}

.rgSw {
    margin: 0;
    overflow: hidden;
    width: 250px;
    height: 500px;
}

.rgSw .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    opacity: .5;
    font-size: 1.5em;
}

.rgSw .swiper-slide-prev,.rgSw .swiper-slide-next {
    opacity: .8;
    font-size: 1.7em;
}

.rgSw .swiper-slide-prev {
    padding-bottom: 14%;
}

.rgSw .swiper-slide-next {
    padding-top: 14%;
}

.rgSw .swiper-slide-active {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    font-size: 2em;
    opacity: 1;
    transition: all .5s ease;
}

.scroImg {
    overflow: hidden;
}

.scroImg .con {
    display: flex;
    width: 400%;
    animation: scroImg 20s linear infinite;
}

.scroImg .con img {
    width: 100%;
}

@keyframes scroImg {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}

.about5 .top {
    margin: 5% 7% 0;
    background-color: #155aaa;
    padding: 2%;
    position: relative;
}

.about5 .con {
    background: url(https://aimixgroup.com/wp-content/uploads/2022/10/space.jpg);
    background-size: cover;
    padding: 9% 0 1%;
    margin-top: -6%;
}

.about5 .owl-item {
    overflow: hidden;
}

.about5 .sin {
    opacity: 0;
    padding-top: 3%;
}

.about5 .active .sin {
    opacity: 1;
    transition: all .5s ease-in-out;
}

.about5 .wd {
    position: absolute;
    top: 0;
    width: 100%;
    line-height: 2em;
    font-style: italic;
}

.about5 .wd>div {
    transform: translateX(-100%);
    max-width: 400px
}

.about5 .wd>div:last-child {
    transform: translateX(100%)
}

.about5 .active .wd>div {
    transform: translateX(0);
    transition: all .6s ease-in-out;
}

.about5 img {
    transform: scaleX(.95);
}

.about5 .active img {
    transform: scaleX(1);
    transition: all .3s ease-in-out;
}

.about5 h3 {
    font-size: 2em;
    margin: 0 0 33px;
    font-style: normal;
    white-space: nowrap;
}

.about5 .wd strong {
    display: block;
    margin: 0 0 10px;
}

div.about5 .autohide-arrows .owl-nav {
    display: flex !important;
    justify-content: center;
}

#main .about5 .sa_owl_theme .owl-nav button {
    position: unset !important;
    transform: translateY(-100%);
    width: 66px !important;
    height: 66px !important;
    margin: 0 1.5%;
    border-radius: 50%;
    border: solid 1px #434343;
    background: url(https://aimixgroup.com/wp-content/uploads/2022/10/black-arrow.png) no-repeat center center !important;
}

#main .about5 .sa_owl_theme .owl-nav .owl-next {
    background-image: url(https://aimixgroup.com/wp-content/uploads/2022/10/arrow-black.png) !important;
}

#main .about5 .sa_owl_theme .owl-nav button:hover {
    background-image: url(https://aimixgroup.com/wp-content/uploads/2022/10/white-arrow.png) !important;
    background-color: #185cab !important;
    border: none;
}

#main .about5 .sa_owl_theme .owl-nav .owl-next:hover {
    background-image: url(https://aimixgroup.com/wp-content/uploads/2022/10/arrow.png) !important;
}

.about8 {
    background: url(/wp-content/uploads/2022/10/workig-site.jpg);
    background-size: cover;
    padding: 5% 0 5% 10%;
    color: #fff;
}

.about8 p {
    margin: 0;
}

.ceo {
    padding-left: 9%;
    font-size: 1.5em;
    white-space: nowrap;
}

.about8 h2 {
    font-size: 2em;
    padding: 11% 0;
}

.about8 h3 {
    color: #fff;
    margin: 0 0 2%;
}

.about8 .Rg {
    width: 55%;
}

.about8 .sin {
    cursor: pointer;
    padding: 5% 5% 5% 110px;
    transform: translateX(5%);
    transition: all .3s ease;
    font-size: 1.1em;
    line-height: 1.6;
    background: url(/wp-content/uploads/2022/10/Mission.png) 0 25% no-repeat;
}

.about8 .s2 {
    background-image: url(/wp-content/uploads/2022/10/corporate-vision.png);
}

.about8 .s3 {
    background-image: url(/wp-content/uploads/2022/10/core-value.png);
}

.about8 .sin:hover {
    transform: translateX(0);
    transition: all .6s ease;
}

.about8 .sin:hover::after,.about8 .sin:hover::before {
    content: '';
    width: 100%;
    height: 1px;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.02) 0%, rgba(255, 255, 255, 0.2) 100%);
    position: absolute;
    top: 0;
    left: 0;
}

.about8 .sin:hover::before {
    top: unset;
    bottom: 0;
}

.about7,.about9 {
    padding: 2% 0 5%;
}

.about9 img {
    transform: scale(1);
    transition: all .5s ease;
    object-fit: scale-down;
}

.about9 .sin:hover img {
    transform: scale(1.1);
    transition: all 1s ease;
}

.about9 a.sin {
    display: block;
    width: 23%;
    text-align: center;
    padding: 30px 0;
    font-size: 1.25em;
    color: #000;
}

.about9 .sin:hover {
    box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.1);
    transition: all 1s ease;
}

.about9 span {
    height: 70px;
    margin: 0 0 30px;
    justify-content: center;
}

@media screen and (max-width: 1500px) {
    #main .abSol.h1c h1 {
        font-size: 2.5em;
    }

    .about h2 {
        font-size: 2em;
        padding: 35px 0;
    }

    p.h2p {
        margin: -15px auto 35px;
    }

    .p15 {
        padding-left: 7% !important;
        padding-right: 7% !important;
    }

    .about2 .word {
        padding: 5% 3% 6% 5%;
    }

    .about3 h3 {
        font-size: 3.5em;
        text-indent: -2px;
    }

    .about3 .ln {
        width: 35px;
        height: 3px;
    }

    .about5 h3 {
        white-space: normal;
        font-size: 1.7em;
    }

    .rgSw {
        height: 400px;
    }

    .about5 .top {
        margin: 5% 5% 0;
    }

    .about5 .arr {
        width: 55px;
        line-height: 53px;
    }

    .about8 {
        zoom: .9;}
}

@media screen and (max-width: 1300px) {
    .about1 .Rg {
        width: 70%;
    }

    .about1 span {
        font-size: 1.35em;
        margin: 0 0 11px;
    }

    .about1 strong {
        font-size: 1.35em;
    }

    .about1 .sin {
        zoom: .8;}

    .about2 .word {
        padding: 5% 2% 5% 5%;
        width: 35%;
    }

    #main .about5 .sa_owl_theme .owl-nav button {
        zoom: .8;}
}

.page-id-90382::-webkit-scrollbar {
    width: 9px;
}

.page-id-90382::-webkit-scrollbar-thumb {
    border-radius: 9px;
    background-color: #45bbb7;
}

.page-id-90382::-webkit-scrollbar-track {
    background-color: #d3dce6;
}

/* 砂石骨料开始 */
body {
    font-weight: 400;
}

.Flex.bluTabs {
    border-left: 1px solid #969696;
    margin: 3% 0;
}

.bluTabs .Tab {
    width: 25%;
    text-align: center;
    border: 1px solid #969696;
    border-left: none;
    font-size: 1em;
    margin: 0;
    padding: 20px 0;
    cursor: pointer;
}

.bluTabs.f3 .Tab {
    width: 33.33333333%;
}

.bluTabs.f2 .Tab {
    width: 50%;
}

.bluTabs.f5 .Tab {
    width: 20%;
}

.bluTabs.f6 .Tab {
    width: 16.66666%;
}

.bluTabs .Act {
    background: #185CAB;
    color: #fff;
    transition: background .5s ease;
}

.aggRegat1 .Sin,.aggRegat2 .Sin,.aggRegat3 .Sin,.aggRegat6 .Sin {
    height: 0;
    overflow: hidden;
}

.aggRegat1 .on,.aggRegat2 .on,.aggRegat3 .on,.aggRegat6 .on {
    height: auto;
}

.aggRegat1 .Pic::after,.aggRegat2 .Pic::after,.aggRegat3 .Pic::after,.aggRegat6 .Pic::after {
    height: 100%;
}

.aggRegat1 .on .Pic::after,.aggRegat2 .on .Pic::after,.aggRegat3 .on .Pic::after,.aggRegat6 .on .Pic::after {
    opacity: 0;
    transition: all .7s ease;
}

div.aggRegat1 img,div.aggRegat2 img,div.aggRegat3 img,div.aggRegat6 img {
    transform: scale(1.1);
}

.aggRegat1 .on img,.aggRegat2 .on img,.aggRegat3 .on img,.aggRegat6 .on img {
    transform: scale(1);
    transition: all .5s ease;
}

.aggRegat1 .on {
    background: #F2F2F2;
    padding: 30px 8% 50px 5%;
}

.aggRegat1 strong {
    position: absolute;
    left: 2%;
    top: 28px;
    font-size: 1.35em;
    font-weight: 500;
}

.aggRegat1 h4 {
    font-weight: 600;
    font-size: 1.35em;
    margin: 0 0 1%;
    color: #000;
}

.aggRegat1 .Pic {
    width: 49%;
}

.aggRegat2 .Pic {
    width: 47%;
}

.aggRegat2 .wd {
    width: 48%;
}

.aggRegat2 h4 {
    font-weight: 600;
    font-size: 1.25em;
    margin: 0 0 2%;
    color: #000;
}

.aggRegat2 li {
    padding: 2% 0 0;
}

.aggRegat2 li::marker {
    color: #185CAB;
    font-size: 1.2em;
}

.aggRegat3 .Lf {
    width: 28%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.aggRegat3 .Tab {
    border-bottom: 1px dashed #D4D4D4;
    font-size: 1.1em;
    margin: 0;
    padding: 1% 0 4% 40px;
    font-weight: 500;
    color: #000;
    cursor: pointer;
    position: relative;
}

.aggRegat3 .Act::after {
    content: '';
    background: #185CAB;
    width: 23px;
    height: 2px;
    position: absolute;
    left: 1px;
    top: 13px;
}

.aggRegat3 .Rg {
    width: 70%;
}

.aggRegat3 .wd {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.56);
    color: rgba(255, 255, 255, 0.8);
    padding: 1% 5%;
    width: 100%;
}

.aggRegat3 h4 {
    color: #fff;
}

.aggRegat3 .Act {
    color: #185CAB;
    font-weight: 600;
}

.aggRegat4 .Sin {
    width: 32%;
    margin: 1% 0;
}

.aggRegat4 .Act img {
    transform: scale(1.1);
    transition: all .5s ease;
}

.aggRegat4 .wd {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.55);
    text-align: center;
    color: #fff;
    padding: 2% 3%;
    width: 100%;
    backdrop-filter: blur(10px);
}

.aggRegat4 h3 {
    font-size: 1em;
    margin: 10px;
    font-weight: 500;
}

.aggRegat4 .Act h3 {
    font-size: 1.2em;
    font-weight: 600;
}

.aggRegat4 p {
    display: none;
}

.aggRegat4 .Act p {
    display: block;
}

.aggRegat6 .FlexC {
    padding: 0 90px;
}

div.aggRegat6 .owl-nav {
    display: block !important;
}

div.aggRegat6 .white .sa_owl_theme .owl-nav button {
    width: 44px !important;
    height: 60px !important;
    background-size: 39% !important;
}

div.aggRegat6 .sa_owl_theme .owl-nav .owl-prev {
    left: 0;
}

div.aggRegat6 .sa_owl_theme .owl-nav .owl-next {
    right: 0;
}

.aggRegat6 .Pic {
    width: 60%;
}

.aggRegat6 .wd {
    width: 36%;
}

.aggRegat6 h4 {
    font-weight: 700;
    font-size: 1.5em;
    color: #000;
}

.aggRegat6 h4 strong {
    display: block;
    width: 33px;
    height: 1px;
    background: #185CAB;
    margin: 5px 0 9%;
}

.aggRegat6 p {
    margin: 5px 0 0;
}

.aggRegat7 .Sin {
    width: 49%;
    background: rgba(217, 217, 217, 0.49) url(https://aimixgroup.com/wp-content/uploads/2024/05/pencil.png) right 2% top 3% no-repeat;
    margin: 0 0 2%;
    padding: 1% 3%;
    color: #000;
}

.aggRegat7 .s2 {
    background-image: url(https://aimixgroup.com/wp-content/uploads/2024/05/left.png);
}

.aggRegat7 .s3 {
    background-image: url(https://aimixgroup.com/wp-content/uploads/2024/05/set.png);
}

.aggRegat7 .s4 {
    background-image: url(https://aimixgroup.com/wp-content/uploads/2024/05/cycle.png);
}

.aggRegat7 .Sin:hover {
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
}

.aggRegat7 li::marker {
    color: #185CAB;
}

.aggRegat8 .Sin {
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.12);
    width: 32%;
    margin: 1% 0;
    padding: 70px 20px 1%;
    background: url(https://aimixgroup.com/wp-content/uploads/2024/05/buildings.png) 20px 30px no-repeat;
}

.aggRegat8 .s2 {
    background-image: url(https://aimixgroup.com/wp-content/uploads/2024/05/light.png);
}

.aggRegat8 .s3 {
    background-image: url(https://aimixgroup.com/wp-content/uploads/2024/05/books.png);
}

.aggRegat8 .s4 {
    background-image: url(https://aimixgroup.com/wp-content/uploads/2024/05/write.png);
}

.aggRegat8 .s5 {
    background-image: url(https://aimixgroup.com/wp-content/uploads/2024/05/book.png);
}

.aggRegat8 .s6 {
    background-image: url(https://aimixgroup.com/wp-content/uploads/2024/05/planet.png);
}

.aggRegat8 .Act {
    background-color: #185CAB;
    color: #fff;
    background-image: url(https://aimixgroup.com/wp-content/uploads/2024/05/build.png);
    transition: all .5s ease;
}

.aggRegat8 .Act.s2 {
    background-image: url(https://aimixgroup.com/wp-content/uploads/2024/05/lights.png);
}

.aggRegat8 .Act.s3 {
    background-image: url(https://aimixgroup.com/wp-content/uploads/2024/05/overlap.png);
}

.aggRegat8 .Act.s4 {
    background-image: url(https://aimixgroup.com/wp-content/uploads/2024/05/writing.png);
}

.aggRegat8 .Act.s5 {
    background-image: url(https://aimixgroup.com/wp-content/uploads/2024/05/star.png);
}

.aggRegat8 .Act.s6 {
    background-image: url(https://aimixgroup.com/wp-content/uploads/2024/05/global.png);
}

.aggRegat9 {
    text-align: center;
    background: url(https://aimixgroup.com/wp-content/uploads/2024/05/cooperate.jpg) center;
    color: #fff;
    padding: 5%;
    margin: 0 0 20px;
}

.aggRegat9 a.fancybox {
    background: #185CAB;
    color: #fff;
    padding: 10px 22px;
    display: inline-block;
    border-radius: 30px;
    margin: 2% 0 0;
    text-decoration: none;
}

/* 砂石骨料结束 */
/* banner-H1图片添加阴影 */
.Pic.yinYing::after {
    display: block;
    opacity: .6;
}

div.cwvpsb_iframe {
    max-width: unset;
}

/* banner-H1图片添加阴影 */
@keyframes fulBack {
    0% {
        background-size: 100% 100%;
    }

    50% {
        background-size: 130% 130%;
    }

    100% {
        background-size: 100% 100%;
    }
}

.tcBtn {
    background: #185cab;
    display: inline-block;
    border-radius: 108px;
    padding: 15px 40px;
    color: #fff !important;
    text-decoration: none !important;
    line-height: 1.3em;
    width: auto;
}

.p260 {
    padding-left: 13.6% !important;
    padding-right: 13.6% !important;
}

/* 经销商加盟开始 */
.agentForm {
    padding: 3%;
}

.agentForm .p {
    color: #000;
    font-weight: 500;
    padding-right: 15px;
}

.agentForm .Flex .i {
    display: flex;
    align-items: center;
    padding: 5px 15px;
}

.agentForm .i {
    background: #f8f8f8;
    margin: 0 0 15px;
    padding: 10px 15px;
}

.agentForm .wpcf7-text, div.agentForm textarea, div.agentForm select {
    max-width: 100%;
    width: 100%;
    outline: none;
    background: transparent;
    border: none;
}

.agentForm .wpcf7-text, div.agentForm textarea {
    -webkit-box-shadow: 0 0 0 30px #f8f8f8 inset !important;
}

.agentForm input.wpcf7-submit {
    width: 160px;
    height: 48px;
    background: #185cab;
    border-radius: 25px;
}

.agentForm .send {
    text-align: center;
    position: relative;
}

.agentForm .p {
    white-space: nowrap;
}

.agentForm span.wpcf7-spinner {
    position: absolute;
    bottom: 0;
}

.agentForm .t {
    text-align: center;
    font-size: 2em;
    font-weight: 700;
    margin: 1% 0 3%;
}

#page .h1con h1.entry-title, #page .allianc h2 {
    background: none;
    padding: 0 0 5%;
    font-size: 2.9em;
    margin: 0;
    color: #000;
    line-height: 1.2em;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
}

#page .allianc h2 {
    padding: 5% 0 3%;
    font-size: 2.5em;
    text-align: center;
}

#page .allianc h3 {
    margin: 6% 0 3%;
    font-family: Arial, Helvetica, sans-serif;
}

.allianc .h1con {
    position: absolute;
    top: 50%;
    left: 13.6%;
    transform: translateY(-50%);
    z-index: 3;
    max-width: 730px;
}

.allianc1 .Flex {
    margin: 0 7%;
    background: #f8f8f8;
}

.allianc1 .Sin {
    width: 20%;
    padding: 4% 2% 2%;
}

.allianc1 .act {
    background: #185cab;
    color: #fff;
}

.allianc1 strong {
    display: block;
    font-size: 1.1em;
    margin: 10px 0;
}

.allianc1 .i {
    width: 39px;
    height: 39px;
    background: url(https://aimixgroup.com/wp-content/uploads/2024/04/phone2.png) center no-repeat;
    background-size: cover;
}

.allianc1 .i2 {
    background-image: url(https://aimixgroup.com/wp-content/uploads/2024/04/icon9.png);
}

.allianc1 .i3 {
    background-image: url(https://aimixgroup.com/wp-content/uploads/2024/04/icon8.png);
}

.allianc1 .i4 {
    background-image: url(https://aimixgroup.com/wp-content/uploads/2024/04/introduce2.png);
}

.allianc1 .i5 {
    background-image: url(https://aimixgroup.com/wp-content/uploads/2024/04/icon7.png);
}

.allianc1 .act .i {
    background-image: url(https://aimixgroup.com/wp-content/uploads/2024/04/phone1.png);
}

.allianc1 .act .i2 {
    background-image: url(https://aimixgroup.com/wp-content/uploads/2024/04/writing.png);
}

.allianc1 .act .i3 {
    background-image: url(https://aimixgroup.com/wp-content/uploads/2024/04/icon6.png);
}

.allianc1 .act .i4 {
    background-image: url(https://aimixgroup.com/wp-content/uploads/2024/04/introduce.png);
}

.allianc1 .act .i5 {
    background-image: url(https://aimixgroup.com/wp-content/uploads/2024/04/writing2.png);
}

.allianc1 .n {
    font-size: 1.9em;
    font-weight: 700;
    color: #185cab;
    margin: 30px 0 20px;
    display: flex;
    align-items: flex-end;
    line-height: 1em;
}

.allianc1 .n::after {
    content: '';
    border: 1px dashed #185cab;
    flex: 1;
    margin-left: 5px;
}

.allianc1 .act .n {
    color: #fff;
}

.allianc1 .act .n::after {
    border-color: #fff;
}

.allianc1 .tcBtn {
    margin: 3% 0 5%;
}

.allianc2 {
    background: #f8f8f8;
    padding: 0 0 3%;
}

.allianc2 .Sin {
    background: #fff;
    border-radius: 10px;
    width: 32.3%;
    margin: 0 0 2%;
    padding: 3% 3% 2%;
}

.allianc2 .Sin:hover {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}

.allianc3 .Sin {
    width: 12.8%;
    overflow: hidden;
    transition: all .3s ease;
}

.allianc3 .act {
    width: 48.5%;
    transition: all .3s ease;
}

.allianc3 .Pic {
    display: flex;
    justify-content: center;
    align-items: center;
}

div.allianc3 img {
    width: auto;
    max-width: unset;
}

.allianc3 .Pic::after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.37);
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
}

.allianc3 .act .Pic::after {
    height: 0;
}

.allianc3 .wd {
    position: absolute;
    bottom: 0;
    background: #185cab;
    color: #fff;
    text-transform: capitalize;
    font-size: .9em;
    line-height: 2em;
    padding: 2% 4%;
    display: none;
    white-space: nowrap;
    min-width: 44%;
}

.allianc3 .act .wd {
    display: block;
}

.allianc3 .wd strong {
    font-size: 2em;
    line-height: 1.1em;
}

.allianc4 .Flex {
    background: url(https://aimixgroup.com/wp-content/uploads/2024/04/world-wide.jpg) center;
    padding: 9% 0 8%;
    font-size: 1.25em;
    background-size: cover;
    animation: fulBack 22s linear infinite;
    color: #fff;
}

.allianc4 strong {
    display: block;
    font-size: 2.5em;
    line-height: 1em;
    margin: 0 0 30px;
}

.allianc4 .l {
    width: 1px;
    background: rgba(255, 255, 255, .35);
}

@media screen and (max-width: 1600px) {
    .p260 {
        padding-left: 9% !important;
        padding-right: 9% !important;
    }

    .allianc .h1con {
        left: 9%;
    }

    .allianc1 .Flex {
        margin: 0 6%;
    }

    div.allianc3 img {
        height: 535px;
    }
}

@media screen and (max-width: 1300px) {
    .p260 {
        padding-left: 7% !important;
        padding-right: 7% !important;
    }

    .allianc .h1con {
        left: 7%;
    }

    .allianc1 .Flex {
        margin: 0 5%;
    }

    div.allianc3 img {
        height: 450px;
    }

    .allianc1 .Sin,.allianc2 .Sin {
        zoom: .9;}

    .tcBtn {
        padding: 13px 33px;
    }

    .allianc4 strong {
        font-size: 2em;
        margin: 0 0 20px;
    }
}

@media screen and (max-width: 1150px) {
    div.allianc3 img {
        height: 400px;
    }

    .allianc1 .Sin,.allianc2 .Sin {
        zoom: .8;}

    .allianc4 strong {
        font-size: 1.8em;
    }

    #page .h1con h1.entry-title {
        padding: 0 0 3%;
        font-size: 2.5em;
    }

    #page .allianc h2 {
        font-size: 2.2em;
    }
}

/* 经销商加盟结束 */
#page .reMark h1.entry-title,#page .reMark h2 {
    background: none;
    padding: 0 0 3%;
    font-size: 2.5em;
    margin: 0 auto;
    line-height: 1.2em;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

#page .reMark h1.entry-title {
    color: #fff;
}


/*24-9-12破碎新表单*/
.full-width-content .form24 {
    margin: 4% 13%;
    box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.09);
}

.form24.v1 .t {
    background: rgba(24, 92, 171, 0.12);
    color: inherit
}

.form24.v1 .t strong {
    color: #000;
    font-weight: 600;
    margin: 6px 0 12px;
}

.form24.v1 a {
    color: #185CAB;
}

.form24.v1 .wd {
    border: 1px solid #CDCDCD;
    width: 34%;
    font-size: .9em;
    background: none;
}

.form24.v1 ul {
    list-style: auto;
    line-height: 1.5em;
}

.form24.v1 li::marker {
    font-weight: 500;
    color: #185cab;
}

.form24.v1 .p {
    display: flex;
    align-items: center;
    margin: 2% 0 6% -2px !important;
    font-size: 1.1em;
}

.form24.v1 .p img {
    margin-right: 11px;
    width: auto;
}

.form24.v1 .fm {
    width: 64%;
}

.form24.v1 .i {
    width: 49.4%;
    margin: 0 0 11px;
    font-size: .95em;
    display: flex;
    border: 1px solid #CDCDCD;
    padding: 8px 15px;
    align-items: center;
}

.form24.v1 .i1 {
    width: 100%;
}

.form24.v1 .i2 {
    align-items: start;
}

.form24.v1 .f {
    flex: 1
}

.form24.v1 .i .wpcf7-form-control {
    width: 100%;
    padding: 2px 6px;
    font-size: .95em;
    background: none;
    border: none;
    margin: 0;
    outline: none;
}

.form24.v1 .send {
    margin-top: 6px;
}

.form24.v1 .send * {
    height: 100%;
}

.form24.v1 .wpcf7-submit {
    background-position: right 28px center !important;
    padding: 9px 60px 9px 30px;
    margin: 0;
}

body:not(.full-width-content) .form24 {
    box-shadow: none;
    padding: 0;
}

body:not(.full-width-content) .form24:before {
    content: "";
    display: block;
    width: calc(100% + 120px);
    height: 30px;
    background: #f3f3f3;
    margin: 50px -60px;
    position: relative;
    display: none;
}

div#fancybox-wrap {
    position: fixed;
    max-width: 1100px;
    top: 50% !important;
    width: 78% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    height: auto !important;
}

#fancybox-content>* {
    overflow-x: hidden !important;
}

#fancybox-wrap .form24 {
    margin: 0;
    padding: 2%;
    zoom:.9}

#fancybox-wrap .form24:before {
    display: none !important;
}

.form24 {
    background: #fff;
    font: 300 16px Inter;
    color: #333;
    padding: 2.5%;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
}

.form24 p {
    margin: 0;
}

.form24 .t {
    background: #fdb825;
    text-align: center;
    padding: 2%;
    color: rgba(255, 255, 255, 0.9);
    margin: 0 0 3%;
}

.form24 .t strong {
    font-size: 1.8em;
    color: #fff;
    display: block;
    font-weight: 500;
    margin: 0 0 9px;
}

.form24 a {
    color: #fff;
    text-decoration: underline;
}

.form24 .wd {
    background: #F5F7F9;
    padding: 2%;
    width: 49.5%;
    font-weight: 400;
    line-height: 1.5;
}

.form24 .wd p {
    margin: .5em 0;
}

.form24 .Sin {
    width: 14%;
    text-align: center;
    font-size: .75em;
    z-index: 9;
}

.form24 img {
    width: 100%;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.09);
}

.form24.v1 img {
    box-shadow: none;
}

.form24 .reLat::after {
    content: '';
    border-top: 1px dashed #ADADAD;
    width: 100%;
    position: absolute;
    top: 30%;
}

.form24 .fm {
    width: 48.5%;
}

.form24 .i {
    width: 100%;
}

.form24 .wpcf7-form-control {
    width: 100%;
    padding: 11px 15px;
    min-height: unset !important;
    margin-top: 15px;
    font: 1em Inter;
    border: 1px solid #D6D6D6;
    background: none;
    color: #666;
}

div.form24 .wpcf7-submit {
    background: url(../images/send-button.png) #fdb825 right 30% center no-repeat !important;
    background-size: 20px !important;
    font-size: 1.1em;
    font-weight: 300;
    color: #fff;
    padding: 11px 35px 11px 9px;
    margin: 9px 0;
}

.form24 .c {
    font-size: .9em;
    color: #999;
    text-align: center;
}

.form24 .wpcf7-spinner {
    top: 8px;
    position: absolute;
    right: 0;
    margin: 0;
    height: 24px !important
}

.form24 .send {
    position: relative;
}

.form24.v1 .send .wpcf7-spinner {
    right: -26px;
}

.form24 .wpcf7-not-valid-tip {
    position: absolute;
    right: 0;
}

@media screen and (max-width: 1500px) {
    .form24 {
        font-size:14px
    }

    .full-width-content .form24 {
        margin: 3% 8%;
    }

    .form24 .t strong {
        font-size: 1.6em;
    }

    .form24 .wpcf7-form-control {
        padding: 7px 9px;
        font-size: .9em;
        margin-top: 11px;
    }
}

@media (max-width:768px){
    .form24 .wd,.form24 .fm{
        width: 100%;
    }
}

@keyframes topBot {
    0% {
        transform: translateY(0);
    }

    25% {
        transform: translateY(5px);
    }

    50% {
        transform: translateY(0);
    }

    75% {
        transform: translateY(-5px);
    }

    100% {
        transform: translateY(0);
    }
}


/* 分块设置 */
.full-width-content h2,.full-width-content h3,.full-width-content h4 {
    font-family: Times New Roman;
}

h2 {
    font-size: clamp(20px,2vw,2.1em);
    font-weight: 700;
    line-height: 1.35em;
    background: none;
    margin: 0 0 30px;
}

h3 {
    background: none;
    margin: 15px 0;
    font-size: 1.35em;
    line-height: 1.3em;
    font-weight: 500;
}

h3.sz {
    font-size: 1.75em;
    padding: 20px 0 10px;
}

h3.cir::before {
    content: '';
    width: 9px;
    height: 9px;
    background: #004AA2;
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
}

h3.sz.cir::before {
    width: 15px;
    height: 15px;
    margin-right: 15px;
}

h4 {
    font-size: 1.25em;
    font-weight: 500;
    color: #3E3E3E;
    margin: 10px 0;
}

#main table {
    margin: 20px 0;
    border-collapse: collapse;
}
#main table p{
    margin-bottom: 0;
}
#main th {
    background: #5B5B5B;
    border-left: 1px solid #D8D8D8;
    color: #fff;
    text-align: center;
    font-weight: 500;
    padding: 10px;
}

#main th span {
    color: #fff !important;
}

#main td {
    font-size: 14px;
    text-align: center;
    padding: 10px;
    border: 1px solid #D8D8D8;
}

body:not(.full-width-content) {
    background: #f3f3f3;
}

.full-width-content .entry-content {
    margin: 0 !important
}

body:not(.full-width-content) #main {
    background-color: #fff;
    padding: 0 60px;
    margin: 60px auto 80px;
}

.entry-content>h2 {
    color: #000;
    margin: calc(30px + 2vw) 0 40px;
}

.entry-content>h2:before {
    content: "";
    display: block;
    width: calc(100% + 120px);
    height: 50px;
    background: #f3f3f3;
    margin-left: -60px;
    margin-bottom: 60px;
    position: relative;
    display: none;
}

@media (max-width: 1600px) {
    body:not(.full-width-content) #main {
        background-color: #fff;
        padding: 0 20px;
        margin: 60px 0;
    }
}



@media (max-width: 1500px) {

    .entry-content>h2:before {
        width: calc(100% + 100px);
        margin-left: -50px;
        margin-bottom: 50px;
        position: relative;
    }

    body {
        font-size: 14px;
    }

    h3.sz {
        padding: 15px 0 5px;
    }

    h3.sz.cir::before {
        width: 10px;
        height: 10px;
        margin-right: 10px;
    }
}

@media (max-width: 1200px) {
    body {
        /*font-size: 12px;*/
    }
}

ul {
    margin-left: 1.2em;
}



.nav.nav-tabs h2 {
    font-size: 20px;
    padding: 0;
    line-height: 1.1em;
}

.pgH1c {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
}

.pgH1c h1.entry-title {
    font-size: clamp(30px,2vw,50px);
    font-weight: 700;
    text-transform: capitalize;
}

.Pic .p {
    position: absolute;
    width: 100%;
    bottom: 0;
    font-size: 16px;
    text-align: center;
    padding: 15px;
    color: #fff;
    background: rgba(0, 0, 0, 47%);
}


.Relative,.reLat,.Sin {
    position: relative;
}

.abSol {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 9;
}




.FlexC {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}










/* 配件网页开始 */
/* public */
.Flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.Flex>p,.sparePart::-webkit-scrollbar {
    display: none;
}

.Pic {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.Absolute {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.Pic::after,figure::after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    bottom: 0;
    display: none;
}

.Pic img,div.owl-item .Pic img,figure img {
    object-fit: cover;
    width: 100%;
    display: block;
    transition: all 1s ease-in-out;
}






body.tag #content header.entry-header h2.entry-title {
    background: none;
    padding-left: 0;
}

#fancybox-wrap #fancybox-outer .leave-message-aimix p {
    margin-bottom: 0;
}

div#Cases-map {
    display: none;
}

body {
    line-height: 1.7;
    overflow-x: hidden;
    padding-bottom: 0 !important;
}



h2.cen {
    text-align: center;
}

h2.white {
    color: #fff !important;
}




/* 案例详情 */







.aimixAnLi2Tabs p:empty {
    display: block !important;
}

.aimixContact p,.aimixService p {
    margin: 0 !important;
}

.aimixFlex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.aimixRelative {
    position: relative;
}

.aimixAbsolute {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.aimixPic {
    width: 100%;
    font-size: 0;
}

.aimixProShow22 .pt-cv-wrapper .text-left.pt-cv-pagination-wrapper {
    text-align: center !important;
}

.aimixPic a {
    width: 100%;
    font-size: 0;
}

.aimixPic img {
    width: 100%;
}

body.tag #content .tag-asia .inside-article .entry-summary a.read-more.button,body #page a._self.pt-cv-readmore.btn.btn-success.cvplbd {
    width: 200px;
    height: 50px;
    font-size: 18px;
    justify-content: center;
    align-items: center;
    display: flex;
    background-color: #0d4e9a !important;
    border-radius: 25px !important;
    float: none;
}

body.tag #content .tag-asia .inside-article .entry-summary a.read-more.button {
    width: 170px;
    height: 44px;
    font-size: 17px;
    position: absolute;
    bottom: 4em;
}

@media (min-width: 1025px) {
    body.tag #content .tag-asia .inside-article .entry-summary {
        font-size: 14px;
    }
}

body.tag #content .tag-asia .inside-article {
    border-bottom: 1px solid #e5e5e5;
    padding: 20px 0 !important;
    margin: 20px auto 30px;
    position: relative;
}

body #page a._self.pt-cv-readmore.btn.btn-success.cvplbd {
    margin-top: 90px;
}

body #page .pt-cv-pagination-wrapper .pagination,#main #nav-below .nav-links {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

body.tag #content .tag-asia .inside-article header.entry-header,body.tag #content .tag-asia .inside-article .entry-summary {
    width: calc(100% - 500px);
    float: right;
    margin: 20px 0 0;
}

body.tag #content .tag-asia .inside-article .post-image {
    border-radius: 25px;
    overflow: hidden;
}

#main #nav-below a.prev.page-numbers {
    width: 75px;
    height: 75px;
    border-radius: 100%;
    margin: 0 50px 0 0 !important;
    padding: 25px 0 0;
    text-align: center;
    border: solid 1px #a0a0a0;
    font-size: 14px !important;
}

#main #nav-below .nav-links {
    margin: 0 0 30px;
}

body #page .pt-cv-pagination-wrapper .pagination .cv-pageitem-prev a,body #page .pt-cv-pagination-wrapper .pagination .cv-pageitem-next a {
    width: 74px;
    height: 74px;
    border-radius: 100%;
    border-bottom-left-radius: 100% !important;
    border-top-left-radius: 100% !important;
    border-bottom-right-radius: 100% !important;
    border-top-right-radius: 100% !important;
    display: flex;
    margin: 0 60px !important;
    border: solid 1px #a0a0a0;
    justify-content: center;
    align-items: center;
    font-size: 0 !important;
    position: relative;
}

body #page .pt-cv-pagination-wrapper .pagination .cv-pageitem-prev.active a,body #page .pt-cv-pagination-wrapper .pagination .cv-pageitem-next.active a {
    background: transparent !important;
}

body #page .pt-cv-pagination-wrapper .pagination .cv-pageitem-prev a::after,body #page .pt-cv-pagination-wrapper .pagination .cv-pageitem-next a::after {
    content: 'PREV';
    font-size: 16px;
    color: #a0a0a0;
}

body #page .pt-cv-pagination-wrapper .pagination .cv-pageitem-next a::after {
    content: 'NEXT' !important;
}

body #page .pt-cv-pagination-wrapper .pagination .cv-pageitem-number a,#main #nav-below a.page-numbers {
    border: none;
    font-size: 18px !important;
    padding: 0;
    margin: 0 10px !important;
    color: #2f2f2f !important;
}

body #page .pt-cv-pagination-wrapper .pagination .cv-pageitem-number.active a {
    background-color: transparent !important;
    color: #0d4e9a !important;
    font-size: 24px !important;
    border-bottom: 1px solid #0d4e9a !important;
}






@keyframes warn1 {
    0% {
        transform: scale(0);
        opacity: 1
    }

    100% {
        transform: scale(.6);
        opacity: 0
    }
}

.aimixContact4-safe {
    width: 510px;
    background-color: rgba(28, 50, 93, 0.95);
    box-shadow: 4px 9px 13px 0px rgba(35, 225, 255, 0.23);
    border-radius: 0px 26px 26px 26px;
    padding: 30px 110px 30px 70px;
    box-sizing: border-box;
    position: absolute;
    left: 32px;
    top: 60px;
    z-index: 9;
    display: none;
}

.aimixContact4-single.active .aimixContact4-safe {
    display: block;
}

.aimixContact4-single.two .aimixContact4-safe {
    width: 310px;
}

.aimixContact4-single.five .aimixContact4-safe {
    width: 350px;
}

.aimixContact4-single.two .aimixContact4-safe .aimixContact4-li,.aimixContact4-single.five .aimixContact4-safe .aimixContact4-li {
    width: 100%;
}

.aimixContact4-single.two .aimixContact4-safe .aimixContact4-li:nth-child(2n),.aimixContact4-single.five .aimixContact4-safe .aimixContact4-li:nth-child(2n) {
    margin-left: 0;
}

.aimixContact4-single.two .aimixContact4-safe .aimixContact4-li:nth-child(2n) a,.aimixContact4-single.five .aimixContact4-safe .aimixContact4-li:nth-child(2n) a {
    justify-content: start;
}

.aimixContact4-single.four .aimixContact4-safe {
    top: 30px;
}

.aimixContact4-single.five .aimixContact4-safe {
    top: -150px;
    border-radius: 26px 26px 26px 0px;
}

.aimixContact4-single.six .aimixContact4-safe {
    left: -260px;
    width: 550px;
    border-radius: 26px;
    padding: 30px 70px 30px 60px;
}

.aimixContact4-single.three .aimixContact4-safe {
    border-radius: 26px;
    padding: 30px 70px 30px 60px;
    top: -100px;
}

.aimixContact4-single.three .aimixContact4-safe .unionPic img.aligncenter.size-full.wp-image-67401.jetpack-lazy-image.jetpack-lazy-image--handled {
    height: 22px;
}

.aimixContact4-single.six .aimixContact4-safe span.unionPic.aimixPic {
    margin-right: 10px;
}

.aimixContact4-single.six .aimixContact4-safe .aimixContact4-li:nth-child(2n) a {
    justify-content: start;
}

.aimixContact4-single.six .aimixContact4-safe .aimixContact4-li:nth-child(2n) span.unionTit {
    width: auto;
}

.aimixContact4-single.three .aimixContact4-safe .aimixContact4-li:nth-child(2n) span.unionTit,.aimixContact4-single.seven .aimixContact4-safe .aimixContact4-li:nth-child(2n) span.unionTit {
    width: 50%;
}

.aimixContact4-single.seven .aimixContact4-safe {
    top: -150px;
    left: -260px;
    border-radius: 26px;
}

.aimixContact4-li {
    display: inline-block;
    width: 49%;
    margin: 8px 0;
}

.aimixContact4-li:nth-child(2n) {
    margin-left: 0.5%;
}

.aimixContact4-li a {
    display: flex;
    align-items: center;
}

.aimixContact4-li:nth-child(2n) a {
    justify-content: end;
}

.aimixContact4-li:nth-child(2n) span.unionTit {
    width: 40%;
}

span.unionPic.aimixPic {
    width: 35px !important;
    margin-right: 20px;
    display: inline-block;
}

/* 媒体查询 */
@media screen and (max-width: 1700px) {
    .aimixContact1 h1 {
        font-size: 56px;
        line-height: 56px;
    }

    .aimixContact1-t1 {
        font-size: 28px;
        margin-top: 45px;
    }

    .aimixContact2 .wpcf7-form p:nth-child(2) {
        font-size: 46px;
        margin-bottom: 55px !important;
    }

    .aimixContact2-con {
        margin: 110px auto 0;
    }

    .aimixContact2-pic {
        width: 86px;
        height: 86px;
        padding: 20px;
        margin: 0 auto 55px;
    }

    .aimixContact2-t {
        font-size: 18px;
    }

    .aimixContact h2, .aimixService h2, .aimixProList h2 {
        font-size: 46px !important;
    }

    .aimixContact3-t {
        font-size: 34px;
        margin-bottom: 18px;
    }

    .aimixContact3-single {
        padding: 45px 0 50px 25px;
    }

    .aimixContact2 {
        background-color: #185cab;
        padding-bottom: 100px;
    }
}

@media screen and (max-width: 1550px) {
    .aimixContact2 .wpcf7-form p {
        margin-bottom: 25px !important;
    }

    .aimixContact1 h1 {
        font-size: 50px;
        line-height: 50px;
    }

    .aimixContact1-t1 {
        font-size: 26px;
        margin-top: 35px;
    }

    .aimixContact2 .wpcf7-form p:nth-child(2) {
        font-size: 40px;
        margin-bottom: 45px !important;
    }

    .aimixContact2 div#wpcf7-f67265-p67220-o1 {
        margin: -95px auto 0;
        padding: 90px 3.5% 25px 5.5%;
    }

    .aimixContact2 .wpcf7-form p:nth-child(10) input.wpcf7-submit {
        font-size: 20px;
        padding: 10px 50px;
    }

    .aimixContact2-pic {
        width: 80px;
        height: 80px;
        padding: 18px;
        margin: 0 auto 50px;
    }

    .aimixContact2 {
        background-color: #185cab;
        padding-bottom: 90px;
    }

    .aimixContact2-t {
        font-size: 16px;
        line-height: 25px;
    }

    .aimixContact2-con {
        margin: 100px auto 0;
    }

    .aimixContact h2, .aimixService h2, .aimixProList h2 {
        font-size: 42px !important;
    }

    .aimixContact3-t {
        font-size: 32px;
        margin-bottom: 15px;
    }

    .aimixContact3-t1 {
        font-size: 14px;
    }

    .aimixContact3-single {
        padding: 40px 0 45px 20px;
    }

    .aimixContact3-safe {
        width: 72%;
        left: 14%;
    }

    .aimixContact2 .wpcf7-form p label textarea, .aimixContact2 .wpcf7-form p label input {
        font-size: 14px;
    }

    .aimixContact3 {
        margin: 70px 0 90px;
    }
}

@media screen and (max-width: 1400px) {
    .aimixContact1 h1 {
        font-size: 44px;
        line-height: 44px;
    }

    .aimixContact1-t1 {
        font-size: 24px;
        margin-top: 28px;
    }

    .aimixContact2 div#wpcf7-f67265-p67220-o1 {
        margin: -90px auto 0;
        padding: 80px 3% 20px 5%;
    }

    .aimixContact2 .wpcf7-form p:nth-child(2) {
        font-size: 36px;
        margin-bottom: 38px !important;
    }

    .aimixContact2 .wpcf7-form p {
        margin-bottom: 20px !important;
    }

    .aimixContact2-con {
        margin: 90px auto 0;
        width: 82%;
    }

    .aimixContact2-pic {
        width: 70px;
        height: 70px;
        padding: 18px;
        margin: 0 auto 44px;
    }

    .aimixContact2-t {
        font-size: 14px;
        height: 80px;
    }

    .aimixContact h2, .aimixService h2, .aimixProList h2 {
        font-size: 38px !important;
    }

    .aimixContact3-t1 {
        font-size: 12px;
    }

    .aimixContact3-single {
        padding: 35px 0 40px 15px;
    }

    .aimixContact2 .wpcf7-form p label textarea, .aimixContact2 .wpcf7-form p label input {
        font-size: 12px;
    }

    .aimixContact2 .wpcf7-form p label textarea {
        max-height: 100px;
    }

    .aimixContact3-t {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .aimixContact2 {
        background-color: #185cab;
        padding-bottom: 75px;
    }

    .aimixContact31 {
        width: 82%;
    }

    .aimixContact3 {
        margin: 60px 0 80px;
    }

    .aimixContact, .aimixService {
        font-size: 14px;
    }
}

@media screen and (max-width: 1300px) {
    .aimixContact1 h1 {
        font-size: 40px;
        line-height: 40px;
    }

    .aimixContact1-t1 {
        font-size: 22px;
        margin-top: 20px;
    }

    .aimixContact2 .wpcf7-form p:nth-child(2) {
        font-size: 33px;
        margin-bottom: 30px !important;
    }

    .aimixContact2 div#wpcf7-f67265-p67220-o1 {
        margin: -80px auto 0;
        padding: 70px 2.5% 15px 4.5%;
    }

    .aimixContact2 .wpcf7-form p {
        margin-bottom: 15px !important;
    }

    .aimixContact2-pic {
        width: 60px;
        height: 60px;
        padding: 15px;
        margin: 0 auto 35px;
    }

    .aimixContact2-con {
        margin: 70px auto 0;
        width: 83%;
    }

    .aimixContact2-t {
        font-size: 12px;
        height: 70px;
        line-height: 20px;
    }

    .aimixContact2 {
        background-color: #185cab;
        padding-bottom: 55px;
    }

    .aimixContact h2, .aimixService h2, .aimixProList h2 {
        font-size: 32px !important;
    }

    .aimixContact3-safe {
        width: 74%;
        left: 13%;
    }

    .aimixContact3-t {
        font-size: 24px;
        margin-bottom: 5px;
    }

    .aimixContact3-single {
        padding: 30px 0 35px 10px;
    }

    .aimixContact31 {
        width: 83%;
    }

    .aimixContact3 {
        margin: 50px 0 70px;
    }
}

#jp-relatedposts {
    max-width: 1460px;
    margin: 0 auto !important;
    padding: 30px 0;
}

/* 导航*/
/*导航开始*/
.page-id-31456 span.wpcf7-form-control-wrap input {
    width: auto;
}

.page-id-31456 .suggest1-mid-main .wpcf7-list-item label {
    font-weight: bold;
}

body.page-id-31456 .grid-container {
    max-width: 1210px;
}

body.page-id-31456 .inside-article {
    padding: 0 !important;
}

.main-navigation .main-nav>ul>li {
    position: initial;
}

.main-navigation ul li.search-item.menu-item-align-right {
    /* display: none !important;*/
}

.main-navigation .main-nav>ul>li>ul {
    left: 0 !important;
    display: flex;
    width: 100%;
    justify-content: center;
    z-index: 50;
    background-color: rgba(245, 245, 245, 1);
    border-top: 1px solid #e5e5e5;
}

#site-navigation.down .main-navigation .main-nav>ul>li>ul {
    background-color: rgba(250, 250, 250, 0.9);
}

.menu span.dropdown-menu-toggle {
    padding: 0 0 0 10px;
}

.menu>li>ul .dropdown-menu-toggle {
    display: none;
}

.main-navigation .main-nav>ul>li>ul>li {
    width: 300px;
    border-right: 1px dashed rgba(27, 27, 27, 0.2);
    margin-top: 60px;
    margin-bottom: 60px;
}

.main-navigation .main-nav>ul>li>ul>li:last-child,#menu-item-65142 .sub-menu li,#menu-item-45250 .sub-menu li,#menu-item-30916 .sub-menu li {
    border-right: none;
}

.main-navigation .main-nav>ul>li>ul>li>a {
    padding: 0 !important;
    color: #000;
    margin: 0 auto;
    position: relative;
    font-size: 20px !important;
}

.main-navigation .main-nav>ul>li>ul>li:hover a {
    background-color: initial !important;
}

.main-navigation .main-nav>ul>li>ul>li:hover>a {
    color: #333 !important;
}

.main-navigation .main-nav>ul>li>ul>li:not(.menu-item-65142) ul {
    position: relative;
    background: none;
    width: 240px;
    margin: 10px auto 0;
    box-shadow: none;
    left: 30px !important;
    opacity: 1;
    pointer-events: auto;
    height: auto;
    overflow: visible;
}

.main-navigation .main-nav>ul>li>ul>li ul a {
    border-right: none;
    padding-left: 10px !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-top: 20px !important;
    color: #333;
    font-size: 15px !important;
}

.main-navigation .main-nav>ul>li>ul>li:not(.menu-item-65142) ul a::before {
    content: '';
    height: 1px;
    width: 5px;
    background: #333;
    position: absolute;
    top: 28.5px;
    left: 0;
}

.main-navigation .main-nav>ul>li>ul>li ul a:hover::before {
    background: #0d3380;
}

#menu-item-30916>ul {
    padding: 2% 9%;
    flex-wrap: wrap;
}

li#menu-item-1114534,li#menu-item-45250,li#menu-item-65142 {
    position: relative;
}

#menu-item-1114534>ul,#menu-item-45250>ul {
    min-width: 300px;
    padding: 25px 25px 30px;
    display: block;
    left: 50% !important;
    transform: translateX(-50%);
}

#menu-item-65142>ul {
    position: absolute;
    left: 100% !important;
    transform: none;
    background: #fff;
    margin: 0;
    padding: 15px 20px;
    width: 180px !important;
}

#menu-item-65142>ul a {
    padding: 9px 0 !important;
}

#menu-item-1114534>ul>li,#menu-item-45250>ul>li {
    padding: 20px 0;
    border: none;
    width: 100%;
    border-top: 1px solid #D8D8D8;
    margin: 0;
}

#menu-item-1114534>ul>li:first-child,#menu-item-45250>ul>li:first-child {
    border: none;
}

#menu-item-30916>ul>li {
    padding-left: 50px;
    background-repeat: no-repeat;
    background-position: left center;
}

.main-navigation .main-nav>ul #menu-item-45244>ul>li>a,.main-navigation .main-nav>ul #menu-item-30916>ul>li>a {
    margin: 0 !important;
}

.main-navigation .main-nav>ul #menu-item-45244>ul>li ul,.main-navigation .main-nav>ul #menu-item-30916>ul>li ul {
    left: 0px !important;
}

#menu-item-30916>ul>li {
    width: 14% !important;
}

.main-navigation #menu-item-30916>ul>li:first-child {
    width: 28% !important;
}

#menu-item-50237 ul li {
    width: 48%;
    display: inline-block !important;
}

/*导航结束*/
/* 导航logo */
.navigation-branding img,.site-logo.mobile-header-logo img {
    height: auto !important;
    padding: 0;
}

.site-logo {
    margin-top: 0 !important;
}

#site-navigation {
    position: sticky !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999 !important;
    background: rgba(245, 245, 245, 1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

body div#notification-37106 {
    z-index: 99999999 !important;
}

ul#menu-top-menu {
    min-width: 90%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#primary-menu .gt_selector {
    background: none;
    border: 0;
    width: 111px;
}

li.menu-item-gtranslate>div {
    position: relative !important;
}

li.menu-item-gtranslate .gt_switcher {
    width: 150px;
}

li.menu-item-gtranslate .gt_switcher .gt_selected {
    background: transparent;
}

li.menu-item-gtranslate .gt_switcher .gt_selected a:after {
    top: calc(50% - 12px);
}

li.menu-item-gtranslate .gt_switcher .gt_selected a {
    border: none !important;
    font-size: 14px;
}

li.menu-item-gtranslate .gt_switcher .gt_selected a:hover {
    background-color: transparent;
}

li.menu-item-gtranslate .gt_switcher .gt_option {
    background-color: rgba(250, 250, 250, 0.9);
    width: 150px;
    position: absolute;
}

li.menu-item-gtranslate .gt_switcher .gt_option a {
    line-height: 36px;
    font-size: 14px;
    padding: 0 0 0 15px;
}

.main-navigation .main-nav ul li[class*="current-menu-"]>a,.full-width-content .inside-navigation #primary-menu ul li a:hover {
    color: #23458A !important;
    background-color: transparent !important;
}

.inside-navigation #primary-menu>ul>li>a {
    padding: 0 11px !important;
    font-size: 16px !important;
    text-transform: uppercase;
    text-transform: capitalize;
    line-height: 5em;
}

@media screen and (max-width: 1400px) {
    .inside-navigation #primary-menu>ul>li>a {
        font-size: 14px !important;
    }

    div#primary-menu {
        min-width: 88%;
    }

    .main-navigation .main-nav>ul>li>ul>li>a {
        font-size: 18px !important;
    }
}

@media screen and (max-width: 1200px) {
    .inside-navigation #primary-menu>ul>li>a {
        font-size: 12px !important;
    }
}

nav.main-navigation .inside-navigation {
    justify-content: unset !important;
    max-width: unset !important;
    position: unset;
    width: 86%;
}

.fp-is-overflow .fp-overflow.fp-auto-height,.fp-is-overflow .fp-overflow.fp-auto-height-responsive,.fp-is-overflow>.fp-overflow::-webkit-scrollbar {
    display: none;
}

.navigation-branding {
    margin: 0 auto 0 0 !important;
    position: relative;
    z-index: 999;
    width: 9%;
    max-width: 120px;
}

.site-footer #footer-widgets h2.widget-title {
    margin: 0 0 30px 0 !important;
    padding: 0;
    font-size: 26px;
    font-family: Roboto !important;
}

@media (max-width: 1400px) {
    nav.main-navigation .inside-navigation {
        width: 90%;
    }
}

.nav-aligned-center .main-navigation {
    width: 100%;
}

body.page-id-701 .container.grid-container {
    max-width: 1300px !important;
}

body .site-footer .footer-widgets .grid-container {
    max-width: 100% !important;
}

@media screen and (max-width: 1300px) {
    .inside-navigation #primary-menu>ul>li>a {
        padding: 0 9px !important;
    }

    li.menu-item-gtranslate .gt_switcher {
        width: 130px;
    }
}

@media screen and (max-width: 1200px) {
    .site-footer .footer-widgets {
        padding: 5% 0 3%;
    }

    .main-navigation .main-nav>ul>li>ul>li {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .main-navigation .main-nav>ul>li>ul>li ul {
        width: 200px;
        margin: 5px auto 0;
    }

    .main-navigation .main-nav>ul>li>ul>li ul a {
        padding-top: 10px !important;
    }

    .main-navigation .main-nav>ul>li>ul>li ul a::before {
        top: 18.5px;
    }

    .main-navigation .main-nav>ul>li>ul>li>a {
        font-size: 16px !important;
    }

    .main-navigation .main-nav>ul>li>ul>li ul {
        left: 45px !important;
    }
}

@keyframes heightx {
    from {
        height: 0;
    }

    to {
        height: 100%;
    }
}

@keyframes widthx {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}






label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: normal;
}

.generate-back-to-top {
    font-size: 20px;
    border-radius: 3px;
    position: fixed;
    bottom: 60px;
    right: 20px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    z-index: 10;
    transition: opacity 300ms ease-in-out;
}

#jp-relatedposts h3.jp-relatedposts-headline {
    background: none;
    font-size: 24px;
    padding-left: 0;
}

#jp-relatedposts h3.jp-relatedposts-headline em:before {
    border-top: 3px solid #FF673E;
    margin-bottom: 0.5em;
}

#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img,#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post span {
    width: 100%;
}

#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
    background: #1877F2;
    padding: 8px;
    text-transform: capitalize;
    text-align: center;
    font-size: 16px;
}

#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title a {
    color: #fff;
}

/*公共部分样式*/
.full-gray {
    width: 100%;
    background: #f0f0f0;
    padding: 30px 0;
}

.full-orange {
    width: 100%;
    background: #fc6500;
    padding: 30px 0;
    color: #fff;
}

.full-orange h2,.full-blue h2 {
    background: none;
    padding-left: 0;
    color: #fff;
}

.full-blue {
    width: 100%;
    background: #244b9c;
    padding: 30px 0;
    btn color: #fff;
}

.full-orange a,.full-blue a {
    color: #fff;
}

.aimix-quote {
    margin: 20px auto;
    min-width: 240px;
    height: 46px;
    font-size: 18px;
    line-height: 38px;
    clear: both;
    color: #fff;
    text-align: center;
}

#aimix-quote-left {
    margin: 20px;
    text-align: left;
}

#aimix-quote-right {
    margin-right: 20px;
    text-align: right;
}

.aimix-quote a:hover {
    background-color: #cf4105;
}

.aimix-quote:hover a {
    color: #fff !important;
}

.page-button {
    margin-bottom: 20px;
    margin-top: 20px;
}

.category .type-post {
    border-bottom: 1px dashed #cacaca;
    margin-top: 20px;
}

.category .type-post .entry-header {
    border-bottom: none !important;
}

.read-more-container a {
    border-bottom: 3px solid #C6C6C6;
    color: #FFF;
    background-color: #005EB8;
    font-size: 14px;
    float: right;
    font-weight: 700;
    padding: 6px 30px;
}


#menu-item-20147 .sub-menu {
    width: 240px;
}

#motat-li-ul p {
    color: #ff6600;
}

.header-widget .wp-block-image .alignright {
    margin-top: 0;
}

.site-logo {
    margin-top: 10px;
}

.full-width-content .inside-navigation {
    max-width: 1460px !important;
}

.full-width-content .inside-navigation #primary-menu ul li a {
    padding-left: 15px;
    padding-right: 15px;
}

.full-width-content .site-header,.full-width-content .inside-header {
    max-width: 1460px !important;
}

.fa-full {
    width: 100%;
    line-height: 1.5em;
}

.fa-full .fa {
    min-width: 15px;
    float: left;
    width: 5%;
    line-height: 1.5em;
}

.fa-full .fa-right {
    float: left;
    width: 91%;
    margin-left: 3%;
}

/*鄂式破碎机页面*/


.full-width-content .container.grid-container .site-main .inside-article .entry-content {
    margin: 0;
}

.page-maxwidth {
    max-width: 1370px;
    margin: auto;
}

.page-mobile-one {
    background: #2b405d;
    padding: 20px 0;
    color: #FFFFFF;
    text-align: center;
}

.page-mobile-one-img img {
    border: 1px solid #939cae;
    margin: 20px 0;
}

.page-mobile-one h2 {
    color: #fff;
    background: none !important;
    text-align: left !important;
    padding-left: 0 !important;
    border-bottom: none !important;
    margin-top: 0 !important;
    margin-bottom: 10px !important;
}

.page-h2-des {
    text-align: left;
    border: 1px solid #939cae;
    border-radius: 15px;
    padding: 2px 10px;
    background-color: #FFFFFF;
    display: inline;
    float: left;
    color: #7792a8;
}

.page-capacity-des {
    clear: both;
    padding-top: 20px;
}



.page-mobile-one .content-column {
    margin-top: 10px;
}

.page-mobile-one .content-column br {
    display: none;
}

.page-mobile-one strong {
    font-size: 14px;
}

.page-Feeding-border {
    border-left: 1px dashed #fff;
    border-right: 1px dashed #fff;
}

.page-mobile-one-stone {
    background: #304870;
    margin-top: -10px;
}

.page-jaw-Introduction {
    background: #E9E9E9;
    padding-top: 20px;
}

.page-jaw-Introduction img {
    margin-top: 20px;
}

.page-jaw-Introduction .page-maxwidth {
    padding: 30px 10px;
}

.page-maxwidth h3 {
    font-size: 20px !important;
    margin-top: 0 !important;
}

#page-h3-margin {
    clear: both;
    text-align: right;
    background: none;
    color: #fff;
    padding-left: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-bottom: 0px;
}

.page-mobile-one #page-h3-margin {
    margin-top: 20px !important;
    text-align: left;
}

.page-p-margin {
    text-align: left;
    color: #909bb1;
}


.page-jaw-Working .page-maxwidth .page-jaw-Working-title strong {
    font-size: 26px;
    padding-left: 40%;
}

.page-jaw-Working .page-maxwidth .page-jaw-Working-title {
    background: #f1f1f1;
    margin-top: 48%;
    border-radius: 50%;
    width: 400px;
    height: 400px;
    padding: 10%;
    vertical-align: middle;
}

.page-jaw-Working .page-maxwidth .page-jaw-Working-title .page-jaw-Working-title-h3 {
    background: #f6f6f6;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    padding-top: 25%;
    padding-left: 15%;
}

.page-jaw-Working-p {
    margin-top: 10%;
}

.page-jaw-Features {
    background: #253654;
    line-height: 79px;
    padding-bottom: 30px;
}

.page-jaw-Features .page-maxwidth h3 {
    background: none;
    color: #fff;
    padding-top: 5%;
    text-align: center;
}

.page-jaw-Features-bg {
    margin-top: 30px;
}



.page-jaw-Features-li-r strong {
    margin-left: 160px;
}

.page-jaw-Specifications {
    background: #EDEDED;
    padding-bottom: 30px;
}

.page-jaw-Specifications .page-maxwidth h3 {
    background: none;
    padding-top: 5%;
    text-align: center;
}



.page-maxwidth h3 {
    font-size: 20px !important;
    margin-top: 0 !important;
}



.page-all-sections {
    float: left;
    width: 100%;
    border-radius: 10px;
    margin: 30px auto;
    padding-bottom: 50px;
}






p {
    margin-bottom: 1.0em;
}





@media screen and (min-width: 1024px) {
    .banner-mobile {
        display: none;
    }

    .banner-mobile750 {
        display: none;
    }
}





/*留言框*/
#fancybox-close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 111103;
    display: none;
}

#fancybox-content {
    min-width: 675px;
}

.leave-message-aimixall {
    width: 90%;
    margin: 20px auto 0 auto;
}

span.wpcf7-form-control-wrap {
    width: 100%;
}

span.wpcf7-form-control-wrap input {
    width: 100%;
}

.leave-project textarea {
    min-height: 100px;
}

#contact_form_pop .leave-message-aimixall {
    width: 100%;
}

#contact_form_pop .leave-require textarea {
    min-height: 140px;
}

.leave-message-aimixall {
    width: 100%;
    height: auto;
    box-shadow: 0px 0px 5px 2px #f1f1f1;
    border: 1px solid #2750A7;
    border-radius: 10px;
    margin-top: 20px;
}

.leave-message-aimix {
    padding: 20px;
}

.leave-top {
    background: #2750A7;
    width: 100%;
    border-radius: 5px 5px 0 0;
}

.leave-top .leave-top-content {
    margin: 5px 10px;
    background-color: #E3EBF5;
    line-height: 45px;
    font-size: 15px;
    color: #000000;
    text-align: center;
}

input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],select,textarea {
    background: #fafafa;
    color: #666;
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 5px 10px;
    box-sizing: border-box;
    max-width: 100%;
}

.country-select.inside input,.country-select.inside input[type=text] {
    padding: 6px 15px;
}

.country-select.inside .flag-dropdown {
    right: auto;
    left: 0;
    display: none;
}

.leave-name {
    clear: both;
    width: 50%;
    float: left;
    margin-top: 20px;
}

.leave-model {
    width: 50%;
    float: right;
    margin-top: 20px;
    display: none;
}

.leave-model input {
    float: right;
}

.leave-email {
    clear: both;
    width: 50%;
    float: left;
    margin-top: 21px;
}

.leave-tel {
    clear: both;
    width: 50%;
    float: left;
    margin-top: 20px;
}

.leave-company {
    width: 50%;
    float: left;
    margin-top: 20px;
    clear: both;
}

.leave-your-country {
    width: 50%;
    float: left;
    margin-top: 21px;
    clear: both;
    margin-bottom: 3px;
}

.leave-product {
    clear: both;
    width: 50%;
    float: right;
    margin-top: -36px;
}

.leave-project {
    clear: both;
    padding-top: 20px;
}

.leave-project textarea {
    min-height: 105px;
}

.leave-require {
    clear: both;
    padding-top: 20px;
}

.leave-require textarea {
    max-height: 110px;
    max-width: 100%;
    margin-bottom: 0px;
    margin-top: 55px;
}

.leave-Send {
    margin-top: 20px;
    color: #fff;
}

input[type="submit"] {
    margin-top: 20px;
    background-color: #2750A7;
    text-transform: uppercase;
    font-size: 16px;
    padding: 6px 20px;
    min-width: 110px;
}

input[type="submit"]:hover a {
    color: #0187ce;
    background-color: #2750A7;
    text-decoration: underline;
}

.wpcf7 .ajax-loader {
}

/*留言框-sticky-popup-部分不显示*/
.sticky-popup .leave-message-aimixall {
    box-shadow: none;
    border: none;
}

.sticky-popup .leave-message-aimix {
    padding: 5px;
    width: 275px;
}

.sticky-popup .leave-top {
    display: none;
}

.sticky-popup .leave-model {
    display: none;
}

.sticky-popup .leave-name {
    clear: both;
    width: 100%;
    margin-top: 0px;
}

.sticky-popup .leave-name input {
    float: none;
}

.sticky-popup .leave-email {
    clear: both;
    width: 100%;
    margin-top: 20px;
}

.sticky-popup .leave-tel {
    width: 100%;
    margin-top: 20px;
}

.sticky-popup .leave-tel input {
    float: none;
}

.sticky-popup .leave-your-country {
    clear: both;
    width: 100%;
    margin-top: 20px;
}

.sticky-popup .leave-your-country input {
    float: none;
}

.sticky-popup .leave-company {
    width: 100%;
    margin-top: 20px;
}

.sticky-popup .leave-require textarea {
    height: 105px;
    width: 95%;
    float: none;
}

.sticky-popup {
    max-width: 300px;
}

/*留言框-fancybox-content-部分不显示*/
@media screen and (min-width: 320px) and (max-width: 1024px) {
    #fancybox-content .leave-top {
        display: none;
    }

    #fancybox-content .leave-message-aimix {
        padding: 20px;
    }
}

.crp_related {
    clear: both;
    margin: 10px 0;
    text-align: center;
    padding-left: 85px;
}

#primary-menu .sub-menu {
    width: 100%;
}

@media screen and (min-width: 1024px) {
    .banner-mobile {
        display: none;
    }

    .banner-mobile750 {
        display: none;
    }
}

/*2020-03-10搅拌站案例轮播页面*/
.yourcustomclass-phi-batch ul {
    margin: 0 0 1.0em 0;
}

.yourcustomclass-phi-batch .nav-tabs {
    border-bottom: none;
    width: 98%;
}

.yourcustomclass-phi-batch .nav-tabs>li.active>a,.yourcustomclass-phi-batch .nav-tabs>li.active>a:hover,.yourcustomclass-phi-batch .nav-tabs>li.active>a:focus {
    color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
    background-color: #00a0e9;
}

.yourcustomclass-phi-batch .nav-tabs>li {
    background: #E2E2E2;
    margin: 0 10px 10px 0;
}

.yourcustomclass-phi-batch .nav-tabs>li a:hover {
    color: #FFA619;
}

.phi-batch-left {
    background-color: #e8e8e8;
    border: 4px solid #dddddb;
    box-shadow: 0px 0px 3px 5px #fff inset;
    padding: 5px 5px 30px 20px;
}

.phi-batch-left h4 {
    font-size: 18px;
    font-weight: bold;
    margin: 20px auto;
}

.phi-batch-left .phi-batch-left-text {
    font-size: 16px;
    margin: 10px auto;
}

.phi-batch-right img {
    border: 1px solid #9a9b9d;
}

/*self-loading mixer*/
.selfloaderfull-firstp {
    background: #244b9c;
    color: #fff;
    padding-bottom: 20px;
}



.tabs-case-ul {
    padding: 30px 40px;
}

.yourcustomclass-self-case .tab-content .tabs-case-top {
    background: #f7f7f7;
    margin: 5px 10px 20px 10px;
}


.self-Application-left {
    background: #244b9c;
    margin-top: 80%;
    padding: 80px 80px 120px 80px;
}

.selfloaderfull-app .two_fifth {
    width: 45%;
}

.selfloaderfull-app .three_fifth {
    width: 55%;
}

.selfloaderfull-app .wp-caption .wp-caption-text {
    padding: 15px 10px;
    background: none !important;
    position: initial;
    text-align: center;
}

.center1560 {
    max-width: 1560px;
    margin: auto;
    padding: 110px 0 90px 0;
}


.center1560 .wp-caption .wp-caption-text {
    padding: 15px 10px;
    background: none !important;
    position: initial;
    text-align: center;
}

.capacity-ul {
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    padding: 23px 0;
    margin: 60px 0 40px 0;
}

.capacity-ul ul {
    list-style: none;
    margin: 0 0 1.5em 0;
}

.capacity-ul ul li {
    width: 10%;
    float: left;
}

.capacity-ul ul li a {
    color: #808080;
    padding: 20px;
}

.capacity-ul ul li strong {
    font-size: 18px;
}

.capacity-active a {
    border-bottom: 3px solid #ec5b03;
    color: #ff5400 !important;
}

.capacity-ul ul li:hover a {
    border-bottom: 3px solid #ec5b03;
    color: #ff5400;
}

.capacity-35 {
    background: #535353;
    margin: 20px 10px;
}

.capacity-35-left {
    background: #535353;
    color: #fff;
    padding: 60px 35px;
}

.capacity-35-left h3 {
    color: #fff;
    margin-top: 0 !important;
}

.self-button {
    margin-top: 45px;
}

.capacity-35-right {
    background: #f0f0f0;
}

.selfloaderfull-capacitys {
    background: #f0f0f0;
    width: 100%;
    margin: 50px 0 20px 0;
    float: left;
    padding: 30px 0;
}

.center-capacitys {
    background: #fff;
    margin: 50px auto;
    padding: 50px 35px;
}

.center-capacitys .two_fifth {
    width: 42%;
    padding-right: 2%;
}

.center-capacitys .three_fifth {
    width: 56%;
    float: right;
}

.center-capacitys h3 {
    margin-top: 0;
}


.self-faq-ul {
    margin: 40px 10px;
    border-top: 1px solid #bfbfbf;
    border-left: 1px solid #bfbfbf;
    border-right: 1px solid #bfbfbf;
}

.self-faq-ul ul {
    list-style: none;
    margin: 0;
}

.self-faq-ul ul li {
    border-bottom: 1px solid #bfbfbf;
    font-size: 18px;
    line-height: 25px;
    padding: 15px 30px;
    color: #5a5a5c;
}

.self-faq-ul ul li a {
    color: #5a5a5c;
}

.self-faq-ul ul li:hover {
    background: #ff5400;
}

.self-faq-ul ul li:hover a,.self-faq-ul ul li:hover a strong {
    color: #fff;
}

.self-faq-ul ul li strong {
    color: #ec5b03;
}

.self-faq-ul ul li span {
    float: right;
    font-size: 18px;
}

#self-faq-ul-li {
    background: #f8f8f8;
}

#self-faq-ul-li:hover {
    background: #ff5400;
}


.center1700 {
    max-width: 1700px;
    font-size: 14px;
    margin: auto;
}

.center-components1 {
    width: 100%;
    margin-top: 90px;
}

.center-components1-left {
    width: 56%;
    float: left;
    text-align: left;
    margin-top: 140px;
}

.center-components1-right {
    width: 34%;
    float: right;
    text-align: left;
}

.center-components2 {
    width: 8%;
    margin-top: 30px;
    float: right;
}

.center-components3 {
    width: 100%;
    margin-top: 220px;
}

.center-components3-left {
    width: 50%;
    float: left;
    text-align: left;
    margin-top: -10px;
}

.center-components3-right {
    width: 40%;
    float: left;
    text-align: left;
    margin-top: 30px;
    padding-left: 9%;
}

#self-work {
    margin-top: 50px;
}

#self-work .center-video,#self-cases .center-video,#self-safer .center-video {
    background: #fff;
    padding: 30px;
    margin: 40px 10px;
    border: 1px solid #f3f3f3;
    background: #fff;
    box-shadow: 0 0 20px #dee0e0;
}

.self-work-p {
    background: #ff6600;
    color: #fff;
    padding: 40px 30px 30px 30px;
    margin-top: 30px;
    margin-bottom: 10px;
    min-height: 205px;
}

.center-video iframe {
    margin: 0 10px;
}


.after-ul {
    margin: 2.0em 1.5em 1.5em 0;
    list-style: none;
    font-size: 16px;
}

.after-ul li {
    padding: 15px 25px;
    border: 1px solid #959595;
    margin-top: 15px;
}

#after-img {
    margin-top: 70px;
}

#self-services-img {
    background: #244B9C;
    width: 100%;
    margin: 50px 0 20px 0;
    float: left;
    padding: 230px 0 50px 0;
    color: #fff;
    font-size: 16px;
    margin-top: -200px;
}

#self-cases {
    margin-top: 40px;
}

.self-cases-others {
    background: #f0f0f0;
    padding-top: 30px;
}

.self-cases-others .self-case-all {
    border-bottom: 1px solid #fff;
    margin-bottom: 30px;
}

#self-cases-full {
    margin-top: 60px;
}

#self-choose,#self-costs {
    background: #f0f0f0;
    width: 100%;
    float: left;
    padding: 50px 0 50px 0;
    color: #0e0e0e;
    margin-bottom: 50px;
}

#self-new {
    background: #ff6600;
    width: 100%;
    float: left;
    padding: 50px 0 50px 0;
    color: #0e0e0e;
    color: #fff;
    margin-top: 40px;
}

#self-new p {
    font-size: 24px;
}

#self-new-pan {
    background: #e7e5e8;
    width: 100%;
    float: left;
    padding: 50px 0 50px 0;
    margin-bottom: 50px;
}

#self-new-pan .center1300 {
    background: #fff;
    padding: 30px 55px;
}

#self-new-pan .center1300 .self-button {
    margin-bottom: 45px;
    float: left;
    margin-top: 25px;
}

#self-safer {
    background: #161621;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 60px;
}

.self-safer-1,.self-safer-2 {
    border: 1px solid #fff;
    padding: 30px 30px 30px 80px;
    min-height: 134px;
}

#self-differenceplant {
    margin-top: 50px;
}

#center1460padding {
    padding: 60px 0;
    clear: both;
}

/*Ready-mix*/
.page-id-15268 .site-main .entry-header,.page-id-25668 .site-main .entry-header {
    max-width: 1460px;
    margin: auto;
    background: none !important;
}

.page-id-15268 .site-main .entry-header .entry-title,.page-id-25668 .site-main .entry-header .entry-title {
    max-width: 1460px !important;
    color: #000 !important;
    padding-left: 45px !important;
    padding-bottom: 15 !important;
}

/*2021-05 raady mix page change begin*/
.center1460 {
    max-width: 1460px;
    margin: 0 auto;
    padding: 30px 0;
}

.center1200 {
    max-width: 1200px;
    margin: 0 auto;
}

.full-center1460 {
    float: left;
    width: 100%;
    background: #F3F3F3;
}

.pro-list {
    background: #fff;
    border: 1px solid #d5d5d5;
    margin-bottom: 30px;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
}

.pro-list .one_third img {
    border-right: 1px solid #F0F0F0;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
}

.pro-list .clear_column {
    margin-bottom: 0px;
}



@media screen and (min-width: 1366px) and (max-width: 1536px) {
    .form2022-c, .full-width-content .inside-navigation, .full-width-content .site-header, .full-width-content .inside-header, .full-width-content .container.grid-container .site-main .inside-article .entry-header .entry-title, .page-id-15268 .site-main .entry-header, .page-id-25668 .site-main .entry-header, .page-id-15268 .site-main .entry-header .entry-title, .page-id-25668 .site-main .entry-header .entry-title, .center1460 {
        max-width: 1300px !important;
    }
}

@media screen and (min-width: 1280px) and (max-width: 1366px) {
    .form2022-c, .full-width-content .inside-navigation, .full-width-content .site-header, .full-width-content .inside-header, .full-width-content .container.grid-container .site-main .inside-article .entry-header .entry-title, .page-id-15268 .site-main .entry-header, .page-id-25668 .site-main .entry-header, .page-id-15268 .site-main .entry-header .entry-title, .page-id-25668 .site-main .entry-header .entry-title, .center1460 {
        max-width: 1200px !important;
    }
}

.fancy-ico span {
    display: block;
    position: relative;
    left: 5px;
    top: 5px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #000;
    border: 2px solid white;
    box-shadow: 0 0 4px #000;
    transition: transform .25s ease-in-out;
}

.yourcustomclass .nav-tabs>li>a h3 {
    margin: 0;
    background: none;
    padding: 0;
    font-size: 18px;
}

.yourcustomclass .nav-tabs>li p {
    margin: 0;
}

p:empty {
    display: none !important
}


.aimix0330XpCon p {
    margin: 0;
}

.aimix0330TcCon {
    width: 48%;
}

.aimix0330XpLeft {
    background: rgba(0, 61, 123, 0.05);
    box-sizing: border-box;
    padding: 50px 4% 40px;
}

.Fflex,.Fflexc {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.aimix0330XpCon h2 {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    padding: 0;
    border: none;
    margin: 0 0 11px;
    background: none;
}

body .aimix0330XpT p,.aimix0330XpT {
    font-size: 20px;
    color: #2a2a2a;
    font-weight: 700;
    padding: 0 5% 0 0;
    line-height: 1.5em;
    margin-bottom: 1.5em;
}

.aimix0330XpLeft p {
    color: #666;
    line-height: 2em;
}

.aimix0330TcCon .Fflex.inp {
    flex-wrap: wrap;
}

.aimix0330TcCon .Fflex.inp>p {
    display: block;
    width: 49%;
}

.aimix0330Xp input,.aimix0330Xp textarea {
    width: 100% !important;
    max-width: 100%;
    background: rgba(255, 255, 255, 0.9) !important;
    color: #202020 !important;
    border-color: #dbdbdb !important;
    height: 44px;
    font-size: 15px;
    margin-bottom: 8px;
}

.aimix0330XpCon .XpP {
    color: #b8b8b8;
    padding: 10px 0;
}

.aimix0330XpCon input.wpcf7-submit {
    width: 232px !important;
    font-weight: 600;
    font-size: 19px;
    color: #fff !important;
    background: #003d7b !important;
}

.aimix0330Xp textarea {
    height: auto;
}

@media screen and (max-width: 1550px) {
    .aimix0330XpCon {
        margin: -60px auto 0;
        padding: 80px 3.5%;
    }

    .aimix0330XpLeft {
        margin: 20px 0 0;
        padding: 35px 3%;
    }

    .aimix0330XpT {
        margin-bottom: 1.3em;
    }

    .aimix0330XpCon .XpP {
        padding: 5px 0 10px;
    }

    .aimix0330Xp input.wpcf7-submit {
        width: 200px;
        font-size: 17px;
    }
}

@media screen and (max-width: 1400px) {
    .aimix0330XpCon {
        margin: -60px auto 0;
        padding: 70px 3%;
    }
}

/* 搅拌站流程 */
.pk-full {
    width: 100%;
    margin: 30px auto;
    padding: 10px 0;
}

#pk-full-1 {
    background: #eeeff3;
    padding-bottom: 60px;
}

.pk-1320 {
    max-width: 1320px;
    padding: 10px 0;
    margin: 30px auto;
}


.pk-1320 h2,.pk-1570 h2,#pk-full-4 h2,#pk-full-6 h2,.pk-1600 h2 {
    color: #2e2e2e;
    border-bottom: 0 !important;
    margin-left: 0;
    padding-top: 30px;
    font-size: 30px;
    font-weight: bold;
    padding-left: 0 !important;
    line-height: 1.2em !important;
}


#pk-1320-1 {
    display: block;
    background: #fff;
    padding: 70px 60px 30px 60px;
    margin: -130px auto 30px auto;
    border: 1px solid #ededed;
    box-shadow: 0 0 20px #ededed;
    border-radius: 20px;
    font-size: 16px;
    font-family: Tahoma;
}

.pk-1320-2-li {
    padding: 0 15%;
    width: 100%;
    margin: 0 auto 45px 0;
    font-size: 16px;
    color: #dfdfdf;
    font-family: Tahoma;
}

.pk-1320-2-li strong {
    font-size: 16px;
    color: #2e2e2e;
}

.pk-1320-2-li-p {
    width: 16%;
    float: left;
    border: 1px solid #dcdcdc;
    padding: 7px 20px;
    border-radius: 50px;
    text-align: center;
}

.pk-1320-2-li-b {
    width: 3%;
    float: left;
    margin: 0 1%;
    line-height: 40px;
    text-align: center;
}

#pk-1320-3 {
    margin-top: 80px;
}


#pk-1320-3 #pk-two-760 {
    min-height: 760px;
}

#pk-1320-3 .two_fifth strong {
    font-size: 24px;
    display: block;
    padding-left: 60px;
    padding-top: 10px;
    text-transform: uppercase;
}

#loading-02-1,#loading-02-2 {
    font-size: 18px !important;
    padding-top: 0 !important;
    text-transform: capitalize !important;
    padding-left: 40px !important;
    margin-top: 40px;
}

#pk-1320-3 br {
    display: none;
}

#pk-loading-img {
    margin-bottom: 30px;
}

.pk-loading-img-l {
    float: left;
    width: 18%;
    padding: 50px 2% 20px 2%;
}

.pk-loading-img-r {
    float: left;
    width: 78%;
}

#pk-loading-img-r-first {
    margin-bottom: 30px;
}

#pk-two-306 {
    min-height: 306px !important;
}

/*官网案例样式*/
.pg-2 .des {
    display: none;
}

.pg-2 .show {
    display: block;
}

.pg-2 .arr {
    user-select: none;
    width: 45px;
    cursor: pointer;
    line-height: 45px;
    background: rgba(0, 0, 0, .5);
    text-align: center;
    font-size: 1.2em;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.pg-2 .arr:hover,.inPg17 .arr:hover {
    background: #fdb825;
    transition: all .5s ease;
}

.pg-2 .Rg {
    right: 0;
}

.pg-2 .Sin,.pg-4 .Sin {
    height: 0;
    overflow: hidden;
}

.pg-2 .on,.pg-4 .on {
    height: auto;
    background: #f3f3f3;
}

.pg-2 .Pic::after,.pg-4 .Pic::after {
    height: 100%;
}

.pg-2 .on .Pic::after {
    opacity: 0;
    transition: all 1s ease;
}

div.pg-2 img,div.pg-4 img {
    transform: scale(1.1);
}

.pg-2 .on img,.pg-4 .on img {
    transform: scale(1);
    transition: all .8s ease;
}

.pg-2 .wd {
    opacity: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    flex-direction: column;
    right: 0;
    height: 100%;
    color: rgba(255, 255, 255, 1.5);
    top: 0;
    padding: 1% 3%;
    justify-content: center;
    width: 38%;
    transform: translateX(100%);
}

.pg-2 .on .wd {
    opacity: 1;
    font-weight: 300;
    transform: translateX(0);
    transition: all .5s ease
}

.pg-2 h3 {
    color: #fff;
    font-weight: 400;
    line-height: 1.5;
}

.pg-2 .p {
    margin: 3% 0;
}

.pg-2 .p p {
    position: relative;
    margin: 2px 0 2px 25px;
}

.pg-2 .p img {
    position: absolute;
    left: -25px;
    top: 50%;
    transform: translateY(-50%) !important;
}

.pg-2 .wd strong {
    font-weight: 500;
    color: #fff;
}

.pg-2 .wd>p strong {
    display: block;
    margin: 0 0 6px;
}
@media (max-width:1080px){
    .pg-2 .wd{
        position: static;
        width: 100%;
    }
}
#fancybox-content>*::-webkit-scrollbar {
    display: none;
}

/* 内页第二屏的板块代码开始 */
.tc-btn {
    padding: 9px 30px;
    background: #1E3E70;
    display: inline-block;
    color: #fff !important;
}

.tourTip {
    max-width: 1300px;
    width: 80%;
    margin: 5% auto !important;
}

.tourTip p {
    margin: 0;
}

.tourTip .p {
    flex: 1;
    margin-right: 5%;
}

.tourTip .tc-btn {
    padding: 8.5px 39px;
}

@media (max-width: 1800px) {
    .tourTip {
        background-position:3.5% center;
    }

    .tourTip .tc-btn {
        padding: 8px 30px;
    }
}

/* 内页第二屏的板块代码结束 */
/* 悬浮框代码开始 */
.postid-1133023 #notification-5865 {
    display: none;
}




/* 悬浮框代码结束 */
/* 活动专题页面开始 */
.page-id-1133023 .popup-wrap {
    display: none;
}

#ml-tour h1, #ml-tour h2, #ml-tour h3 {
    font-family: Inter;
}

.ml-tour .h1c {
    position: absolute;
    right: 4%;
    z-index: 2;
    width: 36.5%;
    color: #fff;
    height: 100%;
}

#ml-tour h1 {
    font-size: 2.5em;
    padding: 8.5% 0 1.5%;
    font-weight: 600;
    line-height: 1.3;
    background: none;
    color: inherit;
}

.tc {
    display: inline-block;
    color: #fff !important;
    padding: 10px 30px;
    border: 1px solid;
}

.ml-tour .h1c .b {
    position: absolute;
    bottom: 7%;
}

#ml-tour .pd {
    padding-left: 12%;
    padding-right: 12%;
}

.ml-tour h2 {
    text-align: center;
    font-size: 2.35em;
    margin: 5.5% 0 3%;
}

.ml-tour1 h2 {
    margin: 0 0 3%;
    text-align: left;
}

.ml-tour1 .wd {
    width: 45%;
}

.ml-tour1 .tc {
    background: #1E3E70;
    border: 0;
    padding: 10px 25px;
    margin-top: 5%;
}

.ml-tour1 .Pic {
    width: 53.5%;
    margin-right: -3.5%;
    overflow: visible;
}

.ml-tour2 .Sin {
    background: rgba(255, 255, 255, 0.92);
    border-radius: 5px;
    width: 32.5%;
    padding: 2.5% 2%;
}

.ml-tour2 h3 {
    margin: 0;
    font-size: 1.25em;
    line-height: 1.5;
    color: #000;
}

.ml-tour2 ul {
    margin: 2.5% 0 1.5% 1.5em;
}

#ml-tour .table {
    max-width: 1045px;
    margin: 0 auto;
    width: 70%;
}

#ml-tour table {
    border-collapse: collapse;
}

#ml-tour tr {
    background: none;
}

#ml-tour th, #ml-tour td {
    text-align: center;
    border: 1px solid rgba(178,178,178,.8);
    padding: 10px 20px;
}

#ml-tour th {
    font-size: 1.1em;
    background: #1E3E70;
    color: #fff;
    padding: 13px;
}


.ml-tour3 h3 {
    margin: 0;
    font-size: 1.35em;
    color: #000;
    display: flex;
    line-height: 1.4;
    align-items: center;
}

.ml-tour3 .p {
    margin: 3% 0;
}



.ml-tour3 i {
    position: relative;
    margin-left: 3%;
}

.ml-tour3 i::before {
    content: '';
    width: 1px;
    height: 20px;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: calc(50% - 10px);
    left: -6%;
}



.ml-tour4 h2 {
    margin: 0 0 1%;
    text-align: left;
    color: inherit
}

.ml-tour4 .tc {
    padding: 8px 25px;
    margin-top: 2.2%;
}

#fancybox-wrap .oman25 {
    zoom: .9;}

.oman25 {
    background: #fff;
    color: #333;
    padding: 3%;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
}

.oman25 p {
    margin: 0;
}

.oman25 .t {
    margin: 0 0 2.3%;
    background: rgba(39,81,147,.1);
    text-align: center;
    padding: 2%;
}

.oman25 .t strong {
    color: #000;
    margin: 0 0 1%;
    font-size: 1.9em;
    display: block;
    font-weight: 700;
}

.oman25 .i {
    width: 49.2%;
    margin: 0 0 1%;
    font-size: .9em;
    display: flex;
    padding: 1% 1.5%;
    align-items: center;
    border: 1px solid #CDCDCD;
    font-weight: 400;
}

.oman25 .i strong {
    color: #1E3E70;
    font-weight: 500;
}

.oman25 .ful {
    width: 100%;
}

.oman25 .f {
    flex: 1
}

.oman25 .i .wpcf7-form-control,.oman25 .wpcf7-textarea {
    font-family: inherit;
    width: 100%;
    max-width: unset;
    padding: 10px 15px;
    font-size: .9em;
    color: #484841;
    margin: 9px 0 0;
}

.oman25 .i .wpcf7-form-control {
    background: none;
    outline: none;
    border: none;
    margin: 0;
    padding: 1px 6px;
}

.oman25 .send,.oman25 .c {
    width: 100%;
    text-align: center;
}

.oman25 .send {
    margin: 2% 0 1%;
}


.oman25 .c {
    color: rgba(102,102,102,0.7);
}

.oman25 span.wpcf7-spinner {
    position: absolute;
    margin-top: 15px;
}

.oman25 .wpcf7-not-valid-tip {
    position: absolute;
}

@media (max-width: 1750px) {
    .ml-tour .h1c {
        zoom:.9;
    }
}

@media (max-width: 1550px) {
    .ml-tour .h1c {
        zoom:.8;
    }

    .ml-tour .h1c .p p {
        background-size: 20px;
    }
}

@media (max-width: 1300px) {
    .ml-tour .h1c {
        zoom:.7;
    }

    #ml-tour .pd {
        padding-left: 9%;
        padding-right: 9%;
    }

    .ml-tour2 {
        padding: 4.2% 12% 5%;
    }
}

/* 活动专题页面结束 */


.partners .Pic {
    width: 19%;
    margin: 1% 0;
    cursor: pointer;
}

.partners .Pic:hover {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .1);
}

.partners .Pic:hover img {
    transform: scale(1.01);
}

#main .slodMix7 .nav-tabs a {
    padding: 17px 5px;
}

.slodMix7 .Pic::after {
    height: 49%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}

.slodMix7 .i {
    position: absolute;
    width: 23%;
    aspect-ratio: 3.6;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.44);
    bottom: 5%;
    color: #fff;
    text-transform: uppercase;
    border-radius: 30px;
    left: 5%;
    z-index: 2;
    text-align: center;
}

.slodMix7 .pg-fx>* {
    width: 49.7%;
    margin: -.5% 0 -1%;
}

.slodMix7 .wd {
    margin: 0 0 3%;
}

.slodMix7 .v {
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 66px;
    line-height: 66px;
    background: #185CAB;
    font-size: 1.7em;
    font-weight: 700;
    color: #fff;
    text-align: center;
    border-radius: 50%;
}

.slodMix7 .v::after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(24, 92, 171, 0.2);
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1.5);
}

#main .slodMix7 .nav-tabs a {
    padding: 15px 5px;
}

.consult{
    display: none;
}
