.cipm-header {
  background-color: #005bac;
  border-bottom-left-radius: 1.25em;
  border-bottom-right-radius: 1.25em;
  left: 2.34375%;
  padding: 1em 2.375em;
  position: fixed;
  right: 2.34375%;
  font-size: 16px;
  text-align: center;
  top: 0;
  transition: transform 0.5s, background-color 0.5s, padding 0.5s, right 0.5s,
    left 0.5s, top 1s;
  -webkit-transition: transform 0.5s, background-color 0.5s, padding 0.5s,
    right 0.5s, left 0.5s, top 1s;
  -moz-transition: transform 0.5s, background-color 0.5s, padding 0.5s,
    right 0.5s, left 0.5s, top 1s;
  -ms-transition: transform 0.5s, background-color 0.5s, padding 0.5s,
    right 0.5s, left 0.5s, top 1s;
  -o-transition: transform 0.5s, background-color 0.5s, padding 0.5s, right 0.5s,
    left 0.5s, top 1s;
  z-index: 1001;
}
.cipm-header.hided {
  transform: translateY(-100%);
}
.cipm-header .logo {
  display: block;
  height: 60px;
}
.cipm-header .logo-mobile {
  background-image: url(/static/images/logo_mobile_bg.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: auto 200%;
}
.cipm-header .logo img {
  height: 100%;
}
.cipm-header .cipm-nav {
  padding: 0 2em;
}
.cipm-header .cipm-nav a {
  color: #fff;
  font-size: 1.2em;
  padding: 0.2em 0;
  transition: color 0.5s;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -o-transition: color 0.5s;
}
.cipm-header .cipm-nav a + a {
  margin-left: 1.5em;
}
.cipm-header .cipm-nav a.active,
.cipm-header .cipm-nav a:hover {
  border-bottom: 1px solid #fff;
  color: #fff;
  font-weight: 600;
  padding-bottom: 1px;
}
.en-logo .cipm-web {
  display: none;
}
.en-logo .cipm-mobile {
  display: block;
}
.cipm-header .code-box {
  position: relative;
  z-index: 1;
}
.cipm-header .header-icon {
  vertical-align: -2px;
  width: 16px;
}
.cipm-header .code-box .drop-box {
  background-color: #fff;
  border-radius: 0.3125em;
  box-shadow: 0 0 0.625em rgba(0, 0, 0, 0.1);
  left: 50%;
  margin-top: 1em;
  opacity: 0;
  overflow: hidden;
  padding: 0.25em;
  pointer-events: none;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  visibility: hidden;
  width: 5.6875em;
}
.cipm-header .code-box .drop-box .code-img {
  width: 100%;
}
.cipm-header .code-box:hover .drop-box {
  opacity: 1;
  visibility: visible;
}
.cipm-header .cipm-nav-right {
  font-size: 16px;
}
.cipm-header .cipm-nav-right .cipm-inline-block {
  color: #fff;
  cursor: pointer;
  margin-left: 1em;
}
.mobile-menu {
  height: 20px;
  position: relative;
  vertical-align: middle;
  width: 22px;
}
.mobile-menu i {
  border: 1px solid #fff;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  display: block;
  height: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  width: 20px;
}
.mobile-menu .c {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.mobile-menu .b {
  bottom: 0;
  top: auto;
}
.mobile-menu-open .mobile-menu i {
  border-color: #333;
  top: 50%;
}
.mobile-menu-open .mobile-menu .t {
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
}
.mobile-menu-open .mobile-menu .c {
  opacity: 0;
}
.mobile-menu-open .mobile-menu .b {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -moz-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  -o-transform: translateY(-50%) rotate(-45deg);
}
.mobile-menu-open .search-black {
  display: inline-block;
}
.mobile-menu-open .search-white {
  display: none;
}
@media screen and (max-width: 1920px) {
  .cipm-header {
    font-size: 0.83333vw;
  }
}
@media screen and (max-width: 1600px) {
  .cipm-header .cipm-nav a + a {
    margin-left: 0.8em;
  }
}
@media screen and (max-width: 1440px) {
  .cipm-header .logo {
    height: 60px;
  }
  .cipm-header .cipm-nav-right {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .cipm-header {
    font-size: 1em;
    left: 1em;
    padding: 0.5em 1em;
    right: 1em;
  }
  .cipm-header .logo {
    height: 2em;
    margin: .5em 0;
  }
  .cipm-header .cipm-nav {
    padding: 0;
  }
  .cipm-header .cipm-nav-right .lang-box,
  .cipm-header .cipm-nav-right .search-box {
    margin-left: 0;
    margin-right: 1em;
  }
  .cipm-header.mobile-menu-open {
    background-color: #fff;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    left: 0;
    padding-left: 2em;
    padding-right: 2em;
    right: 0;
  }
  .cipm-header.mobile-menu-open .text-white {
    color: #333;
  }
  .cipm-header .cipm-nav {
    bottom: 0;
    left: 0;
    margin-top: 0;
    opacity: 0;
    overflow: scroll;
    position: fixed;
    right: 0;
    visibility: hidden;
    z-index: 1001;
  }
  .cipm-header.mobile-menu-open .logo-mobile {
    background-position: bottom;
  }
  .cipm-header.mobile-menu-open .cipm-nav-right .lang-box,
  .cipm-header.mobile-menu-open .cipm-nav-right .search-box {
    color: #333;
  }
  .cipm-header.mobile-menu-open .cipm-nav {
    background-color: #fff;
    border-top: 1px solid #d8d8d8;
    opacity: 1;
    visibility: visible;
  }
  .cipm-header.mobile-menu-open .cipm-nav a {
    border-bottom: 1px solid #d8d8d8;
    color: #333;
    display: block;
    font-size: 1em;
    margin: 0 1.5rem;
    padding: 0.6em 0;
    text-align: left;
  }
  .cipm-header.mobile-menu-open .cipm-nav a.active,
  .cipm-header.mobile-menu-open .cipm-nav a:hover {
    color: #333;
  }
  .cipm-header.mobile-menu-open .cipm-mobile-tools {
    margin: 0 1.5em;
    padding: 0.6em 0;
  }
  .cipm-header.mobile-menu-open .cipm-inline-block {
    margin-right: 1.5em;
  }
  .cipm-header .cipm-mobile-tools {
    display: block;
    text-align: center;
  }
  .cipm-header .cipm-mobile-tools .code-img {
    display: inline-block;
    width: 150px;
  }
}
@media screen and (max-width: 768px) {
  .cipm-header {
    left: 0.5em;
    right: 0.5em;
  }
  .cipm-header .logo {
    height: 1.5em;
    margin: .6em 0;
  }
  .cipm-header .cipm-nav {
    padding: 0;
  }
  .cipm-header.mobile-menu-open {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
  .cipm-header.mobile-menu-open .cipm-nav a {
    padding: 0.8em 0;
  }
  .cipm-header .mobile-menu {
    height: 18px;
    width: 20px;
  }
  .cipm-header .mobile-menu i {
    width: 18px;
  }
}
.cipm-footer {
  background-color: #005bac;
  padding: 4em 2.34375%;
}
.btm-nav-web {
  margin-bottom: 0;
  margin-top: auto;
  white-space: nowrap;
}
.btm-nav-web a {
  color: #fff;
  margin-right: 20px;
}
.content-left-table {
  display: table;
}
.cipm-footer .btm-logo {
  height: 80px;
}
.cipm-footer .codes {
  margin-left: auto;
  margin-right: 0;
}
.cipm-footer .code-box {
  color: #fff;
  text-align: center;
}
.cipm-footer .code {
  padding: 0 1.5em;
}
.cipm-footer .code img {
  border-radius: 4px;
  width: 5.625em;
}
.cipm-footer .code-box p {
  font-size: 0.8em;
  margin-top: 1em;
}
.cipm-footer .copyright {
  font-size: 0.9em;
  opacity: 0.6;
  text-align: right;
}
.cipm-footer .copyright,
.cipm-footer .copyright a {
  color: #fff;
}
@media screen and (max-width: 1920px) {
  .btm-nav-web a {
    font-size: 0.8em;
    margin-right: 10px;
  }
  .cipm-footer .copyright {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 1600px) {
  .btm-nav-web-box,
  .btm-nav-web-box .cipm-table-cell,
  .btm-nav-web-box .copyright {
    display: block;
    text-align: center;
  }
  .cipm-footer .copyright {
    margin-top: 1em;
  }
}
@media screen and (max-width: 1024px) {
  .cipm-footer {
    padding: 2em 1em;
  }
  .btm-nav-web-box .cipm-web {
    display: none;
  }
  .cipm-footer .codes {
    margin: 0 auto;
  }
  .cipm-footer .copyright {
    font-size: 0.7em;
    line-height: 1.6;
  }
  .cipm-footer .copyright a {
    display: inline-block;
  }
  .cipm-footer .code {
    padding: 0 1em;
  }
}
@media screen and (max-width: 768px) {
  .cipm-footer {
    padding: 2em 0.5em;
  }
}
.search-container {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  transition: all 0.4s;
  visibility: hidden;
  width: 100%;
  z-index: 9999;
}
.search-container.search-show {
  visibility: visible;
}
.search-container .search-wrap {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.4s;
  width: 100%;
}
.search-container .search-content {
  background: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  height: auto;
  left: 50%;
  opacity: 0;
  padding: 20px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -100%);
  transition: all 0.4s;
  width: 600px;
}
.search-show .search-wrap {
  opacity: 1;
}
.search-show .search-content {
  opacity: 1;
  overflow: hidden;
  transform: translate(-50%, -70%);
}
.search-container .search-tit {
  height: 2em;
  line-height: 1.6;
  padding: 6px 0;
  position: relative;
}
.search-container .search-close {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23264373' viewBox='0 0 1024 1024'%3E%3Cpath d='M512 929.96C281.6 929.96 94.04 742.4 94.04 512S281.6 94.04 512 94.04 929.96 281.6 929.96 512 742.4 929.96 512 929.96m0-794.123c-207.412 0-376.163 168.75-376.163 376.163S304.587 888.163 512 888.163 888.163 719.413 888.163 512 719.413 135.837 512 135.837'/%3E%3Cpath d='M355.265 689.633c-5.224 0-10.449-2.09-14.628-6.27-8.36-8.359-8.36-21.42 0-29.78l313.47-313.469c8.358-8.359 21.42-8.359 29.779 0s8.359 21.42 0 29.78l-313.47 313.47c-4.702 4.179-9.926 6.269-15.15 6.269z'/%3E%3Cpath d='M668.735 689.633c-5.225 0-10.45-2.09-14.629-6.27l-313.47-313.47c-8.358-8.358-8.358-21.42 0-29.779 8.36-8.359 21.421-8.359 29.78 0l313.47 313.47c8.359 8.359 8.359 21.42 0 29.78-4.702 4.179-9.927 6.269-15.151 6.269'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  height: 2em;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
}
.search-container .search-input {
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  margin: 10px 0;
  position: relative;
  width: 100%;
}
.search-container .search-input input {
  background: transparent;
  border: none;
  box-sizing: border-box;
  color: #333;
  font-size: 16px;
  height: 100%;
  outline: none;
  padding: 16px 60px 16px 10px;
  vertical-align: top;
  width: 100%;
}
.search-container .search-input .search-btn {
  background: #264373;
  border: none;
  bottom: 0;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  vertical-align: top;
  width: 50px;
}
.search-container .search-keys {
  min-height: 100px;
  padding: 10px 0 30px;
}
.search-container .search-fot {
  background: #fff;
  bottom: 0;
  box-shadow: 0 -1px 0 0 #e0e3e8, 0 -3px 6px 0 rgba(69, 98, 155, 0.12);
  color: #666;
  font-size: 0.8em;
  left: 0;
  padding: 10px 20px;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 768px) {
  .search-container .search-content {
    padding: 15px;
    width: 90%;
  }
  .search-container .search-input input {
    padding: 12px 60px 12px 10px;
  }
}

.code-tips{color:#333;}