@charset "utf-8";
/* CSS Document */
.foottop {
    width: 100%;
    height: 5px;
    background:url(../images/sixcolorbg.png) repeat center;
    margin-top: 10px;
  }

  .footerbox {
    width: 100%;
    background-color: #333333;
  }

  .footerbox a {
    text-decoration: none;color:#cccccc;
  }

  .footer1 {
    width: 1160px;
    overflow: hidden;margin:0px auto;padding:10px 0px 10px 0px;
  }

  .footerleft {
    width: 240px;
    float: left;
  }

  .logobottom {
    width: 180px;
    height: 65px;
    background: url(../images/foote.png) left center no-repeat;
    margin:20px 0px 10px 0px;text-align:right;color:#ccc;line-height:65px;padding-right:20px;font-size:20px;
  }

  .footer2 {
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #666;
    line-height: 40px;
    background-color: #393939;
  }

  .footertext {
    margin-top: 20px;
  }

  .footerright {
    float: left;
    width:500px;
  }


  .footerright1 a {
    font-size: 14px;
    color: #999;
    display: block;
    height: 38px;
    line-height: 38px;float:right;padding-right:10px;
  }

  .footerright1 a:hover {
    color: #CCC;
  }

  .jing {
    font-size: 12px;
    color: #666;
    display: block;
    margin-top: 30px;
  }

  .icon {
    overflow: hidden;
    cursor: pointer
  }

  .icon a {
    padding-top: 10px;
    padding-right: 20px;
    display: block;
  }

  .icon .share {
    float: left;
    padding-top: 10px;
    padding-right: 20px;
    display: block;
  }

  .footer {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;color:#cccccc;
  }

  .footertext {
    font-weight: 800;
    float: left;
    font-size: 16px;
    line-height: 28px;
    font-family: "微软雅黑 Bold", "微软雅黑";
    margin-top: 20px;
  }

  .iconbigbox {
    width: 60px;
    height: 300px;
    position: fixed;
    bottom: 2%;
    right: 2%;
    z-index: 10;
  }

  .iconx {
    width: 45px;
    height: 43px;
    border-radius: 50%;
    background-color: rgb(102, 102, 102);
    margin-bottom: 20px;
    opacity: 0.5;padding-top:2px;
    cursor: pointer;
  }
  .iconx img{margin:0px auto;}
  .iconx:hover {
    opacity: 0.3;
  }

  .link {
    width: 1160px;
    margin: 0px auto;
  }

  .link p, .link a {
    font-size: 14px;
    color: #cccccc;
    line-height: 28px;
  }
  
/*footer原行内样式*/  
.footerH{font-size: 16px;color: #CCC;line-height: 30px;}
.footerP{font-size: 14px;color: #666;line-height: 28px; padding-right:80px; height:110px;}
.footerW{width:150px; height:150px; position:absolute; top:-120px; left:68%; overflow:hidden; z-index:2; display:none;}
.footerWG{font-size:14px;color: #999;  line-height:26px;}
.footerHr{width:1160px; background-color:#3f3f3f; height:1px;opacity:0.5; margin:auto;}
.footerNo1{position:absolute ;top:-40px; left:-210px;display:none;}
.footerNo2{position:absolute ;top:140px; left:-210px;display:none;}
 /* 导航样式*/
  .navleft {
    float: left;
    margin-left: 20px;margin-top: 15px;
  }

  .navright {
    float: right;
    margin-right: 50px;
    width: 450px;
  }

  .box {
    height: 50px;
    background-color: rgba(51, 51, 51, 0.8);
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 3;
    width: 100%;
    top: 0;
    left: 0px;
  }

  .box a {
    text-decoration: none;
  }

  .navleft a {
    float: left;
    width: 95px;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    color: #333333;
    display: block;
  }

  .navleft a:hover {
    color: #333333;
  }

  .navright a {
    float: right;
    width: 70px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    color: rgba(238, 238, 238, 0.8);
    display: block;
  }

  .navright a:hover {
    color: rgba(255, 255, 255, 1);
  }

  .Maple-Leaf {
    width: 92px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    background: url(../images/login/regen/logo2.png) center no-repeat;
    opacity: 0.8;
  }

  .Maple-Leaf:hover {
    opacity: 1;
  }

  .navright img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 14px;
    overflow: hidden;
  }

  .okoer-user-pic img {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    padding: 14px;
    overflow: hidden;
  }

/*搜索框*/

form { margin: 0; } 
#search_box {  float:left;
	width: 180px; 
	height: 28px; background-color:#666; margin-top:11px; margin-right:50px;border-radius:28px;} 
#search_box:hover{background-color:#888;}
#search_box:onfocus{background-color:#eee;}
#search_box #s { 
	float: left; margin-left:20px;
	padding: 0; line-height:28px;
	border: 0; 
	width: 110px; 
	background: none; 
	font-size:14px;
	color:#aeaeae;
} 
#search_box #go { 
	float: right; width:22px; height:20px; margin-right:10px; margin-top:4px; opacity:0.6;
} 
  