html,
body {
  margin: 0;
  padding: 0;
  background-color: #eee;
  font-family: 'Microsoft YaHei', Tahoma, '\5FAE\8F6F\96C5\9ED1', Arial, Helvetica, sans-serif;
  min-width: 1300px;
}
/*初始化css*/
img {
  border: none;
  vertical-align: middle;
  border: 0;
  outline: 0;
}
a {
  text-decoration: none;
  out-line: none;
  color: black;
}
/* top 开始*/
.top {
  background-color: #2A6DC6;
  width: 100%;
  height: 35px;
  color: #fff;
  font-size: 12px;
  line-height: 32px;
  font-weight: bold;
  letter-spacing: 0.5px;
}
.top .content {
  width: 1300px;
  margin: 0 auto;
  /*overflow: hidden;*/
  /*padding-left: 100px;*/
}
.top a {
  display: inline-block;
  color: #fff;
}
.topleft {
  float: left;
  padding-top: 1px;
}
.topright {
  float: right;
}
.log a {
  color: #FFF;
  text-decoration: none;
}
.log span {
  color: #FFF;
}
/*主体内容*/
.index {
  width: 100%;
  min-width: 1300px;
}
/*核心内容区*/
.hxcontent {
  width: 1300px;
  margin: 0 auto;
  position: relative;
  top: 30px;
}
/*头图------------------------------------------------------------------------------------------------------------------------------------------*/
.topconimg {
  width: 1300px;
  /* overflow: hidden; */
  margin: 0 auto;
  position: relative;
}
.swiper-container {
  height: 728px;
}
.swiper-slide {
  width: 1300px;
}
.swiper-slide img {
  width: 1300px;
  height: 728px;
}
/* 分页器 */
.prev {
  position: absolute;
  left: 500px;
  top: 735px;
  width: 70px;
  cursor: pointer;
  opacity:0.3;
}
.next {
  position: absolute;
  right: 500px;
  top: 735px;
  width: 70px;
  cursor: pointer;
}
.number {
  color: #2A6DC6;
  font-size: 39px;
  display: inline-block;
  position: absolute;
  right: 593px;
  top: 742px;
  width: 107px;
  text-align: center;
  font-weight: bold;
}
/*底部*/
.footer .w {
  width: 1200px;
  margin: 0 auto;
}
.footer {
  margin: 0;
  padding: 0;
}
.footer a {
  color: #333;
  text-decoration: none;
}
.footer .footer-column p a:hover {
  color: #2A6DC6;
  text-decoration: underline !important;
}
.footer {
  height: 140px;
  border-top: 5px solid #2A6DC6;
  text-align: center;
  margin-top: 120px;
}
.footer .footer-column {
  height: 140px;
}
.footer .footer-column p {
  margin: 8px 0;
}
.footer .footer-column .about {
  width: 1200px;
}
.footer .footer-column .about a {
  color: #333;
  font-size: 16px;
  padding: 0 20px;
}
.footer .footer-column .address span {
  display: inline-block;
  font-size: 16px;
  color: #333;
}
.footer .footer-column a {
  font-size: 16px;
  color: #333;
}
.footer .footer-column .pho a {
  margin: 0 10px;
}
.footer .footer-column .bean a {
  margin: 0 6px;
}
.footer .footer-column .bean img {
  position: relative;
  top: 4px;
  left: 5px;
}
.footer .footer-column .bean {
  vertical-align: baseline;
}
