@charset "UTF-8";
body, html {
  font-family: HELVETICA-L,Arial, Helvetica, "Source Han Sans CN","Microsoft YaHei","Helvetica Neue", "PingFang SC", sans-serif;
}

@font-face {
  font-family: 'Bebas';
  src: url("fonts/BebasNeue Regular.eot");
  src: url("fonts/BebasNeue Regular.eot") format("embedded-opentype"), url("fonts/BebasNeue Regular.woff2") format("woff2"), url("fonts/BebasNeue Regular.woff") format("woff"), url("fonts/BebasNeue Regular.ttf") format("truetype"), url("fonts/BebasNeue Regular.svg#BebasNeue Regular") format("svg");
}
@font-face {
  font-family: 'HELVETICA BOLD';
  src: url("fonts/HELVETICA BOLD.eot");
  src: url("fonts/HELVETICA BOLD.eot") format("embedded-opentype"), url("fonts/HELVETICA BOLD.woff2") format("woff2"), url("fonts/HELVETICA BOLD.woff") format("woff"), url("fonts/HELVETICA BOLD.ttf") format("truetype"), url("fonts/HELVETICA BOLD.svg#HELVETICA BOLD") format("svg");
}
@font-face {
  font-family: 'HELVETICALTSTD-ROMAN';
  src: url("fonts/HELVETICALTSTD-ROMAN.eot");
  src: url("fonts/HELVETICALTSTD-ROMAN.eot") format("embedded-opentype"), url("fonts/HELVETICALTSTD-ROMAN.woff2") format("woff2"), url("fonts/HELVETICALTSTD-ROMAN.woff") format("woff"), url("fonts/HELVETICALTSTD-ROMAN.ttf") format("truetype"), url("fonts/HELVETICALTSTD-ROMAN.svg#HELVETICALTSTD-ROMAN") format("svg");
}
@font-face {
  font-family: 'HELVETICALTSTD-ROMAN';
  src: url("fonts/HELVETICALTSTD-ROMAN.eot");
  src: url("fonts/HELVETICALTSTD-ROMAN.eot") format("embedded-opentype"), url("fonts/HELVETICALTSTD-ROMAN.woff2") format("woff2"), url("fonts/HELVETICALTSTD-ROMAN.woff") format("woff"), url("fonts/HELVETICALTSTD-ROMAN.ttf") format("truetype"), url("fonts/HELVETICALTSTD-ROMAN.svg#HELVETICALTSTD-ROMAN") format("svg");
}
@font-face {
  font-family: 'HELVETICANEUE-BOLD';
  src: url("fonts/HELVETICANEUE-BOLD.eot");
  src: url("fonts/HELVETICANEUE-BOLD.eot") format("embedded-opentype"), url("fonts/HELVETICANEUE-BOLD.woff2") format("woff2"), url("fonts/HELVETICANEUE-BOLD.woff") format("woff"), url("fonts/HELVETICANEUE-BOLD.ttf") format("truetype"), url("fonts/HELVETICANEUE-BOLD.svg#HELVETICANEUE-BOLD") format("svg");
}
@font-face {
  font-family: 'HELVETICA-L';
  src: url("fonts/HELVETICA LT 55 ROMAN.eot");
  src: url("fonts/HELVETICA LT 55 ROMAN.eot") format("embedded-opentype"), url("fonts/HELVETICA LT 55 ROMAN.woff2") format("woff2"), url("fonts/HELVETICA LT 55 ROMAN.woff") format("woff"), url("fonts/HELVETICA LT 55 ROMAN.ttf") format("truetype"), url("fonts/HELVETICA LT 55 ROMAN.svg#HELVETICA LT 55 ROMAN") format("svg");
}
.fon1 {
  font-family: HELVETICALTSTD-ROMAN,Aril;
}

.fon2 {
  font-family: HELVETICA BOLD,Aril;
}

.fon3 {
  font-family: HELVETICANEUE-BOLD,Aril;
}

a {
  display: block;
}

a {
  transition: all .3s ease;
}

.search-form .input2::-webkit-input-placeholder {
  color: #999;
}

.search-form .input2::-moz-placeholder {
  color: #999;
}

.search-form .input2::-ms-input-placeholder {
  color: #999;
}

.tr3 {
  transition: all .3s ease;
}

.ovh {
  overflow: hidden;
}

img[src=""], img:not([src]) {
  opacity: 0;
}

/**加载动画*/
.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 998;
  background: #000000;
}

.lo-bar {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 2px;
  background: #757575;
  margin-left: -100px;
}

.lo-bar-bg {
  background: #ffffff;
  z-index: 999;
  width: 0;
  /*animation:lo-bar ease 3.0s infinite;
  -webkit-animation:lo-bar ease 3.0s infinite;
  -moz-animation:lo-bar ease 3.0s infinite;
  -o-animation:lo-bar ease 3.0s infinite;*/
  z-index: 1000;
}

@keyframes lo-bar {
  from {
    width: 0px;
  }
  to {
    width: 200px;
  }
}
@-webkit-keyframes lo-bar {
  from {
    width: 0px;
  }
  to {
    width: 200px;
  }
}
@-moz-keyframes lo-bar {
  from {
    width: 0px;
  }
  to {
    width: 200px;
  }
}
@-o-keyframes lo-bar {
  from {
    width: 0px;
  }
  to {
    width: 200px;
  }
}
.browsers {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff url(../../img/img1.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: 99;
}

.fl1 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

.fl2 {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

.fl3 {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}

.fl4 {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
}

.fl5 {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.fl6 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.fl7 {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: flex-start;
}

.fl8 {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-end;
}

.fl9 {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: flex-end;
}

.fl10 {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: baseline;
}

.fl11 {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: stretch;
}

.fl12 {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: baseline;
}

.fl13 {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.fl12 {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: baseline;
}

.fl13 {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
}

.fl14 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: baseline;
}

.fl15 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
}

.fl16 {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: center;
}

.fl17 {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
}

.fl18 {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: center;
}

.fl19 {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: flex-start;
}

.fl20 {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.fl21 {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.fl22 {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-end;
  align-items: flex-start;
}

.fl23 {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-end;
}

.fl24 {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-end;
  align-items: flex-end;
}

.fl25 {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: baseline;
}

.fl26 {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-end;
  align-items: stretch;
}

.fl27 {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: baseline;
}

.fl28 {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.fl29 {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: baseline;
}

.fl30 {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: stretch;
}

.fl31 {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: baseline;
}

.fl32 {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: stretch;
}

.header {
  height: 95px;
  position: absolute;
  z-index: 99;
  width: 100%;
  left: 0;
  top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  transition: all .3s ease-in-out;
}
.header .n-header {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 9;
}
.header .logo {
  width: 135px;
  height: 48px;
  position: relative;
  display: block;
}
.header .logo img {
  width: 100%;
}
.header .logo .img1 {
  opacity: 1;
}
.header .logo .img2 {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  opacity: 0;
}
.header .right-btn {
  position: relative;
}
.header .catalog-btn {
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.header .catalog-btn .img1 {
  opacity: 1;
}
.header .catalog-btn .img2 {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  opacity: 0;
}
.header .lang-btn {
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.header .lang-btn .img1 {
  opacity: 1;
}
.header .lang-btn .img2 {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  opacity: 0;
}
.header .lang-btn .langbox {
  position: absolute;
  width: 100px;
  background: #fff;
  left: 50%;
  top: 40px;
  margin-left: -50px;
  opacity: 0;
  transform: rotateY(-30deg);
  visibility: hidden;
  transition: all .3s;
}
.header .lang-btn .langbox .li {
  height: 35px;
  line-height: 35px;
  text-align: center;
  transition: all .3s;
  color: #333;
}
.header .lang-btn .langbox .li:hover {
  color: #f7931d;
}
.header .lang-btn:hover .langbox {
  opacity: 1;
  transform: rotateY(0);
  visibility: visible;
}
.header .line {
  background: rgba(255, 255, 255, 0.3);
  margin: 0 .5rem;
  width: 1px;
  height: 16px;
}
.header .search-btn {
  cursor: pointer;
  height: 22px;
  cursor: pointer;
}
.header .search-btn svg {
  width: 22px;
  height: 22px;
  fill: #fff;
}
.header .nav {
  font-size: 20px;
  color: #fff;
  margin-right: 20px;
}
.header .nav .li {
  margin: 0 .9rem;
  position: relative;
}
.header .nav .warp-btn {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  display: block;
  height: 90px;
  line-height: 90px;
  position: relative;
  color: #fff;
  cursor: pointer;
  transition: all .3s ease;
}
.header .nav .warp-btn .btn {
  position: absolute;
  width: 20px;
  height: 20px;
  display: block;
  margin-right: 5px;
  top: 50%;
  margin-top: -10px;
  left: 0;
}
.header .nav .warp-btn .btn img {
  position: absolute;
  left: 0;
  top: 0;
}
.header .nav .warp-btn .btn img:nth-child(1) {
  opacity: 1;
  filter: alpha(opacity=100);
}
.header .nav .warp-btn .btn img:nth-child(2) {
  opacity: 0;
  filter: alpha(opacity=0);
}
.header .nav .warp-btn:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  background: #f7931d;
  left: calc(50% - 50%);
  top: 0;
  transform: scale(0, 1);
  transition: all .3s ease;
}
.header .nav .li:hover .warp-btn, .header .nav .li.cur .warp-btn {
  color: #f7931d;
}
.header .nav .li:hover .warp-btn:before, .header .nav .li.cur .warp-btn:before {
  transform: scale(1, 1);
}
.header .nav .nav-item {
  position: absolute;
  top: 95px;
  width: 200px;
  left: 50%;
  margin-left: -100px;
  background: rgba(0, 0, 0, 0.4);
  font-size: 16px;
  display: none;
}
.header .nav .nav-item p {
  width: 100%;
  text-align: center;
  line-height: 1.5;
  display: inline-block;
}
.header .nav .nav-item a {
  height: 60px;
  line-height: 60px;
  display: block;
  color: #fff;
  text-align: center;
  transition: all .3s ease;
}
.header .nav .nav-item a:hover {
  color: #f7931d;
}

.warp-search-form {
  display: none;
  position: fixed;
  top: 95px;
  left: 0;
  width: 100%;
  background-color: #f9f9f9;
  height: 95px;
  border-bottom: 1px solid #e3e3e3;
  z-index: 99;
}
.warp-search-form .search-form .dxnav-search-icon {
  height: 24px;
  width: 24px;
  display: flex;
  margin: 0 33px;
  align-self: center;
  align-items: center;
  justify-content: center;
}
.warp-search-form .search-form .dxnav-icon {
  width: 24px;
  height: 24px;
  margin-right: 0;
}
.warp-search-form .search-form .input2 {
  width: calc(100% - 320px - 0.5rem);
  margin-right: .5em;
  font-size: 2.4em;
  background-color: transparent;
  border: none;
}
.warp-search-form .search-form .search-close {
  width: 44px;
  height: 44px;
  margin: 0 10px 0 32px;
  cursor: pointer;
  background-color: transparent;
}
.warp-search-form .search-form .search-close svg {
  width: 20px;
  height: 20px;
}
.warp-search-form .search-form .submit-button {
  width: 125px;
  height: 45px;
  margin: 0;
  padding: 0 12px;
  font-size: 12px;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #0c121c;
  background-color: #0c121c;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  border: none;
  letter-spacing: .12em;
  transition: color .4s ease,background-color .4s ease;
}
.warp-search-form .search-form .submit-button:hover {
  background-color: #fff;
  color: #0c121c;
  box-shadow: inset 0 0 0 1px #0c121c;
}
.warp-search-form .search-form .submit-button:disabled {
  cursor: not-allowed;
  color: #fff;
  background-color: #e4e4e4;
  box-shadow: none;
  border: none;
}
.warp-search-form .search-form.active {
  transform: translateY(0%);
}
.warp-search-form .search-form {
  height: 95px;
}

.dxnav__dropdown-overlay {
  background: rgba(250, 250, 250, 0.85);
  height: 100vh;
  left: 0;
  max-width: 100vw;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
}

.overlay--open {
  animation: overlayOpen .4s ease-out forwards;
}

.pc-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  max-height: fill-available;
  max-height: -webkit-fill-available;
  width: 100%;
  background: rgba(9, 9, 8, 0.85);
  overflow: hidden;
  z-index: 9999;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
}
.pc-overlay .close-overlay {
  position: absolute;
  width: 100vw;
  height: 100vh;
  max-height: fill-available;
  max-height: -webkit-fill-available;
  top: 0;
  left: 0;
  z-index: 10000;
}
.pc-overlay .close-btn {
  padding: 10px !important;
  width: 45px;
  height: 45px;
  position: absolute;
  transform: rotate(0deg);
  transition: .3s ease-in-out;
  cursor: pointer;
  box-sizing: border-box;
  top: 20px;
  right: 10px;
}
.pc-overlay .close-btn svg {
  fill: #fff;
}
.pc-overlay .wrap {
  background:#1e4a7c;
  color: #fff;
  text-align: left;
  position: absolute;
  top: 0;
  right: 0;
  width: 25vw;
  max-width: 30vw;
  height: 100vh;
  max-height: fill-available;
  max-height: -webkit-fill-available;
  margin: 0;
  box-sizing: border-box;
  overflow: hidden;
  overflow-y: scroll;
  z-index: 10001;
  cursor: auto;
}
.pc-overlay .menu-menu-container {
  width: 100%;
  min-height: 100%;
  padding: 2.5rem .75rem 0 2rem;
  position: relative;
}
.pc-overlay .menu-menu-container .menu {
  padding-left: 0;
  list-style-type: none;
}
.pc-overlay .menu-menu-container .menu .li {
  margin-bottom:20px;
  font-size: .85rem;
  line-height: 1.2;
  position: relative;
}
.pc-overlay .menu-menu-container .menu .li a {
  color: #fff;
}
.pc-overlay .menu-item-has-submenu > a {
  position: relative;
  display: inline-block;
}
.pc-overlay .menu-item-has-submenu > a:after {
  content: '';
  background-image: url(../img/plus.svg);
  position: absolute;
  top:8px;
  right: -15px;
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  transition: all 300ms ease;
}
.pc-overlay .menu-item-has-submenu > a:hover:after {
  right: -22px;
  width: 15px;
  height: 13px;
}
.pc-overlay .li.submenu-open > a:after {
  transform: rotate(45deg);
}
.pc-overlay .subox-ul {
  display: none;
}
.pc-overlay .subox-ul .subli {
  font-size: 0.625rem;
  line-height: 1.8;
  margin:8px 0;
  color: #fff;
  display: block;
}

.pc-overlay.open {
  opacity: 1;
  visibility: visible;
}

.header.active {
  position: fixed;
}

.header:hover, .header.active {
  background: #fff;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #eaeaea;
}
.header:hover .logo .img1, .header.active .logo .img1 {
  opacity: 0;
}
.header:hover .logo .img2, .header.active .logo .img2 {
  opacity: 2;
}
.header:hover .nav .li > a, .header.active .nav .li > a {
  color: #111;
}
.header:hover .catalog-btn .img1, .header:hover .lang-btn .img1, .header.active .catalog-btn .img1, .header.active .lang-btn .img1 {
  opacity: 0;
}
.header:hover .catalog-btn .img2, .header:hover .lang-btn .img2, .header.active .catalog-btn .img2, .header.active .lang-btn .img2 {
  opacity: 1;
}
.header:hover .search-btn svg, .header.active .search-btn svg {
  fill: #111;
}
.header:hover .line, .header.active .line {
  background: #c1c1c1;
}

body.header-por {
  padding-top: 95px;
}

@media (max-width: 1024px) {
  body.header-por {
    padding-top: 0;
  }
}
@media (max-width: 1440px) {
  .header .nav .li {
    margin: 0 .7rem;
  }
}
@media (max-width: 1280px) {
  .header .nav .li {
    margin: 0 .5rem;
  }
}
@media (max-width: 1100px) {
  .header .nav .li {
    margin: 0 .3rem;
  }
}
.warp-header {
  position: relative;
  height: 60px;
  z-index: 99;
}

.header2 {
  background: #fff;
  height: 60px;
  padding: 0 4%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 15;
}
.header2 .logo {
  width: 120px;
  height: auto;
  display: block;
  position: relative;
  z-index: 12;
}
.header2 .logo img {
  width: 100%;
}
.header2 .nav .tit {
  display: block;
  width: 100%;
  padding: 16px 5%;
  line-height: 60px;
  position: relative;
}
.header2 .nav .tit {
  line-height: 1.5;
}
.header2 .nav .sub-tit:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background-size: 100% auto;
  position: absolute;
  right: 6.4%;
  top: 16px;
  background: url(../img/img1.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 20px auto;
  transform: rotate(0);
  transform-origin: center center;
  transition: all .3s ease-in-out;
}
.header2 .nav .sub-tit.on:after {
  transform: rotate(-180deg);
}
.header2 .nav .sec-list {
  line-height: 40px;
  padding: 0 6%;
  display: none;
}
.header2 .nav .sec-list a {
  color: #666;
}
.header2 .hamburger {
  padding: 0;
  height: 24px;
}
.header2 .hamburger-box {
  width: 30px;
  height: 24px;
}
.header2 .hamburger-inner, .header2 .hamburger-inner::before, .header2 .hamburger-inner::after {
  width: 30px;
  height: 3px;
  background: #222;
}
.header2 .hamburger.is-active .hamburger-inner, .header2 .hamburger.is-active .hamburger-inner::before, .header2 .hamburger.is-active .hamburger-inner::after {
  background: #222;
}
.header2 .hamburger--3dx-r .hamburger-inner {
  transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.5s 0s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.header2 .hamburger--3dx-r .hamburger-inner::before, .header2 .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0.6s 0s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.header2 .h-right {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  z-index: 12;
}
.header2 .search-box {
  position: relative;
}
.header2 .search-btn {
  cursor: pointer;
  margin-right: 30px;
}
.header2 .search-btn svg {
  width: 25px;
  height: 25px;
  fill: #666;
}
.header2 .warp-nav {
  height: calc(100vh - 45px);
  padding: 0 0 45px;
  position: fixed;
  background: #fff;
  width: 100%;
  left: 0;
  top: 45px;
  z-index: 9;
  display: none;
}
.header2 .nav {
  font-size: 16px;
  color: #333;
  position: relative;
  overflow-y: auto;
  height: calc(100vh - 45px);
}
.header2 .nav .li {
  position: relative;
  width: 100%;
  line-height: 60px;
  background: #f7f7f7;
}
.header2 .nav .li:nth-child(2n) {
  background: #fff;
}
.header2 .nav .warp-btn {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  display: block;
  padding-left: 5%;
  position: relative;
  color: #333;
  transition: all .3s ease;
}
.header2 .nav .warp-btn .btn {
  position: absolute;
  width: 20px;
  height: 20px;
  display: block;
  margin-right: 5px;
  top: 50%;
  margin-top: -10px;
  left: 0;
}
.header2 .nav .warp-btn .btn img {
  position: absolute;
  left: 0;
  top: 0;
}
.header2 .nav .li:hover .warp-btn, .header2 .nav .li:hover .warp-btn.cur, .header2 .nav .li.cur .warp-btn, .header2 .nav .li.cur .warp-btn.cur {
  color: #016cb6;
}
.header2 .nav .nav-item {
  position: absolute;
  top: 100px;
  width: 180px;
  left: 50%;
  margin-left: -90px;
  background: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
  display: none;
}
.header2 .nav .nav-item p {
  height: 40px;
  line-height: 40px;
  border-top: 1px solid #e7eaec;
}
.header2 .nav .nav-item a {
  display: block;
  color: #666;
  text-align: center;
  transition: all .3s ease;
}
.header2 .nav .nav-item a:hover {
  color: #016cb6;
  font-weight: bold;
}

@media (max-width: 1024px) {
  .warp-search-form {
    top: 60px;
  }
}
@media (max-width: 767px) {
  .header2 {
    height: 50px;
  }

  .warp-header {
    height: 50px;
  }

  .header2 .search-btn {
    margin-right: 15px;
  }

  .header2 .logo {
    width: 75px;
  }

  .header2 .search-btn svg {
    width: 22px;
    height: 22px;
  }

  .warp-search-form {
    top: 50px;
  }

  .warp-search-form .search-form .dxnav-search-icon {
    margin: 0 1% 0 3%;
  }

  .warp-search-form .search-form .search-close {
    width: 30px;
    height: 30px;
    margin: 0 3% 0 1%;
  }

  .warp-search-form .search-form .search-close svg {
    width: 16px;
    height: 16px;
  }

  .warp-search-form .search-form .submit-button {
    width: 65px;
    height: 30px;
    padding: 0 6px;
  }

  .warp-search-form .search-form .dxnav-icon {
    width: 20px;
    height: 20px;
  }

  .warp-search-form .search-form, .warp-search-form {
    height: 60px;
  }

  .warp-search-form .search-form .input2 {
    font-size: 14px;
    width: calc(100% - 165px);
  }

  .header2 .hamburger-box {
    width: 25px;
    height: 20px;
  }

  .header2 .hamburger {
    height: 20px;
  }

  .hamburger-inner::before {
    top: -8px;
  }

  .hamburger-inner::after {
    bottom: -8px;
  }

  .header2 .hamburger-inner, .header2 .hamburger-inner::before, .header2 .hamburger-inner::after {
    width: 25px;
    height: 2px;
    background: #222;
  }

  .hamburger--3dx-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 8px, 0) rotate(45deg);
  }

  .hamburger--3dx-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -8px, 0) rotate(-45deg);
  }
}
@keyframes overlayOpen {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    z-index: -1;
  }
  1% {
    width: 100%;
    height: 100vh;
    z-index: 95;
  }
  100% {
    opacity: 1;
    width: 100%;
    height: 100vh;
    z-index: 95;
  }
}
.w1760 {
  max-width: 1760px;
  width: 91.66%;
  margin: 0 auto;
}

@media (max-width: 1800px) {
  .w1760 {
    width: 90%;
  }
}
.w1440 {
  width: 1440px;
  margin: 0 auto;
  max-width: 90%;
}

.w1050 {
  width: 1050px;
  margin: 0 auto;
}

.w1660 {
  max-width: 1660px;
  width: 90%;
  margin: 0 auto;
}

.footer {
  background: #262626;
  padding: 1rem 0 1.2rem;
  position: relative;
  z-index: 10;
}
.footer .f-top {
  border-bottom: 1px solid rgba(246, 247, 248, 0.08);
  padding-bottom: 1.5rem;
}
.footer .f-right .sharebox {
  margin-right: 1rem;
}
.footer .f-right .sharebox span {
  margin-right: .5rem;
}
.footer .f-right .sharebox .li {
  margin-right: .5rem;
  position: relative;
}
.footer .f-right .sharebox svg {
  fill: #fff;
}
.footer .f-right .sharebox span {
  color: #666;
  text-transform: uppercase;
  line-height: 1.5;
}
.footer .f-right .wximg {
  width: 96px;
  height: 96px;
  background: #fff;
  border-radius: 8px;
  position: absolute;
  padding: 8px;
  bottom: 40px;
  left: 50%;
  margin-left: -48px;
  transform: translate(0, 10px);
  opacity: 0;
  transition: all .5s;
}
.footer .f-right .wximg img {
  width: 100%;
}
.footer .f-right .wximg:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  bottom: -6px;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
}
.footer .f-right .li:hover .wximg {
  transform: translate(0, 0);
  opacity: 1;
}
.footer .f-right .telbox span {
  color: #fff;
  color: #666;
  margin-right: .5rem;
  text-transform: uppercase;
}
.footer .f-nav .tit2 {
  margin-bottom: .5rem;
}
.footer .f-nav .item {
  margin-bottom: 8px;
  line-height: 1.5;
  color: #888;
  transition: all .3s;
  display: none;
}
.footer .f-nav  a:hover{
  color: #f7931d;
}
.footer .f-nav .li {
  /* margin-right: 4.25rem; */
  margin-right: 2.5rem;
}
.footer .f-nav .item:hover {
  color: #fff;
}
.footer .f-nav .li:nth-child(3n) {
  /* margin-right: 0; */
  margin-right: 1.5rem;
}
.footer .f-nav .li:last-child{
  margin-right: 0;
}
.footer .bot {
  padding-top: .5rem;
  color: #a5a5a5;
}

@media (max-width: 1280px) {
  .footer .f-nav .li {
    margin-right: 2.5rem;
  }
}
@media (max-width: 1024px) {
  .footer .f-top .f-nav {
    display: none;
  }
}
@media (max-width: 767px) {
  .footer .f-right .sharebox {
    margin-right: .5rem;
  }

  .footer .f-top {
    padding-bottom: .5rem;
  }

  .footer .f-right .sharebox span, .footer .f-right .telbox span {
    font-size: 12px;
  }

  .footer .f-right .sharebox .li svg {
    width: 25px;
    height: 25px;
  }
}
.ibanner {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.ibanner .swiper-slide {
  height: 24rem;
  overflow: hidden;
}
.ibanner .swiper-pagination {
  position: absolute;
  width: 50px !important;
  height: 100%;
  right: 0;
  left: auto !important;
  top: 0;
  z-index: 2;
}
.ibanner .swiper-pagination .swiper-pagination-bullet {
  height: auto !important;
  width: auto !important;
  margin: 0 0 15px !important;
  background: none !important;
  position: relative;
}
.ibanner .swiper-pagination .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.22);
  width: 50px;
  right: 0;
  bottom: 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.ibanner .swiper-pagination .swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  height: 3px;
  background: #fff;
  right: 0;
  bottom: 0;
}
.ibanner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  animation: bannerwidth 5s forwards linear;
}
.ibanner .swiper-pagination .num {
  font-size: 14px;
  line-height: 1;
  color: #fff;
  width: 100%;
  padding-bottom: 15px;
}
.ibanner .slide-inner {
  height: 24rem;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.ibanner .swiper-slide .text {
  -webkit-transition: all .5s .5s ease-in-out;
  -o-transition: all .5s .5s ease-in-out;
  transition: all .5s .5s ease-in-out;
}
.ibanner .text {
  position: absolute;
  width: auto;
  bottom: 6.5rem;
  left: 3.25rem;
  z-index: 2;
}
.ibanner .tit1 {
  line-height: 1.1;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}
.ibanner .tit3 {
  color: #f79b37;
  font-weight: bold;
  margin-bottom: .7rem;
  line-height: 1;
}
.ibanner .more {
  margin-top: 2.2rem;
  width: 200px;
  height: 55px;
  border: 2px solid #fff;
  border-radius: 55px;
  color: #fff;
  font-weight: bold;
  text-transform: capitalize;
}
.ibanner .more svg {
  width: 20px;
  fill: #fff;
  margin-left: 15px;
}
.ibanner .more:hover {
  background: #f79b37;
  color: #fff;
  transform: translate(10px, 0);
  border:1px solid transparent;
}
.ibanner .more:hover svg {
  fill: #fff;
}

@keyframes bannerwidth {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .ibanner .text {
    left: 2rem;
  }

  .ibanner .tit1 {
    font-size: 1.3rem;
  }
}
@media (max-width: 768px) {
  .ibanner .text {
    padding: 0 10% 5%;
    width: 100%;
    left: 0;
  }

  .ibanner .swiper-pagination, .ibanner .swiper-pagination .swiper-pagination-bullet:before {
    width: 30px !important;
  }

  .ibanner .swiper-pagination .num {
    padding-bottom: 5px;
  }

  .ibanner .more {
    margin-top: 1.2rem;
    width: 150px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 35px;
  }

  .ibanner .more svg {
    margin-left: 5px;
  }

  .ibanner .text {
    bottom: 3rem;
  }
}
.i-list1 .li {
  width: 28%;
  height: 258px;
  padding: 40px 1.25rem 1rem 1.75rem;
  border: 1px solid #e3e3e3;
}
.i-list1 .tip {
  color: #444;
  line-height: 1.2;
  margin-bottom: .5rem;
  text-transform: uppercase;
}
.i-list1 .tit2 {
  color: #222;
  font-weight: bold;
  overflow: hidden;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all .3s;
}
.i-list1 .p {
  color: #888;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 1rem;
}
.i-list1 .more {
  color: #194679;
  transition: all .3s;
}
.i-list1 .icon {
  width: 26px;
  height: 26px;
  margin-left: .5rem;
  border: 2px solid #1e4a7c;
  border-radius: 50%;
}
.i-list1 .icon svg {
  width: 14px;
  height: 14px;
  fill: #194679;
}
.i-list1 .tip2 {
  color: #f7931d;
  line-height: 1.2;
  margin-bottom: .5rem;
  text-transform: uppercase;
}
.i-list1 .tip2 .time {
  margin-left: .25rem;
  color: #888;
}
.i-list1 .tit3 {
  color: #222;
  height: 70px;
  line-height: 35px;
  margin-bottom: 1rem;
  text-transform: capitalize;
  overflow: hidden;
  transition: all .3s;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  /*height: 1.75rem;*/
}
@media(max-width: 767px){
  .i-list1 .tit3{
   overflow: hidden;
   white-space: nowrap;
   text-overflow: ellipsis;
   height: auto;
 }
}
.i-list1 .li1 {
  padding: 40px 130px 1rem 3.25rem;
  width: 44%;
}
.i-list1 .li:hover .tit2, .i-list1 .li:hover .tit3 {
  color: #f7931d;
}
.i-list1 .li:hover .more {
  transform: translate(10px, 0);
}

@media (max-width: 1360px) {
  .i-list1 .li {
    padding: 1rem 2%;
  }
}
@media (max-width: 960px) {
  .i-list1 .li {
    width: 100%;
    padding: 1rem 5%;
    height: auto;
  }
}
.i-list2 {
  padding: 2.25rem 2.5rem 0;
}
.i-list2 .tit2 {
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: bold;
  color: #1e4a7c;
}
.i-list2 .tit3 {
  color: #333;
  line-height: 1;
  margin-top: 10px;
}
.i-list2 .ulbox {
  margin-top: 1.5rem;
}
.i-list2 .ulbox .li {
  width: 24%;
  height: 13rem;
  position: relative;
  margin-right: 2%;
  overflow: hidden;
  transition: width .5s ease;
}
.i-list2 .ulbox .li .bg {
  height: 13rem;
  width: 43vw;
  position: absolute;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:right center;
}
.i-list2 .ulbox .li:nth-child(3n) {
  margin-right: 0;
}
.i-list2 .ulbox .li.cur {
  width: 48%;
}
.i-list2 .ulbox .li.cur .tip-ul {
  opacity: 1;
  transform: translate(0, 0);
}
.i-list2 .ulbox .li.cur .tit4 {
  color: #f7931d;
}
.i-list2 .ulbox .text {
  padding: 3rem 1rem 1.5rem;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}
.i-list2 .ulbox .tit4 {
  line-height: 1.2;
  color: #666;
  transition: all .3s;
}
.i-list2 .ulbox .tit5 {
  color: #222;
  line-height: 1.5;
  margin-top: 10px;
  text-transform: capitalize;
  font-size: 1.25rem;
}
.i-list2 .ulbox .more {
  position: absolute;
  bottom: 1.5rem;
  color: #194679;
}
.i-list2 .ulbox .tip-ul {
  width: 245px;
  margin-top: .55rem;
  transform: translate(0, 20px);
  opacity: 0;
  opacity: 1;
  transition: all .3s .2s;
}
.i-list2 .ulbox .tip-ul .item {
  color: #555;
  margin-bottom: .25rem;
}
.i-list2 .ulbox .tip-ul .icon2 {
  width: 18px;
  height: 18px;
  background: #3a73a1;
  border-radius: 50%;
  transition: all .3s;
}
.i-list2 .ulbox .tip-ul .icon2 svg {
  width: 10px;
  height: 10px;
  fill: #fff;
}
.i-list2 .ulbox .tip-ul .item:hover .icon2 {
  background: #f7931d;
}
.i-list2 .ulbox .icon {
  width: 26px;
  height: 26px;
  margin-left: .5rem;
  border: 2px solid #1e4a7c;
  border-radius: 50%;
}
.i-list2 .ulbox .icon svg {
  width: 14px;
  height: 14px;
  fill: #194679;
}

@media (max-width: 960px) {
  .i-list2 .ulbox .li, .i-list2 .ulbox .li.cur, .i-list2 .ulbox .li .bg {
    width: 100%;
  }

  .i-list2 .ulbox .li {
    margin-bottom: 1rem;
  }

  .i-list2 .ulbox .tip-ul {
    opacity: 1;
    transform: translate(0, 0);
  }

  .i-list2 .ulbox .li {
    height: auto;
  }

  .i-list2 .ulbox .li .bg {
    position: absolute;
    height: 100%;
  }

  .i-list2 .ulbox .tit4 {
    color: #f7931d;
  }

  .i-list2 .ulbox .text {
    position: relative;
  }

  .i-list2 .ulbox .more {
    position: relative;
    bottom: 0;
    margin-top: 1.5rem;
  }
}
@media (max-width: 767px) {
  .i-list2 {
    padding: 2.25rem 5% 0;
  }

  .i-list2 .tit3 {
    text-align: center;
  }
  .i-list2 .ulbox{
    padding-top: 1.5rem;
  }
  .i-list2 .ulbox .tit5{
    font-size: 1rem;
  }
}
.i-list3 {
  padding: 1.75rem 0 2rem;
}
.i-list3 .content {
  padding: 0 3.25rem;
}
.i-list3 .content .glo-box {
  width: 37.5%;
}
.i-list3 .content .tit3 {
  text-transform: uppercase;
  margin-bottom: .4rem;
}
.i-list3 .content .tab-ul {
  position: relative;
  width: 390px;
  border-bottom: 1px solid #ced3d9;
  margin-bottom: 1.75rem;
}
.i-list3 .content .tab-ul .li {
  height: 45px;
  line-height: 45px;
  margin-right: 1.8rem;
  text-transform: capitalize;
  position: relative;
  transition: all .3s;
  cursor: pointer;
}
.i-list3 .content .tab-ul .li:before {
  content: "";
  width: 100%;
  position: absolute;
  height: 3px;
  background: #f7931d;
  bottom: -1px;
  transform: scale(0, 0);
  transition: all .3s;
}
.i-list3 .content .tab-ul .li:nth-child(2n) {
  margin-right: 0;
}
.i-list3 .content .tab-ul .li:hover, .i-list3 .content .tab-ul .li.cur {
  color: #f7931d;
}
.i-list3 .content .tab-ul .li:hover:before, .i-list3 .content .tab-ul .li.cur:before {
  transform: scale(1, 1);
}
.i-list3 .content .tab-item, .i-list3 .content .img-item {
  display: none;
}
.i-list3 .content .title {
  line-height: 1.1;
  color: #1e4a7c;
  text-transform: capitalize;
  font-weight: bold;
}
.i-list3 .content .p {
  margin-top: .7rem;
  color: #333;
  line-height: 1.6;
  margin-bottom: 2.6rem;
}
.i-list3 .content .more {
  width: 200px;
  height: 55px;
  border: 2px solid #1e4a7c;
  border-radius: 55px;
  color: #1e4a7c;
  font-weight: bold;
  text-transform: capitalize;
}
.i-list3 .content .more svg {
  width: 20px;
  fill: #1e4a7c;
  margin-left: 15px;
}
.i-list3 .content .more:hover {
  background: #f79b37;
  color: #fff;
  border: 2px solid #f79b37;
  transform: translate(10px, 0);
}
.i-list3 .content .more:hover svg {
  fill: #fff;
}
.i-list3 .content .imgbox {
  width: 47.56%;
  margin-right:1rem;
}
.i-list3 .content .imgbox img {
  width: 100%;
}
.i-list3 .content .img-item {
  position: relative;
}
.i-list3 .content .img-item .text {
  position: absolute;
}
.i-list3 .content .img-item .text:before {
  content: "";
  position: absolute;
  width: 7.575rem;
  height: 2.775rem;
  background: url(../img/img4.png) no-repeat center center;
  background-size:7.575rem auto;
  left: -2.6rem;
  top: 0;
  z-index: 1;
}
.i-list3 .content .img-item .text .ntext {
  background: #fff;
  color:#1e4a7c;
  border-radius: 8px;
  padding: .55rem .25rem;
  line-height:1.2;
  width: 8.5rem;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
}

.i-list3 .content .img-item .dian {
  position:relative;
  width: 26px;
  height: 26px;
  animation: ball-pulse2 2s 0s ease infinite;
}
.i-list3 .content .img-item .dian:before{
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  z-index: 2;
  background: #f7931d;
  left: 50%;
  top: 50%;
  margin-left: -6px;
  margin-top: -6px;
  border-radius: 50%;
}
.i-list3 .content .img-item .dian:after{
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  z-index: 1;
  background: rgba(247, 147, 29, 0.1);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  margin: auto;
}
.i-list3 .content .img-item .dianitem1{
  position:absolute;
  left: 29%;
  top: 45%;
  z-index:1;
}
.i-list3 .content .img-item .dianitem2{
  position:absolute;
  left: 29%;
  top: 33%;
  z-index:1;
}
.i-list3 .content .img-item .dianitem9{
  position: absolute;
    left: 45%;
    top: 42%;
  z-index:1;

}
.i-list3 .content .img-item .text .ntext{
  height:100px;
}
.i-list3 .content .img-item .text{
  top: -2.4rem;
  right: -11rem;
  opacity:0;
  visibility: hidden;
  color:#1e4a7c;
  transition: all .5s ease;
}
.i-list3 .content .img-item .dianitem:hover .text{
  opacity:1;
  visibility: visible;
}
.i-list3 .content .img-item .dianitem:hover .dian:before{
  background: #005cc5;
}
.i-list3 .content .img-item .dianitem:hover .dian:after{
  background:rgba(0, 92, 197, .2);
}


.i-list3 .content .img-item .text2:before {
  content: "";
  position: absolute;
  width: 7.575rem;
  height: 2.775rem;
  background: url(../img/img4-1.png) no-repeat center center;
  background-size:7.575rem auto;
  left: 3.8rem;
  top: 0;
  z-index: 1;
}

.i-list3 .content .img-item .dianitem3{
  position:absolute;
  left: 66%;
  top: 38%;
  z-index:1;
}
.i-list3 .content .img-item .dianitem4{
  position:absolute;
  left: 62%;
  top: 48%;
  z-index:1;
}
.i-list3 .content .img-item .dianitem5{
  position:absolute;
  left: 67%;
  top: 49%;
  z-index:1;
}
.i-list3 .content .img-item .dianitem6{
  position:absolute;
  left: 64%;
  top: 52%;
  z-index:1;
}
.i-list3 .content .img-item .dianitem7{
  position:absolute;
  left: 65%;
  top: 51%;
  z-index:1;
}
.i-list3 .content .img-item .dianitem8{
  position:absolute;
  left: 65.5%;
  top: 53%;
  z-index:1;
}
.i-list3 .content .img-item .text2{
  right: 3.2rem;
}


@media (max-width: 1280px) {
  .i-list3 .content .tab-ul .li {
    margin-right: 1rem;
  }

  .i-list3 .content .tab-ul {
    width: 100%;
  }

  .i-list3 .content .img-item .text {
    /*top: 1.5rem;
    right: -4.5rem;*/
  }
}
@media (max-width: 1024px) {
  .i-list3 .content .glo-box {
    width: 100%;
    margin-bottom: 1.5rem;
  }

  .i-list3 .content .imgbox {
    width: 80%;
    margin: 0 auto;
  }
  .i-list3 .content{
    padding:0;
  }
}
@media (max-width: 767px) {


  .i-list3 .content .p {
    margin-bottom: 1.5rem;
  }

  .i-list3 .content .imgbox {
    margin-left: 0;
  }

  .i-list3 .content .img-item .text .ntext {
    display:none;
  }

  /*.i-list3 .content .img-item .text {
    top: 1.5rem;
    right: -2.5rem;
  }

  .i-list3 .content .img-item .text:before {
    width: 5rem;
    height: 3.7rem;
    left: -4.6rem;
    background: url(../img/img4.png) no-repeat left center;
    }*/

    .i-list3 .content .more svg {
      margin-left: .25rem;
    }

    .i-list3 .content .more {
      width: 6rem;
      height: 45px;
      line-height: 41px;
    }

    .i-list3 .content .tab-ul .li {
      height: 35px;
      line-height: 35px;
    }

    .i-list3 .content .tab-ul {
      margin-bottom: 1rem;
    }
    .i-list3 .content .img-item .dian{
      height:20px;
      width:20px;
    }
    .i-list3 .content .img-item .dian:before{
      height:8px;
      width:8px;
    }
    .i-list3 .content .img-item .dian:after{
      height:20px;
      width:20px;
    }
    .i-list3 .content .imgbox{
      width:100%;
    }
  }
  .n-banner {
    position: relative;
    /* height: 21.5rem; */
    height: 20rem;
  }
  .n-banner .bg-banner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  .n-banner .text {
    height: 11rem;
    position: relative;
    z-index: 2;
    padding: 7rem 1rem 1rem 3.25rem;
  }
  .n-banner .tit1 {
    line-height: 1.2;
    color: #f79b37;
    margin-bottom: .35rem;
    text-transform: uppercase;
  }
  .n-banner .tit2 {
    color: #fff;
    line-height: 1.2;
    text-transform: capitalize;
  }
  .n-banner .down {
    margin-top: 4.6rem;
    width: 60px;
    height: 60px;
    border: 2px solid #fff;
    border-radius: 50%;
    cursor: pointer;
  }
  .n-banner .down svg {
    width: 14px;
    height: 14px;
    fill: #fff;
    animation: ball-pulse 2s ease infinite;
  }

  @media (max-width: 767px) {
    .n-banner {
      height: 18rem;
    }

    .n-banner .text {
      padding: 5rem 1rem 1rem 5%;
    }

    .n-banner .down {
      margin-top: 3rem;
      width: 45px;
      height: 45px;
    }
  }
  .warp-subbox {
    height: 2rem;
  }

  .n-subbox {
    height: 2rem;
    background: #fff;
    border-bottom: 1px solid #e4e4e4;
  }
  .n-subbox .tip-nav {
    height: 2rem;
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
  }
  .n-subbox .tip-nav a {
    color: #999;
    transition: color .3s;
  }
  .n-subbox .tip-nav a:hover {
    color: #f78816;
  }
  .n-subbox .btn {
    color: #333;
    text-transform: capitalize;
    transition: color .3s;
    cursor: pointer;
  }
  .n-subbox .btn svg {
    width: 22px;
    height: 22px;
    margin-right: 10px;
    fill: #333;
    transition: fill .3s;
  }
  .n-subbox .btn:hover {
    color: #f7931d;
  }
  .n-subbox .btn:hover svg {
    fill: #f7931d;
  }

  .n-subbox.active {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9;
  }

  .n-subbox2 .warpsub {
    padding: 1rem 0;
    border-bottom: 1px solid #e4e4e4;
  }
  .n-subbox2 .tip-nav {
    color: #a5a5a5;
    font-weight: bold;
    text-transform: uppercase;
  }
  .n-subbox2 .tip-nav span {
    color: #1e4a7c;
  }
  .n-subbox2 .btn {
    width: 200px;
    height: 55px;
    line-height: 51px;
    border-radius: 55px;
    border: 2px solid #1c3a69;
    color: #194679;
    text-transform: capitalize;
    transition: color .3s;
    cursor: pointer;
    font-weight: bold;
  }
  .n-subbox2 .btn svg {
    width: 22px;
    height: 22px;
    margin-right: 10px;
    fill: #194679;
    transition: fill .3s;
  }
  .n-subbox2 .btn:hover {
    color: #fff;
    background: #194679;
  }
  .n-subbox2 .btn:hover svg {
    fill: #fff;
  }

  @media (max-width: 767px) {
    .warp-subbox, .n-subbox2,.n-subbox {
      display: none;
    }
  }
  .contact-list1 {
    padding: 2.25rem 0 3.5rem;
  }
  .contact-list1 .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
  }
  .contact-list1 .content-box {
    position: relative;
    z-index: 2;
  }
  .contact-list1 .title-top .tit1 {
    line-height: 1.2;
    color: #f79b37;
    margin-bottom: .55rem;
    text-transform: uppercase;
  }
  .contact-list1 .title-top .tit2 {
    color: #1e4a7c;
    line-height: 1.1;
    text-transform: capitalize;
  }
  .contact-list1 .title-right {
    width: 50%;
    margin-right: 1rem;
  }
  .contact-list1 .formbox {
    margin-top: 1.75rem;
  }
  .contact-list1 .formbox .li {
    width: 47%;
    margin-bottom: 1rem;
    position: relative;
  }
  .contact-list1 .formbox .form-control {
    width: 100%;
    border-radius: 0;
    padding: 20px;
    height: 65px;
    border-radius: 65px;
    letter-spacing: .3px;
    color: #000;
    background-color: #fff;
    border: 1px solid #ced4da;
    box-shadow: none;
    box-sizing: border-box;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  }
  .contact-list1 .formbox .form-control:focus, .contact-list1 .formbox .form-control.on {
    color: #495057;
    background-color: #fff;
    border-color: #1e4a7c;
    outline: 0;
    box-shadow: 0 0 10px 1px rgba(11, 86, 171, 0.1);
  }
  .contact-list1 .formbox .selectbox {
    z-index: 9;
  }
  .contact-list1 .formbox .selectbox .select-tip svg {
    width: 20px;
    height: 20px;
    fill: #141414;
  }
  .contact-list1 .formbox .selectbox .select-item {
    position: absolute;
    width: 100%;
    background: #fff;
    border: 1px solid #d1d1d1;
    border-radius: 8px;
    height: 140px;
    padding: 10px 0;
    top: 43px;
    overflow-y: auto;
    display: none;
  }
  .contact-list1 .formbox .selectbox .select-item .li-item {
    height: 45px;
    line-height: 45px;
    padding: 0 .5rem;
    transition: all .3s;
  }
  .contact-list1 .formbox .selectbox .select-item .li-item:hover {
    background: #1e416f;
    color: #fff;
  }
  .contact-list1 .formbox .tip {
    position: absolute;
    padding-left: .75rem;
    left: 0;
    top: 0;
    height: 65px;
    color: #333;
    text-transform: capitalize;
    font-weight: bold;
  }
  .contact-list1 .formbox .tip img {
    height: 19px;
    margin-right: .3rem;
  }
  .contact-list1 .formbox .li2 {
    width: 100%;
  }
  .contact-list1 .formbox .li2 .form-control {
    text-transform: capitalize;
    border-radius: 10px;
    height: 5rem;
  }
  .contact-list1 .formbox .coad-img {
    width: 480px;
    overflow: hidden;
    position: relative;
  }
  .contact-list1 .formbox .coad-img .form-control {
    padding-right: 140px;
    color: #999;
  }
  .contact-list1 .formbox .coad-img img {
    width: 128px;
    border-top-right-radius: 65px;
    border-bottom-right-radius: 65px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top:20%;
  }
  .contact-list1 .formbox .submit {
    width: 6rem;
  }
  .contact-list1 .formbox .submit input {
    width: 100%;
    height: 65px;
    border-radius: 65px;
    background: #1e4a7c;
    border: none;
    text-transform: capitalize;
  }
  .contact-list1 .formbox .li3 {
    width: 100%;
  }

  @media (max-width: 767px) {
    .contact-list1 {
      padding: 2rem 0 1rem;
    }

    .contact-list1 .title-right {
      width: 100%;
      margin-top: 1rem;
    }

    .contact-list1 .formbox .form-control {
      height: 45px;
      padding: 10px;
    }

    .contact-list1 .formbox .tip {
      height: 45px;
    }

    .contact-list1 .formbox .li {
      width: 100%;
    }

    .contact-list1 .formbox .coad-img img {
      border-top-right-radius: 45px;
      border-bottom-right-radius: 45px;
    }

    .contact-list1 .formbox .coad-img img {
      width: 88px;
    }

    .contact-list1 .formbox .coad-img .form-control {
      padding-left: 100px;
    }

    .contact-list1 .formbox .coad-img {
      width: 100%;
      margin-bottom: 1rem;
    }

    .contact-list1 .formbox .submit input {
      height: 45px;
      border-radius: 45px;
    }

    .contact-list1 .formbox .selectbox .select-item {
      top: 34px;
    }

    .contact-list1 .formbox .selectbox .select-item .li-item {
      height: 35px;
      line-height: 35px;
    }
  }
  .contact-list2 .img {
    width: 57%;
    height: 660px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  .contact-list2 .amap-container img{
    width:30px;
    height:auto;
  }
  .contact-list2 #networkmap {
    width: 57%;
    height: 660px;
  }
  .contact-list2 .textbox {
    width: 43%;
    height: 660px;
    background: url(../img/img5.jpg) no-repeat center center;
    background-size: cover;
    padding: 2rem 2.2rem;
  }
  .contact-list2 .textbox .ulbox {
    margin-top: 1.75rem;
  }
  .contact-list2 .textbox .tit2 {
    line-height: 1.2;
    color: #1e4a7c;
  }
  .contact-list2 .textbox .tit3 {
  width: 7rem;
    height: 55px;
    border-top: 1px solid #d0d1d2;
    border-bottom: 1px solid #d0d1d2;
    text-transform: capitalize;
    justify-content: flex-start;
  }

  @media(max-width: 767px){
    .contact-list2 .textbox .tit3 {
      width: 120px;
    }
  }
  .contact-list2 .textbox .tit3 img {
    margin-right: 15px;
    height: 19px;
  }
  .contact-list2 .textbox .p {
    width: 100%;
    margin-top: .75rem;
  }
  .contact-list2 .textbox .li {
    width: 48%;
    margin-bottom: 2rem;
  }

  @media (max-width: 1024px) {
    .contact-list2 .textbox {
      padding: 2rem 1rem;
    }
  }
  @media (max-width: 767px) {
  /*.contact-list2 .img {
    width: 100%;
    height: 10rem;
    }*/
    .contact-list2 #networkmap{
      width: 100%;
      height: 10rem;
    }

    .contact-list2 .textbox {
      padding: 2rem 5% 0;
      width: 100%;
      height: auto;
    }
  }
  .recruit-list1 {
    padding: 2rem 0 2.2rem;
  }
  .recruit-list1 .title-top {
    margin-bottom: 1.75rem;
  }
  .recruit-list1 .title-top .tit1 {
    line-height: 1.2;
    color: #f79b37;
    margin-bottom: .55rem;
    text-transform: uppercase;
  }
  .recruit-list1 .title-top .tit2 {
    color: #1e4a7c;
    line-height: 1.1;
    text-transform: capitalize;
  }
  .recruit-list1 .title-right {
    width: 50%;
    margin-right: 1rem;
  }
  .recruit-list1 .imgbox {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 2rem;
  }
  .recruit-list1 .imgbox img {
    width: 100%;
  }
  .recruit-list1 .searchbox {
    margin-bottom: 1.25rem;
    position: relative;
    z-index: 2;
  }
  .recruit-list1 .searchbox .input {
    width: 29%;
    margin-right: 1.95%;
    position: relative;
  }
  .recruit-list1 .searchbox .input input {
    width: 100%;
    height: 80px;
    padding: 25px 0 0;
    background: transparent;
    line-height: 30px;
    border: none;
    border-bottom: 2px solid #f3f3f3;
    padding-left: 95px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  }
  .recruit-list1 .searchbox .input input:focus {
    border-color: #1e4a7c;
    outline: 0;
  }
  .recruit-list1 .searchbox .input input:focus + .sp {
    color: #1e4a7c;
  }
  .recruit-list1 .searchbox .input input:focus + .sp > svg {
    fill: #1e4a7c;
  }
  .recruit-list1 .searchbox .input .sp {
    position: absolute;
    left: 0;
    top: 24px;
    z-index: 1;
  }
  .recruit-list1 .searchbox .input .sp svg {
    width: 12px;
    line-height: 1;
    margin-left: 5px;
  }
  .recruit-list1 .searchbox .input2 {
    width: 6.5%;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    background: #f7931d url(../img/img7.png) no-repeat center center;
    border-radius: 50px;
    border: none;
    margin-top: 30px;
  }
  .recruit-list1 .joinlist {
    position: relative;
    z-index: 2;
    border: 1px solid #eaeaea;
  }
  .recruit-list1 .joinlist .top-title {
    width: 100%;
    border: 1px solid #eaeaea;
  }
  .recruit-list1 .joinlist .top-title .th {
    padding: 25px 0;
    line-height: 30px;
    padding-left: 1.5rem;
    color: #0d0d0d;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: capitalize;
  }
  .recruit-list1 .joinlist .top-title .th:nth-child(1) {
    width: 40%;
  }
  .recruit-list1 .joinlist .top-title .th:nth-child(2) {
    width: 30%;
  }
  .recruit-list1 .joinlist .top-title .th:nth-child(3) {
    width: 30%;
  }
  .recruit-list1 .joinlist .li-item {
    width: 100%;
    border: 1px solid #eaeaea;
    cursor: pointer;
  /*.th:nth-child(4){
    width:22%;
  }
  .th:nth-child(5){
    width:22%;
    }*/
  }
  .recruit-list1 .joinlist .li-item .th {
    padding: 25px 0;
    line-height: 30px;
    padding-left: 1.5rem;
    color: #0d0d0d;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: capitalize;
  }
  .recruit-list1 .joinlist .li-item .th:nth-child(1) {
    width: 40%;
  }
  .recruit-list1 .joinlist .li-item .th:nth-child(2) {
    width: 30%;
  }
  .recruit-list1 .joinlist .li-item .th:nth-child(3) {
    width: 30%;
  }
  .recruit-list1 .joinlist .li-item .text {
    border-top: 2px solid #e9e9e9;
    position: relative;
    padding: 1.2rem 1.5rem 1.75rem;
    display: none;
    background: #f3f6f9;
  }
  .recruit-list1 .joinlist .li-item .tit3 {
    margin-bottom: .7rem;
    color: #1e4a7c;
    text-transform: capitalize;
  }
  .recruit-list1 .joinlist .li-item .p {
    color: #0f0f0f;
    line-height: 2;
    width: calc(100% - 13.5rem);
  }
  .recruit-list1 .joinlist .li-item .mail {
    position: absolute;
    right: 2rem;
    top: 2rem;
    width: 180px;
    height: 54px;
    border-radius: 5px;
    overflow: hidden;
    border: 2px solid #1e4a7c;
    color: #1e4a7c;
    border-radius: 50px;
    text-transform: capitalize;
    transition: all .3s;
  }
  .recruit-list1 .joinlist .li-item .mail svg {
    width: 13px;
    height: 50px;
    line-height: 50px;
    fill: #1e4a7c;
    transition: all .3s;
  }
  .recruit-list1 .joinlist .li-item .mail:hover {
    background: #f79b37;
    color: #fff;
    border: 2px solid #f79b37;
    transform: translate(10px, 0);
  }
  .recruit-list1 .joinlist .li-item .mail:hover svg {
    fill: #fff;
  }
  .recruit-list1 .joinlist .title-name.cur {
    background: #f3f6f9;
  }

  @media (max-width: 960px) {
  /*.recruit-list1 .joinlist .top-title .th:nth-child(3),.recruit-list1 .joinlist .top-title .th:nth-child(4){
      display:none
  }
  .recruit-list1 .joinlist .title-name .th:nth-child(3),.recruit-list1 .joinlist .title-name .th:nth-child(4){
      display:none
  }
  .recruit-list1 .joinlist .top-title .th:nth-child(1){
      width:40%;
  }
  .recruit-list1 .joinlist .top-title .th:nth-child(2){
      width:30%;
  }
  .recruit-list1 .joinlist .top-title .th:nth-child(5){
      width:30%;
  }
  .recruit-list1 .joinlist .title-name .th:nth-child(1){
      width:40%;
  }
  .recruit-list1 .joinlist .title-name .th:nth-child(2){
      width:30%;
  }
  .recruit-list1 .joinlist .title-name .th:nth-child(5){
      width:30%;
      }*/
      .recruit-list1 .joinlist .top-title .th, .recruit-list1 .joinlist .li-item .th {
        padding: 10px 5%;
      }

      .recruit-list1 .joinlist .li-item .p {
        width: 100%;
      }

      .recruit-list1 .joinlist .li-item .mail {
        position: relative;
        right: auto;
        top: auto;
        margin-top: 1.5rem;
      }
    }
    @media (max-width: 767px) {
      .recruit-list1 .title-top .title, .recruit-list1 .title-right {
        width: 100%;
      }

      .recruit-list1 .imgbox {
        margin-bottom: 1rem;
      }

      .recruit-list1 .title-right {
        margin-top: 1rem;
        margin-right: 0;
      }

      .recruit-list1 .title-top {
        margin-bottom: .75rem;
      }

      .recruit-list1 .searchbox .input {
        width: 100%;
      }

      .recruit-list1 .searchbox .input2 {
        width: 100%;
        margin-top: .75rem;
      }

      .recruit-list1 .searchbox .input input {
        height: 60px;
        padding: 10px 0;
      }

      .recruit-list1 .joinlist .li-item .text {
        padding: 1.2rem 5% 1.75rem;
      }

      .recruit-list1 .joinlist .li-item .mail {
        width: 120px;
        height: 40px;
        border-radius: 40px;
      }

      .recruit-list1 .joinlist .li-item .mail svg {
        height: 36px;
      }
    }
    .recruit-list2 {
      background: url(../img/img19.jpg) no-repeat center center;
      background-size: cover;
      min-height: 670px;
    }
    .recruit-list2 .contentbox {
      padding: 2.25rem 0 2.5rem;
    }
    .recruit-list2 .tab-ul {
      position: relative;
      width: 360px;
      border-bottom: 1px solid #696d73;
      margin-bottom: 1.5rem;
    }
    .recruit-list2 .tab-ul .li {
      height: 45px;
      line-height: 45px;
      margin-right: 1rem;
      text-transform: capitalize;
      position: relative;
      color: #919499;
      transition: all .3s;
      cursor: pointer;
    }
    .recruit-list2 .tab-ul .li:before {
      content: "";
      width: 100%;
      position: absolute;
      height: 3px;
      background: #f7931d;
      bottom: -1px;
      transform: scale(0, 0);
      transition: all .3s;
    }
    .recruit-list2 .tab-ul .li:nth-child(2n) {
      margin-right: 0;
    }
    .recruit-list2 .tab-ul .li:hover, .recruit-list2 .tab-ul .li.cur {
      color: #f7931d;
    }
    .recruit-list2 .tab-ul .li:hover:before, .recruit-list2 .tab-ul .li.cur:before {
      transform: scale(1, 1);
    }
    .recruit-list2 .warp-text .tab-item {
      display: none;
      width: 19.5rem;
    }
    .recruit-list2 .warp-text .tab-item .title {
      color: #fff;
      line-height: 1.4;
      margin-bottom: 1.5rem;
    }
    .recruit-list2 .warp-text .tab-item .title a {
      color: #fff;
      padding-bottom: 5px;
      display: inline-block;
      position: relative;
      transition: all .3s;
    }
    .recruit-list2 .warp-text .tab-item .title a:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 3px;
      background: #fff;
      bottom: 0;
      transition: all .3s;
    }
    .recruit-list2 .warp-text .tab-item .title a:hover {
      color: #f7931d;
    }
    .recruit-list2 .warp-text .tab-item .title a:hover:before {
      background: #f7931d;
    }
    .recruit-list2 .warp-text .tab-item .p {
      color: #fff;
      line-height: 1.8;
    }

    @media (max-width: 960px) {
      .recruit-list2 {
        min-height: 550px;
      }
    }
    @media (max-width: 767px) {
      .recruit-list2 .tab-ul {
        width: 80%;
      }

      .recruit-list2 .warp-text .tab-item {
        width: 100%;
      }

      .recruit-list2 {
        height: auto;
        min-height: auto;
      }
    }
    .about-list1 {
      padding: 2.2rem 0 3.25rem;
    }
    .about-list1 .title-top {
      margin-bottom: 1.75rem;
    }
    .about-list1 .title-top .tit1 {
      line-height: 1.2;
      color: #f79b37;
      margin-bottom: .55rem;
      text-transform: uppercase;
    }
    .about-list1 .title-top .tit2 {
      color: #1e4a7c;
      line-height: 1.1;
      text-transform: capitalize;
    }
    .about-list1 .title-right {
      width: 44%;
      margin-right: 0rem;
    }
    .about-list1 .map-img {
      margin-top: 2.5rem;
      width: calc(50% + 2.25rem);
      margin-left: -2.25rem;
    }
    .about-list1 .map-img img {
      width: 100%;
    }
    .about-list1 .map-img .dian {
      position: absolute;
      width: 26px;
      height: 26px;
    }
    .about-list1 .map-img .dian:before {
      content: "";
      position: absolute;
      width: 12px;
      height: 12px;
      z-index: 2;
      background: #f7931d;
      left: 50%;
      top: 50%;
      margin-left: -6px;
      margin-top: -6px;
      border-radius: 50%;
    }
    .about-list1 .map-img .dian:after {
      content: "";
      position: absolute;
      width: 26px;
      height: 26px;
      z-index: 1;
      background: rgba(247, 147, 29, 0.1);
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      border-radius: 50%;
      margin: auto;
    }
    .about-list1 .map-img .dian1 {
      left: 48.5%;
      top: 42%;
      animation: ball-pulse2 2s 0s ease infinite;
    }
    .about-list1 .map-img .dian2 {
      left: 51%;
      top: 46%;
      animation: ball-pulse2 2s .3s ease infinite;
    }
    .globalization-list1 .mapbox .dian13 {
      left: 24%;
      top: 49%;
      animation: ball-pulse2 2s .2s ease infinite;
    }
    .globalization-list1 .mapbox .dian14 {
      left: 62.5%;
      top: 58%;
      animation: ball-pulse2 2s .2s ease infinite;
    }
    .globalization-list1 .mapbox .dian15 {
      left: 72.5%;
      top: 33.5%;
      animation: ball-pulse2 2s .2s ease infinite;
    }
    .globalization-list1 .mapbox .dian16 {
      left: 76.5%;
      top: 36.5%;
      animation: ball-pulse2 2s .2s ease infinite;
    }
    .globalization-list1 .mapbox .dian7 {
      left: 67%;
      top: 49%;
      animation: ball-pulse2 2s .8s ease infinite;
    }
    
    .globalization-list1 .mapbox .dian8 {
      left: 66%;
      top: 54%;
      animation: ball-pulse2 2s .8s ease infinite;
    }
    
    .globalization-list1 .mapbox .dian9 {
      left: 58%;
      top: 32%;
      animation: ball-pulse2 2s .8s ease infinite;
    
    }
    .globalization-list1 .mapbox .dian10 {
      left: 66%;
      top: 50%;
      animation: ball-pulse2 2s .8s ease infinite;
    }
    .globalization-list1 .mapbox .dian11 {
      left: 64.5%;
      top: 50.5%;
      animation: ball-pulse2 2s .8s ease infinite;
    }
    .about-list1 .map-img .dian3 {
      left: 78%;
      top: 34%;
      animation: ball-pulse2 2s .6s ease infinite;
    }
    .about-list1 .map-img .dian4 {
      left: 75%;
      top: 28%;
      animation: ball-pulse2 2s .8s ease infinite;
    }
    .about-list1 .map-img .dian5 {
      left: 78%;
      top: 24%;
      animation: ball-pulse2 2s .8s ease infinite;
    }
    .about-list1 .map-img .dian6 {
      left: 77.5%;
      top: 30%;
      height:.5rem;
      width:.5rem;
    }
    .about-list1 .text-ulbox {
      width: 44%;
      position: relative;
      z-index: 2;
    }
    .about-list1 .text-ulbox .li {
      padding-left: 1.5rem;
      padding-bottom: .5rem;
      position: relative;
    }
    .about-list1 .text-ulbox .li:before {
      content: "";
      position: absolute;
      width: 1px;
      height: 100%;
      left: 10px;
      top: 0;
      background: #bfbfbf;
    }
    .about-list1 .text-ulbox .li .num {
      background: #fff;
      color: #f7931d;
      padding: 15px 0;
      position: absolute;
      left: 0;
      z-index: 3;
    }
    .about-list1 .text-ulbox .li .tit2 {
      color: #333;
      margin-bottom: .5rem;
      text-transform: capitalize;
    }
    .about-list1 .text-ulbox .li:nth-child(1) .num {
      padding-top: 0;
    }
    .about-list1 .text-ulbox .li:nth-child(1) .tit2 {
      padding-top: 0;
    }
    .about-list1 .text-ulbox .li .tit2 {
      padding-top: 15px;
    }
    .about-list1 .text-ulbox .li:nth-child(3):before {
      display: none;
    }
    .about-list1 .ulbox {
      margin-top: 3rem;
    }
    .about-list1 .ulbox .li {
      position: relative;
    }
    .about-list1 .ulbox img {
      height: 3rem;
      margin-right: .75rem;
    }
    .about-list1 .ulbox .tit4 {
      line-height: 1.2;
    }
    .about-list1 .ulbox .text-num {
      padding-left: .7rem;
      position: relative;
    }
    .about-list1 .ulbox .text-num:before {
      content: "";
      position: absolute;
      width: 2px;
      height: 100%;
      top: 0;
      left: 0;
      background: #dcdcdc;
    }
    .about-list1 .ulbox sup {
      color: #888;
      top: -1rem;
    }

    @media (max-width: 960px) {
      .about-list1 .map-img {
        width: 100%;
        margin-left: 0;
        margin-bottom: 1rem;
      }

      .about-list1 .text-ulbox {
        width: 100%;
      }

      .about-list1 .ulbox img {
        height: 2rem;
      }

      .about-list1 .ulbox .tit4 {
        font-size: 1.2rem;
      }

      .about-list1 .ulbox sup {
        font-size: 12px;
      }

      .about-list1 .ulbox .tit5 {
        font-size: 14px;
      }
    }
    @media (max-width: 767px) {
      .about-list1 {
        padding-bottom: 1rem;
      }

      .about-list1 .title-top .title {
        width: 100%;
      }

      .about-list1 .title-right {
        width: 100%;
        margin-right: 0;
        margin-top: 1rem;
      }

      .about-list1 .map-img {
        margin-top: 0;
      }

      .about-list1 .ulbox {
        margin-top: 1rem;
      }

      .about-list1 .ulbox .li {
        width: 100%;
        margin-bottom: .8rem;
        justify-content: flex-start;
      }

      .about-list1 .map-img .dian {
        width: 20px;
        height: 20px;
      }
      .about-list1 .map-img .dian6{
        width:.5rem;
        height:.5rem;
      }

      .about-list1 .map-img .dian:before {
        width: 8px;
        height: 8px;
        margin-left: -4px;
        margin-top: -4px;
      }

      .about-list1 .map-img .dian:after {
        width: 20px;
        height: 20px;
      }
    }
    .about-list2 {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      padding: 1rem 0;
      height: 22rem;
    }
    .about-list2 .text {
      width: 50%;
      margin-top: 2.5rem;
    }
    .about-list2 .text .tit2 {
      color: #f79b37;
      margin-bottom: .35rem;
      text-transform: uppercase;
    }
    .about-list2 .text .tit3 {
      color: #fff;
      line-height: 1.2;
      margin-bottom: .7rem;
    }
    .about-list2 .img {
      width: 45%;
    }

    @media (max-width: 767px) {
      .about-list2 {
        height: auto;
      }

      .about-list2 .text {
        width: 100%;
        margin-top: 0;
      }

      .about-list2 .img {
        width: 80%;
        margin: 1rem auto 0;
      }
    }
    .about-list3 {
      padding: 2.5rem 0;
      background: #fff;
      position: relative;
      z-index: 1;
    }
    .about-list3 .tit2 {
      color: #f79b37;
      margin-bottom: .2rem;
      text-transform: uppercase;
    }
    .about-list3 .tit3 {
      color: #1e4a7c;
      line-height: 1.5;
      margin-bottom: .35rem;
    }
    .about-list3 .tit4 {
      width: 65%;
      color: #333;
    }
    .about-list3 .content-box {
      overflow: hidden;
    }
    .about-list3 .warp-iconswiper {
      position: relative;
    }
    .about-list3 .icon-btn {
      position: absolute;
      width: 125px;
      right: 0;
      top: -80px;
    }
    .about-list3 .icon-btn div:hover {
      background: #1e4a7c;
    }
    .about-list3 .icon-btn div:hover svg {
      fill: #fff;
    }
    .about-list3 .icon-btn .swiper-button-prev {
      position: relative;
      left: 0;
      top: 0;
      margin-top: 0;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      border: 2px solid #275181;
      background-image: none;
      transition: all .3s;
    }
    .about-list3 .icon-btn .swiper-button-prev svg {
      width: 12px;
      height: 12px;
      fill: #1e4a7c;
      transition: all .3s;
    }
    .about-list3 .icon-btn .swiper-button-next {
      position: relative;
      left: 0;
      top: 0;
      margin-top: 0;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      border: 2px solid #275181;
      background-image: none;
      transition: all .3s;
    }
    .about-list3 .icon-btn .swiper-button-next svg {
      width: 12px;
      height: 12px;
      fill: #1e4a7c;
      transition: all .3s;
    }
    .about-list3 .iconswiper {
      margin-top: 1.35rem;
      border-bottom: 1px solid #e7eaec;
      width: 100%;
      position: relative;
      padding: 15px 15px 0;
    }
    .about-list3 .iconswiper .swiper-slide {
      height: 4rem;
      background: #fff;
      border-radius: 6px;
      transition: all .3s ease;
    }
    .about-list3 .iconswiper .swiper-slide img {
      width: 65%;
      -webkit-filter: grayscale(100%);
      -moz-filter: grayscale(100%);
      -ms-filter: grayscale(100%);
      -o-filter: grayscale(100%);
      filter: grayscale(100%);
      filter: gray;
      opacity:.7;
      transition: all .3s ease;
      user-select:none;
    }
    .about-list3 .iconswiper .swiper-slide:hover {
      z-index: 5;
      box-shadow: 0px 0px 45px 1px rgba(30, 74, 124, 0.15);
      background: #fff;
    }
    .about-list3 .iconswiper .swiper-slide:hover img {
      -webkit-filter: grayscale(0%);
      -moz-filter: grayscale(0%);
      -ms-filter: grayscale(0%);
      -o-filter: grayscale(0%);
      filter: grayscale(0%);
      filter: gray;
      opacity:1;
    }

    @media (max-width: 767px) {
      .about-list3 .icon-btn {
        display: none;
      }

      .about-list3 .tit4 {
        width: 100%;
      }

      .about-list3 .iconswiper {
        margin-top: .5rem;
      }

      .about-list3 .iconswiper .swiper-slide {
        height: 2rem;
      }

      .about-list3 {
        overflow: hidden;
      }

      .about-list3 .content-box {
        overflow: inherit;
      }
    }
    @keyframes ball-pulse {
      0%, 60%, 100% {
        opacity: 1;
        transform: scale(1) translate(0, 5px);
      }
      30% {
        opacity: .1;
        transform: scale(0.01) translate(0, -5px);
      }
    }
    @keyframes ball-pulse2 {
      0%, 60%, 100% {
        opacity: 1;
        transform: scale(1);
      }
      30% {
        opacity: .5;
        transform: scale(0.5);
      }
    }
    @keyframes quan1 {
      0%{
        transform:rotate(0deg);
      }
      100% {
        transform:rotate(360deg);
      }
    }
    .history-list1 {
      /* padding: 2.5rem 0 1.7rem; */
      padding: 2.5rem 0;

      background: url(../img/img10.jpg) no-repeat top center;
      background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
      position: relative;
      overflow: hidden;
      z-index: 1;
  /* background-color: #F7F7F7; */

    }
    .history-list1 .tit2 {
      color: #f79b37;
      margin-bottom: .2rem;
      text-transform: uppercase;
    }
    .history-list1 .tit3 {
      color: #1e4a7c;
      line-height: 1.2;
      margin-bottom: .35rem;
      text-transform: capitalize;
    }
    .history-list1 .tit4 {
      width: 65%;
      color: #333;
    }
    .history-list1 .warp-ulboxswiper {
      width: 73.8%;
      position: relative;
      margin-top: 1.8rem;
    }
    .history-list1 .img {
      width: calc(2.5rem + 25%);
      margin-right: -2.5rem;
      position: relative;
      z-index: 5;
    }
    .history-list1 .icon-btn {
      position: absolute;
      width: 125px;
      right: 0;
      top: calc(-70px + -1.8rem);
    }
    .history-list1 .icon-btn div:hover {
      background: #1e4a7c;
    }
    .history-list1 .icon-btn div:hover svg {
      fill: #fff;
    }
    .history-list1 .icon-btn .swiper-button-prev {
      position: relative;
      left: 0;
      top: 0;
      margin-top: 0;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      border: 2px solid #275181;
      background-image: none;
      transition: all .3s;
    }
    .history-list1 .icon-btn .swiper-button-prev svg {
      width: 12px;
      height: 12px;
      fill: #1e4a7c;
      transition: all .3s;
    }
    .history-list1 .icon-btn .swiper-button-next {
      position: relative;
      left: 0;
      top: 0;
      margin-top: 0;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      border: 2px solid #275181;
      background-image: none;
      transition: all .3s;
    }
    .history-list1 .icon-btn .swiper-button-next svg {
      width: 12px;
      height: 12px;
      fill: #1e4a7c;
      transition: all .3s;
    }
    .history-list1 .ulboxswiper {
      width: 100%;
      position: relative;
      overflow: hidden;
    }
    .history-list1 .ulboxswiper .swiper-slide .li {
      width: 100%;
      padding: .65rem 0;
      border-top: 1px solid #e5e5e5;
    }
    .history-list1 .ulboxswiper .swiper-slide .li:last-child {
      border-bottom: 1px solid #e5e5e5;
    }
    .history-list1 .ulboxswiper .swiper-slide .time {
      color: #101112;
      width: 6rem;
    }
    .history-list1 .ulboxswiper .swiper-slide .tit4 {
      color: #101112;
      width: calc(100% - 6rem);
      padding-right: 2rem;
    }

    @media (max-width: 767px) {
      .history-list1 .img {
        display: none;
      }

      .history-list1 .warp-ulboxswiper {
        width: 100%;
      }

      .history-list1 .ulboxswiper .swiper-slide .time {
        width: 100%;
      }

      .history-list1 .ulboxswiper .swiper-slide .tit4 {
        width: 100%;
        padding-right: 0;
        margin-top: .5rem;
      }

      .history-list1 .icon-btn {
        width: auto;
      }

      .history-list1 .icon-btn .swiper-button-prev, .history-list1 .icon-btn .swiper-button-next {
        width: 35px;
        height: 35px;
        margin: 0 5px;
      }

      .history-list1 .icon-btn {
        top: calc(-40px + -1.8rem);
      }
    }
    .n-globalization{
      overflow: hidden;
    }
    .globalization-list1 {
      background: #f2f4f9;
      padding: 2.25rem 0 2.5rem;
      position: relative;
      min-height: 24rem;
      z-index: 1;
    }
    .globalization-list1 .bg {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      z-index: 2;
    }
    .globalization-list1 .leftnav {
      width: 13rem;
      position: relative;
      z-index: 9;
    }
    .globalization-list1 .leftnav .tit1 {
      color: #1e4a7c;
      margin-bottom: .5rem;
      text-transform: capitalize;
    }
    .globalization-list1 .leftnav .tab-ul {
      position: relative;
      width: 390px;
      border-bottom: 1px solid #ced3d9;
      margin-bottom: 1.75rem;
    }
    .globalization-list1 .leftnav .tab-ul .li {
      height: 45px;
      line-height: 45px;
      margin-right: 2.25rem;
      text-transform: capitalize;
      position: relative;
      transition: all .3s;
      cursor: pointer;
    }
    .globalization-list1 .leftnav .tab-ul .li:before {
      content: "";
      width: 100%;
      position: absolute;
      height: 3px;
      background: #f7931d;
      bottom: -1px;
      transform: scale(0, 0);
      transition: all .3s;
    }
    .globalization-list1 .leftnav .tab-ul .li:nth-child(2n) {
      margin-right: 0;
    }
    .globalization-list1 .leftnav .tab-ul .li:hover, .globalization-list1 .leftnav .tab-ul .li.cur {
      color: #f7931d;
    }
    .globalization-list1 .leftnav .tab-ul .li:hover:before, .globalization-list1 .leftnav .tab-ul .li.cur:before {
      transform: scale(1, 1);
    }
    .globalization-list1 .leftnav .warp-text {
      margin-top: 1.75rem;
    }
    .globalization-list1 .leftnav .warp-text .tab-item {
      display: none;
    }
    .globalization-list1 .leftnav .warp-text .li {
      color: #b1b1b1;
      margin-bottom: .35rem;
      line-height: 1.2;
      cursor: pointer;
      transition: color .3s ease;
    }
    .globalization-list1 .leftnav .warp-text .li:hover, .globalization-list1 .leftnav .warp-text .li.cur {
      color: #1e4a7c;
    }
    .globalization-list1 .text-ajax {
      width: 55%;
      position: relative;
      z-index: 9;
    }
    .globalization-list1 .text-ajax .text {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      z-index: 9;
    }
    .globalization-list1 .text-ajax .text .tit2 {
      color: #999;
    }
    .globalization-list1 .text-ajax .text .tit3 {
      text-transform: capitalize;
      color: #eb8146;
      opacity:0;
      transform:translate(-20px,0);
      transition: all .5s ease;
    }
    .globalization-list1 .text-ajax .text .leftbox {
      margin-left: -2rem;
    }
    .globalization-list1 .text-ajax .text .num {
      font-size: 9rem;
      line-height: 1;
      position: absolute;
      z-index: 1;
      right: -4rem;
      letter-spacing: -32px;
      top: 50%;
      transform: translate(0, -50%);
      color: #999;
      opacity: .12;
    }
    .globalization-list1 .text-ajax .more-button {
      width: 180px;
      height: 50px;
      border-radius: 50px;
      background: #1e4a7c;
      margin-right: -2rem;
      color: #fff;
      font-weight: bold;
      cursor: pointer;
      transition: all .3s ease;
      position: relative;
      z-index: 5;
      opacity:0;
      transform:translate(-20px,0);
      transition: all .5s .2s ease;
    }
    .globalization-list1 .text-ajax .text.cur .tit3{
      opacity:1;
      transform:translate(0,0);
    }
    .globalization-list1 .text-ajax .text.cur .more-button{
      opacity:1;
      transform:translate(0,0);
    }
    .globalization-list1 .text-ajax .more-button svg {
      margin-left: .2rem;
      width: 15px;
      height: 15px;
      fill: #fff;
    }
    .globalization-list1 .text-ajax .more-button:hover{
      background:#f7931d;
    }
    .globalization-list1 .mapbox {
      width: 100%;
      position: relative;
      z-index: 3;
    }
    .globalization-list1 .tab-imgbox img{
      display:none;
    }
    .globalization-list1 .tab-box .dianbox{
      display:none;
    }
    .globalization-list1 .mapbox img {
      width: 100%;
    }
    .globalization-list1 .mapbox .img1 {
      position:absolute;
      left:0;
      top:0;
      z-index:3;
      width: 100%;
      animation: quan1 10s 0s linear infinite;
    }
    .globalization-list1 .mapbox .img2 {
      position:absolute;
      left:0;
      top:0;
      z-index:2;
      width: 100%;
      animation: quan1 10s 0s linear infinite;
      -webkit-animation-direction:reverse;
      -moz-animation-direction:reverse;
    }
    .globalization-list1 .mapbox .dian {
      position: absolute;
      width: 26px;
      height: 26px;
    }
    .globalization-list1 .mapbox .dian:before {
      content: "";
      position: absolute;
      width: 12px;
      height: 12px;
      z-index: 2;
      background: #f7931d;
      left: 50%;
      top: 50%;
      margin-left: -6px;
      margin-top: -6px;
      border-radius: 50%;
    }
    .globalization-list1 .mapbox .dian:after {
      content: "";
      position: absolute;
      width: 26px;
      height: 26px;
      z-index: 1;
      background: rgba(247, 147, 29, 0.1);
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      border-radius: 50%;
      margin: auto;
    }
    .globalization-list1 .mapbox .dian.cur:before{
      background:#005cc5;
    }
    .globalization-list1 .mapbox .dian.cur:after{
      background: rgba(0, 92, 197, 0.2);
    }
    .globalization-list1 .mapbox .dian1 {
      left: 48.5%;
      top: 42%;
      animation: ball-pulse2 2s 0s ease infinite;
    }
    .globalization-list1 .mapbox .dian2 {
      left: 51%;
      top: 46%;
      animation: ball-pulse2 2s .2s ease infinite;
    }
    .globalization-list1 .mapbox .dian3 {

      left: 64%;
      top: 52%;
    
      animation: ball-pulse2 2s .4s ease infinite;
    }
    .globalization-list1 .mapbox .dian4 {
      left: 63%;
      top: 54%;
      animation: ball-pulse2 2s .6s ease infinite;
    }
    .globalization-list1 .mapbox .dian5 {
      left: 67%;
      top: 38%;
      animation: ball-pulse2 2s .8s ease infinite;
    }
    .globalization-list1 .mapbox .dian6 {
      left: 60%;
      top: 50%;
      animation: ball-pulse2 2s .8s ease infinite;
    }
    .globalization-list1 .mapbox .dian7 {
      left: 67%;
      top: 49%;
      animation: ball-pulse2 2s .8s ease infinite;
    }
    .globalization-list1 .mapbox .dian8 {
      left: 66%;
      top: 54%;
      animation: ball-pulse2 2s .8s ease infinite;
    }

    @media (max-width: 1480px) {
      .globalization-list1 .text-ajax .text .num{

      }
    }
    @media (max-width: 1360px) {
      .globalization-list1 .text-ajax .text .num {
        font-size: 8rem;
        right: -2rem;
        letter-spacing: -5px;
      }

      .globalization-list1 .leftnav .tab-ul {
        width: 100%;
      }

    }
    @media (max-width: 1280px) {
      .globalization-list1 .leftnav {
        width: 100%;
        margin-bottom: 1rem;
      }

      .globalization-list1 .text-ajax {
        width: 80%;
        margin: 0 auto;
      }

    }
    @media (max-width: 1024px) {
      .globalization-list1 .text-ajax .text .num {
        font-size: 6rem;
        letter-spacing: -10px;
      }

      .globalization-list1 .text-ajax .text .leftbox {
        margin-left: -12%;
      }

      .globalization-list1 .text-ajax .more-button {
        width: 140px;
        height: 40px;
        border-radius: 40px;
        margin-right: -15%;
        font-size: 12px;
      }

      .globalization-list1 .text-ajax .text .tit3 {
        font-size: .75rem;
      }

      .globalization-list1 .text-ajax .text .leftbox {
        width: calc(100% - 90px);
      }

      .globalization-list1 .text-ajax .more-button svg {
        margin-left: 0;
      }

      .globalization-list1 .leftnav .tab-ul .li {
        margin-right: 1.5rem;
        font-size: 14px;
      }

      .globalization-list1 .leftnav .tab-ul {
        margin-bottom: 1rem;
      }

      .globalization-list1 .leftnav .warp-text {
        margin-top: 0;
      }

      .globalization-list1 .mapbox .dian {
        width: 20px;
        height: 20px;
      }

      .globalization-list1 .mapbox .dian:before {
        width: 8px;
        height: 8px;
        margin-left: -4px;
        margin-top: -4px;
      }

      .globalization-list1 .mapbox .dian:after {
        width: 20px;
        height: 20px;
      }

      .globalization-list1 .leftnav .tit1 {
        margin-bottom: 0;
      }
    }
    .globalization-list2 {
      padding: 3.2rem 0 0;
      background: #fff;
      position: relative;
      z-index: 1;
    }
    .globalization-list2 .title-top {
      text-align: center;
      margin-bottom: 2.2rem;
    }
    .globalization-list2 .title-top .tit2 {
      line-height: 1.2;
      text-transform: capitalize;
      color: #1e4a7c;
    }
    .globalization-list2 .title-top .tit3 {
      color: #333;
      width: 55%;
      margin: .5rem auto 0;
    }
    .globalization-list2 .ulbox .li {
      margin-bottom: .75rem;
    }
    .globalization-list2 .ulbox .li:last-child {
      margin-bottom: 0;
    }
    .globalization-list2 .ulbox .li:nth-child(even) {
      flex-direction: row-reverse;
    }
    .globalization-list2 .ulbox .li:nth-child(even) .n-text {
      padding: 0.5rem 2.75rem 0.5rem calc(50vw - 720px);
    }
    .globalization-list2 .ulbox .n-title {
      width: 100%;
      margin-bottom: .7rem;
    }
    .globalization-list2 .ulbox .n-title .title {
      width: 50%;
      text-align: right;
      color: #f7931d;
      text-transform: uppercase;
    }
    .globalization-list2 .ulbox .bgimg {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      width: 50%;
      min-height: 19.5rem;
    }
    .globalization-list2 .ulbox .n-text {
      width: 50%;
      padding: 0.5rem calc(50vw - 720px) 0.5rem 2.75rem;
    }
    .globalization-list2 .ulbox .n-text .icon {
      width: 2rem;
      height: 2rem;
      margin-bottom: .75rem;
    }
    .globalization-list2 .ulbox .n-text .tit2 {
      color: #1e4a7c;
      margin-bottom: .2rem;
    }
    .globalization-list2 .ulbox .n-text .tit3 {
      color: #333;
      max-height:8rem;
      overflow: hidden;
      line-height: 1.6;
    }
    .globalization-list2 .ulbox .n-text:hover .tit3{
      overflow-y:auto;
    }

    @media (max-width: 1480px) {
      .globalization-list2 .ulbox .n-text {
        padding: 0.5rem 1rem 0.5rem 2.75rem;
      }

      .globalization-list2 .ulbox .li:nth-child(even) .n-text {
        padding: 0.5rem 2.75rem 0.5rem 1rem;
      }
    }
    @media (max-width: 1024px) {
      .globalization-list2 {
        padding: 2rem 0 0;
      }

      .globalization-list2 .title-top .tit3 {
        width: 100%;
      }

      .globalization-list2 .ulbox .bgimg {
        width: 100%;
      }

      .globalization-list2 .ulbox .n-text {
        width: 100%;
        padding: 1rem 5%;
      }

      .globalization-list2 .ulbox .n-title .title {
        width: 100%;
        padding-left: 5%;
        text-align: left;
      }
      .globalization-list2 .ulbox .n-text .tit3{
        max-height:auto;
      }
    }
    @media (max-width: 767px) {
      .globalization-list2 .ulbox .bgimg {
        height: 10rem;
      }

      .globalization-list2 .ulbox .n-text .tit3 {
        font-size: 14px;
      }

      .globalization-list2 .ulbox .n-text .icon {
        margin-bottom: .35rem;
      }

      .globalization-list2 .ulbox .li:nth-child(even) .n-text {
        padding: 1rem 5%;
      }
    }
    .alert-globalization {
      position: fixed;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      z-index: 99;
      opacity: 0;
      visibility: hidden;
      transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
    }
    .alert-globalization .bg {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background: rgba(0, 0, 0, 0.7);
      opacity: 0;
      transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
    }
    .alert-globalization .contentbox {
      width: 1280px;
      position: absolute;
      top: 0;
      right: 0;
      z-index: 9;
      height: 100vh;
      overflow-y: auto;
      overflow-x: hidden;
    }
    .alert-globalization .contentbox:before {
      content: "";
      background: #fff;
      position: fixed;
      width: 600px;
      height: 100%;
      right: 0;
      top: 0;
      z-index: 1;
      opacity: 0;
      transition: width 1s cubic-bezier(0.19, 1, 0.22, 1), opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
      transition-delay: 1s;
    }
    .alert-globalization .title-top {
      padding: 1rem 3.25rem 0;
      margin-bottom: 2rem;
      position: relative;
      z-index: 3;
      transform: translate(10%, 0);
      opacity: 0;
      transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1), opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
      transition-delay: .3s;
    }
    .alert-globalization .title-top .n-title {
      padding-bottom: .2rem;
      border-bottom: 1px solid #e3e3e3;
    }
    .alert-globalization .title-top .img {
      /*width: 65px;*/
      max-height: 58px;
    }
    .alert-globalization .title-top .btn {
      color: #333;
      text-transform: capitalize;
      transition: color .3s;
      cursor: pointer;
    }
    .alert-globalization .title-top .btn svg {
      width: 22px;
      height: 22px;
      margin-right: 10px;
      fill: #333;
      transition: fill .3s;
    }
    .alert-globalization .title-top .btn:hover {
      color: #f7931d;
    }
    .alert-globalization .title-top .btn:hover svg {
      fill: #f7931d;
    }
    .alert-globalization .warp-text {
      padding: 0 3.25rem;
      margin-bottom: 1.5rem;
      position: relative;
      z-index: 3;
      transform: translate(12%, 0);
      opacity: 0;
      transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1), opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
      transition-delay: .4s;
    }
    .alert-globalization .warp-text .ntext {
      position: relative;
      z-index: 1;
    }
    .alert-globalization .warp-text .tit2 {
      margin-bottom: 1rem;
      line-height: 1.2;
      color: #1e4a7c;
    }
    .alert-globalization .warp-text .p {
      color: #333;
    }
    .alert-globalization .warp-text .iconhref {
      width: 52px;
      height: 52px;
      position: absolute;
      border-radius: 50%;
      background: #f7931d;
      right: 0;
      top: 0;
      transition: background .3s ease;
    }
    .alert-globalization .warp-text .iconhref img {
      width: 100%;
      height: 100%;
    }
    .alert-globalization .warp-text .iconhref:hover {
      background: #1e4a7c;
    }
    .alert-globalization .warp-img {
      padding: 0 0 0 3.25rem;
      margin-bottom: 2.5rem;
      position: relative;
      z-index: 3;
      transform: translate(14%, 0);
      opacity: 0;
      transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1), opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
      transition-delay: .5s;
    }
    .alert-globalization .warp-img .nimg {
      position: relative;
      z-index: 1;
      overflow: hidden;
    }
    .alert-globalization .warp-img .nimg img {
      width: 100%;
    }
    .alert-globalization .warp-img .nimg .swiper-pagination {
      margin-bottom: .5rem;
    }
    .alert-globalization .warp-img .nimg .swiper-pagination span {
      width: 13px;
      height: 10px;
      background: #fff;
      transition: width .3s;
      border-radius: 10px;
      opacity: .6;
    }
    .alert-globalization .warp-img .nimg .swiper-pagination span.swiper-pagination-bullet-active {
      width: 45px;
      height: 10px;
      opacity: 1;
    }
    .alert-globalization .warp-add {
      padding: 0 3.25rem;
      margin-bottom: 2rem;
      position: relative;
      z-index: 3;
      transform: translate(16%, 0);
      opacity: 0;
      transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1), opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
      transition-delay: .6s;
    }
    .alert-globalization .warp-add .tit2 {
      width: 48%;
      padding-left: 5%;
      color: #1e4a7c;
      line-height: 1.2;
    }
    .alert-globalization .warp-add .addtext {
      width: 50%;
    }
    .alert-globalization .warp-add .addtext .tit3 {
      color: #f7931d;
      margin-bottom: .55rem;
    }
    .alert-globalization .warp-add .li {
      color: #333333;
      margin-bottom: .2rem;
    }
    .alert-globalization #networkmap {
      width: 100%;
      height: 12.5rem;
      position: relative;
      z-index: 3;
      transform: translate(18%, 0);
      opacity: 0;
      transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1), opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
      transition-delay: .7s;
    }
    .alert-globalization .amap-container img {
      width: 30px;
      height: auto;
    }

    .alert-globalization.active {
      opacity: 1;
      visibility: visible;
      transition-delay: 0s;
    }
    .alert-globalization.active .bg {
      opacity: 1;
    }
    .alert-globalization.active .contentbox:before {
      opacity: 1;
      width: 1280px;
      transition-delay: 0s;
    }
    .alert-globalization.active .title-top {
      transform: translate(0, 0);
      opacity: 1;
    }
    .alert-globalization.active .warp-text {
      transform: translate(0, 0);
      opacity: 1;
    }
    .alert-globalization.active .warp-img {
      transform: translate(0, 0);
      opacity: 1;
    }
    .alert-globalization.active .warp-add {
      transform: translate(0, 0);
      opacity: 1;
    }
    .alert-globalization.active #networkmap {
      transform: translate(0, 0);
      opacity: 1;
    }

    @media (max-width: 1360px) {
      .alert-globalization .contentbox {
        width: 90%;
      }

      .alert-globalization .contentbox:before {
        width: 40%;
      }

      .alert-globalization.active .contentbox:before {
        width: 90%;
      }

      .alert-globalization .title-top {
        padding: 1rem 5% 0;
      }

      .alert-globalization .warp-text {
        padding: 0 5%;
        margin-bottom: 1rem;
      }

      .alert-globalization .warp-img {
        padding: 0 0 0 5%;
        margin-bottom: 1rem;
      }

      .alert-globalization .warp-add {
        padding: 0 5%;
        margin-bottom: 1rem;
      }
    }
    @media (max-width: 1024px) {
      .alert-globalization .warp-add .tit2 {
        padding-left: 0;
      }
    }
    @media (max-width: 767px) {
      .alert-globalization .warp-add .tit2 {
        width: 100%;
        margin-bottom: .75rem;
      }

      .alert-globalization .warp-add .tit2 {
        padding-left: 0;
        line-height: 1.2;
      }

      .alert-globalization .warp-add .addtext {
        width: 100%;
      }

      .alert-globalization .title-top {
        margin-bottom: .75rem;
      }

      .alert-globalization .warp-text .iconhref {
        position: relative;
        margin-top: .5rem;
      }

      .alert-globalization .title-top .img {
        width: 35px;
      }

      .alert-globalization .warp-img .nimg .swiper-pagination {
        margin-bottom: 0;
        bottom: 5px;
      }

      .alert-globalization .warp-text .iconhref {
        width: 35px;
        height: 35px;
      }

      .globalization-list1 .text-ajax .more-button {
        width: 120px;
      }

      .alert-globalization .warp-img .nimg .swiper-pagination span.swiper-pagination-bullet-active {
        width: 15px;
        height: 6px;
      }

      .alert-globalization .warp-img .nimg .swiper-pagination span {
        width: 6px;
        height: 6px;
      }

      .alert-globalization #networkmap {
        height: 8rem;
      }

      .alert-globalization .amap-container img {
        width: 20px;
      }

      .alert-globalization .title-top .btn svg {
        margin-right: 5px;
      }
    }
    .n-news {
      padding: 2.5rem 0 3rem;
      overflow: hidden;
    }
    .n-news .tit1 {
      color: #1e4a7c;
      text-transform: capitalize;
      line-height: 1.2;
    }
    .n-news .title-right .timebox {
      width: 200px;
      height: 55px;
      line-height: 55px;
      margin-right: .75rem;
      border: 2px solid #194679;
      border-radius: 55px;
      color: #194679;
      text-transform: capitalize;
      font-weight: bold;
      position: relative;
    }
    .n-news .title-right .timebox span {
      line-height: 55px;
      margin-right: 15px;
    }
    .n-news .title-right .timebox .sptime {
      cursor: pointer;
    }
    .n-news .title-right .timebox svg {
      width: 15px;
      height: 15px;
      fill: #1e4a7c;
    }
    .n-news .title-right .timebox .spbox {
      position: absolute;
      width: 100%;
      top: 54px;
      border: 2px solid #e1e1e1;
      background: #fff;
      display: none;
    }
    .n-news .title-right .timebox .spbox .li {
      padding: 0 25px;
      font-size: 14px;
      line-height: 40px;
      cursor: pointer;
      transition: all .3s;
      border-bottom: 2px solid #e1e1e1;
    }
    .n-news .title-right .timebox .spbox .li:last-child {
      border-bottom: none;
    }
    .n-news .title-right .timebox .spbox .li:hover {
      background: #1e4a7c;
      color: #fff;
      border-bottom: 2px solid #fff;
    }
    .n-news .title-right .newsreach {
      position: relative;
      z-index: 1;
    }
    .n-news .title-right .newsreach .submit {
      position: absolute;
      background: url(../img/img16.png) no-repeat center center;
      width: 36px;
      height: 36px;
      left: 10px;
      top: 50%;
      margin-top: -18px;
      border: none;
    }
    .n-news .title-right .newsreach .inputext {
      width: 10rem;
      height: 55px;
      padding: 10px 10px 10px 50px;
      border: 2px solid #e1e1e1;
      border-radius: 55px;
      color: #dfdfdf;
    }
    .n-news .title-right .newsreach .inputext:focus {
      background-color: #fff;
      border-color: #1e4a7c;
      outline: 0;
      box-shadow: 0 0 10px 1px rgba(11, 86, 171, 0.1);
    }
    .n-news .news-list .li {
      padding: 1.85rem 0;
      border-bottom: 1px solid #e5e5e5;
    }
    .n-news .news-list .li .img {
      width: 350px;
      overflow: hidden;
    }
    .n-news .news-list .li .img img {
      width: 100%;
      transition: all .5s;
    }
    .n-news .news-list .li .text {
      width: calc(100% - 400px);
    }
    .n-news .news-list .li .time {
      color: #f7931d;
      margin-bottom: .75rem;
    }
    .n-news .news-list .li .time img {
      width: 15px;
      height: 15px;
      margin-right: 8px;
    }
    .n-news .news-list .li .tit2 {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      font-weight: bold;
      margin-bottom: .25rem;
      color: #222;
      transition: all .5s;
    }
    .n-news .news-list .li .p {
      color: #666;
      margin-bottom: 1.25rem;
      line-height: 1.6;
    }
    .n-news .news-list .li .more {
      color: #194679;
      text-transform: capitalize;
      font-weight: bold;
    }
    .n-news .news-list .li .btn {
      width: 26px;
      height: 26px;
      border: 2px solid #1e4a7c;
      border-radius: 50%;
      margin-left: .5rem;
    }
    .n-news .news-list .li .btn svg {
      width: 12px;
      height: 12px;
      fill: #1e4a7c;
    }
    .n-news .news-list .li .timebox {
      width: 350px;
      height: 218px;
      position: relative;
    }
    .n-news .news-list .li .timebox:before {
      content: "";
      position: absolute;
      width: 2px;
      top: 10%;
      height: 80%;
      right: 0;
      background: #024287;
    }
    .n-news .news-list .li .timebox .yue {
      line-height: 1.2;
      color: #222;
      text-transform: capitalize;
    }
    .n-news .news-list .li .timebox .line {
      width: 180px;
      height: 2px;
      margin: .5rem 0;
      border-bottom: 2px dotted #c3c3c3;
    }
    .n-news .news-list .li .timebox .year {
      line-height: 1.2;
      color: #222;
      /*font-family: "DINREGULAR";*/
    }
    .n-news .news-list .li:hover .img {
      overflow: hidden;
    }
    .n-news .news-list .li:hover .img img {
      transform: scale(1.1, 1.1);
    }
    .n-news .news-list .li:hover .tit2 {
      color: #f7931d;
    }
    .n-news .news-list .li2 .text {
      padding-top: .75rem;
    }
    .n-news .news-list .li:nth-child {
      padding-top: 0;
    }
    .n-news .titlebox {
      position: relative;
      z-index: 9;
    }
    .n-news .warp-shows-list {
      margin-top: 2rem;
      position: relative;
      z-index: 1;
    }
    .n-news .shows-list {
      position: relative;
      width: 108%;
    }
    .n-news .shows-list .li {
      width: 42%;
      margin-bottom: 1.5rem;
      margin-right: 8%;
    }
    .n-news .shows-list .img {
      position: relative;
      width: 100%;
    }
    .n-news .shows-list .img img {
      width: 100%;
    }
    .n-news .shows-list .img .time {
      position: absolute;
      width: 140px;
      height: 30px;
      line-height: 1;
      background: #fff;
      left: 0;
      bottom: 0;
      text-align: center;
      color: #f7931d;
    }
    .n-news .shows-list .text {
      padding: 1rem 0;
      width: 100%;
    }
    .n-news .shows-list .text .tit2 {
      color: #222;
      line-height: 1.6;
      margin-bottom: .4rem;
      transition: color .3s;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
    .n-news .shows-list .text .p {
      line-height: 1.6;
      color: #666;
    }
    .n-news .shows-list .li2 {
      background: #f9f9f9;
      padding: .8rem;
      border: 1px solid #e5e5e5;
    }
    .n-news .shows-list .li2 .time {
      color: #f7931d;
      margin-bottom: .4rem;
    }
    .n-news .shows-list .li:hover .tit2 {
      color: #f7931d;
    }

    @media (max-width: 960px) {
      .n-news .tit1 {
        width: 100%;
        margin-bottom: 1rem;
      }

      .n-news .title-right {
        width: 100%;
      }

      .n-news .title-right .newsreach {
        width: calc(100% - 240px);
      }

      .n-news .title-right .newsreach .inputext {
        width: 100%;
      }

      .n-news .news-list {
        margin-top: 1rem;
      }

      .n-news .news-list .li {
        padding: 1rem 0;
      }

      .n-news .news-list .li .img {
        width: 240px;
      }

      .n-news .news-list .li .text {
        width: calc(100% - 280px);
      }

      .n-news .news-list .li .p {
        margin-bottom: 1rem;
      }
    }
    @media (max-width: 767px) {
      .n-news {
        padding: 1.5rem 0 2rem;
      }

      .n-news .title-right .timebox {
        width: 48%;
        margin-right: 0;
        height: 45px;
        line-height: 45px;
        border-radius: 45px;
        z-index: 9;
      }

      .n-news .news-list .li {
        padding-top: 0;
      }

      .n-news .title-right .timebox span {
        line-height: 45px;
      }

      .n-news .title-right .timebox .spbox {
        top: 45px;
      }

      .n-news .title-right .newsreach .inputext {
        height: 45px;
      }

      .n-news .title-right .newsreach {
        width: 48%;
      }

      .n-news .news-list .li .img {
        width: 100%;
        margin-bottom: 0;
      }

      .n-news .news-list .li .text {
        width: 100%;
        padding: .75rem 0;
      }

      .n-news .news-list .li .timebox {
        width: 35%;
        height: auto;
        padding: 1.5rem 0;
      }

      .n-news .news-list .li2 .text {
        width: 60%;
      }

      .n-news .news-list .li2 .p {
        height: 45px;
        overflow: hidden;
      }

      .n-news .news-list .li .timebox .line {
        width: 80%;
      }

      .n-news .shows-list {
        width: 100%;
      }

      .n-news .shows-list .li {
        width: 100%;
        margin-right: 0;
      }

      .n-news .shows-list .li {
        margin-bottom: 1rem;
      }

      .n-news .shows-list .li:last-child {
        margin-bottom: 0;
      }

      .n-news .shows-list .text {
        padding-bottom: 0;
      }

      .n-news .shows-list .li2 .text {
        padding: 0;
      }

      .n-news .warp-shows-list {
        margin-top: 1rem;
      }
    }
    @media (max-width: 580px) {
      .n-news .news-list .li2 .p {
        height: 38px;
        overflow: hidden;
      }
    }
    .n-news-info {
      padding: 2rem 0;
    }
    .n-news-info .content-box {
      display: flex;
      flex-flow: row wrap;
      justify-content: space-between;
      align-items: flex-start;
    }
    .n-news-info .text-left {
      width: 100%;
    }
    .n-news-info .text-left img {
      max-width: 100%;
      margin: 0 auto;
      display: block;
    }
    .n-news-info .text-left .p {
      line-height: 1.8;
      width: 100%;
    }
    .n-news-info .text-left .p p {
      width: 100%;
      /*word-break: break-all;*/
    }
    .n-news-info .text-left .bot {
      margin-top: 1rem;
      padding-top: 1rem;
      border-top: 1px solid #d1d1d1;
      display: flex;
      flex-flow: row wrap;
      justify-content: space-between;
      align-items: center;
    }
    .n-news-info .text-left .bot .bot-l {
      width: 650px;
    }
    .n-news-info .text-left .bot .bot-l a {
      font-size: 16px;
      color: #666;
      line-height: 1.5;
      margin: 10px 0;
      transition: all .3s;
    }
    .n-news-info .text-left .bot .bot-l .line {
      width: 100%;
      height: 1px;
      background: #c7c7c7;
    }
    .n-news-info .text-left .bot .bot-l a:hover {
      color: #f7931d;
    }
    .n-news-info .text-left .bot .back-btn {
      width: 140px;
      height: 50px;
      line-height: 50px;
      text-align: center;
      border-radius: 50px;
      font-size: 16px;
      color: #fff;
      background: #f7931d;
      transition: background .3s;
    }
    .n-news-info .text-left .bot .back-btn:hover {
      background: #1e4a7c;
    }
    .n-news-info .top-title {
      margin-bottom: 1rem;
      text-align: center;
      padding-bottom: 1rem;
      border-bottom: 1px solid #d1d1d1;
    }
    .n-news-info .top-title .tit2 {
      margin-bottom: 10px;
    }
    .n-news-info .top-title .time {
      text-align: center;
      color: #888;
    }
    .n-news-info .top-title img {
      margin-right: 10px;
    }

    @media (max-width: 960px) {
      .n-news-info .text-left {
        width: 100%;
      }

      .n-news-info .text-r {
        width: 100%;
        margin-top: 1rem;
      }
    }
    @media (max-width: 767px) {
      .n-news-info .text-left .bot .bot-l {
        width: 100%;
        margin-bottom: .5rem;
      }

      .n-news-info .text-left .bot .back-btn {
        width: 120px;
        height: 40px;
        line-height: 40px;
      }

      .n-news-info .text-left .bot .bot-l a {
        font-size: 14px;
      }

      .n-news-info .text-left .p {
        font-size: 14px;
      }
    }
    .products-info-list1 {
      padding: 2rem 0;
    }
    .products-info-list1 .products-img {
      width: 715px;
    }
    .products-info-list1 .products-img .products-tab {
      width: 150px;
      height: 430px;
      overflow: hidden;
    }
    .products-info-list1 .products-img .products-tab .swiper-slide {
      overflow: hidden;
      position: relative;
      cursor: pointer;
    }
    .products-info-list1 .products-img .products-tab .swiper-slide img {
      transition: border .3s;
    }
    .products-info-list1 .products-img .products-tab .swiper-slide:hover img, .products-info-list1 .products-img .products-tab .swiper-slide.on img {
      border: 2px solid #1e4a7c;
    }
    .products-info-list1 .products-img .products-tab img {
      width: 100%;
      max-height: 100%;
    }
    .products-info-list1 .products-img .products-tab .hot {
      position: absolute;
      top: .25rem;
      right: .5rem;
      z-index: 2;
      background: #f40000;
      padding: 0 5px;
      border-radius: 5px;
      color: #fff;
      text-transform: uppercase;
    }
    .products-info-list1 .products-img .iconbox {
      margin-top: .5rem;
      height: 30px;
    }
    .products-info-list1 .products-img .iconbox svg {
      width: 25px;
      height: 25px;
    }
    .products-info-list1 .products-img .iconbox .swiper-button-prev {
      background: none;
      position: relative;
      left: 0;
      width: 25px;
      height: 25px;
      margin-top: 0;
      top: 0;
      margin: 0 5px;
    }
    .products-info-list1 .products-img .iconbox .swiper-button-next {
      background: none;
      position: relative;
      right: 0;
      width: 25px;
      height: 25px;
      margin-top: 0;
      top: 0;
      margin: 0 5px;
    }
    .products-info-list1 .products-img .products-box {
      width: 518px;
      overflow: hidden;
    }
    .products-info-list1 .products-img .products-box .swiper-slide {
      width: 100%;
      overflow: hidden;
      position: relative;
    }
    .products-info-list1 .products-img .products-box .swiper-slide img {
      width: 100%;
    }
    .products-info-list1 .products-img .products-box .swiper-slide .hot {
      position: absolute;
      top: 1rem;
      right: .75rem;
      z-index: 2;
      background: #f40000;
      height: 35px;
      line-height: 35px;
      border-radius: 5px;
      padding: 0 10px;
      color: #fff;
      text-transform: uppercase;
    }
    .products-info-list1 .textbox {
      width: calc(100% - 715px - 3rem);
    }
    .products-info-list1 .textbox .tit2 {
      color: #1e4a7c;
      line-height: 1.2;
      font-weight: bold;
      margin-bottom: 1rem;
    }
    .products-info-list1 .textbox .tit3 {
      color: #f7931d;
      text-transform: uppercase;
      margin-bottom: .25rem;
    }
    .products-info-list1 .textbox .tit4 {
      color: #666;
      margin-bottom: 1.5rem;
    }
    .products-info-list1 .textbox .btn {
      width: 100%;
      height: 60px;
      border-radius: 60px;
      background: #f7931d;
      color: #fff;
      margin-bottom: .5rem;
    }
    .products-info-list1 .textbox .btn img {
      width: 22px;
      margin-right: .25rem;
    }
    .products-info-list1 .textbox .botbtn img {
      height: 14px;
      margin-right: .25rem;
    }
    .products-info-list1 .textbox .botbtn a {
      width: 48%;
      height: 60px;
      line-height: 60px;
      border: 2px solid #ddd;
      border-radius: 60px;
      color: #666;
      text-transform: capitalize;
      transition: all .3s;
    }
    .products-info-list1 .textbox .botbtn a:hover {
      border: 2px solid #f7931d;
    }

    .products-info-list2 {
      padding: 2rem 0;
      background: #f7f7f7;
    }
    .products-info-list2 .title {
      color: #1e4a7c;
      text-transform: capitalize;
      margin-bottom: .75rem;
    }
    .products-info-list2 .ulbox {
      padding-bottom: 1.8rem;
      border-bottom: 1px solid #e1e1e1;
      margin-bottom: 1.5rem;
    }
    .products-info-list2 .ulbox .li {
      color: #444;
      margin-bottom: .25rem;
      padding-left: 18px;
      position: relative;
      width: 48%;
    }
    .products-info-list2 .ulbox .li:before {
      content: "";
      position: absolute;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: #505050;
      left: 0;
      top: 10px;
    }
    .products-info-list2 .tablebox {
      width: 100%;
    }
    .products-info-list2 .contentbox{
      font-size:14px;
      color:#666;
      line-height:1.8;
    }
    .products-info-list2 table{
      width:100% !important;
    }
    .products-info-list2 table td{
      padding:10px !important;
      font-size: 15px !important;
      color: #666 !important;

      
          border: 1px solid #e5e5e5;

    }
    .products-info-list2 .tablebox table {
      width: 100%;
    }
    .products-info-list2 .tablebox .table-top {
      height: 60px;
      background: #1e4a7c;
    }
    .products-info-list2 .tablebox .table-top th {
      border-right: 1px solid #6a84a2;
      text-transform: uppercase;
      padding: 0 10px;
    }
    .products-info-list2 .tablebox .table-top th:last-child {
      border-right: none;
    }
    .products-info-list2 .tablebox .table-top th {
      width: 18.5%;
    }
    .products-info-list2 .tablebox .table-top th:nth-child(1) {
      width: 26%;
    }
    .products-info-list2 .tablebox .tr2 {
      background: #f9f9f9;
      height: 55px;
    }
    .products-info-list2 .tablebox .tr2 td {
      width: 18.5%;
      padding: 0 10px !important;
      font-size: 15px;
      color: #666;
      border: 1px solid #e5e5e5;
    }
    .products-info-list2 .tablebox .tr2 td:nth-child(1) {
      width: 26%;
    }
    .products-info-list2 .tablebox .tr2:nth-child(odd) {
      background: #eff3f8;
    }
    .products-info-list2 .tablebox .more {
      margin-top: 1.75rem;
      color: #888;
      cursor: pointer;
      text-transform: capitalize;
    }
    .products-info-list2 .tablebox .more .btn {
      width: 30px;
      margin-right: .3rem;
    }
    .products-info-list2 .tablebox .more .btn img {
      width: 100%;
    }
    .products-info-list2 .tablebox .more.cur img {
      animation: rotate2 1s ease infinite;
    }


    .products-info-list2 .tablebox.tablebox2 .table-top th {
      width: 16.6%;
    }

    .products-info-list2 .tablebox.tablebox2 .tr2 td {
      width: 16.6%;
    }

    .products-info-list3 {
      padding: 3rem 0;
      background: #fff;
      position: relative;
      z-index: 2;
    }
    .products-info-list3 .tit1 {
      color: #1e4a7c;
      width:80%;
      text-transform:uppercase;
    }
    .products-info-list3 .pro-container {
      position: relative;
      margin-top: 1rem;
      overflow: hidden;
    }
    .products-info-list3 .swiper-slide img {
      width: 100%;
    }
    .products-info-list3 .swiper-slide .hover-bg {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      z-index: 3;
      background: rgba(0, 0, 0, 0.4);
      opacity: 0;
      transition: opacity .3s;
    }
    .products-info-list3 .swiper-slide:hover .hover-bg {
      opacity: 1;
    }
    .products-info-list3 .tit2 {
      color: #111;
      position: absolute;
      bottom: .75rem;
      padding: 0 10px;
      width: 100%;
      text-align: center;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
    .products-info-list3 .tip {
      position: absolute;
      top: .75rem;
      right: .75rem;
      z-index: 2;
      background: #f40000;
      padding: 0 5px;
      border-radius: 5px;
      color: #fff;
      text-transform: uppercase;
    }
    .products-info-list3 .tip2 {
      position: absolute;
      top: .75rem;
      right: .75rem;
      z-index: 2;
      background: #f7931d;
      padding: 0 5px;
      border-radius: 5px;
      color: #fff;
      text-transform: uppercase;
    }
    .products-info-list3 .hover-bg div {
      width: 200px;
      height: 55px;
      border: 2px solid #fff;
      border-radius: 55px;
      color: #fff;
      font-weight: bold;
      text-transform: capitalize;
    }
    .products-info-list3 .hover-bg div svg {
      width: 20px;
      fill: #fff;
      margin-left: 15px;
    }
    .products-info-list3 .icon-btn {
      position: absolute;
      width: 125px;
      right: 0;
      top: 0px;
    }
    .products-info-list3 .icon-btn div:hover {
      background: #1e4a7c;
    }
    .products-info-list3 .icon-btn div:hover svg {
      fill: #fff;
    }
    .products-info-list3 .icon-btn .swiper-button-prev {
      position: relative;
      left: 0;
      top: 0;
      margin-top: 0;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      border: 2px solid #275181;
      background-image: none;
      transition: all .3s;
    }
    .products-info-list3 .icon-btn .swiper-button-prev svg {
      width: 12px;
      height: 12px;
      fill: #1e4a7c;
      transition: all .3s;
    }
    .products-info-list3 .icon-btn .swiper-button-next {
      position: relative;
      left: 0;
      top: 0;
      margin-top: 0;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      border: 2px solid #275181;
      background-image: none;
      transition: all .3s;
    }
    .products-info-list3 .icon-btn .swiper-button-next svg {
      width: 12px;
      height: 12px;
      fill: #1e4a7c;
      transition: all .3s;
    }

    .products-info-list4 {
      padding: 3rem 0;
      background: #fff;
      position: relative;
      z-index: 2;
    }
    .products-info-list4 .tit1 {
      color: #1e4a7c;
      width:80%;
      text-transform:uppercase;
    }
    .products-info-list4 .tit2 {
      color: #222;
      margin-top: .5rem;
    }
    .products-info-list4 .pro-container {
      position: relative;
      margin-top: 1rem;
      overflow: hidden;
    }
    .products-info-list4 .swiper-slide {
      background: #f9f9f9;
      padding: 20px;
    }
    .products-info-list4 .swiper-slide .proicon {
      width: 68px;
      height: 68px;
      border-radius: 50%;
      background: #e8eef6 url(../img/img20.png) no-repeat center bottom;
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
    }
    .products-info-list4 .swiper-slide .tip {
      position: absolute;
      top: -.35rem;
      right: -.75rem;
      z-index: 2;
      background: #f40000;
      padding: 0 5px;
      border-radius: 5px;
      color: #fff;
      text-transform: uppercase;
    }
    .products-info-list4 .swiper-slide .tip2 {
      position: absolute;
      top: -.35rem;
      right: -.75rem;
      z-index: 2;
      background: #f7931d;
      padding: 0 5px;
      border-radius: 5px;
      color: #fff;
      text-transform: uppercase;
    }
    .products-info-list4 .swiper-slide .more {
      width: 180px;
      height: 45px;
      border: 2px solid #1c3a69;
      border-radius: 55px;
      color: #1c3a69;
      margin: 10px auto 0;
      font-weight: bold;
      text-transform: capitalize;
    }
    .products-info-list4 .swiper-slide:hover .proicon {
      background: #1e4a7c url(../img/img20.png) no-repeat center top;
    }
    .products-info-list4 .icon-btn {
      position: absolute;
      width: 125px;
      right: 0;
      top: 0px;
    }
    .products-info-list4 .icon-btn div:hover {
      background: #1e4a7c;
    }
    .products-info-list4 .icon-btn div:hover svg {
      fill: #fff;
    }
    .products-info-list4 .icon-btn .swiper-button-prev {
      position: relative;
      left: 0;
      top: 0;
      margin-top: 0;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      border: 2px solid #275181;
      background-image: none;
      transition: all .3s;
    }
    .products-info-list4 .icon-btn .swiper-button-prev svg {
      width: 12px;
      height: 12px;
      fill: #1e4a7c;
      transition: all .3s;
    }
    .products-info-list4 .icon-btn .swiper-button-next {
      position: relative;
      left: 0;
      top: 0;
      margin-top: 0;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      border: 2px solid #275181;
      background-image: none;
      transition: all .3s;
    }
    .products-info-list4 .icon-btn .swiper-button-next svg {
      width: 12px;
      height: 12px;
      fill: #1e4a7c;
      transition: all .3s;
    }

    @media (max-width: 1360px) {
      .n-subbox2 .tip-nav {
        font-size: 12px;
      }

      .products-info-list1 .products-img {
        width: 470px;
      }

      .products-info-list1 .products-img .products-box {
        width: 350px;
      }

      .products-info-list1 .products-img .products-tab {
        width: 100px;
        height: 290px;
      }

      .products-info-list1 .textbox {
        width: calc(100% - 470px - 2rem);
      }

      .products-info-list1 .textbox .tit4 {
        margin-bottom: .75rem;
      }

      .products-info-list1 .textbox .btn, .products-info-list1 .textbox .botbtn a {
        height: 50px;
        line-height: 50px;
      }
    }
    @media (max-width: 1024px) {
      .n-subbox2 .tip-nav {
        display: none;
      }

      .n-subbox2 .warpsub {
        justify-content: flex-end;
      }
    }
    @media (max-width: 960px) {
      .products-info-list1 .products-img {
        max-width: 470px;
        width: 90%;
        margin: 0 auto 1.5rem;
      }

      .products-info-list1 .textbox {
        width: 100%;
      }
    }
    @media (max-width: 767px) {
      .products-info-list1 .products-img .products-box {
        width: 75%;
      }

      .products-info-list1 .products-img .warp-products-tab {
        width: 21%;
      }

      .products-info-list1 .products-img .products-tab {
        width: 100%;
        height: 200px;
      }

      .products-info-list1 .textbox {
        width: 100%;
      }

      .products-info-list1 .products-img .iconbox .swiper-button-prev, .products-info-list1 .products-img .iconbox .swiper-button-next {
        width: 16px;
        height: 16px;
      }

      .products-info-list1 .products-img {
        align-items: flex-start;
      }

      .n-subbox2 .btn {
        width: 140px;
        height: 40px;
        line-height: 36px;
      }

      .products-info-list1 .products-img .iconbox {
        height: 20px;
        margin-top: .2rem;
      }

      .products-info-list1 {
        padding-top: 1rem;
      }

      .products-info-list2 .tablebox {
        overflow-y: auto;
      }
      .products-info-list2 .warp-table{
        overflow-y: auto;
      }
      .products-info-list2 .warp-table table{
        min-width:700px;
      }

      .products-info-list2 .tablebox .tr2 td {
        padding: 10px;
        line-height: 1.4;
      }

      .products-info-list3 {
        padding: 2rem 0;
      }

      .products-info-list3 .icon-btn {
        width: auto;
      }

      .products-info-list3 .icon-btn .swiper-button-prev, .products-info-list3 .icon-btn .swiper-button-next {
        width: 35px;
        height: 35px;
        margin: 0 5px;
      }

      .products-info-list3 .icon-btn {
        top: 30px;
      }

      .products-info-list4 {
        padding: 2rem 0;
      }

      .products-info-list4 .icon-btn {
        width: auto;
      }

      .products-info-list4 .icon-btn .swiper-button-prev, .products-info-list4 .icon-btn .swiper-button-next {
        width: 35px;
        height: 35px;
        margin: 0 5px;
      }

      .products-info-list4 .icon-btn {
        top: 30px;
      }
    }
    @media (max-width: 425px) {
      .products-info-list2 .ulbox .li {
        width: 100%;
      }

      .products-info-list2 {
        padding: 1.25rem 0;
      }

      .products-info-list2 .ulbox {
        padding-bottom: 1rem;
        margin-bottom: 1rem;
      }

      .products-info-list3 .tit2 {
        bottom: .3rem;
      }

      .products-info-list3 .hover-bg div {
        width: 80%;
        height: 40px;
        border-radius: 40px;
      }

      .products-info-list3 .hover-bg div svg {
        margin-left: 5px;
      }
    }
    @keyframes rotate2 {
      0% {
        transform: rotate(0deg);
      }
      100% {
        transform: rotate(360deg);
      }
    }
    .n-product {
      padding: 2.5rem 0 0;
    }
    .n-product .left-nav {
      width: 380px;
      padding-right: 120px;
    }
    .n-product .left-nav .tit2 {
      line-height: 1.2;
      color: #1e4a7c;
      text-transform: capitalize;
      margin-bottom: 1.5rem;
    }
    .n-product .left-nav .tit3 {
      color: #f79b37;
      text-transform: uppercase;
      margin-bottom: .5rem;
    }
    .n-product .left-nav .tab-ulbox {
      padding-bottom: 1rem;
      border-bottom: 2px solid #eee;
    }
    .n-product .left-nav .tab-ulbox .li {
      margin-bottom: .35rem;
      position: relative;
      cursor: pointer;
      transition: all .3s;
    }
    .n-product .left-nav .tab-ulbox .li:before {
      content: "";
      position: absolute;
      width: 12px;
      height: 12px;
      right: 0;
      top: 50%;
      margin-top: -6px;
      background: #d6d6d6;
      border-radius: 50%;
      transition: all .3s;
    }
    .n-product .left-nav .tab-ulbox .li:hover, .n-product .left-nav .tab-ulbox .li.cur {
      color: #1e4a7c;
    }
    .n-product .left-nav .tab-ulbox .li:hover:before, .n-product .left-nav .tab-ulbox .li.cur:before {
      background: #1e4a7c;
    }
    .n-product .left-nav .tab-ajax {
      padding: .55rem 0;
      border-bottom: 2px solid #eee;
    }
    .n-product .left-nav .tab-ajax .tab-item {
      margin-bottom: .25rem;
    }
    .n-product .left-nav .tab-ajax .sec-list {
      padding: .35rem 0;
      display: none;
    }
    .n-product .left-nav .tab-ajax .sec-list p {
      color: #c9c9c9;
      font-size: 15px;
      margin-bottom: .25rem;
      cursor: pointer;
      transition: color .3s;
    }
    .n-product .left-nav .tab-ajax .sec-list p:hover, .n-product .left-nav .tab-ajax .sec-list p.cur {
      color: #111;
    }
    .n-product .left-nav .tab-ajax .sub-tit {
      cursor: pointer;
      font-weight: bold;
    }
    .n-product .left-nav .tab-ajax .sub-tit svg {
      width: 20px;
      height: 20px;
      transition: transform .3s;
    }
    .n-product .left-nav .tab-ajax .sub-tit.on svg {
      transform: rotate(-180deg);
    }
    .n-product .product-right {
      width: calc(100% - 380px);
    }
    .n-product .product-right .title-top {
      margin-bottom: 2rem;
    }
    .n-product .product-right .title-top span {
      color: #1e4a7c;
    }
    .n-product .product-right .prosreach {
      position: relative;
      z-index: 1;
    }
    .n-product .product-right .prosreach .submit {
      position: absolute;
      background: url(../img/img16.png) no-repeat center center;
      width: 36px;
      height: 36px;
      left: 10px;
      top: 50%;
      margin-top: -18px;
      border: none;
    }
    .n-product .product-right .prosreach .inputext {
      width: 10rem;
      height: 55px;
      padding: 10px 10px 10px 50px;
      border: 2px solid #e1e1e1;
      border-radius: 55px;
      color: #dfdfdf;
    }
    .n-product .product-right .pro-ulbox .li {
      width: 23.4%;
      margin-right: 2.13%;
      margin-bottom: 2.13%;
    }
    .n-product .product-right .pro-ulbox .li img {
      width: 100%;
    }
    .n-product .product-right .pro-ulbox .li .hover-bg {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      z-index: 3;
      background: rgba(0, 0, 0, 0.4);
      opacity: 0;
      transition: opacity .3s;
    }
    .n-product .product-right .pro-ulbox .li:nth-child(4n) {
      margin-right: 0;
    }
    .n-product .product-right .pro-ulbox .li:hover .hover-bg {
      opacity: 1;
    }
    .n-product .product-right .pro-ulbox .tit2 {
      color: #111;
      position: absolute;
      bottom: .75rem;
      padding: 0 10px;
      width: 100%;
      text-align: center;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
    .n-product .product-right .pro-ulbox .tip {
      position: absolute;
      top: .75rem;
      right: .75rem;
      z-index: 2;
      background: #f40000;
      padding: 0 5px;
      border-radius: 5px;
      color: #fff;
      text-transform: uppercase;
    }
    .n-product .product-right .pro-ulbox .tip2 {
      position: absolute;
      top: .75rem;
      right: .75rem;
      z-index: 2;
      background: #f7931d;
      padding: 0 5px;
      border-radius: 5px;
      color: #fff;
      text-transform: uppercase;
    }
    .n-product .product-right .pro-ulbox .hover-bg div {
      width: 4rem;
      min-width: 140px;
      height: 45px;
      border: 2px solid #fff;
      border-radius: 45px;
      color: #fff;
      font-weight: bold;
      text-transform: capitalize;
    }
    .n-product .product-right .pro-ulbox .hover-bg div svg {
      width: 20px;
      fill: #fff;
      margin-left: 15px;
    }
    .n-product .product-right .wpage {
      padding-top: 1rem;
    }
    .n-product .warp-pro-ulbox {
      padding-bottom: 3rem;
    }
    .n-product .warp-pro-ulbox2 {
      background: #f5f7fa;
      padding: .5rem 1.85rem 3rem;
    }
    .n-product .warp-pro-ulbox2 .page a {
      background: transparent;
    }
    .n-product .warp-pro-ulbox2 .pro-ulbox .li {
      width: 100%;
      padding: .65rem 0;
      border-bottom: 1px solid #e0e0e0;
      margin-right: 0;
    }
    .n-product .warp-pro-ulbox2 .pro-ulbox .proicon {
      width: 68px;
      height: 68px;
      border-radius: 50%;
      background: #e8eef6 url(../img/img20.png) no-repeat center bottom;
      transition: all .3s ease;
    }
    .n-product .warp-pro-ulbox2 .pro-ulbox .tit2 {
      margin-left: 35px;
      width: calc(100% - 295px);
      position: relative;
      text-align: left;
      bottom: 0;
    }
    .n-product .warp-pro-ulbox2 .pro-ulbox .ntit2 {
      position: relative;
      display: inline-block;
    }
    .n-product .warp-pro-ulbox2 .pro-ulbox .ntit2 .tip {
      top: -.35rem;
      right: -1.25rem;
    }
    .n-product .warp-pro-ulbox2 .pro-ulbox .more {
      width: 180px;
      height: 55px;
      line-height: 51px;
      color: #204287;
      text-transform: capitalize;
      border: 2px solid #204287;
      border-radius: 55px;
      transition: all .3s;
    }
    .n-product .warp-pro-ulbox2 .pro-ulbox .li:hover .proicon {
      background: #1e4a7c url(../img/img20.png) no-repeat center top;
    }
    .n-product .warp-pro-ulbox2 .pro-ulbox .li:hover .more {
      background: #1e4a7c;
      color: #fff;
    }

    @media (max-width: 1280px) {
      .n-product .product-right .title-top .tit2 {
        display: none;
      }

      .n-product .product-right .title-top {
        justify-content: flex-end;
      }

      .n-product .left-nav {
        width: 320px;
        padding-right: 80px;
      }

      .n-product .product-right {
        width: calc(100% - 320px);
      }

      .n-product .product-right .pro-ulbox .hover-bg div {
        width: 80%;
        min-width: 80%;
        height: 40px;
        line-height: 36px;
        border-radius: 40px;
      }

      .n-product .product-right .pro-ulbox .hover-bg div svg {
        margin-left: 5px;
      }

      .n-product .warp-pro-ulbox2 {
        padding: .5rem 1rem 2rem;
      }

      .n-product .warp-pro-ulbox2 .pro-ulbox .more {
        width: 120px;
        height: 45px;
        border-radius: 45px;
        line-height: 41px;
      }

      .n-product .warp-pro-ulbox2 .pro-ulbox .tit2 {
        width: calc(100% - 225px);
      }
    }
    @media (max-width: 960px) {
      .n-product .left-nav {
        width: 100%;
        padding-right: 0;
      }

      .n-product .left-nav .tab-ulbox .li {
        display: inline-block;
        margin-right: 1rem;
      }

      .n-product .left-nav .tab-ulbox .li:before {
        display: none;
      }

      .n-product .product-right {
        width: 100%;
        margin-top: 1.5rem;
      }

      .n-product .product-right .prosreach, .n-product .product-right .prosreach .inputext {
        width: 100%;
      }

      .n-product .product-right .title-top {
        margin-bottom: 1rem;
      }
    }
    @media (max-width: 767px) {
      .n-product .product-right .pro-ulbox .li {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 4%;
      }

      .n-product .product-right .warp-pro-ulbox .pro-ulbox .li:nth-child(4n) {
        margin-right: 4%;
      }

      .n-product .product-right .warp-pro-ulbox .pro-ulbox .li:nth-child(2n) {
        margin-right: 0;
      }

      .n-product .product-right .warp-pro-ulbox2 .pro-ulbox .li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0;
      }

      .n-product .warp-pro-ulbox2 .pro-ulbox .tit2 {
        width: calc(100% - 60px);
        margin: 0 .5rem;
        padding: 0;
      }

      .n-product .warp-pro-ulbox2 .pro-ulbox .more {
        margin-top: .35rem;
        height: 35px;
        line-height: 31px;
      }

      .n-product .warp-pro-ulbox2 .pro-ulbox .proicon {
        width: 35px;
        height: 35px;
        background-size: 35px auto;
      }

      .n-product .product-right .warp-pro-ulbox2 .pro-ulbox .tit2 {
        bottom: 0;
      }

      .n-product .warp-pro-ulbox2 .pro-ulbox .ntit2 .tip {
        right: -1.75rem;
      }

      .n-product .product-right .pro-ulbox .tip, .n-product .product-right .pro-ulbox .tip2 {
        top: .35rem;
        right: .35rem;
      }

      .n-product {
        padding: 1.5rem 0 0;
      }

      .n-product .left-nav .tit2 {
        margin-bottom: 1rem;
      }

      .n-product .left-nav .tab-ulbox {
        padding-bottom: .5rem;
      }

      .n-product .product-right {
        margin-top: 1rem;
      }

      .n-product .product-right .pro-ulbox .tit2 {
        bottom: .3rem;
        font-size: 14px;
      }

      .n-product .warp-pro-ulbox {
        padding-bottom: 1.5rem;
      }

      .n-product .product-right .prosreach .inputext {
        height: 40px;
        border-radius: 40px;
        padding: 10px 10px 10px 40px;
      }

      .n-product .warp-pro-ulbox2 {
        padding: .5rem 0 2rem;
        background: transparent;
      }
    }
    .pc-block {
      display: block;
    }

    .m-block {
      display: none;
    }

    @media (max-width: 1024px) {
      .pc-block {
        display: none;
      }

      .m-block {
        display: block;
      }
    }
    .media-alert {
      position: fixed;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background: rgba(0, 0, 0, 0.5);
      z-index: 99;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all .5s ease;
      transition: all .5s ease;
    }

    .media-alert.active {
      opacity: 1;
      visibility: visible;
      -webkit-transition: all .5s ease;
      transition: all .5s ease;
    }

    .media-alert.active .content {
      opacity: 1;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
    }

    .media-alert .close {
      width: 30px;
      height: 30px;
      line-height: 30px;
      text-align: center;
      position: absolute;
      right: 20px;
      top: 20px;
      cursor: pointer;
    }

    .media-alert .close img {
      width: 10px;
      height: 10px;
    }

    .media-alert .content {
      position: absolute;
      max-width: 900px;
      width: 90%;
      height: auto;
      left: 50%;
      top: 50%;
      z-index: 3;
      opacity: 0;
      -webkit-transition: all .5s ease;
      transition: all .5s ease;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
    }

    .media-alert .content .video {
      width: 100%;
    }

    .ex-close {
      position: absolute;
      top: 1.5rem;
      right: 1.5rem;
      cursor: pointer;
      z-index: 99;
    }

    .ex-close .icon {
      position: relative;
      width: 50px;
      height: 50px;
      display: block;
      vertical-align: middle;
    }

    .ex-close .icon .circle {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      box-sizing: border-box;
      border: 1px solid #fff;
      border-radius: 50%;
      -webkit-transition: all 300ms ease-out;
      transition: all 300ms ease-out;
      -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
      transform-origin: center center;
    }

    .ex-close .line {
      position: absolute;
      top: 50%;
      left: 50%;
      display: block;
      width: 14px;
      height: 2px;
      margin: -1px 0 0 -7px;
      background-color: #fff;
      -webkit-transition: all 300ms ease-out;
      transition: all 300ms ease-out;
    }

    .ex-close .icon:hover .line.line1 {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
    }

    .ex-close .icon:hover .line.line2 {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }

    @media (max-width: 767px) {
      .ex-close {
        right: 5%;
      }
    }
    @media (max-width: 1400px) {
      .w1400 {
        width: 1200px;
        min-width: auto;
      }
    }
    @media (max-width: 1200px) {
      .w1400 {
        width: 1100px;
        min-width: auto;
      }
    }
    .js-m {
      opacity: 0;
      transform: translate(0, 30px);
      transition: all 0.8s cubic-bezier(0.79, -0.27, 0.21, 0.82);
    }

    .js-m.animate {
      opacity: 1;
      transform: translate(0, 0);
    }

    .js-m-2-1 {
      opacity: 0;
      transform: translate(0, 30px);
      transition: all 0.8s cubic-bezier(0.79, -0.27, 0.21, 0.82);
    }

    .js-m-2-1.animate {
      opacity: 1;
      transform: translate(0, 0);
    }

    .js-m.js-m-2 {
      opacity: 0;
      transform: translate(30px, 0);
      transition: all .8s ease;
    }

    .js-m.js-m-2.animate {
      opacity: 1;
      transform: translate(0, 0);
    }

    .js-m-3 {
      opacity: 0;
      transform: translate(30px, 0);
      transition: all .8s ease;
    }

    .js-m-3.animate {
      opacity: 1;
      transform: translate(0, 0);
    }

    .js-m.js-m-4 {
      opacity: 0;
      transform: translate(0, -100px);
      transition: all .8s ease;
    }

    .js-m.js-m-4.animate {
      opacity: 1;
      transform: translate(0, 0);
    }

    .js-m-top {
      opacity: 0;
      transform: translate(0, 100px);
      transition: all 1.5s cubic-bezier(0.69, 0.1, 0.12, 1.02);
    }

    .js-m-top.animate {
      opacity: 1;
      transform: translate(0, 0);
    }

    .imgbg-tong {
      position: relative;
    }

    .imgbg-tong:after {
      content: "";
      margin: 0 0 0 0;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: #fff;
      z-index: 4;
      -moz-transition: all 0.5s ease-in-out 0.5s;
      -webkit-transition: all 0.5s ease-in-out 0.5s;
      transition: all 0.5s ease-in-out 0.5s;
    }

    .imgbg-tong:before {
      content: "";
      margin: 0 0 0 0;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: #111;
      z-index: 5;
      opacity: 1;
      -moz-transition: all 0.5s ease-in-out;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
    }

    .imgbg-tong2 {
      position: relative;
    }

    .imgbg-tong2:after {
      content: "";
      margin: 0 0 0 0;
      position: absolute;
      height: 100%;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: #fff;
      z-index: 4;
      transition: all 1s ease-in-out;
    }

    .js-m.animate.imgbg-tong2:after {
      margin-right: 0;
      right: 0;
      bottom: 0;
      height: 100%;
      left: 100%;
    }

    .js-m.animate.imgbg-tong:before, .js-m.animate.imgbg-tong:after {
      margin-right: 0;
      right: 0;
      bottom: 0;
      left: 100%;
    }

    .image-in {
      display: block;
      overflow: hidden;
    }

    .image-in::before {
      transform: scaleX(1);
      transform-origin: right center 0px;
      transition-duration: 1s;
      transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
      transition-property: transform, -webkit-transform;
      transition-delay: 0.6s;
    }

    .image-in::before {
      content: "";
      display: block;
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
      z-index: 20;
      background-color: black;
    }

    .image-in {
      transform: translate3d(-100.5%, 0px, 0px);
      transform-origin: left center 0px;
      transition-duration: 1s;
      transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
      transition-property: transform, -webkit-transform;
      transition-delay: 0.2s;
    }

    .js-m.animate .image-in {
      transform: translate3d(0px, 0px, 0px);
    }

    .js-m.animate .image-in::before {
      transform: scale(0, 1);
    }

    .delay1 {
      transition-delay: .1s !important;
    }

    .delay2 {
      transition-delay: .2s !important;
    }

    .delay3 {
      transition-delay: .3s !important;
    }

    .delay4 {
      transition-delay: .4s !important;
    }

    .delay5 {
      transition-delay: .5s !important;
    }

    .delay6 {
      transition-delay: .6s !important;
    }

    .delay7 {
      transition-delay: .7s !important;
    }

    .delay8 {
      transition-delay: .8s !important;
    }

    .delay9 {
      transition-delay: .9s !important;
    }

    @keyframes ball-spin {
      0%,100% {
        opacity: 1;
        transform: scale(1);
      }
      20% {
        opacity: 1;
      }
      80% {
        opacity: 0;
        transform: scale(0);
      }
    }
    .backtop-1.active {
      opacity: 1;
      -ms-transform: translate(0, 0);
    }

    .backtop-1 {
      position: fixed;
      bottom: 200px;
      right: 3%;
      background-color: rgba(0, 0, 0, 0.22);
      cursor: pointer;
      height: 46px;
      padding: 0;
      margin: 0;
      width: 46px;
      z-index: 11;
      box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
      -webkit-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
      transform: scale(0, 0);
      opacity: 0;
      -webkit-transform: translate(0, 50px);
      -ms-transform: translate(0, 50px);
      transform: translate(0, 50px);
      ransition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    }

    .backtop-1 svg {
      height: 20px;
      width: 20px;
      fill: #fff;
      -webkit-animation: start-backtop-1 1.5s infinite ease-in-out;
      animation: start-backtop-1 1.5s infinite ease-in-out;
    }

    .backtop-1.active {
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      transform: scale(1, 1);
      opacity: 1;
    }

    @media (max-width: 767px) {
      .backtop-1 {
        bottom: 18%;
      }
    }
    @keyframes start-backtop-1 {
      0%, 30% {
        opacity: 0;
        -webkit-transform: translate(0, 5px);
        transform: translate(0, 5px);
      }
      40% {
        opacity: 1;
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
      }
      100% {
        opacity: 0;
        -webkit-transform: translate(0px, -6px);
        transform: translate(0px, -6px);
      }
    }


    .n-search{
      padding-top:2.5rem;
      padding-bottom:2.5rem;
      min-height:900px;
    }
    .n-search .centent{

    }
    .n-search .centent .left-nav{
      width:200px;
      border:1px solid #e6e6e6;
    }
    .n-search .centent .left-nav a{
      display:block;
      height:45px;
      line-height:45px;
      text-align:center;
      font-size:16px;
      border-bottom:1px solid #e6e6e6;
      color:#333;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
    }
    .n-search .centent .left-nav a:hover,.n-search .centent .left-nav a.cur{
      background:#f7931d;
      color:#fff;
    }
    .n-search .centent .left-nav a:last-child{
      border-bottom:none;
    }
    .n-search .centent .num{
      font-size:18px;
      color:#999;
      padding-bottom:10px;
      border-bottom:1px solid #e6e6e6;
    }
    .n-search .centent .right-box{
      width:calc(100% - 300px);
    }
    .n-search .centent .item{
      padding:15px 0;
      display:block;
      border-bottom: 1px solid #e6e6e6;
    }
    .n-search .centent .item .tit{
      font-size:24px;
      line-height:1.5;
      margin-bottom:.25rem;
      color:#333;
      font-weight:bold;
    }
    .n-search .centent .item .pub-con{
      font-size:14px;
      line-height:1.6;
      color:#666;
    }

    @media (max-width:960px) {
      .n-search .centent .left-nav{
        width:100%;
        margin-bottom:30px;
        display:flex;
      }
      .n-search .centent .left-nav a{
        width:50%;
      }
      .n-search .centent .right-box{
        width:100%;
      }
      .n-search{
        padding-top:1.5rem;
        padding-bottom:1.5rem;
        min-height: 400px;
      }
      .n-search .centent .item .tit{
        font-size:18px;
      }
      .n-search .centent .num{
        font-size:16px;
      }
      .n-search .centent .item .pub-con{
        font-size:12px;
        line-height:2;
      }
    }
    /*# sourceMappingURL=style.css.map */





    @media(max-width: 767px){
      body{
        width: 100%;
        overflow-x: hidden;
      }
    }

    .i-list3 .content .imgbox .ico{
      width: 20px;
      left: 66%;
      top: 51%;
      z-index: 10;
    }

@media(max-width: 960px){
  .i-list2 .ulbox .li{
    margin-right:0;
  }
}
@media(max-width: 767px){
  .i-list1 .li{
    margin-top:-1px;
  }
}

.index-news{
  padding: 2.25rem 2.5rem 0;
}


.index-news .shows-list .li {
  width: 23.5%;
  margin-right: 2%;
}
.index-news .shows-list .li:nth-child(4n){
  margin-right:0;
}
.index-news .shows-list .img {
  position: relative;
  width: 100%;
}
.index-news .shows-list .img img {
  width: 100%;
}
.index-news .shows-list .img .time {
  position: absolute;
  width: 140px;
  height: 30px;
  line-height: 1;
  background: #fff;
  left: 0;
  bottom: 0;
  text-align: center;
  color: #f7931d;
}
.index-news .shows-list .text {
  padding: 1rem 0;
  width: 100%;
}
.index-news .shows-list .text .tit2 {
  color: #222;
  line-height: 1.6;
  margin-bottom: .4rem;
  transition: color .3s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-news .shows-list .text .p {
  line-height: 1.6;
  color: #666;
}
.index-news .shows-list .li2 {
  background: #f9f9f9;
  padding: .8rem;
  border: 1px solid #e5e5e5;
}
.index-news .shows-list .li2 .time {
  color: #f7931d;
  margin-bottom: .4rem;
}
.index-news .shows-list .li:hover .tit2 {
  color: #f7931d;
}

@media(max-width:1024px){
  .index-news{
    padding: 1.5rem 6% 0;
  }
}
@media(max-width:767px){
  .index-news .shows-list .li{
    width:100%;
    margin-right:0;
    margin-bottom:3%;
  }
}

.g_hide{
  display: none !important ;
}
.g_subbox .w1440{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.g_subbox .w1440 .g_nav{
  height: 2rem;
}
.g_subbox .w1440 .g_nav  a{
  display:flex;
  align-items: center;
  justify-content: center;
margin-right: 1rem;
color: #999;
font-weight: bold;
text-transform: uppercase;
position: relative;
height:100%

}
.g_subbox .w1440 .g_nav  a.cur{
  color: #1e4a7c;
}
.g_subbox .w1440 .g_nav a:last-child{
  margin-right: 0;
}
.g_subbox .w1440 .g_nav  a::after{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background-color: #1e4a7c;
  content: '';
opacity: 0;
visibility: hidden;
transition: all .6s;
}
.g_subbox .w1440 .g_nav  a.cur::after{
  width: 100%;
  opacity: 1;
visibility: visible;}



.select_file {
  width: 40%;
}
.click_file{
  width: 200px;
height: 40px;
  background-color: #f0f0f0;
  border-radius: 5px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  font-weight: bold;
margin-right: .25rem;
}
.click_file input[type=file]{
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.input_up_file {
  display: flex;
align-items: flex-end;
justify-content: flex-start;
}
.input_up_file  span{
  margin-left: 10px;
  font-family:"Microsoft YaHei","Helvetica Neue", "PingFang SC", sans-serif;
  
}
@media(max-width:1110px){
  .select_file{
    width: 60%;
  }
  .contact-list1 .formbox .submit{
    width: 20%;
  }
}

@media(max-width: 767px){
  .select_file{
    width: 100%;
    margin-bottom: 1rem;
  }
  .click_file{
    width: 140px;
  }
  .contact-list1 .formbox .submit{
    width: 30%;
  }
}



.g_list2 {
  overflow: hidden;
}

.g_list2 .ulbox.ul_swiper {
  width: 100%;
  display: flex;
  padding: 0 2rem;
}
.g_list2 .ulbox.ul_swiper .swiper-slide:hover .tit5{
  color: #3a73a1;
  font-weight: bold;
}
.g_list2 .ulbox.ul_swiper .btn_box {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all .6s;
}

.g_list2 .ulbox.ul_swiper .btn_box svg {
  width: .625rem;
  height: .625rem;
}

.g_list2 .ulbox.ul_swiper .btn_box svg path {
  fill: #3a73a1;
  transition: all .6s;
}

.g_list2 .ulbox.ul_swiper .btn_box.btn_prev {
  left: 0;
}

.g_list2 .ulbox.ul_swiper .btn_box.btn_prev svg {
  transform: rotate(180deg);
}

.g_list2 .ulbox.ul_swiper .btn_box.btn_next {
  right: 0;
}

.g_list2 .ulbox.ul_swiper .btn_box.swiper-button-disabled {
  background-color: #f0f0f0;
  cursor: default;
}

.g_list2 .ulbox.ul_swiper .btn_box.swiper-button-disabled:hover {
  background-color: #f0f0f0;
}
.g_list2 .ulbox.ul_swiper .btn_box.swiper-button-disabled:hover svg path {
  fill: #3a73a1;
}

.g_list2 .ulbox.ul_swiper .btn_box:hover {
  background-color: #f7931d;
}

.g_list2 .ulbox.ul_swiper .btn_box:hover svg path {
  fill: #fff;
}
@media(max-width: 990px) {
  .g_list2 .ulbox.ul_swiper{
height: 12rem;
  }

}
@media(max-width: 996px) {
  .g_list2{

  }
  .g_list2 .ulbox.ul_swiper{
padding: 0 .5rem;
  }
}
@media (-webkit-min-device-pixel-ratio: 1.1) and (-webkit-max-device-pixel-ratio: 1.5) {
  .n-banner {
      height: 18rem;
  }
  .n-banner .text {
    padding: 6rem 1rem 1rem 3.25rem;
}
}


.contact-list1 .formbox .li3 .select_fiile {
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}

.contact-list1 .formbox .li3 .select_fiile>span {
  padding-left: 1.4rem;
  line-height: 1.2;
}

.contact-list1 .formbox .li3 .select_fiile .uploadClick {
   display: flex;
  align-items: center;
}
.contact-list1 .formbox .li3 .select_fiile .t2 {
  width: 3.3rem;
  height: 1.075rem;
  background: #F7F7F7;
  border: 1px solid #E5E5E5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: .6rem;
}
.contact-list1 .formbox .li3  .pop_file {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.contact-list1 .formbox .li3  .upload {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: .7rem;
}

.contact-list1 .formbox .li3  .select_fiile label {
  display: flex;
  align-items: center;
  position: relative;
  width: auto;
  margin-right: .275rem;
}

.contact-list1 .formbox .li3  .select_fiile  #file-btn1 {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.contact-list1 .formbox .li3  .select_fiile label span {
  transform: translateY(10%);
  opacity: 0.5;
  color: #FF0000;
  margin-left: 4px;
}

.contact-list1 .formbox .li3  .select_fiile .file input {
  cursor: pointer;
}
.history-list1 .history_png{
  width: 100%;
}
.history-list1 .history_png img{
  width:100%;
}
@media (max-width:900px){
  .n-subbox{
    display: none;
  }
}
@media(max-width:1024px){
  .history-list1 .history_png{
    overflow: auto;
  }
  .history-list1 .history_png img{
  width:48rem;

  }
}
.inputValue {
}
.inputValue.cur::after{
  transform: rotate(180deg) translateY(0%);
}
.inputValue::after{
  position: absolute;


  content: "";
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background-size: 100% auto;
  position: absolute;
  right: 6.4%;
top: 30%;
  background: url(../img/img1.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 20px auto;
  transform: rotate(0)  translateY(0%);
  transform-origin: center center;
  transition: all .3s ease-in-out;
}
.inputValue  .hideSelect  {
  position: absolute;
  left: 0;
  top: 65px;
  max-height: 7.5rem;
  overflow: auto;
  width: 100%;
  z-index: 2;
  background-color: #ffff;
  padding: 0 2rem 0 2rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: none;
}
.inputValue  .hideSelect  .ls{
  padding:.25rem;
}

@media (max-width: 767px) {
  .inputValue  .hideSelect {
    top: 45px;
  }
}