@media screen and (min-width: 1px) {
  .h-notOnMobile {
    display: none !important
  }

  .h-onDesktop {
    display: none
  }

  .h-notOnDesktop {
    display: inline-block
  }

  .h-fitWidth {
    width: 100%
  }

  .h-fitHeight {
    height: 100%
  }

  .h-linkNoUnderline {
    border-bottom: none !important
  }

  .h-hidden {
    display: none
  }

  .h-fixed {
    position: fixed;
    z-index: 99
  }

  .h-centerText {
    text-align: center
  }

  .h-superScript {
    font-size: 9px;
    vertical-align: super
  }

  .m-skipMenu {
    position: relative;
    background-color: #FFFFFF
  }

  .m-skipMenu .m-skipList {
    padding: 0px
  }

  .m-skipMenu .m-skipList:focus-within {
    padding: 1em
  }

  .m-skipMenu .m-skipList:focus-within li {
    height: 20px;
    margin-bottom: 10px
  }

  .m-skipMenu .m-skipList:focus-within a {
    z-index: 99999;
    position: absolute;
    top: auto;
    left: auto;
    height: auto;
    width: 100%;
    border-bottom: none
  }

  .m-skipMenu .m-skipList a {
    position: absolute;
    top: -1000px;
    left: -1000px;
    height: 1px;
    width: 1px;
    overflow: hidden;
    height: 1em;
    font-size: 16px;
    font-weight: bold;
    color: #4B4B4B;
    text-align: center;
    text-decoration: underline
  }

  .m-skipMenu .m-skipList a:hover,
  .m-skipMenu .m-skipList a:focus {
    text-decoration: none
  }

  .m-skipMenu .m-skipList a:active,
  .m-skipMenu .m-skipList a:focus {
    z-index: 99999;
    position: absolute;
    top: auto;
    left: auto;
    height: auto;
    width: 100%;
    border-bottom: none
  }

  .m-nav {
    height: 50px;
    width: 100%;
    border-bottom: 1px solid #F2F2F2;
    padding-bottom: 1px
  }

  .MAD-Bar {
    display: flex;
    justify-content: flex-end
  }

  .mad-section {
    margin-top: -3px
  }

  .m-header-madbar {
    width: 100%;
    height: auto;
    display: block;
    border-top: #ccc;
    padding: 0px;
    position: relative;
    border-top-style: solid;
    border-top-width: 1px
  }

  .m-header {
    padding: 10px 15px;
    height: 30px;
    line-height: 30px;
    background-color: #FFFFFF;
    width: calc(100% - 30px);
    display: flex;
    justify-content: space-between;
    align-items: center
  }

  .m-header_logo {
    margin-right: 15px !important;
    display: inline-block;
    text-decoration: none
  }

  .m-header_logo .h-notOnDesktop {
    max-height: 40px;
    min-height: 30px
  }

  .m-header_search {
    display: inline-block;
    width: calc(100% - 120px);
    position: relative;
    height: 30px;
    line-height: 30px
  }

  .m-header_searchbar {
    border-radius: 15px !important;
    border: 0.25px solid #979797;
    background-color: #FAFAFA;
    font-size: 16px;
    color: #4B4B4B;
    padding: 6px 30px 5px 15px
  }

  .m-header_searchbar:placeholder {
    font-weight: 200;
    font-size: 10px;
    color: #393636;
    opacity: 0.6
  }

  .m-header_searchbutton {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 18px;
    background-color: #4B4B4B;
    border: none;
    height: 100%;
    border-radius: 0px 15px 15px 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 12px
  }

  .m-header_overlay {
    display: none
  }

  .m-header_menu {
    width: 20px;
    display: inline-block
  }

  .m-header_menuIcn {
    font-size: 14px
  }

  .m-header_menuIcn.MMM--icn_close {
    font-size: 17px
  }

  .m-header_hiddenIcn {
    display: none
  }

  .m-header.is-searching {
    z-index: 99;
    position: absolute
  }

  .m-header.is-searching .m-header_logo {
    display: none
  }

  .m-header.is-searching .m-header_search {
    width: calc(100% - 56px);
    z-index: 99
  }

  .m-header.is-searching~.m-header_overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 98;
    display: inline-block;
    top: 0px;
    left: 0px
  }

  .m-header.is-searching .m-header_menuLink {
    display: none
  }

  .m-header.is-searching .m-header_hiddenIcn {
    display: inline-block
  }

  .m-header.is-searching.is-navigating~.m-header_overlay {
    background-color: rgba(0, 0, 0, 0.7)
  }

  .m-btn,
  .m-btn:visited {
    border-radius: 2px;
    border: 1px solid #4B4B4B;
    font-size: 14px;
    font-weight: bold;
    color: #606060;
    letter-spacing: 0px;
    text-align: center;
    background: #FFFFFF;
    padding: 10px
  }

  .m-btn:hover {
    background: #F2F2F2;
    cursor: pointer;
    border-bottom: 1px solid #4B4B4B;
    color: #606060
  }

  .m-btn--close {
    background: none;
    border: none
  }

  .m-btn--red,
  .m-btn--red:visited {
    background: #FF0000;
    color: #FFFFFF;
    border: none;
    font-weight: normal
  }

  .m-btn--red:hover:not(:disabled) {
    background: #C80000;
    border-bottom: none;
    color: #FFFFFF
  }

  .m-btn--light {
    border: 0.5px solid #E6E6E6 !important;
    color: #606060;
    font-weight: normal
  }

  .m-btn--light:hover,
  .m-btn--light:focus {
    background-color: #FFFFFF;
    text-decoration: underline;
    color: #606060
  }

  .m-btn--free,
  .m-btn--free:hover {
    border: none;
    background-color: transparent
  }

  .m-btn--fullWidth {
    display: block
  }

  .m-btn.is-header_mad {
    padding: 6px 10px 6px 6px
  }

  .m-navbar {
    width: 100vw;
    height: calc(100vh - 50px);
    left: 0px;
    top: 50px;
    visibility: visible;
    position: absolute;
    z-index: 97;
    background-color: #fff;
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: #f2f2f2;
    box-shadow: 2px 2px 6px rgba(204, 204, 204, 0.35)
  }

  .m-navbar_nav {
    background-color: #F2F2F2;
    padding: 30px 15px;
    height: 100%;
    z-index: 97
  }

  .m-navbar_login {
    height: 55px
  }

  .m-navbar_loginBtn {
    margin: 7px 15px 8px auto;
    float: right
  }

  .m-navbar_loginProfile {
    float: left;
    margin-top: 7px
  }

  .m-navbar_loginProfile .m-navbar_loginBtn {
    height: 17px;
    margin: 0px 0px 0px 15px;
    padding: 9px 20px 11px 15px
  }

  .m-navbar_loginBtn.m-navbar_profileBtn {
    margin: 0px;
    padding-left: 15px
  }

  .m-navbar_loginBtn.m-navbar_profileBtn.is-header_mad {
    margin: 0px;
    padding-top: 8px !important
  }

  .m-navbar_profIcn {
    vertical-align: middle;
    top: -3px;
    position: relative;
    margin-right: 10px
  }

  .m-navbar_profIcn:before {
    font-size: 23px
  }

  .m-navbar_link {
    width: 100%;
    margin-bottom: 15px;
    border: none;
    border-radius: 2px;
    color: #000000 !important;
    font-size: 16px;
    background-color: #FFFFFF;
    letter-spacing: 0;
    padding: 15px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block
  }

  .m-navbar_link:after {
    content: '\e977';
    font-family: '3MThemeIconFont';
    speak: none;
    float: right;
    transform: rotate(-90deg)
  }

  .m-navbar_link:hover {
    border-bottom: none !important
  }

  .m-navbar_localization {
    margin: 50px auto 0px auto;
    width: 100%;
    font-size: 14px;
    position: absolute;
    text-align: center;
    bottom: 65px
  }

  .m-navbar_localGlobe {
    height: 18px;
    font-size: 18px;
    position: relative;
    top: -2px
  }

  .m-navbar_localOverlay,
  .m-navbar_profileOverlay {
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 99;
    top: 0px;
    left: 0px
  }

  .m-navbar_signInOverlay {
    position: absolute;
    height: calc(100% - 91px);
    width: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 89;
    top: 91px;
    left: 0px
  }

  .m-navbar_signInPopup {
    height: auto;
    max-height: none;
    min-height: auto;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    top: 41px;
    right: 0;
    z-index: 200;
    background-color: #FFFFFF;
    box-shadow: 0 7px 10px 0;
    text-align: center
  }

  .m-navbar_signInPopup_heading {
    padding: 30px 25px 15px 10px
  }

  .m-navbar_signInPopup_heading span {
    font-size: 14px;
    color: #606060;
    font-weight: bold
  }

  .m-navbar .m-overlay.is-signInToggle {
    top: 91px
  }

  .m-navbar_profilePopup {
    max-height: none;
    max-width: 230px;
    min-height: 165px;
    width: 70%;
    height: auto;
    margin: 28% auto 0 auto;
    padding: 15px
  }

  .m-navbar_profilePopup_heading {
    padding: 30px 25px 15px 10px
  }

  .m-navbar_profilePopup_heading span {
    font-size: 14px;
    color: #606060;
    font-weight: bold
  }

  .m-navbar_profilePopup.mad-menu-container {
    max-height: none;
    min-height: auto;
    height: auto;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    top: 40px;
    right: 0;
    z-index: 200;
    background-color: #FFFFFF;
    box-shadow: 0 7px 10px 0
  }

  .m-navbar_profilePopup.mad-menu-container_heading {
    padding: 30px 25px 15px 10px
  }

  .m-navbar_profilePopup.mad-menu-container_heading span {
    font-size: 14px;
    color: #606060;
    font-weight: bold
  }

  .m-navbar-localClose {
    float: right;
    font-size: 14px
  }

  .m-navbar_popupTitle {
    margin: 50px auto 20px auto
  }

  .m-navbar_popupOption {
    display: block;
    padding: 10px 20px;
    background: linear-gradient(to right, #F9F9F9 50%, #fff 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: .35s linear
  }

  .m-navbar_popupOption:hover,
  .m-navbar_popupOption:focus {
    background-color: #F9F9F9
  }

  .m-navbar_popupOption:hover {
    background-position: left bottom;
    transition: all .35s linear;
    text-decoration: underline
  }

  .m-navbar_popupOptions {
    padding: 20px;
    margin: 0px 20px;
    text-align: left
  }

  .m-navbar_popupOptions.m-navbar_profileOptions {
    padding: 20px 0px;
    border-bottom: none
  }

  .m-navbar_localeSave {
    display: block;
    margin: 30px auto 40px auto;
    font-weight: 200;
    width: 90px;
    font-size: 14px
  }

  .m-navbar_popup,
  .m-navbar_localPopup {
    background-color: #FFFFFF;
    box-shadow: 0 5px 10px 0;
    border-radius: 2px;
    height: auto;
    min-height: 240px;
    max-width: 265px;
    width: 70%;
    margin: 17% auto 0 auto;
    padding: 15px 15px 30px 15px;
    text-align: center
  }

  .MMM--themeWrapper .m-navbar_profileOverlay {
    position: absolute;
    height: calc(100% - 162px);
    width: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 89;
    top: 162px;
    left: 0px
  }

  .m-navbar-profile {
    height: 0;
    width: 100%;
    position: absolute;
    right: 0px;
    left: auto;
    top: 99px;
    border: none
  }

  .no-wpthemeHeader {
    top: -9px !important
  }

  .no-wpthemeHeaderOverlay {
    top: 91px !important;
    height: calc(100% - 91px) !important
  }

  .mad-nav-arrow {
    margin-left: 10px;
    font-size: 20px;
    margin-right: 0 !important
  }

  .MyLogOut a {
    margin: 0 auto;
    width: 50%;
    display: block
  }

  .signIn-linkBox a {
    color: #4B4B4B;
    text-decoration: none;
    border-bottom: none
  }

  .m-navbar_level-1 {
    height: 100%;
    padding-top: 1px
  }

  .large-icn {
    font-weight: bold;
    font-size: 19px;
    position: relative;
    right: 5px;
    top: -3px
  }

  .is-signInToggle .large-icn {
    font-size: 22px;
    right: 5px;
    top: 3px
  }

  .m-footer {
    width: 100%;
    border-top: 1px solid #F5F5F5;
    padding-top: 1px
  }

  .m-footer a:not(.m-footer_expHead):not(.MMM--btn):hover {
    text-decoration: underline;
    border-bottom: none
  }

  .m-footer_categories {
    padding: 25px;
    font-size: 14px
  }

  .m-footer_category {
    border-bottom: 2px solid #F2F2F2
  }

  .m-footer_expHead,
  .m-footer_heading {
    font-weight: 200;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: block;
    margin: 20px 0px;
    cursor: pointer;
    font-size: 14px
  }

  .m-footer_expHead:after {
    content: '\e977';
    font-family: '3MThemeIconFont';
    speak: none;
    float: right;
    font-weight: bold;
    color: #767676;
    font-size: 15px
  }

  .m-footer_expHead.is-open {
    border-bottom: none
  }

  .m-footer_expHead.is-open:after {
    transform: rotate(180deg)
  }

  .m-footer_expHead.is-open+.m-footer-expLinks {
    display: block
  }

  .m-footer-expLinks {
    display: none
  }

  .m-footer-link {
    margin: 30px 0px;
    font-weight: 200;
    font-size: 16px
  }

  .m-footer_legal {
    padding: 20px 25px;
    font-weight: 200;
    margin-top: 5px;
    height: auto;
    display: flex;
    align-items: center
  }

  .m-footer_legal--logo {
    margin-right: 25px
  }

  .m-footer_legalLinks {
    height: auto;
  }

  .m-footer_legalLink,
  .m-footer_legalSpan {
    float: left;
    margin-right: 5px;
    color: #4B4B4B !important;
    border-bottom: none;
    font-size: 13px
  }

  .m-footer_legalLink:hover,
  .m-footer_legalLink:active,
  .m-footer_legalLink:visited,
  .m-footer_legalSpan:hover,
  .m-footer_legalSpan:active,
  .m-footer_legalSpan:visited {
    color: #4B4B4B !important;
    text-decoration: none;
    border-bottom: none
  }

  .m-footer_copyRight {
    float: left;
    color: #4B4B4B;
    opacity: 0.6;
    padding-top: 7px;
    width: 100%;
    font-size: 13px
  }

  .m-footer_socialContainer {
    padding: 45px 25px 80px 25px;
    background-color: #f2f2f2
  }

  .m-footer-social {
    margin: auto;
    display: flex;
    width: 100%;
    max-width: 375px;
    justify-content: space-between
  }

  .m-footer-socialIcn {
    font-size: 35px;
    border-bottom: none;
    position: relative;
    font-family: '3MThemeIconFont' !important
  }

  .m-footer-socialIcn i.MMM--socialIcn {
    background: #FFFFFF;
    border-radius: 20px
  }

  .m-footer-socialIcn:hover,
  .m-footer-socialIcn:visited,
  .m-footer-socialIcn:focus {
    color: #FF0000;
    border-bottom: none;
    text-decoration: none;
    outline: none
  }

  .m-footer-socialIcn--outline:before {
    font-family: '3MThemeIconFont';
    content: "\e97a";
    color: #FFFFFF;
    font-size: 40px;
    position: absolute;
    left: -3px;
    top: -2px;
    stroke-width: thick;
    -webkit-text-stroke-width: thick
  }

  .m-footer-socialIcn:hover .m-footer-socialIcn--outline:before,
  .m-footer-socialIcn:focus .m-footer-socialIcn--outline:before {
    color: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    border-radius: 18px
  }

  .m-footer-socialIcn:hover i,
  .m-footer-socialIcn:focus i {
    color: #000000
  }

  .m-footer_disclosure {
    font-size: 12px;
    color: #4B4B4B;
    font-weight: 200;
    margin-top: 50px;
    text-align: center
  }

  .m-dropdown-list {
    display: none;
    height: 100%
  }

  .m-dropdown-list_header {
    border-bottom: 1px solid #DDDDDD
  }

  .m-dropdown-list_backBtn {
    background: none;
    border: none;
    float: left;
    position: absolute;
    width: 50px;
    height: 45px
  }

  .m-dropdown-list_title {
    display: flex;
    justify-content: center;
    padding: 15px
  }

  .m-dropdown-list_title label {
    display: none
  }

  .l-img {
    width: 100%;
    height: 100%
  }

  .l-smallMarginRight {
    margin-right: 30px
  }

  .l-centerVertically {
    line-height: 100%;
    vertical-align: middle
  }

  .l-margin--top {
    margin-top: 40px
  }

  .l-dropdown-list {
    border-bottom: 1px solid #DDDDDD
  }

  .l-dropdown-list a:not(.m-btn) {
    color: #4b4b4b;
    padding: 20px 25px;
    display: block;
    font-size: 16px;
    font-weight: 200
  }

  .l-dropdown-list a:not(.m-btn):active {
    text-decoration: underline;
    color: #C80000
  }

  .l-dropdown-list a:not(.m-btn):focus {
    text-decoration: underline;
    outline: none
  }

  .l-dropdown-list a:not(.m-btn):hover {
    text-decoration: underline
  }

  .l-dropdown-list_container {
    overflow-y: scroll;
    height: 93%;
    display: none
  }

  .l-dropdown-list--brands {
    display: block
  }

  .l-dropdown-list--brands>li:not(:last-child) {
    width: calc(50% - 2px);
    float: left;
    text-align: center;
    height: 190px;
    border: 1px solid #F2F2F2
  }

  .l-dropdown-list--brands>li:last-child {
    width: 100%;
    text-align: center;
    height: 300px;
    float: right;
    padding-top: 45px
  }

  .l-dropdown-list--brands>li:last-child a {
    font-size: 18px;
    font-weight: 200;
    border-bottom: none;
    text-decoration: underline;
    color: #003CE6
  }

  .l-dropdown-list--brands>li:last-child a:visited {
    border-bottom: none
  }

  .l-dropdown-list--brands>li:last-child a:hover {
    border-bottom: none;
    text-decoration: none
  }

  .l-dropdown-list--brands>li:last-child a:active {
    color: #C80000;
    text-decoration: underline
  }

  .l-dropdown-list--products>li:last-child a {
    font-size: 18px;
    font-weight: 200;
    border-bottom: none;
    text-decoration: underline;
    color: #1463AA
  }

  .l-dropdown-list--products>li:last-child a:visited {
    border-bottom: none
  }

  .l-dropdown-list--products>li:last-child a:hover {
    border-bottom: none;
    text-decoration: none
  }

  .l-dropdown-list--products>li:last-child a:active {
    color: #C80000;
    text-decoration: underline
  }

  .l-dropdown-list--industries>div:last-child {
    margin-top: 150px
  }

  .l-dropdown-list--industries>div:last-child>* {
    display: none
  }

  .l-dropdown-list_last-item {
    display: flex;
    justify-content: space-around;
    padding: 20px 25px 150px 25px;
    align-items: center
  }

  .l-dropdown-list_last-item a {
    font-size: 18px;
    font-weight: 200;
    border-bottom: none;
    text-decoration: underline;
    color: #003CE6
  }

  .l-dropdown-list_last-item a:visited {
    border-bottom: none
  }

  .l-dropdown-list_last-item a:hover {
    border-bottom: none;
    text-decoration: none
  }

  .l-dropdown-list_last-item a:active {
    color: #C80000;
    text-decoration: underline
  }

  .l-dropdown-list_industries-image {
    margin-top: 150px
  }

  .l-dropdown-list_industries-image>* {
    display: none
  }

  .l-dropdown-logo_container {
    position: relative;
    height: 100px
  }

  .l-dropdown-logo_sprite {
    width: calc(100% - 100px);
    height: calc(100% - 25px);
    padding: 10px 50px
  }

  .l-dropdown-logo_sprite img {
    max-width: 100%;
    max-height: 100%
  }

  .l-dropdown-logo_label {
    font-weight: 200;
    font-size: 12px;
    color: #4A4646;
    bottom: 0px;
    position: absolute;
    width: calc(100% - 30px);
    padding: 0px 15px;
    left: 0px
  }

  .l-dropdown-links_container {
    padding: 10px 15px
  }

  .l-dropdown-links_container .m-btn:only-child {
    margin-top: 40px
  }

  .l-dropdown-links_container .m-btn {
    padding: 7px 10px;
    font-size: 12px;
    margin-top: 5px
  }

  .l-dropdown-links_container .m-btn .MMM--icn_arrowJump {
    transform: rotate(-135deg)
  }

  .link {
    font-size: 14px
  }

  .link--dark,
  .link--dark:hover,
  .link--dark:active,
  .link--dark:visited {
    color: #4B4B4B;
    text-decoration: none;
    border-bottom: none
  }

  .color--white {
    color: #FFFFFF
  }

  .color--red {
    color: #FF0000
  }

  .color--darkslategrey {
    color: #4B4B4B
  }

  .color--darkerslategrey {
    color: #413E3E
  }

  .color--silver {
    color: #C2C2C2
  }

  .color--iconGray {
    color: #767676
  }

  .font--size {
    font-size: 14px
  }

  .font--standard {
    font-size: 16px;
    color: #4B4B4B;
    text-align: center;
  }

  .font--standard .link {
    font-size: 16px;
    color: #4B4B4B;
    text-align: center;
    padding-bottom: 5px;
    border-bottom: 2px solid #1463AA;
  }

  .m-radioInput {
    -webkit-appearance: none
  }

  .m-radioInput+.m-radioInput_label+br+.m-radioInput {
    margin-top: 20px
  }

  .m-radioInput:focus {
    outline: none;
    border: none
  }

  @supports (-ms-ime-align: auto) {
    .m-radioInput:focus {
      outline: 1px dotted #767676
    }
  }

  .m-radioInput:after {
    width: 14px;
    height: 14px;
    border-radius: 14px;
    top: 2px;
    position: relative;
    background-color: #FFFFFF;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #4B4B4b
  }

  .m-radioInput:hover:after {
    border: 1px solid #000000
  }

  .m-radioInput:checked:after {
    width: 8px;
    height: 8px;
    border-radius: 8px;
    position: relative;
    background-color: #FFFFFF;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 4px solid #0099FF
  }

  .m-radioInput:checked:focus:after,
  .m-radioInput:checked:hover:after {
    box-shadow: 0px 0px 0px 1px #000000;
    border: 3px solid #0099FF;
    margin-right: 1px;
    margin-left: 1px;
    margin-bottom: 2px;
    top: 3px
  }

  .m-radioInput_label {
    padding: 0px 0px 0px 5px
  }

  .m-navbar_cart {
    border: none;
    background-color: transparent;
    float: right;
    padding-right: 0px;
    margin-top: 0px
  }

  .m-navbar_cart:hover,
  .m-navbar_cart:focus,
  .m-navbar_cart:active {
    background-color: #FFFFFF;
    border-bottom: none
  }

  .m-navbar_cartBadge {
    font-size: 13px;
    color: #ff0000;
    position: absolute;
    display: inline-flex;
    justify-content: center;
    padding: 5px
  }

  .m-navbar_cartBadge--hidden {
    display: none
  }
}

@media screen and (min-width: 1px) and (prefers-reduced-motion: reduce) {

  .m-navbar_popupOption,
  .m-navbar_popupOption:hover,
  .m-navbar_popupOption:focus {
    transition: none
  }
}

@media screen and (min-width: 768px) {
  .h-onMobile {
    display: none
  }

  .h-notOnMobile {
    display: inline-block
  }

  .h-notOnTablet {
    display: none !important
  }

  .m-nav {
    height: 70px
  }

  .mad-section {
    margin-top: -1px
  }

  .m-header {
    padding: 13px 30px;
    height: auto;
    line-height: 36px;
    background-color: #FFFFFF;
    width: calc(100% - 60px)
  }

  .m-header_search {
    height: 36px;
    line-height: 30px;
    width: calc(100% - 166px)
  }

  .m-header_searchbar {
    border-radius: 18px !important;
    padding-right: 40px
  }

  .m-header_searchbar:placeholder {
    font-weight: normal;
    font-size: 16px
  }

  .m-header_searchbutton {
    width: 24px;
    border-radius: 0px 18px 18px 0px;
    font-size: 15px
  }

  .m-header_menu {
    width: 28px
  }

  .m-header_menuIcn,
  .m-header_menuIcn:before {
    font-size: 28px
  }

  .m-header_menuIcn,
  .m-header_menuIcn:before {
    font-size: 24px
  }

  .m-header_menuIcn.MMM--icn_close,
  .m-header_menuIcn.MMM--icn_close:before {
    font-size: 28px
  }

  .m-header.is-searching {
    z-index: unset
  }

  .m-header.is-searching .m-header_search {
    width: calc(100% - 166px)
  }

  .m-header.is-searching .m-header_logo,
  .m-header.is-searching .m-header_menu,
  .m-header.is-searching .m-header_menuLink {
    display: inline-block
  }

  .m-header.is-searching .m-header_hiddenIcn {
    display: none
  }

  .m-header.is-searching.is-navigating {
    z-index: 99
  }

  .m-header.is-searching.is-navigating .m-header_hiddenIcn {
    display: inline-block
  }

  .m-header.is-searching.is-navigating .m-header_menuLink {
    display: none
  }

  .m-navbar {
    width: 50%;
    right: 0px;
    left: auto;
    top: 70px
  }

  .m-navbar_profilePopup {
    max-height: none;
    max-width: 260px;
    min-height: 245px;
    height: auto;
    margin: 125px auto 0 auto
  }

  .m-navbar_signInOverlay {
    position: absolute;
    height: calc(100% - 114px);
    width: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 89;
    top: 114px;
    left: 0px
  }

  .m-navbar_signInPopup {
    max-width: 40%;
    min-width: 300px;
    width: 40%;
    max-height: none;
    min-height: auto;
    height: auto;
    margin: 0 auto;
    float: right;
    padding: 0;
    position: absolute;
    right: 0;
    top: 43px;
    z-index: 200
  }

  .m-navbar_profilePopup.mad-menu-container {
    max-width: 100%;
    width: 100%;
    position: absolute;
    top: 42px;
    box-shadow: 0 5px 10px 0;
    border-radius: 2px;
    height: auto;
    min-height: auto;
    min-width: 265px;
    max-height: none;
    margin: 0 auto;
    right: -1px;
    z-index: 200;
    background-color: #FFFFFF;
    padding: 0
  }

  .m-navbar_overlay {
    width: 50%;
    position: absolute;
    right: auto;
    left: 0px;
    background-color: rgba(1, 1, 1, 0.6);
    height: 100vh
  }

  .m-navbar_profileOverlay {
    position: absolute;
    height: calc(100% - 161px);
    width: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 89;
    top: 161px;
    left: 0px
  }

  .is-signInToggle .large-icn {
    font-size: 22px;
    right: 5px;
    top: 4px
  }

  .m-navbar-profile {
    height: 0;
    width: 50%;
    position: absolute;
    right: 0px;
    left: auto;
    top: 119px;
    box-shadow: none;
    border: none
  }

  .no-wpthemeHeader {
    top: -5px !important
  }

  .no-wpthemeHeaderOverlay {
    top: 114px !important;
    height: calc(100% - 114px) !important
  }

  .m-navbar_profileBtn {
    margin: 0px;
    padding-top: 6px !important
  }

  .m-footer_categories {
    padding: 15px 45px 30px 35px;
    display: flex;
    justify-content: space-between
  }

  .m-footer_category {
    border-bottom: none;
    /* max-width: 155px; */
  }

  .m-footer_expHead,
  .m-footer_heading {
    cursor: default
  }

  .m-footer_expHead:after {
    content: '';
    display: none
  }

  .m-footer-expLinks {
    display: block
  }

  .m-footer-link {
    font-size: 11px;
    margin: 10px 0px
  }

  .m-footer_legal {
    padding: 0px 45px 0px 35px;
    float: left
  }

  .m-footer_legalLink,
  .m-footer_legalSpan {
    margin-right: 20px;
    font-size: 11px
  }

  .m-footer_legalLink,
  .m-footer_legalLink:hover,
  .m-footer_legalLink:active,
  .m-footer_legalLink:visited,
  .m-footer_legalSpan,
  .m-footer_legalSpan:hover,
  .m-footer_legalSpan:active,
  .m-footer_legalSpan:visited {
    color: #4B4B4B
  }

  .m-footer_copyRight {
    font-size: 11px
  }

  .m-footer_socialContainer {
    width: 250px;
    background-color: transparent;
    float: right;
    margin: 0px 45px 40px 0px;
    position: relative;
    padding: 0px
  }

  .m-footer-social {
    width: 200px;
    position: absolute;
    right: 0px;
    margin-top: 0px
  }

  .m-footer-socialIcn {
    font-size: 30px;
    font-family: '3MThemeIconFont' !important
  }

  .m-footer-socialIcn--outline:before {
    color: #FFFFFF;
    font-size: 35px;
    top: -3px
  }

  .m-footer_disclosure {
    margin-top: 55px;
    text-align: right
  }

  .l-smallMarginRight {
    margin-right: 40px
  }
}

@media screen and (min-width: 960px) {
  .h-onDesktop {
    display: inline-block
  }

  .h-notOnDesktop {
    display: none !important
  }

  .h-notOnTablet {
    display: inline-block !important
  }

  .h-fitHeight {
    height: 40px
  }

  .m-header {
    width: 85%;
    padding: 40px 5% 15px 5%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 40px
  }

  .m-header_container {
    position: relative;
    z-index: 100
  }

  .m-header.is-searching {
    position: relative
  }

  .m-header.is-searching.is-navigating {
    z-index: unset
  }

  .m-header.is-searching.is-navigating~.m-header_overlay {
    background-color: rgba(0, 0, 0, 0.2)
  }

  .m-header_logo {
    width: auto;
    max-height: 70px;
    margin-right: 0
  }

  .m-header_logoImg {
    max-height: 70px;
    min-height: 40px;
    height: auto;
    width: 100%
  }

  .m-header_search {
    max-width: 56%;
    height: 100%;
    line-height: 100%;
    margin: 0
  }

  .m-header_searchbar {
    border-radius: 20px !important;
    border-color: #D6D6D6;
    padding-right: 60px;
    border-width: thin
  }

  .m-header_searchbar:placeholder {
    font-size: 14px;
    color: #AEAEAE
  }

  .m-header_searchbar:focus {
    border-color: #D6D6D6
  }

  .m-header_searchbutton {
    width: 43px;
    font-size: 18px;
    border-radius: 0px 20px 20px 0px;
    font-size: 20px;
    padding-left: 4px;
    padding-right: 8px
  }

  .m-header--fix {
    width: 100px;
    height: 12px
  }

  .m-nav {
    height: auto;
    position: relative;
    z-index: 100;
    background-color: #FFFFFF
  }

  .m-navbar {
    display: contents;
    width: 100%;
    height: 40px;
    top: -12px;
    border: none;
    box-shadow: none
  }

  .m-navbar_container {
    width: 100%;
    position: relative;
    display: inline-block
  }

  .m-navbar_login {
    float: right;
    margin-right: 5%
  }

  .m-navbar_loginProfile {
    margin-top: 0px
  }

  .m-navbar_loginProfile .m-navbar_loginBtn {
    margin-top: 20px;
    margin-left: 0px;
    padding: 9px 25px 11px 25px
  }

  .m-navbar_profIcn {
    padding-right: 10px;
    margin-right: 0px
  }

  .m-navbar_loginBtn {
    padding: 10px 20px;
    margin: 20px 0px 0px 0px
  }

  .m-navbar_profileBtn.m-navbar_loginBtn {
    padding-right: 0px;
    margin: 20px 0px 0px 0px
  }

  .m-navbar_login+.m-navbar_login {
    margin-right: 15px
  }

  .m-navbar_nav {
    background-color: #FFFFFF;
    padding: 15px 120px 0px 0px;
    padding-left: calc(5% - 15px);
    height: 55px
  }

  .m-navbar_listItem {
    float: left;
    padding-top: 5px
  }

  .m-navbar_link {
    margin-bottom: 0px;
    font-size: 16px;
    color: #4B4B4B !important;
    font-weight: normal;
    text-align: center;
    position: relative
  }

  .m-navbar_link:hover,
  .m-navbar_link:focus,
  .m-navbar_listItem .is-active {
    color: #C80000;
    padding-bottom: 13px;
    border-bottom: none
  }

  .m-navbar_link:after,
  .m-navbar_listItem .is-active:after {
    border-bottom: 3px solid #1463AA;
    content: '';
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: -2px;
    transform: scaleX(0)
  }

  .m-navbar_link:hover:after,
  .m-navbar_link:focus:after,
  .m-navbar_listItem .is-active:after {
    transform: scaleX(1);
    transition: transform .3s ease-in-out;
    display: block
  }

  .m-navbar_localization {
    top: -73%;
    margin-top: 0px;
    right: 5%;
    font-size: 14px;
    width: auto;
    bottom: auto;
    text-align: right
  }

  .m-navbar_localOverlay,
  .m-navbar_profileOverlay {
    position: relative;
    height: auto;
    width: auto;
    background-color: none
  }

  .m-navbar_profileOverlay {
    display: block
  }

  .m-navbar_profileOverlay.h-hidden {
    display: none
  }

  .m-navbar_localPopup,
  .m-navbar_popup {
    position: absolute;
    top: -15px;
    right: calc(5% - 112px);
    padding: 0px;
    width: 200px;
    margin-top: 0px;
    box-shadow: 0 5px 10px 0;
    z-index: 105
  }

  .m-navbar_signInOverlay {
    position: absolute;
    height: calc(100% - 127px);
    width: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 89;
    top: 127px;
    left: 0px
  }

  .m-navbar_signInPopup {
    top: 126px;
    right: 0;
    margin: 0 auto 0 auto;
    padding: 0px;
    min-height: 135px;
    max-height: none;
    height: auto;
    width: auto;
    min-width: 30%;
    max-width: 30%;
    display: block;
    position: absolute
  }

  .m-navbar_profilePopup.m-navbar_popup {
    top: 65px;
    right: calc(5% - 5px);
    margin: 0 auto 0 auto;
    padding: 0px;
    min-height: 165px;
    max-height: none;
    height: auto;
    min-width: 230px;
    width: auto;
    max-width: 350px
  }

  .m-navbar_profilePopup.mad-menu-container {
    top: 126px;
    right: 0;
    margin: 0 auto 0 auto;
    padding: 0px;
    min-height: 165px;
    max-height: auto;
    height: auto;
    width: auto;
    min-width: auto;
    display: flex;
    justify-content: space-between
  }

  .m-navbar_profileOption.m-navbar_popupOptions {
    border: none;
    padding: 30px 20px 40px 20px;
    margin: 0px
  }

  .m-navbar_popup:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #FFFFFF;
    border-width: 12px;
    margin-left: -12px
  }

  .m-navbar_popup:after,
  .m-navbar_popup:before {
    top: -19px;
    right: 0px;
    content: " ";
    height: 0px;
    width: 0px;
    position: absolute;
    pointer-events: none;
    border-bottom: 10px solid #FFFFFF;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent
  }

  .m-navbar_popupTitle {
    margin: 30px auto 30px auto
  }

  .m-navbar .m-overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 99;
    top: 0px;
    left: 0px
  }

  .MMM--themeWrapper .m-navbar_profileOverlay {
    position: absolute;
    height: calc(100% - 126px);
    width: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 89;
    top: 126px;
    left: 0px
  }

  .m-navbar-profile {
    height: 0;
    width: 50%;
    position: absolute;
    right: 0px;
    left: auto;
    top: 119px
  }

  .m-overlay.is-profileToggle {
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 99;
    top: 173px;
    left: 0px
  }

  .no-wpthemeHeader {
    top: 127px !important
  }

  .no-wpthemeHeaderOverlay {
    top: 114px !important;
    height: calc(100% - 114px) !important
  }

  .is-signInToggle .large-icn {
    font-size: 22px;
    right: 5px;
    top: -3px
  }

  .signIn-linkBox a {
    text-decoration: underline;
    border-bottom: none
  }

  .m-footer {
    max-width: 1200px;
    margin: auto;
    position: relative;
    display: flex;
    flex-direction: column;
  }

  .m-footer_container {
    position: relative;
    display: flex;
    flex-direction: column
  }

  .m-footer_categories {
    /* width: calc(70% - 70px); */
    float: left;
    padding: 20px 0px 20px 25px;
    border-bottom: 1px solid #F5F5F5;
  }

  .m-footer_category {
    /* max-width: 200px */
  }

  .m-footer_expHead {
    margin: 30px 0px
  }

  .m-footer-link {
    margin: 15px 0px;
    font-size: 13px;
    line-height: 16px
  }

  .m-footer-link a:hover {
    color: #C80000;
    text-decoration: underline
  }

  .m-footer_legal {
    float: left;
    padding: 20px 0 20px 25px;
    height: auto
  }

  .m-footer_legalLink,
  .m-footer_legalSpan {
    margin-right: 10px;
    font-size: 12px
  }

  .m-footer_copyRight {
    font-size: 12px
  }

  .m-footer_socialContainer {
    position: absolute;
    right: 0px;
    width: calc(30% - 185px);
    min-width: 170px;
    margin: 0px;
    padding: 50px 70px 0px 105px;
    height: calc(100% - 65px);
    display: flex;
    flex-direction: column;
    justify-content: space-around
  }

  .m-footer-social {
    position: relative;
    width: 100%;
    margin-top: 20px;
    float: left
  }

  .m-footer_disclosure {
    width: 245px;
    position: absolute;
    text-align: left;
    bottom: 15px;
    right: 70px
  }

  .m-footer_heading {
    margin: 0px
  }

  .m-dropdown-list_overlay {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 100;
    left: 0px
  }

  .l-smallMarginRight {
    margin-right: 50px
  }

  .l-dropdown-list {
    border-bottom: none;
    width: auto
  }

  .l-dropdown-list a:not(.m-btn) {
    padding: 10px 7px;
    background: linear-gradient(to right, #F9F9F9 49%, #fff 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: .35s linear
  }

  .l-dropdown-list a:not(.m-btn):hover {
    background-position: left bottom;
    transition: all .35s linear
  }

  .l-dropdown-list_container {
    display: block;
    line-height: 18px;
    column-width: 280px;
    overflow: visible;
    padding: 20px 5%;
    position: absolute;
    z-index: 98;
    background-color: #FFFFFF;
    height: auto;
    width: 90%;
    top: 72px;
    padding-bottom: 62px
  }

  .l-dropdown-list--brands {
    column-width: auto;
    padding: 0px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-flow: wrap
  }

  .l-dropdown-list--brands>li:not(:last-child) {
    border: none;
    height: 240px;
    width: 240px;
    position: relative
  }

  .l-dropdown-list--brands>li:not(:last-child):first-child {
    margin-top: 0px
  }

  .l-dropdown-list--brands>li:not(:last-child) .m-btn {
    opacity: 0;
    display: inline;
    font-size: 14px;
    width: calc(50% - 21px);
    float: left;
    border-radius: 0px;
    margin-top: 45px
  }

  .l-dropdown-list--brands>li:not(:last-child):hover {
    background-color: #F9F9F9
  }

  .l-dropdown-list--brands>li:not(:last-child):hover .l-dropdown-logo_container {
    padding-top: 0px;
    transition-duration: 0.4s
  }

  .l-dropdown-list--brands>li:not(:last-child):hover .m-btn,
  .l-dropdown-list--brands>li:not(:last-child):focus .m-btn {
    opacity: 100
  }

  .l-dropdown-list--brands>li:last-child {
    width: 480px;
    height: 75px;
    padding-top: 0px;
    flex-grow: 2
  }

  .l-dropdown-list--brands>li:last-child a {
    position: absolute;
    bottom: 20px;
    right: 45px
  }

  .l-dropdown-list--products {
    max-height: 880px;
    min-height: 380px
  }

  .l-dropdown-list--products>li:last-child a {
    position: absolute;
    bottom: 20px;
    right: 45px
  }

  .l-dropdown-list--industries {
    width: 50%;
    padding-right: 45%;
    padding-bottom: 170px;
    padding-top: 30px;
    column-fill: auto;
    height: 280px;
    column-width: 230px
  }

  .l-dropdown-list--industries>div:last-child {
    display: block;
    right: 55px;
    position: absolute;
    top: 5%;
    width: 330px;
    margin-top: 0px
  }

  .l-dropdown-list--industries>div:last-child>* {
    display: inline-block
  }

  .l-dropdown-list_industries-image {
    display: block;
    right: 55px;
    position: absolute;
    top: 5%;
    width: 330px;
    margin-top: 0px
  }

  .l-dropdown-list_industries-image>* {
    display: inline-block
  }

  .l-dropdown-logo_container {
    padding-top: 38px;
    height: 145px;
    transition-duration: 0.4s
  }

  .l-dropdown-logo_sprite {
    width: calc(100% - 100px);
    height: calc(100% - 33px);
    padding: 10px 50px
  }

  .l-dropdown-logo_label {
    font-size: 16px;
    padding: 0px 20px;
    width: calc(100% - 40px)
  }

  .l-dropdown-list--brands .l-dropdown-links_container {
    padding: 0px;
    position: absolute;
    bottom: 0px;
    width: 100%
  }

  .l-dropdown-list--brands .l-dropdown-links_container:focus-within .m-btn {
    opacity: 100;
    background: #FFFFFF;
    color: #4B4B4B;
    border: 0.5px solid #E6E6E6;
    line-height: 25px;
    width: calc(50% - 22px)
  }

  .l-dropdown-list--brands .l-dropdown-links_container:focus-within .m-btn:focus {
    text-decoration: underline;
    outline: none
  }

  .l-dropdown-list--brands .l-dropdown-links_container .m-btn {
    opacity: 0;
    line-height: 26px
  }

  .l-dropdown-list--brands .l-dropdown-links_container .m-btn:focus {
    opacity: 100;
    background: #FFFFFF;
    color: #4B4B4B;
    border: 0.5px solid #E6E6E6;
    line-height: 25px;
    text-decoration: underline;
    outline: none;
    width: calc(50% - 22px)
  }

  .l-dropdown-list--brands .l-dropdown-links_container .m-btn:only-child {
    margin-top: 45px
  }

  .l-dropdown-list--brands .l-dropdown-links_container .m-btn--light {
    line-height: 25px
  }

  .l-dropdown-list--brands .l-dropdown-links_container .m-btn--light:only-child {
    float: right
  }

  .m-dropdown-list_header,
  .l-dropdown-list_last-item .js-backtoTopBtn {
    display: none
  }
}

@media screen and (min-width: 960px) and (prefers-reduced-motion: reduce) {

  .m-navbar .m-navbar_link:hover:after,
  .m-navbar .m-navbar_listItem .is-active:after {
    transform: scaleX(1);
    transition: none;
    display: block
  }

  .l-dropdown-list a:not(.m-btn),
  .l-dropdown-list a:not(.m-btn):hover {
    transition: none
  }

  .l-dropdown-list--brands>li:not(:last-child):focus-within .l-dropdown-logo_container,
  .l-dropdown-list--brands>li:not(:last-child):hover .l-dropdown-logo_container {
    padding-top: 0px;
    transition-duration: none
  }

  .l-dropdown-logo_container {
    padding-top: 0px;
    transition-duration: none
  }
}

@media screen and (min-width: 960px) {
  .m-navbar_cart {
    margin-top: 15px
  }
}

@media screen and (min-width: 1440px) {
  .m-header_search {
    max-width: 60%
  }

  .m-navbar_signInPopup {
    min-width: 300px;
    max-width: 20%;
    right: 0;
    position: absolute
  }

  .m-footer_category {
    width: 33.33333%;
  }

  .l-dropdown-list--industries>div:last-child {
    right: 70px
  }

  .l-dropdown-list_industries-image {
    right: 70px
  }
}

.cnen {
  width: 80%;
  margin: 0 auto;
  border-top: 2px solid #F2F2F2;
  border-bottom: 2px solid #F2F2F2;
}

@media screen and (min-width: 1px) {
  .MMM--svgHover {
    background-image: url('../img/GradientBar.svg');
    height: 3px;
    margin-top: 3px;
    visibility: hidden;
    position: relative;
  }

  .MMM--btnOverlay {
    background-image: url('../img/GradientBar.svg');
  }

  .mix-MMM--hr_3px {
    height: 3px;
  }

  .MMM--hr {
    clear: both;
  }

  .MMM--wysiwyg .MMM--hr,
  .MMM--hr {
    box-sizing: border-box;
    background-image: url('../img/GradientBar.svg');
    background-size: 100% 2px;
    position: relative;
    display: block;
    top: 100%;
    width: 100%;
    min-height: 0.07vh;
    max-height: 0.1vh;
    margin: 25px 0;
    padding-top: 1.5px;
    border: none;
    background-color: transparent;
    transform: scaleY(1.1);
    transform-origin: 0 0;
    -ms-transform: scaleY(1.2);
  }
}

.dibu a {
  color: #4B4B4B;
  font-weight: normal;
  margin-right: 10px;
  border-bottom: none;
  opacity: 0.8;
}

.dibu a:hover {
  color: #1463AA;
  border-bottom: 1px solid rgba(20 99 170 / 50%);
}

.xinz {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 1px;
}

@media (max-width: 750px) {
  .banjpg {
    display: block;
    width: auto;
    margin-bottom: 0px !important;
    margin-top: -10% !important;
    margin-right: 10px !important;
    margin-left: 10px !important;

  }
  .rongua li {
    width: 47.5%;
  }

  .rongua li:nth-of-type(1),
  .rongua li:nth-of-type(3),
  .rongua li:nth-of-type(5) {
    margin-right: 5%;
  }
}

.rongu {
  text-align: center;
}

.rongu a {
  font-size: 16px;
  font-weight: normal;
}

.rongu a:hover {
  color: #1463AA;
  border-bottom: 1px solid rgba(20 99 170 / 50%);
}

.news {
  padding: 0 25px;
}

.news li {
  width: 33.33333%;
}

.news .mix-MMM--hdg_spaced {
  margin: 10px 0;
}

.news .MMM--date {
  font-size: 12px;
  color: #4B4B4B;
  font-weight: normal;
}

.news .MMM--hdg a {
  font-size: 14px;
  font-weight: normal;
}

@media (max-width: 750px) {

  .news li {
    width: 100%;
  }

}

.mbx a {
  font-size: 14px;
  border-bottom: none !important;
}

.newst a {
  font-size: 14px !important;
  font-weight: normal;
  border-bottom: none;
}

.pagess {
  padding: 20px 0;
}

.pagess ul {
  text-align: center;
}

.pagess .page-status {
  color: #333;
  background: #F5F5F5;
  padding: 8px 10px;
  margin-right: 10px;
}

.pagess .page-pre a {
  color: #333;
  background: #F5F5F5;
  padding: 8px 10px;
  margin-right: 10px;
  border-bottom: none;
}

.pagess .page-numbar a {
  color: #333;
  background: #F5F5F5;
  padding: 8px 15px;
  margin-right: 10px;
  border-bottom: none;
}

.pagess .page-next a {
  color: #333;
  background: #F5F5F5;
  padding: 8px 10px;
  border-bottom: none;
}

.page-numbar .page-num-current {
  color: #FFF !important;
  background: #0F7ADC !important;
}

@media (max-width: 750px) {
  .pagess .page-status {
    font-size: 14px;
    padding: 5px 8px;
    margin-right: 5px;
  }

  .pagess .page-pre a {
    font-size: 14px;
    padding: 5px 8px;
    margin-right: 5px;
  }

  .pagess .page-numbar a {
    font-size: 14px;
    padding: 5px 8px;
    margin-right: 5px;
  }

  .pagess .page-next a {
    font-size: 14px;
    padding: 5px 8px;
  }
}

.neir p {
  line-height: 1.8;
}

.newsa p {
  line-height: 1.8;
  text-align: justify;
}

.newsb {
  font-size: 14px !important;
}

@media (max-width: 750px) {

  .newsa p {
    font-size: 14px;
  }

  .newsa p img {
    width: 100% !important;
    height: auto !important;
  }

}

.aboutb {
  width: 100%;
  height: 360px;
  position: relative;
  background-size: 100%;
  background-repeat: no-repeat;
}

.aboutc p {
  line-height: 1.6;
  margin-bottom: 10px;
  text-align: justify;
}

@media (min-width: 750px) {
  .aboutd {
    padding: 0 !important;
  }

  .aboutf {
    padding: 0 !important;
  }
}

@media (max-width: 750px) {
  .aboutb {
    height: 120px;
  }

  .MMM--isOnDesktop {
    display: block !important;
  }

  .aboutc p {
    font-size: 14px;
  }

  .aboute a {
    font-size: 14px;
    font-weight: normal;
  }

  .aboutg {
    padding: 0px 15px;
  }
}

.aboutz a {
  text-align: center;
  border-bottom: none;
  padding: 15px 0;
  color: #FFF;
  background-color: #1463AA;
  transition: all 0.6s;
}

.aboutz a:hover {
  background-color: #D71518;
  transition: all 0.6s;
}

.wzdp {
  float: right;
  padding-top: 5px;
}

.wzdp a {
  width: 100%;
  margin-bottom: 15px;
  border: none;
  border-radius: 2px;
  color: #000000 !important;
  font-size: 16px;
  background-color: #FFFFFF;
  letter-spacing: 0;
  padding: 15px 0 20px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
}

.wzdp a {
  margin-bottom: 0px;
  font-size: 16px;
  color: #4B4B4B !important;
  font-weight: normal;
  text-align: center;
  position: relative;
}

.wzdp a:hover {
  color: #1463AA !important;
}

.band a {
  display: inline-block;
  padding: 15px 20px;
  border-bottom: none;
  color: #000 !important;
  background-color: #FFF;
}

.band a:hover {
  background-color: #1463AA;
  color: #FFF !important;
}

@media (max-width: 750px) {
  .band a {
    text-align: center;
    display: block;
    padding: 10px;
    border: 1px solid #4B4B4B;
    color: #000 !important;
    background-color: #FFF;
  }

  .MMM--figure {
    display: block !important;
  }

  .bankuaib {
    padding: 0 !important;
  }

  .bankuaia {
    padding: 10px 0 !important;
  }

  .bankuaia h3 {
    font-size: 18px;
  }

  .bankuaia p {
    font-size: 14px;
  }
}

.bankuaic {
  padding: 2% 0 0 0 !important;
}

.protit h1 {
  font-size: 22px;
  color: #4B4B4B;
  font-weight: bold;
}

.protita {
  border-bottom: 1px solid #808080;
}

.wrap-product-show .carousel-wrap {
  background-color: #FFF;
}

.wrap-product-show .carousel-wrap {
  padding: 0;
}

@media (min-width: 750px) {
  .sidelevel-1 li a {
    font-size: 16px;
    padding: 10px 90px 10px 40px !important;
  }

  .sidenav-box .sidenav>ul>li>a:after {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }

  .col-lg-3 {
    width: 20%;
  }

  .col-lg-9 {
    width: 75%;
    padding-bottom: 80px;
  }

  .xingx p {
    text-align: justify;
  }

  .sidenav-box .sidenav {
    margin: 0;
  }

  .wrap-news-show .title-news h1 {
    font-size: 1.4rem;
    font-weight: normal;
  }

  .wrap {
    padding: 50px 0 0 0;
  }

  .houz {
    padding: 0 0 30px 0;
  }

  .houz .title-news {
    padding: 20px 0;
    border-bottom: 1px solid #666;
  }

  .houz .title-news h1 {
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: 2px;
  }

  .wrap-product-show .carousel-wrap {
    padding: 0 0 50px 0;
    background-color: #FFF;
  }

  .wrap-product-show .carousel-wrap .carousel .slick-product-show {
    border: 1px solid #cccccc;
    width: 60%;
  }

  .wrap-product-show .carousel-wrap .carousel {
    width: 35%;
  }

  .wrap-product-show .carousel-wrap .info-box .text {
    margin-top: 0;
  }

  .wrap-product-show .carousel-wrap .info-box .text p {
    line-height: normal;
  }

  .info-box .text li {
    font-size: 16px;
    list-style: disc;
    padding-bottom: 10px;
  }

  .info-box .text a {
    margin-left: 22px;
    font-size: 16px;
    color: #0033CC;
    border-bottom: 1px solid rgba(0, 51, 204, 0.25);
  }

  .product-show {
    margin-top: 0;
    padding-top: 0;

  }

  #xinx {
    border-top: 1px solid #808080;
  }

  .carousel-wrap h1 {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 0 auto;
    margin: 20px 0;
  }

  .xingx li {
    font-size: 16px;
    list-style: disc;
    margin-bottom: 10px;
  }

  .xingx p {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .xingx img {
    /*width: 50% !important;*/
  }

  .xingx {
    border-bottom: 1px solid #666;
  }

  .lianx {
    background-color: #F2F2F2;
    margin-top: 40px;
  }

  .lianxs {
    padding: 30px;
  }

  .lianxs h3 {
    font-size: 2rem;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .lianxs p {
    margin-bottom: 0;
    font-size: 1.4rem;
  }

  .lianxss a {
    font-size: 1.4rem;
  }

  .lianxss a:hover {
    color: #FFF;
  }

  .lianxss:hover {
    background-color: #3C65B7;
  }

  .lianxss {
    float: right;
    position: relative;
    border: 1px solid #666;
    top: -42px;
    right: 220px;
    padding: 8px 10px;
  }

  .wrap-product-show .carousel-wrap .carousel .slick-arrow {
    top: 80%;
    right: -50px;
  }
}

.wrap-product-show .carousel-wrap .info-box {
  width: 60%;
}

.maodian {
  padding-left: 0;
}

.row {
  margin-right: 0;
  margin-left: 0;
}

.container {
  padding-right: 0;
  padding-left: 0;
  margin-right: 0;
  margin-left: 75px;
}

.wrap-product-show .carousel-wrap .carousel .slick-arrow:hover {
  color: #C80000;
}

@media (max-width: 750px) {
  .maodian {
    display: none;
  }

  .container {
    margin-left: 0;
  }

  .wrap-product-show .carousel-wrap .carousel {
    width: 60%;
    height: auto;
    border: 1px solid #d3d3d3;
  }

  .wrap-product-show .carousel-wrap .carousel .slick-arrow {
    transform: translateY(82%);
    right: -70px;
    position: absolute;
  }

  .wrap-product-show .carousel-wrap .info-box {
    width: 100%;
  }

  .info-box .text li {
    list-style-type: disc;
    margin-bottom: 15px;
    text-align: justify;
  }

  .info-box .text p {
    margin-bottom: 30px !important;
  }

  .xingx {
    border-top: 1px solid #808080;
  }

  .xingx h1 {
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0;
  }

  .xingx li {
    font-size: 14px;
    margin-bottom: 15px;
    text-align: justify;
  }

  .xingx p {
    font-size: 14px;
    margin-bottom: 15px;
    text-align: justify;
  }

  .wrap {
    padding: 30px 0;
  }

  .m-header {
    box-sizing: content-box;
  }

  .m-dropdown-list_backBtn {
    display: block;
  }

  .m-navbar_listItem {
    text-align: initial;
  }

  .l-dropdown-list {
    text-align: initial;
  }

  .wzdp {
    float: none;
    padding-top: 15px;
  }

  .wzdp a {
    padding: 15px 20px;
    text-align: initial;
  }

  .MMM--columnList li {
    width: 50%;
  }

  .MMM--columnList li a {
    font-size: 14px;
    font-weight: initial;
  }

  .rongua li {
    width: 47.5%;
  }

  .guanuc p {
    font-size: 14px;
  }

  .newsg li {
    width: 100%;
  }
}

.foot-icon {
  display: flex;
  align-items: center;
}

.foot-icon li {
  margin-right: 10px;
}

.foot-icon img {
  height: 30px;
}

.foot-icon a {
  font-size: 16px;
  color: #9B9B9B;
}

.foot-icon a:hover {
  color: #9B9B9B;
  text-decoration: none !important;
}

@media (min-width: 750px) {
  .fanga li {
    margin-bottom: 15px !important;
  }
}

.mapt a {
  border-bottom: none;
}

.contactb li {
  width: 33.333333%;
}

.MMM--blockFormList {
  display: block !important;
}

.MMM--blockFormList .biaod {
  float: left;
  width: 48%;
}

.MMM--blockFormList .txtnei {
  float: none;
  width: 100%;
}

.MMM--blockFormList .txtnei input {
  height: 150px;
}

.eloquaForm .MMM--blockFormList>li {
  margin: 15px 0;
}

.MMM--blockLabel {
  font-weight: initial;
}

.MMM--blockFormList .biaod:nth-of-type(1),
.MMM--blockFormList .biaod:nth-of-type(3),
.MMM--blockFormList .biaod:nth-of-type(5) {
  margin-right: 4%;
}

.MMM--blockFormList .tijiao {
  width: 100%;
}

.MMM--blockFormList .tijiao button {
  font-size: 14px;
  padding: 15px 0;
}

.MMM--blockFormList .tijiao button:hover {
  color: #FFF;
  background-color: #1463AA;
  transition: all 0.6s;
}

.biaods h1 {
  font-size: 22px !important;
}

.biaodv span {
  font-size: 18px;
}

.biaodv span a {
  color: #C80000;
  border-bottom: none;
}


@media (max-width: 750px) {
  .contactb li {
    width: 100%;
  }
}

@media (min-width: 750px) {
  .fangavs {
    display: flex !important;
    justify-content: space-around;
    flex-wrap: wrap;
    flex-direction: row;
  }
}


@media (max-width: 750px) {
  display: flex !important;
  flex-direction: column;
  flex-wrap: wrap;
}

.dibu {
  font-size: 12px;
}

@media (max-width: 750px) {
  .m-header_logo .h-notOnDesktop {
    max-height: none;
    min-height: inherit;
  }

  .m-header_logo {
    width: 30%;
  }
}