﻿body {
  font-family: "微软雅黑";
  font-size: 17px;
  background: #fff;
  min-width: 1280px;
}

a:link,
a:visited {
  color: #666666;
  text-decoration: none;
}

a:hover,
a:active {
  color: #1b51ab;
  text-decoration: none;
}

.header {
  width: 1280px;
  padding-top: 25px;
  height: 90px;
  margin: 0 auto;
}

.header .logo {
  float: left;
}

.header .en {
  float: right;
  margin-top: 40px;
}

.banner {
  background: url(/sites/soih/Themes/Image/indexbanner.png) no-repeat top center;
  height: 430px;
  width: 100%;
  border-top: solid 4px #0072bb;
}

.container {
  width: 100%;
}

.wrapper1280 {
  width: 1280px;
  margin: 0 auto;
  padding: 15px 0;
  clear: both;
}

.footer {
  background: url(/sites/soih/Themes/Image/footerbg.png) top center;
  height: 130px;
  color: #fff;
   background:#013765;
}

.footer .content {
  width: 1280px;
  margin: 0 auto;
  padding: 30px 0;
  font-size: 14px;
}

.footer .content p {
  height: 2em;
}