 html,body{
  background: #f9f9f9;
}
.linkBox a{
  color:#797979; 
}
.linkBox a:hover{
  color:#797979;
  text-decoration: underline;
}
.linkBox .fl a {
    color: #797979;
    font-size: 14px;
    margin: 0 15px;
}
.bannerImg{
   transition-duration:1s;
   -webkit-transition-duration:1s;
   -moz-transition-duration:1s;
   -ms-transition-duration:1s;
}
.index_banner .bannerImg{
  opacity:0;
}
.index_banner .bshow{
  opacity:1;
}
.pajxcode{
    width:130px;
    background:rgba(0,0,0,.85);
    padding:15px;
    border-radius:4px;
    height: 150px;
    display: block;
    position: relative;
    top:-9px;
    color: #fff;
    font-size: 14px;
    line-height: 32px;
}
.sanj{
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid rgba(0,0,0,.85);
}
.pajxcode img{
  width:100%;
  height: auto;
  border-radius:0;
}
.index_banner .code_1 {
    background: #0066ff none repeat scroll 0 0;
    color: #fff;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    position: relative;
    text-align: center;
    width: 195px;
    margin-top: 65px;
    display: inline-block;
    margin-left: 10px;
}
.code_1 em{
    display: none;
    position: absolute;
    top:20px;
    left:17px;
}
.index_banner .code_2 {
    background: #0066ff none repeat scroll 0 0;
    color: #fff;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    position: relative;
    text-align: center;
    width: 195px;
    margin-top: 65px;
    display: inline-block;
    margin-left: 10px;
}
.code_2 em{
    display: none;
    position: absolute;
    top:20px;
    left:17px;
}
.index_banner .bannerCon a:hover{
  text-decoration: none;
}
.code_1:hover em{
  display: block;
}
.code_1 .pajxcode{
    width:130px;
    background:rgb(0,0,0);
    filter:alpha(opacity=85); /*IE滤镜*/
    -moz-opacity:0.85; /*Firefox*/
    opacity:0.85;/*其他*/
    padding:15px;
    border-radius:4px;
    height: 150px;
    display: block;
    position: relative;
    top:-9px;color: #fff;
    font-size:14px;
    line-height: 32px;
}
.code_2:hover em{
  display: block;
}
.code_2 .pajxcode{
    width:130px;
    background:rgb(0,0,0);
    filter:alpha(opacity=85); /*IE滤镜*/
    -moz-opacity:0.85; /*Firefox*/
    opacity:0.85;/*其他*/
    padding:15px;
    border-radius:4px;
    height: 150px;
    display: block;
    position: relative;
    top:-9px;
    color: #fff;
    font-size:14px;
    line-height: 32px;
}