.ad > div {
  position: relative;
  text-align: left;
}
.ad > div > div {
  position: absolute;
  display: inline-block;
  top: 270px;
  left: 70px;
}
.ad p {
  font-style: italic;
}
body {
  background: #F5F5F5;
}
.bread {
  background-color: #fff;
  margin-top: 40px;
}
.bread ul {
  width: 1200px;
  margin: 0 auto;
  height: 50px;
  line-height: 50px;
}
.bread ul a {
  color: #333 ;
  font-size: 18px;
}
.bread ul,
.bread ul a:hover {
  color: #1c77e7;
}
.bread ul li {
  display: inline-block;
  font-size: 18px;
}
.bread ul li span {
  color: #333;
  font-size: 18px;
  padding: 0 25px;
}
.content {
  margin-top: 20px;
  background-color: #fff;
  color: #666;
  padding-top: 40px;
  line-height: 36px;
}
.content > div {
  width: 1136px;
  margin: 0 auto;
}
.content > div .image-txt {
  text-align: center;
  padding-top: 20px;
}
.content h1 {
  font-size: 36px;
  font-weight: normal;
  width: 780px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
}
.content h2 {
  font-weight: normal;
}
.content p,
.content h2 {
  font-size: 18px;
}
.content p {
  text-indent: 2em;
}
.content h5 {
  font-size: 18px;
  font-weight: normal;
  line-height: 60px;
  color: #999;
  text-align: right;
  padding-top: 20px;
}
.content h4 {
  line-height: 150px;
  height: 150px;
}
.content h4,
.content h4 a {
  font-size: 26px;
  font-weight: normal;
}
.content h4 a {
  color: #1c77e7;
  padding-left: 5px;
}
.content h4 a:hover {
  color: #1257ad;
}
.content h6 {
  border-bottom: 1px dotted #555;
}
.content h3 {
  font-size: 26px;
  font-weight: normal;
  line-height: 80px;
}
.header .infomation{
	background-color: #1c77e7;
}
.header .infomation>a {
	color: #fff;
}