﻿.zt em, i {
    font-style: normal;
}
.zt li{box-sizing: border-box;}
.zt a {
    text-decoration: none;
    display: block;
	color:#555;
}
.zt img {
  width: 100%;
  max-width: auto;
  display: block;
  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;
}
.clearf:after,
.clearf:before {
  display: block;
  content: "";
}
.clearf:after {
  clear: both;
}
.clear {
  clear: both;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.w100 {
  width: 100%;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.w1280 {
  width: 1280px;
  margin: 0 auto;
}
.flex-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;
}
/* .container {
  width: 1136px;
  margin: 0 auto;
  position: relative;
} */
.sectionbox {
  width: 100%;
  padding: 42px 0;
}
.tit_s {
  color: #333;
  font-size: 23px;
  text-align: center;
  position: relative;
  margin-bottom: 28px;
}
.tit_s h2 {
  color: #333;
  font-size: 36px;
}
.tit_s::after {
  position: absolute;
  content: "";
  width: 64px;
  height: 6px;
  background: #d76d00;
  left: 50%;
  top: 61px;
  transform: translateX(-50%);
  z-index: 999;
}
.tit_b {
  color: #333;
  font-size: 21px;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.tit_b::after {
  position: absolute;
  content: "";
  width: 258px;
  height: 3px;
  background: #999;
  left: 50%;
  top: -12px;
  transform: translateX(-50%);
}
/*CURSOR: url('http://xxx.jpg'); */
#tjzybox {
  display: none;
}
.right-zx {
  box-sizing: content-box;
}
.tjzybox {
  display: none;
}
.container {
  width: 1280px;
  margin: 0 auto;
  position: relative;
}
.zstj-sec {
  width: 100%;
  padding: 40px 0 48px 0;
  background: #ffff;
}
.tit_1 {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.tit_1 h2 {
  font-size: 40px;
  color: #323332;
}
.tit_1::before {
  content: "";
  position: absolute;
  width: 250px;
  height: 1px;
  background: #67cef7;
  top: 60px;
  left: 200px;
}
.tit_1:after {
  content: "";
  position: absolute;
  width: 250px;
  height: 1px;
  background: #67cef7;
  top: 60px;
  right: 200px;
}
.tit_2 {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.tit_2 .t-link {
  position: absolute;
  justify-content: center;
  left: 50%;
  transform: translateX(-50%);
  top: 43px;
}
.tit_2 .t-link a {
  display: block;
  border-radius: 16px;
  background: #008aff;
  text-align: center;
  color: #fff;
  padding: 6px 16px;
  margin: 0 18px;
}
.tit_2 .t-link a:nth-child(2) {
  background: #eb6fb7;
}
.tit_2 .t-link a:nth-child(3) {
  background: #eb8613;
}
.tit_2 .t-link a:nth-child(4) {
  background: #42d7e2;
}
.tit_2 p {
  display: inline-block;
  text-align: center;
  font-size: 20px;
  color: #000;
  padding: 6px 0 30px;
}
.tit_2 p.v-des {
  padding-bottom: 60px;
}
.tit_2 p img {
  width: auto;
  display: block;
}
.zstj-btn {
  width: 100%;
  padding-top: 44px;
  justify-content: center;
}
.zstj-btn a {
  display: block;
  border-radius: 8px;
  width: 240px;
  height: 50px;
  background: #008aff;
  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 50px;
}
.zstj-btn a:nth-child(1) {
  margin-right: 56px;
  color: #fff;
}
.zstj-btn a:nth-child(2) {
  background: transparent;
  border: 2px solid #008aff;
  color: #000;
}
.pink {
  background: #fff3ec;
}
.qianlan {
  background: #edf3f8;
}
/*banner*/
.xdxf-banner {
  position: relative;
  max-width: 1920px;
  padding-top: 741px;
  margin: 0 auto;
  overflow: hidden;
}
.xdxf-banner .banner-wrap {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1920px;
}
.zstj-banner {
  position: relative;
  max-width: 1920px;
  /* padding-top: 455px; */
  margin: 0 auto;
  overflow: hidden;
  height:455px;
}
.zstj-banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  opacity: 0.9;
  background: none;
  margin: 0 7px;
  border: 2px solid #fff;
}
.zstj-banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}
.bd-con {
  padding-bottom: 22px;
}
.xdxfbd-wrap {
  width: 100%;
  justify-content: space-between;
}
.xdxfbd-wrap .pic-sec {
  width: 600px;
}
.xdxfbd-wrap .bd-sec {
  width: 600px;
  height: 360px;
  padding: 48px 0 36px 0;
  background: #924f2f;
  margin-top: 40px;
}
.xdxfbd-wrap .bd-sec h4 {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.xdxfbd-wrap .bd-sec .xuanxiang {
  width: 100%;
  justify-content: space-between;
  padding: 20px 18px 18px 18px;
}
.xdxfbd-wrap .bd-sec .xuanxiang .choice {
  width: 132px;
  position: relative;
  cursor: pointer;
  margin-top: 10px;
  height: 40px;
}
.xdxfbd-wrap .bd-sec .xuanxiang .choice input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.xdxfbd-wrap .bd-sec .xuanxiang .choice label {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  line-height: 40px;
  cursor: pointer;
  color: #fff;
}
.xdxfbd-wrap .bd-sec .xuanxiang .choice input[type="radio"] + .radio-label:before {
  content: "";
  border-radius: 50%;
  /* border: 1px solid #fff; */
  background: #924f2f;
  box-shadow: inset 0 0 0 12px #fff;
  display: inline-block;
  width: 1em;
  height: 1em;
  position: relative;
  top: 0.72rem;
  margin-right: 0.56em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
}
.xdxfbd-wrap .bd-sec .xuanxiang .choice input[type="radio"]:checked + .radio-label:before {
  background-color: #924f2f;
  box-shadow: inset 0 0 0 6px #fff;
  border-color: #fff;
}
.xdxfbd-wrap .bd-sec .form-box {
  padding: 5px 26px;
}
.xdxfbd-wrap .bd-sec .form-box .hqxf-form {
  width: 100%;
  background: #fff;
  margin-bottom: 20px;
}
.xdxfbd-wrap .bd-sec .form-box .hqxf-form input {
  font-size: 20px;
  color: #666;
  line-height: 56px;
  text-indent: 16px;
  width: 100%;
}
.xdxfbd-wrap .bd-sec .form-box .hqxf-form-sub {
  width: 100%;
  background: #d66c08;
  border-radius: 9px;
  text-align: center;
}
.xdxfbd-wrap .bd-sec .form-box .hqxf-form-sub .sub-btn {
  font-size: 24px;
  color: #fff;
  line-height: 56px;
  width: 100%;
  cursor: pointer;
}
.zy-con {
  width: 100%;
}
.zy-con .navs-zy {
  justify-content: center;
  margin: 0 auto;
  padding-bottom: 44px;
}
.zy-con .navs-zy li {
  width: 200px;
  line-height: 50px;
  font-size: 24px;
  background: #fff;
  color: #3eb5fa;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
}
.zy-con .navs-zy li:nth-child(2) {
  margin: 0 18px;
}
.zy-con .navs-zy .on {
  background: #008aff;
  color: #fff;
}
.zy-content{height:1400px!important}
.zybox2 {
  width: 100%;
  margin: 0px auto;
}
.zybox2 .zy {
  justify-content: space-between;
}
.zybox2 .zy .zy-item {
  width: 410px;
  padding: 21px 27px 28px;
  background: #fff;
  text-align: center;
  margin-bottom: 24px;
}
.zybox2 .zy .zy-item:nth-child(7),
.zybox2 .zy .zy-item:nth-child(8),
.zybox2 .zy .zy-item:nth-child(9) {
  margin-bottom: 0;
}
.zybox2 .zy .zy-item h4 {
  font-size: 27px;
  font-weight: normal;
  padding: 1px 0;
}
.zybox2 .zy .zy-item .pic {
  margin: 16px auto;
  width: 320px;
  border-radius: 6px;
  overflow: hidden;
}
.zybox2 .zy .zy-item .ora {
  color: #d66c08;
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 6px;
  width: 100%;
}
.zybox2 .zy .zy-item .des {
  width: 99%;
  font-size: 19px;
  text-align: justify;
  margin: 0 auto;
  letter-spacing: 0;
  color: #444343;
}
.zybox2 .zy .zy-item .btn {
  width: 94%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  margin-top: 16px;
}
.zybox2 .zy .zy-item .btn a {
  display: block;
  width: 50%;
  background: #fff;
  border: 1px solid #008aff;
  color: #000;
  line-height: 32px;
  font-size: 20px;
}
.zybox2 .zy .zy-item .btn a:nth-child(1) {
  background: #008aff;
  color: #fff;
}
.qsxbox {
  justify-content: space-between;
  flex-wrap: wrap;
}
.qsxbox .qsx-item {
  width: 380px;
  /* background: #fff3ec; */
  background: #edf3f8;
  border-radius: 10px;
  padding: 12px 13px 0 13px;
  text-align: center;
  margin-bottom: 24px;
}
.qsxbox .qsx-item .pic {
  border-radius: 10px;
  overflow: hidden;
  width: 352px;
  margin: 0 auto;
}
.qsxbox .qsx-item .pic .xh {
  position: absolute;
  top: 28px;
  left: 26px;
  /* background: url(/images_2021/cgzs/xhbg.png) no-repeat; */
  line-height: 30px;
  font-size: 26px;
  color: #000;
  z-index: 1;
}
.qsxbox .qsx-item .pic:before {
  width: 58px;
  height: 72px;
  background: #6fbdf1;
  border-radius: 0 0 28px 28px;
  content: "";
  position: absolute;
  top: 0;
  left: 12px;
}
.qsxbox .qsx-item .pic:after {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  content: "";
  position: absolute;
  top: 18px;
  left: 16px;
}
.qsxbox .qsx-item p {
  font-size: 20.5px;
  margin: 12px auto 13px;
  color: #000;
}
.qsxbox .qsx-item:nth-child(4),
.qsxbox .qsx-item:nth-child(5),
.qsxbox .qsx-item:nth-child(6) {
  margin-bottom: 0;
}
.why-box {
  width: 100%;
  justify-content: space-between;
}
.why-box .pk-sec {
  width: 568px;
  height: 518px;
  position: relative;
}
.why-box .pk-sec .pk-tit {
  width: 100%;
  height: 448px;
  text-align: center;
  padding: 15px 0;
  background: #f5dacd;
  padding-left: 20px;
}
.why-box .pk-sec .pk-tit h4 {
  color: #b23602;
  font-weight: bold;
  font-size: 26px;
}
.why-box .pk-sec .pk-tit h4 span {
  margin-left: 120px;
}
.why-box .pk-sec .pk-con {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff;
  padding: 24px;
  z-index: 0;
}
.why-box .pk-sec .pk-con .pk-con-sec {
  background: url(/images_2016/xdxf/pk.png) no-repeat center center;
  width: 498px;
  justify-content: center;
  height: 98px;
  margin-bottom: 6px;
  z-index: 2;
}
.why-box .pk-sec .pk-con .pk-con-sec .pk-item {
  width: 50%;
  background: #f5dacd;
  z-index: -1;
}
.why-box .pk-sec .pk-con .pk-con-sec .pk-item h4 {
  font-size: 22px;
  color: #b23602;
  padding: 13px 0 0 20px;
}
.why-box .pk-sec .pk-con .pk-con-sec .pk-item p {
  font-size: 16px;
  color: #9e6c54;
  padding: 0 0 0 22px;
}
.why-box .pk-sec .pk-con .pk-con-sec .pk-item:nth-child(2) {
  background: #fff;
  border: 2px solid #f5dacd;
  border-left: none ;
}
.why-box .pk-sec .pk-con .pk-con-sec .pk-item:nth-child(2) h4 {
  font-size: 22px;
  color: #000;
  padding: 13px 0 0 68px;
}
.why-box .pk-sec .pk-con .pk-con-sec .pk-item:nth-child(2) p {
  font-size: 16px;
  color: #666;
  padding: 0 0 0 70px;
}
.why-box .pk-sec .pk-con .pk-con-sec:last-child {
  margin-bottom: 0;
}
.why-box .ms-sec {
  width: 558px;
  height: 518px;
  justify-content: space-between;
}
.why-box .ms-sec .ms-item {
  width: 175px;
  display: block;
  text-align: center;
  color: #b23602;
  font-size: 21px;
  text-transform: uppercase;
}
.why-box .ms-sec .ms-item .pic {
  position: relative;
}
.why-box .ms-sec .ms-item .pic::after {
  position: absolute;
  width: 154px;
  height: 394px;
  border: 1px solid #d8b9ab;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
}
.why-box .ms-sec .ms-item p {
  background: #f5dacd;
  padding: 10px 0;
  margin-top: 8px;
}
.why-box .ms-sec .ms-item:nth-child(1),
.why-box .ms-sec .ms-item:nth-child(3) {
  margin-top: 26px;
}
.pic-box {
  width: 100%;
  justify-content: space-between;
}
.pic-box .pic-sec {
  width: 305px;
  overflow: hidden;
}
.pic-box .pic-sec a {
  display: block;
}
.pic-box .pic-sec a img {
  display: block;
  width: 100%;
  border: none;
  -webkit-transition: all 0.36s linear;
  transition: all 0.36s linear;
}
.pic-box .pic-sec a img:hover {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}
.pic-box .pic-sec a:nth-child(2) {
  margin-top: 11px;
}
.pic-box .pic-sec:nth-child(1) {
  width: 491px;
}
.ys-box {
  justify-content: space-between;
  margin-bottom: 40px;
}
.ys-box .ys-sec {
  width: 23.4%;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 10px 2px #ddd;
  box-shadow: 0 3px 10px 2px #ddd;
  text-align: center;
}
.ys-box .ys-sec .h {
  position: relative;
  display: inline-block;
  letter-spacing: -2px;
}
.ys-box .ys-sec .h h4 {
  font-size: 24px;
  color: #5bb0f5;
}
.ys-box .ys-sec .h h4 span {
  font-size: 100px;
}
.ys-box .ys-sec .h i {
  position: absolute;
  top: -1px;
  right: 0;
  font-size: 34px;
  color: #5bb0f5;
}
.ys-box .ys-sec p {
  font-size: 24px;
  color: #333;
  margin-bottom: 18px;
  margin-top: -12px;
}
.ys2-box {
  justify-content: space-between;
  margin-bottom: 10px;
  background: #fff;
  padding: 18px 18px 18px 0;
}
.ys2-box .txt {
  width: 416px;
  padding-left: 17px;
  position: relative;
  z-index: 0;
}
.ys2-box .txt .bg {
  background: #5bb0f5;
  border-radius: 10px;
  transform: skewX(-10deg);
  width: 271px;
  height: 51px;
  position: absolute;
  top: 0px;
  left: 20px;
  z-index: -1;
}
.ys2-box .txt h4 {
  font-size: 30px;
  color: #fff;
  display: inline-block;
  margin: 0 0 27px 70px;
  padding-top: 4px;
}
.ys2-box .txt li {
  position: relative;
  padding-left: 42px;
  font-size: 20px;
  color: #000;
  background: url(/images_2016/zstj/xz2.png) no-repeat center left;
  line-height: 50px;
  margin-left: 16px;
}
.ys2-box .txt li:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ys2-box .pic {
  width: 355px;
  position: relative;
}
.ys2-box .pic a {
  display: block;
  width: 100%;
}
.ys2-box .pic a img {
  display: block;
  width: 100%;
  border-radius: 12px;
}
.ys2-box .pic a:nth-child(2) {
  position: absolute;
  left: 16px;
  bottom: 18px;
}
.ys2-box .pic a:nth-child(2) img {
  width: auto;
}
/* .btn{width: 284px; height: 50px; line-height: 20px; padding: 15px 30px; background: #cc7833; color: #fff; margin: 42px auto 0; font-size: 18px; border-radius: 3px; text-align: center;} */
.qa-wrap {
  margin: 0 auto;
  padding: 0px 15px 22px 15px;
  -webkit-box-shadow: 0 3px 10px 2px #ddd;
  box-shadow: 0 3px 10px 2px #ddd;
}
.qa-wrap h3 {
  text-align: center;
  font-size: 30px;
  margin: 0 auto;
  padding-top: 32px;
}
.qa-wrap em {
  display: block;
  font-size: 18px;
  text-align: center;
}
.qa-wrap p {
  font-size: 16px;
  padding: 16px 0;
  line-height: 28px;
  text-indent: 2em;
}
.qa-wrap .qa-pic {
  justify-content: space-between;
}
.qa-wrap .qa-pic .qa-pic-i {
  width: 24.24%;
  overflow: hidden;
}
.qa-wrap .qa-pic .qa-pic-i img {
  width: 100%;
  display: block;
  border: 1px solid #ddd;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.qa-wrap .qa-pic-i:hover img {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
  transform: scale(1.04);
}
.qa-sec {
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 8px;
}
.qa-sec .qa-item {
  width: 48.5%;
  -webkit-box-shadow: 0 3px 10px 2px #ddd;
  box-shadow: 0 3px 10px 2px #ddd;
  padding: 1.8%;
  margin: 32px 0px 0px 0px;
  position: relative;
  box-sizing: border-box;
}
.qa-sec .qa-item h4 {
  display: block;
  border-radius: 16px;
  background: #969696;
  text-align: center;
  color: #fff;
  padding: 6px 16px;
  font-size: 16px;
  display: inline-block;
}
.qa-sec .qa-item p {
  font-size: 17px;
  line-height: 48px;
}
.qa-sec .qa-item a {
  display: inline-block;
  position: absolute;
  top: 31%;
  border-radius: 16px;
  transform: translateY(-50%);
  right: 3.2%;
  background: #3e9ef1;
  text-align: center;
  color: #fff;
  padding: 6px 16px;
}
.p-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-shadow: 0 10px 10px #ccc;
}
.p-wrap .p-item {
  width: 25%;
  padding: 15px 23px;
  position: relative;
  box-sizing:border-box;
}
.p-wrap .p-item .pic {
  padding-bottom: 15px;
}
.p-wrap .p-item .pic .pic_box {
  width: 120px;
  margin: 0 auto;
  height: 120px;
  border-radius: 50%;
  line-height: 120px;
  background: #008aff;
  font-size: 30px;
  color: #fff;
  text-align: center;
  position: relative;
}
.p-wrap .p-item .pic .pic_xian {
  width: 20px;
  height: 100px;
  background: #fff;
  position: absolute;
  left: -10px;
  top: 0px;
}
.p-wrap .p-item .pic .pic_xian2 {
  width: 20px;
  height: 100px;
  background: #fff;
  position: absolute;
  right: -10px;
  top: 0px;
}
.p-wrap .p-item .font_con {
  text-align: left;
  height: 73px;
}
.p-wrap .p-item .font_con p {
  margin-bottom: 5px;
}
.p-wrap .p-item .font_con p span {
  display: inline-block;
  font-size: 16px;
}
.p-wrap .p-item .font_con p span:first-child {
  width: 6px;
  height: 6px;
  background: #ea444b;
  border-radius: 50%;
  margin-right: 10px;
  transform: translateY(-3px);
}
.p-wrap .p-item .img {
  margin-top: 15px;
  text-align: center;
}
.p-wrap .p-item .img img {
  display: inline-block;
  border-radius: 8px;
}
.p-wrap .p-item .btn {
  text-align: center;
  margin-top: 15px;
}
.p-wrap .p-item .btn a {
  width: 80px;
  line-height: 35px;
  color: #ea444b;
  font-size: 16px;
  border: 1px solid #ea444b;
  display: inline-block;
  border-radius: 25px;
}
.p-wrap .p-item .line {
  border-right: 1px solid #e4e4e4;
  position: absolute;
  height: 360px;
  width: 1px;
  right: 0px;
  top: 100px;
}
.p-wrap .p-item:last-child .line {
  display: none;
}
.hj-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.hj-wrap .hj-item {
  width: 24%;
}
.hj-wrap .hj-item a {
  display: block;
}
.hj-wrap .hj-item a img {
  width: 100%;
  display: block;
  border-radius: 16px;
}
.hj-wrap .hj-item.mb-num {
  margin-bottom: 24px;
}
.help-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 0.992%;
}
.help-wrap .help-item {
  width: 32.2%;
  margin-bottom: 1.6%;
}
.help-wrap .help-item a {
  padding: 2% 3%;
  box-shadow: 0 1px 12px 0px rgba(0, 0, 0, 0.14), 0 4px 10px 1px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.1);
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 16px;
  transition: all 0.12s;
}
.help-wrap .help-item a:hover {
  color: #fff;
  background-color: rgba(236, 125, 22, 0.8);
}
.link-wrap-ny {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 100%;
  margin-bottom: 10px;
}
.link-wrap-ny .link-item {
  text-align: center;
  width: 10%;
  padding: 4px 0 20px 0;
}
.link-wrap-ny .link-item .pic {
  width: 32%;
  margin: 10px auto 10px auto;
}
.link-wrap-ny .link-item .pic img {
  width: 100%;
  text-align: center;
  margin: 0 auto 0 auto;
}
.link-wrap-ny .link-item .des {
  text-align: center;
  font-size: 17px;
}
.link-wrap-ny .link-item:nth-child(6) .des {
  padding-top: 4px;
}
.link-wrap-ny .link-item:hover {
  background: #f5f5f5;
}