.w {
  width: 1235px;
  margin: auto;
}
div {
  box-sizing: border-box;
}
.pop {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  z-index: 100;
}
.pop .content1 {
  width: 750px;
  height: 828px;
  background: url(../img/louPop.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.pop .content1 .btn {
  width: 260px;
  height: 60px;
  background: url(../img/close.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
.pop .content {
  width: 750px;
  height: 828px;
  background: url(../img/jinliPop.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.pop .content .text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  top: 460px;
  text-align: center;
  color: #2d0a0c;
}
.pop .content .text i {
  color: #eb4e34;
}
.pop .content .btn {
  width: 260px;
  height: 60px;
  background: url(../img/close.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
.main {
  min-height: 4550px;
  background: url(../img/bg.jpg) no-repeat top center;
  background-size: 100% cover;
}
.main .logo {
  padding-top: 37px;
}
.main .logo img {
  float: right;
}
.main .daoyu {
  margin: auto;
  width: 974px;
  height: 341px;
  padding: 87px 115px 100px 100px;
  background: url(../img/daoyu.png) no-repeat;
  background-size: 100% 100%;
  margin-top: 634px;
  text-indent: 2em;
  font-size: 18px;
  line-height: 36px;
  text-align: justify;
}
.main .tit1 {
  width: 797px;
  height: 168px;
  background: url(../img/tit1.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  margin-top: 100px;
}
.main .guoqi {
  margin: 0 auto;
  width: 800px;
  position: relative;
  padding-top: 593px;
}
.main .guoqi img {
  display: block;
  margin: auto;
  margin-bottom: 15px;
}
.main .guoqi .left {
  position: absolute;
  top: 356px;
  left: 353px;
  width: 199px;
  height: 184px;
  background: url(../img/ren.png) no-repeat;
  background-size: 100% 100%;
}
.main .guoqi .right {
  position: absolute;
  top: 34px;
  left: 121px;
  width: 12px;
  height: 472px;
  background: url(../img/qg.png) no-repeat;
  background-size: 100% 100%;
}
.main .guoqi .qi {
  position: absolute;
  top: 357px;
  left: 129px;
  width: 200px;
  height: 152px;
  background: url(../img/gq.png) no-repeat;
  background-size: 100% 100%;
}
.main .guoqi .xlBtn {
  width: 260px;
  height: 60px;
  margin: 0 auto;
  text-align: center;
  line-height: 56px;
  font-size: 26px;
  color: #fff;
  background: url(../img/btn.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  margin-bottom: 68px;
  position: absolute;
  left: 277px;
  top: 518px;
}
.main .guoqi .text {
  font-size: 24px;
  text-align: center;
  color: #fff;
}
.jiyu {
  width: 881px;
  height: 695px;
  background: url(../img/zug.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  padding: 328px 0 0 0px;
  display: flex
;
  margin-top: 150px;
  position: relative;
}
.jiyu .tit2 {
  position: absolute;
  width: 136px;
  height: 34px;
  top: 260px;
  left: 563px;
  cursor: pointer;
}
.jiyu .box {
  width: 500px;
  margin-left: 212px;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  visibility: hidden;
}
.jiyu .box .left {
  width: 234px;
  height: 63px;
  background: url(../img/liu.png) no-repeat;
  background-size: 100% 100%;
}
.jiyu .box .right {
  font-size: 26px;
  cursor: pointer;
}
.jiyu .box2 {
  margin: 0 auto;
}
.jiyu .box2 .tab {
  width: 234px;
  display: flex;
  justify-content: space-between;
}
.jiyu .radio-label {
  font-size: 20px;
}
.jiyu input[type=radio] {
  position: absolute;
  opacity: 0;
}
.jiyu input[type=radio] + .radio-label:before {
  content: "";
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 22px;
  height: 22px;
  position: relative;
  top: 3px;
  margin-right: 10px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.jiyu input[type=radio]:checked + .radio-label:before {
  background-color: #eb4e34;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
.jiyu input[type=radio]:focus + .radio-label:before {
  outline: none;
  border-color: #eb4e34;
}
.jiyu input[type=radio]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.jiyu input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}
.jiyu .fbBtn {
  width: 260px;
  height: 60px;
  text-align: center;
  line-height: 56px;
  font-size: 26px;
  color: #fff;
  background: url(../img/btn.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  margin-top: 48px;
  margin-left: 64px;
  margin-bottom: 90px;
  margin: 0 auto;
  margin-top: 15px;
}
.jiyu .content {
  min-height: 284px;
}
.jiyu .list .li {
  display: flex;
  align-items: center;
  margin-top: 22px;
}
.jiyu .list .li .t {
  margin-right: 21px;
  font-size: 18px;
}
.jiyu .list .li .s1 {
  width: 130px;
  height: 38px;
  border: 1px solid #eb4e34;
  border-radius: 3px;
  margin-right: 20px;
  padding-left: 16px;
  box-sizing: border-box;
  font-size: 16px;
}
.jiyu .list .li .s2 {
  width: 292px;
  height: 38px;
  border: 1px solid #eb4e34;
  border-radius: 3px;
  padding-left: 16px;
  box-sizing: border-box;
  font-size: 16px;
}
.jiyu .list .li input[type=text] {
  width: 442px;
  height: 38px;
  border: 1px solid #eb4e34;
  border-radius: 3px;
  padding-left: 16px;
  box-sizing: border-box;
  font-size: 16px;
}
.jiyu .list .li textarea {
  width: 442px;
  height: 96px;
  border: 1px solid #eb4e34;
  border-radius: 3px;
  padding: 16px;
  box-sizing: border-box;
  font-size: 16px;
}
.jiyu .list .li1 {
  margin-left: -54px;
  align-items: flex-start;
}
.jiyu .list .li1 .t {
  margin-top: 10px;
}
.hu {
  margin-top: 200px;
}
.hu .tit3 {
  margin: auto;
  width: 435px;
  height: 96px;
  background: url(../img/tit3.png) no-repeat;
  background-size: 100% 100%;
  margin-bottom: 65px;
}
.hu .text {
  width: 965px;
  margin: 0 auto;
  text-align: justify;
  font-size: 26px;
  line-height: 46px;
  text-indent: 2em;
}
.hu .guo {
  width: 818px;
  height: 435px;
  position: relative;
  margin: auto;
  margin-top: 40px;
}
.hu .guo img {
  position: absolute;
  display: block;
  border-radius: 5px;
}
.hu .canguan {
  text-align: center;
  color: #eb4e34;
  font-weight: 700;
  font-size: 30px;
  margin-top: 30px;
}
.hu .canguan a {
  color: #eb4e34;
  font-weight: 700;
  font-size: 30px;
}
.hu .fileinput-button {
  position: relative;
  overflow: hidden;
  background: #1E9FFF;
  margin: auto;
  width: 260px;
  height: 60px;
  text-align: center;
  line-height: 56px;
  font-size: 26px;
  color: #fff;
  background: url(../img/btn.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  margin-top: 170px;
}
.hu .fileinput-button:hover {
  background: #FF8650;
}
.hu .fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 200px;
  direction: ltr;
  cursor: pointer;
}
.dati {
  margin-top: -70px;
}
.dati .tit4 {
  margin: auto;
  width: 993px;
  height: 316px;
  background: url(../img/tit4.png) no-repeat;
  background-size: 100% 100%;
}
.dati .box {
  position: relative;
  width: 1235px;
  height: 548px;
  margin: 0 auto;
  background: url(../img/dati.png) no-repeat;
  background-size: 100% 100%;
  padding: 203px 109px 50px 109px;
}
.dati .ti {
  position: absolute;
  left: 69px;
  top: 89px;
  font-size: 28px;
}
.dati .tit {
  font-size: 27px;
  margin-bottom: 30px;
}
.dati .son {
  font-size: 25px;
  margin-bottom: 10px;
  cursor: pointer;
}
.dati .son:hover {
  color: #eb4e34;
}
.pop {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  background: rgba(0, 0, 0, 0.8);
}
.pop img {
  position: absolute;
  top: 300px;
  left: 660px;
}
