body {
  font-family: "Microsoft YaHei";
}
ul,
li {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
.top {
  background: url("imgtop-banner.jpg") repeat-x;
  padding-top: 16px;
  height: 97px;
}
.top .logo {
  background: url("../../img/zhaosheng/logo.png") no-repeat;
  display: block;
  width: 732px;
  height: 81px;
  float: left;
}
.top .banner {
  height: 113px;
  margin: 0 auto;
  width: 1080px;
}
.top .banner .code {
  font-size: 18px;
  line-height: 20px;
  float: right;
  color: #305aae;
}
.slider-wrapper {
  background: #dfe1e0;
}
.slider-wrapper img {
  width: 1080px;
  display: block;
  margin: 0 auto;
}
.main-extend {
  background: #f2f3f7;
}
.main-extend .row-wrapper {
  overflow: hidden;
  width: 1080px;
  margin: 0 auto;
}
.main {
  overflow: hidden;
  width: 1080px;
  margin: 0 auto;
}
.row {
  padding: 20px 0;
  overflow: hidden;
}
.news,
.notice,
.policy {
  float: left;
}
.news ul li,
.notice ul li,
.policy ul li {
  color: #000;
  padding: 7px 0;
  position: relative;
  border-bottom: 1px dashed #aeaeae;
}
.news ul li a,
.notice ul li a,
.policy ul li a {
  color: #000;
  position: relative;
}
.news ul li a:hover,
.notice ul li a:hover,
.policy ul li a:hover {
  color: #305aae;
  text-decoration: underline;
}
.news ul li .date,
.notice ul li .date,
.policy ul li .date {
  color: #aeaeae;
  float: right;
}
.news .header,
.notice .header,
.policy .header {
  background: url("../../img/zhaosheng/news.png") no-repeat;
  padding-right: 10px;
  width: 510px;
  height: 50px;
}
.notice {
  float: right;
}
.notice .header {
  background: url("../../img/zhaosheng/notice.png") no-repeat;
}
.row3 {
  overflow: hidden;
  background: #f0af00;
  color: #fff;
}
.policy {
  margin: 20px 30px 0 20px;
}
.policy .header {
  width: 440px;
  background: url("../../img/zhaosheng/policy.png") no-repeat;
}
.policy .header .more {
  color: #fff;
}
.policy ul li {
  border-color: #fff;
}
.policy ul li .date {
  color: #fff !important;
}
.policy ul li a {
  color: #fff !important;
}
.policy ul li a:before {
  background: url("../../img/zhaosheng/list-arrow-white.png") no-repeat;
}
.query {
  float: left;
  margin: 20px 30px 0 0;
}
.query .header {
  height: 50px;
  width: 241px;
  background: url("../../img/zhaosheng/query.png") no-repeat;
}
.query .lnsj,
.query .kswd {
  display: block;
  width: 248px;
  height: 51px;
  margin-top: 40px;
  background: url("../../img/zhaosheng/lnsj.png") no-repeat;
}
.query .kswd {
  background: url("../../img/zhaosheng/kswd.png") no-repeat;
}
.contactus {
  float: right;
  background: #144882;
  width: 302px;
  overflow: hidden;
}
.contactus .header {
  height: 48px;
  width: 302px;
  background: url("../../img/zhaosheng/contactus.png") no-repeat;
}
.contactus .title {
  font-size: 16px;
  width: 100%;
  text-align: center;
  margin: 20px 0;
}
.contactus img {
  width: 90px;
  margin: 15px;
}
.contactus .hotline {
  padding-right: 12px;
  width: 170px;
  float: right;
  font-size: 14px;  
  line-height: 16px;
}
.contactus .hotline .value {
  float: right;
}
.links {
  width: 1080px;
  border: 1px solid #305aae;
  margin: 20px auto;
  overflow: hidden;
}
.links a {
  display: block;
  float: left;
  width: 25%;
  text-align: center;
  margin: 15px 0;
}
.more {
  margin-top: 13px;
  font-size: 16px;
  display: block;
  float: right;
  color: #305aae;
}
::-webkit-input-placeholder {
  color: #fff;
}
.nav {
  height: 60px;
  width: 100%;
  line-height: 60px;
  background: #305aae;
}
.nav.fixed {
  top: 0;
  position: fixed;
  z-index: 9;
  opacity: 0.8;
}
.nav ul {
  width: 1080px;
  margin: 0 auto;
}
.nav ul .search {
  height: 40px;
  margin-top: 13px;
  color: #fff;
  padding-left: 12px;
  float: right;
  background: url("imgsearch.png") no-repeat;
}
.nav ul .search .searchInput {
  vertical-align: top;
  background: transparent;
  line-height: 34px;
  height: 34px;
  width: 185px;
  border: 0;
  outline: none;
  -webkit-appearance: none;
}
.nav ul .search .submit {
  border: 0;
  outline: none;
  -webkit-appearance: none;
  background: transparent;
  color: transparent;
  vertical-align: top;
  width: 35px;
  height: 34px;
}
.nav ul li {
  color: #fff;
  width: 9%;
  display: inline-block;
}
.nav ul li.level1 {
  float: left;
  position: relative;
}
.nav ul li ul {
  overflow: hidden;
  width: 170px;
  position: absolute;
  top: 60px;
  background: #305aae;
  display: none;
  z-index: 9;
  line-height: 40px;
}
.nav ul li ul li {
  width: 100%;
  height: 40px;
}
.nav ul li a {
  text-align: center;
  display: block;
  height: 100%;
  color: #fff;
}
.nav ul li a:hover {
  background: #4572cc;
}
.copyright {
  background: url("../../img/zhaosheng/footer.png") repeat-x;
  height: 165px;
  width: 100%;
  overflow: hidden;
}
.copyright div {
  font-size: 14px;
  color: #6897cf;
  width: 1080px;
  margin: 20px auto 0;
}