@charset "UTF-8";
.uw-main-newss {
  background: url("../../images/newsbg.png") no-repeat 0 0;
  background-size: 100% 100%;
  width: 100%;
  height: 96px; }
.uw-main-newss ul {
  justify-content: space-between;
  align-items: center;
  height: 96px; }
.uw-main-newss ul li {
  background-color: #fff;
  border-radius: 120px 0 0 25px;
  width: 570px; }
.uw-main-newss ul li .left {
  width: 134px;
  height: 48px;
  background: url("../../images/xinwentab.png") no-repeat 0 0;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  position: relative;
  left: -2px;
  flex-shrink: 0}
.uw-main-newss ul li p {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 48px;
  padding-left: 20px;
  padding-right: 10px;}
@media (max-width: 768px) {
  .uw-main-newss {
    height: 5.65rem; }
  .uw-main-newss ul {
    height: 5.65rem;
    overflow-x: auto;
    gap: 0 1.2rem;
    /* 隐藏滚动条 */
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE 和旧版 Edge */ }
  .uw-main-newss ul::-webkit-scrollbar {
    display: none;
    /* Chrome、Safari */ }
  .uw-main-newss ul li {
    width: 26.25rem;
    flex-shrink: 0;
    border-radius: 2.4rem 0.4rem 0.4rem 0.4rem; }
  .uw-main-newss ul li .left {
    width: 8.4rem;
    height: 3.2rem;
    font-size: 1.2rem; }
  .uw-main-newss ul li p {
    flex: 1;
    font-size: 1.2rem;
    line-height: 3.2rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; } }

.uw-main-server {
  padding-top: 64px; }
.uw-main-server .grid {
  gap: 24px;
  grid-template-columns: repeat(auto-fill, minmax(282px, 1fr));
  margin-top: 44px; }
.uw-main-server .grid a {
  background: #FFFFFF;
  box-shadow: 0px 2px 10px 0px rgba(20, 114, 255, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 20px; }
.uw-main-server .grid a img {
  width: 80px;
  height: auto; }
.uw-main-server .grid a p {
  font-weight: 500;
  font-size: 20px;
  color: #333333;
  line-height: 30px;
  margin-top: 20px;
  text-align: center;
  padding: 0 30px; }
.uw-main-server .grid a span {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  margin-top: 14px;
  text-align: center; }
.uw-main-server .grid a:nth-child(1) p {
  padding: 0 45px; }
@media (max-width: 768px) {
  .uw-main-server {
    padding-top: 2.8rem; }
  .uw-main-server .grid {
    gap: 1.2rem 1.1rem;
    grid-template-columns: repeat(auto-fill, minmax(17rem, 1fr));
    margin-top: 2rem; }
  .uw-main-server .grid a {
    padding: 1.5rem 1.25rem 1.8rem; }
  .uw-main-server .grid a img {
    width: 6.2rem; }
  .uw-main-server .grid a p {
    font-size: 1.6rem;
    line-height: 2.2rem;
    padding: 0 1rem;
    margin-top: 1.2rem; }
  .uw-main-server .grid a span {
    font-size: 1.3rem;
    line-height: 1.7rem;
    margin-top: 0.9rem; }
  .uw-main-server .grid a:nth-child(1) p {
    padding: 0 2.4rem; } }

.uw-main-advantage {
  padding-top: 64px; }
.uw-main-advantage .sub-title {
  padding: 0; }
.uw-main-advantage ul {
  gap: 64px 24px;
  grid-template-columns: repeat(auto-fill, minmax(282px, 1fr));
  margin-top: 70px; }
.uw-main-advantage ul li {
  background: url("../../images/development/app14.png") no-repeat 0 0;
  background-size: 100% 100%;
  padding: 50px 21px 30px;
  position: relative; }
.uw-main-advantage ul li img {
  position: absolute;
  top: -29px;
  left: 50%;
  transform: translateX(-50%);
  width: 58px;
  height: auto; }
.uw-main-advantage ul li p {
  font-weight: 500;
  font-size: 20px;
  color: #000000;
  line-height: 30px;
  text-align: center;
  margin-bottom: 14px; }
.uw-main-advantage ul li span {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  display: flex; }
.uw-main-advantage ul li span::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #3384FF;
  border-radius: 50%;
  display: block;
  flex-shrink: 0;
  margin-right: 8px;
  margin-top: 8px; }
@media (max-width: 768px) {
  .uw-main-advantage {
    padding-top: 2.8rem; }
  .uw-main-advantage .grid {
    gap: 2.8rem 1.1rem;
    grid-template-columns: repeat(auto-fill, minmax(17rem, 1fr));
    margin-top: 3.6rem; }
  .uw-main-advantage .grid li {
    padding: 3.4rem 1.1rem 1.3rem; }
  .uw-main-advantage .grid li img {
    width: 4rem;
    height: 4rem;
    top: -2rem; }
  .uw-main-advantage .grid li p {
    font-size: 1.6rem;
    line-height: 2rem;
    margin-bottom: 1rem; }
  .uw-main-advantage .grid li span {
    font-size: 1.3rem;
    line-height: 1.7rem;
    word-break: break-all;
    text-indent: 1.5rem;
    position: relative; }
  .uw-main-advantage .grid li span::before {
    position: absolute;
    width: 0.5rem;
    height: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    top: 0.5rem;
    left: 0.5rem; } }

/* 服务优势 */
.uw-main-advantages {
  padding: 64px 0; }
.uw-main-advantages .sub-title {
  padding: 0; }
.uw-main-advantages ul {
  gap: 25px;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  margin-top: 44px; }
.uw-main-advantages ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer; }
.uw-main-advantages ul li .mt-20 {
  margin-top: 20px; }
.uw-main-advantages ul li .mb-20 {
  margin-bottom: 20px; }
.uw-main-advantages ul li > img {
  width: 48px;
  height: 48px; }
.uw-main-advantages ul li > div {
  width: 100%;
  height: 302px;
  box-shadow: 0px 2px 10px 0px rgba(20, 114, 255, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 26px;
  padding-top: 30px;
  position: relative;
  background: url("../../images/youshibga.png") no-repeat 0 0;
  background-size: 100% 100%; }
.uw-main-advantages ul li > div .top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
.uw-main-advantages ul li > div .top img {
  width: 52px;
  height: 52px; }
.uw-main-advantages ul li > div p {
  font-weight: 500;
  font-size: 20px;
  color: #222222;
  margin-bottom: 14px;
  margin-top: 24px;
  line-height: 30px; }
.uw-main-advantages ul li > div span {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  word-break: break-all;
  white-space: normal;
  display: block;
  line-height: 18px; }
.uw-main-advantages ul li > div::after {
  content: "";
  width: 0;
  height: 4px;
  background: #1472FF;
  border-radius: 0px 0px 0px 0px;
  transition: width 0.25s;
  position: absolute;
  left: 0;
  bottom: 0; }
@media (min-width: 900px) {
  .uw-main-advantages ul li:hover > div::after {
    width: 220px;
    transition: width 0.25s; } }
@media (max-width: 768px) {
  .uw-main-advantages {
    padding: 2.8rem 0; }
  .uw-main-advantages ul {
    gap: 1.3rem 0;
    margin-top: 1.8rem; }
  .uw-main-advantages ul li {
    padding: 1.35rem 1.2rem;
    flex-direction: row;
    background: url("../../images/development/youshilibg.png") no-repeat 0 0;
    background-size: 100% 100%;
    box-shadow: 0rem 0.1rem 0.5rem 0rem rgba(20, 114, 255, 0.1); }
  .uw-main-advantages ul li:nth-child(1), .uw-main-advantages ul li:nth-child(3), .uw-main-advantages ul li:nth-child(5) {
    flex-direction: row-reverse; }
  .uw-main-advantages ul li .mb-20, .uw-main-advantages ul li .mt-20 {
    margin: 0; }
  .uw-main-advantages ul li > img {
    width: 3.2rem;
    height: 3.2rem; }
  .uw-main-advantages ul li > div {
    height: auto;
    box-shadow: none;
    align-items: flex-start;
    padding: 0;
    padding-left: 2rem;
    background: none; }
  .uw-main-advantages ul li > div .top {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 1rem; }
  .uw-main-advantages ul li > div .top p {
    font-size: 1.6rem;
    line-height: 2.2rem;
    margin: 0 !important; }
  .uw-main-advantages ul li > div .top img {
    width: 2.2rem;
    height: 2.2rem;
    margin-right: 1rem; }
  .uw-main-advantages ul li span {
    font-size: 1.3rem;
    line-height: 1.7rem; } }

.uw-main-experience ul {
  gap: 40px 20px;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  margin-top: 40px; }
.uw-main-experience ul li {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center; }
.uw-main-experience ul li img {
  width: 60px;
  height: 60px; }
.uw-main-experience ul li p {
  margin-top: 12px;
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  text-align: center; }

@media (max-width: 768px) {
  .uw-main-experience ul {
    gap: 2.5rem 1rem;
    grid-template-columns: repeat(auto-fill, minmax(8rem, 1fr));
    margin-top: 2rem; }
  .uw-main-experience ul li img {
    width: 4rem;
    height: 4rem; }
  .uw-main-experience ul li p {
    font-size: 1.4rem;
    line-height: 1.8rem;
    text-align: center;
    margin-top: 1rem; } }

.uw-main-case {
  padding-top: 64px; }
.uw-main-case .grid {
  gap: 24px;
  grid-template-columns: repeat(auto-fill, minmax(384px, 1fr));
  margin-top: 44px; }
.uw-main-case .grid a {
  background: #FFFFFF;
  box-shadow: 0px 2px 10px 0px rgba(20, 114, 255, 0.1);
  border-radius: 4px 4px 4px 4px;
  padding: 12px; }
.uw-main-case .grid a img {
  width: 360px;
  height: 240px; }
.uw-main-case .grid a div {
  justify-content: space-between;
  align-items: center;
  margin-top: 18px;
  padding-bottom: 12px; }
.uw-main-case .grid a div p {
  font-weight: 500;
  font-size: 18px;
  color: #222222;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden; }
.uw-main-case .grid a div button {
  flex-shrink: 0;
  width: 68px;
  height: 30px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #1472FF;
  font-weight: 400;
  font-size: 14px;
  color: #1472FF;
  line-height: 18px;
  text-align: center;
  line-height: 30px;
  margin-left: 12px; }
.uw-main-case .grid a::after {
  content: "";
  width: 0;
  height: 4px;
  background: #1472FF;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.25s; }
@media (min-width: 960px) {
  .uw-main-case .grid a:hover {
    position: relative; }
  .uw-main-case .grid a:hover::after {
    width: 100%; }
  .uw-main-case .grid a:hover > div button {
    background: #1472FF;
    color: #FFF; } }
.uw-main-case .more {
  width: 114px;
  height: 34px;
  background: #1472FF;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #1472FF;
  margin: 40px auto 0;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 24px; }
.uw-main-case .more img {
  width: 18px;
  height: 18px;
  margin-left: 4px; }
@media (max-width: 768px) {
  .uw-main-case {
    padding-top: 2.8rem; }
  .uw-main-case .grid {
    gap: 1.2rem 1.1rem;
    grid-template-columns: repeat(auto-fill, minmax(17rem, 1fr));
    margin-top: 2rem; }
  .uw-main-case .grid a {
    padding: 0.6rem;
    box-shadow: 0rem 0.1rem 0.5rem 0rem rgba(20, 114, 255, 0.1);
    border-radius: 0.2rem 0.2rem 0.2rem 0.2rem; }
  .uw-main-case .grid a img {
    width: 100%;
    height: 10.5rem; }
  .uw-main-case .grid a div {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 0.4rem;
    margin-top: 1.2rem; }
  .uw-main-case .grid a div p {
    -webkit-line-clamp: 2;
    font-size: 1.5rem;
    line-height: 2.2rem; }
  .uw-main-case .grid a div button {
    margin-left: 0;
    width: 6.05rem;
    height: 2.5rem;
    border: 0.05rem solid #1472FF;
    font-size: 1.3rem;
    line-height: 1.5rem;
    margin-top: 1.2rem; }
  .uw-main-case .more {
    margin-top: 2rem;
    font-size: 1.4rem;
    line-height: 1.8rem;
    width: 11.1rem;
    height: 3.8rem; }
  .uw-main-case .more img {
    width: 1.2rem;
    height: 1.2rem; } }

.uw-main-news {
  padding-top: 64px; }
.uw-main-news .grid {
  gap: 40px 36px;
  grid-template-columns: repeat(auto-fill, minmax(582px, 1fr));
  margin-top: 40px; }
.uw-main-news .grid a img {
  width: 220px;
  height: 146px;
  margin-right: 24px; }
.uw-main-news .grid a div {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 9px 0; }
.uw-main-news .grid a div p {
  font-weight: 500;
  font-size: 20px;
  color: #333333;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden; }
.uw-main-news .grid a div span {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 18px;
  margin-top: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden; }
.uw-main-news .grid a div button {
  width: 68px;
  height: 30px;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #1472FF;
  font-weight: 400;
  font-size: 14px;
  color: #1472FF;
  line-height: 18px;
  margin-top: auto; }
@media (min-width: 960px) {
  .uw-main-news .grid a:hover div button {
    background: #1472FF;
    color: #FFF; } }
.uw-main-news .more {
  width: 114px;
  height: 34px;
  background: #1472FF;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #1472FF;
  margin: 40px auto 0;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 24px; }
.uw-main-news .more img {
  width: 18px;
  height: 18px;
  margin-left: 4px; }
@media (max-width: 768px) {
  .uw-main-news {
    padding-top: 2.8rem; }
  .uw-main-news .grid {
    gap: 2.4rem 0;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    margin-top: 2.4rem; }
  .uw-main-news .grid a img {
    width: 13rem;
    height: 8.7rem;
    flex-shrink: 0;
    margin-right: 1.2rem; }
  .uw-main-news .grid a div {
    overflow: hidden;
    word-break: break-all;
    flex: 1; }
  .uw-main-news .grid a div p {
    font-size: 1.5rem;
    line-height: 2rem;
    -webkit-line-clamp: 2;
    word-break: break-all; }
  .uw-main-news .grid a div span {
    font-size: 1.3rem;
    -webkit-line-clamp: 1;
    line-height: 1.7rem;
    word-break: break-all; }
  .uw-main-news .grid a div button {
    display: none; }
  .uw-main-news .more {
    margin-top: 2rem;
    font-size: 1.4rem;
    line-height: 1.8rem;
    width: 11.1rem;
    height: 3.8rem; }
  .uw-main-news .more img {
    width: 1.2rem;
    height: 1.2rem; } }

.uw-main-contact {
  width: 100%;
  background: url("../../images/contactbg.png") no-repeat 0 0;
  background-size: 100% 100%;
  margin-top: 64px;
  padding-top: 64px;
  padding-bottom: 64px; }
@media (max-width: 768px) {
  .uw-main-contact {
    background-image: url("../../images/contactbgyd.png");
    padding-top: 2.4rem;
    margin-top: 2.8rem;
    padding-bottom: 2.3rem; } }
.uw-main-contact ul {
  gap: 40px 98px;
  margin-top: 48px; }
@media (max-width: 768px) {
  .uw-main-contact ul {
    gap: 1.4rem 0;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 1.8rem; } }
.uw-main-contact ul li {
  justify-content: space-between;
  align-items: center; }
.uw-main-contact ul li > span {
  width: 100px; }
@media (max-width: 768px) {
  .uw-main-contact ul li > span {
    width: 7rem;
    font-weight: 500;
    font-size: 1.4rem;
    color: #333333; } }
.uw-main-contact ul li .select {
  flex: 1;
  height: 58px;
  background: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  border: 0;
  font-size: 18px;
  padding: 0 24px; }
@media (max-width: 768px) {
  .uw-main-contact ul li .select {
    height: 4.4rem;
    font-size: 1.4rem;
    padding: 0 1.2rem; } }
.uw-main-contact ul li .select select {
  width: 100%;
  height: 100%;
  outline: none;
  border: 0;
  font-size: 18px; }
@media (max-width: 768px) {
  .uw-main-contact ul li .select select {
    font-size: 1.4rem; } }
.uw-main-contact ul li .select select span {
  color: #999; }
.uw-main-contact ul li input {
  flex: 1;
  height: 58px;
  background: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  border: 0;
  font-size: 18px;
  padding: 0 24px; }
@media (max-width: 768px) {
  .uw-main-contact ul li input {
    height: 4.4rem;
    font-size: 1.4rem;
    padding: 0 1.2rem; } }
@media (max-width: 768px) {
  .uw-main-contact ul li:last-child {
    justify-content: center; }
  .uw-main-contact ul li:last-child button {
    width: 12rem;
    height: 4rem;
    background: #1472FF;
    border-radius: 0.6rem 0.6rem 0.6rem 0.6rem;
    font-weight: 500;
    font-size: 1.6rem;
    color: #FFFFFF; } }
.uw-main-contact ul li button {
  width: 160px;
  height: 57px;
  border-radius: 12px 12px 12px 12px;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF; }
