@charset "UTF-8";
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  /*behavior: url(css/iecss3.htc); */
}

.Slide {
  width: 100%;
  float: left;
}
.Slide img {
  width: 100%;
}

.wrapper {
  width: 1200px;
  margin: 0 auto;
}

.conBox_01 {
  width: 100%;
  float: left;
  margin-top: 30px;
}
.conBox_01 li {
  width: 25%;
  padding: 0 20px;
  float: left;
}
.conBox_01 li .img {
  float: left;
}
.conBox_01 li .content {
  float: left;
  margin-left: 20px;
  margin-top: 0px;
}
.conBox_01 li .content .title {
  font-size: 18px;
  font-weight: bold;
  color: #696969;
}
.conBox_01 li .content .desc {
  color: #6f6f6f;
  margin-top: 5px;
}

.conBox_02 {
  float: left;
  width: 100%;
  margin-top: 60px;
  padding-bottom: 60px;
  background: url(../images/xkz/img_01.jpg) left bottom no-repeat;
}
.conBox_02 .box_title {
  width: 100%;
  float: left;
  position: relative;
  z-index: 8;
  text-align: center;
  margin-top: 5px;
}
.conBox_02 .box_title .title {
  width: 100%;
  float: left;
  text-align: center;
}
.conBox_02 .box_title .title span {
  display: inline-block;
  font-size: 34px;
  font-weight: bold;
  margin: 0 5px;
}
.conBox_02 .box_title .title span em {
  color: #ff5928;
}
.conBox_02 .box_title .desc {
  margin-top: 20px;
  float: left;
  width: 100%;
  font-size: 16px;
  color: #808080;
}
.conBox_02 .tab {
  width: 100%;
  float: left;
  margin-top: 65px;
  position: relative;
}
.conBox_02 .tab:before {
  background: url(../images/xkz/img_25.gif) no-repeat;
  right: 0px;
  width: 827px;
  height: 17px;
  content: "";
  top: 0px;
  position: absolute;
  z-index: 5;
}
.conBox_02 .tab .tab_title {
  width: 375px;
  float: left;
  box-shadow: 10px 0px 10px -5px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 7;
}
.conBox_02 .tab .tab_title .small_title {
  float: left;
  width: 100%;
  background: url(../images/xkz/img_04.png);
  height: 60px;
}
.conBox_02 .tab .tab_title .small_title h4 {
  float: left;
  font-size: 20px;
  color: #fff;
  margin-left: 40px;
  margin-top: 20px;
}
.conBox_02 .tab .tab_title .small_title em {
  float: left;
  margin-left: 10px;
  margin-top: 26px;
  font-size: 14px;
  color: #ffe6d4;
}
.conBox_02 .tab .tab_title ul {
  background: url(../images/xkz/img_05.jpg) no-repeat;
  background-size: 100%;
  float: left;
  width: 100%;
  height: 358px;
  padding: 0 30px;
  padding-top: 30px;
}
.conBox_02 .tab .tab_title ul li {
  float: left;
  width: 50%;
  padding: 0 10px;
  margin-top: 20px;
  font-size: 15px;
  color: #ffffff;
  cursor: pointer;
  position: relative;
}
.conBox_02 .tab .tab_title ul li:hover {
  color: #eb883b;
  text-decoration: underline;
}
.conBox_02 .tab .tab_title ul li:hover:before {
  position: absolute;
  left: 0px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #eb883b;
  content: "";
  top: 6px;
}
.conBox_02 .tab .tab_title ul .hover {
  color: #eb883b;
  text-decoration: underline;
}
.conBox_02 .tab .tab_title ul .hover:before {
  position: absolute;
  left: 0px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #eb883b;
  content: "";
  top: 6px;
}
.conBox_02 .tab .tabContent {
  background: #fff;
  margin-top: 17px;
  float: left;
  width: 825px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  padding: 40px;
  height: 400px;
}
.conBox_02 .tab .tabContent .block {
  width: 100%;
  float: left;
  display: none;
}
.conBox_02 .tab .tabContent .block .small_title {
  width: 100%;
  float: left;
  line-height: 50px;
  border-bottom: 1px dotted #ccc;
  float: left;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding-left: 20px;
  margin-bottom: 30px;
}
.conBox_02 .tab .tabContent .block .small_title:before {
  width: 8px;
  height: 8px;
  background: #495064;
  content: "";
  position: absolute;
  left: 0px;
  top: 23px;
}
.conBox_02 .tab .tabContent .block .fl {
  float: left;
  width: 360px;
}
.conBox_02 .tab .tabContent .block .fl .item_title {
  width: 100%;
  float: left;
}
.conBox_02 .tab .tabContent .block .fl .item_title li {
  float: left;
  margin-right: 30px;
  position: relative;
  font-size: 16px;
  padding-bottom: 10px;
  font-weight: bold;
  cursor: pointer;
}
.conBox_02 .tab .tabContent .block .fl .item_title .hover {
  color: #f77528;
}
.conBox_02 .tab .tabContent .block .fl .item_title .hover:before {
  width: 100%;
  height: 2px;
  background: #f77528;
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.conBox_02 .tab .tabContent .block .fl .item_contetn {
  float: left;
  width: 360px;
  margin-top: 20px;
}
.conBox_02 .tab .tabContent .block .fl .item_contetn .item {
  width: 100%;
  float: left;
  position: relative;
  display: none;
}
.conBox_02 .tab .tabContent .block .fl .item_contetn .item .nano {
  width: 100%;
  height: 200px;
  float: left;
  position: relative;
}
.conBox_02 .tab .tabContent .block .fl .item_contetn .item .nano:after {
  width: 2px;
  height: 100%;
  right: 4px;
  background: #ededed;
  content: "";
  position: absolute;
  z-index: 8;
}
.conBox_02 .tab .tabContent .block .fl .item_contetn .item .nano:before {
  background: url(../images/xkz/bg.png) no-repeat;
  bottom: -10px;
  position: absolute;
  left: 0px;
  z-index: 999;
  content: "";
  width: 350px;
  height: 50px;
  z-index: 9999;
}
.conBox_02 .tab .tabContent .block .fl .item_contetn .item .nano > .nano-pane {
  background: none;
  z-index: 9;
}
.conBox_02 .tab .tabContent .block .fl .item_contetn .item .nano > .nano-pane > .nano-slider {
  background: #acacac;
}
.conBox_02 .tab .tabContent .block .fl .item_contetn .item .nano-content {
  padding-right: 30px;
  padding-bottom: 30px;
}
.conBox_02 .tab .tabContent .block .fl .item_contetn .item span {
  line-height: 1.8;
}
.conBox_02 .tab .tabContent .block .fl .item_contetn .item .nano p {
  position: relative;
  margin-bottom: 20px;
  padding-left: 20px;
}
.conBox_02 .tab .tabContent .block .fl .item_contetn .item .nano p:before {
  position: absolute;
  width: 8px;
  height: 8px;
  background: #b39186;
  content: "";
  left: 0px;
  top: 5px;
}
.conBox_02 .tab .tabContent .block .fl .item_contetn .hover {
  display: block;
}
.conBox_02 .tab .tabContent .block .fr {
  text-align: center;
  width: 360px;
  margin-top: 20px;
}
.conBox_02 .tab .tabContent .block .fr img {
  height: 230px;
}
.conBox_02 .tab .tabContent .block_on {
  display: block;
}

.conBox_03 {
  float: left;
  width: 100%;
  padding: 110px 0 60px 0;
}
.conBox_03 .box_title {
  width: 100%;
  float: left;
  position: relative;
  z-index: 8;
  text-align: center;
  margin-top: 5px;
}
.conBox_03 .box_title .title {
  width: 100%;
  float: left;
  text-align: center;
}
.conBox_03 .box_title .title span {
  display: inline-block;
  font-size: 34px;
  font-weight: bold;
  margin: 0 5px;
}
.conBox_03 .box_title .title span em {
  color: #ff5928;
}
.conBox_03 .box_title .desc {
  margin-top: 20px;
  float: left;
  width: 100%;
  font-size: 16px;
  color: #808080;
}
.conBox_03 ul {
  width: 105%;
  float: left;
  margin-top: 50px;
}
.conBox_03 ul li {
  width: 33.3333%;
  position: relative;
  float: left;
  padding: 40px;
  border: 1px dotted transparent;
}
.conBox_03 ul li .img {
  float: left;
  width: 60px;
}
.conBox_03 ul li .img img {
  width: 60px;
}
.conBox_03 ul li .text {
  float: right;
  width: 250px;
}
.conBox_03 ul li .text h4 {
  color: #626262;
  font-size: 20px;
}
.conBox_03 ul li .text p {
  margin-top: 15px;
  color: #8c8c8c;
  line-height: 1.8;
}
.conBox_03 ul li:hover {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.2);
  border: 1px dashed #ccc;
}

.conBox_04 {
  float: left;
  width: 100%;
  padding: 50px 0;
  background: url(../images/xkz/Bg_22.jpg) no-repeat;
}
.conBox_04 .box_title {
  width: 100%;
  float: left;
  position: relative;
  z-index: 8;
  text-align: center;
  margin-top: 5px;
  color: #fff;
}
.conBox_04 .box_title .title {
  width: 100%;
  float: left;
  text-align: center;
}
.conBox_04 .box_title .title span {
  display: inline-block;
  font-size: 34px;
  font-weight: bold;
  margin: 0 5px;
}
.conBox_04 .box_title .title span em {
  color: #ff5928;
}
.conBox_04 .box_title .desc {
  margin-top: 20px;
  float: left;
  width: 100%;
  font-size: 16px;
  color: #808080;
}
.conBox_04 .list {
  margin-top: 50px;
  width: 100%;
  float: left;
}
.conBox_04 .list li {
  float: left;
  position: relative;
  width: 20%;
}
.conBox_04 .list li img {
  width: 100%;
}
.conBox_04 .list li .content {
  position: absolute;
  bottom: 80px;
  width: 100%;
  text-align: center;
  color: #fff;
}
.conBox_04 .list li .content .title {
  font-weight: bold;
  font-size: 18px;
}
.conBox_04 .list li .content .desc {
  color: #d9c9c5;
  font-size: 14px;
  margin-top: 10px;
}
.conBox_04 .more {
  text-align: center;
  width: 100%;
  float: left;
  margin-top: 30px;
}
.conBox_04 .more a {
  background-image: linear-gradient(to bottom, #f48324 0%, #f95c30 99%, #fecfef 100%);
  display: inline-block;
  width: 265px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  line-height: 50px;
  border-radius: 5px;
  box-shadow: 0 3px 7px rgba(249, 92, 48, 0.3);
}

.conBox_05 {
  float: left;
  width: 100%;
  padding: 80px 0;
}
.conBox_05 .wrapper {
  position: relative;
}
.conBox_05 .box_title {
  width: 100%;
  float: left;
  position: relative;
  z-index: 8;
  text-align: center;
  margin-top: 5px;
}
.conBox_05 .box_title .title {
  width: 100%;
  float: left;
  text-align: center;
}
.conBox_05 .box_title .title span {
  display: inline-block;
  font-size: 34px;
  font-weight: bold;
  margin: 0 5px;
}
.conBox_05 .box_title .title span em {
  color: #ff5928;
}
.conBox_05 .box_title .desc {
  margin-top: 20px;
  float: left;
  width: 100%;
  font-size: 16px;
  color: #808080;
}
.conBox_05 .swiper-container {
  margin-top: 60px;
}
.conBox_05 .swiper-slide img {
  width: 100%;
  float: left;
}
.conBox_05 .swiper-slide h4 {
  text-align: center;
  font-weight: normal;
  margin-top: 10px;
  display: inline-block;
  width: 100%;
  font-size: 16px;
}
.conBox_05 .swiper-button-next {
  right: -60px;
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 4 0px;
  background: #c9c9c9;
  border-radius: 50%;
}
.conBox_05 .swiper-button-next:after {
  color: #fff;
  font-size: 18px;
  text-align: center;
  outline: none;
  filter: chroma(color=#000000);
}
.conBox_05 .swiper-button-prev {
  left: -60px;
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #c9c9c9;
  border-radius: 50%;
}
.conBox_05 .swiper-button-prev:after {
  color: #fff;
  font-size: 18px;
  text-align: center;
  outline: none;
  filter: chroma(color=#000000);
}
.conBox_05 .more {
  text-align: center;
  width: 100%;
  float: left;
  margin-top: 50px;
}
.conBox_05 .more a {
  background-image: linear-gradient(to bottom, #f48324 0%, #f95c30 99%, #fecfef 100%);
  display: inline-block;
  width: 265px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  line-height: 50px;
  border-radius: 5px;
  box-shadow: 0 3px 7px rgba(249, 92, 48, 0.3);
}

.conbox_06 {
  float: left;
  width: 100%;
  padding: 70px 0 80px 0;
  background: #fff url(../images/xkz/Bg_23.gif) repeat-x;
}
.conbox_06 .box_title {
  width: 100%;
  float: left;
  position: relative;
  z-index: 8;
  text-align: center;
  margin-top: 5px;
  color: #fff;
}
.conbox_06 .box_title .title {
  width: 100%;
  float: left;
  text-align: center;
}
.conbox_06 .box_title .title span {
  display: inline-block;
  font-size: 34px;
  font-weight: bold;
  margin: 0 5px;
}
.conbox_06 .box_title .title span em {
  color: #ff5928;
}
.conbox_06 .box_title .desc {
  margin-top: 20px;
  float: left;
  width: 100%;
  font-size: 16px;
  color: #808080;
}
.conbox_06 .list {
  width: 100%;
  float: left;
  margin-top: 40px;
  background: #fff;
  padding: 20px;
}
.conbox_06 .list ul {
  width: 105%;
  float: left;
}
.conbox_06 .list li {
  float: left;
  background: #f6f7f9;
  width: 373px;
  margin-right: 20px;
  cursor: pointer;
  padding: 20px 20px 20px 40px;
  height: 175px;
  margin-bottom: 20px;
}
.conbox_06 .list li .title {
  width: 100%;
  float: left;
  font-size: 16px;
  font-weight: bold;
  color: #474747;
  position: relative;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 10px;
}
.conbox_06 .list li .title em {
  position: absolute;
  left: -40px;
  width: 30px;
  background-image: linear-gradient(120deg, #f98659 0%, #f9885a 100%);
  border-radius: 0  30px 30px 0;
  text-align: center;
  color: #fff;
}
.conbox_06 .list li .text {
  float: left;
  width: 100%;
  margin-top: 10px;
  color: #80898e;
  line-height: 1.8;
  font-size: 14px;
}
.conbox_06 .list li:hover .title {
  color: #e9592e;
}

/*
  
 主色 #EC8617 
 高亮色 #ff6600
 字体颜色 #515151  文本颜色#626262
 线颜色 #dedede
 点缀色 #517fff

*/

/*# sourceMappingURL=xkz.css.map */
