* {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  outline: none;
  text-decoration: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  display: block;
}
#clear {
  clear: both;
  width: 0;
  height: 0;
  display: block;
}
body {
  min-width: 360px;
  background: white;
}
.title {
  font-size: 46px;
  color: #333344;
  text-align: center;
}
.pc-top {
  background: white;
}
.pc-top .t-middle {
  width: 1100px;
  height: 60px;
  margin: 0 auto;
  background: white;
}
.pc-top .t-middle .logo {
  float: left;
  width: 203px;
  height: 25px;
  display: block;
  margin-top: 15px;
}
.pc-top .t-middle .navlist {
  float: right;
}
.pc-top .t-middle .navlist .list {
  float: left;
  padding-left: 25px;
  padding-right: 25px;
  margin-top: 20px;
}
.pc-top .t-middle .navlist .list a {
  height: 16px;
  line-height: 16px;
  font-size: 16px;
  color: #262626;
  transition: 0.5s;
}
.pc-top .t-middle .navlist .list a:hover {
  color: #e11e3c;
  transition: 0.5s;
}
.pc-top .t-middle .navlist .list + .list {
  border-left: 1px solid #737373;
}
.phone-top {
  display: none;
  position: relative;
}
.phone-top .top-nav {
  width: 100%;
  height: 60px;
  background: white;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
.phone-top .top-nav .logo {
  width: 203px;
  height: 25px;
  display: block;
  float: left;
  padding-left: 15px;
  margin-top: 15px;
}
.phone-top .top-nav .navicon {
  width: 26px;
  height: 18px;
  display: block;
  float: right;
  margin-right: 15px;
  margin-top: 20px;
  cursor: pointer;
  transition: 0.5s;
  background: url(../img/navicon.png) no-repeat;
}
.phone-top .top-nav .trangle {
  transition: 0.5s;
  transform: rotate(90deg);
}
.phone-top .sublist {
  display: none;
  width: 100%;
  height: 100%;
  background: #e11e3c;
  position: fixed;
  padding-top: 60px;
  z-index: 9998;
}
.phone-top .sublist .list {
  height: 80px;
  line-height: 80px;
  text-align: center;
}
.phone-top .sublist .list a {
  font-size: 16px;
  color: white;
}
.phone-top .sublist .list + .list {
  border-top: 1px solid #e03d54;
}
.banner {
  height: 580px;
  background: url(../img/banner.jpg) center no-repeat;
}
.banner .banner-middle {
  width: 1200px;
  height: 580px;
  margin: 0 auto;
  background: url(../img/banner-middle.jpg) center no-repeat;
}
.phone-banner {
  display: none;
  padding-top: 60px;
}
.phone-banner .img {
  display: inline-block;
  height: auto;
  max-width: 100%;
}
.profile-warp {
  width: 100%;
  background: #fcf9f0;
  padding-bottom: 60px;
}
.profile {
  width: 1100px;
  margin: 0 auto;
}
.profile .active1-title {
  padding-top: 36px;
  font-size: 24px;
  color: #fe463d;
}
.profile .active2 {
  padding-top: 20px;
}
.profile .active1-con {
  font-size: 17px;
  color: #262626;
  line-height: 36px;
  padding-top: 10px;
}
.profile .active1-con a {
  font-size: 18px;
  color: #308cea;
  border-bottom: 1px solid #308cea;
}
.form-warp {
  padding-bottom: 40px;
  background: #fbc73a;
}
.form-warp .form-middle {
  padding-bottom: 40px;
  width: 1100px;
  margin: 0 auto;
  background: #fbc73a;
}
.form-warp .form-middle .form-title {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 30px;
  font-size: 30px;
  color: #fe463d;
}
.form-warp .form-middle .form {
  width: 500px;
  margin: 0 auto;
}
.form-warp .form-middle .form dl {
  position: relative;
  margin-bottom: 9px;
}
.form-warp .form-middle .form dl dt {
  font-size: 22px;
  color: #625037;
  position: absolute;
  top: 15px;
  left: 25px;
}
.form-warp .form-middle .form dl .code a {
  position: absolute;
  left: 340px;
  top: -5px;
  width: 118px;
  height: 40px;
  display: block;
  background: #625037;
  font-size: 18px;
  color: white;
  line-height: 40px;
  text-align: center;
  transition: 0.5s;
}
.form-warp .form-middle .form dl .code a:hover {
  color: #ffc068;
}
.form-warp .form-middle .form dl dd .p-text {
  width: 496px;
  height: 60px;
  background: white;
  padding-left: 80px;
  font-size: 22px;
  color: black;
  border: 2px solid #625037;
}
.form-warp .form-middle .form dl dd .selec {
  font-size: 22px;
  color: #625037;
  padding-left: 20px;
}
.form-warp .form-middle .form dl dd .tel,
.form-warp .form-middle .form dl dd .code-text {
  padding-left: 100px;
}
.form-warp .form-middle .form .yanzheng .error {
  font-size: 16px;
  color: red;
  position: absolute;
  left: 500px;
  top: 20px;
  width: 100px;
}
.form-warp .form-middle .form .tip {
  display: block;
  font-size: 19px;
  color: #fe463d;
  text-align: center;
}
.form-warp .form-middle .form .btn {
  width: 140px;
  height: 54px;
  background: #fe463d;
  border-radius: 10px;
  font-size: 20px;
  color: white;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  margin-top: 36px;
}
.footer {
  background: #fbc73a;
  border-top: 1px solid white;
}
.footer .copy-middle {
  border-top: 1px solid white;
  background: #fbc73a;
  overflow: hidden;
}
.footer .copy-middle .footer-list {
  width: 770px;
  margin: 40px auto 0;
}
.footer .copy-middle .footer-list li {
  float: left;
  margin-left: 6px;
  margin-right: 6px;
  height: 16px;
  line-height: 16px;
}
.footer .copy-middle .footer-list li a {
  transition: 0.5s;
  color: white;
  padding-left: 6px;
}
.footer .copy-middle .footer-list li + li {
  border-left: 1px solid white;
}
.footer .copy-middle .footer-list li:hover a {
  transition: 0.5s;
  color: #625037;
}
.footer .copy-middle p {
  color: white;
  text-align: center;
  margin-top: 10px;
  padding-bottom: 20px;
}
/*# sourceMappingURL=style.css.map */
