header {
  background: #e9eef9;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  height: 110px;
}

.header h1 {
  width: 370px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-right: 1px solid #d1d6e0;
  height: 100%;
}

.header h1 .txt {
  width: 225px;
  height: 100%;
  display: flex;
}

.header h1 .txt .t {
  display: flex;
  align-items: center;
  margin-right: 30px;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.header h1 .txt a {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
}

.header h1 .txt a:hover {
  overflow: inherit
}

.header h1 .txt .des_t {
  position: absolute;
  right: -0;
  top: 100%;
  background: #fff;
  box-shadow: 0 0 5px rgb(0 0 0 / 30%);
  padding: 4px 10px;
  white-space: nowrap;
  opacity: 0;
  transform: translateY(10px);
  transition: all .4s;
  z-index: 99;
}

.header h1 .txt a:hover .des_t {
  opacity: 1;
  transform: translateY(0)
}

.header h1 .txt .des_t i {
  width: 15px;
  height: 15px;
  background: url('../images/meiguo.svg') no-repeat center;
  background-size: 100% 100%;
  display: inline-block;
  vertical-align: middle;
}

.header h1 .txt .des_t span {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
}

.header h1 .txt .set {
  width: 10px;
  height: 6px;
  background: url('../images/h_jt.png') no-repeat center;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.header h1 .txt .t h6 {
  font-size: 18px;
  font-weight: bold;
  color: #666666
}

.header h1 .txt .t p {
  font-size: 14px;
  color: #b6bac2;
  text-transform: uppercase;
}

.header h1 .txt .t p::before {
  width: 8px;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
  content: '';
  background: #b6bac2;
  margin-right: 3px;
}

.header h1 .txt .t p::after {
  width: 8px;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
  content: '';
  background: #b6bac2;
  margin-left: 3px;
}

.header-nav .h_nav ul {
  display: flex;
}

.header-nav .h-ss-view {
  /* margin-left: auto; */
  display: flex;
}

.header-nav .h-ss-view .h-st {
  margin-left: auto;
}

.header-nav .h_nav ul li {
  font-size: 16px;
  color: #666666;
  margin-right: 44px;
}

.header-nav .h_nav ul li:last-of-type {
  margin-right: 0;
}

.h-ss-view .h-st {
  font-size: 16px;
}

.h-ss-view .h-st span {
  color: #f0873f;
  font-weight: bold;
}

.h-ss-view .h-ss {
  width: 150px;
  height: 25px;
  background: #dde2ec;
  border-radius: 16px;
  margin-left: 12px;
  padding: 0 12px;
  position: relative;
}

.h-ss-view .h-ss .text {
  width: 100%;
  display: block;
  line-height: 25px;
}

.h-ss-view .h-ss .submit {
  width: 10px;
  height: 10px;
  background: url('../images/h_ss.png') no-repeat center;
  position: absolute;
  right: 8px;
  top: 8px;
}

.header-nav .h_nav {
  margin-top: 8px;
}

.header-nav .h_nav li>a {
  display: block;
  padding-bottom: 22px;
  position: relative;
}

.header-nav .h_nav li>a::before {
  width: 0%;
  content: '';
  height: 3px;
  background: #f0873f;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transition: all .5s;
  opacity: 0;
}

.header-nav .h_nav li.on>a::before,
.header-nav .h_nav li>a:hover::before {
  width: 100%;
  opacity: 1;
}

.header-nav .h_nav li.on>a {
  color: #f0873f
}

.banner-container .swiper-slide *{height: 100%;width: 100%;}


.jh-set1-tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 56px 0;
}

.jh-set1-tit .title {
  border-left: 4px solid #183384;
  padding: 3px 0;
  padding-left: 26px;

}

.jh-set1-tit .title h6 {
  font-size: 36px;
  color: #183384;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 16px;
}

.jh-set1-tit .title p {
  font-size: 16px;
  line-height: 1;
}

.bj-color {
  background: #e9eef9
}

.jh-set1-tit .h-nav a {
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
  position: relative;
}

.jh-set1-tit .h-nav a::before {
  content: '';
  width: 0;
  height: 2px;
  background: #f0873f;
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  opacity: 0;
  transition: all .5s;
}

.jh-set1-tit .h-nav a.on {
  color: #f0873f;
}

.jh-set1-tit .h-nav a.on::before {
  width: 100%;
  opacity: 1;
}

.jh-set1-ul {
  border-top: 1px solid #d1d6e0;
  border-bottom: 1px solid #d1d6e0
}

.jh-set1-vs::before {
  width: 1px;
  height: 100%;
  background: #d1d6e0;
  right: 475px;
  top: 0;
  content: '';
  position: absolute;
}

.jh-set1-vs .jt_dt {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  /* border: 1px solid #f0873f; */
  background: #f0873f url('../images/jt_dt.png') no-repeat center;
  position: absolute;
  right: 446px;
  top: 50%;
  transform: translateY(-26px);
  cursor: pointer;
  z-index: 3;
}

.jh-set1-vs li {

  height: 572px;
  /* border-right: 1px solid #d1d6e0; */

}

.jh-set1-vs li a {
  width: 400px;
  display: block;
  height: 100%;
}

.jh-set1-vs li .wd-v-tit {
  display: none
}

.jh-set1-vs li .wd-v-tit em {
  width: 140px;
  text-align: center;
  border-radius: 19px;
  line-height: 38px;
  background: #f0873f;
  color: #fff;
  display: block;
  margin-top: 45px;
  transition: all .5s
}

.jh-set1-vs li .wd-v-tit em:hover {
  opacity: 0.8;
  transform: translateY(-6px)
}

.jh-set1-vs li.swiper-slide-active a {
  width: 930px;
}

.jh-set1-vs li .imgd {
  width: 74%;
  margin-left: auto;
  margin-right: 3%;
  text-align: center;
}

.jh-set1-vs li .imgd .txt {
  margin-top: 20px;
}

.jh-set1-vs li .imgd .txt span {
  color: #666
}

.jh-set1-vs li .imgd .txt h6 {
  font-size: 24px;
  color: #333333;
  font-weight: bold;
}

.jh-set1-vs li.swiper-slide-active .wd-v-tit {
  display: block;
  width: 415px;
}

.jh-set1-vs li.swiper-slide-active .imgd {
  width: 360px;
  margin-right: 90px;
}
.jh-set1-vs li.swiper-slide-next .imgd{
  margin-left: 15%;
  margin-top: 16%;
}
.jh-set1-vs li.swiper-slide-next a{
  width: 490px;
}

.jh-set1-vs li.swiper-slide-active .txt {
  display: none
}

.jh-set1-vs li a {
  display: block;
  /* width: 100%; */
  height: 100%;
}

.jh-set1-vs li a .wd-v {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.wd-v-tit>span {
  font-size: 16px;
  color: #666666
}

.wd-v-tit>h6 {
  font-size: 54px;
  font-weight: bold;
  color: #183384;
  padding: 6px 0 12px;
}

.wd-v-tit .cont {
  font-size: 16px;
  color: #666
}

.wd-v-tit .cont h5 {
  color: #666666;
  font-weight: bold;
  margin-top: 26px;
}

/* 产品列表 */
.xx-tab {
  background: #1a3181;
}

.xx-tab .xx-uls {
  width: max-content;
  margin: auto;
}

.xx-tab .xx-uls li {
  width: 130px;
  height: 70px;
  line-height: 70px;
  font-size: 16px;
}

.xx-tab .xx-uls a {
  color: #fff;
  width: 100%;
  height: 100%;
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 1;
}

.xx-tab .xx-uls li a::before {
  background: #f0873f;
  width: 0%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  z-index: -1;
  opacity: 0;
  transition: all .5s ease-out;
}

.xx-tab .xx-uls li:hover a::before,
.xx-tab .xx-uls li.on a::before {
  width: 100%;
  opacity: 1;
}

.xx-set1 {
  background: #e9eef9;
  padding-top: 75px;
}

.xx-set1 .xx-box {
  width: 32%;
  margin-right: 2%;
  /* margin-bottom: 20px; */
}

.xx-set1 .xx-box p {
  line-height: 70px;
  font-size: 18px;
  color: #333;
  text-align: center
}

.xx-set1 .xx-box:nth-of-type(3n) {
  margin-right: 0;
}

.xx-set1 .xx-box .img {
  width: 100%;
  height: 430px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .4s;
}

.xx-set1 .xx-box .img:hover {
  z-index: 2;
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
  box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}

.xx-set1 .xx-box img {
  max-height: 85%;
  max-width: 85%;
  transform: scale(1);
}

/* .xx-set1 .xx-box img {
    width: 454px;
    height: 430px;
} */
.index-set2-nav ul {
  height: 100%;
}

.index-set2-nav li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 25%;
  background: #193284;
  border-bottom: 1px solid #a3adce;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.index-set2-nav li::before {
  width: 0%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #f0873f;
  content: '';
  z-index: -1;
  transition: all .4s ease-in-out;
  opacity: 0;

}

.index-set2-nav li.on::before {
  opacity: 1;
  width: 100%;
}

.index-set2-nav li p {
  color: #fff;
  font-size: 18px;
  margin-left: 20px;
}

.index-set2-nav li:last-of-type {
  border-bottom: none
}

.xx-set1 {
  padding-bottom: 50px;
}

.index-set2-tit {
  text-align: center;
  padding: 38px 0;
}

.index-set2-tit h3 {
  font-size: 36px;
  color: #183384;

}

.index-set2-cont {
  display: flex;
  align-content: center;
}

.index-set2-cont .index-set2-nav {
  width: 24%;
  /* height: ; */
}

.index-set2-view {
  width: 76%;
}

.index-set2-view li {
  position: relative;
}

.index-set2-view li .txt {
  width: 100%;
  height: 100%;
  bottom: 0;
  padding: 0 8%;
  position: absolute;
  left: 0;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 16px;
}

.index-set2-view li .txt h6 {
  font-size: 44px;
  color: #fff;
  margin-right: 22px;
}

.index-set2-view li .txt .cont p {
  font-size: 20px;
}

.index-set2-page {
  position: relative;
}

.index-set2-page .index-jt {
  width: 64px;
  height: 64px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #f0873f url('../images/jt_dt.png') no-repeat center;
  z-index: 3;
  cursor: pointer;
}

.index-set2-top {
  display: flex;
  justify-content: space-between;
  align-content: center;
  margin-top: 18px;
}

.index-set2-t {
  position: relative;
}

.index-set2-t .dts-v {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  left: 0;
  transform: translateY(-50%)
}

.index-set2-t .dts-v span {
  font-size: 16px;
  color: #fff;
}

.index-set2-t .dts-v h6 {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  margin-top: 10px;
}

.index-set2-t .dts-v em {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  display: block;
  margin: 60px auto 0;
  background-image: url('../images/jt-dd.png');
  background-position: center -32px;
  background-repeat: no-repeat;
  transition: all .4s;
}

.index-set2-t .dts-v em:hover {
  background-color: #f0873f;
  background-position: center 15px;
}

.index-set4-cont {
  width: 100%;
}

.index-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 56px 0 38px;
}

.index-title h6 {
  font-size: 36px;
  color: #1a3385;
  font-weight: bold;
}

.index-title a {
  font-size: 14px;
  color: #1a3385
}

.index-set4-cont li {
  width: 32%;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, .1)
}

.index-set4-cont li:hover {
  box-shadow: 0 0 6px rgba(0, 0, 0, .1);
}

.index-set4-cont li:hover .txt h6 {
  color: #f0873f
}

.index-set4-cont li .txt {
  padding: 0 8%;
  margin-top: 16px;
  /* background: #fff */
}

.index-set4-cont li .txt h6 {
  height: 68px;
  color: #666;
  font-size: 20px;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}

.index-set4-cont li .txt h6::before {
  width: 0%;
  height: 1px;
  content: '';
  background: #f0873f;
  position: absolute;
  left: 0;
  bottom: -1px;
  transition: all .5s;
  opacity: 0;
}

.index-set4-cont li:hover .txt h6::before {
  width: 100%;
  opacity: 1;
}

.index-set4-cont li .txt .a {
  display: flex;
  line-height: 60px;
  justify-content: space-between;
  align-items: center;
  color: #666;
}

.index-set4-cont li .txt .a em {
  width: 5px;
  height: 9px;
  display: block;
  background: url('../images/index-jt5.png') no-repeat center;
}

.index-set4-cont li .img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 260px;
}

.index-set4-cont li .img img {
  max-width: 100%;
  object-fit: scale-down;
}

.w1400 .index-list {
  padding-bottom: 42px;
}

.w1400 .swiper-pagination.swiper-pagination-bullets {
  bottom: -5px;
}

.w1400 .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
}

.w1400 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #f0873f
}

/* .index-set2-page,
.index-set2-page ul,
.index-set2-page li,
.index-set2-page a,
.index-set2-page img{
  display: block;
  height: 100%;
} */
.index-set5 li {
  width: 32%;

}

.index-set5 li h6 {
  font-size: 20px;
  color: #666;
  margin-top: 20px;
  text-align: center;
  padding-bottom: 20px;
}

.sp-set1 ul li:hover h6,
.xx-set1 .xx-box:hover p,
.gzys-set1 ul li:hover h6,
.ryzz-set li:hover h6,
.qywh-set2 ul li:hover h6,
.index-set5 li:hover h6 {
  color: #f0873f
}

.index-set6-cont ul {
  display: flex;
  flex-wrap: wrap;
}

.index-set6-cont ul li {
  width: 16%;
  margin-right: 0.8%;
  margin-bottom: 12px;
}

.index-set6-cont ul li:nth-of-type(6n) {
  margin-right: 0;
}

.index-set6 {
  padding-bottom: 112px;
  background: url('../images/index-set6-bj.jpg') no-repeat center;
  background-size: 100% 100%
}

footer {
  /* background: #2a3042 */
  background: url('../images/foot-bj.jpg') no-repeat center;
  background-size: 100% 100%
}

.footer-top {
  padding: 70px 0 132px;
  display: flex;
  justify-content: space-between;
}

.Links {
  margin: 30px 0;
}

.Links span {
  font-size: 16px;
  color: #fff;
}

.Links a {
  font-size: 14px;
  color: #cccccc;
  margin-right: 20px;
}

.footer-list {
  display: flex;
}

.footer-list .dt {
  margin-right: 136px;
}

.footer-list .dt h6 {
  font-size: 36px;
  color: #f0873f;
  font-weight: bold;
  margin-bottom: 10px;
}

.footer-list .dt .cont {
  color: #e0e0e1;
  font-size: 14px;
}

.footer-list .dt .cont p {
  margin-bottom: 10px;
}

.footer-list ul {
  /* margin-bottom: 20px; */
  font-size: 16px;
  margin-right: 40px;
}

.footer-list ul li {
  margin-bottom: 20px;

}

.footer-list ul li a {
  color: #e0e0e2
}

.footer-list ul li a:hover {
  color: #f0873f
}

.foot-logo .foo-wx {
  display: flex;
  margin-top: 16px;
  justify-content: center;
}

.foot-logo .foo-wx .ds {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 6px;
}

.foot-logo .foo-wx .ds img {
  opacity: 0.8;
}

.foot-logo .foo-wx .ds:hover img {
  opacity: 1;
}

.footer-bt {
  display: flex;
  justify-content: space-between;
  line-height: 74px;
  border-top: 1px solid #888a93;
  color: #e7e7e8
}

.footer-bt a:hover {
  color: #fff;
}

.footer-bt a {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  color: #e7e7e8
}

.jszc-set {
  padding-bottom: 90px;
}

.jszc-set h3 {
  font-size: 36px;
  color: #1a3181;
  font-weight: bold;
  text-align: center;
  padding: 60px 0;
}

.jszc-set ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.jszc-set ul li {
  width: 30%;
  text-align: center;
  margin-bottom: 48px;
}

.jszc-set ul li p {
  font-size: 16px;
  color: #666;
  margin-top: 12px;
}

.jszc-set ul li p span {
  color: #f0873f
}

.ppgs-set1 {
  padding: 82px 0;
}

.ppgs-set1-cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ppgs-set1-cont .img {
  width: 50%;
}

.ppgs-set1-cont .txt {
  width: 50%;
  padding-left: 6%;
  padding-right: 3%;
}

.ppgs-set1-cont .txt h6 {
  color: #1d2c64;
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 22px;
}

.ppgs-set1-cont .txt .cont {
  font-size: 16px;
  color: #666
}

.ppgs-set2 {
  width: 100%;
  position: relative;
}

.ppgs-set2 img {
  width: 100%;
  height: auto;
}

.ppgs-set2-cont {
  width: 960px;
  position: absolute;
  left: 50%;
  top: 7%;
  transform: translateX(-50%);
  color: #fff;
  text-align: center;
  font-size: 16px;
}

.ppgs-set2-cont h6 {
  font-size: 36px;
  color: #fff;
  margin-bottom: 18px;
}

.ppgs-set3 {
  padding: 78px 0;
}

.ppgs-set3-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ppgs-set3-cont .txt {
  width: 43%;
}

.ppgs-set3-cont .imgd {
  width: 50%;
  position: relative;
  z-index: 1;
}

.ppgs-set3-cont .imgd img {
  width: 100%;
  height: auto;
}

.ppgs-set3-cont .imgd h6 {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 10px 6%;
  color: #fff;
  font-size: 16px;
}

.ppgs-set3-cont .imgd::before {
  width: 120px;
  height: 120px;
  background: #f0873f;
  content: '';
  position: absolute;
  left: -20px;
  bottom: -20px;
  z-index: -1;
}

.ppgs-set3-cont h6 {
  font-size: 36px;
  color: #1d2c64;
  font-weight: bold;
  margin-bottom: 24px;
}

.ppgs-set3-cont .cont {
  font-size: 16px;
}

.qywh-set1 {
  padding: 80px 0;
}

.qywh-set1-cont {
  width: 100%;
}

.qywh-set1-cont ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center
}

.qywh-set1-cont ul li:nth-of-type(1),
.qywh-set1-cont ul li:nth-of-type(2) {
  width: 49.5%;
  margin-bottom: 16px;
}

.qywh-set1-cont ul li {
  width: 32.5%;
  position: relative;
}

.qywh-set1-cont ul li .txt {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  width: 100%;
}

.qywh-set1-cont ul li .txt h6 {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
}

.qywh-set1-cont ul li .txt p {
  font-size: 16px;
}

.qywh-set1-cont ul li a {
  display: block;
  height: 100%;
}

.qywh-set1-cont ul li a .img img,
.qywh-set1-cont ul li a .img {
  height: 100%;
}

.qywh-set2 {
  padding-bottom: 60px;
}

.qywh-set2 h3 {
  font-size: 36px;
  color: #1a3181;
  font-weight: bold;
  text-align: center;
  padding-bottom: 42px;
}

.qywh-set2 .qywh-set2-cont {
  padding-bottom: 30px;
}

.qywh-set2 ul {
  display: flex;
  flex-wrap: wrap
}

.qywh-set2 ul li {
  width: 32%;
  margin-right: 2%;
}

.qywh-set2 ul li:nth-of-type(3n) {
  margin-right: 0;
}

.qywh-set2 ul li h6 {
  line-height: 56px;
  color: #666;
  font-size: 16px;
  text-align: center;
}

.hxkj-set1 {
  width: 100%;
  padding-bottom: 72px;


}

.hxkj-set1-cont {
  width: 100%;

}

.set2-def-v .cont table {
  border: 1px solid #e5e5e5;
}

.set2-def-v .cont td,
.set2-def-v .cont tr {
  border-color: #e5e5e5 !important;
}

.hxkj-set1-cont .tit {
  text-align: center;
  padding: 50px 0;
}

.hxkj-set1-cont .tit h6 {
  font-size: 36px;
  color: #183384;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 28px;
}

.hxkj-set1-cont .tit p {
  font-size: 16px;
  color: #666;
}

.hxkj-set1-cont .tit p span {
  color: #f0873f
}

.hxkj-set1-view {
  display: flex;
  align-content: center;
  justify-content: space-between;
}

.hxkj-set1-page {
  width: 49%;
  background: #fff;
  padding: 55px;
  border-radius: 8px;
  display: flex;
  transition: all .4s
}

.hxkj-set1-page:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, .1);
  transform: translateY(-6px)
}

.hxkj-set1-page .txt {
  width: 340px;
}

.hxkj-set1-page img {
  width: 125px;
  height: 125px;
  margin-right: 32px;
}

.hxkj-set1-page .txt .t {
  margin-bottom: 16px;
}

.hxkj-set1-page .txt .t h6 {
  font-size: 18px;
  color: #183384;
  font-weight: bold;
}

.hxkj-set1-page .txt .t p {
  font-size: 14px;
  color: #999999
}

.hxkj-set1-page .txt .cont {
  color: #666666
}

.hxkj-set2 {
  width: 100%;
  position: relative;
}

.hxkj-set2 img {
  width: 100%;
  height: auto;
}

.hxkj-set2-cont {
  position: absolute;
  width: 50%;
  right: 0;
  top: 50%;
  transform: translateY(-50%)
}

.hxkj-set2-cont h6 {
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 18px;
}

.hxkj-set2-cont .cont {
  font-size: 16px;
  color: #dee0e7
}

.hxkj-set3-cont {
  width: 100%;
}

.hxkj-set3-cont ul {
  display: flex;
  justify-content: center;
  align-content: center
}

.hxkj-set3-cont ul li {
  text-align: center;
  padding: 10px 0;
}

.hxkj-set3-cont ul li h6 {
  font-size: 48px;
  color: #f0873f;
  font-weight: bold;
  margin-bottom: 12px;
  line-height: 1;
}

.hxkj-set3-cont ul li p {
  font-size: 16px;
  color: #666666
}

.hxkj-set3-cont ul i {
  width: 1px;
  background: #cfced2;
  margin: 0 80px;
}

.hxkj-set3 {
  padding: 112px 0;
  background: url('../images/hxkj-set3-bj.jpg') no-repeat center;
  background-size: 100% 100%
}

.lx-set1 {
  padding: 50px 0;
}

.lx-set1-cont {
  display: flex;
  align-content: center;
  background: #fff;
}

.lx-set1-cont>div {
  width: 50%;
}

.lx-set1-cont>div.text {
  padding: 30px 60px;
}

.lx-set1-cont>div.text .tit {
  margin-bottom: 20px;
}

.lx-set1-cont>div.text .tit h6 {
  color: #183384;
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 6px;
}

.lx-set1-cont>div.text .tit p {
  font-size: 16px;
  color: #666
}

.lx-set1-cont>div.text li {
  display: flex;
  margin-bottom: 16px;
  align-items: center;
  font-size: 16px;
  color: #333333
}

.lx-set1-cont>div.text li img {
  margin-right: 20px;
}

.lx-set1-cont>div.text li:last-of-type {
  margin-bottom: 0;
}

.lx-set2 {
  padding-bottom: 80px;
}

.lx-set2 h3 {
  color: #183384;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 16px;
}

.lx-set2-cont ul {
  display: flex;
  justify-content: space-between;
}

.lx-set2-cont ul li {
  width: 32%;
  background: #fff;
  padding: 28px 2.6%;
}

.lx-set2-cont ul li h6 {
  font-size: 18px;
  color: #183384;
  font-weight: bold;
  padding-bottom: 12px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  position: relative;
}

.lx-set2-cont ul li h6::before {
  width: 0%;
  height: 1px;
  content: '';
  background: #f0873f;
  position: absolute;
  display: block;
  bottom: -1px;
  left: 0;
  transition: all .5s ease-in-out;
}

.lx-set2-cont ul li:hover h6::before {
  width: 100%;
}

.lx-set2-cont ul li .cont {
  font-size: 16px;
  color: #666666
}

.gzys-set1 {
  padding: 62px 0;
}

.gzys-set1 ul {
  display: flex;
  flex-wrap: wrap
}

.gzys-set1 ul li {
  width: 32%;
  margin-right: 2%;
}

.gzys-set1 ul li:nth-of-type(3n) {
  margin-right: 0;
}

.gzys-set1 ul li h6 {
  font-size: 16px;
  color: #666;
  line-height: 62px;
  text-align: center
}

.ryzz-set {
  padding: 62px 0;
}

.ryzz-set ul {
  display: flex;
  flex-wrap: wrap
}

.ryzz-set li {
  width: 19%;
  margin-right: 1.25%;
}

.ryzz-set li:nth-of-type(5n) {
  margin-right: 0;
}

.ryzz-set li h6 {
  line-height: 62px;
  color: #666;
  text-align: center;
  font-size: 16px;
}

.sp-set1 {
  padding: 62px 0;
}

.sp-set1 ul {
  display: flex;
  flex-wrap: wrap;
}

.sp-set1 ul li {
  width: 24%;
  margin-right: 1.25%;
}

.sp-set1 ul li:nth-of-type(4n) {
  margin-right: 0;
}

.sp-set1 ul li h6 {
  text-align: center;
  line-height: 62px;
  font-size: 16px;
  color: #666;
}

.sp-set1 ul li .img {
  position: relative;
}

.sp-set1 ul li .jt-ico {
  width: 46px;
  height: 46px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url('../images/sp-ico.png') no-repeat center;
  z-index: 1;
}

.header-nav .h_nav ul li {
  position: relative;
}

.tnavbox {
  position: absolute;
  width: 160px;
  left: 50%;
  margin-left: -80px;
  top: 85%;
  height: 0;
  padding-top: 15px;
  /* display:none;*/
  text-align: center;
  z-index: 99999999;
}

.tnav {
  background: #fff;
  box-shadow: 0 0 16px -4px rgba(0, 0, 0, .3);
  padding: 20px 0 18px;
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  opacity: 0;
  visibility: hidden;
  transition: .5s;
  -webkit-transition: .5s;
}

.tnav a {
  display: block;
  color: #666;
  line-height: 35px;
  border-bottom: 1px solid transparent;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.tnav a:hover {
  color: #fff;
}

.tnav a:hover,
.tnav a.on {
  background: #f0873f;
  color: #fff;
}

.header-nav .h_nav ul li:hover .tnavbox {
  height: 100px;
}

.header-nav .h_nav ul li:hover .tnavbox .tnav {
  transform: translate(0);
  -webkit-transform: translate(0);
  opacity: 1;
  visibility: visible;
}

.header-nav .h_nav ul li .tnavbox i {
  position: absolute;
  width: 20px;
  height: 4px;
  background-color: #f0873f;
  left: 50%;
  top: 0;
  margin-left: -10px;
}

.new-set,
.case-pds {
  padding: 62px 0;
}

.new-set ul {
  display: flex;
  flex-wrap: wrap
}

.new-set ul li {
  margin-right: 2%;
  margin-bottom: 28px;
}

.new-set ul li .img {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 256px;
  padding: 4px 0;
}

.new-set ul li .img img {
  max-width: 100%;
  object-fit: scale-down;
}

.new-set ul li:nth-of-type(3n) {
  margin-right: 0;
}


.pro-detail {
  width: 100%;
  position: relative;
}

.pro-detail .top {
  width: 75%;
  background: #fff;
  /* padding: 25px;
    background-color: #fff; */
}

.pro-detail .top .img {
  width: 700px;
  overflow: hidden;
  background: #fff;
  padding-bottom: 30px;
}

.pro-detail .top .txt {
  position: absolute;
  width: 50%;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
  background: #143188;
  height: 90%;
  z-index: 1;
}

.pro-detail .top .big li {
  text-align: center;
  background-color: #fff;
}

.pro-detail .top .big li .box {
  height: 360px;
  line-height: 360px;
  overflow: hidden;
  text-align: center;
}

.pro-detail .top .big li .box img {
  max-width: 90%;
  max-height: 90%;
}

.pro-detail .top .list {
  position: relative;
  padding: 0 40px;
  margin-top: 10px;
  text-align: center;
  width: 76%;
  margin: 0 auto;
}

.pro-detail .top .list li {
  border: 1px solid transparent;
  width: 24%;
}

.pro-detail .top .list li .box {
  /* height: 120px; */
  line-height: 94px;
}

.pro-detail .top .list li img {
  max-width: 90%;
  max-height: 90%;
}

.pro-detail .top .list .swiper-slide-thumb-active {
  border-color: #f0873f;
}

.pro-detail .top .txt {
  padding-top: 20px;
  padding-left: 2vw;
  padding-right: 2vw;
}

.pro-detail .top h4 {
  height: 52px;
  color: #1e242b;
  font-size: 24px;
  border-bottom: 1px solid #f0873f;
  color: #fff;
}

.pro-detail .top .con {
  min-height: 100px;
  padding: 20px 0 0;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 30px;
}

.pro-detail .top .con h5 {
  color: #fff !important;
}

.pro-detail .top .more a {
  /* display: inline-block;
  padding: 9px 49px;
  margin-right: 1vw;
  color: #fff;
  font-size: 18px;
  background-color: #f0873f;
  border-radius: 4px;
  vertical-align: middle; */
}

.pro-detail .top span {
  /* display: inline-block;
  padding-left: 35px;
  color: #ec3c00;
  font-size: 22px;
  vertical-align: middle; */
}

.pro-detail .swiper-button-next,
.pro-detail .swiper-button-prev {
  width: 30px;
  height: 30px;
  background: #a3a3a3;
  z-index: 99999;
  left: 0;
  margin-top: -25px;
}

.pro-detail .swiper-button-next {
  left: auto;
  right: 0;
}

.pro-detail .swiper-button-next:after,
.pro-detail .swiper-button-prev:after {
  content: "";
  position: absolute;
  left: 45%;
  top: 50%;
  width: 10px;
  height: 10px;
  border: 3px solid #fff;
  border-left: none;
  border-bottom: none;
  transform: translate(-50%, -50%) rotate(45deg);
}

.pro-detail .swiper-button-prev:after {
  left: 55%;
  transform: translate(-50%, -50%) rotate(-135deg);
}

.pro-detail .swiper-button-next:hover,
.pro-detail .swiper-button-prev:hover {
  background-color: #ec3c00;
}

.pro-detail .swiper-button-next:hover:after,
.pro-detail .swiper-button-prev:hover:after {
  border-color: #fff;
}

.pro-set-def {
  border-top: 1px solid #ddd
}

.pro-set2-def {
  padding-top: 20px;
  padding-bottom: 30px;
}

.pro-set2-def .pro-info-set {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.set2-def-v {
  width: 75%;
  background: #fff;
  padding: 20px 50px;
  box-sizing: border-box;
}

.set2-def-v .tit {
  display: flex;
  justify-content: space-between;
  padding-bottom: 12px;
  border-bottom: 1px solid #e9eef9;
  margin-bottom: 20px;
}

.set2-def-v .tit span {
  font-size: 22px;
  color: #143188;
  position: relative;
  display: inline-block;
  font-weight: bold;
}

.set2-def-v .tit span::before {
  width: 100%;
  height: 3px;
  background: #f0873f;
  content: '';
  position: absolute;
  left: 0;
  bottom: -14px;
}

.pro-set3-def {
  padding: 20px;
  box-sizing: border-box;
  width: 24%;
  background: #fff;
}

.pro-set3-def h3 {
  font-size: 22px;
  font-weight: bold;
  color: #143188;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e9eef9;
  line-height: 38px;
  position: relative;
}

.pro-set3-def h3::before {
  content: '';
  position: absolute;
  width: 88px;
  height: 3px;
  background: #f0873f;
  left: 0;
  bottom: -2px;
}

.pro-set3-defs li {
  width: 100%;
}

.pro-set3-defs li:nth-of-type(3n) {
  margin-right: 0;
}

.pro-set3-defs li .img {
  width: 100%;
  height: 330px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .4s;
  border: 1px #eaeaea solid;
}

.pro-set3-defs li .img:hover {
  z-index: 2;
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
  box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}

.pro-set3-defs li .img img {
  max-width: 80%;
  max-height: 80%;
  transform: scale(1);
}

.pro-set3-defs li h6 {
  text-align: center;
  font-size: 16px;
  color: #666;
  line-height: 36px;
}

.com-pages {

  margin-top: 40px;

  text-align: center;

  font-size: 0;

}

.com-pages span,

.com-pages a {

  display: inline-block;

  width: 47px;

  height: 47px;

  line-height: 47px;

  margin: 0 3px;

  font-size: 14px;

  font-weight: 700;

  background: #fff;

  transition: all .3s;
  color: #1a3385;

  vertical-align: middle;

}

.com-pages a:first-of-type,

.com-pages a:last-of-type {

  width: 85px;

  color: #f0873f;

  background: #fff;
  display: none
}

.com-pages a:first-of-type:before,

.com-pages a:last-of-type:before {

  content: '上一页';

  display: block;

  width: 100%;

  height: 100%;

}

.com-pages a:last-of-type:before {

  content: '下一页';

}

.com-pages a:hover {

  color: #fff;

  background-color: #f0873f;

}

.com-pages span {

  color: #fff;

  background: #f0873f;

}

.com-pages label {

  display: none;

}


.cate-position {
  height: 50px;
  color: #999;
  line-height: 50px;
}

.cate-position .com-width {}

.cate-position a {
  color: #999;
}

.cate-position a:hover {
  color: #e93e00;
}

@media screen and (max-width: 1720px) {
  .pro-detail .top .img {
    width: 600px;
    overflow: hidden;
    background: #fff;
    padding-bottom: 30px;
  }

  .pro-set3-defs li .img {
    height: 300px;
  }

  .xx-set1 .xx-box .img {
    height: 410px;
  }
}

@media screen and (max-width: 1600px) {
  .jh-set1-vs li.swiper-slide-active .wd-v-tit{
    width: 320px;
  }
  .jh-set1-vs li.swiper-slide-active .imgd{
    width: 306px;
    margin-right: 198px !important;
  }
  .jh-set1-vs li .imgd{
    width: 63%;
  }
  .jh-set1-vs li.swiper-slide-next .imgd{
    margin-left: 0%;
  }
}

@media screen and (max-width: 1500px) {
  .pro-detail .top .img {
    width: 600px;
    overflow: hidden;
    background: #fff;
    padding-bottom: 30px;
  }

  .pro-set3-defs li .img {
    height: 300px;
  }

  .xx-set1 .xx-box .img {
    height: 360px;
  }
}

@media screen and (max-width: 1400px) {
  .pro-set3-defs li .img {
    height: 260px;
  }

  .xx-set1 .xx-box .img {
    height: 330px;
  }
}

@media screen and (max-width: 1280px) {
  .jh-set1-vs li.swiper-slide-active .wd-v-tit{
    width: 280px;
  }
  .jh-set1-vs li.swiper-slide-active .imgd{
    width: 340px;
  }
  .jh-set1-vs li .imgd{
    width: 70%;
  }
  .jh-set1-vs li.swiper-slide-next .imgd{
    margin-left: -6%;
  }
}