﻿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;
  clear: both;
}

.main .left {
  float: left;
  width: 20%;
}

.main .left .title {
  width: 60px;
  line-height: 50px;
  padding-top: 20px;
  overflow: visible;
  font-size: 26px;
  white-space: nowrap;
  font-weight: bold;
  color: #0d63ae;
  border-top: #0d63ae 2px solid;
  float: left;
  margin: 0;
}

.main .right {
  float: left;
  width: 80%;
}

.main .right .content {
  padding: 0 0 10px 0;
}

.main .right .content p {
  line-height: 2em;
  padding: 0 0 15px 0;
  text-indent: 2em;
}

.main .right .content h3 {
  font-weight:bold;
  padding-bottom:10px;
}





.footer {
  background: url(/sites/soih/Themes/Image/footerbg.png) repeat-y;
  height: 130px;
  color: #fff;
}

.footer .content {
  width: 1280px;
  margin: 0 auto;
  padding: 30px 0;
  font-size: 14px;
}

.footer .content p {
  height: 2em;
}