
.more-info{
    width: 132px;
    height: 53px;
    line-height: 53px;
    padding: 0 15px;
    background-color: #1a6cff;
    color: #fff;
    position: absolute;
    bottom: 68px;
    right: 505px;
}
.icon-jinrumore{
    margin-left: 20px;
}
/* 大banner图 */
.banner {
    width: 100%;
    height: 500px;
    position: relative;
    margin-top: 100px;
}
.banner img{
    width: 100%;
    height: 100%;
}
.icon-youxiang,.icon-dianhua-yuankuang{
    vertical-align: middle;
}
.touch {
    width: 769px;
    height: 110px;
    background-color: #1a6cff;
    position: absolute;
    bottom: -62px;
    left: 0;
    line-height: 110px;
    color: #fff;
    display: flex;
    justify-content: space-around;
}
.touch .phone{
    margin-left: 200px;
    width: 211px;
    height: 110px;
}
.icon{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 20px;
    background-color: #fff;
    vertical-align: middle;
    color: #fff;
}
/* 大banner图结束 */

/* 公司投资项目管理系统 */
.introduce{
    width: 1200px;
    height: 504px;
    margin: 160px auto;
    margin-bottom: 0px;
    display: flex;
    justify-content: space-around;
    position: relative;
}
.int_left{
    margin-right: 10px;
    margin-left: 100px;
    position: absolute;
    left: 0px;
    top: 100px;
    transition: all .5s;
}
.dd1{
    position: absolute;
    top: -40px;
    left: -112px;
    writing-mode: vertical-lr;
    font-size: 12px;
    color: #707070;
}
.dd1 i {
    display: inline-block;
    width: 11px;
    height: 11px;
    background-color: #2773fc;
    margin-bottom: 20px;
}
.dd1 span {
    display: inline-block;
    padding-left: 4px;
    color: #c3c3c3;
}
.dd{
    position: absolute;
    right: 66px;
    top: 100px;
    transition: all .5s;
}
.dd i{
    position: absolute;
    top: 46px;
    left: -140px;
    color: #c3c3c3;
}
.big {
    width: 593px;
    height: 403px;
}
.small{
    width: 274px;
    height: 274px;
    position: absolute;
    bottom: 0;
    left: -108px;
}
.welcome{
    color: #1a6cff;
    margin-bottom: 50px;
    font-size: 12px;
    font-weight: bold;
    margin-left: 0;
}
.introduce h3{
    font-size: 32px;
    margin-bottom: 50px;
}
.introduce p{
    margin-top: 50px;
    font-size: 12px;
    color: #666;
    width: 365px;
    line-height: 25px;
}
.read-more{
    width: 132px;
    height: 53px;
    line-height: 53px;
    padding: 0 15px;
    margin-top: 140px;
    vertical-align: middle;
    border: 2px solid #1a6cff;
    color: #1a6cff;
}
.icon-jinrumore{
    vertical-align: middle;
}
/* 公司投资项目管理系统结束 */

/* 我们的项目 */
.project {
    width: 100%;
    height: 1020px;
    margin: 0 auto;
    background: url(../images/index/bg-1.jpg) no-repeat;
    padding: 30px 0;
    position: relative;
  }
  .project .title {
    width: 1200px;
    margin: 20px auto;
    text-align: center;
    position: absolute;
    right: 160px;
    top: 160px;
    transition: all 1s;
  }
  .project .title p {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .blue {
    color: #4182f6;
    font-size: 12px;
    margin-top: 20px;
  }
  .swiper-wh {
   width: 1400px;
   /* background-color: red; */
    position: absolute;
    right: 160px;
    overflow: hidden;
    
  }
  /* .swiper_icon {
    width: 20px;
    height: 20px;
  } */


  .pro_details {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    top: 150px;
    transition: all 1s;
  }
  .pic {
    width: 386px;
    height: 261px;
    /* background-color: #1a6cff; */
    margin: 10px 0;
    text-align: center;
    line-height: 261px;
    box-sizing: border-box;
    color: #000;
    font-weight: bold;
    background-size: contain;
    transition: all 1s;
    overflow: hidden;
  }
  .pic:hover {
    background: #2773fc !important;
  }
  .pic:hover .text22 {
    display: none;
  }

  .pic:nth-child(1) {
    background: url(../images/index/7.jpg) no-repeat;
  }
  .pic:nth-child(2) {
    background: url(../images/index/8.jpg) no-repeat;
  }
  .pic:nth-child(3) {
    background: url(../images/index/9.jpg) no-repeat;
  }

  .pic1 {
    width: 386px;
    height: 261px;
    /* background-color: #1a6cff; */
    margin: 10px 0;
    text-align: center;
    line-height: 261px;
    box-sizing: border-box;
    color: #000;
    font-weight: bold;
    background-size: contain;
    transition: all 1s;
    overflow: hidden;
  }
  .pic1:hover {
    background: #2773fc !important;
  }
  .pic1:hover .text22 {
    display: none;
  }
  .pic1:nth-child(1) {
    background: url(../images/index/2-1.jpg) no-repeat;
  }
  .pic1:nth-child(2) {
    background: url(../images/index/2-2.jpg) no-repeat;
  }
  .pic1:nth-child(3) {
    background: url(../images/index/2-3.jpg) no-repeat;
  }
  .pic1:nth-child(4) {
    background: url(../images/index/1.jpg) no-repeat;
  }
  .pic1:nth-child(5) {
    background: url(../images/index/2.jpg) no-repeat;
  }
  .pic1:nth-child(6) {
    background: url(../images/index/3.jpg) no-repeat;
  }
  .pic1:nth-child(7) {
    background: url(../images/index/4.jpg) no-repeat;
  }
  .pic1:nth-child(8) {
    background: url(../images/index/5.jpg) no-repeat;
  }
  .pic1:nth-child(9) {
    background: url(../images/index/6.jpg) no-repeat;
  }

  .text22 {
    width: 386px;
    height: 261px;
    transition: all 1s;
  }
  #detail1 {
    width: 346px;
    height: 221px;
    padding: 20px;
    color: #fff;
    line-height: 20px;
    transition: all 0.8s;
    position: relative;
  }
  #detail1 .pro_name {
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
  }
  #detail1 .text {
    font-size: 12px;
    line-height: 25px;
    text-align: left;
    margin-bottom: 16px;
  }
  #detail1 .text2 {
    width: 200px;
    height: 40px;
    font-size: 12px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 20px;
    margin: 0 auto;
    position: absolute;
    bottom: 10px;
    left: 100px;
  }
/* 我们的项目结束 */

/* 我们的优势 */
.advantage{
    width: 100%;
    height: 868px;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.adv_left{
    width: 50%;
    margin-top: 80px;
    position: absolute;
    left: 0px;
    top: 300px;
    transition: all 1.5s;
}
.adv_left .title p{
    font-size: 32px;
    margin-top: 10px;
}
.title,.cultrue{
    margin-left: 160px;
}
.bgcultrue{
    background: url(../images/index/66.jpg) no-repeat;
    background-position:right bottom;
    background-size: 320px;
    height: 304px;
}
.cultrue h4{
    color: #1a6cff;
    font-size: 20px;
    margin-top: 60px;
    margin-bottom: 30px;
}
.cultrue p {
    width: 469px;
    font-size: 12px;
    color: #666;
    line-height: 20px;
    font-weight: bold;
}
.left-bottom{
    width: 100%;
    height: 369px;
    margin-top: 135px;
    background-color: #f2f1ef;
    position: relative;
}
.left-bottom img:nth-child(1){
    width: 435px;
    height: 303px;
    position: absolute;
    top: -85px;
    right: 72px;
}
.left-bottom img:nth-child(2){
    width: 214px;
    height: 196px;
    position: absolute;
    top: 130px;
    left: 166px;
}
.adv_right {
    width: 50%;
    /* height: 500px; */
    overflow: hidden;
    position: absolute;
    right: 0px;
    top: 300px;
    transition: all 1s;
}
.limit {
    width: 100%;
    height: 500px;
    overflow: hidden;
}
.adv_right img{
    width: 100%;
    height: 500px;
    transition: all .5s;
}
.adv_right img:hover{
    transform: scale(1.2);
}
/* 我们的优势结束 */

/* 我们的客户 */
.client{
    width: 100%;
    height: 450px;
    padding-top: 65px;
    background: url(../images//index/bg-2.jpg) no-repeat;
    position: relative;
}
.title2{
    width: 100%;
    margin-top: 20px;
    text-align: center;
    font-size: 32px;
    color: #fff;
}
.adj{
    position: absolute;
    top: 170px;
    left: 170px;
    color: #fff;
    line-height: 35px;
}
.adj span{
    display: inline-block;
    width: 11px;
    height: 11px;
    background-color: #2773fc;
    margin-right: 15px;
}
/* 轮播 */
.box{
    width: 1000px;
    margin: 0 auto;
    height: 150px;
    position: relative;
    overflow: hidden;
}
.swiperBox{
    /* display: flex; */
    width: 4000px;
    height: 150px;
    position: absolute;
    top: 0;
    left: 0;
}
.clients{
    width: 1000px;
    height: 80px;
    margin: 70px 0 0 0px;
    /* display: flex;
    justify-content: space-between; */
    overflow: hidden;
    float: left;
}
.clients div{
    float: left;
    width: 170px;
    height: 80px;
    background-color: #1a6cff;
    color: #fff;
    text-align: center;
    line-height: 80px;
    margin-left: 20px;
}
.left{
    position: absolute;
    top: -10px;
    right: 60px;
    width: 50px;
    height: 50px;
    color: #6c7477;
    font-size: 24px;
    cursor: pointer;
}
.left:hover{
    color: #fff;
}
.right:hover{
    color: #fff;
}
.right{
    position: absolute;
    top: -10px;
    right: 32px;
    width: 50px;
    height: 50px;
    color: #6c7477;
    font-size: 24px;
    cursor: pointer;
}
.swiper-button-prev {
    margin-left: 20px;
}
.swiper-button-prev:after {
    opacity: 0;
}
.swiper-button-next:after {
    opacity: 0;
}
/* 我们的客户结束 */

/* 新闻资讯 */
.part_five{
    width: 100%;
    display: flex;
    position: relative;
}
.show{
    width: 50%;
    position: relative;
}
.show img{
    margin: 80px 0 0 130px;
}
.show p{
    color: #000;
    font-size: 24px;
    position: absolute;
    top: 152px;
    left: 35px;
}
.show h2{
    color: #1a6cff;
    position: absolute;
    font-size: 42px;
    left: 77px;
}
.w1{
    top: 277px;
}
.w2{
    top: 334px;
}
.show div{
    width: 200px;
    height: 35px;
    color: #fff;
    font-size: 12px;
    padding: 5px 5px;
    background-color: #0f1f38;
    position: absolute;
    bottom: 160px;
    left: 58px;
}
.newwork{
    width: 50%;
    overflow: hidden;
    position: relative;
    background:url(../images/index/bg-3.png) no-repeat;
}
.newwork h3{
    font-size: 30px;
    margin-top: 60px;
    margin-left: 30px;
}
.content{
    margin-top: 30px;
    margin-left: 20px;
    padding-left: 10px;
}
.items{
    width: 660px;
    height: 116px;
    padding-right: 20px;
    margin-top: 30px;
    transition: all .8s;
}
.items:hover{
    box-shadow: 0 0 7px 5px #d4d4d4;
}
.items:hover .circle{
    background-color: #4182f6;
}
/* .items:hover .time{
    background-color: #4182f6;
} */
.item{
    float: left;
    margin-top: 20px;
    margin-left: 30px;
}
.item p {
    color: #666;
    width: 471px;
    font-size: 12px;
    line-height: 25px;
}
.circle{
    width: 22px;
    height: 22px;background-color: #fff;
    border-radius: 50%;
    float: left;
    margin-top: 8px;
}

.smalltt{
    font-size: 14px;
    color: #222;
    margin: 8px 0 15px 37px;
    font-weight: bold;
}
.time{
    width: 78px;
    height: 102px;
    float: left;
    /* background-color: #1a6cff; */
    text-align: center;
    line-height: 38px;
    padding-top: 15px;
}
.abs{
    width: 758px;
    height: 100px;
    background-color: #1a6cff;
    position: absolute;
    bottom: -38px;
    right: 0;
    line-height: 100px;
    color: #fff;
    z-index: 88;
    font-size: 12px;
    text-align: center;
}


/* 新闻资讯结束 */

