body > nav {
  height: 65px;
  position: fixed;
  top: 0;
  background: rgba(49, 49, 49, 0.6);
  width: 100%;
  z-index: 999;
  min-width: 800px; }
  body > nav > img {
    margin-left: 141px;
    display: block;
    float: left;
    width: 220px;
    margin-top: 5px;
    position: absolute; }
  body > nav > ul {
    float: right;
    line-height: 65px;
    min-width: 1000px;
	padding-left:200px;
    margin-right: 55px; }
    body > nav > ul > li {
      float: left;
      padding: 0 20px;
      margin-right: 10px;
      box-sizing: border-box;
      height: 65px; }
      body > nav > ul > li > a {
        font-size: 16px;
        color: #fff;
        display: block;
        width: 100%;
        height: 100%;
        position: relative; }
        body > nav > ul > li > a > span {
          display: block;
          width: 100%;
          height: 5px;
          background: #ffdd00;
          position: absolute;
          bottom: 0;
          display: none; }
      body > nav > ul > li > a:hover {
        color: #ffdd00; }
        body > nav > ul > li > a:hover > span {
          display: block; }
    body > nav > ul > li:last-child {
      margin-right: 0;
      border: 4px solid #ffdd00;
      box-sizing: border-box;
      border-radius: 10px;
      margin-left: 35px;
      height: 52px;
      margin-top: 6px; }
      body > nav > ul > li:last-child > a {
        font-size: 16px;
        line-height: 22px;
        text-align: center; }
    body > nav > ul > li:first-child > a {
      color: #ffdd00; }
    body > nav > ul > li:first-child > a:hover {
      color: #ffdd00; }
      body > nav > ul > li:first-child > a:hover > span {
        display: none; }
    body > nav > ul > li:nth-of-type(2) {
      position: relative; }
      body > nav > ul > li:nth-of-type(2) > div {
        position: absolute;
        width: 100%;
        z-index: 999999;
        background: rgba(49, 49, 49, 0.6);
        transform: translate(-20px, 0);
        height: 0;
        overflow: hidden; }
        body > nav > ul > li:nth-of-type(2) > div > a {
          display: block;
          text-align: center;
          color: #fff;
          height: 40px;
          line-height: 40px; }
        body > nav > ul > li:nth-of-type(2) > div > a:hover {
          color: #ffdd00; }
body > .new_step > img:nth-of-type(1) {
  display: block;
  width: 100%; }
body > .new_step > .new_title {
  padding-top: 100px; }
  body > .new_step > .new_title > h1 {
    width: 460px;
    height: 66px;
    background: #ffdd00;
    font-size: 35px;
    color: #333;
    text-align: center;
    line-height: 66px;
    margin: 0 auto; }
  body > .new_step > .new_title > div:nth-of-type(1) {
    display: flex;
    -webikt-display: flex;
    -moz-display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 30px; }
    body > .new_step > .new_title > div:nth-of-type(1) > div:nth-of-type(1) {
      width: 110px;
      height: 2px;
      background: #7f7f7f; }
    body > .new_step > .new_title > div:nth-of-type(1) > div:nth-of-type(2) {
      font-size: 20px;
      color: #747373;
      margin: 0 16px; }
    body > .new_step > .new_title > div:nth-of-type(1) > div:nth-of-type(3) {
      width: 110px;
      height: 2px;
      background: #7f7f7f; }
body > .new_step > div:nth-of-type(2) {
  font-size: 21px;
  color: #121c1b;
  text-align: center;
  line-height: 40px;
  padding-top: 60px; }
body > .new_step > div:nth-of-type(3) {
  display: flex;
  -webikt-display: flex;
  -moz-display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 80px; }
  body > .new_step > div:nth-of-type(3) > div:nth-of-type(1) {
    width: 40px;
    height: 2px;
    background: #7f7f7f; }
  body > .new_step > div:nth-of-type(3) > div:nth-of-type(2) {
    font-size: 20px;
    color: #333;
    margin: 0 35px; }
  body > .new_step > div:nth-of-type(3) > div:nth-of-type(3) {
    width: 40px;
    height: 2px;
    background: #7f7f7f; }
body > .new_step > img:nth-of-type(2) {
  display: block;
  width: 1083px;
  margin: 0 auto; }
body > .new_step > ul {
  display: flex;
  -webikt-display: flex;
  -moz-display: flex;
  justify-content: center;
  align-items: center; }
  body > .new_step > ul > li {
    margin-right: 80px; }
    body > .new_step > ul > li > img {
      display: block;
      width: 118px;
      height: 118px; }
    body > .new_step > ul > li > div {
      text-align: center; }
    body > .new_step > ul > li > div:nth-of-type(1) {
      padding-top: 24px;
      font-size: 20px; }
    body > .new_step > ul > li > div:nth-of-type(2) {
      font-size: 15px;
      padding-top: 10px;
      line-height: 19px; }
  body > .new_step > ul > li:last-child {
    margin-right: 0; }
body > .new_step > div:nth-of-type(4) {
  margin-top: 110px;
  position: relative; }
  body > .new_step > div:nth-of-type(4) > img:nth-of-type(1) {
    width: 100%;
    display: block;
    max-width: 1920px;
    margin: 0 auto; }
body > .new_step > img:nth-of-type(3) {
  display: block;
  width: 1168px;
  margin: 0 auto;
  padding-top: 70px; }
body > .new_title_box {
  padding-top: 100px;
  padding-bottom: 120px; }
  body > .new_title_box > h1 {
    width: 460px;
    height: 66px;
    background: #ffdd00;
    font-size: 35px;
    color: #333;
    text-align: center;
    line-height: 66px;
    margin: 0 auto; }
  body > .new_title_box > div:nth-of-type(1) {
    display: flex;
    -webikt-display: flex;
    -moz-display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 30px; }
    body > .new_title_box > div:nth-of-type(1) > div:nth-of-type(1) {
      width: 110px;
      height: 2px;
      background: #7f7f7f; }
    body > .new_title_box > div:nth-of-type(1) > div:nth-of-type(2) {
      font-size: 20px;
      color: #747373;
      margin: 0 16px; }
    body > .new_title_box > div:nth-of-type(1) > div:nth-of-type(3) {
      width: 110px;
      height: 2px;
      background: #7f7f7f; }
body > .title11 {
  padding-bottom: 110px; }
  body > .title11 > h1 {
    width: 460px;
    height: 66px;
    background: #ffdd00;
    font-size: 35px;
    color: #333;
    text-align: center;
    line-height: 66px;
    margin: 0 auto; }
  body > .title11 > p {
    font-size: 20px;
    text-align: center;
    color: #747373; }
  body > .title11 > p:nth-of-type(1) {
    padding-top: 30px;
    font-size: 18px; }
  body > .title11 > p:nth-of-type(2) {
    padding-top: 10px;
    font-size: 18px; }
  body > .title11 > p:nth-of-type(3) {
    padding-top: 10px;
    font-size: 18px; }
body .title12 {
  width: 1200px;
  margin: 0 auto;
  height: 93px;
  background: #dcdcdc;
  position: relative; }
  body .title12 > div {
    width: 186px;
    height: 48px;
    font-size: 20px;
    color: #050505;
    text-align: center;
    padding-top: 12px;
    box-sizing: border-box;
    background: url("../images/btn_1.png");
    border-radius: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
  body .title12 > div:hover {
    background: url("../images/btn_2.png"); }
body .title13 {
  width: 1388px;
  margin: 0 auto;
  padding-top: 124px; }
  body .title13 > h1 {
    font-size: 25px;
    color: #080808;
    text-align: center;
    margin: 0 auto;
    background: #ffdd00;
    width: 462px;
    height: 66px;
    line-height: 66px; }
    body .title13 > h1 > i {
      font-weight: bold; }
  body .title13 > div:nth-of-type(1) {
    height: 19px; }
  body .title13 > div:nth-of-type(2) {
    color: #9e9e9e;
    font-size: 20px;
    width: 485px;
    margin: 0 auto; }
    body .title13 > div:nth-of-type(2) > div {
      float: left;
      height: 2px;
      width: 92px;
      background: #9e9e9e;
      margin-top: 15px; }
    body .title13 > div:nth-of-type(2) > ul {
      float: left;
      padding-bottom: 25px; }
      body .title13 > div:nth-of-type(2) > ul > li {
        float: left;
        margin-top: 7px; }
body .title14_1 {
  width: 100%; }
body .title14 {
  width: 1388px;
  margin: 0 auto;
  padding-top: 73px; }
  body .title14 > h1 {
    font-size: 25px;
    color: #080808;
    text-align: center;
    margin: 0 auto;
    background: #ffdd00;
    width: 462px;
    height: 66px;
    line-height: 66px; }
    body .title14 > h1 > i {
      font-weight: bold; }
  body .title14 > div:nth-of-type(1) {
    font-size: 20px;
    color: #747373;
    line-height: 30px;
    padding-top: 30px;
    padding-bottom: 80px;
    text-align: center; }
body .title15 {
  margin: 0 auto;
  display: block;
  width: 1080px; }
body > img {
  display: block; }
body .banner1 {
  width: 100%;
  height: 610px; }
body .banner2 {
  width: 1085px;
  height: 360px;
  margin: 0 auto; }
body .banner3 {
  width: 1200px;
  height: 453px;
  margin: 0 auto; }
body .banner4 {
  width: 1200px;
  height: 358px;
  margin: 0 auto; }

.tab1 {
  color: #333 !important;
  background: #13b5b1 !important; }

.tab2 {
  color: #333 !important;
  background: #7ecef4 !important; }

.tab3 {
  color: #333 !important;
  background: #eb6877 !important; }

/*# sourceMappingURL=idx.css.map */
