@charset "UTF-8";
body {
  background-color: #fefefe;
}
.openLink {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 1;
  width: 1300px;
  height: 100px;
  margin-left: -650px;
}
.openLink a {
  width: 1300px;
  height: 118px;
}
.openLink div {
  width: 1300px;
  height: 118px;
}
.topbg {
  width: 100%;
  min-width: 1200px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.topbg img {
  width: 100%;
  display: block;
}
.closebg {
  width: 56px;
  height: 26px;
  background: #DCDCDC;
  opacity: 0.33;
  border-radius: 13px;
  font-size: 16px;
  position: absolute;
  right: 200px;
  top: 30px;
  z-index: 100;
  text-align: center;
  cursor: pointer;
}
.publictop {
  width: 100%;
  padding-top: 118px;
}
.top {
  width: 1300px;
  margin: 0 auto;
  background: #FFFFFF;
  opacity: 0.9;
  padding: 21px 0 13px;
}
.top .top-container {
  width: 1300px;
  margin: 0 auto;
}
.top .top-container .wrapper {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.top .top-container .wrapper .logo-search {
  margin-left: 14px;
  margin-bottom: 16px;
}
.top .top-container .wrapper .logo-search img {
  width: 380px;
  vertical-align: top;
}
.top .top-container .wrapper .search-ipt {
  margin-left: 14px;
  margin-bottom: 19px;
  width: 367px;
  height: 34px;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  position: relative;
}
.top .top-container .wrapper .search-ipt .searchtip {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  padding: 7.5px 15px;
  float: left;
}
.top .top-container .wrapper .search-ipt .search-icon {
  width: 14px;
  height: 14px;
  margin: 10px 0;
  border-left: 1px solid #EEEEEE;
  padding-left: 7px;
  padding-right: 5px;
  vertical-align: top;
  float: left;
}
.top .top-container .wrapper .search-ipt input {
  width: 158px;
  padding-top: 2px;
  height: 32px;
  line-height: 32px;
  background: #FFFFFF;
  border-radius: 5px;
  float: left;
}
.top .top-container .wrapper .search-ipt .search-btn {
  position: absolute;
  top: -1px;
  right: -1px;
  width: 96px;
  height: 34px;
  background: #2091EB;
  border-radius: 0 5px 5px 0;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  line-height: 34px;
  border-top: 1px solid #2091EB;
  border-bottom: 1px solid #2091EB;
  border-right: 1px solid #2091EB;
}
.top .top-container .wrapper .search-ipt .search-btn:hover {
  cursor: pointer;
}
.top .top-container .wrapper .ewm {
  position: absolute;
  top: 59px;
  right: 0;
}
.top .top-container .wrapper .ewm div {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  height: 60px;
  line-height: 60px;
  float: left;
}
.top .top-container .wrapper .ewm div span {
  margin: 0 36px 0 40px;
}
.top .top-container .wrapper .ewm ul {
  float: right;
}
.top .top-container .wrapper .ewm ul li {
  width: 84px;
  float: left;
  text-align: center;
  margin: 0;
}
.top .top-container .wrapper .ewm ul li img {
  width: 37px;
  height: 37px;
  vertical-align: top;
  margin-bottom: 10px;
}
.top .top-container .wrapper .ewm ul li p {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
}
.top .top-container .wrapper .ewm ul li .ewm-pic {
  position: absolute;
  width: 200px;
  height: 200px;
  margin-left: -56px;
  display: none;
}
.top .top-nav {
  width: 1200px;
  height: 57px;
  background: #094CA5;
  margin: 0 auto;
}
.top .top-nav .nav-header {
  width: 1200px;
  margin: 0 auto;
}
.top .top-nav .nav-header .nav-item {
  float: left;
  width: 150px;
  height: 57px;
  line-height: 57px;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  color: #FFFFFF;
}
.top .top-nav .nav-header .nav-item:hover {
  font-size: 18px;
  font-weight: bold;
  background-color: #1564CD;
}
.top .top-nav .nav-header .navactive {
  background-color: #1564CD;
}
.top .top-nav .nav-header .nav-item a {
  display: inline-block;
  color: #FFFFFF;
  width: 100%;
}
.top-nav .nav-header .active {
  background-color: #FFAF30;
}
