@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  *zoom: 1; }
  .bx-wrapper img {
    max-width: 100%;
    display: block;
    margin: 0 auto; }
  .bx-wrapper .bx-viewport {
    /*  -moz-box-shadow: 0 0 5px #ccc;
      -webkit-box-shadow: 0 0 5px #ccc;
      box-shadow: 0 0 5px #ccc;
      border:  5px solid #fff;
      left: -5px;*/
    background: #fff;
    /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0); }
  .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: 10px;
    width: 100%; }
  .bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(../images/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000; }
  .bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    /*  padding-top: 20px;*/ }
    .bx-wrapper .bx-pager .bx-pager-item {
      display: inline-block;
      *zoom: 1;
      *display: inline; }
  .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline; }
  .bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
    .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
      background: #000; }
  .bx-wrapper .bx-prev {
    left: 10px;
    background: url(../images/controls.png) no-repeat 0 -32px; }
  .bx-wrapper .bx-next {
    right: 10px;
    background: url(../images/controls.png) no-repeat -43px -32px; }
  .bx-wrapper .bx-prev:hover {
    background-position: 0 0; }
  .bx-wrapper .bx-next:hover {
    background-position: -43px 0; }
  .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999; }
    .bx-wrapper .bx-controls-direction a.disabled {
      display: none; }
  .bx-wrapper .bx-controls-auto {
    text-align: center; }
    .bx-wrapper .bx-controls-auto .bx-start {
      display: block;
      text-indent: -9999px;
      width: 10px;
      height: 11px;
      outline: 0;
      background: url(../images/controls.png) -86px -11px no-repeat;
      margin: 0 3px; }
      .bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active {
        background-position: -86px 0; }
    .bx-wrapper .bx-controls-auto .bx-stop {
      display: block;
      text-indent: -9999px;
      width: 9px;
      height: 11px;
      outline: 0;
      background: url(../images/controls.png) -86px -44px no-repeat;
      margin: 0 3px; }
      .bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active {
        background-position: -86px -33px; }
  .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%; }
  .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px; }
  .bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666 \9;
    background: rgba(80, 80, 80, 0.75);
    width: 100%; }
    .bx-wrapper .bx-caption span {
      color: #fff;
      font-family: Arial;
      display: block;
      font-size: .85em;
      padding: 10px; }

/** THEME
===================================*/
/* LOADER */
/* PAGER */
/* DIRECTION CONTROLS (NEXT / PREV) */
/* AUTO CONTROLS (START / STOP) */
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
/* IMAGE CAPTIONS */
/* public */
* {
  margin: 0;
  padding: 0; }

body {
  background: #f0f0f0;
  font-size: 14px;
  font-family: "Microsoft Yahei",verdana,Tahoma,Arial,sans-serif;
  line-height: 200%;
  color: #555;
  -webkit-text-size-adjust: none; }

html {
  overflow-y: scroll; }

/*Y轴滚动条始终占位，防止抖动*/
table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  color: #555;
  text-decoration: none; }

/*是超级链接的初始状态*/
a:hover {
  color: #F30;
  text-decoration: none; }

/*是把鼠标放上去时的状况*/
a:active {
  background: none;
  text-decoration: none; }

input[type="text"], input[type="password"], input[type="select"], input[type="search"], input[type="file"], textarea, select {
  border-color: #a0a0a0 #a0a0a0 #a0a0a0 #a0a0a0;
  border-style: solid;
  border-width: 1px;
  padding: 2px 4px;
  background: #fff;
  color: #333; }

input[type="text"]:focus, input[type="password"]:focus, input[type="select"]:focus, input[type="search"]:focus, input[type="file"]:focus, textarea:focus, select:focus, input[type="text"].sffocus, input[type="password"].sffocus {
  border-color: #f0a413 #f0a413 #f0a413 #f0a413;
  background: #fffede; }

.p0 {
  text-indent: 2em;
  line-height: 1.9; }

.Button {
  width: 60px;
  height: 25px;
  padding: 0 10px;
  display: inline-block;
  text-align: center;
  line-height: 25px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.9);
  position: relative;
  cursor: pointer;
  border: 1px solid #ccc !important;
  background: white url(../images/btn-overlay.png) repeat-x !important; }

.Button:hover {
  -moz-box-shadow: 0 0 5px rgba(82, 168, 236, 0.5);
  -webkit-box-shadow: 0 0 5px rgba(82, 168, 236, 0.5);
  box-shadow: 0 0 5px rgba(82, 168, 236, 0.5);
  border: 1px solid #266dbb !important; }

.headbg {
  width: 100%;
  margin: 0 auto;
  background: #fff; }

.wrapper {
  /*width:100%; height:auto; margin:0 auto;*/
  background: #fff; }

.whitebg {
  background: #fff; }

.mainW {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0; }

.innerW {
  width: 1120px;
  margin: 0 auto; }

.w100 {
  width888: 100%; }

.line {
  height: 1px;
  background: #ccc;
  display: block;
  border-bottom: 1px solid #fff;
  overflow: hidden; }

/* header */
.topbox {
  background-color: #FAFAFA;
  border-bottom: 1px solid #dfdfdf; }

.top {
  font-size: 14px;
  height: 32px;
  line-height: 32px; }
  .top dl {
    list-style: none;
    float: left; }
  .top ul {
    list-style: none;
    float: right; }

.head {
  height: 82px; }
  .head .logo {
    float: left;
    width: 200px;
    height: 82px;
    overflow: hidden; }
    .head .logo a {
      text-indent: -1000em;
      width: 200px;
      height: 82px;
      background: url(../images/logo.png) no-repeat 0 center;
      display: block; }

/*Navigation菜单*/
.menu {
  float: right;
  position: relative;
  top: 23px;
  background-color: #06a352;
  padding: 0 15px;
  border-radius: 50px; }

.ddsmoothmenu ul {
  z-index: 100;
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .ddsmoothmenu ul li {
    position: relative;
    float: left;
    display: inline; }
    .ddsmoothmenu ul li.active > a {
      color: #fff; }
    .ddsmoothmenu ul li a {
      display: block;
      padding: 0 15px;
      background: #06a352;
      color: #2d2b2b;
      text-decoration: none;
      font-size: 14px;
      line-height: 35px; }
      .ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited {
        color: #fff; }
      .ddsmoothmenu ul li a.selected {
        background: #00843d !important;
        color: #fff; }
      .ddsmoothmenu ul li a:hover {
        background: #00843d;
        color: #fff; }
    .ddsmoothmenu ul li ul {
      position: absolute;
      left: -3000px;
      display: none;
      visibility: hidden; }
      .ddsmoothmenu ul li ul li {
        float: none;
        display: list-item; }
        .ddsmoothmenu ul li ul li ul {
          top: 0; }
        .ddsmoothmenu ul li ul li a {
          margin: 0;
          padding: 8px 15px;
          width: 160px;
          background: #00843d;
          border-bottom: 1px solid #007a37;
          font: normal 13px Verdana;
          border-top-width: 0; }
          .ddsmoothmenu ul li ul li a:hover {
            background: #007a37; }

* html .ddsmoothmenu ul li a {
  display: inline-block; }

* html .ddsmoothmenu {
  height: 1%; }

.downarrowclass {
  position: absolute;
  top: 15px;
  right: 7px; }

.rightarrowclass {
  position: absolute;
  top: 10px;
  right: 5px; }

.ddshadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background-color: #ccc; }

.toplevelshadow {
  margin: 5px 0 0 5px;
  opacity: .8; }

.ddcss3support .ddshadow.toplevelshadow {
  margin: 0; }

.ddcss3support .ddshadow {
  background-color: transparent;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5); }

.w968 {
  width: 1120px; }

/*slider*/
.bxslider {
  background: #fff; }

.banner {
  background: #fff;
  height: 240px;
  overflow: hidden; }

/*index_Services*/
/*Container*/
.navhead {
  position: relative;
  width: 100%;
  height: 45px;
  overflow: hidden;
  z-index: 10; }

.containerA {
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 11; }

.container {
  /*position:relative; top:-10px;*/
  width: 100%; }

.ContainerB {
  /*position:relative;*/
  width: 100%; }

/*main*/
.homemain {
  margin-top: 20px;
  margin-bottom: 10px; }

.homemain .content {
  margin: 20px auto; }

/*about*/
.homemain .content a.about {
  float: left;
  width: 370px;
  height: 258px;
  overflow: hidden;
  padding: 10px;
  border: 1px solid #06a352;
  background: #669CFF;
  color: #fff;
  line-height: 2;
  border-radius: 10px; }

.homemain .content a:hover.about, .homemain .content a.about:hover {
  color: #fff;
  border: 1px solid #9a9a9a;
  background: #a2a2a2; }

.homemain .content .about .title {
  float: left;
  display: inline-block;
  width: 100%;
  height: 28px;
  font-weight: bold;
  font-size: 15px; }

.homemain .content .about .title em {
  margin-left: 5px;
  font-size: 14px; }

.homemain .content .about .con {
  float: left;
  display: inline-block;
  width: 100%;
  padding-top: 10px;
  border-top: 1px solid #fff;
  font-size: 14px; }

.homemain .content a:hover.about .con, .homemain .content a.about:hover .con {
  border-top: 1px solid #fff; }

/*contact*/
.homemain .content .contact {
  float: left;
  width: 270px;
  height: 280px;
  overflow: hidden;
  background: #fff url(../images/cert.jpg) no-repeat center bottom;
  margin-left: 10px; }

.homemain .content .contact .title {
  float: left;
  display: inline-block;
  width: 100%;
  height: 34px;
  line-height: 34px;
  background: url(../images/i_contact_title.png) no-repeat 0 3px; }

.homemain .content .contact .con dt a {
  float: left;
  display: block;
  width: 268px;
  height: 52px;
  line-height: 52px;
  font-weight: bold;
  text-align: left;
  color: #6f96d6;
  font-size: 15px;
  text-indent: -9999em;
  margin-top: 10px;
  border: 1px solid #c5c5c5;
  background: #fff;
  border-color: #eaeaea; }

.homemain .content .contact .con dt a:hover {
  color: #fff;
  background: #82a5dd;
  border: 1px solid #d5d5d5; }

.homemain .content .contact .con dt a {
  background: url(../images/ipro_1.jpg) no-repeat 0 0;
  border-color: #D8DCDD; }

/*news*/
.homemain .content .news {
  float: left;
  width: 438px;
  height: 280px;
  overflow: hidden;
  background: #fff;
  color: #000;
  margin-left: 10px;
  border-radius: 0px; }

.homemain .content .news .title {
  float: left;
  display: inline-block;
  width: 100%;
  height: 34px;
  line-height: 34px;
  background: url(../images/i_news_title.png) no-repeat 0 3px; }

.homemain .content .news .title a {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 34px;
  text-indent: -2000em; }

.homemain .content .news .con {
  float: left;
  display: inline-block;
  *width: 375px;
  height: 224px;
  padding: 10px;
  background: #fff;
  border: 1px solid #ddd;
  color: #555; }

.homemain .content .news .con {
  width: 415px; }

.homemain .content .news .con li {
  line-height: 30px;
  height: 30px;
  border-bottom: 1px dashed #ddd; }

.homemain .content .news .con li span {
  float: right; }

/*--------------------icon--------------------*/
.ui-icon {
  background: url(../images/icon.png) no-repeat;
  display: block; }

.ui-icon-logo {
  background-position: 0px 0px; }

/*158*36-logo*/
.ui-icon-search-bg {
  background-position: -168px 0px; }

/*141*22-搜索背景*/
.ui-icon-search-button {
  background-position: -320px 0px; }

/*10*13-搜索按钮*/
/*--------------------二级页面icon--------------------*/
.ui-icon-internet-banking {
  background-position: -4px -56px; }

/*80*80-互联网金融*/
.ui-icon-guarantee {
  background-position: -88px -56px; }

/*80*80-瀚华担保*/
.ui-icon-credit {
  background-position: -168px -56px; }

/*80*80-瀚华信贷*/
.ui-icon-financial-factoring-1 {
  background-position: -270px -56px; }

/*80*80-长江金融保理*/
.ui-icon-learn-more {
  background-position: -340px 0px; }

/*16*28-了解更多*/
.ui-icon-browse-videos {
  background-position: -366px 0px; }

/*32*25-浏览视频*/
.ui-icon-slideshow-left {
  background-position: -360px -70px; }

/*27*52-社会责任幻灯片左默认*/
.ui-icon-slideshow-right {
  background-position: -397px -70px; }

/*27*52-社会责任幻灯片右默认*/
.ui-icon-diamond {
  background-position: -408px 0px; }

/*9*9-菱形*/
.ui-icon-more {
  background-position: -427px 0px; }

/*11*11-更多默认*/
.ui-icon-events-timeline-triangle {
  background-position: -469px 0px; }

/*10*10-时间轴三角*/
.ui-icon-events-timeline-left {
  background-position: -489px 0px; }

/*6*13-时间轴左*/
.ui-icon-events-timeline-right {
  background-position: -505px 0px; }

/*6*13-时间轴右*/
.ui-icon-contactus-triangle {
  background-position: -553px 0px; }

/*19*19-联系我们三角*/
.ui-icon-news-inquiry-selected {
  background-position: -582px 0px; }

/*9*5-年份选择*/
.ui-icon-pageprev {
  background-position: -601px 3px; }

/*24*24-上页*/
.ui-icon-pagenext {
  background-position: -635px 3px; }

/*24*24-下页*/
.ui-icon-yun {
  background-position: 0px -156px; }

/*190*70-瀚华云*/
.ui-icon-yun-arrow {
  background-position: -777px 0px; }

/*9*10-瀚华通箭头*/
.ui-icon-tong {
  background-position: -200px -142px; }

/*190*70-瀚华通*/
.ui-icon-round {
  background-position: 0px -236px; }

/*108*108-瀚华通*/
.ui-icon-business-acceptance {
  background-position: -118px -236px; }

/*80*80-业务受理*/
.ui-icon-due-diligence {
  background-position: -208px -236px; }

/*80*80-尽职调查*/
.ui-icon-project-evaluation {
  background-position: -298px -236px; }

/*80*80-项目评审*/
.ui-icon-loan-signing {
  background-position: -388px -236px; }

/*80*80-签约放款*/
.ui-icon-repayment {
  background-position: -478px -236px; }

/*80*80-保后及还款*/
.ui-icon-arrow-right {
  background-position: -568px -236px; }

/*9*18-箭头右*/
.ui-icon-diamond-s {
  background-position: -815px 0px; }

/*14*14-菱形小*/
.ui-icon-loan-growth {
  background-position: 0px -366px; }

/*145*145-成长贷*/
.ui-icon-zhou-loan {
  background-position: -146px -366px; }

/*145*145-周转贷*/
.ui-icon-instant-loan {
  background-position: -291px -366px; }

/*145*145-即时贷*/
.ui-icon-housing-loan {
  background-position: -435px -366px; }

/*145*145-房易贷*/
.ui-icon-easypay-loan {
  background-position: -581px -366px; }

/*145*145-薪易贷*/
.ui-icon-simple {
  background-position: 0px -529px; }

/*82*82-简单*/
.ui-icon-speed {
  background-position: -92px -529px; }

/*82*82-速度*/
.ui-icon-standard {
  background-position: -184px -529px; }

/*82*82-标准*/
.ui-icon-security {
  background-position: -276px -529px; }

/*82*82-安全*/
.ui-icon-smile {
  background-position: -368px -529px; }

/*82*82-微笑*/
.ui-icon-edu {
  background-position: -460px -529px; }

/*82*82-微笑*/
.ui-icon-nine {
  background-position: -460px -529px; }

/*82*82-9:00*/
.ui-icon-ten {
  background-position: -552px -529px; }

/*82*82-10:00*/
.ui-icon-sixteen {
  background-position: -644px -529px; }

/*82*82-16:00*/
.ui-icon-business-factoring {
  background-position: 0px -628px; }

/*145*145-商业保理*/
.ui-icon-financial-factoring {
  background-position: -150px -628px; }

/*145*145-金融保理*/
.ui-icon-international-factoring {
  background-position: -299px -628px; }

/*145*145-国际保理*/
.ui-icon-piaoju-factoring {
  background-position: -300px -799px; }

/*145*145-票据保理*/
.ui-icon-zaibaoli-factoring {
  background-position: 0px -799px; }

/*145*145-再保理*/
.ui-icon-zulinbaoli-factoring {
  background-position: -150px -799px; }

/*145*145-租赁保理*/
.ui-icon-platform {
  background-position: -448px -628px; }

/*150*150-互联网交易平台*/
.ui-icon-cjb {
  background-position: -400px -156px; }

/*200*55-长金保*/
.ui-icon-round-red {
  background-position: -839px 0px; }

/*25*25-红圆*/
.ui-icon-round-gray {
  background-position: -874px 0px; }

/*25*25-灰圆*/
.ui-icon-platform-self {
  background-position: -625px -631px; }

/*50*50-平台自律*/
.ui-icon-investment-security {
  background-position: -685px -631px; }

/*50*50-投资安全*/
.ui-icon-transaction-security {
  background-position: -745px -631px; }

/*50*50-交易安全*/
.ui-icon-funds-security {
  background-position: -805px -631px; }

/*50*50-资金安全*/
.ui-icon-information-security {
  background-position: -865px -631px; }

/*50*50-信息安全*/
.ui-icon-phone {
  background-position: -925px -631px; }

/*35*35-电话*/
.ui-credit-service-5s-box, .ui-credit-service-8time-box {
  margin: 0 0 20px 0;
  overflow: hidden; }

.ui-credit-service-strong {
  color: #333 !important; }

.ui-credit-service-5s {
  width: 100%; }

.ui-credit-service-5s li {
  float: left;
  width: 16.666666666667%;
  text-align: center;
  list-style: none; }

.ui-credit-service-5s li span {
  display: inline-block;
  width: 82px;
  height: 82px; }

.ui-credit-service-5s li p {
  font-size: 18px;
  color: #333;
  padding: 0px 0 0 0; }

.ui-credit-service-8time-box {
  padding: 50px 0 0; }

.ui-credit-service-8time {
  padding: 40px 0 40px;
  overflow: hidden;
  margin-bottom: 40px;
  border-bottom: 1px solid #ccc; }

.ui-credit-service-8time-left {
  float: left;
  width: 345px;
  text-align: right; }

.ui-credit-service-8time-left strong {
  font-size: 22px;
  color: #c7000a; }

.ui-credit-service-8time-left em {
  display: inline-block;
  font-size: 22px;
  color: #666;
  padding: 5px 0 0; }

.ui-credit-service-8time-right {
  float: right;
  width: 290px;
  overflow: hidden; }

.ui-credit-service-8time-right span {
  display: inline-block;
  float: left;
  width: 78px;
  height: 78px;
  overflow: hidden; }

.ui-credit-service-8time-right span img {
  width: 100%;
  height: 100%;
  max-width: 78px;
  max-height: 78px; }

.ui-credit-service-8time-right p {
  font-size: 14px;
  color: #333;
  line-height: 26px;
  padding: 0 80px 0 15px;
  overflow: hidden; }

.ui-credit-service-8time-process {
  width: 100%;
  overflow: hidden; }

.ui-credit-service-8time-process-right {
  padding: 0 4% 0 0;
  position: relative; }

.ui-credit-service-8time-process-right .ui-parting-line {
  width: 1px;
  height: 287px;
  position: absolute;
  top: 10px;
  left: 218px;
  background-color: #ddd; }

.ui-credit-service-8time-process li {
  width: 30.5%;
  float: left;
  text-align: center; }

.ui-credit-service-8time-process li div span {
  display: inline-block;
  width: 82px;
  height: 82px; }

.ui-credit-service-8time-process li div em {
  display: block;
  font-size: 15px;
  color: #333;
  font-weight: bold;
  padding: 10px 0 20px; }

.ui-credit-service-8time-process li strong {
  font-size: 18px;
  color: #c7000a; }

.ui-credit-service-8time-process li p {
  font-size: 14px;
  color: #333;
  line-height: 26px;
  text-align: left;
  text-justify: inter-ideograph;
  text-align: justify;
  padding: 10px 0 0; }

.pro_list {
  width: 1120px;
  margin: 20px auto 0px auto;
  position: relative; }

.pro_list .btn {
  position: absolute;
  width: 27px;
  height: 41px;
  top: 19px;
  cursor: pointer;
  z-index: 99;
  font-size: 50px;
  font-weight: bold; }

.pro_list .prev {
  left: 0;
  background: url(../images/yun_prevBtn.png) no-repeat; }

.pro_list .next {
  right: 0;
  background: url(../images/yun_nextBtn.png) no-repeat; }

.pro_list li {
  float: left; }

.pro_list .cf li {
  position: relative;
  color: #3E3E3E; }

.pro_list .listBox {
  width: 100%;
  height: 100px;
  margin: 0 auto;
  position: relative;
  overflow: hidden; }

.pro_list .listBox ul {
  position: absolute; }

.pro_list .listBox li {
  width: 160px;
  height: 100px;
  text-align: center;
  cursor: pointer;
  position: relative;
  list-style: none;
  cursor: default; }

.pro_list .listBox li a i {
  width: 64px;
  height: 64px;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  background-image: url(../images/item_bg0.png);
  background-repeat: no-repeat;
  background-position: 0 0; }

.pro_list .listBox li.on a i, .pro_list .listBox li a:hover i {
  background-image: url(../images/item_bg0.png);
  background-repeat: no-repeat;
  background-position: 0 -64px; }

.pro_list .listBox li.item1 a i {
  background-image: url(../images/item_bg0.png); }

.pro_list .listBox li.item1.on a i, .pro_list .listBox li.item1 a:hover i {
  background-image: url(../images/item_bg0.png); }

.pro_list .listBox li.item2 a i {
  background-image: url(../images/item_bg1.png); }

.pro_list .listBox li.item2.on a i, .pro_list .listBox li.item2 a:hover i {
  background-image: url(../images/item_bg1.png); }

.pro_list .listBox li.item3 a i {
  background-image: url(../images/item_bg2.png); }

.pro_list .listBox li.item3.on a i, .pro_list .listBox li.item3 a:hover i {
  background-image: url(../images/item_bg2.png); }

.pro_list .listBox li.item4 a i {
  background-image: url(../images/item_bg3.png); }

.pro_list .listBox li.item4.on a i, .pro_list .listBox li.item4 a:hover i {
  background-image: url(../images/item_bg3.png); }

.pro_list .listBox li.item5 a i {
  background-image: url(../images/item_bg4.png); }

.pro_list .listBox li.item5.on a i, .pro_list .listBox li.item5 a:hover i {
  background-image: url(../images/item_bg4.png); }

.pro_list .listBox li.item6 a i {
  background-image: url(../images/item_bg5.png); }

.pro_list .listBox li.item6.on a i, .pro_list .listBox li.item6 a:hover i {
  background-image: url(../images/item_bg5.png); }

.pro_list .listBox li.item7 a i {
  background-image: url(../images/item_bg6.png); }

.pro_list .listBox li.item7.on a i, .pro_list .listBox li.item7 a:hover i {
  background-image: url(../images/item_bg6.png); }

.pro_list .listBox li a p {
  font-size: 14px;
  color: #afafaf;
  line-height: 28px; }

.pro_list .listBox li a:hover p {
  color: #3a3a3a; }

.pro_jiantou {
  background: url(../images/pro_icojiantou.png) no-repeat;
  display: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -22px;
  width: 45px;
  height: 28px; }

.pro_list .listBox .on .pro_jiantou {
  display: block;
  display: none; }

.pro_list .picBox {
  height: 300px;
  position: relative;
  overflow: hidden;
  display: none; }

.pro_list .picBox ul {
  height: 300px;
  position: absolute; }

.pro_list .picBox li {
  width: 1120px;
  height: 300px;
  /* padding:0 41px; */
  list-style: none; }

.pro_box1 .fl {
  padding: 50px 0 0 85px;
  width: 550px; }

.pro_box1 .fl p {
  color: #797979;
  font-size: 32px;
  line-height: 48px; }

.pro_box1 .fl p.system_zhaopin a {
  color: #009da7;
  font-size: 20px;
  line-height: 80px; }

.pro_box1 .fl p.pro_select {
  padding-top: 10px; }

.pro_box1 .fl p.pro_select a {
  color: #008a95;
  font-size: 14px;
  line-height: 33px;
  border: 1px solid #008a95;
  padding: 0 5px 0 15px;
  border-radius: 15px;
  display: inline-block;
  margin-right: 8px; }

.pro_box1 .fl p.pro_select a img {
  vertical-align: middle;
  padding: 0 8px; }

.pro_box1 .fl p.pro_select a:hover {
  background: #008a95;
  color: #3E3E3E; }

.pro_box1 .fl p.pro_select a:hover .hidden {
  display: inline; }

.pro_box1 .fl p.pro_select a:hover .pro_selico {
  display: none; }

.frendlink {
  background: #f5f5f5;
  border: 1px solid #e5e5e5;
  display: block;
  height: 36px;
  line-height: 36px;
  padding: 5px 10px;
  margin-bottom: 10px; }

.frendlink span a {
  display: iline-block;
  padding: 0px 5px; }

.main {
  overflow: hidden; }

.mainLeft {
  float: left;
  width: 200px; }

.mainRight {
  float: left;
  width: 900px;
  margin-left: 20px;
  overflow: hidden; }

.SiderHead {
  float: left;
  width: 200px;
  height: 45px;
  background: #fff url(../images/sider_head_bg.png) no-repeat;
  overflow: hidden; }

.SiderHead h3 {
  font-size: 14px;
  color: #fff;
  margin: 12px 0 0 15px; }

.sidebar {
  background: #eaeaea; }

.SiderFoot {
  float: left;
  width: 200px;
  height: 10px;
  margin-bottom: 10px;
  background: url(../images/sider_foot.png) no-repeat 0 0;
  overflow: hidden; }

/*main*/
.ddsmoothmenu-v ul {
  margin: 0;
  padding: 0;
  width: 200px; }
  .ddsmoothmenu-v ul li {
    position: relative;
    float: none;
    display: inline;
    display: block; }
    .ddsmoothmenu-v ul li.active > a {
      background: #d3d3d3 !important;
      border-bottom: 1px solid #ccc; }
    .ddsmoothmenu-v ul li a {
      display: block;
      overflow: auto;
      color: #6D6D6D;
      text-decoration: none;
      padding: 5px 23px 5px 10px;
      font-size: 14px;
      border-bottom: 1px solid #dadada; }
      .ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited {
        color: #6D6D6D; }
      .ddsmoothmenu-v ul li a:hover {
        background: #ddd; }
      .ddsmoothmenu-v ul li a.selected {
        background: #d3d3d3 !important; }
    .ddsmoothmenu-v ul li ul {
      position: absolute;
      width: 200px;
      top: 0;
      font-weight: normal;
      visibility: hidden; }
      .ddsmoothmenu-v ul li ul a {
        background: #777;
        color: #fff !important;
        border-bottom: 1px solid #7f7f7f; }
        .ddsmoothmenu-v ul li ul a:hover {
          background: #666;
          color: #fff; }

* html .ddsmoothmenu-v ul li {
  float: left;
  height: 1%; }

* html .ddsmoothmenu-v ul li a {
  height: 1%; }

/*content*/
.breadcrumb {
  margin: 0 0 10px 0;
  border-bottom: 1px dotted #a0a0a0;
  overflow: hidden; }

.breadcrumb ul {
  height: 36px;
  line-height: 36px;
  padding-left: 20px;
  background: url(../images/IconHome_b.gif) no-repeat 0 center; }

.breadcrumb ul li {
  float: left;
  height: 36px;
  line-height: 36px;
  list-style: none;
  color: #000; }

.breadcrumb ul li.first span {
  font-weight: bold; }

.breadcrumb ul i {
  float: left;
  width: 20px;
  height: 36px;
  display: inline-block;
  background: url(../images/right.png) no-repeat center; }

.breadcrumb ul li a {
  height: 36px;
  color: #000; }

.breadcrumb ul li a:hover {
  color: #0064c1;
  text-decoration: underline; }

.contentDesc {
  margin: 10px 0 20px 0;
  overflow: hidden; }

.content {
  margin: 10px 0;
  height: auto !important;
  overflow: hidden; }

.content ul, .content ul li {
  list-style: disc;
  list-style-type: disc; }

.mainRight .content {
  font-size: 14px; }

/*partner*/
.partner dd {
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden; }

.partner .list {
  float: left;
  width: 910px; }

.partner .list ul li {
  position: relative;
  float: left;
  display: inline;
  width: 170px;
  height: 65px;
  margin-top: 10px;
  background: #fff;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #ddd;
  margin-right: 10px;
  overflow: hidden;
  border-radius888: 5px;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8; }

.partner .list ul li:hover {
  background: #fff;
  border-color: #ddd;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1; }

.partner .list ul li .image {
  width: 170px;
  height: 65px; }

.partner .list ul li .image img {
  width: 170px;
  height: 65px; }

.index_partner_list .partner .list {
  width: 1130px; }

.index_partner_list .partner .list ul li, .index_partner_list .partner .list ul li .image, .index_partner_list .partner .list ul li .image img {
  width: 176px; }

/*footer*/
.footer {
  overflow: hidden;
  background: #6d6d6d;
  border-top: 1px solid #6b6b6b;
  width: 100%;
  color: #bbb; }
  .footer a {
    color: #bbb;
    text-decoration: none; }
    .footer a:hover {
      color: #bbb;
      text-decoration: underline; }
  .footer .foot-nav {
    padding: 20px 0;
    overflow: hidden; }
    .footer .foot-nav ul {
      width: 660px;
      margin: 0 auto;
      list-style-type: none; }
      .footer .foot-nav ul li {
        float: left;
        padding: 0 10px;
        height: 14px;
        line-height: 14px;
        border-right: 1px dotted #8e8e8e; }
        .footer .foot-nav ul li.last-child, .footer .foot-nav ul li:last-child {
          border-right: 0 none; }
        .footer .foot-nav ul li a {
          display: block;
          padding: 0 10px;
          text-decoration: none; }
        .footer .foot-nav ul li ul {
          position: absolute;
          left: -3000px;
          visibility: hidden; }
          .footer .foot-nav ul li ul li {
            float: none;
            display: list-item; }
            .footer .foot-nav ul li ul li ul {
              top: 0; }
            .footer .foot-nav ul li ul li a {
              margin: 0;
              padding: 8px 15px;
              width: 160px;
              background: #215bc5;
              border-bottom: 1px solid #007a37;
              font: normal 13px Verdana;
              border-top-width: 0; }
              .footer .foot-nav ul li ul li a:hover {
                background: #007a37; }
  .footer .info {
    border-top: 1px dotted #8E8E8E;
    text-align: center;
    padding: 20px 0 20px 0;
    overflow: hidden; }

/*newsList*/
.newsList {
  margin: 10px 0;
  height: auto !important;
  overflow: hidden; }

.newsList li {
  height: 42px;
  line-height: 41px;
  border-bottom: 1px dotted #8f8f8f;
  text-indent: 8px;
  background: url(../images/right.png) no-repeat center left; }

.newsList li a {
  height: 42px;
  display: inline-block;
  cursor: pointer; }

.newsList li span {
  float: right; }

.newstitle {
  height: 55px;
  line-height: 45px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #8f8f8f; }

/*productsList*/
.productsList {
  width: 905px;
  margin: 10px 0;
  overflow: hidden; }

.productsList ul {
  width: 900px;
  margin: 0 auto;
  overflow: hidden; }

.productsList li {
  float: left;
  width: 289.5px;
  margin: 0px 10px 10px auto;
  list-style: none;
  overflow: hidden; }

.productsList li a {
  float: left;
  width: 287.5px;
  overflow: hidden;
  border: 1px solid #d7d7d7;
  background: #fff;
  text-decoration: none; }

.productsList li a:hover {
  border: 1px solid #59B279;
  background: #fff;
  text-decoration: none; }

.productsList li img {
  float: left;
  width: 267px;
  height: 267px;
  margin: 10px 10px 10px 10px;
  padding: 0; }

.productsList li h3 {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  background: #f0f0f0;
  border-top: 1px solid #dfdfdf; }

.productsList li a:hover h3 {
  background: #59B279;
  border-top: 1px solid #59B279;
  color: #fff;
  cursor: hand; }

/*pageNation*/
.pageNation {
  text-align: center;
  margin: 10px 0 10px 0px;
  padding-top: 20px;
  border-top: 1px solid #eee;
  overflow: hidden; }

/*GBookAdd*/
#GBookAdd {
  margin: 20px; }

/*OnlineJob*/
#OnlineJob .Jobinput {
  width: 200px; }

/*Jobs*/
.JobTable {
  width: 100%;
  margin-bottom: 10px; }

.JobTable td {
  border: 1px solid #ddd; }

#job {
  width: 100%; }

#job dt {
  cursor: pointer;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  padding: 0 10px;
  font-size: 14px;
  background: url(../images/title_bg2.gif) repeat-x;
  color: #666;
  margin-bottom: 0px;
  border: 1px solid #ddd;
  border-bottom-color: #bbb; }

#job dd {
  padding: 0px; }

#job dd .con {
  padding: 5px 10px; }

.float-menu {
  position: fixed;
  right: 0;
  margin-right: 20px;
  bottom: 20px;
  padding-bottom: 20px;
  z-index: 999; }

.float-menu .btn {
  width: 72px;
  height: 73px;
  margin-bottom: 1px;
  cursor: pointer;
  position: relative; }

.float-menu .btn-qq {
  background: url(../images/r_qq.png) 0px 0px no-repeat;
  background-color: #6da9de; }

.float-menu .btn-qq:hover {
  background-color: #488bc7; }

.float-menu a.btn-qq, .float-menu a.btn-qq:visited {
  background: url(../images/r_qq.png) 0px 0px no-repeat;
  background-color: #6da9de;
  text-decoration: none;
  display: block; }

.float-menu .btn-wx {
  background: url(../images/r_wx.png) 0px 0px no-repeat;
  background-color: #78c340; }

.float-menu .btn-wx:hover {
  background-color: #58a81c; }

.float-menu .btn-wx .pic {
  position: absolute;
  left: -160px;
  top: 0px;
  display: none;
  width: 160px;
  height: 160px; }

.float-menu .btn-phone {
  background: url(../images/r_phone.png) 0px 0px no-repeat;
  background-color: #fbb01f; }

.float-menu .btn-phone:hover {
  background-color: #ff811b; }

.float-menu .btn-phone .phone {
  background-color: #ff811b;
  position: absolute;
  width: 160px;
  left: -160px;
  top: 0px;
  line-height: 73px;
  color: #FFF;
  font-size: 18px;
  text-align: center;
  display: none; }

.float-menu .btn-qqhao {
  background: url(../images/r_qq.png) 0px 0px no-repeat;
  background-color: #6da9de; }

.float-menu .btn-qqhao:hover {
  background-color: #488bc7; }

.float-menu .btn-qqhao .qqhao {
  background-color: #488bc7;
  position: absolute;
  width: 160px;
  left: -160px;
  top: 0px;
  line-height: 40px;
  color: #FFF;
  font-size: 18px;
  text-align: center;
  display: none; }

.float-menu .btn-qqhao .qqhao ul li {
  line-height: 40px;
  overflow: hidden;
  list-style: none; }

.float-menu .btn-qqhao .qqhao ul li dl {
  float: left;
  width: 50px;
  margin-top: 5px; }

.float-menu .btn-qqhao .qqhao ul li dt {
  float: left;
  font-size: 14px; }

.float-menu .btn-qqhao .qqhao ul li dt a {
  color: #fff; }

.float-menu .btn-top {
  background: url(../images/r_top.png) 0px 0px no-repeat;
  background-color: #666666;
  display: none; }

.float-menu .btn-top:hover {
  background-color: #444; }

/*# sourceMappingURL=style.css.map */
