.section-pb-50 {
    padding-bottom: 0;
}
.mb-n7 {
    margin-bottom: -0.5rem!important;
}
.mb-7 {
    margin-bottom: 0.5rem!important;
}
.font-16{
 font-size:16px; 
}
.margin-auto{
 margin:auto; 
}

.left-item,.right-item{
  min-height: 7rem;
  padding-top: 0.5rem;
  height: 8rem;
}
@media screen and (max-width: 780px){
  .left-item, .right-item{
   height:auto; 
  }
  .right-item{
   width:100%; 
  }
}
.pic-box{
 margin-top:1rem; 
}
.bg1{
 background: #fafcff ;
}
.bg2{
 background: #f3f5f9; 
}
.title,.pjoin-title p{
 	font-size: .4rem;
    font-weight: 600;
    line-height: .56rem; 
}

.list-container{
  list-style-type: disc;
}
.list-container .list-item{
  padding-bottom:5px;
}
.list-container .list-item p{
  font-size:14px;
}

.item{
  margin-bottom: 84px;
}
.item .item-title{
  font-size: 25px;
  font-weight: bold;
  color: #0e59d1;
  line-height: 1.5;
}
.item p{
  min-width: 5rem;
  font-size: 18px;
  line-height: 1.5;
  color: #666;
}

@media screen and (max-width: 780px){
  .item{
    margin-bottom: 24px;
  }
  .item .item-title{
   font-size:16px; 
  }
  .item p{
    font-size:14px; 
  }
}

.service-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    background: #f7faff;
    padding: 40px 40px 40px 50px;
    border-radius: 15px
}

@media screen and (max-width: 1199px) {
    .service-card {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.service-card .line {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1
}

.service-icon {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: white;
    -webkit-box-shadow: 0 22px 35px 0 rgba(2,18,106,0.08);
    box-shadow: 0 22px 35px 0 rgba(2,18,106,0.08);
    width: 115px;
    height: 115px;
    margin-right: 50px;
    border-radius: 50%
}

@media screen and (max-width: 1199px) {
    .service-icon {
        width:100px;
        height: 100px
    }
}

@media screen and (max-width: 1199px) {
    .service-icon {
        margin-bottom:40px
    }
}

.service-icon .roted-around {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.service-icon .roted-around span {
    position: relative;
    display: block;
    height: 100%
}

.service-icon .roted-around span::before,.service-icon .roted-around span::after {
    position: absolute;
    width: 8px;
    height: 8px;
    content: "";
    border-radius: 50%
}

.service-icon .roted-around span::before {
    left: 15px;
    bottom: 10px
}

.service-icon .roted-around span::after {
    right: 15px;
    top: 10px
}

.service-icon .roted-around.dagnger span {
    -webkit-animation: rotation 10s infinite linear;
    animation: rotation 10s infinite linear
}

.service-icon .roted-around.dagnger span::before,.service-icon .roted-around.dagnger span::after {
    background-image: -webkit-linear-gradient(-45deg,#fd4485 0,#ffa38d 100%);
    background-image: -ms-linear-gradient(-45deg,#fd4485 0,#ffa38d 100%)
}

.service-icon .roted-around.warning span {
    -webkit-animation: rotation 9s infinite linear;
    animation: rotation 9s infinite linear
}

.service-icon .roted-around.warning span::before,.service-icon .roted-around.warning span::after {
    background-image: -webkit-linear-gradient(-45deg,#fd6300 0,#ffe121 100%);
    background-image: -ms-linear-gradient(-45deg,#fd6300 0,#ffe121 100%)
}

.service-icon .roted-around.primary span {
    -webkit-animation: rotation 8s infinite linear;
    animation: rotation 8s infinite linear
}

.service-icon .roted-around.primary span::before,.service-icon .roted-around.primary span::after {
    background-image: -webkit-linear-gradient(-45deg,#505eff 0,#03bdff 100%);
    background-image: -ms-linear-gradient(-45deg,#505eff 0,#03bdff 100%)
}

.service-icon .roted-around.secondary span {
    -webkit-animation: rotation 7s infinite linear;
    animation: rotation 7s infinite linear
}

.service-icon .roted-around.secondary span::before,.service-icon .roted-around.secondary span::after {
    background-image: -webkit-linear-gradient(-45deg,#b241ff 0,#fe86ff 100%);
    background-image: -ms-linear-gradient(-45deg,#b241ff 0,#fe86ff 100%)
}

.service-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.service-content .title {
    color: #0e59d1;
    font-weight: 700;
    line-height: .8;
    margin-bottom: 25px;
    font-size: 25px
}

@media screen and (max-width: 1199px) {
    .service-content .title {
        font-size:20px
    }
}
.service-content p {
    margin-bottom: 30px
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg)
    }
}

  
/*研发差异化*/
.welcome-area{
    position: relative;
}
.all-services{
	margin-top:-30px;
}

.all-services .col-md-2 {
      width: 20%;
  margin-bottom: 0.5rem;
  }
@media (max-width:780px){
  .all-services .col-md-2 {
      width: 100%;
  }
}

.well-services {
    z-index: 1;
    background: #fff;
    text-align: center;
    position: relative;
	margin-top: 30px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}
.services-img {
    position: relative;
    text-align: center;
    padding: 30px 60px 0px;
    background: #F5F8FB;
    margin-bottom: 40px;
    z-index: 1;
}
.services-img::after {
    border-top: 99px solid #F5F8FB;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    height: 50px;
    width: 100%;
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    bottom: -40px;
}
.big-icon {
    font-size: 22px;
    display: inline-block;
    line-height: 62px;
    color: #1067DB;
    position: relative;
    z-index: 1;
    width: 64px;
    height: 64px;
    border: 1px solid #1067DB;
    border-radius: 50%;
}
.main-wel {
    padding: 35px 20px 20px;
}
.wel-content h4 {
    display: inline-block;
    font-size: 18px;
    margin-bottom: 0;
    padding: 0 0 10px;
}
.well-services:hover .services-img {
    background: #d3e3f3;
    transition: 0.4s;
}
.well-services:hover .services-img::after {
    border-top: 99px solid #d3e3f3;
    border-left: 90px solid transparent;
    border-right: 90px solid transparent;
    height: 50px;
    width: 100%;
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    bottom: -40px;
    transition: 0.4s;
}
.well-services:hover .big-icon {
    transition: 0.4s;
    color: #fff;
    border: 1px solid #fff;
}

@media screen and (max-width: 1800px) {
  .main-wel{
  	height:2.2rem; 
  }
}
@media screen and (max-width: 1199px) {
  .main-wel{
  	height:3.6rem; 
  }
}