@charset "UTF-8";
.profile-header{
    width: 100%;
    height: 149px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 12;
    box-shadow: 0px 8px 4px -3px rgba(0,0,0,0.1);
}
.profile-header .profile-h-top{
    width: 100%;
    height: 33px;
    background: #f4f6f9;
}
.profile-header .profile-h-top .pht-info{
    width: 100%;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.profile-header .profile-h-top .pht-text-box strong{
    font-size: var(--app-fs-12);
    color: #D92A1D;
    margin-right: 14px;
}
.profile-header .profile-h-top .pht-text-box span{
    font-size: var(--app-fs-12);
    color: #B5B5B5;
}
.profile-header .profile-h-top .iconfont{
    font-size: var(--app-fs-12);
    color: #B5B5B5;
    margin-right: 10px;
}
.profile-header .profile-h-top .pht-user-link{
    display: flex;
    align-items: center;
}
.profile-header .profile-h-top .pht-user-link a{
    font-size: var(--app-fs-12);
    color: #B5B5B5;
}
.profile-header .profile-h-top .pht-user-link span{
    font-size: var(--app-fs-12);
    color: #B5B5B5;
    margin: 0 3px;
}
.profile-header .profile-h-top .pht-user-link a:hover{
    color: #D92A1D;
}
.profile-header .profile-h-btm{
    width: 100%;
    height: 116px;
    background: #fff;
}
.profile-header .profile-h-btm .prh-b-info{
    width: 100%;
    height: 116px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.profile-header .profile-h-btm .prh-b-info-l{
    width: 34%;
    justify-content: space-between;
}
.profile-header .profile-h-btm .prh-b-info-l .comp-img{
    width: 100px;
    height: 65px;
    object-fit: cover;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}
.profile-header .profile-h-btm .prh-b-info-l .prh-b-titles{
    margin-left: 16px;
}
.profile-header .profile-h-btm .prh-b-info-l .prh-b-titles .prh-b-comp{
    font-size: var(--app-fs-24);
    color: #3D3D3D;
    font-weight: 600;
}
.profile-header .profile-h-btm .prh-b-info-l .prh-b-titles .prh-b-other{
    display: flex;
    margin-top: 10px;
}
.profile-header .profile-h-btm .prh-b-info-l .prh-b-titles .prh-b-other .prh-b-qy{
    width: 75px;
    height: 20px;
    border-radius: 3px;
    background: #D92A1D;
    align-items: baseline;
    justify-content: center;
    margin-right: 8px;
    font-size: var(--app-fs-12);
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.profile-header .profile-h-btm .prh-b-info-l .prh-b-titles .prh-b-other .prh-b-qy .iconfont{
    margin-right: 5px;
}
.profile-header .profile-h-btm .prh-b-info-l .prh-b-titles .prh-b-other .prh-b-zs{
    width: 75px;
    height: 20px;
    border-radius: 3px;
    margin-right: 8px;
    font-size: var(--app-fs-12);
    color: #fff;
    background: #FFA201;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.profile-header .profile-h-btm .prh-b-info-l .prh-b-titles .prh-b-other .prh-b-sc{
    display: flex;
    justify-content: center;
    align-items: baseline;
    width: 70px;
    height: 20px;
    margin-right: 20px;
    border-radius: 3px;
    font-size: var(--app-fs-12);
    color: #fff;
    background: #1FBF72;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.profile-header .profile-h-btm .prh-b-info-l .prh-b-titles .prh-b-other .prh-b-ll{
    display: flex;
    justify-content: center;
    align-items: baseline;
    font-size: var(--app-fs-12);
    color: #B5B5B5;
}
.profile-header .profile-h-btm .prh-b-info-r{
    align-items: center;
    justify-content: space-between;
    width: 63%;
    height: 46px;
    padding: 0 4%;
    border-radius: 30px;
    border: 1px solid #D8D8D8;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}
.profile-header .profile-h-btm .prh-b-info-r a{
    font-size: var(--app-fs-16);
    color: #3D3D3D;
    font-weight: 600;
}
.profile-header .profile-h-btm .prh-b-info-r a.active{
    color: #D92A1D;
}
.profile-header .profile-h-btm .prh-b-info-r a:hover{
    color: #D92A1D;
}
.page-banner-box{
    width: 100%;
    height: 480px;
    margin-top: 149px;
}

.page-banner-box2{
    width: 100%;
    /* height: 480px; */
    margin-bottom: 30px;
}

.page-banner-box2 .zdy-img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.page-banner-box .swiper-index-banner{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.page-banner-box .swiper-index-banner .page-img{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.page-banner-box .swiper-index-banner .banner-text-box{
    position: absolute;
    top: 70%;
    left: 50%;
    width: 100%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
.page-banner-box .swiper-index-banner  .swiper-pagination-banner{
    bottom: 40px;
    top: auto;
    width: 301px;
    height: 4px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.page-banner-box .swiper-index-banner .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background: #fff;
}
.page-banner-box .swiper-index-banner .swiper-pagination-progressbar{
    background: rgba(255, 255, 255, .1);
}
.page-banner-box .swiper-index-banner .learn-more{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 42px;
    border: 1px solid #fff;
    font-size: var(--app-fs-16);
    color: #fff;
}

/* 企业介绍 */
.page-companyintroduction-box{
    margin-top: 17px;
    margin-bottom: 21px;
}
.page-companyintroduction-box .page-companyintroduction-box{
    width: 100%;
    background: #fff;
    padding: 28px;
}
.page-companyintroduction-box .page-ci-wrapper{
    padding-bottom: 25.43%;
    position: relative;
    display: block;
    margin-bottom: 14px;
    overflow: hidden;
    margin-bottom: 29px;
}
.page-companyintroduction-box .page-ci-wrapper .page-ci-img{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}
.page-companyintroduction-box .page-ci-texts{
    align-items: flex-start;
    justify-content: space-between;
}
.page-companyintroduction-box .page-ci-texts .pctl-title{
    width: 100px;
}
.page-companyintroduction-box .page-ci-texts .pt-zh{
    font-size: var(--app-fs-24);
    color: #3D3D3D;
    font-weight: 500;
}
.page-companyintroduction-box .page-ci-texts .pt-en{
    font-size: var(--app-fs-12);
    color: #B5B5B5;
}
.page-companyintroduction-box .page-ci-texts .page-ci-t-r{
    font-size: var(--app-fs-16);
    color: #3D3D3D;
    line-height: 30px;
    text-align: justify;
    margin-left: 60px;
}
/* 产品推荐 */
.page-product-box{
    width: 100%;
    margin-bottom: 24px;
}
.page-product-box .page-product-info{
    width: 100%;
    background: #fff;
    padding: 28px;
    padding-bottom: 0;
}
.page-product-box .page-product-info .ppi-title{
    justify-content: space-between;
    margin-bottom: 42px;
}
.page-product-box .page-product-info .ppi-title .ppi-title-zh{
    font-size: var(--app-fs-24);
    color: #3D3D3D;
    font-weight: 500;
}
.page-product-box .page-product-info .ppi-title .ppi-title-en{
    font-size: var(--app-fs-12);
    color: #B5B5B5;
}
.page-product-box .page-product-info .ppi-list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.page-product-box .page-product-info .ppi-list  .hot-card-item {
    display: block;
    width: 24%;
    margin-bottom: 26px;
    overflow: hidden;
    margin-right: 1.33%;
}
.page-product-box .page-product-info .ppi-list  .hot-card-item:nth-child(4n){
    margin-right: 0;
}
.page-product-box .page-product-info .ppi-list .hot-card-item .item-wrapper{
    padding-bottom: 74.81%;
    position: relative;
    display: block;
    margin-bottom: 14px;
    overflow: hidden;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.page-product-box .page-product-info .ppi-list .hot-card-item .item-wrapper .hci-img{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}
.page-product-box .page-product-info .ppi-list .hot-card-item:hover .hci-img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.page-product-box .page-product-info .ppi-list .hot-card-item .hci-title-box{
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.page-product-box .page-product-info .ppi-list .hot-card-item .hci-title-box .hci-title{
    font-size: var(--app-fs-16);
    color: #3D3D3D;
    font-weight: 500;
}
.page-product-box .page-product-info .ppi-list .hot-card-item:hover .hci-title{
    color: #D92A1D;
}
.page-product-box .page-product-info .ppi-list .hot-card-item .hci-title-box .hci-rz{
    align-items: center;
    justify-content: center;
    width: 75px;
    height: 20px;
    color: #fff;
    font-size: var(--app-fs-12);
    background: #D92A1D;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.page-product-box .page-product-info .ppi-list .hot-card-item .hci-title-box .hci-rz p{
    margin-left: 5px;
    white-space: nowrap;
}
.page-product-box .page-product-info .ppi-list .hot-card-item .hci-comp-box{
    align-items: center;
    justify-content: space-between;
    margin-top: 5px;
}
.page-product-box .page-product-info .ppi-list .hot-card-item .hci-comp-box .hci-c-name{
    font-size: var(--app-fs-14);
    color: #3D3D3D;
}
.page-product-box .page-product-info .ppi-list .hot-card-item .hci-comp-box .hci-c-zx{
    align-items: center;
}
.page-product-box .page-product-info .ppi-list .hot-card-item .hci-comp-box .hci-c-zx .iconfont{
    font-size: var(--app-fs-14);
    color: #D92A1D;
}
.page-product-box .page-product-info .ppi-list .hot-card-item .hci-comp-box .hci-c-zx p{
    font-size: var(--app-fs-14);
    color: #757575;
    margin-left: 6px;
    white-space: nowrap;
}
/* 资质荣誉 */
.page-product-box{
    margin-bottom: 25px;
}
.page-product-box.page-product-honor .page-product-info .ppi-list .hot-card-item .hci-title-box .hci-title{
    width: 100%;
    text-align: center;
}

/* 企业资讯 */
.page-information-box{
    margin-bottom: 34px;
}
.page-information-box .page-in-info{
    width: 100%;
    background: #fff;
    padding: 28px;
}
.page-information-box .page-in-info .page-in-top{
    align-items: center;
    justify-content: space-between;
}
.page-information-box .page-in-info .page-in-top .page-in-title{
    font-size: var(--app-fs-24);
    color: #212121;
    font-weight: 500;
}
.page-information-box .page-in-info .page-in-top .page-in-more{
    font-size: var(--app-fs-14);
    color: #000;
    align-items: baseline;
}
.page-information-box .page-in-list{
    justify-content: space-between;
    flex-wrap: wrap;
}
.page-information-box .page-in-item{
    width: 49%;
    display: block;
    padding-top: 25px;
    padding-bottom: 22px;
    border-bottom: 1px solid #D8D8D8;
}
.page-information-box .page-in-item .page-in-item-title{
    font-size: var(--app-fs-16);
    color: #3D3D3D;
}
.page-information-box .page-in-item .page-in-item-sub{
    font-size: var(--app-fs-14);
    color: #B5B5B5;
    margin-top: 4px;
    margin-bottom: 10px;
}
.page-information-box .page-in-item .page-in-icon{
    font-size: var(--app-fs-14);
    color: #B5B5B5;
    align-items: baseline;
}
.page-information-box .page-in-item .page-in-icon:first-child{
    margin-right: 15px;
}
.page-information-box .page-in-item:hover .page-in-item-title{
    color: #D92A1D;
}

/* 留言咨询 */
.page-message-box{
    margin-bottom: 29px;
}
.page-message-box .page-message-info{
    background: #fff;
}
.page-message-box .page-message-info .page-message-top{
    width: 100%;
    height: 66px;
    align-items: center;
    justify-content: space-between;
    padding: 0 34px;
    border-bottom: 1px solid #D8D8D8;
}
.page-message-box .page-message-info .page-message-top .pmt-title{
    font-size: var(--app-fs-22);
    color: #3D3D3D;
}
.page-message-box .page-message-info .page-message-top .pmt-desc{
    font-size: var(--app-fs-14);
    color: #D92A1D;
}
.page-message-box .page-message-form{
    width: 100%;
    padding-top: 49px;
    padding-bottom: 35px;
}
.page-message-box .page-message-form .pmf-infor{
    width: 100%;
    flex-direction: column;
}
.page-message-box .page-message-form .pmf-item{
    width: 100%;
    align-items: center;
    justify-content: space-evenly;
    margin-bottom: 22px;
}
.page-message-box .page-message-form .pmf-item .w100{
    position: relative;
    width: 31%;
    display: flex;
    align-items: center;
}
.page-message-box .page-message-form .pmf-item .w100 .newout{
    display: flex;
    align-items: center;
    width: 48%;
}
.page-message-box .page-message-form .pmf-item .w100.code{
    justify-content: space-between;
}
.page-message-box .page-message-form .pmf-item .w100.code .el-input{
    width: 85%;
}
.page-message-box .page-message-form .pmf-item .sendOut{
    width: 20%;
    color: #0082EF;
    border: none;
    cursor: pointer;
    font-size: var(--app-fs-12);
    background: transparent;
    position: absolute;
    top: 10px;
    right: 0;
}
.page-message-box .page-message-form .pmf-item span.label{
    display: inline-block;
    width: 10px;
    color: #D92A1D;
    font-size: 16px;
}
.page-message-box .page-message-form .pmf-item .el-input{
    /* width: 335px; */
    /* width: 95%; */
    height: 36px;
    flex: 1;
}
.page-message-box .page-message-form .pmf-item .el-cascader{
    flex: 1;
}
.page-message-box .page-message-form .pmf-item .el-input:first-child{
    /* margin-right: 60px; */
}
.page-message-box .page-message-form .pmf-item .el-radio-group{
    width: 335px;
    height: 36px;
}
.page-message-box .page-message-form .pmf-check .el-checkbox__input.is-checked .el-checkbox__inner{
    background: #D92A1D;
    border-color: #D92A1D;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.page-message-box .page-message-form .pmf-check .el-checkbox__input.is-checked+.el-checkbox__label{
    color: #757575;
}
.page-message-box .page-message-form .pmf-check .el-checkbox{
    color: #757575;
    font-weight: normal;
}
.page-message-box .page-message-form .pmf-check{
    margin-top: 35px;
}
.page-message-box .page-message-form .pmf-btn{
    width: 150px;
    height: 48px;
    border-radius: 5px;
    background: #D92A1D;
    font-size: var(--app-fs-20);
    color: #fff;
    margin-top: 36px;
    cursor: pointer;
}

/* 联系我们 */
.page-contact-box{
    margin-bottom: 50px;
}
.page-contact-box .page-contact-info{
    width: 100%;
    background: #fff;
}
.page-contact-box .page-contact-info .pci-top{
    width: 100%;
    height: 71px;
    padding-left: 48px;
    font-size: var(--app-fs-20);
    color: #212121;
    font-weight: 600;
    border-bottom: 1px solid #D8D8D8;
}
.page-contact-box .page-contact-info .pci-btm{
    padding: 32px 48px 50px;
}
.page-contact-box .page-contact-info .pci-btm .pci-btm-call{
    font-size: var(--app-fs-20);
    color: #D92A1D;
    padding-bottom: 15px;
    border-bottom: 1px solid #D8D8D8;
    font-weight: 600;
}
.page-contact-box .page-contact-info .pci-btm-list{
    justify-content: space-between;
    margin-top: 22px;
}
.page-contact-box .page-contact-info .pci-btm-list .pci-btm-item{
    font-size: var(--app-fs-18);
    color: #757575;
}
.page-contact-box .page-contact-info .pci-btm-list .pci-btm-item a:hover{
    color: #D92A1D;
}
.profile-footer{
    width: 100%;
    background: #2F303A;
    padding-top: 48px;
}
.profile-footer .profile-footer-info{
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 25px;
}
.profile-footer .profile-footer-info .pfi-title{
    font-size: var(--app-fs-24);
    color: #D8D8D8;
}
.profile-footer .profile-footer-info .pri-links{
    width: 23%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.profile-footer .profile-footer-info .pri-links a{
    font-size: var(--app-fs-16);
    color: #D8D8D8;
    margin-right: 39px;
    margin-bottom: 15px;
}
.profile-footer .profile-footer-info .pri-links a:nth-child(3n){
    margin-right: 0;
}
.profile-footer .profile-footer-info .pri-links a:hover{
    color: #D92A1D;
}
.profile-footer .profile-footer-info .pri-inter{
    font-size: var(--app-fs-16);
    color: #D8D8D8;
    line-height: 30px;
}
.profile-footer  .pri-copy{
    border-top: 1px solid #D8D8D8;
    font-size: var(--app-fs-16);
    color: #D8D8D8;
    padding: 15px 0;
}


/* ------------内页样式 ------------------- */
.product-top-tabs .product-top-info{
    width: 100%;
    height: 79px;
    display: flex;
    align-items: center;
    background: #fff;
    margin-bottom: 20px;
    padding-left: 28px;
    margin-top: 27px;
}
.product-top-tabs .product-top-info .pti-title{
    font-size: var(--app-fs-20);
    color: #212121;
    font-weight: 600;
    margin-right: 58px;
}
.product-top-tabs .product-top-info .pti-list{
    align-items: center;
}
.product-top-tabs .product-top-info .pti-list .pti-list-item{
    font-size: var(--app-fs-18);
    color: #757575;
    margin-right: 35px;
}
.product-top-tabs .product-top-info .pti-list .pti-list-item:last-child{
    margin-right: 0;
}
.product-top-tabs .product-top-info .pti-list .pti-list-item.active{
    color: #D92A1D;
}
.product-top-tabs .product-top-info .pti-list .pti-list-item:hover{
    color: #D92A1D;
}
.page-product-box .product-fl-top{
    margin-bottom: 36px;
    align-items: center;
    justify-content: space-between;
}
.page-product-box .product-fl-top .pft-l{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.page-product-box .product-fl-top .pft-r{
    display: flex;
    align-items: center;
}
.page-product-box .product-fl-top .pft-l a{
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 82px;
    padding: 5px;
    border: 1px solid #B5B5B5;
    font-size: var(--app-fs-14);
    color: #4C4C4C;
    margin-right: 19px;
    margin-bottom: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.page-product-box .product-fl-top .pft-l a:last-child{
    margin-right: 0;
}
.page-product-box .product-fl-top .pft-l a.active{
    color: #D92A1D;
    border-color: #D92A1D;
}
.page-product-box .product-fl-top .pft-l a:hover{
    color: #D92A1D;
    border-color: #D92A1D;
}
.page-product-box .product-fl-top .pft-r a{
    font-size: var(--app-fs-18);
    color: #B5B5B5;
}
.page-product-box .product-fl-top .pft-r a:first-child{
    margin-right: 30px;
}
.page-product-box .product-fl-top .pft-r a.active{
    color: #D92A1D;
}
.product-out .page-product-info{
    padding-bottom: 37px;
}
/* 产品详情 */
.product-bread{
    margin-top: 149px;
    padding: 16px 0;
}
.product-bread {
    font-size: var(--app-fs-14);
    color: #757575;
}
.product-bread a:hover{
    color: #D92A1D;
}
.product-details-box{
    margin-bottom: 34px;
}
.product-details-box .product-details-info{
    width: 100%;
    background: #fff;
    align-items: center;
    padding: 34px;
}
.product-details-box .product-details-info .pdi-wrapper{
    width: 51%;
    height: 386px;
    margin-right: 4%;
}
.product-details-box .product-details-info .pdi-wrapper .img-box-swiper{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.product-details-box .product-details-info .pdi-texts{
    width: 40%;
}
.product-details-box .product-details-info .pdi-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-details-box .product-details-info .pdi-texts .pdi-t-title{
    font-size: var(--app-fs-24);
    color: #D92A1D;
    font-weight: 500;
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 25px;
}
.product-details-box .product-details-info .pdi-desc{
    padding: 25px 0;
    border-bottom: 1px solid #D8D8D8;
}
.product-details-box .product-details-info .pdi-desc p{
    font-size: var(--app-fs-16);
    color: #3D3D3D;
    line-height: 30px;
}
.product-details-box .product-details-info .pdi-btn-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 25px;
}
.product-details-box .product-details-info .pdi-btn-box .pdi-btn-zx{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 42px;
    font-size: var(--app-fs-16);
    color: #fff;
    border-radius: 5px;
    background: #D92A1D;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.product-details-box .product-details-info .pdi-btn-box .pdi-btn-tell{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 42px;
    font-size: var(--app-fs-16);
    color: #fff;
    border-radius: 5px;
    background: #FFA201;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.product-details-box .product-details-info .pdi-btn-box .pdi-btn-wx{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 42px;
    font-size: var(--app-fs-16);
    color: #3D3D3D;
    border: 1px solid #B5B5B5;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.product-details-box .product-details-info .pdi-btn-box .pdi-btn-wx .iconfont{
    color: #04D102;
    margin-right: 7px;
    margin-top: 1px;
}
.product-details-box .product-details-info .pdi-btn-box .pdi-btn-sc{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 83px;
    height: 42px;
    font-size: var(--app-fs-16);
    color: #3D3D3D;
    border: 1px solid #B5B5B5;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.product-details-intro{
    margin-bottom: 33px;
}
.product-details-intro .product-intro-info{
    width: 100%;
    background: #fff;
}
.product-details-intro .product-intro-info .pdi-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 28px 28px 22px;
    border-bottom: 1px solid #D8D8D8;
}
.product-details-intro .product-intro-info .pdi-title .pdi-title-zh{
    font-size: var(--app-fs-22);
    color: #3D3D3D;
    font-weight: 500;
}
.product-details-intro .product-intro-info .pdi-title .pdi-title-en{
    font-size: var(--app-fs-12);
    color: #B5B5B5;
}
.product-details-intro .product-intro-info .pdi-intro-desc{
    padding: 40px 28px ;
    font-size: var(--app-fs-16);
    line-height: 30px;
    color: #3D3D3D;
    text-align: justify;
}

/* 企业资讯 */
.page-infor-tabs{
    margin-top: 27px;
    margin-bottom: 21px;
}
.page-infor-tabs .infor-list-box{
    width: 100%;
    height: 79px;
    background: #fff;
    align-items: center;
    justify-content: space-between;
    padding: 0 28px;
}
.page-infor-tabs .infor-list-box .il-left{
    align-items: center;
}
.page-infor-tabs .infor-list-box .il-left .in-title{
    font-size: var(--app-fs-20);
    color: #212121;
    font-weight: 600;
    margin-right: 55px;
}
.page-infor-tabs .infor-list-box .il-left a{
    font-size: var(--app-fs-16);
    color: #212121;
    margin-right: 20px;
}
.page-infor-tabs .infor-list-box .il-left a.active{
    color: #D92A1D;
}
.page-infor-tabs .infor-list-box .il-left a:hover{
    color: #D92A1D;
}
.page-infor-tabs .infor-list-box .il-left a:last-child{
    margin-right: 0;
}
.page-infor-tabs .infor-list-box .il-right{
    display: flex;
    align-items: center;
    font-size: var(--app-fs-16);
    color: #b5b5b5;
}
.page-infor-tabs .infor-list-box .il-right a:first-child{
    margin-right: 30px;
}
.page-information-box.company .page-in-info{
    padding-top: 0;
}
.page-information-box.company .app-pagination{
    margin-top: 50px;
    margin-bottom: 10px;
}

/* 资讯详情 */
.product-bread.infor-details{
    margin-top: 0;
} 
.information-details-box{
    margin-bottom: 30px;
}
.information-details-box .idb-info{
    width: 100%;
    justify-content: space-between;
}
.information-details-box .idb-info .idb-left{
    width: 71%;
    height: auto;
    background: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 46px 5%;
}
.information-details-box .idb-info .idb-left .idb-left-title{
    font-size: var(--app-fs-24);
    color: #D92A1D;
    text-align: center;
    margin-bottom: 40px;
}
.information-details-box .idb-info .idb-left .idb-left-sub{
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.information-details-box .idb-info .idb-left .idb-left-sub .sub-item{
    align-items: baseline;
    font-size: var(--app-fs-12);
    color: #757575;
    margin-right: 20px;
}
.information-details-box .idb-info .idb-left .idb-left-sub .sub-item p{
    margin-left: 5px;
}
.information-details-box .idb-info .idb-left .idb-details{
    font-size: var(--app-fs-16);
    text-align: justify;
}
.information-details-box .idb-info .idb-left .idb-details img{
    max-width: 100%;
}
.information-details-box .idb-info .idb-right{
    width: 27.5%;
}
.information-details-box .idb-info .idb-right .idb-hot-box{
    width: 100%;
    background: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.information-details-box .idb-info .idb-right .idb-hot-box .idb-hot-title{
    font-size: var(--app-fs-18);
    color: #4C4C4C;
    padding: 19px 22px;
    border-bottom: 1px solid #D8D8D8;
}
.information-details-box .idb-info .idb-right .idb-hot-box .idb-hot-list{
    padding: 15px 22px;
}
.information-details-box .idb-info .idb-right .idb-hot-box .idb-hot-list .idb-hot-item{
    display: inline-block;
    width: 100%;
    font-size: var(--app-fs-16);
    line-height: 26px;
    color: #3D3D3D;
}
.information-details-box .idb-info .idb-right .idb-hot-box .idb-hot-list .idb-hot-item:hover{
    color: #D92A1D;
}
.information-details-box .idb-info .idb-right .idb-hot-box.idb-new-box{
    margin-top: 19px;
}

/* 联系我们 */
.page-contact-box.contact-us{
    margin-bottom: 35px;
    margin-top: 35px;
}
@media (max-width: 1024px){
    .profile-header .profile-h-btm .prh-b-info{
        flex-wrap: wrap;
    }
    .profile-header .profile-h-btm .prh-b-info-l{
        width: 100%;
        justify-content: start;
    }
    .profile-header .profile-h-btm .prh-b-info-r{
        width: 100%;
        height: 30px;
    }
    .profile-header .profile-h-btm .prh-b-info-l .comp-img{
        height: 50px;
    }
    .profile-footer .profile-footer-info .pri-links{
        width: 32%;
    }
}
@media (max-width: 768px){
    .page-companyintroduction-box .page-ci-texts{
        flex-wrap: wrap;
        width: 100%;
    }
    .page-companyintroduction-box .page-ci-texts .page-ci-t-r{
        margin-left: 0;
    }
    .page-companyintroduction-box .page-ci-texts .page-ci-t-l{
        width: 100%;
    }
    .page-companyintroduction-box .page-ci-texts .pctl-title{
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: space-between;
        border-bottom: 1px solid #D8D8D8;
        margin-bottom: 15px;
    }
    .page-companyintroduction-box .page-ci-wrapper{
        margin-bottom: 15px;
    }
    .page-companyintroduction-box .page-companyintroduction-box,.page-product-box .page-product-info{
        padding: 15px;
    }
    .page-product-box .page-product-info .ppi-title{
        margin-bottom: 15px;
    }
    .page-product-box .page-product-info .ppi-list .hot-card-item{
        width: 100%;
        margin-right: 0;
    }
    .page-product-box .page-product-info .ppi-list .hot-card-item:nth-child(2n){
        margin-right: 0;
    }
    .page-message-box .page-message-form .pmf-item .el-input:first-child{
        margin-right: 0px;
    }
    .page-message-box .page-message-form .pmf-item{
        flex-wrap: wrap;
    }
    .page-message-box .page-message-form .pmf-item .el-input{
        width: 100%;
        margin-bottom: 15px;
    }
    .page-message-box .page-message-form .pmf-item .el-cascader{
        width: 100%;
    }
    .page-message-box .page-message-form,.page-information-box .page-in-info{
        padding: 15px;
    }
    .page-message-box .page-message-form .pmf-item{
        margin-bottom: 0;
    }
    .page-contact-box .page-contact-info .pci-btm-list{
        flex-wrap: wrap;
    }
    .page-contact-box .page-contact-info .pci-btm-list .pci-btm-item{
        width: 100%;
        margin-bottom: 15px;
    }
    .page-information-box .page-in-item{
        width: 100%;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .page-information-box,.page-message-box,.page-contact-box{
        margin-bottom: 25px;
    }
    .page-contact-box .page-contact-info .pci-btm{
        padding: 15px;
    }
    .page-contact-box .page-contact-info .pci-top{
        padding: 15px;
        height: auto;
    }
    .page-message-box .page-message-info .page-message-top{
        padding: 15px;
        flex-wrap: wrap;
    }
    .page-message-box .page-message-info .page-message-top .pmt-desc{
        width: 100%;
    }
    .page-contact-box .page-contact-info .pci-btm-list {
        margin-top: 15px;
    }
    .profile-footer .profile-footer-info{
        flex-wrap: wrap;
    }
    .profile-footer .profile-footer-info .pfi-title{
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    .profile-footer .profile-footer-info .pri-links,.profile-footer .profile-footer-info .pri-inter{
        width: 100%;
        text-align: center;
    }
    .profile-footer .profile-footer-info .pri-links a{
        width: 50%;
        margin-right: 0;
        text-align: center;
    }
    .profile-footer{
        padding-top: 25px;
    }
    .profile-footer .profile-footer-info{
        margin-bottom: 15px;
    }
    .product-top-tabs .product-top-info{
        margin: 25px 0;
        height: 50px;
        padding-left: 15px;
    }
    .page-product-box .product-fl-top{
        width: 100%;
        flex-wrap: wrap;
        margin-bottom: 15px;
        justify-content: center;
    }
    .page-product-box .product-fl-top .pft-l{
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .page-product-box .product-fl-top .pft-l a{
        margin-right: 0;
        margin-bottom: 15px;
    }
    .product-details-box .product-details-info{
        padding: 15px;
        flex-wrap: wrap;
    }
    .product-details-box .product-details-info .pdi-wrapper{
        width: 100%;
        margin-right: 0;
        height: auto;
        margin-bottom: 15px;
    }
    .product-details-box .product-details-info .pdi-texts{
        width: 100%;
    }
    .product-details-box .product-details-info .pdi-texts .pdi-t-title{
        padding-bottom: 15px;
    }
    .product-details-box .product-details-info .pdi-desc{
        padding: 15px 0;
    }
    .product-details-box .product-details-info .pdi-btn-box{
        padding-top: 15px;
        flex-wrap: wrap;
    }
    .product-details-box{
        margin-bottom: 15px;
    }
    .product-details-box .product-details-info .pdi-btn-box div{
        width: 49% !important;
        margin-bottom: 15px;
    }
    .product-details-intro .product-intro-info .pdi-intro-desc,.product-details-intro .product-intro-info .pdi-title{
        padding: 15px;
    }
    .page-infor-tabs .infor-list-box{
        padding: 15px;
        height: auto;
        flex-wrap: wrap;
    }
    .page-infor-tabs .infor-list-box .il-left{
        width: 100%;
    }
    .page-infor-tabs .infor-list-box .il-right{
        width: 100%;
        justify-content: center;
        margin-top: 15px;
    }
    .page-infor-tabs,.page-information-box.company .app-pagination{
        margin: 25px 0;
    }
    .information-details-box .idb-info{
        flex-wrap: wrap;
    }
    .information-details-box .idb-info .idb-left{
        width: 100%;
        padding:20px 15px;
        margin-bottom: 15px;
    }
    .information-details-box .idb-info .idb-right{
        width: 100%;
    }
    .information-details-box .idb-info .idb-left .idb-left-title{
        margin-bottom: 25px;
    }
    .information-details-box .idb-info .idb-right .idb-hot-box .idb-hot-title,.information-details-box .idb-info .idb-right .idb-hot-box .idb-hot-list{
        padding: 15px;
    }
    .page-infor-tabs .infor-list-box .il-left a{
        margin-right: 10px;
    }
    .page-infor-tabs .infor-list-box .il-left .in-title{
        margin-right: 25px;
    }
    .w100{
        width: 100%;
    }
    .page-message-box .page-message-form .pmf-item .sendOut{
        top: 62px;
    }
    .page-message-box .page-message-form .pmf-item.addCode{
        margin-top: 15px;
    }
    .page-message-box .page-message-form .pmf-item .w100{
        width: 100%;
    }
    .page-message-box .page-message-form .pmf-item .w100.code{
        flex-wrap: wrap;
    }
    .page-message-box .page-message-form .pmf-item .w100 .newout{
        width: 100%;
    }
    .page-message-box .page-message-form .pmf-item .w100 .newout:last-child{
        margin-left: 10px;
    }
    .page-message-box .page-message-form .pmf-item .w100.code .el-input{
        width: 100%;
    }
    .page-message-box .page-message-form .pmf-item .sendOut{
        right: 8px;
    }
}
@media (max-width: 530px){
    .page-message-box .page-message-form .pmf-item .el-radio-group{
        width: 100%;
    }
}
.el-radio-button .el-radio-button__inner:hover {
    color: #606266;
}
