/* 2023-03-02 袁阳网站适配重新调整*/
html {
    font-size: 2.084vw !important;
  }
  
  ::-moz-selection {
    background: black;
    color: #fff;
  }
  
  ::selection {
    background: black;
    color: #fff;
  }
  
  ::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
  
  ::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
  }
  
  ::-webkit-scrollbar-thumb {
    background: #000;
  }
  
  ::-webkit-scrollbar-thumb:window-inactive {
    background: #000;
  }
  
  ::-webkit-scrollbar-thumb:vertical:hover {
    background: #000;
  }
  .tit-15 {
    font-size: .4rem;
  }
  
  
  .tit-16 {
    font-size: .4rem;
  }
  
  .tit-20 {
    font-size: .5rem;
  }
  
  .tit-25 {
    font-size: .625rem;
  }
  /*首页加载loading*/
  
  .wr {
    width: 100%;
    position: relative;
  }
  
  .lh1 {
    line-height: 1;
  }
  
  .bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .pc {
    display: block;
  }
  
  .more {
    display: inline-block;
    width: 3.625rem;
    height: 1.175rem;
    background: #336de2;
    border-radius: 1.175rem;
    transition: all 0.5s;
  }
  
  .more:hover {
    background-color: #128bfd;
  
  
  }
  
  .more:hover .icon {
    transform: translateX(5px);
  }
  
  .more .fx {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    color: #fff;
    white-space: nowrap;
  }
  .more .fx>div {
    color: #fff;
  }
  .more .icon {
    width: .5rem;
    transition: all 0.5s;
  }
  
  .home {
    background-image: url(/img/homebg.JPG);
    background-repeat: no-repeat;
    background-position: top center;
  }
  
  .view {
    width: 100%;
    padding: 0 1.5rem;
  }
  .home-b {
    padding-top: 1rem;
    padding-bottom: 2.975rem;
  }
  
  .home-b .list {
    display: flex;
    margin-top: 1.325rem;
  }
  
  .home-b .list .li {
    width: 4.5rem;
    margin-right: .5rem;
    height: 16.25rem;
    overflow: hidden;
  
  
    border-radius: 1rem;
    position: relative;
    transition: all .5s;
  }
  
  .home-b .list .li:last-child {
    margin-right: 0;
  }
  
  .home-b .list .li .box {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    height: 100%;
    padding: 3.375rem 0;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    opacity: 1;
  
    background-image: url(/img/outsourcing_000.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
  }
  
  .home-b .list .li .box .top {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
  .home-b .list .li .box .top .icon {
    margin-bottom: 1.5rem;
  }
  
  .home-b .list .li.ac {
    width: 19.95rem;
  }
  
  .home-b .list .li.ac .box {
    opacity: 0;
    visibility: hidden;
  }
  
  .home-b .list .li .hover-box {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  
  .home-b .list .li .hover-box .txt {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 3.375rem 1.775rem;
    color: #fff;
    font-weight: 500;
  }
  
  .home-b .list .li .hover-box .txt .t1 {
    width: 100%;
    display: flex;
    padding-bottom: .55rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    justify-content: space-between;
    align-items: center;
  }
  
 .home-b .list .li .icon {
    height:35px;
    width: 35px;
  }
  .home-b .list .li .hover-box .txt .t2 {
    margin-top: .4rem;
  }
  
  .home-b .list .li .hover-box .txt .more {
    margin-top: 1.25rem;
  }
  
  .home-b .list .li.ac .hover-box {
    opacity: 1;
    visibility: visible;
    transition: all .5s;
  }
  
  .home-b .list .li .hover-box,
  .home-b .list .li.ac .box {
    opacity: 0;
    visibility: hidden;
  }
  
  
  .home-b .list .li .hover-box .txt .t1,
  .home-b .list .li .hover-box .txt .t2,
  .home-b .list .li .hover-box .txt .ami {
    opacity: 0;
    transform: translateY(20px);
  }
  
  .home-b .list .li.ac .hover-box .txt .t1 {
    opacity: 1;
    transform: translateY(0);
    transition: all .5s;
    transition-delay: .5s;
  }
  
  .home-b .list .li.ac .hover-box .txt .t1 br {
    display: none;
  }
  
  .home-b .list .li.ac .hover-box .txt .t2 {
    opacity: 1;
    transform: translateY(0);
    transition: all .5s;
    transition-delay: .6s;
  }
  
  .home-b .list .li.ac .hover-box .txt .ami {
    opacity: 1;
    transform: translateY(0);
    transition: all .5s;
    transition-delay: .7s;
  }
  
/* banner顶部样式 */
.postPage{
  width: 1200px;
  margin: 0 auto;
}
.postPage .g-title{
    line-height: 56px;
    font-size: 40px;
    text-align: center;
}

.postPage .g-title span {
    color: #5287f2;
}

.postPage .g-title:after {
    content: "";
    display: block;
    margin: 24px auto 40px;
    width: 37px;
    height: 4px;
    background: #5287f2;
}

.postPage .m-intro1 li{
    margin-left: 40px;
    margin-bottom: 40px;
    padding: 24px;
    width: calc(50% - 40px);
    height: 200px;
    background: #f7f8fa;
}
.postPage .m-intro1{
    display: flex;
    flex-wrap: wrap;
    margin-left: -40px;
}

.postPage .m-intro1 li h3{
    line-height: 33px;
    font-size: 24px;
}

.postPage .m-intro1 li p {
    margin-top: 16px;
    line-height: 24px;
    font-size: 16px;
    color: #666;
}


.postPage .m-intro1 li h3 svg{
    position: relative;
    top: -3px;
    margin-right: 16px;
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
}

.postPage .m-intro1__link{
    line-height: 33px;
    font-size: 24px;
    text-align: center;
}
.postPage .m-intro1__link span{
    cursor: pointer;
    color: #047aff;
}
.postPage .g-box2 {
    padding: 80px 0 47px;
}


.postPage .g-box1{
    padding: 80px 0;
    background: #f7f8fa;
}
.postPage .m-intro5 {
    display: flex
;
    flex-wrap: wrap;
    margin-left: -40px;
}
.postPage .m-intro5 li {
    margin-left: 40px;
    padding: 0 60px;
    width: calc(33.3% - 40px);
    height: 400px;
    background: #fff;
    text-align: center;
}


.postPage .m-intro5 li .icon{
    display: block;
    margin: 80px auto 40px;
    width: 80px;
    height: 80px;
}

.postPage .m-intro5 li h3 {
    margin-bottom: 16px;
    line-height: 33px;
    font-size: 24px;
    color: #303133;
}
.postPage .m-intro5 li p{
    line-height: 24px;
    font-size: 16px;
    color: #666;
}


.postPage .m-intro2 {
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px;
}

.postPage .m-intro2 li{
    position: relative;
    margin-bottom: 12px;
    margin-left: 12px;
    padding: 32px;
    width: calc(33.3% - 12px);
    height: 242px;
    background: #fff;
}

.postPage .m-intro2 li h3{
    margin-bottom: 24px;
    line-height: 25px;
    font-size: 18px;
    font-weight: 500;
    color: #303133;
}

.postPage .m-intro2 li p {
    line-height: 20px;
    color: #303133;
    font-weight: 300;
}
.postPage .m-intro2__index{
    position: absolute;
    bottom: 32px;
    left: 32px;
    width: 50px;
}
.postPage .m-intro2__icon {
    position: absolute;
    right: 32px;
    bottom: 32px;
    width: 80px;
    height: 80px;
}

