html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
  margin: 0;
  padding: 0; }

.aui fieldset, .aui img {
  border: none; }

i {
  font-style: none; }

a {
  text-decoration: none; }

.aui ul, .aui ol {
  list-style: none; }

.aui input {
  padding-top: 0;
  padding-bottom: 0; }

.aui input::-moz-focus-inner {
  border: none;
  padding: 0; }

.aui select, .aui input, .aui textarea {
  font-size: 12px;
  margin: 0; }

.aui input[type="text"], .aui input[type="password"], .aui textarea {
  outline-style: none;
  -webkit-appearance: none; }

.aui body {
  color: #333;
  font: 12px/20px '微软雅黑','Microsoft Yahei',Arial,Verdana;
  background: #f3fbfe; }

.aui .clearfix:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  clear: both; }

.aui .clearfix {
  *zoom: 1; }

.aui sup {
  position: relative;
  font-size: 35%;
  line-height: 0;
  vertical-align: super;
  top: -0.2em; }

.center {
  text-align: center; }

.deepblue {
  color: #073190; }

.lightblue {
  color: #49b0db; }

img.prcentW {
  display: block;
  width: 100%; }

.light-bg-blue {
  background: #f5fbff; }

.deep-bg-blue {
  background: #4eb2d9; }

.oringeColor {
  color: #e3c24f; }

.fontSmall {
  font-size: 10px;
  text-align: center;
  line-height: 18px; }

.golden {
  color: #fdd000;
  text-shadow: 0px 0px 1px #000; }

.circle_b {
  display: block;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  background: #0069b4; }

.circle_b i.circle_j {
  display: block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg); }

.connection_kv, .container {
  min-width: 240px; }

.aui .jcarousel img {
  display: block; }

/*-- header --*/
.aui header {
  width: 100%;
  min-width: 240px;
  z-index: 6;
  background: #FFF;
  box-shadow: 0px 0px 8px #999;
  position: relative;
  z-index: 2; }

.aui .navbar-header {
  position: fixed;
  clear: both;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  box-shadow: 0 1px 6px #999; }

.aui .navbar-brand {
  float: left; }

.aui .navbar-brand img {
  display: block;
  width: 114px; }

.aui .navbar-toggle {
  background: #4fb2d9;
  padding: 0 10px;
  height: 42px;
  float: right;
  border: 0;
  cursor: pointer; }

.aui .navbar-toggle .icon-bar {
  display: block;
  height: 2px;
  width: 22px;
  margin-top: 4px;
  background-color: #FFF; }

.aui .navbar-collapse {
  width: 100%;
  position: fixed;
  top: 42px;
  left: 0;
  background: #f4fcff;
  border-top: 3px solid #4fb2d9;
  clear: both;
  display: none; }

.aui .navbar-collapse ul {
  box-shadow: 1px 0px 6px #cad4df; }

.aui .navbar-collapse li {
  display: block;
  border-bottom: 1px solid #c0c0c0;
  clear: both;
  position: relative; }

.aui .navbar-collapse li:last-child {
  border: 0; }

.aui .navbar-collapse li a.first_menu, .aui .navbar-collapse li .menu a {
  display: block;
  position: relative;
  padding: 12px 15px;
  font-size: 16px;
  color: #0052a4; }

.aui .navbar-collapse li .menu a {
  padding: 10px 0 10px 20px;
  font-size: 13px; }

.aui .navbar-collapse li .menu a:last-child {
  padding-bottom: 20px; }

.aui .chevron-right {
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #0052a7;
  border-right: 1px solid #0052a7;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg); }

.aui .navbar-collapse li .menu .chevron-right {
  top: 15px; }

.aui .navbar-collapse li .nav_menu {
  padding: 0 14px;
  overflow: hidden; }

.aui .navbar-collapse li .nav_menu a {
  float: left;
  padding: 0 15px 10px;
  color: #0052a4; }

/*-- index --*/
.aui .slogan {
  overflow: hidden;
  background: #f3fbff; }

.aui .slogan a {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 30px 20px 0;
  color: #40b0dc; }

.aui .slogan a img {
  width: 56px;
  float: left;
  margin-left: 18px; }

.aui .slogan a p {
  float: left;
  width: 70%; }

.aui .slogan a p.lightblue {
  padding-top: 7px;
  color: #073190; }

@media screen and (min-width: 382px) {
  .aui .slogan a p {
    float: left;
    padding-top: 7px; } }
.aui .slogan .datasource {
  padding: 10px 20px 20px;
  color: #40b0dc;
  font-size: 11px;
  line-height: 12px;
  text-align: center; }

.aui .slogan a b {
  position: absolute;
  top: 42%;
  right: 16%;
  width: 20px;
  height: 20px;
  background: #64bfe3; }

.aui .slogan a b i {
  width: 5px;
  height: 5px;
  margin: 7px 0 0 6px; }

.aui .slogan a em {
  clear: both;
  display: block;
  padding-top: 30px;
  border-bottom: 1px solid #d7d7d7; }

.aui .slogan a:nth-child(3) em {
  border-bottom: none; }

.aui .share_platform {
  width: 100%;
  overflow: hidden; }

.aui .share_platform a {
  float: left;
  width: 50%;
  background: #61bee3;
  border-left: 1px solid #fff;
  margin-left: -1px;
  text-align: center;
  line-height: 24px;
  padding: 10px 0 8px 0;
  color: #fff;
  text-decoration: blink; }

.aui .share_platform a img {
  display: block;
  margin: 0 auto;
  width: 22%; }

.aui .main_topic {
  background: #e4f8ff; }

.aui .main_topic dl {
  background: url(../images/index_shadow.png) no-repeat;
  padding-bottom: 20px;
  background-size: 100% 7px; }

.aui .main_topic dl:nth-child(1) {
  background: none; }

.aui .main_topic dl dd img {
  display: block;
  width: 100%;
  max-width: 320px;
  margin: 0 auto; }

.aui .main_topic dl dd dt a {
  display: block; }

.aui .main_topic dt strong {
  color: #e67e25;
  font-size: 14px; }

.aui .main_topic dt p {
  margin-bottom: 5px; }

.aui .main_topic dl dt a {
  width: 14px;
  height: 14px;
  padding: 6px 0 0 6px;
  background: #64bfe3;
  margin: 0 auto; }

.aui .main_topic dl dt a i {
  width: 5px;
  height: 5px; }

/*1.0*/
.aui .connection_kv {
  width: 100%;
  float: left;
  position: relative; }

.aui .connection_kv p.descript {
  padding: 10px 20px 10px; }

.aui .connection_kv p.descriptTop {
  text-indent: 0em;
  padding: 10px 0 0 0; }

.aui .connection_kv .kv_text_p {
  padding: 16px 14px;
  background: #4eb2d9;
  color: #FFF; }

.aui .connection_kv .kv_text_p p.text {
  font-size: 17px;
  font-weight: bold; }

.aui .connection_kv .one_icon p {
  padding: 10px 18px 0;
  margin: 0 auto;
  text-align: center;
  color: #82c8e4;
  background: #fff; }

.aui .connection_kv p.shadow_bg {
  background: url(../images/shadow_bg.png) no-repeat center bottom;
  background-size: 100%;
  padding-bottom: 20px; }

.aui .connection_kv .kv_text_set {
  padding-top: 20px; }

.aui .connection_kv .kv_text_set p.text {
  font-size: 17px;
  font-weight: bold; }

.aui .connection_kv .kv_text_set p.text span {
  display: block;
  font-size: 12px;
  line-height: 24px; }

.aui .connection_kv .kv_text_set p.video span {
  display: block;
  font-size: 16px;
  padding: 10px 0; }

.aui .connection_kv .kv_text_set p.more {
  padding: 24px 0 10px 0; }

.aui .connection_kv .kv_text_set p.more a {
  text-decoration: underline;
  color: #073190; }

.aui .connection_kv .mobile_modle1 p {
  position: relative;
  padding: 20px 10px;
  overflow: hidden;
  background: #4eb2d9;
  border-top: 1px solid #75c3e1;
  margin-top: -1px; }

.aui .connection_kv .mobile_modle1 p span {
  position: absolute;
  font-size: 16px;
  font-weight: bold;
  top: 38%; }

.aui .connection_kv .mobile_modle1 p span b {
  clear: both;
  float: none;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 3px;
  right: -22px;
  background: #fff; }

.aui .connection_kv .mobile_modle1 p span b i {
  width: 5px;
  height: 5px;
  margin: 4px 0 0 4px;
  border-color: #64bfe3; }

.aui .connection_kv .mobile_modle1 p strong {
  float: right;
  width: 72%;
  color: #fff;
  font-weight: normal; }

.aui .connection_kv .mobile_modle1 p strong font {
  font-size: 14px; }

.aui .connection_kv .domen-weibo {
  padding-bottom: 10px;
  border-bottom: 1px solid #dbdbdb; }

.aui .connection_kv .domen-weibo img {
  display: block;
  width: 33px;
  margin: 0 auto;
  padding: 12px 0; }

.aui .connection_kv .domen-weibo p b {
  display: block;
  font-size: 14px;
  letter-spacing: 2px; }

.aui .connection_kv .domen-issue {
  background: #fff; }

.aui .connection_kv .domen-issue p {
  width: 66%;
  padding-top: 20px;
  margin: 0 auto; }

.aui .connection_kv .domen-issue .footerPic img {
  display: block;
  width: 64%;
  margin: 16px auto 0; }

.aui .connection_kv .kv_text_set img.imgSize {
  display: block;
  width: 80%;
  max-width: 427px;
  margin: 20px auto 0; }

.aui .connection_kv .kv_text_set a b.circle_b {
  background: #3b59a5; }

.aui .connection_kv .kv_text_set a i.circle_j {
  border-color: #fff; }

.aui .connection_kv .kv_text_set p.guanTou {
  padding-bottom: 15px;
  position: relative; }

.aui .connection_kv .kv_text_set p.guanTou b.circle_b {
  margin: 0 auto;
  position: absolute;
  left: 46%;
  bottom: 8px; }

.aui .connection_kv .kv_text_set p.guanTou b.circle_b i.circle_j {
  margin: 5px 0 0 7px;
  transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -moz-transform: rotate(135deg); }

.aui .connection_kv .kv_text_set p.guanTou a {
  display: block; }

.aui .connection_kv .bg-white {
  background: #fff;
  padding-top: 30px; }

.aui .connection_kv .bg-white a {
  padding: 30px 20px 0; }

.aui .connection_kv .bg-white a img {
  width: 72px;
  margin-left: 10px; }

.aui .connection_kv .bg-white a p.lightblue {
  padding-top: 12px; }

.aui .connection_kv .bg-white a:nth-child(3) em {
  border-bottom: 1px solid #d7d7d7; }

.aui .connection_kv .bg-white a:nth-child(4) em {
  border-bottom: 0;
  padding-top: 30px; }

.aui .connection_kv .kv_text_set ul.uldescript {
  padding: 20px 20px 10px 26px; }

.aui .connection_kv .kv_text_set ul.uldescript li {
  list-style: disc outside none;
  line-height: 24px; }

.aui .connection_kv .kv_text_set .bottomDescript {
  font-size: 10px;
  padding: 0 0 20px 24px; }

/*-- traceability --*/
@media screen and (min-width: 320px) and (max-width: 359px) {
  .aui .connection_kv .kv_text {
    padding-top: 20px; }

  .aui .connection_kv .kv_text p.tit {
    color: #FFF;
    font-size: 20px;
    line-height: 14px;
    font-weight: bold;
    letter-spacing: 2px; }

  .aui .connection_kv .kv_text p.text {
    padding-top: 10px;
    color: #FFF;
    line-height: 20px;
    font-size: 12px; }

  .aui .connection_kv .kv_text .froms .bnt {
    text-align: center; }

  .aui .connection_kv .kv_text .froms .bnt input {
    float: none;
    border-radius: 5px;
    height: 35px;
    padding-left: 140px;
    width: 50%;
    color: #FFF;
    font-size: 14px;
    background: #cbebfa;
    border: 0; }

  .aui .connection_kv .kv_text .froms .bnt button {
    float: none;
    width: 138px;
    font-weight: bold;
    background: #49b0db;
    display: inline;
    margin-top: 6px;
    margin-left: 12px;
    border: 0;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    padding: 0 30px;
    height: 30px;
    position: relative;
    font-size: 14px; }

  .aui .connection_kv .kv_text .froms .bnt button:hover {
    border: 4px solid #a2d6ed;
    padding: 0 28px;
    margin-left: 10px; }

  .aui .connection_kv .kv_text .froms .bnt .randomnum {
    clear: both;
    position: absolute;
    left: 13px;
    padding: 0 8px;
    top: 111px;
    cursor: pointer;
    background: #61bae0;
    border-radius: 5px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    text-align: center;
    color: #FFF; }

  .aui .connection_kv .kv_text .froms .notice {
    clear: both;
    display: block;
    padding-left: 0px;
    line-height: 2em;
    font-size: 14px;
    color: white; }

  .aui .connection_kv .zy_text {
    position: relative;
    color: #61bae0;
    font-size: 18px; }

  .aui .connection_kv .zy_r {
    position: absolute;
    top: 25px;
    right: 100px;
    width: 68%;
    line-height: 16px;
    font-size: 10px; }

  .aui .connection_kv .zy_r strong.date {
    font-size: 16px;
    font-weight: normal;
    font-style: italic; }

  .aui .connection_kv .zy_r em {
    display: inline-block;
    padding-left: 10px; }

  .aui .connection_kv .zy_r p {
    padding-top: 10px; }

  .aui .connection_kv .zy_r.left {
    left: 100px;
    text-align: right; }

  .aui .connection_kv .zy_r.left em {
    padding-right: 10px; } }
@media screen and (min-width: 360px) and (max-width: 374px) {
  .aui .connection_kv .kv_text {
    padding-top: 20px; }

  .aui .connection_kv .kv_text p.tit {
    color: #FFF;
    font-size: 20px;
    line-height: 14px;
    font-weight: bold;
    letter-spacing: 2px; }

  .aui .connection_kv .kv_text p.text {
    padding-top: 10px;
    color: #FFF;
    line-height: 20px;
    font-size: 12px; }

  .aui .connection_kv .kv_text .froms .bnt {
    text-align: center; }

  .aui .connection_kv .kv_text .froms .bnt input {
    float: none;
    border-radius: 5px;
    height: 35px;
    padding-left: 140px;
    width: 50%;
    color: #FFF;
    font-size: 14px;
    background: #cbebfa;
    border: 0; }

  .aui .connection_kv .kv_text .froms .bnt button {
    float: none;
    width: 138px;
    font-weight: bold;
    background: #49b0db;
    display: inline;
    margin-top: 6px;
    margin-left: 12px;
    border: 0;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    padding: 0 30px;
    height: 30px;
    position: relative;
    font-size: 14px; }

  .aui .connection_kv .kv_text .froms .bnt button:hover {
    border: 4px solid #a2d6ed;
    padding: 0 28px;
    margin-left: 10px; }

  .aui .connection_kv .kv_text .froms .bnt .randomnum {
    clear: both;
    position: absolute;
    left: 26px;
    padding: 0 8px;
    cursor: pointer;
    background: #61bae0;
    border-radius: 5px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    text-align: center;
    color: #FFF; }

  .aui .connection_kv .kv_text .froms .notice {
    clear: both;
    display: block;
    padding-left: 0px;
    line-height: 2em;
    font-size: 14px;
    color: white; }

  .aui .connection_kv .zy_text {
    position: relative;
    color: #61bae0;
    font-size: 18px; }

  .aui .connection_kv .zy_r {
    position: absolute;
    top: 25px;
    right: 100px;
    width: 68%;
    line-height: 16px;
    font-size: 10px; }

  .aui .connection_kv .zy_r strong.date {
    font-size: 16px;
    font-weight: normal;
    font-style: italic; }

  .aui .connection_kv .zy_r em {
    display: inline-block;
    padding-left: 10px; }

  .aui .connection_kv .zy_r p {
    padding-top: 10px; }

  .aui .connection_kv .zy_r.left {
    left: 100px;
    text-align: right; }

  .aui .connection_kv .zy_r.left em {
    padding-right: 10px; } }
@media screen and (min-width: 375px) and (max-width: 415px) {
  .aui .connection_kv .kv_text {
    padding-top: 20px; }

  .aui .connection_kv .kv_text p.tit {
    color: #FFF;
    font-size: 20px;
    line-height: 14px;
    font-weight: bold;
    letter-spacing: 2px; }

  .aui .connection_kv .kv_text p.text {
    padding-top: 10px;
    color: #FFF;
    line-height: 20px;
    font-size: 12px; }

  .aui .connection_kv .kv_text .froms .bnt {
    text-align: center; }

  .aui .connection_kv .kv_text .froms .bnt input {
    float: none;
    border-radius: 5px;
    height: 35px;
    padding-left: 140px;
    width: 50%;
    color: #FFF;
    font-size: 14px;
    background: #cbebfa;
    border: 0; }

  .aui .connection_kv .kv_text .froms .bnt button {
    float: none;
    width: 138px;
    font-weight: bold;
    background: #49b0db;
    display: inline;
    margin-top: 6px;
    margin-left: 12px;
    border: 0;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    padding: 0 30px;
    height: 30px;
    position: relative;
    font-size: 14px; }

  .aui .connection_kv .kv_text .froms .bnt button:hover {
    border: 4px solid #a2d6ed;
    padding: 0 28px;
    margin-left: 10px; }

  .aui .connection_kv .kv_text .froms .bnt .randomnum {
    clear: both;
    position: absolute;
    left: 36px;
    padding: 0 8px;
    cursor: pointer;
    background: #61bae0;
    border-radius: 5px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    text-align: center;
    color: #FFF; }

  .aui .connection_kv .kv_text .froms .notice {
    clear: both;
    display: block;
    padding-left: 0px;
    line-height: 2em;
    font-size: 14px;
    color: white; }

  .aui .connection_kv .zy_text {
    position: relative;
    color: #61bae0;
    font-size: 18px; }

  .aui .connection_kv .zy_r {
    position: absolute;
    top: 25px;
    right: 100px;
    width: 68%;
    line-height: 16px;
    font-size: 10px; }

  .aui .connection_kv .zy_r strong.date {
    font-size: 16px;
    font-weight: normal;
    font-style: italic; }

  .aui .connection_kv .zy_r em {
    display: inline-block;
    padding-left: 10px; }

  .aui .connection_kv .zy_r p {
    padding-top: 10px; }

  .aui .connection_kv .zy_r.left {
    left: 100px;
    text-align: right; }

  .aui .connection_kv .zy_r.left em {
    padding-right: 10px; } }
.jcarousel-wrapper {
  width: 256px;
  height: auto;
  overflow: hidden;
  margin: 0 auto; }

.jcarousel-wrapper .dg-wrapper {
  width: 98px;
  height: 205px;
  margin: 20px auto 0;
  position: relative;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  -o-perspective: 300px;
  -ms-perspective: 300px;
  perspective: 300px; }

.jcarousel-wrapper .fiveGallery {
  width: 103px;
  margin-top: 94px; }

.jcarousel-wrapper .dg-wrapper a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 98px; }

.jcarousel-wrapper .dg-wrapper a.dg-transition {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.jcarousel-wrapper .dg-wrapper a img {
  display: block;
  width: 100%; }

.jcarousel-wrapper nav {
  width: 256px;
  height: 1px;
  margin: 0 auto;
  position: relative; }

.jcarousel-wrapper nav span {
  display: block;
  width: 64px;
  height: 86px;
  position: absolute;
  top: -164px;
  cursor: pointer; }

.jcarousel-wrapper nav span.dg-prev {
  left: 0px; }

.jcarousel-wrapper nav span.dg-next {
  right: 0px; }

.jcarousel-wrapper .signLogo {
  width: 98px;
  margin: 0 auto;
  height: 1px;
  position: relative; }

.jcarousel-wrapper .signLogo b.circle_b {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 100px;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer; }

.jcarousel-wrapper .fiveSign b.circle_b {
  top: 168px; }

.jcarousel-wrapper .signLogo b.circle_b i.circle_j {
  width: 5px;
  height: 5px; }

.jcarousel-wrapper .signLogo b.left_b {
  left: -100px; }

.jcarousel-wrapper .signLogo b.right_b {
  right: -100px; }

.jcarousel-wrapper .signLogo b.left_b i.circle_j {
  border-left: 2px solid #64bfe3;
  border-right: 0;
  border-top: 2px solid #64bfe3;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  margin: 7px 0 0 8px; }

.jcarousel-wrapper .signLogo b.right_b i.circle_j {
  border-right: 2px solid #64bfe3;
  border-top: 2px solid #64bfe3;
  margin: 7px 0 0 6px; }

.aui .connection_kv .kv_text_set p span.oringeColor {
  display: block;
  font-weight: bold; }

.aui .connection_kv .kv_text_set p.pic5_1 b.circle_b {
  bottom: -10px; }

.aui .connection_kv .kv_text_set p.pic5_1 img {
  display: block;
  width: 48%;
  max-width: 339px;
  margin: 14% auto 0; }

.aui .connection_kv .kv_text_set p.pic5_2 img {
  display: block;
  width: 90%;
  max-width: 549px;
  margin: 0 auto; }

.aui .connection_kv .kv_text_set p.pic5_3 img {
  display: block;
  width: 95%;
  max-width: 640px;
  margin: 20px auto 0; }

.aui .connection_kv .kv_text_set a.pay {
  display: block;
  width: 70%;
  max-width: 310px;
  margin: 20px auto 0;
  padding: 10px 0;
  text-align: center;
  background: #0b318f;
  border-radius: 5px;
  color: #fff; }

.aui .connection_kv .kv_text_set ul.future {
  width: 87%;
  margin: 0 auto;
  padding-bottom: 50px; }

.aui .connection_kv .kv_text_set ul.future li {
  width: 100%;
  overflow: hidden;
  padding-top: 20px; }

.aui .connection_kv .kv_text_set ul.future li i {
  float: left;
  width: 48px;
  height: 48px;
  background: url(../images/blue_bg.png) no-repeat;
  background-size: 100px 240px; }

.aui .connection_kv .kv_text_set ul.future li i.position1 {
  background-position: 0px 0px; }

.aui .connection_kv .kv_text_set ul.future li i.position2 {
  background-position: 0px -48px; }

.aui .connection_kv .kv_text_set ul.future li i.position3 {
  background-position: 0px -96px; }

.aui .connection_kv .kv_text_set ul.future li i.position4 {
  background-position: 0px -144px; }

.aui .connection_kv .kv_text_set ul.future li i.position5 {
  background-position: 0px bottom; }

.aui .connection_kv .kv_text_set ul.future li font {
  font-size: 12px; }

.aui .connection_kv .kv_text_set ul.future li span {
  float: left;
  padding: 5px 0 0 14px;
  width: 212px; }

.aui .connection_kv .kv_text_set dl {
  padding: 0 20px;
  background: #fff; }

.aui .connection_kv .kv_text_set dl dt {
  width: 100%;
  position: relative;
  line-height: 92px; }

.aui .connection_kv .kv_text_set dl dt img {
  display: block;
  width: 71px;
  position: absolute;
  top: -39px;
  left: 10px; }

.aui .connection_kv .kv_text_set dl dd p {
  height: 70px;
  padding-top: 16px;
  border-top: 1px solid #d7d7d7; }

.aui .connection_kv .kv_text_set dl dd span {
  display: block; }

.aui .connection_kv .kv_text_set dl {
  box-shadow: inset 1px 0 8px #dfe1e5; }

.aui .connection_kv .left_6 {
  float: left;
  width: 55%;
  padding-top: 30px; }

.aui .connection_kv .left_6 strong {
  display: block;
  width: 48px;
  height: 52px;
  background: url(../images/six_2.png) no-repeat;
  background-size: cover;
  margin: 0 auto;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 20px;
  font-weight: normal; }

.aui .connection_kv .left_6 strong font {
  font-size: 10px; }

.aui .connection_kv .left_6 b {
  display: block;
  padding-top: 10px;
  font-size: 18px;
  text-align: center; }

.aui .connection_kv .left_6 b font {
  display: block;
  font-size: 12px; }

.aui .connection_kv .right_6 {
  float: right;
  width: 45%;
  padding: 30px 0 30px 0;
  text-align: center; }

.aui .connection_kv .right_6 img {
  width: 100px; }

.aui .connection_kv dl.buyShop dt {
  font-size: 16px;
  font-weight: bold;
  padding: 30px 0; }

.aui .connection_kv dl.buyShop dd {
  padding: 0 22px 20px; }

.aui .connection_kv dl.buyShop dd span {
  display: block;
  text-align: center;
  border-top: 1px solid #d7d7d7; }

.aui .connection_kv dl.buyShop dd span img {
  width: 111px; }

.aui .connection_kv .rollUp {
  width: 260px;
  margin: 0 auto;
  height: 480px;
  overflow: hidden; }

.aui .connection_kv .rollUp ul li {
  width: 100%;
  overflow: hidden; }

.aui .connection_kv .rollUp .up_li {
  margin-top: 20px;
  background: url(../images/feedback_bg.png) no-repeat center top;
  color: #fff;
  background-size: 100%; }

.aui .connection_kv .rollUp div span.comments {
  display: block;
  width: 184px;
  height: 60px;
  margin: 0 auto;
  padding: 14px 0 0 48px;
  overflow: hidden; }

.aui .connection_kv .rollUp div span.from {
  display: block;
  color: #49b0db;
  margin: 10% 20px 0 15%;
  overflow: hidden; }

.aui .connection_kv .rollUp div span.from strong {
  font-size: 14px; }

.aui .connection_kv .oringe .up_li {
  background: url(../images/feedback_bg2.png) no-repeat center top;
  background-size: 100%; }

.aui .store {
  padding: 0 10px; }

.aui .store1 {
  background: url(../images/store1.jpg) repeat-y center center;
  padding-bottom: 10px; }

.aui .store2 {
  background: url(../images/store2.jpg) repeat-x top center;
  padding-bottom: 10px; }

.aui .store .kv_text_t .tit_bs {
  padding: 10px 0 20px 0;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #073190; }

.aui .store .kv_text_t .tit_bs span.blue {
  font-size: 16px;
  color: #58b7de;
  font-weight: normal; }

.aui .search_store table {
  float: left; }

.aui .search_store td {
  padding: 0 5px;
  height: 35px;
  color: #25a7d7; }

.aui .store .kv_text_t .search_store .search_condition {
  float: left;
  width: 100%; }

.aui .search_condition label {
  -moz-border-radius: 4px 0 0 0;
  -webkit-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
  width: 60px;
  background: #4eb2d9;
  height: 30px;
  line-height: 30px;
  color: #FFF;
  padding: 0 5px;
  float: left;
  font-size: 12px; }

.aui .search_condition .select {
  -moz-border-radius: 0 4px 0 0;
  -webkit-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
  background: #aadaed;
  height: 30px;
  line-height: 30px;
  padding: 0;
  float: left;
  margin-right: 10px; }

.aui .search_condition select {
  width: 70px;
  padding: 0;
  background: #aadaed;
  color: #FFF;
  margin-top: 6px;
  font-size: 12px;
  border: none;
  line-height: 30px; }

.aui .search_condition label, .aui .search_condition .select {
  margin-bottom: 10px; }

.aui .search_store tr.gray td {
  background: #e5f2fc; }

.aui .search_store tr.blue1 td {
  background: #b4daea; }

.aui .search_store tr.blue2 td {
  background: #c2e4f2; }

.aui .search_condition.light label, .aui .search_condition.light .select, .aui .search_condition.light select {
  background: #e1f2f8;
  color: #274698; }

.aui .scroll_table {
  margin-bottom: 20px;
  float: left;
  width: 100%; }

/*-- footer --*/
.aui .footer {
  background: #FFF;
  width: 100%;
  min-width: 240px;
  text-align: center; }

.aui .footer.shadowbg {
  box-shadow: 1px 0 8px #dfe1e5; }

.aui .footer.noMagin {
  margin-top: 0; }

.aui .footer .contact {
  padding: 15px 0 5px 0;
  display: inline-block;
  color: #0a318e;
  font-size: 12px; }

.aui .footer .copyright {
  font-size: 10px;
  padding: 10px 0;
  color: #47b1db;
  display: block; }