

/*logo*/
.index-header .header-logo span{
    color: #ffffff;
}






/*分享插件样式*/
.social-share .social-share-icon {
    border: none;
    margin-left: 15px;
}

.social-share .social-share-icon:before {
    color: #999999;
    font-size: 20px;
}


/*路径*/
.current-path {
    line-height: 40px;
    height: 40px;
    overflow: hidden;
}

.current-path > div {
    height: 100%;
}

.current-path a {
    height: 100%;
}


/*通用banner*/
.common-banner {
    width: 100%;
    height: calc((100vw - 17px) * (260 / 1920));
}


/*通用底部*/
.footer-copyright {
    line-height: 43px;
    background-color: #3A3A3A;
}

.footer-box {
    background-color: #505050;
    min-height: 291px;
}

.footer-box-1 {
    min-height: 218px;
}

.footer-box-1 > div:nth-of-type(1) {
    width: calc(100% - 250px);
    padding-top: 40px;
}

.footer-box-1 > div:nth-of-type(2) {
    width: 250px;
    height: 100%;
}

.footer-service-list > div {
    display: inline-block;
}

.footer-title {
    color: #ffffff;
    font-size: 18px;
    text-align: left;
    text-align-last: left;
}

.footer-child-service > a {
    display: block;
    color: rgb(153, 153, 153);
    margin-top: 20px;
    text-align: left;
    text-align-last: left;
    transition: all .3s linear;
}

.footer-child-service > a:hover {
    color: rgb(27, 142, 213);
}

.footer-box-2 {
    height: 72px;
}

.footer-box-2:after {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
    background-image: linear-gradient(to bottom, #414141, #525252);
}


/*首页*/
/*头部*/
.index-header .header {
    background-color: transparent;
    box-shadow: none;
}

.index-header .header-nav a {
    color: #ffffff;
}

.index-swiper {
    width: 100%;
    height: calc((100vw - 17px) * (943 /1920));
    max-width: 100%;
}



.index-swiper-pagination-box {
    position: absolute;
    top: 0;
    width: 55px;
    left: 45px;
    height: 100%;
}

.index-swiper-pagination-box:before {
    position: absolute;
    content: "";
    display: block;
    width: 1px;
    height: calc((100% - 304px) / 2);
    z-index: 10;
    left: 50%;
    top: 35px;
    margin-left: -0.5px;
    background-image: linear-gradient(180deg, rgba(45, 228, 255, 0), rgba(45, 228, 255, 1));
}

.index-swiper-pagination-box:after {
    position: absolute;
    content: "";
    display: block;
    width: 1px;
    height: calc((100% - 304px) / 2);
    z-index: 10;
    left: 50%;
    bottom: 35px;
    margin-left: -0.5px;
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

.index-swiper-pagination {
    right: auto;
    left: 50%;
    top: 50%;
    z-index: 10;
    width: 100%;
    position: absolute;
    transform: translate(-50%, -50%);
}

.index-swiper-pagination .swiper-pagination-bullet {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 0;
    background: none;
    opacity: 1;
    color: #ffffff;
    font-size: 16px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 10px;
    outline: none;
}

.index-swiper-pagination .swiper-pagination-bullet > span {
    color: #ffffff;
    font-size: 16px;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid transparent;
    transition: border-color .5s linear;
}

.index-swiper-pagination .swiper-pagination-bullet > span:hover {
    border-color: #ffffff;
}

.index-swiper-pagination .swiper-pagination-bullet:nth-of-type(1) {
    margin-top: 0;
}

.index-swiper-pagination .swiper-pagination-bullet-active > span:after {
    content: "";
    display: block;
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border-style: solid;
    border-width: 1px;
    border-color: transparent transparent transparent #ffffff;
    left: -5px;
    top: -15px;
    /*transform: rotate(-90deg);*/
}

.index-swiper-pagination .swiper-pagination-bullet-active > span:before {
    content: "";
    display: block;
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border-style: solid;
    border-width: 1px;
    border-color: transparent #ffffff transparent transparent;
    right: -5px;
    top: -15px;
}

.index-swiper-pagination .swiper-pagination-bullet-active > span {
    border: 1px solid #ffffff;
}

/*第一页*/
.index-swiper-slide-1 {
    max-width: 990px;
    margin: 0 auto;
}
.index-swiper-title{
    font-size: 34px;
}

.index-swiper-subtitle{
    font-size: 52px;
}

/*公司简介*/
.index-about-us{
    width: 100%;
    padding-top: 40px;
    padding-bottom:92px;
}
.index-about-us>div{
    height: 349px;
}
.index-about-us>div:nth-of-type(2){
    height: 349px;
    padding-left: 89px;
    padding-right: 20px;
    background-repeat: no-repeat;
    background-position: right bottom;
}


/*我们的业务*/
.index-business-list{
    padding-top: 30px;
    padding-bottom:50px;
    margin: 0 -10px;
}
.index-business-list a{
    width:25%;
    height: 254px;
    display: block;
    float: left;
    margin:12px 0;
    padding: 0 10px;
}
.index-business-list a .table{
    width: 100%;
    height: 100%;
    background-color: #ffffff;
       transition: all .3s linear;
}


.index-business-list a:hover .table{
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    transform: translate3d(0,-2px,0);
}

/*定制开发*/
.index-exploit{
    padding-top:46px ;
    padding-bottom: 122px;
}
.index-exploit>div:nth-of-type(1){
    width: 21%;
    height: 345px;
}
.index-exploit>div:nth-of-type(2){
    width: 77%;
    height: 345px;
    position: relative;
}

.index-exploit-left .table{
    width: 100%;
}
.index-exploit-left-item{
    height: 20%;
    padding: 0 5%;
    cursor: pointer;
}
.index-exploit-left-item>div:nth-of-type(1){
    width: 28%;
}
.index-exploit-left-item>div:nth-of-type(2){
  font-size: 18px;
}
.index-exploit-left-active{
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
}

.index-exploit-right>div{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: -100px;
    opacity: 0;
    background-color: #ffffff;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
}

/*项目定制开发*/
.index-exploit-right-project{
    /*box-shadow: 0 0 15px rgba(0,0,0,0.1);*/
    width: 100%;
    height: 100%;
    padding-left:50px ;
    padding-right: 16px;
    position: relative;
}
.index-exploit-right-project svg{
    position: absolute;
    left: -10px;
}
.index-exploit-right>div:nth-of-type(1) svg{
    top: calc(10% - 10.5px);
}
.index-exploit-right>div:nth-of-type(2) svg{
    top: calc(30% - 10.5px);
}

.index-exploit-right>div:nth-of-type(3) svg{
    top: calc(50% - 10.5px);
}
.index-exploit-right>div:nth-of-type(4) svg{
    top: calc(70% - 10.5px);
}
.index-exploit-right>div:nth-of-type(5) svg{
    top: calc(90% - 10.5px);
}

.index-exploit-right-project .table{
    width: 100%;
    height: 100%;
}

.index-exploit-right-project .table>div:nth-of-type(2){
    width: 75.7%;
    text-align: center;
}
.index-exploit-right-project .table>div:nth-of-type(2) img{
    display: inline-block;
}

.index-exploit-right-project-content{
    font-size: 16px;
    color: #666666;
    line-height: 25px;
    margin-top: 36px;
    margin-bottom: 48px;
    text-indent: 30px;
}

.index-exploit-right-project-btn{
    display: block;
    width: 121px;
    height: 33px;
    line-height: 33px;
    border: 1px solid #D4D4D4;
    text-align: center;
    border-radius: 16.5px;
    transition: all .3s linear;
}
.index-exploit-right-project-btn:hover{
    background-color:rgb(43, 158, 220) ;
    color: #ffffff;
}


/*网站建设*/
.index-construction-list{
    padding-top: 3px;
    padding-bottom: 70px;
}
.index-construction-list li{
    width: 33.333%;
    height: 206px;
    float: left;
    text-align: center;
    margin-top: 27px;
    cursor: pointer;
    padding: 0 10px;
}
.index-construction-list li .table-cell{
  background-color: #ffffff;
  transition: all .3s linear;
}
.index-construction-list li:hover .table-cell {
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    transform: translate3d(0,-2px,0);
}


.index-construction-item-img{
    height: 55px;
    line-height: 55px;
}
.index-construction-item-img img{
    max-height: 55px;
}

.index-construction-item-title{
    font-size: 18px;
    padding-top: 16px;
}
.index-construction-item-content{
    color: #666666;
    padding-top: 20px;
}

/*运营维护*/
.index-maintain-list{
    padding-top: 76px;
    padding-bottom: 70px;
}
.index-maintain-list li{
    width: 22%;
    float: left;
    padding: 30px 15px;
    margin-left: calc(12% / 3);
    cursor: pointer;
    transition: all .3s linear;
}
.index-maintain-list li:hover .index-maintain-item-title{
    color: rgb(39,143,214);
}
.index-maintain-list li:hover{
    box-shadow: 0 0 15px rgba(0,0,0,0.05);
}
.index-maintain-list li:hover .index-maintain-item-content{
    color: rgb(39,143,214);
}
.index-maintain-list li:hover .index-maintain-item-img{
    background-color: #60A5FF;
    border: 1px solid #60A5FF;
}

.index-maintain-list li:nth-of-type(1){
    margin-left: 0;
}
.index-maintain-item-img{
    width: 108px;
    height: 108px;
    line-height: 108px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #999999;
    margin: 0 auto;
}
.index-maintain-item-title{
    text-align: center;
    padding: 30px 0;
    height: 90px;
    font-size: 20px;
    transition: all .3s linear;
}
.index-maintain-item-content{
    font-size: 16px;
    color: #666666;
    line-height: 25px;
    text-align: center;
    transition: all .3s linear;
    min-height: 90px;
}

/*为什么选择我们*/
.index-select{
    padding-top: 13px;
    padding-bottom: 86px;
}
.index-select .table{
    width: 100%;
    height: 100%;
    border-radius: 40px;
    background-color: rgba(255,255,255,0.5);
    box-shadow: 0 0 20px rgba(0,0,0,0.01);
    position: relative;
    z-index: 2;
    transition: all .3s linear;
}
.index-select .table:hover{
   transform: translate3d(0,-2px,0);
    background-color: rgba(255,255,255,1);
}
.index-select> .relative{
    width:43.41%;
    height: 109px;
    margin-top: 71px;
}
.index-select>div:nth-child(odd){
    float: left;
}
.index-select>div:nth-child(even){
    float: right;
}
.index-select>div:nth-child(odd)>div>div:nth-of-type(1){
    color: #999999;
    padding: 0 8%;
    line-height: 1.5;
}
.index-select>div:nth-child(odd)>div>div:nth-of-type(2){
    width: 44.6%;
    /*background-color: rgba(255,255,255,1);*/
    border-radius: 40px;
    padding: 0 4%;
    overflow: hidden;
}


.index-select>div:nth-child(even)>div>div:nth-of-type(1){
    width: 44.6%;
    /*background-color: rgba(255,255,255,1);*/
    border-radius: 40px;
    padding: 0 4%;
    overflow: hidden;
}
.index-select>div:nth-child(even)>div>div:nth-of-type(2){
    color: #999999;
    padding: 0 8%;
    line-height: 1.5;
}
.index-select .table span{
    font-size: 30px;
    vertical-align: middle;
    padding-left: 10px;
}
.index-select>div:nth-of-type(1) span{
    color: rgb(37,144,216);
}
.index-select>div:nth-of-type(2) span{
    color: rgb(69,167,154);
}
.index-select>div:nth-of-type(3) span{
    color: rgb(188,38,40);
}
.index-select>div:nth-of-type(4) span{
    color: rgb(227,140,43);
}
.index-select-icon{
    position: absolute;
    z-index: 2;
}
.index-select .relative:nth-of-type(1) .index-select-icon{
     bottom: 0;
     right: 0;
 }
.index-select .relative:nth-of-type(2) .index-select-icon{
    bottom: 0;
    left: 0;
}
.index-select .relative:nth-of-type(3) .index-select-icon{
    top: 0;
    right: 0;
    transform: rotate(180deg);
}
.index-select .relative:nth-of-type(4) .index-select-icon{
    top: 0;
    left: 0;
    transform: rotate(90deg);
}
.index-select-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
}

/*综合实力*/

.index-strength-list li:nth-of-type(5) > img:nth-of-type(1) {
    bottom: 17px !important;
    right: -190px !important;
}

.index-strength-content{
    width: 79%;
    margin: 0 auto;
    line-height: 1.5;
    height: 200px;
    margin-bottom: 30px;
}
.index-strength-content .paragraph{
    width: 100%;
    height: 100%;
    position: relative;
}
.index-strength-content .paragraph .item{
      width: 100%;
      height: 100%;
     box-shadow: 0 0 30px rgba(0, 0, 0,.1);
     position: absolute;
    left: 0;
    top: 50px;
    opacity: 0;
}
.index-strength-content .paragraph>div:nth-of-type(1){
    opacity: 1;
    top: 0;
}
.index-strength-content .paragraph>div:nth-of-type(1) svg{
  left: 173px;
}
.index-strength-content .paragraph>div:nth-of-type(2) svg{
  left: 317px;
}
.index-strength-content .paragraph>div:nth-of-type(3) svg{
  left: 465px;
}
.index-strength-content .paragraph>div:nth-of-type(4) svg{
  left: 607px;
}
.index-strength-content .paragraph>div:nth-of-type(5) svg{
  left: 752px;
}


.index-strength-content .paragraph .item .table{
    width: 100%;
    height: 100%;
    padding: 0 2%;
}
.index-strength-content .paragraph .item svg{
  position: absolute;
  top: -10px;
}
.index-strength-content .paragraph p{
    font-size: 16px;
    color: #666666;
    text-align: center;
}
 /*项目案例*/
.index-case-list li{
    background-color: #ffffff;
}


/*新闻资讯*/
.index-news{
    padding-top: 44px;
    padding-bottom: 131px;
    margin: 0 -15px;
}
.index-news .swiper-wrapper{
    padding: 0 15px;
}
.index-news .swiper-slide{
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    cursor: pointer;
}

.index-news .swiper-slide:hover img{
     transform: scale(1.2);
}

.index-news .swiper-3-pagination{
    bottom: 70px;
}
.index-news-item-img{
    width: 100%;
    height: 211px;
    overflow: hidden;
}
.index-news-item-img img{
    transition: all .3s linear;
}

.index-news-item-box{
    background-color: #ffffff;
    height: 137px;
    padding: 0 26px;
}
.index-news-item-title{
      font-size: 18px;
      color:rgb(50,153,258) ;
    padding: 18px 0;
}

.index-news-item-content{
    font-size: 16px;
    color: #666666;
    height: 48px;
    line-height: 1.5;
}


/*合作伙伴*/
.index-partners-swiper{
    padding-top: 47px;
    padding-bottom: 84px;
}
.index-partners-swiper .swiper-slide{
    height: 109px;
    margin-top: 18px!important;
}
.index-partners-swiper .swiper-4-pagination{
    bottom: 30px;
}

.index-partners-swiper .swiper-slide:hover{
    transform: translate3d(0,-2px,0);
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    transition: all .3s linear;
}
/*新闻资讯*/
.news-information-banner {
    width: 100%;
    max-width: 100%;
    height: calc((100vw - 17px) * (500 / 1920));
}


/*新闻资讯-swiper*/
.news-information-swiper {
    padding-left: 2%;
    padding-right: 2%;
    background-color: #ffffff;
    max-width: 1250px;
}

.news-information-tab {
    width: 100%;
    line-height: 57px;
    height: 57px;
    border-bottom: 1px solid #efefef;
}

.news-information-tab li {
    float: left;
    margin-left: 43px;
    font-size: 18px;
    cursor: pointer;
    position: relative;
}

.news-information-tab li:nth-of-type(1) {
    margin-left: 0;
}

.news-information-tab-active {
    color: rgb(37, 144, 216);
}

.news-information-tab-active:after {
    position: absolute;
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: rgb(37, 144, 216);
}


/*展示第一条新闻*/
.news-information-first-new {
    transition: all .3s linear;
    border: 1px solid #EFEFEF;
}

.news-information-first-new:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    transform: translate3d(0, -2px, 0);
    border-color: transparent;
}

.news-information-first-new > div {
    height: 205px;
    float: left;
}

.news-information-first-new > div:nth-of-type(1) {
    width: 29.6%;
}

.news-information-first-new > div:nth-of-type(2) {
    width: 70.4%;
}

.news-information-first {
    border-left: 1px solid #EFEFEF;
    padding-left: 5%;
    padding-right: 5%;
}

.news-information-first > div:nth-of-type(1) {
    width: calc(100% - 84px);
    padding-right: 8%;
    padding-left: 3%;
}

.news-information-first > div:nth-of-type(2) {
    width: 84px;
}

.news-information-first-content {
    line-height: 25px;
    height: 50px;
    margin-top: 25px;
}

.news-information-first-title {
    color: rgb(37, 144, 216);
    font-size: 22px;
}

.news-information-second > div:nth-of-type(1) {
    width: 31%;
    padding-right: 30px;
}

.news-information-second > div:nth-of-type(2) {
    width: 69%;
}

.news-information-time {
    width: 84px;
    height: 60px;
    border: 1px solid #F1F1F1;
}

/*热点新闻*/
.news-information-left-title {
    border-bottom: 1px dashed #D1D1D1;
    width: 100%;
    padding-bottom: 15px;
}

.news-information-left-title > div:nth-of-type(1) {
    width: 30px;
}

.news-information-left-title > div:nth-of-type(2) {
    color: rgb(50, 153, 208);
}

.news-information-left-list a {
    position: relative;
    font-size: 16px;
    margin-top: 23px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 18px;
}

.news-information-left-list a:after {
    display: block;
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    left: 0;
    top: 50%;
    margin-top: -2px;
    background-color: rgb(37, 144, 216);
}
.news-information-right-list {
    height: 524px;
    overflow: hidden;
}
.news-information-right-list a {
    display: block;
    height: 169px;
    border-bottom: 1px dashed #D1D1D1;
    padding-left: 2.1%;
    padding-right: 4.8%;
    transition: all .3s linear;
    margin-top: 1%;

}

.news-information-right-list a:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    transform: translate3d(0, -2px, 0);
    border-bottom: 1px dashed transparent;
}

.news-information-right-list a > .table {
    width: 100%;
    height: 100%;
}

.news-information-right-list a > .table > div:nth-of-type(1) {
    width: 30.4%;
}

.news-information-right-list a > .table > div:nth-of-type(2) {
    width: 58.6%;
    padding-left: 4%;
    padding-right: 8%;
}

.news-information-right-list a > .table > div:nth-of-type(3) {
    width: 11%;
}

.news-information-right-item-img {
    width: 100%;
    height: 134px;
    line-height: 134px;
    background: #F9F9F9;
    /*width: 60%;*/
    /*position: relative;*/
    /*left: 20%;*/
    /*height: auto*/
}

.news-information-right-item-center > div:nth-of-type(1) {
    color: rgb(50, 153, 208);
}

.news-information-right-item-center > div:nth-of-type(2) {
    margin-top: 24px;
    height: 50px;
    line-height: 25px;
}

/*业务服务*/

/*，八大核心业务*/
.business-service-banner {
    height: 700px;
}

.business-service-banner .common-title:after {
    background-color: #BAD4FF;
}

.business-service-banner .section-content {
    padding-top: 28px;
}

.business-service-banner-list {
    padding-top: 20px;
}
.business-service-banner-list a {
    display: block;
    width: 22.25%;
    height: 231px;
    margin-top: 9px;
    margin-left: 3.66%;
    background-color: rgba(37, 144, 216, 0.7);
    float: left;
    position: relative;
    overflow: hidden;
}

.business-service-banner-list a:nth-of-type(1) {
    margin-left: 0;
}

.business-service-banner-list a:nth-of-type(5) {
    margin-left: 0;
}

.business-service-banner-list a:hover .business-service-banner-item-box-1 {
   height: 0;
}

.business-service-banner-list a:hover .business-service-banner-item-box-2 {
   right: 0;
}

.business-service-banner-item-box-1 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s linear;
}
.bs-banner-item-img{
    height: 71px;
    line-height: 71px;
}

.bs-banner-item-img img {
    max-height: 71px;
}

.business-service-banner-list a .business-service-banner-item-box-1 .business-service-banner-item-title {
    padding-top: 30px;
    position: relative;
}

.business-service-banner-list a .business-service-banner-item-box-1 .business-service-banner-item-title:after {
    content: "";
    display: block;
    position: absolute;
    width: 23px;
    height: 1px;
    top: 18px;
    left: 50%;
    margin-left: -11.5px;
    background-color: #ffffff;

}

.business-service-banner-item-box-2 {
    background-color: rgba(78, 173, 239, 0.7);
    background-position: bottom right;
    background-repeat: no-repeat;
    width: 100%;
    overflow: hidden;
    transition: all .3s linear;
    height: 100%;
    position: absolute;
    top: 0;
    right: -100%;
}

.business-service-banner-item-box-2  .tc {
    width: 71%;
}

.business-service-banner-item-content {
    padding-top: 24px;
    line-height: 1.5;
}


/*项目管理流程*/
.business-service-management-item {
    float: left;
    width: 15%;
}
/* .business-service-management-item:hover .fs20{
      margin-top: -20px;
    transition: all .3s linear;
} */

/* .business-service-management-item:hover .pt20{
    margin-top: -10px;
    transition: all .3s linear;
} */

.business-service-management-item-img {
    width: 100%;
    height: 181px;
    text-align: center;
    line-height: 181px;
    position: relative;
}

.business-service-management-item-img img {
    position: relative;
    z-index: 10;
    transition: all .3s linear;
}

.business-service-management-item-img:after {
    content: "";
    display: block;
    position: absolute;
    border: 1px solid #f3f3f3;
    border-radius: 50%;
    width: 80%;
    height: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.business-service-management-item-img:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 8;
    box-shadow: 0 0 16px 0 #f3f3f3;
    background-color: #ffffff;
    border-radius: 50%;
    width: 60%;
    height: 60%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition:all .3s linear;
}
/*.business-service-management-item:hover .business-service-management-item-img:before{*/
/*    width: 70%;*/
/*    height: 70%;*/
/*}*/

.business-service-management-item:hover img{
    transform: rotate(360deg);
}
.business-service-management-item-arrows {
    width:calc(10% /6 );
    min-height: 100px;
    position: relative;

}

.business-service-management-item-arrows img {
    position: absolute;
    max-width: inherit;
    top:90px;
    left: 50%;
    margin-top: -13px;
    margin-left: -23px;
}

.business-service-management-list {
    padding-bottom: 176px;
    padding-top: 76px;
}


/*服务标准*/
.business-service-standard-list {
    padding-top: 25px;
    padding-bottom: calc((100vw - 17px) * (110 / 1920));
}

.business-service-standard-list li {
    float: left;
    width: 32.5%;
    height: 160px;
    padding-right: 3%;
    padding-left: 3%;
    margin-left: 1.25%;
    margin-top: 15px;
    transition: all .3s linear;
}
.business-service-standard-list li:hover{
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    transform: translate3d(0,-2px,0);
}
.business-service-standard-list li:nth-of-type(1) {
    margin-left: 0;
}

.business-service-standard-list li:nth-of-type(4) {
    margin-left: 0;
}

.business-service-standard-list li .table {
    width: 100%;
    height: 100%;
}

.business-service-standard-list li .table > div:nth-of-type(1) {
    width: 30%;
    padding-right: 5%;
}

.business-service-standard-list li .table > div:nth-of-type(2) {
    width: 70%;
    padding-left: 5%;
}

.business-service-standard-list li:nth-child(odd) {
    background-color: #3E8FD3;
}

.business-service-standard-list li:nth-child(even) {
    background-color: #59ACF0;
}

.business-service-standard-item-content:after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 90%;
    left: -7%;
    top: 10%;
    background-color: #ffffff;
}

/*项目案例*/




.business-service-case-swiper {
    padding-bottom: 80px;
    min-height: 604px;
}

.business-service-case-swiper .common-pagination {
    bottom: 35px;
}

.business-service-case-swiper .swiper-slide {
    height: 250px;
    /* height:calc((100vw * 384 * 9) / (1920 *16) ); */
}
.business-service-case-swiper .swiper-slide:hover img{
     transform: scale(1.2);
}

.business-service-case-swiper .swiper-slide > a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.business-service-case-swiper .swiper-slide > a > img{
    width: 100%;
    height: 100%;
    transition: all .3s linear;
}
.business-service-case-item-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 37px;
    line-height: 37px;
    padding: 0 3%;
    background-color: rgba(0, 0, 0, .4);
}

.business-service-case-item-content > div:nth-of-type(1) {
    max-width: 80%;
}

/*客户地图分布*/


.business-service-client-left{
    width: 68%;
    height: 512px;
}
#map{
    width:100%;
    height: 100%;
}
.business-service-client-right {
    width: 32%;
    background-color: #ffffff;
}

.business-service-client-all-number {
    line-height: 50px;
    height: 50px;
    border-bottom: 1px solid #F1F1F1;
    padding: 0 5%;
}

.business-service-client-other {
    padding: 0 5%;
}

.business-service-client-other > div:nth-of-type(1) {
    line-height: 50px;
    height: 50px;
}

.business-service-client-right-list li {
    line-height: 40px;
    height: 40px;
    padding-left: 2%;
    padding-right: 4%;
}

.business-service-client-right-list li > div:nth-child(1) {
    max-width: 70%;
}

.business-service-client-right-list li:nth-child(odd) {
    background-color: #F4FAFF;
}


.business-service-client-right-swiper {
    padding-bottom: 52px;
    height: 412px;
}
.business-service-client-right-swiper .no-data{
     line-height: 212px;
     border: 0px solid #f0f0f0;
     text-align: center;
     font-size: 25px;
     color: #999999;
}
.business-service-client-right-swiper .swiper-7-pagination {
    position: absolute;
    z-index: 10;
    text-align: center;
    bottom: 20px;
}

/*业务服务-详情*/
.business-service-list li {
    float: left;
    margin-left: 16px;
}

.business-service-list li:nth-of-type(1) {
    margin-left: 0;
    text-align: center;
}

.business-service-list li > div {
    line-height: 35px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
}

.business-service-example {
    width: 48%;

}

.business-service-example img {
    height: calc((100vw - 17px) * (429 / 1920));
    position: absolute;
    bottom: 0;
    width: auto;
    left: 22px;
}


/*跟进好每一步骤*/
.business-service-step-list li {
    display: inline-block;
    width: 32.25%;
    height: 157px;
    margin-top: 21px;
    border: 1px solid #F1F1F1;
    padding: 35px 30px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: right bottom;
}


/*设计服务范围*/
.business-service-scope-list li {
    width: 15.25%;
    float: left;
    margin-left: calc(39% /3);
    cursor: pointer;
}
.business-service-scope-list li:nth-of-type(1){
    margin-left: 0;
}
/* .business-service-scope-list li:hover .business-service-scope-item-img{
    margin-top: -20px;
} */

.business-service-scope-item-img {
    width: 100%;
    height: 183px;
    border: 1px solid #f3f3f3;
    line-height: 183px;
    text-align: center;
    text-align-last: center;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    transition: all .3s linear;
}

.business-service-scope-item-img:after {
    content: "";
    display: block;
    position: absolute;
    width: 70%;
    height: 70%;
    background-color: #ffffff;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    z-index: 8;
    box-shadow: 0 0 16px 0 #f3f3f3;
    transform: translate(-50%,-50%);
    transition: all .3s linear;
}

.business-service-scope-item-img img {
    position: relative;
    z-index: 10;
}

.business-service-scope-item-title {
    text-align: center;
    text-align-last: center;
    padding: 20px 0;
}

.business-service-scope-item-content {
    color: #666666;
    line-height: 25px;
    text-align: center;
    text-align-last: center;
}


/*产品设计，始于原型*/
.business-service-prototype {
    min-height: 600px;
}

.business-service-prototype-list li {
    color: #666666;
    line-height: 25px;
}

/*创造用户体验至上产品*/
.business-service-product {
    min-height: 500px;
}

/*设计案例*/
.business-service-design-case-tab-box {
    border-bottom: 1px solid #efefef;
}

.business-service-design-case-tab-list li {
    float: left;
    width: 92px;
    line-height: 60px;
    font-size: 18px;
    text-align: center;
    margin-left: 40px;
    position: relative;
    cursor: pointer;
}

.business-service-design-case-tab-active {
    color: rgb(37, 144, 216);
}

.business-service-design-case-tab-active:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: rgb(37, 144, 216);
    bottom: -2px;
    left: 0;
}

.business-service-design-case-tab-list li:nth-of-type(1) {
    margin-left: 0;
}

.business-service-design-case-list > div {
    display: inline-block;
    width: 32%;
    height: 211px;
    margin-top: 22px;
    position: relative;
}

.business-service-design-case-list a {
    display: block;
    width: 100%;
    height: 100%;
}

.business-service-design-case-item {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 37px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 0 16px;
    line-height: 37px;
}

.business-service-design-case-item > div:nth-of-type(1) {
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    text-align-last: left;
}


/*路径*/
.nav-path {
    line-height: 40px;
    height: 40px;
}

/*新闻资讯详情*/

.news-information-detail {
    min-height: 719px;
    position: relative;
}

.news-information-detail > div:nth-of-type(1) {
    width: 7.5%;
    position: absolute;
    left: 0;
    top: 20px;
}

.news-information-detail > div:nth-of-type(2) {
    width: 62.5%;
    float: left;
    padding-top: 16px;
    margin-left: 10.5%;
}

.news-information-detail > div:nth-of-type(3) {
    width: 22.4%;
    position: absolute;
    right: 0;
    top: 20px;
}

/*左边*/
.news-information-detail-time {
    width: 100%;
    height: 130px;
    border: 1px solid #F2F2F2;
}

.news-information-detail-time > div:nth-of-type(1) {
    height: calc(100% - 40px);
    width: 100%;
}

.news-information-detail-time > div:nth-of-type(2) {
    line-height: 40px;
    height: 40px;
    background-color: #F9F9F9;
}

/*打印--分享*/
.news-information-detail-btn > div {
    padding: 15px 0;
    cursor: pointer;
    margin-top: 10px;
}

/*中间*/
.news-information-detail-title {
    font-size: 22px;
    color: rgb(50, 153, 208);
}

.news-information-detail-editor {
    padding-bottom: 19px;
    border-bottom: 1px solid #E4E4E4;
}

.news-information-detail-page {
    padding-bottom: 43px;
}

.news-information-detail-page > a {
    position: relative;
    width: calc(50% - 5px);
    height: 66px;
    display: block;
    background-color: #F2F2F2;
    padding-left: 6%;
    padding-right: 9%;
    transition: background-color .3s linear;
}

.news-information-detail-page > a:after {
    display: block;
    content: "";
    position: absolute;
    width: 3px;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #E4E4E4;
}

.news-information-detail-page > a:hover {
    background-color: #2590D8;
}

.news-information-detail-page > a:hover .cl6 {
    color: #ffffff;
    transition: color .3s linear;
}

/*右边*/
.news-information-detail-right-title {
    line-height: 45px;

    padding-left: 5%;
    padding-right: 5%;
}

.news-information-detail-right-title > div {
    border-bottom: 1px solid #E4E4E4;
}

.news-information-detail-right-list a {
    display: block;
    padding-left: 5%;
    padding-right: 5%;
    transition: all .3s linear;
    margin-top: 5px;
}

.news-information-detail-right-list a > div {
    padding-bottom: 26px;
    padding-top: 26px;
    border-bottom: 1px solid #e4e4e4;
    transition: all .3s linear;
}

.news-information-detail-right-list a:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    transform: translate3d(0, -2px, 0);
}

.news-information-detail-right-list a:hover > div {
    border-bottom: 1px solid transparent;
}

.news-information-detail-right-item-title {
    font-size: 16px;
    line-height: 25px;
    color: rgb(50, 153, 208);
    height: 50px;

}

.news-information-detail-right-item-content {
    line-height: 25px;
    margin-top: 15px;
    height: 50px;
}

/*业务服务--微信平台*/
/*banner*/
.wx-banner {
    width: 100%;
    height: 500px;
    overflow: hidden;
   
}

.wx-banner-list {
    padding-top: 32px;
     margin:0 -8px;
}

.wx-banner-list li {
    float: left;
    width: 75px;
    margin: 0 8px;
}
.wx-banner-list li:hover img{
    transform: scale(1.2);
    transition: all .3s linear;
}



.wx-banner-list li > div:nth-of-type(1) {
    width: 100%;
    height: 75px;
    border: 1px solid #ffffff;
    line-height: 75px;
    text-align: center;
}

.wx-banner-list li > div:nth-of-type(2) {
    color: #ffffff;
    text-align: center;
    line-height: 35px;
    font-size: 12px;
}

/*微信平台推荐*/
.wx-set-list-1 li {
    width: 25%;
    height: 387px;
    overflow: hidden;
    float: left;
    background-repeat: no-repeat;
    background-color: #ffffff;
    background-position: center right;
}
.wx-set-list-1 li:hover img{
    transform: scale(1.2);
}
.wx-set-list-1 li img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    transition: all .3s linear;
}

.wx-set-list-1 li .table {
    width: 100%;
    height: 100%;
    padding: 0 20%;

}

.wx-set-list-1-title {
    font-size: 21px;
    color: rgb(21, 144, 216);
    text-align: center;
}

.wx-set-list-1-content {
    font-size: 16px;
    text-align: center;
    color: #666666;
    padding: 50px 0;
    line-height: 1.5;
}

.wx-set-list-1 li .table a {
    width: 82.78%;
    margin: 0 auto;
    display: block;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background-color: #2590D8;
    border-radius: 19px;
    font-size: 16px;
    color: #ffffff;
    transition: all .3s linear;
}

.wx-set-list-1 li .table a:hover{
    background-color:rgb(43,158,220);
    box-shadow:  0 0 15px rgba(0,0,0,0.1);

}
.wx-set-list-2 {
    padding-top: 23px;
    padding-bottom: 44px;
}

.wx-set-list-2 li {
    width: 23.75%;
    height: 304px;
    padding: 0 4%;
    float: left;
    margin-left: calc(5% / 3);
    background-color: #ffffff;
    transition: all .3s linear;
}
.wx-set-list-2 li:hover{
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    transform:translate(0,-2px,0);
}
.wx-set-list-2 li:nth-of-type(1){
    margin-left: 0;
}

.wx-set-list-2-item-img {
    width: 95px;
    height: 95px;
    margin: 28px auto 19px;
    background-color: #f9f9f9;
    border: 1px solid #f3f3f3;
    border-radius: 50%;
    line-height: 95px;
}


/*微信平台开发的案例*/
.wx-case-swiper {
    padding-top: 47px;
    padding-bottom: 115px;
}

.wx-case-swiper .swiper-slide {
    height: 483px;
}

.wx-case-swiper .swiper-1-pagination {
    bottom: 50px;
}


/*我不懂微信公众号运营怎么办*/

.wx-operation {
    padding-top: 50px;
    padding-bottom: 100px;
}

.wx-operation > div:nth-of-type(1) {
    width: 53%;
}

.wx-operation > div:nth-of-type(2) {
    width: 47%;
}

.wx-operation-box {
    width: 52.83%;
}

.wx-operation-title {
    font-size: 26px;
    color: rgb(37, 144, 216);
}

.wx-operation-content {
    font-size: 16px;
    color: #666666;
    line-height: 1.5;
    padding-top: 50px;
    padding-bottom: 50px;
}

.wx-operation-box a {
    display: inline-block;
    margin: 0 auto;
    width: 149px;
    line-height: 38px;
    height: 38px;
    color: #ffffff;
    border-radius: 19px;
    background-color: #2590D8;
    text-align: center;
    transition: all .3s linear;
}
.wx-operation-box a:hover{
    background-color: #ffffff;
    color:  #2590D8;
}
/*业务服务--微信平台--小程序*/
.applet-swiper .swiper-1-pagination {
    position: absolute;
    text-align: center;
    z-index: 10;
}

.applet-swiper .swiper-1-pagination .swiper-pagination-bullet {
    background-color: #ffffff;
    opacity: 1;
}

.applet-swiper .swiper-1-pagination .swiper-pagination-bullet-active {
    background-color: #007aff;
}


/*小程序·大优势*/
.applet-advantage-list {
    padding: 50px 10%;
}

.applet-advantage-list li {
    padding: 30px 40px;
  transition: all .3s linear;
}
.applet-advantage-list li:hover{
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    transform: translate3d(0,-2px,0);
}

.applet-advantage-list > li .table-cell:nth-of-type(1) {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    text-align-last: center;
}

.applet-advantage-list > li {
    display: inline-block;
}

.applet-advantage-list > li:nth-of-type(1) .table-cell:nth-of-type(1) {
    background-color: #31B2F0;
}

.applet-advantage-list > li:nth-of-type(2) .table-cell:nth-of-type(1) {
    background-color: #FDA336;
}

.applet-advantage-list > li:nth-of-type(3) .table-cell:nth-of-type(1) {
    background-color: #31CD86;
}

.applet-advantage-list > li:nth-of-type(4) .table-cell:nth-of-type(1) {
    background-color: #EF5D41;
}

.applet-advantage-list > li:nth-of-type(5) .table-cell:nth-of-type(1) {
    background-color: #75B3FE;
}

.applet-advantage-list > li:nth-of-type(6) .table-cell:nth-of-type(1) {
    background-color: #F7C71D;
}


/*怎么做小程序*/
.applet-type-list {
    padding-top: 39px;
    padding-bottom: 28px;
}

.applet-type-list li {
    float: left;
    width: 150px;
    font-size: 18px;
    border: 1px solid #F1F1F1;
    text-align: center;
    background-color: #ffffff;
    margin-left: 12px;
    line-height: 43px;
    height: 43px;
    overflow: hidden;
    cursor: pointer;
}

.applet-type-list li:nth-of-type(1) {
    margin-left: 0;
}

.applet-type-list-active {
    background-color: #2590D8 !important;
    color: #ffffff;
}

.applet-type-swiper {
    height: 311px;
    background-color: #ffffff;
}

/*基础版小程序*/
.applet-type-basics{
    width: 100%;
    height: 100%;
    padding-left: 3%;
    padding-right: 3%;
}


.applet-type-basics>div:nth-of-type(1){
  width: 28.8%;
}

.applet-type-basics>div:nth-of-type(2){
    padding-left: 5%;
    padding-right: 10%;
}

.applet-type-basics-item{
    float: left;
    width: 25%;
    padding-top: 40px;
}
.applet-type-basics>div:nth-of-type(2)>div:nth-of-type(1){
    padding-top: 0;
}
.applet-type-basics>div:nth-of-type(2)>div:nth-of-type(2){
    padding-top: 0;
}
.applet-type-basics>div:nth-of-type(2)>div:nth-of-type(3){
    padding-top: 0;
}
.applet-type-basics>div:nth-of-type(2)>div:nth-of-type(4){
    padding-top: 0;
}
/*客户案例*/
.applet-case-swiper {
    padding: 26px 5px 100px;
}

.applet-case-swiper .swiper-slide {
    margin-top: 27px !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);

}
.applet-case-swiper .swiper-slide:hover img{
    transform: scale(1.2);
}
.applet-case-swiper .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

.applet-case-item-img {
    width: 100%;
    height: 207px;
    overflow: hidden;
}

.applet-case-item-img img{
    transition: all .3s linear;
}
.applet-case-item-title {
    height: 60px;
    line-height: 60px;
}

.applet-case-swiper .swiper-3-pagination {
    bottom: 35px;
}

/*我们的优势*/
.applet-our-advantage-list {
    padding-top: 15px;
    padding-bottom: 80px;
}

.applet-our-advantage-list li {
    width: 20.25%;
    margin-top: 35px;
    display: inline-block;
}

.applet-our-advantage-list li > div:nth-of-type(1) {
    width: 100%;
    height: 119px;
    overflow: hidden;
    border-radius: 5px;
}
.applet-our-advantage-list li:hover > div:nth-of-type(1) .table-cell{
    transform: scale(1.2);
    transition: all .3s linear;

}
.applet-our-advantage-list li > div:nth-of-type(2) {
    width: 100%;
    height: 80px;
    padding: 0 5%;
    line-height: 1.5;
    overflow: hidden;
}

/*小程序流量入口*/
.applet-flow-list {
    padding-top: 30px;
    padding-bottom: 50px;
}

.applet-flow-list li {
    width: 32%;
    height: 120px;
    display: inline-block;
    box-shadow: 0 0 20px #F1F1F1;
    margin: 10px 0;
    cursor: pointer;
    transition: all .3s linear;
}
.applet-flow-list li:hover{
     box-shadow: 0 0 20px rgba(0,0,0,0.1);
     transform: translate3d(0,-2px,0);
}
.applet-flow-list li .table {
    width: 100%;
    height: 100%;
    padding: 0 6%;
}

.applet-flow-list li .table > div:nth-of-type(1) > div {
    width: 80px;
    height: 80px;
    line-height: 80px;
    box-shadow: 0 0 16px 0 #f3f3f3;
    border-radius: 50%;
}

.applet-flow-list li .table > div:nth-of-type(1) {
    width: 30%;
}


/*网站搭建*/

/*用户问题*/
.web-site-question {
    padding-top: 45px;
    padding-bottom: 150px;
}

.web-site-question > div:nth-of-type(1) {
    width: 38%;
    padding-right: 2%;
}

.web-site-question > div:nth-of-type(2) {
    width: 24%;
}

.web-site-question > div:nth-of-type(3) {
    width: 38%;
    padding-left: 2%;
}

.web-site-question-item {
    padding: 15px 4%;
    width: 100%;
}

.web-site-question-item > div:nth-of-type(1) {
    width: 20.56%;
}

.web-site-question-item > div:nth-of-type(2) {
    padding-left: 20px;
}

.web-site-question-title {
    font-size: 18px;
    padding-bottom: 10px;
    color: rgb(37, 144, 216);
}

/*网站建设服务*/
.web-site-serve-list {
    padding-top: 117px;
    padding-bottom: 76px;
}
.web-site-serve-list li{
    width: 20%;
    transition: all .3s linear;
}
.web-site-serve-list li:hover{
    transform: translate3d(0,-2px,0);
}
.web-site-serve-img {
    height: 202px;
    line-height: 202px;
    overflow: hidden;
}

.web-site-serve-img img {
    max-height: 202px;
}

/*网站增值服务*/
.web-site-appreciation-list {
    padding-top: 11px;
    padding-bottom: 63px;
}

.web-site-appreciation-list li {
    width: 32.25%;
    height: 206px;
    border: 1px solid #F1F1F1;
    margin-top: 27px;
    display: inline-block;
    text-align: center;
    text-align-last: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all .3s linear;
}
.web-site-appreciation-list li:hover{
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    transform: translate3d(0,-2px,0);
}

.web-site-appreciation-list li > div {
    max-width: 90%;
    max-height: 90%;
}

.web-site-appreciation-item-img {
    height: 55px;
    line-height: 55px;
}

.web-site-appreciation-item-img img {
    max-height: 55px;
}

/*常见网站类型*/
.web-site-type-list {
    padding-top: 10px;
    padding-bottom: 93px;
}

.web-site-type-list li {
    width: 32.25%;
    height: 114px;
    background-color: #ffffff;
    display: inline-block;
    margin-top: 19px;
    cursor: pointer;
    transition: all .3s linear;
}

.web-site-type-list li:hover{
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    transform: translate3d(0,-2px,0);
}

.web-site-type-list li .table {
    width: 100%;
    height: 100%;
    padding-right: 12%;
    padding-left: 5%;
}

.web-site-type-list li .table > div:nth-of-type(1) {
    width: 30%;
}

.web-site-type-item-img {
    width: 78px;
    height: 78px;
    line-height: 78px;
    background-color: #ffffff;
    box-shadow: 0 0 16px 0 #f3f3f3;
    border-radius: 50%;
}


/*网站建设流程*/
.web-site-flow {
    padding-top: 77px;
    padding-bottom: 99px;
    min-height: 400px;
}

/*建站方案*/
.web-site-scheme-tab-list li {
    width: 150px;
    float: left;
    line-height: 43px;
    height: 43px;
    background-color: #ffffff;
    border: 1px solid #F1F1F1;
    text-align: center;
    font-size: 18px;
    margin-left: 12px;
    cursor: pointer;
    transition: all .3s linear;
}
.web-site-scheme-tab-list li:hover{
    background-color: #2590D8 !important;
    color: #ffffff;
}
.web-site-scheme-tab-list li:nth-of-type(1) {
    margin-left: 0;
}

.web-site-scheme-tab-active {
    background-color: #2590D8 !important;
    color: #ffffff;
}

.web-site-scheme-list {
    height: 563px;
    width: 100%;
}

.web-site-scheme-list li {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: -100px;
    opacity: 0;
}

.web-site-scheme-list li:nth-of-type(1) {
    opacity: 1;
    left: 0;
    z-index: 100;
}


/*响应式网站*/
.web-site-scheme-item-response .table {
    width: 100%;
    height: 100%;
}

.web-site-scheme-item-response-item {
    display: inline-block;
    text-align-last: center;
    text-align: center;
    transition: all .3s linear;
    padding: 30px;
}
.web-site-scheme-item-response-item:hover {
    box-shadow: 0 0 15px rgba(0,0,0,0.05);
}

.web-site-scheme-item-response-img {
    height: 180px;
    line-height: 180px;
}

.web-site-scheme-item-response-img img {
    max-height: 180px;
}

.web-site-scheme-item-response-title {
    width: 174px;
    line-height: 44px;
    height: 44px;
    text-align: center;
    text-align-last: center;
    font-size: 18px;
    color: rgb(54, 139, 203);
    border: 1px dashed rgb(54, 139, 203);
    margin-top: 15px;
    display: inline-block;
}

/*移动端定制*/
.web-site-scheme-item-phone {
    width: 100%;
    height: 100%;
}

.web-site-scheme-item-phone > div:nth-of-type(1) {
    width: 43%;
}

.web-site-scheme-item-phone > div:nth-of-type(2) {
    padding-left: 8.6%;
    padding-bottom: 15%;
}

.web-site-scheme-item-phone-list {
    padding-top: 66px;
}

.web-site-scheme-item-phone-list > div {
    width: 98px;
    height: 98px;
    line-height: 98px;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    float: left;
    margin-left: 16px;
    color: #ffffff;
    transition: all .3s linear;
}
.web-site-scheme-item-phone-list > div:hover{
    margin-top: -20px;

}
.web-site-scheme-item-phone-list > div:nth-of-type(1) {
    background-color: #72C4FF;
    margin-left: 0;
}


.web-site-scheme-item-phone-list > div:nth-of-type(2) {
    background-color: #FD9264;
}

.web-site-scheme-item-phone-list > div:nth-of-type(3) {
    background-color: #59A5FD;
}

.web-site-scheme-item-phone-list > div:nth-of-type(4) {
    background-color: #94D86F;
}

/*后台管理系统*/
.web-site-scheme-item-background {
    width: 100%;
    height: 100%;
}

.web-site-scheme-item-background > div:nth-of-type(1) {
    width: 52%;
}

.web-site-scheme-item-background > div:nth-of-type(2) {
    padding-left: 2%;
    padding-bottom: 10%;
}


.web-site-scheme-item-background-list {
    padding-top: 63px;
}

.web-site-scheme-item-background-list > div {
    width: 98px;
    height: 98px;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    float: left;
    margin-left: 14px;
    color: #ffffff;
    transition: all .3s linear;
}

.web-site-scheme-item-background-list > div:hover{
      margin-top: -20px;
}

.web-site-scheme-item-background-list > div:nth-of-type(1) {
    background-color: #72C4FF;
    margin-left: 0;
}

.web-site-scheme-item-background-list > div:nth-of-type(2) {
    background-color: #FD9264;
}

.web-site-scheme-item-background-list > div:nth-of-type(3) {
    background-color: #59A5FD;
}

.web-site-scheme-item-background-list > div:nth-of-type(4) {
    background-color: #94D86F;
}

.web-site-scheme-item-background-list > div:nth-of-type(5) {
    background-color: #F1C762;
}


/*建站知识*/
.web-site-knowledge {
    padding-top: 32px;
    padding-bottom: 109px;
}

.web-site-knowledge .swiper-7-pagination {
    bottom: 50px;
}

.web-site-knowledge .swiper-slide {
    height: 160px;
    padding: 0 2.5%;
    background-color: #ffffff;
    margin-top: 18px !important;
    cursor: pointer;
}

.web-site-knowledge .swiper-slide:hover{
    transition: all .3s linear;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    transform: translate3d(0,-2px,0);
}

.web-site-knowledge .swiper-slide .table {
    width: 100%;
    height: 100%;
}

.web-site-knowledge .swiper-slide .table > div:nth-of-type(1) {
    width: 17%;
}

.web-site-knowledge .swiper-slide .table > div:nth-of-type(2) {
    padding-left: 8%;
}

.web-site-knowledge-item-content {
    line-height: 25px;
    height: 50px;
    margin-top: 15px;
}

/*APP应用*/

/*banner*/
.app-banner .w40 {
    width: 45%;
}

.app-banner-img-1 {
    bottom: 0;
    left: 0;
}

.app-banner-img-2 {
    top: 0;
    right: 0;
}

/*APP开发服务*/
.app-exploit li {
    box-shadow: 0px 0px 20px 0px rgba(153, 153, 153, 0.1);
}

.app-exploit li .web-site-type-item-img {
    box-shadow: 0px 0px 24px 0px rgba(153, 153, 153, 0.2);
}

/*APP开发流程*/
.app-flow-list {
    padding-top: 48px;
    padding-bottom: 98px;
}

.app-flow-list li {
    float: left;
    width: 20%;
    height: 200px;
    position: relative;
    padding-top: 40px;
    transition: all .3s linear;
    cursor: pointer;
}
.app-flow-list li:hover{
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
   transform: translate3d(0,-2px,0);
}
.app-flow-list li > div {
    width: 84%;
    margin: 0 auto;
}

.app-flow-list li:nth-of-type(odd) {
    background-color: #FBFBFB;
}

.app-flow-list li:nth-of-type(even) {
    background-color: #F6F6F6;
}

.app-flow-item-img {
    height: 48px;
    line-height: 48px;
}

.app-flow-item-img img {
    max-height: 48px;
}

/*APP开发优势*/
.app-advantage {
    width: 77.66%;
    margin: 0 auto;
    padding-top: 78px;
    padding-bottom: 128px;
}


.app-advantage > div:nth-of-type(1) {
    width: 34.3% !important;
    padding-right: 9% !important;
}

.app-advantage > div:nth-of-type(2) {
    width: 31.4% !important;
}

.app-advantage > div:nth-of-type(3) {
    width: 34.3% !important;
    padding-left: 9% !important;
}

.app-advantage .web-site-question-item > div:nth-of-type(1) {
    width: 35%;
}
.web-site-question-item{
    transition: all .3s linear;
}
.web-site-question-item:hover{
    transform: translate3d(0,-2px,0);
    box-shadow:0 0 5px rgba(0,0,0,0.11);
}
/*完善的售后体系*/
.app-after-sale-list {
    padding-top: 47px;
    padding-bottom: 60px;
}

.app-after-sale-list li {
    float: left;
    width: 25%;
    height: 200px;
    position: relative;

}
.app-after-sale-list li:hover img{
    transition: all .3s linear;
    transform: rotate(360deg);
}

.app-after-sale-item-img {
    height: 57px;
    line-height: 57px;

}

.app-after-sale-list li:nth-of-type(1) {
    background-color: #38A1E9;
}

.app-after-sale-list li:nth-of-type(2) {
    background-color: #319AE1;
}

.app-after-sale-list li:nth-of-type(3) {
    background-color: #2A94DB;
}

.app-after-sale-list li:nth-of-type(4) {
    background-color: #1F8CD6;
}


.app-after-sale-content {
    max-width: 846px;
    margin: 0 auto;
    padding-bottom: 70px;
    line-height: 25px;
}


/*APP交付清单*/
.app-inventory-list {
    padding-top: 40px;
    padding-bottom: 89px;
}

.app-inventory-list li {
    display: inline-block;
    margin: 20px 40px 0;
}
.app-inventory-list li:hover img {
   transition: all .3s linear;
    transform: rotate(360deg);
}

.app-inventory-list li:nth-of-type(1) {
    margin-left: 0;
    /*margin-right: 0;*/
}

.app-inventory-list li:nth-of-type(5) {
    /*margin-left: 0;*/
    margin-right: 0;
}

.app-inventory-list li:nth-of-type(6) {
    margin-left: 0;
    /*margin-right: 0;*/
}

.app-inventory-list li:nth-of-type(10) {
    /*margin-left: 0;*/
    margin-right: 0;
}

.app-inventory-item-img {
    width: 142px;
    height: 142px;
    border: 1px solid #f3f3f3;
    border-radius: 50%;
    line-height: 142px;
    position: relative;
}

.app-inventory-item-img:after {
    content: "";
    display: block;
    position: absolute;
    width: 75%;
    height: 75%;
    border: 1px solid #f3f3f3;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0px 0px 38px 0px rgba(153, 153, 153, 0.16);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s linear;
}

.app-inventory-item-img img {
    max-width: 100px;
    position: relative;
    z-index: 10;
}

.app-inventory-item-title {
    font-size: 20px;
    padding-top: 25px;
    padding-bottom: 10px;
}

/*APP案例*/
.app-case-tab-list li {
    background-color: #ffffff;
}

.app-case-tab-list .business-service-case-tab-list-active {
    background-color: #2590D8;
}


/*运营维护*/
/*banner*/
.om-banner .w70 {
    width: 65%;
}

/*中小企业痛点*/
.om-spot-list {
    padding-top: 43px;
    padding-bottom: 77px;
}

/*运营维护范围*/
.om-scope {
    width: 65%;
    margin: 0 auto;
}

.om-scope {
    padding-top: 60px;
    padding-bottom: 62px;
}

.om-scope > div:nth-of-type(1) {
    width: 39%;
}

.om-scope > div:nth-of-type(2) {
    padding-left: 18%;
}


/*服务优势*/
.om-advantage {
    width: 72.6%;
    padding-top: 76px;
    padding-bottom: 86px;
    margin: 0 auto;
}

.om-advantage > div:nth-of-type(1) {
    width: 47%;
}

.om-advantage > div:nth-of-type(1) > div {
    padding-top: 10px;
}

.om-advantage > div:nth-of-type(1) > div:nth-of-type(1) {
    padding-top: 0;
}

.om-advantage-item-title {
    font-size: 20px;
    color: rgb(37, 144, 216);
}

/*服务特点*/
.om-trait-list {
    padding-top: 69px;
    padding-bottom: 120px;
}

.om-trait-list li {
    width: 17.5%;
    padding: 30px 2.8%;
    height: 284px;
    float: left;
    margin-left: calc(12.5% / 4);
    transition: all .3s linear;
}
.om-trait-list li:hover{
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    transform: translate3d(0,-2px,0);
}

.om-trait-item-number {
    font-size: 39px;
    color: #ffffff;
    padding-right: 10px;
}

.om-trait-item-title {
    background-color: #F7F7F7;
    width: 106px;
    height: 33px;
    line-height: 33px;
    font-size: 17px;
}

.om-trait-list li:nth-of-type(1) {
    background-color: #E3B45A;
    margin-left: 0;
    -webkit-box-reflect: below -63px linear-gradient(transparent,transparent 50%,#E3B45A);
    box-reflect: below -63px linear-gradient(transparent,transparent 50%,#E3B45A);
}

.om-trait-list li:nth-of-type(1) .om-trait-item-title {
    color: #E3B45A;
}

.om-trait-list li:nth-of-type(2) {
    background-color: #E07263;
    -webkit-box-reflect: below -63px linear-gradient(transparent,transparent 50%, #E07263);
    box-reflect: below -63px linear-gradient(transparent,transparent 50%, #E07263);
}

.om-trait-list li:nth-of-type(2) .om-trait-item-title {
    color: #E07263;
}

.om-trait-list li:nth-of-type(3) {
    background-color: #DF64B3;
    -webkit-box-reflect: below -63px linear-gradient(transparent,transparent 50%,  #DF64B3);
    box-reflect: below -63px linear-gradient(transparent,transparent 50%, #DF64B3);
}

.om-trait-list li:nth-of-type(3) .om-trait-item-title {
    color: #DF64B3;
}

.om-trait-list li:nth-of-type(4) {
    background-color: #8C67E0;
    -webkit-box-reflect: below -63px linear-gradient(transparent,transparent 50%, #8C67E0);
    box-reflect: below -63px linear-gradient(transparent,transparent 50%, #8C67E0);
}

.om-trait-list li:nth-of-type(4) .om-trait-item-title {
    color: #8C67E0;
}

.om-trait-list li:nth-of-type(5) {
    background-color: #7B9CE2;
    -webkit-box-reflect: below -63px linear-gradient(transparent,transparent 50%,#7B9CE2);
    box-reflect: below -63px linear-gradient(transparent,transparent 50%, #7B9CE2);
}

.om-trait-list li:nth-of-type(5) .om-trait-item-title {
    color: #7B9CE2;
}


/*服务形式*/
.om-shape-list {
    padding-top: 42px;
    padding-bottom: 108px;
}

.om-shape-list li {
    width: 18%;
    height: 300px;
    float: left;
    padding: 60px 2.2% 0;
    margin-left: 2.5%;
    border-radius: 5px;
    box-shadow: 0 0 15px #f3f3f3;
    background-color: #ffffff;
    cursor: pointer;
    transition: all .3s linear;
}


.om-shape-list li:hover{
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    transform: translate3d(0,-2px,0);
}
.om-shape-list li:nth-of-type(1) {
    margin-left: 0;
}

.om-shape-item-title {
    padding-top: 35px;
    padding-bottom: 25px;
}

.om-shape-item-img {
    height: 56px;
    line-height: 56px;
}

.om-shape-item-img img {
    max-height: 56px;
}


/*服务体系保障*/
.om-safeguard {
    width: 81.42%;
    margin: 0 auto;
    padding-top: 74px;
    padding-bottom: 89px;
}

.om-safeguard > div:nth-of-type(1) {
    width: 50.15%;
}

.om-safeguard > div:nth-of-type(2) {
    padding-left: 11.14%;
    padding-right: 4%;
}

.om-safeguard-list {
    padding-top: 20px;
}

.om-safeguard-list li {
    line-height: 40px;
    float: left;
}

.om-safeguard-list li:nth-child(odd) {
    width: 50%;
}

.om-safeguard-list li:nth-child(even) {
    width: 50%;
    padding-left: 10%;
}

/*服务流程*/
.om-flow {
    padding-top: 40px;
    padding-bottom: 70px;
}


/*交互视觉设计*/
.ivd-banner .w50{
    width: 55%;
}

.ivd-banner-img{
    position: absolute;
    right: 0;
    bottom: -65px;
}
/*用户需求*/
.ivd-demand-list {
    padding-top: 43px;
    padding-bottom: 67px;
}

.ivd-demand-list li {
    width: calc(100% / 3);
    height: 450px;
    float: left;
   
}
.ivd-demand-list li>div:hover{
    box-shadow: 0 0 15px rgba(0,0,0,0.1);

}
.ivd-demand-list li .table {
    padding: 0 20%;
}
.ivd-demand-list li>div{
    width: 100%;
    height: 50%;
      border: 1px solid #F1F1F1;
       transition: all .3s linear;
}

.ivd-demand-list li>div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.ivd-demand-item-title {
    font-size: 24px;
    color: rgb(22, 135, 212);
}

.ivd-demand-item-content {
    font-size: 16px;
    color: #666666;
    line-height: 25px;
    padding-top: 30px;
}


/*设计服务*/
.ivd-serve-list {
    padding-top: 33px;
    padding-bottom: 87px;
}

.ivd-serve-list li {
    width: 23.75%;
    height: 254px;
    background-color: #ffffff;
    position: relative;
    display: inline-block;
    margin-top: 20px;
    cursor: pointer;
    transition: all .3s linear;
}
.ivd-serve-list li:hover{
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    transform: translate3d(0,-2px,0);
}

.ivd-serve-list li img {
    width: 95px;
    height: 95px;
}

/*设计流程*/
.ivd-flow {
    padding-top: 20px;
    padding-bottom: 40px;
}

/*原型设计理念*/
.ivd-prototype-idea {
    min-height: 566px;
}

.ivd-prototype-idea > div:nth-of-type(1) {
    width: 47.83%;
    padding-left: 20%;
}

.ivd-prototype-idea-img {
    max-width: 726px;
    top: -34px;
}

/*产品设计理念*/
.ivd-design-idea {
    min-height: 479px;
}

.ivd-design-idea > div:nth-of-type(2) {
    width: 50%;
    padding-left: 8%;
    padding-right: 5%;
}

.ivd-design-idea-img {
    max-width: 727px;
    top: -34px;
}

/*设计案例*/
.ivd-case-tab-list li {
    background-color: #ffffff;
}

.ivd-case-swiper {
    padding-top: 34px;
    padding-bottom: 117px;
}

.ivd-case-swiper .swiper-2-pagination {
    bottom: 59px;
}

.ivd-case-swiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}

.ivd-case-swiper .swiper-slide {
    height: 320px;
}

.ivd-case-swiper .swiper-slide > a {
    display: block;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.ivd-case-swiper .swiper-slide > a > div:nth-of-type(1) {
    width: 56%;
    height: 100%;
}

.ivd-case-swiper .swiper-slide > a > div:nth-of-type(2) {
    width: 44%;
    background-color: #ffffff;
    height: 100%;
    padding: 0 35px;
}

.ivd-case-swiper-item-case {
    width: 125px;
    line-height: 38px;
    height: 38px;
    background-color: #3F9FDF;
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
}

.ivd-case-swiper-item-right {
    height: 116px;
    border-bottom: 1px solid #F1F1F1;
}

.ivd-case-swiper-item-title {
    font-size: 18px;
    margin-top: 26px;
    line-height: 25px;
    text-align: left;
    height: 50px;
}

.ivd-case-swiper-item-time {
    color: #666666;
    padding: 23px 0;
}

.ivd-case-swiper-item-content {
    line-height: 25px;
    height: 75px;
    margin-top: 23px;
}


/*软件定制开发*/

/*banner*/
.sd-banner-img {
    position: absolute;
    bottom: -20px;
    right: 40px;
}


/*为什么要软件定制*/
.sd-customization-list {
    padding-top: 53px;
    padding-bottom: 110px;
}

.sd-customization-list li {
    width: 48%;
    display: inline-block;
    padding: 30px;

    transition: all .3s linear;
}
.sd-customization-list li:hover{
    transform: translate3d(0,-2px,0);
    box-shadow: 0 0 15px rgba(0,0,0,0.05);
}
.sd-customization-list li .table {
    width: 100%;
}

.sd-customization-list li .table > div:nth-of-type(1) {
    width: 38%;
}

.sd-customization-list li .table > div:nth-of-type(2) {
    padding-left: 7%;
}

.sd-customization-item-title {
    font-size: 20px;
    color: rgb(37, 144, 216);
}

.sd-customization-item-content {
    color: #666666;
    line-height: 25px;
    padding-top: 20px;
}


/*为什么要选择*/
.sd-code-list {
    padding-top: 104px;
    padding-bottom: 110px;
}

.sd-code-list li {
    width: 32.1%;
    height: 213px;
    float: left;
    margin-left: calc(3.7% / 2);
    background-color: #ffffff;
    position: relative;
    padding: 0 3.7%;
    box-shadow: 0 0 15px #f3f3f3;
    transition: all .3s linear;
    cursor: pointer;
}
.sd-code-list li:hover{
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
     transform: translate3d(0,-2px ,0);
}

.sd-code-list li:nth-of-type(1) {
    margin-left: 0;
}

.sd-code-item-img {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sd-code-item-title {
    padding-top: 60px;
}

.sd-code-item-content {
    padding-top: 20px;
    line-height: 25px;
}


/*软件定制服务*/
.sd-server-list {
    padding-top:30px;
    padding-bottom:50px;
}

.sd-server-list li {
    /*padding: 30px;*/
    width: 15.25%;
    height: 340px;
    cursor: pointer;
    float: left;
    margin-left: calc(23.75% / 4);
    transition: all .3s linear;
}
/*.sd-server-list li:hover{*/
/*    box-shadow: 0 0 15px rgba(0,0,0,0.1);*/
/*}*/

.sd-server-list li:nth-of-type(1) {
    margin-left: 0;
}

.sd-server-list li:hover  .business-service-scope-item-img{
    margin-top: -20px;

}



/*碧基科技开发技术栈*/
.sd-technology-stack {
    padding-top: 27px;
    padding-bottom: 80px;
}


/*软件定制开发流程*/
.sd-flow-item {
    width: 15.5%;
    padding: 40px 1% 0;
    transition: all .3s linear;
}
.sd-flow-item:hover{
    box-shadow: 0 0 15px rgba(0,0,0,0.05);
}

.sd-flow-item-title {
    width: 100%;
    height: 100px;
    background-position: center;
    background-repeat: no-repeat;
    line-height: 100px;
    font-size: 27px;
    color: rgb(33, 149, 236);
    text-align: center;
}

.sd-flow-item-content {
    font-size: 15px;
    text-align: center;
    padding-top: 30px;
    line-height: 1.5;
    min-height: 150px;
}

.sd-flow-down-arrow {
    width: 100%;
    height: 100px;
    position: relative;
}

.sd-flow-down-arrow img {
    position: absolute;
    transform: rotate(90deg);
    right: 52px;
    top: 50%;
    margin-top: -32px;

}

.sd-flow-left-arrow {
    transform: rotate(180deg);
}


/*IT信息化建设*/
/*IT信息化现状*/
.it-actuality-list {
    padding-top: 37px;
    padding-bottom: 20px;
}

.it-actuality-list li {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border-style: solid;
    border-width: 1px;
    position: relative;
    float: left;
    margin-left: 23px;
    cursor: pointer;
}

.it-actuality-list li:nth-of-type(1) {
    margin-left: 0;
}

.it-actuality-list li > div {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 0;
    transition: all .3s linear;
}
.it-actuality-list li:hover>div{
    background-size: 100% 100%;

}
.it-actuality-list li .table-cell {
    line-height: 1.5;

}
/*.it-actuality-list li .fs18{*/
/*    transition: all .3s linear;*/
/*}*/
/*.it-actuality-list li:hover .fs18{*/
/*    font-size: 20px;*/
/*}*/


.it-actuality-list li:nth-of-type(1) {
    border-color: #8FD149;
}

.it-actuality-list li:nth-of-type(1) > div {
    background-color: #8FD149;
}

.it-actuality-list li:nth-of-type(2) {
    border-color: #8C79CE;
}

.it-actuality-list li:nth-of-type(2) > div {
    background-color: #8C79CE;
}

.it-actuality-list li:nth-of-type(3) {
    border-color: #60A5FF;
}

.it-actuality-list li:nth-of-type(3) > div {
    background-color: #60A5FF;
}

.it-actuality-list li:nth-of-type(4) {
    border-color: #FFA838;
}

.it-actuality-list li:nth-of-type(4) > div {
    background-color: #FFA838;
}

.it-actuality-list li:nth-of-type(5) {
    border-color: #FF7E60;
}

.it-actuality-list li:nth-of-type(5) > div {
    background-color: #FF7E60;
}

.it-actuality-list li:nth-of-type(6) {
    border-color: #7660FF;
}

.it-actuality-list li:nth-of-type(6) > div {
    background-color: #7660FF;
}

.it-actuality-list li:nth-of-type(1) > img:nth-of-type(1) {
    position: absolute;
    top: 24px;
    left: -189px;
    max-width: initial;
}

.it-actuality-list li:nth-of-type(1) > img:nth-of-type(2) {
    position: absolute;
    bottom: 18px;
    right: -25px;
    max-width: initial;
}

.it-actuality-list li:nth-of-type(2) > img:nth-of-type(1) {
    position: absolute;
    bottom: 18px;
    right: -25px;
    max-width: initial;
}

.it-actuality-list li:nth-of-type(3) > img:nth-of-type(1) {
    position: absolute;
    bottom: 18px;
    right: -25px;
    max-width: initial;
}

.it-actuality-list li:nth-of-type(4) > img:nth-of-type(1) {
    position: absolute;
    bottom: 18px;
    right: -25px;
    max-width: initial;
}

.it-actuality-list li:nth-of-type(5) > img:nth-of-type(1) {
    position: absolute;
    bottom: 18px;
    right: -25px;
    max-width: initial;
}

.it-actuality-list li:nth-of-type(6) > img:nth-of-type(1) {
    position: absolute;
    bottom: 20px;
    right: -184px;
    max-width: initial;
}

/*数字化转型难*/
.it-actuality-box {
    padding-bottom: 127px;
    position: relative;
    width: 100%;
    height: 366px;

}
.it-actuality-box>div{
    box-shadow: 0 0 30px #F1F1F1;
    background-color: #ffffff;
    width: 100%;
    position: absolute;
    left: 0;
    top:50px ;
    opacity: 0;
    height: 239px;
}

.it-actuality-digitization {
    width: 100%;
    padding: 0 18px;
}

.it-actuality-box>div:nth-of-type(1) svg {
    position: absolute;
    top: -10px;
    left: 229.5px;
}

.it-actuality-box>div:nth-of-type(2) svg {
    position: absolute;
    top: -10px;
    left: 375.5px;
}
.it-actuality-box>div:nth-of-type(3) svg {
    position: absolute;
    top: -10px;
    left: 518.5px;
}
.it-actuality-box>div:nth-of-type(4) svg {
    position: absolute;
    top: -10px;
    left: 662.5px;
}

.it-actuality-box>div:nth-of-type(5) svg {
    position: absolute;
    top: -10px;
    left: 803.5px;
}
.it-actuality-box>div:nth-of-type(6) svg {
    position: absolute;
    top: -10px;
    left: 950.5px;
}
.it-actuality-digitization .table > div:nth-of-type(1) {
    width: 25.3%;
}

.it-actuality-digitization .table > div:nth-of-type(2) {
    padding-left: 4%;
    padding-right: 6%;
}

.it-actuality-digitization-title {
    font-size: 20px;
    color: rgb(37, 144, 216);
}

.it-actuality-digitization-content {
    font-size: 16px;
    line-height: 30px;
    padding-top: 18px;
}


/*提供的企业信息化服务*/
.it-serve-list {
    padding-top: 48px;
    padding-bottom: 18px;
}

.it-serve-list li {
    width: 24.41%;
    height: 84px;
    display: inline-block;
    cursor: pointer;
}

.it-serve-list li .table {
    width: 100%;
    height: 100%;
}

.it-serve-list li .table > div:nth-of-type(1) {
    width: 34%;
}

.it-serve-item {
    border-left: 1px solid #ffffff;
    padding-left: 13%;
}

.it-serve-list li:nth-of-type(1) {
    background-color: #60A5FF;
}

.it-serve-list li:nth-of-type(2) {
    background-color: #60BEFF;
}

.it-serve-list li:nth-of-type(3) {
    background-color: #7360FF;
}

.it-serve-list li:nth-of-type(4) {
    background-color: #BA60FF;
}


.it-serve-box {
    padding-bottom: 72px;
    position: relative;
    width: 100%;
    height: 428px;
}
.it-serve-box>div{
    box-shadow: 0 0 30px #F1F1F1;
    background-color: #ffffff;
    width: 100%;
    position: absolute;
    right:-100px;
    top:0 ;
    opacity: 0;
    height: 356px;
}
.it-serve-box>div:nth-of-type(1){
    opacity: 1;
    right: 0;
    z-index: 100;
}
.it-serve-box>div:nth-of-type(1)  svg {
    position: absolute;
    top: -10px;
    left: calc(24.41% / 2 - 13px);
}
.it-serve-box>div:nth-of-type(2)  svg {
    position: absolute;
    top: -10px;
    left: calc(24.41% / 2 + 24.41% + 0.78% - 13px);
}

.it-serve-box>div:nth-of-type(3)  svg {
    position: absolute;
    top: -10px;
    left: calc(24.41% / 2 + 24.41% *2 + 0.78% *2 - 13px);
}

.it-serve-box>div:nth-of-type(4)  svg {
    position: absolute;
    top: -10px;
    left: calc(24.41% / 2 + 24.41% *3 + 0.78% *3 - 13px);
}

.it-serve-consult {
    width: 100%;
    height: 356px;
    padding: 3.5% 3%;
}

.it-serve-box>div:nth-of-type(1)  svg {
    position: absolute;
    top: -10px;
    left: calc(24.41% / 2 - 13px);
}

.it-serve-consult-title {
    font-size: 18px;
    color: rgb(37, 144, 216);
}

.it-serve-consult-content {
    font-size: 16px;
    line-height: 1.5;
}


.it-serve-consult-list {
    padding-top: 57px;
}

.it-serve-consult-list li {
    float: left;
    width: 31%;
    margin-left: calc(7%/2);
}
.it-serve-consult-list li:nth-of-type(1){
    margin-left: 0;
}
.it-serve-consult-list li .it-serve-consult-content {
    height: 103px;
}


/*行业解决方案*/
.it-scheme-list {
    padding-top: 26px;
    padding-bottom: 24px;
}

.it-scheme-list li {
    width: 18.75%;
    float: left;
    margin-left: calc(6.25% / 4);
    margin-top: 13px;
}

.it-scheme-list li:nth-of-type(6) {
    margin-left: 0;
}

.it-scheme-list li:nth-of-type(1) {
    margin-left: 0;
}

.it-scheme-list li:hover img{
    transform: scale(1.2);
}

.it-scheme-item-img {
    width: 100%;
    height: 201px;
    overflow: hidden;
}

.it-scheme-item-img img{
    transition: all .3s linear;
}

.it-scheme-item-title {
    line-height: 56px;
    text-align: center;
    font-size: 16px;
    background-color: #ffffff;
}


/*系统集成*/
/*banner*/
.si-banner .w50 {
    width: 55%;
}

/*服务内容*/
.si-server {
    padding-top: 56px;
    padding-bottom: 56px;
}

.si-server > div {
    display: inline-block;
}

.si-server > div:nth-of-type(1) {
    padding: 0 45px;
}

/*我们具体实施集成系统*/
.si-system-list{
    padding-top: 20px;
    padding-bottom: 66px;
}
.si-system-list li {
    width: 23.75%;
    height: 254px;
    background-color: #ffffff;
    position: relative;
    float: left;
    margin-left: calc(5% / 3);
    margin-top: 18px;
    cursor: pointer;
    transition: all .3s linear;
}
.si-system-list li:hover{
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    transform: translate3d(0,-2px,0);
}
.si-system-list li:nth-of-type(1){
    margin-left: 0;
}
.si-system-list li:nth-of-type(5){
    margin-left: 0;
}


 /*集成范围*/
.si-scope-list{
    padding-top: 42px;
    padding-bottom: 90px;
}
.si-scope-list li{
    width: 30.83%;
    height: 306px;
    margin-left: calc(7.51% / 2);
    float: left;
    transition: all .3s linear;
}
.si-scope-list li:hover{
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    transform: translate3d(0,-2px,0);
}
.si-scope-list li:nth-of-type(1){
    margin-left: 0;
}
.si-scope-item-title{
    height: 50px;
    line-height: 50px;
   background-color: #57ABE4;
}

.si-scope-item-content{
    width: 100%;
    height: calc(100% - 50px);
    border: 1px solid #F1F1F1;
    padding: 35px;
    line-height: 1.5;
}



/*服务能力*/
.si-capacity{
    padding-top: 44px;
    padding-bottom: 75px;
}
.si-capacity>div:nth-of-type(1){
    width: 61.83%;
    height: 429px;
    background-color: rgb(255,255,255);
    padding-left: 50px;
    padding-right: 64px;
}
.si-capacity>div:nth-of-type(2){
    width: 37.41%;
    height: 429px;
    background-color: rgb(255,255,255);
    padding-left: 54px;
    padding-right: 54px;
}

.si-capacity-left-list li{
   padding-top: 5px;
}

.si-capacity-right-list li{
     position: relative;
    padding-left: 36px;
    font-size: 16px;
    line-height:1.5;
}
.si-capacity-right-list li:after{
    content: "";
    display: block;
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color:#57ABE4 ;
    left: 0;
    top: 50%;
    margin-top: -1.5px;
}



/*产品案例*/
.pc-banner{
    width: 100%;
    max-width: 100%;
    height: 700px;
}
.pc-banner .table{
    width: 100%;
    height: 100%;
}

.pc-banner .swiper-1-pagination{
    position: absolute;
    z-index: 10;
    text-align: center;
    bottom: 12px;
}
.pc-banner .swiper-pagination-bullet{
    width: 41px;
    height: 2px;
    border-radius:0;
    opacity: 1;
    background-color: #ffffff;
}
.pc-banner .swiper-pagination-bullet-active{
    background-color: #39AFFF;
}


.pc-banner-entirety-title{
    font-size: 53px;
    color: #ffffff;
}

.pc-banner-entirety-content{
    font-size: 22px;
    color: #ffffff;
    max-width: 447px;
    margin: 0 auto;
    line-height: 40px;
    padding-top: 30px;
}
.pc-banner-entirety-btn{
    padding-top: 46px;
}
.pc-banner-entirety-btn>a{
     display: block;
    width:163px;
    height: 49px;
    line-height: 49px;
    font-size: 20px;
    text-align: center;
    border-radius: 24.5px;
    box-shadow: 0px 0px 18px 0px rgba(153,153,153,0.28);
    transition: all .3s linear;
}
.pc-banner-entirety-btn>a:nth-of-type(1){
    background: #2590d8;
    color: #ffffff;
}
.pc-banner-entirety-btn>a:nth-of-type(1):hover{
    background: #ffffff;
    color: #2590d8 ;
}

.pc-banner-entirety-btn>a:nth-of-type(2){
    background: #ffffff;
    color: #2590d8 ;
    margin-left: 36px;
}
.pc-banner-entirety-btn>a:nth-of-type(2):hover{
    background: #2590d8;
    color: #ffffff;
}

/*数字校园一体化解决方案*/

.pc-banner-integration>div:nth-of-type(1){
    width: 55%;
    padding-right: 5%;
}
.pc-banner-integration>div:nth-of-type(2){
     padding-bottom:5%;
}

.pc-banner-integration-title{
    font-size: 36px;
    color: #ffffff;
}

.pc-banner-integration-content{
    font-size: 22px;
    color: #ffffff;
    line-height: 30px;
    padding-top: 20px;
    max-width: 467px;
}
.pc-banner-integration-btn{
    padding-top: 40px;
}
.pc-banner-integration-btn>a{
    display: block;
    width:157px;
    height: 48px;
    line-height: 48px;
    font-size: 20px;
    border-radius: 24px;
    text-align: center;
    transition: all .3s linear;
}

.pc-banner-integration-btn>a:nth-of-type(1){
    background-color: #ffffff;
    color: #479BDB;
}
.pc-banner-integration-btn>a:nth-of-type(1):hover{
    background-color: #479BDB;
    color:#ffffff;
}
.pc-banner-integration-btn>a:nth-of-type(2):hover{
    background-color: #ffffff;
    color: #479BDB;
}
.pc-banner-integration-btn>a:nth-of-type(2){
    background-color: #479BDB;
    color:#ffffff;
    margin-left: 20px;
}
.pc-banner-integration-btn>a:nth-of-type(2) img{
    vertical-align: initial;
}

/*产品试用*/
.pc-use-tab-list{
    padding-top: 47px;
    padding-bottom: 25px;
    margin: 0 -10px;
}
.pc-use-tab-list li{
    float: left;
    width: 10.4%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0 5px;
}
.pc-use-tab-list li span{
    width: 100%;
    height: 100%;
    display: block;
    border: 1px solid #F1F1F1;
    font-size: 18px;
    box-shadow: 0 0 10px #F1F1F1;
    cursor: pointer;
    transition: all .3s linear;
}

.pc-use-tab-list li:hover span{
    background-color: #2590D8 !important;
    color: #ffffff !important;
}
.pc-use-tab-list li.active span{
    background-color: #2590D8 !important;
    color: #ffffff !important;
}




.pc-use-swiper{
    padding-bottom: 102px;
}


.pc-use-swiper .swiper-3-pagination{
    bottom: 50px;
}
.pc-use-swiper .swiper-slide{
    height: 440px;
}
.pc-use-swiper-item-title{
    width: 100%;
    line-height: 58px;
    text-align: center;
    background-color: #0093E8;
    font-size: 18px;
    color: #ffffff;
}

.pc-use-swiper-item-img{
    width: 100%;
    height: 206px;
}

.pc-use-swiper-item-box{
    height: calc(100% - 206px - 58px);
    border: 1px solid #2590D8;
}
.pc-use-swiper-item-content{
    height: 118px;
    padding: 25px;
    border-bottom: 1px solid #F1F1F1;

}
.pc-use-swiper-item-content>div{
    line-height: 25px;
    height: 75px;
    color: #666666;
}
.pc-use-swiper-item-btn{
    height: 57px;
    padding:10px  0;
}
.pc-use-swiper-item-btn a{
     display: block;
    width: 110px;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    text-align: center;
    transition: all .3s linear;
}
.pc-use-swiper-item-btn a:nth-of-type(1){
    border: 1px solid #F1F1F1;
}
.pc-use-swiper-item-btn a:nth-of-type(1):hover{
    background-color: #2590D8;
    color: #ffffff;
}
.pc-use-swiper-item-btn a:nth-of-type(2){
   background-color: #2590D8;
    color: #ffffff;
    margin-left: 11px;
}
.pc-use-swiper-item-btn a:nth-of-type(2):hover{
    border: 1px solid #F1F1F1;
    background-color: #F1F1F1;
    color: #333333;
}

/*产品线*/
.pc-wire{
    padding-top: 38px;
    padding-bottom: 110px;
}
.pc-wire>div{
    height: 448px;
}
.pc-wire>div:nth-of-type(1){
     width: 23%;
}
.pc-wire>div:nth-of-type(2){
     width: 74%;
    position: relative;
}
.pc-wire-left>div{
    height: 13.5%;
    background-color: #ffffff;
    padding: 0 8%;
    margin-top: calc(30.5%  / 5 );
    cursor: pointer;
}

.pc-wire-left>div:nth-of-type(1){
    margin-top: 0;
}

.pc-wire-left>div .table{
    width: 100%;
    height: 100%;
}
.pc-wire-left>div .table>div:nth-of-type(1){
    width: 28%;
}
.pc-wire-left>div .table>div:nth-of-type(2){
    padding-right:6%;
}
.pc-wire-left-item-content{
    font-size: 16px;
}
.pc-wire-left-item-title{
    width: 46px;
    height: 46px;
    line-height: 46px;
    border: 1px solid rgb(37,144,216);
    border-radius: 50%;
    text-align: center;
    font-size: 24px;
    color: rgb(37,144,216);
}


.pc-wire-left-active{
    background-color: #2590D8 !important;
}
.pc-wire-left-active .pc-wire-left-item-title{
        border: 1px solid #ffffff;
        color: #ffffff;
}
.pc-wire-left-active .pc-wire-left-item-content{
    color: #ffffff;
}


.pc-wire-right>div{
    width: 100%;
    height: 100%;
    box-shadow: 0 0 20px #F1F1F1;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    right: -100px;
    opacity: 0;
}


 /*腾*/
.pc-wire-jump{
    padding: 0 5%;
}
.pc-wire-jump svg{
    position: absolute;
    left: -11px;
    /*top:calc(13.5% /2  - 10.5px);*/
}
.pc-wire-right>div:nth-of-type(1) svg{
    top: calc(8% - 10.5px);
}
.pc-wire-right>div:nth-of-type(2) svg{
    top: calc(24% - 10.5px);
}

.pc-wire-right>div:nth-of-type(3) svg{
    top: calc(41% - 10.5px);
}
.pc-wire-right>div:nth-of-type(4) svg{
    top: calc(60% - 10.5px);
}
.pc-wire-right>div:nth-of-type(5) svg{
    top: calc(75% - 10.5px);
}
.pc-wire-right>div:nth-of-type(6) svg{
    top: calc(93% - 10.5px);
}



.pc-wire-jump .table{
    width: 100%;
    height: 100%;
}
.pc-wire-jump-list li{
    width: 15%;
    float: left;
    margin-left: calc(25% / 4);
    margin-top: 30px;
    transition: all .3s linear;
}
.pc-wire-jump-list li:hover{
    transform: translate3d(0,-2px,0);
}
.pc-wire-jump-list li:hover img{
    transform: scale(1.2);
    transition: all .3s linear;
}
.pc-wire-jump-list li:nth-of-type(1){
    margin-left: 0;
}
.pc-wire-jump-list li:nth-of-type(6){
    margin-left: 0;
}
.pc-wire-jump-item-img{
    height: 120px;
    line-height: 120px;
    background-color: #ffffff;
    text-align: center;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    border-radius: 10px;
}

.pc-wire-jump-item-name{
    font-size: 16px;
    text-align: center;
    line-height:50px;
}



/*产品系列*/
.pc-series-tab-list{
    padding-top: 42px;
    padding-bottom: 24px;
    margin: 0 -8px;
}
.pc-series-tab-list li{
    float: left;
    width: 186px;
    line-height: 43px;
    height: 43px;
    text-align: center;
    padding: 0 8px;

}
.pc-series-tab-list li span{
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #F1F1F1;
    font-size: 18px;
    cursor: pointer;
    
}
.pc-series-tab-list li span:hover{
     background-color: #2590D8;
    color: #ffffff;
}

.pc-series-tab-list li.active span{
    background-color: #2590D8;
    color: #ffffff;
}


.pc-series-swiper-item{
    padding-bottom: 102px;
}
.pc-series-swiper-item .swiper-5-pagination{
    bottom: 48px;
}

/*智慧校园系列*/
.pc-series-campus-list li{
      margin-top: 30px;
}
.pc-series-campus-list li:nth-of-type(1){
    margin-top: 0;
}


.pc-series-campus{
    width: 100%;
}
.pc-series-campus>div:nth-of-type(1){
    width: 62%;
}
.pc-series-campus>div:nth-of-type(2){
   padding-left: 2%;
}



/*解决方案*/
.pc-scheme-list{
    padding-top: 43px;
    padding-bottom: 70px;
}
.pc-scheme-list li{
    width: 16%;
    margin-left: calc(4% / 5);
    float: left;
    transition: all .3s linear;
    padding: 20px 10px;

}
.pc-scheme-list li:hover{
    background-color: #ffffff;
}

.pc-scheme-list li:nth-of-type(1){
    margin-left: 0;
}
.pc-scheme-item-img{
    width: 114px;
    height: 132px;
    margin: 0 auto;
}

.pc-scheme-item-title{
    font-size: 18px;
    text-align: center;
    padding-top: 24px;
    padding-bottom: 24px;
    transition: all .3s linear;
    height: 74px;
}

.pc-scheme-item-content{
    text-align: center;
    line-height: 25px;
    color: #666666;
    height: 100px;
    transition: all .3s linear;
}


/*产品试用*/
.pc-product-list{
    padding-top: 45px;
    padding-bottom: 45px;
}
.pc-product-list li{
    float: left;
    text-align: center;
    transition: all .3s linear;
    padding: 30px;
    margin: 0 40px;
}
.pc-product-list li:hover{
    background-color: #f1f1f1;
}


.pc-product-item-title{
    font-size: 18px;
    padding-top: 20px;
}

.pc-product-relation{
    padding-bottom: 70px;
}
.pc-product-relation>div{
   float: left;
    margin-left: calc(7% / 3);
}
.pc-product-relation>div:nth-of-type(1){
    margin-left: 0;
}
.pc-product-relation-input{
    width: 23%;
    height: 45px;
    line-height: 45px;
}
.pc-product-relation-input input{
    width: 100%;
    height: 100%;
    border: 1px solid #F1F1F1;
    text-indent: 20px;
}
.pc-product-relation-btn{
    width: 24%;
}
.pc-product-relation-btn a{
    display: block;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    width: calc(50% - 4px );
    text-align: center;
    text-align-last: center;
    transition: all .3s linear;
}
.pc-product-relation-btn a:nth-of-type(1){
     background-color: #2B9EDC;
     color: #ffffff;

 }
.pc-product-relation-btn a:nth-of-type(1):hover{
    color: #2B9EDC;
    border: 1px solid #2B9EDC;
    background-color: #ffffff;
}
.pc-product-relation-btn a:nth-of-type(2){
    color: #2B9EDC;
    border: 1px solid #2B9EDC;
    margin-left: 8px;
}
.pc-product-relation-btn a:nth-of-type(2):hover{
    background-color: #2B9EDC;
    color: #ffffff;
}

/*产品专题详情*/
/*banner*/
.pc-detail-banner{
    height: 500px;
}
.pc-detail-banner-btn{
    padding-top: 46px;
}
.pc-detail-banner-btn a{
    display: block;
    width:163px;
    height: 49px;
    line-height: 49px;
    font-size: 20px;
    text-align: center;
    border-radius: 24.5px;
    box-shadow: 0px 0px 18px 0px rgba(153,153,153,0.28);
    background: #ffffff;
    color: #2590d8 ;
}

.pc-detail-btn-list{
    padding-top: 30px;
    padding-bottom: 30px;
}

.pc-detail-btn-list li{
    width: 15.75%;
    line-height: 43px;
    text-align: center;
    background-color: #ffffff;
    float: left;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    margin-left: calc(5.5% / 5);
    cursor: pointer;
    font-size: 18px;
    border-radius: 5px;
}
.pc-detail-btn-list li:nth-of-type(1){
    margin-left: 0;
}

.pc-detail-btn-item-active{
    background-color: #2590D8 !important;
    color: #ffffff !important;
}

/*产品案例详情*/
#flipbook {
    width: 100%;
    height: 800px;
    margin: 0 auto;
}

#flipbook > div {
    background-image: -webkit-linear-gradient(left, #FFF 95%, #ddd 100%);
    background-image: -moz-linear-gradient(left, #FFF 95%, #ddd 100%);
    background-image: -o-linear-gradient(left, #FFF 95%, #ddd 100%);
    background-image: -ms-linear-gradient(left, #FFF 95%, #ddd 100%);
    background-color: #ffffff;
}

.fb7-meta {
    position: absolute;
    bottom: 2%;
    left: 48%;
    width: 39px;
    height: 39px;
    text-align: center;
    border-radius: 50%;
    background-color: #F9F9F9;
}

.fb7-num {
    line-height: 39px;
    /*font-size:18px;*/
    font-weight: bold;
    color: rgb(37, 144, 216);
    /*text-shadow: 2px 2px 6px #666666;*/

}
.book{
    position: relative;
    margin-bottom: 40px;
}
.book .prev{
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left:-47.5px;
    z-index: 900;
    cursor: pointer;
}
.book .next{
    position: absolute;
    top: 50%;
    margin-top: -50px;
    right:-47.5px;
    z-index: 900;
    cursor: pointer;
}
/*关于我们*/

/*banner*/
.ab-banner{
    width:100%;
    height: calc((100vw - 17px) * (500 /1920)) ;
}

/*综合实力*/
.about-us-strength {
    padding-top: 30px;
    padding-bottom: 80px;
}

.about-us-strength-list {
    width: 20%;
    height: 392px;
}
.about-us-strength-content{
    width: 80%;
    z-index: 10;
    position: relative;
}

.about-us-strength-list > div {
    cursor: pointer;
    height:20%;
    width: 100%;
    padding-left: 15px;
}
.about-us-strength-list .table>div:nth-of-type(1){
    width: 48px;
    min-width: 48px;
}
.about-us-strength-list .table>div:nth-of-type(2) {
    font-size: 18px;
    padding-left: 15px;
    width: 177px;
}
.about-us-strength-active {
    background-color: #ffffff;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.05);
    position: relative;
}


.about-us-strength-content>div{
    width: 100%;
    height:100%;
    position: absolute;
    top: 0;
    right:-100px;
    opacity: 0;
    background-color: #ffffff;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.05);
}

.about-us-strength-content>div svg{
    position: absolute;
    left:-11px ;
    z-index: 900;
    margin-top: -11px;
}

.about-us-strength-content>div:nth-of-type(1) svg{
    top: 10%;
}
.about-us-strength-content>div:nth-of-type(2) svg{
    top: 30%;
}
.about-us-strength-content>div:nth-of-type(3) svg{
    top: 50%;
}
.about-us-strength-content>div:nth-of-type(4) svg{
    top: 70%;
}
.about-us-strength-content>div:nth-of-type(5) svg{
    top: 90%;
}

/*信息化管理体系*/
.informatization-management{
    padding-right:3%;
    padding-left: 3%;
}
.informatization-management>div:nth-of-type(1){
    padding-left: 2%;
    padding-right:8%;
}
.informatization-management>div:nth-of-type(2){
    width:33% ;
}
/*项目管理体系*/
.project-management-system{
    padding-left:11%;
    padding-top: 5%;
}
.project-management-system-list{
    padding-top: 4%;
}
.project-management-system-list li{
    float: left;
    margin-left:29px;
    text-align: center;
}
.project-management-system-list li img{
    width: 87px;
    height: 87px;
}
.project-management-system-list li:nth-of-type(1){
    margin-left: 0;
}
.project-management-system-name{
    line-height:40px;
}

.project-management-system-bottom{
    padding-top:1%;
}
.project-management-system-bottom>div{
    padding-top: 2%;
}

/*质量管理体系*/
.quality-management-system{
    padding: 0 2%;
}

.quality-management-system>div:nth-of-type(2){
    padding-left: 10%;
    padding-right: 10%;
}
/*服务体系*/
.about-us-service-system-box{
    padding:3% 4%;
}
.about-us-service-system>div:nth-of-type(1){
    width: 33%;
}
.about-us-service-system>div:nth-of-type(2){
    width: 24%;
    padding-left:3%;
    padding-right: 3%;
}
.about-us-service-system>div:nth-of-type(3){
    width: 33%;
}

.about-us-service-system>div:nth-of-type(1) img{
    width: 48px;
    height: 48px;
}
.about-us-service-system>div:nth-of-type(3) img{
    width: 48px;
    height: 48px;
}
.service-system-list>div{
    padding-top:8%;
}

.service-system-list>div>div:nth-of-type(1){
    width: 18.5%;
}




/*资质荣誉*/
.ab-honor{
    padding-top: 64px;
    padding-bottom: 115px;
}
.ab-honor .swiper-1-pagination{
    bottom: 56px;
}
.ab-honor .swiper-slide{
    height: 330px;
}
.ab-honor .swiper-slide>div{
    float: left;
    width: 19.3%;
    overflow: hidden;
}
.ab-honor .swiper-slide>div:hover img{
    transform: scale(1.05);
}
.ab-honor .swiper-slide>div img{
    width: 100%;
    height: 100%;
    transition: all .3s linear;
}
.ab-honor .swiper-slide>ul{
    float: right;
    width: 80%;
    margin-top: -5px;
}

.ab-honor .swiper-slide>ul li{
    width: 24.3%;
    height: 162px;
    float: left;
    margin-left: calc(2.8% / 3);
    margin-top: 5px;
    overflow: hidden;
}
.ab-honor .swiper-slide>ul li:hover{
    transform: scale(1.05);
}
.ab-honor .swiper-slide>ul li img{
    width: 100%;
    height: 100%;
    transition: all .3s linear;
}
.ab-honor .swiper-slide>ul li:nth-of-type(1){
    margin-left: 0;
}
.ab-honor .swiper-slide>ul li:nth-of-type(5){
    margin-left: 0;
}

/*联系我们*/
.ab-relation-left{
    width:35% ;
    padding-left: 5%;
}
.ab-relation-right{
    width: 57.5%;
}

.ab-relation-left .table{
    width: 100%;
   margin-top: 10px;
    transition: all .3s linear;
    padding-left: 5%;

}
.ab-relation-left .table:hover{
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    transform: translate3d(0,-2px,0);
}
.ab-relation-left .table>div:nth-of-type(1){
    width: 25%;
}
.ab-relation-left .table>div:nth-of-type(2){
  font-size: 16px;
    line-height: 1.5;
}