img {
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /*Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
}
input:focus {
  outline: 0;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.pr {
  position: relative;
}
.pb {
  position: absolute;
}
.rdcl {
  color: #ff0000;
}
.rdbg {
  background: #ff0000;
}
.clearfix:after {
  content: "";
  height: 0;
  clear: both;
  overflow: hidden;
  display: block;
  visibility: hidden;
}
.container {
  width: 1136px;
  margin: 0 auto;
}
.zcsk-sec {
  padding-top: 60px;
}
.zcsk-sec.rmzy {
  background: #f0f0f0;
  padding-bottom: 70px;
}
.zcsk-sec.cgcy {
  padding-top: 10px;
}
.zcsk-sec.cgcy .adv_eng {
  text-align: right;
  margin-right: 26px;
}
.zcsk-sec.xszp {
  background: #f0f0f0;
}
.zcsk-sec.rhsk {
  background: #f0f0f0;
  padding-bottom: 36px;
}
.zcsk-tit {
  text-align: center;
  margin-bottom: 50px;
}
.zcsk-tit h2 {
  font-size: 32px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 26px;
}
.zcsk-tit h2 span {
  position: relative;
  display: inline-block;
  margin-right: 28px;
  z-index: 2;
}
.zcsk-tit h2 span:last-child {
  margin-right: 0;
}
.zcsk-tit h2 span::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  content: '';
  border: 1px solid #ff0000;
}
.zcsk-tit h2 span:nth-child(1) {
  -webkit-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);
}
.zcsk-tit h2 span:nth-child(1)::before {
  -webkit-transform: translate(-50%, -50%) rotate(5deg);
  -ms-transform: translate(-50%, -50%) rotate(5deg);
  transform: translate(-50%, -50%) rotate(5deg);
}
.zcsk-tit h2 span:nth-child(2) {
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
.zcsk-tit h2 span:nth-child(2)::before {
  -webkit-transform: translate(-50%, -50%) rotate(-5deg);
  -ms-transform: translate(-50%, -50%) rotate(-5deg);
  transform: translate(-50%, -50%) rotate(-5deg);
}
.zcsk-tit h2 span:nth-child(3) {
  color: #fff;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.zcsk-tit h2 span:nth-child(3)::before {
  background: #ff0000;
  -webkit-transform: translate(-50%, -50%) rotate(-3deg);
  -ms-transform: translate(-50%, -50%) rotate(-3deg);
  transform: translate(-50%, -50%) rotate(-3deg);
}
.zcsk-tit h2 span:nth-child(4) {
  color: #fff;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}
.zcsk-tit h2 span:nth-child(4)::before {
  background: #ff0000;
  -webkit-transform: translate(-50%, -50%) rotate(3deg);
  -ms-transform: translate(-50%, -50%) rotate(3deg);
  transform: translate(-50%, -50%) rotate(3deg);
}
.zcsk-tit p {
  position: relative;
  display: inline-block;
  font-size: 26px;
  padding: 0 20px;
      color: #f00;
}
.zcsk-tit p i {
  position: absolute;
  top: 50%;
  display: block;
  width: 190px;
  height: 1px;
  background: #626262;
}
.zcsk-tit p i:first-child {
  left: -190px;
}
.zcsk-tit p i:last-child {
  right: -190px;
}
.zcsk-tit p i::before,
.zcsk-tit p i::after {
  position: absolute;
  left: 0;
  content: '';
  width: 190px;
  height: 1px;
  background: #626262;
}
.zcsk-tit p i::before {
  top: -2px;
}
.zcsk-tit p i::after {
  bottom: -2px;
}
.adv-list .adv-item {
  background: #fff;
  padding: 30px 0;
  margin-bottom: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
.adv-list .adv-item .adv-desc {
  position: relative;
  width: 548px;
  padding: 22px 60px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.adv-list .adv-item .adv-desc h3 {
  font-size: 22px;
  color: #000;
      color: #f00;
  font-weight: bold;
  margin-bottom: 22px;
}
.adv-list .adv-item .adv-desc p {
  font-size: 16px;
  line-height: 26px;
}
.adv-list .adv-item .adv-desc .adv-btn {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 10px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 250px;
  line-height: 42px;
  border-radius: 21px;
  color: #fff;
  font-size: 16px;
  background: #ff0000;
  text-align: center;
}
.adv-list .adv-item .adv-desc .adv-btn img {
  vertical-align: top;
  margin-top: 7px;
}
.adv-list .adv-item .adv-desc .adv-btn span {
  display: inline-block;
  text-indent: 12px;
}
.adv-list .adv-item .adv-thumb {
  width: calc(100% - 548px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -20px;
}
.adv-list .adv-item .adv-thumb .adv-sitem {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 10.5px;
}
.adv-list .adv-item .adv-thumb .adv-sitem:last-child {
  margin-right: 0;
}
.adv-list .adv-item .adv-thumb .adv-sitem img {
  display: block;
}
.adv-list .adv-item .adv-thumb .adv-sitem.dou .adv-i-thumb img {
  width: 100%;
}
.adv-list .adv-item .adv-thumb .adv-sitem.dou .adv-i-thumb img:first-child {
  margin-bottom: 12px;
}
.adv-list .adv-item:nth-child(2n) .adv-thumb {
  margin-left: -1116px;
}
.adv-list .adv-item:nth-child(2n) .adv-desc {
  margin-left: 588px;
}
.cgyh-adv {
  background: -webkit-gradient(linear, left top, right top, from(#f5731b), to(#f33907));
  background: -webkit-linear-gradient(left, #f5731b 0%, #f33907 100%);
  background: -o-linear-gradient(left, #f5731b 0%, #f33907 100%);
  background: linear-gradient(to right, #f5731b 0%, #f33907 100%);
  height: 150px;
  border-radius: 15px;
  margin: 100px auto 0;
}
.cgyh-adv img {
  width: 27%;
  position: relative;
  left: 15px;
  bottom: 84px;
  display: inline-block;
}
.cgyh-adv .wenzi {
  width: 312px;
  display: inline-block;
  position: relative;
  top: -130px;
  margin-left: 20px;
}
.cgyh-adv .wenzi .adv_text {
  width: 100%;
  font-size: 25px;
  line-height: 45px;
  color: #fff;
  font-weight: bold;
  border-bottom: 1px solid #fc8a30;
}
.cgyh-adv .wenzi .adv_text span {
  color: #fbff00;
}
.cgyh-adv .wenzi .adv_eng {
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
}
.cgyh-adv .form_a {
  width: 460px;
  display: inline-block;
  position: relative;
  top: -140px;
  margin-left: 10px;
}
.cgyh-adv .form_a .tel {
  width: 300px;
  height: 50px;
  border-radius: 5px;
  color: #999b9d;
  font-size: 20px;
  line-height: 50px;
  border: none;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff url(../images/phone.png) no-repeat 2%;
  background-size: 9%;
}
.cgyh-adv .form_a .form_btn {
  width: 150px;
  height: 50px;
  color: #fa4007;
  font-size: 20px;
  line-height: 50px;
  background-color: #fbff00;
  border: none;
  border-radius: 5px;
}
.ktfc-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
.ktfc-wrap .ktfc-l .ktfc-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
.ktfc-wrap .ktfc-l .ktfc-top .ktfc-item {
  margin-right: 8px;
  margin-bottom: 8px;
}
.ktfc-wrap .ktfc-l .ktfc-bot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
.ktfc-wrap .ktfc-l .ktfc-bot .ktfc-item {
  margin-right: 7px;
}
.ktfc-wrap .ktfc-r .ktfc-item {
  margin-bottom: 5px;
}
.ktfc-wrap .ktfc-r .ktfc-item:last-child {
  margin-bottom: 0;
}
.ktfc-wrap img {
  display: block;
}
.zcsk-btng {
  line-height: 50px;
  margin: 70px 0 0;
  padding-bottom: 36px;
  font-size: 0;
  text-align: center;
}
.zcsk-btng .z-btn {
  display: inline-block;
  width: 346px;
  font-size: 22px;
  text-align: center;
  border: 1px solid #ff0000;
  border-radius: 3px;
  margin-right: 16px;
}
.zcsk-btng .z-btn img {
  display: inline-block;
  width: 30px;
  margin-top: 10px;
  vertical-align: top;
  margin-right: 22px;
}
.zcsk-btng .z-btn.rdbg {
  color: #fff;
}
.zcsk-btng .z-btn:last-child {
  margin-right: 0;
  color: #ff0000;
}
.rmgxzy .zy_box li {
  float: left;
  width: 275px;
  margin-right: 12px;
  -moz-box-sizing: border-box;
  margin-bottom: 12px;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.rmgxzy .zy_box li img {
  display: block;
}
.rmgxzy .zy_box li:nth-child(4n) {
  margin-right: 0;
}
.rmgxzy .zy_box li > div {
  background: #fff;
}
.rmgxzy .zy_box li > div > div {
  width: 100%;
  margin: 0 auto;
  padding: 5px 0 15px;
  text-align: center;
}
.rmgxzy .zy_box li > div > div .rmzybt {
  display: inline-block;
  width: 115px;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  background: #f00;
}
.rmgxzy .zy_box li > div > div .rmzybt.btn-or {
  background: #f60;
}
.rmgxzy .zy_box li p {
  font-size: 21px;
  line-height: 50px;
  text-align: center;
  color: #333;
  color: #e47e00;
}
.rmgxzy .zy_box .xuezhi {
  display: inline-block;
  width: 32px;
  height: 42px;
  background: url(../images/re_ico.png) no-repeat top center;
  margin: 0 0 -12px 5px;
}
.khfc .khfc-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  padding-bottom: 36px;
}
.khfc .khfc-wrap .khfc-item {
  width: 367px;
  margin-bottom: 11px;
  margin-right: 11px;
}
.khfc .khfc-wrap .khfc-item:last-child {
  margin-right: 0;
}
.khfc .khfc-wrap .khfc-item .khfc-thumb {
  overflow: hidden;
  position: relative;
}
.khfc .khfc-wrap .khfc-item .khfc-thumb img {
  width: 100%;
  display: block;
}
.khfc .khfc-wrap .khfc-item .khfc-thumb .khfc-num {
  position: absolute;
  top: 6px;
  left: 9px;
  font-size: 32px;
  color: #fff;
  z-index: 3;
}
.khfc .khfc-wrap .khfc-item .khfc-thumb::after {
  position: absolute;
  top: -6px;
  left: -30px;
  width: 92px;
  height: 46px;
  background: #ff0000;
  content: '';
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 2;
}
.khfc .khfc-wrap .khfc-item .khfc-desc {
  text-align: center;
  line-height: 64px;
  font-size: 18px;
  margin-bottom: 10px;
}
.xszp-list .xszp-tab {
  text-align: center;
  font-size: 0;
  padding-bottom: 60px;
}
.xszp-list .xszp-tab .xszp-tab-item {
  display: inline-block;
  width: 126px;
  line-height: 44px;
  border: #000 double 3px;
  font-size: 18px;
  margin-right: 20px;
  cursor: pointer;
}
.xszp-list .xszp-tab .xszp-tab-item:last-child {
  margin-right: 0;
}
.xszp-list .xszp-tab .xszp-tab-item.active {
  border-color: #ff0000;
  background: #ff0000;
  color: #fff;
}
.cgxz_box {
  overflow: hidden;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cgxz {
  width: 2303px;
  margin: 0 auto 0;
  height: 590px;
  background: #fff;
  position: relative;
}
.cgxz li {
  width: 368.66667px;
  height: 404px;
  border-radius: 18px;
  border: 1px solid #7d7d7d;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 180px;
  margin-right: 15px;
}
.xz_pic {
  width: 313px;
  height: 313px;
  border: 1px solid #7d7d7d;
  border-radius: 50%;
  margin: -164px auto 0;
}
.xz_pic img {
  display: block;
  margin: 0 auto;
  padding-top: 10px;
}
.xz_con .xz_i {
  width: 220px;
  height: 90px;
  border-radius: 50%;
  display: block;
  background: #fff;
  margin: -63px auto 0;
}
.xz_con h4 {
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  text-align: center;
  margin-top: -50px;
}
.xz_con span::before {
  width: 51px;
  height: 1px;
  background: #7d7d7d;
  content: "";
  margin-top: 6px;
}
.xz_con span::after {
  width: 51px;
  height: 1px;
  background: #7d7d7d;
  content: "";
  margin-top: 6px;
}
.xz_con span i {
  width: 12px;
  height: 12px;
  background: #313131;
  border-radius: 50%;
}
.xz_con span {
  width: 142px;
  margin: 18px auto 30px;
}
.xz_con p {
  padding-left: 65px;
  font-size: 20px;
  color: #333;
  margin-bottom: 15px;
}
.xz_con p b {
  color: #fd020f;
}
.xszp-wrap {
  position: relative;
  height: 424px;
}
.xszp-wrap .xszp-item {
  display: none;
  position: absolute;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.xszp-wrap .xszp-item .xszp-i-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
}
.xszp-wrap .xszp-item .xszp-i-wrap .xszp-i-item {
  margin-right: 6px;
}
.xszp-wrap .xszp-item .xszp-i-wrap .xszp-i-item img {
  display: block;
  margin-bottom: 6px;
}
.xszp-wrap .xszp-item .xszp-i-wrap .xszp-i-item:last-child {
  margin-right: 0;
}
.xszp-wrap .xszp-item .xszp-i-wrap .xszp-i-item.sg {
  height: 417px;
  overflow: hidden;
}
.xszp-wrap .xszp-item.active {
  display: block;
}
.zcsk-banner {
  position: relative;
  height: 455px;
}
.zcsk-banner .zcsk-banner-wrap {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1920px;
  height: 455px;
}
.zcsk-banner .zcsk-banner-wrap img {
  width: 100%;
}

.khfc .khfc-wrap .khfc-item .khfc-desc p{
	color: #f00;
}