main .top {
  width: 100%;
  height: 250px;
  overflow: hidden;
}
main .top img {
  min-width: 100%;
  min-height: 100%;
}
main .container {
  width: 1200px;
  padding: 20px 0 50px;
  margin: 0 auto;
}
main .container .left {
  float: left;
  width: 280px;
  margin-right: 40px;
}
main .container .left .title {
  height: 56px;
  background: #004098;
  text-align: center;
  color: #fff;
  font-size: 24px;
  line-height: 56px;
  margin-bottom: 5px;
  border-radius: 10px 10px 0 0;
}
main .container .left .title span {
  font-size: 16px;
}
main .container .left .tabbar {
  padding: 16px 9px;
  background: #ececec;
  margin-bottom: 16px;
}
main .container .left .tabbar a {
  display: block;
  height: 47px;
  line-height: 47px;
  border-left: 5px solid #292929;
  padding-left: 28px;
  background: #fff;
  font-size: 18px;
  position: relative;
  color: #292929;
}
main .container .left .tabbar a:after {
  display: block;
  position: absolute;
  width: 9px;
  height: 15px;
  right: 20px;
  top: 50%;
  background: #000;
  margin-top: -7.5px;
}
main .container .left .tabbar a.active {
  color: #FF6600;
  border-left: 5px solid #FF6600;
}
main .container .left .tabbar a:first-child {
  margin-bottom: 15px;
}
main .container .left img {
  width: 100%;
  height: 140px;
  border-radius: 0 0 10px 10px;
}
main .container .right {
  float: left;
  width: 875px;
  display: block;
}
main .container .right .title {
  border-bottom: 2px solid #ECECEC;
  line-height: 30px;
  height: 30px;
}
main .container .right .title h3 {
  float: left;
  display: inline-block;
  font-size: 22px;
  color: #292929;
  position: relative;
}
main .container .right .title h3:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #292929;
  left: 0;
  bottom: -2px;
}
main .container .right .title .position {
  float: right;
  font-size: 14px;
}
main .container .right .title .position a {
  color: #2a2a2a;
}
main .container .right .title .position a.active {
  color: #f78787;
}
main .container .right .form {
  width: 100%;
  padding-top: 30px;
}
main .container .right .form .label,
main .container .right .form .tip {
  height: 34px;
  font-size: 14px;
  margin-right: 10px;
  font-family: SimSun;
  color: #0f0f0f;
  line-height: 34px;
  position: relative;
  padding-left: 20px;
  display: inline-block;
}
main .container .right .form .tip {
  color: #355A02;
  padding-left: 10px;
}
main .container .right .form .label:before {
  content: '';
  display: block;
  position: absolute;
  top: 14px;
  left: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #FF6600;
}
main .container .right .form div {
  margin-bottom: 10px;
  font-size: 0;
}
main .container .right .form input {
  width: 270px;
  height: 34px;
  background: #f3f3f3;
  border: none;
}
main .container .right .form textarea {
  display: block;
  margin-left: 60px;
  width: 534px;
  height: 158px;
  background: #f3f3f3;
  border: none;
  resize: none;
}
main .container .right .form button {
  width: 118px;
  height: 37px;
  background: #355a02;
  border-radius: 6px;
  font-size: 14px;
  font-family: SimSun;
  color: #c8d916;
  line-height: 37px;
  border: none;
  margin: 40px 100px;
}
