* {margin:0; padding:0; box-sizing: border-box;}
body {
  margin:0;
  padding:0;
  font-family:"微软雅黑","宋体";
  font-size:15px;
  color:#333333;
  width: 100%;
  background-size: contain;
  background: #fff;
  background-size: 100%;
}
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;
}
/*头部*/
.top{
  width: 100%;
}
/*局部样式*/
.js_box{
  width: 100%;
  height: 41px;
  background: #F1F1F1;
}
.js{
  width: 1200px;
  height: 40px;
  margin: 0 auto;
}
.logo{
  width: 100%;
  height: 150px;
  background: url("logo.png") no-repeat;
  background-size: 100% 100%;
}
.nav{
  height: 55px;
  width: 100%;
  background: #0650C0;
  border-bottom: 5px solid #D6171F;
}
/*中间部分*/
.sel_box{
  width: 100%;
  min-height: 500px;
  background: url("content_bg.jpg") no-repeat;
  padding-top: 40px;
}
.sel{
  width: 1200px;
  margin: 0 auto;
  background: #fff;
  min-height: 300px;
  padding-top: 30px;
}
.sel_left{
  width: 300px;
  min-height: 800px;
  background: #EEEEEE;
}
.sel_left_top{
  width: 100%;
  height: 60px;
  background: #0650C0;
  line-height: 60px;
  font-size: 24px;
  color: #fff;
  text-align: center;
  font-weight: 600;
}
.sel_left_list{
  width: 100%;
  padding: 0 30px;
}
.sel_left_list li{
  width: 100%;
  margin-top: 20px;
  height: 40px;
  background: #fff;
}
.sel_left_list li>a{
  display: block;
  width: 100%;
  height: 40px;
  background: #fff;
  padding-left: 80px;
  font-size: 18px;
  line-height: 40px;
  background: url("qz.png") 38px center no-repeat;
}
.sel_left_list li>a:hover{
  color: #fff;
  background: #0650C0 url("qz_gg.png") 38px center no-repeat;
}






.sel_right{
  width: 900px;
  min-height: 800px;
}
.sel_right_top{
  width: 100%;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #ECE5DA;
}
.sel_right_top_dq{
  float: right;
  padding-left: 30px;
  background: url("dqwz.png") left center no-repeat;
  text-align: right;
  padding-right: 30px;
  color: #BDBDBD;
}
.sel_right_top_dq a{
  color: #BDBDBD;
}
.sel_right_list{
  width: 100%;
  padding: 25px 30px;
}
.sel_right_list li{
  width: 100%;
  height: 35px;
  line-height: 35px;
}
.sel_right_list li>a{
  display: inline-block;
  width: 80%;
  height: 35px;
  line-height: 35px;
  padding-left: 15px;
  background: url("pdy_list_qz.jpg") left center no-repeat;
  font-size: 16px;
}
.sel_right_list li>span{
  display: inline-block;
  width: 19%;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  color: #999;
  text-align: right;
}







/*footer*/
.footer_box{
  width: 100%;
  height: 190px;
  border-top: 5px solid #D6171F;
}
.footer{
  width: 1200px;
  height: 185px;
  margin: 0 auto;
}
















/*媒体查询*/
@media screen and (max-width: 1200px) {

}












