* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'microsoft yahei', "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1.5;
  font-size: 14px;
  color: #333;
}

li {
  list-style: none;
}

a {
  color: #333;
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.mb20 {
  margin-bottom: 20px;
}

.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: '';
  display: block;
  overflow: hidden;
  clear: both;
  height: 0;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.topBar {
  background-color: #3d82e0;
  height: 50px;
  min-width: 1200px;
}

.topBar .con {
  margin: 0 auto;
  width: 1200px;
  overflow: hidden;
  color: #fff;
  padding-top: 7px;
}

.topBar .con .welcome {
  float: left;
  line-height: 40px;
  font-size: 18px;
}

.topBar .con .userHandle {
  font-size: 0;
  float: right;
  padding-top: 9px;
}

.topBar .con .userHandle a {
  display: inline-block;
  padding: 0 8px;
  font-size: 17px;
  color: #fff;
}

.topBar .con .userHandle a:hover {
  text-decoration: underline;
}

.topBar .con .userHandle a + a {
  content: '';
  border-left: 1px solid #fff;
}

.header {
  position: relative;
  min-width: 1200px;
  height: 560px;
}

.header > .logo,
.header > .site {
  position: absolute;
  z-index: 2;
  left: 50%;
}

.header .logo {
  top: 120px;
  margin-left: -408.5px;
  width: 817px;
  height: 124px;
  background: url(../images/logo.png) no-repeat;
}

.header .site {
  top: 290px;
  width: 200px;
  height: 40px;
  margin-left: -100px;
  text-align: center;
}

.header .site:after {
  content: '';
  position: absolute;
  z-index: 1;
  height: 40px;
  left: 0;
  right: 0;
  top: 35px;
}

.header .site:hover > .site-tit:after {
  -webkit-transform: rotateX(180deg) translateY(3px);
  transform: rotateX(180deg) translateY(3px);
}

.header .site:hover .site-con {
  display: block;
}

.header .site-tit {
  position: relative;
  position: relative;
  z-index: 2;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  background-color: #ffffff;
  box-shadow: 1px 1px 15px 0px rgba(36, 125, 192, 0.35);
  border-radius: 20px;
  font-size: 16px;
  cursor: pointer;
}

.header .site-tit:before, .header .site-tit:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.header .site-tit:before {
  width: 12px;
  height: 16px;
  background-image: url(../images/location.png);
  margin-right: 15px;
}

.header .site-tit:after {
  width: 13px;
  height: 8px;
  background-image: url(../images/arrow_b.png);
  margin-left: 15px;
}

.header .site-con {
  display: none;
  position: absolute;
  top: 60px;
  left: 50%;
  margin-left: -300px;
  width: 600px;
  padding: 15px 15px 0 0;
  background-color: #ffffff;
  border-radius: 10px;
  min-height: 50px;
  text-align: left;
  font-size: 0;
}

.header .site-con span {
  display: inline-block;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
  border-radius: 15px;
  padding: 0 5px;
  width: 100px;
  margin-left: 15px;
  margin-bottom: 15px;
  cursor: pointer;
}

.header .site-con span.cur {
  background-color: #d6efff;
}

.header .site-con:before {
  content: '';
  position: absolute;
  left: 50%;
  top: -20px;
  width: 0;
  height: 0;
  border: 10px solid #fff;
  border-color: transparent transparent #fff transparent;
}

.header .banner {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.header .banner .swiper-slide {
  background-position: center center;
}

.main {
  width: 1200px;
  margin: 20px auto 0;
}

.guide-nav {
  font-size: 0;
  padding: 20px 0;
  
}

.guide-nav li {
  display: inline-block;
  margin: 0 30px;
  font-size: 18px;
}

.guide-nav li a {
  display: block;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

.guide-nav li a img {
  display: block;
  width: 125px;
  margin: 0 auto;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.guide-nav li a p {
  text-align: center;
  font-size: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 5px;
}

.guide-nav li a:hover {
  color: #3d82e0;
}

.guide-nav li a:hover img {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.title {
  overflow: hidden;
  margin-bottom: 20px;
}

.title > h3 {
  position: relative;
  float: left;
  font-size: 24px;
  padding-left: 20px;
  line-height: 30px;
  font-weight: 500;
}

.title > h3:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -11px;
  display: inline-block;
  width: 7px;
  height: 22px;
  background-color: #0b6cda;
  vertical-align: middle;
}

.title > a {
  float: right;
  position: relative;
  font-size: 16px;
  line-height: 30px;
  color: #666;
}

.title > a:after {
  content: '';
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
  width: 9px;
  height: 16px;
  background: url(../images/arrow.png) no-repeat;
}

.bazn-list {
  margin-left: -17px;
  overflow: hidden;
}

.bazn-list li {
  position: relative;
  float: left;
  width: 286px;
  height: 350px;
  margin-left: 18px;
  margin-bottom: 20px;
  background: url(../images/bszn_bg.png) center no-repeat;
  box-shadow: 1px 1px 8px 0px rgba(0, 136, 207, 0.3);
  overflow: hidden;
  cursor: pointer;
}

.bazn-list li .info-out {
  position: relative;
  z-index: 1;
  padding: 80px 20px 0 20px;
}

.bazn-list li .info-out > img {
  width: 70px;
  height: 70px;
  display: block;
  margin: 0 auto 50px;
}

.bazn-list li .info-out p {
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  font-weight: 500;
}

.bazn-list li .info-inner {
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  height: 350px;
  background: rgba(11, 108, 218, 0.8);
  z-index: 2;
  padding: 40px 60px 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.bazn-list li .info-inner > .img {
  display: block;
  margin: 0 auto 30px;
  background-color: #fff;
  width: 114px;
  height: 114px;
  padding: 4px;
}

.bazn-list li .info-inner > .img > img {
  width: 100%;
  height: 100%;
}

.bazn-list li .info-inner > dl > dd > a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bazn-list li .info-inner > dl > dd:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 6px;
  height: 6px;
  background-color: #fff;
}

.bazn-list li .info-inner > dl > dd + dd {
  margin-top: 10px;
}

.bazn-list li:hover .info-inner {
  top: 0;
}

.table-cnt {
  position: relative;
}

.table {
  width: 100%;
  table-layout: fixed;
}

.table thead th {
  background-color: #cfe4f4;
}

.table th,
.table td {
  padding: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}

.table tbody tr:nth-child(odd) td {
  background-color: #f3f9fd;
}

.search {
  position: relative;
  padding-right: 80px;
  width: 480px;
}

.search a {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 44px;
  line-height: 44px;
  background: #0b6cda;
  text-align: center;
  color: #fff;
  font-size: 16px;
}

.search input[type='text'] {
  width: 100%;
  height: 44px;
  line-height: 42px;
  padding: 0 10px;
  border-radius: 1px solid #ccc;
  outline: 0;
  font-size: 16px;
}

.search input[type='text']:focus {
  border: 1px solid #0b6cda;
}

.footer {
  min-width: 1200px;
  text-align: center;
  color: #fff;
  padding: 15px;
  margin-top: 20px;
  background-color: #333;
}

.footer p {
  color: #fff;
  font-size: 14px;
  text-align: center;
}
