@charset "utf-8";
* {
  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: "Source Han Sans CN", "Hiragino Sans GB", "Heiti SC",
    "PingFang SC", "Microsoft Yahei", "WenQuanYi Micro Hei", Helvetica, Arial,
    sans-serif;
  font-size: 16px;
  line-height: 30px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  background: #fff;
  color: #333;
}
a {
  color: #222;
  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: #e16130;
}
ol,
ul,
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
.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: "Source Han Sans CN", "Hiragino Sans GB", "Heiti SC",
    "PingFang SC", "Microsoft Yahei", "WenQuanYi Micro Hei", Helvetica, Arial,
    sans-serif;
}
input {
  -webkit-appearance: none;
}

#b01,
#b01,
#b01,
#b01 {
  position: absolute;
  margin-top: -100px;
}

.section {
  padding: 115px 0;
}
.sectionpre {
  padding-top: 115px;
}
.sectionnext {
  padding-bottom: 115px;
}

.wrap {
  width: 90%;
  margin: 0 auto;
}
.jvzhong {
  text-align: center;
}
.title {
  margin-bottom: 40px;
}
.title h4 {
  font-size: 30px;
  margin-bottom: 25px;
}
.title h3 {
  font-size: 36px;
  line-height: 45px;
  font-weight: bold;
  color: #202020;
}
.title h5 {
  font-size: 24px;
  margin-top: 25px;
  line-height: 35px;
}
.title h5 a {
  color: #e16130;
  border-bottom: solid 1px #e16130;
  padding-bottom: 5px;
}
.title p {
  font-size: 18px;
  margin-top: 25px;
}

.pic {
  height: auto;
  display: block;
  overflow: hidden;
}
.pic img {
  width: 100%;
  height: auto;
  transition: all 1.5s;
  display: block;
}
.kuai:hover .pic img,
.item:hover .pic img,
li:hover .pic img,
a:hover .pic img,
.pic:hover img {
  transform: scale(1.05);
}

.img-dv {
  position: relative;
  overflow: hidden;
}
.img-dv .img1 {
  display: block;
  width: 100%;
  opacity: 0;
}
.img-dv .img2 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

.nzhibao .img-dv .img2 {
  min-width: 100%;
  min-height: 100%;
}

body {
  position: relative;
}
.mbg {
  background: #dff2f2;
}
.space {
  height: 90px;
}

.header {
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 1002;
}
.header.scroll,
.ovh .header {
  background: #fff;
  box-shadow: 0 3px 3px rgb(0 0 0 / 7%);
}
.header .wrap {
  height: 100px;
  width: 100%;
  position: relative;
}
.header .logo {
  position: absolute;
  left: 2%;
  top: 50%;
  margin-top: -36px;
  z-index: 22;
}
.header .logo img {
  display: block;
  height: 72px;
}
.header .logo .img001 {
  display: block;
}
.header .logo .img002 {
  display: none;
}
.header.scroll .logo .img001,
.ovh .header .logo .img001 {
  display: none;
}
.header.scroll .logo .img002,
.ovh .header .logo .img002 {
  display: block;
}
.header .menu {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  text-align: center;
}
.header .menu li {
  display: inline-block;
}
.header .menu li:nth-child(3),
.header .menu li:nth-child(4),
.header .menu li:nth-child(5),
.header .menu li:nth-child(6),
.header .menu li:nth-child(7),
.header .menu li:nth-child(8) {
  position: relative;
}
.header .menu li .menu_a {
  line-height: 100px;
  display: block;
  font-size: 18px;
  color: #fff;
  position: relative;
  margin: 0 20px;
}
.header.scroll .menu li .menu_a,
.ovh .header .menu li .menu_a {
  color: #222;
}
.header .menu li .menu_a.cur {
  color: #e16130;
}
.header.scroll .menu .menu_a,
.ovh .header .menu .menu_a {
  color: #333;
}
.header .menu li .menu_a:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -8px;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-bottom: 8px solid #fff;
  opacity: 0;
}
.header .menu li .menu_a.cur:after {
  opacity: 1;
}
.header .menu li .sub {
  position: absolute;
  display: none;
  clear: both;
  background: #fff;
  z-index: 1002;
  left: 0;
}
.header .menu li.on .sub {
  display: block;
}
.header .menu li .subduan {
  width: 100%;
  overflow: hidden;
}
.header .menu li:nth-child(2) .subduan, .header .menu li:nth-child(3) .subduan,.header .menu li:nth-child(4) .subduan,
.header .menu li:nth-child(5) .subduan, .header .menu li:nth-child(6) .subduan, .header .menu li:nth-child(7) .subduan {
  width: calc(100% + 40px);
  margin-left: -20px;
}
.header .menu .subduan {
  text-align: center;
}
.header .menu .subduan a {
  display: block;
  line-height: 50px;
  border-bottom: solid 1px #ddd;
}
.header .menu .subduan a:hover {
  background: #e16130;
  color: #fff;
}
.header .menu .subduan p {
  background: #fff;
}
.header .menu .subduan p:last-child a {
  border-bottom: none;
}
.header .menu li .subchang {
  width: 100%;
  left: 0%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.header .menu li .subchang .item {
  float: left;
  width: 25%;
  padding: 40px 5% 120px 5%;
  text-align: left;
}
.header .menu li .subchang .item img{ display:block; width:100%; height:auto; margin-bottom:15px;}
.header .menu li .subchang .item h3 {
  font-size: 20px;
  margin-bottom: 25px;
}
.header .menu li .subchang .wrap {
  width: 90%;
  margin: 0 auto;
}

.header .lang {
  width: 135px;
  position: absolute;
  top: 50%;
  right: 2%;
  margin-top: -30px;
  height: 60px;
}
.header .lang .button {
  line-height: 60px;
  width: 135px;
  color: #fff;
  position: relative;
  display: block;
  background: url(../images/lan.png) no-repeat left center;
  padding-left: 35px;
}
.header.scroll .lang .button,
.ovh .header .lang .button {
  background: url(../images/lan02.png) no-repeat left center;
  color: #222;
}
.header .lang .button i {
  content: "";
  width: 14px;
  height: 7px;
  position: absolute;
  top: 50%;
  margin-top: -3.5px;
  right: 0;
  background: url(../images/lanjt.png) no-repeat left center;
}
.header.scroll .lang .button i,
.ovh .header .lang .button i {
  background: url(../images/lanjt02.png) no-repeat left center;
}
.header .lang .button.cur:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -8px;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-bottom: 8px solid #fff;
  opacity: 1;
}
.header .lang .sub {
  position: absolute;
  overflow: hidden;
  line-height: 45px;
  width: 100%;
  text-align: center;
  display: none;
  clear: both;
  background: linear-gradient(rgba(255, 255, 255, 1), rgba(241, 241, 241, 1));
  z-index: 99;
}
.header .lang .sub p a {
  display: block;
}
.header .lang .sub p a:hover {
  background: #e16130;
  color: #fff;
}
.header .search {
  position: absolute;
  top: 50%;
  right: calc(160px + 2%);
  margin-top: -20px;
  height: 40px;
  width: 210px;
  border-bottom: solid 1px #fff;
}
.header.scroll .search,
.ovh .header .search {
  border-bottom: solid 1px #666;
}
.header .search .searchInput {
  background: none !important;
  border: none;
  line-height: 40px;
  height: 40px;
  float: left;
  width: calc(100% - 25px); color:#fff !important;
}
.header .search input::-webkit-input-placeholder {
  color: #fff;
}
.header.scroll .search input::-webkit-input-placeholder,
.ovh .header .search input::-webkit-input-placeholder {
  color: #666;
}
.header .search .submit {
  background: none;
  border: none;
  line-height: 40px;
  height: 40px;
  float: left;
  width: 20px;
  background: url(../images/fdj.png) no-repeat center center;
  cursor: pointer;
}
.header.scroll .search .submit,
.ovh .header .search .submit {
  background: url(../images/fdj02.png) no-repeat center center;
}

.banner {
  position: relative;
  z-index: 1;
  height: 100vh;
  min-height: 545px;
}
.banner .wrap {
  position: relative;
}
.banner .topbanner .swiper-container {
  position: relative;
}
.banner .topbanner .swiper-slide {
  position: relative;
  height: calc(100vh - 25px);
  min-height: 520px;
}
.banner .topbanner .swiper-slide .text {
  color: #fff;
  line-height: 50px;
  position: absolute;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  width: 100%;
}
.banner .topbanner .swiper-slide .wenz {
  position: absolute;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  width: 100%;
  z-index: 99;
}
.banner .topbanner .swiper-slide .text h3 {
  font-size: 48px;
  font-weight: bold;
  line-height: 60px;
  margin-bottom: 40px;
  width: 60%;
  max-width: 680px;
}
.banner .topbanner .swiper-slide .text h4 {
  font-size: 30px;
  
  line-height: 60px;
  width: 60%;
  max-width: 680px;
  margin-bottom: 50px;
}
.banner .more {
  line-height: 58px;
  margin-top: 60px;
}
.banner .more a {
  display: inline-block;
  padding: 0 40px;
  border: solid 1px #e16130;
  color: #fff;
  background: #e16130;
}
.banner .more a span {
  background: url(../images/jtwhite.png) no-repeat right center;
  display: block;
  padding-right: 30px;
}
.banner .more a:hover {
  background: #fff;
  bottom: 0px;
  color: #fff;
}
.banner .more a:hover span {
  background: url(../images/jtorange.png) no-repeat right center;
  color: #e16130;
}

.banner .topbanner .swiper-slide.swiper-slide-active h3,
.banner .topbanner .swiper-slide.swiper-slide-active h4,
.banner .topbanner .swiper-slide.swiper-slide-active .more {
  webkit-animation: fadeInUp 1s cubic-bezier(0.5, 0, 0.2, 1);
  animation: fadeInUp 1s cubic-bezier(0.5, 0, 0.2, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.banner .topbanner .swiper-slide.swiper-slide-active h4 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.banner .topbanner .swiper-slide.swiper-slide-active .more {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
@keyframes rotateImg {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotateImg {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
.banner .topbanner .swiper-pagination {
  bottom: 5%;
  text-align: left;
  left: 5%;
}

.banner .topbanner .swiper-pagination-bullet{width: 8px;height: 8px;background-color: #fff;opacity: 1;margin:0 12px!important;position: relative;}
.banner .topbanner .swiper-pagination-bullet:after{content: '';border: 1px solid #fff;border-radius: 50%;width: calc(100% + 12px);height: calc(100% + 12px);position: absolute;left: -6px;top: -6px;box-sizing: border-box;opacity: 0;}
.banner .topbanner .swiper-slide-active{z-index: 2;}
.banner .topbanner .swiper-pagination-bullet-active{ background:#fff; }
.banner .topbanner .swiper-pagination-bullet-active:after{opacity: 1;}


/*.banner .topbanner .swiper-pagination-bullet {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 13px;
  color: #fff;
  background: none;
  opacity: 1;
  position: relative;
  font-weight: bold;
}
.banner .topbanner .swiper-pagination-bullet:after {
  transition: 0.6s;
  content: "";
  position: absolute;
  top: 50%;
  left: 30px;
  width: 0px;
  height: 1px;
  background: #fff;
}
.banner .swiper-pagination-bullet-active {
  border: solid 1px #e16130;
  background: #e16130 !important;
}
.banner
  .swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  margin-right: 25px;
}
.banner
  .swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  width: 40px;
}
.banner .swiper-pagination-bullets .swiper-pagination-bullet:last-child:after {
  width: 0 !important;
}*/
.banner .videosrcval {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  width: 80px;
  height: 80px;
}
.banner .videosrcval i {
  display: block;
  background: url(../images/videobut.png) no-repeat center center / cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.banner .videosrcval::before,
.banner .videosrcval::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -webkit-animation: rippleOne 3s infinite;
  animation: rippleOne 3s infinite;
}
.banner .videosrcval::before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}
.banner .videosrcval::after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}
@keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
.banner .ilastnews {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 160px;
  width: 50%;
  min-width: 640px;
  background: #e16130;
  z-index: 990;
}
.banner .ilastnews .title {
  position: absolute;
  color: #fff;
  right: 10%;
}
.banner .ilastnews .title h3 {
  font-size: 60px;
  line-height: 60px;
  margin-top: -30px;
  color: #fff;
}
.banner .ilastnews .title h4 {
  font-size: 72px;
  line-height: 72px;
  font-weight: bold;
  text-align: right;
  margin-top: 20px;
}
.banner .ilastnews .conn {
  width: 58%;
  padding: 50px;
}
.banner .ilastnews .swiper-slide .date {
  font-size: 24px;
  color: #fff;
  float: left;
}
.banner .ilastnews .swiper-slide .text {
  float: left;
  width: calc(100% - 180px);
  padding-left: 30px;
  margin-left: 30px;
  border-left: solid 1px #fff;
  font-size: 20px;
  line-height: 30px;
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #fff;
}
.banner .ilastnews .swiper-button-next {
  width: 30px;
  height: 16px;
  background: url(../images/bjt.png) no-repeat center center;
  margin-top: -8px;
}

.iabout .wrap {
  position: relative;
}
.iabout .icompany {
  width: 38%;
}
.iabout .icompany .conn p {
  font-size: 18px;
}
.iabout .icompany .more {
  line-height: 58px;
  margin-top: 60px;
}
.iabout .icompany .more a {
  display: inline-block;
  padding: 0 40px;
  border: solid 1px #e16130;
  color: #e16130;
}
.iabout .icompany .more a span {
  background: url(../images/jtorange.png) no-repeat right center;
  display: block;
  padding-right: 30px;
}
.iabout .icompany .more a:hover {
  background: #e16130;
  bottom: 0px;
  color: #fff;
}
.iabout .icompany .more a:hover span {
  background: url(../images/jtwhite.png) no-repeat right center;
  color: #fff;
}

.iabout .worldmap {
  position: absolute;
  top: 0;
  right: 0;
  width: 65%;
  max-width: 1165px;
}
.iabout .worldmap img {
  display: block;
  width: 100%;
  height: auto;
}
.iabout .map-bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.map-txt {
  opacity: 1;
  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: #e16130;
  -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(225, 97, 48, 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(225, 97, 48, 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(225, 97, 48, 0);
  }
}
.iabout .poi1 {
  top: 33.5%;
  left: 27%;
  position: absolute;
}
.iabout .poi1 .map-txt {
  width: 180px;
  height: 79px;
  padding-top: 63px;
  background: url(../images/lineen.png) no-repeat 30px top;
  position: absolute;
  left: -180px;
  top: -5px;
}
.iabout .poi2 {
  top: 29%;
  left: 45%;
  position: absolute;
}
.iabout .poi2 .map-txt {
  width: 108px;
  height: 35px;
  padding-top: 18px;
  background: url(../images/lineen02.png) no-repeat 30px top;
  position: absolute;
  left: -108px;
  top: 10px;
}
.iabout .poi3 {
  top: 34%;
  left: 48.5%;
  position: absolute;
}
.iabout .poi3 .map-txt {
  width: 144px;
  height: 62px;
  padding-top: 48px;
  background: url(../images/lineen03.png) no-repeat 30px top;
  position: absolute;
  left: -144px;
  top: 10px;
}
.iabout .poi4 {
  top: 37%;
  left: 79%;
  position: absolute;
}
.iabout .poi4 .map-txt {
  width: 128px;
  height: 35px;
  padding-top: 18px;
  text-align: right;
  background: url(../images/lineen04.png) no-repeat left top;
  position: absolute;
  right: -128px;
  top: 10px;
}
.iabout .poi5 {
  top: 44%;
  left: 80%;
  position: absolute;
}
.iabout .poi5 .map-txt {
  width: 164px;
  height: 62px;
  padding-top: 48px;
  text-align: right;
  background: url(../images/lineen05.png) no-repeat left top;
  position: absolute;
  right: -164px;
  top: 10px;
}
.iabout .poi6 {
  top: 46%;
  left: 75%;
  position: absolute;
}
.iabout .poi6 .map-txt {
  width: 154px;
  height: 62px;
  padding-top: 48px;
  background: url(../images/lineen03.png) no-repeat 40px top;
  position: absolute;
  left: -154px;
  top: 10px;
}
.iabout .poi7 {
  top: 42%;
  left: 76%;
  position: absolute;
}
.iabout .poi7 .map-txt {
  width: 118px;
  height: 35px;
  padding-top: 18px;
  background: url(../images/lineen02.png) no-repeat 40px top;
  position: absolute;
  left: -118px;
  top: 10px;
}
.iabout .poi8 {
  top: 51%;
  left: 78%;
  position: absolute;
}
.iabout .poi8 .map-txt {
  width: 164px;
  height: 62px;
  padding-top: 48px;
  text-align: right;
  background: url(../images/lineen05.png) no-repeat left top;
  position: absolute;
  right: -164px;
  top: 10px;
}

.iabout .inum {
  margin-top: 90px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.iabout .inum .item {
  width: 25%;
  text-align: center;
}
.iabout .inum .item h3 {
  display: inline-block;
  position: relative;
  color: #e16130;
  margin-bottom: 15px;
}
.iabout .inum .item h3 .counter {
  font-size: 90px;
  font-weight: bold;
  line-height: 90px;
}
.iabout .inum .item h3 .other {
  position: absolute;
  top: 8px;
  right: -45px;
  font-size: 24px;
  font-weight: normal;
}
.iabout .inum .item p {
  font-size: 20px;
}

.iyoushi {
  position: relative;
}
.iyoushi .line01,
.iyoushi .line02,
.iyoushi .line03 {
  content: "";
  position: absolute;
  z-index: 98;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  left: 25%;
  top: 0;
}
.iyoushi .line02 {
  left: 50%;
}
.iyoushi .line03 {
  left: 75%;
}
.iyoushi .conn {
  position: relative;
}
.iyoushi .title {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  color: #fff !important;
}
.iyoushi .title h3 {
  color: #fff;
}
.iyoushi .ttabmenu {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 99;
}
.iyoushi .ttabmenu ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.iyoushi .ttabmenu li {
  width: 25%;
  text-align: center;
  padding-bottom: 6%;
  position: relative;
  cursor: pointer;
}
.iyoushi .ttabmenu li:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 12px;
  background: #e16130;
  transition: 0.6s;
}
.iyoushi .ttabmenu li.cli:after {
  width: 100%;
}
.iyoushi .ttabmenu .icon {
  width: 50px;
  height: 50px;
  margin: 0 auto 15px auto;
}
.iyoushi .ttabmenu .icon img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.iyoushi .ttabmenu .text {
  font-size: 24px;
  color: #fff;
}
.iyoushi #ttabcontent ul {
  position: relative;
}
.iyoushi #ttabcontent .hidden {
  display: none;
}
.iyoushi #ttabcontent .pic {
  position: relative;
}
.iyoushi #ttabcontent .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(3, 9, 18, 0.6);
  z-index: 0;
}
.iyoushi #ttabcontent .text .inn {
  color: #fff;
  position: absolute;
  z-index: 98;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  width: 100%;
}
.iyoushi #ttabcontent .text h3 {
  font-size: 36px;
}
.iyoushi #ttabcontent .text p {
  width: 100%;
  max-width: 800px;
  font-size: 18px;
  margin: 40px 0 50px 0;
}
.iyoushi .more {
  line-height: 58px;
}
.iyoushi .more a {
  display: inline-block;
  padding: 0 40px;
  border: solid 1px #e16130;
  color: #fff;
  background: #e16130;
}
.iyoushi .more a span {
  background: url(../images/jtwhite.png) no-repeat right center;
  display: block;
  padding-right: 30px;
}
.iyoushi .more a:hover {
  background: #fff;
  bottom: 0px;
  color: #fff;
}
.iyoushi .more a:hover span {
  background: url(../images/jtorange.png) no-repeat right center;
  color: #e16130;
}

.isolution {
  background: url(../images/iprobg.jpg) no-repeat center center;
  background-size: cover;
}
.isolution.section {
  padding-bottom: 80px;
}
.isolution .title {
  position: relative;
}
.isolution .title .more {
  line-height: 58px;
  bottom: 0px;
  right: 0;
  position: absolute;
}
.isolution .title .more a {
  display: inline-block;
  padding: 0 40px;
  border: solid 1px #e16130;
  color: #e16130;
}
.isolution .title .more a span {
  background: url(../images/jtorange.png) no-repeat right center;
  display: block;
  padding-right: 30px;
}
.isolution .title .more a:hover {
  background: #e16130;
  bottom: 0px;
  color: #fff;
}
.isolution .title .more a:hover span {
  background: url(../images/jtwhite.png) no-repeat right center;
  color: #fff;
}
.isolution .conn {
  position: relative;
  padding-bottom: 45px;
}
.isolution .categary {
  width: 30%;
  max-width: 300px;
  float: left;
}
.isolution .categary .catelist_tit {
  line-height: 70px;
  border-bottom: solid 1px #ddd;
  font-size: 24px;
}
.isolution .categary .cur .catelist_tit {
  border-bottom: none;
}
.isolution .categary .catelist_con {
  display: none;
  padding: 10px 0;
}
.isolution .categary .catelist_tit02 a {
  display: block;
  position: relative;
  padding-left: 20px;
}
.isolution .categary .catelist_tit02 a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  background: #555;
  border-radius: 50%;
}
.isolution .categary .catelist_tit02 a:hover {
  color: #e16130;
}
.isolution .categary .catelist_tit02 a:hover:after {
  background: #e16130;
}
.isolution .categary .cur .catelist_con {
  display: block;
}
.isolution .categary .catelist_tit:first-child{ margin-bottom:10px;}
.isolution .categary .catelist_tit.active a, .isolution .categary .catelist_tit02.active a { color:#e16130}
.isolution .categary .catelist_tit02.active a:after { background: #e16130;}

.isolution .proll {
  width: 68%;
  float: right;
  position: relative;
}
.isolution .proll .text {
  margin-top: 15px;
  opacity: 0;
}
.isolution .swiper-button-prev,
.isolution .swiper-button-next {
  width: 68px;
  height: 68px;
  overflow: hidden;
  margin-top: 0;
  opacity: 1;
  outline: none;
  top: auto;
  bottom: 45px;
  left: 0;
}
.isolution .swiper-button-prev {
  background: url(../images/ppre.png) #e16130 no-repeat center center;
  left: -68px;
  right: auto;
}
.isolution .swiper-button-next {
  background: url(../images/pnext.png) #e16130 no-repeat center center;
  left: 0;
}
.isolution .swiper-button-prev.swiper-button-disabled {
  background: url(../images/ppre.png) no-repeat #acacac center center;
}
.isolution .swiper-button-next.swiper-button-disabled {
  background: url(../images/pnext.png) no-repeat #acacac center center;
}

.isolution .protab-wrap .item {
  height: 0;
  overflow: hidden;
}
.isolution .protab-wrap .item.cur {
  height: auto;
  opacity: 1;
}
.isolution .proll .swiper-slide-active .text {
  opacity: 1;
}
.isolution .proswiper .swiper-slide { padding-left:68px}
.isolution .proswiper .swiper-button-prev, .isolution .proswiper .swiper-button-next {left: 68px;}
.isolution .proswiper .swiper-button-prev {left: 0;}
.iproducts {
  position: relative;
}
.iproducts.section {
  padding-bottom: 60px;
}
.iproducts:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40%;
  background: #e16130;
  z-index: -19;
}
.iproducts .title {
  position: relative;
}
.iproducts .title h3 {
  margin-bottom: 25px;
}
.iproducts .title h4 {
  margin-bottom: 0px;
}
.iproducts .title .more {
  position: absolute;
  bottom: -7px;
  left: 50%;
  margin-left: 180px;
}
.iproducts .title .more a {
  font-size: 18px;
  color: #e16130;
  background: url(../images/jtorange.png) no-repeat right center;
  transition: 0.6s;
  padding-right: 30px;
}
.iproducts .title .more a:hover {
  padding-right: 35px;
}
.iproducts .swiper-slide {
  margin-bottom: 80px;
}
.iproducts .swiper-slide .pic{ background:#f0f0f0;}
.iproducts .swiper-slide .text {
  padding: 20px 0 0px 0;
  position: relative;
}
.iproducts .swiper-slide .text h3 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 10px;
  width: calc(100% - 90px);
}
.iproducts .swiper-slide .text p {
  color: #fff;
  margin-bottom: 10px;
  width: calc(100% - 100px);
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.iproducts .swiper-slide .text .pmore {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: url(../images/jtorange.png) #fff no-repeat center center;
}
.iproducts .swiper-pagination {
  bottom: 0px;
  text-align: center;
  position: absolute;
  width: 100%;
}
.iproducts .swiper-pagination .swiper-pagination-bullet {
  border-radius: 50%;
  width: 12px;
  height: 12px;
  opacity: 1;
  position: relative;
  border: solid 1px #fff;
  background: none;
  margin: 0 3px;
}
.iproducts .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}

.iapp {
  position: relative;
}
.iapp .title {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  color: #fff !important;
}
.iapp .title h3 {
  color: #fff;
}
.iapp .conn {
  display: flex;
}
.iapp .conn .slide {
  transition: 0.6s;
  flex: 1;
  overflow: hidden;
  position: relative;
}
.iapp .conn .slide .picbg {
  width: 100%;
}
.iapp .conn .slide .picbg img {
  height: calc(100vh - 100px);
  min-height: 550px;
  transition: 0.4s;
  display: block;
}
.iapp .conn .slide.active {
  flex: 2.6;
}
.iapp .conn .slide.active .picbg img {
  width: 100%;
}
.iapp .conn .slide .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.iapp .conn .slide .text .inn {
  transition: 0.6s;
  text-align: center;
  position: absolute;
  z-index: 98;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  width: 100%;
}
.iapp .conn .slide.active .text .inn {
  text-align: left;
  left: 10%;
  top: auto;
  bottom: 10%;
  width: 80%;
  -moz-transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}
.iapp .conn .slide.active .more {
  position: absolute;
  right: 0;
  bottom: 10%;
}
.iapp .conn .slide.active .more a {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: url(../images/jtorange.png) #fff no-repeat center center;
}
.iapp .conn .slide.active .more a:hover {
  background: url(../images/jtwhite.png) #e16130 no-repeat center center;
}
.iapp .conn .slide .text h3 {
  font-size: 24px;
  color: #fff;
  transition: 0.6s;
}
.iapp .conn .slide .text h3 a {
  color: #fff;
}
.iapp .conn .slide.active .text .inn h3 {
  font-size: 36px;
}
.iapp .conn .slide .text .icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 15px auto;
}
.iapp .conn .slide .text .icon img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.iapp .conn .slide.active .text .icon {
  margin: 0 0 35px 0;
}
.iapp .conn .slide.active .bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background-image: linear-gradient(
    to top,
    rgba(225, 97, 48, 0.5),
    rgba(225, 97, 48, 0)
  );
}

.iapp .conn.phshow {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.iapp .conn .item {
  width: 50%;
  position: relative;
}
.iapp .conn .item .picbg img {
  width: 100%;
  display: block;
}
.iapp .conn .item .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.iapp .conn .item .text .inn {
  transition: 0.6s;
  text-align: center;
  position: absolute;
  z-index: 98;
  left: 0;
  bottom: 20px;
  width: 100%;
}
.iapp .conn .item .text h3 {
  font-size: 18px;
  color: #fff;
  transition: 0.6s;
}
.iapp .conn .item .text h3 a {
  color: #fff;
}
.iapp .conn .item .text .icon {
  width: 50px;
  height: 50px;
  margin: 0 auto 15px auto;
  display: none;
}
.iapp .conn .item .text .icon img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.inews .title {
  position: relative;
}
.inews .tabmenu {
  position: absolute;
  bottom: 0;
  right: 0;
}
.inews .tabmenu li {
  margin-left: 130px;
  display: inline-block;
  font-size: 24px;
  position: relative;
}
.inews .tabmenu li:first-child {
  margin-left: 0;
}
.inews .tabmenu li a {
  display: block;
}
.inews .tabmenu li.cli,
.inews .tabmenu li:hover a {
  color: #e16130;
}
.inews .tabmenu li:after {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-radius: 50%;
  background: #e16130;
  opacity: 0;
}
.inews .tabmenu li.cli:after {
  opacity: 1;
}
.inews #tabcontent .hidden {
  display: none;
}
.inews #tabcontent ul {
  position: relative;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.inews #tabcontent ul .item {
  border: solid 1px #ccc;
  width: 33.33%;
  margin-left: -1px;
}
.inews #tabcontent ul .item .top {
  padding: 36px;
}
.inews #tabcontent ul .item a {
  transition: 0s;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -ms-transition: 0s;
  -o-transition: 0s;
}
.inews #tabcontent ul .item .date {
  line-height: 100px;
  font-size: 18px;
  font-weight: bold;
  color: #666;
}
.inews #tabcontent ul .item .date span {
  color: #e16130;
  display: inline-block;
  font-size: 36px;
  margin-right: 18px;
  position: relative;
}
.inews #tabcontent ul .item .date span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #e16130;
}
.inews #tabcontent ul .item .tit {
  padding: 30px 0 0px 0;
}
.inews #tabcontent ul .item .tit h3 {
  font-size: 24px;
  line-height: 25px;
  height: 50px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #010101;
}
.inews #tabcontent ul .item .con {
  position: relative;
}
.inews #tabcontent ul .item .con img {
  opacity: 0;
}
.inews #tabcontent ul .item:hover .con img {
  opacity: 1;
}
.inews #tabcontent ul .item .show01,
.inews #tabcontent ul .item .show02 {
  position: absolute;
  left: 0;
}
.inews #tabcontent ul .item .con p {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 36px;
  z-index: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.inews #tabcontent ul .item:hover .con p {
  display: none;
}
.inews #tabcontent ul .item .con .more {
  line-height: 58px;
  bottom: 50px;
  left: 0;
  position: absolute;
  padding: 0 36px;
  background: #fff;
  transition: 0.6s;
}
.inews #tabcontent ul .item .con .more span {
  background: url(../images/jtgray.png) no-repeat right center;
  display: inline-block;
  padding-right: 30px;
}
.inews #tabcontent ul .item:hover .con .more {
  background: #e16130;
  bottom: 0px;
}
.inews #tabcontent ul .item:hover .con .more span {
  background: url(../images/jtwhite.png) no-repeat right center;
  color: #fff;
}

.focusvideo {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.85);
}
.show-video {
  display: block;
}
.video-show {
  position: absolute;
  z-index: 999;
  width: 920px;
  height: auto;
  background: #000;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.video-close {
  height: 37px;
  width: 30px;
  background: url(../images/close.png) no-repeat;
  background-size: 30px 30px;
  position: absolute;
  top: -37px;
  right: 0;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  color: #fff;
  font-size: 18px;
}
.video-close:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.focusvideo #videovl {
  width: 100%;
  height: 100%;
}

.footer {
  background: #2c313b;
  padding: 100px 0;
  font-size: 17px;
}
.footer img {
  display: block;
}
.footer ul {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  color: #fff;
}
.footer li {
  display: inline-block;
}

.footer li h3{
  font-size: 34px;

}

.footer .ftomail p {

  font-size: 16px;
}

.footer .ftomail li:nth-child(1) {
  font-size: 40px;
  line-height: 60px;
}
.footer .ftomail li:nth-child(1) span {
  display: block;
}
.footer .ftomail li:nth-child(2) {
  width: 70%;
  max-width: 805px;
}
.footer .ftomail li:nth-child(2) p {
  color: #fff;
  margin-bottom: 25px;

}
.footer .ftomail li:nth-child(2) .input {
  border: none;
  font-size: 18px;
  padding-left: 32px;
  border-bottom: 1px solid #fff;
  background: url(../images/fmail.png) no-repeat left center;
  color: rgba(255, 255, 255, 0.3);
  width: 100%;
  line-height: 58px;height: 58px;
  display: block;
  float: left;
  width: 76%;
}
.footer .ftomail li:nth-child(2) .input input{ line-height: 58px;height: 58px; }
.footer .ftomail li:nth-child(2) .submit {
  width: 20%;
  min-width: 130px;
  line-height: 58px;
  height: 58px;
  color: #fff;
  text-align: center;
  border: none;
  background: #e16130;
  display: block;
  float: right;
}
.footer .fcontent {
  color: rgba(255, 255, 255, 0.3);
  padding: 120px 0 120px 0;
}
.footer .fcontent li:nth-child(1) {
  display: block;
  width: auto;
  max-width: 152px;
}
.footer .fcontent li:nth-child(1) img {
  height: 80px;
  width: auto;
}
.footer .fcontent li h3 {
  margin-bottom: 20px;
}
.footer .fcontent li h3,
.footer .fcontent li h3 a {
  font-size: 18px;
  color: #fff;
}
.footer .fcontent li p {
  line-height: 30px;
   font-size: 15px;

}
.footer .fcontent li p,
.footer .fcontent li p a {
  color: rgba(255, 255, 255, 0.3);
}
.footer .fcontent li p a:hover {
  color: rgba(255, 255, 255, 1);
}
.footer .fcontent li:last-child p {
  padding-left: 32px;
}
.footer .fcontent li:last-child p.add {
  background: url(../images/fadd.png) no-repeat left 8px;
  background-size: auto 18px;
}
.footer .fcontent li:last-child p.tel {
  background: url(../images/ftel.png) no-repeat left 8px;
  background-size: auto 18px;
}
.footer .fcontent li:last-child p.mail {
  background: url(../images/fmail.png) no-repeat left 11px;
  background-size: auto 14px;
}
.footer .copyright img {
  display: block;
}
.footer .copyright li,
.footer .copyright a {
  color: rgba(255, 255, 255, 0.3);
  font-size: 15px;
}
.footer .copyright a:hover {
  color: rgba(255, 255, 255, 1);
}
.footer .copyright li:nth-child(1) {
  line-height: 52px;
}
.footer .copyright li:nth-child(2) .item {
  display: inline-block;
  position: relative;
  margin-left: 3px;
}
.footer .copyright li:nth-child(2) .item .sub {
  display: none;
}
.footer .copyright li:nth-child(2) .item .icon {
  background-color: rgba(255, 255, 255, 0.1);
  cursor: pointer;
}
.footer .copyright li:nth-child(2) .item .icon img {
  display: block;
  width: 52px;
  height: auto;
}
.footer .copyright li:nth-child(2) .item .icon:hover {
  background-color: #e16130;
}
.footer .copyright li:nth-child(2) .item:hover .sub {
  display: block;
  position: absolute;
}
.footer .copyright li:nth-child(2) .item .sub {
  position: absolute;
  padding: 10px;
  clear: both;
  z-index: 9;
  width: 124px;
  margin-left: -37px;
  margin-top: -180px;
  background: #e16130;
}
.footer .copyright li:nth-child(2) .item .sub img {
  display: block;
  width: 100%;
  height: auto;
}
.footer .copyright li:nth-child(2) .item .sub:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 50%;
  bottom: 0;
  margin-left: -10px;
  border-style: solid;
  border-width: 10px 10px 0px 10px;
  border-color: #fff transparent transparent transparent;
  z-index: 9;
}

.float_r {
  position: fixed;
  font-size: 12px;
  right: 0px;
  top: 50%;
  margin-top: -104px;
  z-index: 111;
  padding: 5px 5px 0px 5px;
  background: #272727;
}
.float_r li {
  position: relative;
  cursor: pointer;
  text-align: center;
  height: 75px;
  border-bottom: solid 1px #ddd;
  padding-top: 5px;
}
.float_r .hd {
  position: absolute;
  left: -160px;
  top: 0px;
  display: none;
}
.float_r .img {
  height: 62px;
  text-align: center;
  width: 50px;
}
.float_r .img img {
  position: relative;
  top: 5px;
  display: block;
  margin: 0 auto;
}
.float_r .img p {
  color: #fff;
}

.float_r li:hover .hd {
  display: block;
}

.float_r .li2 .hd {
  background: #272727;
  width: 150px;
  text-align: center;
  padding: 10px;
  color: #fff;
  bottom: 0;
  top: auto;
}
.float_r .li2 .hd .ewm img {
  display: block;
  width: 100%;
}
.float_r .backtops {
  border-bottom: none;
}
.float_r .backtops img {
  margin-top: 10px;
}

.nbanner {
  position: relative;
}
.nbanner img {
  display: block;
  width: 100%;
  height: auto;
}
.nbanner .text {
  position: absolute;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  color: #fff;
  width: 100%;
}
.nbanner .text h3 {
  font-size: 48px;
  line-height: 60px;
  font-weight: bold;
}
.nbanner .text span {
  font-size: 20px;
  font-weight: normal;
}

.nguide {
  line-height: 80px;
  border-bottom: solid 1px #ddd;
  position: relative;
  background: #fff;
}
.nguide ul {
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  display: flex;
  display: -webkit-flex;
}
.nguide li {
  white-space: nowrap;
  width: auto;
  display: inline-block;
}
.nguide li a {
  display: block;
  margin: 0 50px 0 0;
  font-size: 18px;
  position: relative;
}
.nguide li a:after {
  content: "";
  width: 0;
  height: 2px;
  background-color: #e16130;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -2px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.nguide li.cur a:after,
.nguide li a:hover:after {
  width: 100%;
}
.nguide li.cur a,
.nguide li a:hover {
  color: #e16130;
}

.nguide.fixeds {
  position: fixed;
  left: 0;
  top: 100px;
  width: 100%;
  z-index: 1000;
}
.section-wrapper {
  margin-top: -180px;
  padding-top: 180px;
}

.ndown .title {
  position: relative;
}
.ndown .title .downsearch {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 288px;
  height: 50px;
  line-height: 48px;
  border: solid 1px #ddd;
  border-radius: 25px;
  padding: 0 25px;
}
.ndown .title .downsearch .searchInput {
  background: none;
  border: none;
  line-height: 48px;
  height: 48px;
  float: left;
  width: 210px;
}
.ndown .title .downsearch input::-webkit-input-placeholder {
  color: #666;
}
.ndown .title .downsearch .submit {
  background: none;
  border: none;
  line-height: 48px;
  height: 48px;
  float: right;
  width: 20px;
  background: url(../images/fdj03.png) no-repeat center center;
  cursor: pointer;
}

.ndown .tabmenu {
  text-align: center;
  margin-bottom: 40px;
}
.ndown .tabmenu li {
  cursor: pointer;
  margin: 0 5px;
  display: inline-block;
  width: 170px;
  line-height: 50px;
  border-radius: 25px;
  border: solid 1px #ddd;
  background: #fff;
  font-size: 18px;
}
.ndown .tabmenu li.cli,
.ndown .tabmenu li:hover {
  background: #e16130;
  color: #fff;
}
.ndown #dtabcontent .hidden {
  display: none;
}
.ndown #dtabcontent ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.ndown #dtabcontent .item {
  width: 49%;
  margin-right: 2%;
  margin-top: 2%;
  padding: 40px;
  background: #ebecec;
  border-radius: 10px;
  border: solid 1px #ebecec;
}
.ndown #dtabcontent .item:nth-child(2n) {
  margin-right: 0;
}
.ndown #dtabcontent .item:hover {
  box-shadow: 0 3px 10px rgb(0 0 0 / 15%);
  border: solid 1px #e16130;
}
.ndown #dtabcontent .item a {
  background: url(../images/downbg.png) no-repeat right bottom;
  display: block;
}
.ndown #dtabcontent .item h3 {
  font-size: 24px;
  padding-left: 55px;
  background: url(../images/down.png) no-repeat left center;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ndown #dtabcontent .item p {
  color: #666;
  margin: 25px 0;
}
.ndown #dtabcontent .item .down {
  transition: 0.6s;
  display: inline-block;
  position: relative;
}
.ndown #dtabcontent .item .down span {
  display: inline-block;
  padding-right: 30px;
  background: url(../images/jtgray.png) no-repeat right center;
  line-height: 40px;
}
.ndown #dtabcontent .item:hover .down {
  background: #e16130;
  padding: 0 22px;
}
.ndown #dtabcontent .item:hover .down span {
  background: url(../images/jtwhite.png) no-repeat right center;
  color: #fff;
}

.aqlist li {
  border: solid 1px #ddd;
  border-radius: 15px;
  padding: 35px;
  margin-top: -25px;
  background: #fff;
  cursor: pointer;
}
.aqlist li:first-child {
  margin-top: -15px;
}
.aqlist li.cur {
  background: #fefaf9;
  border: solid 1px #e16130;
}
.aqlist .toptit {
  background: url(../images/jia.png) no-repeat right center;
  line-height: 35px;
  font-size: 24px;
  margin-bottom: 25px;
}
.aqlist li:last-child .toptit {
  margin-bottom: 0;
}
.aqlist li.cur .toptit {
  background: url(../images/jian.png) no-repeat right center;
  color: #e16130;
  font-weight: bold;
}
.aqlist .cont {
  display: none;
  margin-bottom: 25px;
}
.aqlist li:last-child .cont {
  margin-top: 25px;
  margin-bottom: 0;
}
.aqlist .cont h3 {
  line-height: 35px;
  font-size: 24px;
  color: #e16130;
}

.nzhibao .conn {
  margin-top: -15px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.nzhibao .kuai {
  width: 48.5%;
  margin-right: 3%;
}
.nzhibao .kuai:nth-child(2n) {
  margin-right: 0;
}
.nzhibao .kuai .text {
  padding: 5% 0;
}
.nzhibao .kuai .text h3 {
  font-size: 32px;
  margin-bottom: 25px;
}
.nzhibao .kuai .text p {
  line-height: 35px;
  font-size: 17px;
}

.ntiaokuan .conn {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-top: -15px;
}
.ntiaokuan .conn .item {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  padding: 60px 40px;
  border-radius: 15px;
  border: solid 1px #ebecec;
}
.ntiaokuan .conn .item:nth-child(3n) {
  margin-right: 0;
}
.ntiaokuan .conn .item .icon {
  position: relative;
  width: 30%;
  max-width: 73px;
  margin: 0 auto;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.ntiaokuan .conn .item:hover .icon {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.ntiaokuan .conn .item .icon img {
  display: block;
  width: 100%;
  height: auto;
}
.ntiaokuan .conn .item .text h3 {
  font-size: 30px;
  margin: 30px 0;
  text-align: center;
}
.ntiaokuan .conn .item .text p {
  font-size: 17px;
  color: #666;
}

.liuyan-sub {
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  width: 90%;
  max-width: 560px;
  height: 90vh;
  max-height: 690px;
  position: fixed;
  z-index: 9999;
  background: #fff;
  display: none;
  border-radius: 10px;
  -webkit-box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.25);
}
.liuyan-sub.cur {
  display: block;
}
.liuyan-sub .closed {
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(../images/closeorange.png) no-repeat;
  background-size: cover;
  right: 40px;
  top: 40px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  z-index: 999999;
}
.liuyan-sub .closed:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.liuyan-sub .conn {
  padding: 40px;
  position: absolute;
  width: 100%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  max-height: 100%;
  overflow-y: auto;
}
.liuyan-sub .conn h3 {
  font-size: 30px;
  margin-bottom: 25px;
}

.liuyan-sub .row1,
.liuyan-sub .row2 {
  position: relative;
  clear: both;
  margin-bottom: 15px;
}
.liuyan-sub label {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 44px;
  padding-left: 15px;
}
.liuyan-sub label span {
  color: #e16130;
  display: inline-block;
  width: 10px;
}
.liuyan-sub .inp {
  width: 100%;
  border-radius: 5px;
  border-radius: 3px;
  color: #666;
  border: none;
  line-height: 44px;
  height: 44px;
  padding: 0 15px;
  transition: border-color 0.5s;
  padding-left: 105px;
  background: #fefaf9;
}
.liuyan-sub textarea {
  width: 100%;
  border-radius: 5px;
  color: #666;
  border-radius: 3px;
  height: 120px;
  display: block;
  border: none;
  background: #fefaf9;
  line-height: 30px;
  padding: 15px;
  transition: border-color 0.5s;
  padding: 7px 7px 7px 105px;
}
.liuyan-sub .submit {
  text-align: center;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.3s;
}
.liuyan-sub .submit {
  width: 100%;
  border-radius: 5px;
  border: none;
  line-height: 45px;
  height: 45px;
  font-size: 18px;
  color: #fff;
  padding-right: 35px;
  background: url(../images/bjt.png) #e16130 no-repeat 60% center;
  cursor: pointer;
}
.liuyan-sub .submit:hover {
  background: url(../images/bjt.png) #e16130 no-repeat 61% center;
}
.wbg {
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 9998;
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  display: none;
}
.wbg.cur {
  display: block;
}

.nab01 .section {
  background: url(../images/jjbg.png) no-repeat center center;
}
.nab01 .conn {
  font-size: 18px;
}

.nab02 .section {
  background: url(../images/nab02.jpg) no-repeat center center / cover;
}
.nab02 .title h3,
.nab02 .title h4 {
  color: #fff;
}
.nab02 .conn {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  justify-content: flex-start;
  padding-top: 80px;
}
.nab02 .conn .item {
  width: 23.5%;
  margin-right: 2%;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 15px;
  position: relative;
}
.nab02 .conn .item:nth-child(4n) {
  margin-right: 0;
}
.nab02 .conn .item .icon {
  position: absolute;
  z-index: 2;
  width: 97px;
  margin-left: -48.5px;
  top: -48.5px;
  left: 50%;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.nab02 .conn .item:hover .icon {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.nab02 .conn .item .icon img {
  display: block;
  width: 100%;
  height: auto;
}
.nab02 .conn .item .con {
  position: relative;
  margin-top: -48.5px;
  padding: 100px 20px 40px 20px;
  text-align: center;
}
.nab02 .conn .item .con .inn {
  display: inline-block;
}
.nab02 .conn .item .con h3 {
  font-size: 30px;
  margin: 20px 0;
}
.nab02 .conn .item .con p {
  text-align: left;
}

.nab03 .section {
  background: url(../images/nab03.jpg) no-repeat center center / cover;
}
.nab03 .conn {
  position: relative;
  background: url(../images/lsbg.png) repeat-x center 10px;
  padding: 0 95px;
}
.nab03 .conn .swiper-slide .dian {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(225, 97, 48, 0.2);
  margin-bottom: 80px;
}
.nab03 .conn .swiper-slide .dian:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -5px;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(225, 97, 48, 1);
}
.nab03 .conn .swiper-slide h3 {
  font-size: 45px;
  font-weight: bold;
  color: #e16130;
  margin-bottom: 45px;
}
.nab03 .conn .swiper-slide p {
  font-size: 20px;
  margin-top: 30px;
}
.nab03 .swiper-button-prev,
.nab03 .swiper-button-next {
  display: block;
  margin-top: 45px;
  width: 50px !important;
  height: 50px !important;
  border-radius: 50%;
  background: none;
  overflow: hidden;
}
.nab03 .swiper-button-prev {
  left: 0;
}
.nab03 .swiper-button-next {
  right: 0;
}
.nab03 .swiper-button-prev:hover,
.nab03 .swiper-button-next:hover {
  background: #58b32f;
  background-size: cover;
  border: none;
}
.nab03 .swiper-button-prev span,
.nab03 .swiper-button-next span {
  width: 50px !important;
  height: 50px !important;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/jtgray.png) #fff no-repeat center center;
}
.nab03 .swiper-button-prev span {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.nab03 .swiper-button-prev:hover span,
.nab03 .swiper-button-next:hover span {
  background: url(../images/jtwhite.png) #e16130 no-repeat center center;
  opacity: 1;
}

.nab04 {
  position: relative;
  z-index: 998;
}
.nab04 .title {
  position: relative;
}
.nab04 .title .more {
  line-height: 58px;
  bottom: 0px;
  right: 0;
  position: absolute;
}
.nab04 .title .more a {
  display: inline-block;
  padding: 0 40px;
  border: solid 1px #e16130;
  color: #e16130;
}
.nab04 .title .more a span {
  background: url(../images/jtorange.png) no-repeat right center;
  display: block;
  padding-right: 30px;
}
.nab04 .title .more a:hover {
  background: #e16130;
  bottom: 0px;
  color: #fff;
}
.nab04 .title .more a:hover span {
  background: url(../images/jtwhite.png) no-repeat right center;
  color: #fff;
}
.nab04 .conn {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-top: -15px;
}
.nab04 .conn .item {
  width: calc(25% - 0.75px);
  position: relative;
  overflow: hidden;
}
.nab04 .conn .item .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.4),
    rgba(0, 0, 0, 0.15)
  );
}
.nab04 .conn .item:hover .text {
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.8),
    rgba(225, 97, 48, 0.9) 65%
  );
}
.nab04 .conn .item .text .inn {
  position: absolute;
  left: 0;
  bottom: 60px;
  width: 100%;
}
.nab04 .conn .item:hover .text .inn {
  position: absolute;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  bottom: auto;
  top: 50%;
  width: 100%;
}
.nab04 .conn .item .text .icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 15px auto;
}
.nab04 .conn .item .text .wenzi {
  text-align: center;
}
.nab04 .conn .item .text h3 {
  font-size: 24px;
  color: #fff;
  text-align: center;
  margin-bottom: 25px;
}
.nab04 .conn .item .text .wenzi .textinn {
  display: inline-block;
  padding: 0 6%;
  display: none;
}
.nab04 .conn .item .text .wenzi .textinn p {
  color: #fff;
  text-align: left;
}
.nab04 .conn .item .text .more {
  display: none;
  color: #333;
  margin: 30px auto 0 auto;
  width: 145px;
  padding-right: 28px;
  line-height: 36px;
  background: #fff;
  border-radius: 18px;
  text-align: center;
  position: relative;
}
.nab04 .conn .item .text .more i {
  content: "";
  position: absolute;
  top: 50%;
  width: 28px;
  height: 28px;
  margin-top: -14px;
  right: 2px;
  border-radius: 50%;
  background: url(../images/jtwhite.png) #e16130 no-repeat center center;
  background-size: 15px auto;
}
.nab04 .conn .item:hover .text .more {
  display: block;
}
.nab04 .conn .item .text:hover .wenzi .textinn {
  display: inline-block;
}

.nab05 {
  position: relative;
}
.nab05 .section {
  padding-bottom: 60px;
}
.nab05:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40%;
  background: #e16130;
  z-index: -19;
}
.nab05 .title {
  position: relative;
}
.nab05 .title h3 {
  margin-bottom: 25px;
}
.nab05 .title h4 {
  margin-bottom: 0px;
}
.nab05 .title .more {
  position: absolute;
  bottom: -7px;
  left: 50%;
  margin-left: 160px;
}
.nab05 .title .more a {
  font-size: 18px;
  color: #e16130;
  background: url(../images/jtorange.png) no-repeat right center;
  transition: 0.6s;
  padding-right: 30px;
}
.nab05 .title .more a:hover {
  padding-right: 35px;
}
.nab05 .conn {
  margin-top: -15px;
}
.nab05 .swiper-slide {
  margin-bottom: 45px;
}
.nab05 .swiper-container {
  position: relative;
  width: 100%;
}
.nab05 .swiper-slide {
  position: relative;
  cursor: pointer;
}
.nab05 .swiper-slide .text {
  opacity: 0;
  background-color: rgba(225, 97, 48, 0.8);
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 98;
  width: 100%;
  height: 100%;
}
.nab05 .swiper-slide .shizhi {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
}
.nab05 .swiper-slide .shizhi img {
  width: 100%;
  height: 100%;
}
.nab05 .swiper-slide .text h3 {
  font-size: 18px;
  position: absolute;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  color: #fff;
  width: 100%;
  text-align: center;
  background: url(../images/fdj04.png) no-repeat center top;
  padding-top: 65px;
}
.nab05 .swiper-slide:hover .text {
  opacity: 1;
}
.nab05 .swiper-pagination {
  bottom: 0px;
  text-align: center;
  position: absolute;
  width: 100%;
}
.nab05 .swiper-pagination .swiper-pagination-bullet {
  border-radius: 50%;
  width: 12px;
  height: 12px;
  opacity: 1;
  position: relative;
  border: solid 1px #fff;
  background: none;
  margin: 0 3px;
}
.nab05 .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}
.photo-mask {
  position: fixed;
  z-index: 10000;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}
.photo-panel {
  position: fixed;
  display: none;
  clear: both;
  top: 0%;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100000;
}
.photo-panel .photo-div,
.photo-panel .photo-bar {
  width: 100%;
}
.photo-panel .photo-div {
  width: 1040px;
  height: 540px;
  z-index: 11;
  margin: auto;
  position: relative;
}
.photo-panel .photo-close {
  background: url(../images/close_ch.png);
  background-size: cover;
  width: 56px;
  height: 56px;
  position: absolute;
  top: 0; cursor:pointer;
  right: 0;
}
.photo-panel .photo-close:hover {
  background: url(../images/close_ch.png);
  background-size: cover;
  width: 56px;
  height: 56px;
  position: absolute;
  margin-left: 664px;
}
.photo-panel .photo-bar-tip {
  width: 100%;
  height: 44px;
  position: absolute;
  margin-top: -64px;
  padding: 10px;
}
.photo-panel .photo-bar-tip:hover {
  width: 100%;
  height: 44px;
  position: absolute;
  margin-top: -64px;
  background: #000;
  filter: alpha(opacity=20);
  -moz-opacity: 0.8;
  opacity: 0.8;
  color: #fff;
  padding: 10px;
}
.photo-panel .photo-img {
  width: 800px;
  position: relative;
  float: left;
  height: 550px;
  background: #fff;
}
.photo-panel .photo-view-w {
  width: 800px;
  height: 540px;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}
.photo-panel .photo-view-h {
  width: 800px;
  height: 550px;
  text-align: center;
  vertical-align: middle;
}
.photo-panel .photo-view-w img {
  max-width: 780px;
  height: auto;
  vertical-align: middle;
  text-align: center;
  max-height: 520px;
  margin: 10px;
}
.photo-panel .photo-view-h img {
  max-width: 780px;
  height: 520px;
  margin: 10px;
}
.photo-panel .photo-left,
.photo-panel .photo-right {
  width: 120px;
  float: left;
  margin-top: 220px;
}
.photo-panel .arrow-prv {
  background: url(../images/l.png);
  width: 120px;
  height: 120px;
  background-size: cover;
}
.photo-panel .arrow-prv:hover {
  background: url(../images/l_ch.png);
  width: 120px;
  height: 120px;
  background-size: cover;
  cursor: pointer;
}
.photo-panel .arrow-next {
  background: url(../images/r.png);
  width: 120px;
  height: 120px;
  background-size: cover;
}
.photo-panel .arrow-next:hover {
  background: url(../images/r_ch.png);
  width: 120px;
  height: 120px;
  background-size: cover;
  cursor: pointer;
}
.photo-panel .swiper-container .swiper-wrapper .swiper-slide {
  width: 200px;
  overflow: hidden;
  height: 200px;
  float: left;
}
.photo-panel .swiper-container .swiper-wrapper .swiper-slide img {
  width: auto;
  height: auto;
}
.photo-panel .photo-bar {
  background: #fff;
  padding-bottom: 20px;
  font-size: 20px;
  text-align: center;
}

.nkx01 .swiper-container {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.nkx01 .swiper-slide {
  border-left: solid 2px #ddd;
  padding: 0 60px 120px 60px;
  margin-bottom: 60px;
  position: relative;
}
.nkx01 .swiper-slide:after {
  content: "";
  position: absolute;
  left: -2px;
  top: 0;
  width: 2px;
  height: 0;
  background: #e16130;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.nkx01 .swiper-slide:hover:after {
  height: 100%;
}
.nkx01 .swiper-slide .icon {
  display: inline-block;
  height: 60px;
  width: auto;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.nkx01 .swiper-slide:hover .icon {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.nkx01 .swiper-slide .icon img {
  display: block;
}
.nkx01 .swiper-slide h3 {
  font-size: 30px;
  margin: 65px 0 20px 0;
}
.nkx01 .swiper-slide p {
  font-size: 18px;
  color: #666;
}
.nkx01 .swiper-pagination {
  bottom: 0px;
  text-align: center;
  position: absolute;
  width: 100%;
}
.nkx01 .swiper-pagination .swiper-pagination-bullet {
  border-radius: 50%;
  width: 12px;
  height: 12px;
  opacity: 1;
  position: relative;
  border: solid 1px #aaa;
  background: none;
  margin: 0 3px;
}
.nkx01 .swiper-pagination .swiper-pagination-bullet-active {
  background: #e16130;
  border: solid 1px #e16130;
}

.nkx02 {
  background: url(../images/nysbg02.jpg) no-repeat center center / cover;
}
.nkx02 .title h3 {
  color: #fff;
}
.nkx02 .conn {
  margin-top: -15px;
}
.nkx02 .swiper-slide {
  display: inline-block;
  border-left: solid 2px #ddd;
  padding: 65px;
  min-height: 550px;
  margin-bottom: 45px;
  position: relative;
  border-radius: 10px;
  border: solid 1px #ddd;
  background-color: rgba(0, 0, 0, 0.5);
}
.nkx02 .swiper-slide .icon {
  display: inline-block;
  height: 60px;
  width: auto;
  filter: brightness(200);
}
.nkx02 .swiper-slide:hover {
  border: solid 1px #e16130;
}
.nkx02 .swiper-slide:hover .icon {
  filter: brightness(1);
}
.nkx02 .swiper-slide .icon img {
  display: block;
}
.nkx02 .swiper-slide h3 {
  font-size: 30px;
  margin: 65px 0 20px 0;
  color: #fff;
}
.nkx02 .swiper-slide p {
  font-size: 18px;
  color: #fff;
}
.nkx02 .swiper-pagination {
  bottom: 0px;
  text-align: center;
  position: absolute;
  width: 100%;
}
.nkx02 .swiper-pagination .swiper-pagination-bullet {
  border-radius: 50%;
  width: 12px;
  height: 12px;
  opacity: 1;
  position: relative;
  border: solid 1px #fff;
  background: none;
  margin: 0 3px;
}
.nkx02 .swiper-pagination .swiper-pagination-bullet-active {
  background: #e16130;
  border: solid 1px #e16130;
}

.nkx03 {
  background: url(../images/nysbg03.jpg) no-repeat center center / cover;
}
.nkx03 .wrap {
  position: relative;
}
.nkx03 .title {
  width: 32%;
  max-width: 550px;
  margin-bottom: 30px;
}

.nkx03 .protab-wrap .item {
  display: none;
  overflow: hidden;
}
.nkx03 .protab-wrap .item.cur {
  height: auto;
  display: block;
}
.nkx03 .i-product-list {
  position: relative;
}
.nkx03 .conn .pro-nav {
  float: left;
  width: 20%;
  max-width: 330px;
}
.nkx03 .conn .pro-nav li {
  line-height: 82px;
  border-bottom: solid 1px #ccc;
  font-size: 24px;
}
.nkx03 .conn .pro-nav li.cur {
  border-bottom: solid 1px #e16130;
}
.nkx03 .conn .pro-nav li.cur a {
  color: #e16130;
}
.nkx03 .conn .protab-wrap {
  width: 75%;
  float: right;
  margin-top: -85px;
}
.nkx03 .swiper-slide {
  padding: 0 15%;
  position: relative;
}
.nkx03 .swiper-slide .images {
  position: relative;
  width: 352px;
}
.nkx03 .images img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}
.nkx03 .images .bg {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 352px;
  height: 352px;
  background: #e16130;
  opacity: 0.1;
  border-radius: 50%;
}
.nkx03 .swiper-slide .wenzi {
  position: absolute;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  padding-left: calc(22% + 352px);
  width: 100%;
}
.nkx03 .swiper-slide .wenzi h3 {
  font-size: 30px;
  margin: 0 0 20px 0;
}
.nkx03 .swiper-slide .wenzi p {
  line-height: 35px;
  font-size: 18px;
}
.nkx03 .swiper-button-prev,
.nkx03 .swiper-button-next {
  display: block;
  width: 50px !important;
  height: 50px !important;
  border-radius: 50%;
  background: none;
  overflow: hidden;
}
.nkx03 .swiper-button-prev {
  left: 0;
}
.nkx03 .swiper-button-next {
  right: 0;
}
.nkx03 .swiper-button-prev:hover,
.nkx03 .swiper-button-next:hover {
  background: #58b32f;
  background-size: cover;
  border: none;
}
.nkx03 .swiper-button-prev span,
.nkx03 .swiper-button-next span {
  width: 50px !important;
  height: 50px !important;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/jtgray.png) #fff no-repeat center center;
}
.nkx03 .swiper-button-prev span {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.nkx03 .swiper-button-prev:hover span,
.nkx03 .swiper-button-next:hover span {
  background: url(../images/jtwhite.png) #e16130 no-repeat center center;
  opacity: 1;
}
.nkx03 .shujv {
  margin-top: 130px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.nkx03 .shujv .kuai {
  width: calc(25% - 12px);
  margin-right: 16px;
  position: relative;
}
.nkx03 .shujv .kuai:nth-child(4n) {
  margin-right: 0;
}
.nkx03 .shujv .kuai .icon {
  position: absolute;
  z-index: 2;
  width: 80px;
  top: -40px;
  left: 35px;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.nkx03 .shujv .kuai:hover .icon {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.nkx03 .shujv .kuai .icon img {
  display: block;
  width: 100%;
  height: auto;
}
.nkx03 .shujv .kuai .text {
  padding: 75px 35px 35px 35px;
  background: linear-gradient(to top right, #fff 60%, #f7d3c5);
}
.nkx03 .shujv .kuai .text h3 {
  color: #e16130;
  font-size: 24px;
  display: block;
  float: left;
}
.nkx03 .shujv .kuai .text h3 span {
  font-size: 60px;
  line-height: 60px;
  font-weight: bold;
}
.nkx03 .shujv .kuai .text p {
  font-size: 24px;
  margin-top: 26px;
  display: block;
  float: left;
  margin-left: 10px;
}

.nkx04 {
  position: relative;
}
.nkx04 .title h3 {
  color: #fff;
}
.nkx04 img {
  display: block;
  width: 100%;
  height: auto;
}
.nkx04 .text {
  position: absolute;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  color: #fff;
  width: 100%;
}
.nkx04 .text .conn {
  margin-top: -15px;
}
.nkx04 .text p {
  font-size: 24px;
  line-height: 50px;
  position: relative;
  padding-left: 30px;
}
.nkx04 .text p:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  background: #e16130;
}

.nhonor .conn {
  margin-top: -30px;
}
.nhonor .tabmenu {
  text-align: center;
  margin-bottom: 40px;
}
.nhonor .tabmenu li {
  cursor: pointer;
  margin: 0 5px;
  display: inline-block;
  width: 170px;
  line-height: 50px;
  border-radius: 25px;
  border: solid 1px #ddd;
  background: #fff;
  font-size: 18px;
}
.nhonor .tabmenu li.cli,
.nhonor .tabmenu li:hover {
  background: #e16130;
  color: #fff;
}
.nhonor #dtabcontent .hidden {
  display: none;
}
.nhonor #dtabcontent ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.nhonor .item {
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 40px;
  position: relative;
}
.nhonor .item:nth-child(4n) {
  margin-right: 0;
}
.nhonor .item .outpic {
  border: solid 1px #ddd;
  padding: 35px;
  position: relative;
}
.nhonor .item:hover .outpic {
  border: solid 1px #e16130;
}
.nhonor .item .outpic .img-dv .img2,
.nhonor .item .outpic .pic .img2 {
  display: block;
  height: 100%;
  width: auto !important;
  max-width: 100% !important;
}
.nhonor .item .outpic .shizhi {
  opacity: 0;
  cursor: pointer;
}
.nhonor .item .outpic .shizhi {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/fdj04.png) rgba(225, 97, 48, 0.75) no-repeat center
    center;
}
.nhonor .item:hover .outpic .shizhi {
  opacity: 1;
}
.nhonor .item .outpic .shizhi img {
  opacity: 0;
  width: 100%;
  height: 100%;
}
.nhonor .item .text {
  height: 58px;
  display: flex;
  align-items: center;
  text-align: center;
  position: relative;
}
.nhonor .item .text h3 {
  line-height: 25px;
  width: 100%;
  font-size: 17px;
}
.nhonor .item .text:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background: #e16130;
  transition: 0.5s;
}
.nhonor .item:hover .text:after {
  width: 100%;
}
.nhonor .item:hover .text h3 {
  color: #e16130;
}

.ntjnews .swiper-slide a {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.ntjnews .swiper-wrapper {
  height: auto !important;
}
.ntjnews .pic {
  width: 50%;
  display: inline-block;
}
.ntjnews .wenzi {
  width: 50%;
  display: inline-block;
  padding: 5%;
  background: #ebecec;
}
.ntjnews .wenzi h3 {
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 30px;
  color: #020202;
}
.ntjnews .swiper-slide:hover .wenzi h3 {
  color: #e16130;
}
.ntjnews .wenzi p {
  color: #333;
}
.ntjnews .wenzi .more {
  margin-top: 100px;
  position: relative;
}
.ntjnews .wenzi .more .button {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: url(../images/jtorange.png) #fff no-repeat center center;
}
.ntjnews .swiper-slide:hover .wenzi .more .button {
  background: url(../images/jtwhite.png) #e16130 no-repeat center center;
}
.ntjnews .wenzi .more .date {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #333;
}
.ntjnews .swiper-button-prev,
.ntjnews .swiper-button-next {
  display: block;
  width: 68px !important;
  height: 68px !important;
  background-image: none;
  background-color: rgba(0, 0, 0, 0.3);
  overflow: hidden;
  top: auto;
  bottom: 0;
  border-radius: 0;
}
.ntjnews .swiper-button-prev {
  left: 50%;
  margin-left: -68px;
}
.ntjnews .swiper-button-next {
  right: 50%;
  margin-right: -68px;
}
.ntjnews .swiper-button-prev:hover,
.ntjnews .swiper-button-next:hover {
  background: #e16130;
  background-size: cover;
  border: none;
}
.ntjnews .swiper-button-prev span,
.ntjnews .swiper-button-next span {
  width: 68px !important;
  height: 68px !important;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/r_ch.png) no-repeat center center;
  background-size: 30px auto;
}
.ntjnews .swiper-button-prev span {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.nothernews {
  background: #ebecec;
}
.nothernews .newslists .item {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 40px;
  padding: 40px;
}
.nothernews .newslists .item:hover {
  box-shadow: 0 3px 10px rgb(0 0 0 / 15%);
}
.nothernews .newslists .item .pic {
  width: 30%;
  float: right;
}
.nothernews .newslists .item .date {
  width: 85px;
  text-align: center;
  float: left;
}
.nothernews .newslists .item .date h3 {
  font-size: 36px;
  color: #e16130;
  font-weight: bold;
}
.nothernews .newslists .item .date p {
  color: #333;
}
.nothernews .newslists .item .wenzi {
  float: left;
  width: calc(70% - 85px);
  padding: 0 40px;
}
.nothernews .newslists .item .wenzi h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
.nothernews .newslists .item .wenzi p {
  color: #333;
  height: 90px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.nothernews .newslists .item .more {
  line-height: 55px;
  margin-top: 30px;
  display: inline-block;
  padding: 0 40px;
  border: solid 1px #e16130;
  color: #e16130;
}
.nothernews .newslists .item .more span {
  background: url(../images/jtorange.png) no-repeat right center;
  display: block;
  padding-right: 30px;
}
.nothernews .newslists .item:hover .more {
  background: #e16130;
  bottom: 0px;
  color: #fff;
}
.nothernews .newslists .item:hover .more span {
  background: url(../images/jtwhite.png) no-repeat right center;
  color: #fff;
}

.nnewsdetail {
  background: #ebecec;
}
.nnewsdetail .nnleft {
  width: 66%;
  float: left;
}
.nnewsdetail .nnleft .conn {
  background: #fff;
  padding: 5%;
  border-radius: 10px;
  margin-top: -30px;
}
.nnewsdetail .nnleft .conn .ntitle h3 {
  font-size: 24px;
  margin-bottom: 25px;
}
.nnewsdetail .nnleft .conn .ntitle p {
  color: #999;
}
.nnewsdetail .nnleft .conn .ntitle {
  margin-bottom: 30px;
}
.nnewsdetail .nnleft .conn img {
  display: block;
  margin: 0 auto;
  width: auto !important;
  max-width: 680px !important;
}
.nnewsdetail .nnleft .shangxia {
  margin-top: 40px;
  font-size: 14px;
  line-height: 24px;
  position: relative;
}
.nnewsdetail .nnleft .shangxia .pre {
  float: left;
}
.nnewsdetail .nnleft .shangxia .next {
  float: right;
}
.nnewsdetail .nnleft .shangxia .pre,
.nnewsdetail .nnleft .shangxia .next {
  width: calc(50% - 30px);
}
.nnewsdetail .nnleft .shangxia .list {
  width: 30px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -15px;
}
.nnewsdetail .nnleft .shangxia a {
  color: #333;
}
.nnewsdetail .nnleft .shangxia .pre span {
  font-size: 14px;
  font-weight: bold;
  color: #999;
  width: 55px;
  float: left;
  display: block;
}
.nnewsdetail .nnleft .shangxia .pre a {
  float: left;
  display: block;
  width: calc(100% - 55px);
  max-width: 350px;
}
.nnewsdetail .nnleft .shangxia .next span {
  font-size: 14px;
  font-weight: bold;
  color: #999;
  width: 55px;
  float: right;
  display: block;
  text-align: right;
}
.nnewsdetail .nnleft .shangxia .next a {
  float: right;
  display: block;
  width: calc(100% - 55px);
  max-width: 350px;
  text-align: right;
}
.nnewsdetail .nnleft .shangxia .pre:hover span,
.nnewsdetail .nnleft .shangxia .next:hover span {
  font-size: 16px;
  color: #e16130;
}
.nnewsdetail .nnright {
  width: 32%;
  float: right;
}
.nnewsdetail .nnright .title h3 {
  font-size: 30px;
  line-height: 35px;
  margin-top: 10px;
}
.nnewsdetail .nnright .conn {
  margin-top: -30px;
}
.nnewsdetail .nnright .conn .item {
  background: #fff;
  padding: 5%;
  border-radius: 10px;
  margin-bottom: 20px;
}
.nnewsdetail .nnright .conn .item:hover {
  border: solid 1px #e16130;
  box-shadow: 0 3px 10px rgb(0 0 0 / 15%);
}
.nnewsdetail .nnright .conn .item p {
  color: #999;
  margin-bottom: 15px;
}
.nnewsdetail .nnright .conn .item h3 {
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 18px;
  color: #202020;
}
.nnewsdetail .nnright .conn .item .more {
  transition: 0.6s;
  display: inline-block;
  position: relative;
  margin-top: 18px;
}
.nnewsdetail .nnright .conn .item .more span {
  display: inline-block;
  padding-right: 30px;
  background: url(../images/jtgray.png) no-repeat right center;
  line-height: 40px;
}
.nnewsdetail .nnright .conn .item:hover .more {
  background: #e16130;
  padding: 0 22px;
}
.nnewsdetail .nnright .conn .item:hover .more span {
  background: url(../images/jtwhite.png) no-repeat right center;
  color: #fff;
}

.nco01 .conn {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.nco01 .conn .item {
  width: 25%;
  position: relative;
  padding: 50px 0;
}
.nco01 .conn .item:after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 1px;
  top: 0;
  background: #ddd;
}
.nco01 .conn .item:first-child:after {
  display: none;
}
.nco01 .conn .item .icon {
  position: relative;
  width: 40%;
  max-width: 71px;
  margin: 0 auto;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.nco01 .conn .item:hover .icon {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.nco01 .conn .item .icon img {
  display: block;
  width: 100%;
  height: auto;
}
.nco01 .conn .item .text {
  text-align: center;
}
.nco01 .conn .item .text h3 {
  margin: 40px auto;
  font-size: 24px;
}
.nco01 .conn .item .text p {
  font-size: 18px;
  color: #666;
}
.nco01 .conn .item .text p img {
  display: block;
  border: solid 1px #ddd;
  margin: 0 auto;
}

.nco02 .guonei {
  background: #ebecec;
}
.nco02 .conn {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-top: -15px;
}
.nco02 .conn .item {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
	background: #fff;
	border: solid 1px #fff;
	border-radius: 10px;
	position: relative;
	padding-top: 60px;
	padding-right: 30px;
	padding-bottom: 60px;
	padding-left: 30px;
}
.nco02 .conn .item:nth-child(3n) {
  margin-right: 0;
}
.nco02 .conn .item:hover {
  border: solid 1px #e16130;
  box-shadow: 0 3px 10px rgb(0 0 0 / 15%);
}
.nco02 .conn .item:after {
  content: "";
  position: absolute;
  right: 35px;
  bottom: 35px;
  width: 133px;
  height: 105px;
  background: url(../images/xvlogo.png) no-repeat center center / cover;
}
.nco02 .conn .item h3 {
	background: url(../images/add.png) no-repeat left center;
	height: 50px;
	font-size: 22px;
	color: #020202;
	padding-left: 55px;
	margin-bottom: 25px;
	
}
.nco02 .conn .item .inn p {
  line-height: 30px;
  font-size: 16px;
}
.nco02 .guowai .conn .item {
  background: #ebecec;
}

.nco03 .section {
  background: url(../images/feedbackbg.jpg) no-repeat center center;
  background-size: cover;
}
.nco03 .title h3
 {
  color: #fff;
}
.nco03 .title h5 {
  color: #fff;
  font-size: 18px;
}
.nco03 .form {
  max-width: 1048px;
  margin: 0 auto;
}
.nco03 .form .column {
  float: left;
  width: calc(50% - 15px);
  margin-right: 15px;
  margin-bottom: 20px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.75);
  line-height: 44px;
  overflow: hidden;
  border: solid 1px #ddd;
  border-radius: 5px;
}
.nco03 .form label {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 44px;
  padding-left: 15px;
  color: #666;
}
.nco03 .form label span {
  color: #e16130;
  display: inline-block;
  width: 10px;
}
.nco03 .form .row_1 {
  margin-right: -15px;
}
.nco03 .form .row_1 input {
  border: none;
  border-radius: 5px;
  line-height: 30px;
  height: 44px;
  width: 100%;
  padding: 7px 15px 7px 95px;
  color: #666;
  background: none;
}
.nco03 .form .row_1 select {
  border: none;
  border-radius: 5px;
  line-height: 44px;
  height: 44px;
  width: 100%;
  padding: 0 15px;
  color: #666;
  background: none;
}
.nco03 .form .row_2 {
  background-color: rgba(255, 255, 255, 0.75);
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 20px;
}
.nco03 .form .row_2 textarea {
  width: 100%;
  background: none;
  height: 155px;
  margin-bottom: 15px;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 7px 15px 7px 95px;
  line-height: 30px;
  color: #666;
}
.nco03 .form .row {
  position: relative;
  width: 185px;
  line-height: 50px;
  height: 50px;
  overflow: hidden;
  margin: 60px auto 0 auto;
  background: #e16130;
}
.nco03 .form .row .submit {
  position: absolute;
  color: #fff;
  left: 0;
  top: 0;
  transition: 0.5s;
  width: 185px;
  font-size: 18px;
  line-height: 50px;
  height: 50px;
  border: none;
  background: url(../images/bjt.png) no-repeat 75% center;
  display: block;
  padding-right: 40px;
  line-height: 50px;
  font-style: normal;
}
.nco03 .form .row .submit:hover {
  background: url(../images/bjt.png) no-repeat 80% center;
}

.nhr .wrap {
  position: relative;
}
.hrquan {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}
.hrquan .img002 {
  position: absolute;
  left: 0;
  top: 0;
}

@-webkit-keyframes bounce-up {
  25% {
    -webkit-transform: translateY(10px);
  }
  50%,
  100% {
    -webkit-transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(-10px);
  }
}
@keyframes bounce-up {
  25% {
    transform: translateY(10px);
  }
  50%,
  100% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(-10px);
  }
}
.hrquan .img001 {
  -webkit-animation: bounce-up 4.5s linear infinite;
  animation: bounce-up 4.5s linear infinite;
}
.hrquan .img002 {
  -webkit-animation: bounce-up 3s linear infinite;
  animation: bounce-up 3s linear infinite;
}

.hrlist {
  background: #ebecec;
}
.hrlist .conn {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin-top: -15px;
}
.hrlist .item {
  width: calc(33.33% - 16px);
  cursor: pointer;
  margin-right: 24px;
  margin-bottom: 26px;
  padding: 2%;
  background: #fff;
  position: relative;
  border-radius: 10px;
  border: solid 1px #fff;
}
.hrlist .item:hover {
  box-shadow: 0 3px 10px rgb(0 0 0 / 15%);
  border: solid 1px #e16130;
}
.hrlist .item:nth-child(3n) {
  margin-right: 0;
}
.hrlist .item h3 {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 15px;
}
.hrlist .item .show h3 {
  background: url(../images/zhaopin.png) no-repeat left center;
  margin-bottom: 25px;
  padding-left: 55px;
}
.hrlist .item .show .more {
  transition: 0.6s;
  display: inline-block;
  position: relative;
  margin-top: 20px;
}
.hrlist .item .show .more span {
  display: inline-block;
  padding-right: 30px;
  background: url(../images/jtgray.png) no-repeat right center;
  line-height: 40px;
}
.hrlist .item:hover .more {
  background: #e16130;
  padding: 0 22px;
}
.hrlist .item:hover .more span {
  background: url(../images/jtwhite.png) no-repeat right center;
  color: #fff;
}
.hrlist .item p,
.hrlist .intro {
  color: #666;
}
.hrlist .intro span {
  padding-right: 30px;
}
.hrlist .intro span:last-child {
  padding-right: 0;
}
.hrlist .item .hd {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #666;
  display: none;
  z-index: 99999999999;
  border-radius: 20px;
}
.hrlist .item .hd .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.85;
  filter: alpha(opacity=80);
  z-index: 98;
}
.hrlist .item .hd .closed {
  width: 30px;
  height: 30px;
  display: block;
  background: url(../images/closeorange.png) no-repeat center;
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 10%;
  margin-top: 50px;
  margin-left: 380px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: 99999;
}
.hrlist .item .hd .closed:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.hrlist .item .hd .hr_con {
  background: #fff;
  width: 960px;
  height: 80%;
  position: absolute;
  top: 10%;
  left: 50%;
  margin-left: -480px;
  padding: 30px;
  cursor: default;
  overflow-y: auto;
  z-index: 99;
}
.hrlist .item .hd .hr_con h3 {
  color: #000;
}
.hrlist .item .hd .hr_con .line {
  width: 100%;
  height: 1px;
  background: #ddd;
  margin: 10px 0;
}

.napp101 {
  background: #ececec;
}
.napp101 .conn {
  margin-top: -30px;
}
.napp101 .conn .list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.napp101 .conn .list .item {
  width: calc(25% - 18.75px);
  margin-right: 25px;
  margin-top: 40px;
}
.napp101 .conn .list .item:nth-child(4n) {
  margin-right: 0;
}
.napp101 .conn .list .item .wenzi {
  text-align: center;
  position: relative;
  height: 80px;
  display: flex;
  align-items: center;
  background: #fff;
  margin: -40px 20px 0 20px;
}
.napp101 .conn .list .item .wenzi h3 {
  font-size: 20px;
  width: 100%;
}
.napp102.section {
  padding: 80px 0;
}
.napp102 .pic {
  width: 50%;
  float: left;
}
.napp102 .wenzi {
  width: 50%;
  float: right;
  padding: 4% 0 4% 4%;
}
.napp102 .wenzi .title {
  margin-bottom: 35px;
}
.napp102 .wenzi .title h4 {
  margin-top: 0;
  line-height: 40px;
}
.napp102 .wenzi .conn {
  line-height: 40px;
  font-size: 18px;
}
.napp103 {
  background: #ececec;
}
.napp102.napp103 .pic {
  float: right;
}
.napp102.napp103 .wenzi {
  float: left;
  padding: 4% 4% 4% 0%;
}

.napp104 .conn {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.napp104 .conn .item {
  width: 32%;
  margin-right: 2%;
}
.napp104 .conn .item:nth-child(3n) {
  margin-right: 0;
}
.napp104 .conn .item h3 {
  text-align: center;
  font-size: 30px;
  margin: 50px 0 20px 0;
}
.napp104 .conn .item p {
  font-size: 18px;
  line-height: 40px;
}

.napp105 {
  position: relative;
}
.napp105 img {
  display: block;
  width: 100%;
  height: auto;
}
.napp105 .text {
  position: absolute;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  width: 100%;
}
.napp105 .text .title {
  width: 96%;
  margin: 0 auto 80px auto;
}
.napp105 .text .title h3 {
  color: #fff;
  text-align: center;
}
.napp105 .videosrcval {
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  position: relative;
}
.napp105 .videosrcval i {
  display: block;
  background: url(../images/videobut.png) no-repeat center center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.napp105 .videosrcval::before,
.banner .videosrcval::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -webkit-animation: rippleOne 3s infinite;
  animation: rippleOne 3s infinite;
}
.napp105 .videosrcval::before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}
.napp105 .videosrcval::after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}

.napp201 .conn {
  margin-top: -60px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.napp201 .conn .item {
  width: 23.5%;
  margin-right: 2%;
  margin-top: 40px;
  border-right: solid 1px #ddd;
}
.napp201 .conn .item:nth-child(4n) {
  margin-right: 0;
}
.napp201 .conn .item .wenzi {
  padding: 30px 20px 30px 0;
}
.napp201 .conn .item .wenzi h3 {
  font-size: 20px;
  width: 100%;
  margin-bottom: 15px;
}
.napp201 .conn .item .wenzi p {
  color: #666;
  font-size: 16px;
}
.napp202 {
  background: #ececec;
}
.napp203 {
  background: none;
}
.napp102.napp203 .pic {
  float: right;
}
.napp102.napp203 .wenzi {
  float: left;
  padding: 4% 4% 4% 0%;
}

.napp204 {
  background: #ececec;
}
.napp204.section {
  padding: 80px 0;
}
.napp204 .conn {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.napp204 .conn .item {
  width: 33.33%;
  position: relative;
  background: #fff;
}
.napp204 .conn .item .pic:nth-child(2n) {
  opacity: 0;
}
.napp204 .conn .item:nth-child(2) .pic:nth-child(1) {
  opacity: 0;
}
.napp204 .conn .item:nth-child(2) .pic:nth-child(2) {
  opacity: 1;
}
.napp204 .conn .item .text {
  position: absolute;
  width: 100%;
  height: 50%;
  padding: 7% 6%;
  left: 0;
  bottom: 0;
}
.napp204 .conn .item:nth-child(2) .text {
  bottom: auto;
  top: 0;
}
.napp204 .conn .item .text h3 {
  font-size: 30px;
  margin-bottom: 20px;
  line-height: 35px;
}
.napp204 .conn .item .text p {
  font-size: 17px;
}
.napp204 .conn .item:nth-child(2) .text p {
  line-height: 26px;
}

.side_button {
  cursor: pointer;
  position: absolute;
  top: 0px;
  left: 0;
  padding: 45px 8px;
  box-sizing: border-box;
  background-color: #eeeeee;
  border-radius: 0 15px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}
.side_button .button_text {
  display: block;
  font-size: 18px;
  letter-spacing: 5px;
  writing-mode: tb-rl;
}
.side_button .actived {
  display: none;
}
.side_button img {
  width: 7px;
  transition: 0.2s;
  transform: rotate(180deg);
  margin-top: 5px;
}
.side_button_active .button_text {
  display: none;
}
.side_button_active .actived {
  display: block;
}
.side_button_active img {
  transform: rotate(0);
}
.product_content.section {
  padding: 80px 0 0 0;
}
.product_content .wrap {
  position: relative;
  display: flex;
}
.product_content .left {
  width: 240px;
  box-sizing: border-box;
  height: 90vh;
  overflow-y: scroll;
  transition: 0.3s;
  margin-left: 70px;
}
.product_content .left .title {
  color: #020202;
  margin-bottom: 0;
  font-size: 24px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  box-sizing: border-box;
}
.product_content .left .list .list_item {
  height: 50px;
  padding: 5px 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #333333;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}
.product_content .left .list .list_item.active {
  color: #e16130;
  border-bottom: 1px solid #e16130;
}
.product_content .left .list .list_item:hover {
  color: #e16130;
  border-bottom: 1px solid #e16130;
}
.product_content .left .list .list_items {
  box-sizing: border-box;
}
.product_content .left .list .list_items .title_name {
  cursor: pointer;
  height: 50px;
  padding: 5px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  color: #333333;
  border-bottom: 1px solid #ddd;
  padding-right: 18px;
  box-sizing: border-box;
}
.product_content .left .list .list_items .title_name .arrow {
  display: block;
}
.product_content .left .list .list_items .title_name .active_arrow {
  display: none;
}
.product_content .left .list .list_items .sub_title_name {
  cursor: pointer;
  box-sizing: border-box;
  height: 42px;
  padding: 5px 0;
  padding-left: 18px;
  display: none;
  align-items: center;
  color: #333333;
  border-bottom: 1px solid #ddd;
}
.product_content .left .list .list_items .sub_title_name.active {
  color: #e16130;
  border-bottom: 1px solid #e16130;
}
.product_content .left .list .list_items.active .title_name {
  color: #e16130;
  border-bottom: 1px solid #e16130;
}
.product_content .left .list .list_items.open .title_name .arrow {
  display: none;
}
.product_content .left .list .list_items.open .title_name .active_arrow {
  display: block;
}
.product_content .left .list .list_items.open .sub_title_name {
  display: flex;
}
.product_content .left .list .list_items.actives .title_name {
  color: #333333;
  border-bottom: 1px solid #ddd;
}
.product_content .left .list .list_items.actives .title_name .arrow {
  display: none;
}
.product_content .left .list .list_items.actives .title_name .active_arrow {
  display: block;
}
.product_content .left .list .list_items.actives .sub_title_name {
  display: flex;
}
.product_content .left .list .list_items .title_name:hover {
  color: #e16130;
  border-bottom: 1px solid #e16130;
}
.product_content .left .list .list_items.actives:hover .title_name {
  color: #333333;
  border-bottom: 1px solid #ddd;
}
.product_content .left .list .list_items .sub_title_name:hover {
  color: #e16130;
  border-bottom: 1px solid #e16130;
}
.product_content .left::-webkit-scrollbar {
  width: 4px;
  height: 2px;
}
.product_content .left::-webkit-scrollbar-track {
  -webhit-box-shadow: inset 0 0 5px #f4f4f4;
  border-radius: 0;
  background: #f4f4f4;
}
.product_content .left::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px #e16130;
  background: #e16130;
}
.product_content .left0 {
  width: 0;
  border: none;
}

.product_content .right {
  display: block;
  width: calc(100% - 310px);
  margin-left: 50px;
  box-sizing: border-box;
  transition: 0.3s;
}
.product_content .right .noData {
  font-size: 0.1563rem;
  color: #333;
  text-align: center;
  margin-top: 1.0417rem;
}
.product_content .right .content_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.product_content .right .content_title .lefts {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product_content .right .content_title .lefts img {
  width: 22px;
  margin-right: 12px;
}
.product_content .right .content_title .lefts span {
  font-size: 24px;
  color: #020202;
}
.product_content .right .content_title .rights span {
  color: #333;
  text-transform: uppercase;
}
.product_content .right .content_title .rights .result_num {
  color: #e16130;
}

.product_content .right .filters {
  padding: 30px 40px 40px 40px;
  background-color: #eeeeee;
  border-radius: 0 15px 0 0;
}
.product_content .right .filters .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
}
.product_content .right .filters .title .title_left {
  display: flex;
  align-items: center;
}
.product_content .right .filters .title .title_left span {
  font-size: 24px;
  color: #333333;
}
.product_content .right .filters .title .title_left div {
  cursor: pointer;
  margin-left: 10px;
  padding: 0 15px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ebded9;
  color: #e16130;
}
.product_content .right .filters .title .title_right {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.product_content .right .filters .title .title_right span {
  color: #e16130;
}
.product_content .right .filters .title .title_right .hideText {
  display: block;
}
.product_content .right .filters .title .title_right .showText {
  display: none;
}
.product_content .right .filters .title .title_right img {
  margin-left: 10px;
  transform: rotate(90deg);
  transition: 0.3s;
}
.product_content .right .filters .title .title_right.hide .hideText {
  display: none;
}
.product_content .right .filters .title .title_right.hide .showText {
  display: block;
}
.product_content .right .filters .title .title_right.hide img {
  transform: rotate(270deg);
}
.product_content .right .filters .filter_box {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}
.product_content .right .filters .filter_box .inputBox {
  cursor: pointer;
  width: 32.3%;
  border: solid 1px #ddd;
  border-radius: 5px;
  margin-right: 1%;
  background-color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 15px;
  box-sizing: border-box;
  margin-top: 1%;
}
.product_content .right .filters .filter_box .inputBox:nth-child(1){ padding:0; }
.product_content .right .filters .filter_box .inputBox .inputBox_title,
.product_content .right .filters .filter_box .inputBox span {
  color: #666;
}
.product_content .right .filters .filter_box .inputBox .inputBox_title.active {
  color: #e16130;
}
.product_content .right .filters .filter_box .inputBox:nth-child(3n) {
  margin-right: 0;
}
.product_content .right .filters .filter_box .inputBox .inputBox_title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product_content .right .filters .filter_box .inputBox img {
  width: 11px;
  transition: 0.3s;
}
.product_content .right .filters .filter_box .inputBox img.active_arrow {
  display: none;
}
.product_content .right .filters .filter_box .inputBox img.active_img.arrow {
  display: none;
}
.product_content
  .right
  .filters
  .filter_box
  .inputBox
  img.active_img.active_arrow {
  display: block;
}
.product_content .right .filters .filter_box .inputBox .popBox {
  display: none;
}
.product_content .right .filters .filter_box .inputBox .popBox.active {
  display: block;
}
.product_content .right .filters .filter_box .inputBox .popBox_checkbox,
.product_content .right .filters .filter_box .inputBox .popBox_slider {
  position: absolute;
  top: 100%;
  left: 0;
  border-top: 1px solid #ececec;
  width: 100%;
  z-index: 103;
  height: auto;
  padding: 10px;
  background-color: #fff;
  box-shadow: 1px 8px 15px 1px rgba(0, 0, 0, 0.1);
}
.product_content .right .filters .filter_box .inputBox .slide_numBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 0.2604rem;
  padding: 0 0.0677rem;
  box-sizing: border-box;
}
.product_content
  .right
  .filters
  .filter_box
  .inputBox
  .slide_numBox
  .slide_num {
  font-size: 12px;
  /*
  width: 0.3125rem;
  */
  width: 2.3125rem;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #888888;
  box-sizing: border-box;
  text-align: center;
  color: #333333;
}
.product_content .right .filters .filter_box .inputBox .slide {
  margin-top: 10px;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}
.product_content .right .filters .filter_box .inputBox .layui-form {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0px 10px 10px 10px;
  box-sizing: border-box;
  margin-top: 0;
  flex-wrap: wrap;
}
.product_content
  .right
  .filters
  .filter_box
  .inputBox
  .layui-form
  .layui-unselect.layui-form-checkbox {
  width: 50%;
  margin-top: 10px;
  padding-left: 22px;
}
.product_content
  .right
  .filters
  .filter_box
  .inputBox
  .layui-form
  .layui-unselect.layui-form-checkbox:nth-child(4n) {
  margin-right: 0;
}
.product_content
  .right
  .filters
  .filter_box
  .inputBox
  .layui-form
  .layui-form-checkbox[lay-skin="primary"]
  span {
  padding: 0;
}
.product_content .right .filters .filter_box .inputBoxs {
  visibility: hidden;
}

.product_content .right .layui-form {
  margin-top: 16px;
  border-width: 0;
  overflow: hidden;
  width: 100%;
  border-radius: 15px;
  font-size: 15px;
}
.product_content .right .layui-form .layui-table-header thead tr {
  background-color: #eeeeee;
}
.product_content
  .right
  .layui-form
  .layui-table-header
  thead
  .layui-table-cell {
  padding: 0;
  text-align: center;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.product_content
  .right
  .layui-form
  .layui-table-header
  thead
  .layui-table-cell
  span {
  color: #333333;
}
.product_content
  .right
  .layui-form
  .layui-table-header
  thead
  .layui-table-cell
  span:nth-child(1) {
  max-width: 100%;
  font-size: 15px !important;
  line-height: 20px;
}
.product_content
  .right
  .layui-form
  .layui-table-header
  thead
  .layui-table-cell
  .layui-table-sort {
  height: auto;
}
.product_content
  .right
  .layui-form
  .layui-table-box
  .layui-table-header
  thead
  tr
  th:nth-child(1)
  .layui-table-cell {
  display: flex;
  justify-content: center;
  align-items: center;
}
.product_content
  .right
  .layui-form
  .layui-table-box
  .layui-table-header
  thead
  tr
  th:nth-child(1)
  .layui-table-cell
  span {
  padding: 3px 10px;
  background-color: #e16130;
  color: #fff;
  text-align: center;
  display: block;
}
.product_content .right .layui-form .layui-table-box {
  border-width: 0;
}
.product_content .right .layui-form .layui-table-box .layui-table-header,
.product_content .right .layui-form .layui-table-box .layui-table-fixed,
.product_content .right .layui-form .layui-table-box th,
.product_content .right .layui-form .layui-table-box td,
.product_content .right .layui-form .layui-table-box tr {
  border-width: 0;
}
.product_content
  .right
  .layui-form
  .layui-table-box
  .layui-table-header
  .layui-table {
  margin-bottom: 0;
}
.product_content .right .layui-form .layui-table-box .layui-table-header {
  /*border-bottom: 1px solid #e16130;*/
}
.product_content .right .layui-form .layui-table-cell {
  padding: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product_content .right .layui-form .layui-table-cell span {
  color: #333333;
}
.product_content .right .layui-form .layui-table-cell_column {
  width: 82px;
  padding: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.product_content .right .layui-form .layui-table-cell_column span {
  display: block;
  color: #333333;
  line-height: 1.3;
}
.product_content .right .layui-form .layui-unselect {
  height: auto;
  box-sizing: border-box;
}
.product_content .right .layui-form .layui-unselect .layui-table-sort {
  margin-left: 0;
}
.product_content .right .layui-form .layui-unselect .layui-table-sort .sort {
  display: block;
}
.product_content
  .right
  .layui-form
  .layui-unselect
  .layui-table-sort
  .sort_active {
  transform: rotate(180deg);
  transition: 0.3s;
  display: none;
}
.product_content .right .layui-form .layui-unselect.sort_asc .layui-table-sort {
  margin-left: 0;
}
.product_content
  .right
  .layui-form
  .layui-unselect.sort_asc
  .layui-table-sort
  .sort {
  display: none;
}
.product_content
  .right
  .layui-form
  .layui-unselect.sort_asc
  .layui-table-sort
  .sort_active {
  display: block;
}
.product_content
  .right
  .layui-form
  .layui-unselect.sort_desc
  .layui-table-sort {
  margin-left: 0;
}
.product_content
  .right
  .layui-form
  .layui-unselect.sort_desc
  .layui-table-sort
  .sort {
  display: none;
}
.product_content
  .right
  .layui-form
  .layui-unselect.sort_desc
  .layui-table-sort
  .sort_active {
  transform: rotate(0);
  display: block;
}

.product_content .right .layui-form .layui-table-box {
  background: #ececec;
  min-height: 300px;
}
.product_content .right .layui-form .layui-table-body tbody tr {
  height: 30px;
  border-bottom: 1px solid #efefef;
  background: #eee;
}
.product_content .right .layui-form .layui-table-body tbody tr td {
  height: 30px;
}
.product_content
  .right
  .layui-form
  .layui-table-body
  tbody
  tr
  td
  .layui-table-cell {
  height: 30px;
}
.product_content .right .layui-form .layui-table-body tbody td {
  text-align: center;
}
.product_content .right .layui-form .layui-table-body tbody tr:nth-child(odd) {
  background-color: #fff;
}
.product_content .right .layui-form .layui-btn {
  background-color: transparent;
  height: auto;
  line-height: 1;
}
.product_content .right .layui-form .layui-btn img {
  max-width: none;
  height: 25px;
}
.product_content .right .layui-form .layui-form-checked[lay-skin="primary"] i {
  background-color: #e16130;
  border: 1px solid #e16130 !important;
}
.product_content
  .right
  .layui-form
  .layui-form-checkbox[lay-skin="primary"]:hover
  i {
  border: 1px solid #a5a5a5;
}
.product_content .right .layui-form .layui-table-hover {
  background-color: #fff;
}
.product_content
  .right
  .layui-form
  .layui-table-fixed
  .layui-table-body::-webkit-scrollbar {
  display: none;
}
.product_content .right .layui-form .layui-table-fixed .layui-table-body:hover {
  overflow-y: auto;
}
.product_content .right .layui-form ::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.product_content .right .layui-form ::-webkit-scrollbar-button,
.product_content .right .layui-form ::-webkit-scrollbar-button:vertical {
  display: none;
}
.product_content .right .layui-form ::-webkit-scrollbar-track,
.product_content .right .layui-form ::-webkit-scrollbar-track:vertical {
  -webhit-box-shadow: inset 0 0 5px #f4f4f4;
  border-radius: 0;
  background: #f4f4f4;
}
.product_content .right .layui-form ::-webkit-scrollbar-track-piece {
  background-color: #f5f5f5;
}
.product_content .right .layui-form ::-webkit-scrollbar-thumb,
.product_content .right .layui-form ::-webkit-scrollbar-thumb:vertical {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px #e16130;
  background-color: #e16130;
}
.product_content .right .layui-form ::-webkit-scrollbar-corner,
.product_content .right .layui-form ::-webkit-scrollbar-corner:vertical {
  background-color: #f5f5f5;
}
.product_content .rightAll {
  width: 100%;
  padding-left: 0;
  transition: 0.3s;
}
.product_content .rightAll .filters .filter_box .inputBox {
  width: 24%;
  margin-right: 1%;
}
.product_content .right2 {
  display: none;
  width: calc(100% - 1.5417rem);
  padding-left: 0.2344rem;
  box-sizing: border-box;
  transition: 0.3s;
}
.product_content .right2 .content_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.25rem;
}
.product_content .right2 .content_title .lefts img {
  width: 22px;
  margin-right: 12px;
}
.product_content .right2 .content_title .lefts span {
  font-size: 0.1354rem;
  color: #222222;
}
.product_content .right2 .content_title .rights span {
  font-size: 0.0781rem;
  color: #333;
  text-transform: uppercase;
}
.product_content .right2 .content_title .rights .result_num {
  color: #e16130;
}
.product_content .right2 .product_info {
  margin-top: 0.1354rem;
}
.product_content .right2 .product_info .top {
  border-top: 1px solid #eeeeee;
  height: 2.1875rem;
  padding: 0 0.2813rem;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
}
.product_content .right2 .product_info .top .imgBox {
  width: auto;
  height: 1.1979rem;
  display: flex;
  align-items: center;
  margin-right: 0.4688rem;
}
.product_content .right2 .product_info .top .imgBox img {
  height: 100%;
}
.product_content .right2 .product_info .top .rightBox .name {
  font-size: 0.0938rem;
  color: #e16130;
  margin-bottom: 0.1042rem;
}
.product_content .right2 .product_info .top .rightBox .num {
  font-size: 0.1875rem;
  color: #222;
  margin-bottom: 0.3125rem;
}
.product_content .right2 .product_info .top .rightBox .buttons {
  display: flex;
  align-items: center;
}
.product_content .right2 .product_info .top .rightBox .buttons .rfq {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.1094rem;
  height: 0.2188rem;
  padding: 0 0.1042rem;
  box-sizing: border-box;
  background-color: #e16130;
  margin-right: 0.0521rem;
}
.product_content .right2 .product_info .top .rightBox .buttons .rfq img {
  height: 0.099rem;
  margin-right: 0.0521rem;
}
.product_content .right2 .product_info .top .rightBox .buttons .rfq span {
  color: #fff;
}
.product_content .right2 .product_info .top .rightBox .buttons .data {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.1094rem;
  height: 0.2188rem;
  padding: 0 0.1042rem;
  box-sizing: border-box;
  background-color: #eeeeee;
  margin-right: 0.0938rem;
}
.product_content .right2 .product_info .top .rightBox .buttons .data img {
  height: 0.099rem;
  margin-right: 0.0521rem;
}
.product_content .right2 .product_info .top .rightBox .buttons .data span {
  color: #999999;
}
.product_content .right2 .product_info .top .rightBox .buttons .data_red {
  background-color: #e16130;
}
.product_content .right2 .product_info .top .rightBox .buttons .data_red span {
  color: #fff;
}
.product_content .right2 .product_info .top .rightBox .buttons .stock {
  display: flex;
  align-items: center;
}
.product_content .right2 .product_info .top .rightBox .buttons .stock img {
  margin-right: 0.0781rem;
  height: 0.2083rem;
}
.product_content .right2 .product_info .top .rightBox .buttons .stock span {
  color: #222;
}
.product_content .right2 .product_info .top .rightBox .buttons .stock .gray {
  display: none;
}
.product_content
  .right2
  .product_info
  .top
  .rightBox
  .buttons
  .stock
  .colorful {
  display: block;
}
.product_content .right2 .product_info .top .back {
  cursor: pointer;
  position: absolute;
  top: 0.1563rem;
  right: 0;
  width: 0.5313rem;
  height: 0.2188rem;
  border-radius: 0.1094rem;
  background-color: #eeeeee;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product_content .right2 .product_info .top .back img {
  width: 8px;
  margin-right: 0.0885rem;
}
.product_content .right2 .product_info .top .back span {
  font-size: 16px;
  color: #333333;
}
.product_content .right2 .product_info .bottom {
  border-top: 1px solid #eeeeee;
  padding-bottom: 0.5208rem;
  box-sizing: border-box;
}
.product_content .right2 .product_info .bottom .ulBox {
  margin-top: 0.1563rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.product_content .right2 .product_info .bottom .ulBox .ul_item {
  width: 30%;
}
.product_content .right2 .product_info .bottom .ulBox .ul_item li {
  display: flex;
  margin-bottom: 0.0781rem;
}
.product_content .right2 .product_info .bottom .ulBox .ul_item li img {
  width: 10px;
  height: 10px;
  margin-top: 6px;
  margin-right: 0.0521rem;
}
.product_content .right2 .product_info .bottom .ulBox .ul_item li span {
  color: #333333;
}
.product_content .right2 .product_info .bottom .ulBox .ul_item .title {
  font-weight: 700;
  color: #333333;
  margin-bottom: 0.1042rem;
}

.compare_fixed_box {
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 9999990;
  transition: 0.3s;
  box-shadow: 1px 1px 20px 3px rgba(0, 0, 0, 0.1);
  padding: 20px 0;
}
.compare_fixed_box .compare_fixed_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5%;
  box-sizing: border-box;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}
.compare_fixed_box .compare_fixed_title .left {
  font-size: 24px;
  color: #333333;
}
.compare_fixed_box .compare_fixed_title .right {
  display: flex;
  align-items: center;
}
.compare_fixed_box .compare_fixed_title .right .button {
  cursor: pointer;
  user-select: none;
  padding: 0 25px;
  box-sizing: border-box;
  border: 1px solid #e16130;
  display: flex;
  align-items: center;
  justify-content: center;
}
.compare_fixed_box .compare_fixed_title .right .button span {
  color: #e16130;
}
.compare_fixed_box .compare_fixed_title .right .button img {
  margin-left: 10px;
}
.compare_fixed_box .compare_fixed_title .right .compare_button {
  cursor: pointer;
  background-color: #e16130;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  padding: 0 40px;
  border: 1px solid #e16130;
  color: #f8f8f8;
  text-transform: uppercase;
}
.compare_fixed_box .compare_fixed_content {
  width: 90%;
  box-sizing: border-box;
  margin: 0 auto;
  overflow: hidden;
  overflow-x: scroll;
}
.compare_fixed_box .compare_fixed_content .compare_items {
  margin: 10px 0;
  width: auto;
  white-space: nowrap;
}
.compare_fixed_box .compare_fixed_content .compare_items .compare_item {
  user-select: none;
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  box-sizing: border-box;
  background-color: #f8f8f8;
  border-bottom: 2px solid #f8f8f8;
  margin-right: 10px;
  color: #222222;
}
.compare_fixed_box .compare_fixed_content .compare_items .compare_item img {
  width: 7px;
  position: absolute;
  top: 0;
  right: 0;
}
.compare_fixed_box .compare_fixed_content .compare_items .compare_item:hover {
  border-bottom: 2px solid #e16130;
  color: #e16130;
}
.compare_fixed_box .compare_fixed_content::-webkit-scrollbar {
  width: 10%;
  height: 0.0313rem;
}
.compare_fixed_box .compare_fixed_content::-webkit-scrollbar-track {
  -webhit-box-shadow: inset 0 0 5px #f4f4f4;
  border-radius: 0;
  background: #f4f4f4;
}
.compare_fixed_box .compare_fixed_content::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px #e16130;
  background: #e16130;
}
.compare_fixed_box.hide {
  bottom: -100%;
  box-shadow: none;
}
.compare_fixed_box.close {
  bottom: -92px;
}

.compare_fixed_box.close .button .open_text,
.compare_fixed_box.close .button .open_img {
  display: block;
}
.compare_fixed_box.close .button .close_text,
.compare_fixed_box.close .button .close_img {
  display: none;
}
.compare_fixed_box.open {
  bottom: 0;
  left: 0;
}
.compare_fixed_box.open .button .open_text,
.compare_fixed_box.open .button .open_img {
  display: none;
}
.compare_fixed_box.open .button .close_text,
.compare_fixed_box.open .button .close_img {
  display: block;
}
.compare_page .layui-form {
  margin-top: 0.2604rem;
  border: none;
}
.compare_page .layui-form .layui-table th {
  border: none;
}
.compare_page .layui-form ::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.compare_page .layui-form ::-webkit-scrollbar-button,
.compare_page .layui-form ::-webkit-scrollbar-button:vertical {
  display: none;
}
.compare_page .layui-form ::-webkit-scrollbar-track,
.compare_page .layui-form ::-webkit-scrollbar-track:vertical {
  -webhit-box-shadow: inset 0 0 5px #f4f4f4;
  border-radius: 0;
  background: #f4f4f4;
}
.compare_page .layui-form ::-webkit-scrollbar-track-piece {
  background-color: #f5f5f5;
}
.compare_page .layui-form ::-webkit-scrollbar-thumb,
.compare_page .layui-form ::-webkit-scrollbar-thumb:vertical {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px #e16130;
  background-color: #e16130;
}
.compare_page .layui-form ::-webkit-scrollbar-corner,
.compare_page .layui-form ::-webkit-scrollbar-corner:vertical {
  background-color: #f5f5f5;
}
.compare_page .layui-table-header {
  border: none;
}
.compare_page .layui-table-header table thead tr {
  background-color: #fff;
}
.compare_page .layui-table-header table thead tr th {
  background-color: #fff;
  padding: 0;
  box-sizing: border-box;
}
.compare_page .layui-table-header table thead tr th .layui-table-cell {
  line-height: 1;
  padding: 0;
  background-color: #fff;
  padding: 0 15px;
}
.compare_page .layui-table-header table thead tr th .layui-table-cell span {
  padding: 10px;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  color: #222;
  background-color: #f8f8f8;
  box-sizing: border-box;
  border-bottom: 2px solid #f8f8f8;
}
.compare_page
  .layui-table-header
  table
  thead
  tr
  th
  .layui-table-cell
  span
  .compare_button_box {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.compare_page
  .layui-table-header
  table
  thead
  tr
  th
  .layui-table-cell
  span
  .compare_button_box
  .button {
  display: flex;
  align-items: center;
  margin-right: 0.1823rem;
  color: #888;
  text-transform: uppercase;
  cursor: pointer;
}
.compare_page
  .layui-table-header
  table
  thead
  tr
  th
  .layui-table-cell
  span
  .compare_button_box
  .button
  img {
  margin-right: 10px;
}
.compare_page
  .layui-table-header
  table
  thead
  tr
  th
  .layui-table-cell
  span
  .compare_button_box
  .button2 {
  margin-right: 0;
}
.compare_page
  .layui-table-header
  table
  thead
  tr
  th
  .layui-table-cell
  span
  .close_img {
  position: absolute;
  top: 0.0521rem;
  right: 0.0521rem;
  width: 0.0521rem;
}
.compare_page
  .layui-table-header
  table
  thead
  tr
  th
  .layui-table-cell:hover
  span {
  color: #e16130;
  border-bottom: 2px solid #e16130;
}
.compare_page .layui-table-header table thead tr th:nth-child(1) {
  background-color: #fff;
  display: flex;
  align-items: flex-start;
  padding: 0;
}
.compare_page
  .layui-table-header
  table
  thead
  tr
  th:nth-child(1)
  .layui-table-cell {
  background-color: #e16130;
  color: #fff;
  height: 80px;
}
.compare_page
  .layui-table-header
  table
  thead
  tr
  th:nth-child(1)
  .layui-table-cell
  span {
  padding: 0;
  border: none;
  background-color: #e16130;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.compare_page .layui-table-body {
  /* margin-top: 18px; */
}
.compare_page .layui-table-body table tbody .compare_product_img {
  display: block;
  margin: 0 auto;
  max-width: none;
  height: 130px;
}

.compare_page .layui-table-body table tbody tr:nth-child(odd) {
  background-color: #f8f8f8;
}
.compare_page .layui-table-body table tbody tr:nth-child(1) {
  /* height: 130px; */
}
.compare_page .layui-table-body table tbody tr:nth-child(1) td {
  /* padding: 0 !important; */
}
.compare_page .layui-table-fixed .layui-table-body tr td .layui-table-cell {
  color: #333333;
  font-size: 14px;
}
.compare_page .result_title .left {
  display: flex;
  align-items: center;
}

.laytable-cell-1-0-0 {
  width: 80px;
}
.laytable-cell-1-0-1 {
  width: 150px;
}
.laytable-cell-1-0-2 {
  width: 80px;
}
.laytable-cell-1-0-3 {
  width: 80px;
}
.laytable-cell-1-0-4 {
  width: 80px;
}
.laytable-cell-1-0-5 {
  width: 110px;
}
.laytable-cell-1-0-6 {
  width: 60px;
}
.laytable-cell-1-0-7 {
  width: 80px;
}
.laytable-cell-1-0-8 {
  width: 80px;
}
.laytable-cell-1-0-9 {
  width: 75px;
}
.laytable-cell-1-0-10 {
  width: 75px;
}
.laytable-cell-1-0-11 {
  width: 75px;
}
.laytable-cell-1-0-12 {
  width: 75px;
}
.laytable-cell-1-0-13 {
  width: 75px;
}
.laytable-cell-1-0-14 {
  width: 75px;
}
.laytable-cell-1-0-15 {
  width: 75px;
}

.result_content {
  margin-top: 0.2083rem;
}
.result_content .result_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.result_content .result_title .left img {
  width: 22px;
  margin-right: 12px;
}
.result_content .result_title .left span {
  font-size: 24px;
  color: #222222;
}
.result_content .result_title .right span {
  font-size: 0.0781rem;
  color: #333;
  text-transform: uppercase;
}
.result_content .result_title .right .result_num {
  color: #900816;
}
.result_content .clearAll {
  cursor: pointer;
  margin-top: 0.1042rem;
  background-color: #900816;
  color: #fff;
  width: 0.7813rem;
  height: 0.2604rem;
  text-align: center;
  line-height: 0.2604rem;
  font-size: 15px;
  margin-left: auto;
}
.result_content .resultBox {
  margin-top: 0.2604rem;
}
.result_content .resultBox .title {
  height: 0.4583rem;
  width: 100%;
  background-color: #f8f8f8;
  border-bottom: 2px solid #900816;
  display: flex;
  align-items: center;
  padding-left: 0.2188rem;
  box-sizing: border-box;
}
.result_content .resultBox .title span {
  cursor: pointer;
  margin-right: 0.3125rem;

  color: #333333;
  text-transform: uppercase;
}
.result_content .resultBox .title span.active {
  color: #900816;
}
.result_content .resultBox .news_result {
  display: none;
}
.result_content .resultBox .news_result .news_result_item {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0.6667rem;
  border-bottom: 1px solid #e8e8e8;
  transition: 0.3s;
}
.result_content
  .resultBox
  .news_result
  .news_result_item
  .item_left
  .item_title {
  font-size: 0.0938rem;
  color: #222;
}
.result_content .resultBox .news_result .news_result_item .item_left .item_des {
  margin-top: 0.0833rem;
  font-size: 0.0781rem;
  color: #555;
}
.result_content .resultBox .news_result .news_result_item .item_right {
  display: flex;
  align-items: center;
}
.result_content .resultBox .news_result .news_result_item .item_right .time {
  display: flex;
  align-items: center;
  font-size: 0.0938rem;
  color: #222;
  margin-right: 0.2083rem;
}
.result_content .resultBox .news_result .news_result_item .item_right .arrow {
  width: 0.2708rem;
  height: 0.2708rem;
  border-radius: 50%;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.result_content
  .resultBox
  .news_result
  .news_result_item
  .item_right
  .arrow
  .active_img {
  display: none;
}
.result_content
  .resultBox
  .news_result
  .news_result_item
  .item_right
  .arrow
  .img {
  display: block;
}
.result_content .resultBox .news_result .news_result_item.active {
  border-bottom: 1px solid #900816;
}
.result_content
  .resultBox
  .news_result
  .news_result_item.active
  .item_left
  .item_title {
  font-size: 0.0938rem;
  color: #900816;
  text-decoration: underline;
  text-underline-offset: 10px;
}
.result_content
  .resultBox
  .news_result
  .news_result_item.active
  .item_right
  .arrow {
  background-color: #900816;
}
.result_content
  .resultBox
  .news_result
  .news_result_item.active
  .item_right
  .arrow
  .active_img {
  display: block;
}
.result_content
  .resultBox
  .news_result
  .news_result_item.active
  .item_right
  .arrow
  .img {
  display: none;
}
.result_content .resultBox .result_active {
  display: block;
}
.result_content .result_page_button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.2604rem 0 0.2969rem;
  box-sizing: border-box;
}
.result_content .result_page_button .prev,
.result_content .result_page_button .next {
  cursor: pointer;
  margin-right: 0.1042rem;
  width: 0.7344rem;
  height: 0.2865rem;
  border-radius: 0.1432rem;
  border: 2px solid #eeeeee;
  display: flex;
  align-items: center;
  justify-content: center;
}
.result_content .result_page_button .prev img,
.result_content .result_page_button .next img {
  width: 0.0365rem;
}
.result_content .result_page_button .prev div,
.result_content .result_page_button .next div {
  margin: 0 0.0938rem;
  font-size: 0.1094rem;
  color: #999;
}
.result_content .result_page_button .page_num {
  cursor: pointer;
  font-size: 0.1094rem;
  width: 0.2865rem;
  height: 0.2865rem;
  border-radius: 50%;
  border: 2px solid #eeeeee;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.1042rem;
  color: #999;
}
.result_content .result_page_button .page_num.active {
  border: 2px solid #900816;
  color: #900816;
}

.layui-form-checkbox i.active {
  background-color: #e16130 !important;
}
.layui-table-cell, .layui-table-tool-panel li{
  text-overflow:unset!important;
  white-space:unset!important;
}