/* 默认按钮 */
/* 视频弹窗 */
#videoPopup1 {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}
#videoPopup1 .video-box {
  width: 60%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#videoPopup1 .video-box video {
  width: 100%;
}
#videoPopup1 .video-box .close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  text-align: center;
}
#videoPopup1 .video-box .close span {
  font-size: 16px;
  line-height: 40px;
  color: #fff;
}
#videoPopup1 .video-box .close:hover {
  background: rgba(0, 0, 0, 0.5);
}
.product-link a {
  display: inline-block;
  border-radius: 5px;
  border: 1px solid #fff;
  box-sizing: border-box;
  height: 42px;
  line-height: 42px;
  border: none;
  font-size: 16px;
  min-width: 124px;
  text-align: center;
}
.product-link a:after {
  transform: translateY(-1px);
  content: "";
  transition: all 0.4s ease;
  font-family: "iconfont";
  display: inline-block;
  vertical-align: middle;
}
.product-link a:hover:after {
  content: "\e683";
  margin-left: 5px;
}
.product-link a.blue {
  color: #fff;
  background-color: #2183e9;
}
.product-link a.blue-jb {
  color: #fff;
  background-image: linear-gradient(135deg, #0068dd, #00aeee);
  background-color: #0360c3;
}
.product-link a.border {
  border: 1px solid #262b39;
  color: #252b3a;
  line-height: 40px;
}
.pages-banner .txt .fnt_62 {
  font-weight: bold;
}
.pages-banner .txt p {
  width: 45%;
}
.pages-banner .product-link a {
  width: 240px;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
}
.fnt_62 {
  font-size: 62px;
}
@media screen and (max-width: 1440px) {
  .fnt_62 {
    font-size: 52px;
  }
  .pages-banner .product-link a {
    font-size: 18px;
    width: 220px;
    height: 50px;
    line-height: 50px;
  }
}
@media screen and (max-width: 1280px) {
  .fnt_62 {
    font-size: 46px;
  }
}
@media screen and (max-width: 1024px) {
  .fnt_62 {
    font-size: 40px;
  }
  .pages-banner .product-link a {
    font-size: 16px;
    width: 180px;
    height: 42px;
    line-height: 42px;
  }
}
@media screen and (max-width: 750px) {
  .fnt_62 {
    font-size: 30px;
  }
  .pages-banner .txt p {
    width: 100%;
  }
  .pages-banner .product-link a {
    font-size: 16px;
    width: 150px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
  }
  #videoPopup1 .video-box {
    width: calc(100% - 40px);
  }
  .pages-banner-zt {
    height: 100vw;
  }
}
.pages-topic {
  padding: 85px 0 80px;
  overflow: hidden;
}
.pages-topic .title {
  text-align: center;
  margin-bottom: 30px;
}
.pages-topic .title h2 {
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .pages-topic {
    padding: 35px 0 30px;
  }
  .pages-topic .title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  .pages-topic .title h2 {
    margin-bottom: 10px;
  }
  #videoPopup1 .video-box {
    width: calc(100% - 40px);
  }
}
.pages-chosejd {
  background-color: #f8fbff;
}
.pages-chosejd .tabnav {
  margin: 0 0 60px;
}
.pages-chosejd .tabnav ul {
  text-align: center;
  width: 100%;
}
.pages-chosejd .tabnav li {
  float: none;
  display: inline-block;
  width: auto;
  margin: 0 2%;
  text-align: center;
}
.pages-chosejd .tabnav a {
  display: inline-block;
  color: #76778b;
  position: relative;
  line-height: 58px;
}
.pages-chosejd .tabnav a::after {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-color: #3074d9;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.5s;
}
.pages-chosejd .tabnav li.active a {
  color: #3074d9;
  font-weight: bold;
}
.pages-chosejd .tabnav li.active a::after {
  opacity: 1;
}
.pages-chosejd .cont .item {
  display: none;
}
.pages-chosejd .cont .item:first-child {
  display: block;
}
.swiper-csbox {
  position: relative;
  overflow: hidden;
}
.swiper-csbox .inner {
  transition: all 0.5s;
  background-image: linear-gradient(to bottom, #eef2fa, #fff);
  margin-bottom: 60px;
}
.swiper-csbox .img {
  overflow: hidden;
  padding-bottom: 40%;
  position: relative;
  z-index: 1;
}
.swiper-csbox .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.swiper-csbox .info {
  position: relative;
  z-index: 2;
  padding: 5% 8%;
}
.swiper-csbox .info .logo {
  position: absolute;
  width: 110px;
  height: 110px;
  overflow: hidden;
  border-radius: 50%;
  transform: translateY(-50%);
  top: 0;
  right: 5%;
  box-shadow: 24.575px 17.207px 60px 0px rgba(4, 15, 50, 0.1), -21.213px -21.213px 60px 0px rgba(255, 255, 255, 0.4);
}
.swiper-csbox .info .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.swiper-csbox .info .tt {
  margin-bottom: 30px;
}
.swiper-csbox .info .tt h3 {
  font-weight: bold;
  color: #252b39;
}
.swiper-csbox .info .tt p {
  color: #252b39;
}
.swiper-csbox .info ul li {
  width: 33.33%;
  float: left;
}
.swiper-csbox .info ul li span {
  display: block;
  line-height: 1.2;
  margin-bottom: 15px;
  color: #3074d9;
}
.swiper-csbox .info ul li span b {
  font-weight: normal;
}
.swiper-csbox .info ul li p {
  font-size: 16px;
  color: #76778b;
  padding-right: 10px;
}
.swiper-csbox .inner:hover {
  background-image: -moz-linear-gradient(-90deg, #eef2fa 0%, white 100%);
  background-image: -webkit-linear-gradient(-90deg, #eef2fa 0%, white 100%);
  background-image: -ms-linear-gradient(-90deg, #eef2fa 0%, white 100%);
  box-shadow: 28.284px 28.284px 40px 0px rgba(223, 233, 247, 0.4);
}
.swiper-csbox .inner:hover .img img {
  transform: scale(1.05);
}
.swiper-csbox .swiper-pagination {
  position: relative;
  bottom: 0;
  z-index: 5;
}
@media screen and (max-width: 1440px) {
  .swiper-csbox .info ul li p {
    font-size: 14px;
  }
  .swiper-csbox .info .logo {
    width: 90px;
    height: 90px;
  }
  .pages-chosejd .tabnav a {
    line-height: 48px;
  }
}
@media screen and (max-width: 1280px) {
  .pages-chosejd .tabnav {
    margin: 0 10% 30px;
  }
}
@media screen and (max-width: 1024px) {
  .pages-topic {
    padding: 35px 0 30px;
  }
  .pages-topic .title {
    margin-bottom: 20px;
  }
  .pages-chosejd .tabnav a {
    line-height: 40px;
  }
  .swiper-csbox .info .logo {
    width: 80px;
    height: 80px;
  }
  .pages-chosejd .tabnav {
    margin: 0 0 20px;
  }
  .swiper-csbox .info {
    padding: 20px;
  }
  .swiper-csbox .inner {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 750px) {
  .pages-topic .title h2 {
    margin-bottom: 10px;
  }
  .swiper-csbox .info .logo {
    width: 73px;
    height: 73px;
  }
  .pages-chosejd .tabnav a {
    line-height: 38px;
  }
  .pages-chosejd .tabnav ul {
    white-space: nowrap;
    display: flex;
    overflow-x: auto;
  }
  .pages-chosejd .tabnav ul::-webkit-scrollbar-track {
    background-color: transparent;
  }
  .pages-chosejd .tabnav ul::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: transparent;
  }
  .pages-chosejd .tabnav ul::-webkit-scrollbar-thumb {
    background-color: transparent;
  }
  .pages-chosejd .tabnav li {
    width: auto;
    margin: 0 15px;
  }
  .pages-chosejd .tabnav li:last-child {
    padding-right: 0;
  }
  .swiper-csbox {
    overflow: hidden;
  }
  .swiper-csbox .inner {
    background-image: -moz-linear-gradient(-90deg, #eef2fa 0%, white 100%);
    background-image: -webkit-linear-gradient(-90deg, #eef2fa 0%, white 100%);
    background-image: -ms-linear-gradient(-90deg, #eef2fa 0%, white 100%);
    box-shadow: 28.284px 28.284px 40px 0px rgba(223, 233, 247, 0.4);
  }
  .swiper-csbox .info ul li {
    width: 50%;
  }
  .swiper-csbox .info ul li:last-child {
    margin-top: 20px;
  }
  .swiper-csbox .info ul li span {
    margin-bottom: 10px;
  }
  .swiper-csbox .swiper-pagination-bullet {
    background-color: #000;
    width: 5px;
    height: 5px;
  }
  .swiper-csbox .swiper-pagination-bullet-active {
    background-color: #3074d9;
  }
}
.pages-plat .title p {
  margin: 15px 0;
  color: #424a5f;
  font-size: 16px;
}
.pages-plat ul {
  padding-top: 50px;
}
.pages-plat ul li {
  float: left;
  width: 20%;
  text-align: center;
}
.pages-plat ul li .logo {
  width: 142px;
  margin: 0 auto 30px;
}
.pages-plat ul li .logo img {
  width: 100%;
}
.pages-plat ul li h3 {
  
  margin-top: 5px;
}
.pc {
  display: block;
}
.mb {
  display: none;
}
@media screen and (max-width: 1440px) {
  .pages-plat ul li .logo {
    width: 120px;
  }
  .pages-plat .title p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .pages-plat ul li .logo {
    width: 100px;
  }
}
@media screen and (max-width: 768px) {
  .pages-plat .title {
    padding: 0 10%;
  }
  .pages-plat ul li .logo {
    width: 70px;
    margin-bottom: 20px;
  }
  .pages-plat ul {
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
  }
  .pages-plat ul li {
    width: 50%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 750px) {
  .pages-plat ul {
    align-items: start;
    flex-wrap: inherit;
  }
  .pages-plat ul li {
    float: none;
  }
  .pages-plat ul li h3 {
    padding: 0 12%;
  }
  .swiper-plat .swiper-pagination {
    position: relative;
    bottom: 0;
  }
  .swiper-plat .swiper-pagination .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    background-color: #000;
  }
  .swiper-plat .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #3074d9;
  }
}
.pages-advan {
  background-color: #f8fbff;
}
.pages-advan .title p {
  margin: 15px 0;
  color: #424a5f;
  font-size: 16px;
}
.pages-advan ul {
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
  display: -webkit-flex;
}
.pages-advan ul li {
  width: 33.33%;
  padding: 20px;
}
.pages-advan ul li a {
  display: block;
  transition: all 0.5s;
}
.pages-advan ul li .img {
  padding-bottom: 40%;
  position: relative;
  overflow: hidden;
}
.pages-advan ul li .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: all 0.4s;
}
.pages-advan ul li .info {
  background: url(../images/new_zjtx/bg_gj.png) 0 0/100% no-repeat;
  text-align: center;
  padding: 10% 10%;
  height: 190px;
}
.pages-advan ul li .info h3 {
  color: #000;
  font-weight: bold;
  margin-bottom: 15px;
}
.pages-advan ul li .info p {
  color: #252b39;
  line-height: 28px;
}
.pages-advan ul li:hover a {
  transform: translateY(-20px);
}
.pages-advan ul li:hover .img Img {
  transform: scale(1.05);
}
.pages-advan .swiper-advan {
  overflow: hidden;
}
.pages-advan .swiper-pagination {
  position: relative;
  bottom: 0;
}
.pages-advan .swiper-pagination .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  background-color: #000;
}
.pages-advan .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #3074d9;
}
@media screen and (max-width: 1024px) {
  .pages-advan ul {
    margin-left: -10px;
    margin-right: -10px;
  }
  .pages-advan ul li {
    padding: 10px;
  }
}
@media screen and (max-width: 768px) {
  .pages-advan ul li .info {
    height: 150px;
    padding: 20px;
  }
  .pages-advan ul li {
    width: 100%;
  }
  .pages-advan ul li .info h3 {
    margin-bottom: 10px;
  }
  .pages-advan ul li .info p {
    font-size: 14px;
    line-height: 1.6;
  }
}
/* 230103 新增 */
html,
body {
  width: 100%;
}
.pages-ctn1 .title p {
  margin-top: 20px;
  color: #575d6c;
}
.pages-ctn1 .sw_ctn1 {
  width: 100%;
  margin-top: 50px;
}
.pages-ctn1 .sw_ctn1 .swiper-wrapper {
  justify-content: space-between;
}
.pages-ctn1 .sw_ctn1 .swiper-slide {
  width: 23%;
}
.pages-ctn1 .sw_ctn1 .swiper-slide .img {
  position: relative;
  width: 100%;
  padding-top: 56%;
  overflow: hidden;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.pages-ctn1 .sw_ctn1 .swiper-slide .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: all 0.4s;
}
.pages-ctn1 .sw_ctn1 .swiper-slide .txt h3 {
  color: #28293b;
  font-weight: bold;
  margin-top: 25px;
}
.pages-ctn1 .sw_ctn1 .swiper-slide .txt p {
  color: #575d6c;
  margin-top: 15px;
  -webkit-line-clamp: 7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 10.5em;
}
.pages-ctn1 .sw_ctn1 .swiper-slide .txt span {
  color: #5b5d74;
  display: flex;
  align-items: center;
}
.pages-ctn1 .sw_ctn1 .swiper-slide .txt span svg {
  transition: all 0.3s;
  width: 20px;
  height: 20px;
  margin-left: 5px;
}
.pages-ctn1 .sw_ctn1 .swiper-slide:hover .img img {
  transform: scale(1.05);
}
.pages-ctn1 .sw_ctn1 .swiper-slide:hover .txt span {
  color: #006bf7;
}
.pages-ctn1 .sw_ctn1 .swiper-slide:hover .txt span svg {
  margin-left: 15px;
}
.pages-ctn1 .sw_ctn1 .swiper-slide:hover .txt span svg path {
  fill: #006bf7;
}
.h5-img {
  display: none;
}
.pages-ctn2 {
  background-color: #f3f7fc;
}
.pages-ctn2 .h5_txt {
  display: none;
}
.pages-ctn2 .title p {
  margin-top: 20px;
  color: #575d6c;
}
.pages-ctn2 .pic {
  width: 100%;
  position: relative;
}
.pages-ctn2 .pic .img {
  width: 44%;
  margin: 80px auto;
}
.pages-ctn2 .pic .img img {
  width: 100%;
}
.pages-ctn2 .pic ul {
  width: 100%;
}
.pages-ctn2 .pic ul .tit {
  position: relative;
  line-height: 2.6;
}
.pages-ctn2 .pic ul .tit::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.pages-ctn2 .pic ul .tit::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  position: absolute;
  right: 0;
  bottom: -2px;
}
.pages-ctn2 .pic ul .txt {
  width: 70%;
  color: #575d6c;
  margin-top: 10px;
  display: inline-block;
}
.pages-ctn2 .pic ul li:nth-child(1) {
  width: 33%;
  position: absolute;
  top: 7%;
  left: 0;
}
.pages-ctn2 .pic ul li:nth-child(1) .tit {
  color: #a65eb9;
  position: relative;
}
.pages-ctn2 .pic ul li:nth-child(1) .tit::after {
  background-color: #a65eb9;
}
.pages-ctn2 .pic ul li:nth-child(1) .tit::before {
  background-color: #a65eb9;
}
.pages-ctn2 .pic ul li:nth-child(2) {
  width: 32%;
  position: absolute;
  top: 70%;
  left: 0;
}
.pages-ctn2 .pic ul li:nth-child(2) .tit {
  color: #a875ff;
  position: relative;
}
.pages-ctn2 .pic ul li:nth-child(2) .tit::after {
  background-color: #a875ff;
}
.pages-ctn2 .pic ul li:nth-child(2) .tit::before {
  background-color: #a875ff;
}
.pages-ctn2 .pic ul li:nth-child(3) {
  width: 40%;
  position: absolute;
  top: 0%;
  right: 0;
  text-align: right;
}
.pages-ctn2 .pic ul li:nth-child(3) .tit {
  color: #2c8df1;
  position: relative;
}
.pages-ctn2 .pic ul li:nth-child(3) .tit::after {
  background-color: #2c8df1;
}
.pages-ctn2 .pic ul li:nth-child(3) .tit::before {
  background-color: #2c8df1;
  right: auto;
  left: 0;
}
.pages-ctn2 .pic ul li:nth-child(3) .txt {
  width: 63%;
}
.pages-ctn2 .pic ul li:nth-child(4) {
  width: 27%;
  position: absolute;
  top: 31%;
  right: 0;
  text-align: right;
}
.pages-ctn2 .pic ul li:nth-child(4) .tit {
  color: #16ceff;
  position: relative;
}
.pages-ctn2 .pic ul li:nth-child(4) .tit::after {
  background-color: #16ceff;
}
.pages-ctn2 .pic ul li:nth-child(4) .tit::before {
  background-color: #16ceff;
  right: auto;
  left: 0;
}
.pages-ctn2 .pic ul li:nth-child(4) .txt {
  width: 83%;
}
.pages-ctn2 .pic ul li:nth-child(5) {
  width: 33%;
  position: absolute;
  top: 69%;
  right: 0;
  text-align: right;
}
.pages-ctn2 .pic ul li:nth-child(5) .tit {
  color: #16cccd;
  position: relative;
}
.pages-ctn2 .pic ul li:nth-child(5) .tit::after {
  background-color: #16cccd;
}
.pages-ctn2 .pic ul li:nth-child(5) .tit::before {
  background-color: #16cccd;
  right: auto;
  left: 0;
}
.pages-ctn2 .pic ul li:nth-child(5) .txt {
  width: 83%;
}
.pages-ctn2 .pic ul li:hover .tit {
  font-weight: bold;
}
.pages-ctn2 .pic ul li:hover .txt {
  color: #000;
}
.pages-ctn3 .title p {
  margin-top: 20px;
  color: #575d6c;
}
.pages-ctn3 .pic {
  width: 100%;
}
.pages-ctn3 .pic img {
  width: 100%;
  box-shadow: 0px 5px 12px #dae8ff;
}
.pages-ctn3 a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px auto 0;
  width: 160px;
  height: 50px;
  border-radius: 5px;
  color: #fff;
  background-image: linear-gradient(135deg, #0068dd, #00aeee);
  background-color: #0360c3;
}
.pages-ctn3 a svg {
  width: 20px;
  height: 20px;
  margin-left: 5px;
  transition: all 0.3s;
}
.pages-ctn3 a:hover svg {
  margin-left: 10px;
}
.pages-ctn4 {
  background-color: #f4f7fc;
}
.pages-ctn4 .tabnav {
  text-align: center;
  border-bottom: 1px solid #dbdee2;
}
.pages-ctn4 .tabnav p {
  display: inline-block;
  width: auto;
  margin: 0 2%;
  text-align: center;
  color: #131931;
  line-height: 58px;
  position: relative;
  cursor: pointer;
}
.pages-ctn4 .tabnav p::after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background-color: #006bf7;
  position: absolute;
  left: 0;
  bottom: -1px;
  opacity: 0;
  transition: all 0.5s;
}
.pages-ctn4 .tabnav p.on {
  color: #006bf7;
  font-weight: bold;
}
.pages-ctn4 .tabnav p.on::after {
  opacity: 1;
}
.pages-ctn4 .cont .item {
  display: none;
}
.pages-ctn4 .cont .item .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 94%;
  margin: 50px auto 20px;
}
.pages-ctn4 .cont .item .box .txt {
  width: 42%;
}
.pages-ctn4 .cont .item .box .txt h2 {
  font-weight: bold;
  color: #131931;
}
.pages-ctn4 .cont .item .box .txt p {
  width: 104%;
  margin-top: 20px;
  line-height: 1.8;
  color: #131931;
}
.pages-ctn4 .cont .item .box .txt a {
  display: inline-block;
  color: #fff;
  background-image: linear-gradient(135deg, #0068dd, #00aeee);
  background-color: #0360c3;
  width: 170px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 5px;
  margin-top: 60px;
}
.pages-ctn4 .cont .item .box .txt a::after {
  transform: translateY(-1px);
  content: "";
  transition: all 0.4s ease;
  font-family: "iconfont";
  display: inline-block;
  vertical-align: middle;
}
.pages-ctn4 .cont .item .box .txt a:hover::after {
  content: "\e683";
  margin-left: 5px;
}
.pages-ctn4 .cont .item .box .img {
  width: 48%;
  position: relative;
  padding-top: 29.5%;
  overflow: hidden;
}
.pages-ctn4 .cont .item .box .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: all 0.4s;
}
.pages-ctn4 .cont .item .box:hover .img img {
  transform: scale(1.05);
}
.pages-ctn4 .cont .item:nth-child(1) {
  display: block;
}
.pages-ctn5 .des {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 94%;
  margin: 0 auto;
}
.pages-ctn5 .des .img {
  width: 35%;
}
.pages-ctn5 .des .img img {
  width: 100%;
}
.pages-ctn5 .des .txt {
  width: 54%;
}
.pages-ctn5 .des .txt h2 {
  color: #28293b;
  font-weight: bold;
  display: block;
  margin-left: -25px;
}
.pages-ctn5 .des .txt ul {
  margin-top: 15px;
}
.pages-ctn5 .des .txt ul li {
  position: relative;
}
.pages-ctn5 .des .txt ul li p {
  color: #575d6c;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.8;
  height: 1.5em;
}
.pages-ctn5 .des .txt ul li::after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #575d6c;
  position: absolute;
  left: -25px;
  top: 11px;
}
.pages-ctn6 {
  padding: 65px 0;
  background: url('../images/new_zjtx/pic_9.jpg') no-repeat center center;
  background-size: cover;
}
.pages-ctn6 .box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pages-ctn6 .box h2 {
  font-weight: bold;
  color: #28293b;
}
.pages-ctn6 .box a {
  display: inline-block;
  color: #fff;
  background-image: linear-gradient(135deg, #0068dd, #00aeee);
  background-color: #0360c3;
  width: 200px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 5px;
}
.pages-ctn6 .box a::after {
  transform: translateY(-1px);
  content: "";
  transition: all 0.4s ease;
  font-family: "iconfont";
  display: inline-block;
  vertical-align: middle;
}
.pages-ctn6 .box a:hover::after {
  content: "\e683";
  margin-left: 5px;
}
.swiper-plat {
  margin-top: 20px;
}
.pages-ctn7 .news {
  display: flex;
  justify-content: space-between;
}
.pages-ctn7 .news .new_l {
  width: 49%;
}
.pages-ctn7 .news .new_l .img {
  position: relative;
  padding-top: 56%;
  overflow: hidden;
}
.pages-ctn7 .news .new_l .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: all 0.4s;
}
.pages-ctn7 .news .new_l .txt {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid #f0f0f0;
}
.pages-ctn7 .news .new_l .txt h2 {
  color: #333333;
  font-weight: bold;
  transition: all 0.3s;
}
.pages-ctn7 .news .new_l .txt span {
  display: inline-block;
  color: #999999;
  white-space: nowrap;
  padding-left: 10px;
}
.pages-ctn7 .news .new_l:hover .img img {
  transform: scale(1.05);
}
.pages-ctn7 .news .new_l:hover .txt h2 {
  color: #3074d9;
}
.pages-ctn7 .news .new_r {
  width: 49%;
}
.pages-ctn7 .news .new_r .sw_new {
  width: 100%;
  height: 100%;
  padding-right: 35px;
  padding-bottom: 1px;
}
.pages-ctn7 .news .new_r .sw_new .swiper-slide {
  width: 100%;
  display: flex;
  align-items: center;
  border-top: 1px solid #f0f0f0;
}
.pages-ctn7 .news .new_r .sw_new .swiper-slide.h5-news {
  display: none;
}
.pages-ctn7 .news .new_r .sw_new .swiper-slide:nth-last-child(1) {
  border-bottom: 1px solid #f0f0f0;
}
.pages-ctn7 .news .new_r .sw_new a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: 100%;
}
.pages-ctn7 .news .new_r .sw_new a h2 {
  color: #333333;
  font-weight: bold;
  width: calc(100% - 100px);
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 1.5em;
  transition: all 0.3s;
}
.pages-ctn7 .news .new_r .sw_new a span {
  display: block;
  color: #999;
  width: 96px;
  text-align: right;
}
.pages-ctn7 .news .new_r .sw_new a:hover h2 {
  color: #3074d9;
}
.pages-ctn7 .news .new_r .sw_new .swiper-scrollbar {
  width: 4px;
}
.pages-ctn7 .news .new_r .sw_new .swiper-scrollbar-drag {
  background: #0083f1;
}
.pages-ctn8 {
  background-color: #f8fbff;
}
.pages-ctn8 .h5_more {
  display: none;
}
.pages-ctn8 .sw_market {
  width: 100%;
  overflow: inherit!important;
}
.pages-ctn8 .sw_market .swiper-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pages-ctn8 .sw_market .swiper-slide {
  width: 23%;
  padding: 2% 3%;
  height: 180px;
  background-color: #fff;
  background-image: url(../images/new_zjtx/bg.png);
  background-position: right bottom;
  background-size: 100% 200%;
  margin: 1% 0;
  box-shadow: 0 0 40px #e5e8ee;
}
.pages-ctn8 .sw_market .swiper-slide a.mobile{
  display: none;
}
.pages-ctn8 .sw_market .swiper-slide p {
  color: #006bf7;
  display: block;
}
.pages-ctn8 .sw_market .swiper-slide h2 {
  display: block;
  color: #333;
  font-weight: bold;
  margin-top: 6px;
}
.pages-ctn8 .sw_market .swiper-slide span {
  color: #6a6a82;
  display: block;
  margin-top: 6px;
}
.pages-ctn8 .sw_market .swiper-slide i {
  display: inline-block;
  width: 28px;
  height: 28px;
  background-color: #e4e4e8;
  border-radius: 50%;
  vertical-align: middle;
  margin-left: 5px;
  position: relative;
}
.pages-ctn8 .sw_market .swiper-slide i::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 6px solid #76778b;
  border-bottom: 4px solid transparent;
}
.pages-ctn8 .sw_market .swiper-slide .more {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.pages-ctn8 .sw_market .swiper-slide .more b {
  font-weight: bold;
  display: block;
  color: #333;
  letter-spacing: 2px;
}
.pages-ctn8 .sw_market .swiper-slide .more b i {
  margin-left: 15px;
}
.pages-ctn8 .sw_market .swiper-slide:hover {
  background-position: right top;
}
.pages-ctn8 .sw_market .swiper-slide:hover h2 {
  color: #006bf7;
}
.pages-ctn8 .sw_market .swiper-slide:hover span {
  color: #006bf7;
}
.pages-ctn8 .sw_market .swiper-slide:hover i {
  background-color: #c2d8fc;
}
.pages-ctn8 .sw_market .swiper-slide:hover i::after {
  border-left: 6px solid #006bf7;
}
.pages-ctn8 .sw_market .swiper-slide:hover .more b {
  color: #006bf7;
}
.pages-ctn9 ul {
  width: 100%;
}
.pages-ctn9 ul li {
  width: 100%;
  border-bottom: 1px solid #f0f0f0;
  padding: 30px 0;
}
.pages-ctn9 ul li:nth-last-child(1) {
  border-bottom: 0;
}
.pages-ctn9 ul li .txt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.pages-ctn9 ul li .txt p {
  display: block;
  width: calc(100% - 50px);
  font-weight: bold;
  color: #131931;
}
.pages-ctn9 ul li .txt .ic {
  width: 20px;
  height: 2px;
  position: relative;
}
.pages-ctn9 ul li .txt .ic::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #131931;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.pages-ctn9 ul li .txt .ic::before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #131931;
  transform: rotate(90deg);
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.pages-ctn9 ul li .des {
  display: none;
  padding-top: 20px;
  padding-left: 50px;
}
.pages-ctn9 ul li.on .txt .ic::after {
  transform: rotate(180deg);
}
.pages-ctn9 ul li.on .txt .ic::before {
  transform: rotate(180deg);
}
@media screen and (max-width: 1366px) {
  .pages-ctn2 .pic .img {
    width: 48%;
  }
}
@media screen and (max-width: 1100px) {
  .pages-topic {
    padding: 35px 0 30px;
  }
  .w1440 {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .pages-ctn2 .pic ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .pages-ctn2 .pic ul li {
    position: static!important;
    width: 47%!important;
    text-align: left!important;
  }
  .pages-ctn2 .pic ul .txt {
    width: 100%!important;
  }
  .pages-ctn2 .pic ul .tit::before {
    left: auto!important;
    right: 0!important;
  }
  .pages-ctn2 .pic ul {
    display: none;
  }
  .pages-ctn2 .pic .h5_txt {
    display: block;
  }
  .pages-ctn2 .pic .h5_txt .tab {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
  }
  .pages-ctn2 .pic .h5_txt .tab p {
    display: inline-block;
    width: auto;
    margin: 0 15px;
    text-align: center;
    color: #76778b;
    line-height: 40px;
    position: relative;
    cursor: pointer;
    font-size: 16px;
  }
  .pages-ctn2 .pic .h5_txt .tab p::after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background-color: #006bf7;
    position: absolute;
    left: 0;
    bottom: -1px;
    opacity: 0;
    transition: all 0.5s;
  }
  .pages-ctn2 .pic .h5_txt .tab p.on {
    color: #006bf7;
    font-weight: bold;
  }
  .pages-ctn2 .pic .h5_txt .tab p.on::after {
    opacity: 1;
  }
  .pages-ctn2 .pic .h5_txt .cont {
    margin-top: 20px;
  }
  .pages-ctn2 .pic .h5_txt .cont .item {
    display: none;
    color: #76778b;
    font-size: 14px;
    line-height: 1.6;
    text-align: justify;
  }
  .pages-ctn2 .pic .h5_txt .cont .item:nth-child(1) {
    display: block;
  }
}
@media screen and (max-width: 998px) {
  .pages-ctn2 .pic .img {
    width: 100%;
    margin: 20px auto;
  }
  .pages-ctn1 .sw_ctn1 {
    margin-top: 20px;
  }
  .pages-ctn1 .sw_ctn1 .swiper-wrapper {
    padding-bottom: 30px;
  }
  .pages-ctn1 .sw_ctn1 .swiper-slide .txt h3 {
    margin-top: 10px;
    font-size: 22px;
  }
  .pages-ctn1 .sw_ctn1 .swiper-slide .txt p {
    display: block;
    height: auto;
  }
  .pages-ctn1 .sw_ctn1 .swiper-pagination {
    bottom: 0;
  }
  .sw_ctn1 .swiper-pagination-bullet {
    background-color: #000;
    width: 5px;
    height: 5px;
  }
  .sw_ctn1 .swiper-pagination-bullet-active {
    background-color: #3074d9;
  }
  .pages-ctn1 .sw_ctn1 .swiper-slide .txt p,
  .pages-ctn1 .sw_ctn1 .swiper-slide .txt span {
    margin-top: 15px;
  }
  .pages-ctn1 .sw_ctn1 .swiper-slide .txt p svg path,
  .pages-ctn1 .sw_ctn1 .swiper-slide .txt span svg path {
    fill: #006bf7;
  }
  .pages-topic .title,
  .pages-topic .title h2 {
    margin-bottom: 0;
  }
  .pages-ctn1 .sw_ctn1 .swiper-slide .txt span {
    color: #006bf7;
  }
  .pages-ctn3 .pic {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .pages-ctn3 .pic img {
    width: 700px;
  }
  .pages-ctn3 a {
    width: 140px;
    height: 35px;
    margin: 20px auto 0;
  }
  .pages-ctn4 .cont .item .box {
    flex-wrap: wrap;
    margin: 30px auto 20px;
  }
  .pages-ctn4 .cont .item .box .txt {
    width: 100%;
    order: 2;
    margin-top: 20px;
  }
  .pages-ctn4 .cont .item .box .img {
    width: 100%;
    padding-top: 60%;
  }
  .pages-ctn4 .cont .item .box .txt p {
    margin-top: 10px;
  }
  .pages-ctn4 .cont .item .box .txt a {
    margin-top: 15px;
    width: 130px;
    height: 35px;
    line-height: 35px;
  }
  .pages-ctn5 .des {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .pages-ctn5 .des .pc-img {
    display: none;
  }
  .pages-ctn5 .des .img {
    width: 76%;
    margin-bottom: 20px;
  }
  .pages-ctn5 .des .txt {
    width: 90%;
  }
  .pages-ctn5 .des .txt h2 {
    text-align: center;
  }
  .pages-ctn5 .des .txt .h5-img {
    display: block;
    width: 76%;
    margin: 15px auto;
  }
  .pages-ctn5 .des .txt ul {
    margin-top: 10px;
  }
  .pages-ctn5 .des .txt ul li p {
    font-size: 14px;
    height: auto;
    display: block;
    color: #575d6c;
  }
  .pages-ctn5 .des .txt ul li::after {
    width: 5px;
    height: 5px;
    top: 6px;
    left: -17px;
    background-color: #76778b;
  }
  .pages-ctn6 {
    padding: 40px 0;
  }
  .pages-ctn6 .box {
    flex-wrap: wrap;
    justify-content: center;
  }
  .pages-ctn6 .box h2 {
    width: 100%;
    text-align: center;
  }
  .pages-ctn6 .box a {
    margin-top: 20px;
    font-size: 14px;
    width: 135px;
    height: 35px;
    line-height: 35px;
  }
  .pages-ctn7 .news .new_l .txt {
    align-items: center;
    padding: 20px 0;
    border-bottom: 0;
  }
  .pages-ctn7 .news .new_l .txt h2 {
    display: block;
    height: auto;
  }
  .pages-ctn7 .news .new_l a {
    display: flex;
    justify-content: space-between;
  }
  .pages-ctn7 .news .new_l a .img {
    width: 40%;
    padding-top: 22%;
  }
  .pages-ctn7 .news .new_l a .img img {
    height: auto;
    object-fit: contain;
  }
  .pages-ctn7 .news .new_l a .txt {
    width: 55%;
    flex-wrap: wrap;
    padding: 0;
  }
  .pages-ctn7 .news .new_l a .txt h2 {
    display: block;
    width: 100%;
    order: 2;
  }
  .pages-ctn7 .news .new_l a .txt span {
    display: block;
    width: 100%;
    padding-left: 0;
  }
  .pages-ctn7 .news {
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .pages-ctn7 .news .new_l {
    width: 100%;
    display: none;
  }
  .pages-ctn7 .news .new_r {
    width: 100%;
    margin-top: 20px;
  }
  .pages-ctn7 .news .new_r .sw_new {
    width: 100%;
    height: 360px;
    padding-right: 15px;
  }
  .pages-ctn7 .news .new_r .sw_new .swiper-wrapper {
    /* flex-wrap: wrap; */
  }
  .pages-ctn7 .news .new_r .sw_new .swiper-wrapper .swiper-slide {
    padding: 0;
    /* &:nth-child(1),&:nth-child(2),&:nth-child(3),&:nth-child(4),&:nth-child(5){
              display: block;
            } */
  }
  .pages-ctn7 .news .new_r .sw_new .swiper-wrapper .swiper-slide.h5-news {
    display: flex;
    align-items: center;
  }
  .pages-ctn7 .news .new_r .sw_new .swiper-wrapper .swiper-slide.h5-news a {
    display: flex;
    justify-content: space-between;
  }
  .pages-ctn7 .news .new_r .sw_new .swiper-wrapper .swiper-slide.h5-news a .img {
    width: 40%;
    padding-top: 22%;
    position: relative;
    overflow: hidden;
  }
  .pages-ctn7 .news .new_r .sw_new .swiper-wrapper .swiper-slide.h5-news a .img img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    object-fit: contain;
    transition: all 0.4s;
  }
  .pages-ctn7 .news .new_r .sw_new .swiper-wrapper .swiper-slide.h5-news a .txt {
    width: 55%;
    flex-wrap: wrap;
    padding: 0;
    display: flex;
    justify-content: space-between;
  }
  .pages-ctn7 .news .new_r .sw_new .swiper-wrapper .swiper-slide.h5-news a .txt h2 {
    display: block;
    width: 100%;
    order: 2;
    color: #333333;
    font-weight: bold;
  }
  .pages-ctn7 .news .new_r .sw_new .swiper-wrapper .swiper-slide.h5-news a .txt span {
    display: block;
    width: 100%;
    padding-left: 0;
    color: #999999;
    white-space: nowrap;
  }
  .pages-ctn7 .news .new_r .sw_new .swiper-wrapper .swiper-slide a {
    flex-wrap: wrap;
    height: auto;
  }
  .pages-ctn7 .news .new_r .sw_new .swiper-wrapper .swiper-slide a h2 {
    display: block;
    height: auto;
    width: 100%;
    order: 2;
    font-size: 14px;
  }
  .pages-ctn7 .news .new_r .sw_new .swiper-wrapper .swiper-slide a span {
    display: block;
    width: 100%;
    text-align: left;
  }
  .pages-ctn8 .sw_market {
    overflow: hidden!important;
    padding-bottom: 30px;
    margin-top: 20px;
  }
  .pages-ctn8 .sw_market .swiper-pagination {
    bottom: 0;
  }
  .pages-ctn8 .sw_market .swiper-pagination .swiper-pagination-bullet {
    background-color: #000;
    width: 5px;
    height: 5px;
  }
  .pages-ctn8 .sw_market .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #3074d9;
  }
  .pages-ctn8 .sw_market .swiper-slide {
    margin: 0;
    box-shadow: none;
    padding: 20px;
    height: 150px;
    display: none;
    width: 48%;
    margin-bottom: 4%;
  }
    .pages-ctn8 .sw_market .swiper-slide a.pc{
  display: none;
}
  .pages-ctn8 .sw_market .swiper-slide a.mobile{
  display: block;
}
  .pages-ctn8 .sw_market .swiper-slide:nth-child(1),
  .pages-ctn8 .sw_market .swiper-slide:nth-child(2),
  .pages-ctn8 .sw_market .swiper-slide:nth-child(3),
  .pages-ctn8 .sw_market .swiper-slide:nth-child(4),
  .pages-ctn8 .sw_market .swiper-slide:nth-child(5),
  .pages-ctn8 .sw_market .swiper-slide:nth-child(6) {
    display: block;
  }
  .pages-ctn8 .h5_more {
    display: block;
    text-align: center;
  }
  .pages-ctn8 .h5_more .pc{
    display: none;
  }
  .pages-ctn8 .h5_more a {
    display: inline-block;
    color: #fff;
    background-image: linear-gradient(135deg, #0068dd, #00aeee);
    background-color: #0360c3;
    white-space: nowrap;
    padding: 9px 30px;
    text-align: center;
    border-radius: 3px;
  }
  .pages-ctn7 .news .new_r .sw_new .swiper-scrollbar {
    width: 3px;
  }
}
@media screen and (max-width: 768px) {
  .pages-ctn4 .tabnav p {
    margin: 0 15px;
  }
  .pages-topic .title h2 {
    font-size: 21px;
  }
  .pages-ctn3 .title p br {
    display: none;
  }
  .pages-ctn2 .title p br {
    display: none;
  }
  .index-banner .txt {
    position: absolute;
    padding: 0 20px;
    width: 100%;
    left: 0;
    bottom: 34px;
  }
  .pages-banner .txt p {
    width: 90%;
    font-size: 12px;
    line-height: 1.8;
  }
  .pages-ctn4 .tabnav {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
  }
  .pc {
    display: none;
  }
  .mb {
    display: block;
  }
}
/*# sourceMappingURL=./pc_zjtx.css.map */