

.banner{
    width: 100%;
}

.banner .swiper-slide{
    
}

.bannertxt{
    position: absolute;
    left: 15%;
    top: 30%;
    width: 32%;
}

.banner b{
    font-size: 3rem;
    color: #fff;
    text-transform: uppercase; 
    float: left;
}

.banner em, .banner i{
    font-size: 4rem;
    font-weight: bold;
    color: #fff;
    float: left;
}

.banner i{
    margin-top: 2rem;
}

.banner span{
    font-size: 2rem;
    color: #fff;
    float: left;
    margin-top: 1rem;
}


/*首页关于我们*/
.inabout{
    width: 100%;
    min-height: 10rem;
    padding-bottom: 25rem;
    background: #fff url(../images/index-aboutbg.jpg) no-repeat center top;
}

.firabout{
    width: 8rem;
    float: left;
}

.fashuzi{
    font-size: 3rem;
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    text-align: center;
    line-height: 8rem;
    border: 2px solid #e3e3e3;
}

.faxian{
    width: 2px;
    height: 10rem;
    background: #000;
    margin: 1.5rem auto;
}

.fazimu{
    white-space: nowrap;
    writing-mode: vertical-rl;
    font-size: 2rem;
    font-weight: bold;
    margin: 0 auto;
    text-transform: uppercase; 
}

.secabout{
    float: left;
    margin-left: 4%;
    width: calc(48% - 8rem);
    overflow: hidden;
}

.thrabout{
    color: #333;
    float: left;
    margin-left: 8%;
    width: 35%;
}

.thrabout h5{
    font-size: 2.8rem;
    font-weight: bold;
}

.thrabout em{
    font-size: 2rem;
    display: block;
}

.thrabout i{
    font-size: 2.4rem;
    color: #000;
    display: block;
}

.thrabout span{
    font-size: 1.6rem;
    color: #666;
    display: block;
    line-height: 180%;
}

.thrabout .more{
    margin-top: 4rem;
}

/* 业务范围开始 */
.inyewu{
    width: 100%;
    background:  url(../images/yewubg.png) no-repeat center top;
    min-height: 10rem;
    margin-top: -10rem;
    padding-top: 11rem;
    padding-bottom: 9rem;
    position: relative;
}

.inyewu h1, .inyewu h2, .inyewu h1{
    color: #fff;
}

.inyewu h3{
    background: #fff;
}


.inyewu .firabout{
    color: #fff;
}


.inyewu .firabout .faxian{
    background: #fff;
}

.inyewu-con{
    display: block;
    float: left;
    width: calc(100% - 12rem);
    margin-left: 4rem;
}

.inyewu-con a{
    color: #fff;
}

.yewutxt{
    background: #00a0e3;
    padding: 2rem 3rem 2rem 2rem;
    position: absolute;
    left: 5.4rem;
    bottom: 0;
    color: #fff;
}

.yewutxt em{
    font-size: 2.4rem;
    font-weight: bold;
}

.yewutxt i{
    font-size: 1.4rem;
    text-transform: uppercase;
    display: block;
    margin-top: 2rem;
}

.swiper-slide-img{
    overflow: hidden;
}

.swiper-pagination-yewu{
    bottom: 7rem;
    left: 50%;
    transform: translateX(-50%) !important;
}

.swiper-pagination-bullet {
    background: #fff !important;
    margin: 0 0.5rem;
    opacity: .5 !important;
}

.swiper-pagination-bullet-active {
    width: 2rem !important;
    border-radius: 5rem !important;
    background: #007aff !important;
    opacity: 1.0 !important;
}

.inyewu .swiper-slide{
    padding-bottom: 5rem;
}

.inyewu .swiper-button-prev {
    background: url(../images/you.png) no-repeat left top !important;
    background-size: cover !important;
    width: 5rem !important;
    height: 5rem !important;
    transform: scaleX(-1);
    left: auto !important;
    right: 1rem !important;
    top: 35% !important
}

.inyewu .swiper-button-next {
    background: url(../images/you.png) no-repeat left top !important;
    background-size: cover !important;
    width: 5rem !important;
    height: 5rem !important;
    left: auto !important;
    right: 1rem !important;
    top: calc(35% + 6rem) !important;
}



/* 荣誉开始 */
.inrongyu{
    width: 100%;
    background:  url(../images/rongyubg.jpg) no-repeat center top;
    min-height: 10rem;
    height: auto;
    
}

.inrongyu .inryleft{
    width: 18%;
    float: left;
    background: #172b4d;
    color: #fff;
    height: 70rem;
}

.inrongyu .inryleft em{
    font-size: 2.4rem;
    font-weight: bold;
    display: block;
    width: 90%;
    margin: 4rem auto 0;
}

.inrongyu .inryleft i{
    font-size: 1.4rem;
    display: block;
    width: 90%;
    margin: 2.5rem auto 3.5rem;
}

.inrongyu .inryleft span{
    font-size: 1.6rem;
    display: block;
    width: 90%;
    margin: 0 auto;
    line-height: 180%;
}


.inrongyu .inryright{
    width: calc(82% - 5rem);
    float: left;
    background: #f5f5f5;
    padding-left: 5rem;
    height: 70rem;
    position: relative;
}

.inrongyu .inryright .inryrightop em{
    font-size: 2.4rem;
    color: #172b4d;
    border-bottom: 1px solid #ccc;
    display: block;
    font-weight: bold;
    margin: 7rem 0;
    padding-bottom: 4rem;
}

.swiper-container-rongyu{
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.swiper-container-rongyu .swiper-slide-active img{
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s, box-shadow 0.3s;
}

.swiper-container-rongyu em{
    display: block;
    text-align: center;
    margin-top: 2rem;
    background: #f5f5f5;
    padding: 1rem 0;
}

.inrongyu .swiper-button-next {
    background: url(../images/ryanniu.png) no-repeat left top !important;
    background-size: cover !important;
    width: 5rem !important;
    height: 5rem !important;
    right: 1rem !important;
    top: 8rem !important;
    transform: scaleX(-1);
}

.inrongyu .swiper-button-prev {
    background: url(../images/ryanniu.png) no-repeat left top !important;
    background-size: cover !important;
    width: 5rem !important;
    height: 5rem !important;
    right: 8rem !important;
    top: 8rem !important;
    left: auto !important;
}

/*数据*/
/*数据*/
.inshuju{
    width: 100%;
    background: #fff;
}


.inshuju h1{
    margin-top: 12rem;
}

.inshuju h3{
    background: #00a0e3;
}

.inshuju dl{
    width: 25%;
    text-align: center;
    display: block;
    float: left;
    margin-top: 11rem;
    padding-bottom: 12.5rem;
}

.inshuju dl dt{ 
    width: 10rem;
    height: 10rem;
    border-radius: 10rem;
    border: 1px solid #00a0e3;
    margin: 0 auto;
}

.inshuju dl dt img{ 
    width: 5.3rem;
    height: 5.3rem;
    margin-top: 2rem;
}

.inshuju dl dd{ 
    font-size: 6rem;
    color: #00a0e3;
    font-weight: bold;
    margin-top: 4rem;
}

.inshuju dl dd span{ 
    font-size: 1.6rem;
    color: #666;
    font-weight: normal;
}

.inshuju dl dd.sjtxt{ 
    font-size: 1.8rem;
    color: #666;
    font-weight: normal;
    margin-top: 0.2rem;
}

/*合作*/
.inhezuo{
    background: url(../images/index-hezuobg.jpg) no-repeat center top;
    min-height: 10rem;
    padding-top: 5rem;
    color: #fff;
}

.inhezuo .h3{
    background: #fff;
}

.inhezuo .w80{
    padding-bottom: 35rem;
}

.inhezuo ul{
    width: 100%;
    background: #fff;
    border-radius: 1rem;
    margin-top: 5rem;
}

.inhezuo ul li{
    width: calc(20% - 1px);
    display: block;
    float: left;
    border-right: 1px solid #eee;
    margin-top: 2rem;
}

.inhezuo ul li:nth-child(5n){
    border-right: none;
}

.inhezuo ul li img{
    display: block;
    margin: 0 auto;
    text-align: center;
}


/*新闻*/
.inews{
    padding-top: 11rem;
}

.inews .h3{
    background: #333;
}

.inews ul li{
    width: 100%;
    background: #f5f5f5;
    display: block;
    float: left;
}

.inews ul li:nth-child(2n){
    width: 100%;
    background: #fff;
}

.inews ul li:nth-child(1){
    border-top: 1px solid #ddd;
}

.inews ul li .inewsleft{
    width: 45%;
    display: block;
    float: left;
    position: relative;
}

.inews ul li .inewsleft i{
    font-size: 2.4rem;
    font-weight: bold;
    color: #000;
    position: absolute;
    left: 2rem;
}

.inews ul li .inewsright{
    width: calc(55% - 10rem);
    display: block;
    float: left;
    font-size: 1.6rem;
    color: #666;
    padding-left: 10rem;
    margin-top: 6.5rem;
}

.inews ul li .inewsright em{
    line-height: 200%;
}


/*底部服务*/
.infuwu{
    background: url(../images/index-lianxibg.jpg) no-repeat center top;
    min-height: 10rem;
    position: relative;
    padding-top: 38%;
}

.infuwu .fuwutxt{
    width: 50%;
    height: 34rem;
    display: block;
    background: #fff;
    border-radius: 3rem 0 0 0;
    position: absolute;
    right: 0;
    bottom: 0;
}

.infuwu .fuwutxt span{
    font-size: 3.4rem;
    margin-top: 11rem;
    margin-left: 5rem;
    display: block;
}

.infuwu .fuwutxt .fuwulx{
    margin-left: 5rem;
    font-size: 1.8rem;
    font-weight: bold;
}

.infuwu .fuwutxt .fuwulx .icon{
    font-size: 2.5rem;
    margin-right: 0.5rem;
}

.infuwu .fuwutxt .fuwulx em{
    background: #00a0e3;
    padding: 2rem 4rem;
    border-radius: 5rem;
    color: #fff;
}

.infuwu .fuwutxt .fuwulx i{
    padding-top: calc(2rem - 1px);
    padding-bottom: calc(2rem - 1px);
    padding-left: calc(4rem - 1px);
    padding-right: calc(4rem - 1px);
    border-radius: 5rem;
    color: #00a0e3;
    border: 1px solid #00a0e3;
    margin-left: 2rem;
}

.infuwu .fuwutxt .fuwulx i .icon{
    font-size: 3rem;
    padding-top: 2rem;
}


/**/

.hezuoli{
  position: relative;
  overflow: hidden;
}

.flipped-image {
  transform: scaleY(-1);
  display: block;
  width: 80%;
  height: 5rem;
}

.hezuoli::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent 60%, white 80%);
  pointer-events: none; /* 允许点击穿透 */
}

.hezuoli::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ccc;
}