.elementor-kit-12{--e-global-color-primary:#12B2B4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#F8F8F8;--e-global-color-2b9da09:#09A260;--e-global-typography-primary-font-family:"Noto Sans SC";--e-global-typography-primary-font-size:36px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-primary-font-style:normal;--e-global-typography-primary-text-decoration:none;--e-global-typography-primary-line-height:1.5em;--e-global-typography-secondary-font-family:"Noto Sans SC";--e-global-typography-secondary-font-size:22px;--e-global-typography-secondary-font-weight:500;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-secondary-font-style:normal;--e-global-typography-secondary-text-decoration:none;--e-global-typography-secondary-line-height:1.5em;--e-global-typography-text-font-family:"Noto Sans SC";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:normal;--e-global-typography-text-text-transform:none;--e-global-typography-text-font-style:normal;--e-global-typography-text-text-decoration:none;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-family:"Noto Sans SC";--e-global-typography-accent-font-size:14px;--e-global-typography-accent-font-weight:normal;--e-global-typography-accent-text-transform:none;--e-global-typography-accent-font-style:normal;--e-global-typography-accent-text-decoration:none;--e-global-typography-accent-line-height:1.5em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1000px;}.e-con{--container-max-width:1000px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-12{--e-global-typography-primary-font-size:30px;--e-global-typography-secondary-font-size:20px;--e-global-typography-accent-font-size:12px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body{
    --wp--preset--color--vivid-cyan-blue: var(--e-global-color-primary);
    --wp--preset--color--vivid-green-cyan: var(--e-global-color-2b9da09);
}
.elementor-icon-wrapper{
    line-height: 0;
}
p{
    margin-block-end:0;
}
.content-custom p{
    margin-block-end:20px;
}
.content-custom h1{
    font-family: var(--e-global-typography-primary-font-family);
    font-size: var(--e-global-typography-primary-font-size);
    font-weight: var(--e-global-typography-primary-font-weight);
    text-transform: var(--e-global-typography-primary-text-transform);
}
.content-custom h2{
    font-family: var(--e-global-typography-secondary-font-family);
    font-size: var(--e-global-typography-secondary-font-size);
    font-weight: var(--e-global-typography-secondary-font-weight);
    text-transform: var(--e-global-typography-secondary-text-transform);
}
.content-custom iframe{
    width: 100%;
    height: 500px;
}
.content-custom table{
    font-size: 1em;
}
.content-custom td{
    padding: 20px;
    background: transparent !important;
    border: none;
    border-bottom: 1px solid;
}
.content-custom td:nth-of-type(1){
    border-color: var(--e-global-color-primary);
    color: var(--e-global-color-primary);
    white-space: nowrap;
}
.content-custom td:nth-of-type(2){
    border-color: var(--e-global-color-text);
}
.content-custom .wp-block-group:not(.is-layout-flex){
    margin-block-end:50px;
}
.content-custom .is-layout-flex{
    gap:20px;
}
.content-custom .wp-block-media-text{
    margin-block-end:20px;
    grid-gap: 50px;
}
.content-custom .wp-block-media-text__content{
    padding:0;
}
.content-custom h1.has-background, h2.has-background, h3.has-background, h4.has-background, h5.has-background, h6.has-background{
    padding: 10px 20px;
}
@media only screen and (max-width: 767px) {
a{
    -webkit-appearance: none !important;
    outline: none !important;
    border: none !important;
}
.content-custom td{
    padding: 20px 0;
}
.content-custom td:nth-of-type(1){
    min-width:6em;
}
.content-custom iframe{
    height: 300px;
}
.content-custom .wp-block-media-text{
    grid-gap: 20px;
}
}
/*菜单切换(下滑)*/
/*
.scrollheader {
    transform: translatey(-180px);
    -moz-transition: all .3s ease!important;
    -webkit-transition: all .3s ease!important;
    transition: all .3s ease!important;
    width: 100%!important;
}
.elementor-sticky--effects.scrollheader {
    height: auto!important;
    transform: translatey(0px);
}
*/
/*菜单切换(渐入)*/
/*
.scrollheader {
    opacity: 0;
    -moz-transition: opacity .25s ease-out!important;
    -webkit-transition: opacity .25s ease-out!important;
    transition: opacity .25s ease-out!important;
}
.elementor-sticky--effects.scrollheader {
    opacity: 1!important;
}
*/
@keyframes fadeInUp {
0% {
    opacity: 0;
    transform: translate3d(0, 50%, 0);
}
100% {
    opacity: 1;
    transform: none;
}
}/* End custom CSS */