﻿.aboutMain {
    background: #fff;
    margin-top: 42px;
    margin-bottom: 42px;
    padding: 42px 40px;
}

.aboutMain .aboutTitle {
    font-size: 32px;
    font-weight: bold;
    color: #232428;
    text-align: center;
    padding-bottom: 40px;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 24px;
}

input:focus {
    outline: none;
    border: none;
}

.fullSlide .prev,
.fullSlide .next {
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: -30px;
    left: 20px;
    z-index: 1;
    width: 40px;
    height: 60px;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5;
    display: none;
}

.fullSlide .next {
    left: auto;
    right: 20px;
}

.aboutMain .text .title {
    font-size: 20px;
    color: #000;
    padding: 10px 0;
    font-weight: bold;
}

.aboutMain table {
    border: 1px solid #eee;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.aboutMain table th {
    background: #F49D1B;
    border-right: 1px solid #eee;
    width: 250px;
    font-weight: normal;
    color: #fff;
    line-height: 40px;
    font-size: 16px;
}

.aboutMain table td {
    border-right: 1px solid #eee;
    text-align: center;
    font-size: 16px;
    line-height: 36px;
    color: #666;
}

.aboutMain .text .serviceTitle {
    font-size: 20px;
    color: #000;
    font-weight: bold;
}

.aboutMain .text {
    font-size: 14px;
    color: #666;
    line-height: 30px;
}

.contactus .productSelect {
    padding: 42px 58px;
}

.contactus .productSelect p {
    font-size: 20px;
    width: 200px;
    padding-bottom: 12px;
    border-bottom: 3px solid #F49D1B;
}

.contactus .productSelect div a {
    padding-left: 20px;
    width: 100%;
    cursor: pointer;
    box-sizing: border-box;
}

.contactus .productSelect div.on a {
    position: relative;
    color: #232428;
}

.contactus .productSelect div.on a::after {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 5px;
    height: 18px;
    background: #F49D1B;
}

.contactus .productSelect div {
    font-size: 20px;
    color: #999;
    padding-top: 16px;
    padding-bottom: 12px;
    white-space: nowrap;
    border-bottom: 1px solid #ccc;
}

.contactus .productSelect div:last-child {
    border-bottom: none;
}

.contactus .productSelect div a {
    /* padding-bottom: 12px; */
    display: block;
    color: #999;
}

.contactMain {
    height: 436px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contactMain dl {
    display: flex;
    width: 764px;
    justify-content: space-between;
}

.contactMain dd {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.contactMain dd p {
    font-size: 20px;
    color: #232428;
    margin-bottom: 12px;
}

.contactMain dd span {
    color: #F49D1B;
    font-size: 16px;
}

.contactMain dd img {
    margin-bottom: 52px;
}

.siteMain {
    width: 914px;
    background: #fff;
    float: right;
    padding: 42px 38px;
}

.rigth {
    color: #00ae2d;
    margin-right: 5px;
}

.error {
    color: #e50a0a;
    margin-right: 5px;
}

.siteMain dl {
    padding-left: 44px;
}

.siteMain dl {
    padding-top: 24px;
    display: flex;
    flex-wrap: wrap;
}

.siteMain dd {
    display: flex;
    margin-bottom: 27px;
    width: 33.3333%;
    flex-direction: column;
    align-items: flex-start;
}

.siteMain dd:nth-of-type(3n + 3) .siteName {
    justify-content: flex-end;
}

.siteMain dd:nth-of-type(3n + 2) .siteName {
    justify-content: center;
}

.siteMain .siteName {
    display: flex;
    align-items: center;
    width: 100%;
    cursor: pointer;
}

.siteMain dd .arr {
    width: 14px;
    margin-left: 8px;
    height: 9px;
}

.rotates {
    transform: rotate(180deg);
}

.siteMain .siteInfo {
    display: none;
    width: 335px;
    border: 2px dashed #ccc;
    border-radius: 4px;
    margin-top: 12px;
    padding: 10px;
    font-size: 14px;
    color: #666;
    line-height: 26px;
    background: #f8f8f8;
}

.siteMain dd:nth-of-type(3n + 3) {
    align-items: flex-end;
}

.supportBan {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 0;
}

.supportBan div {
    width: 400px;
    text-align: center;
}

.supportBan div input {
    width: 100%;
    height: 56px;
    background: transparent;
    border-radius: 28px;
    /* border: none; */
    border: 1px solid #333;
    outline: none;
    font-size: 16px;
    color: #333;
    text-indent: 20px;
}

.supportBan .supportTitle {
    font-size: 26px;
    color: #333;
    /* font-weight: bold; */
    padding-bottom: 20px;
    z-index: 2;
}

.supportInput {
    position: relative;
}

.supportBan .searchIcon,
.supportBan .proSearchIcon {
    width: 54px;
    height: 54px;
    cursor: pointer;
    /* background: url("../assets/supportsearch.png") center center no-repeat; */
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    top: 0;
}

.searchIcon svg,
.searchInputIcon svg,
.searchNewInputIcon svg,
.searchInputIcon-mobile svg,
.mapIcon svg,
.searchBox .search svg,
.supportBan .proSearchIcon svg {
    width: 25px;
    height: 25px;
}

.searchBox .search svg {
    width: 20px;
    height: 20px;
}

.wapMenu .on {
    display: none;
    width: 4.9333vw;
    height: 4.9333vw;
}

.menuOn .on {
    display: block;
}

.menuOn .off {
    display: none;
}

.supportList {
    padding-top: 41px;
}

.supportList ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.supportList li {
    background: #fff;
    cursor: pointer;
    width: 292px;
    height: 198px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 10px;
}

.supportList li a {
    background: #fff;
    color: #232428;
    cursor: pointer;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 10px;
}

.supportList li img {
    margin-bottom: 22px;
}

.frequently {
    background: #fff;
    padding: 42px 40px;
}

.frequentlyTitle {
    font-size: 32px;
    color: #232428;
    text-align: center;
}

.frequently li {
    display: flex;
    border-bottom: 1px solid #ccc;
    color: #666;
    flex-direction: column;
    padding: 20px 0 10px;
}

.frequently li div {
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
}

.frequently li span {
    color: #666;
    font-size: 20px;
}

.frequently li.on p {
    display: block;
}

.frequently li.on .showA {
    display: none;
}

.frequently li.on .showD {
    display: block;
}

.frequently li p {
    display: none;
    font-size: 14px;
    padding-top: 22px;
    padding: 12px;
    color: #3c3d40;
    background: rgba(236, 241, 247, 0.6);
}

.showA {
    display: block;
}

.frequently li .showD {
    display: none;
    text-align: center;
}

.frequently .learnMore {
    width: 182px;
    height: 42px;
    cursor: pointer;
    border-radius: 4px;
    background: #F49D1B;
    color: #fff;
    text-align: center;
    line-height: 42px;
    font-size: 18px;
    margin: 42px auto 0;
}

.contactUs {
    text-align: center;
}

.contactUs .stillTitle {
    font-size: 32px;
    color: #232428;
    font-weight: bold;
    /* font-family: "arial"; */
    margin-top: 118px;
}

.contactUs .btn {
    width: 182px;
    height: 42px;
    cursor: pointer;
    border-radius: 4px;
    background: #232428;
    color: #fff;
    text-align: center;
    line-height: 42px;
    font-size: 18px;
    margin: 40px auto 118px;
}

.blankContent {
    background: #fff;
    height: 436px;
    margin-top: 42px;
    font-size: 24px;
    color: #232428;
    line-height: 38px;
    margin-bottom: 42px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.searchResult {
    padding: 42px 40px;
    background: #fff;
    margin: 42px auto;
}

.searchResult .searchResultTitle {
    font-size: 20px;
    padding-bottom: 40px;
    color: #232428;
    border-bottom: 1px solid #ccc;
    margin-bottom: 42px;
}

.searchResult .searchResultTitle span {
    color: #00a4eb;
}

.searchResult ul {
    display: flex;
    flex-wrap: wrap;
}

.searchResult li {
    width: 248px;
    margin-right: 42px;
    font-size: 20px;
    color: #232428;
    text-align: center;
    margin-bottom: 42px;
}

.searchResult li p {
    line-height: 30px;
}

.searchResult li a {
    color: #232428;
}

.searchResult li:nth-of-type(4n) {
    margin-right: 0;
}

.searchResult li img {
    width: 248px;
    margin-bottom: 20px;
}

.fullSlide {
    width: 100%;
    position: relative;
    height: 696px;
}

/* @media screen and (max-width:1600px) {
    .fullSlide {
        width: 100%;
        position: relative;
        height: 650px;
    }
} */
.fullSlide .bd {
    margin: 0 auto;
    position: relative;
    z-index: 0;
    height: 100%;
    overflow: hidden;
}

.fullSlide .bd ul {
    width: 100% !important;
}

.fullSlide .bd li {
    position: relative;
    width: 100% !important;
    height: 696px;
    background-size: cover !important;
    overflow: hidden;
}

.fullSlide .bd li a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
}

.btnPre {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 20px;
    top: 50%;
    z-index: 20;
    cursor: pointer;
    opacity: 0;
    border-top: 3px solid #ddd;
    border-left: 3px solid #ddd;
    transform: translateY(-50%) rotate(-45deg);
}

.fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 35px;
    left: 0;
    height: 15px;
    line-height: 15px;
}

.fullSlide .hd ul {
    text-align: center;
}

.fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 15px;
    height: 15px;
    margin: 0 7px;
    border-radius: 50%;
    overflow: hidden;
    background: none;
    box-sizing: border-box;
    border: 1px solid #fff;
    line-height: 999px;
    position: relative;
}

.fullSlide .hd ul li a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.fullSlide .hd ul .on {
    background: rgba(255, 255, 255, 1);
}

.fullSlide .homeBannerTitle {
    font-size: 50px;
    font-weight: bold;
    /* line-height: 41px; */
    color: #fff;
}

.bannerFonts {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;

    z-index: 3;
    padding: 0 24px 0 10vw;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.fullSlide .homeBannerBref {
    margin-top: 30px;
    font-size: 35px;
    color: #fff;
}

.fullSlide .bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    z-index: 2;
}

.productTitleAndSubtitle,
.technology_title {
    padding-top: 40px;
    /* padding-left: 40px; */
    font-size: 26px;
    color: #333;
}

.homeProduct .productTitleAndSubtitle,
.technology_model_div,
.homeNews .productTitleAndSubtitle {
    width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 20px;
}

.technology_model {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    color: #fff;
    padding-bottom: 80px;
}

.technology_model .technology_title {
    font-weight: 500;
    padding-top: 43px;
    padding-bottom: 60px;
    color: rgba(255, 255, 255, 0.6);
}

.technology_model .technology_content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px 40px;
    grid-template-areas: 'a a''b c';
}

.technology_model .technology_play {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
}

.technology_model .technology_item_a {
    grid-area: a;
    position: relative;
    z-index: 0
}

.technology_model .technology_item_b {
    grid-area: b;
    z-index: 0
}

.technology_model .technology_item_c {
    grid-area: c;
    z-index: 0
}

.technology_item .productTj {
    width: 100%;
}

.technology_item .productTj .productTjTitle {
    font-size: 24px;
    margin-bottom: 18px;
    padding-bottom: 5px;
    text-underline-offset: 8px;
}

.technology_item .productTj .productTjSubTitle {
    font-size: 18px;
}

.technology_item .productTj .productFont {
    left: 80px;
    top: 3.5vw;
}

.productTitleAndSubtitle span,
.technology_title span {
    font-size: 16px;
    color: #999;
}

.productTitleAndSubtitle a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.productTitleAndSubtitle a .product_title_more {
    white-space: nowrap;
    text-align: center;
    font-size: 14px
}

.homeNews .productTitleAndSubtitle {
    /* padding: 0 5vw; */
}

.productOthers_long ul,
.productOthers_short {
    /* padding: 18px 0 0; */
    width: 1300px;
    margin: 0 auto;
}

.productOthers_short ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.productOthers_div {
    display: grid;
    justify-content: splace-between;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px 20px;
    width: 100%;
    margin-bottom: 50px;
}

.productOthers_div .productOthers_div_item {
    overflow: hidden;
}

.homehomeProduct .productOthers {
    padding: 18px 0 0;
    width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.homeProduct ul {
    width: 1300px;
    margin: 0 auto;
    /* display: flex;
    justify-content: space-between;
    flex-wrap: wrap; */
}

.homeProduct .topTwo {
    padding: 18px 0 8px;
}

.homeProduct li {
    overflow: hidden;
    margin-left: 0;
    /* margin-right: 15px; */
    margin-bottom: 20px;
}

.homeProduct li:nth-of-type(3n+3) {
    margin-right: 0;
}

.homeProduct li .imgmain,
.homeProduct .productOthers_div_item .imgmain,
.searchContentList li .imgcontent {
    overflow: hidden;
    /* width: 420px; */
    /* height: 396px; */
    /* margin-bottom: 28px; */
}

.homeProduct .bigProduct {
    width: 640px;
    height: 550px;
    margin-right: 18px;
    position: relative;
    overflow: hidden;
}

.homeProduct .bigProduct a {
    display: block;
    padding-top: 44px;
    padding-left: 24px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.homeProduct li img,
.homeProduct .productOthers_div_item img,
.searchContentList li img {
    transition: all 0.3s;
    width: 100%;
    /* width: 420px;
    height: 396px; */
}

/* .homeProduct li .proTitle {
    font-size: 18px;
    color: #000;
    line-height: 1.5;
    margin-bottom: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
} */
/*文字省略属性*/
.text_ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.productOthers_content .proTitle {
    -webkit-box-orient: vertical;
    margin: 15px 0 4px 0;
    font-size: 22px;
    font-weight: bold;
    color: #333333;
    /* font-family: 'sourceBold'; */
}

.productOthers_content .proBref {
    margin: 10px 0 15px 0;
    /* font-size: 14px; */
    font-size: 18px;
    /* font-weight: 500; */
    color: #999999;
    font-weight: bold;
}

.productOthers_content .proDesc {
    font-size: 28px;
    color: rgba(51, 51, 51, 0.8);
    /* font-family: 'latoLight'; */
    font-weight: bold;
}

.homeProduct li .proBref {
    font-size: 18px;
    color: #666;
    width: 390px;
}

.homeProduct li:hover img,
.homeProduct .productOthers_div_item:hover img,
.searchContentList li:hover img {
    transform: scale(1.1);
}

.homeProduct li .porGo {
    border-radius: 4px;
    display: block;
    width: 134px;
    height: 36px;
    border: 1px solid #000;
    font-size: 20px;
    text-align: center;
    line-height: 34px;
    color: #000;
    margin-top: 0;
}

.porGo {
    border-radius: 4px;
    display: block;
    width: 134px;
    height: 36px;
    border: 1px solid #fff;
    font-size: 20px;
    margin-top: 40px;
    text-align: center;
    line-height: 34px;
    color: #fff;
}

.homeProduct .bigProduct .imgmain {
    width: 640px;
    height: 550px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.homeProduct .bigProduct img {
    width: 640px;
    /* height: 550px; */
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.homeProduct .bigProduct .proTitle {
    left: 24px;
    font-size: 32px;
    padding-bottom: 22px;
    color: #fff;
    margin-bottom: 0;
}

.homeProduct .bigProduct .proBref {
    font-size: 20px;
    display: block;
    color: #fff;
    margin-bottom: 234px;
}

.homeProduct .bigProduct .porGo {
    border-radius: 4px;
    display: block;
    width: 134px;
    height: 36px;
    border: 1px solid #fff;
    font-size: 20px;
    text-align: center;
    line-height: 34px;
    color: #fff;
}

.wapProduct {
    display: none;
}

.productOthers {
    display: flex;
    flex-wrap: wrap;
}

.productOthers li {
    width: 32%;
    margin-bottom: 42px;
    box-sizing: border-box;
}

.productOthers li:nth-of-type(3n) {
    margin-right: 0;
}

.cHomeProductMore {
    height: 46px;
    line-height: 46px;
    width: 206px;
    margin: 0 auto 42px;
    border: 1px solid #ccc;
    font-size: 14px;
    color: #666;
    display: block;
    cursor: pointer;
    text-align: center;
}

.videoban {
    display: block;
}

.wapVideoBan {
    display: none;
}

.productTj {
    position: relative;
    width: 1300px;
    margin: 0 auto;
}

.productTj img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.productTj .productFont {
    color: #fff;
    position: absolute;
    left: 160px;
    top: 7vw;
}

.productTj .productTjTitle {
    font-size: 48px;
    margin-bottom: 36px;
    padding-bottom: 10px;
    position: relative;
    text-decoration: underline;
    text-underline-offset: 19px;
}

.productInfoParams {
    display: flex;
    justify-content: space-between;
}

.productInfoParams ul li {
    max-width: unset !important;
}

.productTj .productTjSubTitle {
    font-size: 36px;
    font-weight: normal;
}

/* .productTj .productTjTitle::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 100px;
    height: 4px;
    background: #fff;
} */

.homeNews .productTitleAndSubtitle {
    /* padding-top: 0;
    margin-bottom: 28px; */
    position: relative;
}

.newsMore {
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 14px;
    color: #999;
    transform: translateY(-50%);
}

.newsMore a {
    color: #999;
}

.productTj ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    font-size: 18px;
}

.irmZQ {
    text-align: right;
}

.irmZQ p {
    margin-bottom: 5px;
}

.irmZQ a {
    color: #B5000F;
    font-size: 16px;
}

.productTj ul li::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
}

.typeNtime {
    font-size: 18px;
    padding-bottom: 20px;
}

.typeNtime span {
    padding: 4px 10px;
    background: #F49D1B;
    border-radius: 4px;
    margin-right: 20px;
}

.videoContent {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    align-items: center;
    justify-content: center;
}

.detail a {
    color: #F49D1B;
    text-decoration: underline;
    padding-bottom: 3px;
}

.videoContent .close {
    width: 40px;
    height: 40px;
    background: url(../image/closebtn.png) center center no-repeat;
    background-size: 100%;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 100;
    cursor: pointer;
}

.videoContent video {
    height: 100%;
    margin: 0 auto;
}

.productParams {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 62px 0;
    border-bottom: 1px solid #eee;
}

.productParams ul {
    width: 1200px;
    display: flex;
    justify-content: space-between;
}

.productParams ul li {
    display: flex;
    margin-right: 20px;
}

.productParams li img {
    width: 48px;
    height: 48px;
    margin-right: 15px;
}

.productParams li>div {
    width: calc(100% - 48px - 15px);
}

.productParams li .title {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    padding-bottom: 20px;
}

.productParams li .bref {
    font-size: 16px;
}

.homeNav {
    background: #fff;
    height: 68px;
}

.homeNavItem,
.homeNavItem a {
    display: flex;
    height: 68px;
    align-items: center;
}

.homeNavItem a {
    padding-left: 19px;
    color: #232428;
}

.homeNavItem .current {
    border-right: 1px solid #eee;
    padding-right: 32px;
    color: #04b0ef;
    padding-left: 0;
}

.homeNavItem img {
    margin-right: 10px;
}

.homeNavItem div {
    display: flex;
    align-items: center;
}

.productInfo {
    border-top: 1px solid #eee;
    background: #ebf2f7;
    padding: 114px 0;
}

.productInfoItem {
    display: flex;
}

.imgList {
    width: 600px;
    text-align: center;
}

.productType {
    width: calc(100% - 600px);
}

.imgList p {
    text-align: center;
    padding-top: 80px;
}

.imgList img {
    display: none;
    max-width: 100%;
}

.imgList img.on {
    display: inline-block;
}

.productInfoItem .type {
    font-size: 16px;
    padding-bottom: 10px;
}

.productInfoItem .title {
    font-size: 26px;
    font-weight: bold;
    padding-bottom: 10px;
}

.productInfoItem ul li {
    font-size: 12px;
    padding-left: 20px;
    position: relative;
    line-height: 20px;
}

.productInfoItem ul li::after {
    content: "";
    width: 10px;
    height: 10px;
    text-align: center;
    line-height: 5px;
    font-size: 30px;
    position: absolute;
    background: url('../image/dot.png') center center no-repeat;
    left: 0;
    text-indent: 0;
    top: 5px;
    border-radius: 50%;
}

.selectList {
    width: 100%;
    display: flex;
    padding-top: 55px;
    padding-bottom: 68px;
    border-bottom: 1px solid #d8dfe5;
}

.selectList div {
    width: 23px;
    height: 23px;
    border-radius: 50%;
    margin-right: 15px;
    border: 3px solid #fff;
    cursor: pointer;
}

.selectList div.on {
    border-color: #20cbff;
}

.shareMeth {
    display: flex;
    padding-top: 80px;
}

.shareMeth a {
    margin-right: 5px;
}

.others * {
    max-width: 100%;
}

.countrySite {
    margin: 20px auto;
    padding: 42px 18px;
    background: #fff;
}

.countrySite .countryTitle {
    font-size: 28px;
    text-align: center;
    color: #232428;
    padding-bottom: 42px;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 12px;
}

.countrySite .siteArea {
    background-color: #f2f2f2;
    padding: 20px 40px;
    color: #333;
    margin-bottom: 20px;
}


.countrySite .siteArea div {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.countrySite .siteArea div img {
    /* display: none; */
    width: 16px;
}

.supportDetail .color {
    display: none;
}

.countrySite .siteArea ul {
    display: none;
    font-size: 16px;
    flex-wrap: wrap;
    padding-top: 32px;
    /* padding-bottom: 24px; */
    border-top: 1px solid #e4e4e4;
    margin-top: 20px;
}

.countrySite .siteAreaOn ul {
    display: flex;
}

.countrySite .siteArea ul li {
    width: 20%;
    line-height: 14px;
    padding-bottom: 18px;
    position: relative;
}

.countrySite .siteArea ul li img {
    width: 160px;
    height: 160px;
    position: absolute;
    left: 50%;
    top: 0;
    display: none;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.12);
    z-index: 3;
}

.countrySite .siteArea a {
    color: #232428;
    font-size: 14px;
}

.countrySite .siteArea ul li:hover a {
    color: #F49D1B;
}

.countrySite .siteArea ul li:hover img {
    display: block;
    background-color: #ebebeb;
}

.countrySite .siteAreaOn div img {
    transform: rotate(180deg);
}

.productType-path {
    color: #999;
    font-size: 16px;
    padding-bottom: 40px;
}

.productType-title {
    color: #333;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 20px 0;
}

.product__specs {
    padding: 4em 1em;
    background-color: #000;
}

.product__specs {
    padding: 4em 1em;
    background-color: #000;
}

.pcimg {
    display: block;
}

.homebigImg {
    display: none;
}

.product__specs>div {
    margin: 0 auto;
    max-width: 1140px;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: mulitple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
}

.product__specs .half {
    width: 50%;
    float: left;
}

.product__specs .section-title.white {
    text-align: left;
}

.product__specs .specs__content .specs__list {
    margin-top: 2.3em;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    min-width: 0;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-lines: multiple;
    -moz-box-lines: mulitple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product__specs .specs__content .spec {
    padding-right: 1em;
    width: 50%;
    color: #fff;
    margin-top: 2em;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    min-height: 0;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.product__specs .specs__content .spec span {
    font-size: 1.2em;
    font-weight: 600;
}

.product__specs .specs__content .spec ul {
    margin-top: 0.5em;
    padding: 0;
    font-weight: 500;
}

.privacyMain {
    background: none;
    padding: 0;
}

.saftyMain {
    background: #fff;
    padding: 70px 0 34px;
}

.saftyMain .aboutMain {
    margin: 0 auto;
}

.saftyMain ul {
    display: flex;
    flex-wrap: wrap;
}

.saftyMain ul li {
    width: 282px;
    height: 282px;
    background: #f8f8f8;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-right: 78px;
    margin-bottom: 42px;
}

.saftyMain ul li:nth-of-type(3n) {
    margin-right: 0;
}

.saftyMain ul li img {
    margin-bottom: 41px;
}

@media (max-width: 768px) {
    .product__specs>div .specs__content .specs__list li {
        padding: 0;
    }

    .product__specs>div .specs__content .spec {
        margin-top: 0.4em;
        width: 100%;
        max-width: 300px;
    }

    .product__specs .spec-image {
        width: 100%;
    }
}

@media (max-width: 1000px) {
    .product__specs>div .half {
        width: 100%;
        float: none;
    }
}

.g-half-image {
    width: 50%;
    overflow: hidden;
}

.g-half-image img {
    width: 100%;
    height: auto;
}

.section-title.white {
    color: #fff;
}

.section-title {
    font-size: 17px;
    color: #666;
    font-weight: 500;
}

.related-section.generated-products {
    padding-top: 4em;
    padding-bottom: 4em;
}

.related-section.generated-products .section-name {
    padding-bottom: 0;
}

.related__products .product-link {
    display: block;
}

.related__products .slick-prev {
    left: 0 !important;
    width: 36px;
    height: 36px;
}

.related__products .slick-prev:before {
    color: #000;
    font-family: "icomoon" !important;
    content: "\e905";
    font-size: 36px;
    transition: color 200ms;
}

.related__products .slick-next {
    right: 0 !important;
    width: 36px;
    height: 36px;
}

.related__products .slick-next:before {
    color: #000;
    font-family: "icomoon" !important;
    content: "\e906";
    font-size: 36px;
    transition: color 200ms;
}

.related__products .slick-arrow {
    transition: background-color 200ms;
}

.related__products .slick-arrow:before:active {
    color: #0093ed;
}

@media (max-width: 768px) {

    .related__products .slick-prev,
    .related__products .slick-next {
        display: none !important;
    }
}

.related-section {
    padding-left: 1em;
    padding-right: 1em;
}

@media (max-width: 768px) {
    .related-section {
        padding-left: 0;
        padding-right: 0;
    }
}

.related__products .list {
    padding: 0 46px;
}

@media (max-width: 768px) {
    .related__products .list {
        padding: 0;
    }
}

.related__products .slick-track {
    margin-left: 0;
}

.related__products .product__wrapper {
    position: relative;
    padding-top: 4em;
    height: 485px;
    padding-bottom: 2em;
    float: left;
    width: 25%;
}

@media (max-width: 1099px) {
    .related__products .product__wrapper {
        height: 540px;
    }
}

@media (max-width: 1000px) {
    .related__products .product__wrapper {
        height: 520px;
    }
}

@media (max-width: 900px) {
    .related__products .product__wrapper {
        height: auto;
    }
}

.related__products .product {
    position: relative;
    padding: 5px;
    color: #000;
    width: 100%;
    -webkit-transition: -webkit-transform 200ms;
    transition: -webkit-transform 200ms;
    -o-transition: -o-transform 200ms;
    -moz-transition: transform 200ms, -moz-transform 200ms;
    transition: transform 200ms;
    transition: transform 200ms, -webkit-transform 200ms, -moz-transform 200ms, -o-transform 200ms;
}

.related__products .product .image img {
    max-width: 100%;
    height: auto;
}

.related__products .product__description {
    margin-top: 1.4em;
    padding: 0 10%;
    color: #000;
    text-align: center;
}

.related__products .product__description .product-name {
    max-height: 50px;
    overflow: hidden;
}

.related__products .product__description .description {
    display: block;
    font-size: 0.9em;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
}

.related__products .product__description .price {
    display: none;
}

.related__products .product__description .product-link {
    display: none;
}

.supportDetail .selectList {
    border: none;
}

.supportDetail .shareMeth {
    padding-top: 0;
}

.showDetail {
    padding-top: 20px;
}

.showDetail a {
    color: #fff;
    width: 160px;
    background-color: #00aeef;
    padding: 8px 24px;
    font-size: 16px;
    font-weight: 500;
    border: none;
    border-radius: 30px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.12);
    border: 1px solid transparent;
}

.supportNav {
    height: 64px;
    line-height: 64px;
    background: #222527;
}

.supportNav .baseBox {
    display: flex;
    font-size: 16px;
    color: #fff;
    justify-content: flex-end;
}

.supportNav .baseBox div {
    margin-left: 54px;
}

.supportNav ul {
    display: flex;
}

.supportNav ul li a {
    font-size: 16px;
    color: #fff;
    width: 95px;
    height: 61px;
    text-align: center;
    display: block;
    margin-left: 54px;
}

.supportNav ul li:hover a {
    border-bottom: 3px solid #00aeef;
}

.supproductDetail {
    display: flex;
    align-items: center;
}

.supproductDetail a {
    width: 146px;
    height: 37px;
    line-height: 37px;
    background: #00aeef;
    text-align: center;
    color: #fff;
    display: block;
    border-radius: 4px;
}

.supportFrequently {
    margin: 42px auto;
}

.downloads {
    background: #fff;
    padding: 42px;
    margin-bottom: 42px;
}

.downloads ul {
    display: flex;
    justify-content: center;
}

.downloads ul li {
    margin: 0 70px;
}

.downloads ul li a {
    color: #00aeef;
    text-decoration: underline;
}

.downloads ul li img {
    margin-bottom: 19px;
}

.downloads .title {
    font-size: 28px;
    text-align: center;
    padding-bottom: 30px;
}

.nobg {
    background: #fff;
}

.serviceTab {
    display: flex;
    padding: 42px 0 54px;
}

.serviceTab .tabItem {
    width: 394px;
    height: 100px;
    background: #f8f8f8;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    cursor: pointer;
    position: relative;
    color: #232428;
}

.serviceTab .tabItem.on {
    background: #f1f1f1;
}

.serviceTab .tabItem div {
    margin-right: 16px;
}

.serviceTab .tabItem.on ::after {
    content: "";
    width: 100%;
    height: 3px;
    background: #F49D1B;
    position: absolute;
    left: 0;
    bottom: 0;
}

.serviceContact {
    padding: 0;
    padding-bottom: 54px;
}

.mapContents {
    padding-bottom: 76px;
}

#container {
    width: 860px;
    height: 596px;
}

.mapList {
    display: flex;
    justify-content: space-between;
    background: #fff;
}

.searchListContent {
    width: 400px;
    height: 556px;
    background: #f8f8f8;
    /* padding: 38px 20px; */
}

.keyWordInput input {
    width: 301px;
    height: 40px;
    border-radius: 40px;
    border: 1px solid #888;
    outline: none;
    text-indent: 20px;
}

.keyWordInput {
    /* padding-left: 20px;
    padding-top: 38px;
    position: relative; */
    display: flex;
}

.keyWordResult {
    font-size: 16px;
    color: #666;
    padding: 28px 0;
    padding-left: 20px;
    border-bottom: 1px solid #dcdcdc;
    display: none;
}

.keyWordResult span {
    color: #F49D1B;
}

.resultList {
    height: 464px;
    overflow: auto;
    margin-top: 40px;
    /* padding-left:14px; */
}

.resultList ul {
    /* padding: 0 22px; */
    padding-right: 22px;
}

.resultList li {
    cursor: pointer;
    padding: 20px 0 8px 0;
    border-bottom: 1px solid #e5e5e5;
}

.resultList li div {
    display: flex;
    font-size: 16px;
    color: #333;
    margin-bottom: 12px;
    align-items: center;
    word-break: break-word;
}

.resultList li div img {
    /* width: 14px;
    height: 18px; */
    margin-right: 8px;
}

.resultList .title {
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.mapIcon {
    /* position: absolute; */
    /* right: 32px;
    top: 56px; */
    /* display: flex;
    justify-content: center;
    align-items: center; */
    position: absolute;
    cursor: pointer;
    top: 50%;
    right: 6%;
    margin-top: -12px;
}

.clause {
    font-size: 14px;
    color: #232428;
    line-height: 28px;
    min-height: 200px;
}

.clause .title {
    font-size: 20px;
}

.clause .content {
    /* padding-left: 24px; */
    padding-bottom: 76px;
}

.channel {
    display: flex;
    padding-bottom: 214px;
    padding-top: 52px;
}

.channel .channelItem {
    width: 600px;
}

.channel .channelItem:nth-of-type(1) {
    border-right: 1px solid #e4e4e4;
}

.channel .channelItem ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 100px;
    justify-content: space-between;
}

.channel .channelItem li {
    width: 50%;
    line-height: 30px;
    font-size: 14px;
}

.channel .channelItem li a {
    color: #232428;
}

.channel .title {
    text-align: center;
    font-size: 20px;
    color: #232428;
    margin-bottom: 50px;
}

.insulationTab {
    font-weight: bold;
}

.insulationTab .tabItem {
    font-size: 36px;
    color: #fff;
}

.insulationTab .tabItem:nth-of-type(4n) {
    margin-right: 0;
}

.insulationMain {
    float: none;
    width: 1200px;
    padding: 40px;
    padding-bottom: 0;
    margin-bottom: 42px;
}

/* .insulationMain li:nth-of-type(3n) {
    margin-right: 42px;
} */

.insulationMain li:nth-of-type(4n) {
    margin-right: 0;
}

.changeTab {
    padding-bottom: 0;
}

.jobCondiction {
    padding: 44px 0 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 42px;
}

.jobCondiction .jobItem {
    display: flex;
}

.jobCondiction .jobItem ul {
    display: flex;
    width: 1093px;
    flex-wrap: wrap;
}

.jobCondiction .jobItem li {
    width: 138px;
    height: 40px;
    border: 1px solid #ccc;
    margin-left: 28px;
    text-align: center;
    line-height: 38px;
    font-size: 16px;
    color: #999;
    margin-bottom: 32px;
    cursor: pointer;
}

.jobCondiction .jobItem span {
    width: 70px;
    line-height: 40px;
}

.jobCondiction .jobItem .on {
    border-color: #F49D1B;
    color: #F49D1B;
}

.jobList ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.jobList li {
    width: 574px;
    border: 1px solid #ccc;
    padding: 14px 24px;
    margin-bottom: 24px;
    position: relative;
    cursor: pointer;
}

.jobList .jobNtime {
    margin-bottom: 19px;
    font-size: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.jobList .jobNtime span {
    font-size: 14px;
    color: #999;
}

.jobList .money {
    color: #2cb0ee;
    font-size: 18px;
    display: flex;
    align-items: center;
}

.jobList .money span {
    font-size: 14px;
    color: #414141;
    margin-left: 34px;
}

.jobList li .icon {
    position: absolute;
    right: 4px;
    bottom: 4px;
}

.jobMore {
    margin-top: 30px;
    margin-bottom: 76px;
}

.jobDetail {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    left: 0;
    top: 0;
    z-index: 100;
    display: none;
    align-items: center;
    justify-content: center;
}

.jobInfo {
    width: 670px;
    height: 620px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.jobName {
    height: 52px;
    line-height: 52px;
    font-size: 20px;
    color: #666;
    padding: 0 36px;
    background: #f1f1f1;
    display: flex;
    justify-content: space-between;
}

.jobName .close {
    font-size: 40px;
    cursor: pointer;
}

.jobInfomation {
    display: flex;
    flex-wrap: wrap;
    padding: 28px 36px 20px;
    border-bottom: 1px solid #ccc;
}

.jobInfomation div {
    width: 50%;
    font-size: 14px;
    color: #232428;
    line-height: 26px;
}

.jobInfomation div span {
    color: #666;
    margin-right: 30px;
}

.jobBref {
    padding: 14px 36px;
    height: 300px;
    overflow: auto;
    font-size: 14px;
    color: #232428;
    line-height: 28px;
}

.jobBref .title {
    font-size: 14px;
    color: #666;
}

.jobEmail {
    padding-top: 20px;
    font-size: 14px;
    padding-left: 36px;
    color: #666;
}

.jobEmail span {
    font-size: 20px;
    color: #F49D1B;
}

.topNews {
    display: flex;
    justify-content: space-between;
    padding-top: 42px;
}

.topNews .videoMain {
    width: 600px;
    height: 344px;
}

.topNews .videoMain video {
    width: 100%;
    height: 100%;
    background: #000;
}

.irmList {
    font-size: 14px;
    padding-top: 20px;
}

.irmMain {
    width: 564px;
}

.irmList li a {
    color: #232428;
    display: flex;
    justify-content: space-between;
    padding: 16px 0;
    border-bottom: 1px dashed #e4e4e4;
}

.irmList li a p {
    width: 80%;
}

.irmList li span {
    color: #999;
}

.irmList .title a {
    color: #232428;
}

.irmList .title,
.irmContactUs .title {
    font-size: 20px;
    color: #232428;
    display: flex;
    font-weight: normal;
    justify-content: space-between;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 16px;
}

.enterIrm {
    width: 270px;
    height: 48px;
    line-height: 46px;
    text-align: center;
    font-size: 16px;
    border: 1px solid #232428;
    color: #232428;
    display: block;
    margin: 42px auto 20px;
}

.noticContent {
    display: flex;
    justify-content: space-between;
    margin-bottom: 42px;
}

.noticContent>div {
    width: 582px;
}

.irmImg {
    display: flex;
    justify-content: space-between;
    margin-bottom: 42px;
}

.irmImg a {
    width: 582px;
    height: 116px;
}

.irmImg a img {
    width: 100%;
    height: 100%;
}

.irmContactUs {}

.irmContactInfo {
    display: flex;
    justify-content: space-between;
    padding-top: 32px;
    font-size: 14px;
    padding-bottom: 38px;
}

.irmContactInfo p {
    padding-bottom: 30px;
    display: flex;
}

.irmContactInfo p span {
    width: 88px;
}

.irmContactInfo p .addrs {
    width: 80%;
}

.irmContactInfo p:last-child {
    padding-bottom: 0;
}

.irmContactInfo .companyAddr {
    width: 656px;
    border-right: 1px solid #e4e4e4;
}

.contactPhone {
    flex: 1;
    padding-left: 82px;
}

.irmContactInfo .contactPhone p span {
    width: 160px;
}

.irmNewsList {
    width: 912px;
    padding: 0 32px 32PX;
    float: right;
    background: #fff;
}

.loadMore {
    width: 210px;
    height: 48px;
    text-align: center;
    line-height: 46px;
    border: 1px solid #232428;
    margin: 42px auto 0;
    cursor: pointer;
}

.downLoadProductTitle {
    font-size: 30px;
    color: #000;
    text-align: center;
    padding: 20px 0;
    margin-top: 20px;
    font-weight: bold;
}

.socialMain {
    padding-top: 54px;
    font-size: 14px;
    color: #232428;
    line-height: 30px;
}

.socialTitle {
    font-size: 32px;
    line-height: 32px;
    padding-bottom: 24px;
}

.fundBig {
    /* width: 1200px; */
    /*height: 771px; height: 524px;*/
    width: 100%;
    height: 835px;
    margin-top: 54px;
    /*padding: 368px 34px 0;*/
    /* padding: 620px 34px 0; */
}

.fundText {
    position: absolute;
    bottom: 8%;
    left: 3%;
    right: 3%;
}

.socialMain .fund {
    margin-bottom: 28px;
    position: relative;
    box-sizing: border-box;
}

.socialMain .fund img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* height: 100%; height: 100%; */
    left: 0;
    top: 0;
    z-index: -2;
}

.socialMain .fund .fundTitle {
    font-size: 24px;
    color: #fff;
    margin-bottom: 18px;
    line-height: 24px;
}

.fundBref {
    font-size: 14px;
    color: #fff;
    margin-bottom: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    line-height: 22px;
}

.fundMore {
    text-decoration: underline;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
}

.fundMore a {
    color: #fff;
}

.fbg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.25);
    z-index: -1;
}

.fundSmall {
    /* width: 586px; */
    width: 100%;
    height: 422px;
    /* padding: 278px 34px 0; */
}

.fundList {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 124px;
}

.searchProductTtitle {
    font-size: 30px;
    color: #333;
    text-align: center;
    padding: 60px 0 40px;
    font-weight: 500;
}

.scrollPruductList {
    width: 1300px;
    /* overflow: hidden; */
    position: relative;
    /* padding-bottom: 48px; */
    /* border:1px solid red; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
}

.scrollPruductList .hd {
    height: 32px;
    display: flex;
    position: absolute;
    width: 1300px;
    /* width: 1350px;
    left: -40px; */
    /* top: 200px; */
    justify-content: space-between;
}

.scrollPruductList .hd .prev,
.scrollPruductList .hd .next {
    display: block;
    width: 50px;
    height: 50px;
    /* width: 32px;
    height: 32px; */
    /* float: right;
    margin-right: 5px;
    margin-top: 10px; */
    cursor: pointer;
}

.scrollPruductList .hd .next {
    margin-left: 20px;
}

.scrollPruductList .hd .prev {
    background-position: 0 -50px;
    margin-right: 20px;
}

.scrollPruductList .hd .prevStop {
    background-position: -60px 0;
}

.scrollPruductList .hd .nextStop {
    background-position: -60px -50px;
}

.scrollPruductList .hd ul {
    float: right;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
    zoom: 1;
}

.scrollPruductList .hd ul li {
    float: left;
    width: 9px;
    height: 9px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    background: url("https://www.edifier.com/css/images/icoCircle.gif") 0 -9px no-repeat;
}

.scrollPruductList .hd ul li.on {
    background-position: 0 0;
}

.scrollPruductList .bd {
    /* padding: 30px 0; */
    position: relative;
    height: 480px;
    overflow: hidden;
    /* width: 1200px; */
    width: 1160px;
    display: flex;
    align-items: center;
}

.scrollPruductList .bd ul {
    overflow: hidden;
    zoom: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;

}

.scrollPruductList .bd ul li {
    /* margin: 0 5px; */
    /* float: left; */
    _display: inline;
    overflow: hidden;
    text-align: center;
    position: relative;
    width: 232px;
    /* width: 240px; */
    /* width: 231px; */
    /* padding:0 10px; */
    /* margin-right: 20px;
    border:1px solid red; */
}


.scrollPruductList .bd ul li .pic {
    text-align: center;
}

.scrollPruductList .bd ul li .pic img {
    display: block;
    padding: 0 8px;
    width: 100%;
}

.scrollPruductList .bd ul li .pic a:hover img {
    border-color: #999;
}

.scrollPruductList .bd ul li .title {
    line-height: 24px;
    position: absolute;
    top: 40px;
    left: 30px;
    /* right: 14px; */
    z-index: 10;
    /* font-size: 36px; */
    font-weight: bold;
    /* color: #fff; */
    font-size: 24px;
    color: #333;
}


/* .scrollPruductList .bd ul li  {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
} */

.scrollPruductList .bd ul li a {
    color: #fff;
}

.scrollPruductList .bd ul li .onMain {
    display: none;
}

.scrollPruductList .bd ul li:hover .onMain {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 160, 234, 0.7); */
    background-color: rgb(0 0 0 / 40%);
    padding: 30px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    font-size: 16px;
    color: #fff;
    line-height: 38px;
    backdrop-filter: blur(6px);
}

.scrollPruductList .bd ul li:hover .title {
    color: #fff;
}

.searchProductsTitle {
    font-size: 20px;
    color: #232428;
    width: 1200px;
    margin: 0 auto;
    padding-top: 42px;
}

.searchProductsTitle span {
    color: #00a4eb;
}

.searchProducts .price {
    text-decoration: underline;
}

.downLoadMain table {
    border-collapse: collapse
}

.downLoadMain table thead {
    background: #f1f1f1;
    line-height: 64px;
    font-size: 24px;
    color: #232428;
}

.downLoadMain table thead th {
    font-weight: normal;
    border: 1px solid #e4e4e4;
}

.downLoadMain {
    padding-bottom: 42px;
}

.downLoadMain table td {
    border: 1px solid #e4e4e4;
    height: 76px;
}

.productState {
    width: 794px;
}

.productOperation {
    width: 416px;
}

.pdfstate {
    text-indent: 68px;
}

.pdfbtn {
    text-align: center;
}

.pdfbtn img {
    display: inline-block;
}

.downLoadMain table {
    display: none;
}

.downLoadMain table.on {
    display: block;
}

.pdfbtn div {
    width: 132px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #F49D1B;
    font-size: 16px;
    color: #fff;
    margin: 0 auto;
    cursor: pointer;
}

.aboutArticle {
    padding-top: 68px;
    padding-bottom: 60px;
}

.aboutArticle .aboutTitle {
    font-size: 42px;
    color: #232428;
    margin-bottom: 40px;
}

.aboutArticle .text {
    line-height: 26px;
}

.aboutArticle p {
    margin-bottom: 16px;
}

.bigEvent {
    text-align: center;
    padding-top: 68px;
}

.bigEventTitle {
    font-size: 42px;
    padding-bottom: 12px;
    color: #232428;
}

.bigEventBref {
    font-size: 14px;
    color: #666;
    padding-bottom: 42px;
}

.eventList {
    width: 809px;
    margin: 0 auto;
    padding: 72px 0 250px;
    position: relative;
}

.eventList::after {
    content: "";
    width: 1px;
    height: 100%;
    background: #bababa;
    left: 50%;
    top: 0;
    position: absolute;
}

.eventList ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.eventList li {
    width: 404px;
    padding-right: 42px;
    margin-bottom: 96px;
}

.eventList li .year {
    font-size: 20px;
    color: #F49D1B;
    padding-left: 18px;
    position: relative;
    font-weight: bold;
    padding-bottom: 16px;
}

.eventList li:nth-of-type(2n) {
    padding-left: 42px;
    padding-right: 0;
    position: relative;
    top: 182px;
}

.eventList li .year::after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #000;
    position: absolute;
    left: 0;
    top: 8px;
}

.eventList li p {
    line-height: 26px;
    font-size: 14px;
    color: #232428;
}

.eventList li img {
    max-width: 356px;
    margin-top: 18px;
}

.seeMore {
    position: absolute;
    left: 50%;
    bottom: 50px;
    font-size: 14px;
    color: #F49D1B;
    transform: translateX(-50%);
    background: #fff;
    z-index: 1;
    height: 30px;
    line-height: 30px;
    text-decoration: underline;
    cursor: pointer;
}

.companyHorner {
    width: 100%;
    height: 688px;
    background: url('../image/horner.jpg') center center no-repeat;
    background-size: cover;
    margin-bottom: 42px;
}

.companyHorner h2 {
    padding-top: 76px;
    padding-bottom: 110px;
    font-size: 42px;
    text-align: center;
}

.timeline-horizontal .timeline-dots li {
    height: 60px;
    line-height: 60px;
}

.timeline {
    padding-top: 60px;
}

.searchContentInput {
    /* width: 732px;
    height: 64px;
    border-radius: 32px;
    background: #fff;
    margin: 126px auto 50px;
    outline: none;
    position: relative; */
}

.closeSearchMask {
    position: absolute;
    right: -100px;
    top: -100px;
    cursor: pointer;
    font-size: 30px;
}

.searchContentInput input {
    /* border: none;
    width: 732px;
    height: 64px;
    text-indent: 30px;
    border-radius: 32px;
    font-size: 18px; */
}

.searchContentList {
    width: 732px;
    margin: 20px auto;
}

.searchContentList ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
    border-bottom: 1px solid #f0f0f0;
}

.searchContentList ul li {
    margin-right: 40px;
    width: 216px;
    /* margin-bottom: 40px; */
    transition: all 1s;
    opacity: 0;
}

.searchContentList ul li a {
    font-size: 20px;
    color: #666;
    text-align: center;
}

.searchContentList ul li .imgcontent {
    width: 216px;
    /* height: 216px;
    display: flex; */
}

.searchContentList ul li .product_item_text {
    text-align: left;
}

.searchContentList ul li img {
    /* margin-bottom: 20px; */
    max-height: 100%;
    max-width: 100%;
}

.searchContentList ul li:nth-of-type(3n) {
    margin-right: 0;
}

.tjSearchProduct {
    font-size: 14px;
    color: #999;
    margin-bottom: 20px;
}

.searchContentList dl,
.search-no dl {
    display: flex;
    /* width: 723px; */
    /* margin: 0 auto; */
    flex-wrap: wrap;
    font-size: 14px;
}

.searchContentList dl dd,
.search-no dl dd {
    border: 1px solid #999;
    border-radius: 30px;
    display: flex;
    margin-right: 20px;
    margin-bottom: 20px;
    /* animation: anim 1s linear infinite; */
    /* transform: translate(-100px,-100px) rotate(123deg); */
    transition: all 1s;
    opacity: 0;
}

#hotsearchdl dd {
    opacity: 1;
}

.searchContentList dl dd:hover,
.search-no dl dd:hover {
    border: 1px solid #F49D1B;
}

.searchContentList dl a,
.search-no dl a {
    /* padding: 11px 32px; */
    padding: 8px 20px;
    color: #666;
    display: block;
}

.searchKeywordList,
.searchKeywordList-mobile {
    position: absolute;
    left: 0;
    width: 100%;
    background: #fff;
    top: 62px;
    display: none;
    padding: 20px 30px;
    font-size: 18px;
    z-index: 1;
    border-radius: 20px;
    box-shadow: 0px 3px 5px 1px rgb(0 0 0 / 30%);
    padding-top: 40px;
}

.searchInputIcon,
.searchInputIcon-mobile,
.searchNewInputIcon {
    position: absolute;
    right: 28px;
    top: 23px;
    cursor: pointer;
    z-index: 10;
}

.searchKeywordList .title,
.searchKeywordList-mobile .title {
    padding-bottom: 20px;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 28px;
    font-size: 12px;
    color: #999;
}

.searchKeywordList .title span,
.searchKeywordList-mobile .title span {
    color: #F49D1B;
}

.searchKeywordList ol,
.searchKeywordList-mobile ol {
    max-height: 320px;
    overflow: auto;
}

.searchKeywordList ol li,
.searchKeywordList-mobile ol li {
    margin-bottom: 20px;
}

.searchKeywordList ol li a,
.searchKeywordList-mobile ol li a {
    color: #333;
    font-size: 16px;
    display: block;
}

.searchKeywordList ol li a:hover,
.searchContentList ul li a:hover,
.searchContentList dl dd a:hover {
    color: #F49D1B;
}

.searchKeywordList .border2,
.searchKeywordList-mobile .border2 {
    display: block;
    width: 0;
    height: 0;
    border-width: 0 16px 16px 16px;
    border-style: solid;
    position: absolute;
    left: 8%;
    top: -16px;
    border-color: transparent transparent #F6F6F6 transparent;
}

.searchKeywordList .border2 em,
.searchKeywordList-mobile .border2 em {
    display: block;
    width: 0;
    height: 0;
    border-width: 0 14px 14px 14px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    top: 3px;
    left: -14px;
}

.netWorkTitle {
    padding-top: 60px;
    width: 1200px;
    font-size: 32px;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 42px;
    border-bottom: 1px solid #e4e4e4;
}

.newworkContent {
    padding-bottom: 42px;
}

.netWorkSelect {
    padding: 26px 14px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
}

.netWorkSelect select {
    width: 150px;
    height: 40px;
    text-indent: 10px;
    font-size: 16px;
    border-radius: 3px;
    color: #232428;
    border: 1px solid #e4e4e4;
}

.searchMask {
    /* width: 100%;
    height: calc(100vh - 68px);
    position: fixed;
    display: none;
    z-index: 200;
    padding-bottom: 30px;
    box-sizing: border-box;
    left: 0;
    top: 68px;
    background: #f1f1f1;
    overflow: auto;
    z-index: 10000; */
    width: 100%;
    /* height: calc(100vh - 68px); */
    position: fixed;
    display: none;
    left: 0;
    top: 68px;
    overflow: auto;
    box-sizing: border-box;
    background: #fff;
    z-index: 1100;

}

.topics_black {
    background: #000;
}

.topics_black .product .product_wrapper .desc .product-tag ul li {
    color: #ccc !important;
    font-size: 14px;
}

.topics_black .gc-display-area {
    background: #000;
}

.topics_black .product .product_wrapper .desc .product-title {
    color: #ccc;
}

.topics_black .product {
    background: #000;
}

.topics_black .product .product_wrapper .desc p,
.topics_black .product .product_wrapper .desc span {
    color: #ccc !important;
}

.topics_black .productImgList {
    background: #000;
    color: #ccc;
}

.topics_black .product .product_wrapper .desc .product-price .md {
    color: red !important;
}

.topics_black .productParamszh .bref,
.topics_black .productParamszh .title,
.topics_black .pricezh span,
.topics_black .pricezh .promise {
    color: #ccc;
}

.topics_black .pricezh {
    color: #ff0000
}

.topics_black .productInfoParams {
    color: #ccc;
    background: #000;
    padding: 20px 10%;
}

.topics_black .productInfoParams ul li:nth-child(odd) {
    color: #ccc;
    background: #000;
}

.topics_black .list {
    padding: 20px;
    width: 40%;
    max-width: 650px;
    box-sizing: border-box;
}

.productInfoParams ul {
    max-width: 550px;
}

/* 视频播放功能，同社区引流----开始 */
video:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

.cover,
.technology_cover {
    display: none;
    z-index: 999;
    left: 0px;
    top: 0px;
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    overflow: hidden;
}

.close-btn {
    position: absolute;
    top: -33px;
    right: 8px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
    transition: all .2s;
    z-index: 10;
    border-radius: 15px;
    /* background: #dfDFDF; */
    background-image: url('//cdn.xuansiwei.com/yangg11554/1756348532254/eb5f57_r__128-128_.png?x-oss-process=style/png_small');
    background-size: 100%;
    color: #fff;
    font-size: 12px;
}

/* 中间样式 */
.video-div {
    position: fixed !important;
    top: 50%;
    left: 50%;
    width: 960px;
    height: 540px;
    margin-top: -280px;
    margin-left: -480px;
    box-shadow: 0 18px 30px rgba(0, 0, 0, .18);
    z-index: 1050;
    background-color: #fff;
    outline: none;
    /* overflow: hidden; */
}

.code-div {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-around;
    padding-top: 50px;
    width: 98%;
}

.img-word {
    text-align: center;
    font-weight: 300;
    color: #6A6F72;
    font-size: 14px;
    padding: 27px 15px 0 15px;
}

.desc {
    padding-top: 111px;
    font-size: 18px;
    font-weight: 300;
    color: #000000;
    width: 98%;
}

.step-div {
    display: flex;
    padding-top: 148px;
    align-items: center;
    justify-content: center;
    justify-content: space-around;
    padding-bottom: 148px;
}

.step-desc {
    padding-top: 37px;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    color: #6A6F72;
}

.community-img-span {
    position: absolute;
    display: inline-block;
    transform: translateX(-50%);
    width: 65px;
    height: 65px;
    z-index: 10;
    background-image: url('../image/video-play.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    text-align: center;
    cursor: pointer;
    top: 45%;
    left: 50%;
    bottom: 0;
    right: 0;
}