.header .about>a {
  background-color: #1c77e7;
}
.title {
  padding-bottom: 30px;
}
.content {
  background-color: #F5F5F5;
}
.content .introduce {
  background-color: #fff;
}
.content .introduce > div {
  width: 1136px;
  margin: 0 auto;
  padding: 50px 0;
}
.content .introduce > div > div {
  padding-top: 40px;
  width: 890px;
  margin: 0 auto;
}
.content .introduce p {
  font-size: 18px;
  color: #666;
  line-height: 36px;
  text-indent: 2em;
}
.content .introduce span {
  width: 290px;
  height: 60px;
}
.content .introduce span.join_1 {
  background: url("../images/join_1.png") no-repeat;
}
.content .introduce span.join_2 {
  background: url("../images/join_2.png") no-repeat;
}
.content .culture {
  background: #fff;
}
.content .culture dl {
  width: 1136px;
  margin: 0 auto;
  padding: 40px;
}
.content .culture dt {
  font-size: 26px;
  line-height: 64px;
}
.content .culture dd {
  line-height: 52px;
  font-size: 18px;
  text-indent: 40px;
  position: relative;
}
.content .culture dd:before {
  content: "";
  position: absolute;
  width: 38px;
  border-bottom: 1px solid #333;
  left: 0px;
  top: 24px;
}
.content .culture ul {
  margin-left: -40px;
}
.content .culture ul li {
  line-height: 28px;
  font-size: 16px;
  color: #666;
}
.content .organization {
  background-color: #fff;
  text-align: center;
}
.content .enterprise {
  background-color: #fff;
  text-align: center;
  padding-top: 50px;
}
.content .enterprise span,
.content .enterprise div {
  display: inline-block;
}
.content .enterprise span {
  width: 146px;
  height: 500px;
  opacity: 0.3;
  filter: alpha(opacity=30);
  cursor: pointer;
  -webkit-transition: all .5s linear;
  -o-transition: all .5s linear;
  -moz-transition: all .5s linear;
  transition: all .5s linear;
}
.content .enterprise span:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.content .enterprise>div {
  width: 848px;
  height: 500px;
  position: relative;
}
.content .enterprise ul {
  position: absolute;
  left: 0px;
  top: 0px;
}
.content .enterprise li {
  float: left;
}
.content .enterprise li img {
  width: 848px;
  height: 500px;
}
.content .contact {
  background-color: #fff;
  padding: 50px 0;
}
.content .contact > div {
  width: 1136px;
  margin: 0 auto;
}
.content .contact ul {
  width: 434px;
}
.content .contact li {
  margin-top: 35px;
}
.content .contact li,
.content .contact p {
  color: #666;
  font-size: 18px;
}
.content .contact h2 {
  float: left;
  font-weight: normal;
  width: 90px;
  line-height: 30px;
  text-align: justify;
}
.content .contact p {
  width: 250px;
  float: left;
  line-height: 30px;
}
#prev {
  background: url(../images/left.png) no-repeat center center;
}
#next {
  background: url(../images/right.png) no-repeat center center;
}
#myFocus{
	overflow: visible;
}
#myFocus .txt{
	display: none;
}
#myFocus .prev{
	left: -100px;
}
#myFocus .next{
	right: -100px;
}
#myFocus .nav a{
	top: 220px;
}
