body {
    background-color: #f7f9fb;
}

.secondPage_tab ul li {
    width: 20%;
}

.publicIn_bannerText p.publicIn_bannerDesc {
    width: 350px;
    line-height: 30px;
}

.publicIn_bannerText {
    top: 200px;
}


/* ================企业简介 start*======================*/

.profile_wrap{
    background-color: #fff;
    padding-bottom: 80px;
    margin-top: -40px;
}
.profile {
    overflow: hidden;
    height: auto;
}

.listTitle {
    padding-bottom: 30px;
    line-height: 40px;
}

.topTitle {
    margin: 120px auto 60px;
    width: 548px;
    border: none;
}

.topTitle:after {
    content: "";
    background-color: #e6e6e6;
    width: 200px;
    height: 1px;
    position: absolute;
    bottom: 0px;
    left: calc(50% - 100px);
}

.profileTitle {
    
    color: #333333;
    line-height: 32px;
    margin-bottom: 63px;
    text-align: center;
}

.profile ul li {
    width: 48.3%;
    background-color: #f2f6f9;
    margin-bottom: 40px;
    height: 160px;
    padding: 30px 0px;
    box-sizing: border-box;
    cursor: pointer;
}

.profile ul li:hover {
    background: url(../images/profileUlLi.png) no-repeat center center;
    background-size: cover;
}

.profile ul li:hover .profileName h4,
.profile ul li:hover .profileName p,
.profile ul li:hover .profileMatter p,
.profile ul li:hover .numberRight,
.profile ul li:hover .numberLast {
    color: #ffffff;
}

.profileLiOdd {
    float: left;
}

.profileLiEven {
    float: right;
}

.profileName {
    float: left;
    width: 31%;
    text-align: center;
    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;
    padding: 0px 0px 20px;
    position: relative;
}

.numberLast {
    position: absolute;
    top: 8px;
    right: 39px;
    color: #333333;
}

.numberRight {
    position: absolute;
    top: 8px;
    right: 26px;
    color: #333333;
}

.profileName h4 {
    font-family: Repair-Bold;
    color: #333333;
    line-height: 56px;
    margin-bottom: 10px;
}

.profileName p {
    color: #666666;
    
    line-height: 20px;
}

.profileMatter {
    float: right;
    width: 69%;
    margin: 0px 0px;
}

.profileMatter p {
    
    color: #666666;
    line-height: 28px;
    padding: 0px 30px;
    height: 110px;
    overflow-y: auto;
    max-height: 110px;
    overflow: auto;
}

.profileMatter p::-webkit-scrollbar {
    display: none
}


/* =============================企业简介 end======================*/


/* -- ==========资质荣誉 start============  */

.honor {
    height: auto;
    overflow: hidden;
    background-image: linear-gradient(#edf6ff, #f7f9fb);
}

.honorTitle {
    margin: 90px auto 60px;
}

.honorImg {
    width: 264px;
    height: 319px;
    line-height: 319px;
    text-align: center;
}

.honorImg img {
    width: auto;
    height: 100%;
    display: inline-block;
}

.honorText {
    /*margin-top: 25px;*/
    /*width: 100%;*/
    
    color: #333333;
    /*line-height: 24px;*/
    /*text-align: center;*/
    /*padding: 0px 25px;*/
    display: inline;
    vertical-align: middle;
}
.honorSwiper{
  padding: 20px 0px;
}
.honorSwiper .swiper-slide {
    text-align: center;
    transition: transform 0.3s;
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -ms-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    box-shadow: 10px 0px 20px rgba(159, 171, 182, 0.2);
    height: 392px;
}
.honorSwiper .swiper-slide:hover{
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
}
.honorSwiper .swiper-slide:hover .honorText{
  color: #007fff;
}

/* -- ==========资质荣誉 end============  */


/* ====================会员单位 start================== */

.member,
.member ul {
    overflow: hidden;
    height: auto;
    margin-bottom: 96px;
}

.memberTitle {
    margin: 104px auto 60px;
}

.member ul li {
    float: left;
    width: 12.5%;
    text-align: center;
}

.memberImg {
    width: 88px;
    height: 88px;
    line-height: 88px;
    text-align: center;
    margin: 0 auto;
    border-radius: 50%;
    box-shadow: 0px 12px 25px 0px rgba(181, 181, 181, 0.3);
}

.memberImg img {
    max-width: 100%;
    height: 100%;
    display: inline-block;
    border-radius: 50%;
}

.memberMatter {
    margin-top: 30px;
}

.memberMatter p {
    
    line-height: 26px;
    color: #333333;
    padding: 0px 12px;
}


/* ====================会员单位 end================== */


/* ========================发展历程 start===================== */

.develop {
    overflow: hidden;
    height: 664px;
    background: url(../images/enterpriseProfileDevelopBackground.png)no-repeat center center;
    background-size: cover;
}

.developContent {
    overflow: hidden;
    height: auto;
}

.developTiltl {
    margin: 100px 0px 50px;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
    line-height: 32px;
}

.develop::-webkit-scrollbar {
    width: 0;
}

.developContent {
    padding-bottom: 100px;
}


/* .developContent .developDate {
    white-space: nowrap;
    overflow-x: scroll;
} */

.developDateParent{
    width: 100%;

    background: rgb(250, 250, 250, 0.2);
    box-sizing: border-box;
    padding: 0px 46px 0px 50px;
    border-radius: 8px;
    border: solid 1px #b2ceed;
    position: relative;
    border: solid 1px #b2ceed;
}
.developDate {
    position: relative;
    white-space: nowrap;
    overflow-x: auto;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    height: 160px;
    border-radius: 8px;

    position: relative;

    padding-top: 43px;
    padding-bottom: 40px;
}
.developDate li:last-child:after{
    content: '';
    width: 0px;
}

.developDate::-webkit-scrollbar,
.developMatter .stb::-webkit-scrollbar {
    /*width: 4px;*/
    /*height: 10px;*/
    width: 0px;
    height: 0px;
}

.developDate::-webkit-scrollbar-track {
    background: rgb(250, 250, 250, 0.2);
    border-radius: 4px;
}

.developMatter .stb::-webkit-scrollbar-thumb {
    background: rgb(250, 250, 250, 0.5);
    border-radius: 4px;
}

.developMatter .stb::-webkit-scrollbar-thumb {
    background-color: rgb(88 85 85 / 50%);
}

.developDate::-webkit-scrollbar-thumb {
    width: 4px;
    height: 18px;
    background-color: #fff;
    border-radius: 4px;
}

.developContent .developDate li {
    display: inline-block;
    font-family: Repair-Bold;
    color: #ffffff;
    position: relative;
    cursor: pointer;
}

.developContent .developDate li+li {
    margin-left: 121px;
}

.developDate li:hover:before,
.developDate li.active:before {
    border-color: #56a4f3;
    background-color: rgb(1, 128, 255, 0.8);
}

.developDate li:hover {
    color: #0180ff;
}

.developDate li:before {
    display: block;
    content: '';
    width: 32px;
    height: 32px;
    background-color: #ffffff;
    border-radius: 50%;
    box-sizing: border-box;
    border: 5px solid #c5dbee;
    position: absolute;
    bottom: -45px;
    left: 50%;
    margin-left: -18px;
    z-index: 1;
}

.developDate li.active {
    color: #0180ff;
}

.std:after {
    display: block;
    content: '';
    width: 174px;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    bottom: -30px;
    left: 50%;
}


/* .stb:after{
    display: block;
    content: '';
    width: 0px;
    height: 0px;
    border: 24px solid transparent;
    border-bottom: 24px solid #1890ff;
    background-color: #ffffff;
    position: absolute;
} */

.developMatterOne .stb:after {
    top: -10px;
}

.developMatter {
    margin-top: 23px;
    padding: 30px 60px;
    background-color: #ffffff;
    border-radius: 8px;
    max-height: 250px;
    position: relative;
}

.developMatter ul {
    margin-top: 25px;
    max-height: 132px;
    overflow-y: auto;
}

.developMatter div strong {
    font-family: Repair-Bold;
}

.developMatter div span {
    font-weight: bold;
}

.developMatter div strong,
.developMatter div span {
    color: #007fff;
}

.developMatter ul li {
    
    color: #666666;
    line-height: 33px;
    width: 48%;
    float: left;
    position: relative;
    padding-left: 15px;
    margin-right: 2%;
}

.developMatter ul li:before {
    display: block;
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #007fff;
    border-radius: 50%;
    left: 0px;
    top: 16px;
}

.developMatterImg {
    position: absolute;
    width: 24px;
    height: 8px;
    text-align: center;
    line-height: 8px;
    display: none;
}

.developMatterImg img {
    width: auto;
    height: 100%;
}

.developMatterOne,
.developMatterTwo,
.developMatterThree,
.developMatterFour,
.developMatterFive,
.developMatterSix {
    position: relative;
}

.developMatterOne .developMatterImg {
    top: -8px;
    left: 188px;
}

.developMatterTwo .developMatterImg {
    top: -8px;
    left: 376px;
}

.developMatterThree .developMatterImg {
    top: -8px;
    left: 564px;
}

.developMatterFour .developMatterImg {
    top: -8px;
    left: 748px;
}

.developMatterFive .developMatterImg {
    top: -8px;
    left: 934px;
}

.developMatterSix .developMatterImg {
    top: -8px;
    left: 1112px;
}


/* ========================发展历程 end===================== */


/* ========================联系我们 start=================== */

.contact {
    background: url(../images/enterpriseProfileMap.png)no-repeat center center;
    background-size: contain;
    height: 1316px;
    overflow: hidden;
}

.contactTitle {
    margin-top: 110px;
    overflow: hidden;
}

.contactLook {
    margin-top: 175px;
}

.contactMatter {
    width: 470px;
    min-height: 700px;
    background-image: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0.6) 49%, rgba(255, 255, 255, 0.2) 100%);
    box-shadow: 0px 20px 40px 0px rgba(197, 197, 197, 0.3);
    border-style: solid;
    border-width: 1px;
    border-image-source: linear-gradient(0deg, #eff3fa 0%, #c6dbff 100%);
    border-image-slice: 1;
    box-sizing: border-box;
    padding: 50px 0px 20px 30px;
}

.contactMatter ul {
    overflow: hidden;
}

.contactMatter ul li {
    margin-bottom: 10px;
}

.contactMatter ul li a {
    display: inline-block;
    overflow: hidden;
}

.contactMatter ul li a img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.contactMatter ul li span {
    margin-left: 20px;
    /*font-family: Repair-Regular;*/
    font-family: 'OPPOSans-R';
    /*font-family: '微软雅黑';*/
    color: #333333;
    vertical-align: middle;
}

.contactMatter ul li a:hover span {
    color: #007fff;
}

.companyMap {
    margin: 0px 0px 10px;
    display: inline-block;
}

.companyMap img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.companyMap span {
    vertical-align: middle;
    
    color: #333333;
    margin-left: 20px;
}

.companyMapAbout h5 {
    color: #333333;
    font-weight: bold;
    line-height: 36px;
}

.companyMapAbout div,
.companyMapAbout div a {
    display: inline-block;
}

.companyMapAbout div a:hover p,
.companyMapAbout div a:hover h5 {
    color: #007fff;
}

.companyMapAbout div a:hover h5 {
    font-size: 22px;
}

.companyMapAbout p {
    color: #666666;
    margin-bottom: 10px;
}


/* ========================联系我们 end=================== */


.developDate::-webkit-scrollbar,
.developMatter .stb::-webkit-scrollbar {
    width: 4px;
    height: 10px;
}

.developDate::-webkit-scrollbar-track {
    background: rgb(250, 250, 250, 0.2);
    border-radius: 4px;
}

.developMatter .stb::-webkit-scrollbar-thumb {
    background: rgb(250, 250, 250, 0.5);
    border-radius: 4px;
}

.developMatter .stb::-webkit-scrollbar-thumb {
    background-color: rgb(88 85 85 / 50%);
}

.developDate::-webkit-scrollbar-thumb {
    width: 4px;
    height: 18px;
    background-color: #fff;
    border-radius: 4px;
}