html {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  background: #fff;
  color: #666;
}
body {
  margin: 0;
}
a:active, a:hover {
  outline: none;
}
a {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  transition: all .3s;
}
a:hover {
  color: #ff2626;
}
img {
  vertical-align: middle;
}
img {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
}
p {
  margin: 0 0 20px 0;
}
* + p {
  margin-top: 20px;
}
h3, .ceo-h4 {
  margin: 0 0 20px 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: normal;
  color: #333;
  text-transform: none;
}
h3 {
  font-size: 1.5rem;
  line-height: 1.4;
}
.ceo-h4 {
  font-size: 1.25rem;
  line-height: 1.4;
}
::selection {
  background: #39f;
  color: #fff;
  text-shadow: none;
}
:root {
  --ceo-breakpoint-s: 640px;
  --ceo-breakpoint-m: 960px;
  --ceo-breakpoint-l: 1200px;
  --ceo-breakpoint-xl: 1600px;
}
.ceo-heading-line > ::before, .ceo-heading-line > ::after {
  content: "";
  position: absolute;
  top: calc(50% - ((0.2px + 0.05em) / 2));
  width: 2000px;
  border-bottom: calc(0.2px + 0.05em) solid #e5e5e5;
}
.ceo-heading-line > ::before {
  right: 100%;
  margin-right: calc(5px + 0.3em);
}
.ceo-heading-line > ::after {
  left: 100%;
  margin-left: calc(5px + 0.3em);
}
.ceo-container {
  box-sizing: content-box;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
}
@media (min-width: 640px) {
  .ceo-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 960px) {
  .ceo-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.ceo-container::before, .ceo-container::after {
  content: "";
  display: table;
}
.ceo-container::after {
  clear: both;
}
.ceo-container > :last-child {
  margin-bottom: 0;
}
.ceo-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ceo-grid > * {
  margin: 0;
}
.ceo-grid > * > :last-child {
  margin-bottom: 0;
}
.ceo-grid {
  margin-left: -30px;
}
.ceo-grid > * {
  padding-left: 30px;
}
@media (min-width: 1200px) {
  .ceo-grid {
    margin-left: -21px;
  }
  .ceo-grid > * {
    padding-left: 21px;
  }
}
.ceo-grid-medium {
  margin-left: -30px;
}
.ceo-grid-medium > * {
  padding-left: 30px;
}
.ceo-grid-collapse {
  margin-left: 0;
}
.ceo-grid-collapse > * {
  padding-left: 0;
}
.ceo-navbar-container > ::before, .ceo-navbar-container > ::after {
  display: none !important;
}
.ceo-breadcrumb > * > :hover, .ceo-breadcrumb > * > :focus {
  color: #666;
  text-decoration: none;
}
.ceo-pagination > * > :hover, .ceo-pagination > * > :focus {
  color: #666;
  text-decoration: none;
}
.ceo-dotnav > * > :hover, .ceo-dotnav > * > :focus {
  background-color: rgba(102, 102, 102, 0.6);
  outline: none;
  border-color: transparent;
}
.ceo-dotnav > * > :active {
  background-color: rgba(102, 102, 102, 0.2);
  border-color: transparent;
}
.ceo-thumbnav > * > :hover, .ceo-thumbnav > * > :focus {
  outline: none;
}
.ceo-thumbnav > * > :hover::after, .ceo-thumbnav > * > :focus::after {
  background-color: transparent;
}
.ceo-lightbox-items > :focus {
  outline: none;
}
.ceo-slideshow-items > :focus {
  outline: none;
}
.ceo-slider-items > :focus {
  outline: none;
}
.ceo-animation-toggle:not(:hover):not(:focus) [class*="ceo-animation-"] {
  animation-name: none;
}
[class*="ceo-width"] {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}
.ceo-width-expand {
  flex: 1;
  min-width: 1px;
}
@media (min-width: 640px) {
  .ceo-width-1-1\@s {
    width: 100%;
  }
}
@media (min-width: 960px) {
  .ceo-width-auto\@m {
    width: auto;
  }
}
@media (min-width: 1200px) {
  .ceo-width-auto\@l {
    width: auto;
  }
}
@media (min-width: 960px) {
  .ceo-width-auto\@xl {
    width: auto;
  }
}
.ceo-background-default {
  background-color: #fff;
}
.ceo-overflow-hidden {
  overflow: hidden;
}
.ceo-display-block {
  display: block !important;
}
[class*="ceo-inline"] {
  display: inline-block;
  position: relative;
  max-width: 100%;
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
}
.ceo-flex {
  display: flex;
}
.ceo-flex::before, .ceo-flex::after {
  display: none;
}
.ceo-flex-center {
  justify-content: center;
}
.ceo-flex-middle {
  align-items: normal;
}
.ceo-flex-1 {
  flex: 1;
}
.ceo-padding-small {
  padding: 15px;
}
@media print {
  *, *::before, *::after {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h3 {
    orphans: 3;
    widows: 3;
  }
  h3 {
    page-break-after: avoid;
  }
}
:root {
  --primary-color: #006eff;
  --border-color: #f4f4f4;
  --ceo-ahbg: #0e131a;
  --ceo-ahmk: #191f28;
}
.ceo-background-muted {
  background-color: #f0f2f5;
  min-height: 950px;
}
.logoa {
  height: 70px;
  margin: 10px;
}
.b-r-4 {
  border-radius: 4px !important
}
.b-a {
  border: 1px solid var(--border-color)
}
.header {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.07);
  z-index: 997;
  text-align: center;
}
.blog-item {
  margin-bottom: 10px;
  transition: all .3s
}
.blog-item:hover {
  transform: translateY(-3px);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .05);
  box-shadow: 0 0 10px rgba(0, 0, 0, .05);
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
}
.blog-item .cover {
  height: 170px
}
.blog-item .cover img {
  height: 100%;
  min-width: 100%;
  max-width: none
}
.blog-item-content {
  padding: 0 15px
}
.blog-item-content h3 {
  line-height: 0;
  margin-bottom: 10px
}
.blog-item-content h3 a {
  font-size: 18px
}
.blog-item-content p {
  margin: 11px 0
}
.side-item {
}
.side-item .cover {
  height: 180px;
  width: 245px
}
.ceo-blog-items {
  min-height: 100px
}
.cat-bg {
  height: 220px;
  margin-bottom: 10px;
}
.cat-bg img {
  -webkit-filter: unset;
  filter: unset
}
@media screen and (max-width: 1400px) {
  .ceo-cat-category img {
    height: 260px !important
  }
}
p, h3 {
  margin: 0;
  padding: 0
}
.ceo-cat-tj {
  background: #fe6130;
  display: inline-block;
  font-size: 12px;
  padding: 0 5px 1px 5px;
  line-height: 16px;
  margin-top: 0;
  color: #ffffff;
  position: relative;
  border-radius: 2px;
  font-style: normal;
  font-stretch: normal;
  top: -4px;
}
.ceo-cat-tj:after {
  content: "";
  width: 4px;
  height: 0;
  border-width: 6px;
  border-color: transparent #fe6130 transparent transparent;
  border-style: solid;
  position: absolute;
  left: -14px;
  top: 2px
}
.ceo-category-web .cover {
  height: 159px;
  width: 245px
}
.ceo-category-web .side-item:hover {
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.15)
}
.ceo-web {
  min-height: auto
}
.ceo-web h3 a {
  font-size: 22px;
}
.ceo-web-list p {
  font-size: 14px
}
.ceo-web-list span {
  display: inline-block;
  line-height: 26px;
  font-size: 29px;
  color: #ff2626;
  font-weight: bold;
  position: relative;
  top: 5px
}
.ceo-web-list span label {
  font-size: 20px
}
.ceo-web-info {
  margin-top: 16px;
  overflow: hidden
}
.ceo-web-ys {
  border: 1px solid #3573ec;
  display: inline-block;
  height: 30px;
  border-radius: 4px;
  text-align: center;
  line-height: 30px;
  transition: all .3s;
  width: 100px;
  color: #3573ec;
  background-color: #FFFF;
  margin-left: 20px;
}
.ceo-web-gm {
  border: 1px solid #ff2626;
  background: #ff2626;
  display: inline-block;
  height: 30px;
  border-radius: 4px;
  text-align: center;
  line-height: 30px;
  transition: all .3s;
  width: 100px;
  color: #ffff;
  font-size: 16px;
  margin-left: 20px;
  margin-bottom: 20px;
}
.ceo-web-contact a {
  color: #fff
}
.ceo-cat-4-h3 {
  position: absolute;
  top: -160px;
  color: #fff
}
.ceo-flex-middle {
  align-items: normal;
  background-image: url("pay_banner.jpg");
  background-size: cover;
}
.ceo-container {
  margin-top: 0 !important
}
.single {
}
.single-content ol li::marker {
  color: var(--primary-color);
}
.ceo-tese-remen {
  display: inline-block;
  background: #f6f6f6;
  border-radius: 14px;
  height: 20px;
  font-size: 12px;
  color: #ffa03f;
  position: relative;
  padding-left: 29px;
  padding-right: 10px;
  line-height: 20px;
  transform: translateY(-26%)
}
.ceo-tese-remen span {
  display: block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  left: 7px;
  top: 1px;
  overflow: hidden;
  background: #ffa03f;
  color: #fff;
  font-size: 12px
}
.blog-item-content .ceo-tese-remen {
  display: inline-block;
  border-radius: 14px;
  height: 24px;
  font-size: 12px;
  color: #ffa03f;
  position: relative;
  padding-left: 29px;
  padding-right: 10px;
  line-height: 24px;
  transform: translateY(-4%)
}
.blog-item-content .ceo-tese-remen span {
  display: block;
  width: 16px;
  height: 16px;
  line-height: 17px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  left: 7px;
  top: 4px;
  overflow: hidden;
  background: #ffa03f;
  color: #fff;
  font-size: 12px
}
@-webkit-keyframes searchLights {
  0% {
    left: -90px;
    top: 0
  }
  to {
    left: 90px;
    top: 0
  }
}
::-webkit-scrollbar {
  width: 10px;
  height: 4px;
  background-color: #fff
}
::-webkit-scrollbar-track {
  background-color: #fff
}
::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 10px
}
@media screen and (max-width: 800px) {
  .ceo-grid-medium {
    margin-left: -8px
  }
  .ceo-grid-medium > * {
    padding-left: 8px
  }
  .cat-bg {
    height: 160px;
  }
  .ceo-cat-category img {
    height: 160px !important
  }
  .blog-item {
    height: auto
  }
  .single {
    width: auto
  }
  .blog-item-content {
    padding: 10px 0 0 0
  }
  .blog-item .cover {
    height: 168px
  }
  .side-item .cover {
    height: 180px;
    width: 100%
  }
  .ceo-category-web .cover {
    height: 180px !important;
    width: 100% !important
  }
  .ceo-web h3 a {
    font-size: 18px !important
  }
  .ceo-web-list span {
    line-height: 22px !important;
    font-size: 18px !important;
    top: 0 !important
  }
  .ceo-web-info .jcsbox {
    width: 98% !important;
  }
  .ceo-web-info .ceo-web-gm {
    width: 98% !important;
    margin-left: unset !important;
    margin-top: 10px;
  }
  .ceo-web-info .ceo-web-ys {
    width: 98% !important;
    margin-left: unset !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .blog-item-content .ceo-tese-remen {
    display: block;
  }
  .ceo-web-info {
    margin-top: unset !important;
  }
  .blog-item-content p {
    margin: 0 0 11px 0 !important;
  }
  p, h3 {
    margin: unset !important;
  }
  .ceoppp {
    top: -40px !important;
  }
  .ck {
    width: unset !important;
  }
  .ceo-cat-tj {
    top: unset !important;
  }
}
.ck {
  width: 500px;
  background: rgb(255, 255, 255);
  border-radius: 8px;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
  border-bottom: solid rgb(255, 87, 34) 5px;
  margin-top: 50px;
  margin-bottom: 220px;
}
.error {
  margin-top: 20px;
  width: 100px;
}
.ck b {
  display: block;
  font-size: 16px;
  color: rgb(255, 87, 34);
  margin-top: 8px;
}
.footeradx {
  height: 100px;
  text-align: center;
  margin-top: 50px
}
.footeradx a{
  color: #666;
}
@media (min-width: 640px) {
  .pianyi {
    top: -150px !important;
    left: 280px !important;
  }
  .pianya {
    top: -120px !important;
  }
  .pianyb {
    top: -90px !important;
  }
}