.text-bold{    font-weight: bold!important;}
.tit-16{        font-size: 15px !important;}
.tit-24{        font-size: 22px;}
.tit-22{        font-size: 22px;}
/*弹性盒样式*/
.f-no {
  display: flex;
  flex-flow: row wrap;
}

.f-no-b-center {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

.f-no-b-start {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.f-no-b-stretch {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
}

.f-no-c-center {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

.f-no-c-start {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
}

.f-no-c-stretch {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
}

.f-no-s-center {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}

.f-no-s-end {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-end;
}

.f-no-s-stretch {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.f-no-end-start {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
}

.f-no-col {
  display: flex;
  flex-flow: column wrap;
}

.f-no-col-b-center {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: center;
}

.f-no-col-c-center {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
}

.f-no-col-s-center {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: center;
}

.f-no-col-s-end {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-end;
}

.f-no-col-c-start {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: flex-start;
}

.f-no-col-b-start {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.f-no-col-end-start {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-end;
  align-items: flex-start;
}

/*响应隐藏样式*/
.pc-block {
  display: block;
}

.pc-block-768 {
  display: block;
}

.pc-block-767 {
  display: block;
}

.m-block {
  display: none;
}

.m-block-767 {
  display: none;
}

.m-block-768 {
  display: none;
}

/*分页样式*/
.wpage {
  text-align: center;
}

.page {
  padding: 2.85rem 0 0;
  font-weight: bold;
  line-height: 22px;
  text-align: center;
  clear: both;
  display: inline-block;
}

.page a {
  text-decoration: none;
  color: #666;
  width: 2.35rem;
  height: 2.35rem;
  line-height: 1.35rem;
  border-radius: 50%;
  margin: 0 3px;
  display: block;
  float: left;
  transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
}

.page a.active {
  color: #1947ba;
  transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
}

.page span.laypage_curr {
  width: 1.35rem;
  height: 1.35rem;
  line-height: 1.35rem;
  margin: 0 3px;
  display: inline-block;
  color: #1947ba;
  transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
}

.page a:hover {
  text-decoration: none;
  color: #fff;
  color: #1947ba;
  transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
}

.page a[rel="next"], .page a[rel="prev"] {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  background: #e8e8e8;
  transition: all .5s;
}

.page a[rel="next"]:hover, .page a[rel="prev"]:hover {
  background: #1947ba;
  color: #fff;
}

@media (max-width: 768px) {
  .wpage .page {
    padding-top: 1rem;
  }
}
/*分页样式end*/
@media (max-width: 767px) {
  .wrap {
    padding: 30px;
  }
}
.wrap-sm {
  padding: 30px;
}

@media (max-width: 767px) {
  .wrap-sm {
    padding: 15px;
  }
}
.wrap-xs {
  padding: 20px;
}

@media (max-width: 767px) {
  .wrap-xs {
    padding: 10px;
  }
}
.p-v-xs {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .p-v-xs {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.p-v-sm {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (max-width: 767px) {
  .p-v-sm {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.p-v-md {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (max-width: 959px) {
  .p-v-md {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .p-v-md {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.p-v-lg {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 959px) {
  .p-v-lg {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .p-v-lg {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.p-h-sm {
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 767px) {
  .p-h-sm {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.pt0 {
  padding-top: 0;
}

.pb0 {
  padding-bottom: 0;
}

.m-v-lg {
  margin-top: 100px;
  margin-bottom: 100px;
}

@media (max-width: 959px) {
  .m-v-lg {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .m-v-lg {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.m-b-xxs {
  margin-bottom: 5px;
}

.m-b-xs {
  margin-bottom: 10px;
}

.m-b-sm {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .m-b-sm {
    margin-bottom: 15px;
  }
}
.m-b-md {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .m-b-md {
    margin-bottom: 20px;
  }
}
.m-b-lg {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .m-b-lg {
    margin-bottom: 40px;
  }
}
.m-b-xl {
  margin-bottom: 100px;
}

@media (max-width: 959px) {
  .m-b-xl {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .m-b-xl {
    margin-bottom: 50px;
  }
}
.m-t-xxs {
  margin-top: 5px;
}

.m-t-xs {
  margin-top: 10px;
}

.m-t-sm {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .m-t-sm {
    margin-top: 15px;
  }
}
.m-t-md {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .m-t-md {
    margin-top: 20px;
  }
}
.m-t-lg {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .m-t-lg {
    margin-top: 40px;
  }
}
.m-r-xxs {
  margin-right: 5px;
}

.m-r-xs {
  margin-right: 10px;
}

.m-r-sm {
  margin-right: 20px;
}

@media (max-width: 767px) {
  .m-r-sm {
    margin-right: 10px;
  }
}
.m-l-xxs {
  margin-left: 5px;
}

.m-l-xs {
  margin-left: 10px;
}

.m-l-sm {
  margin-left: 20px;
}

@media (max-width: 767px) {
  .m-l-sm {
    margin-left: 10px;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  .phone-v-fullw {
    width: 100%;
  }

  .phone-v-p0 {
    padding: 0;
  }
}


.a-dur4 {
  animation-duration: 0.6s;
}

.a-dur5 {
  animation-duration: 0.7s;
}

.a-dur6 {
  animation-duration: 0.8s;
}

.a-dur7 {
  animation-duration: 0.9s;
}

.a-dur8 {
  animation-duration: 1s;
}

.a-dur9 {
  animation-duration: 1.1s;
}

.a-dur10 {
  animation-duration: 1.2s;
}

.a-dur11 {
  animation-duration: 1.3s;
}

.a-dur12 {
  animation-duration: 1.4s;
}

.a-dur13 {
  animation-duration: 1.5s;
}

.a-dur14 {
  animation-duration: 1.6s;
}

.a-dur15 {
  animation-duration: 1.7s;
}

.a-dur16 {
  animation-duration: 1.8s;
}

.a-dur17 {
  animation-duration: 1.9s;
}

.a-dur18 {
  animation-duration: 2s;
}

.t-del1 {
  transition-delay: 0.1s;
}

.t-del2 {
  transition-delay: 0.2s;
}

.t-del3 {
  transition-delay: 0.3s;
}

.t-del4 {
  transition-delay: 0.4s;
}

.t-del5 {
  transition-delay: 0.5s;
}

.t-del6 {
  transition-delay: 0.6s;
}

.t-del7 {
  transition-delay: 0.7s;
}

.t-del8 {
  transition-delay: 0.8s;
}

.t-del9 {
  transition-delay: 0.9s;
}

.t-del10 {
  transition-delay: 1s;
}

/*ie10以下显示*/
.browsers {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff url(../image/iebgimg.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: 99;
}

.line-1 {
  line-height: 1.1;
}

.line-2 {
  line-height: 1.2;
}

.line-3 {
  line-height: 1.3;
}

.line-4 {
  line-height: 1.4;
}

.line-5 {
  line-height: 1.5;
}

.line-6 {
  line-height: 1.6;
}

.line-7 {
  line-height: 1.7;
}

.line-8 {
  line-height: 1.8;
}

.line-9 {
  line-height: 1.9;
}

.line-10 {
  line-height: 2;
}

.line-11 {
  line-height: 2.1;
}

.line-12 {
  line-height: 2.2;
}

/*毛玻璃*/
.some-class-zxx {
  background-color: #fff;
}

@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
  .some-class-zxx {
    background: rgba(255, 255, 255, 0.75);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }
}


/*.loader-line .gradient,.loader-line .gradient2 {
  width:40%;
  height:100%;
  left:-40%;
  background-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(218,157,119,0)),color-stop(50%,#DA9D77),to(rgba(218,157,119,0)));
  background-image:-o-linear-gradient(left,rgba(218,157,119,0) 0,#DA9D77 50%,rgba(218,157,119,0) 100%);
  background-image:linear-gradient(to right,rgba(218,157,119,0) 0,#DA9D77 50%,rgba(218,157,119,0) 100%);
  -webkit-animation:line_w100 2s cubic-bezier(.165,.84,.44,1) infinite;
  animation:line_w100 2s cubic-bezier(.165,.84,.44,1) infinite
}
.loader-line .gradient2 {
  -webkit-animation-delay:1s;
  animation-delay:1s
}*/
/*首页加载loading-end*/
.w1600 {
  width: 1600px;
  max-width: 88%;
  margin: 0 auto;
}

.nbanner {
  height: calc(680rem / 40);
  width: 100%;
  position: relative;
}
.nbanner .bg {
  width: 100%;
  height: 100%;
  z-index: 1;
}
.nbanner .tit {
  width: 88%;
  z-index: 2;
  font-weight:bold;
}

@media (max-width: 767px) {
  .nbanner .tit {
    font-size: 26px;
  }
}


.search-list1 {
  background: #F3F2F0;
  padding: .8rem 0;
}

.search-list1 .searchbox {
  width: 100%;
  height: 68px;
  background: transparent;
  border: none;
  position: relative;
}

.search-list1 .input1 {
  width: 100%;
  height: 66px;
  background: transparent;
  border: none;
}
.search-list1 .input1::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
}
.search-list1 .input1:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}
.search-list1 .input1::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}
.search-list1 .input1:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
}

.search-list1 .input2 {
  width: 124px;
  height: 42px;
  background: #083388 url() no-repeat 75px center;
  border-radius: 21px;
  background-size: 21px auto;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -21px;
  padding-left: 35px;
  text-align: left;
}

.search-list1 form {
  width: 100%;
}

@media (max-width: 767px) {
  .search-list1 .input2 {
    width: 100px;
    padding-left: 25px;
    background: #0054A3 url() no-repeat 60px center;
    background-size: 16px auto;
  }

  .search-list1 .input1, .search-list1 .searchbox {
    height: 45px;
  }
}
/*搜索弹框样式2*/
.search-btn2 svg {
  width: 45px;
  height: 45px;
}

.search-alert2 {
  position: fixed;
  z-index: 101;
  background-color: #222222;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.search-alert2 .close {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 38px;
  right: 2.6%;
  cursor: pointer;
  transition: transform 0.3s ease 0s;
}

.search-alert2 .close svg {
  width: 30px;
  height: 30px;
  fill: #fff;
}

.search-alert2 .cent-form {
  position: absolute;
  width: 94.8%;
  left: 2.6%;
  top: 50%;
  height: 2rem;
  margin-top: -63px;
  border-bottom: 1px solid #515151;
}

.search-alert2 .cent-form .tex {
  border: none;
  font-size: 1rem;
  height: 1.5rem;
  line-height: 1.5rem;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
  color: #555;
  background: none;
  padding-right: 3.5rem;
}

.search-alert2 .cent-form .sub-butn {
  border: none;
  height: 1.5rem;
  font-size: .65rem;
  line-height: 1.5rem;
  color: #555;
  text-align: right;
  background: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 3.5rem;
  text-align: center;
}

.search-alert2 .close:hover {
  transform: rotate(90deg);
}

.footer {
  /*background: #fff;*/
  border-top: 2px solid #f3f3f3;
  background:#fafafa;
}
.footer .footer-nav {
  padding: 1.5rem 0;

}
.footer .footer-nav .tit3 {
  margin-bottom: .5rem;
  display: block;
  transition: all .5s;
}
.footer .footer-nav .tit3:hover {
  color: #1947ba;
}
.footer .footer-nav .tit4 {
  margin-bottom: .35rem;
  display: block;
  transition: all .5s;
}
.footer .footer-nav .tit4:hover {
  color: #1947ba;
}

.footerbot {
  padding: .5rem 0 .65rem;
  background: #000;
  position: relative;
  z-index: 2;
}
.footerbot .lbox .hrefbox {
  margin-bottom: .4rem;
  margin-top: .4rem;
}
.footerbot .lbox .hrefbox a {
  padding: 0 15px;
  transition: all .5s;
}
.footerbot .lbox .hrefbox a:nth-child(1) {
  padding-left: 0;
}
.footerbot .lbox .hrefbox a:hover {
  color: #1947ba;
}
.footerbot .lbox .hrefbox .line {
  height: 15px;
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
}
.footerbot .rbox .select {
  display: inline-block;
  zoom: 1;
  position: relative;
  margin-bottom: .5rem;
}
.footerbot .rbox .select-tit {
  width: 240px;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  text-align: center;
  background-color: #fff;
  padding-right: .5rem;
  padding-left: .5rem;
  color: #222;
}
.footerbot .rbox .select-tit .icon {
  width: 16px;
  height: 16px;
  fill: #252525;
  transform: rotate(-90deg);
}
.footerbot .rbox .select-tit span {
  display: inline-block;
  zoom: 1;
  line-height: 40px;
  height: 40px;
  position: relative;
}
.footerbot .rbox .select .sub {
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  max-height: 4rem;
  overflow-y: auto;
  display: none;
}
.footerbot .rbox .select .sub a {
  display: block;
  line-height: .6rem;
  text-align: left;
  font-size: .3rem;
  color: #666;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  padding: .2rem .5rem;
  transition: all .5s;
}
.footerbot .rbox .select .sub a:hover {
  color: #1947ba;
}
.footerbot .sharebox .li {
  width: 40px;
  height: 40px;
  background: #222;
  margin-left: 10px;
  border-radius: 50%;
  transition: all .5s;
}
.footerbot .sharebox .li:hover {
  background: #1947ba;
}

@media (max-width: 1024px) {
  .footer .footer-nav {
    display: none;
  }
}
@media (max-width: 767px) {
  .footerbot .lbox, .footerbot .rbox {
    width: 100%;
    margin-bottom: .5rem;
  }

  .footerbot .rbox .select, .footerbot .rbox .select-tit {
    width: 100%;
  }

  .footerbot .rbox .sharebox {
    width: 100%;
    justify-content: center;
    align-items: center;
  }
}
.n-contact {
  padding: 3.2rem 0 4rem;
  background: #fff;
  position: relative;
  z-index: 2;
}
.n-contact .tit2 {
  margin-bottom: 1.25rem;
}
.n-contact .ul {
  margin-bottom: 2rem;
}
.n-contact .ul .li {
  padding: 1.7rem .55rem 1.25rem;
  width: 23.5%;
  margin-right: 2%;
  border: 1px solid #e3e3e3;
}
.n-contact .ul .li:nth-child(4n) {
  margin-right: 0;
}
.n-contact .ul .icon {
  width: 36px;
  height: 36px;
  margin-bottom: .5rem;
}
.n-contact .ul .icon img {
  max-width: 100%;
  max-height: 100%;
}
.n-contact .ul .tit3 {
  margin-bottom: .4rem;
}
.n-contact .mapimg img {
  width: 100%;
}

@media (max-width: 768px) {
  .n-contact {
    padding: 2rem 0;
  }

  .n-contact .ul .li {
    width: 100%;
    margin-right: 0;
    margin-bottom: .65rem;
  }

  .n-contact .ul {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .n-contact .mapimg img {
    height: 8rem;
    width: 100%;
    position: relative;
    object-fit: cover;
  }

  .n-contact .ul {
    margin-bottom: .5rem;
  }
}
.nwarpsub {
  position: relative;
  height: 100px;
  z-index: 2;
}
.nwarpsub .nsubbox.fix{
  position:fixed;
  width:100%;
  background:#fff;
  left:0;
  top:0;
  z-index:9;
  border-bottom: 2px solid #e6e6e6;
}
.nwarpsub .nsubbox.fix .subbox{
  border-bottom: 2px solid transparent;
}
.nwarpsub .subbox {
  border-bottom: 2px solid #e6e6e6;
}
.nwarpsub .backbtn {
  cursor: pointer;
}
.nwarpsub .backbtn .icon {
  width: 14px;
  height: 14px;
  fill: #999;
  margin-left: .25rem;
  transform: rotate(-90deg);
  transition: all .5s;
}
.nwarpsub .backbtn:hover {
  color: #1947ba;
}
.nwarpsub .backbtn:hover .icon {
  fill: #1947ba;
}
.nwarpsub .ul .li {
  margin-right: 1.2rem;
  position: relative;
  height: 100px;
  line-height: 100px;
  transition: all .5s;
}
.nwarpsub .ul .li:before {
  content: "";
  position: absolute;
  width: 100%;
  height: .1rem;
  background: #1947ba;
  left: 0;
  bottom: -3px;
  opacity: 0;
  transition: all .5s;
}
.nwarpsub .ul .li:hover, .nwarpsub .ul .li.cur {
  color: #1947ba;
}
.nwarpsub .ul .li:hover:before, .nwarpsub .ul .li.cur:before {
  opacity: 1;
}

@media (max-width: 1024px) {
  .nwarpsub, .nwarpsub .ul .li {
    height: 2.5rem;
    line-height: 2.5rem;
  }
}
.news-list1 {
  padding: 2.25rem 0;
  position: relative;
  z-index: 2;
}
.news-list1 .img {
  margin-bottom: .7rem;
  height: 10rem;
  width: 100%;
  margin-bottom: .85rem;
}
.news-list1 .img img {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: 1;
}
.news-list1 .tit4 {
  margin-top: .25rem;
}
.news-list1 .news-container {
  padding-bottom: 2.25rem;
}
.news-list1 .news-container .swiper-pagination span {
  height: 3px;
  width: 1rem;
  background: #e5e5e5;
  opacity: 1;
  margin: 0 5px;
  border-radius: 0;
  transition: all .5s;
}
.news-list1 .news-container .swiper-pagination span.swiper-pagination-bullet-active {
  background: #1947ba;
}

@media (max-width: 767px) {
  .news-list1 {
    padding: 1.5rem 0;
  }
}
.news-list2 {
  padding-bottom: 3rem;
}
.news-list2 .box {
  background: #f1f1f1;
  padding: 22px 0;
}
.news-list2 .box .formbox .input1 {
  width: 360px;
  height: 50px;
  border: 1px solid #e1e1e1;
  padding: 0 50px 0 .5rem;
}
.news-list2 .box .formbox .input2 {
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(../image/search.png) no-repeat center center;
  right: .45rem;
  top: 50%;
  margin-top: -15px;
  z-index: 2;
}
.news-list2 .warpselectbox {
  width: 540px;
  position: relative;
  z-index: 3;
}
.news-list2 .warpselectbox .selectbox {
  width: 48%;
  height: 50px;
  position: relative;
  z-index: 3;
}
.news-list2 .warpselectbox .selectbox span {
  margin-right: 10px;
}
.news-list2 .warpselectbox .selectbox .icon {
  width: 12px;
  height: 12px;
  fill: #000;
}
.news-list2 .warpselectbox .selectbox .selecttop {
  width: 100%;
  height: 50px;
  background: #fff;
  border: 1px solid #e1e1e1;
  cursor: pointer;
  padding: 0 .5rem;
}
.news-list2 .warpselectbox .selectbox .selectitem {
  position: absolute;
  left: 0;
  top: 50px;
  width: 100%;
  background: #fff;
  max-height: 200px;
  padding: 10px;
  overflow-y: auto;
  display: none;
}
.news-list2 .warpselectbox .selectbox .item {
  height: 1rem;
  line-height: 1rem;
  padding: 0 15px;
  background: transparent;
  cursor: pointer;
  border-bottom: none;
}
.news-list2 .warpselectbox .selectbox .item:hover {
  color: #fff;
  background: #000;
}
.news-list2 .warpselectbox .selectbox:hover .selecttop {
  color: #999;
}
.news-list2 .warpselectbox .selectbox:hover .icon {
  fill: #999;
}
.news-list2 .newsul .li {
  padding: 1.5rem 0;
  border-bottom: 1px solid #e5e5e5;
}
.news-list2 .newsul .li .img {
  width: 30.6%;
}
.news-list2 .newsul .li .img img {
  transform: scale(1.02);
  transition: all .6s;
}
.news-list2 .newsul .li .text {
  width: 64.5%;
  padding-top: 1.2rem;
}
.news-list2 .newsul .li .tit2 {
  margin-bottom: .7rem;
  transition: all .6s;
}
.news-list2 .newsul .li .tit3 {
  margin-bottom: 2.5rem;
}
.news-list2 .newsul .li .time {
  margin-bottom: .3rem;
}
.news-list2 .newsul .li .more {
  border: 1px solid #e5e5e5;
  height: 50px;
  border-radius: 50px;
  width: 140px;
}
.news-list2 .newsul .li .more .icon {
  width: 14px;
  height: 14px;
  margin-left: 5px;
}
.news-list2 .newsul .li:hover .img img {
  transform: scale(1.1);
}
.news-list2 .newsul .li:hover .tit2 {
  color: #1947ba;
}
.news-list2 .newsul .li:hover .more {
  background: #1947ba;
  color: #fff;
  transition: all .5s;
}
.news-list2 .newsul .li:hover .more .icon {
  fill: #fff;
}
.news-list1 .news-container .swiper-slide .img img{
  transition: all .5s;
}
.news-list1 .news-container .swiper-slide .tit3{
  transition: all .5s;
}
.news-list1 .news-container .swiper-slide:hover .img img {
  transform: scale(1.1);
}
.news-list1 .news-container .swiper-slide:hover .tit3 {
  color: #1947ba;
}

@media (max-width: 1024px) {
  .news-list2 .box .warpselectbox {
    width: 400px;
  }

  .news-list2 .box .formbox .input1 {
    width: 280px;
  }

  .news-list2 .newsul .li .text {
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .news-list2 .box .warpselectbox {
    width: 100%;
    margin-bottom: .65rem;
  }

  .news-list2 .box .formbox, .news-list2 .box .formbox .input1 {
    width: 100%;
  }

  .news-list2 .newsul .li .tit3 {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .news-list2 .newsul .li .img {
    width: 100%;
    margin-bottom: .7rem;
  }

  .news-list2 .newsul .li .text {
    width: 100%;
  }

  .news-list2 .newsul .li .more {
    height: 40px;
    border-radius: 40px;
    width: 120px;
  }
}
.infomian {
  padding-bottom: 4rem;
}

.n-subwarp {
  position: relative;
  padding: .5rem 0;
  z-index: 3;
}
.n-subwarp .icon {
  width: 18px;
  height: 18px;
  margin-right: .25rem;
  margin-top: -5px;
}
.n-subwarp a {
  margin: 0 .2rem;
  transition: all .5s;
  color:#333;
}
.n-subwarp span {
  margin-left: .2rem;
}
.n-subwarp a:hover {
  color: #083388;
}

.n-info {
  padding: 1.65rem 1.25rem .85rem;
  background: #fff;
}
.n-info .title-top {
  width: 100%;
  padding-bottom: .7rem;
  border-bottom: 1px solid #e5e5e5;
}
.n-info .title {
  margin-bottom: .55rem;
}
.n-info .time .icon {
  margin-right: .2rem;
  margin-top: -2px;
}
.n-info .backbtn {
  width: 140px;
  height: 50px;
  background: #1947ba;
  border-radius: 25px;
}
.n-info .backbtn .icon {
  width: 15px;
  height: 15px;
  fill: #fff;
  margin-right: 10px;
  margin-top: -2px;
}
.n-info .backbtn:hover {
  color: #fff;
}
.n-info .n-text {
  padding: 1rem 0 2.25rem;
  border-bottom: 1px solid #ccc;
}
.n-info .n-text img {
  max-width: 100%;
}
.n-info .n-bot {
  width: 100%;
  padding: .85rem 0 0;
}
.n-info .n-bot .leftbox {
  width: 50%;
}
.n-info .n-bot .leftbox a {
  max-width: 100%;
  margin-bottom: .35rem;
  transition: all .5s;
}
.n-info .n-bot .leftbox a:hover {
  color: #1947ba;
}

@media (max-width: 1024px) {
  .n-info .n-text {
    padding: 1.5rem 0  1.75rem;
  }
}
@media (max-width: 768px) {
  .n-info .n-text img {
    display: inline-block;
    width: auto !important;
    height: auto !important;
  }
}
@media (max-width: 767px) {
  .n-info {
    padding: 1rem;
  }

  .n-info .n-bot a {
    max-width: 100%;
    margin-bottom: .5rem;
  }

  .n-info .n-bot a {
    margin-bottom: .25rem;
  }

  .n-info .title-top {
    padding-right: 0;
  }

  .n-info .backbtn {
    margin-top: .65rem;
    height: 40px;
    position: relative;
  }

  .n-info .n-bot .leftbox {
    width: 100%;
  }

  .n-info .backbtn {
    margin-top: .55rem;
  }

  .infomian {
    padding-bottom: 2rem;
  }
}
.video-list2 {
  padding-bottom: 3rem;
}
.video-list2 .box {
  background: #fff;
  padding: 1.75rem 0 0;
}
.video-list2 .box .formbox .input1 {
  width: 360px;
  height: 50px;
  border: 1px solid #e1e1e1;
  padding: 0 50px 0 .5rem;
}
.video-list2 .box .formbox .input2 {
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(../image/search.png) no-repeat center center;
  right: .45rem;
  top: 50%;
  margin-top: -15px;
  z-index: 2;
}
.video-list2 .warpselectbox {
  width: 540px;
  position: relative;
  z-index: 3;
}
.video-list2 .warpselectbox .selectbox {
  width: 48%;
  height: 50px;
  position: relative;
  z-index: 3;
}
.video-list2 .warpselectbox .selectbox span {
  margin-right: 10px;
}
.video-list2 .warpselectbox .selectbox .icon {
  width: 12px;
  height: 12px;
  fill: #000;
}
.video-list2 .warpselectbox .selectbox .selecttop {
  width: 100%;
  height: 50px;
  background: #fff;
  border: 1px solid #e1e1e1;
  cursor: pointer;
  padding: 0 .5rem;
}
.video-list2 .warpselectbox .selectbox .selectitem {
  position: absolute;
  left: 0;
  top: 50px;
  width: 100%;
  background: #fff;
  max-height: 200px;
  padding: 10px;
  overflow-y: auto;
  display: none;
}
.video-list2 .warpselectbox .selectbox .item {
  height: 1rem;
  line-height: 1rem;
  padding: 0 15px;
  background: transparent;
  cursor: pointer;
  border-bottom: none;
}
.video-list2 .warpselectbox .selectbox .item:hover {
  color: #fff;
  background: #000;
}
.video-list2 .warpselectbox .selectbox:hover .selecttop {
  color: #999;
}
.video-list2 .warpselectbox .selectbox:hover .icon {
  fill: #999;
}
.video-list2 .videoul {
  margin-top: 1.25rem;
}
.video-list2 .videoul .li {
  margin-bottom: 1rem;
  width: 32%;
  margin-right: 2%;
}
.video-list2 .videoul .li .img {
  width: 100%;
  height: 8rem;
}
.video-list2 .videoul .li .img .img2 {
  transform: scale(1.02);
  transition: all .6s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-list2 .videoul .li .tit3 {
  width: 100%;
  margin-top: .6rem;
}
.video-list2 .videoul .li .videobtn {
  width: 55px;
  height: 55px;
  z-index: 4;
}
.video-list2 .videoul .li:nth-child(3n) {
  margin-right: 0;
}
.video-list2 .videoul .li:hover .img .img2 {
  transform: scale(1.1);
}
.video-list2 .video-container {
  margin-top: 1rem;
}
.video-list2 .video-container .videobtn {
  cursor: pointer;
}
.video-list2 .video-container .videobtn img {
  margin-bottom: .5rem;
}
.video-list2 .video-container .swiper-pagination {
  bottom: .75rem !important;
}
.video-list2 .video-container .swiper-pagination span {
  height: 3px;
  width: 1rem;
  background: #fff;
  opacity: 1;
  margin: 0 5px;
  border-radius: 0;
  transition: all .5s;
}
.video-list2 .video-container .swiper-pagination span.swiper-pagination-bullet-active {
  background: #1947ba;
}

@media (max-width: 1024px) {
  .video-list2 .box .warpselectbox {
    width: 400px;
  }

  .video-list2 .box .formbox .input1 {
    width: 280px;
  }

  .video-list2 .videoul .li .img {
    height: 6rem;
  }
}
@media (max-width: 768px) {
  .video-list2 .box .warpselectbox {
    width: 100%;
    margin-bottom: .65rem;
  }

  .video-list2 .box .formbox, .video-list2 .box .formbox .input1 {
    width: 100%;
  }

  .video-list2 .videoul .li .img {
    height: 5rem;
  }
}
@media (max-width: 767px) {
  .video-list2 .videoul .li {
    width: 100%;
    margin-right: 0;
  }

  .video-list2 .video-container .swiper-slide {
    height: 9rem;
  }

  .video-list2 .video-container .swiper-slide > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .video-list2 .videoul .li .img {
    height: 8rem;
  }

  .video-list2 {
    padding-bottom: 2rem;
  }
}
.n-recruitment {
  padding-bottom: 3.5rem;
}
.n-recruitment .box {
  background: #fff;
  padding: 1.75rem 0 0;
}
.n-recruitment .box .formbox .input1 {
  width: 360px;
  height: 50px;
  border: 1px solid #e1e1e1;
  padding: 0 50px 0 .5rem;
}
.n-recruitment .box .formbox .input2 {
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(../image/search.png) no-repeat center center;
  right: .45rem;
  top: 50%;
  margin-top: -15px;
  z-index: 2;
}
.n-recruitment .box .warpselectbox {
  width: 540px;
  position: relative;
  z-index: 3;
}
.n-recruitment .box .warpselectbox .selectbox {
  width: 48%;
  height: 50px;
  position: relative;
  z-index: 3;
}
.n-recruitment .box .warpselectbox .selectbox span {
  margin-right: 10px;
}
.n-recruitment .box .warpselectbox .selectbox .icon {
  width: 12px;
  height: 12px;
  fill: #000;
}
.n-recruitment .box .warpselectbox .selectbox .selecttop {
  width: 100%;
  height: 50px;
  background: #fff;
  border: 1px solid #e1e1e1;
  cursor: pointer;
  padding: 0 .5rem;
}
.n-recruitment .box .warpselectbox .selectbox .selectitem {
  position: absolute;
  left: 0;
  top: 50px;
  width: 100%;
  background: #fff;
  max-height: 200px;
  padding: 10px;
  overflow-y: auto;
  display: none;
}
.n-recruitment .box .warpselectbox .selectbox .item {
  height: 1rem;
  line-height: 1rem;
  padding: 0 15px;
  background: transparent;
  cursor: pointer;
  border-bottom: none;
}
.n-recruitment .box .warpselectbox .selectbox .item:hover {
  color: #fff;
  background: #000;
}
.n-recruitment .box .warpselectbox .selectbox:hover .selecttop {
  color: #999;
}
.n-recruitment .box .warpselectbox .selectbox:hover .icon {
  fill: #999;
}
.n-recruitment .joinbox {
  margin-top: 1.2rem;
}
.n-recruitment .joinbox .join-top {
  padding: 0 1.25rem;
  background: #f2f2f2;
  height: 75px;
}
.n-recruitment .joinbox .join-top .sp1 {
  width: 22.8%;
  padding-right: .5rem;
}
.n-recruitment .joinbox .join-top .sp2 {
  width: 10%;
  margin-right: 10%;
}
.n-recruitment .joinbox .join-top .sp3 {
  width: 10%;
  margin-right: 10%;
}
.n-recruitment .joinbox .join-top .sp4 {
  width: 17.2%;
  margin-right: 10%;
}
.n-recruitment .joinbox .join-top .sp5 {
  width: 10%;
}
.n-recruitment .joinbox .join-top .sp5 .icon {
  width: 12px;
  height: 12px;
  fill: #999;
  margin-left: 5px;
}
.n-recruitment .joinbox .joinitem {
  border-bottom: 1px solid #ececec;
}
.n-recruitment .joinbox .itemtop {
  padding: 0 1.25rem;
  background: #fff;
  height: 85px;
  cursor: pointer;
}
.n-recruitment .joinbox .itemtop .sp1 {
  width: 22.8%;
  padding-right: .5rem;
}
.n-recruitment .joinbox .itemtop .sp2 {
  width: 10%;
  margin-right: 10%;
}
.n-recruitment .joinbox .itemtop .sp3 {
  width: 10%;
  margin-right: 10%;
}
.n-recruitment .joinbox .itemtop .sp4 {
  width: 17.2%;
  margin-right: 10%;
}
.n-recruitment .joinbox .itemtop .sp5 {
  width: 10%;
}
.n-recruitment .joinbox .itemtop .sp5 .icon {
  width: 12px;
  height: 12px;
  fill: #999;
  margin-left: 5px;
  transition: all .5s;
}
.n-recruitment .joinbox .itemtext {
  padding: 1.25rem 1.3rem;
  background: #f3f3f3;
  position: relative;
  display: none;
    text-align: left;
}
.n-recruitment .joinbox .itemtext:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  left: 2rem;
  top: -4px;
  background: #f3f3f3;
  transform: rotate(-45deg);
}
.n-recruitment .joinbox .itemtext .tit3 {
  margin-bottom: .5rem;
}
.n-recruitment .joinbox .itemtext .tit4 p {
  margin-bottom: 8px;
}
.n-recruitment .joinbox .itemtext .itemli {
  margin-bottom: 1rem;
}
.n-recruitment .joinbox .itemtext .itemli:last-child {
  margin-bottom: 0;
}
.n-recruitment .joinbox .itemtop.on .sp5 .icon {
  transform: rotate(-180deg);
}

@media (max-width: 1024px) {
  .n-recruitment .box .warpselectbox {
    width: 400px;
  }

  .n-recruitment .box .formbox .input1 {
    width: 280px;
  }
}
@media (max-width: 768px) {
  .n-recruitment .box .warpselectbox {
    width: 100%;
    margin-bottom: .65rem;
  }

  .n-recruitment .box .formbox, .n-recruitment .box .formbox .input1 {
    width: 100%;
  }

  .n-recruitment .joinbox .join-top .sp2, .n-recruitment .joinbox .itemtop .sp2 {
    margin-right: 8%;
  }

  .n-recruitment .joinbox .join-top .sp3, .n-recruitment .joinbox .itemtop .sp3 {
    margin-right: 8%;
  }

  .n-recruitment .joinbox .join-top .sp4, .n-recruitment .joinbox .itemtop .sp4 {
    margin-right: 8%;
  }

  .n-recruitment .joinbox .join-top .sp5, .n-recruitment .joinbox .itemtop .sp5 {
    width: 16%;
  }
}
@media (max-width: 767px) {
  .n-recruitment .joinbox .join-top .sp2, .n-recruitment .joinbox .itemtop .sp2 {
    display: none;
  }

  .n-recruitment .joinbox .join-top .sp3, .n-recruitment .joinbox .itemtop .sp3 {
    display: none;
  }

  .n-recruitment .joinbox .join-top .sp4, .n-recruitment .joinbox .itemtop .sp4 {
    display: none;
  }

  .n-recruitment .joinbox .itemtop .sp1, .n-recruitment .joinbox .join-top .sp1 {
    width: 70%;
  }

  .n-recruitment .joinbox .join-top .sp5, .n-recruitment .joinbox .itemtop .sp5 {
    width: 25%;
  }

  .n-recruitment .joinbox .join-top {
    height: 55px;
  }

  .n-recruitment .joinbox .itemtop {
    height: 60px;
  }

  .n-recruitment .box .warpselectbox .selectbox .item {
    padding: 0 8px;
  }

  .n-recruitment .box .warpselectbox .selectbox .selecttop, .n-recruitment .box .warpselectbox .selectbox {
    height: 40px;
  }

  .n-recruitment .box .warpselectbox .selectbox .selectitem {
    top: 40px;
  }

  .n-recruitment .joinbox {
    margin-top: .75rem;
  }

  .n-recruitment {
    padding-bottom: 2rem;
  }

  .n-recruitment .joinbox .join-top, .n-recruitment .joinbox .itemtop {
    padding: 0 .75rem;
  }

  .n-recruitment .joinbox .itemtext {
    padding: 1.25rem .75rem;
  }
}
.quality-list1 {
  padding: 2.5rem 0;
  background: #fff;
  position: relative;
  z-index: 1;
}
.quality-list1 .tit3 {
  margin: 0 auto 0.65rem;
  max-width: 88%;
}
.quality-list1 .tit4 {
  width: 1200px;
  margin: 0 auto 1.7rem;
  max-width: 88%;
}
.quality-list1 .button-prev,.quality-list1 .button-next{
  width:50px;
  height:50px;
  background:rgba(0,0,0,.6);
  position: absolute;
  z-index:3;
  transition: all .5s;
  cursor:pointer;
}
.quality-list1 .button-prev{
  left:5%;
  top:50%;
  margin-top:-25px;
}
.quality-list1 .button-next{
  right:5%;
  top:50%;
  margin-top:-25px;
}
.quality-list1 .button-prev .icon,.quality-list1 .button-next .icon{
  width:16px;
  height:16px;
  fill:#fff;
}
.quality-list1 .button-prev .icon{
  transform:rotate(-180deg);
}
.quality-list1 .button-prev:hover,.quality-list1 .button-next:hover{
  background:rgba(0,0,0,1);
}

@media (max-width: 767px) {
  .quality-list1 .button-next,.quality-list1 .button-prev{
    width:25px;
  }
}
@media (max-width: 767px) {
  .quality-list1 {
    padding: 1.5rem 0;
  }

  .quality-list1 .tit4 {
    margin: 0 auto 1rem;
  }
}
.quality-list2 {
  padding-bottom: 1.75rem;
}
.quality-list2 .contentbox {
  position: relative;
  z-index: 1;
}
.quality-list2 .contentbox .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.quality-list2 .contentbox .text {
  padding: 4.15rem 0 8.25rem;
  position: relative;
  z-index: 2;
}
.quality-list2 .contentbox .ntext {
  width: 50%;
}
.quality-list2 .contentbox .ntext .tit3 {
  margin-bottom: .8rem;
}
.quality-list2 .imgbox {
  position: relative;
  z-index: 3;
  margin-top: -3.5rem;
}
.quality-list2 .imgbox .img {
  height: 7rem;
  width: 100%;
}
.quality-list2 .imgbox .img img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.quality-list2 .imgbox p {
  padding: .5rem 0;
  min-height:calc(24px + 1rem);
  border-bottom: 1px solid #e9e9e9;
}

@media (max-width: 966px) {
  .quality-list2 .contentbox .text {
    padding-bottom: 6.5rem;
  }
}
@media (max-width: 767px) {
  .quality-list2 .contentbox .bg {
    position: relative;
    height: 10rem;
  }

  .quality-list2 .contentbox .ntext {
    width: 100%;
  }

  .quality-list2 .contentbox .ntext .tit3 {
    color: #333;
  }

  .quality-list2 .contentbox .ntext .p {
    color: #666;
  }

  .quality-list2 .imgbox {
    margin-top: 1.25rem;
  }

  .quality-list2 {
    padding-bottom: 1rem;
  }

  .quality-list2 .contentbox .text {
    padding-bottom: 0;
  }
}
.quality-list3 {
  padding: 1.7rem 0 2.8rem;
  background: #fff;
  position: relative;
  z-index: 1;
}
.quality-list3 .tit2 {
  margin-bottom: 2rem;
}
.quality-list3 .img {
  width: 100%;
}
.quality-list3 .imgbox {
  position: relative;
  z-index: 3;
  margin-top: 2.5rem;
}
.quality-list3 .imgbox .img {
  height: 7rem;
  width: 100%;
}
.quality-list3 .imgbox .img img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.quality-list3 .imgbox p {
  padding: .5rem 0 0;
}

@media (max-width: 767px) {
  .quality-list3 {
    padding-top: .5rem;
    padding-bottom: 1.5rem;
  }

  .quality-list3 .imgbox {
    margin-top: 1.25rem;
  }

  .quality-list3 .tit2 {
    margin-bottom: 1.25rem;
  }
}
.n-products .ul {
  padding: 2.5rem 0;
}
.n-products .ul .li {
  width: 100%;
  position: relative;
  display: block;
  padding: 3.5rem 0 3rem;
  margin-bottom: 1rem;
}
.n-products .ul .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.n-products .ul .textbox {
  padding-left: 3rem;
}
.n-products .ul .text {
  width: 41%;
  position: relative;
  z-index: 3;
}
.n-products .ul .text .tit2 {
  margin-bottom: .4rem;
}
.n-products .ul .text .tit3 {
  margin-bottom: 2rem;
}
.n-products .ul .text .more {
  width: 140px;
  height: 50px;
  background: #fff;
  border-radius: 50px;
  transition: all .5s;
}
.n-products .ul .text .more .icon {
  width: 10px;
  height: 10px;
  fill: #000;
  margin-left: .4rem;
  transition: all .5s;
}
.n-products .ul .img {
  width: 60%;
  right: 0;
  top: 0;
  height: 100%;
  position: absolute;
  z-index: 1;
  transition: all .5s;
}
.n-products .ul .img img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}
.n-products .ul .li:hover .more {
  background: #1947ba;
  color: #fff;
}
.n-products .ul .li:hover .more .icon {
  fill: #fff;
}
.n-products .ul .li:hover .img {
  transform: translate(20px, 0);
}
.n-products .ul .li:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .n-products .ul {
    padding: 1.5rem 0;
  }

  .n-products .ul .textbox {
    padding-left: 1.5rem;
  }

  .n-products .ul .text .tit3 {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .n-products .ul {
    padding: 1.5rem 0;
  }

  .n-products .ul .textbox {
    padding-left: 1rem;
  }

  .n-products .ul .text .tit3 {
    margin-bottom: 1.25rem;
  }

  .n-products .ul .text {
    width: 100%;
  }

  .n-products .ul .img {
    width: 100%;
    margin-top: .85rem;
    position: relative;
  }

  .n-products .ul .textbox {
    padding-left: 0;
  }

  .n-products .ul .text {
    padding: 0 1rem;
  }

  .n-products .ul .li {
    padding: 1.5rem 0;
  }

  .n-products .ul .text .more {
    width: 120px;
    height: 40px;
    border-radius: 40px;
  }
}
.products-info {
  padding-top: 100px;
  padding-bottom: 2.65rem;
}
.products-info .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.products-info .text {
  margin-left: calc(50vw - 800px);
  width: 33.8%;
  padding-top: 1.5rem;
  position: relative;
  z-index: 3;
}
.products-info .text .tit2 {
  margin-bottom: 1rem;
}
.products-info .text .tit3 {
  margin-bottom: .5rem;
}
.products-info .tabul {
  margin-bottom: .5rem;
  padding-bottom: 4px;
}
.products-info .tabul .li {
  height: 1.5rem;
  width: 100%;
  background: #fff;
  cursor: pointer;
  transition: all .5s;
}
.products-info .tabul .li:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  left: 50%;
  margin-left: -7px;
  bottom: -3px;
  background: #1947ba;
  transform: rotate(-45deg);
  z-index: 2;
  opacity: 0;
  transition: all .5s;
}
.products-info .tabul .swiper-slide:hover .li, .products-info .tabul .swiper-slide.cur .li {
  background: #1947ba;
  color: #fff;
}
.products-info .tabul .swiper-slide:hover .li:before, .products-info .tabul .swiper-slide.cur .li:before {
  opacity: 1;
}
.products-info .ul .li {
  padding: .5rem 0;
  border-bottom: 1px solid #c1c1c1;
}
.products-info .ul .li span {
  max-width: 46%;
}
.products-info .itemli {
  display: none;
}
.products-info .img {
  width: 50%;
  position: relative;
  z-index: 3;
}

@media (max-width: 1680px) {
  .products-info .text {
    margin-left: 6%;
  }
}
@media (max-width: 1024px) {
  .products-info {
    padding-top: 10px;
  }
}
@media (max-width: 996px) {
  .products-info .text {
    width: 88%;
  }

  .products-info .img {
    width: 100%;
    padding: 0 6%;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .products-info .text {
    padding-top: 1rem;
  }
}
.about-list1 {
  background: url(../image/aboutimg2.jpg) no-repeat center center;
}
.about-list1 .contentbox {
  padding: 2.25rem 0 3.5rem;
}
.about-list1 .leftbox {
  width: 34.375%;
  position: relative;
  z-index: 1;
}
.about-list1 .leftbox .img {
  transform: scale(1.01);
  transition: all .5s;
}
.about-list1 .leftbox .videobtn {
  width: 55px;
  height: 55px;
  z-index: 4;
  cursor: pointer;
}
.about-list1 .leftbox:hover .img {
  transform: scale(1.1);
}
.about-list1 .rightbox {
  padding-top: 2.25rem;
  width: 58.125%;
}
.about-list1 .rightbox .tit3 {
  margin-bottom: 1.8rem;
}
.about-list1 .rightbox .ul {
  margin-bottom: 1.5rem;
}
.about-list1 .rightbox .ul .li .num {
  color: #1947ba;
}
.about-list1 .rightbox .ul .li .num sup {
  top: -1em;
  color: #252525;
}
.about-list1 .rightbox .ul .li p {
  color: #252525;
}
.about-list1 .rightbox .ul .p {
  color: #252525;
}

@media (max-width: 1360px) {
  .about-list1 .rightbox {
    padding-top: 0;
  }
}
@media (max-width: 996px) {
  .about-list1 .leftbox {
    width: 100%;
    margin-bottom: 1rem;
  }

  .about-list1 .leftbox .img {
    width: 100%;
  }

  .about-list1 .rightbox {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .about-list1 .contentbox {
    padding: 1.5rem 0;
  }

  .about-list1 .rightbox .tit3 {
    margin-bottom: 1.5rem;
  }

  .about-list1 .rightbox .tit3 br {
    display: none;
  }
}
.about-list2 {
  background: #f3f3f3;
  padding: 3rem 0 3.25rem;
  position: relative;
  z-index: 1;
}
.about-list2 .bgcolor {
  width: 33.3%;
  height: 100%;
  background: #1947ba;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.about-list2 .tip {
  position: absolute;
  height: 3.375rem;
  left: 27.25%;
  top: 0;
  z-index: 1;
}
.about-list2 .contentbox {
  position: relative;
  z-index: 3;
}
.about-list2 .title {
  margin-bottom: 2rem;
}
.about-list2 .btnbox {
  width: 100px;
  position: relative;
  z-index:4;
}
.about-list2 .btnbox .prevbtn, .about-list2 .btnbox .nextbtn {
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  transition: all .5s;
}
.about-list2 .btnbox .prevbtn .icon, .about-list2 .btnbox .nextbtn .icon {
  width: 12px;
  height: 12px;
  fill: #fff;
}
.about-list2 .btnbox .prevbtn:hover, .about-list2 .btnbox .nextbtn:hover{
  transform:scale(.95);
}
.about-list2 .btnbox .prevbtn .icon {
  transform: rotate(-180deg);
}
.about-list2 .warpbox {
  background: #fff;
  padding: 4.75rem 1.75rem;
  margin-top: -10px;
  position: relative;
  z-index: 3;
}
.about-list2 .warpbox .li p {
  color: #252525;
  margin-top: .5rem;
}

@media (max-width: 767px) {
  .about-list2 .warpbox {
    padding: 1.5rem 1.5rem;
  }

  .about-list2 .title {
    margin-bottom: 1.7rem;
  }

  .about-list2 .tip {
    height: 3rem;
  }

  .about-list2 {
    padding: 2.5rem 0;
  }
}
.about-list3 {
  position: relative;
  background: #fff;
  padding: 3rem 0 0;
  z-index: 1;
}
.about-list3 .tit2 {
  margin-bottom: 3.75rem;
  position: relative;
  z-index: 2;
}
.about-list3 .bgimg {
  position: absolute;
  height: 9rem;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 4;
  background-position: center top;
}
.about-list3 .warpbox {
  padding-bottom: 3rem;
  position: relative;
  z-index: 2;
}
.about-list3 .warpbox .item {
  padding-left: 25px;
  height: 12rem;
}
.about-list3 .warpbox .item:before {
  content: "";
  position: absolute;
  left: 3px;
  height: 1.5rem;
  width: 2px;
  background: #cdcfce;
  bottom: 0;
  z-index: 1;
  transition: all .5s;
}
.about-list3 .warpbox .item:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #7f7f7f;
  position: absolute;
  left: 0px;
  bottom: 1.5rem;
  z-index: 2;
  transition: all .5s;
}
.about-list3 .warpbox .item .text {
  position: absolute;
  left: 20px;
  z-index: 2;
}
.about-list3 .warpbox .item .text .tit3 {
  transition: all .5s;
}
.about-list3 .warpbox .item .text .tit4 {
  display: none;
  transition: all .5s;
}
.about-list3 .warpbox .swiper-slide {
  width: 16%;
}
.about-list3 .warpbox .swiper-slide1 {
  margin-left: 4%;
}
.about-list3 .warpbox .swiper-slide2 {
  width: 13%;
  margin-left: 2%;
}
.about-list3 .warpbox .swiper-slide3 {
  width: 15%;
  margin-left: 8%;
}
.about-list3 .warpbox .swiper-slide4 {
  width: 15%;
  margin-left: 9%;
}
.about-list3 .warpbox .swiper-slide5 {
  width: 15%;
}
.about-list3 .warpbox .swiper-slide1 .item:before {
  height: 3.5rem;
}
.about-list3 .warpbox .swiper-slide1 .item:after {
  bottom: 3.5rem;
}
.about-list3 .warpbox .swiper-slide1 .item .text {
  bottom: 3rem;
}
.about-list3 .warpbox .swiper-slide2 .item:before {
  height: 2.5rem;
}
.about-list3 .warpbox .swiper-slide2 .item:after {
  bottom: 2.5rem;
}
.about-list3 .warpbox .swiper-slide2 .item .text {
  bottom: 2rem;
}
.about-list3 .warpbox .swiper-slide3 .item:before {
  height: 6rem;
}
.about-list3 .warpbox .swiper-slide3 .item:after {
  bottom: 6rem;
}
.about-list3 .warpbox .swiper-slide3 .item .text {
  bottom: 5.5rem;
}
.about-list3 .warpbox .swiper-slide4 .item:before {
  height: 5rem;
}
.about-list3 .warpbox .swiper-slide4 .item:after {
  bottom: 5rem;
}
.about-list3 .warpbox .swiper-slide4 .item .text {
  bottom: 4.5rem;
}
.about-list3 .warpbox .swiper-slide5 .item:before {
  height: 5.5rem;
}
.about-list3 .warpbox .swiper-slide5 .item:after {
  bottom: 5.5rem;
}
.about-list3 .warpbox .swiper-slide5 .item .text {
  bottom: 5rem;
}
.about-list3 .warpbox .swiper-slide1:hover .item:before {
  height: 9rem;
}
.about-list3 .warpbox .swiper-slide1:hover .item:after {
  bottom: 9rem;
}
.about-list3 .warpbox .swiper-slide1:hover .text {
  bottom: 8rem;
}
.about-list3 .warpbox .swiper-slide2:hover .item:before {
  height: 10rem;
}
.about-list3 .warpbox .swiper-slide2:hover .item:after {
  bottom: 10rem;
}
.about-list3 .warpbox .swiper-slide2:hover .text {
  bottom: 9rem;
}
.about-list3 .warpbox .swiper-slide3:hover .item:before {
  height: 11rem;
}
.about-list3 .warpbox .swiper-slide3:hover .item:after {
  bottom: 11rem;
}
.about-list3 .warpbox .swiper-slide3:hover .text {
  bottom: 10rem;
}
.about-list3 .warpbox .swiper-slide4:hover .item:before {
  height: 9rem;
}
.about-list3 .warpbox .swiper-slide4:hover .item:after {
  bottom: 9rem;
}
.about-list3 .warpbox .swiper-slide4:hover .text {
  bottom: 8rem;
}
.about-list3 .warpbox .swiper-slide5:hover .item:before {
  height: 11rem;
}
.about-list3 .warpbox .swiper-slide5:hover .item:after {
  bottom: 11rem;
}
.about-list3 .warpbox .swiper-slide5:hover .text {
  bottom: 10rem;
}
.about-list3 .warpbox .swiper-slide:hover .item:before {
  width: 2px;
  background: #1947ba;
  left: 3px;
}
.about-list3 .warpbox .swiper-slide:hover .item:after {
  background: #1947ba;
}
.about-list3 .warpbox .swiper-slide:hover .item .tit3, .about-list3 .warpbox .swiper-slide:hover .item .tit4 {
  color: #1947ba;
}
.about-list3 .warpbox .swiper-slide:hover .text .tit3 {
  font-size: 30px;
}
.about-list3 .warpbox .swiper-slide:hover .text .tit4 {
  font-size: 18px;
  display: block;
}
.about-list3 .prevbtn {
  left: 1.5rem;
  position: absolute;
  top: 30%;
  margin-top: -20px;
}
.about-list3 .nextbtn {
  right: 1.5rem;
  position: absolute;
  top: 30%;
  margin-top: -20px;
}
.about-list3 .prevbtn, .about-list3 .nextbtn {
  width: 40px;
  height: 40px;
  border: 1px solid #000;
  border-radius: 50%;
  cursor: pointer;
  transition: all .5s;
}
.about-list3 .prevbtn .icon, .about-list3 .nextbtn .icon {
  width: 16px;
  height: 16px;
  fill: #000;
}
.about-list3 .prevbtn .icon {
  transform: rotate(-180deg);
}
.about-list3 .prevbtn:hover, .about-list3 .nextbtn:hover {
  background: #1947ba;
  border: 1px solid #fff;
}
.about-list3 .prevbtn:hover .icon, .about-list3 .nextbtn:hover .icon {
  fill: #fff;
}
@media (max-width: 1600px) {
    .about-list3 .warpbox .item{
        height:15rem;
    }
    .about-list3 .warpbox .swiper-slide:hover .text .tit3{
        font-size: 20px;
    }
    .about-list3 .warpbox .swiper-slide:hover .text .tit4{
        font-size:16px;
    }
    .about-list3 .warpbox .swiper-slide{
        width: 30% !important;
    }
    .about-list3 .warpbox .swiper-slide2 .item:before{
        height: 4.5rem;
    }
    .about-list3 .warpbox .swiper-slide2 .item:after{
        bottom: 4.5rem;
    }
    .about-list3 .warpbox .swiper-slide2 .item .text{
        bottom: 8.5rem;
    }
    
}
@media (max-width:1360px) {
    .about-list3 .prevbtn{
        left:2%;
    }
    .about-list3 .nextbtn{
        right:2%;
    }
}
@media (max-width:1024px) {
    .about-list3 .warpbox .swiper-slide2 .item .text{
        bottom: 7rem;
    }
    .about-list3 .warpbox .swiper-slide2 .item:after{
        bottom: 7.5rem;
    }
    .about-list3 .warpbox .swiper-slide2 .item:before{
        height: 7.5rem;
    }
    .about-list3 .warpbox .item{
        height: 13rem;
    }
    .about-list3 .warpbox .swiper-slide2:hover .text{
        bottom: 9rem;
    }

}
@media (max-width:996px) {
    .about-list3 .warpbox .swiper-slide4 .item .text{
        bottom: 7.5rem;
    }
    .about-list3 .warpbox .swiper-slide4 .item:before{
        height: 8rem;
    }
    .about-list3 .warpbox .swiper-slide4 .item:after{
        bottom:8rem;
    }
}
@media (max-width:767px) {
    .about-list3{
        padding-top:2rem;
    }
    .about-list3 .warpbox .swiper-slide{
        width:98% !important;
    }
    .about-list3 .his-container{
        width:72%;
    }
    .about-list3 .warpbox .swiper-slide1 .item:before{
        height: 6.5rem;
    }
    .about-list3 .warpbox .swiper-slide1 .item:after{
        bottom: 6.5rem;
    }
    .about-list3 .warpbox .swiper-slide1 .item .text{
        bottom: 6.5rem;
    }
    .about-list3 .warpbox .swiper-slide1:hover .text{
        bottom: 8.5rem;
    }
}

.about-list4 {
  padding: 4rem 0;
  position: relative;
  z-index: 2;
}
.about-list4 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.about-list4 .contentbox {
  position: relative;
  z-index: 3;
}
.about-list4 .ul {
  margin-top: 1.25rem;
}
.about-list4 .ul .li {
  background: #fff;
  width: 16.66%;
  height: 4.25rem;
  border: 1px solid #e5e5e5;
  margin-left: -1px;
  margin-bottom: -1px;
  transition: all .6s;
}
.about-list4 .ul .li img {
  filter: grayscale(100%);
  opacity: 50%;
  transition: all .6s;
  max-width: 70%;
  max-height: 70%;
}
.about-list4 .ul .li:hover {
  box-shadow: inset 0 0 0 6px #e3e3e3;
}
.about-list4 .ul .li:hover img {
  filter: grayscale(0);
  opacity: 100%;
  transform: scale(0.9);
}

@media (max-width: 996px) {
  .about-list4 .ul .li {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .about-list4 .ul .li {
    width: 33.3%;
  }

  .about-list4 {
    padding: 2.5rem 0;
  }
}
.about-list5 {
  position: relative;
  background: #fff;
  padding: 3rem 0 2.7rem;
  z-index: 2;
}
.about-list5 .tit2 {
  margin-bottom: 1.25rem;
}
.about-list5 .tip {
  width: 42%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  color: #252525;
}
.about-list5 .mapimg {
  width: 100%;
}

@media (max-width: 767px) {
  .about-list5 {
    padding: 2rem 0;
  }

  .about-list5 .tip {
    position: relative;
    width: 100%;
    margin-bottom: 1rem;
  }
}
.dialog {
  z-index: 99;
}
.dialog .dialog__content {
  width: 80%;
  max-width: 1000px;
  min-width: 290px;
  padding: 30px;
  background: transparent;
}
.dialog .closebtn {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0;
  top: 0;
  z-index: 2;
  background: transparent;
}
.dialog .closebtn .icon {
  width: 24px;
  height: 24px;
  fill: #fff;
}
.dialog .video {
  width: 100%;
}
.dialog .video video {
  width: 100%;
}

@media (max-width: 767px) {
  .dialog .dialog__content {
    padding: 0;
    width: 90%;
  }

  .dialog .closebtn {
    top: -35px;
  }
}
@keyframes warn {
  0% {
    transform: scale(0) translate(-50%, -50%);
    opacity: 1;
  }
  100% {
    transform: scale(1) translate(-50%, -50%);
    opacity: 0;
  }
}
@keyframes warn2 {
  0% {
    transform: scale(0) translate(-50%, -50%);
    opacity: 1;
  }
  100% {
    transform: scale(6) translate(-50%, -50%);
    opacity: 0;
  }
}
.ynxdl-header.index {
  opacity: 0;
  transition: all .5s;
}

.ynxdl-header.ani-slide {
  opacity: 1;
}

.index-container {
  position: relative;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  z-index: 1;
}
.index-container .index-slide {
  position: relative;
  height: 100vh;
  width: 100vw;
}
.index-container .index-slide1 {
  padding: 25vh 4rem 0;
  height: 100vh;
  position: relative;
  z-index: 4;
}
.index-container .index-slide1 .contentbox {
  position: relative;
  z-index: 2;
}
.index-container .index-slide1 .contentbox .leftbox {
  margin-top: .85rem;
  width: 400px;
  height: calc(75vh);
  position: relative;
}
.index-container .index-slide1 .contentbox .leftbox .tit2 {
  margin-bottom: .55rem;
}
.index-container .index-slide1 .contentbox .leftbox .ul {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
}
.index-container .index-slide1 .contentbox .leftbox .ul .li {
  width: 50%;
  padding-right: 1rem;
  margin-bottom: 1.2rem;
}
.index-container .index-slide1 .contentbox .leftbox .ul .li .num {
  color: #1947ba;
}
.index-container .index-slide1 .contentbox .leftbox .ul .li .num sup {
  top: -1em;
  color: #252525;
}
.index-container .index-slide1 .contentbox .leftbox .ul .li p {
  color: #252525;
}
.index-container .index-slide1 .contentbox .leftbox .ul .p {
  color: #252525;
}
.index-container .index-slide1 .contentbox .leftbox .more {
  position: absolute;
  bottom: 12.5vh;
  color: #000;
  border-bottom: 2px solid #000;
  display: inline-block;
  transition: all .5s;
}
.index-container .index-slide1 .contentbox .leftbox .more:hover {
  color: #1947ba;
  border-bottom: 2px solid #1947ba;
}
.index-container .index-slide1 .contentbox .rigthbox {
  width: calc(100% - 420px);
}
.index-container .index-slide1 .contentbox .rigthbox .dian {
  position: absolute;
  width: 10px;
  height: 10px;
  background: #1947ba;
  border-radius: 50%;
  z-index: 2;
}
.index-container .index-slide1 .contentbox .rigthbox .dian:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 50%;
  background: #1947ba;
  opacity: .2;
  animation: warn 2s ease-out both;
  animation-iteration-count: infinite;
  transform-origin: 0 0;
}
.index-container .index-slide1 .contentbox .rigthbox .dian7:before
{
   content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 50%;
  background: #1947ba;
  opacity: .2;
  animation: warn2 2s ease-out both;
  animation-iteration-count: infinite;
  transform-origin: 0 0;
}
.index-container .index-slide1 .contentbox .rigthbox .dian1 {
  left: 14%;
  top: 24%;
}
.index-container .index-slide1 .contentbox .rigthbox .dian2 {
  left: 14%;
  top: 38%;
}

