* { margin: 0; padding: 0; box-sizing: border-box; }
html, body {
    height: 100%;
    font-family: "Microsoft YaHei", sans-serif;
    background-color: #daf0fe;
}
body {
    display: flex;
    width: 100%;
    flex-direction: column;

}
header {
    width: 100%;
    height: 0;
    padding-top: calc(727/1920 * 100%);
    background: url(../images/zsk_banner.jpg);
    background-size:cover;
}
header .logo {
    width: calc(1200/1920 * 100%);
    position: absolute;
    top: 20px;
    left: 50%;
    text-align: left;
    transform: translate(-50%, 0);
}
header .logo a {
    padding: 0 20px;
    background-color: rgba(255,255,255,0.35);
    border-radius: 6px;
    text-align: center;
}
header .link {
    display: inline-block;
    cursor: pointer;
}
header .logo a img {
    max-height: 50px;
}

header img {
    width: 100%;
    height: 100%;
}

.main {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer{
    width: 1200px;
    height: 170px;
    margin:  0 auto;
    background: #50aedf;
    padding-top: 15px;
  }
  .footer .lf{
    width: 900px;
    //background: url(./img/footbj.png) 30px no-repeat;
    float: left;
  }
  .footer .lf p{
    line-height: 35px;
    //margin-left: 130px;
    color: #000;
    font-size: 15px;
    width: 100%;
  }
  .footer .lf p a{
    text-decoration: none;
    color: #000;
  }
  
  .footer .rt{
    width: 110px;
    float: right;
    margin-right: 15px;
  }
  .footer .rt a{
    width: 100%;
    height: 150px;
    display: block;
  }

  .top-icon{
    margin-bottom: 2px;
    width: 24px;
    height: 24px;
	}
.top-icon-1{
    background: url("../../public/img/top01.png") no-repeat center center;
    background-size: 16px 16px;
    -ms-behavior: url(//ylbzj.sc.gov.cn/scsybj/xhtml/dist/css/backgroundsize.min.htc);
     behavior: url(//ylbzj.sc.gov.cn/scsybj/xhtml/dist/css/backgroundsize.min.htc);
}
.top-icon-2{
    background: url("../../public/img/top02.png") no-repeat center center;
    background-size: 16px 16px;
    -ms-behavior: url(//ylbzj.sc.gov.cn/scsybj/xhtml/dist/css/backgroundsize.min.htc);
    behavior: url(//ylbzj.sc.gov.cn/scsybj/xhtml/dist/css/backgroundsize.min.htc);
}
.top-icon-3{
    background: url("../../public/img/top03.png") no-repeat center center;
    background-size: 16px 16px;
    -ms-behavior: url(//ylbzj.sc.gov.cn/scsybj/xhtml/dist/css/backgroundsize.min.htc);
    behavior: url(//ylbzj.sc.gov.cn/scsybj/xhtml/dist/css/backgroundsize.min.htc);
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.ltw {
	position: fixed;
    left: 0px;
    top: 0px;
    width: 240px;
    height: 300px;
	color: red;
	font-size: medium;
	border:1px solid rgb(196, 196, 196);
	background-color: rgb(245, 245, 245);
	z-index:999;
}
div.title a{
    font-size:15px;
}

.rightfloat{
	position: fixed;
	right: 0;
	top:410px;
	width:90px;
	border:1px solid #dddddd;
	border-radius: 6px;
	background: #4788d7;
}
.rightfloat li {
	position: relative;
	height: 80px;
}

.righttopfloat2{
	position: fixed;
	right: 0;
	top:500px;
	width:90px;
	border:1px solid #dddddd;
	border-radius: 6px;
	background: #4788d7;
}
.righttopfloat2 li {
	position: relative;
	height: 30px;
}

.righttopfloat{
	position: fixed;
	right: 0;
	top:340px;
	width:90px;
	border:1px solid #dddddd;
	border-radius: 6px;
	background: #4788d7;
}
.righttopfloat li {
	position: relative;
	height: 60px;
}
.righttopfloat1{
	position: fixed;
	right: 0;
	top:270px;
	width:90px;
	border:1px solid #dddddd;
	border-radius: 6px;
	background: #4788d7;
}
.righttopfloat1 li {
	position: relative;
	height: 60px;
}

