body {
  background: #151515;
}
#main select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#main .part1 {
  background: url(../img/body_bg1.jpg) no-repeat center top;
  padding-top: 674px;
  text-align: center;
}
#main .part1 .title-box p {
  display: inline-block;
  font-size: 46px;
  line-height: 70px;
  color: #fff;
  font-weight: 700;
  margin: 0 5px;
}
#main .part1 .title-box .first,
#main .part1 .title-box .last {
  border-bottom: 6px solid #ff9c00;
}
#main .part1 .title-box .text-box {
  display: inline-block;
  border-bottom: 6px solid #ff9c00;
  position: relative;
}
#main .part1 .title-box .text-box:after {
  content: "";
  border-top: 14px solid #ff9c00;
  border-bottom: 14px solid transparent;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  position: absolute;
  bottom: -34px;
  left: 50%;
  margin-left: -17px;
}
#main .part1 .wrap {
  width: 1212px;
  overflow: hidden;
  margin: 64px auto 0;
}
#main .part1 .item {
  width: 390px;
  height: 200px;
  background: url(../img/part1_item_bg.png) no-repeat;
  float: left;
  margin: 7px 7px 0;
  padding-top: 26px;
  position: relative;
}
#main .part1 .item:after {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #ff4e2b;
  position: absolute;
  top: 12px;
  left: 12px;
}
#main .part1 .text1 {
  font-size: 70px;
  line-height: 82px;
  color: #f9bd60;
  font-weight: 700;
  background: linear-gradient(0, #f59601, #fff);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#main .part1 .text2 {
  font-size: 32px;
  line-height: 44px;
  color: #fff;
  font-weight: 700;
}
#main .part1 .text3 {
  font-size: 14px;
  line-height: 28px;
  color: #fff;
}
#main .part2 {
  padding-top: 84px;
  background: #1a1615 url(../img/body_bg2.jpg) no-repeat center top;
  padding-bottom: 100px;
}
#main .part2 .section1 {
  width: 1196px;
  margin: 0 auto;
}
#main .part2 .section1 .wrap {
  overflow: hidden;
  text-align: center;
  font-size: 18px;
  line-height: 54px;
  color: #f59601;
  font-weight: 700;
  margin-left: -4px;
}
#main .part2 .section1 .item {
  width: 196px;
  float: left;
  margin-left: 4px;
  background: #373737;
  border-radius: 16px 16px 0 0;
  cursor: pointer;
}
#main .part2 .section1 .active {
  background: #fff3e1;
  color: #1d1d1d;
}
#main .part2 .section1 .table-box {
  padding: 22px 38px 48px;
  background: #fff3e1;
}
#main .part2 .section1 table {
  border-collapse: collapse;
  width: 100%;
  display: none;
}
#main .part2 .section1 .show {
  display: table;
}
#main .part2 .section1 th {
  text-align: left;
}
#main .part2 .section1 th span {
  display: inline-block;
  font-size: 14px;
  line-height: 28px;
  color: #fff;
  background: #f59601;
  border-radius: 14px;
  padding: 0 10px;
}
#main .part2 .section1 td {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
#main .part2 .section1 .td1 {
  width: 66px;
}
#main .part2 .section1 .td2,
#main .part2 .section1 .td3 {
  width: 440px;
}
#main .part2 .section1 tbody {
  margin-top: 6px;
}
#main .part2 .section1 tbody td {
  padding: 12px 0;
  border-bottom: 1px solid #151515;
}
#main .part2 .section1 tbody .td1 span {
  display: inline-block;
  width: 28px;
  text-align: center;
  line-height: 28px;
  border-radius: 50%;
  background: #151515;
  color: #fff;
}
#main .part2 .section1 tbody .td3 span {
  font-weight: normal;
}
#main .part2 .section1 tbody .td4 span {
  cursor: pointer;
}
#main .part2 .section1 tbody .td4 span:hover {
  color: #d30032;
  text-decoration: underline;
}
#main .part2 .section1 tbody .td4 .showPop {
  margin-right: 20px;
}
#main .part2 .section2 {
  width: 1196px;
  height: 170px;
  margin: 50px auto 0;
  background: #fff;
}
#main .part2 .section2 .title {
  text-align: center;
  font-size: 22px;
  line-height: 64px;
  color: #fff;
  font-weight: 700;
  background: #ff4e2b;
}
#main .part2 .section2 form {
  width: 1074px;
  margin: 34px auto 0;
}
#main .part2 .section2 .icon-box {
  width: 38px;
  float: left;
  margin-top: 7px;
}
#main .part2 .section2 input,
#main .part2 .section2 select {
  float: left;
  width: 224px;
  height: 42px;
  font-size: 14px;
  line-height: 40px;
  color: #3e3e3e;
  border: 1px solid #000;
  padding: 0 10px;
  background: transparent;
}
#main .part2 .section2 input {
  margin-right: 20px;
}
#main .part2 .section2 select {
  background: transparent url(../img/section2_icon4.png) no-repeat 200px center;
}
#main .part2 .section2 .submit {
  width: 188px;
  float: right;
  text-align: center;
  font-size: 16px;
  line-height: 42px;
  font-weight: 700;
  background: #f59601;
  border-radius: 20px;
  cursor: pointer;
  box-shadow: 0 4px 3px rgba(25, 11, 73, 0.22);
}
#main .part2 .section3 {
  margin-top: 96px;
}
#main .part2 .section3 .title {
  display: block;
  margin: 0 auto;
}
#main .part2 .section3 .wrap {
  display: block;
  width: 1200px;
  height: 340px;
  background: #fff url(../img/section3_bg.png) no-repeat;
  border-radius: 18px;
  margin: 46px auto 0;
  padding: 36px 0 0 39px;
}
#main .part2 .section3 .item {
  height: 124px;
  border: 1px solid #f59601;
  background: #fff;
  border-radius: 8px;
  float: left;
  overflow: hidden;
  box-shadow: 1px 2px 12px rgba(255, 78, 43, 0.39);
  margin-left: 24px;
  padding: 0 0 0 26px;
}
#main .part2 .section3 .item1 .info {
  width: 210px;
}
#main .part2 .section3 .item2 .info {
  width: 190px;
}
#main .part2 .section3 .item1,
#main .part2 .section3 .item2 {
  width: 324px;
}
#main .part2 .section3 .item3 {
  width: 426px;
}
#main .part2 .section3 .item3 .info {
  width: 304px;
}
#main .part2 .section3 .item4 {
  width: 560px;
}
#main .part2 .section3 .item4 .info {
  width: 410px;
}
#main .part2 .section3 .item5 {
  width: 538px;
}
#main .part2 .section3 .item5 .info {
  width: 396px;
}
#main .part2 .section3 .item4,
#main .part2 .section3 .item5 {
  margin-top: 20px;
}
#main .part2 .section3 .item3,
#main .part2 .section3 .item5 {
  margin-right: 0;
}
#main .part2 .section3 .info {
  float: left;
  margin-top: 18px;
}
#main .part2 .section3 .icon {
  float: left;
  margin-top: 15px;
}
#main .part2 .section3 .tit {
  font-size: 28px;
  line-height: 44px;
  color: #000;
  font-weight: 700;
}
#main .part2 .section3 .text {
  font-size: 14px;
  line-height: 20px;
  color: #000;
}
#main .pop {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}
#main .pop .content {
  width: 566px;
  height: 488px;
  background: url(../img/pop_bg.png) no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -260px 0 0 -283px;
  padding-top: 74px;
}
#main .pop .close {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  right: 16px;
  cursor: pointer;
}
#main .pop .head {
  text-align: center;
}
#main .pop .text1,
#main .pop .text-box,
#main .pop .text2,
#main .pop .text3,
#main .pop .text5 {
  display: inline-block;
}
#main .pop .text-box,
#main .pop .text3,
#main .pop .text5 {
  vertical-align: top;
}
#main .pop .text1 {
  font-size: 100px;
  line-height: 148px;
  font-weight: 700;
}
#main .pop .text-box {
  margin: 30px 6px 0;
}
#main .pop .text2 {
  width: 32px;
  font-size: 20px;
  line-height: 32px;
  color: #ff512d;
  border-radius: 50%;
  background: #000;
  margin: 4px 6px 0 0;
}
#main .pop .text3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  font-style: oblique;
}
#main .pop .text4 {
  font-size: 36px;
  line-height: 46px;
}
#main .pop .text5 {
  font-size: 74px;
  line-height: 148px;
  color: #ffda2b;
  font-weight: 700;
}
#main .pop form {
  width: 460px;
  margin: 0 auto;
}
#main .pop .item {
  overflow: hidden;
  margin-bottom: 12px;
}
#main .pop .icon-box {
  width: 50px;
  text-align: center;
  float: left;
  margin-top: 3px;
}
#main .pop input,
#main .pop select {
  background: #fff;
  font-size: 18px;
  line-height: 40px;
  color: #3e3e3e;
  height: 42px;
  padding: 0 14px;
  width: 404px;
  float: right;
  border: 1px solid #000;
}
#main .pop select {
  background: #fff url(../img/pop_icon4.png) no-repeat 368px center;
}
#main .pop .submit {
  font-size: 26px;
  line-height: 58px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  background: #000;
  border-radius: 28px;
  margin: 26px auto 0;
  box-shadow: 0 4px 3px rgba(25, 11, 73, 0.22);
  cursor: pointer;
}
.x-footer,
.Xt-bottom {
  margin-top: 0 !important;
}
.New-box6 {
  display: none;
}
