body {
  font-family: Helvetica, Pingfang SC, Microsoft YaHei, STHeiti, Verdana, Arial, Tahoma, sans-serif;
}
.uk-navbar {
  background-color: transparent;
  border: none;
}
.ch-dashed-divider {
  border-style: dashed;
}
.uk-sticky-placeholder > .uk-active {
  background-color: #FFFFFF;
  border-bottom: 1px solid #EEEEEE;
}
.uk-sticky-placeholder > .uk-active .uk-navbar-nav a {
  color: #282828;
}
.uk-sticky-placeholder > .uk-active .uk-navbar-nav > li:hover > a,
.uk-sticky-placeholder > .uk-active .uk-navbar-nav > li.uk-active > a {
  color: #000000;
}
.uk-sticky-placeholder > .uk-active .uk-navbar-brand {
  background-image: url(../images/logo-red.png);
  background-repeat: no-repeat;
}
.uk-sticky-placeholder > .uk-active .uk-navbar-brand img {
  visibility: hidden;
}
.uk-navbar-content,
.uk-navbar-brand,
.uk-navbar-toggle {
  text-shadow: none;
  height: 50px;
}
.uk-navbar-brand img {
  height: 100%;
}
ul.uk-flex {
  list-style: none;
  padding-left: 0;
}
.ch-padding-sm {
  padding: 10px !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #201414;
}
h1,
.uk-h1 {
  font-size: 32px;
}
h2,
.uk-h2 {
  font-size: 22px;
}
.uk-width-1-8 {
  width: 12.5%;
}
.uk-text-muted {
  color: #4c4c4c;
}
.uk-text-small {
  font-size: 12px;
}
.uk-button-danger {
  background-color: #ff595c;
}
.uk-contrast .ch-button-line {
  color: #FFFFFF;
  border: solid 1px #FFFFFF;
  background-color: transparent;
}
.ch-button-hollow {
  margin-top: 20px;
  background-color: transparent;
  border: solid 1px #EEEEEE;
  transition: all 0.5s;
}
.ch-text-overline {
  position: relative;
}
.ch-text-overline:after {
  content: "";
  display: block;
  height: 2px;
  width: 103%;
  background-color: #999999;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
}
.uk-contrast .ch-button-hollow {
  background-color: transparent;
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.uk-contrast .ch-button-hollow:hover {
  background-color: #FFFFFF;
  color: #ff595c;
}
.uk-navbar-nav > li > a {
  border: none;
  text-shadow: none;
  position: relative;
  background-color: transparent;
  transition: all 0.3s;
  color: #FFFFFF;
  line-height: 50px;
  height: 50px;
}
.uk-navbar-nav > li > a:before,
.uk-navbar-nav > li > a:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  border: solid 1px transparent;
  transition: all 0.3s;
}
.uk-navbar-nav > li > a:before {
  top: 50%;
  left: 50%;
}
.uk-navbar-nav > li > a:after {
  bottom: 50%;
  right: 50%;
}
.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus > a,
.uk-navbar-nav > li.uk-open > a,
.uk-navbar-nav > li.uk-active > a {
  background-color: transparent;
  color: #FFFFFF;
}
.uk-navbar-nav > li:hover > a:before,
.uk-navbar-nav > li > a:focus > a:before,
.uk-navbar-nav > li.uk-open > a:before,
.uk-navbar-nav > li.uk-active > a:before {
  border-top-color: #ff595c;
  border-left-color: #ff595c;
  top: 0;
  left: 0;
}
.uk-navbar-nav > li:hover > a:after,
.uk-navbar-nav > li > a:focus > a:after,
.uk-navbar-nav > li.uk-open > a:after,
.uk-navbar-nav > li.uk-active > a:after {
  bottom: 0;
  right: 0;
  border-bottom-color: #ff595c;
  border-right-color: #ff595c;
}
.uk-navbar-nav .uk-open {
  background-color: transparent;
}
.uk-navbar-nav .uk-dropdown-navbar {
  margin-top: 10px;
  background-color: #FFFFFF;
}
.uk-navbar-nav .uk-dropdown-navbar a {
  color: #000000;
}
.uk-navbar-nav .uk-dropdown-navbar:before {
  content: "";
  display: block;
  position: absolute;
  top: -16px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0px;
  height: 0px;
  border-top: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid white;
  border-left: 8px solid transparent;
}
.header {
  position: relative;
  z-index: 1;
  transform: all 0.5s;
}
.uk-panel.ch-panel {
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15);
}
.ch-panel-box {
  border-radius: 5px;
}
.ch-panel-box-bor {
  border: 1px solid #EEEEEE;
  box-sizing: border-box;
}
.uk-panel-box {
  padding: 25px;
}
.ch-panel-header .uk-panel-title {
  padding: 35px 0;
  background-image: url(../images/znjzwzdz/1.jpg);
  background-size: cover;
  margin: 0;
}
.ch-panel-header .uk-panel-body {
  padding: 35px;
  box-sizing: border-box;
  border: solid 1px #EEEEEE;
  border-top: none;
}
.ch-panel-header .uk-panel-body-sm {
  padding: 20px;
}
.ch-overlay-background-red {
  background-color: #ff595c;
}
.ch-title-tagline {
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
}
.ch-title-tagline:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -5px;
  background-color: #ff595c;
}
.ch-title-tagline:after {
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  transform: rotate(45deg);
  background-color: #ff595c;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
}
.ch-block-jjfa {
  background-image: url(../images/jjfa.jpg);
  background-size: cover;
  background-position: center;
  min-height: 615px;
}
.ch-block-jjfa .ch-jjfa-text-des {
  font-size: 14px;
  line-height: 25px;
  height: 75px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ch-block-gwgnsm {
  background-image: url(../images/znjzwzdz/qygwgnsm.jpg);
  background-size: cover;
  background-position: center;
}
.ch-block-xmlc {
  background-image: url(../images/ptdz/1.jpg);
  background-size: cover;
  background-position: center;
}
.ch-block-footer {
  background: linear-gradient(#272626, #0d0d0d);
}
.ch-block-darkred {
  background-color: #e92e3e;
}
.ch-block-red {
  background-color: #ff595c;
}
.ch-block-back {
  background-color: #f5f5f5;
}
.ch-block-small {
  padding-top: 10px;
  padding-bottom: 10px;
}
.ch-content-stick {
  position: relative;
  top: -70px;
  z-index: 0;
}
.ch-content-stick + * {
  margin-top: -60px;
}
.uk-dotnav {
  margin-bottom: 25px;
}
.uk-dotnav > * {
  margin-left: 10px;
}
.uk-dotnav > * > * {
  background-color: transparent;
  position: relative;
  overflow: visible;
  width: 10px;
  height: 10px;
}
.uk-dotnav > * > *:after {
  content: "";
  height: 100%;
  width: 100%;
  padding: 4px;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: -5px;
  left: -5px;
  border: solid 1px #ff595c;
}
.uk-dotnav > * > *.uk-active {
  background-color: #ff595c;
}
.uk-dotnav > *:first-child {
  margin-left: 0;
}
.uk-dotnav-contrast > .uk-active > * {
  background-color: #ff595c;
}
.uk-grid-divider.uk-grid-small > * {
  padding-left: 15px;
  padding-right: 15px;
}
.uk-contrast .uk-grid-divider > li {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.uk-contrast .uk-grid-divider > li:first-child {
  border: none;
}
.uk-contrast .ch-nav-side > li {
  margin-top: 25px;
}
.uk-contrast .ch-nav-side > li > a {
  font-size: 16px;
  padding: 10px;
  width: 100px;
  text-align: center;
  border-radius: 5px;
}
.uk-contrast .ch-nav-side > li:first-child {
  margin-top: 0;
}
.uk-contrast .ch-nav-side > li.uk-active > a {
  background-color: #ff595c;
  color: #FFFFFF;
}
.ch-p-sm p {
  margin-top: 8px;
  margin-bottom: 8px;
}
.ch-p-sm .ch-margin-top {
  margin-top: 20px;
}
.ch-p-sm .ch-hr-dashed {
  margin-top: 8px;
  margin-bottom: 8px;
}
.ch-p-sm .uk-panel-body {
  background-color: #FFFFFF;
}
.ch-slidenav-position {
  padding: 0 60px;
  box-sizing: border-box;
}
.ch-slidenav-position .uk-slidenav-previous,
.ch-slidenav-position .uk-slidenav-next {
  background-repeat: no-repeat;
  background-position: center;
}
.ch-slidenav-position .uk-slidenav-previous {
  background-image: url(../images/icon/prev.png);
  left: 0;
}
.ch-slidenav-position .uk-slidenav-previous:before {
  content: "";
}
.ch-slidenav-position .uk-slidenav-next {
  background-image: url(../images/icon/next.png);
  right: 0;
}
.ch-slidenav-position .uk-slidenav-next:before {
  content: "";
}
.ch-sidebox {
  position: fixed;
  top: 50%;
  margin-top: 50px;
  right: 0;
}
.ch-sidebox > .ch-sidebody {
  margin-top: -50%;
}
.ch-sidebox > .ch-sidebody > li {
  list-style: none;
  position: relative;
}
.ch-sidebox > .ch-sidebody > li > * {
  transition: all 0.5s;
  white-space: nowrap;
}
.ch-sidebox > .ch-sidebody > li > .ch-sideitem {
  border-top: solid 1px #000000;
  color: #FFFFFF;
  display: block;
  padding: 10px 15px;
  font-size: 12px;
  background-color: #262626;
}
.ch-sidebox > .ch-sidebody > li > .ch-sideitem .ch-sidebody-title {
  margin-top: 5px;
}
.ch-sidebox > .ch-sidebody > li > .ch-sideitem-active {
  font-size: 16px;
  position: absolute;
  background-color: #ff595c;
  top: 0;
  left: 100%;
  height: 100%;
  display: block;
}
.ch-sidebox > .ch-sidebody > li > .ch-sideitem-active > a,
.ch-sidebox > .ch-sidebody > li > .ch-sideitem-active > div {
  text-decoration: none;
  color: #FFFFFF;
  height: 100%;
  padding: 0 15px;
  display: block;
}
.ch-sidebox > .ch-sidebody > li > .ch-sideitem-active > a:after,
.ch-sidebox > .ch-sidebody > li > .ch-sideitem-active > div:after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}
.ch-sidebox > .ch-sidebody > li > .ch-sideitem-active > img {
  transition: all 0.5s;
  position: absolute;
  left: 0;
  top: 0;
  max-width: 145px;
  width: 145px;
  height: 145px;
}
.ch-sidebox > .ch-sidebody > li:hover .ch-sideitem {
  transform: translate(100%);
}
.ch-sidebox > .ch-sidebody > li:hover .ch-sideitem-active {
  transform: translate(-100%);
}
.ch-sidebox > .ch-sidebody > li:hover .ch-sideitem-active > img {
  transform: translate(-100%);
}
.ch-sidebox > .ch-sidebody > :first-child > .ch-sideitem {
  border-top: none;
}
.ch-fwlc-box {
  list-style: none;
  padding: 0;
}
.ch-fwlc-box .ch-fwlc-line {
  position: relative;
}
.ch-fwlc-box .ch-fwlc-line:before {
  content: "";
  display: block;
  position: absolute;
  border-top: 1px dashed #ff595c;
  width: 100%;
  top: -0.5px;
}
.ch-fwlc-box .ch-fwlc-line:after {
  content: "";
  display: block;
  position: absolute;
  border-top: solid 10px transparent;
  border-bottom: solid 10px transparent;
  border-left: solid 10px #ff595c;
  border-right: solid 10px transparent;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: auto;
  top: -10px;
}
.ch-fwlc-box .uk-h4 + * {
  margin-top: 5px;
}
.ch-margin-top {
  margin-top: 30px;
}
.ch-hr-dashed {
  border-top-style: dashed;
}
.ch-money {
  font-size: 32px;
}
.uk-text-danger {
  color: #ff595c !important;
}
.ch-fbt-line {
  display: flex;
}
.ch-fbt-line .ch-fbt-lint-title {
  display: block;
  padding-left: 15px;
  padding-right: 15px;
}
.ch-fbt-line:before,
.ch-fbt-line:after {
  background-image: url(../images/ptdz/fbt-l.png);
  flex: 1;
  background-repeat: no-repeat;
  display: block;
  content: "";
}
.ch-fbt-line:before {
  background-image: url(../images/ptdz/fbt-l.png);
  background-position: center right;
}
.ch-fbt-line:after {
  background-image: url(../images/ptdz/fbt-r.png);
  background-position: center left;
}
.ch-chamfer {
  padding: 35px 50px;
  position: relative;
  background-color: #FFFFFF;
}
.ch-chamfer:after {
  position: absolute;
  height: 0;
  width: 0;
  content: "";
  display: block;
  border-style: solid;
}
.ch-chamfer-red {
  background-color: #ff595c;
  color: #FFFFFF;
}
.ch-chamfer-right-bottom:after {
  border-width: 20px 20px 0 0;
  border-color: #ffffff #333333;
  right: 0;
  bottom: 0;
}
.ch-chamfer-red.ch-chamfer-right-bottom:after {
  border-color: #ff595c #333333;
}
.ch-chamfer-left-bottom:after {
  border-width: 0 20px 20px 0;
  border-color: #333333 #ffffff;
  left: 0;
  bottom: 0;
}
.ch-chamfer-red.ch-chamfer-left-bottom:after {
  border-color: #333333 #ff595c;
}
.ch-chamfer-right-top:after {
  border-width: 0 20px 20px 0;
  border-color: #ffffff #333333;
  top: 0;
  right: 0;
}
.ch-chamfer-red.ch-chamfer-right-top:after {
  border-color: #ff595c #333333;
}
.ch-chamfer-left-top:after {
  border-width: 20px 20px 0 0;
  border-color: #333333 #ffffff;
  top: 0;
  left: 0;
}
.ch-chamfer-red.ch-chamfer-left-top:after {
  border-color: #333333 #ff595c;
}
.ch-serial-box {
  height: 45px;
  width: 45px;
  line-height: 45px;
  font-size: 22px;
  position: relative;
  text-align: center;
  color: #ff595c;
  margin-right: 45px;
}
.ch-serial-box:after {
  content: "";
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  border: dashed 1px #ff595c;
  transform: rotate(45deg);
}
.ch-chamfer-red .ch-serial-box {
  color: #FFFFFF;
}
.ch-chamfer-red .ch-serial-box:after {
  border-color: #FFFFFF;
}
.ch-chamfer-red .uk-text-danger {
  color: #FFFFFF !important;
}
.ch-padding-d {
  padding: 25px 50px;
}
.uk-nav-dropdown > li > a:hover,
.uk-nav-dropdown > li > a:focus {
  background-color: transparent;
  color: #ff595c;
}
.ch-dw {
  position: relative;
  padding: 30px 30px 30px 120px;
  box-sizing: border-box;
}
.ch-dw .ch-ba {
  position: absolute;
  top: -1px;
  left: -1px;
  height: 50px;
  width: 100px;
  box-sizing: border-box;
  padding-left: 15px;
  line-height: 50px;
  color: #FFFFFF;
  font-size: 18px;
}
.ch-dw .ch-ba:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-top: 75px solid #ff595c;
  border-left: 0 solid transparent;
  border-right: 150px solid transparent;
  border-bottom: 0px solid transparent;
  z-index: -1;
}
.ch-dw .ch-ba-b:after {
  border-top-color: #2987f0;
}
.ch-dw .ch-ba-r:after {
  border-top-color: #e92e3e;
}
.ch-dw .ch-ba-y:after {
  border-top-color: #ffa72a;
}
.ch-dw .ch-ba-z:after {
  border-top-color: #a769fc;
}
.ch-grid-active-box .uk-panel-teaser h2 {
  transition: all 0.3s;
}
.ch-grid-active-box .ch-active {
  background-color: #ff595c;
  color: #FFFFFF;
}
.ch-qrcode {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  height: 100%;
}
.ch-qrcode .ch-qrcode-item {
  display: block;
  margin-left: 15px;
  font-size: 14px;
  color: #FFFFFF;
}
.ch-qrcode .ch-qrcode-item img {
  display: block;
  height: 72px;
}
.ch-margin-list {
  margin-top: -35px;
}
.ch-margin-list > * {
  margin-top: 35px;
}
.ch-icon-f1,
.ch-icon-f2 {
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
}
.uk-text-center .ch-icon-f1,
.uk-text-center .ch-icon-f2 {
  margin: auto;
}
.ch-icon-f1 {
  background-image: url(../images/f1.png);
}
.ch-icon-f2 {
  background-image: url(../images/f2.png);
}
.ch-icon-f1.ch-icon-hygl {
  background-position: 0 -825px;
}
.ch-icon-f1.ch-icon-yxhd {
  background-position: 0 -3300px;
}
.ch-icon-f1.ch-icon-dc {
  background-position: 0 -150px;
}
.ch-icon-f1.ch-icon-wm {
  background-position: 0 -2700px;
}
.ch-icon-f1.ch-icon-yhmd {
  background-position: 0 -3075px;
}
.ch-icon-f1.ch-icon-czjf {
  background-position: 0 -75px;
}
.ch-icon-f1.ch-icon-sjtj {
  background-position: 0 -2325px;
}
.ch-icon-f1.ch-icon-zxsc {
  background-position: 0 -3900px;
}
.ch-icon-f1.ch-icon-ptkj {
  background-position: 0 -1950px;
}
.ch-icon-f1.ch-icon-fx {
  background-position: 0 -375px;
}
.ch-icon-f1.ch-icon-khgl {
  background-position: 0 -1350px;
}
.ch-icon-f1.ch-icon-hyyx {
  background-position: 0 -825px;
}
.ch-icon-f1.ch-icon-jkyl {
  background-position: 0 -1050px;
}
.ch-icon-f1.ch-icon-zqg {
  background-position: 0 -3750px;
}
.ch-icon-f1.ch-icon-kfxt {
  background-position: 0 -1275px;
}
.ch-icon-f1.ch-icon-dmd {
  background-position: 0 -300px;
}
.ch-icon-f1.ch-icon-jxc {
  background-position: 0 -1200px;
}
.ch-icon-f1.ch-icon-lbfx {
  background-position: 0 -1500px;
}
.ch-icon-f1.ch-icon-yxcj {
  background-position: 0 -3150px;
}
.ch-icon-f1.ch-icon-mdrc {
  background-position: 0 -1800px;
}
.ch-icon-f1.ch-icon-kfgl {
  background-position: 0 -3975px;
}
.ch-icon-f1.ch-icon-yyyd {
  background-position: 0 -3525px;
}
.ch-icon-f1.ch-icon-xcx {
  background-position: 0 -2850px;
}
.ch-icon-f1.ch-icon-jck {
  background-position: 0 -900px;
}
.ch-icon-f1.ch-icon-zqk {
  background-position: 0 -3825px;
}
.ch-icon-f1.ch-icon-jsgl {
  background-position: 0 -1125px;
}
.ch-icon-f1.ch-icon-yxtg {
  background-position: 0 -3375px;
}
.ch-icon-f1.ch-icon-fxtx {
  background-position: 0 -450px;
}
.ch-icon-f1.ch-icon-gxhyy {
  background-position: 0 -525px;
}
.ch-icon-f1.ch-icon-sjyx {
  background-position: 0 -2475px;
}
.ch-icon-f1.ch-icon-ddfx {
  background-position: 0 -225px;
}
.ch-icon-f1.ch-icon-lxtg {
  background-position: 0 -1650px;
}
.ch-icon-f1.ch-icon-kptcz {
  background-position: 0 -1425px;
}
.ch-icon-f2.ch-icon-mdgl {
  background-position: 0 0;
}
.ch-modal {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.3s linear;
}
.ch-modal .ch-modal-dialog {
  margin: auto;
  opacity: 0;
  transform: translateY(-100px);
  transition: opacity 0.3s linear, transform 0.3s ease-out;
}
.ch-modal-open {
  display: flex;
  background-color: rgba(0, 0, 0, 0.6);
}
.ch-modal-open .ch-modal-dialog {
  opacity: 1;
  transform: translateY(0);
}
.ch-wenzhangbox a {
  text-decoration: none;
}
.ch-wenzhangbox .ch-wenzhang-item {
  display: flex;
  padding: 15px 0px;
  border-top: solid 1px #F0F0F0;
}
.ch-wenzhangbox .ch-wenzhang-item .ch-wenzhang-date {
  display: flex;
  width: 85px;
  height: 85px;
  color: #666666;
  margin-right: 15px;
  background-color: #F0F0F0;
  text-align: center;
}
.ch-wenzhangbox .ch-wenzhang-item .ch-wenzhang-date .ch-wenzhang-date-day {
  font-size: 18px;
}
.ch-wenzhangbox .ch-wenzhang-item .ch-wenzhang-date .ch-wenzhang-data-moy {
  font-size: 14px;
}
.ch-wenzhangbox .ch-wenzhang-item .ch-wenzhang-body {
  flex: 1;
}
.ch-wenzhangbox .ch-wenzhang-item .ch-wenzhang-title {
  font-size: 18px;
  color: #000000;
}
.ch-wenzhangbox .ch-wenzhang-item .ch-wenzhang-des {
  font-size: 14px;
  color: #666666;
}
.ch-wenzhangbox .ch-wenzhang-item:first-child {
  border-top: none ;
}

