.icon {
  display: block;
  background-image: url(../images/bg.png);
  background-repeat: no-repeat;
  background-size: 661px 90px;
}
.icon.wx {
  width: 42px;
  height: 33px;
  background-position: 0 -20px;
}
.icon.dh {
  width: 35px;
  height: 34px;
  background-position: -98px -19px;
}
.icon.yx {
  width: 39px;
  height: 29px;
  background-position: -206px -22px;
}
.icon.jt {
  width: 256px;
  height: 29px;
  background-position: 0 -61px;
}
.icon.dh2 {
  width: 71px;
  height: 71px;
  background-position: -333px 0;
}
.icon.sj {
  width: 71px;
  height: 71px;
  background-position: -453px 0;
}
.icon.yx2 {
  width: 71px;
  height: 71px;
  background-position: -590px 0;
}
.header {
  background: #314699;
  width: 100%;
  height: 90px;
  transition: all 0.5s ease;
  padding: 0 88px;
  box-sizing: border-box;
}
.header .logo {
  float: left;
  display: block;
  padding-top: 20px;
}
.header .logo img {
  display: block;
  height: 50px;
}
.header .nav {
  float: right;
  padding-right: 8px;
}
.header .nav a {
  display: block;
  float: left;
  height: 90px;
  line-height: 90px;
  padding: 0 15px;
  color: #fff;
  font-size: 18px;
  transition: all 0.5s ease;
}
.header .nav a.on,
.header .nav a:hover {
  background: rgba(255, 255, 255, 0.6);
  color: #000;
  position: relative;
}
.header .nav a.on:after,
.header .nav a:hover:after {
  content: '';
  display: block;
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fffffe;
}
.header .icons {
  float: right;
  padding-top: 30px;
}
.header .icons .icon {
  float: left;
  position: relative;
  margin-right: 10px;
  transform: scale(0.7);
}
.banner {
  width: 100%;
  height: 600px;
  overflow: hidden;
}
.banner .banner-title {
  padding-top: 200px;
  text-align: center;
  color: #fff;
}
.banner .banner-title .ch-title {
  font-size: 107px;
  text-shadow: 0 1px 3px #000;
}
.banner .banner-title .en-title {
  font-size: 32px;
  text-transform: uppercase;
  font-family: Candara;
}
.link {
  padding-top: 20px;
  padding-bottom: 10px;
}
.link span,
.link a {
  color: #333;
  font-size: 14px;
  line-height: 30px;
}
.link span {
  font-size: 16px;
}
.footer-2 {
  font-size: 14px;
  background: #013e8b;
  color: #ccc;
  line-height: 60px;
  text-align: center;
}
.footer-2 a {
  color: #ccc;
}
