@charset "UTF-8";
/*
* @Author: zyp
* @Date:   2017-12-19 11:16:57
* @Last Modified by:   zyp
* @Last Modified time: 2017-12-19 11:17:25
*/
/*
* @Author: zyp
* @Date:   2017-09-28 11:45:51
 * @Last Modified by: zyp
 * @Last Modified time: 2018-02-01 13:58:51
*/
/*
* @Author: zyp
* @Date:   2017-09-28 11:46:09
 * @Last Modified by: zyp
 * @Last Modified time: 2019-02-22 15:11:21
*/
html, body, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dd, ol, ul,
fieldset, form, label, legend, caption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-style: normal;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1;
  font-size: 12px;
  /* background-color: #f6f6f6; */
  color: #1a1a1a;
  min-width: 1180px; }

table {
  border-collapse: collapse; }

li, ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
  opacity: 1; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  opacity: 1; }

input:-ms-input-placeholder {
  color: #999;
  opacity: 1; }

input::-webkit-input-placeholder {
  color: #999;
  opacity: 1; }

/* remember to define focus styles! */
:focus {
  outline: 0; }

img {
  border: 0;
  vertical-align: top; }

input,
select,
textarea {
  outline: none; }

textarea {
  resize: none; }

a {
  text-decoration: none;
  color: #333; }

.block {
  display: block; }

.none {
  display: none; }

.inline_block {
  display: inline-block; }

/* 浮动 */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clr {
  display: block;
  overflow: hidden;
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0; }

.left {
  float: left; }

.right {
  float: right; }

.margin {
  margin: 0 auto; }

.mt {
  padding: 10px 0; }

.mgt10 {
  margin-top: 10px; }

.pre {
  position: relative; }

.pab {
  position: absolute; }

.ac {
  text-align: center; }

/* 定宽布局 */
.w {
  width: 1180px;
  margin: 0 auto; }

/* loading */
.loading {
  margin: 10px auto;
  display: block;
  width: 65px;
  height: 65px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: url(../resource/load.gif) no-repeat;
  background-size: 100% 100%; }

.loadingBig {
  margin: 10px auto;
  display: block;
  width: 265px;
  height: 265px;
  border-radius: 5px;
  background: url(../resource/load.gif) no-repeat;
  background-size: 100% 100%; }

#content {
  width: 100%; }

.nav-active {
  background: #e4393c; }

.layui-btn {
  opacity: 1;
  filter: alpha(opacity=100); }
  .layui-btn:hover {
    opacity: .8;
    filter: alpha(opacity=80);
    transition: all .3s; }

#page-box {
  text-align: center;
  margin: 10px 0; }

.a-link {
  color: #9a9a9a; }
  .a-link:hover {
    color: #f60001; }

.crumb-link {
  color: #333; }
  .crumb-link:hover {
    color: #f60001;
    text-decoration: underline; }

.err-tip {
  font-size: 16px;
  padding: 20px 40px;
  text-align: center;
  margin-top: 10px;
  margin-right: 20px; }

button {
  border: 0 none;
  cursor: pointer; }

button.btn-disabled, button.btn-disabled:hover {
  background-color: #f3f3f3;
  color: #C9C9C9;
  cursor: not-allowed;
  opacity: 1; }

.btn-small {
  display: inline-block;
  padding: 2px 0 3px;
  background: #f5f5f5;
  border: 1px solid #ddd;
  color: #333333;
  border-radius: 2px;
  width: 75px;
  text-align: center;
  cursor: pointer; }

.btn-small:hover {
  background: #fff;
  border-color: #dc3a2d;
  color: #dc3a2d; }

.hover-shaow {
  position: relative;
  border-radius: 6px;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
  .hover-shaow:hover {
    top: -1px;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2); }

/*
* @Author: zyp
* @Date:   2018-01-22 15:48:40
* @Last Modified by:   zyp
* @Last Modified time: 2018-01-22 21:27:48
*/
#content {
  font-size: 12px;
  width: 100%; }

#nav_warp {
  width: 100%;
  background-color: #fff;
  height: 40px;
  line-height: 40px; }

#nav_box {
  position: relative;
  width: 1180px;
  margin: 0 auto; }

#nav_box .main_nav {
  position: absolute;
  z-index: 999999; }

.plate_item:hover {
  background: #e4393c; }

/*
* @Author: zyp
* @Date:   2018-01-22 21:11:28
* @Last Modified by:   zyp
* @Last Modified time: 2018-01-22 21:39:42
*/
/*
* @Author: zyp
* @Date:   2017-09-28 11:45:30
 * @Last Modified by:   zyp
 * @Last Modified time: 2018-01-23 18:49:33
*/
#nav_box .plate {
  position: relative;
  height: 40px; }

#plate_list {
  overflow: hidden; }

.plate_item {
  float: left;
  height: 40px;
  transition: all 0.25s;
  -webkit-transition: all 0.25s; }

.plate_item a {
  font-size: 14px;
  color: #444444;
  padding: 0 30px;
  display: inline-block; }

.plate_item:hover {
  background: #FF0036; }

.plate_item:hover a {
  color: #fff; }

.nav-active {
  background: #FF0036; }

.nav-active a {
  color: #fff; }
@charset "UTF-8";
/*
* @Author: zyp
* @Date:   2018-01-16 16:53:48
 * @Last Modified by: zyp
 * @Last Modified time: 2019-02-19 11:34:06
*/
/*==========头部导航===========*/
/*
* @Author: zyp
* @Date:   2017-09-28 11:45:30
 * @Last Modified by:   zyp
 * @Last Modified time: 2018-01-23 18:49:33
*/
.header-nav {
  width: 100%;
  margin-bottom: 0;
  height: 32px;
  font-size: 12px;
  background: #ebeff0; }

.header-wrap {
  margin-left: auto;
  margin-right: auto; }

.header-wrap-nav {
  float: right; }

.user-info {
  float: left; }

#consumer-info {
  height: 32px; }

.header-item {
  float: left;
  position: relative;
  z-index: 100;
  height: 32px;
  width: 100px;
  text-align: center; }

.header-item a {
  color: #333333;
  line-height: 32px; }

.header-item span {
  color: #333333;
  line-height: 32px; }

.header-item img {
  width: 14px;
  vertical-align: middle;
  margin-right: 5px; }

.header-item a:hover {
  color: #FF0036; }

.user-info span.login {
  line-height: 32px; }

.user-info .link-text {
  line-height: 32px;
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.js-logout {
  margin-left: 20px;
  cursor: pointer; }

.username a:hover {
  color: #f60001; }

.js-logout a:hover {
  color: #f60001; }

.login-box {
  margin-left: 70px;
  line-height: 32px; }
  .login-box a {
    color: #666666;
    margin: 0 5px; }
    .login-box a:hover {
      color: #f60001; }

#ttbar-serv {
  line-height: 32px; }

#ttbar-serv:hover .dt {
  background: #fff;
  border: solid #ddd;
  border-width: 0 1px; }

#ttbar-serv .dd {
  width: 170px;
  line-height: 24px;
  z-index: 999; }

.dorpdown-layer {
  display: none;
  position: absolute;
  top: 30px;
  background: #fff;
  border: 1px solid #ddd; }

.header-item.hover .dorpdown-layer {
  -webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1); }

#ttbar-serv:hover .dorpdown-layer, .hover .dorpdown-layer {
  display: block; }

.dd-spacer {
  position: absolute;
  top: -7px;
  height: 10px;
  background: #fff;
  overflow: hidden;
  left: 0;
  width: 98px; }

#ttbar-serv .item {
  display: inline-block;
  width: 70px;
  padding-left: 10px; }

#ttbar-serv a {
  color: #999; }
  #ttbar-serv a:hover {
    color: #f60001; }

#ttbar-serv .item-business, #ttbar-serv .item-client {
  font-weight: 700;
  padding-left: 10px;
  color: #666; }

#ttbar-serv .item-business {
  border-top: 1px dotted #eee;
  padding-top: 5px;
  margin-top: 5px; }
/*
* @Author: zyp
* @Date:   2018-01-17 13:43:23
 * @Last Modified by: zyp
 * @Last Modified time: 2020-09-18 18:20:22
*/
/*
* @Author: zyp
* @Date:   2017-09-28 11:45:30
 * @Last Modified by:   zyp
 * @Last Modified time: 2018-01-23 18:49:33
*/
.aui-footer {
  width: 100%;
  background: #fff;
  border-top: 1px solid #FF0036; }

.leftPic {
  width: 48px;
  height: 48px;
  margin: 0px 3px 3px 3px;
  background-image: url(../resource/zk_footer1.png);
  background-repeat: no-repeat; }
  .leftPic.ft1 {
    background-position: 0 0; }
  .leftPic.ft2 {
    background-position: -69px 0px; }
  .leftPic.ft3 {
    background-position: -127px 0px; }
  .leftPic.ft4 {
    background-position: -191px 0px; }

.aui-footer-bot {
  margin-top: 30px;
  border-top: 2px solid #e4000d; }

.aui-footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  /* margin-right: -1px; */
  width: 25%;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.aui-footer-list_2 {
  float: left;
  width: 25%;
  /* margin-left: 75px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.aui-footer-list_2 li {
  text-align: center; }

.footer-warp {
  position: relative; }

.aui-footer-list_qrcode {
  margin-left: -10px;
  width: 90px;
  position: absolute;
  right: -90px;
  top: 0px; }

.aui-footer-list h4,
.aui-footer-list_2 h4,
.aui-footer-list_qrcode h4 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  color: #333333; }

.aui-footer-list_2 h4 {
  line-height: 50px; }

.aui-footer-list_qrcode h4 {
  line-height: 50px; }

.aui-footer-list h4 em {
  padding-left: 10px;
  font-size: 16px; }

.aui-footer-list ul li {
  padding-right: 15px;
  padding-top: 5px;
  float: left; }

.aui-footer-list ul li a,
.aui-footer-list_2 ul li a {
  font-size: 14px;
  color: #999999; }

.aui-footer-list ul li a {
  line-height: 28px; }

.aui-footer-list_2 ul li a {
  line-height: 32px; }

.aui-footer-list ul li a:hover,
.aui-footer-list_2 ul li a:hover {
  color: #FF0036; }

.time-lists-ls .aui-footer-list h4 {
  font-size: 16px;
  font-weight: normal;
  padding-bottom: 10px; }

.time-lists-ls {
  padding: 0 0 20px 0;
  position: relative; }

.time-lists-ls .aui-footer-list ul li {
  float: none; }

.aui-footer-bot-top {
  background-color: #fff; }

.aui-footer-bot .copyright {
  text-align: center;
  line-height: 38px;
  background: #FF0036;
  color: #fffffd; }

.aui-footer-bot .copyright p {
  color: #666; }

.aui-footer-bot .copyright p a {
  color: #fffffd;
  margin: 0 10px;
  font-size: 12px; }

.aui-footer-bot .copyright a:hover {
  text-decoration: underline; }

.aui-footer-bot .copyright p .powerby {
  color: #999; }
