/* 公共样式 */

.title{
    margin-top: 60px;
    display: inline-block;
 }
.title  span i{
    display: inline-block;
    border-left: 2px solid #2d58a3;
    height: 16px;
    float: left;
    margin-top: 5px;
}
.title span p {
    font-size: 20px;
    line-height: 24px;
    float: left;
    margin: 0 10px 0;
    font-weight: bold;
}
.t1 {
    font-size: 12px;
    line-height: 24px;
    /* margin-top: 4px; */
    }

    /* 头部banner */
.publicTopAll{
    background: url(../images/mypic51.png) no-repeat center;
    height: 420px !important;
    width: 100%;
}
.publicTop{
    border-bottom: 1px solid #4b4a4f;
}
.publicPic {
    padding-top: 60px;
    /* padding-left: 160px; */
    text-align: left;
    text-align: center;
    letter-spacing: 0px;
}
.publicPic .content h1{
    font-size: 48px;
    line-height: 48px;
    letter-spacing: 8px;
}
.publicPic .content .p1{
    font-size: 28px;
    line-height: 28px;
    margin-top: 26px;
    letter-spacing: 4px;
}
.publicPic .content .p2{
    font-size: 15px;
    line-height: 28px;
    margin: 0 auto;
    margin-top: 40px;
    letter-spacing: 1px;
    width: 715px;
}
/* 企业秀优势 */
.qy_show{
    color: #000;
    height: 420px;
    /* border: 1px solid #000; */
}

.qy_show ul {
  margin-top: 50px;
}
.qy_show ul li{
    float: left;
    /* border: 1px solid #000; */
    margin-right: 110px;
    width: 225px;
}
.qy_show ul li .pic{
   width: 158px;
   height: 148px;
   margin: 0 auto;
}
.qy_show ul li p{
    font-size: 16px;
    line-height: 24px;
    margin-top: 36px;
}
.gooddemo{
    color: #000;
    height: 600xp;
    /* border: 1px solid #000; */
}
.gooddemo .p1{
    font-size: 15px;
    line-height: 24px;
    margin-top: 20px;
}
.gooddemo .showpic{
    /* margin-top: 56px; */
}
/* 更多产品 */
.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;
}
