

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'Noto Sans';
    url('http://www.cn.tdk-lambda.com/static/web/css/font/NotoSans-ExtraLight.ttf?v=5.3.0') format('truetype'),
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Noto Sans';
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    width: 100%;
    background: #fff;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: none;
}

ul {
    list-style: none;
}

body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
    margin: 0;
    padding: 0;
}

a:link,
a:visited {
    text-decoration: none;
    outline: 0;
    /* color: #666 */
}

a:hover,
a:active,
a:focus {
    /* color: #666; */
    text-decoration: none
}

img {
    border: 0;
    padding: 0;
    margin: 0;
    max-width: 100%;
}

table {
    border-collapse: collapse;
    width: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

input,
textarea {
    font-size: 14px;
    outline: 0;
    overflow: hidden;
    font-family: 'Noto Sans';
}

input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'] {
    cursor: pointer;
    outline: 0;
    border: none;
}

input[type='checkbox'],
input[type='radio'] {
    position: relative;
    vertical-align: middle;
}

textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] {
    outline: 0;
    color: #666;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
input[type='text'],
select,
button {
    -webkit-appearance: none
}

input,
select,
textarea {
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

::-webkit-input-placeholder {
    color: #999;
}

:-moz-placeholder {
    color: #999;
    opacity: 1;
}

::-moz-placeholder {
    color: #999;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #999;
}

.clearfix:after {
    clear: both;
    height: 0;
    content: "";
    line-height: 0;
    font-size: 0;
    display: block
}

.clear {
    clear: both;
}

.continer1 {
    width: 1200px;
    margin: 0 auto;
}

.g-container {
    padding-top: 0;
}

[v-cloak] {
    display: none;
}

.amap-info-content {
    height: auto !important;
    text-align: center;
}

.amap-info-close {
    display: none;
}

/*新闻详情*/
.inner_newsshow {
    overflow: hidden;
}

.inner_fr_newsshow {
    margin: 31px 0 50px 0;
    overflow: hidden;
}

.show_title {
    text-align: center;
    padding-bottom: 25px;
    border-bottom: 1px dashed #bfbfbf;
}

.show_title h3 {
    font-size: 30px;
    font-family: 'Noto Sans';
    font-weight: 400;
    color: #007CC3;
    line-height: 30px;
    text-align: center;
    padding-bottom: 30px;
    /* margin-top: 40px; */
}

.show_title span {
    margin: 0px 10px;
    font-size: 14px;
    font-family: 'Noto Sans';
    font-weight: 400;
    color: #7B7B7B;
}

.browse {
    background: url(http://www.cn.tdk-lambda.com/static/web/images/browse.png) no-repeat left center;
}

.date {
    background: url(http://www.cn.tdk-lambda.com/static/web/images/date.png) no-repeat left center;
}

.show_content {
    color: #4b4b4b;
    padding: 45px 0px;
    border-bottom: 1px dashed #bfbfbf;
    font-size: 16px;
    font-family: 'Noto Sans';
    font-weight: 400;
    color: #737373;
    line-height: 36px;
}

.show_content img {
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    height: auto;
}

.show_back {
    padding: 40px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    /* border-top: 1px solid #E5E5E5; */
}

.show_back_fl {
    float: left;
    width: 70%;
    overflow: hidden;
}

.show_back_fl li {
    margin-bottom: 2px;
    line-height: 25px;
    color: #4d4d4d;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
}

.show_back_fl li a {
    color: #868686;
    font-size: 15px;
}

.show_back_fl li a:hover {
    color: #3B3EA7;
}

.show_back_fr {
    overflow: hidden;
    float: right;
    width: 18%;
    height: 44px;
    line-height: 44px;
    background: #24D7B4;
    border-radius: 23px;
}

.show_back_fr a {
    display: block;
    line-height: 44px;
    color: #fff;
    font-size: 16px;
    background: url(http://www.cn.tdk-lambda.com/static/web/images/return.png) no-repeat right 35px center;
    padding-left: 45px;
    text-align: left;
    border-radius: 5px;
    letter-spacing: 10px;
}

.phone {
    display: none;
}

.computer {
    display: block;
}

.swiper-container {
    overflow: hidden;
}

/*首页开始*/

.showc {
    height: 95px;
    /* -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s; */
}


.in-header {
    position: fixed;
    z-index: 9999;
    width: 100%;
    background: #0046AD;
}


.in-header .continer1 {
    display: flex;
    flex-direction: column;
    /* flex-wrap: wrap; */
    justify-content: space-between;
    padding: 20px 0 0;
}


.g-footer-top {
    position: fixed;
    z-index: 999;
    right: 0;
    bottom: 190px;
    width: 48px;
    height: 45px;
    cursor: pointer;
}

.footer-in {
    padding-top: 30px;
    background: rgb(95, 95, 95, 0.6);
}

.footer-in .continer1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-in .in-block1 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
}

.footer-in .in-block1 .block1_column {
    width: calc((100% - 200px) /5);
    margin-right: 50px;
    display: flex;
    flex-direction: column;
}

.footer-in .in-block1 .block1_column:nth-of-type(5n) {
    margin-right: 0;
}

.footer-in .in-block1 .block1_column .column_min {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 30px;
}

.footer-in .in-block1 .block1_column .column_min:last-child {
    margin-bottom: 0;
}

.footer-in .in-block1 .block1_column .column_min .min_top {
    font-size: 14px;
    font-family: 'Noto Sans';
    font-weight: 400;
    color: #FFFFFF;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #CFCFCF;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.footer-in .in-block1 .block1_column .column_min .min_name {
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #CFCFCF;
    width: 100%;
    font-size: 12px;
    font-family: 'Noto Sans';
    font-weight: 400;
    color: #FFFFFF;
    background: url(http://www.cn.tdk-lambda.com/static/web/images/welcome/arrow-right.png) no-repeat right 5px center;
    background-size: 6px 10px !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 15px 0 7px;
}

.footer-in .in-block1 .block1_column .column_min .min_name:hover {
    background: #B7B7B7 url(http://www.cn.tdk-lambda.com/static/web/images/welcome/arrow-right.png) no-repeat right 5px center;
}

.beizhu {
    margin-top: 40px;
    border-top: 1px solid #BBBBBB;
    width: 100%;
}

.beizhu .continer1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px 0;
}


.beizhu .continer1 .left {
    display: flex;
    flex-direction: column;
}

.beizhu .continer1 .left .text1 {
    font-size: 12px;
    font-family: 'Noto Sans';
    font-weight: 400;
    color: #FFFFFF;
}

.beizhu .continer1 .left .text1:last-child {
    margin-right: 0px;
}

.beizhu .continer1 .left .text1 a {
    font-size: 12px;
    font-family: 'Noto Sans';
    font-weight: 400;
    color: #FFFFFF;
    transition: .5s;
}

.beizhu .continer1 .left .text1 a:hover {
    color: #1AC2A1;
}

.beizhu .continer1 .left .icon1 {
    margin-right: 2px;
}

.beizhu .continer1 .right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
}

.beizhu .continer1 .right .text1,
.beizhu .continer1 .right .text1 a {
    font-size: 12px;
    font-family: 'Noto Sans';
    font-weight: 400;
    color: #FFFFFF;
}






/*首页结束*/

/*内页框架开始*/

.sp_header {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 90%;
    margin: 0 auto;
}

.sp_logo {
    padding-top: 0px;
    padding-left: 0px;
    height: auto;
    line-height: initial;
}

.header1,
.footer {
    height: 80px;
    border-bottom: none
}

.sp_header {
    justify-content: space-between;
}




.footer_logo {
    height: 66px;
}




#mmenu {
    z-index: 9999;
}

#mmenu li .home-search {
    float: left;
    margin-left: 20px;
    width: 90%;
    background-color: #fff;
    padding-left: 0;
    overflow: hidden;
    margin-top: 10px;
    position: relative
}

#mmenu li .home-search .keyword {
    text-align: left;
    border: 0;
    box-shadow: 0;
    border-radius: 0;
    width: 86%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -mz-border-radius: 0;
    font-size: 14px;
    color: #999;
    line-height: 20px;
    vertical-align: top;
    padding: 6px 86px 6px 10px;
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid #ccc
}

#mmenu li .home-search .keyword:focus {
    transition: border linear .2s, box-shadow linear .5s;
    -moz-transition: border linear .2s, -moz-box-shadow linear .5s;
    -webkit-transition: border linear .2s, -webkit-box-shadow linear .5s;
    outline: 0;
    border: 1px solid #0076be;
}

#mmenu li .home-search .btn-sub {
    top: 0;
    border: 0;
    right: 0;
    color: #0076be;
    width: 42px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    position: absolute;
    cursor: pointer;
    border-radius: 0;
    background: #0076be url(http://www.cn.tdk-lambda.com/static/web/images/search3.png) no-repeat center center;
}

.in-header .header_top {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    width: 100%;
    justify-content: space-between;
}

.in-header .header_top .header_left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.in-header .header_top .header_left .in-logo {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}


.in-header .header_top .header_left .in-logo p {
    padding-left: 14px;
    font-size: 14px;
    font-family: 'Noto Sans';
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1;
    transition: .5s;
}

.in-header .header_top .header_left .in-logo p:hover {
    text-decoration: underline;
}

.in-header .header_top .header_left .in-logo img {
    width: 115px;
    transition: .5s;
}

.in-header .header_top .header_left .in-logo img:hover {
    opacity: .7;
}

.in-header .header_top .header_right {
    display: flex;
    flex-direction: row;
    align-items: center;
    line-height: 1;
    /*height: 100%;*/
}

.in-header .header_top .header_right .right_area {
    font-size: 14px;
    font-family: 'Noto Sans';
    font-weight: 400;
    transition: .5s;
    color: #FFFFFF;
    cursor: pointer;
}

.in-header .header_top .header_right .right_area:hover {
    text-decoration: underline;
}

.in-header .header_top .header_right .right_search {
    position: relative;
    margin: 0 20px;
    cursor: pointer;
}

.in-header .header_top .header_right .right_search p {
    width: 13px;
    height: 13px;
    background: url(http://www.cn.tdk-lambda.com/static/web/images/welcome/sousuo.png) no-repeat;
    background-size: 13px 13px;
}

.in-header .header_top .header_right .right_search .search_po {
    position: absolute;
    left: -130px;
    top: 25px;
    padding: 2px 0 3px 4px;
    border: 1px #4D83D2 solid;
    width: 270px;
    display: none;
}

.in-header .header_top .header_right .right_search .search_po .SS_searchQuery {
    width: 190px;
    padding: 2px;
    background: none transparent;
    margin-right: 2px;
    outline: none;
    color: #fff;
}

.in-header .header_top .header_right .right_search .search_po .SS_searchSubmit {
    width: 65px;
    height: 20px;
    background: #4D83D2;
    color: #fff;
}

.in-header .header_top .header_right .right_en {
    font-size: 14px;
    font-family: 'Noto Sans';
    font-weight: 400;
    color: #FFFFFF;
    padding-right: 50px;
    background: url(http://www.cn.tdk-lambda.com/static/web/images/welcome/ww_map.png) no-repeat right center;
    background-size: 39px 15px;
    transition: .5s;
}

.in-header .header_top .header_right .right_en:hover {
    opacity: .7;
}

.in-header .in_nav {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
}

.in-header .in_nav .li-block1 {
    position: relative;
    margin-right: 10px;
}

.in-header .in_nav .li-block1:last-child {
    margin-right: 0;
}

.in-header .in_nav .li-block1 .caidan1 {
    font-size: 13px;
    font-family: 'Noto Sans';
    font-weight: 400;
    color: #FFFFFF;
    padding: 10px;
    height: 35px;
    line-height: 35px;
}

.in-header .in_nav .li-block1:hover .caidan1 {
    background: #003399;
}

.in-header .in_nav .li-block1 .li-block2 {
    position: absolute;
    top: 35px;
    left: 0;
    width: 280px;
    display: none;
    flex-direction: column;
}

.in-header .in_nav .li-block1:hover .li-block2 {
    display: flex;
}

.in-header .in_nav .li-block1 .li-block2 .block2_name {
    position: relative;
    width: 100%;
    border-top: 1px solid #3A619A;

}

.in-header .in_nav .li-block1 .li-block2 .block2_name .li-block3 {
    position: absolute;
    left: 280px;
    top: -1px;
    width: 280px;
    display: none;
    flex-direction: column;
}

.in-header .in_nav .li-block1 .li-block2 .block2_name:hover .li-block3 {
    display: flex;
}

.in-header .in_nav .li-block1 .li-block2 .block2_name .shuzhi_a {
    width: 100%;
    height: 35px;
    box-shadow: 0px 5px 14px 2px rgba(0, 70, 173, 0.07);
    font-size: 12px;
    font-family: 'Noto Sans';
    font-weight: 400;
    color: #FFFFFF;
    line-height: 35px;
    display: inline-block;
    padding: 0 20px 0 17px;
    background: #003399 url(http://www.cn.tdk-lambda.com/static/web/images/welcome/jiantou-copy-copy.png) no-repeat right 9px center;
    background-size: 6px 9px !important;
}

.in-header .in_nav .li-block1 .li-block2 .block2_name:hover .shuzhi_a {
    background: #0046AD url(http://www.cn.tdk-lambda.com/static/web/images/welcome/jiantou-copy-copy.png) no-repeat right 9px center;
}

.in-header .in_nav .li-block1 .li-block2 .block2_name .li-block3 .block3_name {
    position: relative;
    width: 100%;
    border-top: 1px solid #3A619A;
}

.in-header .in_nav .li-block1 .li-block2 .block2_name .li-block3 .block3_name .block3_a {
    width: 100%;
    height: 35px;
    box-shadow: 0px 5px 14px 2px rgba(0, 70, 173, 0.07);
    font-size: 12px;
    font-family: 'Noto Sans';
    font-weight: 400;
    color: #FFFFFF;
    line-height: 35px;
    display: inline-block;
    padding: 0 20px 0 17px;
    background: #0046AD url(http://www.cn.tdk-lambda.com/static/web/images/welcome/jiantou-copy-copy.png) no-repeat right 9px center;
    background-size: 6px 9px !important;
}

.in-header .in_nav .li-block1 .li-block2 .block2_name .li-block3 .block3_name:hover .block3_a {
    background: #6690CE url(http://www.cn.tdk-lambda.com/static/web/images/welcome/jiantou-copy-copy.png) no-repeat right 9px center;
}

/*内页框架结束*/



.mode_en {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}

.mode_en .mode_en_po {
    position: relative;
    width: 100%;
    height: 100vh;
    background: rgb(0, 51, 153, 0.3);
    top: 0;
    left: 0;
}

.mode_en .mode_en_po .mode_en_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 680px;

}

.mode_en .mode_en_po .mode_en_content .mode_en_min {
    position: relative;
    padding: 70px 90px 45px;
    width: 100%;
    border: 1px solid #DDDDDD;
}

.mode_en .mode_en_po .mode_en_content .mode_en_min .min_po {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    width: 41px;
    height: 40px;
    background: #094DA1;
    border-radius: 0px 0px 0px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mode_en .mode_en_po .mode_en_content .mode_en_min .min_po img {
    width: 18px;
}

.mode_en .mode_en_po .mode_en_content .mode_en_min .min_wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;

}

.mode_en .mode_en_po .mode_en_content .mode_en_min .min_wrap li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.mode_en .mode_en_po .mode_en_content .mode_en_min .min_wrap li .li_top {
    font-size: 18px;
    font-family: 'Noto Sans';
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 20px;
}


.mode_en .mode_en_po .mode_en_content .mode_en_min .min_wrap li .li_name {
    font-size: 14px;
    font-family: 'Noto Sans';
    font-weight: 400;
    color: #FFFFFF;
    line-height: 40px;
    transition: .5s;
}

.mode_en .mode_en_po .mode_en_content .mode_en_min .min_wrap li .li_name:hover {
    text-decoration: underline;
}

@media (max-width: 1801px) {}

@media (max-width: 1700px) {}

@media (max-width: 1601px) {}

@media (max-width: 1500px) {}


@media (max-width: 1440px) {}



@media (max-width: 1280px) {
    .continer1 {
        width: 90%;
        margin: 0 auto;
    }

    .beizhu {
        padding-top: 10px;
        padding-bottom: 10px;
    }


    .in-header .yuyan-con {
        margin-left: 20px;
    }

    .in-header .yuyan-con .fdj {
        background-size: 15px 16px;
        width: 15px;
        height: 16px;
    }


    .beizhu .continer1 {
        padding: 5px 0;
    }

    .in-header .li-block2 .shuzhi .shuzhi_left {
        padding-left: 5%;
    }

    .in-header .li-block2 .shuzhi .shuzhi_right {
        padding-right: 5%;
    }
}

@media (max-width: 992px) {

    .header1 {
        background: #0046AD;
    }

    .sp_logo a img {
        height: 30px;
    }

    .sp_nav span {
        background: #FFFFFF;
    }

    .phone {
        z-index: 9999;
        position: fixed;
        width: 100%;
        background: #fff;
        display: block;
        top: 0;
        left: 0;
        box-shadow: 0px 0px 11px 0px rgba(238, 238, 238, 0.5);
    }


    .in-header {
        display: none;
    }



    #index .in-header .in-left-nav {
        display: none;
    }

    .computer {
        display: none;
    }

    #index .beizhu .continer1 {

        padding-top: 10px;
        padding-bottom: 0px;
    }

    .beizhu .continer1 .left .text1,
    .beizhu .continer1 .left .text1 a,
    .beizhu .continer1 .right .text1 {
        font-size: 12px;
        line-height: 28px;
    }

    .show_back_fr {
        width: 20%;
    }

    .beizhu .continer1 .right .line1 {
        height: 11px;
        margin-left: 15px;
        margin-right: 15px;
    }


    .footer-in {
        padding-bottom: 0px;
        padding-top: 10px;
    }

    .footer-in .in-block3 {
        width: 50%;
    }

    .beizhu {
        margin-top: 0;
    }

    .footer-in .in-block1 .block1_column {
        width: 100%;
        margin-right: 0;
    }

    .footer-in .in-block1 .block1_column .column_min {
        margin-bottom: 0;
    }

    .footer-in .in-block1 .block1_column .column_min .min_name {
        display: none;
    }

    .footer-in .in-block1 .block1_column .column_min .min_top {
        background: url(http://www.cn.tdk-lambda.com/static/web/images/welcome/arrow-right.png) no-repeat right 5px center;
        background-size: 6px 10px !important;
    }

    .beizhu {
        border-top: none;
    }
}

@media (max-width: 768px) {

    /*    .inner_newsshow {
        margin-top: 30px;
        margin-bottom: 30px;
    }
 */
    .show_title h3 {
        /* margin-top: 20px; */
    }

    #index .beizhu .continer1 {
        padding-top: 10px;
        padding-bottom: 0px;
    }

    .beizhu .continer1 .left .text1 {
        font-size: 12px;
        line-height: 25px;
    }

    .beizhu .continer1 .right .text1 {
        font-size: 12px;
        line-height: 25px;
    }



}

@media (max-width: 600px) {
    .pagination {
        margin: 20px 0 0;
    }



    .header1,
    .footer {
        height: 50px;
    }



    .beizhu .continer1 .left {
        width: 100%;
    }

    .beizhu .continer1 .right {
        align-items: center;
        justify-content: flex-start;
    }


    #index .beizhu .continer1 {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .beizhu .continer1 .left .text1 {
        font-size: 12px;
        line-height: 25px;
        text-align: center;
    }

    .beizhu .continer1 .right .text1 {
        text-align: center;
    }

    .show_title h3 {
        font-size: 16px;
        line-height: 22px;
    }

    .show_content {
        line-height: 28px;
        padding: 25px 0px;
        font-size: 14px;
    }

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

    .show_back_fl {
        width: 66%;
    }

    .show_back_fl li {
        line-height: 22px;
        font-size: 12px;
    }

    .show_back_fl li a {
        font-size: 12px;
    }

    .show_back_fr {
        width: 30%;
    }

    .show_back_fr a {
        line-height: 40px;
        font-size: 13px;
        padding-left: 15px;
    }



    /* .beizhu .continer1 {
        padding-top: 7px;
    } */



    .sp_logo a img {
        height: 17px !important;
    }

    .g-footer-top {
        bottom: 90px;
        width: 38px;
        height: 35px;
    }

    .footer-in .b_continer2 {
        display: block;
    }
}

@media (max-width: 375px) {}