.ub-aboutCourse .ub-bannerBg {
  width: 100%;
  height: 420px;
  background: url(../Images/aboutBannerBg1.png);
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  min-width: 1300px;
}

.ub-aboutCourse .ub-bannerContent {
  width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.ub-aboutCourse .ub-bannerContent>div:nth-of-type(1) {
  position: absolute;
  top: 125px;
  z-index: 2;
}

.ub-aboutCourse .ub-bannerContent>div>h1 {
  font-size: 60px;
  color: #111111;
}

.ub-aboutCourse .ub-bannerContent>div>p {
  font-size: 30px;
  font-weight: 400;
  color: #333333;
  margin-top: 20px;
  white-space: nowrap;
}

.ub-aboutCourse .ub-bannerContent>div>img {
  position: absolute;
  right: 0;
  top: 0;
  width: 528px;
  height: 420px;
}

.ub-aboutCourse .ub-msgContent {
  width: 100%;
  height: 100%;
  padding-bottom: 60px;
  background-image: linear-gradient(226deg, #F5F8FF 0%, #F6F9FF 49%, #F0F4FC 100%);
}

.ub-aboutCourse .ub-magList {
  width: 1200px;
  position: relative;
  margin: auto;
  margin-top: 374px;
  padding: 60px;
  border-radius: 8px;
  background: #fff;
}

.ub-aboutCourse .ub-magTitle {
  color: #333333;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}

.ub-aboutCourse .ub-courseContent {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}

.ub-aboutCourse .ub-courseLeft {
  margin-top: 40px;
}

.ub-aboutCourse .ub-courseLeft>.ub-courseLeftContent {
  width: 102px;
}

.ub-aboutCourse .ub-courseLeft>.ub-courseLeftContent>.ub-courseLeftActive {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ub-aboutCourse .ub-courseLeft>.ub-courseLeftContent>.ub-courseLeftActive>div:nth-of-type(1) {
  font-size: 26px;
  color: #333333;
  font-weight: 700;
  width: 64px;
  text-align: right;
}

.ub-aboutCourse .ub-courseLeft>.ub-courseLeftContent>.ub-courseLeftActive>div:nth-of-type(2) {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  /* background: rgba(9, 129, 255, 0.2); */
  border: 4px solid rgba(9, 129, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}

.ub-aboutCourse .ub-courseLeft>.ub-courseLeftContent>.ub-courseLeftActive>div>div {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-image: linear-gradient(128deg, #20ADFF 0%, #0070FF 100%);
  border: 1px solid #fff;
}

.ub-aboutCourse .ub-courseLeft>.ub-courseLeftContent>.ub-lineActive {
  width: 2px;
  height: 60px;
  background-image: linear-gradient(128deg, #20ADFF 0%, #0070FF 100%) !important;
  border-radius: 8px;
  border-radius: 1.5px;
  margin: 8px 0 0 89px;
}

.ub-aboutCourse .ub-courseLeft>.ub-courseLeftContent>.ub-courseLeft-noActive {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.ub-aboutCourse .ub-courseLeft>.ub-courseLeftContent>.ub-courseLeft-noActive>div:nth-of-type(1) {
  font-size: 20px;
  color: #6C7599;
  width: 64px;
  text-align: right;
  margin-top: 5px;
}

.ub-aboutCourse .ub-courseLeft>.ub-courseLeftContent>.ub-courseLeft-noActive>div:nth-of-type(2) {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  /* background: rgba(9, 129, 255, 0.2); */
  border: 4px solid rgba(9, 129, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
}

.ub-aboutCourse .ub-courseLeft>.ub-courseLeftContent>.ub-courseLeft-noActive>div>div {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #fff;
}

.ub-aboutCourse .ub-courseLeft>.ub-courseLeftContent>.ub-line {
  width: 2px;
  height: 60px;
  border-radius: 8px;
  border-radius: 1.5px;
  margin: 8px 0 0 89px;
  background: #D8D8D8;
}

.ub-aboutCourse .ub-magList .ub-courseRight {
  display: none;
  width: 938px;
  padding: 32px 32px 50px 32px;
  background-image: linear-gradient(186deg, #E0F1FF 5%, #FFFFFF 76%, #FFFFFF 93%);
}

.ub-aboutCourse .ub-magList .ub-hs_detail2022 {
  display: block;
}

.ub-aboutCourse .ub-courseRight>.ub-courseTime {
  font-size: 36px;
  font-weight: 700;
  color: #333333;
}

.ub-aboutCourse .ub-rightContent {
  margin-top: 24px;
}

.ub-aboutCourse .ub-event {
  display: flex;
  margin-bottom: 32px;
}

.ub-aboutCourse .ub-event span {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 6px 8px 0 0;
  background-image: linear-gradient(137deg, #E60000 0%, #CB1E2A 100%);
}

.ub-aboutCourse .ub-event>div>p:nth-of-type(1) {
  color: #6C7599;
  font-size: 16px;
}

.ub-aboutCourse .ub-event>div>p:nth-of-type(2) {
  color: #333333;
  font-size: 18px;
  margin-top: 8px;
}

.ub-aboutCourse .ub-event>div>img {
  width: 186px;
  height: 120px;
  margin-top: 8px;
}

.ub-aboutEnterprise {
  /* ----轮播图---- */
}

.ub-aboutEnterprise .ub-bannerBg {
  width: 100%;
  height: 420px;
  background: url(../Images/aboutBannerBg1.png);
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  min-width: 1300px;
}

.ub-aboutEnterprise .ub-bannerContent {
  width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.ub-aboutEnterprise .ub-bannerContent>div:nth-of-type(1) {
  position: absolute;
  top: 125px;
  z-index: 2;
}

.ub-aboutEnterprise .ub-bannerContent>div>h1 {
  font-size: 60px;
  color: #111111;
}

.ub-aboutEnterprise .ub-bannerContent>div>p {
  font-size: 30px;
  font-weight: 400;
  color: #333333;
  margin-top: 20px;
  white-space: nowrap;
}

.ub-aboutEnterprise .ub-bannerContent>div>img {
  position: absolute;
  right: 0;
  top: 0;
  width: 528px;
  height: 420px;
}

.ub-aboutEnterprise .ub-msgContent {
  width: 100%;
  height: 100%;
  padding-bottom: 60px;
  background-image: linear-gradient(226deg, #F5F8FF 0%, #F6F9FF 49%, #F0F4FC 100%);
}

.ub-aboutEnterprise .ub-magList {
  width: 1200px;
  /* position: absolute; */
  position: relative;
  /* left: 0; */
  /* right: 0; */
  margin: auto;
  margin-top: 374px;
  padding: 56px 60px 60px 60px;
  border-radius: 8px;
  background: #fff;
  background: url(../Images/aboutBannerBg3.png) #fff;
  background-size: 100% 100%;
  font-size: 0;
}

.ub-aboutEnterprise .ub-magTitle {
  color: #333333;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}

.ub-aboutEnterprise .ub-abstract {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}

.ub-aboutEnterprise .ub-abstract>.ub-abstractContent {
  width: 246px;
  height: 130px;
  background-image: linear-gradient(180deg, #F5F9FE 0%, #FFFFFF 100%);
  border: 1px solid #F3F8FF;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.ub-aboutEnterprise .ub-abstract>.ub-abstractContent span:nth-of-type(1) {
  font-size: 48px;
  color: #0579FF;
  font-weight: 900;
}

.ub-aboutEnterprise .ub-abstract>.ub-abstractContent span:nth-of-type(2) {
  font-size: 32px;
  color: #0579FF;
  font-weight: 900;
}

.ub-aboutEnterprise .ub-abstract>.ub-abstractContent p {
  font-size: 16px;
  color: #444753;
  margin-top: 5px;
}

.ub-aboutEnterprise .ub-synopsis p {
  margin-top: 46px;
  color: #444753;
  font-size: 18px;
  letter-spacing: 1.12px;
  line-height: 38px;
  text-indent: 40px;
}

.ub-aboutEnterprise .ub-worthBg {
  width: 100%;
  height: 628px;
  padding-top: 60px;
  background: url(../Images/aboutBannerBg4.png);
  background-size: 100% 100%;
}

.ub-aboutEnterprise .ub-worthTitle {
  color: #333333;
  font-size: 32px;
  text-align: center;
}

.ub-aboutEnterprise .ub-worthContent {
  width: 1200px;
  margin: auto;
  margin-top: 80px;
  position: relative;
}

.ub-aboutEnterprise .ub-worthContent>.ub-core {
  width: 190px;
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  text-align: center;
  font-weight: 900;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.5);
  /* letter-spacing: 50px; */
  position: absolute;
  font-size: 36px;
}

.ub-aboutEnterprise .ub-worth .ub-worthContent:nth-of-type(2) .ub-core {
  left: 0;
  top: 100px;
}

.ub-aboutEnterprise .ub-worth .ub-worthContent:nth-of-type(3) .ub-core {
  left: 171.4px;
  top: 0px;
}

.ub-aboutEnterprise .ub-worth .ub-worthContent:nth-of-type(4) .ub-core {
  left: 342.8px;
  top: 100px;
}

.ub-aboutEnterprise .ub-worth .ub-worthContent:nth-of-type(5) .ub-core {
  left: 514.2px;
  top: 0px;
}

.ub-aboutEnterprise .ub-worth .ub-worthContent:nth-of-type(6) .ub-core {
  left: 685.6px;
  top: 100px;
}

.ub-aboutEnterprise .ub-worth .ub-worthContent:nth-of-type(7) .ub-core {
  left: 857px;
  top: 0px;
}

.ub-aboutEnterprise .ub-worth .ub-worthContent:nth-of-type(8) .ub-core {
  left: 1028px;
  top: 100px;
}

.ub-aboutEnterprise .ub-worthContent>.ub-core img {
  width: 100%;
  height: 100%;
}

.ub-aboutEnterprise .ub-worthContent>.ub-core div {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

.ub-aboutEnterprise .ub-certificateBg {
  width: 100%;
  height: 100%;
  padding: 80px 0;
  background-image: linear-gradient(226deg, #F5F8FF 0%, #F6F9FF 49%, #F0F4FC 100%);
}

.ub-aboutEnterprise .ub-certificate {
  width: 1200px;
  margin: auto;
}

.ub-aboutEnterprise .ub-certificateTitle {
  font-size: 32px;
  font-weight: 700;
  color: #333333;
  text-align: center;
}

.ub-aboutEnterprise .ub-certificateContent {
  margin-top: 50px;
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  flex-wrap: wrap;
}

.ub-aboutEnterprise .ub-certificateContent>.ub-certificateShow {
  width: 276px;
  padding: 16px;
  background: #F8FBFF;
  box-shadow: 0 16px 20px 0 rgba(210, 222, 247, 0.38);
  text-align: center;
  margin-bottom: 24px;
  margin-left: 24px;
  transition: all 0.3s;
  border-radius: 6px;
}

.ub-aboutEnterprise .ub-certificateShow:hover {
  transform: scale(1.1);
}

.ub-aboutEnterprise .ub-certificateContent>.ub-certificateShow img {
  width: 244px;
  height: 168px;
}

.ub-aboutEnterprise .ub-certificateContent>.ub-certificateShow p {
  font-size: 16px;
  color: #444753;
  margin-top: 10px;
}

.ub-aboutEnterprise .ub-propertyBg {
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 60px 0 64px 0;
}

.ub-aboutEnterprise .ub-property {
  width: 1200px;
  margin: auto;
}

.ub-aboutEnterprise .ub-propertyTitle {
  text-align: center;
  font-size: 32px;
  color: #333333;
  font-weight: 700;
}

.ub-aboutEnterprise .ub-propertyContent {
  margin-top: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ub-aboutEnterprise .ub-propertyContent>.ub-propertyShow {
  width: 184px;
  padding: 16px;
  text-align: center;
  background-image: linear-gradient(180deg, #F5F9FE 0%, #FFFFFF 100%);
  border: 1px solid #F3F8FF;
  border-radius: 6px;
  margin-bottom: 24px;
  transition: all 0.3s;
}

.ub-aboutEnterprise .ub-propertyShow:hover {
  transform: scale(1.1);
}

.ub-aboutEnterprise .ub-propertyContent>.ub-propertyShow img {
  width: 152px;
  height: 214px;
}

.ub-aboutEnterprise .ub-propertyContent>.ub-propertyShow p {
  margin-top: 10px;
  color: #444753;
  font-size: 15px;
}

.ub-aboutBottomBg {
  width: 100%;
  height: 482px;
  background: url(../Images/contactBanner.png);
  background-size: 100% 100%;
  padding-top: 60px;
}

.ub-aboutEnterprise .ub-aboutBottom {
  width: 1200px;
  margin: auto;
}

.ub-aboutEnterprise .ub-aboutBottomTitle {
  font-weight: 700;
  font-size: 32px;
  color: #FFFFFF;
  text-align: center;
}

.ub-aboutEnterprise .ub-aboutBottomContent {
  display: flex;
  align-items: center;
  margin-top: 50px;
  justify-content: space-between;
}

.ub-aboutEnterprise .ub-aboutBottomContent>div {
  /* width: 276px;
        height: 192px;
        background: rgba(248,251,255,0.80);
        border: 1px solid #FFFFFF;
        border-radius: 6px;
        display: flex;
        align-items: center;
        justify-content: center; */
}

.ub-aboutEnterprise .ub-aboutBottomContent img {
  width: 244px;
  height: 160px;
}

.ub-aboutEnterprise .mySwiper_about {
  width: 100%;
  overflow: hidden;
  margin: auto;
}

.ub-aboutEnterprise .swiper-slide {
  /* width: 150px !important; */
}

.ub-aboutEnterprise .swiper-wrapper {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ub-contact {
  /* .ub-contactWayLayout>.ub-contactQQ>.ub-contactEmil {
        background: rgba(0, 162, 255, 0.06);
        color: #0E7DFF;
    } */
  /* .ub-contactWayLayout1 {
        width: 276px;
        height: 365px;
        padding: 28px 30px 30px 16px;
        border: 1px solid #0D88FF;
        border-radius: 6px;
        text-align: center;
        background: #fff;
        box-shadow: 0 24px 30px 0 rgba(210, 222, 247, 0.92);
    }
    
    .ub-contactWayLayout1 img {
        width: 216px;
        height: 150px;
    }
    
    .ub-contactWayLayout1 p {
        color: #333;
        font-size: 24px;
        margin-top: 16px;
    }
    
    .ub-contactWayLayout1>.ub-contactEmil {
        margin-top: 16px;
    }
    
    .ub-contactWayLayout1>.ub-contactEmil>div {
        width: 90%;
        margin: auto;
        padding: 9px;
        background: #fff;
        border: 1px solid #DFEEFF;
        margin-bottom: 8px;
        color: #333333;
        font-size: 16px;
        border-radius: 2px;
        background: rgba(0, 162, 255, 0.06);
        color: #0E7DFF;
    } */
}

.ub-contact .ub-contactBannerBg {
  width: 100%;
  height: 420px;
  background: url(../Images/contactBanner.png);
  background-size: 100% 100%;
}

.ub-contact .ub-contactTitle {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
}

.ub-contact .ub-contactTitle h1 {
  font-size: 60px;
  font-weight: 900;
  letter-spacing: 1.2px;
}

.ub-contact .ub-contactTitle p {
  font-size: 30px;
  letter-spacing: 1.6px;
  margin-top: 8px;
}

.ub-contact .ub-contactWay {
  width: 100%;
  height: 610px;
  padding-top: 60px;
  background-image: linear-gradient(226deg, #F5F8FF 0%, #F6F9FF 49%, #F0F4FC 100%);
}

.ub-contact .ub-contactLayout {
  width: 1200px;
  margin: auto;
}

.ub-contact .ub-contactWayTitle {
  text-align: center;
  color: #333333;
  font-size: 32px;
  font-weight: 700;
}

.ub-contact .ub-contactWayContent {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ub-contact .ub-contactWayContent>div {
  cursor: pointer;
}

.ub-contact .ub-contactWayLayout {
  width: 276px;
  height: 365px;
  padding: 36px 16px 32px 16px;
  border-radius: 6px;
  text-align: center;
  background: #F8FBFF;
  box-shadow: 0 16px 20px 0 rgba(210, 222, 247, 0.38);
  transition: all 0.2s;
}

.ub-contact .ub-contactWayLayout img {
  width: 200px;
  height: 138px;
}

.ub-contact .ub-contactWayLayout p {
  color: #333;
  font-size: 24px;
  margin-top: 21px;
}

.ub-contact .ub-contactWayLayout>.ub-contactQQ {
  margin-top: 16px;
}

.ub-contact .ub-contactWayLayout>.ub-contactQQ>div {
  width: 90%;
  margin: auto;
  padding: 9px;
  background: #fff;
  border: 1px solid #DFEEFF;
  margin-bottom: 8px;
  color: #333333;
  font-size: 16px;
  border-radius: 2px;
}

.ub-contact .ub-contactWayLayout>.ub-contactQQ>div img {
  vertical-align: text-bottom;
  width: 22px;
  height: 23px;
}

.ub-contact .ub-contactWayLayout:hover {
  border: 1px solid #0D88FF;
  background: #fff;
  transform: scale(1.1);
}

.ub-contact .ub-contactWayLayout:hover>.ub-contactQQ>div {
  background: #F0FAFF;
  color: #0E7DFF;
}

.ub-contact .ub-address {
  width: 1200px;
  margin: auto;
  padding: 60px 0 80px 0;
}

.ub-contact .ub-addressTitle {
  font-size: 32px;
  color: #333;
  font-weight: 700;
  text-align: center;
}

.ub-contact .ub-addressContent {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ub-contact .ub-addressWay {
  width: 588px;
  margin-top: 60px;
}

.ub-contact .ub-addressWay>.ub-city {
  position: relative;
  padding: 10px 40px;
  border-radius: 8px 8px 0 0;
  font-size: 28px;
  color: #fff;
  font-weight: 900;
  background-image: linear-gradient(128deg, #20ADFF 0%, #0070FF 100%);
}

.ub-contact .ub-addressWay>.ub-city>img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

.ub-contact .ub-addressWay>.ub-specificWay {
  background-image: linear-gradient(180deg, #F5F9FE 0%, #FFFFFF 100%);
  border-radius: 0 0 8px 8px;
  border: 1px solid #F3F8FF;
  padding: 28px 40px 40px 40px;
}

.ub-contact .ub-addressWay>.ub-specificWay>p {
  margin-bottom: 16px;
  color: #333333;
}

.ub-contact .ub-addressWay>.ub-specificWay>p>span:nth-of-type(1) {
  font-weight: 700;
}

.ub-index_box * {
  box-sizing: content-box;
}

.ub-index_box .ub-index-solution .ub-jiejueBox {
  display: none;
}

.ub-index_box .ub-index-solution .ub-jiejueBox.jiejueBoxActive {
  display: block;
}

.ub-index_box li {
  list-style: none;
}

.ub-index_box a {
  text-decoration: none;
}

.ub-index_box body {
  overflow-x: hidden;
}

.ub-index_box .ub-index-banner {
  height: 600px;
  /*background: url("../Images/index-banner01.png") no-repeat center, linear-gradient(137deg, #EAF7FF 0%, #E7F1FF 49%, #E1EAF1 100%);*/
  /*background-size: 100% 100%;*/
  background-image: linear-gradient(137deg, #DFF2FF 0%, #E1F0FF 22%, #D7E7FF 47%, #DAE8FA 66%, #E1EAF1 100%);
}

.ub-index_box .ub-logo-kdd {
  margin: 92px 0 18px 0;
}

.ub-index_box .ub-index-banner-box {
  height: 412px;
  position: relative;
  padding-top: 110px;
}

.ub-index_box .ub-index-banner-content {
  position: absolute;
  top: 120px;
}

.ub-index_box .ub-index-banner-content h1 {
  font-size: 56px;
  margin-top: 19px;
  margin-bottom: 24px;
}

.ub-index_box .ub-index-banner-content p {
  font-size: 20px;
  color: #333;
  line-height: 37px;
  width: 560px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.ub-index_box .ub-index-banner-content ul {
  display: flex;
  margin-top: 124px;
}

.ub-index_box .ub-index-banner-content ul li a {
  width: 160px;
  height: 48px;
  border-radius: 2px;
  display: block;
  font-size: 20px;
  text-align: center;
  line-height: 48px;
}

.ub-index_box .ub-index-banner-content ul li:nth-child(1) a {
  color: #FFF;
  background-image: linear-gradient(137deg, #E60000 0%, #CB1E2A 100%);
  margin-right: 32px;
}

.ub-index_box .ub-index-banner-content ul li:nth-child(2) a {
  color: #444;
  background-image: linear-gradient(-46deg, #FFFFFF 0%, #F6F9FF 100%);
  box-shadow: 7px 5px 10px 0 #B2C0D4, -7px -5px 10px 0 rgba(255, 255, 255, 0.86), inset -2px -2px 3px 0 #FFFFFF;
}

.ub-index_box .ub-index-banner-content-icon01 {
  position: absolute;
  z-index: -1;
}

.ub-index_box .ub-index-banner-box-icon01 {
  width: 864px;
  height: 494px;
  position: absolute;
  right: 0;
  top: 58px;
}

.ub-index_box .ub-index-banner-box-icon02 {
  width: 625px;
  height: 384px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.ub-index_box .ub-index-banner-box-icon02 {
  position: absolute;
  right: 0;
  top: 128px;
  width: 628px;
  height: 412px;
}

.ub-index_box .ub-index-product {
  height: 1299px;
  background-image: linear-gradient(225deg, #EEF2FA 0%, #F6F9FF 49%, #EEF2FA 100%);
}

.ub-index_box .ub-index-product-bg {
  height: 100%;
  background: url("../Images/bg-zkqlucp.png") no-repeat left bottom;
  background-size: 653px 545px;
}

.ub-index_box .ub-product-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 64.49px;
}

.ub-index_box .ub-product {
  width: calc(584px - 24px);
  height: calc(305px - 78px);
  padding: 48px 24px 30px 0;
  background: #F8FBFF;
  border: 1px solid #FFFFFF;
  box-shadow: 0 16px 20px 0 rgba(210, 222, 247, 0.38);
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 34px;
  position: relative;
  transition: all 0.3s;
}

.ub-index_box .ub-product .ub-product_icon {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 24px;
  border-radius: 9px 0 0 0;
  border-radius: 9px 0 0 0;
}

.iconRed {
  color: #E90221;
  background-image: linear-gradient(180deg, #ff533b66 0%, #ff533b0f 50%, #ffffff00 100%);
}

.iconBlue {
  color: #087FFF;
  background-image: linear-gradient(180deg, #087fff66 0%, #087fff0f 50%, #ffffff00 100%);
}

.ub-index_box .ub-product>img {
  height: 100%;
}

.ub-index_box .ub-product:hover {
  background: #fff;
}

.ub-index_box .ub-product-intro {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  position: absolute;
  right: 15.5px;
  height: 225px;
  top: 48px;
}

.ub-index_box .ub-product-intro .ub-product-title {
  width: 100%;
  font-weight: bold;
  font-size: 28px;
  color: #444753;
}

.ub-index_box .ub-product-intro .ub-product-title:hover a {
  color: #006EFF;
}

.ub-index_box .ub-product-intro .ub-product-text {
  width: 406px;
  height: 124px;
  font-size: 14px;
  color: #7E96AD;
  letter-spacing: 0.88px;
  text-align: justify;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.ub-index_box .ub-product-intro .ub-product-details {
  width: 124px;
  height: 36px;
  display: block;
  text-align: center;
  line-height: 36px;
  background-image: linear-gradient(128deg, #20ADFF 0%, #0070FF 100%);
  border-radius: 2px;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0.88px;
}

.ub-index_box .ub-index-solution {
  height: 834px;
  background: url("../Images/bg-jjfa.png") no-repeat right bottom, linear-gradient(225deg, #FFFFFF 0%, #F6F9FF 63%, #FFFFFF 100%);
  background-size: 100%;
  position: relative;
}

.ub-index_box .ub-solution-tab {
  display: flex;
  margin-top: 40px;
}

.ub-index_box .ub-solution-tab li {
  width: 140px;
  height: 48px;
  background: #FFFFFF;
  border: 1px solid #E4EAF3;
  box-shadow: 0 8px 10px 0 rgba(207, 225, 255, 0.27);
  border-radius: 4px;
  text-align: center;
  line-height: 48px;
  margin-right: 14px;
  font-size: 14px;
  color: #333333;
  cursor: pointer;
}

.ub-index_box .ub-solution-tab li.jiejueTitleActive {
  color: #fff;
  background-image: linear-gradient(128deg, #20ADFF 0%, #0070FF 100%);
  box-shadow: 0 8px 18px 0 rgba(0, 124, 255, 0.3);
}

.ub-index_box .ub-tab-content {
  display: flex;
  position: relative;
}

.ub-index_box .ub-tab-content-text {
  width: 686px;
  margin-top: 40px;
}

.ub-index_box .ub-tab-content-text p:nth-child(1) {
  font-weight: bold;
  font-size: 32px;
  color: #444753;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ub-index_box .ub-tab-content-text p:nth-child(2) {
  font-size: 18px;
  color: #5B6E81;
  text-align: justify;
  line-height: 37px;
  margin-top: 17px;
  margin-bottom: 40px;
  height: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  /* font-weight: 400; */
}

.ub-index_box .ub-tab-text-img {
  display: flex;
}

.ub-index_box .ub-tab-text-img li {
  margin-right: 32px;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  color: #087FFF;
}

.ub-index_box .ub-tab-text-img li img {
  width: 70px;
  height: 70px;
}

.ub-index_box .ub-solution-details {
  width: 180px;
  height: 48px;
  margin-top: 40px;
  background-image: linear-gradient(128deg, #20ADFF 0%, #0070FF 100%);
  border-radius: 2px;
  display: block;
  font-weight: bold;
  font-size: 20px;
  line-height: 48px;
  color: #FFFFFF;
  text-align: center;
}

.ub-index_box .ub-tan-conntent-img {
  width: 600px;
  height: 380px;
  position: absolute;
  right: -50px;
  top: 80px;
}

.ub-index_box .ub-tan-conntent-img img {
  width: 100%;
}

.ub-index_box .ub-solution-list {
  width: calc(1200px - 66px);
  height: 96px;
  padding: 0 33px;
  background-image: linear-gradient(180deg, #EEF6FF 1%, #ECF5FF 100%);
  border: 1px solid #FFFFFF;
  box-shadow: 0 20px 30px 0 rgba(1, 83, 179, 0.17), inset 2px 2px 2px 0 #FFFFFF;
  border-radius: 6px;
  position: absolute;
  bottom: -48px;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}

.ub-index_box .ub-solution-list li {
  width: 150px;
  height: 68px;
  background: #FFFFFF;
  border: 1px solid #F8FAFF;
  border-radius: 4px;
  margin-right: 10px;
}

.ub-index_box .ub-solution-list li img {
  height: 100%;
  width: 100%;
}

.ub-index_box .ub-index-news {
  height: 1013px;
  background: url('../Images/ub-index-newsBg.png') 100% 100% no-repeat;
}

.ub-index_box .ub-index-block-title-news {
  color: #fff;
  margin-bottom: 9px;
  padding-top: 125px;
}

.ub-index_box .ub-index-news-box {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}

.ub-index_box .ub-index-block-title-intro {
  font-size: 24px;
  color: #FFFF;
  text-align: center;
}

.ub-index_box .ub-index-news-left {
  width: calc(592px - 48px);
  height: calc(533px - 72px);
  padding: 24px 24px 48px 24px;
  background-image: linear-gradient(180deg, #F1F7FF 1%, #FFFFFF 100%);
  border: 1px solid #FFFFFF;
  box-shadow: 0 20px 60px -10px rgba(0, 98, 211, 0.4), inset 2px 2px 2px 0 #FFFFFF;
  border-radius: 8px;
}

.ub-index_box .ub-index-news-left .ub-index-news-img {
  width: 544px;
  height: 300px;
  border-radius: 8px;
  overflow: hidden;
}

.ub-index_box .ub-index-news-left .ub-index-news-img img {
  width: 100%;
  object-fit: cover;
}

.ub-index_box .ub-index-news-left .ub-index-news-title {
  font-weight: bold;
  font-size: 18px;
  color: #444753;
  margin-top: 16px;
}

.ub-index_box .ub-index-news-title a {
  color: #444753;
  transition: all 0.8s ease;
}

.ub-index_box .ub-index-news-left .ub-index-news-intro {
  font-size: 16px;
  color: #617383;
  letter-spacing: 1px;
  text-align: justify;
  line-height: 26px;
  margin-top: 16px;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  transition: all 0.8s ease;
}

.ub-index_box .ub-index-news-left:hover a {
  color: #0070FF;
  transition: all 0.8s ease;
}

.ub-index_box .ub-index-news-left:hover p {
  color: #0070FF;
  transition: all 0.8s ease;
}

.ub-index_box .ub-index-news-details {
  color: #666;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}

.ub-index_box .ub-index-news .ub-index-news-details a {
  width: 88px;
  height: 34px;
  border: 1px solid #0579FF;
  border-radius: 17px;
  display: block;
  text-align: center;
  line-height: 34px;
  color: #0579FF;
}

.ub-index_box .ub-index-news-right {
  width: 544px;
  height: 533px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ub-index_box .ub-index-news-list {
  width: calc(100% - 24px);
  height: calc(167px - 16px);
  padding: 8px 16px 8px 8px;
  background-image: linear-gradient(180deg, #F1F7FF 1%, #FFFFFF 100%);
  border: 1px solid #FFFFFF;
  box-shadow: 0 20px 60px -10px rgba(0, 98, 211, 0.4), inset 2px 2px 2px 0 #FFFFFF;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
}

.ub-index_box .ub-index-news-list:hover a {
  color: #0070FF;
  transition: all 0.8s ease;
}

.ub-index_box .ub-index-news-list:hover p {
  color: #0070FF;
  transition: all 0.8s ease;
}

.ub-index_box .ub-index-news-list>a {
  display: flex;
  justify-content: space-between;
}

.ub-index_box .ub-index-news-list .ub-index-news-text {
  width: 310px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  transition: all 0.8s ease;
}

.ub-index_box .ub-index-news-list .ub-index-news-img {
  width: 194px;
  height: 151px;
  border-radius: 8px;
  overflow: hidden;
}

.ub-index_box .ub-index-news-list .ub-index-news-img img {
  width: 100%;
  /*object-fit: cover;*/
  height:100%;
}

.ub-index_box .ub-index-news-list .ub-index-news-title {
  width: 100%;
  font-weight: bold;
  font-size: 16px;
  color: #444753;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 16px 0 8px 0;
  transition: all 0.8s ease;
}

.ub-index_box .ub-index-news-list .ub-index-news-intro {
  font-size: 14px;
  color: #617383;
  letter-spacing: 0.88px;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  transition: all 0.8s ease;
}

.ub-index_box .ub-index-news-list .ub-news-date {
  font-size: 14px;
  color: #666;
  letter-spacing: 0.88px;
  margin-top: 14px;
}

.ub-index_box .ub-idnex-news-more {
  width: 180px;
  height: 48px;
  background-image: linear-gradient(128deg, #20ADFF 0%, #0975FF 98%);
  border-radius: 2px;
  display: block;
  font-size: 20px;
  color: #FFFFFF;
  text-align: center;
  line-height: 48px;
  margin: 60px auto 0;
}

.ub-index_box .ub-index-serve {
  height: 988px;
  background: linear-gradient(225deg, #F2F6FD 0%, #F5F9FE 45%, #EEF2FA 100%);
}

.ub-index_box .ub-index-serve-bg {
  height: 100%;
  background: url("../Images/bg-fw.png") no-repeat left bottom;
  background-size: 46.2%;
}

.ub-index_box .ub-index-serve-list {
  display: flex;
  flex-wrap: wrap;
  margin: 76px auto 0;
}

.ub-index_box .ub-honeycomb {
  width: 130px;
  height: 148px;
  overflow: hidden;
  transform: rotate(120deg);
  border-radius: 10px;
  margin: -16px 10px 0 10px;
}

.ub-index_box .ub-honeycomb-child {
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: rotate(-60deg);
  border-radius: 10px;
}

.ub-index_box .ub-honeycomb-child-child:hover img {
  transition: All 0.8s ease-in-out;
  transform: rotate(360deg) scale(0.8);
}

.ub-index_box .ub-honeycomb-child-child {
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: rotate(-60deg);
  background: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.ub-index_box .ub-honeycomb-child-child img {
  transition: All 0.8s ease-in-out;
  width: 100%;
}

.ub-index_box .ub-honeycomb:nth-child(34n+1) {
  margin-left: 158px;
}

.ub-index_box .ub-honeycomb:nth-child(34n+7) {
  margin-left: 86px;
}

.ub-index_box .ub-honeycomb:nth-child(34n+14) {
  margin-left: 10px;
}

.ub-index_box .ub-honeycomb:nth-child(34n+22) {
  margin-left: 86px;
}

.ub-index_box .ub-honeycomb:nth-child(34n+29) {
  margin-left: 158px;
}

.ub-index_box .ub-index-certification {
  height: 956px;
  background-image: linear-gradient(191deg, #FFFFFF 0%, #F6F9FF 63%, #FFFFFF 100%);
}

.ub-index_box .ub-index-certification-bg {
  height: 100%;
  background: url("../Images/bg-ryzz.png") no-repeat left bottom;
  background-size: 100% 100%;
}

.ub-index_box .ub-certification-box {
  height: 636px;
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}

.ub-index_box .ub-certification-left {
  width: 390px;
  height: 610px;
  border: 14px solid #fff;
  background: #fff;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.ub-index_box .ub-certification-left img {
  width: 100%;
  height: 610px;
}

.ub-index_box .ub-certification-left .ub-certification-list-title {
  width: 100%;
  height: 100%;
}

.ub-index_box .ub-certification-left .ub-certification-list-title a {
  height: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}

.ub-index_box .ub-certification-left .ub-certification-list-title a p:nth-child(1) {
  font-size: 22px;
}

.ub-index_box .ub-certification-left .ub-certification-list-title a p:nth-child(2) {
  font-size: 26px;
}

.ub-index_box .ub-certification-right {
  width: 760px;
}

.ub-index_box .ub-certification-right-list {
  height: 262px;
  background: #FFFFFF;
  border: 1px solid rgba(48, 137, 245, 0.2);
  box-shadow: 0 20px 30px -8px rgba(0, 93, 255, 0.17);
  border-radius: 20px;
  padding: 0 21px;
  position: relative;
}

.ub-index_box .ub-certification-right-list:nth-child(1) {
  margin-top: 30px;
}

.ub-index_box .ub-certification-right-list:nth-child(2) {
  margin-top: 76px;
}

.ub-index_box .ub-certification-list-flex1 {
  height: calc(100% + 30px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
  margin-top: -30px;
}

.ub-index_box .ub-certification-list-flex1 li {
  width: 224px;
  height: 164px;
  margin-bottom: 20px;
  box-shadow: 0 -6px 10px 0 rgba(0, 98, 211, 0.11);
  border-radius: 8px;
}

.ub-index_box .ub-certification-list-flex1 li img {
  width: 100%;
}

.ub-index_box .ub-certification-list-flex2 {
  height: calc(100% + 30px);
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  overflow: hidden;
  margin-top: -54px;
}

.ub-index_box .ub-certification-list-flex2 li {
  width: 163px;
  height: 211px;
  margin-bottom: 20px;
  box-shadow: 0 -6px 10px 0 rgba(0, 98, 211, 0.11);
  border-radius: 8px;
}

.ub-index_box .ub-certification-list-flex2 li img {
  width: 100%;
}

.ub-index_box .ub-certification-left .ub-certification-list-title {
  height: 70px;
  background-image: linear-gradient(0deg, rgba(42, 170, 255, 0.71) 0%, #006EFF 100%);
  border-radius: 14px 14px 0 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: All 0.8s ease-in-out;
}

.ub-index_box .ub-certification-right-list .ub-certification-list-title {
  transition: All 0.8s ease-in-out;
  position: absolute;
  width: 100%;
  height: 93px;
  left: 0;
  bottom: 0;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-image: linear-gradient(223deg, #2AAAFF 0%, #006EFF 100%);
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #fff;
}

.ub-index_box .ub-certification-right .ub-certification-list-title a {
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ub-index_box .ub-certification-right-list .ub-certification-list-title span {
  font-size: 48px;
  padding: 0 8px;
}

.ub-index_box .mySwiper {
  width: 100%;
  overflow: hidden;
  margin: auto;
}

.ub-index_box .ub-solution-list .swiper-slide {
  width: 150px !important;
}

.ub-index_box .ub-solution-list .swiper-wrapper {
  height: auto;
}

.ub-messageDetail .ub-bannerBg {
  width: 100%;
  height: 420px;
  position: relative;
  background: url(../Images/bannerBg.png);
  background-size: 100% 100%;
}

.ub-messageDetail .ub-bannerContent {
  width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ub-messageDetail .ub-bannerContent>div>h1 {
  font-size: 60px;
  color: #fff;
  font-weight: 900;
  letter-spacing: 1.2px;
}

.ub-messageDetail .ub-bannerContent>div>p {
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 1.6px;
  color: #fff;
  margin-top: 20px;
}

.ub-messageDetail .ub-bannerContent>div>img {
  width: 688px;
  height: 420px;
}

.ub-messageDetail .ub-nav {
  width: 1200px;
  padding: 15px 16px;
  border-radius: 8px 8px 0 0;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 12px;
  color: #4D5B68;
}

.ub-messageDetail .ub-nav .ub-navActive {
  color: #1191FF;
  font-weight: 900;
}

.ub-messageDetail .ub-msgDetail {
  width: 100%;
  height: 100%;
  padding: 8px;
  background-image: linear-gradient(226deg, #F5F8FF 0%, #F6F9FF 49%, #F0F4FC 100%);
}

.ub-messageDetail .ub-msgContent {
  width: 1200px;
  margin: auto;
  padding: 60px;
  border-radius: 0 0 8px 8px;
  background: #fff;
}

.ub-messageDetail .ub-msgTitle {
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #F1F4FC;
  text-align: center;
}

.ub-messageDetail .ub-msgTitle>h1 {
  font-size: 36px;
  font-weight: 900;
  color: #444753;
}

.ub-messageDetail .ub-msgTitle>p {
  font-size: 14px;
  margin-top: 8px;
  color: #4D5B68;
}

.ub-messageDetail .ub-messageContent {
  margin-top: 55px;
  font-size: 16px;
  color: #444753;
  line-height: 32px;
}

.ub-messageDetail .ub-messageContent>div {
  text-align: center;
}

.ub-messageDetail .ub-messageContent>p {
  /*margin-top: 50px;*/
  letter-spacing: 1px;
  text-indent: 2em;
}

.ub-messageDetail .ub-information {
  width: 1200px;
  margin: auto;
  margin-top: 50px;
  padding-bottom: 80px;
}

.ub-messageDetail .ub-layout {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ub-messageDetail .ub-infoTitle {
  display: flex;
  align-items: center;
}

.ub-messageDetail .ub-infoTitle>div {
  width: 9px;
  height: 30px;
  background-image: linear-gradient(128deg, #20ADFF 0%, #0070FF 100%);
  border-radius: 8px;
}

.ub-messageDetail .ub-infoTitle>h1 {
  font-size: 28px;
  font-weight: 700;
  color: #333333;
  margin-left: 10px;
}

.ub-messageDetail .ub-infoContent {
  margin-top: 32px;
}

.ub-messageDetail .ub-hot {
  width: 588px;
  padding: 8px 16px 8px 8px;
  display: flex;
  justify-content: space-between;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 24px 30px 0 rgba(210, 222, 247, 0.92);
  position: relative;
}

.ub-messageDetail .ub-hot>.ub-hotImg img {
  width: 195px;
  height: 145px;
}

.ub-messageDetail .ub-hot>.ub-hotContent {
  width: 354px;
  margin-left: 16px;
}

.ub-messageDetail .ub-hot>.ub-hotContent h4 {
  margin-top: 16px;
  color: #444753;
  font-size: 16px;
  font-weight: 900;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ub-messageDetail .ub-hot>.ub-hotContent h4:hover {
  color: #0070FF;
}

.ub-messageDetail .ub-hot>.ub-hotContent>p {
  margin-top: 8px;
  color: #617383;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 26px;
}

.ub-messageDetail .ub-time {
  position: absolute;
  bottom: 16px;
  right: 16px;
  color: #666666;
  font-size: 14px;
  letter-spacing: 0.88px;
}

.ub-messageList {
  /* ----分页器---- */
}

.ub-messageList .ub-bannerBg {
  min-width: 1300px;
  width: 100%;
  height: 420px;
  background: url(../Images/bannerBg.png);
  background-size: 100% 100%;
  position: absolute;
  top: 0;
}

.ub-messageList .ub-bannerContent {
  width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ub-messageList .ub-bannerContent>div>h1 {
  font-size: 60px;
  color: #fff;
  font-weight: 900;
  letter-spacing: 1.2px;
}

.ub-messageList .ub-bannerContent>div>p {
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 1.6px;
  color: #fff;
  margin-top: 20px;
}

.ub-messageList .ub-bannerContent>div>img {
  width: 688px;
  height: 420px;
}

.ub-messageList .ub-msgContent {
  width: 100%;
  height: 100%;
  /* position: relative; */
  background-image: linear-gradient(226deg, #F5F8FF 0%, #F6F9FF 49%, #F0F4FC 100%);
  padding-bottom: 80px;
}

.ub-messageList .ub-magList {
  width: 1200px;
  /* position: absolute; */
  position: relative;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: 374px;
  padding: 56px 40px 50px 40px;
  background-color: #FFFFFF;
  border-radius: 8px;
}

.ub-messageList .ub-magTitle {
  color: #333333;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}

.ub-messageList .ub-magListContent {
  width: 100%;
  margin-top: 50px;
}

.ub-messageList .ub-msgDynamic {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  transition: all 0.3s;
}

.ub-messageList .ub-msgDynamic:hover {
  transform: scale(1.02); 
  box-shadow: 0 16px 20px 0 #d2def761, inset 2px 2px 4px 0 #FFFFFF;

}

.ub-messageList .ub-msgDynamic>.ub-dynamicLeft {
  width: 954px;
  height: 155px;
  overflow: hidden;
  padding: 8px 68px 8px 8px;
  display: flex;
  background-image: linear-gradient(180deg, #F5F9FE 0%, #FFFFFF 100%);
  border: 1px solid #F3F8FF;
  border-radius: 4px;
  cursor: pointer;
}

.ub-messageList .ub-msgDynamic:hover h4 {
  color: #0070FF !important;
  transition: all 0.8s ease;
}

.ub-messageList .ub-msgDynamic:hover h1 {
  color: #0070FF !important;
  transition: all 0.8s ease;
}

.ub-messageList .ub-msgDynamic:hover p {
  color: #0070FF !important;
  transition: all 0.8s ease;
}

.ub-messageList .ub-msgDynamic>.ub-dynamicLeft img {
  width: 162px;
  height: 126px;
  margin-right: 15px;
  border-radius: 5px;
}

.ub-messageList .ub-msgDynamic>.ub-dynamicLeft h4 {
  color: #444753;
  font-size: 20px;
  font-weight: 900;
  margin: 0px 0 10px 0;
  transition: all 0.8s ease;
}

.ub-messageList .ub-msgDynamic>.ub-dynamicLeft p {
  font-size: 16px;
  letter-spacing: 1px;
  color: #617383;
  line-height: 26px;
  display: -webkit-box !important;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.ub-messageList .ub-msgDynamic>.ub-dynamicRight {
  width: 142px;
  height: 142px;
  background-image: linear-gradient(180deg, #F5F9FE 0%, #FFFFFF 100%);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.ub-messageList .ub-msgDynamic>.ub-dynamicRight h1 {
  font-size: 40px;
  font-weight: 700;
  color: #6383A6;
}

.ub-messageList .ub-msgDynamic>.ub-dynamicRight p {
  font-size: 18px;
  font-weight: 300;
  color: #5B6E81;
  line-height: 37px;
}

.ub-messageList #pagercontainer {
  margin-top: 60px;
  text-align: center;
}

.ub-messageList #pagercontainer a,
.ub-messageList #pagercontainer span {
  font-size: 14px;
  color: #666666;
  height: 50px;
  line-height: 50px;
  margin: 7px 14px;
  cursor: pointer;
  user-select: none;
}


.ub-messageList #pagercontainer .row {
  font-size: 14px;
  color: #666666;
  height: 50px;
  line-height: 50px;
  padding: 7px 14px;
  cursor: pointer;
  user-select: none;
}

.ub-messageList #pagercontainer a:hover {
  color: #00bb00;
}

.ub-messageList #pagercontainer a.current {
  width: 36px;
  height: 36px;
  border-radius: 2px;
  border: none;
  cursor: auto;
}

.ub-messageList #pagercontainer .current {
  color: #00bb00;
  position: relative;
}

.ub-messageList #pagercontainer .current::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #00bb00;
  position: absolute;
  bottom: -8px;
  left: 0;
}


.ub-serviceAudit {
  /* ----智能面试背景---- */
  /* ----荣誉资质---- */
  /* 累计超过1000+场30万+人招考服务 */
}



.ub-serviceAudit .ub-serviceDrawBg {
  width: 100%;
  height: 420px;
  background: url(../Images/serviceDrawBg.png);
  background-size: 100% 100%;
}

.ub-serviceAudit .ub-serviceDraw {
  width: 1200px;
  height: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ub-serviceAudit .ub-serviceDrawTitle>p:nth-of-type(1) {
  font-weight: 900;
  font-size: 60px;
  color: #FFFFFF;
  letter-spacing: 1.2px;
}

.ub-serviceAudit .ub-serviceDrawTitle>p:nth-of-type(2) {
  font-size: 30px;
  color: #FFFFFF;
  letter-spacing: 1.6px;
  margin-top: 8px;
}

.ub-serviceAudit .ub-serviceDraw>div a {
  width: 160px;
  padding: 10px 0;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0579FF;
  font-size: 20px;
  font-weight: 600;
  background: #fff;
  margin-top: 40px;
  cursor: pointer;
}

.ub-serviceAudit .ub-serviceDraw img {
  width: 440px;
  height: 347px;
}

.ub-serviceAudit .ub-grayBg {
  width: 100%;
  padding: 60px 0 80px 0;
  background-image: linear-gradient(226deg, #F5F8FF 0%, #F6F9FF 49%, #F0F4FC 100%);
}

.ub-serviceAudit .ub-whiteBg {
  width: 100%;
  padding: 60px 0 80px 0;
  background: #fff;
}

.ub-serviceAudit .ub-publicLoyout {
  width: 1200px;
  margin: auto;
}

.ub-serviceAudit .ub-publicTitle {
  font-weight: 700;
  font-size: 32px;
  color: #333333;
  text-align: center;
}

.ub-serviceAudit .ub-audit {
  margin-top: 50px;
  padding: 80px 26px 100px 22px;
  font-size: 20px;
  color: #444753;
  letter-spacing: 1.25px;
  line-height: 40px;
  background: url(../Images/serviceDrawAnaNg.png) #fff;
  background-size: 100% 100%;
  text-indent: 50px;
  box-shadow: 0 16px 20px 0 #d2def761, inset 2px 2px 4px 0 #FFFFFF;
  border-radius: 8px;
}

.ub-serviceAudit .ub-peculiarityContent {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}

.ub-serviceAudit .ub-peculiarityContent>div {
  width: 276px;
  height: 350px;
  padding: 32px 16px 16px 16px;
  background: #F8FBFF;
  background-image: linear-gradient(180deg, #F5F9FE 0%, #FFFFFF 100%);
  border: 1px solid #F3F8FF;
  border-radius: 8px;
  transition: all 0.3s;
}

.ub-serviceAudit .ub-peculiarityContent>div:hover {
  transform: scale(1.1);
}

.ub-serviceAudit .ub-peculiarityContent>div>div {
  text-align: center;
}

.ub-serviceAudit .ub-peculiarityContent>div>div img {
  width: 80px;
  height: 80px;
}

.ub-serviceAudit .ub-peculiarityContent>div>p:nth-of-type(1) {
  font-weight: 900;
  font-size: 20px;
  color: #333333;
  text-align: center;
  margin-top: 30px;
}

.ub-serviceAudit .ub-peculiarityContent>div>p:nth-of-type(2) {
  margin-top: 24px;
  font-size: 16px;
  color: #444753;
  line-height: 28px;
}

.ub-serviceAudit .ub-process {
  margin: 50px auto 120px auto;
  font-size: 0;
  width: 885px;
  position: relative;
}

.ub-serviceAudit .ub-flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.ub-serviceAudit .ub-examinee-process-step-text {
  color: #17181B;
  font-size: 26px;
  line-height: 26px;
}

.ub-serviceAudit .ub-examinee-process-step-line {
  width: 55px;
  border-top: 2px solid #DEE1E9;
  margin-left: 10px;
}

.ub-serviceAudit .ub-examinee-process-step-circle {
  background: #F3F5FA;
  border: 2px solid #89B2F4;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: #557BEE;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ub-serviceAudit .ub-examinations-process-po {
  position: absolute;
  right: -21px;
  top: -40px;
}

.ub-serviceAudit .ub-examinations-process-po2 {
  position: absolute;
  left: -21px;
  top: -40px;
}

.ub-serviceAudit .ub-examinee-process-step-img {
  max-width: 57px;
  max-height: 31px;
}

.ub-serviceAudit .ub-examinee-process-step-box1 {
  position: absolute;
  top: 22.5%;
  left: -19.6%;
}

.ub-serviceAudit .ub-examinee-process-step-box2 {
  position: absolute;
  top: 47%;
  left: -17%;
}

.ub-serviceAudit .ub-examinee-process-step-box3 {
  position: absolute;
  top: 68%;
  left: -9%;
}

.ub-serviceAudit .ub-examinee-process-step-box4 {
  position: absolute;
  top: 83.5%;
  left: 3.4%;
}

.ub-serviceAudit .ub-examinee-process-step-box5 {
  position: absolute;
  top: 98.5%;
  left: 19%;
}

.ub-serviceAudit .ub-examinee-process-step-box5 img {
  margin-left: 10px;
  margin-bottom: 30px;
}

.ub-serviceAudit .ub-examinee-process-step-box6 {
  position: absolute;
  top: 98.5%;
  right: 19%;
}

.ub-serviceAudit .ub-examinee-process-step-box6 img {
  margin-left: 10px;
  margin-bottom: 30px;
}

.ub-serviceAudit .ub-examinee-process-step-box7 {
  position: absolute;
  top: 83.5%;
  right: calc(3.4% - 5px);
}

.ub-serviceAudit .ub-examinee-process-step-box8 {
  position: absolute;
  top: 68%;
  right: calc(-9% - 5px);
}

.ub-serviceAudit .ub-examinee-process-step-box9 {
  position: absolute;
  top: 47%;
  right: calc(-20% - 5px);
}

.ub-serviceAudit .ub-examinee-process-step-box10 {
  position: absolute;
  top: 22.5%;
  right: calc(-20% - 4px);
}

.ub-serviceAudit .ub-process img {
  width: 892px;
}



.ub-serviceAudit .ub-function {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 60px;
}

.ub-serviceAudit .ub-function>div {
  width: 225px;
  height: 295px;
  background-image: linear-gradient(180deg, #F5F9FE 0%, #FFFFFF 100%);
  border: 1px solid #F3F8FF;
  border-radius: 8px;
  text-align: center;
  margin-bottom: 32px;
}

.ub-serviceAudit .ub-function>div>div:nth-of-type(1) {
  width: 100%;
  padding: 14px 0;
  background: url(../Images/serviceAudFBg.png);
  background-size: 100% 100%;
  border-radius: 8px 8px 1px 1px;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  color: #FFFFFF;
}

.ub-serviceAudit .ub-function>div>img {
  width: 70px;
  height: 70px;
  margin-top: 24px;
  margin-bottom: 16px;
}

.ub-serviceAudit .ub-function>div>p {
  width: 90%;
  margin: auto;
  font-size: 16px;
  color: #444753;
  line-height: 28px;
  text-align: left;
}

.ub-serviceAudit .ub-function>img {
  width: 60px;
  height: 60px;
  margin: 0 20px;
}

.ub-serviceAudit .ub-functionLayout>div {
  width: 85%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  color: #444753;
  line-height: 28px;
  text-align: left;
}

.ub-serviceAudit .ub-functionLayout>div>span {
  flex: 1;
}

.ub-serviceAudit .ub-functionLayout>div>span:nth-of-type(1) {
  margin-right: 20px;
}

.ub-serviceAudit .ub-functionLayout1 {
  font-size: 16px;
  color: #444753;
  text-align: center;
  line-height: 28px;
}

.ub-serviceAudit .ub-honorBg {
  width: 100%;
  padding: 60px 0 80px 0;
  background-image: linear-gradient(226deg, #F5F8FF 0%, #F6F9FF 49%, #F0F4FC 100%);
}

.ub-serviceAudit .ub-honor {
  width: 1200px;
  margin: auto;
}

.ub-serviceAudit .ub-honorTitle {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #333;
}

.ub-serviceAudit .ub-honorTitle {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #333;
}

.ub-serviceAudit .ub-honorContent {
  margin-top: 60px;
}

.ub-serviceAudit .ub-honorContent>.swiper-wrapper>div {
  width: 220px;
  padding: 16px;
  background: #F8FBFF;
  box-shadow: 0 16px 20px 0 rgba(210, 222, 247, 0.38), inset 2px 2px 4px 0 #FFFFFF;
  border-radius: 4px;
}

.ub-serviceAudit .ub-honorContent img {
  width: 188px;
  height: 246px;
}

.ub-serviceAudit .ub-honorContent p {
  font-size: 16px;
  line-height: 28px;
  color: #444753;
  margin-top: 10px;
  /* width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; */
}

.ub-serviceAudit .ub-index-serve {
  height: 988px;
  background: linear-gradient(225deg, #F2F6FD 0%, #F5F9FE 45%, #EEF2FA 100%);
}

.ub-serviceAudit .ub-index-serve-bg {
  height: 100%;
  background: url("../Images/bg-fw.png") no-repeat left bottom;
  background-size: 46.2%;
}

.ub-serviceAudit .ub-index-serve-list {
  display: flex;
  flex-wrap: wrap;
  margin: 76px auto 0;
}

.ub-serviceAudit .ub-honeycomb {
  width: 130px;
  height: 148px;
  overflow: hidden;
  transform: rotate(120deg);
  border-radius: 10px;
  margin: -16px 10px 0 10px;
}

.ub-serviceAudit .ub-honeycomb-child {
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: rotate(-60deg);
  border-radius: 10px;
}

.ub-serviceAudit .ub-honeycomb-child-child:hover img {
  transition: All 0.8s ease-in-out;
  transform: rotate(360deg) scale(0.8);
}

.ub-serviceAudit .ub-honeycomb-child-child {
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: rotate(-60deg);
  background: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.ub-serviceAudit .ub-honeycomb-child-child img {
  transition: All 0.8s ease-in-out;
  width: 100%;
}

.ub-serviceAudit .ub-honeycomb:nth-child(34n+1) {
  margin-left: 158px;
}

.ub-serviceAudit .ub-honeycomb:nth-child(34n+7) {
  margin-left: 86px;
}

.ub-serviceAudit .ub-honeycomb:nth-child(34n+14) {
  margin-left: 10px;
}

.ub-serviceAudit .ub-honeycomb:nth-child(34n+22) {
  margin-left: 86px;
}

.ub-serviceAudit .ub-honeycomb:nth-child(34n+29) {
  margin-left: 158px;
}

.ub-serviceAudit .mySwiper_serviceManagement {
  width: 100%;
  overflow: hidden;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ub-serviceAudit .swiper-slide {
  /* width: 150px !important; */
}

.ub-serviceAudit .swiper-wrapper {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ub-serviceDraw_box {
  /* ----智能面试背景---- */
  /* ----考官分析评定系统---- */
  /* ----系统流程---- */
  /* ----面试评分质量监测分析---- */
  /* ----荣誉资质---- */
  /* 累计超过1000+场30万+人招考服务 */
}

.ub-serviceDraw_box .ub-serviceDrawBg {
  width: 100%;
  height: 420px;
  background: url(../Images/serviceDrawBg.png);
  background-size: 100% 100%;
}

.ub-serviceDraw_box .ub-serviceDraw {
  width: 1200px;
  height: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ub-serviceDraw_box .ub-serviceDrawTitle>p:nth-of-type(1) {
  font-weight: 900;
  font-size: 60px;
  color: #FFFFFF;
  letter-spacing: 1.2px;
}

.ub-serviceDraw_box .ub-serviceDrawTitle>p:nth-of-type(2) {
  font-size: 30px;
  color: #FFFFFF;
  letter-spacing: 1.6px;
  margin-top: 8px;
}

.ub-serviceDraw_box .ub-serviceDraw>div a {
  width: 160px;
  padding: 10px 0;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0579FF;
  font-size: 20px;
  font-weight: 600;
  background: #fff;
  margin-top: 40px;
  cursor: pointer;
}

.ub-serviceDraw_box .ub-serviceDraw img {
  width: 440px;
  height: 347px;
}

.ub-serviceDraw_box .ub-analysisBg {
  width: 100%;
  padding: 60px 0 80px 0;
  background-image: linear-gradient(226deg, #F5F8FF 0%, #F6F9FF 49%, #F0F4FC 100%);
}

.ub-serviceDraw_box .ub-analysis {
  width: 1200px;
  margin: auto;
}

.ub-serviceDraw_box .ub-analysisTitle {
  font-weight: 700;
  font-size: 32px;
  color: #333333;
  text-align: center;
}

.ub-serviceDraw_box .ub-analysisContent {
  padding: 60px 24px 80px 24px;
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: url(../Images/serviceDrawAnaNg.png) #fff;
  background-size: 100% 100%;

}

.ub-serviceDraw_box .ub-analysisContent>div>img {
  width: 237px;
  height: 310px;
}

.ub-serviceDraw_box .ub-analysisContent>div>p {
  font-size: 14px;
  color: #676F90;
  letter-spacing: 0.88px;
  margin-top: 10px;
  text-align: center;
}

.ub-serviceDraw_box .ub-analysisContent>div:nth-of-type(2) {
  font-size: 20px;
  color: #444753;
  letter-spacing: 1.25px;
  line-height: 40px;
  width: 883px;
  text-indent: 50px;
}


.ub-serviceDraw_box .ub-processBg,
.ub-serviceDraw_box .ub-qualityBg {
  width: 100%;
  padding: 60px 0 80px 0;
  background: #fff;
}

.ub-serviceDraw_box .ub-process,
.ub-serviceDraw_box .ub-quality {
  width: 1200px;
  margin: auto;
}

.ub-serviceDraw_box .ub-processTitle,
.ub-serviceDraw_box .ub-qualityTitle {
  font-weight: 700;
  font-size: 32px;
  color: #333333;
  text-align: center;
}

.ub-serviceDraw_box .ub-processContent {
  margin-top: 60px;
  text-align: center;
}

.ub-serviceDraw_box .ub-processContent img {
  width: 940px;
  height: 880px;
}

.ub-serviceDraw_box .ub-peculiarityBg {
  width: 100%;
  padding: 60px 0 80px 0;
  background-image: linear-gradient(226deg, #F5F8FF 0%, #F6F9FF 49%, #F0F4FC 100%);
}

.ub-serviceDraw_box .ub-peculiarity {
  width: 1200px;
  margin: auto;
}

.ub-serviceDraw_box .ub-peculiarityTitle {
  font-weight: 700;
  font-size: 32px;
  color: #333333;
  text-align: center;
}

.ub-serviceDraw_box .ub-peculiarityContent {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}

.ub-serviceDraw_box .ub-peculiarityContent>div {
  width: 276px;
  height: 350px;
  padding: 32px 16px 16px 16px;
  background: #F8FBFF;
  box-shadow: 0 16px 20px 0 rgba(210, 222, 247, 0.38), inset 2px 2px 4px 0 #FFFFFF;
  border-radius: 8px;
}

.ub-serviceDraw_box .ub-peculiarityContent>div>div {
  text-align: center;
}

.ub-serviceDraw_box .ub-peculiarityContent>div>div img {
  width: 80px;
  height: 80px;
}

.ub-serviceDraw_box .ub-peculiarityContent>div>p:nth-of-type(1) {
  font-weight: 900;
  font-size: 20px;
  color: #333333;
  text-align: center;
  margin-top: 30px;
}

.ub-serviceDraw_box .ub-peculiarityContent>div>p:nth-of-type(2) {
  margin-top: 24px;
  font-size: 16px;
  color: #444753;
  line-height: 28px;
}

.ub-serviceDraw_box .ub-qualityContent {
  position: relative;
  width: 825px;
  margin: 60px auto 50px auto;
  text-align: center;
}

.ub-serviceDraw_box .ub-qualityContent img {
  width: 824px;
  height: 747px;
}

.ub-serviceDraw_box .ub-qualityContent .ub-examiner-monitor-label1 {
  width: 290px;
  background: rgba(238, 85, 85, 0.22);
  box-shadow: 0px 7px 15px 0px rgba(58, 58, 58, 0.24);
  border-radius: 10px;
  color: #EE5555;
  padding: 30px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 26px;
  box-sizing: border-box;
  padding-left: 30px;
  position: absolute;
  top: 115px;
  left: -28.5%;
}

.ub-serviceDraw_box .ub-qualityContent .ub-examiner-monitor-label2 {
  width: 290px;
  background: rgba(116, 218, 153, 0.55);
  box-shadow: 0px 7px 15px 0px rgba(58, 58, 58, 0.24);
  border-radius: 10px;
  color: #03B549;
  padding: 30px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 26px;
  box-sizing: border-box;
  padding-left: 30px;
  position: absolute;
  top: 30px;
  right: -28.5%;
}

.ub-serviceDraw_box .ub-qualityContent .ub-examiner-monitor-label3 {
  width: 290px;
  background: rgba(243, 178, 70, 0.22);
  box-shadow: 0px 7px 15px 0px rgba(58, 58, 58, 0.24);
  border-radius: 10px;
  color: #F3B246;
  padding: 30px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 26px;
  box-sizing: border-box;
  padding-left: 30px;
  position: absolute;
  top: 220px;
  right: -28.5%;
}

.ub-serviceDraw_box .ub-qualityContent .ub-examiner-monitor-label4 {
  width: 290px;
  background: rgba(193, 85, 238, 0.22);
  box-shadow: 0px 7px 15px 0px rgba(58, 58, 58, 0.24);
  border-radius: 10px;
  color: #C155EE;
  padding: 30px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 26px;
  box-sizing: border-box;
  padding-left: 30px;
  position: absolute;
  top: 310px;
  left: -28.5%;
}

.ub-serviceDraw_box .ub-qualityContent .ub-examiner-monitor-label5 {
  width: 290px;
  background: rgba(85, 123, 238, 0.22);
  box-shadow: 0px 7px 15px 0px rgba(58, 58, 58, 0.24);
  border-radius: 10px;
  color: #557BEE;
  padding: 30px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 26px;
  box-sizing: border-box;
  padding-left: 30px;
  position: absolute;
  top: 415px;
  right: -28.5%;
}

.ub-serviceDraw_box .ub-honorBg {
  width: 100%;
  padding: 60px 0 80px 0;
  background-image: linear-gradient(226deg, #F5F8FF 0%, #F6F9FF 49%, #F0F4FC 100%);
}

.ub-serviceDraw_box .ub-honor {
  width: 1200px;
  margin: auto;
}

.ub-serviceDraw_box .ub-honorTitle {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #333;
}

.ub-serviceDraw_box .ub-honorContent {
  margin-top: 60px;
}

.ub-serviceDraw_box .ub-honorContent>.swiper-wrapper>div {
  width: 220px;
  padding: 16px;
  background: #F8FBFF;
  box-shadow: 0 16px 20px 0 rgba(210, 222, 247, 0.38), inset 2px 2px 4px 0 #FFFFFF;
  border-radius: 4px;
}

.ub-serviceDraw_box .ub-honorContent img {
  width: 188px;
  height: 246px;
}

.ub-serviceDraw_box .ub-honorContent p {
  font-size: 16px;
  line-height: 28px;
  color: #444753;
  margin-top: 10px;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ub-serviceDraw_box .ub-index-serve {
  height: 988px;
  background: linear-gradient(225deg, #F2F6FD 0%, #F5F9FE 45%, #EEF2FA 100%);
}

.ub-serviceDraw_box .ub-index-serve-bg {
  height: 100%;
  background: url("../Images/bg-fw.png") no-repeat left bottom;
  background-size: 46.2%;
}

.ub-serviceDraw_box .ub-index-serve-list {
  display: flex;
  flex-wrap: wrap;
  margin: 76px auto 0;
}

.ub-serviceDraw_box .ub-honeycomb {
  width: 130px;
  height: 148px;
  overflow: hidden;
  transform: rotate(120deg);
  border-radius: 10px;
  margin: -16px 10px 0 10px;
}

.ub-serviceDraw_box .ub-honeycomb-child {
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: rotate(-60deg);
  border-radius: 10px;
}

.ub-serviceDraw_box .ub-honeycomb-child-child:hover img {
  transition: All 0.8s ease-in-out;
  transform: rotate(360deg) scale(0.8);
}

.ub-serviceDraw_box .ub-honeycomb-child-child {
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: rotate(-60deg);
  background: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.ub-serviceDraw_box .ub-honeycomb-child-child img {
  transition: All 0.8s ease-in-out;
  width: 100%;
}

.ub-serviceDraw_box .ub-honeycomb:nth-child(34n+1) {
  margin-left: 158px;
}

.ub-serviceDraw_box .ub-honeycomb:nth-child(34n+7) {
  margin-left: 86px;
}

.ub-serviceDraw_box .ub-honeycomb:nth-child(34n+14) {
  margin-left: 10px;
}

.ub-serviceDraw_box .ub-honeycomb:nth-child(34n+22) {
  margin-left: 86px;
}

.ub-serviceDraw_box .ub-honeycomb:nth-child(34n+29) {
  margin-left: 158px;
}

.ub-serviceDraw_box .mySwiper_serviceDraw1 {
  width: 100%;
  overflow: hidden;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ub-serviceDraw_box .swiper-slide {
  /* width: 150px !important; */
}

.ub-serviceDraw_box .swiper-wrapper {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ub-serviceManagement {
  /* ----智能面试背景---- */
  /* ----荣誉资质---- */
  /* 累计超过1000+场30万+人招考服务 */
}

.ub-serviceManagement .ub-serviceDrawBg {
  width: 100%;
  height: 420px;
  background: url(../Images/serviceDrawBg.png);
  background-size: 100% 100%;
}

.ub-serviceManagement .ub-serviceDraw {
  width: 1200px;
  height: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ub-serviceManagement .ub-serviceDrawTitle>p:nth-of-type(1) {
  font-weight: 900;
  font-size: 60px;
  color: #FFFFFF;
  letter-spacing: 1.2px;
}

.ub-serviceManagement .ub-serviceDrawTitle>p:nth-of-type(2) {
  font-size: 30px;
  color: #FFFFFF;
  letter-spacing: 1.6px;
  margin-top: 8px;
}

.ub-serviceManagement .ub-serviceDraw>div a {
  width: 160px;
  padding: 10px 0;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0579FF;
  font-size: 20px;
  font-weight: 600;
  background: #fff;
  margin-top: 40px;
  cursor: pointer;
}

.ub-serviceManagement .ub-serviceDraw img {
  width: 440px;
  height: 347px;
}

.ub-serviceManagement .ub-grayBg {
  width: 100%;
  padding: 60px 0 80px 0;
  background-image: linear-gradient(226deg, #F5F8FF 0%, #F6F9FF 49%, #F0F4FC 100%);
}

.ub-serviceManagement .ub-whiteBg {
  width: 100%;
  padding: 60px 0 80px 0;
  background: #fff;
}

.ub-serviceManagement .ub-publicLoyout {
  width: 1200px;
  margin: auto;
}

.ub-serviceManagement .ub-publicTitle {
  font-weight: 700;
  font-size: 32px;
  color: #333333;
  text-align: center;
}

.ub-serviceManagement .ub-audit {
  margin-top: 50px;
  padding: 80px 26px 100px 22px;
  font-size: 20px;
  color: #444753;
  letter-spacing: 1.25px;
  line-height: 40px;
  background: url(../Images/serviceDrawAnaNg.png) #fff;
  background-size: 100% 100%;
  text-indent: 50px;
  box-shadow: 0 16px 20px 0 #d2def761, inset 2px 2px 4px 0 #FFFFFF;
  border-radius: 8px;
}

.ub-serviceManagement .ub-peculiarityContent {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}

.ub-serviceManagement .ub-peculiarityContent>div {
  width: 378px;
  height: 326px;
  padding: 32px 16px 16px 16px;
  background-image: linear-gradient(180deg, #F5F9FE 0%, #FFFFFF 100%);
  border: 1px solid #F3F8FF;
  border-radius: 16px;
}

.ub-serviceManagement .ub-peculiarityContent>div>div {
  text-align: center;
}

.ub-serviceManagement .ub-peculiarityContent>div>div img {
  width: 80px;
  height: 80px;
}

.ub-serviceManagement .ub-peculiarityContent>div>p:nth-of-type(1) {
  font-weight: 900;
  font-size: 20px;
  color: #333333;
  text-align: center;
  margin-top: 30px;
}

.ub-serviceManagement .ub-peculiarityContent>div>p:nth-of-type(2) {
  margin-top: 24px;
  font-size: 16px;
  color: #444753;
  line-height: 28px;
  text-align: left;
}

.ub-serviceManagement .ub-process {
  width: 1290px;
  margin: 90px auto 125px auto;
  position: relative;
  font-size: 0;
}

.ub-serviceManagement .ub-process .ub-examinations-business-img {
  max-width: 100%;
  height: auto;
}

.ub-serviceManagement .ub-flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.ub-serviceManagement .ub-examinations-business-customer-box {
  position: absolute;
  left: 15%;
  top: -10%;
}

.ub-serviceManagement .ub-examinations-business-customer-left {
  padding: 20px 25px;
  color: #fff;
  font-size: 26px;
  line-height: 26px;
  background-color: #F3B246;
  border-radius: 6px;
}

.ub-serviceManagement .ub-examinations-business-customer-line {
  width: 260px;
  /* height: 1px; */
  border-top: 2px dashed #FACC7F;
}

.ub-serviceManagement .ub-examinations-business-customer-right {
  width: 600px;
  padding: 35px 40px 0 40px;
  box-sizing: border-box;
  border: 2px dashed #FACC7F;
  border-radius: 6px;
  background-color: #FFFCF8;
}

.ub-serviceManagement .ub-examinations-business-customer-ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.ub-serviceManagement .ub-examinations-business-customer-ul li {
  width: 25%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #4B4C4E;
  font-size: 22px;
  margin-bottom: 35px;
}

.ub-serviceManagement .ub-examinations-business-written-box {
  position: absolute;
  left: 32.5%;
  top: 27%;
}

.ub-serviceManagement .ub-examinations-business-written-left {
  padding: 20px 25px;
  color: #fff;
  font-size: 26px;
  line-height: 26px;
  background-color: #4ACF7A;
  border-radius: 6px;
}

.ub-serviceManagement .ub-examinations-business-written-line {
  width: 52px;
  border-top: 2px dashed #73E19A;
}

.ub-serviceManagement .ub-examinations-business-written-right {
  width: 600px;
  box-sizing: border-box;
  border-radius: 6px;
  border: 2px dashed #73E19A;
  background-color: #F9FFFB;
  padding: 25px 15px 0 40px;
}

.ub-serviceManagement .ub-examinations-business-written-ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.ub-serviceManagement .ub-examinations-business-written-ul li {
  font-size: 22px;
  color: #4B4C4E;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 25px;
  margin-right: 25px;
}

.ub-serviceManagement .ub-examinations-business-interview-box {
  position: absolute;
  bottom: -13.5%;
  left: 15%;
}

.ub-serviceManagement .ub-examinations-business-interview-left {
  padding: 20px 25px;
  color: #fff;
  font-size: 26px;
  line-height: 26px;
  background-color: #557BEE;
  border-radius: 6px;
}

.ub-serviceManagement .ub-examinations-business-interview-line {
  width: 260px;
  border-top: 2px dashed #97AEF5;
}

.ub-serviceManagement .ub-examinations-business-interview-right {
  width: 600px;
  padding: 25px 15px 0 40px;
  box-sizing: border-box;
  border: 2px dashed #97AEF5;
  border-radius: 6px;
  background-color: #F9FAFF;
}

.ub-serviceManagement .ub-examinations-business-interview-ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.ub-serviceManagement .ub-examinations-business-interview-ul li {
  font-size: 22px;
  color: #4B4C4E;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 25px;
  margin-right: 22px;
}

.ub-serviceManagement .ub-listing {
  margin-top: 60px;
  display: flex;
  align-items: center;
}

.ub-serviceManagement .ub-listing>.ub-listingMainContent {
  margin-right: 25px;
}

.ub-serviceManagement .ub-listing>.ub-listingMainContent>.ub-listingTitle {
  width: 194px;
  margin: auto;
  padding: 16px 0;
  background-image: linear-gradient(128deg, #20ADFF 0%, #0070FF 100%);
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  color: #FFFFFF;
  border-radius: 8px;
}

.ub-serviceManagement .ub-listing>.ub-listingMainContent>.ub-listingContent {
  width: 220px;
  height: 428px;
  background-image: linear-gradient(220deg, rgba(192, 233, 255, 0.1) 0%, rgba(192, 233, 255, 0.1) 0%, rgba(255, 255, 255, 0.4) 100%);
  box-shadow: inset 0 -2px 2px 0 rgba(22, 97, 255, 0.17), inset 1px 1px 0 0 rgba(255, 255, 255, 0.64);
  border-radius: 6px;
}

.ub-serviceManagement .ub-listingContent>.ub-listingLayout {
  width: 100%;
  padding-top: 40px;
  margin-bottom: 12px;
}

.ub-serviceManagement .ub-listingContent>.ub-listingLayout>div {
  display: flex;
  align-items: center;
  text-align: center;
  width: 50%;
  margin: auto;
  margin-bottom: 12px;
}

.ub-serviceManagement .ub-listingContent>.ub-listingLayout>div>span:nth-of-type(1) {
  display: block;
  width: 8px;
  height: 8px;
  background: #567EFB;
  border-radius: 50%;
  margin-right: 10px;
}

.ub-serviceManagement .ub-listingContent>.ub-listingLayout>div>span:nth-of-type(2) {
  font-size: 20px;
  color: #444753;
}

.ub-serviceManagement .ub-honorBg {
  width: 100%;
  padding: 60px 0 80px 0;
  background-image: linear-gradient(226deg, #F5F8FF 0%, #F6F9FF 49%, #F0F4FC 100%);
}

.ub-serviceManagement .ub-honor {
  width: 1200px;
  margin: auto;
}

.ub-serviceManagement .ub-honorTitle {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #333;
}

.ub-serviceManagement .ub-honorContent {
  margin-top: 60px;
  height: 360px;
}

.ub-honorContent .swiper-wrapper {
  justify-content: space-between;
}

.ub-honorContent .swiper-wrapper .swiper-slide {
  height: 360px;
}

.ub-honorContent .swiper-wrapper .swiper-slide>div {
  width: 220px;
  padding: 16px;
  height: 345px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #F8FBFF;
  box-shadow: 0 16px 20px 0 #d2def761, inset 2px 2px 4px 0 #FFFFFF;
  border-radius: 4px;
}

.ub-honorContent img {
  width: 188px;
  height: 246px;
}

.ub-honorContent p {
  width: 188px;
  height: 61px;
  text-align: center;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 16px;
  color: #444753;
  line-height: 28px;
  margin-top: 10px;
}

.ub-serviceManagement .ub-index-serve {
  height: 988px;
  background: linear-gradient(225deg, #F2F6FD 0%, #F5F9FE 45%, #EEF2FA 100%);
}

.ub-serviceManagement .ub-index-serve-bg {
  height: 100%;
  background: url("../Images/bg-fw.png") no-repeat left bottom;
  background-size: 46.2%;
}

.ub-serviceManagement .ub-index-serve-list {
  display: flex;
  flex-wrap: wrap;
  margin: 76px auto 0;
}

.ub-serviceManagement .ub-honeycomb {
  width: 130px;
  height: 148px;
  overflow: hidden;
  transform: rotate(120deg);
  border-radius: 10px;
  margin: -16px 10px 0 10px;
}

.ub-serviceManagement .ub-honeycomb-child {
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: rotate(-60deg);
  border-radius: 10px;
}

.ub-serviceManagement .ub-honeycomb-child-child:hover img {
  transition: All 0.8s ease-in-out;
  transform: rotate(360deg) scale(0.8);
}

.ub-serviceManagement .ub-honeycomb-child-child {
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: rotate(-60deg);
  background: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.ub-serviceManagement .ub-honeycomb-child-child img {
  transition: All 0.8s ease-in-out;
  width: 100%;
}

.ub-serviceManagement .ub-honeycomb:nth-child(34n+1) {
  margin-left: 158px;
}

.ub-serviceManagement .ub-honeycomb:nth-child(34n+7) {
  margin-left: 86px;
}

.ub-serviceManagement .ub-honeycomb:nth-child(34n+14) {
  margin-left: 10px;
}

.ub-serviceManagement .ub-honeycomb:nth-child(34n+22) {
  margin-left: 86px;
}

.ub-serviceManagement .ub-honeycomb:nth-child(34n+29) {
  margin-left: 158px;
}

.ub-serviceManagement .mySwiper_serviceManagement {
  width: 100%;
  overflow: hidden;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ub-serviceManagement .swiper-wrapper {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ub-serviceProcess .ub-serviceBanner {
  width: 100%;
  height: 420px;
  background: url(../Images/serveBanner1.png);
  background-size: 100% 100%;
}

.ub-serviceProcess .ub-service {
  width: 1200px;
  margin: auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ub-serviceProcess .ub-service>div>img {
  width: 380px;
  height: 306px;
  margin-top: 52px;
}

.ub-serviceProcess .ub-service p:nth-of-type(1) {
  color: #fff;
  font-size: 60px;
  letter-spacing: 1.2px;
  font-weight: 900;
}

.ub-serviceProcess .ub-service p:nth-of-type(2) {
  color: #fff;
  font-size: 30px;
  letter-spacing: 1.6px;
  margin-top: 8px;
}

.ub-serviceProcess .ub-processBg {
  width: 100%;
  padding: 60px 0 80px 0;
  background-image: linear-gradient(226deg, #F5F8FF 0%, #F6F9FF 49%, #F0F4FC 100%);
}

.ub-serviceProcess .ub-process {
  width: 1200px;
  margin: auto;
}

.ub-serviceProcess .ub-processTitle {
  text-align: center;
  color: #333333;
  font-weight: 700;
  font-size: 32px;
}

.ub-serviceProcess .ub-processContent {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 60px;
}

.ub-serviceProcess .ub-processOrder {
  width: 584px;
  background: #F8FBFF;
  box-shadow: 0 24px 30px 0 rgba(210, 222, 247, 0.92);
  border-radius: 8px;
  padding: 40px 24px 30px 15px;
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 32px;
  transition: all 0.3s;
}

.ub-serviceProcess .ub-processOrder:hover {
  background: #fff;
}

.ub-serviceProcess .ub-processOrder>div>img {
  /* width: 162px;
        height: 200px; */
  width: 297px;
  height: 227px;
  position: absolute;
}

.ub-serviceProcess .ub-processOrder>.ub-score {
  margin-left: 150px;
  height: 200px;
}

.ub-serviceProcess .ub-processOrder>.ub-score>p:nth-of-type(1) {
  font-size: 28px;
  font-weight: 900;
  color: #444753;
}

.ub-serviceProcess .ub-processOrder>.ub-score>p:nth-of-type(1):hover a {
  color: #0070FF;
}

.ub-serviceProcess .ub-processOrder>.ub-score>p:nth-of-type(2) {
  font-size: 14px;
  color: #7E96AD;
  letter-spacing: 0.88px;
  line-height: 26px;
  margin-top: 16px;
}

.ub-serviceProcess .ub-serialNumber {
  position: absolute;
  left: 0;
  top: 0;
  width: 61px;
  height: 62px;
  background-image: linear-gradient(184deg, rgba(32, 173, 255, 0.2) 0%, rgba(0, 112, 255, 0) 100%);
  border-radius: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0070FF;
  font-size: 26px;
  font-weight: 900;
  opacity: 0.8;
}

.ub-serviceProcess .ub-moreBtn {
  width: 124px;
  height: 36px;
  background-image: linear-gradient(128deg, #20ADFF 0%, #0070FF 100%);
  border-radius: 2px;
  position: absolute;
  right: 24px;
  bottom: 20px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.88px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.ub-serviceProcess .ub-planBg {
  width: 100%;
  padding: 60px;
  background-image: linear-gradient(225deg, #FFFFFF 0%, #F6F9FF 63%, #FFFFFF 100%);
}

.ub-serviceProcess .ub-plan {
  width: 1200px;
  margin: auto;
}

.ub-serviceProcess .ub-planTitle {
  text-align: center;
  color: #333333;
  font-size: 32px;
  font-weight: 700;
}

.ub-serviceProcess .ub-plauLoyout {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 60px;
}

.ub-serviceProcess .ub-tan-conntent-img {
  width: 800px;
  height: 638px;
  position: absolute;
  right: -370px;
  top: 50%;
  transform: translateY(-40%);
}

.ub-serviceProcess .ub-tan-conntent-img img {
  width: 100%;
}

.ub-serviceProcess .ub-planContent>.ub-switch {
  display: flex;
  align-items: center;
}

.ub-serviceProcess .ub-planContent>.ub-switch>div {
  margin-right: 14px;
  width: 140px;
  text-align: center;
  padding: 14px 0;
  color: #333333;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  border: 1px solid #E4EAF3;
  box-shadow: 0 8px 10px 0 rgba(207, 225, 255, 0.27);
  border-radius: 4px;
  cursor: pointer;
}

.ub-serviceProcess .ub-planContent>.ub-switch>.ub-switchActive {
  background-image: linear-gradient(128deg, #20ADFF 0%, #0070FF 100%);
  box-shadow: 0 8px 18px 0 rgba(0, 124, 255, 0.3);
  border-radius: 4px;
  color: #fff;
}

.ub-serviceProcess .ub-switchContent {
  margin-top: 40px;
}

.ub-serviceProcess .ub-switchContent>p:nth-of-type(1) {
  font-size: 32px;
  font-weight: 900;
  color: #444753;
}

.ub-serviceProcess .ub-switchContent>p:nth-of-type(2) {
  width: 686px;
  font-size: 20px;
  font-weight: 300;
  color: #5B6E81;
  line-height: 37px;
  margin-top: 20px;
}

.ub-serviceProcess .ub-switchIcon {
  display: flex;
  align-items: center;
  margin-top: 80px;
}

.ub-serviceProcess .ub-switchIcon>div {
  margin-right: 40px;
}

.ub-serviceProcess .ub-switchIcon>div>img {
  width: 70px;
  height: 100px;
}

.ub-serviceProcess .ub-switchIcon>div>p {
  color: #087FFF;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.ub-serviceProcess .ub-switchMoreBtn {
  width: 124px;
  height: 36px;
  background-image: linear-gradient(128deg, #20ADFF 0%, #0070FF 100%);
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.88px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-top: 40px;
}

.ub-serviceScore {
  /* ---头部背景--- */
  /* ----应用场景---- */
  /* ----系统流程---- */
  /* ----软件功能---- */
  /* ----系统硬件---- */
  /* ----领导关怀---- */
  /* .ub-careContent>div {
        width: 276px;
        height: 300px;
    } */
  /* ----荣誉资质---- */
  /* 累计超过1000+场30万+人招考服务 */
}

.ub-serviceScore .ub-serviceScoreBanner {
  width: 100%;
  height: 420px;
  background: url(../Images/serviceDrawBg.png);
  background-size: 100% 100%;
}

.ub-serviceScore .ub-serviceScoreContent {
  width: 1200px;
  height: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ub-serviceScore .ub-serviceScoreContent img {
  width: 524px;
  height: 334px;
}

.ub-serviceScore .ub-serviceScoreContent>div>p:nth-of-type(1) {
  color: #FFFFFF;
  letter-spacing: 1.2px;
  font-size: 60px;
  font-weight: 900;
}

.ub-serviceScore .ub-serviceScoreContent>div>p:nth-of-type(2) {
  font-size: 30px;
  color: #fff;
  letter-spacing: 1.6px;
  margin-top: 8px;
}

.ub-serviceScore .ub-serviceScoreContent>div a {
  width: 160px;
  padding: 10px 0;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0579FF;
  font-size: 20px;
  font-weight: 600;
  background: #fff;
  margin-top: 40px;
  cursor: pointer;
}

.ub-serviceScore .ub-scoreBg {
  width: 100%;
  padding: 60px 0 80px 0;
  background-image: linear-gradient(226deg, #F5F8FF 0%, #F6F9FF 49%, #F0F4FC 100%);
}

.ub-serviceScore .ub-score {
  width: 1200px;
  margin: auto;
}

.ub-serviceScore .ub-scoreTitle {
  color: #333333;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}

.ub-serviceScore .ub-scoreContent {
  margin-top: 50px;
  width: 100%;
  padding: 60px 24px 80px 24px;
  background: #fff;
  box-shadow: 0 10px 16px 0 rgba(210, 222, 247, 0.38);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flexBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sceneBgBox {
  flex-direction: row !important;
}

.ub-serviceScore .ub-scoreContent>div:nth-of-type(1) img {
  width: 354px;
  height: 334px;
  margin-right: 8px;
}

.ub-serviceScore .ub-scoreContent>div:nth-of-type(1) p {
  color: #676F90;
  margin-top: 10px;
  letter-spacing: 0.88px;
  text-align: center;
}

.ub-serviceScore .ub-scoreContent>div:nth-of-type(2) p {
  color: #676F90;
  margin-top: 10px;
  letter-spacing: 0.88px;
  text-align: center;
}

.ub-serviceScore .ub-scoreContent>div:nth-of-type(2) img {
  width: 237px;
  height: 334px;
  margin-right: 32px;
}

.ub-serviceScore .ub-scoreContent>div:nth-of-type(3) p {
  width: 520px;
  color: #444753;
  line-height: 40px;
  letter-spacing: 1.25px;
  font-size: 20px;
  text-indent: 50px;
}

.ub-serviceScore .ub-scenarioBg {
  width: 100%;
  padding: 60px 0 80px 0;
  background: #fff;
}

.ub-serviceScore .ub-scenario {
  width: 1200px;
  margin: auto;
}

.ub-serviceScore .ub-scenarioTitle {
  text-align: center;
  color: #333333;
  font-size: 32px;
  font-weight: 700;
}

.ub-serviceScore .ub-scenarioContent {
  margin-top: 60px;
}

.ub-serviceScore .ub-scenarioUse {
  height: 520px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.ub-serviceScore .ub-scenarioUse>.ub-scenarioUseOne {
  width: 745px;
  padding: 44px 29px;
  background-image: linear-gradient(180deg, #F1F7FF 1%, #DFEBFF 99%);
  border: 10px solid rgba(255, 255, 255, 0.77);
  box-shadow: 0 0 30px -10px rgba(0, 98, 211, 0.12);
  border-radius: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ub-serviceScore .ub-scenarioUse>.ub-scenarioUseOne img {
  width: 687px;
  height: 432px;
}

.ub-serviceScore .ub-scenarioUse>.ub-scenarioUseTwo {
  height: 100%;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
}

.ub-serviceScore .ub-scenarioUse>.ub-scenarioUseTwo>div {
  width: 425px;
  padding: 20px 15px;
  background-image: linear-gradient(180deg, #F1F7FF 1%, #DFEBFF 99%);
  border-radius: 19px;
  /* margin-bottom: 10px; */
}

.ub-serviceScore .ub-scenarioUse>.ub-scenarioUseTwo>div>img {
  width: 394px;
  height: 210px;
}

.ub-serviceScore .ub-processBg {
  width: 100%;
  padding: 60px 0 80px 0;
  background-image: linear-gradient(226deg, #F5F8FF 0%, #F6F9FF 49%, #F0F4FC 100%);
}

.ub-serviceScore .ub-process {
  width: 1200px;
  margin: auto;
}

.ub-serviceScore .ub-processTitle {
  text-align: center;
  color: #333333;
  font-size: 32px;
  font-weight: 700;
}

.ub-serviceScore .ub-processContent {
  margin-top: 60px;
}

.ub-serviceScore .ub-processContent img {
  width: 100%;
  height: 774px;
}

.ub-serviceScore .ub-functionMain {
  width: 100%;
  height: 100%;
}

.ub-serviceScore .ub-functionBg1 {
  width: 100%;
  padding: 60px 0 80px 0;
  background: #fff;
}

.ub-serviceScore .ub-functionContent1 {
  width: 1200px;
  margin: auto;
}

.ub-serviceScore .ub-functionTitle {
  text-align: center;
  font-size: 33px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 60px;
}

.ub-serviceScore .ub-draw {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ub-serviceScore .ub-draw>div>img {
  width: 542px;
}

.ub-serviceScore .ub-draw>.ub-drawContent {
  width: 560px;
}

.ub-serviceScore .ub-draw>.ub-drawContent>p {
  font-size: 30px;
  font-weight: 900;
  color: #3172E7;
}

.ub-serviceScore .ub-draw>.ub-drawContent>.ub-drawLayout {
  background: #FFFFFF;
  border: 1px solid rgba(0, 69, 255, 0.07);
  box-shadow: 0 16px 30px -8px rgba(210, 222, 247, 0.6);
  border-radius: 8px;
  padding: 40px 0px 50px 38px;
  margin-top: 24px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.ub-serviceScore .ub-drawLayout>div {
  display: flex;
  align-items: center;
  margin: 0 38px 32px 0;
}

.ub-serviceScore .ub-lineUp>div {
  margin-right: 116px;
}

/*.ub-serviceScore .ub-drawLayout>div>span:nth-of-type(1) {*/
/*  display: block;*/
/*  width: 8px;*/
/*  height: 8px;*/
/*  background-image: linear-gradient(128deg, #20ADFF 0%, #0070FF 100%);*/
/*  border-radius: 50%;*/
/*}*/

.ub-serviceScore .ub-drawLayout>div>span:nth-of-type(2) {
  color: #333333;
  font-size: 20px;
  margin-left: 8px;
}

.ub-serviceScore .ub-functionBg2,
.ub-serviceScore .ub-functionBg4,
.ub-serviceScore .ub-functionBg6 {
  width: 100%;
  padding: 80px;
  background: #FAFCFF;
}

.ub-serviceScore .ub-functionBg3,
.ub-serviceScore .ub-functionBg5 {
  width: 100%;
  padding: 80px;
  background: #fff;
}

.ub-serviceScore .ub-hardwareBg {
  width: 100%;
  padding: 60px 0 80px 0;
  background: url(../Images/serviceBg1.png);
  background-size: 100% 100%;
}

.ub-serviceScore .ub-hardware {
  width: 1200px;
  margin: auto;
}

.ub-serviceScore .ub-hardwareTitle {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
}

.ub-serviceScore .ub-hardwareContent {
  margin-top: 60px;
}

.ub-serviceScore .ub-hardwareContent .swiper-slide {
  text-align: center;
  padding: 30px 30px 24px 30px;
  background: #FFFFFF;
  box-shadow: 0 16px 30px -8px rgba(0, 51, 159, 0.6);
  border-radius: 4px;
}

.ub-serviceScore .ub-hardwareContent img {
  width: 160px;
  height: 160px;
  /* margin: 0 20px; */
}

.ub-serviceScore .ub-hardwareContent p {
  font-size: 20px;
  color: #333333;
  font-weight: 700;
  text-align: center;
  margin-top: 34px;
  width: 160px;
}

.ub-serviceScore .ub-careBg {
  width: 100%;
  padding: 60px 0 80px 0;
  background: #fff;
}

.ub-serviceScore .ub-care {
  width: 1200px;
  margin: auto;
}

.ub-serviceScore .ub-careTitle {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #333;
}

.ub-serviceScore .ub-careContent {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ub-serviceScore .ub-careContent img {
  width: 276px;
  height: 206px;
}

.ub-serviceScore .ub-careContent p {
  color: #444753;
  line-height: 28px;
  font-size: 16px;
  width: 276px;
}

.ub-serviceScore .ub-honorBg {
  width: 100%;
  padding: 60px 0 80px 0;
  background-image: linear-gradient(226deg, #F5F8FF 0%, #F6F9FF 49%, #F0F4FC 100%);
}

.ub-serviceScore .ub-honor {
  width: 1200px;
  margin: auto;
}

.ub-serviceScore .ub-honorTitle {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #333;
}

.ub-serviceScore .ub-honorContent {
  margin-top: 60px;
}

.ub-serviceScore .ub-honorContent>.swiper-wrapper>div {
  width: 220px;
  padding: 16px;
  background: #F8FBFF;
  box-shadow: 0 16px 20px 0 rgba(210, 222, 247, 0.38), inset 2px 2px 4px 0 #FFFFFF;
  border-radius: 4px;
}

.ub-serviceScore .ub-honorContent img {
  width: 188px;
  height: 246px;
}

.ub-serviceScore .ub-honorContent p {
  font-size: 16px;
  line-height: 28px;
  color: #444753;
  margin-top: 10px;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ub-serviceScore .ub-index-serve {
  height: 988px;
  background: linear-gradient(225deg, #F2F6FD 0%, #F5F9FE 45%, #EEF2FA 100%);
}

.ub-serviceScore .ub-index-serve-bg {
  height: 100%;
  background: url("../Images/bg-fw.png") no-repeat left bottom;
  background-size: 46.2%;
}

.ub-serviceScore .ub-index-serve-list {
  display: flex;
  flex-wrap: wrap;
  margin: 76px auto 0;
}

.ub-serviceScore .ub-honeycomb {
  width: 130px;
  height: 148px;
  overflow: hidden;
  transform: rotate(120deg);
  border-radius: 10px;
  margin: -16px 10px 0 10px;
}

.ub-serviceScore .ub-honeycomb-child {
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: rotate(-60deg);
  border-radius: 10px;
}

.ub-serviceScore .ub-honeycomb-child-child:hover img {
  transition: All 0.8s ease-in-out;
  transform: rotate(360deg) scale(0.8);
}

.ub-serviceScore .ub-honeycomb-child-child {
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: rotate(-60deg);
  background: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.ub-serviceScore .ub-honeycomb-child-child img {
  transition: All 0.8s ease-in-out;
  width: 100%;
}

.ub-serviceScore .ub-honeycomb:nth-child(34n+1) {
  margin-left: 158px;
}

.ub-serviceScore .ub-honeycomb:nth-child(34n+7) {
  margin-left: 86px;
}

.ub-serviceScore .ub-honeycomb:nth-child(34n+14) {
  margin-left: 10px;
}

.ub-serviceScore .ub-honeycomb:nth-child(34n+22) {
  margin-left: 86px;
}

.ub-serviceScore .ub-honeycomb:nth-child(34n+29) {
  margin-left: 158px;
}

.ub-serviceScore .mySwiper_serviceScore1 {
  width: 100%;
  overflow: hidden;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ub-serviceScore .mySwiper_serviceScore2 {
  width: 100%;
  overflow: hidden;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ub-serviceScore .mySwiper_serviceManagement {
  width: 100%;
  overflow: hidden;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; */

}

.ub-serviceScore .swiper-slide {
  /* width: 150px !important; */
}

.ub-serviceScore .swiper-wrapper {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}


/* .ub-onlineWritten
在线笔试机考系统

*/

.ub-onlineWritten .ub-publicLoyout .ub-process {
  margin-bottom: 0;
}

.ub-onlineWritten .ub-grayBgDeep {
  background-image: linear-gradient(1deg, #FFFFFF 0%, #F0F4FC 100%);
}

.ub-onlineWritten .onlineWrittenBannerText {
  padding-top: 70px;
}

.ub-onlineWritten .onlineWrittenBannerBg2 {
  height: 100%;
  display: flex;
  align-items: flex-end;
}

.ub-serviceAudit .ub-peculiarityContent>div {
  background: #F8FBFF;
  box-shadow: 0 16px 20px 0 #d2def761, inset 2px 2px 4px 0 #FFFFFF;
  border-radius: 8px;
}

.ub-onlineWrittenBg .ub-whiteBg {
  background: url("/Public/Images/onlineWrittenBgIcon1.png");
  background-size: cover;
}


/* 题库新增 */
.ub-proposition_banner {
  width: 450px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.ub-proposition_banner img {
  width: 100% !important;
  height: auto !important;
  display: block;
  box-sizing: border-box;
}

.ub-proposition_flowBg {
  width: 100%;
  padding: 60px 0 100px 0;
  background: url('../Images/proposition_bg2.png') no-repeat center #fff;
  background-size: cover;
}

.ub-proposition_title {
  font-size: 32px;
  color: #333;
  text-align: center;
  font-weight: bold;
}

.ub-proposition_flowBox {
  width: 100%;
  margin-top: 80px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

.ub-proposition_flowImg {
  width: 45px;
  height: 45px;
  display: block;
}

.ub-proposition_flow {
  width: 185px;
  height: 175px;
  background: url('../Images/proposition_img3.png') no-repeat center;
  background-size: cover;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  box-sizing: border-box;
  padding-top: 50px;
  padding-left: 80px;
}

.ub-proposition_flow .proposition_flow_item {
  width: 60px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ub-proposition_characteristic {
  width: 370px !important;
  height: 394px !important;
  background: #F8FBFF;
  box-shadow: 0 16px 20px 0 #d2def761, inset 2px 2px 4px 0 #FFFFFF;
  border-radius: 6px !important;
  padding: 30px 25px !important;
}

.ub-proposition_characteristicImg {
  width: 80px;
  height: 80px;
  display: block;
  margin: 0 auto;
}

.ub-proposition_characteristicTitle {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 25px;
  font-size: 20px;
  color: #333;
  font-weight: bold;
}

.ub-proposition_characteristicText {
  width: 100%;
  font-size: 16px;
  color: #444753;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.ub-proposition_functionBg {
  width: 100%;
  background: url('../Images/proposition_bg3.png') no-repeat center #fff;
  background-size: 100% 100%;
  padding-top: 60px;
  padding-bottom: 70px;
}

/* .ub-proposition_functionBg2{
  width: 100%;
  max-width: 1920px;
  background: url('../Images/proposition_bg3.png') no-repeat center;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 70px;
} */

.ub-proposition_functionBox {
  width: 100%;
  margin-top: 60px;
  position: relative;
}

.ub-proposition_functionImg {
  width: 380px;
  height: auto;
  display: block;
  box-sizing: border-box;
  margin: 0 auto;
}

.ub-proposition_functionR {
  display: flex;
  align-items: center;
}

.ub-proposition_functionB {
  width: 300px;
  height: 235px;
  background: #EEF9FF;
  border: 2px dashed #0078FF;
  border-radius: 4px;
  position: relative;
  box-sizing: border-box;
  padding: 20px;
}

.ub-proposition_functionB2 {
  width: 300px;
  height: 205px;
  background: #FFFDF6;
  border: 2px dashed #FFBD00;
  border-radius: 4px;
  position: relative;
  box-sizing: border-box;
  padding: 20px;
}

.ub-proposition_functionB3 {
  width: 300px;
  height: 205px;
  background: #F4F5FF;
  border: 2px dashed #833CAF;
  border-radius: 4px;
  position: relative;
  box-sizing: border-box;
  padding: 20px;
}

.ub-proposition_functionB::after {
  width: 90px;
  height: 10px;
  background: #0077FF;
  position: absolute;
  top: -2px;
  left: 25px;
  content: '';
}

.ub-proposition_functionB2::after {
  width: 90px;
  height: 10px;
  background: #FFBD00;
  position: absolute;
  top: -2px;
  left: 25px;
  content: '';
}

.ub-proposition_functionB3::after {
  width: 90px;
  height: 10px;
  background: #833CAF;
  position: absolute;
  top: -2px;
  left: 25px;
  content: '';
}

.ub-proposition_functionL {
  width: 145px;
  height: 1px;
  border: 1px dashed #0078FF;
}

.ub-proposition_functionL2 {
  width: 158px;
  height: 93px;
  border-top: 2px dashed #FFBD00;
  border-left: 2px dashed #FFBD00;
}

.ub-proposition_functionL3 {
  width: 158px;
  height: 83px;
  border-bottom: 2px dashed #833CAF;
  border-left: 2px dashed #833CAF;
}

.ub-proposition_tile {
  font-size: 24px;
  font-weight: bold;
}

.ub-proposition_text {
  width: 100%;
  margin-top: 15px;
  font-size: 16px;
  color: #444753;
  line-height: 28px;
}

.ub-proposition_color {
  color: #0076FF;
}

.ub-proposition_color2 {
  color: #FF9A00;
}

.ub-proposition_color3 {
  color: #833CAF;
}


.ub-proposition_pro {
  position: absolute;
  left: 0;
  top: 45%;
  transform: translate(0, -50%);
}

.ub-proposition_pro2 {
  position: absolute;
  right: 0;
  top: 35%;
  transform: translate(0, -50%);
}

.ub-proposition_pro3 {
  position: absolute;
  right: 0;
  bottom: -10%;
  transform: translate(0, -50%);
}



.ub-popBg {
  width: 100vw;
  height: 100vh;
  background: #000000d5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
  display: none;
}

.ub-popBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 6px;
  padding: 20px;
}

.ub-popImg {
  width: 25vw;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  object-fit: cover;
}

.ub-popText {
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: #333;
  font-weight: bold;
}

.swiper-slide {
  cursor: pointer;
}


/*  智能面试评分系统*/

.ub-scoreContentx {
  margin-top: 50px;
  width: 100%;
  padding: 60px 24px 80px 24px;
  background: #fff;
  box-shadow: 0 10px 16px 0 rgba(210, 222, 247, 0.38);
  border-radius: 8px;
}

.ub-div img {
  width: 354px;
  height: 334px;
  margin-right: 8px;
}

.ub-div p {
  color: #676F90;
  margin-top: 10px;
  letter-spacing: 0.88px;
  text-align: center;
}

.ub-div2 img {
  width: 237px;
  height: 334px;
}

.ub-div2 p {
  color: #676F90;
  margin-top: 10px;
  letter-spacing: 0.88px;
  text-align: center;
}

.ub-div3 p {
  width: 520px;
  color: #444753;
  line-height: 40px;
  letter-spacing: 1.25px;
  font-size: 20px;
  text-indent: 50px;
  margin-left: 32px;
}

.ub-scoreFlex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* 轮播 */
.ub-scoreLun {
  width: 100%;
  margin-top: 25px;
}

.ub-scoreLun2 {
  width: 100%;
  overflow: hidden;
}

.ub-scoreLun2 .swiper-wrapper .swiper-slide {
  width: 21%;
}


.ub-scoreLun img {
  width: calc(100% - 15px);
  height: 150px;
  display: block;
  object-fit: cover;
}



/* 首页免费使用弹窗 */
.ub-popApplyTrialBg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
  display: none;
}

.popApplyTrial {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 500px;
  background-color: #fff;
  padding: 30px 40px;
  background: #FFFFFF;
  box-shadow: 0 9px 26px 0 #001b5e14;
  border-radius: 12px;
  width: 400px;
  /* height: 550px; */
}

.popApplyTrial .title {
  font-weight: 900;
  font-size: 20px;
  color: #333333;
  text-align: center;
}

.popApplyTrial .userInfos {
  margin-top: 40px;
}

.userInfoItem {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #333;
  font-size: 16px;
  margin-bottom: 15px;
}

.userInfoItem label {
  width: 80px;
  text-align: right;

}


.userInfoItem label span {
  color: #E90221;
}

.userInfoItem input {
  width: calc(100% - 100px);
  padding: 10px;
  border: 1px solid #CCCCCC;
  border-radius: 6px;
}

.userInfoItem input::-webkit-input-placeholder {
  color: #999999;
  font-size: 12px
}

.userInfoItem select {
  width: calc(100% - 100px);
  padding: 10px 7px;
  border: 1px solid #CCCCCC;
  border-radius: 6px;
}

.userInfoItem .placeholder {
  color: #999999;
  font-size: 12px;
}

.userInfoItem select option {
  font-size: 12px;
  padding: 2px 0;
  color: #000;
}

.popApplyTrial .userExit {
  margin-top: 40px;
}

.popApplyTrial .userExit .submit {
  background: #E90221;
  border-radius: 2px;
  padding: 8px 0;
  text-align: center;
  font-size: 14px;
  color: #FFFFFF;
  cursor: pointer;
}

.popApplyTrial .userExit .excel {
  margin-top: 15px;
  border: 1px solid #CCCCCC;
  border-radius: 2px;
  padding: 8px 0;
  text-align: center;
  font-size: 14px;
  color: #444444;
  cursor: pointer;
}