@charset "utf-8";
/* CSS Document */
@import url("font-awesome/css/font-awesome.css");
.banner{
	height:426px;
	background:#0092e0 url(../images/banner.jpg) center no-repeat
}
.slide{
	width:540px;
	height:292px;
	overflow:hidden;
	position:relative
}
.slide .hd{
	position:absolute;
	z-index:2;
	bottom:10px;
	right:15px
}
.slide .hd ul li{
	text-indent:-999px;
	display:inline-block;
	width:10px;
	height:10px;
	background-color:white;
	margin:0 3px;
	cursor:pointer
}
.slide .hd ul li.on{
	background-color:#57a8d6
}
.slide .bd ul li{
	position:relative;
	z-index:1
}
.slide .bd ul li img{
	width:540px;
	height:292px;
	float:left
}
.slide .bd ul li div{
	position:absolute;
	width:100%;
	left:0;
	bottom:0;
	background:rgba(0,0,0,.6);
	height:50px;
	line-height:50px;
	text-indent:20px
}
.slide .bd ul li a{
	color:white
}
.list01{
	width:540px;
	height:292px;
	overflow:hidden
}
.list01 .tit{
	height:50px;
	line-height:50px;
	border-bottom:1px dotted #555
}
.list01 .tit h3{
	padding-left:50px;
	background:url(../images/list01.png) 10px center no-repeat
}
.list01 .tit a{
	display:inline-block;
	width:64px;
	height:26px;
	line-height:26px;
	margin:18px 10px 0 0;
	background-color:#57a8d7;
	color:white;
	text-align:center
}
.list01 ul li,
.gzjl_box ul li{
	line-height:37px;
	padding-left:15px;
	box-sizing:border-box;
	background:url(../images/dot.gif) left center no-repeat
}
.zcwj_box{
	height:320px;
	
}
.zcwj_box .tit,
.sdly_box .tit,
.gzjl_box .tit{
	height:50px;
	line-height:50px;
	background:url(../images/tit_bg.gif) center no-repeat;
	text-align:center
}
.zcwj_box ul li{
	float:left;
	width:490px;
	min-height:20px;
	line-height:20px;
	padding:15px 25px;
	background:#f3f8fe url(../images/dot.gif) 10px 22px no-repeat;
	margin:20px 20px 0 0
}
.sdly_box ul li{
	float:left;
	text-align:center;
	display:inline-block;
	background-color:#f3f8fe;
	border-bottom:5px solid #57a8d6;
	margin:10px 10px 0 0;
}

.sdly_box ul li a{
	width:175px;
	height:55px;
	padding-top:130px;
	display:block;
	background-image:url(../images/icon.png);
	background-repeat:no-repeat;
	background-position:60px 40px
}
.sdly_box ul li.li06{
	margin-right:0
}
.sdly_box ul li.li02 a{
	background-position:-135px 40px
}
.sdly_box ul li.li03 a{
	background-position:-318px 40px
}
.sdly_box ul li.li04 a{
	background-position:-495px 40px
}
.sdly_box ul li.li05 a{
	background-position:-685px 40px
}
.sdly_box ul li.li06 a{
	background-position:-870px 40px
}
.sdly_box ul li a:hover{
	background-color:#57a8d6;
	color:white;
	background-image:url(../images/icon_h.png);
}

.footer{
	margin-top:40px;
	padding:52px 0;
	border-top:4px solid #1b6dbf;
	line-height:30px
}
.footer>.por>a>img{
	position:absolute;
	top:50%;
	margin-top:-40px;
	left:10%
}
.footer>.por .img02{
	left:auto;
	right:10%
}
/*-------------------------------------*/
@media screen and (max-width: 800px){
	
  .banner img{
	  display:none
  }

}


@media screen and (max-width: 800px){
  .banner{
	  height:auto;
	  background:none
  }
  .banner img{
	  display:block;
	  width:100%;
	  height:auto
  }
  .w1100,
  .slide,
  .slide .bd ul li img,
  .list01,
  .zcwj_box ul li{
	  width:100%;
	  box-sizing:border-box
  }
  .slide,
  .list01{
	  margin-top:1em !important
  }
  .list01,
  .zcwj_box{
	  height:auto
  }
  .list01 ul li, .gzjl_box ul li{
	  line-height:1.5em;
	  margin:10px 0
  }
  .zcwj_box .tit{
	  padding-bottom:1em;
	  background-color:white;
	  background-position:center 0
  }
  .zcwj_box{
	  background-size:100% 100%
  }
  .zcwj_box ul{
	  padding:1em;
	  box-sizing:border-box;
	  margin-top:10px !important
  }
  .zcwj_box ul li{
	  margin:0;
	  margin-bottom:1em 
  }
  .sdly_box ul li{
	  width:48%;
	  height:80px;
	  margin:1%;
      display: flex;
      align-items: center;
  }
  .sdly_box ul li a{
	  width:100%;
	  padding-top:0;
	  height:auto;
	  padding:1em 0;
	  background-image:none
  }
  .sdly_box ul li a:hover{
	  background-image:none
  }
  .footer{
	  margin-top:2em;
	  padding:1em 0
  }
  .footer>.por>a>img{
	  left:auto;
	  right:auto !important;
	  position:relative;
	  margin:0;
	  text-align:center
  }

}