

#siteID {
    width: 130px;
}

#siteHeader:after,
#siteFooter:after {
    content: '';
    display: block;
    clear: both;
}

#SS_searchForm input#SS_searchSubmit {
    width: 65px;
    height: 21px;
    background: #4D83D2;
    color: #fff;
    margin-top: 1px
}

/* site header
================================================== */
#siteHeader {
    width: 100%;
    height: 95px;
    background: #0046ad;
    box-shadow: 0 0 10px rgba(0, 51, 204, .8);
    position: fixed;
    z-index: 100;
    top: 0
}

#siteHeader a {
    color: #fff;
    font-size: 14px;
}

#siteHeader a:hover {
    text-decoration: underline
}

#siteHeader .inner {
    height: 95px;
    margin: 0 auto;
    padding: 20px 0 5px;
    position: relative;
    color: #fff;
}

#siteID {
    float: left;
    line-height: 0;
    font-family: Arial, Helvetica, sans-serif;
}

#siteID img {
    margin-right: 15px;
    width: 115px;
    height: auto;
}

#siteID a {
    text-decoration: none;
}

#countryID {
    margin-top: 8px;
    float: left;
}

#siteFunction {
    position: absolute;
    right: 0;
    top: 28px;
    font-size: 12px;
    width: 183px;
    height: 25px;
    line-height: 25px
}

#siteFunction .lang {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 25px;
}

#siteFunction .lang div {
    width: 80px;
    text-align: center;
}

#siteFunction .lang div a {
    display: block;
    text-decoration: none;
}

#siteFunction .lang div a:after {
    content: '\e903';
    padding-left: 5px;
    font-size: 14px;
    vertical-align: middle;
}

#siteFunction .lang:hover div a:after {
    content: '\e900';
}

#siteFunction .lang ul {
    width: 240px;
    display: none;
}

#siteFunction .lang ul li {
    display: inline-block;
    line-height: 25px;
    padding: 0 15px;
}

#siteFunction div.search {
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
}

#siteFunction div.search a {
    display: block;
    width: 25px;
    height: 25px;
    background: url(http://www.cn.tdk-lambda.com/static/web/images/welcome/sousuo.png) no-repeat center;
    background-size: 13px 13px;
}

#siteFunction div.search div {
    position: absolute;
    left: -85px;
    top: 25px;
    padding: 2px 0 3px 4px;
    border: 1px #4D83D2 solid;
    width: 270px;
    display: none;
    height: 30px;
}

#siteFunction div.search div input {
    width: 190px;
    padding: 2px;
    background: none transparent;
    margin-right: 2px;
    outline: none;
    color: #fff;
}

#siteFunction div.search div input:focus {
    background: #06c;
}

#siteFunction div.search div button {
    width: 65px;
    height: 20px;
    background: #4D83D2;
    color: #fff;
}

#siteFunction div.worldwide {
    height: 25px;
    line-height: 25px;
    display: flex;
    align-items: center;
    text-align: right;
    float: right;
}

#siteFunction div.worldwide a {
    font-size: 14px;
    transition: .5s;
    position: relative;
    padding-right: 15px;
}

#siteFunction div.worldwide img {
    height: 15px;
}

#siteHeader .utility {
    position: absolute;
    right: 220px;
    top: 28px;
    line-height: 25px;
    font-size: 14px;
    /* font-family: SimHei; */
    font-weight: 400;
    transition: .5s;
    color: #FFFFFF;
    cursor: pointer;
}

#siteHeader .utility:hover {
    text-decoration: underline
}

#siteFunction div.worldwide a:hover,
#siteID a:hover {
    opacity: .7;
}

#global {
    clear: both;
    width: 100%;
    height: 35px;
    position: absolute;
    left: 0;
    bottom: 0;
}

#global ul {
    background: #0046ad;
    float: left;
    clear: both;
}

#global ul li {
    float: left;
    margin-right: 15px;
    position: relative;
}

#global ul li a {
    text-decoration: none;
    padding: 0 10px;
    display: block;
    height: 35px;
    line-height: 35px;
}

#global ul li.on {
    background: #039;
}

#global ul li.on ul.child {
    left: 280px;
    top: 0
}

#global ul li ul {
    float: none;
    display: none;
    position: absolute;
    left: 0;
    top: 35px;
    width: 280px;
    box-shadow: 0 0 10px rgba(0, 51, 204, .8);
    background: #039;
}

#global ul li ul li {
    display: block;
    width: 100%;
    height: auto;
    line-height: 20px;
    clear: both;
    font-size: 12px;
    background: #039;
}

#global ul li ul li a {
    display: block;
    width: 100%;
    line-height: 1.4;
    padding: 8px 15px;
    height: auto;
    border-top: solid 1px #3a619a !important;
    position: relative
}

#global ul li ul li a:first-child {
    border-top: none
}

#global ul li ul li a:after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 10px;
    top: 13px;
}

#global ul li ul li a:hover {
    background: rgba(255, 255, 255, .2);
}

#global ul li a+i {
    display: none;
}

#global .toggle {
    display: none;
}

#global:after,
#global ul:after {
    content: '';
    display: block;
    clear: both;
}


@media screen and (max-width:980px) {
    #siteHeader {
        width: 100%;
        height: 50px;
    }

    #siteHeader .inner {
        padding: 0;
        width: 100%;
        height: 50px;
        position: relative;
    }

    #siteID {
        left: 10px;
        top: 13px;
        font-size: 14px;
        position: absolute;
    }

    #siteID img {
        width: 100px;
        height: auto;
    }

    #countryID {
        padding: 10px 0 0 15px;
        background: #333;
        margin-top: 0;
    }

    #siteFunction {
        position: relative;
        right: auto;
        top: auto;
        font-size: 14px;
        width: auto;
        height: 46px;
        clear: both;
        background: #333;
        text-align: center;
    }

    #siteFunction .lang {
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        height: auto;
    }

    #siteFunction .lang div {
        width: 33%;
        height: auto;
        line-height: 20px;
        float: left;
    }

    #siteFunction .lang div a {
        display: block;
        padding: 10px;
        font-size: 12px;
        color: #eee;
    }

    #siteFunction .lang div a:after {
        display: none;
    }

    #siteFunction .lang ul {
        width: 67%;
        display: block;
        float: left;
    }

    #siteFunction .lang ul li {
        display: block;
        line-height: 20px;
        text-align: center;
        width: 50%;
        float: left;
        font-size: 12px;
        color: #eee;
        padding: 0;
    }

    #siteFunction .lang ul li a {
        color: #fff;
        padding: 10px;
        display: block;
    }

    #siteFunction .lang ul li a:hover,
    #siteFunction .lang div a:hover {
        background: #000;
        text-decoration: none;
    }

    #siteHeader div.search {
        width: auto;
        height: auto;
        position: relative;
        left: auto;
        top: auto;
        z-index: auto;
        padding: 10px;
        border-bottom: 1px #aaa solid;
        background: #333;
    }

    #siteHeader div.search a {
        display: none;
    }

    #siteHeader div.search div {
        position: relative;
        left: auto;
        top: auto;
        padding: 0;
        border: none;
        width: auto;
        display: block;
        text-align: center;
    }

    #siteHeader div.search div input {
        width: 400px;
        padding: 5px;
        background: #FFF;
        margin-right: 10px;
        outline: none;
        color: #fff;
        font-size: 16px;
        height: 30px;
        border-radius: 0;
        vertical-align: middle;
    }

    #siteHeader div.search div input:focus {
        background: #ffd;
    }

    #SS_searchForm input#SS_searchSubmit {
        width: 60px;
        height: 30px;
    }

    #siteHeader div.search div button {
        width: 70px;
        height: 30px;
        background: #eee;
        vertical-align: middle;
    }

    #siteHeader div.worldwide {
        width: 100%;
        height: 100%;
        justify-content: center;
    }

    #siteHeader div.worldwide a {
        display: inline-block;
        padding: 10px;
    }

    #siteHeader div.worldwide:hover {
        background: #000;
    }

    #siteHeader div.worldwide:hover a {
        color: #fff;
    }

    #siteHeader div.worldwide a:after {
        top: 15px
    }

    #siteHeader div.scroller {
        overflow: auto;
        height: calc(100% - 50px);
        position: fixed;
        left: 0;
        top: 50px;
        width: 100%;
        background: rgba(0, 0, 0, .5);
        display: none;
    }

    #siteHeader .toggle {
        width: 40px;
        height: 40px;
        position: absolute;
        right: 5px;
        top: 5px;
        display: block;
        cursor: pointer;
    }

    #siteHeader .toggle a {
        display: block;
        width: 40px;
        height: 40px;
        text-indent: 50px;
        white-space: nowrap;
        overflow: hidden;
        cursor: pointer;
        position: relative
    }

    #siteHeader .toggle a.open span {
        display: block;
        position: absolute;
        width: 60%;
        left: 20%;
        background: #fff;
        height: 4px;
        border-radius: 5px;
    }

    #siteHeader .toggle a.open span:nth-of-type(1) {
        top: 10px;
    }

    #siteHeader .toggle a.open span:nth-of-type(2) {
        top: 18px;
    }

    #siteHeader .toggle a.open span:nth-of-type(3) {
        top: 26px;
    }

    #siteHeader .toggle a.close {
        display: none;
    }

    #siteHeader .toggle a.close::before,
    #siteHeader .toggle a.close::after {
        position: absolute;
        content: ' ';
        background-color: #fff;
        left: 20px;
        width: 4px;
        height: 60%;
        border-radius: 5px;
        top: 20%;
    }

    #siteHeader .toggle a.close::before {
        transform: rotate(45deg);
    }

    #siteHeader .toggle a.close::after {
        transform: rotate(-45deg);
    }

    .utility {
        position: relative !important;
        background: #333;
        top: 0 !important;
        right: 0 !important;
        padding: 10px;
        text-align: center;
        border-bottom: solid 1px #aaa;
    }

    .utility:hover {
        background: #000;
        text-decoration: none;
    }

    #global {
        margin-top: 0;
        position: static;
        left: auto;
        bottom: auto;
        height: auto;
    }

    #global ul {
        float: none;
    }

    #global ul li {
        float: none;
        margin-right: 0;
        position: relative;
        font-size: 18px;
        border-bottom: 1px #aaa solid;
        position: relative;
        cursor: pointer;
    }

    #global ul li a {
        padding: 0 0 0 20px;
        line-height: 50px;
        display: block;
        height: 50px;
        background: #333;
        cursor: pointer;
    }

    /*#global ul li a:first-child:after{content:'\e901'; font-size:24px; margin-left:15px; display:inline-block; vertical-align:middle; position:relative; top:-2px; color:#ccc;}*/
    #global>ul>li a+a {
        background: #666;
        width: 50px;
        height: 50px;
        position: absolute;
        right: 0;
        top: 0;
        border: 1px #aaa solid;
        border-width: 0 0 0px 1px;
        text-indent: 110%;
        white-space: nowrap;
        overflow: hidden;
        display: block;
        cursor: pointer;
    }

    #global>ul>li a+a:before {
        content: '';
        display: block;
        border: 3px solid #ffffff;
        width: 14px !important;
        height: 14px !important;
        border-left-color: transparent;
        border-top-color: transparent;
        transform: rotate(-135deg);
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -4px 0 0 -9px;
    }

    #global>ul>li a+a.open:before {
        transform: rotate(45deg);
        margin: -11px 0 0 -8px;
    }

    #global>ul>li a:hover {
        background: #333;
    }

    #global>ul>li a+a:hover {
        background: #000;
    }

    #global>ul>li ul {
        display: block;
        position: relative;
        left: auto !important;
        top: auto !important;
        width: auto;
        box-shadow: none;
        background: #000;
        border-top: 1px #666 solid;
        display: none;
    }

    #global>ul>li ul li {
        line-height: 1;
        clear: both;
        font-size: 16px;
        border-bottom-color: #666;
        position: relative;
        padding-left: 0 !important;
    }

    #global>ul>li ul li:last-child {
        border-bottom: 0 none;
    }

    #global>ul>li ul li a {
        line-height: 1;
        padding: 10px 0 10px 80px;
        height: auto;
        color: #eee;
        border-top: none !important
    }

    /*#global ul li ul li a:after{content:'\e901'; font-size:18px; color:#aaa;}*/
    #global ul li a:hover,
    #global ul li ul li a:hover {
        background: #666;
    }

    #global ul li ul li a:after {
        content: "";
        display: inline-block;
        width: 7px;
        height: 7px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        right: 25px;
        top: 13px;
    }

    #global ul li.mega-menu ul li.mega-menu-col>ul {
        background: #333;
    }
}

@media screen and (max-width:640px) {
    #siteID {
        left: 15px;
        top: 16px;
        font-size: 10px;
    }

    #siteID img {
        width: 80px;
        margin-right: 10px;
    }

    #siteFunction .lang {
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        height: auto;
    }

    #siteFunction .lang div a {
        padding: 10px 0;
    }

    #siteFunction .lang ul li a {
        padding: 10px 0;
    }

    #siteHeader div.search {}

    #siteHeader div.search a {}

    #siteHeader div.search div {}

    #siteHeader div.search div input {
        width: calc(100% - 80px);
        margin-right: 5px;
    }

    #siteHeader div.search div button {
        width: 60px;
        height: 30px;
    }

    #global ul li a {
        padding: 0 0 0 15px;
        line-height: 40px;
        height: 40px;
    }

    #global ul li a:first-child:after {
        margin-left: 10px;
    }

    #global ul li a+a {
        width: 40px;
        height: 40px;
    }

    #global ul li a+a:before {
        width: 40px;
        height: 40px;
    }

    #global ul li ul li {
        font-size: 14px;
    }

    #global ul li ul li a {
        padding: 6px 0 6px 20px;
        border: none !important
    }

    #global ul li ul li a:after {
        content: "";
        display: inline-block;
        width: 6px;
        height: 6px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        right: 18px;
        top: 9px;
    }
}

@media screen and (min-width: 600px) and (max-width: 999px) {
    #countryID {
        padding: 17px 0 0 130px;
        background: none;
        margin-top: 0;
    }
}

#global ul li.mega-menu ul li.mega-menu-col>a {
    border-top: none !important;
}

#global ul li.mega-menu ul li.mega-menu-col>ul {
    box-shadow: none;
}

#global ul li.mega-menu ul li.mega-menu-col>ul:not(.mega)>li {
    padding-left: 10px;
}

@media screen and (min-width:984px) {

    /*.col-md-3 {
        max-width: calc(100% / 4 - 15px);
    }*/
    /*li.mega-menu {
        position: static !important;
    }*/
    li.mega-menu ul.mega-menu-row {
        width: 100% !important;
        float: left;
        padding: 10px 10px 30px 10px;
    }

    li.mega-menu ul.mega-menu-row li.mega-menu-col {
        /* padding: 10px 15px; */
        float: left;
        clear: none !important;
        margin-bottom: 15px;
    }

    li.mega-menu ul.mega-menu-row li.mega-menu-col .mega-menu-col-title {
        font-weight: bold;
        /* line-height: 20px; */
        display: inline-block;
        border-top: none !important;
    }

    li.mega-menu ul.mega-menu-row li.mega-menu-col .mega-menu-col-title:after {
        display: none !important;
    }

    li.mega-menu ul.mega-menu-row li.mega-menu-col>ul {
        /*display: block !important;*/
        position: static !important;
        width: 100% !important;
    }

    li.mega-menu ul.mega-menu-row li.mega-menu-col>ul.mega {
        font-weight: bold;
    }

    li.mega-menu ul.mega-menu-row li.mega-menu-col>ul.mega li a:after {
        display: none !important;
    }

    #global ul li.mega-menu ul li a {
        border-top: none !important;
        border-bottom: 1px solid #3a619a !important;
    }

    li.mega-menu ul.mega-menu-row li.dc-dc-menu {
        position: absolute !important;
        top: 255px !important;
        left: 487px;
    }
}

@media screen and (max-width:983px) {
    #global ul li.mega-menu ul li a.mega-menu-col-title:not(.mega-single):after {
        content: '+';
        font-weight: bold;
        border-top: none;
        border-right: none;
        transform: none;
        -webkit-transform: none;
        top: 5px;
    }

    #global ul li.mega-menu ul li a.mega-menu-col-title.open:after {
        content: '-';
    }

    #global ul li.mega-menu ul.mega {
        display: block !important;
    }
}

/*----------------2019.09.12修正-----------------------------------*/
@media screen and (max-width:600px) {
    #countryID {
        position: absolute;
        left: 105px;
        top: 17px;
        font-size: 12px;
        background: none;
        padding: 0;
        width: auto;
        white-space: nowrap;
    }
}

/*----------------2020.03.30修正-----------------------------------*/
@media screen and (min-width: 980px) and (max-width: 1000px) {
    #pageBody {
        margin: 0;
        width: 980px;
    }
}