body {
    background-color: #ffffff;
}

.publicIn_bannerText p {
    width: 50%;
    line-height: 0.36rem;
}

.secondPage_tab ul li {
    margin: 0rem 4%;
}

.secondPage_tab {
    width: 100%;
    /* box-shadow: 0rem 0.07rem 0.4rem 0rem rgba(38, 58, 88, 0.07); */
}

.secondPage_tab ul {
    text-align: left;
    white-space: nowrap;
    overflow-x: scroll;
}

.secondPage_tab ul::-webkit-scrollbar {
    width: 0;
}


/* 企业简介  start*/

.profile {
    padding-top: 0.5rem;
}

.profile h1 {
    font-family: MicrosoftYaHei-Bold;
    font-weight: bold;
    font-size: 0.36rem;
    color: #333333;
    line-height: 0.42rem;
    padding-bottom: 0.3rem;
    position: relative;
}

.profile h1:before {
    display: block;
    content: "";
    width: 2rem;
    height: 0.01rem;
    background-color: #e6e6e6;
    position: absolute;
    left: 0rem;
    bottom: 0rem;
}

.profile h1:after {
    display: block;
    content: "";
    width: 0.4rem;
    height: 0.02rem;
    background-color: #79b53d;
    position: absolute;
    left: 0rem;
    bottom: -0.01rem;
}

.profile p {
    margin: 0.28rem 0rem 0.4rem;
    font-family: MicrosoftYaHei;
    font-size: 0.24rem;
    color: #666666;
    line-height: 0.34rem;
}

.profile ul li {
    height: auto;
    padding: 0.4rem 0rem 0.46rem;
    border-radius: 0.08rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin-bottom: 0.3rem;
}

.profileName {
    width: 25%;
    text-align: center;
    /* position: relative; */
    padding: 0.2rem 0rem;
    border-right: 1px solid;
    border-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255, 0.7) 40%, rgba(255, 255, 255, 0) 99%) 2 2 2 2;
    filter: alpha(opacity=70);
    box-sizing: border-box;
    position: relative;
}

.profileLiOdd {
    background-color: #007fff;
}

.profileLiEven {
    background-color: #79b53d;
}

.numberLast {
    color: #ffffff;
    font-family: Repair-Bold;
    font-size: 0.56rem;
    position: absolute;
    right: 0.1rem;
    top: 0.02rem;
}

.profileName h4 {
    color: #ffffff;
    font-family: Repair-Bold;
    font-size: 0.56rem;
}

.profileName p {
    box-sizing: border-box;
    padding: 0rem 0.12rem;
    margin: 0rem;
    font-family: MicrosoftYaHei;
    font-size: 0.24rem;
    color: #ffffff;
}

.profileMatter {
    width: 75%;
    box-sizing: border-box;
    padding: 0rem 0.3rem;
}

.profileMatter p {
    color: #ffffff;
    margin: 0rem;
    font-family: MicrosoftYaHei;
    font-size: 0.22rem;
    opacity: 0.8;
    filter: alpha(opacity=80);
}


/* 企业简介 end*/


/* 资质荣誉 start*/

.honor {
    background-image: linear-gradient(#edf6ff, #ffffff);
    overflow: hidden;
    padding-top: 0.6rem;
}

.honor ul {
    height: auto;
    white-space: nowrap;
    overflow-x: scroll;
    margin-top: 0.5rem;
    /* margin: 0.5rem 0rem; */
}

.honor ul::-webkit-scrollbar {
    width: 0;
}

.honor ul li {
    margin: 0rem 4%;
    display: inline-block;
}

.honorImg,
.honorMartter,
.honorMartter>p {
    width: 2.63rem;
    white-space: normal;
}

.honorImg {
    height: 3.19rem;
    text-align: center;
    line-height: 3.19rem;
}

.honorImg img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.honorMartter {
    font-size: 0.26rem;
    line-height: 0.36rem;
    color: #333;
    margin-top: 0.3rem;
}

.honorMartter>p {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}


/* 资质荣誉 end*/


/* 会员单位 start*/

.member ul {
    margin: 0.58rem 0rem 0.9rem;
    overflow: hidden;
}

.member ul li {
    float: left;
    width: 45%;
    margin-bottom: 0.3rem;
    display: flex;
    /* align-items: center; */
}

.memberOdd {
    margin-right: 10%;
}

.memberImg {
    width: 0.7rem;
    height: 0.7rem;
    text-align: center;
    line-height: 0.7rem;
    margin-right: 0.2rem;
    border-radius: 50%;
    box-shadow: 0rem 0.12rem 0.25rem 0rem rgba(181, 181, 181, 0.3);
}

.memberImg img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    border-radius: 50%;
}

.memberMatter {
    width: 75%;
}

.memberMatter p {
    font-family: MicrosoftYaHei;
    font-size: 0.22rem;
    color: #333333;
    line-height: 0.36rem;
}

.member {
    margin-bottom: 0.5rem;
    margin-top: 0.6rem;
}

.contact {
    padding-top: 0.5rem;
}


/* 会员单位 end*/


/* 发展历程 start*/

.develop {
    width: 100%;
    height: 9.44rem;
    background: url(../images/enterpriseProfileDevelopBackground.png)no-repeat center center;
    background-size: 100%;
    overflow: hidden;
}

.develop::-webkit-scrollbar {
    width: 0;
}

.developTiltl {
    text-align: center;
    font-family: MicrosoftYaHei-Bold;
    font-size: 0.36rem;
    color: #ffffff;
    margin: 0.9rem 0rem 0.7rem 0rem;
}

.developContent {
    padding-bottom: 1.2rem;
}


/* .developContent .developDate {
    white-space: nowrap;
    overflow-x: scroll;
} */

.developDate {
    height: 1.5rem;
    white-space: nowrap;
    overflow-x: scroll;
}

.developDate::-webkit-scrollbar {
    width: 0;
}

.developContent .developDate li {
    display: inline-block;
    font-family: Repair-Bold;
    font-size: 0.36rem;
    color: #ffffff;
    margin-right: 10%;
    position: relative;
    padding-bottom: 0.26rem;
    cursor: pointer;
}

.developDate li:before {
    display: block;
    content: '';
    width: 0.32rem;
    height: 0.32rem;
    background-color: #ffffff;
    border-radius: 50%;
    box-sizing: border-box;
    border: 0.05rem solid #c5dbee;
    position: absolute;
    bottom: -0.32rem;
    left: 50%;
    margin-left: -0.18rem;
    z-index: 1;
}

.developDate li.active {
    color: #0180ff;
}

.developDate li.active:before {
    border-color: #56a4f3;
    background-color: #0180ff;
}


/* .developDate li:after{
    display: block;
    content: '';
    width: 2rem;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    bottom: -0.16rem;
    left:50%;
    
} */

.std:after {
    display: block;
    content: '';
    width: 1.5rem;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    bottom: -0.16rem;
    left: 50%;
}

.developMatter {
    margin: 0.8rem 0rem 0.12rem;
    padding: 0.4rem 0.38rem 0.55rem;
    background-color: rgb(250, 250, 250, 0.7);
    filter: alpha(opacity=70);
    max-height: 3.2rem;
    overflow-y: auto;
    display: none;
}

.developMatter div {
    margin-bottom: 0.4rem;
}

.developMatter div strong {
    font-family: Repair-Bold;
}

.developMatter div span {
    font-family: MicrosoftYaHei-Bold;
    font-weight: bold;
}

.developMatter div strong,
.developMatter div span {
    font-size: 0.36rem;
    color: #007fff;
}

.developMatter ul li {
    font-family: MicrosoftYaHei;
    font-size: 0.28rem;
    color: #666666;
    line-height: 0.42rem;
    margin-bottom: 0.12rem;
    position: relative;
    padding-left: 0.34rem;
}

.developMatter ul li:before {
    display: block;
    content: '';
    position: absolute;
    width: 0.09rem;
    height: 0.09rem;
    background-color: #007fff;
    border-radius: 50%;
    left: 0rem;
    top: 0.2rem;
}


/* 发展历程 end */


/* 联系我们 start*/

.contactMap {
    height: 5.96rem;
    /*opacity: 1;*/
    /*filter: alpha(opacity=80);*/
    margin-bottom: 0.6rem;
}

.contactMap img {
    width: 100%;
    height: auto;
}

.contactMatter ul {
    overflow: hidden;
}

.contactMatter ul li {
    margin-bottom: 0.4rem;
}

.contactMatter ul li img,
.companyMap img {
    width: 0.4rem;
    height: 0.4rem;
    margin-right: 0.19rem;
    display: inline-block;
    vertical-align: bottom;
}

.contactMatter ul li a {
    /*font-family: Repair-Regular;*/
    font-family: 'OPPOSans-R';
    /*font-family: '微软雅黑';*/
    font-size: 0.32rem;
    color: #333333;
    line-height: 0.4rem;
}

.contactMatter ul li a:hover {
    color: #007fff;
}

.companyMap {
    margin: 0.4rem 0rem;
}

.companyMap span {
    font-family: MicrosoftYaHei;
    font-size: 0.3rem;
    color: #333333;
}

.companyMapAbout {
    overflow: hidden;
    padding-bottom: 0.3rem;
}

.companyMapAbout div {
    margin-bottom: 0.5rem;
}

.companyMapAbout div h5 {
    font-family: MicrosoftYaHei-Bold;
    font-size: 0.28rem;
    font-weight: bold;
    color: #333333;
}

.companyMapAbout div p {
    font-family: MicrosoftYaHei;
    font-size: 0.26rem;
    color: #666666;
    line-height: 0.4rem;
}


/* 联系我们 end */

@media(max-width:368px) {
    .profile p {
        line-height: 0.44rem;
    }
    .memberMatter p {
        line-height: 0.4rem;
    }
}

.honorSwiper {
    width: 100%;
    padding: 0px 4%;
    margin-top: 0.5rem;
}

.enterpriseProfile_width92 {
    width: 92%;
    margin-left: 4%;
    margin-right: 4%;
}