body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
body {
  background-color: #fff;
  font-size: 16px;
  color: #333;
  width: 100%;
  min-width: 1200px;
  font-family: Microsoft YaHei, Verdana, Arial, Helvetica, sans-serif;
  /*overflow-x: hidden;*/
}
h1,
h2,
h3,
h4,
h5,
h6,
i,
em,
p,
strong {
  font-weight: normal;
  font-style: normal;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
a {
  text-decoration: none;
  font-size: 16px;
  color: #000;
}
a:hover {
  text-decoration: none;
}
img,
input,
button {
  border: 0  none;
  outline: none;
}
ol,
ul,
li {
  list-style: none;
}
table {
  border-collapse: collapse;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.hidden {
  display: none;
}
.show {
  display: block;
}



/*公共部分*/
.head{
  background: url("../img/logo-pic.png") no-repeat ;
}
.head .head_top{
  width: 1200px;
  margin: 0 auto;
  height: 180px;
}
.head .head_top .img1{
  margin-top: 24px;
  vertical-align: middle;
}
.head .head_top .img2{
  float: right;
  margin-top:50px;
  margin-right: 10px;
}
.nav{
  background-color: #005aaa;
}
.nav ul{
  margin: 0 auto;
  width: 1200px;
  height: 48px;
  line-height: 48px;
}
.nav ul>li{
  height: 48px;
  width: 142px;
  float: left;
  text-align: center;
}
.nav ul span{
  display: inline-block;
  width: 1px;
  height: 20px;
  margin-top: 14px;
  float: left;
  background-color: #fff;
}
.nav ul>li a{
  background-color: #005aaa;
  color: #fff;
  font-size: 18px;
  display: inline-block;
  width: 106px;
  height: 37px;
  line-height: 37px;
  margin:  5px auto;
  border-radius: 4px;

}
.nav ul>li:hover a{
  background-color: #fff;
  color: #005aaa;
}
.nav ul>li.act a{
  background-color: #fff;
  color: #005aaa;
}


.foot {
  background-color: #dee0e2;
  font-size: 14px;
}
.foot .tabs{
  text-align: center;
  border-top: 8px solid #0068b7;
  padding-top: 20px;
}
.foot .tabs span{
  cursor: pointer;
  display: inline-block;
  width: 190px;
  height: 30px;
  line-height: 30px;
  background-color: #fff;
  margin-left: 15px;
}
.foot .tabs span:nth-child(1){
  margin-left: 0;
}
.foot .tabs span.choose{

}
.foot .tabs span img{
  float: right;
  margin-top: 10px;
  margin-right: 10px;
}


.foot .select1{
  margin-top: 20px;
}
.foot .mid{
  text-align: center;
}
.foot a{
  font-size: 14px;
}
.foot .footer{
  width: 816px;
  margin: 20px auto 0;
  height: 90px;
  padding-bottom: 20px;
}
.foot .footer .zc_ico1{
  float: left;
  margin-right: 20px;
}
.foot .footer p{
  width: 600px;
  float: left;
  height: 55px;
  font-size: 14px;
  line-height: 1.6;
  margin-top: 6px;
}
.foot .footer .zc_ico2{
  float: left;
  margin-left: 20px;
}
.foot ul{
  width: 700px;
  margin: 10px auto;
  display: none;
  box-sizing: border-box;
  height: 160px;
  padding: 10px;
  background-color: #F7F7F7;
  position: relative;
}
.foot ul.show{
  display: block;
}
.foot ul li{
  float: left;
  cursor: pointer;
  margin-right: 30px;
  margin-bottom: 20px;
  padding: 3px;
}
.foot ul li:hover{

}
.foot ul li.checked{
  color: #fff;
  background-color: #1787FB;
}



