
.mapDiv {
    padding-top: .2rem;
    display: flex;
    justify-content: space-between;
    box-shadow: unset!important;
}
.mapDiv .imgBox {

    width: 49%!important;
    border: 5px solid #fff;
    box-shadow: 0px 0.2rem 0.4rem rgba(96, 97, 112, 0.28);
}

.mapDiv .imgBox .tit {
    padding: .1rem;
    background: #fff;
    text-align: center;
    font-weight: bold;
}

.detailAll .breads {
    background: #fff;
    color: #000;
    height: 0.76rem;
    line-height: 0.76rem;
    bottom: 0;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    justify-content: space-between;
    padding: 0 0.4rem;
    font-size: 0.18rem;
  }
  .detailAll .return {
    background: url(../images/more_icon-b.png) no-repeat right center;
    padding-right: 0.2rem;
    background-size: 0.07rem 0.14rem;
    position: relative;
    font-size: 0.16rem;
  }
  .detailAll .return::before {
    content: "";
    display: block;
    width: 1.1rem;
    height: 1px;
    background: #000;
    position: absolute;
    left: -1.4rem;
    top: 50%;
    margin-top: 0.5px;
  }
  .detailAll .return:hover {
    background: url(../images/more_icon.png) no-repeat right center;
    background-size: 0.07rem 0.14rem;
    color: #7e318e;
  }
  .detailAll .return:hover::before {
    background: #7e318e;
  }
  .pbDetail > div {
    padding: 0.4rem;
  }
  .color-purple {
    color: #7e318e;
  }
  .video-close {
    width: 0.2rem;
    height: 0.2rem;
    background: url(../images/page/close_icon.png) no-repeat center;
    background-size: contain;
    right: 0.5rem;
    top: 0.5rem;
  }
  .autowidth {
    width: 14rem;
    margin: auto;
    max-width: 95%;
  }
  .autowidth12 {
    width: 11rem;
    margin: auto;
    max-width: 95%;
  }
  .secondBanner {
    width: 100%;
    height: 4.5rem;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center bottom;
  }
  .breads {
    position: absolute;
    bottom: 0.25rem;
    color: #fff;
    margin-left: -5.5rem;
    left: 50%;
    z-index: 30;
  }
  .section-tit {
    margin-bottom: 0.4rem;
  }
  .section-tit .tit {
    border-left: 2px solid #7e318e;
    font-size: 0.38rem;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
  .section-tit .text {
    font-size: 0.22rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #000;
    opacity: 0.5;
  }
  .section-tit .text::before {
    content: "/";
    font-size: 0.2rem;
    display: block;
    margin-right: 0.15rem;
  }
  .pageMain {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 0.6rem;
  }
  .pageMain .breadNav {
    display: flex;
    justify-content: center;
  }
  .pageMain .breadNav a {
    height: 0.8rem;
    line-height: 0.8rem;
    position: relative;
    font-size: 0.16rem;
    margin: 0 0.25rem;
  }
  .pageMain .breadNav a::before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 3px;
    background: #7e318e;
    width: 0;
    transition: 0.5s;
    margin-left: -0.2rem;
    border-radius: 0.2rem;
  }
  .pageMain .breadNav a.on {
    color: #1a1a1a;
    font-size: 0.22rem;
    font-weight: bold;
  }
  .pageMain .breadNav a.on::before {
    width: 0.4rem;
  }
  .pageMain .breadNav a:hover::before {
    width: 0.4rem;
  }
  .pageMain .breadNavTwo {
    display: flex;
    justify-content: center;
  }
  .pageMain .breadNavTwo a {
    margin: 0 0.5rem;
  }
  .projectSwiper {
    padding-top: 0.2rem;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 0.2rem;
  }
  .projectSwiper .autowidth12 {
    position: relative;
    padding-top: 0.1rem;
  }
  .projectSwiper .swiper-wrapper {
    display: flex;
    align-items: center;
  }
  .projectSwiper .swiper-wrapper .swiper-slide {
    color: #666;
    padding-bottom: 0.3rem;
    position: relative;
  }
  .projectSwiper .on {
    font-size: 0.18rem;
    color: #000;
    font-weight: bold;
  }
  .projectSwiper .on::before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 3px;
    background: #7e318e;
    width: 0.5rem;
    transition: 0.5s;
    margin-left: -0.2rem;
    border-radius: 0.2rem;
  }
  .projectSwiper .swiper-next,
  .projectSwiper .swiper-prev {
    width: 0.6rem;
    height: 0.6rem;
    background: #fff;
    position: absolute;
    cursor: pointer;
    border-radius: 0.6rem;
    font-size: 0.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 30;
    box-shadow: 0px 0.1rem 0.3rem 0px rgba(173, 173, 173, 0.2);
  }
  .projectSwiper .swiper-next:hover,
  .projectSwiper .swiper-prev:hover {
    background: #7e318e;
  }
  .projectSwiper .swiper-next:hover i,
  .projectSwiper .swiper-prev:hover i {
    border: solid #fff;
    border-width: 0 0.03rem 0.03rem 0;
  }
  .projectSwiper .swiper-next i,
  .projectSwiper .swiper-prev i {
    border: solid #333;
    border-width: 0 0.03rem 0.03rem 0;
    display: inline-block;
    padding: 0.05rem;
  }
  .projectSwiper .swiper-prev {
    left: -1rem;
    top: 0rem;
  }
  .projectSwiper .swiper-prev i {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    margin-left: 0.04rem;
  }
  .projectSwiper .swiper-next {
    right: -1rem;
    top: 0rem;
  }
  .projectSwiper .swiper-next i {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-right: 0.04rem;
  }
  .projectSwiper .swiper-button-disabled:hover {
    background: #fff;
  }
  .projectSwiper .swiper-button-disabled:hover i {
    border: solid #333;
    border-width: 0 0.03rem 0.03rem 0;
  }
  .companyProfile {
    position: relative;
  }
  .companyProfile .section-tit {
    position: absolute;
    left: 0;
    top: 0;
    border: none;
  }
  .companyProfile dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.3rem;
  }
  .companyProfile dl dt {
    width: 40%;
  }
  .companyProfile dl dd {
    width: 53%;
    padding-top: 0.5rem;
  }
  .companyProfile dl dd p {
    text-indent: 2em;
  }
  .companyProfile dl:nth-child(2n) {
    flex-flow: row-reverse !important;
  }
  .organizationDiv {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .organizationDiv::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    border-top: 1px dashed #cbadd2;
    position: absolute;
    left: 0;
    top: 0.3rem;
    z-index: -1;
  }
  .organizationDiv .divTit {
    display: inline-block;
    background: #7b378c;
    height: 0.68rem;
    line-height: 0.68rem;
    padding: 0 0.2rem;
  }
  .organizationDiv .divTit span {
    padding-left: 0.1rem;
  }
  .organizationDiv .ulDiv {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .organizationDiv ul {
    padding-top: 0.5rem;
    padding-left: 0.63rem;
    margin-left: 0.2rem;
    border-left: 1px dashed #d6d6d6;
    margin-right: 0.3rem;
  }
  .organizationDiv ul li {
    min-width: 1.3rem;
    background: #efeff5;
    padding: 0 0.1rem;
    margin-bottom: 0.2rem;
    height: 0.5rem;
    line-height: 0.5rem;
    position: relative;
  }
  .organizationDiv ul li::before {
    content: "";
    display: block;
    width: 0.57rem;
    height: 0.09rem;
    background: url(../images/page/organization_icon1.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: -0.63rem;
    top: 50%;
    margin-top: -0.045rem;
  }
  .overallObjectiveDiv {
    margin-bottom: 1rem;
    background: url(../images/page/objective_bg.png) no-repeat 105% top;
    background-size: 4.6rem 4.6rem;
    padding-top: 0.5rem;
  }
  .overallObjectiveDiv .txtBox {
    padding: 0 1.3rem;
    position: relative;
    margin-bottom: 0.6rem;
  }
  .overallObjectiveDiv .txtBox::after {
    content: "";
    display: block;
    width: 0.7rem;
    height: 0.57rem;
    background: url(../images/page/overallObjective_icon1.png) no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
  }
  .overallObjectiveDiv .txtBox::before {
    content: "";
    display: block;
    width: 0.7rem;
    height: 0.57rem;
    background: url(../images/page/overallObjective_icon1.png) no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: rotate(180deg);
  }
  .overallObjectiveDiv .imgBox {
    width: 90%;
  }
  .culture {
    background: #f7f9f9;
  }
  .ideaSwiper {
    position: relative;
    margin-left: 2.4rem;
    margin-right: 2.4rem;
    margin-bottom: 2rem;
  }
  .ideaSwiper .swiper-slide {
    height: 3.8rem;
    padding: 0.3rem;
    background: #fff;
  }
  .ideaSwiper .swiper-slide .line {
    height: 4px;
    width: 0.26rem;
    background: #f2eaf3;
  }
  .ideaSwiper .swiper-slide img {
    width: 0.5rem;
  }
  .ideaSwiper .swiper-pagination {
    position: static;
    margin-top: 1rem;
    width: 80%;
    margin-left: 10%;
  }
  .ideaSwiper .swiper-next,
  .ideaSwiper .swiper-prev {
    width: 0.6rem;
    height: 0.6rem;
    background: #fff;
    position: absolute;
    cursor: pointer;
    border-radius: 0.6rem;
    font-size: 0.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .ideaSwiper .swiper-next:hover,
  .ideaSwiper .swiper-prev:hover {
    background: #7e318e;
  }
  .ideaSwiper .swiper-next:hover i,
  .ideaSwiper .swiper-prev:hover i {
    border: solid #fff;
    border-width: 0 0.03rem 0.03rem 0;
  }
  .ideaSwiper .swiper-next i,
  .ideaSwiper .swiper-prev i {
    border: solid #333;
    border-width: 0 0.03rem 0.03rem 0;
    display: inline-block;
    padding: 0.05rem;
  }
  .ideaSwiper .swiper-prev {
    left: 0;
    bottom: -0.2rem;
  }
  .ideaSwiper .swiper-prev i {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    margin-left: 0.04rem;
  }
  .ideaSwiper .swiper-next {
    right: 0;
    bottom: -0.2rem;
  }
  .ideaSwiper .swiper-next i {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-right: 0.04rem;
  }
  .ideaSwiper .swiper-button-disabled:hover {
    background: #fff;
  }
  .ideaSwiper .swiper-button-disabled:hover i {
    border: solid #333;
    border-width: 0 0.03rem 0.03rem 0;
  }
  .ideaSwiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #7e318e;
    border-radius: 0.2rem;
  }
  .ideaSwiper .swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.15);
  }
  .valuesDiv {
    display: flex;
    justify-content: flex-end;
    position: relative;
  }
  .valuesDiv .imgBox {
    width: 87%;
  }
  .valuesDiv .txtDiv {
    position: absolute;
    right: 0;
    top: -1rem;
    background: url(../images/page/values_bg.png) no-repeat;
    background-size: cover;
    width: 7.8rem;
    height: 5.7rem;
    padding: 1.2rem;
  }
  .projectUl2 {
    width: 100%;
  }
  .projectUl2 li {
    width: 25%;
    padding-right: 0.25rem;
    padding-bottom: 0.4rem;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 0.3rem;
  }
  .projectUl2 li .imgBox {
    display: block;
    background-size: cover;
    background-position: center;
    height: 2.35rem;
  }
  .projectUl2 li:nth-child(7n + 2) {
    width: 50%;
    left: 25% !important;
  }
  .projectUl2 li:nth-child(7n + 2) .imgBox {
    height: 6rem;
  }
  .projectUl2 li:nth-child(7n + 3) {
    left: 75% !important;
  }
  .projectUl2 li:nth-child(7n + 5) {
    left: 75% !important;
  }
  .projectUl2 li:nth-child(7n + 5) .imgBox {
    height: 6rem;
  }
  .projectUl2 li:nth-child(7n + 6) {
    width: 50%;
  }
  .projectUl2 li:nth-child(7n + 7) {
    left: 50% !important;
  }
  .projectUl li {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: flex-start;
  }
  .projectUl li .liDiv {
    overflow: hidden;
    width: 25%;
    float: left;
    display: inline-block;
    padding-right: 0.25rem;
    margin-bottom: 0.2rem;
  }
  .projectUl li .liDiv a {
    display: block;
  }
  .projectUl li .liDiv a .imgBox {
    display: block;
    background-size: cover;
    background-position: center;
    height: 2.35rem;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  .projectUl li .liDiv a .txtBox {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 0.2rem;
    padding-top: 0.1rem;
  }
  .projectUl li .liDiv a .txtBox div:nth-child(2) {
    min-height: 0.3rem;
  }
  .projectUl li .liDiv a .divHidden {
    overflow: hidden;
  }
  .projectUl li .liDiv a .divHidden:hover .imgBox {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  .projectUl li .liDiv:nth-child(2) {
    width: 50%;
  }
  .projectUl li .liDiv:nth-child(2) .imgBox {
    height: 6rem;
  }
  .projectUl li .liDiv:nth-child(3) {
    padding-right: 0;
  }
  .projectUl li .liDiv:nth-child(4) {
    position: absolute;
    left: 0;
    top: 3.65rem;
  }
  .projectUl li .liDiv:nth-child(5) {
    width: 50%;
  }
  .projectUl li .liDiv:nth-child(7) {
    position: absolute;
    right: 0;
    top: 3.5rem;
    padding-right: 0;
  }
  .projectUl li .liDiv:nth-child(7) .imgBox {
    height: 6rem;
  }
  .partyBuilding .header {
    background: url(../images/navOnBgRed.png) repeat-x;
    background-size: contain;
  }
  .partyBuilding .headerBg {
    background: rgba(177, 41, 33, 0.7);
  }
  .partyBuilding .footer .co {
    background: #b12921;
  }
  .partyBuilding .to_top:hover {
    background: url(../images/news/arrow_topw.png) no-repeat center #b12921;
    background-size: 0.18rem 0.1rem;
  }
  .partyBuilding .to_top {
    background: url(../images/news/arrow_topw.png) no-repeat center #b12921;
    background-size: 0.18rem 0.1rem;
  }
  .partyBuildingBg {
    background: url(../images/page/partyBuildingAll_bg.jpg) no-repeat center bottom;
    background-size: contain;
    padding-bottom: 1.5rem;
  }
  .partyBuildingAll .divBox {
    width: 48%;
    margin-bottom: 0.5rem;
  }
  .partyBuildingAll .divBox .divTit {
    height: 1rem;
    background: #b12921;
    padding: 0.3rem;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    align-content: flex-start;
    flex-direction: column;
    justify-content: center;
    position: relative;
  }
  .partyBuildingAll .divBox .divTit span {
    display: flex;
    align-content: center;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    padding-left: 0.2rem;
  }
  .partyBuildingAll .divBox .divTit span::after {
    content: "";
    display: block;
    width: 0.1rem;
    height: 0.1rem;
    background: #fff;
    border-radius: 0.1rem;
    position: absolute;
    left: 0;
  }
  .partyBuildingAll .divBox .divTit span::before {
    content: "";
    display: block;
    width: 0.66rem;
    height: 1px;
    background: #fff;
    opacity: 0.3;
    margin-right: 0.15rem;
  }
  .partyBuildingAll .divBox .divTit div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0.6rem;
  }
  .partyBuildingAll .divBox .divTit div img {
    width: 0.35rem;
    margin-right: 0.05rem;
  }
  .partyBuildingAll .divBox .divTit .more {
    display: block;
    width: 0.32rem;
    height: 0.32rem;
    background: url(../images/page/pb_icon.png) no-repeat center;
    background-size: contain;
    position: absolute;
    right: 0.3rem;
    top: 50%;
    margin-top: -0.16rem;
  }
  .partyBuildingAll .divBox ul {
    border: 1px solid #e5e5e5;
    padding: 0 0.2rem;
  }
  .partyBuildingAll .divBox ul li {
    border-bottom: 1px solid #e5e5e5;
    padding: 0.2rem 0;
    position: relative;
    padding-left: 0.3rem;
  }
  .partyBuildingAll .divBox ul li::before {
    content: "";
    display: block;
    width: 0.06rem;
    height: 0.06rem;
    background: #b2b2b2;
    margin-right: 0.2rem;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.03rem;
  }
  .partyBuildingAll .divBox ul li:last-child {
    border: none;
  }
  .partyBuildingAll .divBox ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .partyBuildingAll .divBox ul li a div {
    width: 70%;
  }
  .partyBuildingAll .divBox ul li:hover {
    color: #cd352e;
  }
  .partyBuildingAll .divBox ul li:hover::before {
    background: #cd352e;
  }
  .partyBuildingAll .divBox:last-child {
    width: 100%;
  }
  .partyBuildingAll .divBox:last-child ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .partyBuildingAll .divBox:last-child ul li {
    width: 47%;
  }
  .partyBuildingAll .divBox:last-child ul li:nth-last-of-type(-n + 2) {
    border-bottom: none;
  }
  .pbDetail .detailData {
    background: #fafafa;
    padding: 0.1rem;
    display: flex;
    justify-content: flex-start;
  }
  .pbDetail .detailData > div {
    background-position: left center;
    background-size: 0.25rem 0.25rem;
    background-repeat: no-repeat;
    padding-left: 0.3rem;
    margin-right: 0.3rem;
  }
  .pbDetail .detailData .source {
    background-image: url(../images/page/detail_icon1.png);
    background-size: 0.25rem 0.25rem;
  }
  .pbDetail .detailData .time {
    background-image: url(../images/page/detail_icon2.png);
    background-size: 0.25rem 0.25rem;
  }
  .pbDetail .detailData .pageviews {
    background-image: url(../images/page/detail_icon3.png);
    background-size: 0.25rem 0.25rem;
  }
  .pbDetail .main {
    margin-top: 0.3rem;
  }
  .pbDetail .main p {
    text-indent: 2em!important;
  }
  .pbDetail .main img {
    width: 80%;
    margin: 0.3rem 0;
  }
  .pbDetail .detailNext {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(242, 12, 26, 0.1);
    padding: 0.5rem 0;
    background: url(../images/page/detailNext_menu.png) no-repeat center;
    background-size: 0.4rem 0.4rem;
  }
  .pbDetail .detailNext > a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .pbDetail .detailNext .divL::before {
    content: "";
    display: block;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 0.6rem;
    background: url(../images/page/detailNext_icon.png) no-repeat left center;
    background-size: 0.6rem;
    margin-right: 0.25rem;
    box-shadow: 0px 0.07rem 0.38rem 0.07rem rgba(114, 114, 114, 0.1);
  }
  .pbDetail .detailNext .divR::after {
    content: "";
    display: block;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 0.6rem;
    background: url(../images/page/detailNext_icon.png) no-repeat left center;
    background-size: 0.6rem;
    margin-left: 0.25rem;
    transform: rotate(180deg);
    box-shadow: 0px 0.07rem 0.38rem 0.07rem rgba(114, 114, 114, 0.1);
  }
  .pbDetail .detailNext > a:hover {
    color: #7e318e;
    font-weight: bold;
  }
  .pbDetail .detailNext > a:hover::before {
    background: url(../images/page/detailNext_iconH.png) no-repeat left center;
    background-size: 0.6rem;
  }
  .pbDetail .detailNext > a:hover::after {
    background: url(../images/page/detailNext_iconH.png) no-repeat left center;
    background-size: 0.6rem;
  }
  .partyBuilding .pbDetail .detailNext > a:hover {
    color: #b12921;
  }
  .partyBuilding .pbDetail .detailNext > a:hover::after,
  .partyBuilding .pbDetail .detailNext > a:hover::before {
    background: url(../images/page/detailNext_iconRed.png) no-repeat left center;
    background-size: 0.6rem;
  }
  .listUl {
    margin-bottom: 0.3rem;
  }
  .listUl li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0.2rem 0;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
  }
  .listUl li a .time {
    margin-right: 0.3rem;
  }
  .listUl li a .max1 {
    width: auto;
    max-width: 80%;
  }
  .listUl li a .more {
    display: block;
    width: 0.2rem;
    height: 0.2rem;
    background: url(../images/page/pb_icon.png) no-repeat center;
    background-size: contain;
    margin-left: 0.5rem;
    position: absolute;
    right: 0;
    top: 0.26rem;
  }
  .listUl li:last-child a {
    border-bottom: none;
  }
  .listUl li:hover {
    background: url(../images/page/superiorSpirit_libg.png) no-repeat 0.7rem #7e318e;
    background-size: 0.9rem 0.9rem;
  }
  .listUl li:hover a {
    color: #fff;
    border-bottom: 1px solid #7e318e;
  }
  .listUl li:hover a .time {
    opacity: 1;
  }
  .superiorSpiritUl ul li:hover {
    background: url(../images/page/superiorSpirit_libg.png) no-repeat -0.1rem -0.4rem #b12921;
    background-size: 1.92rem 2.28rem;
  }
  .superiorSpiritUl ul li:hover a {
    color: #fff;
    border-bottom: 1px solid #b12921;
  }
  .goPages {
    display: flex;
    justify-content: center;
    padding-top: 0.5rem;
    padding-bottom: 0.9rem;
  }
  .goPages a {
    width: 0.32rem;
    height: 0.32rem;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.16rem;
    margin: 0 0.02rem;
  }
  .goPages a.on,
  .goPages a:hover {
    background: #7e318e;
    color: #fff;
  }
  .goPages a.point {
    background: #fff;
    color: #333;
  }
  .goPages a.next i {
    border: solid #333;
    border-width: 0 0.02rem 0.02rem 0;
    display: inline-block;
    padding: 0.05rem;
    margin-right: 0.04rem;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .goPages a.next:hover i {
    border: solid #fff;
    border-width: 0 0.02rem 0.02rem 0;
  }
  .partyBuilding .section-tit .tit {
    color: #b12921;
    border-left: 2px solid #b12921;
  }
  .partyBuilding .pageMain .breadNav a::before {
    background: #b12921;
  }
  .partyBuilding .pageMain .breadNav a.on {
    color: #b12921;
  }
  .partyBuilding .listUl li:hover {
    background: url(../images/page/superiorSpirit_libg.png) no-repeat 0.7rem #b12921;
    background-size: 0.9rem 0.9rem;
  }
  .partyBuilding .goPages a.on,
  .partyBuilding .goPages a:hover {
    background: #b12921;
    color: #fff;
  }
  .qualificationUl {
    display: flex;
    flex-wrap: wrap;
  }
  .qualificationUl li {
    width: 25%;
    margin-bottom: 0.5rem;
    padding: 0.2rem;
  }
  .qualificationUl li .imgBox {
    margin-bottom: 0.2rem;
  }
  .qualificationUl li:hover {
    background: #a46eb0;
    color: #fff;
  }
  section.honor .topTit {
    border-bottom: 1px solid #e5d6e8;
  }
  .honorUl {
    display: flex;
    flex-wrap: wrap;
  }
  .honorUl li {
    width: 21%;
    margin-bottom: 0.5rem;
  }
  .honorUl li .imgBox {
    display: flex;
    height: 100%;
    align-items: center;
  }
  .honorUl li:not(:nth-child(4n)) {
    margin-right: calc(16% / 3);
  }
  .contactUs {
    background: url(../images/page/cu_bg.jpg) no-repeat center bottom;
    background-size: 19.2rem 5rem;
    padding-bottom: 1.4rem;
  }
  .contactUs .contactUsDiv {
    box-shadow: 0px 0.2rem 0.4rem rgba(96, 97, 112, 0.28);
  }
  .contactUs .imgBox {
    width: 50%;
  }
  .contactUs .txtsBox {
    width: 50%;
    padding: 0.5rem;
    background: #fff;
    padding-top: 1rem;
    background: url(../images/page/cu_icon1.png) no-repeat 102% -0.2rem;
    background-size: 2.09rem 2.09rem;
  }
  .contactUs .txtsBox .line {
    width: 0.5rem;
    height: 2px;
    background: #7e318e;
  }
  .contactUs .txtsBox ol li {
    margin-bottom: 0.2rem;
    color: #333;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 0.5rem;
    background-size: 0.3rem 0.3rem;
  }
  .contactUs .txtsBox ol li span {
    opacity: 0.5;
  }
  .contactUs .txtsBox ol li.add {
    background-image: url(../images/page/cu_add.png);
  }
  .contactUs .txtsBox ol li.phone {
    background-image: url(../images/page/cu_phone.png);
  }
  .contactUs .txtsBox ol li.email {
    background-image: url(../images/page/cu_email.png);
  }
  .companyNewsUl {
    display: flex;
    flex-wrap: wrap;
  }
  .companyNewsUl li {
    width: 33%;
    padding: 0.3rem;
    padding-bottom: 0;
  }
  .companyNewsUl li a {
    display: block;
    border-bottom: 1px solid #ced0d2;
  }
  .companyNewsUl li .txtsBox {
    height: 2rem;
    position: relative;
  }
  .companyNewsUl li .txtsBox .timeMore {
    position: absolute;
    bottom: 0.3rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .companyNewsUl li:not(:nth-child(3n)) {
    margin-right: calc(1% / 2);
  }
  .companyNewsUl li:hover {
    box-shadow: 0px 0.007rem 0.38rem 0.07rem rgba(114, 114, 114, 0.16);
    color: #7e318e;
  }
  .detailSwiper {
    position: relative;
    overflow: hidden;
  }
  .detailSwiper .swiper {
    margin-left: -3rem;
    margin-right: -3rem;
  }
  .detailSwiper .swiper-slide {
    height: 5.2rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .detailSwiper .breads {
    z-index: 20;
  }
  .detailSwiper .swiper-next,
  .detailSwiper .swiper-prev {
    width: 0.6rem;
    height: 0.6rem;
    background: #fff;
    position: absolute;
    cursor: pointer;
    border-radius: 0.6rem;
    font-size: 0.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 30;
  }
  .detailSwiper .swiper-next:hover,
  .detailSwiper .swiper-prev:hover {
    background: #7e318e;
  }
  .detailSwiper .swiper-next:hover i,
  .detailSwiper .swiper-prev:hover i {
    border: solid #fff;
    border-width: 0 0.03rem 0.03rem 0;
  }
  .detailSwiper .swiper-next i,
  .detailSwiper .swiper-prev i {
    border: solid #333;
    border-width: 0 0.03rem 0.03rem 0;
    display: inline-block;
    padding: 0.05rem;
  }
  .detailSwiper .swiper-prev {
    left: 1rem;
    top: 2.2rem;
  }
  .detailSwiper .swiper-prev i {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    margin-left: 0.04rem;
  }
  .detailSwiper .swiper-next {
    right: 1rem;
    top: 2.2rem;
  }
  .detailSwiper .swiper-next i {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-right: 0.04rem;
  }
  .detailSwiper .swiper-button-disabled:hover {
    background: #fff;
  }
  .detailSwiper .swiper-button-disabled:hover i {
    border: solid #333;
    border-width: 0 0.03rem 0.03rem 0;
  }
  .projectDetail .detailData > div {
    background-repeat: no-repeat;
    background-position: left center;
  }
  .projectDetail .detailData > div span {
    color: #7e318e;
  }
  .projectDetail .detailData > div:nth-child(1) {
    background-image: url(../images/page/pd_icon1.png);
    background-size: 0.25rem 0.25rem;
  }
  .projectDetail .detailData > div:nth-child(2) {
    background-image: url(../images/page/pd_icon2.png);
    background-size: 0.25rem 0.25rem;
  }
  .projectDetail .detailData > div:nth-child(3) {
    background-image: url(../images/page/pd_icon3.png);
    background-size: 0.25rem 0.25rem;
  }
  .projectDetail .detailData > div:nth-child(4) {
    background-image: url(../images/page/pd_icon4.png);
    background-size: 0.25rem 0.25rem;
  }
  .pbDetail .main img {
    display: block;
    margin: 0.3rem auto;
  }
  .detailH {
    position: relative;
  }
  #sharePage {
    float: right;
  }
  #sharePage .fx {
    font-size: 0.16rem;
    color: #666;
    display: inline-block;
    line-height: 0.28rem;
    font-weight: normal;
  }
  .social-share {
    font-size: 0.16rem !important;
  }
  .social-share .social-share-icon {
    width: 0.28rem !important;
    height: 0.28rem !important;
    border: none!important;
  }
  .social-share .social-share-icon::before {
    display: none;
  }
  .social-share .social-share-icon {
    margin: 0 0.05rem !important;
  }
  .social-share .icon-wechat,
  .social-share .icon-wechat:hover {
    background: url(../images/news/wechaticon.png) no-repeat no-repeat center !important;
    background-size: cover!important;
  }
  .social-share .icon-weibo,
  .social-share .icon-weibo:hover {
    background: url(../images/news/weiboicon.png) no-repeat no-repeat center !important;
    background-size: cover!important;
  }
  .social-share .icon-wechat .wechat-qrcode {
    z-index: 35;
  }
  .pbDetail {
    z-index: 30;
    position: relative;
  }
  .to_top {
    position: fixed;
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    background: url(../images/news/arrow_topw.png) no-repeat center #7b378c;
    background-size: 0.18rem 0.1rem;
    right: 0.5rem;
    bottom: 2rem;
    cursor: pointer;
    z-index: 35;
  }
  .to_top:hover {
    background: url(../images/news/arrow_topw.png) no-repeat center #7b378c;
    background-size: 0.18rem 0.1rem;
  }
  .projectBannerSwiper {
    overflow: hidden;
  }
  .projectBannerSwiper .swiper-slide {
    height: 4.5rem;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .projectBannerSwiper .swiper-pagination .swiper-pagination-bullet {
    margin: 0 0.05rem;
    background: #fff;
    opacity: 1;
    width: 0.12rem;
    height: 0.12rem;
  }
  .projectBannerSwiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #7b378c;
  }
  .pbDetail .detailNext a {
    display: flex;
    flex-wrap: wrap;
  }
  @media only screen and (max-width: 1024px) {
    .listUl li a {
      flex-wrap: wrap;
    }
    .listUl li a .time {
      width: 100%;
    }
    .listUl li a .max1 {
      max-width: 100%;
    }
    .companyNewsUl li {
      width: 100%;
    }
    .companyNewsUl li:not(:nth-child(3n)) {
      margin: 0!important;
    }
    .partyBuildingAll .divBox {
      width: 100%;
    }
    .partyBuildingAll .divBox .divTit {
      height: 1.4rem;
    }
    .partyBuildingAll .divBox:last-child ul li {
      width: 100%;
    }
    .pbDetail .detailData {
      flex-wrap: wrap;
      justify-content: space-between;
    }
    .pbDetail .detailNext > a {
      width: 40%;
    }
    .companyProfile .section-tit {
      position: static;
    }
    .companyProfile dl {
      flex-wrap: wrap!important;
    }
    .companyProfile dl:nth-child(2n) {
      flex-flow: column!important;
    }
    .companyProfile dl dt,
    .companyProfile dl dd {
      width: 100%;
    }
    .companyProfile dl dt {
      margin-bottom: 0.2rem;
    }
    .organizationDiv {
      flex-wrap: wrap;
    }
    .organizationDiv::after {
      display: none;
    }
    .organizationDiv .groupingDiv {
      width: 100%;
      margin-bottom: 0.2rem;
    }
    .valuesDiv .txtDiv {
      width: auto;
      height: auto;
      padding: 0.2rem;
    }
    .ideaSwiper {
      overflow: hidden;
      margin: 0 0.5rem;
      margin-bottom: 1rem;
    }
    .ideaSwiper .swiper-next,
    .ideaSwiper .swiper-prev {
      bottom: 0;
    }
    .ideaSwiper .swiper-pagination {
      margin-bottom: 0.3rem;
    }
    .qualificationUl li {
      width: 50%;
    }
    .honorUl li {
      width: 45%;
    }
    .honorUl li:not(:nth-child(4n)) {
      margin-right: 0;
    }
    .honorUl li:not(:nth-child(2n)) {
      margin-right: calc(10% / 1);
    }
    .contactUs .contactUsDiv {
      flex-wrap: wrap;
    }
    .contactUs .imgBox {
      width: 100%;
    }
    .contactUs .txtsBox {
      width: 100%;
    }
    .projectDetail .detailData {
      display: flex;
      justify-content: space-between;
    }
    .projectDetail .detailData > div {
      width: 50%;
      margin: 0;
    }
    .projectDetail .pbDetail > div {
      padding: 0.5rem 0;
    }
    .breads {
      left: 0.2rem;
      margin: 0;
    }
    .projectUl li {
      display: flex;
      justify-content: space-between;
    }
    .projectUl li .liDiv {
      width: 48%!important;
      position: unset!important;
    }
    .projectUl li .liDiv .imgBox {
      height: 3.2rem !important;
    }
    .projectUl li .liDiv:nth-child(7) {
      width: 100%!important;
    }
    .pageMainSp {
      overflow-y: hidden;
    }
    .pageMainSp .breadNav {
      width: 130%;
      max-width: unset;
      justify-content: space-between;
    }
    .companyNewsUl li .txtsBox {
      height: auto;
    }
    .companyNewsUl li .txtsBox .timeMore {
      position: static;
      padding-top: 0.2rem;
    }
    .social-share .icon-wechat:hover .wechat-qrcode {
      transform: scale(0.5);
    }
    .social-share .icon-wechat .wechat-qrcode {
      right: -1.6rem !important;
      top: -3.5rem !important;
      left: unset!important;
    }
    .companyNewsUl li .imgBox {
      height: 3.5rem;
    }
    .pageMain .breadNav a {
      margin: 0 0.1rem;
      height: 1.2rem;
      line-height: 1.2rem;
    }
    .secondBanner {
      height: 2.5rem;
    }
    .projectBannerSwiper .swiper-slide {
      height: 2.5rem;
    }
    .projectSwiper .swiper-prev {
      display: none;
    }
    .projectSwiper .swiper-container {
      padding-right: 1rem;
    }
    .projectSwiper .swiper-next {
      position: absolute;
      right: 0;
      top: 0.05rem;
    }
    .pbDetail .detailNext {
      background: none;
      flex-wrap: wrap;
      justify-content: flex-start;
    }
    .pbDetail .detailNext .divL {
      width: 100%!important;
      padding: 0!important;
      margin-bottom: 0.2rem;
    }
    .pbDetail .detailNext .divL::before {
      display: none;
    }
    .pbDetail .detailNext .divR {
      width: 100%!important;
      padding: 0!important;
      justify-content: flex-start !important;
    }
    .pbDetail .detailNext .divR::after {
      display: none;
    }
  }
  .pbDetail .main p {
    font-size: 0.18rem !important;
  }
  .pbDetail .main span {
    font-size: 0.18rem !important;
    font-family: "PingFang SC", "Hiragino Sans GB", "\5FAE\8F6F\96C5\9ED1", "Microsoft Yahei", tahoma, arial, "\5B8B\4F53", sans-serif !important;
  }
  .pbDetail .detailNext {
    align-items: flex-start;
  }
  .pbDetail .detailNext .divL {
    width: 40%;
    justify-content: flex-start;
    position: relative;
    padding-left: 1rem;
  }
  .pbDetail .detailNext .divL::before {
    position: absolute;
    left: 0;
  }
  .pbDetail .detailNext .divR {
    width: 40%;
    justify-content: flex-end;
    display: flex;
    position: relative;
    padding-right: 1rem;
  }
  .pbDetail .detailNext .divR::after {
    position: absolute;
    right: 0;
  }
  .pbDetail .detailData {
  
  }
  .honorUl {
    padding-bottom: 1rem;
  }
  .videoImg {
    position: relative;
  }
  .videoImg::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/sy.png) no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
  }
  