@charset "UTF-8";
html {
  font-size: calc(100vw/6.5);
}

html {
  font-family: "Microsoft YaHei";
}

html, body {
  width: 100%;
  height: 100%;
}

button, html, input, select, textarea {
  color: #222;
  outline: 0 none !important;
  blr: expression(this.onFocus=this.blur());
}

a, input, button {
  outline: none;
}

::-moz-focus-inner {
  border: 0px;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #e3e3e3;
  margin: 1em 0;
  padding: 0;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: .2em 0;
  background: #e3e3e3;
  color: #000;
  padding: .2em 0;
}

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:after, .clearfix:before {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

ul, li {
  list-style: none;
}

body {
  font-size: 1em;
  line-height: 1.4;
  background-size: 100% 100%;
  background-attachment: fixed;
  overflow-x: hidden;
  overflow-y: scroll;
}

html, body, h1, h2, h3, h4, h5, ul, li, p, section, header, footer, nav, div {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

a, a:hover {
  text-decoration: none;
  outline: none;
}

a {
  color: #252525;
}

.cl {
  clear: both;
}

.red {
  color: #ff2400;
}

@media print {
  * {
    background: 0 0 !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a, a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  blockquote, pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  img, tr {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: .5cm;
  }
  h2, h3, p {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  /*behavior: url(css/iecss3.htc); */
}

img {
  border: 0;
  padding: 0;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 15px;
    line-height: 20px;
  }
}
em {
  font-style: normal;
}

figure {
  padding: 0;
  margin: 0;
}

body {
  font-family: "PingFang";
}

.swiper {
  display: block;
}
.swiper img {
  width: 100%;
}

.index_con {
  margin: 0 auto;
  position: relative;
  font-size: .28rem;
}
.index_con .conBox_01 {
  display: block;
  margin-top: .2rem;
  padding: 0rem .2rem;
}
.index_con .conBox_01 .list {
  display: inline-block;
  background: #5897f5 url(../images/ckts/bg_01.jpg) no-repeat;
  background-size: 100%;
  padding: 0 .1rem .1rem .1rem;
}
.index_con .conBox_01 .list ul {
  background: #fff;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 1.1rem;
  padding: .1rem;
  border-radius: .1rem;
}
.index_con .conBox_01 .list ul li {
  width: 1.82rem;
  position: relative;
  margin-bottom: .1rem;
}
.index_con .conBox_01 .list ul li img {
  width: 100%;
}
.index_con .conBox_01 .list ul li span {
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -.2rem;
  left: 0px;
  width: 100%;
}
.index_con .conBox_01 .list ul li span em {
  display: inline-block;
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  font-size: .24rem;
  padding: .1rem .1rem;
  font-weight: bold;
}
.index_con .conBox_01 .list ul li span em:before {
  border: 1px solid #fff;
  width: 1.2rem;
  height: 100%;
  position: absolute;
  left: -.08rem;
  top: -.07rem;
  content: "";
}
.index_con .conBox_01 .list ul li span em:after {
  border: 1px solid #fff;
  width: 1.2rem;
  height: 100%;
  position: absolute;
  right: -.08rem;
  bottom: -.08rem;
  content: "";
}
.index_con .conBox_01 .list ul li:last-child {
  background: #ef8d30;
  border-radius: 0px;
}
.index_con .conBox_01 .list ul li:last-child span em {
  background: none;
  color: #fff;
}
.index_con .conBox_01 .list ul li:last-child span em:before {
  content: none;
}
.index_con .conBox_01 .list ul li:last-child span em:after {
  content: none;
}
.index_con .conBox_02 {
  display: block;
  background-size: cover;
  z-index: 8887;
  background: url(../images/ckts/bg_02.jpg) left bottom no-repeat;
  background-size: 100%;
  padding: .4rem .2rem;
}
.index_con .conBox_02 .box_title {
  text-align: center;
  display: block;
}
.index_con .conBox_02 .box_title em {
  position: relative;
  font-size: .38rem;
  color: #11184f;
  font-weight: bold;
}
.index_con .conBox_02 .box_title em:before {
  width: .5rem;
  height: .8rem;
  background: url(../images/ckts/t_left.png) no-repeat;
  background-size: .5rem;
  content: "";
  position: absolute;
  left: -.7rem;
  top: 0.13rem;
}
.index_con .conBox_02 .box_title em:after {
  width: .5rem;
  height: .8rem;
  background: url(../images/ckts/t_left.png) no-repeat;
  background-size: .5rem;
  content: "";
  position: absolute;
  right: -.7rem;
  top: 0.13rem;
}
.index_con .conBox_02 .list {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: block;
  padding: .5rem .1rem .3rem .1rem;
}
.index_con .conBox_02 .list ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: .4rem;
}
.index_con .conBox_02 .list li {
  width: 25%;
  text-align: center;
  margin: .2rem 0;
  padding: 0 .1rem;
}
.index_con .conBox_02 .list li img {
  height: .6rem;
}
.index_con .conBox_02 .list li h4 {
  font-size: .2rem;
  margin-top: .2rem;
}
.index_con .conBox_03 {
  padding: .4rem 0;
  display: block;
}
.index_con .conBox_03 .box_title {
  text-align: center;
  display: block;
}
.index_con .conBox_03 .box_title em {
  position: relative;
  font-size: .38rem;
  color: #11184f;
  font-weight: bold;
}
.index_con .conBox_03 .box_title em:before {
  width: .5rem;
  height: .8rem;
  background: url(../images/ckts/t_left.png) no-repeat;
  background-size: .5rem;
  content: "";
  position: absolute;
  left: -.7rem;
  top: 0.13rem;
}
.index_con .conBox_03 .box_title em:after {
  width: .5rem;
  height: .8rem;
  background: url(../images/ckts/t_left.png) no-repeat;
  background-size: .5rem;
  content: "";
  position: absolute;
  right: -.7rem;
  top: 0.13rem;
}
.index_con .conBox_03 .box {
  display: block;
  margin-top: .5rem;
  padding: 0 .2rem;
}
.index_con .conBox_03 .box img {
  width: 100%;
}
.index_con .conBox_04 {
  border-top: .2rem solid #f2f7fd;
  padding: .4rem .2rem;
  background: url(../images/ckts/bg_03.jpg) left bottom no-repeat;
  background-size: 100%;
}
.index_con .conBox_04 .box_title {
  text-align: center;
  display: block;
}
.index_con .conBox_04 .box_title em {
  position: relative;
  font-size: .38rem;
  color: #11184f;
  font-weight: bold;
}
.index_con .conBox_04 .box_title em:before {
  width: .5rem;
  height: .8rem;
  background: url(../images/ckts/t_left.png) no-repeat;
  background-size: .5rem;
  content: "";
  position: absolute;
  left: -.7rem;
  top: 0.13rem;
}
.index_con .conBox_04 .box_title em:after {
  width: .5rem;
  height: .8rem;
  background: url(../images/ckts/t_left.png) no-repeat;
  background-size: .5rem;
  content: "";
  position: absolute;
  right: -.7rem;
  top: 0.13rem;
}
.index_con .conBox_04 .box {
  display: inline-block;
  width: 100%;
  padding: .2rem;
  background: #4186ec url(../images/ckts/bg_06.jpg) no-repeat;
  background-size: 100%;
  margin-top: .4rem;
  border-radius: 0 0 .1rem .1rem;
}
.index_con .conBox_04 .box ul {
  display: flex;
  margin-top: 3rem;
  flex-wrap: wrap;
}
.index_con .conBox_04 .box ul li {
  color: #fff;
  font-size: .2rem;
  margin-top: .2rem;
  width: 33.3333%;
}
.index_con .conBox_04 .box ul li em {
  border-radius: 50% 50% 0 50%;
  background: #e6eefb;
  color: #327dea;
  padding: 1px;
  margin-right: .1rem;
}
.index_con .conBox_04 .boxMore {
  padding: 0 .2rem;
  display: block;
  margin-top: .4rem;
}
.index_con .conBox_04 .boxMore div {
  display: flex;
  border: 1px solid #ef8d30;
  border-radius: .4rem;
  background: #fff;
  align-items: center;
}
.index_con .conBox_04 .boxMore div span:nth-child(1) {
  font-size: .34rem;
  font-weight: bold;
  padding: 0 .2rem;
  width: 100%;
  text-align: center;
  color: #ef8d30;
}
.index_con .conBox_04 .boxMore div span:nth-child(2) {
  flex-shrink: 0;
  background: #ef8d30;
  border-radius: .4rem;
  display: flex;
  align-items: center;
  padding: .1rem .2rem;
  color: #fff;
}
.index_con .conBox_04 .boxMore div span:nth-child(2) img {
  height: .4rem;
  margin-right: .2rem;
}
.index_con .conBox_05 {
  display: block;
  border-top: .2rem solid #f2f7fd;
  padding: .4rem .2rem;
}
.index_con .conBox_05 .box_title {
  text-align: center;
  display: block;
}
.index_con .conBox_05 .box_title em {
  position: relative;
  font-size: .38rem;
  color: #11184f;
  font-weight: bold;
}
.index_con .conBox_05 .box_title em:before {
  width: .5rem;
  height: .8rem;
  background: url(../images/ckts/t_left.png) no-repeat;
  background-size: .5rem;
  content: "";
  position: absolute;
  left: -.7rem;
  top: 0.13rem;
}
.index_con .conBox_05 .box_title em:after {
  width: .5rem;
  height: .8rem;
  background: url(../images/ckts/t_left.png) no-repeat;
  background-size: .5rem;
  content: "";
  position: absolute;
  right: -.7rem;
  top: 0.13rem;
}
.index_con .conBox_05 .box {
  display: block;
}
.index_con .conBox_05 .box ul {
  display: block;
  padding: .2rem 0;
}
.index_con .conBox_05 .box ul li {
  background: #f6f7f9;
  margin: .2rem 0;
  padding: .2rem;
  display: block;
  width: 100%;
}
.index_con .conBox_05 .box ul li h4 {
  font-size: .28rem;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: .2rem;
  color: #474747;
}
.index_con .conBox_05 .box ul li .desc {
  display: inline-block;
  margin-top: .3rem;
  display: flex;
}
.index_con .conBox_05 .box ul li .desc em {
  width: .2erm;
  background: #d8ae84;
  padding: .2rem 0 .1rem 0;
  text-align: center;
  color: #fff;
  font-weight: bold;
  flex-shrink: 0;
  writing-mode: tb-rl;
  line-height: 1.8;
  letter-spacing: 0.5em;
}
.index_con .conBox_05 .box ul li .desc p {
  margin-left: .2rem;
  width: 100%;
  color: #80898e;
  line-height: 1.8;
  font-size: .24rem;
}

/*
  
 主色 #EC8617 
 高亮色 #ff6600
 字体颜色 #515151  文本颜色#626262
 线颜色 #dedede
 点缀色 #517fff

*/

/*# sourceMappingURL=ckts.css.map */
