@charset "UTF-8";
#join_in .banner {
  width: 100%;
  height: 450px;
  background: url(../img/join_in_banner.png) center;
  text-align: center;
  color: #fff; }
  #join_in .banner h2 {
    padding: 140px 0 35px; }
    #join_in .banner h2 img {
      display: block;
      margin: 0 auto; }
  #join_in .banner .aim {
    font-size: 20px;
    margin-bottom: 34px;
    letter-spacing: 12px; }
  #join_in .banner a {
    display: inline-block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    border-radius: 2px;
    font-size: 16px;
    color: #fff;
    background: #ff6800; }
  #join_in .banner .call {
    width: 200px;
    margin: 20px auto;
    font-size: 14px;
    line-height: 18px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 28px;
    background: url(../img/tel_icon.png) 8px no-repeat; }
#join_in h3 {
  font-size: 30px;
  color: #666;
  padding: 50px 0 47px;
  text-align: center; }
#join_in .sub {
  font-size: 16px;
  color: #999;
  text-align: center; }
#join_in .partner {
  width: 100%; }
  #join_in .partner .list {
    width: 100%;
    margin-top: 35px; }
    #join_in .partner .list ul {
      width: 100%;
      display: flex;
      justify-content: space-around;
      align-items: center;
    }
      #join_in .partner .list ul li {
        width: 280px;
        height: 500px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        border: 1px solid #eeeeee;
        margin-bottom: 70px;
        position: relative;
        overflow: hidden;
        border-radius: 5px;
        transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        /* Firefox 4 */
        -webkit-transition: all .2s ease-in-out;
        /* Safari 和 Chrome */
        -o-transition: all .2s ease-in-out;
        /* Opera */ }
        #join_in .partner .list ul li:nth-child(3n) {
          margin-right: 0; }
        #join_in .partner .list ul li:hover {
          /*box-shadow: 0px 8px 12px 0px rgba(0,0,0,0.1);*/
          -webkit-box-shadow: 0px 15px 25px -5px rgba(0, 0, 0, 0.2);
                  box-shadow: 0px 15px 25px -5px rgba(0, 0, 0, 0.2); }
        #join_in .partner .list ul li:hover .contact_code {
          display: block;
          opacity: 1; }
        #join_in .partner .list ul li:hover .contacts {
          display: none;
          opacity: 0; }
        #join_in .partner .list ul li .official {
          position: absolute;
          left: -29px;
          top: -29px;
          width: 128px;
          height: 128px; }
          #join_in .partner .list ul li .official img {
            width: 100%; }
        #join_in .partner .list ul li .code {
          position: absolute;
          right: 20px;
          top: 20px;
          width: 20px;
          height: 20px; }
          #join_in .partner .list ul li .code img {
            width: 100%; }
        #join_in .partner .list ul li .img {
          height: 120px;
          margin-top: 45px;
          text-align: center; }
          #join_in .partner .list ul li .img img {
            display: inline-block;
            width: 120px; }
        #join_in .partner .list ul li .name {
          width: 100%;
          height: 44px;
          line-height: 44px;
          color: #333;
          font-size: 20px;
          text-align: center; }
        #join_in .partner .list ul li .contact_code {
          display: none;
          height: 195px;
          text-align: center;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box; }
          #join_in .partner .list ul li .contact_code img {
            width: 191px;
            display: inline-block; }
        #join_in .partner .list ul li .contacts {
          width: 100%;
          height: 195px; }
          #join_in .partner .list ul li .contacts .tel {
            width: 300px;
            margin: 0 auto;
            border-bottom: 1px solid #f4f4f4;
            line-height: 65px;
            font-size: 18px;
            color: #333333;
            text-align: center; }
          #join_in .partner .list ul li .contacts .preside {
            font-size: 14px;
            color: #666;
            text-align: center;
            margin-top: 60px;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            padding: 0 45px;
            line-height: 20px; }
            #join_in .partner .list ul li .contacts .preside span {
              font-weight: bold; }
        #join_in .partner .list ul li .service {
          width: 140px;
          height: 40px;
          border-radius: 2px;
          background: #ff6800;
          margin: 0 auto;
          margin-top: 15px; }
          #join_in .partner .list ul li .service a {
            display: block;
            width: 100%;
            height: 100%;
            font-size: 16px;
            color: #fff;
            line-height: 40px;
            text-align: center; }
#join_in .prospect {
  height: 800px;
  background: url(../img/bg1.png) center; }
  #join_in .prospect .pro_box {
    margin: 45px 0 0 113px; }
  #join_in .prospect .pro_img {
    width: 380px;
    height: 450px;
    margin-right: 40px;
    background: url(../img/pro_img.png) center; }
  #join_in .prospect .pro_con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    width: 640px;
    height: 450px;
    padding: 20px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 16px;
    line-height: 32px;
    color: #666; }
  #join_in .prospect .pro_item {
    padding-left: 40px;
    background: url(../img/1.png) 0 center no-repeat; }
    #join_in .prospect .pro_item:nth-child(2) {
      background-image: url(../img/2.png); }
    #join_in .prospect .pro_item:nth-child(3) {
      background-image: url(../img/3.png); }
    #join_in .prospect .pro_item:nth-child(4) {
      background-image: url(../img/4.png); }
#join_in .advantage {
  height: 800px;
  background: #f6f6f6;
  text-align: center; }
  #join_in .advantage h3 {
    padding: 80px 0; }
  #join_in .advantage .adv_box {
    width: 100%;
    height: 600px;
    position: relative; }
    #join_in .advantage .adv_box .img1 {
      width: 520px;
      height: 520px;
      position: absolute;
      left: 340px; }
    #join_in .advantage .adv_box .img2 {
      width: 280px;
      height: 64px;
      position: absolute;
      top: 232px;
      left: 460px; }
    #join_in .advantage .adv_box .sec {
      position: absolute;
      width: 316px;
      font-size: 18px;
      color: #868686;
      line-height: 30px; }
      #join_in .advantage .adv_box .sec .line1 {
        font-size: 20px;
        color: #333; }
    #join_in .advantage .adv_box .sec1 {
      text-align: right;
      top: 38px;
      left: 28px; }
    #join_in .advantage .adv_box .sec2 {
      top: 38px;
      right: 18px;
      text-align: left; }
    #join_in .advantage .adv_box .sec3 {
      bottom: 115px;
      left: 28px;
      text-align: right; }
    #join_in .advantage .adv_box .sec4 {
      bottom: 115px;
      right: 18px;
      text-align: left; }
#join_in .distribution {
  height: 1100px;
  background: #fff url(../img/f2773fbd9da9ad13f4d4583f10277c13.png) bottom no-repeat; }
  #join_in .distribution .w_1200 {
    position: relative;
    height: 100%; }
  #join_in .distribution h3 {
    padding: 80px 0; }
  #join_in .distribution ul {
    position: absolute;
    left: 0;
    top: 160px; }
  #join_in .distribution li {
    float: left;
    width: 300px;
    border-right: 1px solid #dfdfdf;
    padding-left: 95px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: url(../img/icon1.png) 20px 1px no-repeat; }
    #join_in .distribution li em {
      display: block;
      margin-bottom: 20px;
      font-size: 50px;
      line-height: 52px;
      color: #666; }
    #join_in .distribution li p {
      font-size: 20px;
      color: #999; }
    #join_in .distribution li:last-child {
      border-right: 0; }
    #join_in .distribution li:nth-child(2) {
      background-image: url(../img/icon2.png); }
    #join_in .distribution li:nth-child(3) {
      background-image: url(../img/icon3.png); }
    #join_in .distribution li:nth-child(4) {
      background-image: url(../img/icon4.png); }
#join_in .requirement {
  height: 500px;
  background: #f9f9f9; }
  #join_in .requirement h3 {
    padding: 80px 0 130px; }
  #join_in .requirement li {
    float: left;
    width: 300px;
    padding-top: 75px;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #666;
    background: url(../img/01.png) center 0 no-repeat; }
    #join_in .requirement li:nth-child(2) {
      background-image: url(../img/02.png); }
    #join_in .requirement li:nth-child(3) {
      background-image: url(../img/03.png); }
    #join_in .requirement li:nth-child(4) {
      background-image: url(../img/04.png); }
#join_in .support {
  height: 900px;
  background: url(../img/bg2.png) center; }
  #join_in .support h3 {
    padding: 80px 0 30px;
    color: #fff; }
  #join_in .support .sub {
    margin-bottom: 60px;
    color: #fff; }
  #join_in .support ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  #join_in .support li {
    width: 390px;
    height: 285px;
    padding: 145px 30px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 12px;
    border-bottom: 6px solid #ff6800;
    background: #fff url(../img/sup1.png) center 50px no-repeat;
    text-align: center;
    -webkit-transition: all .1s;
    transition: all .1s; }
    #join_in .support li .title {
      margin-bottom: 35px;
      font-size: 22px;
      font-weight: bold;
      color: #333; }
    #join_in .support li p {
      line-height: 26px;
      color: #999; }
    #join_in .support li:nth-child(2) {
      background-image: url(../img/sup2.png); }
    #join_in .support li:nth-child(3) {
      background-image: url(../img/sup3.png); }
    #join_in .support li:nth-child(4) {
      background-image: url(../img/sup4.png); }
    #join_in .support li:nth-child(5) {
      background-image: url(../img/sup5.png); }
    #join_in .support li:nth-child(6) {
      background-image: url(../img/sup6.png); }
    #join_in .support li:hover .title {
      color: #fff; }
    #join_in .support li:hover p {
      color: #fff; }
    #join_in .support li:hover:nth-child(1) {
      background: #ff6800 url(../img/sup11.png) center 50px no-repeat; }
    #join_in .support li:hover:nth-child(2) {
      background: #ff6800 url(../img/sup22.png) center 50px no-repeat; }
    #join_in .support li:hover:nth-child(3) {
      background: #ff6800 url(../img/sup33.png) center 50px no-repeat; }
    #join_in .support li:hover:nth-child(4) {
      background: #ff6800 url(../img/sup44.png) center 50px no-repeat; }
    #join_in .support li:hover:nth-child(5) {
      background: #ff6800 url(../img/sup55.png) center 50px no-repeat; }
    #join_in .support li:hover:nth-child(6) {
      background: #ff6800 url(../img/sup66.png) center 50px no-repeat; }
#join_in .process {
  height: 700px;
  background: #f9f9f9; }
  #join_in .process h3 {
    padding: 80px 0 47px; }
  #join_in .process .pro_box {
    position: relative; }
    #join_in .process .pro_box .sub_btn {
      position: absolute;
      display: inline-block;
      width: 200px;
      height: 56px;
      line-height: 56px;
      border-radius: 20px;
      font-size: 20px;
      color: #ff6800;
      border: 2px solid;
      font-weight: bold;
      bottom: -26px;
      left: 500px;
      background: #fff;
      text-align: center; }
    #join_in .process .pro_box ul {
      position: absolute;
      top: 110px;
      font-size: 20px;
      color: #666;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      display: -webkit-flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 0 30px; }
      #join_in .process .pro_box ul li {
        width: 130px;
        text-align: center; }
#join_in .news {
  background: #f4f4f4;
  padding-bottom: 62px; }
  #join_in .news h3 {
    padding: 68px 0 55px;
    text-align: center; }
  #join_in .news .news_img img {
    display: block;
    width: 600px;
    height: 360px; }
  #join_in .news .news_li {
    width: 565px; }
    #join_in .news .news_li li {
      margin-bottom: 20px; }
      #join_in .news .news_li li:last-child {
        margin-bottom: 0; }
    #join_in .news .news_li .time {
      width: 75px;
      height: 75px;
      padding-top: 13px;
      font-size: 16px;
      line-height: 24px;
      text-align: center;
      color: #ff6800;
      border: 1px solid #ff6800;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    #join_in .news .news_li .news_txt {
      width: 480px;
      height: 75px;
      padding: 0 10px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      #join_in .news .news_li .news_txt .news_title {
        font-size: 16px;
        padding: 9px 0; }
      #join_in .news .news_li .news_txt .news_con {
        display: block;
        height: 40px;
        overflow: hidden;
        font-size: 12px;
        line-height: 20px;
        color: #666; }
      #join_in .news .news_li .news_txt:hover .news_title {
        color: #ff6800; }
#join_in .contact {
  height: 750px;
  background: url(../img/bg3.png) center;
  color: #fff; }
  #join_in .contact h3 {
    padding: 77px 0 22px;
    color: #fff; }
  #join_in .contact .sub {
    font-size: 18px;
    color: #fff; }
  #join_in .contact form {
    margin-top: 50px;
    padding: 0 100px; }
    #join_in .contact form input {
      width: 480px;
      height: 50px;
      padding: 0 15px;
      margin-bottom: 30px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      font-size: 18px;
      line-height: 50px;
      background: #fff;
      border-radius: 4px;
      color: #333; }
    #join_in .contact form img {
      margin-left: 40px;
      margin-top: 10px; }
    #join_in .contact form div {
      width: 100%;
      height: 50px;
      float: left;
      margin-bottom: 30px; }
      #join_in .contact form div .hqyzm {
        float: left;
        margin: -6px 0 0 40px; }
    #join_in .contact form textarea {
      width: 100%;
      height: 120px;
      border: 0;
      padding: 15px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border-radius: 4px;
      font-size: 18px;
      color: #333;
      background: #fff;
      resize: none; }
    #join_in .contact form button {
      display: block;
      width: 200px;
      height: 60px;
      line-height: 60px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      margin: 30px auto 30px;
      border: 2px solid #fff;
      border-radius: 6px;
      font-size: 18px;
      color: #fff; }
  #join_in .contact p {
    font-size: 16px;
    line-height: 26px;
    text-align: center; }

/*# sourceMappingURL=join_in.css.map */
