.w {
  width: 1200px;
  margin: 0 auto;
  display: table;
}
/*清除元素默认的内外边距  */
* {
  margin: 0;
  padding: 0;
}
/*让所有斜体 不倾斜*/
em,
i {
  font-style: normal;
}
/*去掉列表前面的小点*/
li {
  list-style: none;
}
/*图片没有边框   去掉图片底侧的空白缝隙*/
img {
  border: 0; /*ie6*/
  vertical-align: middle;
}
/*让button 按钮 变成小手*/
button {
  cursor: pointer;
}
/*取消链接的下划线且修改字体颜色*/
a {
  color: #666;
  text-decoration: none;
}

button,
input {
  font-family: "Microsoft YaHei", "Heiti SC", tahoma, arial, "Hiragino Sans GB", \\5B8B\4F53, sans-serif;
}

body {
  background-color: #fff;
  font: 12px/1.5 "Microsoft YaHei", "Heiti SC", tahoma, arial, "Hiragino Sans GB", \\5B8B\4F53, sans-serif;
  color: #666;
}
/*隐藏元素*/
.hide,
.none {
  display: none;
}
/*清除浮动*/
.clearfix:after {
  visibility: hidden;
  clear: both;
  display: block;
  content: ".";
  height: 0;
}
.clearfix {
  *zoom: 1;
}
/*左浮动*/
.fl {
  float: left;
}
/*右浮动*/
.fr {
  float: right;
}






/* 头部 */
.header { 
  width: 100%;
  height: 500px;
  background: url(/statics/jian_gov/yhgc/images/fz_banner.png) no-repeat;
  background-size: 100% 100%;
}
.logo img {
  width: 238px;
  height: 46px;
  margin-top: 40px;
}
nav {
  width: 100%;
  height: 64px;
  background: #2452b0;
}
.nav_lis ul{
  display: flex;
    justify-content: center;
}
.nav_lis ul li {
  float: left;
  width: 200px;
  text-align: center;
  position: relative;
}

.nav_lis ul li::after {
  content: "";
  position: absolute;
  left: auto;
  top: auto;
  bottom: 18px;
  right: 0;
  height: 40%;
  width: 2px;
  background-color: #ffffff;
}
.nav_lis ul li:last-of-type::after {
  content: "";
  position: absolute;
  left: auto;
  top: auto;
  bottom: 18px;
  right: 0;
  height: 40%;
  width: 0px;
  background-color: #ffffff;
}
.nav_lis ul li:hover {
  background-color: #2a5ec8;
}
.nav_lis ul li a {
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
  line-height: 64px;
}
/* 头部 */

/* 尾部 */

.lin {
  width: 100%;
  background: #f0f3f8;
}
.links {
  height: 60px;
}
.daohang {
  width: 136px;
  height: 40px;
  background: url(/statics/jian_gov/yhgc/images/daohang_bg.png);
  float: left;
  margin-left: 11px;
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  font-family: Microsoft YaHei, "微软雅黑";
  text-indent: 35px;
}
.links_slide {
  float: left;
  width: 200px;
  height: 60px;
  line-height: 40px;
  cursor: pointer;
}
.links_slide span {
  float: left;
  font-size: 18px;
  font-weight: 400;
  color: #0054d1;
  line-height: 60px;
}
.links_slide img {
  float: left;
  margin-left: 10px;
  margin-top: 28px;
}
.links_slide1 .jiantou3 {
  display: block;
}
.links_slide2 .jiantou3 {
  display: none;
}
.links_slide1 .jiantou4 {
  display: none;
}
.links_slide2 .jiantou4 {
  display: block;
}
.links2 {
  width: 1200px;
  margin: auto;
}
.links2 ul {
  width: 1192px;
  float: left;
  display: none;
  background: #fff;
  border: 1px solid #0068b7;
  border-top: 0px;
  padding: 10px 0px 30px 6px;
}
.links2 ul li {
  padding-left: 9px;
  padding-right: 9px;
  height: 30px;
  line-height: 30px;
  float: left;
}
.links2 ul li img {
  float: left;
  margin-top: 12px;
}
.links2 ul li a {
  float: left;
  margin-left: 8px;
  font-size: 14px;
  color: #333333;
  width: 154px;
}
.links2 ul li a:hover {
  color: red;
}
.cha{
    position: absolute;
    bottom: -25px;
    right: 0px;
    width: 59px;
    height: 28px;
    cursor: pointer;
}
/* 底部 */
.foo_db{
    width: 100%;
    height: 267px;
    background-color:#2452B0;
    display: flex;
}
.foot{
	text-align: center;
	position: relative;
    padding-top: 55px;
}
.foot_link{
	color: #fff;
    font-size: 16px;
}
.foot span{
	margin-left: 6px;
	color: #fff;
}
.foot p{
	color: #fff;
	line-height: 24px;
	margin-top: 20px;
    font-size: 20px;
}
.foot p em{
    font-family:Verdana;
    font-style:normal;
}
.foot p a{
	color: #fff;
}
.foot_link:hover,.foot p a:hover{
	text-decoration: underline;
}
.ica{
	position: absolute;
	left: 80px;
	top:20px;
}
.icb{
	position: absolute;
	left: 160px;
	top:20px;
}                   
                   
                   
.zhaocuo{
	position: absolute;
	right: 80px;
	top:34px;
}
.foot p {
    font-size: 16px;
    line-height: 30px;
  }
/* 尾部 */
