html {
  font-family: Helvetica,arial,tahoma, 'Microsoft YaHei',SimSun;
  font-size: 12px;
  color: #666; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

body, * {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

ul, li, ol {
  list-style: none; }

a {
  text-decoration: none;
  outline: none;
  cursor: pointer; }

img, button {
  outline: none;
  border: 0; }

input, select, textarea {
  outline: none; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 10000px white inset !important; }

.clearfix:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

input[type=checkbox], input[type=radio] {
  vertical-align: middle; }

.clearfix {
  zoom: 1; }

.fl {
  float: left; }

.fr {
  float: right; }

.show {
  display: block; }

.hidden {
  display: none; }

img {
  display: inline-block; }

#header {
  background: #fff;
  height: 76px;
  line-height: 76px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 32;
  box-shadow: 2px 2px 3px #d9e3ed; }
  #header .center {
    position: relative;
    width: 1120px;
    margin: 0 auto; }
  #header .logo {
    float: left;
    margin-top: 12px;
    margin-right: 14px; }
  #header ul {
    font-size: 0; }
    #header ul li a {
      font-size: 14px;
      color: #546278;
      padding: 0 14px; }
    #header ul li a:hover {
      color: #027bd6 !important; }
    #header ul li.current > a {
      color: #027bd6 !important; }
    #header ul li.current li a {
      color: #546278; }
    #header ul li:hover ul {
      display: block; }
  #header .ul1 > li {
    display: inline-block;
    position: relative;
    margin-left: 20px; }
  #header .ul2 {
    position: absolute;
    top: 76px;
    left: 0;
    background-color: #fff;
    z-index: 2;
    display: none; }
    #header .ul2 li {
      display: block;
      height: 32px;
      line-height: 32px;
      text-align: center; }
      #header .ul2 li a {
        font-size: 12px; }
  #header .loginStatus {
    position: absolute;
    top: 18px;
    right: 0;
    width: 106px; }
    #header .loginStatus img {
      float: left;
      margin-right: 6px; }
    #header .loginStatus .r {
      display: block;
      margin-left: 46px; }
      #header .loginStatus .r a {
        display: block;
        width: 60px;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
        background: #fff;
        color: #027bd6;
        border: 1px solid;
        border-radius: 12px;
        text-align: center;
        margin-top: -3px; }
      #header .loginStatus .r a + a {
        margin-top: 3px;
        margin-bottom: -3px;
        background-color: #027bd6;
        color: #fff;
        border: none; }

#header + div {
  margin-top: 76px; }

#footer {
  background: #333A44;
  padding: 40px 0 85px;
  height: 300px;
  margin-top: 80px; }
  #footer .center {
    position: relative;
    width: 1120px;
    margin: 0 auto; }
  #footer .centerTxt {
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 18px;
    margin-top: 14px; }
  #footer .logo {
    vertical-align: top;
    margin-top: 4px; }
  #footer ul, #footer .ul3 {
    display: inline-block;
    vertical-align: top;
    color: #fff; }
    #footer ul b, #footer .ul3 b {
      font-size: 14px;
      margin-bottom: 20px;
      display: block; }
    #footer ul a, #footer ul li, #footer .ul3 a, #footer .ul3 li {
      font-size: 12px;
      color: #fff; }
    #footer ul li, #footer .ul3 li {
      margin-bottom: 12px; }
    #footer ul a:hover, #footer .ul3 a:hover {
      color: #027bd6; }
  #footer .ul1 {
    margin-left: 60px; }
  #footer .ul2 {
    margin-left: 80px; }
  #footer .ul3 {
    margin-left: 60px; }
    #footer .ul3 > div {
      display: inline-block;
      font-size: 12px;
      line-height: 20px; }
    #footer .ul3 > div + div {
      margin-left: 50px; }

#showForm {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 999;
  display: none; }
  #showForm .bg {
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
  #showForm form {
    width: 420px;
    height: 480px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -210px;
    margin-top: -240px;
    background: #fff; }
    #showForm form .line1 {
      text-align: center;
      color: #fff;
      background: #027BD6;
      height: 48px;
      line-height: 48px;
      position: relative;
      font-size: 14px;
      font-weight: 600; }
      #showForm form .line1 .close {
        position: absolute;
        right: -10px;
        top: -20px;
        font-size: 18px;
        cursor: pointer; }
        #showForm form .line1 .close span {
          display: inline-block;
          width: 24px;
          height: 24px;
          line-height: 16px;
          background: #999;
          color: #fff;
          border: 3px solid #fff;
          border-radius: 20px; }
        #showForm form .line1 .close span:hover {
          background: #027bd6;
          opacity: 0.8; }
    #showForm form .des {
      text-align: center;
      font-size: 12px;
      color: #999;
      margin: 20px 0; }
    #showForm form .line {
      margin: 30px 40px 0 30px;
      position: relative; }
      #showForm form .line > span {
        display: inline-block;
        width: 66px;
        text-align: right; }
        #showForm form .line > span i {
          font-style: normal;
          color: #FE3C3C; }
      #showForm form .line input {
        height: 36px;
        width: 280px;
        border: 1px solid #D9E3ED;
        background: #F4F7FA;
        padding: 0 10px;
        font-size: 12px; }
      #showForm form .line p.tip {
        left: 66px;
        font-size: 12px;
        color: #FE3C3C;
        position: absolute; }
    #showForm form .btn {
      text-align: center; }
      #showForm form .btn span {
        display: inline-block;
        width: 180px;
        height: 42px;
        line-height: 42px;
        background: #FDA826;
        margin: 40px auto;
        color: #fff;
        font-size: 14px;
        border-radius: 4px;
        cursor: pointer; }
  #showForm .replay {
    background: #343435;
    position: absolute;
    width: 50%;
    text-align: center;
    padding: 20px 60px;
    top: 45%;
    left: 25%;
    opacity: 0.8;
    color: #fff; }

body {
  background: #F4F7FA; }

#mainIntro .part1 {
  width: 100%;
  height: 380px;
  min-width: 1120px;
  display: block;
  background: url(../images/huiyuan_banner.png) scroll center no-repeat;
  cursor: pointer; }
#mainIntro .part {
  width: 1120px;
  margin: 40px auto;
  background-color: #fff;
  border-top: 1px solid #D9E3ED;
  border-bottom: 1px solid #D9E3ED; }
  #mainIntro .part > .left {
    width: 460px;
    height: 100%;
    float: left;
    border-left: 1px solid #D9E3ED;
    border-right: 1px solid #D9E3ED;
    padding: 50px 40px;
    position: relative; }
    #mainIntro .part > .left ._title {
      font-size: 28px;
      color: #343B44;
      margin-bottom: 35px; }
    #mainIntro .part > .left ._txt {
      font-size: 16px;
      color: #666;
      line-height: 24px; }
    #mainIntro .part > .left .icon {
      position: absolute;
      right: 40px;
      bottom: 16px; }
    #mainIntro .part > .left ._price {
      color: #f29c0f;
      font-size: 16px;
      margin-top: 30px; }
      #mainIntro .part > .left ._price > i {
        font-size: 28px;
        font-style: normal; }
  #mainIntro .part > .right {
    margin-left: 460px; }
    #mainIntro .part > .right .list {
      display: inline-block;
      float: left;
      border-right: 1px solid #D9E3ED; }
      #mainIntro .part > .right .list .txt {
        font-size: 14px;
        color: #666; }
      #mainIntro .part > .right .list ._t {
        color: #666;
        font-size: 18px;
        font-weight: 600; }
    #mainIntro .part > .right .b_b {
      border-bottom: 1px solid #D9E3ED; }
    #mainIntro .part > .right .center {
      text-align: center; }
  #mainIntro .part .icon {
    background: url(../images/huiyuan_coll.png);
    display: inline-block; }
  #mainIntro .part .icon_1_1 {
    width: 60px;
    height: 56px;
    background-position: -335px -63px; }
  #mainIntro .part .icon_1_2 {
    width: 60px;
    height: 60px;
    background-position: -397px 0; }
  #mainIntro .part .icon_1_3 {
    width: 60px;
    height: 55px;
    background-position: -583px -62px; }
  #mainIntro .part .icon_1_4 {
    width: 60px;
    height: 51px;
    background-position: -770px 0; }
  #mainIntro .part .icon_1_5 {
    width: 60px;
    height: 56px;
    background-position: -397px -62px; }
  #mainIntro .part .icon_1_6 {
    width: 60px;
    height: 53px;
    background-position: -645px -62px; }
  #mainIntro .part .icon_2_1 {
    width: 60px;
    height: 56px;
    background-position: -459px -62px; }
  #mainIntro .part .icon_2_2 {
    width: 60px;
    height: 60px;
    background-position: -458px 0; }
  #mainIntro .part .icon_2_3 {
    width: 62px;
    height: 60px;
    background-position: -520px 0; }
  #mainIntro .part .icon_2_4 {
    width: 60px;
    height: 61px;
    background-position: -335px 0; }
  #mainIntro .part .icon_3_1 {
    width: 60px;
    height: 53px;
    background-position: -707px -62px; }
  #mainIntro .part .icon_3_2 {
    width: 60px;
    height: 60px;
    background-position: -584px 0; }
  #mainIntro .part .icon_3_3 {
    width: 60px;
    height: 56px;
    background-position: -521px -62px; }
  #mainIntro .part .icon_3_4 {
    width: 60px;
    height: 60px;
    background-position: -646px 0; }
  #mainIntro .part .icon_3_5 {
    width: 60px;
    height: 60px;
    background-position: -708px 0; }
  #mainIntro .part .icon_3_6 {
    width: 60px;
    height: 52px;
    background-position: -769px -62px; }
  #mainIntro .part .icon_jin {
    width: 107px;
    height: 119px;
    background-position: -109px 0; }
  #mainIntro .part .icon_yin {
    width: 107px;
    height: 120px;
    background-position: 0 0; }
  #mainIntro .part .icon_zuan {
    width: 115px;
    height: 101px;
    background-position: -218px 0; }
#mainIntro .part2 {
  height: 320px; }
  #mainIntro .part2 > .right .list {
    width: 220px;
    height: 160px; }
    #mainIntro .part2 > .right .list .icon {
      margin: 30px 0; }
#mainIntro .part3 {
  height: 440px; }
  #mainIntro .part3 > .right .list {
    width: 330px;
    height: 220px;
    padding: 20px 40px; }
    #mainIntro .part3 > .right .list ._t {
      height: 60px;
      line-height: 60px;
      margin-bottom: 16px; }
      #mainIntro .part3 > .right .list ._t .icon {
        float: left;
        margin-right: 20px; }
#mainIntro .part4 {
  height: 400px; }
  #mainIntro .part4 > .right .list {
    width: 220px;
    height: 200px; }
    #mainIntro .part4 > .right .list .icon {
      margin: 40px 0 32px; }

#bottom {
  height: 200px;
  background-color: #333333;
  color: #fff;
  text-align: center; }
  #bottom > a {
    display: inline-block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    background: #F29C0F;
    font-size: 18px;
    margin: 40px 0 20px;
    color: inherit; }
  #bottom > p {
    font-size: 28px; }

#bottom + #footer {
  margin-top: 0; }

/*# sourceMappingURL=introduction.css.map */
