.banner {
    position: relative;
    max-width: 100%;
    overflow: hidden;
}
.banner .swiper-pagination{
    position: absolute;
}
.homeset1{
    padding: 70px 0;
}
.homeset-title{
    text-align: center;
    padding-bottom: 50px;
}
.homeset-title span{
    font-size: 36px;
    text-transform: uppercase;
    color: #0051bd;
    font-weight: bold;
}
.homeset-title p{
    font-size: 30px;
    color: #0051bd;
}
.homeset1-view{
    width: 1320px;
    margin: 0 auto;
}
.homeset1-view-top{
  width: 100%;
}
.homeset1-view-top .text{
    width: 786px;
}
.homeset1-view-top .img{
    width: 470px;
}
.homeset1-view-top .text h6{
    font-size: 36px;
    color: #0051bd;
    font-weight: bold;
}
.homeset1-view-top .text .cont{
    font-size: 20px;
    padding: 24px 0;
    line-height: 1.7;
}
.homeset1-view-top .text a{
    width: 136px;
    line-height: 32px;
    text-align: center;
    display: block;
    background: #0051bd;
    color: #fff;
    border-radius: 20px;
    transition: all .4s;
}
.homeset1-view-top .text a:hover {
    width: 150px;
}
.homeset1-view-top .text a img{
    margin-left: 3px;
    display: none;
}
.homeset1-view-tbt{
    background:url('../Images/images/homeset1-bj.jpg');
    background-size: 100% 100%;
    padding: 30px 4%;
    margin-top: 25px;
    color: #fff;
    line-height: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.homeset1-view-tbt .btn-view {
    margin-bottom: 18px;
}
.homeset1-view-tbt .btn-view a {
    width: 120px;
    line-height: 32px;
    background: #ff8a00;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    text-align: center;
    border-radius: 20px;
    margin-right: 20px;
    transition: all .5s;
}
.homeset1-view-tbt .btn-view a:hover {
    opacity: .8;
    /* width: 135px; */
}
.phone-views{
    display: flex;
    align-items: center;
}
.homeset1-view-tbt .phone-views span {
    margin-left: 6px;
    font-size: 26px;
    font-weight: normal;
}
.homeset1-view-tbt span{
    font-size: 38px;
    font-weight: bold;
}
.homeset1-view-tbt p{
    margin-top: 28px;
    font-size: 20px;
}
.homeset2{
    background: url('../Images/images/homeset2-bj.jpg');
    background-size: 100% 100%;
    padding-left: calc(50% - 660px);
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
}
.homeset2-left{
    width: 430px;
    color: #fff;
}
.homeset2-rigth{
    flex: 1;
    overflow-x: hidden;
}
.homeset2-left .title span{
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.3;
}
.homeset2-left .title p{
    font-size: 26px;
    padding: 22px 0;
}
.homeset2-left .title i{
    width: 50px;
    height: 4px;
    display: block;
    background: #fff;
}
.homeset2-left .cont h6{
    font-size: 26px;
    padding: 20px 0 15px;
}
.homeset2-left .cont .text{
    font-size: 12px;
    line-height: 2;
}
.homeset2-left .btns{
    width: 156px;
    display: flex;
    /* border: 2px solid #fff; */
    margin-top: 120px;
}
.homeset2-left .btns span{
   flex: 1;
   text-align: center;
   display: flex;
   justify-content: center;
   align-items: center;
   height: 50px;
   cursor: pointer;
   border: 2px solid #fff;
 
}
.homeset2-left .btns span:first-of-type{
    background: #fff;
    border-right: none;
}
.homeset2-left .btns span:last-of-type {
    border-left: none;
}
.homeset2-rigth .imgd{
    width: 100%;
    position: relative;
}
.homeset2-rigth .imgd > img{
    width: 100%;
    height: auto;
}
.homeset2-rigth .imgd .cont-view{
    position: absolute;
    left: 20px;
    top: 16px;
    bottom: 16px;
    right: 20px;
    border: 1px solid #94a9cf;
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #fff;
}
.homeset2-rigth .imgd .cont-view h6{
    font-size: 28px;
    font-weight: bold;
}
.homeset2-rigth .imgd .cont-view .cont{
    font-size: 16px;
    width: 70%;
    padding: 18px 0 26px;
}
.homeset2-rigth .imgd .cont-view .ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.homeset2-rigth .imgd .cont-view .ul li{
    display: inline-block;
    vertical-align: middle;
    margin-right: 32px;
}
.homeset2-rigth .imgd .cont-view .ul li:last-of-type{
    margin-right: 0;
}
.homeset2-rigth .imgd .cont-view .ul a{
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.homeset2-rigth .imgd .cont-view .ul a::before{
    width: 30px;
    height: 30px;
    border: 1px solid #ffffff;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -15px;
    margin-left: -15px;
    transform: rotate(45deg);
}
.viewcont{
    width: 1320px;
    margin: 0 auto;
}
.homeset3{
    padding: 96px 0;
}
.homeset3-left{
    width: 710px;
    height: 610px;
    background: url('../Images/images/home-set3-bj.jpg');
    background-size: 100% 100%;
    padding: 68px 56px;
    border-radius: 32px;
}
.homeset3-left .title{
    margin-bottom: 36px;
}
.homeset3-left .title span{
    font-size: 28px;
    font-weight: bold;
    color: #fff;
}
.homeset3-left .title p{
    font-size: 18px;
    color: #fff;
    margin-top: 8px;
}
.homeset3-rigth{
    width: 570px;
}
.homeset3-left-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.homeset3-left-top input{
    width: 48%;
    display: block;
    background: #f6f8fb;
    line-height: 56px;
    font-size: 18px;
    height: 56px;
    padding: 0 20px;
}
.homeset3-left .file{
    width: 100%;
    height: 70px;
    background: #f6f8fb;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    font-size: 16px;
    color: #0051bd;
}
.homeset3-left .file .ico{
    font-size: 28px;
    display: inline-block;
    vertical-align: middle;
    transform: translateY(-2px)
}
.homeset3-left .file input{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
}
.homeset3-left input::placeholder,
.homeset3-left textarea::placeholder{
    color: #b1b1b1;
}
.homeset3-left textarea{
    width: 100%;
    height: 130px;
    background: #f6f8fb;
    display: block;
    padding: 20px;
    box-sizing: border-box;
    font-size: 18px
}
.homeset3-left .bths{
    display: flex;
    justify-content: space-between;
    margin-top: 42px;
}
.homeset3-left .bths .submit{
    width: 128px;
    line-height: 36px;
    display: block;
    background: #ff8a00;
    color: #fff;
    font-size: 16px;
    transition: all .4s;
}
.homeset3-left .bths .submit:hover {
    opacity: .8;
    width: 140px;
}
.homeset3-left .bths .bs{
    display: flex;
    align-items: center;
}
.homeset3-left .bths .bs i{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    background: #f6f8fb;
    border-radius: 50%;
    margin-right: 6px;
}
.homeset3-left .bths .bs span{
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}
.homeset3-rigth .title{
    text-align: right;
    margin-bottom: 40px;
}
.homeset3-rigth .title span{
    font-size: 36px;
    color: #0051bd;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.3;
}
.homeset3-rigth .title p{
    font-size: 28px;
    color: #0051bd;
    margin-top: 8px;
}
.homeset3-rigth li{
    width: 100%;
    background: #0051bd;
    color: #fff;
    margin-bottom: 32px;
    padding: 20px 18px;
    border-left: 5px solid #ff8a00;
}
.homeset3-rigth li:last-of-type{
    margin-bottom: 0;
}
.homeset3-rigth li h6{
    font-size: 18px;
    margin-bottom: 4px;
}
.homeset4{
    margin-bottom: 60px;
    display: flex;
    align-content: center;
    position: relative;
}
.homeset4 .viewcont-list{
    position: absolute;top: 50%;
    left: 46%;
    transform: translate(-50%, -50%);
}
.homeset4 .viewcont-list a{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 8px solid #004fff;
    margin: 30px 0;
    background-color: #fff;
}
.homeset4 .viewcont-list a p{
    font-size: 12px;
    font-size: #999;
}
.homeset4 .viewcont-list a span{
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center -52px;
    transition: all .5s;
}
.homeset4 .viewcont-list a:hover {
    background-color: #004fff;
}
.homeset4 .viewcont-list a:hover p{
    color: #fff;
}
.homeset4 .viewcont-list a:hover span{
    background-position: center -3px;
}
.homeset4 >.img{
    width: 46%;
}
.homeset4 >.img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.homeset4 .textCont{
    width: 54%;
    box-shadow: 10px 0px 10px 10px rgb(0 0 0 / 10%);
    padding-right: calc(50vw - 660px);
    padding-left: 6%;
    padding-bottom: 30px;
}
.homeset4 .textCont .title{
    text-align: right;
    padding-top: 50px;
    margin-bottom: 36px;
}
.homeset4 .textCont .title span{
    font-size: 36px;
    font-weight: bold;
    color: #0051bd;
    text-transform: uppercase;
    line-height: 1.3;
}
.homeset4 .textCont .title p{
    font-size: 22px;
    color: #0051bd;
    padding: 8px 0 14px;
}
.homeset4 .textCont .title h6{
    color: #0051bd;
    font-weight: bold;
    font-size: 32px;
    line-height: 1;
}
.homeset4 .textCont ul{
    display: flex;
    flex-wrap: wrap;
}
.homeset4 .textCont ul li{
    width: 49%;
    margin-right: 2%;
    margin-bottom: 16px;
}
.homeset4 .textCont ul li:nth-of-type(2n){
    margin-right: 0;
}
.homeset4 .textCont .textContBtn{
    display: flex;
    justify-content: space-around;
    padding-top: 12px;
}
.homeset4 .textCont .textContBtn a{
    width: 150px;
    line-height: 36px;
    color: #fff;
    background: #0051bd;
    text-align: center;
    border-radius: 20px;
    transition: all .4s;
}
.homeset4 .textCont .textContBtn a:hover {
    width: 160px;
    opacity: .8;
}
.footer .links a{
    margin: 0 3px;
}
.homeset5{
    padding-bottom: 12px;
}
.homeset5-page{
    display: flex;
    align-content: center;
    box-sizing: border-box;
}
.homeset5-page > div{
    width: 50%;
    margin-bottom: 60px;
}
.homeset5-page > div img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.homeset5-page .textCont{
    box-shadow: 10px 0px 10px 10px rgb(0 0 0 / 10%);
}
.homeset5 .homeset5-page:first-of-type .textCont{
    padding-left: 6%;
    padding-right: 3%;
    padding-top: 50px;
    padding-bottom: 50px;
}
.homeset5 .homeset5-page:nth-of-type(2) .textCont{
    padding-left: 3%;
    padding-right: 6%;
    padding-top: 50px;
    padding-bottom: 50px;
}
.homeset5-page .textCont .title{
    margin-bottom: 28px;
}
.homeset5-page .textCont .title span{
    font-size: 20px;
}
.homeset5-page .textCont .title p{
    font-size: 32px;
    color: #333;
}
.homeset5-page .textCont ul{
    display: flex;
    flex-wrap: wrap;
    /* border: 1px solid #d5d5d5; */
    justify-content: space-between;
}
.homeset5-page .textCont ul li{
    width: 49.6%;
    text-align: center;
    transition: all .5s;
    /* height: 350px; */
    /* display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; */
}
.homeset5-page .textCont ul li:hover {
    transform: translateY(-8px);
    box-shadow: 0 0 10px 10px rgb(0 0 0 / 8%);
}
.homeset5-page .textCont ul li:nth-of-type(1),
.homeset5-page .textCont ul li:nth-of-type(2){
    margin-bottom: 10px;
    /* border-bottom: 1px solid #d5d5d5; */
}
/* .homeset5-page .textCont ul li:nth-of-type(1),
.homeset5-page .textCont ul li:nth-of-type(3){
    border-right: 1px solid #d5d5d5;
} */
.homeset5-page .textCont ul li img{
    width: 100%;
    height: auto;
    display: block;
    /* margin-bottom: 10px; */
}
.homeset5-page .textCont ul li p{
    font-size: 18px;
    color: #666;
    width: 68%;
    margin: 0 auto;
}
.homeset6{
    width: 100%;
    background-image: url('../Images/images/homeset6-bj.jpg');
    background-repeat: no-repeat;
    background-size: 100% 450px;
    padding-top: 100px;
    background-color: #f9f9f9;
    padding-bottom: 40px;
}
.homeset6-cont-page .mySwiper {
    position: relative;
    padding-bottom: 38px;
}
.homeset6-cont-page .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}
.homeset6-cont-page .swiper-pagination-bullet-active{
    background-color: #0051bd;
}
.homeset6 .title{
    text-align: center;
    color: #fff;
}
.homeset6 .title p,
.homeset6 .title a h5 {
    color: #fff;
}
.homeset6 .title h5{
    font-size: 46px;
    font-weight: bold;
}
.homeset6 .title p{
    font-size: 22px;
    padding: 10px 0 38px;
}
.homeset6 .title span{
    width: 130px;
    line-height: 30px;
    display: block;
    color: #fff;
    background: #004fff;
    margin: 0 auto;
    border-radius: 16px;
}
.homeset6-sd{
    box-shadow: 10px 0px 10px 10px rgb(0 0 0 / 10%);
    background: #fff;
    margin-top: 56px;
    display: flex;
    justify-content: space-around;
    padding: 38px 0;
    text-align: center;
}
.homeset6-sd h6{
    line-height: 1;
    font-size: 38px;
    font-weight: bold;
    color: #000000;
}
.homeset6-sd i{
    width: 50px;
    height: 2px;
    background: #004fff;
    display: block;
    margin: 20px auto;
}
.homeset6-sd p{
    color: #848484;
}
.homeset6-nav{
    padding: 45px 0 46px;
    text-align: center;
    font-size: 20px;
    color: #000000;
}
.homeset6-nav a{
    color: #000000;
    position: relative; 
}
.homeset6-nav a::before{
    width: 0;
    height: 2px;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -8px;
    background: #004fff;
    transition: all .5s;
    opacity: 0;
}
.homeset6-nav a.on,
.homeset6-nav a:hover{
    color: #004fff;
}
.homeset6-nav a.on::before,
.homeset6-nav a:hover::before{
    width: 100%;
    opacity: 1;
}
.homeset6-cont{
    overflow-x: hidden;
}
.homeset6-cont-page p{
    text-align: center;
    margin-top: 10px;
}
.homeset7-tabar{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: flex-end;
    /* align-content: flex-end; */
}
.homeset7{
    padding: 118px 0;
}
.homeset7-view-page .ulp ul{
    display: flex;
    /* justify-content: space-between; */
}
.homeset7-view-page .ulp ul li{
    width: 32%;
    margin-right: 2%;
}
.homeset7-view-page .ulp ul li:nth-of-type(3){
    margin-right: 0%;
}
.homeset7-tabar .title span{
    font-size: 30px;
    text-transform: uppercase;
    color: #3564cd;
    font-weight: bold;
    line-height: 1;
}
.homeset7-tabar .title p{
    padding: 12px 0;
    color: #3564cd;
    font-size: 18px;
}
.homeset7-tabar .title i{
    width: 50px;
    height: 3px;
    background: #0051bd;
    display: block;
}
.homeset7-tabar .navTar{
    padding-bottom: 12px;
}
.homeset7-tabar .navTar a{
    margin-left: 40px;
    color: #333333;
}
.homeset7-tabar .navTar a.on,
.homeset7-tabar .navTar a:hover{
    color: #004fff;
}
.homeset7-tabar .navTar a.on i,
.homeset7-tabar .navTar a:hover i{
    background: #004fff;
}
.homeset7-tabar .navTar a i{
    width: 24px;
    height: 2px;
    background: #1e1e1e;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.homeset7-view-page .ulp ul{
    display: flex;
}
.homeset7-view-page .ulp ul li h6{
    line-height: 50px;
    font-size: 18px;
    color: #000000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.homeset7-view-page .ulp ul li .text{
    background: #f4f4f4;
    padding: 12px 20px;
}
.homeset7-view-page .ulp ul li .text p{
    padding-bottom: 10px;
    height: 60px;
}
.homeset7-view-page .ulp ul li .bs{
    display: flex;
    justify-content: space-between;
}
.homeset7-view-page .ulp ul li .bs span:last-of-type{
    color: #000000;
    text-transform: uppercase;
}
.homeset7-view-page .spt{
    margin-top: 20px;
}
.homeset7-view-page .spt ul{
    display: flex;
    flex-wrap: wrap;
}
.homeset7-view-page .spt ul li{
    width: 49%;
    margin-right: 2%;
    border-bottom: 1px solid #d6d6d6;
    padding: 16px 0;
}
.homeset7-view-page .spt ul li a{
    display: flex;
    align-items: center;
}
.homeset7-view-page .spt ul li:nth-of-type(2n){
    margin-right: 0;
}
.homeset7-view-page .spt span{
    width: 100px;
    border: 1px solid #d6d6d6;
    text-align: center;
    line-height: 42px;
}
.homeset7-view-page .spt i{
    width: 100px;
    font-style: normal;
    color: #000000;
    text-transform: uppercase;
}
.homeset7-view-page .spt p{
    flex: 1;
    padding-left: 10px;
}
.abview{
  width: 1400px;
  max-width: 92%;
  margin-left: auto;
  margin-right: auto;
}
.w50{
    width: 50%;
}
.abset1{
    padding-top: 90px;
}
.abset1 .abset1-text{
    padding-left: 35px;
}
.abset1 .abset1-text h6{
    font-size: 36px;
    color: #333333;
    font-weight: bold;
    padding-top: 62px;
    padding-bottom: 38px;
}
.abset1 .abset1-text .cont{
    font-size: 18px;
    color: #666;
    line-height: 1.7;
}
.abset1 .abset1-text .cont p{
    padding-bottom: 30px;
}
.abset2{
    background: #0051bd;
    color: #fff;
}
.abset2 .abset2-views{
    display: flex;
    justify-content: space-between;
}
.abset2 .abset2-views .txt{
    text-align: left;
    padding: 56px 0;
}
.abset2 .abset2-views .txt h6{
    font-size: 60px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 8px;
}
.abset2 .abset2-views .txt p{
    font-size: 18px;
}
.abset4,
.abset3{
    padding: 96px 0;
}
.abtitle{
    text-align: center;
    padding-bottom: 60px;
}
.abtitle h6{
    font-size: 36px;
    color: #0051bd;
    font-weight: bold;
    text-transform: uppercase;
}
.abtitle p{
    font-size: 32px;
    color: #0051bd;
    line-height: 1;
}
.abview .homeset2-rigth .imgd .cont-view{
    left: 40px;
    top: 32px;
    bottom: 32px;
    right: 40px;
}
.abview .homeset2-rigth .imgd .cont-view{
    padding: 50px 50px;
}
.homeset2-rigth .swiper{
    position: relative;
}
.homeset2-rigth .swiper-wrapper{transition-timing-function: ease-in-out;}
.homeset2-rigth .swiper-pagination{bottom:20px;;max-width:1600px;left:50%;transform:translateX(-50%);}
.homeset2-rigth .swiper-pagination-bullet{background:none;opacity:1;cursor:pointer;width:14px;height:14px;border:1px solid #fff;position: relative;}
.homeset2-rigth .swiper-pagination-bullet:after{content:"";position:absolute;width:6px;height:6px;background:#fff;top:3px;left:3px;border-radius:100%;opacity:0;}
.homeset2-rigth .swiper-pagination-bullet-active{border-color: #fff;}
.homeset2-rigth .swiper-pagination-bullet-active::after{opacity:1;}
.homeset2-rigth .mouse{position:absolute;width:15px;height:28px;background: url('../Images/mouse.png') no-repeat;left:50%;bottom:80px;z-index:2;margin-left:-7px;}
.homeset2-rigth .swiper-slide-active .txt{ opacity:1;transform:translate(-50%) scale(1);}
.abset4{
    background: #f9f9f9;
}
.abset4view li{
    float: left;
    width: 24%;
    margin-right: 1.33333%;
    margin-bottom: 25px;
    transition: all .5s;
    position: relative;
}
.abset4view li h5{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    background: #0051bd;
    color: #fff;
    opacity: 0;
    transform: scale(0);
    transition: all .5s;
}
.abset4view li:hover h5{
    transform: scale(1);
    opacity: .8;
}
.abset4view li img{
    width: 100%;
    height: auto;
}
.abset4view li:hover {
    transform: translateY(-8px);
    box-shadow: 5px 5px 5px rgb(0 0 0 / 10%);
}
.abset4view li:nth-of-type(4n){
    margin-right: 0;
}
.slset1{
    padding: 90px 0;
}
.abtitle span{
    display: block;
    margin-top: 28px;
    font-size: 18px;
    line-height: 1;
}
.slset1-views ul {
    display: flex;
}
.slset1-views ul li a{
    width: 100%;
    display: block;
    position: relative;
}
.slset1-views ul li a::before{
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: #0051bd;
    opacity: 0;
    transition: all .3s;
    transform: scale(0);
}
.slset1-views ul li a:hover::before{
    opacity: .6;
    transform: scale(1);
}
.slset1 .div-st{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.slset1 .div-st h6{
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    padding: 10px 0 0px;
}
.slset1 .div-st i{
    width: 38px;
    height: 0px;
    /* display: none; */
    background: #fff;
    margin: 0px auto;
    transition: all .5s;
}
.slset1 li:hover .div-st i{
    height: 3px;
    margin: 10px auto;
}
.slset1 li:hover .div-st p{
    display: block;
}
.slset1 li:hover  .div-st span{
    display: none;
}
.slset1 .div-st p{
    color: #fff;
    font-size: 14px;
    width: 90%;
    margin: 0 auto;
    display: none
}
.slset1 .div-st span{
    color: #fff;
}
.slset1-btns{
    text-align: center;
    padding-top: 56px;
}
.slset1-btns a{
    display: inline-block;
    width: 145px;
    height: 48px;
    color: #fff;
    background: #0051bd;
    line-height: 48px;
    border-radius: 30px;
    margin: 0 18px;
    transition: all .5s;
}
.slset1-btns a:hover {
    opacity: .8;
    width: 160px;
}
.slset2{
    background: #f8f8f8;
    padding: 78px 0;
}
.slset2-views{
    display: flex;
    align-items: center;
}
.slset2-views .slset1-btns{
    text-align: left;
}
.slset2-views .slset1-btns a{
    text-align: center;
}
.slset2-views .slset1-btns a{
    margin-left: 0;
}
.slset2-views .img{
    width: 600px;
    margin-right: 80px;
}
.slset2-views .txt h6{
    font-size: 36px;
    color: #0051bd;
    font-weight: bold;
}
.slset2-views .txt i{
    width: 100px;
    height: 3px;
    background: #7ca4da;
    display: block;
    margin: 12px 0;
}
.slset3{
    padding: 82px 0 42px;
}
.slset3 ul{
    display: flex;
}
.slset3 ul li{
    flex: 1;
    position: relative;
}
.slset3 ul li >img{
    width: 100%;
    height: auto;
    height: 360px;
}
.slset3 ul li .txt{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.slset3 ul li .txt h6{
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    margin-top: 4px;
}
.slset3 ul li .txt p{
    font-size: 24px;
    color: #fff;
}
.slset4{
    background: url('../Images/images/slset4-bj.jpg') no-repeat center center;
    background-size: 100% auto;
    padding: 28px 0;
}
.slset4 .abview p{
    font-size: 24px;
    color: #fff;
    padding-bottom: 18px;
    text-align: center;
}
.slset4 .abview a{
    width: 190px;
    display: block;
    margin: 0 auto;
    border: 1px solid #d4e2ee;
    text-align: center;
    line-height: 45px;
    color: #fff;
    font-size: 16px;
    border-radius: 30px;
}
.slset4 .abview a:hover{
    background: #0051bd;
    border-color: #0051bd;
}
.contview {
    width: 1377px;
    margin-left: auto;
    margin-right: auto;
    max-width: 92%;
}
.cont-views{
    padding-bottom: 80px;
}
.cont-views-div{
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 10px 12px rgb(0 0 0 / 8%);
    margin-bottom: 90px;
}
.cont-views2-div{
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 10px 12px rgb(0 0 0 / 8%);
}
.cont-views{
    padding-top: 100px;
}
.cont-views .txt{
    padding-left: 60px;
}
.cont-views .txt h6{
    font-size: 32px;
    color: #000000;
    font-weight: bold;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}
.cont-views .txt  .cont{
    padding: 20px 0 10px;
    font-size: 22px;
    width: 484px;
    max-width: 90%;
}
.cont-views .txt  .cont p{
    padding-bottom: 12px;
}
.cont-views .txt a{
    width: 140px;
    line-height: 48px;
    background: #0051bd;
    color: #fff;
    display: block;
    text-align: center;
    border-radius: 30px;
}
.cont-views2-div .texts{
    padding: 0 5%
}
.cont-views2-div .title{
    padding-bottom: 42px;
}
.cont-views2-div .title h6{
    font-size: 40px;
    color: #000000;
    margin-bottom: 3px;
}
.cont-views2-div .title p{
    font-size: 20px;
    color: #000000;
    text-transform: uppercase;
}
.cont-views2-div .text{
    display: block;
    border-bottom: 1px solid #d7d7d7;
    width: 100%;
    line-height: 45px;
    height: 45px;
    margin-bottom: 20px;
}
.cont-views2-div .submit{
    display: block;
    line-height: 45px;
    background: #0051bd;
    color: #fff;
    width: 145px;
    font-size: 16px;
    margin-top: 50px;
    border-radius: 30px;
}
.prodef{
    padding-top: 100px;
    /* padding-bottom: 80px; */
}
.prodef-nav{
    font-size: 20px;
    padding-top: 12px;
    padding-bottom: 86px;
}
.prodef-nav .fl > img{
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px;
}
.prodef-nav .fl span{
    color: #587fcb;
}
.prodef-cont{
    width: 100%;
    padding-bottom: 80px;
}
.prodef-cont .prodef-ul{
    width: 652px;
    display: flex;
    justify-content: space-between;
}
.prodef-cont .prodef-ul .imul{
    width: 110px;
}
.prodef-cont .prodef-ul .imul li{
    margin-bottom: 20px;
}
.prodef-cont .prodef-ul .imul li:last-of-type{
    margin-bottom: 0;
}
.prodef-cont .prodef-ul .img-big{
    width: 500px;
}
.prodef-cont .prodef-text{
    width: 648px;
}
.prodef-text .title{
    border-bottom: 1px solid #115dc1;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.prodef-text .title h3{
    font-size: 40px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 6px;
}
.prodef-text .title span{
    font-size: 20px;
    color: #000000;
}
.prodef-text .cont{
    font-size: 18px;
    line-height: 2;
    padding-bottom: 32px;
    min-height: 280px;
}
.prodef-text .btns a{
    display: inline-block;
    line-height: 50px;
    width: 160px;
    color: #fff;
    text-align: center;
    height: 50px;
    background: #0051bd;
    font-size: 20px;
    margin-right: 30px;
}
.prodef-text .btns a span{
    margin-right: 3px;
}
.prodef-s{
    padding-top: 40px;
    padding-bottom: 120px;
    background: #f3f2f2;
}
.prodef-s .cont {
    width: 76%;
    background: #fff;
    min-height: 500px;
    padding-top: 40px;
}
.prodef-s .navBar{
    width: 20%;
}
.prodef-s .cont .nav-bar{
    padding: 0 58px;
    border-bottom: 1px solid #e1e1e1;
}
.prodef-s .cont .nav-bar span{
    color: #0051bd;
    font-size: 20px;
    line-height: 60px;
    position: relative;
    display: inline-block;
}
.prodef-s .cont .nav-bar span::before{
    width: 100%;
    height: 3px;
    content: '';
    background: #0051bd;
    position: absolute;
    left: 0;
    bottom: -2px;
}
.prodef-s .conts{
    padding: 28px 58px;
}
.prodef-s .conts h6{
    font-size: 26px;
    color: #000000;
    padding-bottom: 20px;
}
.prodef-s .navBar .title{
    background: #0051bd;
    color: #ffffff;
    padding: 20px 30px;
}
.prodef-s .navBar .title h6{
    font-size: 26px;
    margin-bottom: 3px;
}
.prodef-s .navBar ul{
    width: 100%;
    background: #fff;
}
.prodef-s .navBar ul a{
    display: flex;
    justify-content: space-between;
    line-height: 60px;
    padding: 0 30px;
    border-bottom: 1px solid #f3f2f2;
    font-size: 18px;
}
.prodef-s .navBar .nabrTxt{
    background: #0051bd;
    color: #fff;
    padding: 20px 30px;
}
.prodef-s .navBar .nabrTxt h6 span{
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}
.prodef-s .navBar .nabrTxt h6 img{
    margin-right: 3px;
}
.prodef-s .navBar .nabrTxt a{
    display: block;
    line-height: 40px;
    font-size: 16px;
    color: #000;
    background: #fff;
    text-align: center;
    border-radius: 6px;
    margin-top: 16px;
}
.pro-nabar{
    padding: 60px 0;
    text-align: center;
}
.new-set .home-set4-nav a,
.pro-nabar a{
    width: 160px;
    height: 50px;
    background: #7a7a7a;
    color: #fff;
    font-size: 20px;
    display: inline-block;
    line-height: 50px;
    border-radius: 6px;
    margin-right: 40px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.pro-nabar a:last-of-type{
    margin-right: 0;
}
.pro-nabar a::before{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    background: #0051bd;
    z-index: -1;
    opacity: 0;
    transform: scale(0);
    transition: all .4s;
}
.pro-nabar a.on::before,
.pro-nabar a:hover::before{
    opacity: 1;
    transform: scale(1);
}
.pro-cont {
    width: 100%;
    padding-bottom: 60px;
}
.pro-cont li{
    width: 32%;
    margin-right: 2%;
    float: left;
    margin-bottom: 50px;
}
.pro-cont li:nth-of-type(3n){
    margin-right: 0;
}
.pro-cont li a{
    display: block;
    position: relative;
    transition: all .5s;
    overflow: hidden;
}
.pro-cont li a:hover{
    box-shadow: 10px 0px 10px 10px rgb(0 0 0 / 10%);
    transform: translateY(-6px);
}
.pro-cont li a:hover .txt{
    opacity: 1;
    transform: translateY(-0%);
}
.pro-cont li a .txt{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: rgb(0 81 189 / 70%);
    opacity: 0;
    transform: translateY(-100%);
    transition: all .5s;
}
.pro-cont li a .txt img{
    width: 49px;
    height: auto;
}
.pro-cont li a .txt h6{
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    padding: 18px 0 0px;
}
.pro-cont li a .txt p{
    color: #fff;
    font-size: 26px;
}
.case-nav{
    background: #1962c3;
    padding: 8px 0;
}
.case-nav ul{
    display: flex;
}
.case-nav ul li{
    flex: 1;
    border-left: 1px solid #4781cf;
}
.case-nav ul li:last-of-type{
    border-right: 1px solid #4781cf;
}
.case-nav ul li a{
    display: block;
    padding: 16px 24px;
    transition: all .4s;
    background: #1962c3;
}
.case-nav ul li a:hover {
    transform: translate(-6px, -6px);
    box-shadow: 0px 0px 6px 8px rgb(0 0 0 / 8%);
}
.case-nav ul li .txt{
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}
.case-nav ul li .txt h6{
    font-size: 28px;
    line-height: 1;
        color: #fff;
        margin-bottom: 8px;
}
.case-nav ul li .txt p{
    font-size: 20px;
    line-height: 1;
    color: #fff;
}
.case-cont{
    padding: 86px 0;
}
.case-cont-views li{
    width: 49%;
    float: left;
    margin-right: 2%;
    margin-bottom: 40px;
}
.case-cont-views li:nth-of-type(2n){
    margin-right: 0;
}
.case-cont-views li a{
    position: relative;
    display: block;
    overflow: hidden;
}
.case-cont-views li .case-ico{
    width: 212px;
    height: auto;
    left: 30px;
    top: 30px;
    position: absolute;
    z-index: 1;
    transition: all .5s;
}
.case-cont-views .txtcont{
    background: rgb(0 81 189 / 80%);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #fff;
    padding: 40px 40px 30px;
    opacity: 0;
    transform: translateY(100%);
    transition: all .5s;
}
.case-cont-views li:hover .txtcont{
    opacity: 1;
    transform: translateY(0%);
}
.case-cont-views li:hover .case-ico{
    opacity: 0;
}
.case-cont-views .txtcont img{
    width: 200px;
    height: auto;
    
}
.case-cont-views .txtcont .cont{
    margin-top: 16px;
    font-size: 18px;
    line-height: 1.7;
}
.img > img{
    width: 100%;
    height: auto;
}
.home-set4-nav a{
    display: inline-block;
    width: 190px;
    font-size: 1.25rem;
    line-height: 2.6;
    border: 1px solid #b0b0b0;
    margin-right: 18px;
}
.home-set4-nav a:last-of-type{
    margin-right: 0;
}
.home-set4-nav a:hover,
.home-set4-nav a.on{
    border-color: #0051bd;
    color: #fff;
    background: #0051bd;
}



.home-set4{
    padding-top: 2rem;
}
.home-set4-title{
    display: flex;
    align-items: flex-end;
    /* margin-bottom: 32px; */
    width: 80%;
    margin: 0 auto 32px;
}
.home-set4-title i{
    flex: 1;
    height: 1px;
    background: #305450;
    display: block;
}
.home-set4-title .txt{
    padding: 0 32px 0;
    margin-bottom: -10px;
}
.home-set4-title .txt p{
    font-size: 1.125rem;
    color: #333;
}
.home-set4-title .txt .title{
    display: flex;
    align-items: flex-end;
    margin-bottom: 1.8rem;
}
.home-set4-title .txt .title h5{
    margin-right: 16px;
    font-size: 2.25rem;
    line-height: 1.2;
    color: #000;
    font-weight: bold;
}
.home-set4-title .txt .title span{
    color: #0051bd;
}
.home-set4-nav{
    text-align: center;
    padding: 1.2rem 0 2.8rem;
}
.home-set4-nav a{
    display: inline-block;
    width: 190px;
    font-size: 1.25rem;
    line-height: 2.6;
    border: 1px solid #b0b0b0;
    margin-right: 18px;
}
.home-set4-nav a:last-of-type{
    margin-right: 0;
}
.home-set4-nav a:hover,
.home-set4-nav a.on{
    border-color: #0051bd;
    color: #fff;
    background: #0051bd;
}
.home-set4-page ul{
    display: flex;
    flex-wrap: wrap;
}
.home-set4-page li{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 30px;
    position: relative;
}
.home-set4-page li:nth-of-type(3n){
    margin-right: 0;
}
.home-set4-page li .text{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    color: #fff;
    padding: 20px 28px;
}
.home-set4-page li .text h6{
    font-size: 1.5rem;
    font-weight: bold;
}
.home-set4-bj{
    padding-top: 1px;
    background: #f2f2f2;
    margin-top: 4.2rem;
}
.home-set4-views{
    margin-top: -5rem;
}
.home-set4-v{
    display: flex;
    justify-content: space-between;
    align-content: center;
}
.home-set4-v .swiper{
    position: relative;
}
.home-set4-v .swiper-pagination{
    text-align: right;
    padding: 10px 20px;
}
.home-set4-v .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background: #fff;
    opacity: 1;
}
.home-set4-v .swiper-pagination-bullet-active{
     background: #0051bd;
}
.home-set4-v .left{
    width: 47%;
}
.home-set4-v .left a{
    position: relative;
    display: block;
}
.home-set4-v .left a .player{
    position: absolute;
    width: 120px;
    height: 70px;
    background: url('../Images/images/set4Vico.png');
    background-size: 100% 100%;
    transform: translate(-50%, -50%);
    left: 50%;
    z-index: 1;
    top: 50%;
}
.home-set4-v .rigth{
    width: 51%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    /* background: #fff; */
}
.home-set4-top{
    background: #fff;
    padding: 20px;
    align-items: center;
    margin-bottom: 16px;
}
.home-set4-v .left h6{
    font-size: 1.25rem;
    line-height: 3;
    background: #898989;
    color: #fff;
    padding: 0 20px;
}
.home-set4-top .viewstitle{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.home-set4-top .viewstitle h6{
    font-size: 1.875rem;
    color: #000;
    font-weight: bold;
}
.home-set4-top ul{
    padding: 1rem 0 0rem;
}
.home-set4-top ul a{
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    /* display: block; */
    border-bottom: 2px solid #b8b8b8;
    padding-bottom: 3px;
}
.home-set4-top ul li:last-of-type a{
    margin-bottom: 0;
}
.home-set4-btmb ul{
    display: flex;
    justify-content: space-between;
}
.home-set4-btmb ul li{
    width: 48%;
    background: #fff;
    padding: 12px 18px 0;
}
.home-set4-btmb ul li .img{
    position: relative;
}
.img{
    overflow: hidden;
}
.img img{
    transition: all .5s;
}
.img:hover img{
    transform: scale(1.1);
}
.home-set4-btmb ul li .img i{
    width: 60px;
    height: 35px;
    background: url('../Images/images/set4Vico.png');
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 1;
}
.home-set4-btmb ul li .txt {
    padding: 6px 0;
}
.home-set4-btmb ul li .txt h6{
    color: #000;
}
.home-set4-btmb ul li .txt p{
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-bottom: 5px;
}
.home-set4-bj{
    padding-bottom: 5rem;
}
.new-set2 .container{
    max-width: 1450px;
}
.new-set2-views {
    padding-bottom: 68px;
    overflow-x: hidden;
}
.new-set2-views .swiper{
    position: relative;
}
.new-set2-views .swiper-pagination-bullets{
    text-align: left;
    padding-left: 3%;
    padding-bottom: 20px;
}
.new-set2-views .swiper-slide{
    position: relative;
}
.new-set2-views .swiper-slide img{
    width: 100%;
    height: 450px;
    object-fit: cover;
}
.new-set2-views .swiper-slide .text{
    position: absolute;
    width: 600px;
    max-width: 90%;
    left: 5%;
    bottom: 14%;
    color: #fff;
}
.new-set2-views .swiper-slide .text h5{
    font-size: 3rem;
}
.new-set2-views .swiper-slide .text h6{
    font-size: 1.875rem;
    margin-top: .6rem;
    margin-bottom: 1rem;
}
.new-set2-views .swiper-slide .text .cont{
    font-size: 1.1rem;
    line-height: 2;
}
.new-set .home-set4-nav{
    padding: 1.2rem 0 3rem;
}
.new-set .home-set4-nav a{
    margin-right: 68px;
    border-radius: 3px;
    /* font-size: 1.875rem;
    line-height: 3.625rem; */
    background: #b2b2b2;
    color: #ffffff;
}
.new-set .home-set4-nav a.on,
.new-set .home-set4-nav a:hover{
    background: #0051bd;
}
.new-set2 .container{
    max-width: 1450px;
}
.new-set2-views {
    padding-bottom: 68px;
}
.new-set2-views .swiper{
    position: relative;
}
.new-set2-views .swiper-pagination-bullets{
    text-align: left;
    padding-left: 3%;
    padding-bottom: 20px;
}
.new-set2-views .swiper-slide{
    position: relative;
}
.new-set2-views .swiper-slide .text{
    position: absolute;
    width: 600px;
    max-width: 90%;
    left: 5%;
    bottom: 14%;
    color: #fff;
}
.new-set2-views .swiper-slide .text h5{
    font-size: 3rem;
}
.new-set2-views .swiper-slide .text h6{
    font-size: 1.875rem;
    margin-top: .6rem;
    margin-bottom: 1rem;
}
.new-set2-views .swiper-slide .text .cont{
    font-size: 1.1rem;
    line-height: 2;
}
.new-set3 li{
    margin-bottom: 20px;
}
.new-set{
    background-color: #f6f6f6;
}
.new-set3 li a{
    display: flex;
    align-content: center;
    justify-content: space-between;
    background: #fff;
}
.new-set3 li a .img{
    width: 390px;
    height: 290px;
}
.new-set3 li a .img img{
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.new-set3 li a .text{
    flex: 1;
    padding-left: 3%;
    justify-content: center;
    padding-right: 2%;
    flex-direction: column;
    /* align-items: center; */
    display: flex;
    /* border-bottom: 1px solid #cdcdcd; */
    transition: all .5s;
}
.new-set3 li:hover .text{
    transform: translateX(-12px);
}
.new-set3 li:hover .text h6{
    color: #0051bd;
}
.new-set3 li a .text h6{
    font-size: 1.45rem;
    color: #000;
    font-weight: bold;
    margin-top: .4rem;
}
.new-set3 li a .text .cont{
    padding: 12px 0;
    font-size: 1.3rem;
    color: #8e8e8e;
    line-height: 1.8;
    height: 110px;
}
.new-set3 .container{
    max-width: 1450px;
}
.new-set3 li a .text .ts{
    font-size: 1.125rem;
}
.new-set3 li a .text .ts img{
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.new-set3 {
    padding-bottom: 40px;
}
.wx-idv span{
  display: inline-block;
  position: relative;
}
.wx-idv span:hover .wx-img {
    opacity: 1;
    height: 100px;
    top: 65px;
}
.wx-idv .wx-img{
    position: absolute;
    width: 100px;
    height: 0;
    opacity: 0;
    left: 50%;
    margin-left: -50px;
    top: 70px;
    overflow: hidden;
    transition: all .5s;
}
.wx-idv .wx-img img{
    width: 100%;
    height: 100px;
}
.pages {

    height: 32px;

    line-height: 32px;

    margin-top: 50px;

    margin-bottom: 20px;

    text-align: center;

    clear: both;

}

.pages span,

.pages a:hover {

    background: #0051bd;

    color: #fff;

    font-size: 14px;

}


.pages a,
.pages span {

    display: inline-block;

    width: 32px;

    height: 32px;

    line-height: 32px;

    margin: 0 7px;

    font-size: 14px;

}



.pages a.prev:before,

.pages a.prev_disabled:before {

    content: "下一页";
    font-family: 微软雅黑;
}



.pages a.next:before,

.pages a.next_disabled:before {
    content: "上一页";
    font-family: 微软雅黑;
}
.pages a.prev_disabled {
    width: 60px;
}
.pages a.next {
    width: 60px;
}
.pages a.prev {
    width: 60px;
}
.pages a.next_disabled {
    width: 60px;
}
.slset2-views .img .swiper{
    position: relative;
}
.flex { display: flex; justify-content: space-between; flex-wrap: wrap }
.flex-left { display: flex; flex-wrap: wrap }
.flex-center { display: flex; flex-wrap: wrap; justify-content: center; }
.flex-right { display: flex; flex-wrap: wrap; justify-content: flex-end; }
.flex-v-center { display: -webkit-flex; display: flex; flex-direction: column; justify-content: center }
.flex-v-bottom { display: -webkit-flex; display: flex; flex-direction: column; justify-content: space-between; }
.video-wrap { padding-top: 60px; padding-bottom: 80px; }
.video-list {margin-bottom: -40px;}
.video-list .item { width: 24%; text-align: center; margin-bottom: 40px; }
.video-list .item h4 { margin-top: 20px; }
.video-list .item .pic { position: relative; }
.pic-scale .pic, .img-scale { position: relative; overflow: hidden; }
.img-scale img, .pic-scale img { -webkit-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; }
.img-scale:hover img, .pic-scale:hover img { -webkit-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05); }
.img-scale.scale2:hover img, .pic-scale.scale2:hover img { -webkit-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05); }
.video-list .item .pic:before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: url('../Images/images/video.png') no-repeat center; background-size: 64px; z-index: 2; }
@media (max-width: 768px) {
    .video-list {
        margin-bottom: -15px;
    }
    .video-list .item {
        width: 48%;
        margin-bottom: 15px;
    }
    .video-wrap {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .video-list .item .pic:before {
        background-size: 34px;
    }
    .video-list .item h4 {
        margin-top: 15px;
        font-size: 14px;
    }
}



.service-process {
    padding-bottom: 110px;
    /* background: #F9F9F9; */
    text-align: center;
    padding-top: 100px;
}
.service-process-cont {
    padding-top: 80px;
    line-height: 1.8;
    font-size: 16px;
}
.service-advantage {
    padding-bottom: 125px;
}
.page-service .com-title {
    padding-top: 60px;
    padding-bottom: 50px;
}
.step-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.service-process-step {
    padding: 0 3%;
}
.step-list {
    margin-bottom: -40px;
}
.step-list li {
    position: relative;
    width: 16%;
    margin-bottom: 40px;
}
.step-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    border-bottom: 1px solid #ddd;
}
.step-list li h4 {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #333;
    color: #fff;
    font-size: 18px;
    position: relative;
}
.step-list li h4:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -14px;
    margin-left: -3px;
    width: 6px;
    height: 6px;
    background: #333;
    border-radius: 50%;
}
.step-list li p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.5;
}
.service-process2 {
    background: #fff;
}
@media screen and (max-width: 768px) {
    .service-item {
        margin-bottom: 20px;
    }
    .service-item li {
        width: 48%;
        font-size: 14px;
        vertical-align: middle;
        margin: 0;
        text-align: center;
        margin-bottom: 25px;
    }
    .service-item li .service-icon {
        width: 80px;
        height: 80px;
        line-height: 80px;
    }
    .service-item li .service-icon i {
        display: inline-block;
        vertical-align: middle;
        height: 78px;
        background-size: 60px;
    }
    .service-item li .service-icon .icon-s1 {
        width: 60px;
        background-position:13px 16px;
    }
    .service-item li .service-icon .icon-s2 {
        width: 65px;
        background-position: 14px -60px;
    }
    .service-item li .service-icon .icon-s3 {
        width: 55px;
        background-position: 11px -131px;
    }
    .service-item li .service-icon .icon-s4 {
        width: 60px;
        background-position: 12px -207px;
    }
    .service-introduction {
         width: 100%; 
         margin: 0 auto 0; 
         padding-top: 0; 
        padding: 35px 3% 35px;
        border-top: 1px solid #EAEAEA;
         text-align: left; 
        text-indent: 2em;
    }
    .service-introduction br {
        display: none;
    }
    .service-introduction p {
        padding-bottom: 10px;
    }
    .com-title .tit {
        line-height: 1.2;
    }
    .step-list li {
        width: 50%;
        margin-bottom: 20px;
    }
    .service-process {
        padding-bottom: 80px;
    }
    .step-list li p {
        font-size: 14px;
    }
}

.abset4-nav {
    padding-bottom: 32px;
    text-align: center;
}
.abset4-nav li {
    width: 160px;
    height: 50px;
    background: #7a7a7a;
    color: #fff;
    font-size: 20px;
    display: inline-block;
    line-height: 50px;
    border-radius: 6px;
    margin-right: 40px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    cursor: pointer;
}
.abset4-nav li:hover,
.abset4-nav li.on {
    background: #0051bd;
}
