/**reset**/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, input, button, textarea, p, blockquote, th, td, form, pre {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent; }

a:active, a:hover {
  outline: 0; }

img {
  display: inline-block;
  border: none;
  vertical-align: middle; }

li {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

h1, h2, h3 {
  font-size: 14px;
  font-weight: 400; }

h4, h5, h6 {
  font-size: 100%;
  font-weight: 400; }

button, input, select, textarea {
  font-size: 100%; }

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  outline: 0; }

pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word; }

/**common**/
body {
  background: #DEDEDE;
  line-height: 24px;
  font: 14px Helvetica Neue,Helvetica,Tahoma,Arial,sans-serif; }

a {
  color: #333;
  text-decoration: none; }

a:hover {
  color: #777;
  cursor: pointer; }

.clearfix:after, .clearfix:before {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.head {
  width: 100%;
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%; }

.nav_bar .inner.wrp {
  width: 730px;
  margin-left: 40px; }

.login_bar {
  position: absolute;
  width: 320px;
  right: 40px;
  top: 0;
  margin-left: 190px;
  line-height: 70px;
  text-align: right;
  z-index: 999; }
  .login_bar .inner.wrp {
    width: 320px; }

.account {
  display: inline-block;
  line-height: 14px;
  font-size: 0; }
  .account a:first-child {
    border-left: none; }
  .account a {
    display: inline-block;
    font-size: 14px;
    letter-spacing: normal;
    margin-left: 8px;
    padding-left: 8px;
    color: #fff;
    border-left: 1px solid #767676; }
    .account a:hover, .account a:focus {
      color: #32B2EE;
      background-color: transparent; }

.head_box {
  background-color: #262626;
  position: relative;
  margin: 0 auto; }
  .head_box .inner {
    overflow: hidden;
    height: 70px; }

.logo {
  float: left;
  margin-top: 15px;
  font-size: 0; }
  .logo a {
    display: block;
    height: 40px;
    overflow: hidden;
    text-decoration: none;
    margin-right: 40px; }
    .logo a img {
      height: 100%; }

.nav {
  line-height: 70px;
  font-size: 18px; }
  .nav li {
    display: inline-block;
    vertical-align: top;
    cursor: pointer; }
    .nav li a {
      font-size: 14px;
      margin: 0 20px;
      position: relative;
      color: #ffffff;
      padding-bottom: 5px; }
    .nav li.active {
      background: #32B2EE; }
    .nav li:hover {
      background: #32B2EE; }

.login_box {
  width: 300px;
  background: rgba(255, 255, 255, 0.65);
  padding: 15px;
  position: absolute;
  right: 50px;
  margin-top: 100px;
  z-index: 99;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  display: none; }
  .login_box input {
    display: block;
    font-size: 14px;
    height: 39px;
    line-height: 39px;
    width: 285px;
    background-color: rgba(0, 0, 0, 0.05);
    margin: 0px auto 15px;
    padding-left: 15px;
    color: #424141;
    border: none;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px; }
    .login_box input.code {
      width: 180px;
      float: left; }
    .login_box input.agree {
      display: inherit;
      float: left;
      height: 20px;
      line-height: 20px;
      width: auto; }
  .login_box .code_img {
    width: 90px;
    height: 39px;
    cursor: pointer; }
  .login_box input::-webkit-input-placeholder {
    color: #424141; }
  .login_box input:-moz-placeholder {
    color: #424141;
    opacity: 1; }
  .login_box input::-moz-placeholder {
    color: #424141;
    opacity: 1; }
  .login_box input:-ms-input-placeholder {
    color: #424141; }
  .login_box .login_btn {
    height: 39px;
    width: 100%;
    line-height: 39px;
    background: #32B2EE;
    color: #fff;
    display: inline-block;
    text-align: center;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px; }
  .login_box p {
    margin-top: 10px;
    clear: both; }
    .login_box p a {
      color: #32B2EE; }

.box_content {
  background: #F3F3F3;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0 auto;
  position: relative; }
  .box_content .tit {
    padding: 30px 0;
    text-align: center;
    font-size: 20px;
    color: #fff; }
    .box_content .tit:after {
      content: '';
      display: block;
      border-bottom: 3px solid #fff;
      width: 25px;
      margin: 0 auto;
      padding-top: 10px; }

.lists_block {
  background: #FF7F77;
  position: relative; }
  .lists_block .month_list {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    border: 1px solid #fff;
    height: 60px;
    line-height: 60px;
    margin-top: 50px; }
    .lists_block .month_list .lists {
      display: inline-block;
      overflow: hidden;
      text-align: initial;
      white-space: nowrap; }
      .lists_block .month_list .lists li {
        margin-right: 40px;
        display: inline-block;
        color: #fff;
        font-size: 15px;
        font-weight: 200; }
  .lists_block .hand_phone {
    position: absolute;
    width: 36%;
    text-align: center;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto; }
    .lists_block .hand_phone img {
      width: 100%; }

.process_block {
  background: #333333;
  position: relative;
  padding-bottom: 100px; }
  .process_block .process_list {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    margin-top: 100px; }
    .process_block .process_list ul li {
      float: left;
      width: 20%;
      position: relative; }
      .process_block .process_list ul li img {
        margin: 0 auto;
        width: 180px;
        transition: -webkit-transform .5s;
        transition: transform .5s; }
        .process_block .process_list ul li img:hover {
          transform: scale(1.2);
          -webkit-transform: scale(1.2); }
      .process_block .process_list ul li h3 {
        margin-top: 10px;
        font-size: 18px;
        color: #85B30A;
        font-weight: bold; }
        .process_block .process_list ul li h3:after {
          content: '';
          display: block;
          border-bottom: 4px solid #85B30A;
          width: 20px;
          margin: 0 auto;
          padding-top: 10px; }

.case_block {
  background: #EFEFEF;
  position: relative;
  padding-top: 50px; }
  .case_block .case_title {
    position: absolute;
    left: 50%;
    top: 40%;
    font-size: 300%;
    color: #919191;
    font-weight: 100;
    padding-bottom: 10px;
    border-bottom: 1px solid #BABABA; }
  .case_block .case_english {
    color: #D3D3D3;
    font-size: 18px;
    text-align: center; }
  .case_block .case_phone {
    margin-left: 80px;
    width: 450px;
    position: absolute;
    bottom: 0;
    z-index: 0; }
    .case_block .case_phone li {
      zoom: 1;
      vertical-align: middle; }
      .case_block .case_phone li img {
        width: 100%;
        vertical-align: middle; }
  .case_block .case_desk {
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
    .case_block .case_desk img {
      width: 500px; }
  .case_block .case_deng {
    position: absolute;
    right: 100px;
    top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
    .case_block .case_deng img {
      width: 100px; }

.help_block {
  background: #F2F2F2; }
  .help_block .title {
    color: #EA6C5B; }
  .help_block .help_list {
    padding-bottom: 50px;
    overflow: hidden;
    width: 1200px;
    margin: 0 auto; }
    .help_block .help_list .help-content {
      width: 50%;
      float: left; }
    .help_block .help_list h2 {
      font-size: 20px;
      font-weight: bold;
      color: #000000;
      letter-spacing: 1px; }
    .help_block .help_list dt {
      font-size: 17px;
      color: #2D2D2D;
      padding-left: 10px;
      margin-top: 30px;
      line-height: 15px;
      cursor: pointer; }
    .help_block .help_list dd {
      display: none;
      position: relative;
      line-height: 1.8;
      background-color: #969696;
      padding: 10px 15px;
      margin-top: 20px;
      margin-left: 10px;
      color: #ffffff;
      max-width: 80%; }
      .help_block .help_list dd:before {
        content: "";
        position: absolute;
        top: -8px;
        left: 50px;
        width: 15px;
        height: 15px;
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
        background-image: linear-gradient(to bottom, transparent 96.9%, #969696 3.1%), linear-gradient(to right, #969696 96.9%, #969696 3.1%);
        background-image: -webkit-linear-gradient(to bottom, transparent 96.9%, #969696 3.1%), linear-gradient(to right, #969696 96.9%, #969696 3.1%); }

.about_block {
  overflow: hidden;
  background: #91C20E; }
  .about_block .title {
    color: #fff; }
  .about_block .introduction {
    background: #A5CD39; }
    .about_block .introduction p {
      font-size: 17px;
      text-align: center;
      color: #ffffff;
      padding: 0 100px;
      line-height: 30px;
      padding-bottom: 50px;
      font-weight: 200; }
  .about_block .about_list {
    overflow: hidden;
    margin: 0 auto; }
  .about_block .time_line {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 50px 0px; }
    .about_block .time_line .timeline_block {
      position: relative;
      width: 33.333333%;
      float: left;
      transition: 0.8s;
      transition-delay: 0.8s; }
      .about_block .time_line .timeline_block:before {
        content: '';
        width: 5px;
        height: 5px;
        display: inline-block;
        border: 3px solid #fff;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        position: absolute;
        background: #91C20E;
        left: 15px;
        margin: 0 auto;
        top: -5px;
        z-index: 99; }
      .about_block .time_line .timeline_block:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        width: 100%;
        background: #fff;
        margin: 0 auto; }
      .about_block .time_line .timeline_block .timeline_text p:first-child {
        color: #fff;
        line-height: 1.5;
        position: absolute;
        top: -30px; }
      .about_block .time_line .timeline_block .timeline_text p:last-child {
        color: #E8F2CB;
        font-weight: 100;
        line-height: 1.5;
        margin-top: 20px; }
  .about_block .aims {
    background: #A5CD39; }
    .about_block .aims .aims_box {
      width: 1200px;
      margin: 0 auto;
      padding: 50px 0;
      position: relative; }
      .about_block .aims .aims_box:before {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        border-left: 2px solid #D1E69A;
        width: 0;
        height: 50px; }
      .about_block .aims .aims_box .aims_desc {
        width: 70%;
        margin: 0 auto;
        position: relative; }
      .about_block .aims .aims_box .aims_list {
        width: 33.33333333%;
        float: left;
        text-align: center;
        list-style-type: none;
        position: relative;
        padding-top: 50px;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s; }
        .about_block .aims .aims_box .aims_list:after {
          right: auto;
          left: 50%;
          border-left: 2px solid #D1E69A; }
        .about_block .aims .aims_box .aims_list:after, .about_block .aims .aims_box .aims_list:before {
          content: '';
          position: absolute;
          top: 0;
          right: 50%;
          border-top: 2px solid #D1E69A;
          width: 50%;
          height: 30px; }
        .about_block .aims .aims_box .aims_list:first-child:before, .about_block .aims .aims_box .aims_list:last-child:after {
          border: 0 none; }
        .about_block .aims .aims_box .aims_list:last-child:before {
          border-right: 2px solid #D1E69A; }
        .about_block .aims .aims_box .aims_list img {
          width: 110px; }
        .about_block .aims .aims_box .aims_list p {
          margin-top: 30px;
          text-align: center;
          color: #EDF5D7;
          font-size: 16px;
          line-height: 1.6;
          font-weight: 200; }
  .about_block .strategy {
    padding: 50px 0; }
    .about_block .strategy .round_box {
      width: 430px;
      height: 430px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      border: 5px solid #CAE28B;
      margin: 0 auto;
      position: relative;
      text-align: center; }
      .about_block .strategy .round_box .round1 {
        position: absolute;
        right: 0;
        left: 0;
        top: -75px; }
      .about_block .strategy .round_box .round2 {
        position: absolute;
        left: -10px;
        bottom: 0; }
      .about_block .strategy .round_box .round3 {
        position: absolute;
        right: -10px;
        bottom: 0; }
      .about_block .strategy .round_box p {
        color: #fff;
        font-size: 30px;
        text-align: center;
        font-weight: bold;
        line-height: 430px; }

@-webkit-keyframes trail_ {
  from {
    -webkit-transform: rotateZ(0deg); }
  to {
    -webkit-transform: rotateZ(360deg); } }
@keyframes trail_ {
  from {
    transform: rotateZ(0deg); }
  to {
    transform: rotateZ(360deg); } }
.contact_block {
  background: #F2F2F2; }
  .contact_block section {
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
    padding: 20px;
    margin-top: 70px; }
    .contact_block section .contact_info {
      width: 50%;
      float: left;
      margin: 0 auto;
      text-align: left; }
      .contact_block section .contact_info p {
        line-height: 35px;
        color: #6D6D6D;
        font-weight: 100; }

.partner_block {
  background: #333333; }
  .partner_block section {
    padding: 0 50px; }
    .partner_block section .partner_box {
      text-align: justify;
      width: 100%;
      margin-bottom: 50px; }
      .partner_block section .partner_box ul li {
        float: left;
        margin: 0 0 10px 0;
        width: 147px;
        height: 50px;
        overflow: hidden; }
        .partner_block section .partner_box ul li div {
          width: 147px;
          height: 50px;
          vertical-align: middle;
          display: table-cell;
          text-align: center;
          overflow: hidden; }
          .partner_block section .partner_box ul li div img {
            vertical-align: middle; }
    .partner_block section .footer-copyright {
      padding: 50px 0;
      color: #fff;
      text-align: center; }
      .partner_block section .footer-copyright a {
        color: #fff;
        margin-top: 30px;
        display: inline-block;
        text-decoration: underline; }

.content {
  width: 100%;
  height: 262px;
  overflow: hidden;
  margin: 0 auto; }
  .content .block_icon {
    display: block;
    margin: 0 auto;
    width: 60px; }
  .content .cover {
    position: absolute;
    top: 125px;
    left: 0;
    right: 0; }
  .content .title {
    font-size: 19px;
    margin-top: 20px;
    display: block;
    text-align: center;
    letter-spacing: 2px;
    font-weight: bold;
    color: #fff; }
  .content .english {
    text-align: center;
    font-size: 14px;
    margin-top: 15px;
    color: rgba(255, 255, 255, 0.61);
    letter-spacing: 1px; }

.process_block .title {
  color: #7FAA0D; }
.process_block .english {
  color: rgba(127, 170, 13, 0.61); }

.help_block .title {
  color: #EA6C5B; }
.help_block .english {
  color: rgba(234, 108, 91, 0.61); }

#fp-nav ul li:last-child {
  display: none; }

.slideBox {
  overflow: hidden;
  position: relative; }

.slideBox .hd {
  position: absolute;
  z-index: 1;
  height: 30px;
  line-height: 30px;
  text-align: center;
  bottom: 0;
  right: 0;
  left: 0; }

.slideBox .hd ul {
  text-align: center; }

.slideBox .hd ul li {
  cursor: pointer;
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: inherit;
  background: #eeeeee;
  margin: 5px; }

.slideBox .hd ul li.on {
  background: #F66715; }

.slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0; }

.slideBox .bd .tempWrap, .slideBox .bd ul {
  height: 100%; }

.slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
  height: 100%;
  position: relative; }

.slideBox .bd li a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  min-width: 1000px;
  z-index: -10;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  zoom: 1; }

.slideBox .bd img {
  width: 100%;
  vertical-align: top; }

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
.timeline_block:nth-child(2) {
  -webkit-transform: translateX(-279px);
  transform: translateX(-279px); }
.timeline_block:nth-child(3) {
  -webkit-transform: translateX(-558px);
  transform: translateX(-558px); }

.active .case_desk {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
  visibility: visible;
  animation-duration: 2s;
  animation-name: slideInRight; }
.active .case_deng {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
  visibility: visible;
  animation-duration: 2s;
  animation-name: slideInDown; }
.active .hand_phone {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  transition: all 1s ease-in-out; }
.active .process_list {
  transition: all 1s ease-in-out;
  transform: translateX(0);
  -webkit-transform: translateX(0); }
.active .timeline_block {
  -webkit-transform: translateX(0);
  transform: translateX(0); }

/*# sourceMappingURL=adu.css.map */
