@charset "utf-8";
/* 全局变量设置 */
:root {
  --color-main: #104a96;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  overflow-x: hidden;
}
body {
  font-family: Helvetica, "PingFang SC", "Hiragino Sans GB", STHeiti, "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-size: 16px;
  line-height: 30px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  background: #fff;
  color: #333;
}
a {
  color: #000;
  text-decoration: none;
  outline: none;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.3s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
a:hover {
  text-decoration: none;
  color: var(--color-main);
}
ol,
ul,
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  color: #000;
}
.clear {
  clear: both;
}
.clearfix {
  clear: both;
  zoom: 1;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ovh {
  overflow: hidden;
}
table {
  border-collapse: collapse;
}
img {
  border: none;
}
input,
textarea,
select,
button,
input {
  outline: none;
  font-size: 16px;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
}
input {
  -webkit-appearance: none;
}
.green {
  color: #0026e9;
}
.section {
  padding: 120px 0;
}
.nmain.section {
  padding: 80px 0 120px 0;
}
.nab01 .section,
.tjpro.section {
  padding: 80px 0 120px 0;
}
.nprodetail.section {
  padding: 60px 0 120px 0;
}
.sectionpre {
  padding-top: 120px;
}
.sectionnext {
  padding-bottom: 120px;
}
#a01,
#a02,
#a03,
#a04 {
  position: absolute;
  margin-top: -88px;
}
.wrap {
  width: 82%;
  max-width: 1500px;
  margin: 0 auto;
}
.jvzhong {
  text-align: center;
}
.title {
  margin-bottom: 35px;
}
.title h4 {
  font-size: 20px;
  color: #888888;
}
.title h3 {
  line-height: 60px;
  font-weight: bold;
  font-size: 40px;
  color: var(--color-main);
}
.title h5 {
  font-size: 20px;
  padding: 20px 0;
}
.title span {
  display: block;
  width: 68px;
  height: 1px;
  background: #00468d;
  margin-top: 5px;
}
.title.jvzhong span {
  margin: 5px auto 0 auto;
}
.pic {
  height: auto;
  display: block;
  overflow: hidden;
}
.pic img {
  width: 100%;
  height: auto;
  transition: all 1.5s;
  display: block;
}
.img-dv {
  position: relative;
  overflow: hidden;
}
.img-dv .img1 {
  display: block;
  width: 100%;
}
.img-dv .img2 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  min-height: 100%;
}
.more {
  margin-top: 40px;
}
.more a {
  display: inline-block;
  border: solid 1px var(--color-main);
  font-size: 18px;
  padding: 0 30px;
  line-height: 45px;
  height: 47px;
  color: var(--color-main);
}
.more a:hover {
  color: #fff;
  background: var(--color-main);
}
.header {
  position: fixed;
  z-index: 999;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 88px;
  background: #fff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.07);
}
.header .logo {
  float: left;
  margin: 22.5px 0;
}
.header .logo img {
  display: block;
  height: 45px;
}
.header .language {
  float: right;
  line-height: 88px;
  font-size: 18px;
  padding-left: 28px;
  background: url(../img/jt-img/map.png) no-repeat left center;
}
.header .menu {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  text-align: right;
  z-index: -1;
}
.header .menu ul li:last-child {
  margin-right: 120px;
}
.header .menu ul li {
  display: inline-block;
}
.header .menu ul li .menu_a {
  line-height: 88px;
  display: block;
  font-size: 18px;
  position: relative;
  margin: 0 30px;
}
@media (max-width: 1550px) {
  .header .menu ul li .menu_a {
    margin: 0 20px;
    font-size: 16px;
  }
}
.header .menu ul li .menu_a.cur {
  color: var(--color-main);
}
.header .menu ul li .sub {
  position: absolute;
  display: none;
  clear: both;
  background: #fff;
  z-index: 99;
  left: 0;
  width: 100%;
  background: #f1f1f1;
  padding: 40px 0 50px 0;
}
.header .menu ul li .subchang .wrap {
  text-align: center !important;
}
.header .menu ul li .subchang .wrap .imgfl {
  border-right: 1px solid #d0cac8;
  padding-right: 3%;
  margin-right: 3%;
  float: left;
}
.header .menu ul li .subchang .wrap .text {
  float: left;
  width: 600px;
  text-align: left;
}
.header .menu ul li .subchang .wrap .text p {
  margin-bottom: 5px;
}
.header .menu ul li .subchang .wrap .text p a {
  display: block;
  position: relative;
}
.header .menu ul li .subchang .wrap .text p a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  width: 0;
  height: 2px;
  background: #00468d;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.header .menu ul li .subchang .wrap .text p a:hover {
  color: #00468d;
  padding-left: 24px;
}
.header .menu ul li .subchang .wrap .text p a:hover:before {
  width: 22px;
}
.header .menu ul li .subchang .wrap .kuai {
  width: 49%;
  float: left;
}
.header .menu ul li .subchang .wrap .kuai:last-child {
  float: right;
}
.header .menu ul li .subchang .wrap .kuai .mtitle h3 {
  font-size: 20px;
  font-weight: bold;
  color: var(--color-main);
  text-align: left;
  margin-bottom: 10px;
}
.header .menu ul li .subchang .wrap .kuai .list {
  width: 100%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.header .menu ul li .subchang .wrap .kuai .list .item {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 10px;
  text-align: center;
}
.header .menu ul li .subchang .wrap .kuai .list .item .pic {
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
}
.header .menu ul li .subchang .wrap .kuai .list .item .pic img:hover {
  transform: scale(1.05);
}
.header .menu ul li .subchang .wrap .kuai .list .item:nth-child(4n) {
  margin-right: 0;
}
.header .menu ul li .subchang .wrap .kuai .list .item .xtext {
  width: 100%;
  float: none;
  margin: 10px 0;
  text-align: center;
}
.header .menu ul li.on .sub {
  display: block;
}
.space {
  height: 88px;
}
.banner {
  position: relative;
  z-index: 1;
  height: auto !important;
}
.banner img {
  display: block;
  width: 100%;
  height: auto;
}
.banner .wrap {
  position: relative;
}
.banner .swiper-container {
  position: relative;
  height: auto !important;
}
.banner .swiper-container .swiper-slide {
  position: relative;
  overflow: hidden;
}
.banner .swiper-container .swiper-slide a {
  display: block;
  width: 100%;
  height: calc(100vh - 88px);
  min-height: 550px;
}
.banner .swiper-container .swiper-pagination {
  bottom: 3%;
  text-align: center;
}
.banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: #00468d;
  border-radius: 6px;
}
.banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #7ed1f3;
  width: 35px;
}
.banner .swiper-container .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
.iabout {
  min-height: 520px;
}
.iabout .wrap {
  position: relative;
}
.iabout .wrap .con {
  position: absolute;
  left: 0;
  width: 45%;
  min-width: 420px;
}
.iabout .wrap .iyoushi ul {
  margin-top: 20%;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.iabout .wrap .iyoushi ul li {
  display: inline-block;
  position: relative;
  text-align: center;
}
.iabout .wrap .iyoushi ul li:last-child:after {
  display: none;
}
.iabout .wrap .iyoushi ul li .line {
  width: 1px;
  height: 90px;
  background: #ddd;
}
.iabout .wrap .iyoushi ul li h3 {
  font-size: 18px;
  color: var(--color-main);
  line-height: 48px;
}
.iabout .wrap .iyoushi ul li h3 span {
  font-size: 48px;
  font-weight: bold;
}
.iabout .wrap .iyoushi ul li p {
  font-size: 18px;
}
.iabout .wrap .chinamap {
  position: relative;
  width: 60%;
  margin-left: 40%;
}
.iabout .wrap .chinamap img {
  display: block;
  width: 100%;
  height: auto;
}
.iabout .wrap .chinamap .map-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.map-yuan .txt {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  font-size: 16px;
}
.map-yuan .txt em {
  font-size: 46px;
  line-height: 40px;
  height: 40px;
  font-style: normal;
}
.map-txt {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.map-poi {
  position: absolute;
}
.map-poi .dian {
  display: block;
  width: 12px;
  height: 12px;
  background-color: var(--color-main);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: wave;
  -o-animation: wave;
  animation: wave;
  position: relative;
  z-index: 3;
}
.map-poi .dian:after,
.map-poi .dian:before {
  content: "";
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid rgba(16, 74, 150, 0.5);
  -webkit-animation: bowen 3s linear infinite;
  -o-animation: bowen 3s linear infinite;
  animation: bowen 3s linear infinite;
  width: 10px;
  height: 10px;
}
.map-poi .dian:before {
  border: 1px solid rgba(16, 74, 150, 0.5);
  -webkit-animation: bowen 4s linear infinite;
  -o-animation: bowen 4s linear infinite;
  animation: bowen 4s linear infinite;
}
@keyframes bowen {
  0% {
    border-width: 1px;
  }
  100% {
    border-width: 30px;
    border-color: rgba(16, 74, 150, 0);
  }
}
.iabout .chinamap .poi1 {
  top: 61%;
  left: 76%;
  position: absolute;
}
.iabout .chinamap .poi2 {
  top: 61.5%;
  left: 77.5%;
  position: absolute;
}
.iabout .chinamap .poi3 {
  top: 45%;
  left: 74%;
  position: absolute;
}
.iabout .chinamap .poi4 {
  top: 56%;
  left: 55%;
  position: absolute;
}
.iabout .chinamap .poi5 {
  top: 65%;
  left: 44%;
  position: absolute;
}
.poi11 {
  top: 41.5%;
  left: 39.5%;
  position: absolute;
}
.map-txt {
  background-color: var(--color-main);
  color: #fff;
  position: absolute;
  top: -50px;
  width: 120px;
  margin-left: -55px;
  text-align: center;
  padding: 5px 10px;
  border-radius: 5px;
  z-index: 5;
}
.map-txt:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid var(--color-main);
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: -9px;
}
.map-info {
  font-size: 16px;
  color: #fff;
}
.map-poi:hover .map-txt {
  opacity: 1;
  pointer-events: auto;
}
.itech {
  position: relative;
}
.itech:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 62%;
  background: #eeeeee;
  z-index: -1;
}
.itech img {
  display: block;
  width: 55%;
}
.itech .wrap {
  position: absolute;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
}
.itech .text {
  float: right;
  width: 38%;
}
.itech .text p {
  padding-top: 8%;
  font-size: 18px;
  padding-bottom: 120px;
}
.iquality .conn {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-top: 30px;
}
.iquality .item {
  width: 23.5%;
  margin-right: 2%;
  position: relative;
}
.iquality .item img {
  display: block;
  width: 100%;
  height: auto;
}
.iquality .item:nth-child(4n) {
  margin-right: 0;
}
.iquality .item .text {
  position: absolute;
  left: 0;
  bottom: 80px;
  width: 100%;
  height: auto;
  padding: 0 30px;
}
.iquality .item .text h3 {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 15px;
}
.iquality .item .text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 18px;
  height: 120px;
  margin-bottom: 20px;
  color: #fff;
}
.iquality .item .text a {
  border: solid 1px #fff;
  font-size: 16px;
  color: #fff;
}
.iquality .item .text a:hover {
  color: #fff;
  background: var(--color-main);
}
.iprolist .toppro {
  background-image: linear-gradient(to bottom, #fff, #eee);
}
.iprolist .toppro .pic {
  width: 48%;
  float: left;
}
.iprolist .toppro .text {
  width: 48%;
  float: right;
  margin-top: 5%;
}
.iprolist .toppro .text h3 {
  font-size: 36px;
  font-weight: bold;
  color: var(--color-main);
  margin-bottom: 20px;
}
.iprolist .toppro .text p {
  line-height: 35px;
  font-size: 18px;
}
.iprolist .list .wrap {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.iprolist .list .wrap .item {
  float: left;
  width: 23.5%;
  margin-top: 2.5%;
  margin-right: 2%;
  border-radius: 15px;
  overflow: hidden;
  background: #eee;
  padding: 20px 20px 30px 20px;
}
.iprolist .list .wrap .item:nth-child(4n) {
  margin-right: 0;
}
.iprolist .list .wrap .item:hover {
  background: var(--color-main);
}
.iprolist .list .wrap .item:hover h3,
.iprolist .list .wrap .item:hover .con p {
  color: #fff;
}
.iprolist .list .wrap .item h3 {
  font-size: 20px;
  color: var(--color-main);
  font-weight: bold;
  margin: 10px 0;
  text-align: center;
}
.iprolist .list .wrap .item .con {
  height: 90px;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.nprolist .conn ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.nprolist .conn ul li {
  float: left;
  width: 23.5%;
  margin-bottom: 2.5%;
  margin-right: 2%;
  border-radius: 15px;
  overflow: hidden;
  background: #eee;
  padding: 20px 20px 30px 20px;
}
.nprolist .conn ul li:nth-child(4n) {
  margin-right: 0;
}
.nprolist .conn ul li:hover {
  background: var(--color-main);
}
.nprolist .conn ul li:hover h3,
.nprolist .conn ul li:hover .con p {
  color: #fff;
}
.nprolist .conn ul li h3 {
  font-size: 20px;
  color: var(--color-main);
  font-weight: bold;
  margin: 10px 0;
  text-align: center;
}
.nprolist .conn ul li .con {
  height: 90px;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.tjpro .title {
  position: relative;
}
.tjpro .title .more {
  position: absolute;
  right: 0;
  bottom: 0;
}
.tjpro .conn,
.tjpro .conn .swiper-wrapper {
  position: relative;
}
.tjpro .conn:before,
.tjpro .conn .swiper-wrapper:before {
  content: "";
  position: absolute;
  left: calc(25% - 12.5px);
  top: 0;
  width: 1px;
  height: calc(100% - 52px);
  background: #ddd;
}
.tjpro .conn .line,
.tjpro .conn .swiper-wrapper .line {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: calc(100% - 52px);
  background: #ddd;
}
.tjpro .conn:after,
.tjpro .conn .swiper-wrapper:after {
  content: "";
  position: absolute;
  right: calc(25% - 12.5px);
  top: 0;
  width: 1px;
  height: calc(100% - 52px);
  background: #ddd;
}
.tjpro .swiper-slide {
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 52px;
}
.tjpro .swiper-slide:hover {
  background: var(--color-main);
}
.tjpro .swiper-slide:hover h3,
.tjpro .swiper-slide:hover .con p {
  color: #fff;
}
.tjpro .swiper-slide .text {
  padding: 0px 20px 30px 20px;
}
.tjpro .swiper-slide h3 {
  font-size: 20px;
  color: var(--color-main);
  font-weight: bold;
  margin: 10px 0;
  text-align: center;
}
.tjpro .swiper-slide .con {
  height: 90px;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.tjpro .swiper-pagination {
  bottom: 0%;
  text-align: center;
}
.tjpro .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: #00468d;
  border-radius: 6px;
}
.tjpro .swiper-pagination .swiper-pagination-bullet-active {
  background: #7ed1f3;
  width: 35px;
}
.tjpro .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
.jt-footer {
  background: url(../img/jt-img/footerbg.jpg) no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  padding: 65px 0 30px 0;
  font-size: 14px;
}
.jt-footer .wrap .footerInner .footerTop {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.jt-footer .wrap .footerInner .footerTop .kuai {
  display: inline-block;
  cursor: pointer;
}
.jt-footer .wrap .footerInner .footerTop h3 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
  font-weight: bold;
}
.jt-footer .wrap .footerInner .footerTop p {
  color: #fff;
}
.jt-footer .wrap .footerInner .footerTop a {
  color: #fff;
}
.jt-footer .wrap .footerInner .footerTop a:hover {
  text-decoration: underline;
}
.jt-footer .wrap .footerInner .footerBot {
  text-align: center;
  color: #fff;
  margin-top: 40px;
}
.jt-footer .wrap .footerInner .footerBot p {
  color: #fff;
}
.jt-footer .wrap .footerInner .footerBot a {
  color: #fff;
}
.jt-footer .liuyan a {
  display: inline-block;
  margin-top: 10px;
  padding: 0 25px;
  text-align: center;
  color: #fff;
  background: #00468d;
}
.jt-footer .liuyan a:hover {
  background: #003d81;
}
.nbanner img {
  width: 100%;
  height: auto;
  display: block;
}
.nab01 .conn p {
  padding-top: 20px;
  line-height: 35px;
  font-size: 18px;
}
.nab01 .youshi {
  margin-top: 8%;
}
.nab01 .youshi ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.nab01 .youshi ul li {
  width: 18%;
  margin-right: 2.5%;
  border-bottom: solid 1px #ddd;
  padding-bottom: 2%;
  font-size: 18px;
}
.nab01 .youshi ul li:nth-child(5) {
  margin-right: 0;
}
.nab01 .youshi ul li:nth-child(1) {
  background: url(../img/jt-img/nab01.png) no-repeat right center;
}
.nab01 .youshi ul li:nth-child(2) {
  background: url(../img/jt-img/nab02.png) no-repeat right center;
}
.nab01 .youshi ul li:nth-child(3) {
  background: url(../img/jt-img/nab03.png) no-repeat right center;
}
.nab01 .youshi ul li:nth-child(4) {
  background: url(../img/jt-img/nab04.png) no-repeat right center;
}
.nab01 .youshi ul li:nth-child(5) {
  background: url(../img/jt-img/nab05.png) no-repeat right center;
}
.nab01 .youshi ul li h3 {
  font-size: 18px;
  color: var(--color-main);
  line-height: 45px;
}
.nab01 .youshi ul li h3 span {
  font-size: 45px;
  font-weight: bold;
}
.nab02 {
  position: relative;
}
.nab02 img {
  display: block;
  width: 100%;
  height: auto;
}
.nab02 .section {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.nab02 .section:before {
  content: "";
  position: absolute;
  left: 33.33%;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
}
.nab02 .section:after {
  content: "";
  position: absolute;
  right: 33.33%;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
}
.nab02 .section .out {
  position: absolute;
  z-index: 99;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  color: #fff;
  width: 100%;
}
.nab02 .section .out .conn {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.nab02 .section .out .conn .item {
  width: 33.33%;
  text-align: center;
}
.nab02 .section .out .conn .item .icon {
  width: 71px;
  height: 71px;
  margin: 0 auto;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.nab02 .section .out .conn .item .icon:hover {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.nab02 .section .out .conn .item:nth-child(1) .icon {
  background: url(../img/jt-img/nab06.png) no-repeat center center;
}
.nab02 .section .out .conn .item:nth-child(2) .icon {
  background: url(../img/jt-img/nab07.png) no-repeat center center;
}
.nab02 .section .out .conn .item:nth-child(3) .icon {
  background: url(../img/jt-img/nab08.png) no-repeat center center;
}
.nab02 .section .out .conn .item h3 {
  margin: 25px 0;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
}
.nab02 .section .out .conn .item p {
  font-size: 18px;
  color: #fff;
  padding: 0 8%;
}
.nab02 .title {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.nab02 .title h3 {
  color: #fff;
}
.nab02 .title span {
  background: #fff;
}
.nab03 {
  position: relative;
  font-size: 18px;
}
.nab03 img {
  display: block;
  width: 100%;
  height: auto;
}
.nab03 .wrap {
  position: absolute;
  z-index: 99;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 40%;
}
.nab03 .more {
  margin-top: 70px;
}
.tabtit {
  text-align: center;
  margin-bottom: 10px;
}
.tabtit a {
  display: inline-block;
  background: #a0a9b1;
  color: #fff;
  line-height: 45px;
  font-size: 20px;
  padding: 0 30px;
}
.tabtit a.cur {
  background: #00468d;
}
.tabcon .kuai {
  display: none !important;
}
.tabcon .kuai.cur {
  display: block !important;
}
.tabcon .kuai .liuyan a {
  display: block;
  font-size: 14px;
  padding: 5px 20px;
  display: inline-block;
  text-align: center;
  color: #fff;
  background: #00468d;
}
.tabcon .kuai .liuyan a:hover {
  background: #a0a9b1;
}
.tabcon .biaoge {
  overflow-x: auto;
}
.tabcon .biaoge td {
  padding: 0 10px;
  line-height: 1.5;
}
.nhonorlist ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.nhonorlist .kuai li {
  width: 18.4%;
  margin-right: 2%;
  margin-top: 2%;
  border: solid 1px #ddd;
  padding: 10px;
  text-align: center;
}
.nhonorlist .kuai li:nth-child(5n) {
  margin-right: 0;
}
.nhonorlist .kuai li .text {
  margin-top: 10px;
  white-space: nowrap;
  /* 不换行 */
  overflow: hidden;
  /* 隐藏超出的内容 */
  text-overflow: ellipsis;
  /* 用省略号表示被隐藏的部分 */
  max-width: 200px;
  /* 设置最大宽度以限制文本的显示长度 */
}
.newslists {
  margin-bottom: 1rem;
}
.xinwenli {
  padding: 30px 0;
}
.xinwenli:hover {
  background: #eeeeee;
}
.xinwenli:hover img {
  transform: scale(1.1);
}
.xinwenli:hover .newscon .mores {
  background: #00468d;
  color: #fff;
}
.xinwenli .pic {
  float: left;
  width: 27%;
  overflow: hidden;
  display: block;
}
.xinwenli .pic img {
  width: 100%;
  height: auto;
  cursor: pointer;
  transition: all 1.5s;
}
.xinwenli .newscon {
  float: right;
  width: 70%;
}
.xinwenli .newscon h3 {
  padding: 10px 0;
  font-weight: bold;
  color: #00468d;
  font-size: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.xinwenli .newscon .times {
  float: right;
  color: #999;
  font-size: 16px;
  font-weight: normal;
}
.xinwenli .newscon p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 90px;
  color: #666;
  clear: both;
}
.xinwenli .newscon .mores {
  float: right;
  padding: 0 25px;
  line-height: 42px;
  text-align: center;
  border: solid 1px #ddd;
  color: #999;
  margin-top: 30px;
}
.detail {
  min-height: 350px;
}
.detail img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.detail p {
  color: #666;
}
.detail h3 {
  font-weight: bold;
  color: #00468d;
  font-size: 24px;
}
.back {
  text-align: center;
}
.back a {
  line-height: 42px;
  padding: 0 30px;
  text-align: center;
  background: #00468d;
  color: #fff;
  margin: 50px auto 0 auto;
  display: inline-block;
}
.nproleft {
  float: left;
  width: 60%;
}
.prodetail {
  max-width: 1500px;
  margin: 0 auto 10px auto;
}
.prodetail p {
  line-height: 1.6;
  font-size: 18px;
  color: #333;
  margin-bottom: 20px;
}
.prodetail h3 {
  line-height: 50px;
  font-weight: bold;
  color: #00468d;
  font-size: 24px;
}
.nproright {
  float: right;
  width: 38%;
}
.proroll {
  display: block;
  width: 100%;
}
.proroll.swiper-container {
  position: relative;
  overflow: hidden;
}
.proroll.swiper-container img,
.proroll.swiper-container .mobanner.swiper-container a {
  width: 100%;
  display: block;
}
.proroll.swiper-container a {
  position: relative;
}
.proroll.swiper-container img {
  width: 100%;
  height: auto;
  z-index: 1;
  padding-bottom: 20px;
}
.proroll.swiper-container .moslidetxt {
  position: absolute;
  z-index: 2;
  left: 0.2rem;
  top: 1.24rem;
  font-size: 0.4rem;
  color: #fff;
}
.proroll.swiper-container .moslidetxt h4 {
  margin-bottom: 0.2rem;
}
.proroll.swiper-container .moslidetxt .cor1 {
  color: #00468d;
}
.proroll.swiper-container-horizontal > .swiper-pagination-bullets {
  position: absolute;
  bottom: 0;
  font-size: 0;
  text-align: center;
}
.proroll.swiper-container-horizontal .swiper-pagination-bullet {
  opacity: 1;
  display: inline-block;
  margin: 0 4px;
  background: #ddd;
  width: 12px;
  height: 12px;
}
.proroll.swiper-container-horizontal .swiper-pagination-bullet-active {
  background: #00468d;
}
.sollists .item {
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 1%;
}
.sollists .item:nth-child(3n) {
  margin-right: 0;
}
.sollists .item:nth-child(3n + 1) {
  clear: both;
}
.sollists .item .pic {
  width: 100%;
  overflow: hidden;
  display: block;
}
.sollists .item .pic img {
  width: 100%;
  height: auto;
  cursor: pointer;
  transition: all 1.5s;
}
.sollists .item:hover .pic img {
  transform: scale(1.1);
}
.sollists .wenzi {
  padding: 10px 0;
  color: #333;
  font-size: 18px;
  text-align: center;
}
.npro .conn img {
  max-width: 100%;
}
.location {
  padding-left: 35px;
  font-size: 16px;
}
.location a {
  color: #fff;
  position: relative;
}
.nnav-pro {
  margin-top: 0 !important;
  background: #00468d;
}
.nnav {
  height: 58px;
  background: rgba(0, 70, 141, 0.76);
  margin-top: -58px;
  line-height: 58px;
  color: #fff;
  position: relative;
  z-index: 2;
}
.nnav.nnav-pro li a:after {
  border-top: 8px solid #00468d;
}
.nnav li {
  float: left;
}
.nnav li a {
  display: block;
  color: #fff;
  font-size: 16px;
  padding: 0 20px;
  position: relative;
}
.nnav li a:after {
  content: "";
  width: 0;
  height: 0;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 8px solid rgba(28, 85, 164, 0.76);
  opacity: 0;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  bottom: 0;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.nnav li.cur a:after,
.nnav li:hover a:after {
  opacity: 1;
  bottom: -8px;
}
.yaoqiu span {
  float: left;
  width: 50%;
}
.yaoqiu span:nth-child(2n + 1) {
  clear: both;
}
.n-lb14 ul {
  overflow: hidden;
}
.n-lb14 ul li {
  margin-bottom: 2%;
  background: #f6f6f6;
  float: left;
  width: 49%;
  margin-left: 0 !important;
}
.n-lb14 ul li:nth-child(2n) {
  float: right;
}
.n-lb14 ul li:nth-child(2n + 1) {
  clear: both;
}
.n-lb14 .lb-show {
  clear: both;
  height: 70px;
}
.n-lb14 .name {
  overflow: hidden;
  line-height: 70px;
  font-size: 18px;
  color: #00468d;
  font-weight: bold;
  margin-left: 3%;
}
.n-lb14 .box {
  position: relative;
  padding-right: 1%;
  width: 99%;
  margin-top: -70px;
  z-index: 999;
}
.n-lb14 .box .btnss {
  float: left;
  cursor: pointer;
  width: 100%;
  height: 70px;
  background: url(../img/jt-img/lb_xl3.png) no-repeat right center;
  background-size: 30px auto;
}
.n-lb14 .lb-hide {
  overflow: hidden;
  color: #333;
  clear: both;
  width: 94%;
  margin: 15px auto 30px auto;
  display: none;
  background: #fff;
  padding: 3%;
}
.n-lb14 .mail {
  text-align: center;
  margin: 25px 0;
}
.n-lb14 .mail a {
  color: #fff;
  background-color: #00468d;
  display: inline-block;
  padding: 0 20px;
}
.youpiao {
  float: right;
}
.youpiao img {
  width: auto;
  max-width: 100%;
}
.quality .item .tit {
  border-bottom: solid 1px #ddd;
  position: relative;
  overflow: hidden;
}
.quality .item .tit h3 {
  font-size: 30px;
  font-weight: bold;
  padding-left: 30px;
  margin: 20px 0;
  color: #00468d;
  position: relative;
}
.quality .item .tit h3:after {
  content: "";
  position: absolute;
  left: -30px;
  top: 0;
  border-top: solid 28px #00468d;
  border-left: solid 28px transparent;
  border-right: solid 28px transparent;
}
.quality .item .con {
  padding: 30px 0;
}
.quality .item .con h4 {
  font-size: 24px;
}
.quality .item .con ul {
  margin: 60px 0 90px 0;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.quality .item .con ul li {
  position: relative;
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.quality .item .con ul li:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  transform: skew(-15deg);
  background: var(--color-main);
  z-index: -1;
  width: calc(100% - 35px);
  height: 95%;
}
.quality .item .con ul li:nth-child(4n) {
  margin-right: 0%;
}
.quality .item .con ul li .num {
  width: 80px;
  line-height: 74px;
  background: #fff;
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  border-radius: 50%;
}
.quality .item .con ul li:nth-child(4n + 1) .num {
  color: var(--color-main);
  border: solid 3px var(--color-main);
}
.quality .item .con ul li:nth-child(4n + 1):after {
  background: var(--color-main);
}
.quality .item .con ul li:nth-child(4n + 2) .num {
  color: #3465a6;
  border: solid 3px #3465a6;
}
.quality .item .con ul li:nth-child(4n + 2):after {
  background: #3465a6;
}
.quality .item .con ul li:nth-child(4n + 3) .num {
  color: #5780b5;
  border: solid 3px #5780b5;
}
.quality .item .con ul li:nth-child(4n + 3):after {
  background: #5780b5;
}
.quality .item .con ul li:nth-child(4n) .num {
  color: #7c9cc5;
  border: solid 3px #7c9cc5;
}
.quality .item .con ul li:nth-child(4n):after {
  background: #7c9cc5;
}
.quality .item .con ul li .text {
  color: #fff;
  padding-left: 90px;
  padding-bottom: 3px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.quality .item .con ul li .text h3 {
  line-height: 24px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
.quality .item .con ul li .text p {
  line-height: 18px;
  font-size: 12px;
}
.nco01 .conn {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.nco01 .conn .item {
  width: 25%;
  text-align: center;
  border-right: solid 1px #ddd;
  padding: 2%;
}
.nco01 .conn .item:nth-child(4n) {
  border-right: none;
}
.nco01 .conn .item .icon {
  margin: 0px auto 20px auto;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.nco01 .conn .item .icon:hover {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.nco01 .conn .item h3 {
  font-size: 18px;
  font-weight: bold;
  color: #00468d;
  margin: 10px 0;
}
.nco02 {
  background: #eee;
}
.nco02 .conn {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.nco02 .conn .item {
  width: 32%;
  margin-right: 2%;
  margin-top: 2%;
  border-right: solid 1px #ddd;
  border-radius: 20px;
  padding: 20px 30px 50px 30px;
  background: #fff;
}
.nco02 .conn .item:nth-child(3n) {
  margin-right: 0;
}
.nco02 .conn .item:nth-child(1),
.nco02 .conn .item:nth-child(2),
.nco02 .conn .item:nth-child(3) {
  margin-top: 0;
}
.nco02 .conn .item h3 {
  padding-left: 60px;
  line-height: 60px;
  font-size: 24px;
  margin-bottom: 15px;
  background: url(../img/jt-img/weizhi.png) no-repeat left center;
  background-size: auto 75%;
}
.nco03 {
  position: relative;
}
.nco03:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60%;
  background: url(../img/jt-img/liuyanbg.jpg) no-repeat center center / cover;
  z-index: -1;
}
.nco03 .title h3,
.nco03 .title span,
.nco03 .title h5 {
  color: #fff;
}
.nco03 .title span {
  background: #fff;
}
.nco03 .conn {
  background: #fff;
  box-shadow: 0 0 10px #ccc;
  border-radius: 15px;
  padding: 7%;
}
.nco03 .form02 {
  max-width: 1150px;
  margin: 0 auto;
}
.form02 input {
  border: #ddd;
  margin-top: 0px;
  line-height: 40px;
  height: 40px;
  border: solid 1px #ddd;
  padding-left: 15px;
  width: 100%;
  color: #999;
  box-shadow: 0 0 10px #ccc;
}
.form02 .row .item {
  float: left;
  width: 32%;
  margin-right: 2%;
  position: relative;
  margin-bottom: 20px;
}
.form02 .row .item:nth-child(3) {
  margin-right: 0%;
}
.form02 textarea {
  width: 100%;
  border: #ddd;
  border: solid 1px #ddd;
  margin-top: 0px;
  padding: 15px;
  margin-bottom: 20px;
  clear: both;
  color: #999;
  height: 120px;
  box-shadow: 0 0 10px #ccc;
}
.form02 .submit {
  clear: both;
  width: 130px;
  padding-left: 0;
  background: #00468d;
  float: none;
  color: #fff;
  margin-top: 0px;
  line-height: 48px;
  height: 48px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
}
/* 商品属性表格 */
.product_attr_table {
  width: 100%;
  border: 1px solid #aaaaaa;
}
.product_attr_table thead .firstRow {
  background-color: #00468d;
}
.product_attr_table thead .firstRow th {
  color: #fff;
  font-weight: bold;
}
.product_attr_table td,
.product_attr_table th {
  text-align: center;
  border: 1px solid #aaaaaa;
  border-right: none;
  border-bottom: none;
  line-height: 30px;
  padding: 0 10px;
  height: 50px;
}
.product_attr_table tbody tr:nth-child(odd) {
  background-color: #e8effa;
}
.product_attr_table tbody tr:nth-child(even) {
  background-color: #fff;
}
.product_attr_table tbody td a {
  font-size: 14px;
  padding: 5px 20px;
  display: inline-block;
  text-align: center;
  color: #fff;
  background: #00468d;
}
.product_attr_table tbody td a:hover {
  text-decoration: underline;
}
/* 筛选结果页面包屑 */
.jt-filter-bread {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
  width: 100%;
  height: 55px;
  line-height: 55px;
  color: #888;
  font-size: 16px;
  overflow: hidden;
  vertical-align: top;
}
.jt-filter-bread a {
  display: inline-block;
  line-height: 24px;
  padding: 0 10px;
}
/* 筛选结果页面内容 */
.jt-filter-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}
.jt-filter-box .left {
  width: 25%;
}
.jt-filter-box .left .attr-filter-box {
  position: relative;
  width: 85%;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
  transition: width 0.3s ease, max-height 0.3s ease, opacity 0.3s ease;
}
.jt-filter-box .left .attr-filter-box .filter-head {
  background: #00468d;
  color: #fff;
  padding: 10px 12px;
  font-weight: bold;
  font-size: 18px;
}
.jt-filter-box .left .attr-filter-box .filter-body {
  padding: 6px 10px;
  overflow-y: auto;
}
.jt-filter-box .left .filter-group {
  margin-bottom: 6px;
  border-bottom: 1px dashed #eee;
  padding-bottom: 6px;
}
.jt-filter-box .left .filter-group:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.jt-filter-box .left .filter-group .group-title {
  font-weight: bold;
  color: #00468d;
  margin-bottom: 4px;
  cursor: pointer;
  user-select: none;
  font-size: 16px;
}
.jt-filter-box .left .filter-group .group-title .toggle-icon {
  display: inline-block;
  width: 16px;
  color: #00468d;
}
.jt-filter-box .left .filter-group.collapsed .value-list {
  display: none;
}
.jt-filter-box .left .filter-group .value-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.jt-filter-box .left .filter-group .value-list li {
  padding: 4px 6px 4px 18px;
  border-radius: 3px;
  line-height: 1.4;
  word-break: break-all;
  font-size: 14px;
}
.jt-filter-box .left .filter-group .value-list li a {
  display: block;
  color: #333;
  text-decoration: none;
}
.jt-filter-box .left .filter-group .value-list li a:hover {
  color: var(--color-main);
  text-decoration: underline;
}
.jt-filter-box .left .filter-group .value-list li a.active {
  text-decoration: none;
}
.jt-filter-box .left .filter-group .value-list li.active a {
  color: var(--color-main);
  text-decoration: underline;
}
.jt-filter-box .left .filter-group .filter-empty {
  color: #999;
  padding: 4px 0;
  cursor: default;
}
.jt-filter-box .right {
  width: 80%;
  display: flex;
}
.jt-filter-box .right .content-wrap {
  width: 100%;
}
.jt-filter-box .right .content-wrap .title {
  font-size: 20px;
  color: #1a1a1a;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 2px solid var(--color-main);
  display: flex;
  justify-content: space-between;
}
.jt-filter-box .right .content-wrap .title .title_count {
  font-size: 16px;
}
.jt-filter-box .right .content-wrap .content {
  line-height: 1.8;
}
.jt-filter-box .right .content-wrap .table {
  margin-top: 20px;
}
/*# sourceMappingURL=./jt-c.css.map */