.header-wrapper {
  width: 100%;
  height: 68px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  border-bottom: 1px solid #ececec;
  background: rgba(255, 255, 255, 0.95);
}

.header-wrapper .header {
  width: 1080px;
  height: 68px;
  margin: 0 auto;
}

.header-wrapper .header #logo {
  float: left;
  width: 147px;
  height: 59px;
  padding-top: 8px;
}

.header-wrapper .header .nav {
  float: left;
  width: 530px;
  height: 100%;
  margin: 0;
  list-style: none;
}

.header-wrapper .header .nav li {
  float: left;
  height: 68px;
  padding: 0 19px;
}

.header-wrapper .header .nav li a {
  display: block;
  height: 68px;
  line-height: 68px;

  font-size: 16px;
  color: #9e9e9e;
  text-decoration: none;
  position: relative;
}

.header-wrapper .header .nav .active a {
  color: #ff6700;
}

.header-wrapper .header .nav li.active a::after {
  content: "";
  position: absolute;
  width: 100%;
  background: #ff6700;
  height: 2px;
  bottom: 0;
  left: 0;
}

.header-wrapper .header .login {
  float: right;
  font-size: 14px;
}

.header-wrapper .header .login .login-in a {
  display: inline-block;
  width: 56px;
  height: 30px;
  line-height: 30px;
  margin-top: 22px;
  color: #ff6700;
  text-align: center;
  border-radius: 2px;
  text-decoration: none;
  border: 1px solid #ff6700;
}

.header-wrapper .header .login .login-in a:last-child {
  background: #ff6700;
  color: #fff;
  margin-left: 8px;
}

.header-wrapper .header .login .login-example {
  float: right;
  width: 75px;
  height: 100%;
  display: none;
}

.header-wrapper .header .login .login-example a {
  display: inline-block;
  height: 33px;
  width: 75px;
  margin-top: 20px;
  background: #ff6700;
  color: #fff;
  border-radius: 3px;
  line-height: 33px;
  text-align: center;
}

#main .p5,
#main .p5 .fp-tableCell {
  height: 548px !important;
}
.p2 {
  /* background: url('../img/t2_bg.png') no-repeat  center; */
  background-size: 100% 100%;
}
.p2 .cp-list {
  text-align: center;
  padding: 0;
  margin: 100px 0 0 0;
}

.p2 .cp-list li {
  display: inline-block;
  width: 200px;
  height: 270px;
  margin-right: 20px;
  padding-top: 50px;
  box-sizing: border-box;
  position: relative;
}
.p2 .cp-list li .zzhao {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  padding-top: 50px;
  box-sizing: border-box;
  box-shadow: 2px 3px 14px 0px #e9d39e;
  display: none;
  cursor: pointer;
}
.p2 .cp-list li .zzhao a {
  display: block;
  position: absolute;
  width: 26px;
  height: 28px;
  background: url("../img/del.png") no-repeat;
  bottom: 10px;
  right: 14px;
}
.p2 .cp-list li:hover .zzhao {
  display: block;
}
.p2 .cp-list li .zzhao img {
  width: 144px;
  height: 144px;
  margin-bottom: 14px;
}

.p2 .cp-list li img {
  width: 100px;
  height: 100px;
}

.p2 .cp-list li .name {
  font-size: 16px;
  color: #ff9000;
  margin: 36px 0 10px 0;
}

.p2 .cp-list li .desc {
  font-size: 14px;
  color: #9e9e9e;
  margin: 0;
}

.p2 .cp-list li:nth-child(1) {
  background: #fdfbec;
}

.p2 .cp-list li:nth-child(2) {
  background: #e9fef7;
}

.p2 .cp-list li:nth-child(3) {
  background: #dff6fc;
}

.p2 .cp-list li:nth-child(4) {
  background: #fee7eb;
}

.p2 .cp-list li:nth-child(5) {
  background: #f4ebfe;
}

.p2 .cp-list li:last-child {
  margin-right: 0;
}
.p3 {
    background: url('../img/bg4.png') center no-repeat;
    background-size: 100% 100%;
}
.p2 {
    background: url('../img/bg6.png') center no-repeat;
    background-size: 100% 100%;
    background-position-y: 77px;
}
.p3 .items {
  margin-top: 20px;
  padding-bottom: 60px;
}
.p3 .item {
  display: inline-block;
  width: 172px;
  height: 172px;
  background: #fff;
  padding-top: 32px;
  box-sizing: border-box;
  text-align: center;
  margin: 7px 30px;
}
.p3 .item:hover {
  box-shadow: 1px 5px 19px 4px #f4f6f6;
}
.p5 .content{
    width: 1080px;
    margin: 0 auto;
}
.p5 .penl{
    border-bottom: 1px solid #dbd8d8;
    padding-bottom: 40px;
}
.p5 dl{
    text-align: left;
}
.p5 dd{
    display: inline-block;
    height: 177px;
    vertical-align: middle;
    margin-left: 0;
    margin-right: 52px;
}
.p5 .title{
    font-size: 16px;
    color: #000000;
}
.p5  .link,.p5  a{
    display: block;
    color: #9e9e9e;
    font-size: 14px;
    line-height: 28px;
    text-decoration: none;
    margin: 0;
}
.p5 .phone{
    font-size: 24px;
    color: #ff6700;
    margin: 0;
}
.p5 .links{
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 0;
}
.p5 .links li{
    width: 148px;
    height: 50px;
    display: inline-block;
    margin-top: 30px;
    margin-right: 38px;
}
.p5 .links li:nth-child(6n+6) {
    margin-right: 0;
}

.p5 .links li .img1{
    display: none;
}
.p5 .links li:hover .img2{
    display: none;
}
.p5 .links li:hover .img1{
    display: block;
}
.p4 .mt-list{
    width: 873px;
    margin: 0 auto;
    padding: 0;
}
.p4 .mt-list li{
    position: relative;
    width: 60px;
    height: 60px;
    overflow: hidden;
    display: inline-block;
    margin-top: 17px;
    margin-right: 17px;
    cursor: pointer;
}
.p4 .mt-list li:nth-child(10n+10){
    margin-right: 0;
}
.p4 .mt-list li p{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 11px 10px;
    margin: 0;
    line-height: 18px;
    background: rgba(232, 95, 3, 0.95);
    border-radius: 50%;
    color: #fff;
    display: none;

}
.p4 .mt-list li:hover p{
    display: block;
}
.section .content {
  text-align: center;
}
.reg-form {
  width: 360px;
  margin: 110px auto auto;
  text-align: center;
}
.reg-form .col {
  margin-bottom: 12px;
  font-size: 0;
  position: relative;
}
.reg-form .col img {
  position: absolute;

  right: 11px;
}
.reg-form .col label.icon {
  display: inline-block;
  width: 38px;
  height: 38px;
  vertical-align: middle;
  border: 1px solid #dcdada;
}
.reg-form .col label.username {
  background: url("../img/username.png") no-repeat center;
}
.reg-form .col label.password {
  background: url("../img/password.png") no-repeat center;
}
.reg-form .col label.wx {
  background: url("../img/wx.png") no-repeat center;
}
.reg-form .col label.phone {
  background: url("../img/phone.png") no-repeat center;
}
.reg-form .col label.code {
  background: url("../img/code.png") no-repeat center;
}
.reg-form .col font {
  font-size: 12px;
  color: red;
  margin-right: 4px;
  vertical-align: middle;
}
.reg-form .col input {
  border: 1px solid #dcdada;
  border-left: none;
  outline: none;
  line-height: 38px;
  width: 276px;
  padding: 0 7px;
  vertical-align: middle;
  background: transparent
}
.reg-form .col button[type="submit"] {
  width: 328px;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border: none;
  outline: none;
  border-radius: 4px;
  box-shadow: 0px 5px 8px 2px #fedfc9;
  background: #fb6701;
}

input[type="radio"] {
  display: none;
}
input[type="radio"] + label {
  vertical-align: middle;
  border: none;
  font-size: 14px;
}
input[type="radio"] + label::before {
  content: "\a0"; /*不换行空格*/
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  width: 16px;
  height: 16px;
  background: url("../img/rab1.png") no-repeat;
  text-indent: 0.15em;
  line-height: 1;
}
input[type="radio"]:checked + label::before {
  background: url("../img/rab2.png") no-repeat;
}
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + label {
  vertical-align: middle;
  border: none;
  font-size: 14px;
  display: contents;
}
input[type="checkbox"] + label::before {
  content: "\a0"; /*不换行空格*/
  display: inline-block;
  vertical-align: bottom;
  font-size: 18px;
  width: 16px;
  height: 16px;
  background: url("../img/chk1.png") no-repeat;
  text-indent: 0.15em;
  line-height: 1;
}
input[type="checkbox"]:checked + label::before {
  background: url("../img/chk2.png") no-repeat;
}

select {
  width: 210px;
  height: 30px;
  line-height: 30px;
  border-color: #dcdada;
  outline: none;
  vertical-align: middle;
  margin-left: 20px;
  border-radius: 4px;
}
.login-model {
  width: 430px;
  min-height: 330px;
  background: #fff;
  padding: 20px;
}
