/**header**/
.wrapHeader{top: 0;left: 0;z-index: 999;width: 100%; height:60px; border-bottom:5px #242627 solid; background:#36393a;} /*position: fixed;*/
.wrapHeader .header{width: 960px;height: 60px;margin: 0 auto;}
.wrapHeader .logo_m{float: left;width: 200px;height: 60px;margin-right: 35px;}
.wrapHeader .nav{list-style: none;float: left;font-weight: bold;font-size: 14px;line-height: 60px; width:auto; min-width:inherit;}
.wrapHeader .nav li{float: left; line-height:60px;}
.wrapHeader .nav a{float: left;padding: 0 21px;color:#999;text-decoration: none;}
.wrapHeader .nav a:hover, .nav a.cur{color:#fff; background:#242627 !important;}
.wrapHeader .nav_m a{margin:15px 5px 0 10px;}
.fixedNav{display: none;position: fixed;left: 50%;top: 50%;z-index: 1000;width: 24px;height: 141px;margin-top: -80px;padding-top: 24px;background: url(../images/sprite.png) no-repeat 0 -110px;list-style: none;}
.fixedNav li{float: left;position: relative;width: 100%;height: 16px;padding-left: 3px;margin-bottom: 5px;}
.fixedNav .icon{display: block;width: 16px;height: 16px;background: url(../images/sprite.png) no-repeat -40px -131px;cursor: pointer;}
.fixedNav .txt{display: none;position: absolute;left: -80px;top: 0;width: 76px;height: 19px;background: url(../images/sprite.png) no-repeat 0 -80px;color: #fff;font-size: 12px;line-height: 19px;text-align: center;}
.fixedNav .cur .icon{background: url(../images/sprite.png) no-repeat -40px -110px;}

/**内容**/
.wrapBox{position: fixed;top: 60px;width: 100%;}
.box{position: relative;left: 50%;margin-left: -960px;width: 1920px;height: 800px;overflow: hidden;background-attachment: fixed;background-repeat: no-repeat;background-position: 50% 55px;behavior: url(../images/ie-css3.htc); /*This lets IE know to call the script on all elements which get the 'box' class */behavior: url(../images/PIE.htc); /*This lets IE know to call the script on all elements which get the 'box' class */}
.box_fixed{position:relative!important; width: 100%;height: 570px;}
.box div{position: absolute;z-index: 100;}
.box .zIndex10{z-index: 10;}
.box .zIndex40{z-index: 40;}
.box .zIndex50{z-index: 50;}
.box .zIndex150{z-index: 150;}
.box .zIndex160{z-index: 160;}
/**box1**/
.b1_bg{/*background-image: url(../images/b1_bg.jpg);*/}
.b1_01{left: 200px;top: 285px;}
.b1_02{left: 365px;top: 15px;}
.b1_03{left: 1080px;top: 235px;}
.b1_03 img{display: block;}
.b1_03 a{float: left;margin: 15px 0 0 10px;opacity: .5;}
.b1_04{left: 1380px;top: 405px;}
.b1_03_btn{opacity: .5;}
.b1_03_btn.anima{opacity: .5;-webkit-animation-name: 'opt'; /*动画名称*/-webkit-animation-duration: 2s;/*播放一次所持续时间*/-webkit-animation-timing-function: ease;/*动画播放频率*/-webkit-animation-iteration-count: infinite;/*动画播放次涒为无限次*/} @-webkit-keyframes 'opt'{from{opacity: .5;} 50%{opacity: 1;} to{opacity: .5}}