html,body{font-family:"Microsoft YaHei","微软雅黑",arial,simsun,"宋体";margin: 0;padding: 0;;height:100%;min-width:1280px;
			background:#fafafa;}
body{background:none;margin: 0;padding: 0;/*-moz-user-select:none;
      -webkit-user-select:none;
      user-select:none;*/}
input:-webkit-autofill {-webkit-box-shadow: 0 0 0px 1000px white inset;}
*{margin:0;padding:0;list-style-type:none;}
*:focus {outline: none} 
a,#submit{blr:expression(this.onFocus=this.blur())}
a,img{border:0px;text-decoration:none;}
/***************头部CSS*************/
.b_a_w{display:block;position:relative;}

/************************************************************/
.box_bd_foot{width:1100px;margin:30px auto;overflow:hidden;padding:40px 30px;background:#fff;background:url('/img/white90.png')}
.foot{background:url('/img/background/cfoot.jpg') no-repeat;background-size:100%;overflow:hidden;clear:both;width:100%;}
.box_icons{width:690px;margin:0 auto;margin-top:50px;padding-top:30px;}
.box_icons li{width:200px;margin:0px 15px;float:left;height:150px;}
.box_icons li img{width:100%;transition:all 0.5s;-moz-transition:all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;}

.box_icons li img:hover{
transform: scale(1.3,1.2);
-ms-transform: scale(1.3,1.2);	/* IE 9 */
-webkit-transform: scale(1.3,1.2);	/* Safari 和 Chrome */
-o-transform: scale(1.3,1.2);	/* Opera */
-moz-transform: scale(1.3,1.2);
}

.box_zx{width:550px;margin:0 auto;margin-top:30px;overflow:hidden;}

.zx_title{width:100%;font-size:18px;color:#fafafa;clear:both;margin-bottom:10px;margin-top:20px;}
.inputs{border:1px solid #fafafa;color:#fafafa;background:none;padding:10px;border-radius:0.3em;}
.zx_left{float:left;width:220px;}
.zx_left div{width:100%;margin-top:10px;}
.zx_right{float:left;width:300px;margin-top:10px;}
.text{border:1px solid #fafafa;color:#fafafa;background:none;padding:10px;border-radius:0.3em;width:100%;height:110px;padding:10px;}

#cpright{background:#000;width:100%;padding:10px 0px;overflow:hidden;}
#cpright_bd{width:1000px;margin:0 auto;color:#fafafa;}
.cpright_bd_l{width:300px;float:left;}
.cpright_bd_l li{float:left;width:25px;height:25px;margin-right:20px;cursor:pointer;}
.cpright_bd_l li img{height:25px;;}
.cpright_bd_r{width:700px;float:right;text-align:right;line-height:25px;font-size:12px;}

#erweimabg{width:100%;height:100%;background:url('/img/erweimabg.png');position:fixed;top:0px;left:0px;overflow:hidden;z-index:9999999999999;display:none;}
#erweima{height:300px;width:300px;position:relative;top:50%;margin-top:-150px;left:50%;margin-left:-150px;overflow:hidden;border-radius:0.5em;box-shadow:5px 5px 5px #444;}
#erweima img{width:100%}
#erweimabg_wb{width:100%;height:100%;background:url('/img/erweimabg.png');position:fixed;top:0px;left:0px;overflow:hidden;z-index:9999999999999;display:none;}
#erweima_wb{height:300px;width:300px;position:relative;top:50%;margin-top:-150px;left:50%;margin-left:-150px;overflow:hidden;border-radius:0.5em;box-shadow:5px 5px 5px #444;}
#erweima_wb img{width:100%}
/*
::-webkit-scrollbar {
    width:3px;background:#000;
}
            
/* Track 
::-webkit-scrollbar-track {
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
            
/* Handle 
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background:#000; 
  
              
}
::-webkit-scrollbar-thumb:window-inactive {
background: #999; 
              
}
*/