html{
  min-width: 1210px;
}
body{
  overflow: auto;
}
.content.cl {
  width: 1080px;
  margin: 0 auto;
}
.content>ul{
	width:500px;
	margin:60px auto 0;
}
.content>ul.float_left{
  float:left;
  margin: 30px 50px 0px 50px;
}
#lines {
  border: 1px solid #dedede;
  height: 385px;
  float: left;
  margin: 0 auto;
  margin-top: 30px;
}
.content>ul>li{
	width:100%;
}
.content>ul>li.title{
  font-size:18px;
  letter-spacing:2px;
  text-align:center
}
.content>ul>li.title span{
  font-weight:bold;
  color:#333;
}
.block{
	height:100px;
	background-color: #CCC;
	padding-left: 25px;
  margin-bottom: 10px;
}
.left,.right{
	float: left;
}
.left{
	width:200px;
}
.right{
  width: 240px;
  text-align: left;
  line-height: 25px;
  margin-left: -45px;
  margin-top: 20px;
}
.right>div{
	font-size: 18px;
}
.cover{
	width:200px;
	height:100px;
/*	background: #FFF url(../images/cover1.png) center no-repeat;
background-size: contain;*/
}

ul#content-2{
  height: 320px;
  margin:20px 0;
}
.blockList{
  margin-bottom: -18px;
}
input[name="listInput"]:checked + label>.block{
	background-color: #D82832;
	color:#FFF;
}
input[name="listInput"] + label>.block{
	background-color: #dedede;
	color:#000;
}
/*新 20151116*/
/*#gla{margin:0 auto;position:relative;background:url(images/gla_bac.png);
        width: 630px;
    height: 500px;overflow:hidden;}
#gla_box{width:500px;margin:auto;position:relative;}
#gla_box .prev,#gla_box .next{display:block;z-index:100;overflow:hidden;cursor:pointer;position:absolute;width:52px;height:52px;top:171px;}
#gla_box .prev{background:url(../images/btn.png) left bottom no-repeat;left:-155px;    left: 110px;
    top: 148px;
    /* z-index: 99; */
 /*   position: absolute;
    z-index: 9999;}
#gla_box .next{background:url(../images/btn.png) right bottom no-repeat;right:-140px;    left: 288px;
  top: 148px;*/
  /* z-index: 99; */
   /* position: absolute;
    z-index: 9999;} 
#gla_box .prev:hover{background-position:left top;}
#gla_box .next:hover{background-position:right top;}
.gla_inbox{overflow:hidden;position:relative;}
.gla_inbox p{text-indent:1em;font-size:14px;width:100%;color:#FFFFFF;line-height:30px;background:#000000;}

    #gla_box p{
    position: absolute;
    bottom: -45px;
    left: -20px; 
    }
.gla_inbox a{padding:5px;display:block;position:absolute;top:220px;left:90px;background:#0066CC;color:#FFF;}
.gla_inbox img{width:100%;height:100%;}
.roundabout-holder{height:404px;width:500px;}
.roundabout-moveable-item{display:block;height:150px;width:150px;cursor:pointer;border-radius:50%;}
.roundabout-in-focus{cursor:auto;}
.use_p {
    position: absolute;
    top: 199px;
    text-align: center;
 
}
 #gla_box i{ 
    width:5px;
    height: 5px;
    border-radius: 50%;
    background-color: #f2f2f2 ; 
    }*/
    /*20151118-wangcheng*/
    .bo_dy{
      background: #f7f7f7;
    }
    .body_all{
      width:730px;
      margin: 0 auto;
      // border: 2px solid #f2f2f2;
      margin-top: 40px;
      // background: #f7f7f7;
    }
    .picScroll-left{ 
     // width:630px;
     // height: 240px;  
     overflow:hidden; 
     position:relative;  
     // border:1px solid #ccc;
     margin: 0 auto;
     background: #fff;
     padding-bottom: 20px;
   }
   .picScroll-left .hd{
    overflow:hidden; 
    height:30px; 
    //background:#f4f4f4;
    padding:0 10px; 
  }
  .picScroll-left .hd .prev, .picScroll-left .hd .next {
    position: absolute;
    display: block;
    top: 23px;
    left: 186px;
    font-size: 24px;
    cursor: pointer;
    z-index: 9999;
    color: #a9a9a9 !important;
    width: 20px;
    height: 50px;
  }
  .picScroll-left .hd .next{ 
    //background-position:0 -50px; 
    position: absolute;
    left: 313px;
    z-index: 9999;
    background: url(../images/choose/next.png) center no-repeat;
  }
  .picScroll-left .hd .prev{ 
    background: url(../images/choose/next.png) center no-repeat;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .picScroll-left .hd .prevStop{ background-position:-60px 0; }
  .picScroll-left .hd .nextStop{ background-position:-60px -50px; }
  .picScroll-left .hd ul {
    position: absolute;
    overflow: hidden;
    zoom: 1;
    zoom: 1;
    top: 185px;
    left: 50%;
  }
  .picScroll-left .hd ul li{ 
    float:left; 
    width:9px; 
    height:9px;
    overflow:hidden;
    margin-right:10px;
    text-indent:-999px;
    cursor:pointer;
    background:url("../images/icoCircle.gif") 0 -9px no-repeat;
  }
  .picScroll-left .hd ul li.on{ background-position:0 0; }
  .picScroll-left .bd{ 
    margin-left: 85px;
    margin-top: -30px;
    height: 200px;
  }
  .picScroll-left .bd ul{ 
    overflow:hidden;
    zoom:1; 
  }
  .picScroll-left .bd ul li{ 
    margin:0 8px; 
    float:left; _display:inline; 
    overflow:hidden;
    text-align:center; 
  }
  .picScroll-left .bd ul li .pic{ 
    text-align:center;
    //  margin-bottom: 20px;
  }
  .picScroll-left .bd ul li .pic img{ 
    width:100px; 
    height:100px; 
    display:block; 
    // padding:2px; 
    border:3px solid #E7E7E7;
    border-radius: 50%;
  }
  .picScroll-left .bd ul li .pic a:hover img{ border-color:#999;  }
  .picScroll-left .bd ul li .titles{
    // line-height:24px; 
    //width: 100px !important;
    //  font-size: 14px !important;
    margin-top: 30px;
    //  display: none;
  }
  .picScroll-left .bd ul li .titles a{
    font-size: 14px;
  }

  .picScroll-left .hd .prev:hover, .picScroll-left .hd .next:hover{
    color:#e2555d;
  }
  .div_bottom{
    border-top: 1px solid #f2f2f2;
    height: 100px;
    margin: 0 auto 50px;
    background: #fff;
    position: relative;
  }
  .div_bottom_p{
    width:110px;
    margin: 10px auto;
    font-size: 12px;
  }
  .div_bottom_p1{
   // width:110px;
   margin: 0 auto;
   //width: 630px;
   margin-left: 10px;
 }
 .check_input{
   vertical-align: middle;
   margin-right: 6px;
 }
 .learn{
  width: 210px;
  height: 47px;
  background: #ff7c00;
  float: left;
  text-align: center;
  line-height: 47px;
  margin-left: 25px;
  color: #FFF;
  font-size: 16px;
  margin-top: 5px;
}
.memaigin{
  background: #d92832;
}
.reg{ 
  position:absolute;
  bottom:20px;
  right:20px;
  color:#0f1481;
      /* width: 129px;
      height: 20px;
      margin: 0 auto;
      line-height: 20px;
        
      margin-top: 20px;
      margin-bottom: 20px; */
    }
    .reg a{
      font-size: 12px;
    }

    /*2个企业*/
    .chose_twologo{
      margin: 0 auto;
      // width: 630px;
      height: 200px;
      background: #fff;
    }
    .picleft {
      width: 260px;
      height: 200px;
      margin: 0 auto;
    }
    .picleft a{
      float: left;
      margin-left: 10px;
      margin-right: 10px;
      margin-top: 45px;
    }
    .picleft img{

      width: 100px;
      height: 100px;
      border-radius: 50%;
      border: 1px solid #f2f2f2;
    }


    /*asdfghj*/
/*.picScroll-left{ width:450px;  overflow:hidden; position:relative;  border:1px solid #ccc;   }
    .picScroll-left .hd{ overflow:hidden;  height:30px; background:#f4f4f4; padding:0 10px;  }
    .picScroll-left .hd .prev,.picScroll-left .hd .next{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
       cursor:pointer; background:url("images/arrow.png") no-repeat;}
    .picScroll-left .hd .next{ background-position:0 -50px;  }
    .picScroll-left .hd .prevStop{ background-position:-60px 0; }
    .picScroll-left .hd .nextStop{ background-position:-60px -50px; }
    .picScroll-left .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; zoom:1; }
    .picScroll-left .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:url("images/icoCircle.gif") 0 -9px no-repeat; }
    .picScroll-left .hd ul li.on{ background-position:0 0; }
    .picScroll-left .bd{ padding:10px;   }
    .picScroll-left .bd ul{ overflow:hidden; zoom:1; }
    .picScroll-left .bd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center;  }
    .picScroll-left .bd ul li .pic{ text-align:center; }
    .picScroll-left .bd ul li .pic img{ width:120px; height:90px; display:block;  padding:2px; border:1px solid #ccc; }
    .picScroll-left .bd ul li .pic a:hover img{ border-color:#999;  }
    .picScroll-left .bd ul li .title{ line-height:24px;   }*/
    .pingbi{
      margin-left: 35px;
      font-size: 12px;
    color: #df2128;
    top: 162px;
    margin-left: 195px;
    position: absolute;
    }