#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  min-width: 1200px;
  height: 64px;
  box-sizing: border-box;
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
}

#header .h_logo {
  float: left;
  line-height: 64px;
}

#header .h_logo a {
  display: inline;
}

#header .h_logo a img {
  display: inline;
  height: 41px;
  line-height: 64px;
  vertical-align: middle;
}

#header .nav_top {
  margin-left: 60px;
}

#header .nav_top li {
  float: left;
  padding: 0 15px;
  height: 64px;
  line-height: 64px;
}

#header .nav_top li.product .product-block a {
  display: inline;
  padding: 0;
}

#header .code_ {
  float: left;
  height: 64px;
  line-height: 22px;
  padding: 10px 0;
  margin-left: 20px;
  text-align: center;
}

#header .nav_top a {
  display: block;
  padding: 0 9px;
  font-size: 16px;
  box-sizing: border-box;
  height: 100%;
  color: #505050;
  font-size: 14px;
  transition: color .1s;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft Yahei", STHeiti, SimSun, sans-serif !important;
}

#header .nav_top .product>a {
  background: url(../img/icoT1.png);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 100% center;
  padding-right: 14px;
  font-size: 14px;
}

#header .nav_top a:hover {
  color: #1d995b;
}

#header .nav_top .product>a:hover {
  background: url(../img/icoT2.png);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 100% center;
  padding-right: 14px;
}

#header .nav_top a.cur {
  color: #1d995b;
  border-bottom: 3px solid #1d995b;
}

#header .nav_top .product>a.cur {
  background: url(../img/icoT2.png);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 100% center;
  padding-right: 14px;
}

#header .right {
  padding-top: 17px;
  height: 80px;
  box-sizing: border-box;
}

#header .right>li {
  float: left;
  height: 100%;
  margin-left: 10px;
  text-align: center;
}

#header .right>li a {
  display: inline-block;
  width: 80px;
  height: 30px;
  line-height: 28px;
  box-sizing: border-box;
  border: 1px solid #1d995b;
  border-radius: 3px;
}

#header .right>li a.login {
  color: #1d995b;
}

#header .right>li a.regist {
  background-color: #1d995b;
  color: #fff;
}

#header .right>li img {
  position: absolute;
  right: 90px;
  top: 60px;
  z-index: 20000;
}

#header .slideBox {
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 101;
  background-color: #fff;
  overflow: hidden;
}

#header .slideBox .slideBox_con {
  border-bottom: 1px solid #f0f0f0;
}

#header .slideBox .slideBox_con li {
  float: left;
  width: 300px;
  height: 215px;
  line-height: 1;
  box-sizing: border-box;
  border-left: 1px solid #f0f0f0;
  padding: 25px 25px 30px;
}

#header .slideBox .slideBox_con li .icon {
  width: 48px;
  height: 48px;
  background-image: url("../img/icon.png")/*tpa=http://www.keman.com/v2/img/icon.png*/
  ;
}

#header .slideBox .slideBox_con li:hover {
  background-color: #f9f9f9;
}

#header .slideBox .slideBox_con li:nth-child(1) .icon {
  background-position: -27px -76px;
}

#header .slideBox .slideBox_con li:nth-child(2) .icon {
  background-position: -225px -76px;
}

#header .slideBox .slideBox_con li:nth-child(3) {
  border-right: 1px solid #f0f0f0;
}

#header .slideBox .slideBox_con li:nth-child(3) .icon {
  background: url("../img/meiyelogo.png")/*tpa=http://www.keman.com/v2/img/meiyelogo.png*/
  no-repeat;
  background-size: 100% 100%;
}

#header .slideBox .slideBox_con li:last-child {
  border-right: 1px solid #f0f0f0;
}

#header .slideBox .slideBox_con li:last-child .icon {
  width: 48px;
  height: 32.5px;
  background: url("../img/kemancard.png")/*tpa=http://www.keman.com/v2/img/kemancard.png*/
  no-repeat;
  background-size: 100% 100%;
}

#header .slideBox .slideBox_con li .con {
  width: 180px;
  margin-left: 20px;
  /*padding:0 20px;*/
}

#header .slideBox .slideBox_con li .con .con_link {
  padding: 0;
}

#header .slideBox .slideBox_con li .con h4 {
  padding-bottom: 13px;
  font-weight: bold;
  font-size: 16px;
  color: #333;
}

#header .slideBox .slideBox_con li .con p {
  font-size: 12px;
  line-height: 18px;
  color: #999;
}

#header .slideBox .slideBox_con li .con div {
  padding-top: 30px;
}

#header .slideBox .slideBox_con li .con div a {
  display: inline-block;
  padding: 9px 8px 8px;
  border-radius: 2px;
  font-size: 12px;
  margin-right: 10px;
}

#header .slideBox .slideBox_con li .con div a.try {
  border: 1px solid #1d995b;
  color: #1d995b;
}

#header .slideBox .slideBox_con li .con div a.detail {
  border: 1px solid #d2d2d2;
  color: #666;
}

#header .slideBox .slideBox_footer {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  padding: 17px 0 21px;
  text-align: center;
}

#header .slideBox .slideBox_footer span {
  padding: 2px 16px;
  font-size: 12px;
  line-height: 14px;
  color: #666;
  border-right: 1px solid #ddd;
}

#header .slideBox .slideBox_footer span i {
  display: inline-block;
  width: 20px;
  height: 12px;
  margin-bottom: -1px;
  background: url("../img/icon.png")/*tpa=http://www.keman.com/v2/img/icon.png*/
  -93px -176px;
}

#header .slideBox .slideBox_footer span:nth-child(2) i {
  background-position: -44px -176px;
}

#header .slideBox .slideBox_footer span:nth-child(3) i {
  background-position: -144px -176px;
}

#header_bg {
  width: 100%;
  min-width: 1200px;
  background: #fff;
  height: 64px;
}

#header .product:hover .dropdown-menu-wrapper {
  transform: rotate3d(0, 0, 0, 0deg);
  /* transform-origin: 50% 0%; */
  max-height: 1000px;
}

#header .dropdown-menu-wrapper {
  position: absolute;
  left: 0;
  box-shadow: 0 -6px 0 0 white, 0 2px 8px 0 rgba(200, 201, 204, 0.5);
  transform: rotate3d(1, 0, 0, -90deg);
  z-index: 100;
  max-height: 0px;
  transform-origin: 50% 0%;
  transition: 300ms ease-in-out;
  overflow: hidden;
  background-color: #fff;
  width: 100%;
}

#header .dropdown-menu-wrapper .dropdown-menu {
  text-align: left;
  margin: 24px auto;
  width: 100%;
  max-width: 1233px;
  zoom: 1;
}

#header .dropdown-menu-wrapper .dropdown-menu_business {
  margin: 24px auto 16px;
}

#header .dropdown-menu-wrapper .dropdown-menu:after {
  content: "";
  display: table;
  clear: both;
}

#header .dropdown-menu-wrapper .dropdown-menu .product-main h4, #header .dropdown-menu-wrapper .dropdown-menu .product-main p {
  margin-left: 40px;
}

#header .dropdown-menu-wrapper .dropdown-menu .product-main .menu-title {
  padding-left: 16px;
  margin-left: 0;
}

#header .dropdown-menu-wrapper .dropdown-menu .product-main.padding-right {
  padding-right: 84px;
  position: relative;
}

#header .dropdown-menu-wrapper .dropdown-menu .product-main.padding-right>.border-right {
  height: 478px;
  width: 1px;
  position: absolute;
  left: 316px;
  top: 0;
}

#header .dropdown-menu-wrapper .dropdown-menu .product-main.padding-right>.border-right::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 200%;
  height: 200%;
  transform: scale(0.5);
  transform-origin: left top;
  pointer-events: none;
  border-left: 1px solid #e5e5e5;
}

#header .dropdown-menu-wrapper .dropdown-menu .product {
  box-sizing: border-box;
  float: left;
  line-height: normal;
}

#header .dropdown-menu-wrapper .dropdown-menu .product .menu-title {
  font-size: 12px;
  color: #666666;
  margin-bottom: 8px;
  line-height: 18px;
}

#header .dropdown-menu-wrapper .dropdown-menu .product .link-list-left {
  float: left;
}

#header .dropdown-menu-wrapper .dropdown-menu .product .link-list-left div {
  position: relative;
}

#header .dropdown-menu-wrapper .dropdown-menu .product .link-list-left div span {
  width: 32px;
  height: 32px;
  position: absolute;
  left: 16px;
  top: 20px;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

#header .dropdown-menu-wrapper .dropdown-menu .product .link-list-left div span.icon-wsc {
  background-image: url("../img/cw.png");
  /* background-position: -27px -76px; */
}

#header .dropdown-menu-wrapper .dropdown-menu .product .link-list-left div:nth-child(2) span.icon-wsc {
  background-image: url("../img/wsc.png");
  /* background-position: -27px -76px; */
}

#header .dropdown-menu-wrapper .dropdown-menu .product .link-list-left div span.icon-meiye {
  background-image: url("../img/cy.png");
}

#header .dropdown-menu-wrapper .dropdown-menu .product .link-list-left div span.icon-pay {
  background-image: url("../img/meiyelogo.png");
}

#header .dropdown-menu-wrapper .dropdown-menu .product .link-list-left div span.icon-pf {
  background-image: url("../img/kemancard.png");
}

#header .dropdown-menu-wrapper .dropdown-menu .product .link-list-left div span.icon-ls {
  background-image: url("../img/my.png");
}

#header .dropdown-menu-wrapper .dropdown-menu .product .link-list-left div span.icon-chain-store {
  background-image: url("../img/ls.png");
}

#header .dropdown-menu-wrapper .dropdown-menu .product .link-list-left div span.icon-cy {}

#header .dropdown-menu-wrapper .dropdown-menu .product .link-list-left div span.icon-huiyi {
  background-image: url("http://style.dodui.com/congwa/pc/img/f2c66f601b13429239649ff729e3ed50.png");
}

#header .dropdown-menu-wrapper .dropdown-menu .product .link-list-left div span.icon-edu {
  background-image: url("http://style.dodui.com/congwa/pc/img/edu.png");
}

#header .dropdown-menu-wrapper .dropdown-menu .product .link-list-left div h4 {
  font-size: 16px;
  color: #323233;
  line-height: 24px;
}

#header .dropdown-menu-wrapper .dropdown-menu .product .link-list-left div p {
  font-size: 12px;
  color: #969799;
  line-height: 18px;
  margin-top: 4px;
}

#header .dropdown-menu-wrapper .dropdown-menu .product .link-list-right {
  width: 50%;
  float: right;
  zoom: 1;
}

#header .dropdown-menu-wrapper .dropdown-menu .product .link-list-right:after {
  content: "";
  display: table;
  clear: both;
}

#header .dropdown-menu-wrapper .dropdown-menu .product .link-list-right .menu-title {
  width: 212px;
  height: 18px;
  box-sizing: border-box;
  padding-left: 10px;
  float: right;
}

#header .dropdown-menu-wrapper .dropdown-menu .product .link-list-right div {
  position: relative;
  float: right;
}

#header .dropdown-menu-wrapper .dropdown-menu .product .link-list-right div h4 {
  font-size: 16px;
  color: #323233;
}

#header .dropdown-menu-wrapper .dropdown-menu .product .link-list-right div p {
  font-size: 12px;
  color: #969799;
  margin-top: 5px;
}

#header .dropdown-menu-wrapper .dropdown-menu .product .product-block {
  width: 232px;
  height: 78px;
  padding: 16px;
  box-sizing: border-box;
}

#header .dropdown-menu-wrapper .dropdown-menu .product .product-block .product-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  vertical-align: top;
  margin-top: 4px;
  margin-right: 4px;
}

#header .dropdown-menu-wrapper .dropdown-menu .product .product-block .huhang-icon {
  background-image: url("http://style.dodui.com/congwa/pc/img/logo.png");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
  #header .dropdown-menu-wrapper .dropdown-menu .product .product-block .huhang-icon {
    background-image: url("http://style.dodui.com/congwa/pc/img/logo@2x.png");
  }
}

#header .dropdown-menu-wrapper .dropdown-menu .product .product-block .product-icon+a {
  display: inline-block;
}

#header .dropdown-menu-wrapper .dropdown-menu .product .product-block:hover {
  background: #F7F8FA;
}

#header .dropdown-menu-wrapper .dropdown-menu .product-solutions {
  margin-left: 84px;
}

@media (max-width: 1200px) {
  #header .dropdown-menu-wrapper .dropdown-menu .product-solutions {
    margin-left: 40px;
  }
}

#header .dropdown-menu-wrapper .dropdown-menu .product-solutions .menu-title {
  padding-left: 16px;
}

#header .dropdown-menu-wrapper .dropdown-menu .product-solutions .solution-container {
  zoom: 1;
  max-width: 832px;
}

#header .dropdown-menu-wrapper .dropdown-menu .product-solutions .solution-container:after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 1246px) {
  #header .dropdown-menu-wrapper .dropdown-menu .product-solutions .solution-container {
    max-width: 660px;
  }
}

#header .dropdown-menu-wrapper .dropdown-menu .product-solutions .solution-container .product-block {
  float: left;
  margin-left: 68px;
}

#header .dropdown-menu-wrapper .dropdown-menu .product-solutions .solution-container .product-block:nth-child(3n+1) {
  margin-left: 0;
}

@media (max-width: 1246px) {
  #header .dropdown-menu-wrapper .dropdown-menu .product-solutions .solution-container .product-block:nth-child(2n+1) {
    margin-left: 0;
  }
  #header .dropdown-menu-wrapper .dropdown-menu .product-solutions .solution-container .product-block:nth-child(2n) {
    margin-left: 10px;
  }
}

#header .dropdown-menu-wrapper .dropdown-menu .item-container {
  zoom: 1;
  height: auto;
  width: 1200px;
  margin: 0 auto;
}

#header .dropdown-menu-wrapper .dropdown-menu .item-container:after {
  content: "";
  display: table;
  clear: both;
}

#header .dropdown-menu-wrapper .dropdown-menu .item-container span, .dropdown-menu__qudao span {
  width: 38px;
  height: 38px;
  position: absolute;
  left: 16px;
  top: 20px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.dropdown-menu__qudao span {
  width: 50px;
  height: 50px;
  left: 7px;
}

.dropdown-menu__qudao .icon-wxd {
  background-image: url("http://style.dodui.com/congwa/pc/img/67d87cdbb98137e93448afe61b1de5c_03.png");
}

.dropdown-menu__qudao .icon-wxd_ {
  background-image: url("http://style.dodui.com/congwa/pc/img/67d87cdbb98137e93448afe61b1de5c_05.png");
}

#header .dropdown-menu-wrapper .dropdown-menu .item-container span.icon-wxd {
  background-image: url("http://style.dodui.com/congwa/pc/img/wxd.png");
}

#header .dropdown-menu-wrapper .dropdown-menu .item-container span.icon-choice {
  background-image: url("http://style.dodui.com/congwa/pc/img/jx.png");
}

#header .dropdown-menu-wrapper .dropdown-menu .item-container span.icon-guarantee {
  background-image: url("http://style.dodui.com/congwa/pc/img/db.png");
}

#header .dropdown-menu-wrapper .dropdown-menu .item-container span.icon-protection {
  background-image: url("http://style.dodui.com/congwa/pc/img/xf.png");
}

#header .dropdown-menu-wrapper .dropdown-menu .item-container .item-product {
  position: relative;
}

#header .dropdown-menu-wrapper .dropdown-menu .item-container .item-product h3, #header .dropdown-menu-wrapper .dropdown-menu .item-container .item-product p {
  margin-left: 56px;
  padding-left: 0;
}

#header .dropdown-menu-wrapper .dropdown-menu .item-product {
  box-sizing: border-box;
  height: 80px;
  float: left;
  position: relative;
}

#header .dropdown-menu-wrapper .dropdown-menu .item-product:nth-child(2), #header .dropdown-menu-wrapper .dropdown-menu .item-product:nth-child(3), #header .dropdown-menu-wrapper .dropdown-menu .item-product:nth-child(4), #header .dropdown-menu-wrapper .dropdown-menu .item-product:nth-child(6), #header .dropdown-menu-wrapper .dropdown-menu .item-product:nth-child(7), #header .dropdown-menu-wrapper .dropdown-menu .item-product:nth-child(8) {
  margin-left: 80px;
}

@media (max-width: 1200px) {
  #header .dropdown-menu-wrapper .dropdown-menu .item-product {
    width: 235px;
  }
  #header .dropdown-menu-wrapper .dropdown-menu .item-product:nth-child(2), #header .dropdown-menu-wrapper .dropdown-menu .item-product:nth-child(3), #header .dropdown-menu-wrapper .dropdown-menu .item-product:nth-child(4), #header .dropdown-menu-wrapper .dropdown-menu .item-product:nth-child(6), #header .dropdown-menu-wrapper .dropdown-menu .item-product:nth-child(7), #header .dropdown-menu-wrapper .dropdown-menu .item-product:nth-child(8) {
    margin-left: 20px;
  }
}

#header .dropdown-menu-wrapper .dropdown-menu .item-product-link {
  display: block;
  width: 100%;
  height: 100%;
  white-space: nowrap;
}

#header .dropdown-menu-wrapper .dropdown-menu .item-product-link h3 {
  font-size: 16px;
  line-height: 24px;
  color: #323233;
  padding: 16px 0px 4px 56px;
}

#header .dropdown-menu-wrapper .dropdown-menu .item-product-link p {
  font-size: 12px;
  line-height: 18px;
  color: #969799;
  padding-left: 56px;
}

#header .dropdown-menu-wrapper .dropdown-menu .item-product-link:hover {
  background: #F7F8FA;
}

#header .dropdown-menu-wrapper .dropdown-menu .cooperate-container {
  text-align: center;
}

#header .dropdown-menu-wrapper .dropdown-menu .cooperate-container a {
  font-size: 16px;
  color: #323233;
  margin: 0 72.5px;
}

#header .dropdown-menu-wrapper .dropdown-menu .qudao-container {
  zoom: 1;
  height: auto;
  width: 572px;
  margin: 0 auto;
  display: flex;
}

#header .dropdown-menu-wrapper .dropdown-menu .qudao-container:after {
  content: "";
  display: table;
  clear: both;
}

#header .dropdown-menu-wrapper .dropdown-menu .qudao-container .qudao-product {
  /* width: 210px; */
  padding: 16px;
  background: #fff;
}

#header .dropdown-menu-wrapper .dropdown-menu .qudao-container .qudao-product:hover {
  background: #F7F8FA;
}

#header .dropdown-menu-wrapper .dropdown-menu .qudao-container .qudao-product:nth-child(n+2) {
  margin-left: 88px;
}

#header .dropdown-menu-wrapper .dropdown-menu .qudao-container h4 {
  font-size: 16px;
  line-height: 24px;
  color: #323233;
}

#header .dropdown-menu-wrapper .dropdown-menu .qudao-container p {
  font-size: 12px;
  line-height: 18px;
  color: #969799;
  margin-top: 4px;
}

#header .dropdown-menu-wrapper .dropdown-menu .yun-container {
  zoom: 1;
  height: auto;
  width: 1192px;
  margin: 0 auto;
  display: flex;
}

#header .dropdown-menu-wrapper .dropdown-menu .yun-container:after {
  content: "";
  display: table;
  clear: both;
}

#header .dropdown-menu-wrapper .dropdown-menu .yun-container .yun-product {
  width: 200px;
  padding: 16px;
  background: #fff;
}

#header .dropdown-menu-wrapper .dropdown-menu .yun-container .yun-product:hover {
  background: #F7F8FA;
}

#header .dropdown-menu-wrapper .dropdown-menu .yun-container .yun-product:nth-child(n+2) {
  margin-left: 88px;
}

#header .dropdown-menu-wrapper .dropdown-menu .yun-container h3 {
  font-size: 16px;
  line-height: 24px;
  color: #323233;
}

#header .dropdown-menu-wrapper .dropdown-menu .yun-container p {
  font-size: 12px;
  line-height: 18px;
  color: #969799;
  margin-top: 4px;
}

#header .dropdown-menu-wrapper .dropdown-menu .more-container {
  zoom: 1;
  height: auto;
  width: 1112px;
  margin: 0 auto;
  display: flex;
}

#header .dropdown-menu-wrapper .dropdown-menu .more-container:after {
  content: "";
  display: table;
  clear: both;
}

#header .dropdown-menu-wrapper .dropdown-menu .more-container .more-product {
  width: 180px;
  padding: 16px;
  background: #fff;
  margin-left: 88px;
}

#header .dropdown-menu-wrapper .dropdown-menu .more-container .more-product:hover {
  background: #F7F8FA;
}

#header .dropdown-menu-wrapper .dropdown-menu .more-container .more-product:nth-child(4n+1) {
  margin-left: 0;
}

#header .dropdown-menu-wrapper .dropdown-menu .more-container h3 {
  font-size: 16px;
  line-height: 24px;
  color: #323233;
}

#header .dropdown-menu-wrapper .dropdown-menu .more-container p {
  font-size: 12px;
  line-height: 18px;
  color: #969799;
  margin-top: 4px;
}

#header .right>li a.apply {
  color: #fff;
  background-color: #1d995b;
  border-radius: 5px;
  border: 1px solid #1d995b;
}

#header .apply-mask {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999999999;
  display: none;
}
#header .apply-mask img {
  height: 40%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}