* {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;
}
/*局部样式*/
/*大图切换*/
.pic_box{
  width: 100%;
  height: 706px;
  position: relative;
}
/*jmc*/
.jmc_box{
  width: 100%;
  height: 100%;
  background: url("jcm_bg.jpg") no-repeat;
}
.jmc_modal{
  width: 100%;
  height: 100%;
  background: rgba(40,40,40,0.7);
  padding-top: 30px;
  display: none;
}

.jmc{
  width: 1200px;
  height: 640px;
  margin: 0 auto;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
}
.jmc_bt{
  width: 100%;
  height: 25px;
  line-height: 25px;
  font-size: 24px;
  font-weight: 600;
  background: url("pdy_jmc_qz.jpg") left center no-repeat;
  padding-left: 15px;
}
.jmc_tw{
  font-size: 17px;
  line-height: 28px;
  padding: 30px 0;
  text-indent: 2em;
  height: 315px;
}
.jmc_tw img{
  float: right;
  width: 550px;
  padding-left: 15px;
}
.jmc_tw a{
  color: #0482D3;
}
.jmc_btn{
  width: 100%;
  height: 255px;
}
.jmc_btn a{
  float: left;
  width: 334px;
  height: 213px;
  margin: 10px 23px 0 23px;
  color: #FFFFFF;
}
.jmc_btn a:nth-child(1){
  background: url("pdy_jmc_fzlc.png") no-repeat;
  text-align: center;
  line-height: 213px;
  font-size: 30px;
}
.jmc_btn a:nth-child(2){
  background: url("pdy_jmc_dljt.png") no-repeat;
}
.jmc_btn a:nth-child(2)>span:first-child{
  font-size: 30px;
  display: block;
  height: 60px;
  width: 100%;
  line-height: 95px;
  text-align: center;
}
.jmc_btn a:nth-child(2)>span:last-child{
  margin-top: 15px;
  display: block;
  font-size: 16px;
  padding: 0 25px;
  text-align: justify;
}
.jmc_btn a:nth-child(3){
  background: url("pdy_jmc_yjhj.png") no-repeat;
  text-align: center;
  line-height: 213px;
  font-size: 30px;
}



/*导航*/
.banner li:nth-child(1)>a:hover{
  background: url("hover_1.jpg") no-repeat;
}
.banner li:nth-child(2)>a:hover{
  background: url("hover_2.jpg") no-repeat;
}
.banner li:nth-child(3)>a:hover{
  background: url("hover_3.jpg") no-repeat;
}
.banner li:nth-child(4)>a:hover{
  background: url("hover_4.jpg") no-repeat;
}
.banner li:nth-child(5)>a:hover{
  background: url("hover_5.jpg") no-repeat;
}
.banner li:nth-child(6)>a:hover{
  background: url("hover_6.jpg") no-repeat;
}
.banner li:nth-child(7)>a:hover{
  background: url("hover_7.jpg") no-repeat;
}

















/*媒体查询*/
@media screen and (max-width: 1200px) {

}