normalize article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
img {
  display: block;
}

html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

a {
  color: #666;
  text-decoration: none;
}

a {
  /* IE下去掉超链接获取焦点时产生的虚框 */
  nofocusline: expression(this.onFocus=this.blur());
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

input {
  border: 0px;
  outline: 0px;
}

.clearfix {
  display: inline-block;
}

.clearfix::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

* html .clearfix {
  zoom: 1;
}
body {
  /* background: #fff url(../images/bg.jpg) center top no-repeat; */
  font-size: 16px;
}
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
input,
ul,
li,dl,dt,dd {
    margin: 0;
    list-style: none;
}
#wrapper {
  width: 100%;
  text-align: center;
}

@media only screen and (max-width: 1300px) {
  html,
  body,
  #wrapper {
    width: 1280px;
  }
}
body {
  width: 100%;
  background: url(../images/bg.png) center top no-repeat;
  text-align: center;
 background-color:#1852b3;
}

.head {
  position: relative;
  width: 1100px;
  margin: 0 auto;
}
.head img {
  width: 1100px;
}
.head h1 {
  display: none;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999em;
}
.main {
  background:url(../images/mainbg.jpg) center top no-repeat;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
}
.clear{clear:both;}
.theme{
  margin: 0 auto;
  width: 1000px;
}
.theme h1{
  padding-top: 140px;
  color: #006cb8;
  font-weight: bold;
  font-family: 微软雅黑;
  font-size: 36px;
  margin-bottom: 10px;
}
.theme p {
    color: #666666;
    font-family: 微软雅黑;
    font-size: 14px;
    line-height: 24px;
    text-indent: 2em;
    text-align: left;
    padding-bottom: 22px;
}
.maintop{
  margin: 0 auto;
  width: 1000px;
overflow:hidden;
}
.maintop .yaowen{
  float: left;
}
.maintop .strive{
  position: relative;
  float:right;
  background-color: #1c5ac1;
  width: 440px;
  height:375px;
  overflow: hidden;
}
.maintop .strive .more{
  position: absolute;
  right: 9px;
  bottom: 8px;
  color: #87b0ff;
  font-size: 12px;
  font-family: 微软雅黑;
}
.maintop .strive ul{
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 36px;
}
.maintop .strive ul li{
  padding-top: 12px;
  border-bottom: #618cd4 1px solid;
}
.maintop .strive ul li p{
    color: #cefcfc;
    font-size: 14px;
    text-align: left;
    text-indent: 2em;
    padding-bottom: 22px;
}
.maintop .strive ul li h5{
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    text-align: left;
    padding-bottom: 7px
}
.luntan{
  margin: 0 auto;
  width: 1000px;
}
.luntan img{
  display: inline-block;
  margin-top: 120px;
  margin-bottom: 20px;
}
.luntan ul{
  width: 1000px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 88px;
}
.luntan ul li{
  width: 940px;
  border-bottom: #618cd4 1px solid;
}
.luntan ul li h5{
    font-size: 18px;
    color: #ffffff;
    font-family: Regular;
    text-align: left;
    line-height: 70px;
    font-weight:normal
}
.luntan ul li p{
    font-size: 14px;
    color: #5f9bff;
    font-family: Regular;
    line-height: 30px;
    text-align: left;
    text-indent: 2em;
    padding-bottom: 22px;
}
























