.g-container {
    padding-top: 95px;
}

.g_product {
    padding-top: 10px;
    position: relative;
    width: 100%;
}

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

.g_nav .nav_a {
    font-size: 14px;
    font-family: 'Noto Sans';
    font-weight: 400;
    color: #0046AD;
}

.g_nav .nav_img {
    width: 5px;
    margin: 0 10px;
}

.g_nav .nav_p {
    font-size: 14px;
    font-family: 'Noto Sans';
    font-weight: 400;
    color: #000000;
}

.product_name {
    font-size: 40px;
    font-family: 'Noto Sans';
    font-weight: 400;
    color: #0046AD;
    line-height: 1;
    width: 100%;
    text-align: center;
    padding-bottom: 24px;
    position: relative;
}

.product_name::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #EFEFEF;
    box-shadow: 0px 5px 14px 2px rgba(94, 94, 94, 0.07);
}

.product_content {
    margin-top: 55px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.product_content .product_row {
    margin-top: 46px;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}

.product_content .product_row .product_left {
    width: 300px;
    display: flex;
    flex-direction: column;
}

.product_content .product_row .product_left .left_min {
    background: #EFEFEF;
    margin-bottom: 20px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.product_content .product_row .product_left .left_min .min_top_name {
    font-size: 18px;
    font-family: 'Noto Sans';
    font-weight: 400;
    color: #000000;
    width: 100%;
    text-align: left;
    line-height: 1;
    padding-bottom: 15px;
    border-bottom: 1px solid #CFCFCF;
}

.product_content .product_row .product_left .left_min:last-child .min_top_name {
    border-bottom: none;
    padding-bottom: 0;
}


.product_content .product_row .product_left .left_min .min_h5 {
    margin-top: 16px;
    font-size: 14px;
    font-family: 'Noto Sans';
    font-weight: 400;
    color: #000000;
    line-height: 1;
}

.product_content .product_row .product_left .left_min:last-child .min_h5 {
    padding-bottom: 15px;
    border-bottom: 1px solid #CFCFCF;
}

.product_content .product_row .product_left .left_min .min_slider {
    margin-top: 13px;
}

.product_content .product_row .product_left .left_min .min_slider .slider_row {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.product_content .product_row .product_left .left_min .min_slider .slider_row p {
    font-size: 14px;
    font-family: 'Noto Sans';
    font-weight: 400;
    color: #000000;
    line-height: 1;
}

.product_content .product_row .product_left .left_min .min_slider .el-slider__runway {
    background-color: #DFDFDF
}

.product_content .product_row .product_left .left_min .min_slider .el-slider__bar {
    background-color: #0046AD
}

.product_content .product_row .product_left .left_min .min_slider .el-slider__button {
    border: none;
    background: radial-gradient(circle, #0E60D9, #003399);
}


.product_content .product_row .product_left .left_min .min_checkbox {
    margin-top: 20px;
}


.product_content .product_row .product_left .left_min .min_checkbox .el-checkbox {
    display: flex;
    align-items: center;
    flex-flow: row-reverse;
    justify-content: space-between;
    margin-right: 0 !important;
    margin-bottom: 15px;
}

.product_content .product_row .product_left .left_min .min_checkbox .el-checkbox:last-of-type {
    margin-bottom: 0;
}

.product_content .product_row .product_left .left_min .min_checkbox .el-checkbox__label {
    padding-left: 0;
    padding-right: 14px;
    font-size: 14px;
    font-family: 'Noto Sans';
    font-weight: 400;
    color: #0046AD;
}


.product_content .product_row .product_left .left_min .min_sort {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.product_content .product_row .product_left .left_min .min_sort p {
    font-size: 14px;
    font-family: 'Noto Sans';
    font-weight: 400;
    color: #000000;
}

.product_content .product_row .product_left .left_min .min_sort .el-select {
    width: 64%;
}

.product_content .product_row .product_left .left_min .min_feature {
    margin-top: 17px;
    width: 100%;
    height: 100px;
    position: relative;
    background: url(http://www.cn.tdk-lambda.com/static/web/images/product/min_feature.png) no-repeat;
    background-size: cover;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.product_content .product_row .product_left .left_min .min_feature h2 {
    font-size: 18px;
    font-family: 'Noto Sans';
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1;
    margin-bottom: 9px;
}

.product_content .product_row .product_left .left_min .min_feature h5 {
    font-size: 12px;
    font-family: 'Noto Sans';
    font-weight: 400;
    color: rgb(255, 255, 255, 0.3);
    line-height: 1;
}

.product_content .product_row .product_left .left_min .min_feature .feature_po {
    position: absolute;
    bottom: 7px;
    right: 4px;
    width: 72px;
}


.product_content .product_row .product_right {
    width: calc(100% - 330px);
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
}

.product_content .product_row .product_right .product_min {
    display: flex;
    flex-direction: column;
    width: 100%;
}


.product_right .product_min .min_content {
    margin-bottom: 20px;
    width: 100%;
    background: #FAFAFA;
    border: 1px solid #EFEFEF;
    padding: 10px;
    transition: .5s;
}

.product_right .product_min .min_content:hover {
    box-shadow: 0px 3px 8px 0px rgba(219, 219, 219, 0.65);
}



.product_right .product_min .min_content .min_content_row {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    background: #FFFFFF;
    padding: 10px;
}

.product_right .product_min .min_content .min_content_row .pic {
    max-width: 280px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    overflow: hidden;
}

.product_right .product_min .min_content .min_content_row .pic img {
    transition: .5s;
    width: 100%;
}

.product_right .product_min .min_content .min_content_row:hover .pic img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.product_right .product_min .min_content .min_content_row .min_content_column {
    width: calc(100% - 340px);
    display: flex;
    flex-direction: column;
    padding: 14px 0;
    align-items: flex-start;
}

.product_right .product_min .min_content .min_content_row .min_content_column .top_name {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
}

.product_right .product_min .min_content .min_content_row .min_content_column .top_name h2 {
    font-size: 18px;
    font-family: 'Noto Sans';
    font-weight: 400;
    color: #0046AD;
    max-width: calc(100% - 85px);
    padding-right: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: .5s;
}

.product_right .product_min .min_content:hover .min_content_row .min_content_column .top_name h2 {
    color: #000000;
}

.product_right .product_min .min_content .min_content_row .min_content_column .top_name .tag1 {
    width: 37px;
    height: 17px;
    background: #BFA12F;
    line-height: 17px;
    text-align: center;
    font-size: 12px;
    font-family: 'Noto Sans';
    font-weight: 400;
    color: #FFFFFF;
    margin-right: 4px;
}

.product_right .product_min .min_content .min_content_row .min_content_column .top_name .tag2 {
    width: 37px;
    height: 17px;
    background: #12ACA9;
    line-height: 17px;
    text-align: center;
    font-size: 12px;
    font-family: 'Noto Sans';
    font-weight: 400;
    color: #FFFFFF;
}

.product_right .product_min .min_content .min_content_row .min_content_column .product_text {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 15px 0 20px;
}

.product_right .product_min .min_content .min_content_row .min_content_column .product_text p {
    padding-left: 15px;
    position: relative;
    font-size: 14px;
    font-family: 'Noto Sans';
    font-weight: 400;
    color: #000000;
    line-height: 32px;
    transition: .5s;
}

.product_right .product_min .min_content:hover .min_content_row .min_content_column .product_text p {
    color: #0046AD;
}

.product_right .product_min .min_content .min_content_row .min_content_column .product_text p::before {
    content: '';
    position: absolute;
    left: 0;
    top: 14px;
    width: 4px;
    height: 4px;
    background: #0046AD;
    border-radius: 50%;

}

.product_right .product_min .min_content .min_content_row .min_content_column .product_but {
    height: 33px;
    line-height: 33px;
    background: #0046AD url(http://www.cn.tdk-lambda.com/static/web/images/product/product_but.png) no-repeat right 14px center;
    border-radius: 5px;
    padding: 0 37px 0 14px;
    font-size: 14px;
    font-family: 'Noto Sans';
    font-weight: 400;
    color: #FFFFFF;
    background-size: 10px 11px !important;
    transition: .5s;
}

.product_right .product_min .min_content:hover .min_content_row .min_content_column .product_but {
    opacity: .5;
}


.product_content .product_row .product_right .product_pagination,
#news .product_pagination,
#video_show .product_pagination {
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    justify-content: center;
}

#video_show .product_pagination {
    margin: 30px 0 55px;
}






/* 应用行业 */
.application_banner {
    position: relative;
    width: 100%;
}

.application_banner h1 {
    text-align: center;
    padding: 170px 20px 80px;
    background-image: url("http://www.cn.tdk-lambda.com/static/web/images/application/power_technote_railway_backimage_ja.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    background-position: center;
    margin-bottom: 56px;
    font-size: 35px;
    line-height: normal;
}

.application_scroll {
    display: flex;
    justify-content: space-around;
    margin-bottom: 50px;
}

.application_scroll a {
    color: #039;
    padding: 5px 10px;
    font-size: 20px;
    font-weight: bold;
    border-left: solid 6px #0046ad;
    line-height: normal;
}

.application_scroll a:hover {
    opacity: 0.8;
    text-decoration: underline;
}


.application_scroll01 {
    width: 100%;
    position: relative;
}

.application_scroll01 h2 {
    display: inline-block;
    font-size: 20px;
    background-color: #0046ad;
    color: #fff;
    padding: 10px 30px;
    border-radius: 10px;
    font-weight: bold;
    width: 100%;
    line-height: normal;
}

.application_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 50px 0;
    width: 100%;
}

.application_flex .flex_in {
    width: 50%;
    border-right: 1px dotted #000;
    padding-right: 5%;
    margin-bottom: 50px;
}

.application_flex .flex_in:nth-of-type(2n) {
    width: 45%;
    border-right: none;
    padding-right: 0;
}

.application_flex .flex_in .flex_content {
    font-size: 32px;
    text-align: center;
    margin-bottom: 20px;
    color: #0046ad;
    line-height: 40px;
}

.application_flex .flex_in .embedded-entity {
    width: 100%;
    height: 200px;
}

.application_flex .flex_in .flex_center {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #000;
    font-family: 'Noto Sans';
}

.application_flex .flex_in .scroll02 h2 {
    text-align: center;
}

.application_flex .flex_in .flex_list {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.application_flex .flex_in .flex_list .flex_list_content {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    cursor: default;
    min-height: 233px;
}

.application_flex .flex_in .flex_list .flex_list_content .pic {
    width: 29%;
}

.application_flex .flex_in .flex_list .flex_list_content .list_min {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.application_flex .flex_in .flex_list .flex_list_content .list_min .list_min_name {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
}

.application_flex .flex_in .flex_list .flex_list_content .list_min .list_min_name h2 {
    font-size: 24px;
    font-weight: bold;
    padding-right: 10px;
    max-width: calc(100% - 50px);
    color: #000000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.application_flex .flex_in .flex_list .flex_list_content .list_min .list_min_name .name_new {
    color: #fff;
    background: #cc1c24;
    text-align: center;
    transform: rotate(-20deg);
    width: 44px;
    display: inline-block;
    margin-bottom: 14px;
}

.application_flex .flex_in .flex_list .flex_list_content .list_min .list_min_p {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.application_flex .flex_in .flex_list .flex_list_content .list_min .list_min_p p {
    padding-left: 15px;
    position: relative;
    font-size: 18px;
    color: #000;
    line-height: 30px;
}

.application_flex .flex_in .flex_list .flex_list_content .list_min .list_min_p p::before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 50%;
}

.application_flex .flex_in .flex_list .flex_list_content .list_right {
    width: 15%;
}

.application_flex .flex_in .flex_list .flex_list_content .list_right .list_frame {
    display: block;
    border: solid 1px #00b0f0;
    border-radius: 10px;
    background-color: #deebf7;
    padding: 5px 8px;
    font-size: 12px;
    color: #039;
    font-weight: bold;
    line-height: 24px;
    transition: .5s;
}

.application_flex .flex_in .flex_list .flex_list_content .list_right .list_frame:hover {
    text-decoration: underline;
}



.application_flex .flex_in2 {
    display: flex;
    flex-direction: column;
    width: 65%;
    border-right: 1px dotted;
    padding-right: 2%;
}



.application_flex .flex_in2 .flex_in2_h2 {
    font-size: 32px;
    text-align: left;
    color: #0046ad;
    line-height: 40px;
    width: 100%;
}

.application_flex .flex_in2 .flex_in2_h5 {
    color: red;
    font-size: 20px;
    line-height: 40px;
    width: 100%;
}

.application_flex .flex_in2 .flex_in2_wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.application_flex .flex_in2 .flex_in2_wrap .wrap_filter {
    display: flex;
    flex-wrap: wrap;
    width: 48%;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
}

.application_flex .flex_in2 .flex_in2_wrap .wrap_filter h4 {
    font-size: 24px;
    font-weight: bold;
    width: 56%;
    color: #000;
}

.application_flex .flex_in2 .flex_in2_wrap .wrap_filter .pic {
    width: 40%;
}

.application_flex .flex_in2 .flex_in2_wrap .wrap_filter h3 {
    width: 100%;
    margin: 10px 0 20px;
    font-size: 18px;
    color: #000;
    line-height: 30px;
}

.application_flex .flex_in2 .flex_in2_wrap .wrap_filter .wrap_filter_p {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.application_flex .flex_in2 .flex_in2_wrap .wrap_filter .wrap_filter_p p {
    font-size: 18px;
    color: #000;
    line-height: 30px;
    position: relative;
    width: 100%;
    padding-left: 15px;
}

.application_flex .flex_in2 .flex_in2_wrap .wrap_filter .wrap_filter_p p::before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 50%;
}


.application_flex .flex_in2:nth-of-type(2n) {
    border-right: none;
    width: 32%;
    padding-right: 0;
}

.application_flex .flex_in2:nth-of-type(2n) .flex_in2_wrap .wrap_filter {
    width: 100%;
}




.application_details {
    border: 3px solid #000;
    width: 100%;
    text-align: center;
    padding: 15px;
    border-radius: 10px;
    font-size: 20px;
    margin-bottom: 20px;
    color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.application_details a {
    color: #039;
}


.application_details a:hover {
    text-decoration: underline;
}

.application_footer_p {
    font-size: 18px;
    color: #000;
    margin-bottom: 50px;
}






/* 产品新闻 */

.news_banner {
    position: relative;
}

.news_banner .news_banner_po {
    position: absolute;
    width: 1200px;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    font-family: 'Noto Sans';
    font-weight: 400;
    color: #FFFFFF;
}

.news_nav {
    margin-top: 34px;
    display: flex;
    flex-direction: row;
    width: 100%;
    border-bottom: 2px solid #0046AD;
    overflow-x: auto;
    overflow-y: hidden;
}

.news_nav .news_nav_a {
    height: 46px;
    line-height: 46px;
    padding: 0 16px;
    font-size: 18px;
    font-family: 'Noto Sans';
    font-weight: 400;
    color: #0046AD;
    border: 1px solid #0046AD;
    border-radius: 5px 5px 0px 0px;
    margin-right: 3px;
    border-bottom: none;
    transition: .5s;
    white-space: nowrap;
}

.news_nav .news_nav_a:hover,
.news_nav .news_nav_a.active {
    background: #0046AD;
    color: #FFFFFF;
}


#news .news_select {
    margin-top: 47px;
    width: 100%;
}

#news .news_select .el-select {
    width: 100%;
}

#news .news_select input[type="text"] {
    font-weight: bold;
    color: #0046AD;
    border-radius: 0;
    border: 1px solid #0046AD;
}

#news .news_select .el-select .el-input .el-select__caret {
    color: #0046AD;
}

#news .news_list {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 20px;
}

#news .news_list .news_min {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

#news .news_list .news_min .news_year {
    font-size: 40px;
    font-family: 'Noto Sans';
    font-weight: 400;
    color: #0046AD;
    line-height: 1;
}

#news .news_list .news_min .news_wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
    margin-top: 6px;
}

#news .news_list .news_min .news_wrap .news_row {
    margin-top: 28px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 28px;
    border-bottom: 1px dotted rgb(95, 95, 95, 0.7);
    width: calc((100% - 120px) / 2);
    margin-right: 120px;
}

#news .news_list .news_min .news_wrap .news_row:nth-of-type(2n) {
    margin-right: 0;
}

#news .news_list .news_min .news_wrap .news_row .pic {
    width: 114px;
    border: 1px solid #DFDFDF;
    height: 75px;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5;
    overflow: hidden;
}

#news .news_list .news_min .news_wrap .news_row .pic img {
    transition: .5s;
    width: 100%;
}

#news .news_list .news_min .news_wrap .news_row:hover .pic {

    border: 1px solid #0046AD;
}


#news .news_list .news_min .news_wrap .news_row:hover .pic img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

#news .news_list .news_min .news_wrap .news_row .news_right {
    width: calc(100% - 130px);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

#news .news_list .news_min .news_wrap .news_row .news_right .news_time {
    font-size: 12px;
    font-family: 'Noto Sans';
    font-weight: 400;
    color: #9F9F9F;
    line-height: 20px;
}

#news .news_list .news_min .news_wrap .news_row .news_right .item_contetn_name {
    font-size: 14px;
    font-family: 'Noto Sans';
    font-weight: 400;
    color: #000000;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: .5;
}

#news .news_list .news_min .news_wrap .news_row:hover .news_right .item_contetn_name {
    text-decoration: underline;
    color: #003399;
}

#news .product_content {
    margin-bottom: 40px;
}

.product_name h2 {
    line-height: 50px;
    width: 85%;
    margin: 0 auto;
}

.product_name .product_name_row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}

.product_name .product_name_row p {
    font-size: 14px;
    font-family: 'Noto Sans';
    font-weight: 400;
    color: #9F9F9F;
    line-height: 22px;
}

.product_name .product_name_row .product_name_time {
    margin-right: 34px;
    padding-left: 18px;
    background: url(http://www.cn.tdk-lambda.com/static/web/images/news/time.png) no-repeat left center;
    background-size: 13px 13px;
}

.product_name .product_name_row .product_name_browse {
    padding-left: 27px;
    background: url(http://www.cn.tdk-lambda.com/static/web/images/news/browse.png) no-repeat left center;
    background-size: 20px 12px;
}


.news_show {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 30px 0 70px;
}

.news_show p {
    font-size: 14px;
    font-family: 'Noto Sans';
    font-weight: 400;
    color: #000000;
    line-height: 24px;
}

.news_paging {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    padding: 25px 0 50px;
    position: relative;
}

.news_paging::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #EFEFEF;
    box-shadow: 0px 5px 14px 2px rgba(94, 94, 94, 0.07);
}

.news_paging .paging_left {
    width: calc(100% - 150px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.news_paging .paging_left .paging_left_row {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news_paging .paging_left .paging_left_row p {
    font-size: 14px;
    font-family: 'Noto Sans';
    font-weight: 400;
    color: #000000;
    line-height: 30px;
}

.news_paging .paging_left .paging_left_row a {
    color: #5F5F5F;
    font-size: 14px;
    font-family: 'Noto Sans';
    font-weight: 400;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: .5s;
}

.news_paging .paging_left .paging_left_row a:hover {
    color: #0046AD;
}

.news_paging .paging_right {
    height: 33px;
    background: #0046AD url(http://www.cn.tdk-lambda.com/static/web/images/news/return.png) no-repeat right 25px center;
    border-radius: 5px;
    line-height: 33px;
    padding: 0 56px 0 24px;
    font-size: 14px;
    font-family: 'Noto Sans';
    font-weight: 400;
    color: #FFFFFF;
    background-size: 23px 15px;
}







/* 关于我们 */

.about_top {
    margin: 55px 0 60px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.about_top .about_top_name {
    font-size: 40px;
    font-family: 'Noto Sans';
    font-weight: 400;
    color: #000000;
    line-height: 50px;
}

.about_top .about_top_row {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
}

.about_top .about_top_row .top_row_left {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.about_top .about_top_row .top_row_left p {
    font-size: 14px;
    font-family: 'Noto Sans';
    font-weight: 400;
    color: #000000;
    line-height: 30px;
}

.about_top .about_top_row .top_row_right {
    width: calc(46% - 50px);
    margin-top: 5px;
}

.about_top .about_top_information {
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.about_top .about_top_information h2 {
    font-size: 18px;
    font-family: 'Noto Sans';
    font-weight: 400;
    color: #000000;
    line-height: 30px;
    margin-bottom: 10px;
}

.about_top .about_top_information .information_p {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
}

.about_top .about_top_information .information_p p {
    font-size: 14px;
    font-family: 'Noto Sans';
    font-weight: 400;
    color: #000000;
    line-height: 36px;
    padding-left: 15px;
    width: calc(100% - 38px);
}

.about_top .about_top_information .information_p .pic {
    width: 23px;
    height: 23px;
    background: linear-gradient(180deg, #0E60D9, #003399);
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about_top .about_top_information .information_p .pic img {
    width: 10px;
}

.about_top .about_top_type {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
}

.about_top .about_top_type .type_min {
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
    margin-bottom: 30px;
    position: relative;
}

.about_top .about_top_type .type_min:nth-of-type(3n) {
    margin-right: 0;
}

.about_top .about_top_type .type_min .pic,
.about_group .group_wrap .group_min .pic {
    overflow: hidden;
}

.about_top .about_top_type .type_min .pic img,
.about_group .group_wrap .group_min .pic img {
    transition: .5s;
    width: 100%;
}

.about_top .about_top_type .type_min:hover .pic img,
.about_group .group_wrap .group_min:hover .pic img {
    transform: scale(1.03);
    -moz-transform: scale(1.03);
    -webkit-transform: scale(1.03);
}

.about_top .about_top_type .type_min .type_min_po,
.about_group .group_wrap .group_min .group_min_po {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    background: rgb(255, 255, 255, 0);
    transition: .5s;
}

.about_top .about_top_type .type_min:hover .type_min_po,
.about_group .group_wrap .group_min:hover .group_min_po {
    background: rgb(255, 255, 255, 0.4);
}

.about_top .about_top_type .type_min .type_min_po .po_row,
.about_group .group_wrap .group_min .group_min_po .po_row {
    height: 40px;
    background: rgba(255, 255, 255, 0.85);
    width: 100%;
    line-height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    transition: .5s;
}

.about_top .about_top_type .type_min .type_min_po .po_row p,
.about_group .group_wrap .group_min .group_min_po .po_row p {
    width: calc(100% - 100px);
    text-align: left;
    font-size: 18px;
    font-family: 'Noto Sans';
    font-weight: 400;
    color: #000000;
    transition: .5s;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.about_top .about_top_type .type_min .type_min_po .po_row h5,
.about_group .group_wrap .group_min .group_min_po .po_row h5 {
    padding-right: 22px;
    font-size: 14px;
    font-family: 'Noto Sans';
    font-weight: 400;
    color: #0046AD;
    background: url(http://www.cn.tdk-lambda.com/static/web/images/about/po_row1.png) no-repeat right center;
    background-size: 10px 11px !important;
    transition: .5s;
}

.about_top .about_top_type .type_min:hover .type_min_po .po_row,
.about_group .group_wrap .group_min:hover .group_min_po .po_row {
    background: #0046AD;
}

.about_top .about_top_type .type_min:hover .type_min_po .po_row p,
.about_group .group_wrap .group_min:hover .group_min_po .po_row p {
    color: #FFFFFF;
}

.about_top .about_top_type .type_min:hover .type_min_po .po_row h5,
.about_group .group_wrap .group_min:hover .group_min_po .po_row h5 {
    color: #FFFFFF;
    background: url(http://www.cn.tdk-lambda.com/static/web/images/about/po_row2.png) no-repeat right center;
}


.about_advantage {
    width: 100%;
    position: relative;
    background: #0046AD;
}

.about_advantage .advantage_row {
    padding: 47px 0;
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    background: url(http://www.cn.tdk-lambda.com/static/web/images/about/about_advantage.png) no-repeat;
    background-size: cover;
}

.about_advantage .advantage_row .advantage_left {
    width: 53%;
    display: flex;
    flex-direction: column;
}

.about_advantage .advantage_row .advantage_left h2 {
    font-size: 40px;
    font-family: 'Noto Sans';
    font-weight: 400;
    color: #FFFFFF;
    line-height: 50px;
}

.about_advantage .advantage_row .advantage_left .advantage_left_p {
    margin-top: 26px;
    display: flex;
    flex-direction: column;
    width: 100%;
    font-size: 14px;
    font-family: 'Noto Sans';
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
}

.about_advantage .advantage_row .advantage_right {
    width: calc(47% - 85px);
}

.about_group {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 85px 0 30px;
}

.about_group .group_name {
    font-size: 40px;
    font-family: 'Noto Sans';
    font-weight: 400;
    color: #000000;
    line-height: 50px;
    margin-bottom: 40px;
}

.about_group .group_text {
    font-size: 14px;
    font-family: 'Noto Sans';
    font-weight: 400;
    color: #000000;
    line-height: 30px;
    text-align: justify;
}

.about_group .group_wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
    margin-top: 85px;
}

.about_group .group_wrap .group_min {
    transition: .5s;
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
    margin-bottom: 30px;
    position: relative;
}

.about_group .group_wrap .group_min:nth-of-type(3n) {
    margin-right: 0;
}


.about_group .group_wrap .group_min:hover {
    box-shadow: 0px 0px 32px 0px rgba(0, 70, 173, 0.2);
}







/* 全球工厂 */

.global_factories {
    margin: 54px 0 30px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.global_factories .factories_wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
    margin-top: 58px;
}

.global_factories .factories_wrap .factories_min {
    width: calc((100% - 64px) / 3);
    margin-right: 32px;
    margin-bottom: 32px;
    display: flex;
    flex-direction: column;
}

.global_factories .factories_wrap .factories_min:nth-of-type(3n) {
    margin-right: 0;
}

.global_factories .factories_wrap .factories_min .pic {
    overflow: hidden;
}

.global_factories .factories_wrap .factories_min .pic img {
    transition: .5s;
    width: 100%;
}

.global_factories .factories_wrap .factories_min:hover .pic img {
    transform: scale(1.03);
    -moz-transform: scale(1.03);
    -webkit-transform: scale(1.03);
}

.global_factories .factories_wrap .factories_min .factories_min_content {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    background: #EFEFEF;
    padding: 20px;
}

.global_factories .factories_wrap .factories_min .factories_min_content h2 {
    font-size: 18px;
    font-family: 'Noto Sans';
    font-weight: bold;
    color: #0046AD;
    width: 100%;
    margin-bottom: 5px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.global_factories .factories_wrap .factories_min .factories_min_content h3 {
    font-size: 14px;
    font-family: 'Noto Sans';
    font-weight: normal;
    color: #000000;
    line-height: 24px;
    width: 100%;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}




/* 环境保护 */

.environmental_protection {
    margin: 55px 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
}

.environmental_protection .protection_wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 58px;
    justify-content: flex-start;
    align-items: flex-start;
}

.environmental_protection .protection_wrap .wrap_min {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc((100% - 399px) / 8);
    margin-right: 57px;
    cursor: pointer;
}

.environmental_protection .protection_wrap .wrap_min:nth-of-type(8n) {
    margin-right: 0;
}

.environmental_protection .protection_wrap .wrap_min .pic {

    overflow: hidden;
}

.environmental_protection .protection_wrap .wrap_min .pic img {
    transition: .5s;
    width: 100%;
}

.environmental_protection .protection_wrap .wrap_min:hover .pic img {

    transform: rotateY(180deg)
}

.environmental_protection .protection_wrap .wrap_min p {
    margin-top: 20px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-family: 'Noto Sans';
    font-weight: 400;
    color: #0046AD;
}

.environmental_protection .protection_content {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.environmental_protection .protection_content h2,
.enterprise_certification .certifications h2 {
    font-size: 18px;
    font-family: 'Noto Sans';
    font-weight: 400;
    color: #000000;
    line-height: 32px;
    margin-bottom: 10px;
}

.environmental_protection .protection_content p {
    font-size: 18px;
    font-family: 'Noto Sans';
    font-weight: 400;
    color: #000000;
    line-height: 32px;
    padding-left: 14px;
    position: relative;
}

.environmental_protection .protection_content p::before {
    content: '';
    position: absolute;
    left: 0;
    top: 14px;
    width: 4px;
    height: 4px;
    background: #0046AD;
    border-radius: 50%;
}

.environmental_protection .protection_column {
    margin-top: 35px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.environmental_protection .protection_column .protection_min {
    margin-bottom: 20px;
    background: #FFFFFF;
    border: 1px solid #EFEFEF;
    box-shadow: 0px 0px 0px 7px #FAFAFA;
    width: 100%;
    padding: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    cursor: default;
}

.environmental_protection .protection_column .protection_min:last-child {
    margin-bottom: 0;
}

.environmental_protection .protection_column .protection_min .pic {
    width: 100px;
    overflow: hidden;
}

.environmental_protection .protection_column .protection_min .pic img {
    transition: .5s;
    width: 100%;
}

.environmental_protection .protection_column .protection_min:hover .pic img {
    transform: rotateY(180deg)
}

.environmental_protection .protection_column .protection_min .min_right {
    width: calc(100% - 124px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.environmental_protection .protection_column .protection_min .min_right h2 {
    font-size: 18px;
    font-family: 'Noto Sans';
    font-weight: 400;
    color: #000000;
    transition: .5s;
}

.environmental_protection .protection_column .protection_min:hover .min_right h2 {
    color: #0046AD;
}

.environmental_protection .protection_column .protection_min .min_right .min_right_p {
    margin: 10px 0 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-family: 'Noto Sans';
    font-weight: 400;
    color: #000000;
    line-height: 24px;
}

.environmental_protection .protection_column .protection_min .min_right .but_column {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
}

.environmental_protection .protection_column .protection_min .min_right .but_column .min_right_but {
    height: 33px;
    line-height: 33px;
    padding: 0 50px 0 14px;
    background: #0046AD url(http://www.cn.tdk-lambda.com/static/web/images/about/po_row2.png) no-repeat right 15px center;
    border-radius: 5px;
    font-size: 14px;
    font-family: 'Noto Sans';
    font-weight: 400;
    color: #FFFFFF;
    background-size: 10px 11px !important;
    margin-bottom: 10px;
}

.environmental_protection .protection_column .protection_min .min_right .but_column .min_right_but:last-child {
    margin-bottom: 0;
}






/* 企业认证 */

.environmental_protection.enterprise_certification .protection_content {
    margin-top: 50px;
}

.enterprise_certification .certifications {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    width: 100%;
}


.enterprise_certification .certifications p {
    font-size: 18px;
    font-family: 'Noto Sans';
    font-weight: 400;
    color: #000000;
    line-height: 32px;
}




/* 下载中心 */

.download_center {
    margin: 55px 0 30px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.download_center .download_content {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 45px;
}

.download_center .download_content .download_min {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 30px;
}

.download_center .download_content .download_min .download_center_name {
    font-size: 40px;
    font-family: 'Noto Sans';
    font-weight: 400;
    color: #000000;
    line-height: 1;
}

.download_center .download_content .download_min .download_wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
    margin-top: 44px;
}

.download_min .download_wrap .wrap_content {
    width: calc((100% - 54px) / 2);
    margin-right: 54px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 30px;
    background: #FFFFFF;
    border: 1px solid #EFEFEF;
    box-shadow: 0px 0px 0px 7px #FAFAFA;
    transition: .5s;
}

.download_min .download_wrap .wrap_content:hover {
    border: 1px solid #EFEFEF;
    box-shadow: 0px 0px 18px 2px rgba(159, 159, 159, 0.19), 0px 0px 0px 7px #FAFAFA;
}

.download_min .download_wrap .wrap_content:nth-of-type(2n) {
    margin-right: 0;
}

.download_min .download_wrap .wrap_content .pic {
    width: 26%;
    overflow: hidden;
}

.download_min .download_wrap .wrap_content .pic img {
    transition: .5s;
    width: 100%;
}

.download_min .download_wrap .wrap_content:hover .pic img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.download_min .download_wrap .wrap_content .wrap_right {
    width: calc(74% - 33px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.download_min .download_wrap .wrap_content .wrap_right h2 {
    font-size: 18px;
    font-family: 'Noto Sans';
    font-weight: 400;
    color: #0046AD;
    width: 100%;
    /* overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; */
    transition: .5s;
}

.download_min .download_wrap .wrap_content:hover .wrap_right h2 {
    color: #000000;
}

.download_min .download_wrap .wrap_content .wrap_right p {
    font-size: 14px;
    font-family: 'Noto Sans';
    font-weight: 400;
    color: #000000;
    line-height: 24px;
    margin: 5px 0 10px;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.download_min .download_wrap .wrap_content .wrap_right .download_wrap_but {
    height: 33px;
    line-height: 33px;
    padding: 0 37px 0 14px;
    background: #0046AD url(http://www.cn.tdk-lambda.com/static/web/images/about/po_row2.png) no-repeat right 15px center;
    border-radius: 5px;
    background-size: 10px 11px !important;
    font-size: 14px;
    font-family: 'Noto Sans';
    font-weight: 400;
    color: #FFFFFF;
    transition: .5s;
}

.download_min .download_wrap .wrap_content:hover .wrap_right .download_wrap_but {
    opacity: .5;
}



/* 常见问题 */

.problem_search {
    margin-top: 46px;
    padding: 30px;
    background: #EFEFEF;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.problem_search .problem_search_row {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 17px;
}

.problem_search .problem_search_row:last-child {
    margin-bottom: 0;
}

.problem_search .problem_search_row input[type="text"] {
    font-weight: bold;
    color: #0046AD;
    border-radius: 0;
    border: 1px solid #0046AD;
}

.problem_search .problem_search_row .el-select {
    width: 32%;
}

.problem_search .problem_search_row .el-select .el-input .el-select__caret {
    color: #0046AD;
}

.problem_search .problem_search_row .problem_search_input {
    width: 66%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.problem_search .problem_search_row .problem_search_input .el-input {
    width: calc(100% - 70px);
}

.problem_search .problem_search_row .problem_search_input .input_search {
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #0046AD;
    height: 40px;
    box-shadow: 0px 5px 14px 2px rgba(0, 70, 173, 0.07);
}

.problem_search .problem_search_row .problem_search_input .input_search img {
    width: 18px;
}


.problem_content {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.problem_content .problem_min {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.problem_content .problem_min .problem_min_name {
    font-size: 40px;
    font-family: 'Noto Sans';
    font-weight: 400;
    color: #000000;
    line-height: 1;
}

.problem_content .problem_min .problem_wrap {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
}

.problem_content .problem_min .problem_wrap .wrap_content {
    width: calc((100% - 57px) / 2);
    margin-right: 57px;
    margin-top: 35px;
    padding-bottom: 35px;
    border-bottom: 1px dotted rgb(95, 95, 95, 0.7);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.problem_content .problem_min .problem_wrap .wrap_content:nth-of-type(2n) {
    margin-right: 0;
}

.problem_content .problem_min .problem_wrap .wrap_content .wrap_left {
    width: 22px;
    height: 22px;
    background: #0046AD;
    border-radius: 2px;
    text-align: center;
    line-height: 22px;
    font-size: 14px;
    font-family: 'Noto Sans';
    font-weight: 400;
    color: #FFFFFF;
}

.problem_content .problem_min .problem_wrap .wrap_content .wrap_right {
    width: calc(100% - 37px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.problem_content .problem_min .problem_wrap .wrap_content .wrap_right p {
    font-size: 14px;
    font-family: 'Noto Sans';
    font-weight: 400;
    color: #000000;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 5px;
}

.problem_content .problem_min .problem_wrap .wrap_content .wrap_right h5 {
    height: 18px;
    line-height: 18px;
    background: #FFFFFF;
    border: 1px solid #0046AD;
    border-radius: 2px;
    font-size: 12px;
    font-family: 'Noto Sans';
    font-weight: 400;
    color: #0046AD;
    padding: 0 8px;
}


.problem_content .product_pagination {
    margin: 40px 0 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}





/* 留言反馈 */
.message_feedback {
    margin: 45px 0 55px;
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}

.message_feedback .feedback_row {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 26px;
}

.message_feedback .feedback_row .feedback_48 {
    width: 48%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /* align-items: center; */
}

.message_feedback .feedback_row .feedback_48 p {
    width: 50px;
    text-align: right;
    font-size: 14px;
    font-family: 'Noto Sans';
    font-weight: 400;
    color: #000000;
    margin-top: 10px;
}

.message_feedback .feedback_row .feedback_48 p span {
    color: #FF0000;
}

.message_feedback .feedback_row .feedback_48 select,
.message_feedback .feedback_row .feedback_48 input,
.message_feedback .feedback_row .feedback_48 textarea {
    width: calc(100% - 65px);
    height: 38px;
    line-height: 38px;
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
    padding: 0 17px 0 17px;
}

.message_feedback .feedback_row .feedback_48 select {
    padding-right: 30px;
    background: url(http://www.cn.tdk-lambda.com/static/web/images/download/feedback_xia.png) no-repeat right 20px center;
    background-size: auto;
    background-size: 15px 8px;
}

.message_feedback .feedback_row .feedback_48 textarea {
    height: 200px;
}

.message_feedback .feedback_row .feedback_48 .feedback_code {
    width: calc(100% - 65px);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.message_feedback .feedback_row .feedback_48 .feedback_code input {
    width: calc(100% - 120px);
}

.message_feedback .feedback_row .feedback_48 .feedback_code img {
    width: 112px;
    height: 38px;
}


.message_feedback .feedback_submit {
    margin-top: 20px;
    height: 49px;
    line-height: 49px;
    background: #0046AD url(http://www.cn.tdk-lambda.com/static/web/images/download/feedback_submit.png) no-repeat left 35px center;
    border-radius: 5px;
    font-size: 18px;
    font-family: 'Noto Sans';
    font-weight: 400;
    color: #FFFFFF;
    padding: 0 34px 0 79px;
    cursor: pointer;
    background-size: 25px 22px;
}







/* 视频 */

.video_list {
    margin: 24px 0 55px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.video_list .video_min {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 40px;
}

.video_list .video_min .video_but {
    margin-top: 10px;
    height: 36px;
    line-height: 35px;
    padding: 0 47px;
    border: 1px solid #0046AD;
    box-shadow: 0px 5px 14px 2px rgba(0, 70, 173, 0.07);
    font-size: 14px;
    font-family: 'Noto Sans';
    font-weight: 400;
    color: #0040A1;
    transition: .5s;
}

.video_list .video_min .video_but:hover {
    background: #0040A1;
    color: #FFFFFF;
}

.video_list .video_min .video_min_name {
    font-size: 40px;
    font-family: 'Noto Sans';
    font-weight: 400;
    color: #000000;
    line-height: 1;
    width: 100%;
    text-align: left;
}

.video_list .video_min .video_wrap {
    margin-top: 43px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
}

.video_list .video_min .video_wrap .video_content {
    margin-right: 24px;
    margin-bottom: 15px;
    width: calc((100% - 72px) / 4);
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.video_list .video_min .video_wrap .video_content:nth-of-type(4n) {
    margin-right: 0;
}

.video_list .video_min .video_wrap .video_content .pic {
    position: relative;
    overflow: hidden;
    transition: .5s;
    border: 5px solid #EFEFEF;
}

.video_list .video_min .video_wrap .video_content .pic img {
    transition: .5s;
    width: 100%;
}

.video_list .video_min .video_wrap .video_content:hover .pic img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.video_list .video_min .video_wrap .video_content:hover .pic {

    border: 5px solid rgb(0, 70, 173, .5);
}

.video_list .video_min .video_wrap .video_content .pic .pic_po {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 46px;
    height: 46px;
    background: url(http://www.cn.tdk-lambda.com/static/web/images/download/video_po1.png) no-repeat;
    background-size: 46px 46px !important;
    transition: .5s;
}

.video_list .video_min .video_wrap .video_content:hover .pic .pic_po {
    background: url(http://www.cn.tdk-lambda.com/static/web/images/download/video_po2.png) no-repeat;
}

.video_list .video_min .video_wrap .video_content p {
    margin-top: 16px;
    width: 100%;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    font-family: 'Noto Sans';
    font-weight: 400;
    color: #000000;
    transition: .5s;
}

.video_list .video_min .video_wrap .video_content:hover p {
    color: #0046AD;
}


#video_show .video_list {
    margin-bottom: 0;
}







/* 国内销售 */
.domestic_sales {
    margin: 58px 0;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.domestic_sales .domestic_content {
    margin-bottom: 30px;
    padding: 5px;
    background: #FAFAFA;
    border: 1px solid #EFEFEF;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.domestic_sales .domestic_content:last-child {
    margin-bottom: 0;
}

.domestic_sales .domestic_content .domestic_left {
    width: 190px;
    min-height: 119px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
}

.domestic_sales .domestic_content .domestic_left p {
    font-size: 18px;
    font-family: 'Noto Sans';
    font-weight: 400;
    color: #000000;
    line-height: 24px;
    text-align: center;
}

.domestic_sales .domestic_content .domestic_left h4 {
    font-family: 'Noto Sans';
    font-size: 18px;
    font-weight: 400;
    color: #0046AD;
    line-height: 24px;
    text-align: center;
}

.domestic_sales .domestic_content .domestic_left h5 {
    font-size: 14px;
    font-family: 'Noto Sans';
    font-weight: 400;
    color: #0046AD;
    margin-top: 8px;
    line-height: 18px;
    text-align: center;
}

.domestic_sales .domestic_content .domestic_right {
    width: calc(100% - 190px);
    background: #FFFFFF;
    padding: 0 83px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.domestic_sales .domestic_content .domestic_right .domestic_add {
    width: 67%;
    font-size: 14px;
    font-family: 'Noto Sans';
    font-weight: 400;
    color: #000000;
    line-height: 24px;
}

.domestic_sales .domestic_content .domestic_right .domestic_column {
    width: 30%;
    display: flex;
    flex-direction: column;
}

.domestic_sales .domestic_content .domestic_right .domestic_column p {
    font-size: 14px;
    font-family: 'Noto Sans';
    font-weight: 400;
    color: #000000;
    line-height: 24px;
}





/* 全球网络 */
.network_nav {
    margin-top: 35px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.network_nav .network_nav_a {
    position: relative;
    padding-right: 106px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.network_nav .network_nav_a p {

    font-size: 18px;
    font-family: 'Noto Sans';
    font-weight: 400;
    color: #0046AD;

}

.network_nav .network_nav_a h5 {
    font-size: 14px;
    font-family: 'Noto Sans';
    font-weight: 400;
    color: #0046AD;
    line-height: 18px;
    text-align: center;
    margin-top: 5px;
}

.network_nav .network_nav_a.active p,
.network_nav .network_nav_a.active h5 {
    color: #000000;
}

.network_nav .network_nav_a:first-child {
    padding-left: 106px;
}

.network_nav .network_nav_a::after {
    content: '';
    position: absolute;
    right: 22px;
    top: 14px;
    /* transform: translate(0, -20%); */
    width: 63px;
    height: 1px;
    background: #0046AD;
}

.network_nav .network_nav_a:first-child::before {
    content: '';
    position: absolute;
    left: 22px;
    top: 14px;
    /* transform: translate(0, -20%); */
    width: 63px;
    height: 1px;
    background: #0046AD;
}


.domestic_sales .network_list {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 55px;
}

.domestic_sales .network_list:last-child {
    margin-bottom: 0;
}

.domestic_sales .network_list .network_name {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: flex-end;
    margin-bottom: 40px;
}

.domestic_sales .network_list .network_name h2 {
    font-size: 40px;
    font-family: 'Noto Sans';
    font-weight: 400;
    color: #000000;
    line-height: 1;
}

.domestic_sales .network_list .network_name p {
    font-size: 18px;
    font-family: 'Noto Sans';
    font-weight: 400;
    color: #0046AD;
    line-height: 1;
    margin-left: 19px;
}

.domestic_sales .network_list .network_column {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.domestic_sales .network_list .domestic_content .domestic_right {
    align-items: center;
    flex-wrap: wrap;
    padding: 25px 83px;
}


.domestic_sales .network_list .domestic_content .domestic_right h2 {
    width: 70%;
    font-size: 18px;
    font-family: 'Noto Sans';
    font-weight: 400;
    color: #0046AD;
    margin-bottom: 10px;
}

.domestic_sales .network_list .domestic_content .domestic_right .domestic_add {
    width: 70%;
}

.domestic_sales .network_list .domestic_content .domestic_right .domestic_column {
    width: 23%;
}

.add_mrigin {
    margin-bottom: 20px;
}


.domestic_sales .network_list .domestic_content .domestic_right.b_domestic_right {
    padding: 0;
}

.domestic_sales .network_list .domestic_content .domestic_right.b_domestic_right .bx_content {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 25px 83px;
    border-bottom: 1px solid #EFEFEF;
}

.domestic_sales .network_list .domestic_content .domestic_right.b_domestic_right .bx_content:last-child {
    border-bottom: none;
}

.domestic_sales .network_list .domestic_content .domestic_right.b_domestic_right .bx_content .bx_row {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.domestic_sales .network_list .domestic_content .domestic_right.b_domestic_right .bx_content .bx_row .bx_left {
    width: 70%;
    display: flex;
    flex-direction: column;
}

.domestic_sales .network_list .domestic_content .domestic_right.b_domestic_right .bx_content .bx_row .bx_left h2 {
    font-family: 'Noto Sans';
    font-weight: bold;
}

.domestic_sales .network_list .domestic_content .domestic_right.b_domestic_right .bx_content .bx_row .bx_left h2,
.domestic_sales .network_list .domestic_content .domestic_right.b_domestic_right .bx_content .bx_row .bx_left .domestic_add {
    width: 100%;
}



.domestic_sales .domestic_content.b_domestic {
    border: 1px solid #0046AD;
    box-shadow: 0px 0px 0px 7px #E5ECF7 inset;
    background: #0046AD;
    position: relative;
}

.domestic_sales .domestic_content.b_domestic::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 195px;
    height: 100%;
    background: #0046AD;
    z-index: 2;
}

.domestic_sales .domestic_content.b_domestic .domestic_left p {
    position: relative;
    z-index: 9;
    color: #FFFFFF;
}

.domestic_sales .domestic_content.b_domestic .domestic_right .domestic_add,
.domestic_sales .domestic_content.b_domestic .domestic_right .domestic_column p {
    color: #0046AD;
}

@media (max-width: 1280px) {
    .news_banner .news_banner_po {
        width: 90%;
    }
}

@media (max-width: 992px) {

    .g-container {
        padding-top: 50px;
    }

    .news_banner .news_banner_po,
    .video_list .video_min .video_min_name,
    .download_center .download_content .download_min .download_center_name {
        font-size: 30px;
    }

    .g_nav .nav_a,
    .g_nav .nav_p {
        font-size: 12px;
    }

    .product_content {
        margin-top: 45px;
    }

    .product_name {
        font-size: 30px;
        line-height: 40px;
        padding-bottom: 20px;
    }

    .product_name h2 {
        line-height: 40px;
    }

    .news_nav .news_nav_a {
        height: 40px;
        line-height: 40px;
        padding: 0 14px;
        font-size: 16px;
    }

    .video_list .video_min {
        margin-top: 25px;
    }

    .video_list .video_min .video_wrap {
        margin-top: 25px;
    }

    .video_list .video_min .video_wrap .video_content {
        width: calc((100% - 48px) / 3);
    }

    .video_list .video_min .video_wrap .video_content:nth-of-type(4n) {
        margin-right: 24px;
    }

    .video_list .video_min .video_wrap .video_content:nth-of-type(3n) {
        margin-right: 0;
    }









    .product_content .product_row {
        margin-top: 36px;
        flex-direction: column;
    }

    .product_content .product_row .product_left {
        width: 100%;
    }

    .product_content .product_row .product_left .left_min:nth-of-type(2) {
        display: none;
    }

    .product_content .product_row .product_right {
        width: 100%;
    }





    #news .news_list .news_min .news_year {
        font-size: 30px;
    }

    #news .news_list .news_min .news_wrap .news_row {
        width: calc((100% - 60px) / 2);
        margin-right: 60px;
    }

    #news .news_list .news_min {
        margin-top: 45px;
    }





    .network_nav .network_nav_a {
        padding-right: 60px;
        font-size: 16px;
    }

    .network_nav .network_nav_a:first-child {
        padding-left: 60px;
    }

    .network_nav .network_nav_a:first-child::before,
    .network_nav .network_nav_a::after {
        width: 24px;
    }

    .domestic_sales .network_list .network_name h2 {
        font-size: 30px;
    }

    .domestic_sales .network_list .network_name p {
        font-size: 16px;
        margin-left: 15px;
    }

    .domestic_sales .network_list .domestic_content .domestic_right {
        padding: 20px 40px;
    }

    .domestic_sales .network_list .domestic_content .domestic_right .domestic_add {
        width: 100%;
    }

    .domestic_sales .network_list .domestic_content .domestic_right .domestic_column {
        width: 100%;
        margin: 10px 0;
    }








    .global_factories {
        margin: 40px 0 30px;
    }

    .global_factories .factories_wrap {
        margin-top: 48px;
    }

    .global_factories .factories_wrap .factories_min {
        width: calc((100% - 32px) / 2);
    }

    .global_factories .factories_wrap .factories_min:nth-of-type(3n) {
        margin-right: 32px;
    }

    .global_factories .factories_wrap .factories_min:nth-of-type(2n) {
        margin-right: 0;
    }








    .environmental_protection .protection_wrap .wrap_min {
        width: calc((100% - 181px) / 4);
    }

    .environmental_protection .protection_wrap .wrap_min:nth-of-type(4n) {
        margin-right: 0;
    }

    .environmental_protection .protection_wrap .wrap_min .pic img {
        max-width: 100px;
    }

    .environmental_protection .protection_content h2,
    .enterprise_certification .certifications h2,
    .environmental_protection .protection_content p,
    .enterprise_certification .certifications p {
        font-size: 16px;
    }








    .download_min .download_wrap .wrap_content {
        width: 100%;
        margin-right: 0 !important;
    }




    .domestic_sales .domestic_content .domestic_right {
        padding: 20px 40px;
        flex-direction: column;
    }

    .domestic_sales .domestic_content .domestic_right .domestic_add,
    .domestic_sales .domestic_content .domestic_right .domestic_column {
        width: 100%;
    }






    .application_banner h1 {
        padding: 120px 20px 40px;
        font-size: 22px;
        margin-bottom: 50px;
    }

    .application_scroll a {
        font-size: 17px;
        padding: 2px 10px;
        border-left: 4px solid #0046ad;
    }

    .application_scroll01 h2 {
        font-size: 18px;
    }

    .application_scroll {
        margin-bottom: 40px;
    }

    .application_flex {
        margin: 40px 0;
    }

    .application_flex .flex_in {
        width: 100% !important;
        border-right: none !important;
    }

    .application_flex .flex_in .embedded-entity {
        height: auto;
    }

    .application_flex .flex_in .flex_content,
    .application_flex .flex_in2 .flex_in2_h2 {
        font-size: 28px;
    }

    .application_flex .flex_in .flex_list .flex_list_content .list_min .list_min_name h2,
    .application_flex .flex_in2 .flex_in2_wrap .wrap_filter h4 {
        font-size: 20px;
    }

    .application_flex .flex_in .flex_list .flex_list_content .list_min .list_min_p p,
    .application_flex .flex_in2 .flex_in2_wrap .wrap_filter h3,
    .application_flex .flex_in2 .flex_in2_wrap .wrap_filter .wrap_filter_p p {
        font-size: 16px;
    }

    .application_flex .flex_in2 {
        width: 100% !important;
        border-right: none !important;
        padding-right: 0 !important;
        margin-bottom: 40px;
    }

    .application_flex .flex_in2:last-child {
        margin-bottom: 0;
    }

    .application_flex .flex_in2 .flex_in2_h5 {
        font-size: 18px;
    }

    .application_flex .flex_in2 .flex_in2_wrap .wrap_filter {
        width: 100%;
        margin-top: 20px;
    }

    .application_details {
        border: 2px solid #000;
        font-size: 18px;
    }

    .application_footer_p {
        font-size: 16px;
    }









    .about_top {
        margin: 45px 0 20px;
    }

    .about_top .about_top_name,
    .about_advantage .advantage_row .advantage_left h2,
    .about_group .group_name {
        font-size: 30px;
        line-height: 40px;
    }

    .about_top .about_top_row {
        margin-top: 30px;
        flex-direction: column;
    }

    .about_top .about_top_row .top_row_left {
        width: 100%;
        margin-bottom: 20px;
    }

    .about_top .about_top_row .top_row_right {
        width: 100%;
    }

    .about_top .about_top_type {
        margin-top: 40px;
    }

    .about_top .about_top_type .type_min,
    .about_group .group_wrap .group_min {
        width: calc((100% - 30px) / 2);
    }

    .about_top .about_top_type .type_min:nth-of-type(3n),
    .about_group .group_wrap .group_min:nth-of-type(3n) {
        margin-right: 30px;
    }

    .about_top .about_top_type .type_min:nth-of-type(2n),
    .about_group .group_wrap .group_min:nth-of-type(2n) {
        margin-right: 0;
    }

    .about_top .about_top_type .type_min .type_min_po .po_row p,
    .about_group .group_wrap .group_min .group_min_po .po_row p {
        font-size: 16px;
    }


    .about_advantage .continer1 {
        width: 100%;
    }

    .about_advantage .advantage_row {
        padding: 40px 5%;
        flex-direction: column;
    }

    .about_advantage .advantage_row .advantage_left {
        width: 100%;
        margin-bottom: 30px;
    }

    .about_advantage .advantage_row .advantage_right {
        width: 100%;
    }

    .about_group {
        margin: 55px 0 30px;
    }

    .about_group .group_name {
        margin-bottom: 20px;
    }

    .about_group .group_wrap {
        margin-top: 45px;
    }


    .domestic_sales .network_list .domestic_content .domestic_right.b_domestic_right .bx_content {
        padding: 20px 40px;
    }

    .domestic_sales .network_list .domestic_content .domestic_right.b_domestic_right .bx_content .bx_row {
        flex-direction: column;
        align-items: flex-start;
    }

    .domestic_sales .network_list .domestic_content .domestic_right.b_domestic_right .bx_content .bx_row .bx_left {
        width: 100%;
    }

}


@media (max-width: 600px) {
    .g-container {
        padding-top: 50px;
    }

    .news_banner .news_banner_po,
    .video_list .video_min .video_min_name,
    .download_center .download_content .download_min .download_center_name {
        font-size: 24px;
    }

    .product_content {
        margin-top: 30px;
    }

    .product_name {
        font-size: 24px;
        line-height: 30px;
        padding-bottom: 15px;
    }

    .product_name h2 {
        line-height: 30px;
        width: 90%;
    }

    .news_nav {
        margin-top: 28px;
    }

    .news_nav .news_nav_a {
        height: 35px;
        line-height: 35px;
        padding: 0 10px;
        font-size: 14px;
    }

    .video_list .video_min {
        margin-top: 20px;
    }

    .video_list .video_min .video_wrap {
        margin-top: 20px;
    }

    .video_list .video_min .video_wrap .video_content {
        width: 100%;
        margin-right: 0 !important;
    }




    .product_content .product_row .product_right {
        margin-bottom: 20px;
    }

    .product_right .product_min .min_content .min_content_row {
        flex-direction: column;
    }

    .product_right .product_min .min_content .min_content_row .pic {
        max-width: 100%;
    }

    .product_right .product_min .min_content .min_content_row .min_content_column {
        width: 100%;
    }






    .news_show {
        margin: 30px 0 40px;
    }

    .news_paging {
        padding: 25px 0 30px;
    }



    #news .news_select {
        margin-top: 30px;
    }

    #news .news_list .news_min .news_year {
        font-size: 24px;
    }

    #news .news_list .news_min {
        margin-top: 35px;
    }

    #news .news_list .news_min .news_wrap .news_row {
        width: 100%;
        margin-right: 0 !important;
    }

    #news .product_content {
        margin-bottom: 20px;
    }




    .message_feedback {
        margin: 35px 0 45px;
    }

    .message_feedback .feedback_row {
        flex-direction: column;
        margin-bottom: 0;
    }

    .message_feedback .feedback_row .feedback_48 {
        width: 100%;
        margin-bottom: 20px;
    }

    .message_feedback .feedback_submit {
        margin-top: 15px;
        height: 40px;
        line-height: 40px;
        background: #0046AD url(http://www.cn.tdk-lambda.com/static/web/images/download/feedback_submit.png) no-repeat left 25px center;
        border-radius: 5px;
        font-size: 16px;
        padding: 0 24px 0 60px;
        background-size: 20px 17px;
    }








    .domestic_sales {
        margin: 38px 0;
    }

    .domestic_sales .network_list .network_name {
        margin-bottom: 28px;
    }

    .domestic_sales .network_list .network_name h2 {
        font-size: 24px;
    }

    .domestic_sales .network_list .network_name p {
        font-size: 14px;
        margin-left: 12px;
    }

    .domestic_sales .domestic_content {
        flex-direction: column;
        margin-bottom: 20px;
    }

    .domestic_sales .domestic_content .domestic_left {
        width: 100%;
    }

    .domestic_sales .domestic_content .domestic_right {
        width: 100%;
    }

    .domestic_sales .network_list .domestic_content .domestic_right {
        padding: 20px 30px;
    }

    .domestic_sales .network_list .domestic_content .domestic_right h2 {
        width: 100%;
    }





    .global_factories {
        margin: 30px 0 20px;
    }

    .global_factories .factories_wrap {
        margin-top: 38px;
    }

    .global_factories .factories_wrap .factories_min {
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 25px;
    }






    .environmental_protection {
        margin: 30px 0;
    }

    .environmental_protection .protection_wrap {
        margin-top: 30px;
    }

    .environmental_protection .protection_wrap .wrap_min {
        width: calc((100% - 30px) / 2);
        margin-right: 30px;
        margin-bottom: 20px;
    }

    .environmental_protection .protection_wrap .wrap_min:nth-of-type(2n) {
        margin-right: 0;
    }

    .environmental_protection .protection_wrap .wrap_min p {
        margin-top: 15px;
        font-size: 12px;
    }

    .environmental_protection .protection_column .protection_min {
        padding: 20px;
    }

    .environmental_protection .protection_column .protection_min .pic {
        width: 60px;
    }

    .environmental_protection .protection_column .protection_min .min_right {
        width: calc(100% - 80px);
    }

    .environmental_protection .protection_column .protection_min .min_right .min_right_p {
        font-size: 12px;
    }

    .environmental_protection .protection_column .protection_min .min_right .but_column .min_right_but {
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }



    .environmental_protection .protection_content h2,
    .enterprise_certification .certifications h2,
    .environmental_protection .protection_content p,
    .enterprise_certification .certifications p {
        font-size: 14px;
    }




    .environmental_protection.enterprise_certification .protection_content {
        margin-top: 30px;
    }

    .enterprise_certification .certifications {
        margin-top: 25px;
    }







    .video_list {
        margin: 14px 0 45px;
    }

    .video_list .video_min .video_but {
        padding: 0 35px;
    }








    .download_center {
        margin: 30px 0 0px;
    }

    .download_center .download_content {
        margin-top: 30px;
    }

    .download_center .download_content .download_min .download_wrap {
        margin-top: 30px;
    }

    .download_min .download_wrap .wrap_content {
        margin-bottom: 25px;
        padding: 20px;
    }

    .download_min .download_wrap .wrap_content .wrap_right h2 {
        font-size: 14px;
    }

    .download_min .download_wrap .wrap_content .wrap_right p {
        font-size: 12px;
        line-height: 20px;
        -webkit-line-clamp: 2;
    }

    .download_min .download_wrap .wrap_content .wrap_right .download_wrap_but {
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }

    .download_center .download_content .download_min {
        margin-bottom: 20px;
    }


    .domestic_sales .domestic_content .domestic_right {
        padding: 20px 30px;
    }







    .application_banner h1 {
        padding: 80px 20px 20px;
        font-size: 14px;
        margin-bottom: 30px;
    }

    .application_scroll {
        margin-bottom: 30px;
    }

    .application_scroll a {
        font-size: 14px;
    }

    .application_scroll01 h2 {
        font-size: 16px;
        padding: 10px 20px;
    }

    .application_flex {
        margin: 30px 0;
    }

    .application_flex .flex_in .flex_content,
    .application_flex .flex_in2 .flex_in2_h2 {
        font-size: 24px;
    }

    .application_flex .flex_in .flex_list .flex_list_content {
        flex-wrap: wrap;
    }

    .application_flex .flex_in .flex_list .flex_list_content .pic {
        width: 100%;
    }

    .application_flex .flex_in .flex_list .flex_list_content .list_min {
        width: 65%;
    }

    .application_flex .flex_in .flex_list .flex_list_content .list_right {
        width: 25%;
    }

    .application_flex .flex_in .flex_list .flex_list_content .list_min .list_min_name h2,
    .application_flex .flex_in2 .flex_in2_wrap .wrap_filter h4 {
        font-size: 18px;
    }

    .application_flex .flex_in .flex_list .flex_list_content .list_min .list_min_p p,
    .application_flex .flex_in2 .flex_in2_wrap .wrap_filter h3,
    .application_flex .flex_in2 .flex_in2_wrap .wrap_filter .wrap_filter_p p {
        font-size: 14px;
    }

    .application_flex .flex_in2 .flex_in2_h5 {
        font-size: 16px;
    }

    .application_flex .flex_in2 .flex_in2_wrap .wrap_filter h3 {
        margin: 5px 0 10px;
    }

    .application_details {
        font-size: 16px;
    }

    .application_footer_p {
        font-size: 14px;
        margin-bottom: 40px;
    }






    .about_top .about_top_name,
    .about_advantage .advantage_row .advantage_left h2,
    .about_group .group_name {
        font-size: 24px;
        line-height: 36px;
    }

    .about_top {
        margin: 30px 0 20px;
    }

    .about_top .about_top_row {
        margin-top: 15px;
    }

    .about_top .about_top_row .top_row_left p {
        font-size: 13px;
        line-height: 28px;
    }

    .about_top .about_top_type {
        margin-top: 30px;
    }

    .about_top .about_top_type .type_min,
    .about_group .group_wrap .group_min {
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 20px;
    }

    .about_advantage .advantage_row .advantage_left .advantage_left_p {
        margin-top: 16px;
        font-size: 13px;
        line-height: 28px;
    }

    .about_group {
        margin: 30px 0 30px;
    }

    .about_group .group_text {
        font-size: 13px;
        line-height: 28px;
    }

    .about_group .group_wrap {
        margin-top: 30px;
    }



    .domestic_sales .domestic_content.b_domestic::after {
        width: 100%;
        height: 124px;
    }






    .domestic_sales .network_list .domestic_content .domestic_right.b_domestic_right .bx_content {
        padding: 20px 30px;
    }

    .domestic_sales .network_list .domestic_content .domestic_right.b_domestic_right .bx_content .bx_row .bx_left h2 {
        font-size: 16px;
    }
}