@charset "UTF-8";
.bg-main-box{
  width: 100%;
  background-color: #f2f2f2;
  margin-top:8rem;
 }

.container {
  padding: 3.5rem 3.5rem 4.5rem;
  background-color: #ffffff;
} 
.am-g{
  content: none;
  padding: 0; 
}
.am-g:before, .am-g:after{
  content: none;
}
@media only screen and (max-width: 641px) {
    .bg-main-box{
      padding-top: 2rem;
      margin-top: 0;
      background-size: contain;
     }
    .container {
      padding: 2rem 1.5rem;
    } 
  }


.part-1 .p1-title{
  font-weight: bold;
  font-size: 2.4rem;
  color: #005293;
  line-height: 2.4rem;
}
.part-1 .card{
  width: 100%;
  gap: 2rem;
  margin: 3rem 0;
}
.part-1 .card .left{
  /*width: 117.7rem;*/
  width: 100rem;
  height: 30.8rem;
  padding: 0;
}
.part-1 .card .left .swiper-container{
  width: 100%;
  height: 30.8rem;
  overflow: hidden;
}

.part-1 .card .left .swiper-container .swiper-slide .info{
  width: 47.9rem;
  height: 14.4rem;
  background: #F8F8F8;
  margin-bottom: 2rem;
  padding: 3rem 1.2rem;
}
.part-1 .card .left .swiper-container .swiper-slide .info>img{
	height: auto;
    object-fit: contain;
    margin-right: 1rem;
    width: 4.1rem;
}
.part-1 .card .left .swiper-container .swiper-slide .info .iconfont{
  color: var(--theme);
  font-size: 4rem;
  margin-right: 1.2rem;
}
.part-1 .card .left .swiper-container .swiper-slide .info span{
  font-weight: 400;
  font-size: 1.8rem;
  color: #666666;
  line-height: 1.6rem;
  margin-bottom: 1.2rem;
}
.part-1 .card .left .swiper-container .swiper-slide .info span:first-of-type{
  font-weight: bold;
  font-size: 2.2rem;
  color: #333333;
  line-height: 2.2rem;
}
.part-1 .card .left .swiper-button-next.swiper-button-white,  .part-1 .card .left .swiper-button-prev.swiper-button-white{
  position: absolute;
  width: 2.4rem;
  height: 4rem;
  right: 0;
  bottom: 44%;
  background-color: #026AB6;
  border-radius: 0px;
  transform: rotate(0);
  background-size: 1.3rem;
  background-position: center;
  background-repeat: no-repeat;
}
.part-1 .card .left .swiper-button-prev.swiper-button-white{
  left: 0;
}

.part-1 .card .right{
  flex: 1;
  padding: 0;
  gap: 2rem;
}
.part-1 .card .right .item{
  width: 100%;
  height: 14.4rem;
  background: #F8F8F8;
  font-weight: bold;
  font-size: 2.2rem;
  color: #333333;
  line-height: 2rem;
}
.part-1 .card .right .item:hover{
  color: var(--theme);
}
.part-1 .card .right .item img{
  width: 5.4rem;
  height: auto;
  margin-bottom: 2.4rem;
}
.part-1 .card .right .item .item-l{
  width: 50%;
}
.part-1 .card .right .item .item-r{
  width: 50%;
  height: 7.2rem;
  border-left: 1px solid #D8D8D8;
  justify-content: space-between;
  padding-left: 1.5rem;
  text-align: center;
}
.part-1 .card .right .item .item-r a{
  font-weight: 400;
  font-size: 1.8rem;
  color: #333333;
  line-height: 1.8rem;
}
.part-1 .card .right .item .item-r a:hover{
  color: var(--theme);
}


@media only screen and (max-width: 641px) {
  .part-1 .card .left{
    width: 100%;
  }
  .part-1 .card .left .swiper-container .swiper-slide {
    margin-right: 0;
  }
  .part-1 .card .left .swiper-container .swiper-slide .info{
    width: 100%;;
    flex-direction: row;
    text-align: left;
    padding-left: 5rem;
  }
  .part-1 .card .right{
    width: 100%;
    flex-direction: row;
  }
  .part-1 .card .right .item .item-r{
    padding-left: 0;
  }
}



.part-2{
  gap: 4rem;
}
.common-title{
  font-weight: bold;
  font-size: 2.4rem;
  color: var(--theme);
  line-height: 2.2rem;
  border-bottom: 1px solid #DBDBDB;
  margin-bottom: 2rem;
}
.common-title span{
  padding-bottom: 2.2rem;
  border-bottom: 3px solid var(--theme);
}
.common-title a{
  font-weight: 400;
  font-size: 1.6rem;
  color: #999999;
  line-height: 1.6rem;
}
.common-title a:hover{
  cursor: pointer;
  color: var(--theme);
}
.part-2 .p2-left .line1 {
  margin-bottom: 2rem;
}
.part-2 .p2-left .line1 .list{
  padding: 0;
}
.part-2 .p2-left .line1 .text-list .item .title{
  margin-left: 0;
}
.part-2 .p2-left .line2 .lists{
  flex-wrap: wrap;
}
.part-2 .p2-left .line2 .list{
  width: 49%;
  padding: 0;
  margin-bottom: 3rem;
}
.part-2 .p2-left .line2 .list:nth-of-type(3){
  margin-bottom: 0;
}
.part-2 .p2-left .line2 .list:nth-of-type(4){
  margin-bottom: 0;
}
.part-2 .p2-left .line2 .list .list-title{
  font-weight: bold;
  font-size: 1.8rem;
  color: #333333;
  line-height: 4.4rem;
  background: #F8F8F8;
  height: 4.4rem;
  padding: 0 1.5rem;
  margin-bottom: 2rem;
}
.part-2 .p2-left .line2 .list .list-title a{
  font-weight: 400;
  font-size: 1.4rem;
  color: #999999;
  line-height: 1.6rem;
}
.part-2 .p2-left .line2 .list .list-title a:hover{
  color: var(--theme);
  cursor: pointer;
}


.part-2 .p2-right{
  height: auto;
  background-color: #F7F9FB;
    align-items: center;
}
.part-2 .p2-right .p2-right-title{
 background: url(fwxt-tit-bj.png) no-repeat center;
    margin-top: 2rem;
    width: 100%;
    font-weight: bold;
    font-size: 2.4rem;
    color: #005293;
    text-align: center;
    display: flex;
    letter-spacing: 3px;
    align-items: center;
    justify-content: center;
}
.part-2 .p2-right .items{
      width: 100%;
    padding: 2rem;
    justify-content: start;
    flex-wrap: wrap;
}
.part-2 .p2-right .items .item{
  width: calc((100% - 4rem) / 3);
    height: 10.8rem;
    background: #FFFFFF;
    background-image: url(service-3.png);
    background-size: 100% 10.8rem;
    background-repeat: no-repeat;
    background-position: center;
    font-weight: bold;
    font-size: 2.2rem;
    color: #005293;
    line-height: 3rem;
    -webkit-text-stroke: 0.5px #FFFFFF;
    margin-bottom: 1.2rem;
    text-align: center;
    margin-right: 2rem
}
.part-2 .p2-right .items .item:nth-child(3n){	
	margin-right: 0px;
}
.part-2 .p2-right .items .item:nth-child(7){	
	margin-bottom: 0px;
}
.part-2 .p2-right .items .item:hover{
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0) scale(1.05);
	-moz-transform: translate3d(0, 0, 0) scale(1.05);
	-ms-transform: translate3d(0, 0, 0) scale(1.05);
	-o-transform: translate3d(0, 0, 0) scale(1.05);
	transform: translate3d(0, 0, 0) scale(1.05);
}


@media only screen and (max-width: 641px) {
  .part-2 .p2-left, .part-2 .p2-left .line1 .list, .part-2 .p2-right{
    width: 100%;
    margin-bottom: 2rem;
  }
  .part-2 .p2-left{
    margin-bottom: 0;
  }
  .part-2 .p2-left .line2 .list:nth-of-type(3){
    margin-bottom: 2rem;
  }
  .common-title, .part-2 .p2-left .line2 .list .list-title{
    flex-direction: row;
    justify-content: space-between;
  }
  .part-2 .p2-left .line2 .list{
    width: 100%;
  }
  .part-2 .p2-right .p2-right-title {
    min-height: 8rem;
    line-height: 8rem;
	width:100%;
	background: url(fwxt-app-bj.png) no-repeat center;
	 margin-left: 0rem;
	 flex-direction: row;
}
.part-2 .p2-right .items .item {
width: 100%;
margin-bottom:1.2rem !important;
}
.part-2 .p2-right .items .item:last-child {
margin-bottom:0rem !important;
}
.part-2 .p2-left .line1 {
    width: 100%;
}
}