.width-1440 {
    width: 1440px;
}

.width-b-28 {
    width: 28%;
}

.width-b-30 {
    width: 30%;
}

.width-b-364 {
    width: 36.4%;
}

.width-b-38 {
    width: 38%;
}

.width-b-40 {
    width: 40%;
}

.width-b-455 {
    width: 45.5%;
}

.width-b-50 {
    width: 50%;
}

.width-b-55 {
    width: 55%;
}

.width-b-65 {
    width: 65%;
}

.width-b-100 {
    width: 100%;
}

.pub-margin-t-50 {
    margin-top: 50px;
}

.pub-margin-t-60 {
    margin-top: 60px;
}

.pub-margin-t-70 {
    margin-top: 70px;
}

.pub-margin-lr-auto {
    margin-left: auto;
    margin-right: auto;
}

.pub-bg-grey {
    background: #f8f8f8;
}

/*通用灰纸白字按钮*/
.pub-grey-btn {
    width: 126px;
    padding-left: 12px;
    height: 26px;
    line-height: 26px;
    background: #6e6e6e url(../images/icon_more.png) no-repeat 115px center;
    display: block;
    color: #fff;
    font-size: 12px;
    margin-top: 20px;
}

.pub-grey-btn:hover {
    background-image: url(../images/icon_morea.png);
    color: #909090;
    text-decoration: none;
    background-color: #eee;
}

/*导航*/
.product-nav-main {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.product-nav-main .product-a {

    margin-bottom: 40px;
    width: 16%;
}

.product-nav-main .product-a a {

    display: flex;
    flex-direction: row;
    align-items: center;
}

.product-nav-main .product-a img {
    display: block;
    width: 50px;
}

.product-nav-main .product-a span {
    padding-left: 10px;
    display: block;
    font-size: 14px;
}

/*图片在上面，文字在下面*/
.product-nav-main .product-b {
    width: 65px;
    margin-bottom: 40px;
    margin-right: 90px;
}

.product-nav-main .product-b:nth-of-type(7) {
    width: 85px;
    margin-bottom: 40px;
    margin-right: 70px;
}

.product-nav-main .product-b a {

    display: flex;
    flex-direction: column;
    align-items: center;
}

.product-nav-main .product-b img {
    display: block;
    width: 65px;
}

.product-nav-main .product-b span {
    display: block;
    font-size: 16px;
    padding-top: 10px;
}

.two-img-main {
    display: flex;
    justify-content: space-around;
}

.two-img-main .two-item {

}

.nav-product-right-img {
    height: 320px;
}

/*栏目页banner（单张图）*/
.diy-family {
    font-family: PuHuiTi;
}

#div_banner {
    font-family: PuHuiTi;
}

.feng-default-banner {
    display: block;
    margin-top: 70px;
    position: relative;
}
.feng-default-banner .a-link{
    position: absolute;
    bottom: 0;
    height: 70px;
    width: 100%;
}
/*.feng-default-banner .photo {*/
/*    width: 100%;*/
/*    height: 740px;*/
/*}*/
/*.feng-default-banner .photo img{*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: cover;*/
/*}*/

.feng-default-banner .content {
    padding: 50px 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*通用banner单张图片 文字区域在下方*/
.feng-default-banner .content-left-down {
    padding: 50px 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    box-sizing: border-box;
    align-items: end;
    justify-content: center;
}

.feng-default-banner .content-left-down .inner {
    width: 1440px;
    margin-bottom: 50px;
}

.feng-default-banner .content-left-down .inner .cn {
    font-size: 36px;
}

.feng-default-banner .content-left-down .inner .en {
    margin-top: 40px;
    font-size: 32px;
}

.feng-default-banner .content .content-inner {
    width: 1440px;
}

.feng-default-banner .content .content-inner.white {
    color: #cfcebd;
}

.feng-default-banner .content .content-inner .unitTitle {
    font-size: 32px;
    display: inline-block;
    margin-right: 20px;
}

.feng-default-banner .content .content-inner .text {
    margin-top: 30px;
    width: 33%;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.5px;
}

/*品牌简介 内容*/
.feng-default-main .contain_right .container {
    display: flex;
    justify-content: space-between;
    font-family: PuHuiTi;

}

.feng-default-main .contain_right .container .content {
    width: 43%;
}

.feng-default-main .contain_right .container .content .slogan {
    color: rgba(0, 0, 0, 0.2);
    line-height: 1;
}

.feng-default-main .contain_right .container .content .sloganDec {
    font-size: 60px;
}

.feng-default-main .contain_right .container .content .title {
    margin: 40px 0 20px 0;
    font-size: 24px;
}

.feng-default-main .contain_right .container .content .sub {
    margin-top: 30px;
}

.feng-default-main .contain_right .container .content .paragraphTitle {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.5px;
}

.feng-default-main .contain_right .container .content .text {
    margin-top: 15px;
}

.feng-default-main .contain_right .container .content .paragraphText {
    line-height: 1.8;
    letter-spacing: 0.5px;
    font-size: 14px;
    font-weight: 400;
}

.feng-default-main .contain_right .container .photo {
    width: 50%;
}

/*品牌淬炼*/
.about-brand-refinement {
    font-family: PuHuiTi;
}

.about-brand-refinement .title-block {

}

.about-brand-refinement .blockTitle-t {
    padding: 5px;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0.5px;
}

.about-brand-refinement .blockSubtitle {
    padding: 5px;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0.5px;
}

.about-brand-refinement .sub {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.5px;
}

.about-brand-refinement .itemTitle-wm {
    margin-top: 20px;
    font-weight: 400;
}

.about-brand-refinement .text {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.5px;
}

.about-brand-refinement .scroller-block {
    padding-top: 50px;
    padding-bottom: 30px;
    overflow-x: scroll;
}

/*横向滚动条位置*/
.about-brand-refinement .scroller-block::-webkit-scrollbar {
    /*padding-top: 10px;*/

}

.about-brand-refinement .wrapper {
    display: flex;
}

.about-brand-refinement .scroller-block .item {
    align-items: center;
    width: 150px;
    display: flex;
    flex-direction: column;
}

/*鼠标移入后效果*/
.about-brand-refinement .item:hover .photo:after {
    transform: scale(1);
    opacity: 1;
}

.about-brand-refinement .photo:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    background: #fff;
    border-radius: 100%;
    -webkit-box-shadow: 5px 5px 25px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 25px 0px rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    transform: scale(0);
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    content: "";
}

.about-brand-refinement .scroller-block .photo {
    position: relative;
    width: 100%;
    max-width: 110px;
    overflow: visible;
}

.about-brand-refinement .tag {
    margin-top: 20px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    background: #4B4B4B;
    width: 150px;
    height: 30px;
    clip-path: polygon(95% 0, 100% 50%, 95% 100%, 0% 100%, 5% 50%, 0% 0%);
}

.about-brand-refinement .tag:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: #4179E9;
    height: 100%;
    width: 0;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
    content: "";
}

.about-brand-refinement .item:hover .tag:before {
    width: 100%;
}

.about-brand-refinement .decTitle {
    z-index: 1;
}

/*企业信念*/
.about-belief {
    font-family: PuHuiTi;
}

.about-belief .content-block {
    display: flex;
}

.about-belief .content-block .logo-outer {
    width: 34%;
}

.about-belief .content-block .logo-outer .bg {
    position: sticky;
    top: 30vh;
    max-width: 517px;
    width: 100%;
}

.about-belief .content-block .logo-outer .logo-svg {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

.about-belief .content-block .logo-outer .logo-svg svg {
    width: 100%;
    height: 100%;
}

.about-belief .content-block .logo-outer .letter {
    -webkit-transition: fill 0.4s;
    transition: fill 0.4s;
}

.about-belief .content-block .logo-outer .letter.active {
    fill: #4179E9;
}

.about-belief .content-block .item-outer {
    width: 66%;
    padding-left: 80px;
}

.about-belief .content-block .item-outer .item:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.about-belief .content-block .item-outer .item {
    padding: 30px 0;
}

.about-belief .content-block .item-outer .item .title {
    margin: -5px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.about-belief .content-block .item-outer .item .title p:not(:last-child) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.about-belief .content-block .item-outer .item .title p {
    padding: 5px 0;
    color: #D9D9D9;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
    font-size: 20px;
}

.about-belief .content-block .item-outer .item.active .title p {
    color: #4179E9;
}

.about-belief .content-block .item-outer .item .title p:not(:last-child):after {
    margin: 0 20px;
    display: block;
    background: #D9D9D9;
    border-radius: 100%;
    width: 5px;
    height: 5px;
    content: "";
}

.about-belief .content-block .item-outer .item .text {
    margin-top: 20px;
    color: #4B4B4B;
}

.about-belief .content-block .item-outer .paragraphText {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.5px;
}

/*和成关怀*/
.company_cares {

}

.company_cares .care-block {
    display: flex;
    justify-content: space-between;
}

.company_cares .content {
    width: 45%;
}

.company_cares .content .sloganSubtitle {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.5px;
}

.company_cares .content .text {
    margin-top: 30px;
}

.company_cares .content .paragraphText {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.5px;
}

.company_cares .photo {
    width: 30%;
}

.company_cares .intro-block {
    padding: 100px 0;

}

.company_cares .intro-block .title-block {
    margin-bottom: 50px;
    font-size: 30px;
}

.company_cares .intro-block .item-outer {
    display: flex;
    flex-wrap: wrap;
}

.company_cares .intro-block .item {
    padding: 20px;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    counter-increment: num;
}

.company_cares .intro-block .photo {
    width: min(210px, 10.93755vw);
    height: min(210px, 10.93755vw);
    mask-image: url("/cn/images/new2025/hcg_cares_bg.png");
    -webkit-mask-image: url("/cn/images/new2025/hcg_cares_bg.png");
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
}

.company_cares .intro-block .photo img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    width: auto;
    height: 100%;
}

.company_cares .intro-block .content {
    width: calc(100% - 11.19792vw - 2.70833vw);
    margin-left: auto;
}

.company_cares .intro-block .itemTitle-wm {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.5px;
}

.company_cares .intro-block .content .title:before {
    margin-right: 20px;
    color: #4179E9;
    content: counter(num, decimal-leading-zero);
}

.company_cares .intro-block .content .text {
    padding: 20px 0;
    margin-top: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.company_cares .intro-block .paragraphText {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.5px;
}

/*新闻资讯*/
.pub_news_list_li {
    display: flex;
}

.pub_news_list_li .date {
    width: 205px;
    flex-shrink: 0;
    display: flex;
    align-items: flex-start;
    justify-content: left;
}

.pub_news_list_li .date .date-main {
    width: 105px;
    height: 105px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 100%;
    background: #fff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.pub_news_list_li .date .date-main .day {
    margin-bottom: 5px;
    font-size: 36px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
}

.pub_news_list_li .date .date-main span {
    font-size: 14px;
    font-weight: 400;
}

.pub_news_list_li .content {
    display: flex;
    justify-content: space-between;
    flex: 1;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 60px;
}

.pub_news_list_li .content .info {
    width: 60%;
    flex-shrink: 0;
}

.pub_news_list_li .content .pic-main {
    width: 30%;
    flex-shrink: 0;
}

.pub_news_list_li .content h3 a {
    font-size: 18px;
}

.pub_news_list_li .content h3 a:hover {
    color: #4179E9;
    text-decoration: none;
}

.pub_news_list_li .content .con {
    font-size: 14px;
}

.pub_news_list_li .content .more {
    margin-top: 30px;
}

/*视频欣赏*/
.pub-video-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pub-video-main .item {
    width: 32%;
    margin-bottom: 50px;
}

.pub-video-main .item .poster {
    position: relative;
    cursor: pointer;
}
/*鼠标移入后背景变暗*/
.pub-video-main .item .hover-img:hover::after {
    opacity: 1;
}
.pub-video-main .item .hover-img::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: all 0.4s;
}
.pub-video-main .item .hover-img .c-play {
    height: 70% !important;
    width: auto !important;
}

.pub-video-main .item .hover-img .play {
    height: 100% !important;
    width: auto !important;
}

#video .pub-video-main .item .poster::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: all 0.4s;
}

.pub-video-main .item .poster .c-play {
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 6;
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.4s;
}

.pub-video-main .item .poster .play {
    width: 20px;
    height: 20px;
}

#video .pub-video-main .item .poster:hover::after {
    opacity: 1;
}

.pub-video-main .item .poster:hover .c-play {
    opacity: 1;
}

.pub-video-main .item .poster .img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.pub-video-main .item p {
    margin-top: 20px;
    font-size: 16px;
}

/*flex item 占位符*/
.data-item {
    height: 0;
    margin-bottom: 0;
    border: 0;
    padding: 0;
}

/*视频弹出层*/
.videoAlt {
    display: none;
}

.baseAlt {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    overflow: hidden;
}

.baseAlt .bag {
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: .5;
}

.videoAlt .cont {
    background-color: #ffffff;
    border-radius: .1rem;
    width: 9.9rem;
    max-width: 90%;
}

.baseAlt .cont {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 800px;
    max-width: 90%;
    background-color: #f8f8f8;
    border-radius: .2rem;
}

.videoAlt .cont .f_vidoe {
    width: 100%;
    border-radius: .1rem .1rem 0 0;
    background: #000;
}

.public-img {
    display: block;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.videoAlt .cont .f_vidoe:before {
    padding-top: 55.35353535%;
    padding-top: 0;
}

.public-img::before {
    content: "";
    display: block;
    position: relative;
    z-index: 0;
    padding-top: 100%;
}

.videoAlt .cont .f_vidoe video {
    position: relative;
    max-height: 80vh;
    width: 100%;
    object-fit: contain;
    display: block;
    font-size: 0;
    border: 0;
    outline: none;
}

.videoAlt .cont .font {
    padding: 16px 32px;
    text-align: center;
}

.font18 {
    font-size: 18px;
    line-height: calc(28 / 18);
}

.baseAlt .cont .f_close {
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999999;
    transition: all .4s;
    position: absolute;
    right: -60px;
    top: -20px;
    cursor: pointer;
    border-radius: 50%;
}

.baseAlt .cont .f_close img, .baseAlt .cont .f_close svg {
    width: 34.48275862%;
    height: 34.48275862%;
    object-fit: contain;
}

/*荣誉证书*/

#about_rongyu .pub-video-main .item {
    width: 19%;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;

}

#about_rongyu .pub-video-main .item .poster {
    background: #ededed;
    padding: 20px;
    height: calc(100% - 24px);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: unset;
}

#about_rongyu .pub-video-main .item .poster a {
    display: block;
}

#about_rongyu .pub-video-main .item .poster .img {
    height: auto;
}

#about_rongyu .pub-video-main .item p {
    height: 24px;
}

#about_rongyu .pub-video-main .item .poster .img:hover {

    box-shadow: 2px 2px 2px 1px #b7b7b7;
}

/*电子型录*/
#about_xinglu {

}

#about_xinglu .pub-video-main .item .poster::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: all 0.4s;
}

#about_xinglu .pub-video-main .item .poster:hover::after {
    opacity: 1;
}

#about_xinglu .pub-video-main .item {
    width: 24%;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#about_xinglu .pub-video-main .item .poster {


    height: calc(100% - 24px);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: unset;
}

#about_xinglu .pub-video-main .item .poster a {
    display: block;
    height: 100%;
    width: 100%;
}

#about_xinglu .pub-video-main .item .poster .img {
    height: 100%;
    object-fit: cover;
}

#about_xinglu .pub-video-main .item p {
    height: 24px;
}

#about_xinglu .pub-video-main .item a.down {
    width: 75px;
    padding-left: 15px;
    height: 26px;
    line-height: 26px;
    background: url(../images/dowmLoad.png) #6e6e6e no-repeat 70px center;
    display: block;
    color: #fff;
    font-size: 12px;
    margin-top: 20px;
}

#about_xinglu .pub-video-main .item .c-play {
    cursor: pointer;
}

#about_xinglu .pub-video-main .item .c-play:hover {
    scale: 1.1;
}

/*商品列表*/
.product-list-main {
    margin-left: 30px;
}

#MenuPro .DT_title {

}

#MenuPro .DT_title .iconfont {
    color: #cfcfcf;
}

#MenuPro .DT_title label {
    padding-left: 15px;
}

#MenuPro .DT_titlea {

}

#MenuPro .DT_titlea .iconfont {
    color: #cfcfcf;
}

#MenuPro .DT_titlea label {
    padding-left: 15px;
}

#MenuPro .sub dd {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

#MenuPro .sub dd label {
    padding-left: 15px;
    font-size: 14px;
    cursor: pointer;
}

#MenuPro .sub dd label:hover {
    color: #4179E9;
}

#MenuPro input[type=radio] {
    position: relative;
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    background: none;
    cursor: pointer;
    line-height: 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 15px;
    width: 15px;
    -webkit-appearance: none;
    border-radius: 3px;
}

#MenuPro input[type=radio]:before {
    content: "";
    position: absolute;
    right: calc(50% - 0.5px);
    top: calc(50% + 0.5px);
    width: 5px;
    height: 8px;
    border: solid #FFF;
    border-width: 0 1px 1px 0;
    margin: -1px -1px 0 -1px;
    -webkit-transform: rotate(45deg) translate(-50%, -50%);
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2;
}

#MenuPro input[type=radio]:checked {
    background: #4179E9;
    border: unset;
}

/*工程案例*/
.project-nav {
    margin: 0 auto;
}

.project-nav-main {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.project-nav-main span {
    display: inline-block;
    padding: 20px 30px;
}

.project-nav-main span a {
    font-size: 16px;
}

.project-nav-main span a.on {
    color: #4179E9;
}

.project-content-list {

}

/*自助报修*/
.nav-down-text {
    margin-top: 60px;
}

.nav-down-text .title {
    font-size: 34px;
    margin-bottom: 40px;
}

.nav-down-text .info {
    font-size: 16px;
}

.self-repair-text-main {
    padding: 50px 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
}

.self-repair-text {

}

.self-repair-item {
    display: flex;
    color: #fff;
    width: 50%;
}

.self-repair-item:first-of-type {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.self-repair-item:last-of-type {

}

.self-repair-item .left {
    width: 20%;
}

.self-repair-item .left p {
    font-size: 16px;
}

.self-repair-item .right {
    width: 80%;
}

.self-repair-item .right .title {
    font-size: 20px;
    margin-bottom: 25px;
}

.self-repair-item .right .info {
    font-size: 14px;
    margin-bottom: 15px;
}

.self-repair-item .right .info span {
    padding: 0 15px;
}

.self-repair-item .right .qr {

}

.self-repair-item .right .qr img {
    width: 100px;
}

#service_self_repair .feng-default-banner {
    margin-top: 50px;
}

/*保修条款*/
.servicecon ul li {
    position: relative;
}

.servicecon ul li span {
    padding-left: 20px;
    display: inline-block;
}

.servicecon ul li:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #5a5a5a;
    position: absolute;
    top: 12px;
}

/*.servicecon ul li{*/
/*  list-style: unset;*/
/*  list-style-type: disc;*/
/*  list-style-position: inside;*/
/*}*/
.columnname {
    text-align: center;
    font-size: 24px;
}

.columnname-p {
    background-color: #1F4777;
    color: #fff;
    padding: 14px 24px;
    display: inline-block;
}

.servicecon table tbody tr {
    height: 60px;
}

.servicecon table tbody tr:first-child {
    background-color: #ECECEC;
}

/*门店查询*/
#about_search_shop .search_form {
    display: flex;
    flex-wrap: wrap;
    justify-content: right;

}

.search-form-input-main {
    width: 100%;
    display: flex;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.infosearchtxt {
    display: block;
    font-size: 16px;

    width: 10%;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #ffffff;
    text-align: center;
    line-height: 40px;
    border-left: 1px solid #000000;
    box-sizing: border-box;
}

#span_nativeplace {
    position: relative;
    display: inline-block;
    width: 40%;
    height: 40px;
    background-color: #ffffff;
    font-size: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}

#nativeplace_top {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #fff url(../images/ico-arrow.png) no-repeat 94% center;
    text-indent: 10px;
    border: none;
    font-size: 15px;
    appearance: none;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari 和 Chrome */
    color: #8b8b8b;
}

#span_nativeplace_son {
    position: relative;
    display: inline-block;
    width: 40%;
    height: 40px;
    background-color: #ffffff;
    font-size: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}

#span_nativeplace_son #nativeplace_son {
    position: absolute;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #fff url(../images/ico-arrow.png) no-repeat 94% center;
    text-indent: 10px;
    border: none;
    font-size: 15px;
    appearance: none;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari 和 Chrome */
    color: #8b8b8b;
}

.welcome-text {
    width: 80%;
    margin-top: 50px;
    line-height: 45px;
    font-size: 18px;
}

.submit-search {
    margin-top: 50px;
    width: 20%;
}

.storeSearch .selectbtn {
    background: #000;
    height: 45px;
    line-height: 45px;
    text-align: center;
    width: 100%;
    font-size: 15px;
    color: #fff;
    cursor: pointer;
}

.select-city {
    border-left: 1px solid #000000;
    box-sizing: border-box;
}

.storeSearch {
    margin-top: 80px;
}

.storebox {
    padding: 0 0 35px;

}

.search-shop-main {
    padding: 100px 0;
}

/*技术支持*/
#technical_support_main .title {
    font-weight: 500;
}

#technical_support_main .info {
    font-size: 14px;
    color: #666666;
    margin-top: 15px;
}

#technical_support_main .right-down-icon {
    position: absolute;
    right: 20px;
    bottom: -20px;
    width: 28%;
}

#technical_support_main .right-down-icon img {
    border-radius: 50%;
    padding: 4px;
    background-color: #ffffff;
    width: 100%;

}

#technical_support_main .item .poster {
    cursor: unset;

}

/*自媒体*/



#contact_we_media .pub-video-main .item {
    width: 24%;

}

.we-media-link {

    margin-top: 20px;

}

.we-media-link:hover {
    text-decoration: none;
}

/*商务洽谈*/
#contact_talk {

}

#contact_talk .pub-top-0 {
    margin-top: 0;
}

#contact_talk .talk-info {
    color: #8e8e8e;
}

/*网上商城*/
#contact_mall {

}

#contact_mall .pub-video-main .item {
    width: 48%;

}

/*首页*/
.flex-column {
    flex-direction: column;
}

.pub-index-title {
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 24px;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 30px;
}

.pub-index-title .cn {

}

.pub-index-title .en {
    margin-top: 20px;
    font-size: 22px;
}

#index_content {

}

#index_content .product-nav-main {
    margin-top: 0;
    display: block;
}

#index_content .product-nav-main .product-b img {
    width: 100px;
}

#index_content .product-nav-main .product-b {
    width: calc(100% / 8);
    margin-bottom: 20px;
    margin-right: 0;
}

#index_content .product-nav-main .product-b a {
    align-items: flex-start;
}

#index_content .product-nav-main .product-b a:hover {
    color: #4179E9;
}

#index_content .product-nav-main .product-b span {
    width: 100px;
    text-align: center;
}

#index_content .product-nav-main .product-b a:hover {
    text-decoration: none;
}

.pub-index-new-products-one {
    background-image: url("/uploads/allimg/210819/2_0939256981.jpg");
}

.pub-index-new-products-two {
    margin-top: 20px;
    background-image: url("/cn/images/index/new_product_two.jpg");
}

#index_content .pub-index-new-products-one .Main .divCont {

}

#index_content .pub-index-new-products-two .Main .divCont {
    left: -40px;
}

#index_content {

}

#index_content .pub-index-news-main .content {
    display: flex;
    justify-content: space-between;
    padding-bottom: 60px;
}

#index_content .pub-index-news-main .content .info {
    width: 48%;
    flex-shrink: 0;
    position: relative;
}

#index_content .pub-index-news-main .content h3 a {
    font-size: 18px;
}

#index_content .pub-index-news-main .content .con {
    font-size: 14px;
}

#index_content .pub-index-news-main .content .more {
    position: absolute;
    bottom: 0;
}

#index_content .pub-index-news-main .casemore {
    width: 126px;
    padding-left: 12px;
    height: 26px;
    line-height: 26px;
    background: #6e6e6e url(../images/icon_more.png) no-repeat 115px center;
    display: block;
    color: #fff;
    font-size: 12px;
}

#index_content .pub-index-news-main .content .pic-main {
    width: 400px;
    flex-shrink: 0;
}

#index_content .pub-index-news-main .pic {
    width: 100%;
    height: 200px;
    display: block;
    overflow: hidden;
    text-align: center;
}

#index_content .pub-index-news-main .pic img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.pub-index-follow-us-main {

}

#index_content .pub-index-follow-us-main .pub-video-main .item {
    width: 23%;
}

/*品牌历程*/

/*企业简介*/
#company_profiles{

}
#company_profiles .contain_right{
    padding-left: 180px;
}
#company_profiles .contain_right .title{
    font-size: 28px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 1px;
}
#company_profiles .contain_right .text{

    margin: 30px 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 1px;
}
#company_profiles .contain_right img{
    display: block;
    width: 100%;
    margin: 40px 0;
}
#company_profiles .contain_right .line{
    width: 100%;
    height: 1px;
    background: #e3e3e3;
    margin: 60px 0;
}
#company_profiles .contain_right .ul{
    display: flex;
    flex-wrap: wrap;
    margin: 40px 0;
    justify-content: space-between;
}
#company_profiles .contain_right .ul li{
    width: 30%;

    padding-top: 30px;
    border-top: 1px solid #eaeaea;
    margin-top: 30px;
}
#company_profiles .contain_right .ul li b{
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 1px;
    font-weight: unset;
}
#company_profiles .contain_right .ul li img{
    height: 170px;
    object-fit: cover;
}
#company_profiles .contain_right .ul li span{
    font-size: 14px;

}

/*保修政策*/
#about_guarantee{

}
#about_guarantee h2.culumnName{
    font-weight: 600;
}
#about_guarantee .h2-item-title{
    font-size: 20px;
    margin: 30px 0;
    font-weight: 600;
}
#about_guarantee .h2-item-ul{

}
#about_guarantee .h2-item-ul li{
    font-size: 16px;
    margin: 20px 0;
    list-style-type: disc;
}
#about_guarantee .h2-item-ul-table{

}
#about_guarantee .h2-item-ul-table li{
    font-size: 20px;
    margin: 30px 0;
    list-style-type: disc;
    list-style-position: inside;
}
#about_guarantee .ul-table-content{

}
#about_guarantee .ul-table-content .top{
    display: flex;
}
#about_guarantee .ul-table-content .top .item{
    width: 180px;
    padding: 15px;
    background: #d1d1d1;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    text-align: center;
    font-size: 18px;
    box-sizing: border-box;
}
#about_guarantee .ul-table-content .bottom{
    display: flex;
}
#about_guarantee .ul-table-content .bottom .item{
    width: 180px;
    padding: 15px;
    background: #e7eaed;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    text-align: center;
    font-size: 18px;
    box-sizing: border-box;
}
#about_guarantee .ul-table-content .item-two-col{
    width: 360px !important;
}

/*发展历程*/
#brand_history{

}
#brand_history .time-history-main{

}
#brand_history .time-history-main .item-main{
    display: flex;

    justify-content: space-between;
}
#brand_history .time-history-main .left-image{
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#brand_history .time-history-main .left-image img{
    width: 240px;
    height: 120px;
    padding-top: 30px;
}
#brand_history .time-history-main .item{
    display: flex;
    border-left: 2px solid #63a3c8;
    padding-left: 60px;
    position: relative;
    width: 60%;
}
#brand_history .time-history-main .item:before{
    content: "";
    position: absolute;
    left: -8px;
    top: 0;
    display: block;
    border-radius: 100%;
    background: #7a7a7a;
    width: 15px;
    height: 15px;
}
#brand_history .time-history-main .item .left{
    width: 100%;
    display: flex;
    align-items: center;
    background-color: rgba(0,0,0,0.05);
    margin-left: 60px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
#brand_history .time-history-main .item:nth-of-type(2n) .left{
    background-color: unset;
}
#brand_history .time-history-main .item .left .content{
    display: flex;
    flex-direction: column;

}
#brand_history .time-history-main .item .left .date{
    font-size: 28px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 1px;
    color: #0075b8;
}
#brand_history .time-history-main .item .left .info{
    margin-top: 10px;

    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 1px;
}
#brand_history .time-history-main .item .left .img{
    margin-left: 50px;
}
#brand_history .time-history-main .item .left .img img{
    height: 60px;
    width: 120px;
    object-fit: cover;
}

