﻿* {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;
}
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;
}
/*局部样式*/
.zsztc_box{
  width: 100%;
  height: 989px;
  background: url("jnszf_zsztc_bg.jpg") no-repeat;
}
.zsztc_logo{
  width: 1034px;
  margin: 0 auto;
}
.zsztc_jj{
  width: 1034px;
  margin: 0 auto;
  height: 110px;
  font-size: 18px;
  color: #ffffff;
  padding: 0 50px 0;
  line-height: 40px;
}
.zsztc_sel_box{
  width: 1034px;
  margin: 0 auto;
  height: 361px;
  color: #ffffff;
  background: url("jnszf_zsztc_box.png") no-repeat;
}
.zsztc_sel_box{
  height: 361px;
  padding: 45px 45px;
}
.zsztc_sel_box>div{
  width: 463px;
}
.zsztc_sel_box_left{
  margin-right: 18px;
}




/*媒体查询*/
@media screen and (max-width: 1200px) {
  .zsztc_box{
    width: 100%;
    height: 989px;
    background: url("jnszf_zsztc_bg.jpg") no-repeat;
    background-size: 100% 989px;
  }
  .zsztc_logo{
    width: 100%;
    margin: 0 auto;
  }
  .zsztc_logo>img{
    width: 100%;
    margin: 0 auto;
  }
  .zsztc_jj{
    width: 100%;
    margin: 0 auto;
    height: 110px;
    font-size: 18px;
    color: #ffffff;
    padding: 10px 50px 0;
    line-height: 35px;
  }
  .zsztc_sel_box{
    width: 99%;
    margin: 0 auto;
    height: 330px;
    color: #ffffff;
    background: url("jnszf_zsztc_box.png") no-repeat;
    background-size: 100% 330px;
  }
  .zsztc_sel_box{
    height: 361px;
    padding: 40px 40px;
  }
  .zsztc_sel_box>div{
    width: 48%;
  }
  .zsztc_sel_box>div>img{
    width: 100%;
  }
  .zsztc_sel_box>div>a>img{
    width: 100%;
  }
  .zsztc_sel_box_left{
    margin-right: 3%;
  }
}