/* 公共标题~ */
.title{
    /* margin-top: 60px; */
    margin-bottom: 12px;
}
 .t1{
    font-size: 12px;
    margin-bottom: 40px;
    color: #000;
}
.title  span i{
    display: inline-block;
    border-left: 2px solid #2d58a3;
    height: 16px;
    float: left;
    margin-top: 2px;
}
  .title span {
    display: inline-block;

}
.title span p {
font-size: 20px;
line-height: 18px;
float: left;
margin: 0 10px 0;
font-weight: bold;
}
/* 头部banner */
.publicTopAll{
    background: url(../images/mypic74.png) no-repeat center;
    height: 420px !important;
}
.publicTopAll .publicTop{
    border-bottom: 1px solid #3e3e3d;
}
.publicPic{
    /* text-align: left;
    padding-left: 152px;
    padding-top: 114px; */
}
.publicPic .p1{
    /* font-size: 40px; */
}
.publicPic .p2{
    /* font-size: 16px;
    letter-spacing: 3px;
    margin-top: 16px; */
}
.publicPic .p3{
    /* font-size: 16px;
    line-height: 28px;
    font-family: "Microsoft YaHei","FZLTXIHJW GB1 0", "Segoe UI","Lucida Grande",Helvetica,Arial,FreeSans,Arimo,"Droid Sans","wenquanyi micro hei","Hiragino Sans GB","Hiragino Sans GB W3",FontAwesome,sans-serif;
    letter-spacing: 3px;
    margin-top: 30px; */
}
.box1 {
  padding-top: 58px;
  height: 576px;
  /* border: 1px solid #000; */
}
.box1 .title{
        /* font-size: 20px;
        font-weight: bold; */
        color: #000;
}
.box1 ul{
    width: 858px;
    margin: 0 auto;
    /* border: 1px solid #000; */
    /* height:404px ; */
    overflow: hidden;
}
.box1 ul li{
  width: 158px;
  height: 195px;
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  margin-right: 14px;
  float: left;
  margin-bottom: 14px;
  overflow: hidden;
}
.box1 .one{
    width: 100%;
    height: 100%;
}

.box1 ul li:nth-child(5){
    margin-right: 0;
  }
  .box1 ul li:nth-child(10){
    margin-right: 0;
  }
  .box1 ul li .one .pic{
      width: 54px;
      height: 54px;
      margin: 0 auto;
      /* border: 1px solid #000; */
      margin-top: 49px;
  }
  .box1 ul li .one .p1{
     margin-top: 15px;
     font-size: 18px;
     color: #333;
}
.box1  .two{
    background-color: #719ded;
    width: 158px;
  height: 195px;
    padding-top: 25px;
    display: none;
}
.box1 .two .p1{
   font-size: 16px;
   color: #fff;
  font-weight: bold;
}
.box1 .two .p2{
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    padding: 0 15px;
    margin-top: 18px;
 }
/* 带给企业的作用 */
.box2{
    height: 490px;
    background: url(../images/mypic85.png) no-repeat center;
    /* padding-top: 58px; */
}
/* 我们的优势 */
.box3{
    height: 344px;
    background: url(../images/mypic86.png) no-repeat center;
}
 /* 更多产品 */
 .moreproduct{
    color: #000;
}
.pro_list{
  margin-top: 34px;
  height: 360px;
  overflow: hidden;
}
.pro_list  ul li{
   height: 360px;
   width: 298px;
   float: left;
   /* border: 1px solid; */
   position: relative;
   border-right: 1px solid #fff;
   border-bottom: 1px solid #fff;
   overflow: hidden;
}
.pro_pic{
    height: 360px;
    width: 298px;
    position: relative;
}
.pro_pic img{
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.pro_mask{
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    pointer-events:none; 
}
.pro_mask h3{
    font-size: 28px;
    color: #fff;
    text-align: center;
    height: 360px;
    line-height: 360px;
}
.pro_mask p {
   font-size: 14px;
   display: none;
   /* width: 200px; */
   margin: 0 50px;
   text-align: left;
}
.pro_mask .btn{
      display: none;
      cursor: pointer !important;
}
.active {
    background-color: rgba(52, 66, 83, 0.8);
    padding-top: 81px;
    height: 279px;
}
.active h3{
     font-size: 28px;
     height: 54px;
     line-height: 54px;
     font-weight: normal;
}
.active p{
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
    display: block;
}
.active .btn{
    height: 40px;
    line-height: 40px;
    width: 148px;
  background-color: #698ab4;
  border: 1px solid #fff;
  border-radius: 2px;
  display: block;
  margin: 60px auto 0 ;
  
}
.more {
   width: 110px;
   height: 30px;
   line-height: 30px;
   background-color: #000;
   color: #fff;
   float: right;
   margin-right: 5px;
   margin-top: 18px;
   margin-bottom: 70px;
}

.more a {
   color: #fff;
}
.active {
   background-color: rgba(72, 124, 186, 0.8);
   padding-top: 81px;
   height: 279px;
}
.active h3{
    font-size: 28px;
    height: 54px;
    line-height: 54px;
    font-weight: normal;
    -webkit-animation: up1 0.2s linear both;
   animation: up1 0.2s linear both;
}
.active p{
   font-size: 14px;
   line-height: 24px;
   margin-top: 20px;
   display: block;
   -webkit-animation: up2 0.4s linear both;
   animation: up2 0.4s linear both;
}
.active .btn{
   height: 40px;
   line-height: 40px;
   width: 148px;
 background-color: #698ab4;
 border: 1px solid #fff;
 border-radius: 2px;
 display: block;
 margin: 60px auto 0 ;
 -webkit-animation: up2 0.4s linear both;
   animation: up2 0.4s linear both;
 
}
@-webkit-keyframes up1{
   from { opacity: 0; -webkit-transform: translateY(100px); transform: translateY(100px);}
   to { opacity: 1;}
}
@keyframes up1 {
   from { opacity: 0; -webkit-transform: translateY(100px); transform: translateY(100px);}
   to { opacity: 1;}
}
@-webkit-keyframes up2{
   from { opacity: 0; -webkit-transform: translateY(200px); transform: translateY(200px);}
   to { opacity: 1;}
}
@keyframes up2 {
   from { opacity: 0; -webkit-transform: translateY(200px); transform: translateY(200px);}
   to { opacity: 1;}
}
.exchange{
   width: 160px;
   height: 40px;
   line-height: 40px;
   font-size: 16px;
   color: #216dd7;
   border: 1px solid #226ed8;
   display: inline-block;
   margin: 40px 0;
   cursor: pointer;
}
