*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
img {
  margin: 0px;
  padding: 0px;
  outline: none;
  border: 0px;
}
li {
  list-style: none;
}
body {
  text-align: left;
  font-family: '微软雅黑';
  color: #333333;
  background: #fff;
}
html{
    font-size: 16px; 
}
a,
ins {
  text-decoration: none;
}
a {
  color: #333333;
}
a:hover {
    text-decoration: none;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
}
a:visited,a:active,a:focus{
    text-decoration: none;
}
.l_float{
    float: left;
}
.r_float{
    float: right;
}
.hidden{
    display: none;
}
.clearfix{
    zoom:1;   
}
.clearfix:after{
    clear:both;
    content:'';
    display:block;
    width: 0;
    height: 0;
    visibility:hidden;
    
}

/*底部*/
.zjzw_foot{
    display: none;
}
.zjzw_pc_foot{
    width: 100%;
    height: 170px;
    background: #3374AA;
    margin-top: 60px;
}
.pc_foot_nav{
    width: 576px;
    height: 56px;
    margin: 0 auto;
}
.pc_foot_nav>span{
    float: left;
    height: 56px;
    line-height: 56px;
}
.pc_foot_nav>span>a{
    color: #D3EDF2;
    font-size: 14px;
}
.pc_foot_nav>.pc_foot_divide{
    color: #5184B0;
    margin: 0 20px;

}
.zjzw_pc_foot .connectPhone{
    width: 435px;
    height: 20px;
    font-size: 14px;
    color: #D3EDF2;
    line-height: 20px;
    margin: 0 auto;
}
.zjzw_pc_foot .zjzw_foot_hx{
    height: 14px;
    margin: 20px auto 0;
    border-top: 1px solid #568EBD;
}
.zjzw_pc_foot .copyright{
    width:755px;
    margin: 0 auto;
}
.zjzw_pc_foot .copyright .text p{
    float: left;
    margin-right: 15px;
    font-size: 13px;
    color: #86B3DA;
}
.zjzw_pc_foot .copyright .text .db{
    margin-left: 20px;
}
.jc_icon>.dzjg>img{
    width: 27px;
    height: 33px;
}
.jc_icon>.jc>img{
    width: 46px;
    height:23px;
    margin-bottom: 6px;
    margin-left: 15px;
}