@charset "UTF-8";
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  /*behavior: url(css/iecss3.htc); */
}

@font-face {
  font-family: 'oswald';
  src: url("IMPACT_2.TTF");
}
.Slide {
  width: 100%;
  float: left;
}
.Slide img {
  width: 100%;
}

.wrapper {
  width: 1200px;
  margin: 0 auto;
}

.conBox_01 {
  width: 100%;
  float: left;
  position: relative;
  padding: 60px 0 0px 0;
  z-index: 8888;
}
.conBox_01 .list {
  float: left;
  width: 100%;
  background: url(../images/ckts/bg_01.jpg) no-repeat;
  height: 441px;
}
.conBox_01 .list ul {
  float: right;
  margin-right: 15px;
  margin-top: 15px;
  border-radius: 5px;
  width: 980px;
  background: #fff;
  padding: 5px;
}
.conBox_01 .list ul li {
  float: left;
  width: 25%;
  padding: 5px;
  position: relative;
}
.conBox_01 .list ul li img {
  width: 100%;
}
.conBox_01 .list ul li span {
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 0px;
  width: 100%;
}
.conBox_01 .list ul li span em {
  display: inline-block;
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  padding: 5px 10px;
  font-weight: bold;
}
.conBox_01 .list ul li span em:before {
  border: 1px solid #fff;
  width: 95px;
  height: 100%;
  position: absolute;
  left: -5px;
  top: -5px;
  content: "";
}
.conBox_01 .list ul li span em:after {
  border: 1px solid #fff;
  width: 95px;
  height: 100%;
  position: absolute;
  right: -5px;
  bottom: -5px;
  content: "";
}

.conBox_02 {
  float: left;
  width: 100%;
  padding-top: 220px;
  padding-bottom: 70px;
  margin-top: -150px;
  position: relative;
  background: url(../images/ckts/bg_02.jpg) no-repeat;
  background-size: cover;
  z-index: 8887;
}
.conBox_02 .box_title {
  text-align: center;
  width: 100%;
  float: left;
}
.conBox_02 .box_title em {
  position: relative;
  font-size: 40px;
  color: #11184f;
  font-weight: bold;
}
.conBox_02 .box_title em:before {
  width: 49px;
  height: 22px;
  background: url(../images/ckts/t_left.png) no-repeat;
  content: "";
  position: absolute;
  left: -65px;
  top: 16px;
}
.conBox_02 .box_title em:after {
  width: 49px;
  height: 22px;
  background: url(../images/ckts/t_left.png) no-repeat;
  content: "";
  position: absolute;
  right: -65px;
  top: 16px;
}
.conBox_02 .list {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  float: left;
  margin-top: 30px;
}
.conBox_02 .list li {
  width: 20%;
  float: left;
  padding-top: 60px;
  text-align: center;
  height: 200px;
  border-right: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
}
.conBox_02 .list li img {
  height: 50px;
}
.conBox_02 .list li h4 {
  font-size: 16px;
  margin: 20px 0 0px 0;
}
.conBox_02 .list li a {
  border: 1px solid #ef8d30;
  line-height: 30px;
  border-radius: 50px;
  padding: 0 20px;
  display: inline-block;
  color: #ef8d30;
  cursor: pointer;
  opacity: 0;
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
}
.conBox_02 .list li a:hover {
  color: #fff;
  background: #ef8d30;
}
.conBox_02 .list li:hover {
  padding-top: 30px;
}
.conBox_02 .list li:hover a {
  margin-top: 20px;
  opacity: 1;
}

.conBox_03 {
  float: left;
  width: 100%;
  padding: 80px 0 140px 0;
}
.conBox_03 .box_title {
  text-align: center;
  width: 100%;
  float: left;
}
.conBox_03 .box_title em {
  position: relative;
  font-size: 40px;
  font-weight: bold;
  color: #11184f;
}
.conBox_03 .box_title em:before {
  width: 49px;
  height: 22px;
  background: url(../images/ckts/t_left.png) no-repeat;
  content: "";
  position: absolute;
  left: -65px;
  top: 16px;
}
.conBox_03 .box_title em:after {
  width: 49px;
  height: 22px;
  background: url(../images/ckts/t_left.png) no-repeat;
  content: "";
  position: absolute;
  right: -65px;
  top: 16px;
}
.conBox_03 .list {
  float: left;
  width: 100%;
  margin-top: 60px;
  height: 289px;
  background: url(../images/ckts/bg_01.png) center center no-repeat;
}
.conBox_03 .list li {
  width: 165px;
  height: 165px;
  float: left;
  border-radius: 50%;
  border: 5px solid transparent;
  background: none;
  padding: 5px;
  transition: all 1s;
  -webkit-transition: all 1s;
  /* Safari */
}
.conBox_03 .list li .block {
  width: 145px;
  height: 145px;
  background: #5897f5;
  text-align: center;
  border-radius: 50%;
  padding-top: 20px;
  color: #fff;
  float: left;
  position: relative;
  overflow: hidden;
}
.conBox_03 .list li .block:before {
  width: 133px;
  height: 133px;
  border: 1px dashed #fff;
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  border-radius: 50%;
}
.conBox_03 .list li .block em {
  z-index: 999;
  position: relative;
  font-style: italic;
  font-size: 28px;
  font-weight: bold;
  padding-right: 20px;
}
.conBox_03 .list li .block em:before {
  background: url(../images/ckts/i_15.png);
  width: 12px;
  height: 14px;
  content: "";
  position: absolute;
  right: 0px;
  top: 10px;
}
.conBox_03 .list li .block h3 {
  font-size: 18px;
}
.conBox_03 .list li .block a {
  position: absolute;
  background: #ef8d30;
  width: 100%;
  height: 40px;
  bottom: 0px;
  left: 0px;
  line-height: 30px;
  color: #fff;
  cursor: pointer;
}
.conBox_03 .list li:hover {
  border: 5px solid #f0f6fe;
  background: #d9e8fd;
  padding: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.conBox_03 .list li:nth-child(2) {
  margin-top: 150px;
  margin-left: 60px;
}
.conBox_03 .list li:nth-child(3) {
  margin-top: 190px;
  margin-left: 120px;
}
.conBox_03 .list li:nth-child(4) {
  margin-top: 150px;
  margin-left: 100px;
}
.conBox_03 .list li:nth-child(5) {
  float: right;
}
.conBox_03 .more {
  text-align: center;
  width: 100%;
  float: left;
  margin-top: 30px;
}
.conBox_03 .more a {
  background-image: linear-gradient(to bottom, #f48a23 0%, #f95c30 99%, #fecfef 100%);
  display: inline-block;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  border-radius: 5px;
  box-shadow: 0 3px 7px rgba(249, 92, 48, 0.3);
  padding: 0 100px;
}
.conBox_03 .more p {
  margin-top: 15px;
  color: #999;
}
.conBox_03 .more p em {
  font-weight: bold;
  color: #668ef8;
}

.conBox_04 {
  float: left;
  padding: 85px 0 0px 0;
  width: 100%;
  background: url(../images/ckts/bg_03.jpg) no-repeat;
  background-size: cover;
}
.conBox_04 .box_title {
  text-align: center;
  width: 100%;
  float: left;
}
.conBox_04 .box_title em {
  position: relative;
  font-size: 40px;
  font-weight: bold;
  color: #11184f;
}
.conBox_04 .box_title em:before {
  width: 49px;
  height: 22px;
  background: url(../images/ckts/t_left.png) no-repeat;
  content: "";
  position: absolute;
  left: -65px;
  top: 16px;
}
.conBox_04 .box_title em:after {
  width: 49px;
  height: 22px;
  background: url(../images/ckts/t_left.png) no-repeat;
  content: "";
  position: absolute;
  right: -65px;
  top: 16px;
}
.conBox_04 .box {
  margin-top: 40px;
  float: left;
  width: 100%;
  text-align: center;
}
.conBox_04 .boxMore {
  width: 100%;
  float: left;
  text-align: center;
  position: relative;
  top: 25px;
  margin-top: 30px;
}
.conBox_04 .boxMore div {
  display: inline-block;
  border: 1px solid #ef8d30;
  border-radius: 30px;
  background: #fff;
}
.conBox_04 .boxMore div span {
  font-size: 36px;
  margin-left: 20px;
  font-weight: bold;
  color: #ef8d30;
  float: left;
}
.conBox_04 .boxMore div span img {
  margin-top: 8px;
}
.conBox_04 .boxMore div a {
  display: inline-block;
  float: right;
  background: #ef8d30;
  line-height: 50px;
  border-radius: 50px;
  padding: 0 40px;
  margin-left: 20px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}

.conBox_05 {
  float: left;
  padding: 85px 0 85px 0;
  background: url(../images/ckts/bg_04.jpg) no-repeat;
  width: 100%;
}
.conBox_05 .box_title {
  text-align: center;
  width: 100%;
  float: left;
}
.conBox_05 .box_title em {
  position: relative;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
}
.conBox_05 .box_title em:before {
  width: 49px;
  height: 22px;
  background: url(../images/ckts/t_right.png) no-repeat;
  content: "";
  position: absolute;
  left: -65px;
  top: 16px;
}
.conBox_05 .box_title em:after {
  width: 49px;
  height: 22px;
  background: url(../images/ckts/t_right.png) no-repeat;
  content: "";
  position: absolute;
  right: -65px;
  top: 16px;
}
.conBox_05 .box {
  float: left;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  margin-top: 50px;
}
.conBox_05 .box ul {
  float: left;
  width: 103%;
  padding: 10px 20px;
}
.conBox_05 .box ul li {
  background: #f6f7f9;
  margin: 10px 0;
  margin-right: 15px;
  padding: 15px 15px;
  float: left;
  width: 376px;
  min-height: 160px;
}
.conBox_05 .box ul li h4 {
  font-size: 16px;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 10px;
  color: #474747;
}
.conBox_05 .box ul li .desc {
  display: block;
  margin-top: 15px;
}
.conBox_05 .box ul li .desc em {
  width: 25px;
  background: #d8ae84;
  padding: 10px 0;
  float: left;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.conBox_05 .box ul li .desc p {
  float: right;
  width: 300px;
  color: #80898e;
  line-height: 1.8;
}

/*
  
 主色 #EC8617 
 高亮色 #ff6600
 字体颜色 #515151  文本颜色#626262
 线颜色 #dedede
 点缀色 #517fff

*/

/*# sourceMappingURL=ckts.css.map */
