* {margin:0; padding:0; box-sizing: border-box;}
ul,li {list-style:none; margin:0; padding:0;}
a {
  text-decoration: none;
  color: #333333;
}
.clear{
  clear: both;
}
.left{
  float: left;
}
.right{
  float: right;
}
.block{
  display: block;
}
.none{
  display: none;
}
.margin_r0{
  margin-right: 0 !important;
}
.margin_bom0{
  margin-bottom: 0 !important;
}
tr,td{
  padding: 0;
  margin: 0;
}
/*局部样式*/
.nav{
	width: 1000px !important;
}
.sel_box{
  padding: 0 20px;
  width: 1000px;
  min-height: 300px;
  margin: 0 auto;
  background-color: #fff;
}
.sel_top{
  width: 100%;
  height: 65px;
  border-bottom: 2px solid #dedede;
}
.sel_top_bt{
  height: 65px;
  border-bottom: 2px solid #df1818;
  float: left;
  padding: 30px 10px 0 10px;
  font-size: 24px;
  font-weight: 600;
  color: #df1818;
  font-family: "微软雅黑", Arial, verdana;
}
.sel_btn_box{
  width: 100%;
  padding-top: 25px;
}
.sel_btn_box li{
  float: left;
  width: 24%;
  margin-right: 1.33%;
  height: 45px;
  margin-bottom: 15px;
  border: 1px solid #d0d0d0;
  background-color: #f5f3f3;
  border-radius: 5px;
}
.sel_btn_box li:nth-child(4),.sel_btn_box li:nth-child(8),.sel_btn_box li:nth-child(12),.sel_btn_box li:nth-child(16),.sel_btn_box li:nth-child(20){
  margin-right: 0;
}
.sel_btn_box li>a{
  display: block;
  width: 100%;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  font-family: "微软雅黑", Arial, verdana;
  padding: 0 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sel_list_box{
  padding: 15px 0;
  width: 100%;
}
.sel_list_bt_box{
  width: 100%;
  height: 40px;
  background: url("czgk_bt_bg.jpg") bottom no-repeat;
  margin-top: 15px;
}
.sel_list_bt_box>div{
  float: left;
}
.sel_list_bt{
  width: 50%;
  height: 40px;
  font-family: "微软雅黑", Arial, verdana;
  font-size: 18px;
  font-weight: 600;
  vertical-align: top;
}
.sel_list_gd{
  width: 50%;
  height: 40px;
}
.sel_list_gd>a{
  font-family: "微软雅黑", Arial, verdana;
  display: block;
  text-align: right;
  color: #999999;
  height: 40px;
  line-height: 35px;
  font-size: 15px;
}
.sel_list{
  width: 100%;
  min-height: 200px;
  margin-top: 10px;
}
.sel_list li{
  float: left;
  width: 100%;
  height: 35px;
}
.sel_list li>a{
  display: inline-block;
  width: 70%;
  height: 35px;
  line-height: 35px;
  padding-left: 20px;
  background: url("czgk_list_dian.jpg") left center no-repeat;
  font-family: "微软雅黑", Arial, verdana;
  font-size: 17px;
}
.sel_list li>span{
  font-family: "微软雅黑", Arial, verdana;
  display: inline-block;
  width: 30%;
  height: 35px;
  line-height: 35px;
  text-align: right;
  color: #b8b8b8;
  font-size: 17px;
}
/*二级页面*/
.ejsel_list{
  width: 100%;
  min-height: 200px;
  margin-top: 15px;
}
.ejsel_list li{
  float: left;
  width: 50%;
  height: 30px;
}
.ejsel_list li>a{
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  font-family: "微软雅黑", Arial, verdana;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/*三级页面*/
.sjsel_btn_box{
  width: 100%;
  height: 210px;
  margin-top: 25px;
  background-color: #F5F3F3;
  border: 1px solid #D0D0D0;
  border-radius: 5px;
  padding: 10px 20px;
  overflow-y:auto;
}
.sjsel_btn_box li{
  float: left;
  width: 50%;
  height: 30px;
}
.sjsel_btn_box li>a{
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  font-family: "微软雅黑", Arial, verdana;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}









/*媒体查询*/
@media screen and (max-width: 1200px) {

}