* {
  margin: 0;
  padding: 0;
}
body {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
ul,
ol {
  list-style: none;
}
a {
  text-decoration: none;
}
img {
  display: block;
}
.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;
}
.tpxx-banner {
  position: relative;
  max-width: 1920px;
  /* padding-top: 455px; */
  margin: 0 auto;
  overflow: hidden;
}
.tpxx-banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  opacity: 0.9;
  background: none;
  margin: 0 7px;
  border: 2px solid #fff;
}
.tpxx-banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}
.banner a {
  display: block;
  line-height: 0;
}
.banner img {
  width: 100%;
}
.paragraph {
  padding: 50px 0 0;
  width: 1200px;
  margin: 0 auto;
}
.paragraph .info {
  font-size: 16px;
  padding: 8px 0;
}
.para-sec {
  background: #F7F7F7;
  width: 100%;
  margin: 0 auto;
}
.pymb {
  display: block;
  position: relative;
}
.pymb .pic1 {
  justify-content: space-between;
  flex-wrap: wrap;
}
.pymb .pic1 .mbfm {
  width: 47.6%;
}
.pymb .pic1 .mbfm img {
  width: 100%;
  display: block;
}
.pymb .pic1 .mbfm:nth-child(1),
.pymb .pic1 .mbfm:nth-child(2) {
  margin-bottom: 20px;
}
.pymb .pic2 {
  width: 142px;
  height: 142px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.9;
}
.mbfm,
.mbinfo {
  display: table-cell;
  vertical-align: middle;
}
.mbfm {
  width: 600px;
}
.mbinfo {
  padding-left: 20px;
}
.mbinfo small {
  display: block;
  font-size: 24px;
  color: #666;
}
.mbinfo strong {
  display: block;
  font-size: 36px;
  color: #C8A152;
}
.mbinfo font {
  display: block;
  font-size: 16px;
  color: #666;
  line-height: 28px;
  margin: 20px 0;
}
.mbinfo a {
  display: block;
  width: 198px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 18px;
  color: #C8A152;
  border: 1px solid #C8A152;
  border-radius: 30px;
}
.jx_para {
  background: url("../images/jx_bg.jpg") no-repeat left top;
  padding: 40px 0 0;
  width: 1200px;
  margin: 50px auto 0;
}
.p_title {
  text-align: center;
  padding-bottom: 15px;
  position: relative;
}
.p_title strong {
  display: block;
  font-size: 36px;
  color: #C8A152;
  line-height: 38px;
}
.p_title font {
  display: block;
  color: #333333;
  font-size: 20px;
  line-height: 22px;
  margin-top: 13px;
}
.p_title::after {
  content: "";
  display: block;
  width: 100px;
  height: 5px;
  background: #666;
  border-radius: 8px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -50px;
}
.jxnr {
  margin-top: 20px;
}
.jxnr .swiper-wrapper {
  width: 1000px;
  height: 430px;
  margin: 0 auto;
}
.jxinfo {
  box-sizing: border-box;
  width: 1000px;
  height: 353px;
  background: #fff;
  box-shadow: 0 0 8px #dcdcdc;
  position: relative;
  z-index: -1;
  padding: 231px 50px 0;
  margin-top: 69px;
}
.jxinfo > img {
  position: absolute;
  top: -69px;
}
.jxicon {
  display: block;
  width: 86px;
  height: 86px;
  position: absolute;
  top: 190px;
  left: 67px;
  z-index: 2;
}
.jxinfo strong {
  display: block;
  font-size: 20px;
  color: #333;
  text-indent: 115px;
  margin-top: 10px;
}
.jxinfo strong em {
  font-style: normal;
  font-weight: normal;
  display: none;
}
.jxinfo font {
  display: block;
  font-size: 16px;
  color: #666;
  line-height: 28px;
  margin-top: 10px;
}
.jxnr .swiper-button-next,
.jxnr .swiper-button-prev {
  top: 74%;
  color: transparent;
  width: 80px;
  height: 30px;
  margin-top: 0;
}
.jxnr .swiper-button-prev {
  left: 0;
  background: url("../images/pagination.jpg") no-repeat center center;
}
.jxnr .swiper-button-next {
  right: 0;
  background: url("../images/pagination.jpg") no-repeat center center;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.p_btn {
  padding: 36px 0;
  overflow: hidden;
}
/* .p_btn.youshi{padding-bottom: 32px;} */
.p_btn a {
  display: block;
  width: 198px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border: 1px solid #C8A152;
  border-radius: 20px;
  font-size: 18px;
  letter-spacing: 1px;
  float: left;
}
.p_btn a:first-child {
  background: #C8A152;
  color: #fff;
  margin-left: 370px;
}
.p_btn a:last-child {
  background: #fff;
  color: #C8A152;
  margin-left: 60px;
}
.jxv {
  margin-top: 15px;
  overflow: hidden;
}
.jxv .left {
  width: 796px;
  float: left;
  overflow: hidden;
}
.jxv .right {
  width: 392px;
  float: right;
}
.jxv li a {
  display: block;
  line-height: 0;
}
.jxv li.left a {
  float: left;
}
.jxv li.left a:nth-child(2n+2) {
  margin-left: 12px;
}
.jxv li.left a:nth-child(n+3) {
  margin-top: 12px;
}
.ys_para {
  width: 1276px;
  margin: 0 auto;
  padding: 50px 0 0;
}
.zyys {
  width: 1200px;
  padding: 0 38px;
  margin: 15px auto 0;
}
.zyys .swiper-slide {
  position: relative;
}
.ysicon {
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 145px;
  left: 50%;
  margin-left: -50px;
  z-index: 9;
}
.ysicon-1 {
  background: url("../images/ysicon_b1.png") no-repeat;
  background-size: 100% 100%;
}
.ysicon-2 {
  background: url("../images/ysicon_b2.png") no-repeat;
  background-size: 100% 100%;
}
.ysicon-3 {
  background: url("../images/ysicon_b3.png") no-repeat;
  background-size: 100% 100%;
}
.ysicon-4 {
  background: url("../images/ysicon_b4.png") no-repeat;
  background-size: 100% 100%;
}
.ysicon-5 {
  background: url("../images/ysicon_b5.png") no-repeat;
  background-size: 100% 100%;
}
.ysicon-6 {
  background: url("../images/ysicon_b6.png") no-repeat;
  background-size: 100% 100%;
}
.zyys .swiper-slide-active .ysicon-1 {
  background: url("../images/ysicon_r1.png") no-repeat;
}
.zyys .swiper-slide-active .ysicon-2 {
  background: url("../images/ysicon_r2.png") no-repeat;
}
.zyys .swiper-slide-active .ysicon-3 {
  background: url("../images/ysicon_r3.png") no-repeat;
}
.zyys .swiper-slide-active .ysicon-4 {
  background: url("../images/ysicon_r4.png") no-repeat;
}
.zyys .swiper-slide-active .ysicon-5 {
  background: url("../images/ysicon_r5.png") no-repeat;
}
.zyys .swiper-slide-active .ysicon-6 {
  background: url("../images/ysicon_r6.png") no-repeat;
}
.ysinfo {
  width: 289px;
  background: #fff;
  border: 1px solid #e8e8e8;
  padding-top: 40px;
  padding-bottom: 18px;
  text-align: center;
}
.ysinfo strong {
  display: block;
  font-size: 20px;
  line-height: 22px;
  color: #333;
}
.ysinfo font {
  display: block;
  font-size: 16px;
  color: #666;
  line-height: 18px;
  margin-top: 10px;
}
.zyys .swiper-slide-active .ysinfo strong,
.zyys .swiper-slide-active .ysinfo font {
  color: #C8A152;
}
.zyys .swiper-button-prev,
.zyys .swiper-container-rtl .swiper-button-next {
  left: 0;
}
.zyys .swiper-button-next,
.zyys .swiper-container-rtl .swiper-button-prev {
  right: 0;
}
.zyys .swiper-button-next,
.zyys .swiper-button-prev {
  width: 38px;
  height: 100%;
  top: 22px;
  color: transparent;
}
.zyys .swiper-button-prev {
  background: #fff url("../images/zynavigation.jpg") no-repeat left center;
}
.zyys .swiper-button-next {
  background: #fff url("../images/zynavigation.jpg") no-repeat left center;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.zyys .swiper-button-prev:hover {
  background: #fff url("../images/navigation_active.jpg") no-repeat right center;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.zyys .swiper-button-next:hover {
  background: #fff url("../images/navigation_active.jpg") no-repeat right center;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.full_para {
  box-sizing: border-box;
  padding: 50px 0 00px;
  /* margin-top: 50px; */
  width: 100%;
  max-width: 1920px;
  background: url("../images/xszp_bg.jpg") no-repeat;
  background-size: 100% 100%;
}
.xszp {
  width: 84%;
  margin: 15px auto 0;
  overflow: hidden;
  justify-content: space-between;
}
.xszp .zp-item {
  width: 24%;
  overflow: hidden;
}
.xszp .zp-item a {
  display: block;
}
.xszp .zp-item a img {
  width: 100%;
  display: block;
  transition: all 0.3s;
}
.xszp .zp-item:hover a img {
  transform: scale(1.16);
}
.xszp a {
  display: block;
  line-height: 0;
  border: 1px solid #e8e8e8;
}
.xszp .left {
  width: 297px;
  float: left;
}
.xszp .right {
  width: 899px;
  float: right;
  overflow: hidden;
}
.xszp .right a {
  float: left;
  margin-right: 4px;
}
.xszp .right a:nth-child(3n+3) {
  margin-right: 0;
}
.xszp .right a:nth-child(n+4) {
  margin-top: 4px;
}
.xxx {
  width: 1200px;
  margin: 0 auto;
}
.other {
  overflow: hidden;
  margin-top: 15px;
}
.other a {
  display: block;
  float: left;
  position: relative;
  line-height: 0;
  margin-right: 12px;
}
.other a:last-child {
  margin-right: 0;
}
.other a span {
  display: block;
  width: 175px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.last_para {
  padding: 50px 0 30px;
}
.zy-sec {
  width: 100%;
  margin: 0 auto;
  background: url(../images/c1bg.jpg) no-repeat;
  background-size: 100% 100%;
}
.zy-wrap {
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 16px;
}
.zy-wrap .zy-item {
  width: 24%;
  background: #fff;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.zy-wrap .zy-item .pic {
  width: 100%;
  display: block;
}
.zy-wrap .zy-item .pic img {
  display: block;
  width: 100%;
}
.zy-wrap .zy-item .des {
  text-align: center;
  display: block;
}
.zy-wrap .zy-item .des h4 {
  font-weight: bold;
  font-size: 19px;
  padding: 10px 0;
}
.zy-wrap .zy-item .btn {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-top: 0px;
  text-align: center;
}
.zy-wrap .zy-item .btn a {
  display: block;
  width: 47%;
  background: #fff;
  border: 1px solid #e2c310;
  color: #000;
  line-height: 32px;
  font-size: 17px;
  border-radius: 12px;
}
.zy-wrap .zy-item .btn a:first-child {
  background: #e2c310;
  color: #fff;
}
.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;
  display: block;
}
.help-wrap .help-item a:hover {
  color: #fff;
  background-color: rgba(161, 146, 4, 0.8);
}
.link-wrap-ny {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 100%;
  margin-bottom: 10px;
  padding-top: 12px;
}
.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;
  color: #6b6467;
}
.link-wrap-ny .link-item:nth-child(6) .des {
  padding-top: 4px;
}
.link-wrap-ny .link-item:hover {
  background: #f5f5f5;
}
