.banner .swiper-container-horizontal>.swiper-pagination-bullets,
.banner .swiper-pagination {
  text-align: left;
  bottom: 85px;
  left: 354px;
}
.banner .swiper-pagination .swiper-pagination-bullet:first-child {
  margin-left: 0;
}
.banner .swiper-pagination .swiper-pagination-bullet { 
  width: 40px;
  height: 3px;
  opacity: 0.5;
  background: #ffffff;
  border-radius: 0;
}
.banner .swiper-pagination .swiper-pagination-bullet-active {
  background: #037aff;
  opacity: 1;
}
.banner-img img {
    width: 600px;
    height: 440px;
    display: block;
    margin: 0 auto 56px;
}
.banner-breif {
    width: 512px;
    text-align: left;
    color: #222222;
}
.banner-breif h1 {
    font-size: 44px;
    font-weight: 700;
    line-height: 66px;
    padding-top: 0;
}
.banner-breif p {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}
.banner-breif a {
    display: inline-block;
    width: 128px;
    height: 44px;
    border-radius: 2px;
    background-color: #037aff;
    line-height: 44px;
    text-align: center;
    margin-top: 50px;
    color: #fff;
}
.banner .swiper-slide {
    padding-top: 95px;
}
.box {
    padding-top: 100px;
}
.box-tit h3 {
    font-size: 36px;
    font-weight: 500;
    text-align: center;
    color: #222222;
    line-height: 54px;
}
.box-tit a {
    display: block;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    color: #037aff;
    line-height: 27px;
    margin-top: 28px;
    margin-bottom: 50px;
}
.box-tit .arrow-right {
    display: inline-block;
    width: 5px;
    height: 9px;
    background: url(../images/arrow-right.png?v=20230418093703) no-repeat center;
    background-size: contain;
    margin-left: 10px;
}
.build .build-con li {
    float: left;
    width: 285px;
    height: 380px;
    background: #f5f7fb;
    border-radius: 2px;
    margin-right: 20px;
    padding: 28px;
    cursor: pointer;
}
.build .build-con li:last-child {
    margin-right: 0;
}
.build .build-con li img {
    display: block;
    margin: auto;
}
.build .build-con li h4 {
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    color: #333333;
    line-height: 33px;
    margin-top: 40px;
    margin-bottom: 20px;
}
.build .build-con li p {
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #666666;
    line-height: 24px;
}
.build .build-con li:hover {
    background: #037aff;
}
.build .build-con li:hover h4,
.build .build-con li:hover p {
    color: #fff;
}

.product .product-con ul li {
    float: left;
    width: 240px;
    cursor: pointer;
}
.product .product-con ul li img {
    display: block;
    margin: auto;
}
.product .product-con ul li p {
    text-align: center;
    margin: 20px;
    color:#333;
}
.product .product-con ul li.active {
    border-bottom: 4px solid #037aff;
}
.product .product-con ul li.active p {
    color: #037AFF;
}
.product-list {
    background: #f5f7fb;
    border-radius: 1px;
    padding-top: 60px;
    height: 640px;
}
.product-list-tit {
    width: 216px;
    height: 300px;
    box-sizing: border-box;
    border: 1px solid #ffffff;
    padding: 30px;
    margin-right: 20px;
    background: url(../images/foundation-bg.png?v=20230418093703) no-repeat center;
    background-size: contain;
}
.product-list-tit p {
    margin-top: 19px;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #555555;
    line-height: 24px;
}
.product-lists {
    width: 964px;
}
.product-lists ul li {
    background: #ffffff;

}
.product-list2,
.product-list3,
.product-list4,
.product-list5 {
    display: none;
}

.figure-con ul li {
    float: left;
    width: 590px;
    height: 256px;
    text-align: left;
    color: #333333;
    padding: 50px 60px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.figure-con ul li:nth-child(2n){
    margin-right: 0;
}
.figure-con ul li h3 {
    font-size: 26px;
    font-weight: 500;
    line-height: 39px;
    color:#333;
}
.figure-con ul li p {
    width: 264px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color:#333;
}
.figure-con ul li:first-child {
    background: url(../images/figure1.png?v=20230418093703) no-repeat center;
}
.figure-con ul li:nth-child(2) {
    background: url(../images/figure2.png?v=20230418093703) no-repeat center;
}
.figure-con ul li:nth-child(3) {
    background: url(../images/figure3.png?v=20230418093703) no-repeat center;
}
.figure-con ul li:last-child {
    background: url(../images/figure4.png?v=20230418093703) no-repeat center;
}
.solution-con ul li {
    margin-top: 50px;
    width: 20%;
    height: 500px;
    min-width: 256px;
    float: left;
    cursor: pointer;
    overflow: hidden;
}
.solution-con ul li:first-child {
    background: url(../images/shetuan.png?v=20230418093703) no-repeat center;
    background-size: 100% 500px;
}
.solution-con ul li:nth-child(2) {
    background: url(../images/zhenwu.png?v=20230418093703) no-repeat center;
    background-size: 100% 500px;
}
.solution-con ul li:nth-child(3) {
    background: url(../images/jiaoyu.png?v=20230418093703) no-repeat center;
   background-size: 100% 500px;
}
.solution-con ul li:nth-child(4) {
    background: url(../images/wenlu.png?v=20230418093703) no-repeat center;
    background-size: 100% 500px;
}
.solution-con ul li:last-child {
    background: url(../images/more.png?v=20230418093703) no-repeat center;
    background-size: 100% 500px;
}
.solution-con ul li img {
    display: block;
    margin: auto;
    margin-top: 160px;
}
.solution-con ul li h3 {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    line-height: 36px;
    margin: 33px auto 16px; 
}
.solution-con ul li .line {
    display: block;
    margin: auto;
    width: 80px;
    height: 2px;
    background: rgba(255,255,255,0.20);
    backdrop-filter: blur(4px);
}
.solution-con ul li p {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    line-height: 24px;
    padding: 0 33px;
}
.solution-con ul li a {
    display: block;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    color: #278dff;
    line-height: 27px;
    margin-top: 54px;
}
.nexine {
    transform: translateY(300px);
}
.solution-con ul li:hover {
    /* background: rgba(0,0,0,0.70); */
    opacity: 0.7;
    backdrop-filter: blur(8px);
}
.solution-con ul li:hover .skin-layer {
    transform: translateY(-102px);
    transition: .8s;
}
.solution-con ul li:hover .nexine {
    transform: translateY(-78px);
    transition: all 1s linear;
}
.map-content {
    padding-top: 80px;
    padding-bottom: 90px;
}
.map-left {
    width: 300px;
    margin-right: 77px;
}
.map-right {
    width: 800px;
}
.map-content .map-num ul li {
    float: left;
    width: 120px;
    height: 70px;
    margin-bottom: 40px;
    margin-right: 30px;
}
.map-content .map-num ul li h1 {
    font-size: 32px;
    font-weight: 600;
    text-align: left;
    color: #037aff;
    line-height: 45px;
}
.map-content .map-num ul li p {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #555555;
    line-height: 21px;
}
.map-content .map-card {
    padding: 30px 24px;
    width: 300px;
    height: 303px;
    background: linear-gradient(180deg,#f4f6fb, #ffffff);
    border: 2px solid;
    border-image: linear-gradient(180deg, #ffffff, rgba(255,255,255,0.50)) 2 2;
    border-radius: 4px;
    box-shadow: 0px 6px 12px 0px rgba(5,33,65,0.08); 
}
.map-content .map-card ul li {
    margin-top: 22px;
}
.map-content .map-card ul li .circle {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #ffffff;
    border: 2px solid #037aff;
    border-radius: 50%;
    margin-right: 6px;
}
.partner ul li {
    float: left;
    margin: 20px 106px 20px 0;
}
.partner ul li:last-child {
    margin-right: 0;
}
.partner ul li p {
    margin-top: 12px;
    text-align: center;
}
.prize ul li img,
.partner ul li img {
    display: block;
    margin: auto;
}
.prize {
    padding: 100px 0;
}
.prize h1 {
    font-size: 36px;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    line-height: 54px;
    margin-bottom: 50px;
}
.prize ul li {
    float: left;
    width: 14%;
    /* width: 260px; */
    height: 200px;
    padding: 40px;
    cursor: pointer;
}
.prize ul li p {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    line-height: 27px;
    margin-top: 26px;
}
.prize ul li:hover {
    background: #212632;
}
.trends {
    padding: 80px 0;
}
.trends .trends-tit {
    margin-bottom: 22px;
}
.trends .trends-tit h2 {
    font-size: 24px;
    font-weight: 500;
    text-align: left;
    color: #333333;
    line-height: 36px;
}
.trends .trends-tit>a {
    height: 36px;
}
.trends ul li {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    margin: 10px 0;
}
.trends ul li>div::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #037aff;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px;
}
.trends ul li>div a {
    text-align: left;
    color: #333333;
}
.trends ul li>span {
    text-align: right;
    color: #999999;
}
.trends-left,
.trends-right {
    width: 500px;
}
.trends-left {
    margin-right: 200px;
}
.checkin {
    background: url(../images/ruzhu-bg.png?v=20230418093703) no-repeat center;
    background-size: 100% 263px;
    padding-bottom: 54px;
}
.checkin h1 {
    font-size: 32px;
    font-weight: 500;
    text-align: center;
    color: #222222;
    line-height: 48px;
    letter-spacing: 4px;
    padding-top: 52px;
}
.checkin p {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #555555;
    line-height: 21px;
    margin: 16px auto 24px;
}
.checkin .form {
    width: 400px;
    height: 48px;
    margin: auto;
}
.checkin .form input {
    width: 300px;
    height: 100%;
    outline: 0;
    font-size: 14px;
    line-height: 21px;
    padding-left: 20px;
}
.checkin .form button {
    width: 100px;
    height: 100%;
    background: #037aff;
    color: #fff;
    border-radius: 0px 2px 2px 0px;
    cursor: pointer;
}
.to-top {
    border-radius: 4px;
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.06); 
    position: fixed;
    right: 20px;
    top: 600px;
    z-index: 999;
}
.to-top a {
    display: inline-block;
    margin-top: 12px;
}
.to-top a,
.to-top ul li {
    width: 48px;
    height: 48px;
    padding: 8px;
    cursor: pointer;
    border: 1px solid #f3f3f3;
}
.to-top ul li:first-child {
    background: url(../images/icon-tel.png?v=20230418093703) no-repeat center #fff;
    background-size: contain;
}
.to-top ul li:nth-child(2) {
    background: url(../images/icon-email.png?v=20230418093703) no-repeat center #fff;
    background-size: contain;
}
.to-top ul li:last-child {
    background: url(../images/icon-ewm.png?v=20230418093703) no-repeat center #fff;
    background-size: contain;
}
.to-top a {
    background: url(../images/icon-top.png?v=20230418093703) no-repeat center #fff;
    background-size: contain;
}
.to-top ul li:first-child:hover {
    background: url(../images/icon-tel-hover.png?v=20230418093703) no-repeat center #fff;
    background-size: contain;
}
.to-top ul li:nth-child(2):hover {
    background: url(../images/icon-emial-hover.png?v=20230418093703) no-repeat center #fff;
    background-size: contain;
}
.to-top ul li:last-child:hover {
    background: url(../images/icon-ewm-hover.png?v=20230418093703) no-repeat center #fff;
    background-size: contain;
}
.to-top a:hover {
    background: url(../images/icon-top-hover.png?v=20230418093703) no-repeat center #fff;
    background-size: contain;
}