@charset "UTF-8";

/*css reset*/
html {
  color: #000;
  background: #fff;
  font-size: 12px;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

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

button {
  border: 0;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input,
textarea,
select {
  *font-size: 100%;
}

legend {
  color: #000;
}

body {
  min-width: 1200px;
  font: 12px/100% 'Microsoft YaHei';
}

a:link,
a:visited,
a:active {
  color: #6f6f6f;
  text-decoration: none;
}

a:hover {
  color: #fff;
}

.cf {
  display: inline-block;
}

* {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

*:before,
*:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

* html .cf {
  height: 1%;
}

.cf {
  display: block;
}

.cf:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
}

.fl {
  float: left !important;
  display: inline !important;
}

.fr {
  float: right !important;
  display: inline !important;
}

/*********************公用部分***********************/
.fl-header {
  position: fixed;
  top: 0;
  z-index: 200;
  width: 100%;
  height: 80px;
  font-size: 16px;
  color: #666666;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1);
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.fl-headerinner {
  padding: 0 60px;
  box-sizing: border-box;
  width: 100%;
  min-width: 1440px;
  height: 100%;
  margin: 0 auto;
}

.fl-headerinner .headerlog {
  position: relative;
  float: left;
  /* width: 226px;
  height: 80px; */
  width: 269px;
  height: 80px;
  overflow: hidden;
}

.fl-headerinner .headerlog a {
  display: block;
  /* width: 226px; */
  /* height: 80px; */
  height: 47px;
  line-height: 80px;
  margin-top: 18px;
  /* background: url(../images/logobg.png) no-repeat center center; */
  /* background: url(../images/logo_group.png) 100% 100%/226px 55px no-repeat; */
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.headeron,
.headeractive {
  background-color: #ffffff;
  box-shadow: 0 1px 0 0 rgba(175, 168, 168, 0.1);
}

.headeron .fl-headerinner .headerlog a,
.headeractive .fl-headerinner .headerlog a {
 
}

.headermenuphone {
  display: none;
}

.fl-headerinner .headermenu {
  float: left;
  margin-left: 50px;
  height: 80px;
}

.fl-headerinner .headermenu ul {
  height: 80px;
}

.fl-headerinner .headermenu li {
  float: left;
  /* margin: 0 3px; */
  position: relative;
  height: 80px;
}
.fl-headerinner .headermenu li.navigation-menu-li {
  position: inherit;
}

.fl-headerinner .headermenu li .hot {
  position: absolute;
  top: 39px;
  margin-top: -5px;
  margin-left: 4px;
  width: 24px;
}

.fl-headerinner .headermenu li.active::after {
  content: '';
  display: block;
  width: calc(100% - 36px);
  height: 4px;
  background: #336aff;
  position: absolute;
  bottom: 0px;
  left: 18px;
}

.fl-headerinner .headermenu li.navigation-menu-li.active::after {
  content: '';
  display: block;
  width: 70px;
  height: 4px;
  background: #336aff;
  position: absolute;
  bottom: 0px;
  /* left: 525px; */
  left: 570px;
}

.fl-headerinner .headermenu li:not(.active):hover::after {
  content: '';
  display: block;
  width: calc(100% - 36px);
  height: 3px;
  background: #336aff;
  position: absolute;
  bottom: 0px;
  left: 18px;
  animation: headermenuhover 0.2s;
  -moz-animation: headermenuhover 0.2s;
  /* Firefox */
  -webkit-animation: headermenuhover 0.2s;
  /* Safari 和 Chrome */
  -o-animation: headermenuhover 0.2s;
  /* Opera */
}

.fl-headerinner .headermenu li.navigation-menu-li:not(.active):hover::after {
  content: '';
  display: block;
  width: 70px;
  height: 3px;
  /* background: #336aff; */
  background: transparent;
  position: absolute;
  bottom: 0px;
  left: 525px;
  animation: headermenuhover 0.2s;
  -moz-animation: headermenuhover 0.2s;
  /* Firefox */
  -webkit-animation: headermenuhover 0.2s;
  /* Safari 和 Chrome */
  -o-animation: headermenuhover 0.2s;
  /* Opera */
}

@keyframes headermenuhover {
  from {
    width: 0px;
  }

  to {
    width: calc(100% - 50px);
  }
}

@-moz-keyframes headermenuhover

/* Firefox */ {
  from {
    width: 0px;
  }

  to {
    width: calc(100% - 50px);
  }
}

@-webkit-keyframes headermenuhover

/* Safari 和 Chrome */ {
  from {
    width: 0px;
  }

  to {
    width: calc(100% - 50px);
  }
}

@-o-keyframes headermenuhover

/* Opera */ {
  from {
    width: 0px;
  }

  to {
    width: calc(100% - 50px);
  }
}

/* .partnership .partnerHeader li{
	position: relative;
}
.partnership .partnerHeader li.active::after{
	content:'';
    display: block;
    width: 393px;
    height: 3px;
    background: #336aff;
    position: absolute;
    top:0px;
    left: 0;
}

.partnership .partnerHeader li:not(.active):hover::after{
	content:'';
    display: block;
    width: 393px;
    height: 3px;
    background: #336aff;
    position: absolute;
    top:0px;
	left: 0;
	animation: partnerHeaderhover 0.2s;
	-moz-animation: partnerHeaderhover 0.2s;	
	-webkit-animation: partnerHeaderhover 0.2s;	
	-o-animation: partnerHeaderhover 0.2s;
} */

@keyframes partnerHeaderhover {
  from {
    width: 0px;
  }

  to {
    width: 393px;
  }
}

@-moz-keyframes partnerHeaderhover

/* Firefox */ {
  from {
    width: 0px;
  }

  to {
    width: 393px;
  }
}

@-webkit-keyframes partnerHeaderhover

/* Safari 和 Chrome */ {
  from {
    width: 0px;
  }

  to {
    width: 393px;
  }
}

@-o-keyframes partnerHeaderhover

/* Opera */ {
  from {
    width: 0px;
  }

  to {
    width: 393px;
  }
}

.fl-headerinner .headermenu li a {
  display: block;
  height: 80px;
  line-height: 80px;
  color: #fff;
  box-sizing: border-box;
  padding: 0 18px;
  font-size: 16px;
}

.headeron .fl-headerinner .headermenu li a,
.headeractive .fl-headerinner .headermenu li a {
  font-size: 16px;
  color: #333333;
}

/* 新菜单 */

.fl-headerinner .headermenu li .navigation-menu {
  display: none;
  /* display: flex; */
  position: absolute;
  top: 80px;
  /* left: -128px; */
  /* left: -228px; */
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1440px;
  height: 663px;
  /* height: 500px; */
  background: #ffffff;
  box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.18);
  box-sizing: border-box;
  overflow-y: scroll;
}
.fl-headerinner .headermenu li .navigation-menu::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  /**/
}
.fl-headerinner .headermenu li .navigation-menu::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 2px;
}
.fl-headerinner .headermenu li .navigation-menu::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}
.fl-headerinner .headermenu li .navigation-menu::-webkit-scrollbar-thumb:hover {
  background: #ccc;
}
.fl-headerinner .headermenu li .navigation-menu::-webkit-scrollbar-corner {
  background: #ccc;
}

.fl-headerinner .headermenu li .navigation-menu .navigation-menu-side {
  width: 20%;
  height: 663px;
  position: relative;
  background: #f8f9fc;
  padding: 30px 0 0 40px;
  box-sizing: border-box;
}
.fl-headerinner .headermenu li .navigation-menu .navigation-menu-content {
  width: 80%;
  padding: 9px 24px 0;
  box-sizing: border-box;
}
.fl-headerinner
  .headermenu
  li
  .navigation-menu
  .navigation-menu-side
  .navigation-menu-side-li {
  margin-bottom: 26px;
  font-size: 16px;
  color: #333333;
  line-height: 16px;
  cursor: pointer;
}
.navigation-menu .navigation-menu-side .navigation-menu-side-li:hover {
  color: #396eff !important;
}

.activeColor {
  color: #396eff !important;
}

.navigation-menu-content-li {
  width: 100%;
  margin-bottom: 25px;
}
.navigation-menu-content-li .navigation-menu-content-li-title {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 48px;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  line-height: 48px;
  border-bottom: 1px solid#E5E7EB;
}
.navigation-menu-content-li .navigation-menu-content-li-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.navigation-menu-content-li
  .navigation-menu-content-li-content
  .navigation-menu-content-li-content-item {
  width: 33%;
  height: 40px;
  display: flex;
  align-items: center;
  margin-top: 32px;

  line-height: 1 !important;
}

.navigation-menu-content-li .navigation-menu-content-li-content img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.navigation-menu-content-li
  .navigation-menu-content-li-content
  .navigation-menu-content-li-content-item-wrap {
  display: flex;
  flex-direction: column;
}
.navigation-menu-content-li
  .navigation-menu-content-li-content
  .navigation-menu-content-li-content-item-wrap
  span:nth-child(1) {
  font-size: 16px;
  color: #333333;
}
.navigation-menu-content-li-content
  .navigation-menu-content-li-content-item:hover
  .navigation-menu-content-li-content-item-wrap
  span:nth-child(1) {
  color: #396eff !important;
}

.navigation-menu-content-li
  .navigation-menu-content-li-content
  .navigation-menu-content-li-content-item-wrap:hover
  span:nth-child(1) {
  color: #396eff !important;
}
.navigation-menu-content-li
  .navigation-menu-content-li-content
  .navigation-menu-content-li-content-item-wrap
  span:nth-child(1):hover {
  color: #396eff !important;
}

.navigation-menu-content-li
  .navigation-menu-content-li-content
  .navigation-menu-content-li-content-item-wrap
  span:nth-child(2) {
  margin-top: 8px;
  font-size: 12px;
  color: #878789;
}

.fl-headerinner .headermenu li .moremenu {
  display: none;
  position: absolute;
  top: 80px;
  left: 0;
  background: #ffffff;
  box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.18);
  padding: 16px;
  padding-bottom: 29px;
}

.fl-headerinner .headermenu li .moremenu dl {
  float: left;
  width: 120px;
  padding-right: 10px;
}

.fl-headerinner .headermenu li .moremenu dl:last-of-type {
  padding-right: 0;
}

.fl-headerinner .headermenu li .moremenu dl.br1 {
  /* border-right: 1px solid #ccc; */
}

.fl-headerinner .headermenu li .moremenu dl dt {
  line-height: 45px;
  height: 45px;
  padding-left: 18px;
  color: #636672;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
}

.fl-headerinner .headermenu li .moremenu dl dd {
  height: 34px;
  line-height: 34px;
}

.fl-headerinner .headermenu li .moremenu dl dd a {
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  color: #c5c5c5;
  border-radius: 2px;
}

.fl-headerinner .headermenu li .moremenu.bright {
  background-color: #fff;
}

.fl-headerinner .headermenu li .moremenu.bright dl dt {
  color: #c5c5c5;
}

.fl-headerinner .headermenu li .moremenu.bright dl dd a {
  color: #333333;
}

.fl-headerinner .headermenu li .moremenu dl dd a.on,
.fl-headerinner .headermenu li .moremenu dl dd a:hover {
  color: #fff;
  background: #336aff;
}

.fl-headerinner .headermenu li .partter {
  padding-bottom: 20px !important;
}

.fl-headerinner .headermenu li .partter dl {
  width: 140px;
  padding-top: 4px;
}

.fl-headerinner .hedersetting {
  display: block;
  float: right;
  margin-top: 26px;
}

.fl-headerinner .hedersetting .nologin {
 
  float: left;
}

.fl-headerinner .hedersetting .logined {
  float: left;
  display: none;
}

.fl-headerinner .hedersetting .logined .rzstatus {
  display: none;
  float: left;
  font-size: 12px;
  padding: 4px;
  border: 1px solid #c7c7c7;
  color: #a9a6a6;
  margin-top: 5px;
  border-radius: 4px;
}

.fl-headerinner .hedersetting .logined .rzstatuson {
  border: 1px solid #31a6e6;
  color: #31a6e6;
}

.fl-headerinner .hedersetting .logined .phonenum {
  float: left;
  font-size: 14px;
  color: #190909;
  margin-top: 10px;
  margin-left: 7px;
  text-decoration: underline;
}

.fl-headerinner .hedersetting .logined .logout {
  color: #bfbfbf;
  font-size: 14px;
  margin: 0 0 0 10px;
}

.fl-headerinner .hedersetting a,
.fl-headerinner .hedersetting span {
  float: left;
  color: #fff;
  margin: 0 4.5px;
  line-height: 30px;
  font-size: 14px;
}

.fl-headerinner .hedersetting span {
  margin: 0;
}

.fl-headerinner .hedersetting a.btn-kzt {
  height: 30px;
  width: 90px;
  line-height: 30px;
  text-align: center;
  background: #336aff;
  margin-left: 20px;
}

.headeron .fl-headerinner .hedersetting span,
.headeron .fl-headerinner .hedersetting a.btn-register,
.headeron .fl-headerinner .hedersetting a.btn-login,
.headeractive .fl-headerinner .hedersetting span,
.headeractive .fl-headerinner .hedersetting a.btn-register,
.headeractive .fl-headerinner .hedersetting a.btn-login {
  color: #666;
}

.fl-headerinner .headermenu li .dropdownmenu {
  position: relative;
}

.fl-header .fl-headerinner .headermenu li .dropdownmenu::after {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  top: 35px;
  right: 0px;
  background: url('../images/whitedownarrow.png');
}

.fl-header .fl-headerinner .headermenu li .dropdownmenu:hover::after {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  top: 35px;
  right: 0px;
  background: url('../images/whiteuparrow.png');
}

.fl-header .fl-headerinner .headermenu li .dropdownmenu.special::after {
  /* right: -25px; */
}

.fl-header .fl-headerinner .headermenu li .dropdownmenu.special:hover::after {
  /* right: -25px; */
}

.fl-header.headeron .fl-headerinner .headermenu li .dropdownmenu::after,
.fl-header.headeractive .fl-headerinner .headermenu li .dropdownmenu::after {
  background: url('../images/blackdownarrow.png');
  background-size: cover;
}

.fl-header.headeron .fl-headerinner .headermenu li .dropdownmenu:hover::after,
.fl-header.headeractive
  .fl-headerinner
  .headermenu
  li
  .dropdownmenu:hover::after {
  background: url('../images/blackuparrow.png');
  background-size: cover;
}

.iframe-footer {
  width: 100%;
  height: 633px;
  vertical-align: middle;
}

.fl-footer {
  background: #131314;
}

.fl-footerinner {
  width: 1180px;
  height: 100%;
  margin: 0 auto;
}

.fl-footerinner .footerbg1 {
  width: 1180px;
  height: 140px;
  border-bottom: 1px solid #363637;
  overflow: hidden;
}

.fl-footerinner .footerbg1 ul {
  width: 1280px;
  height: 100%;
}

.fl-footerinner .footerbg1 ul li {
  width: 25%;
  float: left;
  line-height: 140px;
}

.fl-footerinner .footerbg1 ul li img {
  vertical-align: middle;
  margin-right: 15px;
  margin-bottom: 7px;
}

.fl-footerinner .footerbg1 ul li span {
  font-size: 18px;
  color: #a3aab6;
}

.footerlistwrap {
  padding: 20px 0;
  border-bottom: 1px solid #363637;
}

.footerlistwrap-left {
  float: left;
  margin-right: 35px;
}

.footerlistwrap-left dl {
  float: left;
  min-width: 165px;
  /* margin-right: 35px; */
}

.footerlistwrap-left .footerlistwrap-flex {
  display: flex;
  flex-wrap: wrap;
}

.footerlistwrap-left dt {
  color: #fff;
  font-size: 18px;
  line-height: 50px;
  font-weight: 400;
}

.footerlistwrap-left dd {
  color: #9096a1;
  height: 30px;
}

.footerlistwrap-left dd a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}

.footerlistwrap-right {
  margin-top: 17px;
  float: right;
  border-left: 1px solid #363637;
  height: 270px;
}

.footerlistwrap-right .footer-code {
  width: 120px;
  height: 120px;
  /* background: url(../images/ewmbg.jpg) no-repeat 0 0/120px 120px; */
  background: url(../images/ewmbg.png) no-repeat 0 0/120px 120px;

  margin: 31px 0 0 40px;
}

.footerlistwrap-right p {
  font-size: 18px;
  color: #ffffff;
  line-height: 16px;
  /* margin-top: 20px; */
  margin-left: 37px;
}

.footerlink {
  /* border-top:1px solid #363637; */
  border-bottom: 1px solid #363637;
  height: 60px;
}

.footerlink dl,
.footerlink dd,
.footerlink dd a {
  float: left;
  height: 60px;
  line-height: 60px;
}

.footerlink dl {
  color: #fff;
}

.footerlink dd {
  margin: 0 26px;
}

.footerright {
  margin-top: 30px;
  height: 70px;
  color: #6f6f6f;
}

.footerright p {
  /* height: 35px; */
  line-height: 14px;
  text-align: center;
  color: #6f6f6f;
}

.fl-sidebarbox {
  width: 70px;
  background: transparent;
  position: fixed;
  bottom: 50px;
  right: 0px;
  z-index: 999;
}

.fl-sidebarbox li {
  width: 70px;
  height: 84px;
  border-bottom: 1px solid #5b87ff;
  cursor: pointer;
  position: relative;
}

.fl-sidebarbox li:hover {
  background-color: #0f58ff;
}

/* .fl-telephone_counseling {
	position: relative;
} */

.fl-telephone_number {
  position: absolute;
  top: 20px;
  left: -220px;
  width: 190px;
  height: 45px;
  background: #fff;
  font: 15px '微软雅黑';
  color: #666666;
  line-height: 45px;
  text-align: center;
  display: none;
  border: 1px solid #e5e5e5;
  box-shadow: 0 4px 10px 0 rgba(37, 70, 129, 0.12);
}

.fl-telephone_number::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #fff;
  position: absolute;
  top: 19px;
  right: -6px;
  transform: rotateZ(45deg);
  border-right: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
}

.fl-telephone_number span {
  color: #336aff;
}

.fl-sidebarbox li.fl-bdsq a {
  display: block;
  width: 100%;
  height: 100%;
}
.fl-sidebarbox li.fl-bdsq2 a {
  display: block;
  width: 100%;
  height: 100%;
}
.fl-sidebarbox .fl-selfWorkOrder {
  background: url('../images/self_work_order_op.png') #336aff;
}

.fl-sidebarbox li.fl-selfWorkOrder::after {
  content: '自助工单';
  position: absolute;
  width: 70px;
  bottom: 12px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.fl-sidebarbox .fl-selfWorkOrder2 {
  background: url('../images/self_work_order_op.png') #336aff;
}

.fl-sidebarbox li.fl-selfWorkOrder2::after {
  content: '自助工单';
  position: absolute;
  width: 70px;
  bottom: 12px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.fl-sidebarbox .fl-bdsq {
  background: url('../images/online_counseling.png') #336aff;
}

.fl-sidebarbox li.fl-bdsq::after {
  content: '在线咨询';
  position: absolute;
  width: 70px;
  bottom: 12px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.fl-sidebarbox .fl-bdsq2 {
  background: url('../images/online_counseling.png') #336aff;
}

.fl-sidebarbox li.fl-bdsq2::after {
  content: '自助工单';
  position: absolute;
  width: 70px;
  bottom: 12px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.fl-sidebarbox .fl-online_counseling {
  background: url(../images/bdsq.png) no-repeat center center #336aff;
}

.fl-sidebarbox .fl-online_counseling::after {
  content: 'QQ咨询';
  position: absolute;
  bottom: 12px;
  left: 7px;
  font-size: 14px;
  color: #fff;
}

.fl-sidebarbox .fl-telephone_counseling {
  background: url('../images/telephone_counseling.png') #336aff;
}

.fl-sidebarbox .fl-telephone_counseling::after {
  content: '电话咨询';
  position: absolute;
  width: 70px;
  bottom: 12px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}

.fl-sidebarbox .fl-telephone_counseling:hover .fl-telephone_number {
  display: block;
  cursor: pointer;
}

.fl-sidebarbox .fl-gotop {
  background: url('../images/gotop.png') #336aff;
}

.fl-sidebarbox .fl-gotop::after {
  content: '返回顶部';
  position: absolute;
  width: 70px;
  bottom: 12px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}

.placeholder {
  min-height: 600px;
  position: relative;
}

.placeholder-icon {
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.placeholder-btnbox {
  margin: 0 auto;
  text-align: center;
}

.placeholder-btnbox a {
  display: inline-block;
  width: 125px;
  height: 40px;
  line-height: 40px;
  background: #5190f1;
  border-radius: 2px;
  color: #fff;
  font-size: 18px;
  margin: 25px 45px;
}

.placeholder-btnbox .index {
  color: #5995f1;
  background: #fff;
  border: 1px solid #5190f1;
}

.fadeInUp {
  animation: fadeInUp 1s ease;
  -webkit-animation: fadeInUp 1s ease;
  -moz-animation: fadeInUp 1s ease;
  -ms-animation: fadeInUp 1s ease;
  -o-animation: fadeInUp 1s ease;
}

.fadeInRight {
  animation: fadeInRight 1s ease 0.4s forwards;
  -webkit-animation: fadeInRight 1s ease 0.4s forwards;
  -moz-animation: fadeInRight 1s ease 0.4s forwards;
  -ms-animation: fadeInRight 1s ease 0.4s forwards;
  -o-animation: fadeInRight 1s ease 0.4s forwards;
}

.fadeInLeft {
  animation: fadeInLeft 1s ease 0.4s forwards;
  -webkit-animation: fadeInLeft 1s ease 0.4s forwards;
  -moz-animation: fadeInLeft 1s ease 0.4s forwards;
  -ms-animation: fadeInLeft 1s ease 0.4s forwards;
  -o-animation: fadeInLeft 1s ease 0.4s forwards;
}

.zoomIn {
  animation: zoomIn 1s ease;
  -webkit-animation: zoomIn 1s ease;
  -moz-animation: zoomIn 1s ease;
  -ms-animation: zoomIn 1s ease;
  -o-animation: zoomIn 1s ease;
}

.shake {
  animation: shake 1s ease;
  -webkit-animation: shake 1s ease;
  -moz-animation: shake 1s ease;
  -ms-animation: shake 1s ease;
  -o-animation: shake 1s ease;
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeInRight {
  0% {
    transform: translateX(-200px);
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeInLeft {
  0% {
    transform: translateX(200px);
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.2);
  }
}

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

#BizQQWPA {
  width: 100%;
  height: 100%;
}

.fixbottom {
  display: none;
}

#newBridge {
  display: none !important;
}

.hedersetting a.btn-kzt,
.hedersetting a.btn-login {
  width: 90px !important;
  height: 30px !important;
  line-height: 30px !important;
  background-color: #336aff !important;
  color: #fff !important;
  text-align: center;
}

.hedersetting a.btn-kzt,
.hedersetting a.btn-login:hover {
  background-color: #0f58ff !important;
}

.hedersetting a.logout,
.hedersetting a.btn-register {
  width: 58px !important;
  height: 28px !important;
  line-height: 28px !important;
  color: #000 !important;
  text-align: center;
  border: 1px solid #ccc;
}

.hedersetting a.btn-register:hover {
  color: #336aff !important;
  border: 1px solid #336aff;
}

.footerlistwrap .interior {
  min-width: 120px;
}

/* 消息提示 */
.message {
  position: fixed;
  top: 100px;
  left: 0;
  width: 100%;
  text-align: center;
  pointer-events: none;
  z-index: 9999;
}

.message-text {
  display: inline-block;
  color: #333;
  padding: 8px 16px;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  background: #fff;
  pointer-events: all;
}

.icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  color: #fff;
  border-radius: 50%;
  margin-right: 8px;
  line-height: 18px;
}

.success {
  background: #00a854;
}

.error {
  background: #f04134;
}

.warning {
  background: #ffbf00;
}

.fadeInDown {
  animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -ms-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -ms-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@-ms-keyframes fadeInDown {
  0% {
    opacity: 0;
    -ms-transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
}

.dede_pages {margin:20px auto;height:40px;width:100%;text-align:center;overflow:hidden;}
.dede_pages ul {display:inline-block; *display:inline; zoom:1;margin:0 auto;position:relative;}
.dede_pages ul li {list-style:none;float:left;border:1px solid #ddd;height:35px; line-height:35px;border-radius:3px; margin:0 3px;font-size:14px;}
.dede_pages ul li a,.dede_pages ul li span{color:#333;display:block;padding:0px 14px;}
.dede_pages ul li a:hover{padding:0px 14px;background:#336aff !important;color:#fff;}
.dede_pages ul li.active{background:#336aff !important;display:block;color:#fff;}
.dede_pages ul li.active a{color:#fff;display:block;}
@media (max-width: 767px){ 

.dede_pages {height:65px;}
.dede_pages ul li {height:25px; line-height:25px;margin-bottom:5px;}
.dede_pages ul li a,.dede_pages ul li span{padding:0px 10px;}
.dede_pages ul li a:hover{padding:0px 10px;}
.dede_pages ul li .current{background:#336aff !important;display:block;color:#fff;}
}


