.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}
@media(min-width:576px){.container{max-width:540px}
}@media(min-width:768px){.container{max-width:720px}
}@media(min-width:992px){.container{max-width:960px}
}@media(min-width:1200px){.container{max-width:1140px}
}@media(min-width:1500px){.container{max-width:1440px}
}
/*----------- container -----------*/
.wrap{max-width:1600px;margin:0 auto;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.wrap{position:relative;max-width:1300px;margin:0 auto;}
.marg40{ margin-top:40px!important;}
.marg50{ margin-top:50px!important;}
.margb50{ margin-bottom:50px!important;}
.marg90{ margin-top:90px!important;}
@media screen and (max-width: 1920px){.wrap{margin: 0px auto;max-width:1600px}}
@media screen and (max-width: 1600px){.wrap{margin: 0px auto;max-width:1400px}}
@media screen and (max-width: 1440px){.wrap{margin: 0px auto;max-width:1300px}}
@media screen and (max-width: 1300px){.wrap{margin: 0px auto;max-width:1200px}}
@media screen and (max-width: 1280px){.wrap{margin: 0px auto;max-width:1200px}}
@media screen and (max-width: 1024px){.wrap{margin: 0px auto;max-width:1000px}}
/* 重新定义主题样式 */
:root {
  --fontFamily: "Poppins", "Noto Sans SC", "PingFang SC", -apple-system, BlinkMacSystemFont, "Microsoft Yahei UI", "Segoe UI", Roboto, Helvetica, Arial, sans-serif,"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --fontSize: 16px;
  --lineHeight: 1.65;
  --fontWeight: 400;
  --container-width: 88%;
  --container-max-width: 1440px;
  --block-max-width: 1440px;
  --color: #000;
  --nav-height: 64px;
  --nav-padding: 20px;}
html {-webkit-text-size-adjust: 100%;-webkit-tap-highlight-color: rgba(0, 0, 0, 0); scroll-behavior: smooth;}
body {overflow-x: hidden;overflow-wrap: break-word;-moz-osx-font-smoothing: grayscale;-webkit-font-smoothing: antialiased;}
body {margin: 0;}
body * {outline: none;}
a {text-decoration: none;color: inherit;}
ul { margin: 0;}
li {display: block;}
.ct-container {width: var(--container-width);max-width: var(--container-max-width);margin: auto;}
.full-width .ct-container {width: 100%; max-width: 100%;margin: auto;}
.ct-container-full { width: var(--container-width);margin: auto;}
.full-width .ct-container-full { width: 100%;margin: auto;}
.wp-pagenavi {margin: 30px 0;font-size: 12px;}
.wp-pagenavi {text-align: left;line-height: 24px;}
.wp-pagenavi {width: 100%;}
.wp-pagenavi > span,
.wp-pagenavi > a {margin: 4px 6px 4px 0;padding: 2px 10px;text-decoration: none;background-color: rgb(255 255 255 / 0%);color: #666;display: inline-block;border: 1px solid #e0e0e0;}
.wp-pagenavi a:hover,
.wp-pagenavi > .current { background-color: #232323;color: #fff !important;}
ul { padding: 0;}
div {-webkit-overflow-scrolling: touch;}
/* ---------def--------- */
.ct-info-php {display: none;}
.full-img-wrap { position: absolute;left: 0;right: 0;top: 0;bottom: 0;z-index: 1;}
.full-img-wrap > img,
.full-img-wrap > video { position: absolute; left: 0;right: 0;top: 0;bottom: 0;z-index: 1;display: block;width: 100%;height: 100%;object-fit: cover;object-position: center center;}
a.full-aa {display: block;position: absolute;left: 0;right: 0;top: 0;bottom: 0;z-index: 10;}
.ct-hide {display: none !important;}
body .scrollbar-thumb {border-radius: 2px;opacity: 0.75;}
body .scrollbar-track-y {background: rgb(255 255 255 / 0%);}
.Scroll-Wrapper {height: auto;width: 100%; overflow: auto;}
.Scroll-Wrapper.scrollbar-active {position: fixed;top: 0;left: 0;right: 0;z-index: 4;}
/* top */
.main-header-c {padding-top: var(--nav-padding);padding-bottom: var(--nav-padding); display: flex;justify-content: space-between;}
.Main-header {position: fixed;left: 0; right: 0;top: 0;z-index: 100;background: #002347;}
.top-logo-wrapper {display: flex;align-items: center;}
.logo-cc img {display: block;max-height: var(--nav-height);}
.logo-cc {margin-right: 1.5em;}
.logo-text span {display: block;line-height: 1.3;}
span.top-main-title {font-size: 1.35em;font-weight: 600;}
span.top-sub-title {font-size: 0.75em;opacity: 0.5;}
.top-logo-wrapper {position: relative;}
.right-container {display: flex;}
.top-menu-w {display: flex;}
.top-menu-c {display: flex;}
.main_menuc {display: flex;}
.main_menuc > li ul.sub-menu li a.has_image {display: flex; align-items: center; gap: 0.65em;line-height: 1.33;}
.main_menuc > li ul.sub-menu li a.has_image img {max-width: 40px;}
span.child-indicator{display: none;}
.menu-item-has-children > span.child-indicator {display: inline-block;margin-left: 0.5em;opacity: 0.35;transition: 0.3s;}
.main_menuc > li {display: block;margin-right: 1.75em;position: relative;height: var(--nav-height); display: flex;align-items: center;}
.top-search-button {display: flex;align-items: center;}
.main_menuc li > ul.sub-menu {position: absolute;top: 100%;margin: 0;background: #012348;font-size: 0.925rem;box-shadow: 0px 8px 15px rgb(0 0 0 / 8%); padding: 0.55em 0em;transition: 0.3s;transform: translate3d(0px, 20px, 0px);
  opacity: 0;pointer-events: none;}
.main_menuc > li ul.sub-menu li a {opacity: 0.85;}
.main_menuc > li ul.sub-menu li {margin-bottom: 0.25em;}
.main_menuc li:hover > ul.sub-menu {opacity: 1; transform: translate3d(0px, 0px, 0px);pointer-events: auto;}
.main_menuc > li ul.sub-menu li {position: relative;}
.main_menuc > li ul.sub-menu li a:hover{ color:#ed6d1a}
.main_menuc > li ul.sub-menu li ul {z-index: 10;left: 100%;top: -0.75em;}
.main_menuc > li ul.sub-menu li {display: flex;align-items: center;padding: 0.5em 1.5em;min-width: 120px;}
.main_menuc > li ul.sub-menu li > span {transform: rotate(-90deg);}
.t-search div {display: flex;align-items: center;}
.main_menuc > li {font-weight: 500;}
.main-content {min-height: 100vh;overflow: hidden;}
.the-mobile-menu-w {position: fixed;top: 0; left: auto; right: 0;z-index: 111;background: #fff; transition: 0.8s;width: 100%;box-sizing: border-box;padding: 2em 2em;max-width: 600px;height: 100vh;}
.t-nav-close .close-btn svg {transition: 0.3s;transform: rotate(45deg);}
.t-nav-close {display: flex;justify-content: flex-end;}
.t-nav-close .close-btn {padding: 1em;display: flex;cursor: pointer;}
.t-nav-close {border-bottom: 1px solid #ebebeb; margin-bottom: 1em;}
.the-mobile-menu-w {overflow-y: auto;}
.menu_mobilec > li > a {display: block;width: calc(100% - 24px);font-size: 1.15em;font-weight: 500;}
.menu_mobilec li.menu-item-has-children {display: flex;flex-wrap: wrap;justify-content: space-between;}
.menu_mobilec li.menu-item-has-children > span.child-indicator {width: 22px; margin: 0;display: flex;align-items: center;justify-content: center;}
.menu_mobilec li.menu-item-has-children ul.sub-menu { width: 100%;padding-left: 1em;font-size: 0.95em;margin-bottom: 0.25em;font-weight: 500;opacity: 0.9;}
.menu_mobilec li.menu-item-has-children > span.child-indicator {cursor: pointer;}
.menu_mobilec li.menu-item-has-children ul.sub-menu {display: none;}
.nav-child-open.menu-item-has-children > span.child-indicator {transform: rotate(180deg);}
.menu_mobilec li {margin: 0.35em 0;}
.t-nav-close > div {margin-right: -1em;}
.the-mobile-menu-w {transition-timing-function: cubic-bezier(0.58, 0.05, 0.25, 1);transform: translate3d(100%, 0%, 0px);opacity: 1; pointer-events: none;}
.nav-open .the-mobile-menu-w {transition-timing-function: cubic-bezier(0.58, 0.05, 0.25, 1); transform: translate3d(0%, 0%, 0px);opacity: 1;pointer-events: auto;}
.the-search-model {position: fixed;top: 0;left: 0;right: 0;z-index: 110; background: #f6f6f6; min-height: 70vh;transition: 0.8s;display: flex;flex-direction: column;align-items: center;justify-content: center;}
.t-s-close { position: absolute;top: 0;left: 0;right: 0;margin: auto;display: flex;align-items: center;justify-content: center;}
.t-s-close .close-btn {display: flex;padding: 1em;cursor: pointer;margin-top: 2em;}
.t-s-close .close-btn svg {transition: 0.3s;transform: rotate(45deg);}
.t-s-close .close-btn:hover svg {transform: rotate(-45deg) scale(0.9);}
.t-s-c {padding-top: 5em;padding-bottom: 5em;}
.t-s-close {z-index: 10;}
input.s-button {width: 24px;display: block;height: 24px;}
.t-s-c1.a-h-search div {display: flex;border-bottom: 1px solid;width: 80vw;max-width: 600px;padding-bottom: 1em;padding-left: 1em;padding-right: 1em;}
.t-s-c1.a-h-search div input.s-input {border: 0; font-size: 1.5em;font-weight: 300;flex-basis: 100%;background: rgb(255 255 255 / 0%);}
.the-search-model { transition-timing-function: cubic-bezier(0.58, 0.05, 0.25, 1);transform: translate3d(0%, -100%, 0px);opacity: 1;pointer-events: none;}
.search-open .the-search-model { transition-timing-function: cubic-bezier(0.58, 0.05, 0.25, 1);transform: translate3d(0%, 0%, 0px); opacity: 1;pointer-events: auto;}
.t-s-close {transition: 0.6s;transition-timing-function: cubic-bezier(0.58, 0.05, 0.25, 1);transform: translate3d(0%, -50px, 0px);}
.search-open .t-s-close {transition: 0.9s 0.4s;transition-timing-function: cubic-bezier(0.58, 0.05, 0.25, 1);transform: translate3d(0%, 0%, 0px);}
.t-s-c {transition: 0.6s;transition-timing-function: cubic-bezier(0.58, 0.05, 0.25, 1);transform: translate3d(0%, -50px, 0px);}
.search-open .t-s-c {transition: 1s 0.3s;transition-timing-function: cubic-bezier(0.58, 0.05, 0.25, 1); transform: translate3d(0%, 0%, 0px);}
.t-search { padding: 1em;cursor: pointer;position: relative;}
.t-search:before { content: ""; position: absolute; top: 0;left: 0;right: 0;bottom: 0;border: 1px solid;opacity: 0;border-radius: 1000px;transition: 0.3s;transform: scale(1.1); }
.t-search:hover::before {opacity: 0.25;transform: scale(0.95);}
.t-s-close .close-btn { position: relative;}
.t-s-close .close-btn:before {content: "";position: absolute; top: 0;left: 0;right: 0;bottom: 0;border: 1px solid;opacity: 0; border-radius: 1000px;transition: 0.3s; transform: scale(1.1);}
.t-s-close .close-btn:hover::before {opacity: 0.25; transform: scale(0.95);}
.vvv-button {position: relative;}
.vvv-button:before {content: "";position: absolute; top: 0;left: 0;right: 0; bottom: 0;border: 1px solid;opacity: 0;border-radius: 1000px;transition: 0.3s; transform: scale(1.1);}
.vvv-button:hover::before {opacity: 0.25;transform: scale(0.95);}
.main_menuc > li:before {content: "";position: absolute;top: 0;left: 0;width: 4px; height: 4px; border-radius: 100px;background: #b5b5b5;transition: 0.3s;transform: translate(10px, 0px);top: calc(var(--nav-height) / 2 - 1.25em);opacity: 0;}
.main_menuc > li:hover::before {opacity: 1; transform: translate(0px, 0px);}
.main_menuc > li.current-menu-item:before {opacity: 1; transform: translate(0px, 0px);}
.top-mobile-nav {display: flex; align-items: center;margin-right: -1em;}
.t-nav-button {display: flex;padding: 1em; cursor: pointer;}
.mobile-elm {display: none;}
.top-mobile-nav {display: none;}
.the-mobile-menu-w {display: none;}
@media screen and (max-width: 999px) {
  .top-mobile-nav {display: flex;}
  .the-mobile-menu-w {display: block;}
  .mobile-elm {display: block;}
  .logo-text {display: none;}
  .top-menu-w {display: none;}
}

    body.headroom--not-top {--nav-height: 60px; --nav-padding: 0px; }
    html.has-bg .headroom--top .Main-header path {fill: #fff; }
    .main_menuc_sl {}
    .main_menuc_sl>li {position: relative;padding-right: max(40%, 150px);}
    .main_menuc_sl>li>a {display: block;padding: 0.5em 0;line-height: 1.25;font-weight: 500; font-size: clamp(16px, 2vw, 28px);}
    .main_menuc_sl>li>ul.sub-menu {top: 0;position: absolute; right: 0;width: max(40%, 150px);padding-top: calc(clamp(16px, 2vw, 28px)*1.8);padding-left: 1em;transition: 0.6s;transform: translateY(10px);opacity: 0; pointer-events: none;}
    .main_menuc_sl>li>a {position: relative;}
    .main_menuc_sl>li>a::after { content: "";position: absolute;bottom: 0;left: 0;right: 0;height: 1px;background: #cf2626; transition: 0.4s;transform-origin: left;transform: scale(0, 1);}
    .main_menuc_sl>li:hover>a::after {transform: scale(1, 1);}
    .main_menuc_sl>li:hover>ul.sub-menu {opacity: 1;transform: translateY(0px);pointer-events: auto;}
    .main_menuc_sl>li:hover { z-index: 10;}
    .main_menuc_sl>li ul.sub-menu li a {line-height: 1.45;display: block;margin-bottom: 0.75em;font-size: clamp(14px, 2vw, 16px);}
    .main_menuc_sl>li ul.sub-menu li a {line-height: 1.45;display: block; margin-bottom: 0.75em; font-size: clamp(14px, 2vw, 16px); }

    .left-menu-container {flex: 1; }
    .right-container-new {flex: 1;display: flex;justify-content: flex-end;align-items: center; }
    .left-menu-container {display: flex; align-items: center; gap: 3em;}
    .top-slide-nav svg { display: block;}
    /* .Main-header.New-Header .main-header-c {
        padding: 0;
    } */

    .center-logo-container .logo-cc { margin: 0;}
    .center-logo-container .logo-cc img {width: 104px;min-height: 80px; object-fit: contain; display: block;}
    .headroom--not-top .center-logo-container .logo-cc img { min-height: 80px;}
    .Main-header.New-Header::after { content: "";position: absolute; bottom: 0;left: 0;right: 0;height:1px; background: #ee6d1a;transition: 0.2s;}
    body.headroom--not-top .Main-header.New-Header::after {opacity: 0;}
    .headroom--top .top-language-menu .main_menuc>li>a {border-color: #fff;}
    .boleo-product .headroom--top .top-language-menu .main_menuc>li>a {border-color: #000;}
    .Main-header .slide-nav-button path {fill: #ba1c22; }
    .slide-nav-button {cursor: pointer;}
    .Main-footer { border: 0;}
    .hidden {display: none;}
    html.no-bg .logo-cc img, .boleo-product .logo-cc img { opacity: 1;}
    .headroom--not-top .center-logo-container .logo-cc img {opacity: 0;}
    .headroom--top .logo-cc img.logo-no-top,html.no-bg .logo-cc img.logo-no-top,.boleo-product .logo-cc img.logo-no-top { opacity: 0;}
    body.headroom--not-top .logo-cc img.logo-no-top { opacity: 1;}

    .forminator-edit-module {display: none;}

    /* icon wave */
    @-webkit-keyframes wave {
        0% {
            transform: scaleY(0.1);
        }

        50% {
            transform: scaleY(1);
        }

        100% {
            transform: scaleY(0.1);
        }
    }

    @keyframes wave {
        0% {
            transform: scaleY(0.1);
        }

        50% {
            transform: scaleY(1);
        }

        100% {
            transform: scaleY(0.1);
        }
    }

    [class^="icon-wrapper"] {position: relative;display: block;width: 24px;height: auto; aspect-ratio: 128 / 79;}
    [class^="icon-wrapper"]>[class^="icon"] {position: absolute;top: 12%; left: 16%; bottom: 0%;margin: auto;}
    .icon-wrapper--wave {background-image: url(/images/ex_play_icon.png); background-size: contain;background-repeat: no-repeat; background-position: center;}
    .icon--wave {font-size: 16px; width: 70%; height: 50%;display: flex; }
    .icon--wave .icon--wave__bar { display: inline-block; width: 8%;height: 100%;margin-right: 10%;background-color: white;border-radius: 2px;transform: scaleY(0.1); transform-origin: bottom; -webkit-animation-name: wave;animation-name: wave;
        -webkit-animation-duration: 0.9s; animation-duration: 0.9s;-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);-webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;-webkit-animation-fill-mode: both;animation-fill-mode: both;
    }
    .icon--wave .icon--wave__bar:nth-child(1) {-webkit-animation-delay: 220ms;animation-delay: 220ms;}
    .icon--wave .icon--wave__bar:nth-child(2) {-webkit-animation-delay: 110ms; animation-delay: 110ms; }
    .icon--wave .icon--wave__bar:nth-child(3) {-webkit-animation-delay: 0ms; animation-delay: 0ms; }
    .icon--wave .icon--wave__bar:nth-child(4) { -webkit-animation-delay: 110ms; animation-delay: 110ms; }
    .icon--wave .icon--wave__bar:nth-child(5) { -webkit-animation-delay: 220ms; animation-delay: 220ms;}
    .icon--wave .icon--wave__bar:last-child {margin-right: 0;}
    .main_menuc>li>.icon-wrapper--wave { margin-left: 0.75em;}
    .center-logo-container .logo-cc img.logo-top-einke {width: 100%;max-width: 168px;}
    .logo-cc.is-einke img.logo-no-top { right: 0; margin: auto; }
    a.alp-link-btn.alp-type-1 {background: #ba1c22; border-color: #ba1c22; color: #fff; }
    .ct-container.relative {z-index: 10; }
    img {max-width: 100%;}
    .forminator-design--material .forminator-file-upload>span { text-transform: capitalize; }
    @media screen and (max-width: 1440px) {
        .menu-item-has-children>span.child-indicator {display: none;}
        .header-menu-wrapper .main_menuc>li { margin-right: 0;}
        .header-menu-wrapper .main_menuc { gap: 1.5em;}
    }

    @media screen and (max-width: 999px) {
        .header-menu-wrapper {display: none;}
        .left-menu-container {display: none;}
        .logo-cc.is-einke img.logo-no-top { margin: 0;}
        .forminator-design--material .forminator-button-upload {max-width: 172px !important;margin-right: 1em !important;}

    }
/*foot*/
.row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}
#section5{ background:url(../images/section5-d.jpg) no-repeat center;background-size:cover; }
.page-bottom-nav,.page-sub-nav{background-color:#fff}
.page-bottom-nav{background-color:rgba(0,0,0,0)}
.is-section{padding:130px 0 0 0}
.bg-solid-dark-0{background-color:#041e37;color:#fff}
.clearfix:after { clear: both; display: block; content: '';height:0;visibility:hidden; }
.clearfix {*zoom: 1;}
.foot-mn{position:relative;width:100%;padding:20px 60px;box-sizing: border-box;}
.classL{ float:left; width:30%; overflow:hidden; margin-right:2%;}
.classL h1{ width:100%; line-height:50px; border-bottom:1px solid #EE6D1A;font-weight:600;font-size:1.4em; color:#EE6D1A}
.classL li{ float:left; width:100%; line-height:22px; font-size:14px;}
.classL li a:hover{ color:#ed6d1a;}
.classR{ float:right; width:68%; overflow:hidden}
.classR h1{ width:100%; line-height:50px; border-bottom:1px solid #EE6D1A;font-weight:600;font-size:1.4em; color:#EE6D1A}
.classR .classnL{ float:left; width:49%; overflow:hidden;}
.classR .classnL h2{ width:100%; line-height:50px;font-weight:600;font-size:1.2em; color:#EE6D1A}
.classR .classnL li{ float:left; width:100%; line-height:22px; font-size:14px;}
.classR .classnL li a:hover{ color:#ed6d1a;}
.classR .classnR{ float:right; width:49%; overflow:hidden;}
.classR .classnR li{ float:left; width:100%; line-height:22px; font-size:14px;}
.classR .classnR li a:hover{ color:#ed6d1a;}
.classR .classnR h2{ width:100%; line-height:50px;font-weight:600;font-size:1.2em; color:#EE6D1A}


.foot-md{position:relative;width:100%;padding:0 60px;box-sizing: border-box;}
.foot-md .foot-md-z{position:relative;width:100%;}
.foot-md .foot-md-z .foot-md-mn{width:50%;float:left;padding:2em 0;}
/*新增*/
.foot-md .foot-md-z .foot-md-mn h2{ width:100%; line-height:50px;font-weight:600;font-size:1.4em; color:#EE6D1A;border-bottom:1px solid #EE6D1A;}
.foot-md .foot-md-z .foot-md-mn dl{ float:left; width:30.3333%; overflow:hidden;font-size:1.2em; margin-right:3%;}
.foot-md .foot-md-z .foot-md-mn dl dt{ float:left; line-height:50px; font-size:1.2em; color:#EE6D1A; border-bottom:1px solid #EE6D1A;font-weight:600; margin-bottom:15px}
.foot-md .foot-md-z .foot-md-mn dl dd{float:left; width:100%; line-height:22px; font-size:14px;}
.foot-md .foot-md-z .foot-md-mn dl dd a:hover{ color:#ed6d1a;}
/*新增结束*/
.foot-md .foot-md-z .foot-md-mn ul{list-style-type: none; padding:0}
.foot-md .foot-md-z .foot-md-mn ul li{float:left;margin-right:5%;font-size:.02em;line-height:24px;font-weight:300;}
.foot-md .foot-md-z .foot-md-mn ul li(7n){margin-right:0;}
.foot-md .foot-md-z .foot-md-mn ul li p{font-size:.02em;line-height:24px!important;font-weight:300;}
.foot-md .foot-md-z .foot-md-mn ul li p a{font-size:.02em; color:#fff;line-height:12px;font-weight:300;}
.foot-md .foot-md-z .foot-md-mn ul li .fnav{ padding-bottom:5px; border-bottom:1px solid #EE6D1A; margin-bottom:14px;}
.foot-md .foot-md-z .foot-md-mn ul li .fnav a{ font-size:.02em; color:#fff;}
.foot-md .foot-md-z .foot-md-mn ul li .fnav a:hover{}


.foot-md .foot-md-z .foot-md-lx{ width:50%;float:right;padding:2em 0;}
.foot-md .foot-md-z .foot-md-lx .foot-md-lx-bz{width:18%;float:left;padding:0 1em;}
.foot-md .foot-md-z .foot-md-lx .foot-md-lx-bz img{max-width:68px}
.foot-md .foot-md-z .foot-md-lx .foot-md-lx-zj{width:30%;float:left;}
.foot-md .foot-md-z .foot-md-lx .foot-md-lx-zj p{font-size:.02em;line-height:24px;}
.foot-md .foot-md-z .foot-md-lx .foot-md-lx-dz{width:52%;float:left;}
.foot-md .foot-md-z .foot-md-lx .foot-md-lx-dz .foot-md-dz{position:relative;width:100%; padding:0 0 1em}
.foot-md .foot-md-z .foot-md-lx .foot-md-lx-dz .foot-md-dz p{font-size:.02em;line-height:24px;}
.foot-md .foot-md-z .foot-md-lx .foot-md-lx-dz .foot-md-lt{position:relative;width:100%;border-top:1px solid #EE6D1A; padding:0.8em 0 0}
.foot-md .foot-md-z .foot-md-lx .foot-md-lx-dz .foot-md-lt img{max-height:20px; padding-right:20px}

.foot-db{position:relative;width:100%;padding:0 60px;box-sizing: border-box;}
.foot-db .copyright{position:relative;width:100%;border-top:1px solid #EE6D1A;padding:.5em 0;}
.foot-db .copyright p{font-size:.02em; color:#fff;}
.foot-db .copyright img{max-width:80px; padding-right:10px}
@media (max-width:768px) {
.is-section { padding:50px 0 0 0;}
.wrap{margin:0 auto;max-width:98%;}

.classL{ float:left; width:100%; overflow:hidden; margin-right:0;}
.classL h1{line-height:40px;font-size:1.2em;}
.classL li{ float:left; width:100%; line-height:30px; font-size:14px;}
.classR{ float:right; width:100%; overflow:hidden}
.classR h1{ width:100%; line-height:40px;font-size:1.2em;}
.classR .classnL{ float:left; width:100%; overflow:hidden;}
.classR .classnL h2{line-height:40px;font-size:1.1em;}
.classR .classnL li{ float:left; width:100%; line-height:30px; font-size:14px;}
.classR .classnR{ float:right; width:100%; overflow:hidden;}
.classR .classnR li{ float:left; width:100%; line-height:30px; font-size:14px;}
.classR .classnR h2{line-height:40px;font-size:1.1em;}	
.foot-mn{ display:none;}
.foot-md .foot-md-z .foot-md-lx{ width:98%;float:right;padding:2em 0; margin:auto;}
.foot-md{padding:0}
.foot-md-mn{ display:none;}
.foot-md-lx-bz{ display:none}
.foot-md-lx-zj{ float:left; width:100%;}
.foot-md .foot-md-z .foot-md-lx .foot-md-lx-zj{width:97%; margin:auto; padding-left:20px;}
.foot-md .foot-md-z .foot-md-lx .foot-md-lx-dz{width:97%; margin:auto; padding-left:20px;}
.foot-md-lt{ display:none}
.foot-db {position: relative; width:100%; margin:auto;}
.foot-db {width: 100%;padding: 0 10px;box-szing:border-box;
}
}

