input:focus {
  outline: none;
}
p {
  margin-bottom: 0;
}
li,
ol,
ul {
  margin: 0;
  padding: 0;
}
.img-box {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
}
.img-box:hover img {
  transform: scale(1.06);
}
.img-box img {
  transition: all 0.4s;
}
.img-box img,
.img-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
img.lazy {
  min-width: 1px;
  min-height: 1px;
  background: url(../images/ajax-loader.gif) no-repeat center;
}
.lazy {
  background-image: url(../images/ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: center;
}
.loaded {
  background-size: cover;
}
.table-box {
  overflow-x: auto;
}
.fancybox-slide--iframe .fancybox-content {
  width: 100%;
  max-width: 80%;
  height: 100%;
  min-height: 50%;
  max-height: 80%;
  margin: 0;
}
.fancybox-slide--video video {
  max-width: 80%;
  padding: 0;
}
.auto-adjust-img.is-mobile img {
  max-width: 100% !important;
  height: auto !important;
  margin: 5px 0;
}
.auto-adjust-img p.contains-pictures {
  padding: 0;
  margin: 0 -5px !important;
  font-size: 0 !important;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  .auto-adjust-img p.contains-pictures {
    white-space: nowrap;
  }
}
.auto-adjust-img p.contains-pictures > img {
  display: inline-block;
  margin: 5px;
}
.fszero {
  font-size: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
.fszero h1 {
  margin: 0;
}
@media (max-width: 990px) {
  .container2 {
    max-width: 95%;
  }
}
@media (max-width: 767px) {
  .fancybox-slide--video video {
    max-width: 95%;
  }
}
.fancybox-slide > video {
  padding: 0;
}
@media (min-width: 1440px) {
  .container {
    max-width: 1410px;
  }
}
@media (min-width: 1470px) {
  .container.con1440 {
    max-width: 1440px;
  }
}
@media (min-width: 1690px) {
  .container.con1660 {
    max-width: 1660px;
  }
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.woff2') format('woff2'), url('../fonts/Inter-Bold.woff') format('woff'), url('../fonts/Inter-Bold.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
  font-weight: 700;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.woff2') format('woff2'), url('../fonts/Inter-SemiBold.woff') format('woff'), url('../fonts/Inter-SemiBold.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
  font-weight: 600;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.woff2') format('woff2'), url('../fonts/Inter-Medium.woff') format('woff'), url('../fonts/Inter-Medium.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
  font-weight: 500;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff2') format('woff2'), url('../fonts/Inter-Regular.woff') format('woff'), url('../fonts/Inter-Regular.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
  font-weight: 400;
}
body {
  font-family: 'Inter', "Arial", "Helvetica", "Microsoft YaHei", "WenQuanYi Micro Hei", "Heiti SC", "PingFang SC", "Hiragino Sans GB", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  transition: all 0.3s;
}
.index-padding {
  padding: 110px 0;
}
@media (max-width: 1560px) {
  .index-padding {
    padding: 100px 0;
  }
}
@media (max-width: 1400px) {
  .index-padding {
    padding: 70px 0;
  }
}
@media (max-width: 1199px) {
  .index-padding {
    padding: 60px 0;
  }
}
@media (max-width: 991px) {
  .index-padding {
    padding: 45px 0;
  }
}
.index-title h3 {
  margin-bottom: 10px;
}
.index-title h3 span {
  color: #00599F;
  font-size: 20px;
  letter-spacing: -0.8px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1400px) {
  .index-title h3 span {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .index-title h3 span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .index-title h3 span {
    font-size: 14px;
    letter-spacing: 0;
  }
}
.index-title h3 span::before {
  width: 5px;
  height: 5px;
  background: #00599F;
  border-radius: 50%;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .index-title h3 span::before {
    margin-right: 5px;
  }
}
.index-title h2 {
  margin: 0;
  color: #333;
  font-size: 56px;
  font-weight: 500;
  line-height: 64px;
  letter-spacing: -2.24px;
}
@media (max-width: 1440px) {
  .index-title h2 {
    font-size: 45px !important;
    line-height: 50px;
  }
}
@media (max-width: 1400px) {
  .index-title h2 {
    font-size: 42px !important;
  }
}
@media (max-width: 1199px) {
  .index-title h2 {
    font-size: 38px !important;
    line-height: 44px;
  }
}
@media (max-width: 991px) {
  .index-title h2 {
    font-size: 35px !important;
    letter-spacing: -1.24px;
  }
}
@media (max-width: 767px) {
  .index-title h2 {
    font-size: 28px !important;
    line-height: normal;
    letter-spacing: -0.24px;
  }
}
.overhide {
  overflow: hidden;
}
.header.scrolled {
  border: none;
  top: 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.header {
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 999;
  width: 100%;
  padding: 0;
  transition: all 0.5s;
}
.header .header-box {
  position: relative;
}
.header .box1 {
  border-bottom: 1px solid #DEDEDE;
}
.header .box1 .box {
  display: flex;
  justify-content: space-between;
}
.header .box1 .box .left {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.header .box1 .box .left .header-logo {
  width: 220px;
  text-align: center;
}
@media (max-width: 1401px) {
  .header .box1 .box .left .header-logo {
    width: 200px;
  }
}
@media (max-width: 1199px) {
  .header .box1 .box .left .header-logo {
    width: 180px;
  }
}
@media (max-width: 767px) {
  .header .box1 .box .left .header-logo {
    width: 140px;
    margin: 5px 0;
  }
}
@media (max-width: 575px) {
  .header .box1 .box .left .header-logo {
    width: 120px;
  }
}
.header .box1 .box .left .header-logo img {
  height: auto;
  width: 100%;
  transition: all 0.5s;
}
@media (max-width: 1199px) {
  .header .box1 .box .left .header-logo img {
    width: 100%;
  }
}
.header .box1 .box .left .tel-lang {
  display: flex;
}
.header .box1 .box .left .tel-lang .tel {
  padding: 20px 0;
  padding-right: 60px;
  border-right: 1px solid #DEDEDE;
}
@media (max-width: 1401px) {
  .header .box1 .box .left .tel-lang .tel {
    padding-right: 30px;
  }
}
@media (max-width: 1199px) {
  .header .box1 .box .left .tel-lang .tel {
    padding: 10px 0;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .header .box1 .box .left .tel-lang .tel {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .header .box1 .box .left .tel-lang .tel .tel1 {
    height: 100%;
  }
}
.header .box1 .box .left .tel-lang .tel .tel1 a {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .header .box1 .box .left .tel-lang .tel .tel1 a {
    height: 100%;
    padding: 10px 10px;
    border-left: 1px solid #DEDEDE;
  }
}
.header .box1 .box .left .tel-lang .tel .tel1 a:hover span {
  text-decoration: underline;
}
.header .box1 .box .left .tel-lang .tel .tel1 a::before {
  font-family: 'iconfont' !important;
  content: '\e63f';
  color: #00599F;
  font-size: 24px;
  margin-right: 10px;
  line-height: 1;
}
@media (max-width: 1401px) {
  .header .box1 .box .left .tel-lang .tel .tel1 a::before {
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  .header .box1 .box .left .tel-lang .tel .tel1 a::before {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .header .box1 .box .left .tel-lang .tel .tel1 a::before {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .header .box1 .box .left .tel-lang .tel .tel1 a::before {
    content: '\e612';
    font-size: 24px;
    margin: 0;
  }
}
.header .box1 .box .left .tel-lang .tel .tel1 a span {
  display: flex;
  align-items: center;
  color: #00599F;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -1.3px;
}
@media (max-width: 1401px) {
  .header .box1 .box .left .tel-lang .tel .tel1 a span {
    font-size: 22px;
  }
}
@media (max-width: 1199px) {
  .header .box1 .box .left .tel-lang .tel .tel1 a span {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  .header .box1 .box .left .tel-lang .tel .tel1 a span {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .header .box1 .box .left .tel-lang .tel .tel1 a span {
    display: none;
  }
}
.header .box1 .box .left .tel-lang .tel .tel2 {
  margin-top: 9px;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.64px;
}
@media (max-width: 1199px) {
  .header .box1 .box .left .tel-lang .tel .tel2 {
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  .header .box1 .box .left .tel-lang .tel .tel2 {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0px;
    display: none;
  }
  .header .box1 .box .left .tel-lang .tel .tel2::before {
    font-family: 'iconfont' !important;
    content: '\e67e';
    color: #000;
    font-size: 20px;
  }
}
.header .box1 .box .left .hr2-1 {
  display: inline-flex;
  align-items: center;
}
.header .box1 .box .left .hr2-1 .language {
  padding: 0 24px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 992px) {
  .header .box1 .box .left .hr2-1 .language {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .header .box1 .box .left .hr2-1 .language {
    padding: 0 10px;
  }
}
.header .box1 .box .left .hr2-1 .language .lang {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.header .box1 .box .left .hr2-1 .language .lang::before {
  font-family: 'iconfont' !important;
  content: '\e689';
  margin-right: 14px;
  font-size: 28px;
  font-weight: 600;
  color: #000000;
}
@media (max-width: 992px) {
  .header .box1 .box .left .hr2-1 .language .lang::before {
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .header .box1 .box .left .hr2-1 .language .lang::before {
    display: none;
  }
}
.header .box1 .box .left .hr2-1 .language .lang::after {
  font-family: 'iconfont' !important;
  content: '\e600';
  margin-left: 10px;
  font-size: 12px;
  color: #666666;
}
@media (max-width: 992px) {
  .header .box1 .box .left .hr2-1 .language .lang::after {
    margin-left: 5px;
  }
}
.header .box1 .box .left .hr2-1 .language .lang span {
  color: #000;
  font-size: 14px;
  line-height: 18px;
}
.header .box1 .box .left .hr2-1 .language ul {
  position: absolute;
  z-index: 99;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(0);
  min-width: 100%;
  list-style: none;
  border-radius: 4px;
  display: none;
  padding: 10px 10px;
  border-radius: 5px;
  background: #00599F;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
}
.header .box1 .box .left .hr2-1 .language ul li {
  position: relative;
}
.header .box1 .box .left .hr2-1 .language ul li:last-child a {
  border-bottom: none;
}
.header .box1 .box .left .hr2-1 .language ul li a {
  display: block;
  padding: 10px 24px;
  border-bottom: 1px dashed #fff;
  white-space: nowrap;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  font-size: 15px;
  transition: all 0.5s;
}
.header .box1 .box .left .hr2-1 .language ul li a:hover {
  background-color: #0089F4;
}
.header .box1 .box .h-r2-3 {
  background-color: #00599F;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 17.5px;
  transition: all 0.3s;
}
.header .box1 .box .h-r2-3:hover {
  background-color: #0089F4;
}
@media (max-width: 1691px) {
  .header .box1 .box .h-r2-3 {
    padding: 0 18.2px;
  }
}
@media (max-width: 1441px) {
  .header .box1 .box .h-r2-3 {
    padding: 0 17px;
  }
}
@media (max-width: 767px) {
  .header .box1 .box .h-r2-3 {
    padding: 0 10px;
  }
}
.header .box1 .box .h-r2-3 .search {
  cursor: pointer;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .box1 .box .h-r2-3 .search .iconfont {
  font-size: 20px;
  color: #FFF;
  line-height: 1;
}
.header .box1 .box .h-r2-3 .search span {
  margin-left: 10px;
  color: #FFF;
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 991px) {
  .header .box1 .box .h-r2-3 .search span {
    display: none;
  }
}
.header .box2 {
  position: relative;
}
.header .box2 .box {
  display: flex;
}
@media (max-width: 1200px) {
  .header .box2 .box {
    justify-content: flex-end;
  }
}
.header .box2 .left {
  display: flex;
}
@media (max-width: 1400px) {
  .header .box2 .header-nav {
    transform: none;
  }
}
@media (max-width: 1199px) {
  .header .box2 .header-nav {
    display: none;
  }
}
.header .box2 .header-nav .nav > ul {
  display: flex;
  list-style: none;
}
.header .box2 .header-nav .nav > ul > li {
  display: block;
  transition: all 0.5s;
  position: relative;
}
.header .box2 .header-nav .nav > ul > li:last-child {
  margin-right: 0;
}
.header .box2 .header-nav .nav > ul > li > a {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 14px 50px;
  border-left: 1px solid #DEDEDE80;
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  white-space: nowrap;
  transition: all 0.5s;
}
.header .box2 .header-nav .nav > ul > li > a::after {
  font-family: 'iconfont' !important;
  content: '';
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  background: #00599F;
  width: 0;
  height: 2px;
  transition: all 0.5s;
}
@media (max-width: 1691px) {
  .header .box2 .header-nav .nav > ul > li > a {
    padding: 14px 32px;
  }
}
@media (max-width: 1441px) {
  .header .box2 .header-nav .nav > ul > li > a {
    padding: 14px 30px;
    font-size: 16px;
  }
}
@media (max-width: 1401px) {
  .header .box2 .header-nav .nav > ul > li > a {
    font-size: 15px;
    padding: 14px 21px;
  }
}
.header .box2 .header-nav .nav > ul > li > a:hover {
  color: #00599F;
}
.header .box2 .header-nav .nav > ul > li > a:hover::after {
  width: calc(100%);
}
.header .box2 .header-nav .nav > ul > li > a.active {
  color: #00599F;
}
.header .box2 .header-nav .nav > ul > li > a.active::after {
  width: calc(100%);
}
.header .box2 .header-nav .nav > ul > li ul {
  position: absolute;
  top: calc(100%);
  margin: 0;
  left: 50%;
  transform: translateX(-50%);
  min-width: 100%;
  list-style: none;
  display: none;
  border-radius: 5px;
  padding: 0 10px;
  background: #ffffff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
}
@media (max-width: 1400px) {
  .header .box2 .header-nav .nav > ul > li ul {
    left: 0;
    transform: translateX(0);
  }
}
.header .box2 .header-nav .nav > ul > li ul li {
  position: relative;
}
.header .box2 .header-nav .nav > ul > li ul li:last-child {
  padding-bottom: 14px;
}
.header .box2 .header-nav .nav > ul > li ul li:last-child > a {
  border-bottom: none;
}
.header .box2 .header-nav .nav > ul > li ul li:first-child {
  padding-top: 14px;
}
.header .box2 .header-nav .nav > ul > li ul li:first-child::before {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 7px;
  background-size: cover;
}
.header .box2 .header-nav .nav > ul > li ul li a {
  display: block;
  padding: 10px 12px;
  border-bottom: 1px dashed #DDDDDD;
  white-space: nowrap;
  color: #121212;
  text-align: center;
  font-family: Inter;
  font-size: 15px;
  font-weight: 400;
  transition: all 0.3s;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.header .box2 .header-nav .nav > ul > li ul li a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00599F;
  opacity: 0;
  transition: all 0.5s;
  z-index: -1;
}
.header .box2 .header-nav .nav > ul > li ul li a:hover {
  color: #FFF;
}
.header .box2 .header-nav .nav > ul > li ul li a:hover::before {
  opacity: 1;
}
.header .box2 .header-nav .nav > ul > li ul li ul {
  position: absolute;
  left: 100%;
  top: 0;
  transform: translateX(0);
}
.header .box2 .header-nav .nav > ul > li ul li ul::after {
  display: none;
}
.header .box2 .header-nav .nav > ul > li ul li ul li::before {
  display: none;
}
.header .box2 .header-nav .nav > ul > li ul li ul li a {
  padding: 10px 0;
  font-size: 14px;
}
.header .box2 .right {
  display: flex;
}
.header .box2 .right .h-r2 {
  display: flex;
}
.header .box2 .right .h-r2 .h-r2-1 {
  border-right: 1px solid #DEDEDE;
  border-left: 1px solid #DEDEDE;
  padding: 0 33px;
  position: relative;
}
@media (max-width: 1401px) {
  .header .box2 .right .h-r2 .h-r2-1 {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .header .box2 .right .h-r2 .h-r2-1 {
    padding: 0 10px;
  }
}
.header .box2 .right .h-r2 .h-r2-1 a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.header .box2 .right .h-r2 .h-r2-1 a .iconfont {
  line-height: 1;
  color: #000000;
  font-size: 18px;
  margin-right: 13px;
}
@media (max-width: 1200px) {
  .header .box2 .right .h-r2 .h-r2-1 a .iconfont {
    margin-right: 5px;
  }
}
.header .box2 .right .h-r2 .h-r2-1 a p {
  color: #000;
  font-size: 14px;
}
.header .box2 .right .h-r2 .h-r2-1:hover::after {
  width: 100%;
}
.header .box2 .right .h-r2 .h-r2-1::after {
  font-family: 'iconfont' !important;
  content: '';
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  background: #00599F;
  width: 0;
  height: 2px;
  transition: all 0.5s;
}
.header .box2 .right .h-r2 .h-r2-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border-right: 1px solid #DEDEDE;
}
@media (max-width: 767px) {
  .header .box2 .right .h-r2 .h-r2-2 {
    padding: 0 10px;
  }
}
.header .box2 .right .h-r2 .h-r2-2 .icon ul {
  list-style: none;
  display: flex;
}
.header .box2 .right .h-r2 .h-r2-2 .icon ul li {
  margin-right: 17px;
}
.header .box2 .right .h-r2 .h-r2-2 .icon ul li:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .header .box2 .right .h-r2 .h-r2-2 .icon ul li {
    margin-right: 12px;
  }
}
.header .box2 .right .h-r2 .h-r2-2 .icon ul li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 5px;
  background-color: #F6F6F6;
  color: #000000;
  font-size: 16px;
  transition: all 0.5s;
}
.header .box2 .right .h-r2 .h-r2-2 .icon ul li a:hover {
  background-color: #00599F;
  color: #FFF;
}
.header-serch-box {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  display: none;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.5);
}
.header-serch-box form {
  margin-bottom: 0;
  width: 60%;
  padding: 10px;
  background-color: #FFFFFF;
}
@media (max-width: 767px) {
  .header-serch-box form {
    width: 80%;
  }
}
.header-serch-box input {
  height: 40px;
  padding: 0 0 0 12px;
  color: rgba(38, 38, 38, 0.4);
  font-size: 14px;
  border: 1px solid #00599F;
  width: 94%;
}
.header-serch-box button {
  border-radius: 5px;
  background: #999;
  width: 74px;
  height: 40px;
  color: #FFF;
  text-align: center;
  text-transform: capitalize;
  margin-left: 7px;
  border: none;
  transition: background-color 0.3s ease;
}
.header-serch-box button:hover {
  background-color: #00599F;
}
.header-serch-box button .iconfont {
  font-size: 20px;
}
.header-serch-box .header-serch-none {
  font-size: 46px;
  cursor: pointer;
  position: fixed;
  top: 5%;
  right: 7%;
  color: #FFFFFF;
}
.visible {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-menu {
  position: relative;
  display: none;
  border-right: 1px solid #DEDEDE;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .btn-menu {
    padding: 0 10px;
  }
}
.btn-menu a {
  text-decoration: none;
  color: #000000;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .btn-menu a {
    color: #000000;
  }
}
.btn-menu a .iconfont {
  font-size: 28px;
}
@media (max-width: 767px) {
  .btn-menu a .iconfont {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .btn-menu {
    display: inline-block;
    vertical-align: middle;
  }
}
@keyframes scaleAnimation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes headerNav {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-110%);
  }
  100% {
    transform: translateY(0);
  }
}
.banner-box {
  position: relative;
}
.banner-box .banner {
  font-size: 0;
  position: relative;
  z-index: 8;
  clear: both;
  overflow: hidden;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.banner-box .banner::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  background: #fff;
  left: 0;
  border-radius: 100px 100px 0 0;
}
@media (max-width: 1199px) {
  .banner-box .banner::after {
    height: 20px;
  }
}
.banner-box .banner img {
  display: block;
  width: 100%;
}
.banner-box .banner .swiper-slide {
  overflow: hidden;
}
.banner-box .banner iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.banner-box .banner .item {
  position: relative;
  display: block;
  overflow: hidden;
}
.banner-box .banner .banner-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-box .banner.hide-arrow .slick-arrow,
.banner-box .banner.hide-arrow {
  display: none !important;
}
.banner-box .banner.hide-video video {
  display: none !important;
}
.banner-box .banner-video-box {
  position: relative;
  display: block;
  padding-bottom: calc(810 / 1920 * 100%);
  -webkit-transform: translateZ(10px);
  transform: translateZ(10px);
}
.banner-box .banner-video-box .fluid_video_wrapper {
  position: absolute;
  z-index: 10;
}
.banner-box .banner-video-box img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-box .banner-video-box .fluid_initial_play {
  background-color: #152c5f !important;
}
.banner-box .banner .mobile-video {
  position: relative;
  display: block;
}
.banner-box .banner .mobile-video:after {
  z-index: 2;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
}
.banner-box .banner .mobile-video:before {
  font-size: 50px;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  content: '\e644';
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  color: #fff;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.banner-box .banner .slick-arrow {
  line-height: 80px;
  position: absolute;
  z-index: 9;
  top: -webkit-calc(90%);
  top: calc(50% + 40px);
  left: 3%;
  width: 26px;
  height: 80px;
  padding: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 991px) {
  .banner-box .banner .slick-arrow {
    line-height: 50px;
    height: 50px;
  }
}
.banner-box .banner .slick-arrow:before {
  font-size: 20px;
  content: '\eb60';
}
.banner-box .banner .slick-arrow.slick-next {
  right: 5%;
  left: auto;
}
.banner-box .banner .slick-arrow:hover {
  background-color: rgba(21, 44, 95, 0.7);
}
.swiper-pagination {
  bottom: 35px !important;
  z-index: 66;
  left: 50% !important;
  transform: translateX(-50%);
  width: auto !important;
  max-width: 100% !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .swiper-pagination {
    flex-wrap: wrap !important;
    display: none !important;
  }
}
@media (max-width: 991px) {
  .swiper-pagination {
    bottom: 20px !important;
  }
}
@media (max-width: 575px) {
  .swiper-pagination {
    bottom: 10px !important;
  }
}
.swiper-pagination-bullet-active {
  background-color: #00599F !important;
}
.swiper-pagination-bullet-active::before {
  opacity: 1 !important;
}
.swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  margin: 0 15px !important;
  background-color: #00599F;
  opacity: 1;
  position: relative;
}
.swiper-pagination-bullet::before {
  content: '';
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #00599F;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.swiper-pagination-box {
  position: absolute;
  bottom: 30px !important;
  left: 50%;
  transform: translateX(-50%);
  z-index: 67;
  width: 170px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
}
@media (max-width: 991px) {
  .swiper-pagination-box {
    bottom: 17px !important;
  }
}
@media (max-width: 767px) {
  .swiper-pagination-box {
    display: none;
  }
}
@media (max-width: 575px) {
  .swiper-pagination-box {
    top: 50%;
    bottom: auto;
  }
}
.swiper-pagination-box .banner-button-prev,
.swiper-pagination-box .banner-button-next {
  position: relative;
  z-index: 67;
  color: #FFFFF4;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 23;
  pointer-events: all;
}
.swiper-pagination-box .banner-button-prev .iconfont,
.swiper-pagination-box .banner-button-next .iconfont {
  font-size: 14px;
}
.swiper-pagination-box .banner-button-prev {
  left: 0;
  transform: rotate(180deg);
}
.swiper-pagination-box .banner-button-next {
  right: 0;
  transform: rotate();
}
/* 定义旋转动画 */
@keyframes rotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.index-nav.show {
  right: calc(100% - 100%);
  /* 滑入左侧 */
}
.index-nav {
  position: fixed;
  top: 40%;
  right: 0px;
  z-index: 222;
  border-radius: 100px;
  background: rgba(238, 238, 238, 0.79);
  padding: 23px 7px;
}
@media (max-width: 1199px) {
  .index-nav {
    display: none;
  }
}
@media (max-width: 767px) {
  .index-nav {
    top: 30%;
  }
}
.index-nav .a {
  display: block;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
  margin-top: 23px;
}
.index-nav .a:first-of-type {
  margin-top: 0;
}
.index-nav .a .iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 100px;
  font-size: 30px;
  transition: all 0.3s ease;
  color: #000;
}
.index-nav .a:hover .fix-nav-phonenumber {
  transform: translateY(-50%) translateX(-2px);
}
.index-nav .a:hover .iconfont {
  background-color: rgba(0, 89, 159, 0.2);
  color: #00599F;
}
.index-nav .top {
  position: relative;
}
.index-nav .WeChat .fix-nav-phonenumber p {
  height: auto;
  padding: 7px;
  border-radius: 5px;
}
.index-nav .fix-nav-phonenumber {
  position: absolute;
  right: 100%;
  top: 50%;
  height: 100%;
  transform: translateY(-50%) translateX(300%);
  transition: all 0.3s ease;
  line-height: 100%;
}
.index-nav .fix-nav-phonenumber p {
  margin: 0;
  height: 100%;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background-color: #00599F;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.12);
  white-space: nowrap;
  color: #FFF;
  font-size: 15px;
}
.index-nav .fix-nav-phonenumber p img {
  width: 100px;
  background-color: #FFFFFF;
}
.fix-nav-none {
  display: none;
  position: fixed;
  right: 0;
  color: white;
  bottom: 15%;
  font-size: 40px;
  border: 1px solid #333;
  border-radius: 10px;
  width: 45px;
  height: 45px;
  line-height: 37px;
  background-color: #333;
  text-align: center;
  z-index: 222;
}
@media (max-width: 1199px) {
  .fix-nav-none {
    display: block;
    bottom: 12%;
  }
}
.fix-nav-none.rotated {
  transform: rotate(45deg);
  transition: all 0.5s;
}
.xs-online {
  position: fixed;
  z-index: 222;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: calc(env(safe-area-inset-bottom) - 15px);
  color: #fff;
  background-color: #00599F;
  box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, 0.2);
  text-align: center;
  display: none;
}
.xs-online .imgbbb {
  transform: translateX(-50%) translateY(-120px) !important;
  animation: fadeInUp 0.5s ease forwards;
}
.xs-online .xs-online-wx {
  position: relative;
}
.xs-online .xs-online-wx img {
  position: absolute;
  width: 100px;
  left: 50%;
  background-color: #FFFFFF;
  transform: translateX(-50%) translateY(60px);
  transition: all 0.3 ease;
}
.xs-online ul li {
  float: left;
  width: 20%;
  list-style: none;
  border-right: 1px solid #000;
  border-left: 1px solid rgba(255, 255, 255, 0.6);
  transition: all 0.3s ease;
}
.xs-online ul li .iconfont {
  display: block;
}
.xs-online ul li:first-child {
  border-left: none;
}
.xs-online a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  color: white;
}
@media (max-width: 767px) {
  .xs-online a {
    font-size: 12px;
  }
}
.xs-online a .iconfont {
  font-size: 18px;
}
@media (max-width: 1199px) {
  .xs-online {
    display: block !important;
  }
}
.fix-nav-product {
  position: fixed;
  right: 0;
  bottom: 5%;
  z-index: 99;
  display: none;
}
@media (max-width: 767px) {
  .fix-nav-product {
    display: block;
  }
}
.fix-nav-product a {
  background-color: #00599F;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  padding: 5px 10px;
}
.fix-nav-product a .iconfont {
  display: block;
  color: #FFF;
  font-size: 20px;
  transition: all 0.3s ease;
}
.fix-nav-product a span {
  display: block;
  font-size: 14px;
  color: #FFF;
}
@media (max-width: 767px) {
  .slick-dots {
    display: none !important;
  }
}
@keyframes videoan1 {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(3.5);
    transform: translate(-50%, -50%) scale(3.5);
    opacity: 0;
  }
}
.index-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background-color: rgba(0, 89, 159, 0.9);
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.8px;
  padding: 12px 36px;
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .index-more {
    padding: 10px 25px;
  }
}
.index-more::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #1E7C6E;
  z-index: 2;
  transition: all 0.5s;
  transform: translateX(-100%);
}
.index-more:hover {
  background-color: #004A80;
}
.index-more:hover::after {
  transform: translateX(0);
}
@media (max-width: 767px) {
  .index-more {
    font-size: 14px;
  }
}
.index-more span {
  display: inline-flex;
  align-items: center;
  position: relative;
  z-index: 12;
  color: #FFF;
}
.index-more span::after {
  font-family: 'iconfont' !important;
  color: #FFF;
  line-height: 1;
  font-size: 18px;
  font-weight: 400;
  margin-left: 10px;
  transition: all 0.3s ease;
}
.prev-next {
  width: 120px;
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .prev-next {
    margin-bottom: 20px;
    width: 90px;
  }
}
@media (max-width: 767px) {
  .prev-next {
    display: none !important;
  }
}
.prev-next .slick-next:before,
.prev-next .slick-prev:before {
  font-family: 'iconfont' !important;
  font-size: 40px;
  display: block;
  content: '\eb8a';
  color: #222222;
  transition: all 0.3s ease;
}
@media (max-width: 1199px) {
  .prev-next .slick-next:before,
  .prev-next .slick-prev:before {
    font-size: 30px;
  }
}
.prev-next .slick-prev:before {
  transform: rotate(180deg);
}
.prev-next .slick-prev,
.prev-next .slick-next {
  z-index: 1;
  text-align: center;
  transition: all 0.3s ease;
  display: flex;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #E1E1E1;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1199px) {
  .prev-next .slick-prev,
  .prev-next .slick-next {
    width: 40px;
    height: 40px;
  }
}
.prev-next .slick-next:hover,
.prev-next .slick-prev:hover {
  background-color: #00599F;
}
.prev-next .slick-next {
  right: 0;
}
.prev-next .slick-prev {
  left: 0;
}
.prev-next .slick-prev:hover::before,
.prev-next .slick-next:hover::before {
  color: #FFF;
}
.index .inpro {
  background: url(../img/inpro-b1.png) no-repeat right top;
  background-size: 80% auto;
  padding: 110px 0 124px 0;
  background-color: #F4F8FB;
}
@media (max-width: 1400px) {
  .index .inpro {
    padding: 80px 0 100px 0;
  }
}
@media (max-width: 1199px) {
  .index .inpro {
    padding: 60px 0 80px 0;
  }
}
@media (max-width: 991px) {
  .index .inpro {
    padding: 50px 0 60px 0;
  }
}
.index .inpro .top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 991px) {
  .index .inpro .top {
    flex-wrap: wrap;
  }
}
.index .inpro .top .index-title {
  width: 50%;
}
@media (max-width: 991px) {
  .index .inpro .top .index-title {
    width: 100%;
  }
}
.index .inpro .top .index-title h2 {
  margin-bottom: 20px;
}
@media (max-width: 1400px) {
  .index .inpro .top .index-title h2 {
    margin-bottom: 10px;
  }
}
.index .inpro .top .index-title p {
  color: #666;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -0.32px;
}
@media (max-width: 767px) {
  .index .inpro .top .index-title p {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .index .inpro .top .more {
    margin-top: 20px;
  }
}
.index .inpro .content {
  margin-top: 40px;
}
@media (max-width: 1400px) {
  .index .inpro .content {
    margin-top: 30px;
  }
}
@media (max-width: 1199px) {
  .index .inpro .content {
    margin-top: 30px;
  }
}
.index .inpro .content .row-box {
  margin: -20px -15px;
}
@media (max-width: 1199px) {
  .index .inpro .content .row-box {
    margin: -15px -10px;
  }
}
.index .inpro .content .row-box .col-box {
  padding: 20px 15px;
}
@media (max-width: 1199px) {
  .index .inpro .content .row-box .col-box {
    padding: 15px 10px;
  }
}
.index .inpro .content .row-box .col-box .item {
  border-radius: 20px;
  background: #FFF;
  overflow: hidden;
}
@media (max-width: 991px) {
  .index .inpro .content .row-box .col-box .item {
    border-radius: 15px;
  }
}
.index .inpro .content .row-box .col-box .item:hover {
  color: #00599F;
}
.index .inpro .content .row-box .col-box .item:hover .img-box img {
  transform: scale(1.06);
}
.index .inpro .content .row-box .col-box .item:hover .img-box::after {
  opacity: 1;
}
.index .inpro .content .row-box .col-box .item:hover .img-box::before {
  opacity: 1;
}
.index .inpro .content .row-box .col-box .item:hover .cont .tit a {
  color: #00599F;
  text-decoration: underline;
}
.index .inpro .content .row-box .col-box .item .img-box {
  padding-bottom: calc(377 / 530 * 100%);
}
.index .inpro .content .row-box .col-box .item .img-box::after {
  z-index: 2;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  border-radius: 50px;
  background: #E7EFF5;
  opacity: 0;
  transition: all 0.5s;
}
.index .inpro .content .row-box .col-box .item .img-box::before {
  z-index: 4;
  font-family: 'iconfont' !important;
  content: '\e6f1';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #00599F;
  font-size: 18px;
  color: #FFF;
  opacity: 0;
  transition: all 0.5s;
}
.index .inpro .content .row-box .col-box .item .cont {
  padding: 34px 60px 37px 26px;
}
@media (max-width: 1400px) {
  .index .inpro .content .row-box .col-box .item .cont {
    padding: 20px 40px 37px 20px;
  }
}
@media (max-width: 1199px) {
  .index .inpro .content .row-box .col-box .item .cont {
    padding-right: 20px;
  }
}
.index .inpro .content .row-box .col-box .item .cont .tit {
  color: #333;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.44px;
}
@media (max-width: 1400px) {
  .index .inpro .content .row-box .col-box .item .cont .tit {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 1199px) {
  .index .inpro .content .row-box .col-box .item .cont .tit {
    font-size: 18px;
    line-height: normal;
  }
}
.index .inpro .content .row-box .col-box .item .cont .tit a {
  color: #333;
  transition: all 0.5s;
  text-decoration: none;
}
.index .inpro .content .row-box .col-box .item .cont .txt {
  margin-top: 16px;
}
@media (max-width: 1199px) {
  .index .inpro .content .row-box .col-box .item .cont .txt {
    margin-top: 10px;
  }
}
.index .inpro .content .row-box .col-box .item .cont .txt p {
  color: #666;
  font-size: 16px;
  letter-spacing: -0.32px;
}
@media (max-width: 767px) {
  .index .inpro .content .row-box .col-box .item .cont .txt p {
    font-size: 14px;
  }
}
.index .inabot {
  padding: 90px 0 110px 0;
}
@media (max-width: 1400px) {
  .index .inabot {
    padding: 70px 0 90px 0;
  }
}
@media (max-width: 1199px) {
  .index .inabot {
    padding: 50px 0 70px 0;
  }
}
@media (max-width: 991px) {
  .index .inabot {
    padding: 45px 0 50px 0;
  }
}
.index .inabot .contentbox {
  position: relative;
}
@media (max-width: 1690px) {
  .index .inabot .contentbox {
    padding-bottom: 150px;
  }
}
@media (max-width: 1400px) {
  .index .inabot .contentbox {
    padding-bottom: 200px;
  }
}
@media (max-width: 1199px) {
  .index .inabot .contentbox {
    padding-bottom: 0;
  }
}
@media (max-width: 991px) {
  .index .inabot .contentbox {
    flex-wrap: wrap;
  }
}
.index .inabot .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .index .inabot .content {
    flex-wrap: wrap;
  }
}
.index .inabot .content .left {
  width: 50%;
}
.index .inabot .content .left img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  background: transparent;
}
@media (max-width: 991px) {
  .index .inabot .content .left img {
    border-radius: 10px;
  }
}
@media (max-width: 991px) {
  .index .inabot .content .left {
    width: 100%;
  }
}
.index .inabot .content .right {
  width: 50%;
  padding: 50px 0 0 60px;
}
@media (max-width: 1690px) {
  .index .inabot .content .right {
    padding: 30px 0 0 60px;
  }
}
@media (max-width: 1400px) {
  .index .inabot .content .right {
    padding: 20px 0 0 40px;
  }
}
@media (max-width: 991px) {
  .index .inabot .content .right {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
}
.index .inabot .content .right .cont1 {
  width: 88%;
}
@media (max-width: 767px) {
  .index .inabot .content .right .cont1 {
    width: 100%;
  }
}
.index .inabot .content .right .cont1 .index-title h2 {
  font-size: 50px;
}
.index .inabot .content .right .cont1 .txt {
  margin: 30px 0;
}
@media (max-width: 1400px) {
  .index .inabot .content .right .cont1 .txt {
    margin: 20px 0;
  }
}
.index .inabot .content .right .cont1 .txt span {
  display: block;
  margin-bottom: 10px;
  color: #00599F;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.4px;
}
@media (max-width: 1400px) {
  .index .inabot .content .right .cont1 .txt span {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .index .inabot .content .right .cont1 .txt span {
    font-size: 16px;
  }
}
.index .inabot .content .right .cont1 .txt p {
  color: #666;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.32px;
}
@media (max-width: 767px) {
  .index .inabot .content .right .cont1 .txt p {
    font-size: 14px;
  }
}
.index .inabot .content .right .cont1 .more a {
  color: #00599F;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration-line: underline;
  transition: all 0.5s;
}
.index .inabot .content .right .cont1 .more a:hover {
  color: #003B66;
}
@media (max-width: 1400px) {
  .index .inabot .content .right .cont1 .more a {
    font-size: 16px;
  }
}
.index .inabot .cont2 {
  position: absolute;
  right: 0;
  bottom: 35px;
  width: 69.5%;
  padding-right: 30px;
  border-radius: 20px;
  background: #F4F8FB;
}
@media (max-width: 1690px) {
  .index .inabot .cont2 {
    width: 73%;
    bottom: 0;
  }
}
@media (max-width: 1440px) {
  .index .inabot .cont2 {
    width: 74.7%;
  }
}
@media (max-width: 1400px) {
  .index .inabot .cont2 {
    width: 78.7%;
  }
}
@media (max-width: 1199px) {
  .index .inabot .cont2 {
    position: static;
    width: 100%;
    padding: 0;
    margin-top: 30px;
    padding-right: 20px;
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  .index .inabot .cont2 {
    padding: 0;
    padding-bottom: 40px;
  }
}
.index .inabot .cont2 .c2cont {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 991px) {
  .index .inabot .cont2 .c2cont {
    flex-wrap: wrap;
  }
}
.index .inabot .cont2 .c2cont .video {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  top: 30%;
  left: -35px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #00599F;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .index .inabot .cont2 .c2cont .video {
    left: 5px;
    top: 5px;
    background-color: #FFF;
    width: 60px;
    height: 60px;
  }
}
.index .inabot .cont2 .c2cont .video .iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #FFFFFF;
  color: #00599F;
  font-size: 24px;
  padding-left: 3px;
}
@media (max-width: 1199px) {
  .index .inabot .cont2 .c2cont .video .iconfont {
    background-color: #00599F;
    color: #FFF;
    width: 50px;
    height: 50px;
  }
}
.index .inabot .cont2 .item1 {
  width: 28.8%;
  background: url(../img/inabot-2.jpg) no-repeat center;
  background-size: cover;
  padding: 20px;
  padding-top: 40px;
  border-radius: 20px 0 0 20px;
  display: flex;
  justify-content: center;
}
@media (max-width: 1690px) {
  .index .inabot .cont2 .item1 {
    width: 32.5%;
  }
}
@media (max-width: 1440px) {
  .index .inabot .cont2 .item1 {
    width: 34.1%;
  }
}
@media (max-width: 1400px) {
  .index .inabot .cont2 .item1 {
    width: 37.9%;
  }
}
@media (max-width: 991px) {
  .index .inabot .cont2 .item1 {
    border-radius: 0;
  }
}
@media (max-width: 991px) {
  .index .inabot .cont2 .item1 {
    width: 100%;
    padding: 40px;
    padding-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .index .inabot .cont2 .item1 .i1-cont {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.index .inabot .cont2 .item1 .i1-cont .count {
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px;
  color: #FFF;
  font-size: 70px;
  font-weight: 700;
  letter-spacing: -2.8px;
}
@media (max-width: 1440px) {
  .index .inabot .cont2 .item1 .i1-cont .count {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .index .inabot .cont2 .item1 .i1-cont .count {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .index .inabot .cont2 .item1 .i1-cont .count {
    font-size: 40px;
  }
}
.index .inabot .cont2 .item1 .i1-cont .count i {
  font-style: normal;
  font-size: 45px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .index .inabot .cont2 .item1 .i1-cont .count i {
    font-size: 30px;
    margin-bottom: 5px;
  }
}
.index .inabot .cont2 .item1 .i1-cont p {
  color: #FFF;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.4px;
}
@media (max-width: 991px) {
  .index .inabot .cont2 .item1 .i1-cont p {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .index .inabot .cont2 .item1 .i1-cont p {
    font-size: 16px;
  }
}
.index .inabot .cont2 .item2 {
  width: 29%;
  padding-top: 33px;
  padding-bottom: 54px;
}
@media (max-width: 1440px) {
  .index .inabot .cont2 .item2 {
    width: 26%;
  }
}
@media (max-width: 1400px) {
  .index .inabot .cont2 .item2 {
    width: 28%;
  }
}
@media (max-width: 991px) {
  .index .inabot .cont2 .item2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 20px;
    padding-bottom: 0;
  }
}
.index .inabot .cont2 .item2:hover .icon {
  animation: swing 1s 0s ease both;
}
.index .inabot .cont2 .item2 .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: rgba(0, 89, 159, 0.17);
}
.index .inabot .cont2 .item2 .icon .iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background: #00599F;
  width: 50px;
  height: 50px;
  font-size: 22px;
  color: #F3F3F3;
}
.index .inabot .cont2 .item2 .tit {
  margin-top: 20px;
  color: #333;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.4px;
}
@media (max-width: 1440px) {
  .index .inabot .cont2 .item2 .tit {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .index .inabot .cont2 .item2 .tit {
    text-align: center;
  }
}
.index .inabot .cont2 .item2 .txt {
  margin-top: 10px;
}
.index .inabot .cont2 .item2 .txt p {
  color: #444;
  font-size: 15px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 991px) {
  .index .inabot .cont2 .item2 .txt p {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .index .inabot .cont2 .item2 .txt p {
    font-size: 14px;
  }
}
.index .inhot {
  background: url(../img/inhot-b1.jpg) no-repeat center bottom;
  background-size: 100% auto;
  padding-bottom: 4.5%;
}
.index .inhot .top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 50px;
  border-bottom: 1px solid #DEDEDE;
}
@media (max-width: 1400px) {
  .index .inhot .top {
    padding-bottom: 40px;
  }
}
@media (max-width: 1199px) {
  .index .inhot .top {
    padding-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .index .inhot .top {
    flex-wrap: wrap;
    padding-bottom: 20px;
  }
}
.index .inhot .top .index-title {
  width: 80%;
}
@media (max-width: 991px) {
  .index .inhot .top .index-title {
    width: 100%;
  }
}
.index .inhot .top .index-title h3 {
  margin: 0;
}
.index .inhot .top .index-title h2 {
  margin-bottom: 30px;
}
@media (max-width: 1400px) {
  .index .inhot .top .index-title h2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .index .inhot .top .index-title h2 {
    margin-bottom: 10px;
  }
}
.index .inhot .top .index-title p {
  color: #666;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.32px;
}
@media (max-width: 767px) {
  .index .inhot .top .index-title p {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .index .inhot .top .prev-next {
    margin: 30px 0;
  }
}
.index .inhot .content {
  margin-top: 50px;
}
@media (max-width: 1400px) {
  .index .inhot .content {
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  .index .inhot .content {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .index .inhot .content {
    margin-top: 25px;
  }
}
.index .inhot .content .inpro-slick {
  margin: 0 -15px;
}
@media (max-width: 1199px) {
  .index .inhot .content .inpro-slick {
    margin: 0 -10px;
  }
}
.index .inhot .content .inpro-slick .col-box {
  padding: 0 15px;
}
@media (max-width: 1199px) {
  .index .inhot .content .inpro-slick .col-box {
    padding: 0 10px;
  }
}
.index .inhot .content .inpro-slick .col-box .item {
  border-radius: 20px;
  background: #FFF;
  overflow: hidden;
}
@media (max-width: 991px) {
  .index .inhot .content .inpro-slick .col-box .item {
    border-radius: 15px;
  }
}
.index .inhot .content .inpro-slick .col-box .item:hover {
  color: #00599F;
}
.index .inhot .content .inpro-slick .col-box .item:hover .img-box img {
  transform: scale(1.06);
}
.index .inhot .content .inpro-slick .col-box .item:hover .img-box::after {
  opacity: 1;
}
.index .inhot .content .inpro-slick .col-box .item:hover .img-box::before {
  opacity: 1;
}
.index .inhot .content .inpro-slick .col-box .item:hover .cont .tit a {
  color: #00599F;
  text-decoration: underline;
}
.index .inhot .content .inpro-slick .col-box .item .img-box {
  padding-bottom: calc(377 / 530 * 100%);
}
.index .inhot .content .inpro-slick .col-box .item .img-box::after {
  z-index: 2;
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  border-radius: 50px;
  background: #E7EFF5;
  opacity: 0;
  transition: all 0.5s;
}
.index .inhot .content .inpro-slick .col-box .item .img-box::before {
  z-index: 4;
  font-family: 'iconfont' !important;
  content: '\e6f1';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #00599F;
  font-size: 18px;
  color: #FFF;
  opacity: 0;
  transition: all 0.5s;
}
.index .inhot .content .inpro-slick .col-box .item .cont {
  padding: 34px 60px 37px 26px;
}
@media (max-width: 1400px) {
  .index .inhot .content .inpro-slick .col-box .item .cont {
    padding: 20px 40px 37px 20px;
  }
}
@media (max-width: 1199px) {
  .index .inhot .content .inpro-slick .col-box .item .cont {
    padding-right: 20px;
  }
}
.index .inhot .content .inpro-slick .col-box .item .cont .tit {
  color: #333;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.44px;
}
@media (max-width: 1400px) {
  .index .inhot .content .inpro-slick .col-box .item .cont .tit {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 1199px) {
  .index .inhot .content .inpro-slick .col-box .item .cont .tit {
    font-size: 18px;
    line-height: normal;
  }
}
.index .inhot .content .inpro-slick .col-box .item .cont .tit a {
  color: #333;
  transition: all 0.5s;
  text-decoration: none;
}
.index .inhot .content .inpro-slick .col-box .item .cont .txt {
  margin-top: 16px;
}
@media (max-width: 1199px) {
  .index .inhot .content .inpro-slick .col-box .item .cont .txt {
    margin-top: 10px;
  }
}
.index .inhot .content .inpro-slick .col-box .item .cont .txt p {
  color: #666;
  font-size: 16px;
  letter-spacing: -0.32px;
}
@media (max-width: 767px) {
  .index .inhot .content .inpro-slick .col-box .item .cont .txt p {
    font-size: 14px;
  }
}
.index .innews {
  background: url(../img/innews-1.jpg) no-repeat top center;
  background-size: cover;
}
.index .innews .top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 50px;
  border-bottom: 1px solid #DEDEDE;
}
@media (max-width: 1400px) {
  .index .innews .top {
    padding-bottom: 40px;
  }
}
@media (max-width: 1199px) {
  .index .innews .top {
    padding-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .index .innews .top {
    flex-wrap: wrap;
    padding-bottom: 20px;
  }
}
.index .innews .top .index-title {
  width: 68%;
}
@media (max-width: 991px) {
  .index .innews .top .index-title {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .index .innews .top .prev-next {
    margin: 30px 0;
  }
}
.index .innews .content {
  padding-top: 50px;
}
@media (max-width: 1400px) {
  .index .innews .content {
    padding-top: 40px;
  }
}
@media (max-width: 1199px) {
  .index .innews .content {
    padding-top: 30px;
  }
}
@media (max-width: 991px) {
  .index .innews .content {
    padding-top: 20px;
  }
}
.index .innews .content .innews-slick {
  margin: 0 -15px;
}
@media (max-width: 991px) {
  .index .innews .content .innews-slick {
    margin: 0 -10px;
  }
}
.index .innews .content .innews-slick .col-box {
  padding: 0 15px;
}
@media (max-width: 991px) {
  .index .innews .content .innews-slick .col-box {
    padding: 0 10px;
  }
}
.index .innews .content .innews-slick .col-box .item:hover .img-box img {
  transform: scale(1.06);
}
.index .innews .content .innews-slick .col-box .item:hover .cont .tit a {
  color: #00599F;
}
.index .innews .content .innews-slick .col-box .date {
  margin-bottom: 12px;
  text-align: right;
  color: #666;
  font-size: 14px;
}
@media (max-width: 1400px) {
  .index .innews .content .innews-slick .col-box .date {
    margin-bottom: 10px;
  }
}
.index .innews .content .innews-slick .col-box .img-box {
  padding-bottom: calc(306 / 534 * 100%);
  border-radius: 10px;
}
.index .innews .content .innews-slick .col-box .cont {
  padding: 20px;
  padding-right: 50px;
}
@media (max-width: 1400px) {
  .index .innews .content .innews-slick .col-box .cont {
    padding-right: 40px;
  }
}
@media (max-width: 1199px) {
  .index .innews .content .innews-slick .col-box .cont {
    padding-right: 30px;
  }
}
.index .innews .content .innews-slick .col-box .cont .tit {
  overflow: hidden;
  color: #333;
  text-overflow: ellipsis;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.36px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (max-width: 991px) {
  .index .innews .content .innews-slick .col-box .cont .tit {
    font-size: 16px;
    line-height: 24px;
  }
}
.index .innews .content .innews-slick .col-box .cont .tit a {
  color: #333;
  transition: all 0.5s;
}
.index .inmedia .content {
  width: 90%;
  padding-left: 40px;
  margin-top: 60px;
}
@media (max-width: 1400px) {
  .index .inmedia .content {
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  .index .inmedia .content {
    margin-top: 25px;
  }
}
@media (max-width: 991px) {
  .index .inmedia .content {
    width: 100%;
    padding-left: 0;
  }
}
.index .inmedia .content .conbox {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px 100px;
}
@media (max-width: 1400px) {
  .index .inmedia .content .conbox {
    grid-gap: 30px 50px;
  }
}
@media (max-width: 991px) {
  .index .inmedia .content .conbox {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px 40px;
  }
}
@media (max-width: 767px) {
  .index .inmedia .content .conbox {
    grid-template-columns: repeat(1, 1fr);
  }
}
.index .inmedia .content .conbox .item {
  display: block;
}
.index .inmedia .content .conbox .item .img-box {
  border-radius: 10px;
}
.index .inmedia .content .conbox .item .img-box iframe[src=''],
.index .inmedia .content .conbox .item .img-box iframe[data-src=''] {
  display: none;
  border: 1px solid #000;
}
.index .inmedia .content .conbox .item .img-box iframe {
  z-index: 12;
}
.index .inmedia .content .conbox .item .img-box img {
  transform: scale(1) !important;
}
.index .inmedia .content .conbox .item .botom {
  margin-top: 30px;
}
@media (max-width: 1400px) {
  .index .inmedia .content .conbox .item .botom {
    margin-top: 20px;
  }
}
.index .inmedia .content .conbox .item .botom .icon {
  text-align: center;
  line-height: 1;
}
.index .inmedia .content .conbox .item .botom .icon .iconfont {
  font-size: 40px;
  color: #E4007F;
}
@media (max-width: 1400px) {
  .index .inmedia .content .conbox .item .botom .icon .iconfont {
    font-size: 30px;
  }
}
.index .inmedia .content .conbox .item .botom .tit {
  margin-top: 24px;
  text-align: center;
  color: #222;
  font-size: 20px;
  line-height: 100%;
}
@media (max-width: 1400px) {
  .index .inmedia .content .conbox .item .botom .tit {
    font-size: 18px;
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .index .inmedia .content .conbox .item .botom .tit {
    font-size: 16px;
    margin-top: 10px;
  }
}
.index .inmedia .content .conbox .item .botom .tit span {
  color: #222;
  font-weight: 700;
  margin-left: 8px;
  transition: all 0.5s;
}
.index .inmedia .content .conbox .item.item1 .botom .icon .iconfont {
  color: #3B5998;
}
.index .inmedia .content .conbox .item.item2 .botom .icon .iconfont {
  color: #333333;
}
.index .incotct {
  background: url(../img/incotct-1.jpg) no-repeat bottom center;
  background-size: cover;
  padding-bottom: 17%;
  margin-top: 120px;
  padding-top: 10px;
}
@media (max-width: 1440px) {
  .index .incotct {
    margin-top: 100px;
  }
}
@media (max-width: 1400px) {
  .index .incotct {
    margin-top: 80px;
    padding-bottom: 20%;
  }
}
@media (max-width: 1199px) {
  .index .incotct {
    margin-top: 60px;
  }
}
@media (max-width: 991px) {
  .index .incotct {
    margin-top: 50px;
  }
}
.index .incotct .title h2 {
  color: #00599F;
  text-align: center;
  font-size: 45px;
  font-weight: 600;
  line-height: 74px;
  letter-spacing: -2.25px;
  margin-bottom: 10px;
}
@media (max-width: 1400px) {
  .index .incotct .title h2 {
    font-size: 40px;
    line-height: 60px;
    letter-spacing: -1.25px;
  }
}
@media (max-width: 1400px) {
  .index .incotct .title h2 {
    font-size: 32px;
    line-height: normal;
  }
}
@media (max-width: 991px) {
  .index .incotct .title h2 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .index .incotct .title h2 {
    font-size: 24px;
    letter-spacing: -0.25px;
  }
}
.index .incotct .title p {
  width: 50%;
  margin: 0 auto;
  color: #00599F;
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.9px;
}
@media (max-width: 1400px) {
  .index .incotct .title p {
    font-size: 16px;
    line-height: 24px;
    width: 60%;
  }
}
@media (max-width: 1199px) {
  .index .incotct .title p {
    width: 70%;
  }
}
@media (max-width: 991px) {
  .index .incotct .title p {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .index .incotct .title p {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
}
.index .incotct .more {
  display: flex;
  justify-content: center;
  padding-top: 50px;
}
@media (max-width: 1400px) {
  .index .incotct .more {
    padding-top: 40px;
  }
}
@media (max-width: 1199px) {
  .index .incotct .more {
    padding-top: 30px;
  }
}
@media (max-width: 991px) {
  .index .incotct .more {
    padding-top: 20px;
  }
}
.footer {
  background: url(../img/foot-b1.jpg) no-repeat top center;
  background-size: cover;
  padding-bottom: 0 !important;
}
.footer .fot1 {
  padding-bottom: 35px;
}
@media (max-width: 1400px) {
  .footer .fot1 {
    padding-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .footer .fot1 {
    padding-bottom: 20px;
  }
}
.footer .fot1 .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1199px) {
  .footer .fot1 .box {
    flex-wrap: wrap;
  }
}
.footer .fot1 .foot-logo {
  width: 220px;
}
.footer .fot1 .foot-logo img {
  width: 100%;
  height: auto;
}
.footer .fot1 .right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 54.5%;
}
@media (max-width: 1440px) {
  .footer .fot1 .right {
    width: 60%;
  }
}
@media (max-width: 1199px) {
  .footer .fot1 .right {
    width: 100%;
    margin-top: 30px;
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .footer .fot1 .right .title {
    width: 100%;
  }
}
.footer .fot1 .right .title h2 {
  margin-bottom: 14px;
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.48px;
}
@media (max-width: 1400px) {
  .footer .fot1 .right .title h2 {
    margin-bottom: 10px;
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .footer .fot1 .right .title h2 {
    font-size: 20px;
  }
}
.footer .fot1 .right .title p {
  color: #FFF;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.32px;
}
@media (max-width: 767px) {
  .footer .fot1 .right .title p {
    font-size: 14px;
  }
}
.footer .fot1 .right .form {
  width: 54%;
}
@media (max-width: 991px) {
  .footer .fot1 .right .form {
    width: 100%;
    margin-top: 20px;
  }
}
.footer .fot1 .right .form form {
  border-radius: 10px;
  background: #FFF;
  padding: 2px;
  padding-left: 34px;
}
.footer .fot1 .right .form form input {
  width: 70%;
  background: transparent;
  border: none;
  color: #999;
  font-size: 14px;
  line-height: 175%;
}
.footer .fot1 .right .form form input::placeholder {
  color: #999;
  font-size: 14px;
  line-height: 175%;
}
.footer .fot1 .right .form form input:focus {
  outline: none;
}
.footer .fot1 .right .form form input:focus::placeholder {
  color: #ccc;
}
.footer .fot1 .right .form form button {
  border: none;
  outline: none;
  cursor: pointer;
  padding: 2px 29px;
  border-radius: 0 10px 10px 0;
  background-color: #00599F;
  transition: all 0.3s;
}
.footer .fot1 .right .form form button:hover {
  background-color: #0089F4;
}
.footer .fot1 .right .form form button .iconfont {
  color: #FFFFFF;
  font-size: 28px;
}
.footer .fot2 .box {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #FFFFFF33;
  padding: 50px 0;
}
@media (max-width: 1400px) {
  .footer .fot2 .box {
    padding: 40px 0;
  }
}
@media (max-width: 1199px) {
  .footer .fot2 .box {
    flex-wrap: wrap;
  }
}
.footer .fot2 .box .left {
  width: 28%;
}
@media (max-width: 1199px) {
  .footer .fot2 .box .left {
    width: 100%;
  }
}
.footer .fot2 .box .left h2 {
  color: #FFF;
  font-size: 24px;
  font-weight: 600;
}
.footer .fot2 .box .left .top ul {
  margin-top: 30px;
}
.footer .fot2 .box .left .top ul li {
  margin-top: 20px;
  display: flex;
}
.footer .fot2 .box .left .top ul li:first-child {
  margin-top: 0;
}
.footer .fot2 .box .left .top ul li .iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #FFF;
}
.footer .fot2 .box .left .top ul li p {
  color: #FFF;
  font-size: 16px;
}
@media (max-width: 767px) {
  .footer .fot2 .box .left .top ul li p {
    font-size: 14px;
  }
}
.footer .fot2 .box .left .top ul li p a {
  color: #FFF;
  transition: all 0.5s;
}
.footer .fot2 .box .left .top ul li p a:hover {
  text-decoration: underline;
}
.footer .fot2 .box .left .icon {
  margin-top: 96px;
}
@media (max-width: 1400px) {
  .footer .fot2 .box .left .icon {
    margin-top: 50px;
  }
}
@media (max-width: 1199px) {
  .footer .fot2 .box .left .icon {
    margin-top: 20px;
  }
}
.footer .fot2 .box .left .icon ul {
  list-style: none;
  display: flex;
  margin: 0 -18px;
}
.footer .fot2 .box .left .icon ul li {
  position: relative;
  padding: 0 18px;
}
.footer .fot2 .box .left .icon ul li:last-child::after {
  display: none;
}
.footer .fot2 .box .left .icon ul li::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 26px;
  background: rgba(234, 234, 234, 0.4);
}
.footer .fot2 .box .left .icon ul li .iconfont {
  display: inline-block;
  color: #FFFFFFCC;
  font-size: 20px;
  transition: all 0.5s;
}
.footer .fot2 .box .left .icon ul li .iconfont:hover {
  color: #F5F4EE;
}
.footer .fot2 .box .right {
  width: 54.5%;
}
@media (max-width: 1440px) {
  .footer .fot2 .box .right {
    width: 60%;
  }
}
@media (max-width: 1199px) {
  .footer .fot2 .box .right {
    width: 100%;
    margin-top: 40px;
  }
}
.footer .fot2 .box .right .rinav ul {
  list-style: none;
  display: flex;
}
@media (max-width: 1199px) {
  .footer .fot2 .box .right .rinav ul {
    flex-wrap: wrap;
  }
}
.footer .fot2 .box .right .rinav ul li {
  margin-right: 36px;
}
@media (max-width: 1400px) {
  .footer .fot2 .box .right .rinav ul li {
    margin-right: 22px;
  }
}
@media (max-width: 1199px) {
  .footer .fot2 .box .right .rinav ul li {
    margin-top: 5px;
  }
}
.footer .fot2 .box .right .rinav ul li:last-child {
  margin-right: 0;
}
.footer .fot2 .box .right .rinav ul li a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.36px;
  transition: all 0.5s;
}
@media (max-width: 1199px) {
  .footer .fot2 .box .right .rinav ul li a {
    font-size: 16px;
  }
}
.footer .fot2 .box .right .rinav ul li a:hover {
  color: #FFF;
  text-decoration: underline;
}
.footer .fot2 .box .right .rtcont {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 1199px) {
  .footer .fot2 .box .right .rtcont {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .footer .fot2 .box .right .rtcont {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .footer .fot2 .box .right .rtcont .rtcont-nav {
    width: 100%;
    margin-bottom: 20px;
  }
}
.footer .fot2 .box .right .rtcont .rtcont-nav ul {
  list-style: none;
}
.footer .fot2 .box .right .rtcont .rtcont-nav ul li {
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .footer .fot2 .box .right .rtcont .rtcont-nav ul li {
    margin-top: 12px;
  }
}
.footer .fot2 .box .right .rtcont .rtcont-nav ul li:first-child {
  margin-top: 0;
}
.footer .fot2 .box .right .rtcont .rtcont-nav ul li a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  line-height: 26px;
  /* 144.444% */
  letter-spacing: -0.36px;
  transition: all 0.5s;
}
.footer .fot2 .box .right .rtcont .rtcont-nav ul li a:hover {
  color: #FFF;
  text-decoration: underline;
}
@media (max-width: 1199px) {
  .footer .fot2 .box .right .rtcont .rtcont-nav ul li a {
    font-size: 16px;
  }
}
.footer .fot2 .box .right .rtcont .translate {
  min-width: 160px;
  min-height: 25px;
  text-align: right;
}
@media (max-width: 767px) {
  .footer .fot2 .box .right .rtcont .translate {
    text-align: left;
  }
}
.footer .fot3 {
  border-top: 1px solid #FFFFFF33;
  padding: 20px 0 70px 0;
}
.footer .fot3 .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #FFF;
  font-size: 14px;
  line-height: 175%;
}
@media (max-width: 1400px) {
  .footer .fot3 .box {
    font-size: 13px;
  }
}
@media (max-width: 1199px) {
  .footer .fot3 .box {
    font-size: 14px;
    flex-wrap: wrap;
  }
}
.footer .fot3 .box .text {
  display: inline-flex;
}
@media (max-width: 1199px) {
  .footer .fot3 .box .text {
    flex-wrap: wrap;
  }
}
.footer .fot3 .box .text a {
  color: #FFF;
}
.footer .fot3 .box .text a:hover {
  text-decoration: underline;
}
.footer .fot3 .box .text .cnzz {
  display: inline-block;
  margin-left: 10px;
}
.footer .fot3 .box .txt-right {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .footer .fot3 .box .txt-right {
    width: 100%;
    margin-top: 10px;
  }
}
.footer .fot3 .box .txt-right a {
  color: #FFF;
  margin-left: 30px;
  transition: all 0.5s;
}
.footer .fot3 .box .txt-right a:first-child {
  margin-left: 0;
}
.footer .fot3 .box .txt-right a:hover {
  color: #FFF;
  text-decoration: underline;
}
.pro-banner img {
  width: 100%;
  height: auto;
}
.product {
  padding: 120px 0 130px 0;
}
@media (max-width: 1560px) {
  .product {
    padding: 100px 0 110px 0;
  }
}
@media (max-width: 1400px) {
  .product {
    padding: 80px 0 90px 0;
  }
}
@media (max-width: 1199px) {
  .product {
    padding: 60px 0 70px 0;
  }
}
@media (max-width: 1400px) {
  .product {
    padding: 40px 0 50px 0;
  }
}
.product .popular {
  margin-top: 60px;
}
@media (max-width: 1400px) {
  .product .popular {
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  .product .popular {
    margin-top: 30px;
  }
}
.product .popular .top-nav {
  display: flex;
  display: none;
}
@media (max-width: 1199px) {
  .product .popular .top-nav {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .product .popular .top-nav {
    font-size: 14px;
  }
}
.product .popular .top-nav li {
  display: block;
  padding: 10px;
}
@media (max-width: 991px) {
  .product .popular .top-nav li {
    width: 50%;
    padding: 5px;
  }
}
@media (max-width: 767px) {
  .product .popular .top-nav li {
    display: inline-block;
    vertical-align: top;
    height: auto;
  }
}
.product .popular .top-nav .top-a {
  text-decoration: none;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00599F;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  padding: 10px 6px;
  font-size: 16px;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  height: 100%;
}
@media (max-width: 991px) {
  .product .popular .top-nav .top-a {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .product .popular .top-nav .top-a {
    font-size: 14px;
  }
}
.product .popular .top-nav .top-a:hover {
  color: white;
  background-color: #0089F4;
}
.product .popular .popular-box {
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .product .popular .popular-box .popular-left {
    display: none;
  }
}
.product .popular .popular-box .popular-left .left-ul {
  position: sticky;
  top: 160px;
  overflow: hidden;
  width: 400px;
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-left .left-ul {
    width: 320px;
  }
}
.product .popular .popular-box .popular-left .ul-li {
  display: block;
  position: relative;
  margin-top: 20px;
}
.product .popular .popular-box .popular-left .ul-li:first-child {
  margin-top: 0;
  padding-top: 0;
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-left .ul-li {
    margin-top: 10px;
  }
}
.product .popular .popular-box .popular-left .ul-li p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 10px 20px;
  border-radius: 6px;
  background-color: #F7F7F7;
}
.product .popular .popular-box .popular-left .ul-li p::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'iconfont' !important;
  font-size: 30px;
  font-weight: 400;
  color: #666666;
  content: "\eb8a";
  transform: rotate(-90deg);
  transition: all 0.5s;
}
.product .popular .popular-box .popular-left .ul-li p > a {
  overflow: hidden;
  transition: all 0.5s ease;
  align-items: center;
  position: relative;
}
.product .popular .popular-box .popular-left .ul-li p > a span {
  color: #333;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: -0.36px;
  position: relative;
  z-index: 6;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-left .ul-li p > a span {
    font-size: 16px;
  }
}
.product .popular .popular-box .popular-left .ul-li ul {
  list-style: none;
  display: none;
  background: #FFF;
  padding-top: 20px;
  padding-left: 20px;
}
.product .popular .popular-box .popular-left .ul-li ul li {
  display: block;
  padding-left: 10px;
  border-left: 1px solid #DEDEDE;
  transition: all 0.4s;
  position: relative;
}
.product .popular .popular-box .popular-left .ul-li ul li::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #00599F;
  width: 2px;
  height: 0;
  transition: all 0.5s;
}
.product .popular .popular-box .popular-left .ul-li ul li:hover::after {
  height: 100%;
}
.product .popular .popular-box .popular-left .ul-li ul li:hover a {
  color: #00599F;
  background-color: #F7F7F7;
  text-decoration: underline;
}
.product .popular .popular-box .popular-left .ul-li ul li.on::after {
  height: 100%;
}
.product .popular .popular-box .popular-left .ul-li ul li.on a {
  color: #00599F;
  background-color: #F7F7F7;
  text-decoration: underline;
}
.product .popular .popular-box .popular-left .ul-li ul li:first-child {
  margin-top: 0;
}
.product .popular .popular-box .popular-left .ul-li ul li:last-child {
  margin-bottom: 0;
}
.product .popular .popular-box .popular-left .ul-li ul li a {
  color: #666;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -0.32px;
  border-radius: 6px;
  padding: 10px;
  padding-left: 20px;
  display: block;
  position: relative;
  transition: all 0.4s;
  overflow: hidden;
  display: flex;
  align-items: center;
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-left .ul-li ul li a {
    font-size: 16px;
  }
}
.product .popular .popular-box .popular-left .ul-li.active p {
  background-color: #00599F;
}
.product .popular .popular-box .popular-left .ul-li.active p::after {
  transform: rotate(90deg);
  color: #FFF;
}
.product .popular .popular-box .popular-left .ul-li.active p > a {
  color: #FFF;
}
.product .popular .popular-box .popular-left .ul-li.active p > a span {
  color: #FFF;
}
.product .popular .popular-box .popular-right {
  width: calc(100% - 400px - 60px);
  margin-left: auto;
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-right {
    width: calc(100% - 320px - 30px);
  }
}
@media (max-width: 1199px) {
  .product .popular .popular-box .popular-right {
    width: 100%;
    margin-top: 20px;
  }
}
.product .popular .popular-box .popular-right.product-right {
  overflow: hidden;
}
.product .popular .popular-box .popular-right .content .row-box {
  margin: -26px -12px;
}
.product .popular .popular-box .popular-right .content .row-box .col-box {
  padding: 26px 12px;
}
.product .popular .popular-box .popular-right .content .row-box .col-box .item {
  border-radius: 6px;
  background-color: #F7F7F7;
  position: relative;
  padding: 10px;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .product .popular .popular-box .popular-right .content .row-box .col-box .item {
    background-color: #00599F;
  }
}
.product .popular .popular-box .popular-right .content .row-box .col-box .item:hover {
  background-color: #00599F;
}
.product .popular .popular-box .popular-right .content .row-box .col-box .item:hover .img-box img {
  transform: scale(1.06);
}
.product .popular .popular-box .popular-right .content .row-box .col-box .item:hover .cont {
  padding-top: 20px;
  padding-bottom: 30px;
}
.product .popular .popular-box .popular-right .content .row-box .col-box .item:hover .cont .tit a {
  color: #FFF;
}
.product .popular .popular-box .popular-right .content .row-box .col-box .item:hover .cont .icon {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.product .popular .popular-box .popular-right .content .row-box .col-box .item .img-box {
  border-radius: 10px;
  padding-bottom: calc(210 / 290 * 100%);
}
.product .popular .popular-box .popular-right .content .row-box .col-box .item .cont {
  padding: 20px 10px;
  padding-top: 30px;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .product .popular .popular-box .popular-right .content .row-box .col-box .item .cont {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
.product .popular .popular-box .popular-right .content .row-box .col-box .item .cont .tit {
  color: #333;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.36px;
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-right .content .row-box .col-box .item .cont .tit {
    font-size: 16px;
  }
}
.product .popular .popular-box .popular-right .content .row-box .col-box .item .cont .tit a {
  color: #333;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .product .popular .popular-box .popular-right .content .row-box .col-box .item .cont .tit a {
    color: #FFF;
  }
}
.product .popular .popular-box .popular-right .content .row-box .col-box .item .cont .icon {
  opacity: 0;
  position: absolute;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%) translateY(22px);
  transition: all 0.5s;
}
.product .popular .popular-box .popular-right .content .row-box .col-box .item .cont .icon::after {
  font-family: 'iconfont' !important;
  content: "\eb8a";
  color: #333333;
  font-size: 26px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  filter: drop-shadow(0 4px 10px rgba(0, 89, 159, 0.48));
}
@media (max-width: 767px) {
  .product .popular .popular-box .popular-right .content .row-box .col-box .item .cont .icon {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}
.prodetails {
  padding-bottom: 115px;
}
@media (max-width: 1560px) {
  .prodetails {
    padding-bottom: 75px;
  }
}
@media (max-width: 1400px) {
  .prodetails {
    padding-bottom: 65px;
  }
}
@media (max-width: 1199px) {
  .prodetails {
    padding-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .prodetails {
    padding-bottom: 25px;
  }
}
.prodetails .prodetails-top {
  background: linear-gradient(0deg, rgba(254, 254, 254, 0.15) 0%, rgba(14, 80, 200, 0.15) 100%);
  padding: 120px 0 80px 0;
}
@media (max-width: 1560px) {
  .prodetails .prodetails-top {
    padding: 100px 0 60px 0;
  }
}
@media (max-width: 1400px) {
  .prodetails .prodetails-top {
    padding: 80px 0 60px 0;
  }
}
@media (max-width: 1199px) {
  .prodetails .prodetails-top {
    padding: 60px 0 40px 0;
  }
}
@media (max-width: 991px) {
  .prodetails .prodetails-top {
    padding: 50px 0 40px 0;
  }
}
.prodetails .prodetails-top .box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .prodetails .prodetails-top .box {
    flex-wrap: wrap;
  }
}
.prodetails .prodetails-top .box .left {
  width: 45%;
}
@media (max-width: 1199px) {
  .prodetails .prodetails-top .box .left {
    width: 100%;
  }
}
.prodetails .prodetails-top .box .left .tit h2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #2D1D1D;
  text-overflow: ellipsis;
  font-size: 40px;
  font-weight: 500;
  line-height: 52px;
  letter-spacing: -0.8px;
}
@media (max-width: 1440px) {
  .prodetails .prodetails-top .box .left .tit h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 14000px) {
  .prodetails .prodetails-top .box .left .tit h2 {
    font-size: 30px;
  }
}
@media (max-width: 1199px) {
  .prodetails .prodetails-top .box .left .tit h2 {
    font-size: 28px;
    line-height: normal;
  }
}
@media (max-width: 991px) {
  .prodetails .prodetails-top .box .left .tit h2 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .prodetails .prodetails-top .box .left .tit h2 {
    font-size: 24px;
  }
}
.prodetails .prodetails-top .box .left .hr {
  margin: 34px 0;
  height: 1px;
  background: #DEDEDE;
}
@media (max-width: 1400px) {
  .prodetails .prodetails-top .box .left .hr {
    margin: 20px 0;
  }
}
.prodetails .prodetails-top .box .left .cont .txt p {
  color: #666;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.32px;
}
@media (max-width: 767px) {
  .prodetails .prodetails-top .box .left .cont .txt p {
    font-size: 14px;
  }
}
.prodetails .prodetails-top .box .left .cont .contimg {
  margin-top: 40px;
}
@media (max-width: 1400px) {
  .prodetails .prodetails-top .box .left .cont .contimg {
    margin-top: 20px;
  }
}
.prodetails .prodetails-top .box .left .cont .contimg .row-box {
  margin: -10px -9px;
}
.prodetails .prodetails-top .box .left .cont .contimg .row-box .col-box {
  padding: 10px 9px;
}
.prodetails .prodetails-top .box .left .cont .contimg .row-box .col-box.slick-slide.slick-current .item {
  border: 1px solid #00599F;
  border-radius: 10px;
}
.prodetails .prodetails-top .box .left .cont .contimg .row-box .col-box .item {
  cursor: pointer;
}
.prodetails .prodetails-top .box .left .cont .contimg .row-box .col-box .item .img-box {
  border-radius: 10px;
  padding-bottom: calc(106 / 150 * 100%);
}
.prodetails .prodetails-top .box .left .pstpnav {
  margin-top: 60px;
  display: flex;
}
@media (max-width: 1400px) {
  .prodetails .prodetails-top .box .left .pstpnav {
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  .prodetails .prodetails-top .box .left .pstpnav {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .prodetails .prodetails-top .box .left .pstpnav {
    flex-wrap: wrap;
  }
}
.prodetails .prodetails-top .box .left .pstpnav .item1 {
  display: inline-flex;
  align-items: center;
  margin-right: 40px;
}
@media (max-width: 1400px) {
  .prodetails .prodetails-top .box .left .pstpnav .item1 {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .prodetails .prodetails-top .box .left .pstpnav .item1 {
    margin-right: 0;
    width: 100%;
  }
}
.prodetails .prodetails-top .box .left .pstpnav .item1::before {
  font-family: 'iconfont' !important;
  content: '\eb08';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 46px;
  background: #00599F;
  color: #FFF;
  font-size: 26px;
  margin-right: 20px;
}
@media (max-width: 1400px) {
  .prodetails .prodetails-top .box .left .pstpnav .item1::before {
    width: 40px;
    height: 40px;
    font-size: 20px;
    margin-right: 10px;
  }
}
.prodetails .prodetails-top .box .left .pstpnav .item1 a {
  color: #00599F;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.32px;
}
@media (max-width: 767px) {
  .prodetails .prodetails-top .box .left .pstpnav .item1 a {
    font-size: 14px;
  }
}
.prodetails .prodetails-top .box .left .pstpnav .item2 {
  margin-right: 25px;
}
@media (max-width: 1400px) {
  .prodetails .prodetails-top .box .left .pstpnav .item2 {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .prodetails .prodetails-top .box .left .pstpnav .item2 {
    margin-right: 0;
    width: 100%;
    margin-top: 10px;
  }
  .prodetails .prodetails-top .box .left .pstpnav .item2:first-child {
    margin-top: 0;
  }
}
.prodetails .prodetails-top .box .left .pstpnav .item2:last-child {
  margin-right: 0;
}
.prodetails .prodetails-top .box .left .pstpnav .item2 a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  padding: 13px 30px;
  border-radius: 72px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: #000;
  color: #FFF;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.32px;
  transition: all 0.5s;
}
@media (max-width: 1440px) {
  .prodetails .prodetails-top .box .left .pstpnav .item2 a {
    min-width: 150px;
  }
}
@media (max-width: 1400px) {
  .prodetails .prodetails-top .box .left .pstpnav .item2 a {
    min-width: auto;
    padding: 12px 20px;
  }
}
@media (max-width: 767px) {
  .prodetails .prodetails-top .box .left .pstpnav .item2 a {
    font-size: 14px;
    width: 100%;
  }
}
.prodetails .prodetails-top .box .left .pstpnav .item2 a:hover {
  background-color: #00599F;
}
.prodetails .prodetails-top .box .right {
  width: 52%;
}
@media (max-width: 1199px) {
  .prodetails .prodetails-top .box .right {
    width: 100%;
    margin-top: 30px;
  }
}
.prodetails .prodetails-top .box .right .img-box {
  padding-bottom: calc(520 / 735 * 100%);
  border-radius: 10px;
}
.prodetails .prodetails-top .box .right .share {
  justify-content: flex-end;
  margin-top: 50px;
}
@media (max-width: 1400px) {
  .prodetails .prodetails-top .box .right .share {
    margin-top: 30px;
  }
}
@media (max-width: 1199px) {
  .prodetails .prodetails-top .box .right .share {
    margin-top: 20px;
  }
}
.prodetails .prodetails-top .box .right .share p {
  color: #333;
  font-size: 15px;
  line-height: 18px;
  margin-right: 20px;
}
.prodetails .prdetails {
  margin-top: 40px;
}
@media (max-width: 1400px) {
  .prodetails .prdetails {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .prodetails .prdetails {
    margin-top: 20px;
  }
}
.prodetails .prdetails img {
  max-width: 100%;
}
.prodetails .prdetails .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 70px 0 40px 0;
}
@media (max-width: 1400px) {
  .prodetails .prdetails .title {
    padding: 50px 0 30px 0;
  }
}
@media (max-width: 1200px) {
  .prodetails .prdetails .title {
    padding: 40px 0 20px 0;
  }
}
@media (max-width: 992px) {
  .prodetails .prdetails .title {
    flex-wrap: wrap;
  }
}
.prodetails .prdetails .title h2 {
  color: #333;
  font-size: 40px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.8px;
  width: 70%;
}
@media (max-width: 1400px) {
  .prodetails .prdetails .title h2 {
    font-size: 35px;
  }
}
@media (max-width: 1199px) {
  .prodetails .prdetails .title h2 {
    font-size: 30px;
  }
}
@media (max-width: 992px) {
  .prodetails .prdetails .title h2 {
    width: 100%;
    font-size: 27px;
  }
}
@media (max-width: 767px) {
  .prodetails .prdetails .title h2 {
    font-size: 24px;
  }
}
.prodetails .prdetails .title .prev-next {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .prodetails .prdetails .title .prev-next {
    margin: 30px 0;
  }
}
.prodetails .prdetails .pron .title {
  padding-top: 0;
  padding-bottom: 30px;
}
@media (max-width: 1200px) {
  .prodetails .prdetails .pron .title {
    padding-bottom: 20px;
  }
}
.prodetails .prdetails .pron p {
  color: #666;
  font-size: 18px;
  line-height: 200%;
  letter-spacing: -0.36px;
}
@media (max-width: 1400px) {
  .prodetails .prdetails .pron p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .prodetails .prdetails .pron p {
    font-size: 14px;
  }
}
.prodetails .prdetails table {
  max-width: 100%;
  width: 100%;
}
.prodetails .prdetails table tr td {
  border: 1px solid #ddd;
  text-align: center;
  padding: 15px 20px;
  color: #666;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .prodetails .prdetails table tr td {
    font-size: 14px;
  }
}
.prodetails .prdetails .inquiry .message {
  width: 100%;
}
.prodetails .prdetails .inquiry .message .formbox .now-title {
  margin-bottom: 10px;
}
.prodetails .prdetails .inquiry .message .formbox .now-title input {
  width: 100%;
  border: none;
  border-radius: 6px;
  background: #00599F;
  padding: 12px 20px;
  color: #FFF;
  font-size: 18px;
  line-height: 26px;
}
@media (max-width: 1400px) {
  .prodetails .prdetails .inquiry .message .formbox .now-title input {
    padding: 12px 20px;
  }
}
@media (max-width: 767px) {
  .prodetails .prdetails .inquiry .message .formbox .now-title input {
    font-size: 14px;
  }
}
.prodetails .prdetails .inquiry .message .formbox .row {
  list-style: none;
  margin: -5px;
}
.prodetails .prdetails .inquiry .message .formbox li {
  padding: 5px;
}
.prodetails .prdetails .inquiry .message .formbox .group {
  position: relative;
}
.prodetails .prdetails .inquiry .message .formbox .group input {
  border: none;
  overflow: hidden;
  width: 100%;
  border-radius: 6px;
  background: #FAFAFA;
  color: #666;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.32px;
  padding: 20px;
  outline: none;
  transition: border-color 0.3s ease;
}
@media (max-width: 1199px) {
  .prodetails .prdetails .inquiry .message .formbox .group input {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .prodetails .prdetails .inquiry .message .formbox .group input {
    font-size: 14px;
  }
}
.prodetails .prdetails .inquiry .message .formbox .group input::placeholder {
  color: #666;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.32px;
}
@media (max-width: 991px) {
  .prodetails .prdetails .inquiry .message .formbox .group input::placeholder {
    font-size: 14px;
  }
}
.prodetails .prdetails .inquiry .message .formbox .group input:focus label {
  display: none;
}
.prodetails .prdetails .inquiry .message .formbox .group input:focus::placeholder {
  color: #ccc;
}
.prodetails .prdetails .inquiry .message .formbox .group textarea {
  border: none;
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
  background: #FAFAFA;
  color: #666;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.32px;
  padding: 20px;
  outline: none;
  transition: border-color 0.3s ease;
  height: 200px;
}
@media (max-width: 1199px) {
  .prodetails .prdetails .inquiry .message .formbox .group textarea {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .prodetails .prdetails .inquiry .message .formbox .group textarea {
    font-size: 14px;
    height: 150px;
  }
}
.prodetails .prdetails .inquiry .message .formbox .group textarea::placeholder {
  color: #666;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.32px;
}
@media (max-width: 991px) {
  .prodetails .prdetails .inquiry .message .formbox .group textarea::placeholder {
    font-size: 14px;
  }
}
.prodetails .prdetails .inquiry .message .formbox .group textarea:focus label {
  display: none;
}
.prodetails .prdetails .inquiry .message .formbox .group textarea:focus::placeholder {
  color: #ccc;
}
.prodetails .prdetails .inquiry .message .func {
  margin-top: 29px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 1199px) {
  .prodetails .prdetails .inquiry .message .func {
    margin-top: 20px;
  }
}
.prodetails .prdetails .inquiry .message .func button {
  border: none;
  transition: all 0.5s;
  padding: 12px 60px;
}
.prodetails .prdetails .prsrelate .title {
  border-bottom: 1px solid #DEDEDE;
}
.prodetails .prdetails .prsrelate .content {
  padding-top: 40px;
}
@media (max-width: 1400px) {
  .prodetails .prdetails .prsrelate .content {
    padding-top: 30px;
  }
}
.prodetails .prdetails .prsrelate .content .prsrelate-slick {
  margin: 0 -15px;
}
.prodetails .prdetails .prsrelate .content .prsrelate-slick .col-box {
  padding: 0 15px;
  padding-bottom: 40px;
}
.prodetails .prdetails .prsrelate .content .prsrelate-slick .col-box .item {
  border-radius: 6px;
  background-color: #F7F7F7;
  position: relative;
  padding: 10px;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .prodetails .prdetails .prsrelate .content .prsrelate-slick .col-box .item {
    background-color: #00599F;
  }
}
.prodetails .prdetails .prsrelate .content .prsrelate-slick .col-box .item:hover {
  background-color: #00599F;
}
.prodetails .prdetails .prsrelate .content .prsrelate-slick .col-box .item:hover .img-box img {
  transform: scale(1.06);
}
.prodetails .prdetails .prsrelate .content .prsrelate-slick .col-box .item:hover .cont .tit a {
  color: #FFF;
}
.prodetails .prdetails .prsrelate .content .prsrelate-slick .col-box .item:hover .cont .icon {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.prodetails .prdetails .prsrelate .content .prsrelate-slick .col-box .item .img-box {
  border-radius: 10px;
  padding-bottom: calc(210 / 290 * 100%);
}
.prodetails .prdetails .prsrelate .content .prsrelate-slick .col-box .item .cont {
  padding: 30px 20px;
  padding-bottom: 35px;
  transition: all 0.5s;
}
@media (max-width: 1400px) {
  .prodetails .prdetails .prsrelate .content .prsrelate-slick .col-box .item .cont {
    padding-top: 20px;
  }
}
.prodetails .prdetails .prsrelate .content .prsrelate-slick .col-box .item .cont .tit {
  color: #333;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.36px;
}
@media (max-width: 1400px) {
  .prodetails .prdetails .prsrelate .content .prsrelate-slick .col-box .item .cont .tit {
    font-size: 16px;
  }
}
.prodetails .prdetails .prsrelate .content .prsrelate-slick .col-box .item .cont .tit a {
  color: #333;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .prodetails .prdetails .prsrelate .content .prsrelate-slick .col-box .item .cont .tit a {
    color: #FFF;
  }
}
.prodetails .prdetails .prsrelate .content .prsrelate-slick .col-box .item .cont .icon {
  opacity: 0;
  position: absolute;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%) translateY(22px);
  transition: all 0.5s;
}
.prodetails .prdetails .prsrelate .content .prsrelate-slick .col-box .item .cont .icon::after {
  font-family: 'iconfont' !important;
  content: "\eb8a";
  color: #333333;
  font-size: 30px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  filter: drop-shadow(0 4px 10px rgba(0, 89, 159, 0.48));
}
@media (max-width: 767px) {
  .prodetails .prdetails .prsrelate .content .prsrelate-slick .col-box .item .cont .icon {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}
.psres .title {
  border-bottom: 1px solid #DEDEDE;
}
.psres .content {
  padding-top: 40px;
}
@media (max-width: 1400px) {
  .psres .content {
    padding-top: 30px;
  }
}
.psres .content .psres-slick {
  margin: -10px -15px;
}
@media (max-width: 991px) {
  .psres .content .psres-slick {
    margin: -10px -10px;
  }
}
.psres .content .psres-slick .item-box {
  padding: 10px 15px;
}
@media (max-width: 991px) {
  .psres .content .psres-slick .item-box {
    padding: 10px 10px;
  }
}
.psres .content .psres-slick .item-box .item {
  padding: 24px 30px;
  background: #FFF;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
}
.psres .content .psres-slick .item-box .item .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.psres .content .psres-slick .item-box .item .top .tit {
  color: #00599F;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}
.psres .content .psres-slick .item-box .item .top .date {
  color: #474747;
  font-size: 14px;
  line-height: 20px;
}
.psres .content .psres-slick .item-box .item .hr {
  margin: 16px 0;
  background: #F3F3F3;
  height: 1px;
}
.psres .content .psres-slick .item-box .item .cont p {
  color: #474747;
  font-size: 14px;
  line-height: 24px;
}
.factory {
  padding: 80px 0 130px 0;
}
@media (max-width: 1560px) {
  .factory {
    padding: 60px 0 100px 0;
  }
}
@media (max-width: 1400px) {
  .factory {
    padding: 50px 0 80px 0;
  }
}
@media (max-width: 1199px) {
  .factory {
    padding: 40px 0 50px 0;
  }
}
.factory .index-title {
  width: 65%;
}
@media (max-width: 1560px) {
  .factory .index-title {
    width: 70%;
  }
}
@media (max-width: 1400px) {
  .factory .index-title {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .factory .index-title {
    width: 100%;
  }
}
.factory .hr {
  height: 1px;
  background: #DEDEDE;
  margin: 50px 0;
}
@media (max-width: 1400px) {
  .factory .hr {
    margin: 40px 0;
  }
}
@media (max-width: 1199px) {
  .factory .hr {
    margin: 30px 0;
  }
}
.factory .content .row-box {
  margin: -15px;
}
@media (max-width: 991px) {
  .factory .content .row-box {
    margin: -10px;
  }
}
.factory .content .row-box .col-box {
  padding: 15px;
}
@media (max-width: 991px) {
  .factory .content .row-box .col-box {
    padding: 10px;
  }
}
.factory .content .row-box .col-box .item {
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}
.factory .content .row-box .col-box .item:hover .img-box img {
  transform: scale(1.06);
}
.factory .content .row-box .col-box .item:hover .tit span {
  color: #fff;
  background-color: #00599F;
}
.factory .content .row-box .col-box .img-box {
  padding-bottom: calc(360 / 460 * 100%);
}
.factory .content .row-box .col-box .tit span {
  display: flex;
  text-align: center;
  justify-content: center;
  padding: 25px 20px;
  color: #666;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.4px;
  background-color: #F7F7F7;
  transition: all 0.5s;
}
@media (max-width: 1400px) {
  .factory .content .row-box .col-box .tit span {
    font-size: 18px;
    padding: 20px 15px;
  }
}
@media (max-width: 1199px) {
  .factory .content .row-box .col-box .tit span {
    font-size: 16px;
    padding: 15px 10px;
  }
}
.case {
  padding: 110px 0 130px 0;
}
@media (max-width: 1400px) {
  .case {
    padding: 80px 0 100px 0;
  }
}
@media (max-width: 1199px) {
  .case {
    padding: 60px 0 80px 0;
  }
}
@media (max-width: 991px) {
  .case {
    padding: 40px 0 60px 0;
  }
}
@media (max-width: 767px) {
  .case {
    padding: 40px 0 50px 0;
  }
}
.case .index-title {
  width: 65%;
}
@media (max-width: 1560px) {
  .case .index-title {
    width: 70%;
  }
}
@media (max-width: 1400px) {
  .case .index-title {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .case .index-title {
    width: 100%;
  }
}
.case .content {
  margin-top: 60px;
}
@media (max-width: 1400px) {
  .case .content {
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  .case .content {
    margin-top: 30px;
  }
}
.case .content .row-box {
  margin: -15px;
}
@media (max-width: 991px) {
  .case .content .row-box {
    margin: -10px;
  }
}
.case .content .row-box .col-box {
  padding: 15px;
}
@media (max-width: 991px) {
  .case .content .row-box .col-box {
    padding: 10px;
  }
}
.case .content .row-box .col-box .item {
  border-radius: 10px;
  border: 1px solid #DEDEDE;
  padding: 12px;
  padding-bottom: 24px;
}
.case .content .row-box .col-box .item:hover .img-box img {
  transform: scale(1.06);
}
.case .content .row-box .col-box .item:hover .cont .tit a {
  color: #00599F;
  text-decoration: underline;
}
.case .content .row-box .col-box .item:hover .cont .more a {
  background-color: #00599F;
  color: #fff;
}
.case .content .row-box .col-box .item .img-box {
  border-radius: 10px;
  padding-bottom: calc(270 / 440 * 100%);
}
.case .content .row-box .col-box .item .cont {
  margin-top: 40px;
}
@media (max-width: 1400px) {
  .case .content .row-box .col-box .item .cont {
    margin-top: 30px;
  }
}
@media (max-width: 1199px) {
  .case .content .row-box .col-box .item .cont {
    margin-top: 20px;
  }
}
.case .content .row-box .col-box .item .cont .tit {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #2D1D1D;
  text-overflow: ellipsis;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.44px;
}
@media (max-width: 1400px) {
  .case .content .row-box .col-box .item .cont .tit {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .case .content .row-box .col-box .item .cont .tit {
    font-size: 18px;
    line-height: normal;
  }
}
@media (max-width: 767px) {
  .case .content .row-box .col-box .item .cont .tit {
    font-size: 16px;
  }
}
.case .content .row-box .col-box .item .cont .tit a {
  color: #2D1D1D;
  transition: all 0.5s;
}
.case .content .row-box .col-box .item .cont .txt {
  margin-top: 20px;
}
@media (max-width: 1400px) {
  .case .content .row-box .col-box .item .cont .txt {
    margin-top: 15px;
  }
}
@media (max-width: 1199px) {
  .case .content .row-box .col-box .item .cont .txt {
    margin-top: 10px;
  }
}
.case .content .row-box .col-box .item .cont .txt p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: #666;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.32px;
}
@media (max-width: 1199px) {
  .case .content .row-box .col-box .item .cont .txt p {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .case .content .row-box .col-box .item .cont .txt p {
    font-size: 14px;
    line-height: normal;
  }
}
.case .content .row-box .col-box .item .cont .more {
  margin-top: 40px;
}
@media (max-width: 1400px) {
  .case .content .row-box .col-box .item .cont .more {
    margin-top: 30px;
  }
}
@media (max-width: 1199px) {
  .case .content .row-box .col-box .item .cont .more {
    margin-top: 30px;
  }
}
.case .content .row-box .col-box .item .cont .more a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background-color: #F7F7F7;
  padding: 15px;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.8px;
  transition: all 0.5s;
}
@media (max-width: 1199px) {
  .case .content .row-box .col-box .item .cont .more a {
    padding: 10px;
    line-height: normal;
  }
}
@media (max-width: 768px) {
  .case .content .row-box .col-box .item .cont .more a {
    font-size: 14px;
  }
}
.news {
  padding: 80px 0 130px 0;
}
@media (max-width: 1560px) {
  .news {
    padding: 60px 0 100px 0;
  }
}
@media (max-width: 1400px) {
  .news {
    padding: 50px 0 80px 0;
  }
}
@media (max-width: 1199px) {
  .news {
    padding: 40px 0 50px 0;
  }
}
.news .index-title {
  width: 65%;
}
@media (max-width: 1560px) {
  .news .index-title {
    width: 70%;
  }
}
@media (max-width: 1400px) {
  .news .index-title {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .news .index-title {
    width: 100%;
  }
}
.news .hr {
  height: 1px;
  background: #DEDEDE;
  margin: 50px 0;
}
@media (max-width: 1400px) {
  .news .hr {
    margin: 40px 0;
  }
}
@media (max-width: 1199px) {
  .news .hr {
    margin: 30px 0;
  }
}
.news .contentbox .content1 {
  position: relative;
}
.news .contentbox .content1 .news-slick .item-box .item {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .news .contentbox .content1 .news-slick .item-box .item {
    flex-wrap: wrap;
  }
}
.news .contentbox .content1 .news-slick .item-box .item:hover .cont-img .img-box img {
  transform: scale(1.06);
}
.news .contentbox .content1 .news-slick .item-box .item:hover .cont .tit-txt .tit a {
  color: #00599F;
}
.news .contentbox .content1 .news-slick .item-box .item .cont-img {
  width: 50%;
}
@media (max-width: 991px) {
  .news .contentbox .content1 .news-slick .item-box .item .cont-img {
    width: 100%;
  }
}
.news .contentbox .content1 .news-slick .item-box .item .cont-img .img-box {
  padding-bottom: calc(420 / 740 * 100%);
  border-radius: 10px;
}
.news .contentbox .content1 .news-slick .item-box .item .cont {
  width: 50%;
  padding-top: 14px;
  padding-left: 50px;
}
@media (max-width: 1400px) {
  .news .contentbox .content1 .news-slick .item-box .item .cont {
    padding-left: 40px;
  }
}
@media (max-width: 1199px) {
  .news .contentbox .content1 .news-slick .item-box .item .cont {
    padding-top: 0;
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .news .contentbox .content1 .news-slick .item-box .item .cont {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
}
.news .contentbox .content1 .news-slick .item-box .item .cont .laybel span {
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background: #00599F;
  padding: 5px 20px;
  display: -webkit-inline-flex;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: #FFF;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.28px;
}
.news .contentbox .content1 .news-slick .item-box .item .cont .tit-txt {
  margin: 50px 0 60px 0;
}
@media (max-width: 1560px) {
  .news .contentbox .content1 .news-slick .item-box .item .cont .tit-txt {
    margin: 40px 0 50px 0;
  }
}
@media (max-width: 1400px) {
  .news .contentbox .content1 .news-slick .item-box .item .cont .tit-txt {
    margin: 20px 0 40px 0;
  }
}
.news .contentbox .content1 .news-slick .item-box .item .cont .tit-txt .tit {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #2D1D1D;
  text-overflow: ellipsis;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: -0.6px;
}
@media (max-width: 1400px) {
  .news .contentbox .content1 .news-slick .item-box .item .cont .tit-txt .tit {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 1199px) {
  .news .contentbox .content1 .news-slick .item-box .item .cont .tit-txt .tit {
    font-size: 22px;
    line-height: normal;
  }
}
@media (max-width: 991px) {
  .news .contentbox .content1 .news-slick .item-box .item .cont .tit-txt .tit {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .news .contentbox .content1 .news-slick .item-box .item .cont .tit-txt .tit {
    font-size: 18px;
  }
}
.news .contentbox .content1 .news-slick .item-box .item .cont .tit-txt .tit a {
  color: #2D1D1D;
  transition: all 0.5s;
}
.news .contentbox .content1 .news-slick .item-box .item .cont .tit-txt .txt {
  margin-top: 26px;
}
@media (max-width: 1400px) {
  .news .contentbox .content1 .news-slick .item-box .item .cont .tit-txt .txt {
    margin-top: 20px;
  }
}
@media (max-width: 1199px) {
  .news .contentbox .content1 .news-slick .item-box .item .cont .tit-txt .txt {
    margin-top: 10px;
  }
}
.news .contentbox .content1 .news-slick .item-box .item .cont .tit-txt .txt p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: #666;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.32px;
}
@media (max-width: 767px) {
  .news .contentbox .content1 .news-slick .item-box .item .cont .tit-txt .txt p {
    font-size: 14px;
  }
}
.news .contentbox .content1 .slick-dots {
  position: absolute;
  bottom: 19%;
  width: auto;
  left: calc(50% + 50px);
}
@media (max-width: 1400px) {
  .news .contentbox .content1 .slick-dots {
    left: calc(50% + 40px);
  }
}
@media (max-width: 1199px) {
  .news .contentbox .content1 .slick-dots {
    left: calc(50% + 30px);
    bottom: 8%;
  }
}
@media (max-width: 991px) {
  .news .contentbox .content1 .slick-dots {
    left: 0;
    bottom: 10px;
  }
}
@media (max-width: 767px) {
  .news .contentbox .content1 .slick-dots {
    display: block !important;
  }
}
.news .contentbox .content1 .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 3px;
  border-radius: 10px;
  background: #D9D9D9;
}
.news .contentbox .content1 .slick-dots li.slick-active {
  background: #00599F;
}
.news .contentbox .content1 .slick-dots li button {
  width: auto;
  height: auto;
}
.news .contentbox .content1 .slick-dots li button::before {
  content: '';
  display: none;
}
.news .contentbox .content1 .cont2 {
  position: absolute;
  bottom: 20%;
  left: 62%;
}
@media (max-width: 1199px) {
  .news .contentbox .content1 .cont2 {
    bottom: 9%;
  }
}
@media (max-width: 991px) {
  .news .contentbox .content1 .cont2 {
    width: 90%;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.news .contentbox .content1 .cont2 .prev-next2 {
  width: 120px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .news .contentbox .content1 .cont2 .prev-next2 {
    width: 100%;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .news .contentbox .content1 .cont2 .prev-next2 {
    display: none !important;
  }
}
.news .contentbox .content1 .cont2 .prev-next2 .slick-prev::before {
  display: none;
}
.news .contentbox .content1 .cont2 .prev-next2 .slick-next::before,
.news .contentbox .content1 .cont2 .prev-next2 .slick-prev::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'iconfont' !important;
  font-size: 40px;
  font-weight: bold;
  display: block;
  content: '\eb8a';
  color: #66666666;
  transition: all 0.3s ease;
  z-index: 5;
}
@media (max-width: 992px) {
  .news .contentbox .content1 .cont2 .prev-next2 .slick-next::before,
  .news .contentbox .content1 .cont2 .prev-next2 .slick-prev::after {
    color: #00599F;
  }
}
.news .contentbox .content1 .cont2 .prev-next2 .slick-prev::after {
  transform: rotate(180deg) translateY(-50%);
  left: -16px;
  margin-top: -2px;
}
.news .contentbox .content1 .cont2 .prev-next2 .slick-next::before {
  right: -18px;
}
.news .contentbox .content1 .cont2 .prev-next2 .slick-prev,
.news .contentbox .content1 .cont2 .prev-next2 .slick-next {
  z-index: 1;
  transition: all 0.3s ease;
  background-color: #66666666;
  position: relative;
  display: flex;
  align-items: center;
  width: 30px;
  height: 2px;
}
@media (max-width: 992px) {
  .news .contentbox .content1 .cont2 .prev-next2 .slick-prev,
  .news .contentbox .content1 .cont2 .prev-next2 .slick-next {
    background-color: #00599F;
  }
}
.news .contentbox .content1 .cont2 .prev-next2 .slick-prev {
  margin-right: 30px;
}
@media (min-width: 992px) {
  .news .contentbox .content1 .cont2 .prev-next2 .slick-next:hover,
  .news .contentbox .content1 .cont2 .prev-next2 .slick-prev:hover {
    background-color: #00599F;
    width: 45px;
  }
  .news .contentbox .content1 .cont2 .prev-next2 .slick-prev:hover::after,
  .news .contentbox .content1 .cont2 .prev-next2 .slick-next:hover::before {
    color: #00599F;
  }
}
.news .contentbox .content1 .cont2 .prev-next2 .slick-next {
  right: 0;
}
.news .contentbox .content1 .cont2 .prev-next2 .slick-prev {
  left: 0;
}
.news .contentbox .content2 {
  margin-top: 70px;
}
@media (max-width: 1560px) {
  .news .contentbox .content2 {
    margin-top: 50px;
  }
}
.news .contentbox .content2 .row-box {
  margin: -25px -15px;
}
@media (max-width: 1199px) {
  .news .contentbox .content2 .row-box {
    margin: -20px -15px;
  }
}
.news .contentbox .content2 .row-box .col-box {
  padding: 25px 15px;
}
@media (max-width: 1199px) {
  .news .contentbox .content2 .row-box .col-box {
    padding: 20px 15px;
  }
}
.news .contentbox .content2 .row-box .col-box .item:hover .img-box img {
  transform: scale(1.06);
}
.news .contentbox .content2 .row-box .col-box .item:hover .cont .tit a {
  color: #00599F;
  text-decoration: underline;
}
.news .contentbox .content2 .row-box .col-box .item:hover .cont .date {
  color: #00599F;
}
.news .contentbox .content2 .row-box .col-box .item .img-box {
  padding-bottom: calc(260 / 460 * 100%);
  border-radius: 10px;
}
.news .contentbox .content2 .row-box .col-box .item .cont .tit {
  margin: 30px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #333;
  text-overflow: ellipsis;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.36px;
}
@media (max-width: 1400px) {
  .news .contentbox .content2 .row-box .col-box .item .cont .tit {
    margin: 20px 0;
  }
}
@media (max-width: 1199px) {
  .news .contentbox .content2 .row-box .col-box .item .cont .tit {
    margin: 15px 0;
  }
}
@media (max-width: 1400px) {
  .news .contentbox .content2 .row-box .col-box .item .cont .tit {
    font-size: 16px;
    line-height: normal;
  }
}
.news .contentbox .content2 .row-box .col-box .item .cont .tit a {
  color: #333;
  transition: all 0.5s;
}
.news .contentbox .content2 .row-box .col-box .item .cont .date {
  color: #666;
  font-size: 14px;
  transition: all 0.5s;
}
.about .ab-1 {
  position: relative;
  background: url(../img/ab-1.jpg) no-repeat center bottom;
  background-size: 100% auto;
  padding-bottom: 29%;
}
.about .ab-1 .content {
  padding-bottom: 0 !important;
}
.about .ab-1 .content .index-title h2 {
  text-align: center;
}
.about .ab-1 .content .txt {
  width: 65%;
  margin: 0 auto;
  margin-top: 20px;
}
@media (max-width: 1400px) {
  .about .ab-1 .content .txt {
    width: 75%;
  }
}
@media (max-width: 1199px) {
  .about .ab-1 .content .txt {
    width: 85%;
  }
}
@media (max-width: 991px) {
  .about .ab-1 .content .txt {
    width: 100%;
    margin-top: 15px;
  }
}
.about .ab-1 .content .txt p {
  color: #666;
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.36px;
}
@media (max-width: 1400px) {
  .about .ab-1 .content .txt p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .about .ab-1 .content .txt p {
    font-size: 14px;
    line-height: 24px;
  }
}
.about .ab-1 .content .txt p span {
  color: #00599F;
}
.about .ab-1 .content .more {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
@media (max-width: 1400px) {
  .about .ab-1 .content .more {
    margin-top: 30px;
  }
}
.about .ab-2 {
  padding-top: 120px;
}
@media (max-width: 1560px) {
  .about .ab-2 {
    padding-top: 100px;
  }
}
@media (max-width: 1400px) {
  .about .ab-2 {
    padding-top: 80px;
  }
}
@media (max-width: 1199px) {
  .about .ab-2 {
    padding-top: 60px;
  }
}
@media (max-width: 991px) {
  .about .ab-2 {
    padding-top: 40px;
  }
}
.about .ab-2 .top {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .about .ab-2 .top {
    flex-wrap: wrap;
  }
}
.about .ab-2 .top .index-title {
  width: 75%;
}
.about .ab-2 .top .index-title h2 {
  margin-bottom: 30px;
}
@media (max-width: 1400px) {
  .about .ab-2 .top .index-title h2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .about .ab-2 .top .index-title h2 {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .about .ab-2 .top .index-title {
    width: 100%;
  }
}
.about .ab-2 .top .index-title p {
  color: #333;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -0.32px;
}
@media (max-width: 767px) {
  .about .ab-2 .top .index-title p {
    font-size: 14px;
  }
}
.about .ab-2 .top .video {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 156px;
  height: 156px;
  padding-left: 3px;
  border-radius: 50%;
  position: relative;
  background-color: #00599F;
  animation: rotate;
  cursor: pointer;
}
@media (max-width: 1400px) {
  .about .ab-2 .top .video {
    width: 130px;
    height: 130px;
  }
}
@media (max-width: 1200px) {
  .about .ab-2 .top .video {
    width: 110px;
    height: 110px;
  }
}
@media (max-width: 991px) {
  .about .ab-2 .top .video {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .about .ab-2 .top .video {
    width: 90px;
    height: 90px;
  }
}
.about .ab-2 .top .video::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/ab2-1.png) no-repeat center;
  background-size: cover;
  width: 90%;
  height: 90%;
  animation: rotate 7s linear infinite;
}
.about .ab-2 .top .video .iconfont {
  color: #FFF;
  font-size: 24px;
}
.about .ab-2 .content {
  margin-top: 60px;
}
@media (max-width: 1400px) {
  .about .ab-2 .content {
    margin-top: 40px;
  }
}
@media (max-width: 1200px) {
  .about .ab-2 .content {
    margin-top: 30px;
  }
}
.about .ab-2 .content .txt {
  margin-left: auto;
  margin-right: 0;
  width: 75%;
}
@media (max-width: 1400px) {
  .about .ab-2 .content .txt {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .about .ab-2 .content .txt {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .about .ab-2 .content .txt {
    width: 100%;
  }
}
.about .ab-2 .content .txt p {
  color: #666;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.32px;
}
@media (max-width: 767px) {
  .about .ab-2 .content .txt p {
    font-size: 14px;
    line-height: 24px;
  }
}
.about .ab-3 {
  margin-top: 30px;
}
@media (max-width: 1400px) {
  .about .ab-3 {
    margin-top: 20px;
  }
}
.about .ab-3 .contimg img {
  width: 100%;
  height: auto;
  object-fit: cover;
  background: transparent;
}
.about .ab-3 .content {
  background: #F7F7F7;
  padding: 50px 0;
}
@media (max-width: 1400px) {
  .about .ab-3 .content {
    padding: 40px 0;
  }
}
.about .ab-3 .content .row-box {
  margin: -20px -28px;
}
.about .ab-3 .content .row-box .col-box {
  padding: 20px 28px;
}
.about .ab-3 .content .row-box .col-box .item .laybel {
  color: #333;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.4px;
}
@media (max-width: 1400px) {
  .about .ab-3 .content .row-box .col-box .item .laybel {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .about .ab-3 .content .row-box .col-box .item .laybel {
    font-size: 16px;
  }
}
.about .ab-3 .content .row-box .col-box .item .cunt {
  margin: 30px 0 10px 0;
  display: flex;
  align-items: center;
}
@media (max-width: 1400px) {
  .about .ab-3 .content .row-box .col-box .item .cunt {
    margin: 20px 0 10px 0;
  }
}
@media (max-width: 991px) {
  .about .ab-3 .content .row-box .col-box .item .cunt {
    margin: 15px 0 10px 0;
  }
}
.about .ab-3 .content .row-box .col-box .item .cunt .counter {
  margin-right: 5px;
  color: #333;
  font-size: 60px;
  font-weight: 700;
  line-height: 90px;
  letter-spacing: -1.2px;
}
@media (max-width: 1441px) {
  .about .ab-3 .content .row-box .col-box .item .cunt .counter {
    font-size: 50px;
    line-height: 70px;
  }
}
@media (max-width: 1400px) {
  .about .ab-3 .content .row-box .col-box .item .cunt .counter {
    font-size: 45px;
    line-height: 60px;
  }
}
@media (max-width: 1200px) {
  .about .ab-3 .content .row-box .col-box .item .cunt .counter {
    font-size: 40px;
    line-height: normal;
  }
}
@media (max-width: 991px) {
  .about .ab-3 .content .row-box .col-box .item .cunt .counter {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .about .ab-3 .content .row-box .col-box .item .cunt .counter {
    font-size: 30px;
  }
}
.about .ab-3 .content .row-box .col-box .item .cunt i {
  font-style: normal;
  color: #00599F;
  font-size: 50px;
  font-weight: 500;
  line-height: 70px;
  letter-spacing: -1px;
}
@media (max-width: 1441px) {
  .about .ab-3 .content .row-box .col-box .item .cunt i {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 1200px) {
  .about .ab-3 .content .row-box .col-box .item .cunt i {
    font-size: 35px;
    line-height: normal;
  }
}
@media (max-width: 991px) {
  .about .ab-3 .content .row-box .col-box .item .cunt i {
    font-size: 30px;
  }
}
.about .ab-3 .content .row-box .col-box .item p {
  color: #666;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.32px;
}
@media (max-width: 767px) {
  .about .ab-3 .content .row-box .col-box .item p {
    font-size: 14px;
  }
}
.about .ab-4 {
  padding: 120px 0 130px 0;
}
@media (max-width: 1560px) {
  .about .ab-4 {
    padding: 100px 0 110px 0;
  }
}
@media (max-width: 1400px) {
  .about .ab-4 {
    padding: 80px 0 90px 0;
  }
}
@media (max-width: 1199px) {
  .about .ab-4 {
    padding: 60px 0 70px 0;
  }
}
@media (max-width: 992px) {
  .about .ab-4 {
    padding: 50px 0 60px 0;
  }
}
.about .ab-4 .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .about .ab-4 .top {
    flex-wrap: wrap;
  }
}
.about .ab-4 .top .index-title {
  width: 70%;
}
@media (max-width: 992px) {
  .about .ab-4 .top .index-title {
    width: 100%;
  }
}
.about .ab-4 .top .prev-next {
  margin: 0;
}
@media (max-width: 992px) {
  .about .ab-4 .top .prev-next {
    margin: 30px 0;
  }
}
.about .ab-4 .hr {
  margin: 40px 0;
  height: 1px;
  background: #DEDEDE;
}
@media (max-width: 1400px) {
  .about .ab-4 .hr {
    margin: 30px 0;
  }
}
@media (max-width: 1199px) {
  .about .ab-4 .hr {
    margin: 20px 0;
  }
}
.about .ab-4 .content .ab4-slick {
  margin: 0 -15px;
}
@media (max-width: 991px) {
  .about .ab-4 .content .ab4-slick {
    margin: 0 -10px;
  }
}
.about .ab-4 .content .ab4-slick .item-box {
  padding: 0 15px;
}
@media (max-width: 991px) {
  .about .ab-4 .content .ab4-slick .item-box {
    padding: 0 10px;
  }
}
.about .ab-4 .content .ab4-slick .item-box .item {
  cursor: pointer;
}
.about .ab-4 .content .ab4-slick .item-box .item .img-box {
  border-radius: 10px;
  padding-bottom: calc(330 / 460 * 100%);
}
.contact {
  background: url(../img/contact-1.jpg) no-repeat center bottom;
  background-size: 100% auto;
  padding-bottom: 130px;
}
@media (max-width: 1560px) {
  .contact {
    padding-bottom: 100px;
  }
}
@media (max-width: 1400px) {
  .contact {
    padding-bottom: 80px;
  }
}
@media (max-width: 1199px) {
  .contact {
    padding-bottom: 60px;
  }
}
@media (max-width: 992px) {
  .contact {
    padding-bottom: 50px;
  }
}
.contact .box {
  position: relative;
  z-index: 4;
  margin-top: -120px;
}
@media (max-width: 1199px) {
  .contact .box {
    margin-top: -90px;
  }
}
@media (max-width: 991px) {
  .contact .box {
    margin-top: 40px;
  }
}
.contact .box .box1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 991px) {
  .contact .box .box1 {
    flex-wrap: wrap;
  }
}
.contact .box .box1 .left {
  width: 42%;
}
@media (max-width: 991px) {
  .contact .box .box1 .left {
    width: 100%;
  }
}
.contact .box .box1 .left .index-title h2 {
  margin-bottom: 26px;
}
@media (max-width: 1400px) {
  .contact .box .box1 .left .index-title h2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .contact .box .box1 .left .index-title h2 {
    margin-bottom: 15px;
  }
}
.contact .box .box1 .left .index-title p {
  color: #666;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -0.32px;
}
@media (max-width: 767px) {
  .contact .box .box1 .left .index-title p {
    font-size: 14px;
    line-height: 22px;
  }
}
.contact .box .box1 .left .cont {
  margin-top: 70px;
}
@media (max-width: 1560px) {
  .contact .box .box1 .left .cont {
    margin-top: 50px;
  }
}
@media (max-width: 1400px) {
  .contact .box .box1 .left .cont {
    margin-top: 30px;
  }
}
.contact .box .box1 .left .cont h2 {
  color: #331E1E;
  font-size: 24px;
  font-weight: 600;
  margin: 0;
}
@media (max-width: 1199px) {
  .contact .box .box1 .left .cont h2 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .contact .box .box1 .left .cont h2 {
    font-size: 20px;
  }
}
.contact .box .box1 .left .cont .cont-list {
  margin-top: 40px;
}
@media (max-width: 1400px) {
  .contact .box .box1 .left .cont .cont-list {
    margin-top: 30px;
  }
}
@media (max-width: 1199px) {
  .contact .box .box1 .left .cont .cont-list {
    margin-top: 20px;
  }
}
.contact .box .box1 .left .cont .cont-list .item {
  margin-top: 30px;
  display: flex;
  align-items: center;
}
@media (max-width: 1400px) {
  .contact .box .box1 .left .cont .cont-list .item {
    margin-top: 20px;
  }
}
.contact .box .box1 .left .cont .cont-list .item::first-child {
  margin-top: 0;
}
.contact .box .box1 .left .cont .cont-list .item .icon {
  margin-right: 43px;
}
@media (max-width: 1199px) {
  .contact .box .box1 .left .cont .cont-list .item .icon {
    margin-right: 20px;
  }
}
.contact .box .box1 .left .cont .cont-list .item .icon span {
  color: #666;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.32px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .contact .box .box1 .left .cont .cont-list .item .icon span {
    font-size: 14px;
  }
}
.contact .box .box1 .left .cont .cont-list .item .txt p {
  color: #00192C;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}
@media (max-width: 1400px) {
  .contact .box .box1 .left .cont .cont-list .item .txt p {
    font-size: 16px;
  }
}
.contact .box .box1 .left .cont .cont-list .item .txt p span {
  color: #0089F4;
}
.contact .box .box1 .left .cont .cont-list .item .txt p a {
  color: #00192C;
  transition: all 0.5s;
}
.contact .box .box1 .left .cont .cont-list .item .txt p a:hover {
  color: #00599F;
}
.contact .box .box1 .right {
  border-radius: 15px;
  overflow: hidden;
  width: 52%;
  background: url(../img/contact-2.jpg) no-repeat bottom center;
  background-size: cover;
  padding: 40px 33px;
  padding-bottom: 8.5%;
}
@media (max-width: 1199px) {
  .contact .box .box1 .right {
    padding: 30px 25px;
    padding-bottom: 8.5%;
  }
}
@media (max-width: 991px) {
  .contact .box .box1 .right {
    width: 100%;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .contact .box .box1 .right {
    padding: 20px;
    padding-bottom: 40px;
  }
}
.contact .box .box1 .right h2 {
  color: #FFF;
  font-size: 40px;
  line-height: 54px;
  letter-spacing: -0.8px;
}
@media (max-width: 1400px) {
  .contact .box .box1 .right h2 {
    font-size: 30px;
  }
}
@media (max-width: 1199px) {
  .contact .box .box1 .right h2 {
    font-size: 24px;
    line-height: normal;
  }
}
.contact .box .box1 .right .message {
  width: 100%;
  margin-top: 40px;
}
@media (max-width: 1400px) {
  .contact .box .box1 .right .message {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .contact .box .box1 .right .message {
    margin-top: 20px;
  }
}
.contact .box .box1 .right .message .formbox .now-title {
  margin-bottom: 10px;
}
.contact .box .box1 .right .message .formbox .now-title input {
  width: 100%;
  border: none;
  border-radius: 6px;
  background: #00599F;
  padding: 12px 20px;
  color: #FFF;
  font-size: 18px;
  line-height: 26px;
}
@media (max-width: 1400px) {
  .contact .box .box1 .right .message .formbox .now-title input {
    padding: 12px 20px;
  }
}
@media (max-width: 767px) {
  .contact .box .box1 .right .message .formbox .now-title input {
    font-size: 14px;
  }
}
.contact .box .box1 .right .message .formbox .row {
  list-style: none;
  margin: -10px -5px;
}
.contact .box .box1 .right .message .formbox li {
  padding: 10px 5px;
}
.contact .box .box1 .right .message .formbox .group {
  position: relative;
}
.contact .box .box1 .right .message .formbox .group label {
  display: block;
  margin-bottom: 10px;
  color: #FFF;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.32px;
}
@media (max-width: 767px) {
  .contact .box .box1 .right .message .formbox .group label {
    font-size: 14px;
  }
}
.contact .box .box1 .right .message .formbox .group input {
  border: none;
  overflow: hidden;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #DEDEDE;
  background: #F7F7F7;
  color: #B1B1B1;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.28px;
  padding: 15px 16px;
  outline: none;
  transition: border-color 0.3s ease;
}
@media (max-width: 991px) {
  .contact .box .box1 .right .message .formbox .group input {
    font-size: 14px;
  }
}
.contact .box .box1 .right .message .formbox .group input::placeholder {
  color: #B1B1B1;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.28px;
}
@media (max-width: 991px) {
  .contact .box .box1 .right .message .formbox .group input::placeholder {
    font-size: 14px;
  }
}
.contact .box .box1 .right .message .formbox .group input:focus label {
  display: none;
}
.contact .box .box1 .right .message .formbox .group input:focus::placeholder {
  color: #ccc;
}
.contact .box .box1 .right .message .formbox .group textarea {
  border: none;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #DEDEDE;
  background: #F7F7F7;
  color: #B1B1B1;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.28px;
  padding: 8px 16px;
  outline: none;
  transition: border-color 0.3s ease;
  height: 150px;
}
@media (max-width: 991px) {
  .contact .box .box1 .right .message .formbox .group textarea {
    font-size: 14px;
    height: 150px;
  }
}
.contact .box .box1 .right .message .formbox .group textarea::placeholder {
  color: #B1B1B1;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.28px;
}
@media (max-width: 991px) {
  .contact .box .box1 .right .message .formbox .group textarea::placeholder {
    font-size: 14px;
  }
}
.contact .box .box1 .right .message .formbox .group textarea:focus label {
  display: none;
}
.contact .box .box1 .right .message .formbox .group textarea:focus::placeholder {
  color: #ccc;
}
.contact .box .box1 .right .message .func {
  margin-top: 59px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 1400px) {
  .contact .box .box1 .right .message .func {
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  .contact .box .box1 .right .message .func {
    margin-top: 20px;
  }
}
.contact .box .box1 .right .message .func .submit-group {
  width: 100%;
}
.contact .box .box1 .right .message .func button {
  border: none;
  transition: all 0.5s;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  font-size: #333333;
}
.contact .box .box1 .right .message .func button span {
  color: #333333;
  transition: all 0.5s;
}
.contact .box .box1 .right .message .func button:hover {
  background-color: #0089F4;
}
.contact .box .box1 .right .message .func button:hover span {
  color: #fff;
}
.bi-arrow-clockwise::before {
  font-family: 'iconfont' !important;
  content: "\e603";
  font-size: 14px;
  font-style: normal;
  color: #000;
}
.bi-arrows-expand::before {
  font-family: 'iconfont' !important;
  content: "\e624";
  font-size: 14px;
  font-style: normal;
  color: #000;
}
.bi-arrows-fullscreen::before {
  font-family: 'iconfont' !important;
  content: "\ec13";
  font-size: 14px;
  font-style: normal;
  color: #000;
}
.bi-arrows-angle-expand::before {
  font-family: 'iconfont' !important;
  content: "\e60d";
  font-size: 14px;
  font-style: normal;
  color: #000;
}
.bi-x-lg::before {
  font-family: 'iconfont' !important;
  content: "\e64a";
  font-size: 14px;
  font-style: normal;
  color: #000;
}
.kv-zoom-actions button {
  padding: 0 4px;
}
.bi-trash::before {
  font-family: 'iconfont' !important;
  content: "\e8b6";
  font-size: 14px;
  font-style: normal;
  color: #000;
}
.popbox {
  display: none;
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
}
.popbox .contbox {
  position: fixed;
  top: 15%;
  width: 90%;
  max-width: 1650px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .popbox .contbox {
    top: 12%;
  }
}
@media (max-width: 767px) {
  .popbox .contbox {
    width: 90%;
    top: 15%;
  }
}
.popbox .contbox .contact-message {
  position: relative;
  z-index: 25;
}
.popbox .contbox .contact-message .box {
  position: relative;
}
@media (max-width: 991px) {
  .popbox .contbox .contact-message .box {
    flex-wrap: wrap;
  }
}
.popbox .contbox .contact-message .box .right {
  border-radius: 16px;
  background: #FCFCF5;
  backdrop-filter: blur(2px);
  padding: 70px 20px;
  max-height: 80vh;
  overflow-y: auto;
}
@media (max-width: 1400px) {
  .popbox .contbox .contact-message .box .right {
    padding: 30px 20px;
  }
}
.popbox .contbox .contact-message .box .right .index-title {
  width: 55%;
  margin: 0 auto;
}
@media (max-width: 1400px) {
  .popbox .contbox .contact-message .box .right .index-title {
    width: 65%;
  }
}
@media (max-width: 1199px) {
  .popbox .contbox .contact-message .box .right .index-title {
    width: 75%;
  }
}
@media (max-width: 991px) {
  .popbox .contbox .contact-message .box .right .index-title {
    width: 100%;
  }
}
.popbox .contbox .contact-message .box .right .message {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  margin-top: 56px;
}
@media (max-width: 1400px) {
  .popbox .contbox .contact-message .box .right .message {
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  .popbox .contbox .contact-message .box .right .message {
    margin-top: 20px;
  }
}
.popbox .contbox .contact-message .box .right .message .formbox .now-title {
  margin-bottom: 16px;
}
.popbox .contbox .contact-message .box .right .message .formbox .now-title input {
  width: 100%;
  border-radius: 8px;
  background: #00599F;
  border: none;
  padding: 17px 20px;
  color: #F5F5EA;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  /* 16px */
}
@media (max-width: 1400px) {
  .popbox .contbox .contact-message .box .right .message .formbox .now-title input {
    padding: 12px 20px;
  }
}
@media (max-width: 991px) {
  .popbox .contbox .contact-message .box .right .message .formbox .now-title input {
    padding: 8px 20px;
  }
}
@media (max-width: 767px) {
  .popbox .contbox .contact-message .box .right .message .formbox .now-title input {
    font-size: 16px;
  }
}
.popbox .contbox .contact-message .box .right .message .formbox .row {
  list-style: none;
  margin: -8px;
}
.popbox .contbox .contact-message .box .right .message .formbox li {
  padding: 8px;
}
.popbox .contbox .contact-message .box .right .message .formbox .group {
  position: relative;
}
.popbox .contbox .contact-message .box .right .message .formbox .group input {
  border: none;
  width: 100%;
  border-radius: 8px;
  background: #F5F5EA;
  overflow: hidden;
  color: #808784;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  /* 16px */
  padding: 17px 20px;
  outline: none;
  transition: border-color 0.3s ease;
}
@media (max-width: 1199px) {
  .popbox .contbox .contact-message .box .right .message .formbox .group input {
    padding: 12px 20px;
  }
}
@media (max-width: 991px) {
  .popbox .contbox .contact-message .box .right .message .formbox .group input {
    font-size: 14px;
  }
}
.popbox .contbox .contact-message .box .right .message .formbox .group input::placeholder {
  color: #808784;
  font-family: "InterTight";
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .popbox .contbox .contact-message .box .right .message .formbox .group input::placeholder {
    font-size: 14px;
  }
}
.popbox .contbox .contact-message .box .right .message .formbox .group input:focus label {
  display: none;
}
.popbox .contbox .contact-message .box .right .message .formbox .group input:focus::placeholder {
  color: #ccc;
}
.popbox .contbox .contact-message .box .right .message .formbox .group textarea {
  border: none;
  width: 100%;
  border-radius: 8px;
  background: #F5F5EA;
  overflow: hidden;
  color: #808784;
  font-family: "InterTight";
  font-size: 16px;
  font-weight: 400;
  padding: 20px;
  outline: none;
  transition: border-color 0.3s ease;
  height: 250px;
}
@media (max-width: 1199px) {
  .popbox .contbox .contact-message .box .right .message .formbox .group textarea {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .popbox .contbox .contact-message .box .right .message .formbox .group textarea {
    font-size: 14px;
    height: 150px;
  }
}
.popbox .contbox .contact-message .box .right .message .formbox .group textarea::placeholder {
  color: #808784;
  font-family: "InterTight";
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .popbox .contbox .contact-message .box .right .message .formbox .group textarea::placeholder {
    font-size: 14px;
  }
}
.popbox .contbox .contact-message .box .right .message .formbox .group textarea:focus label {
  display: none;
}
.popbox .contbox .contact-message .box .right .message .formbox .group textarea:focus::placeholder {
  color: #ccc;
}
.popbox .contbox .contact-message .box .right .message .func {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1199px) {
  .popbox .contbox .contact-message .box .right .message .func {
    margin-top: 20px;
  }
}
.popbox .contbox .contact-message .box .right .message .func .btndown {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  cursor: pointer;
}
.popbox .contbox .contact-message .box .right .message .func .btndown span::after {
  content: '\eb1f';
}
.popbox .contbox .contact-message .box .right .message .func button {
  border: none;
  transition: all 0.5s;
}
.popbox .contbox .popnone {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 440;
  cursor: pointer;
}
.popbox .contbox .popnone .iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #004041;
  cursor: pointer;
  font-size: 20px;
  color: #FFFFFF;
}
@media (max-width: 1400px) {
  .popbox .contbox .popnone .iconfont {
    width: 35px;
    height: 35px;
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .popbox .contbox .popnone .iconfont {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .popbox .contbox .popnone .iconfont {
    width: 25px;
    height: 25px;
    font-size: 14px;
  }
}
.sitmap {
  padding: 100px 0;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .sitmap {
    padding: 60px 0;
  }
}
@media (max-width: 991px) {
  .sitmap {
    padding: 40px 0;
  }
}
.sitmap h2 {
  font-size: 45px;
  font-weight: 500;
  color: #00599F;
}
@media (max-width: 991px) {
  .sitmap h2 {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .sitmap h2 {
    font-size: 24px;
  }
}
.sitmap ul {
  list-style: none;
}
.sitmap ul li {
  margin-top: 20px;
}
.sitmap ul li:hover a {
  text-decoration: underline;
  color: white;
  background-color: #00599F;
}
.sitmap ul li:hover ul {
  margin-top: 20px;
}
.sitmap ul li:hover ul li a {
  color: #666;
  text-decoration: none;
  background-color: white;
}
.sitmap ul li:hover ul li ul li a {
  color: #ccc;
  text-decoration: none;
  background-color: white;
}
.sitmap ul li:hover .ul-block {
  opacity: 1;
  max-height: 100%;
  transition: opacity 0.3s ease, max-height 0.3s ease;
}
.sitmap ul li a {
  border: 1px solid #666;
  width: 260px;
  padding: 10px 20px;
  display: inline-block;
  text-decoration: none;
  color: #333;
  font-weight: bold;
  font-size: 18px;
  transition: color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media (max-width: 991px) {
  .sitmap ul li a {
    font-size: 16px;
  }
}
.sitmap ul li .ul-block {
  opacity: 1;
  max-height: 100%;
}
.sitmap ul li ul {
  margin-top: 20px;
  padding: 0;
  overflow: hidden;
}
.sitmap ul li ul li {
  margin: 0;
  padding: 0;
  border: none !important;
  margin-bottom: 10px;
}
.sitmap ul li ul li:hover a {
  color: #000;
  text-decoration: underline;
}
.sitmap ul li ul li a {
  font-size: 16px;
  line-height: 30px;
  display: block;
  padding: 0;
  text-transform: capitalize;
  color: #666;
  transition: color 0.3s ease;
  border: none;
}
@media (max-width: 991px) {
  .sitmap ul li ul li a {
    font-size: 14px;
  }
}
.sitmap ul li ul li ul {
  display: flex !important;
  flex-wrap: wrap;
  margin-top: 0px !important;
}
.sitmap ul li ul li ul li {
  border: none !important;
  margin-top: 10px;
  display: inline-block;
}
.sitmap ul li ul li ul li:hover a {
  color: #000;
  text-decoration: underline;
}
.sitmap ul li ul li ul li a {
  color: #00599F;
  font-size: 16px;
  display: block;
  padding: 0;
  transition: color 0.3s ease;
  padding-left: 10px;
  border: none;
}
.privalcy {
  padding: 100px 0;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .privalcy {
    padding: 60px 0;
  }
}
@media (max-width: 991px) {
  .privalcy {
    padding: 40px 0;
  }
}
.privalcy h2 {
  font-size: 45px;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
  color: #333;
  font-weight: 500;
}
@media (max-width: 991px) {
  .privalcy h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .privalcy h2 {
    font-size: 24px;
  }
}
.privalcy .content p {
  margin-top: 20px;
  color: #666;
  font-size: 16px;
}
@media (max-width: 767px) {
  .privalcy .content p {
    font-size: 14px;
  }
}
nav {
  text-align: center;
}
a {
  text-decoration: none;
}
.pagination {
  display: flex;
  justify-content: flex-end;
  padding: 60px 0 0 0;
}
@media (max-width: 1400px) {
  .pagination {
    padding: 60px 0 0 0;
  }
}
@media (max-width: 1199px) {
  .pagination {
    padding: 40px 0 0 0;
  }
}
@media (max-width: 991px) {
  .pagination {
    padding: 30px 0 0 0;
  }
}
.pagination li {
  display: flex;
  align-items: center;
  margin: 0px 5px;
  vertical-align: top;
}
.pagination li.prev,
.pagination li.next {
  margin: 0 30px;
}
.pagination li.prev a,
.pagination li.next a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #737373 !important;
  width: auto !important;
  height: auto !important;
  background: transparent !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
}
.pagination li.prev a:hover,
.pagination li.next a:hover {
  color: #00599F !important;
}
.pagination li.prev a:before,
.pagination li.next a::after {
  font-family: 'iconfont' !important;
  font-size: 22px;
  display: block;
  content: '\eb8a';
  color: #737373;
  text-align: center;
  transition: all 0.5s;
  font-weight: 400;
}
@media (max-width: 767px) {
  .pagination li.prev a:before,
  .pagination li.next a::after {
    font-size: 16px;
  }
}
.pagination li.prev a:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.pagination li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #737373;
  font-size: 16px;
  line-height: 20px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
  text-transform: capitalize;
}
.pagination li a.have-more {
  color: #2980D7 !important;
  background-color: transparent !important;
  width: auto !important;
  height: auto !important;
  line-height: auto !important;
}
.pagination li a span {
  border-radius: 0;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  color: #fff !important;
  background-color: #00599F;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #fff !important;
  background-color: #00599F;
}
.newsdetails {
  margin: 140px 0;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .newsdetails {
    margin: 110px 0;
  }
}
@media (max-width: 1199px) {
  .newsdetails {
    margin: 80px 0;
  }
}
@media (max-width: 991px) {
  .newsdetails {
    margin: 45px 0;
  }
}
.newsdetails .inquiry {
  margin-top: 40px;
}
.newsdetails .title p {
  font-size: 16px;
  line-height: 24px;
  display: block;
  margin-top: 30px;
  color: #00599F;
}
@media (max-width: 767px) {
  .newsdetails .title p {
    margin-top: 10px;
  }
}
@media (max-width: 575px) {
  .newsdetails .title p {
    font-size: 16px;
  }
}
.newsdetails .cont {
  padding-bottom: 40px;
  border-bottom: 1px solid #d9d9d9;
}
@media (max-width: 767px) {
  .newsdetails .cont {
    margin-top: 0;
  }
}
.newsdetails .cont .table-box {
  overflow-x: auto;
}
.newsdetails .cont table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #000;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .newsdetails .cont table {
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .newsdetails .cont table {
    margin-top: 10px;
  }
}
.newsdetails .cont table tr:first-child {
  background-color: #00599F;
}
.newsdetails .cont table tr:first-child td {
  color: #FFFFFF;
}
.newsdetails .cont table tr td {
  border: 1px solid #000;
  padding: 10px 15px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .newsdetails .cont table tr td {
    font-size: 14px;
  }
}
.newsdetails .cont ul {
  margin-top: 10px;
  list-style: none;
}
.newsdetails .cont ul li {
  list-style: disc !important;
  margin: 5px 0;
  margin-left: 15px;
}
.newsdetails .cont p {
  font-size: 16px;
  line-height: 1.875;
  margin: 0;
  color: #666;
}
@media (max-width: 575px) {
  .newsdetails .cont p {
    font-size: 14px;
  }
}
.newsdetails .psres {
  padding-bottom: 70px;
}
@media (max-width: 1400px) {
  .newsdetails .psres {
    padding-bottom: 40px;
  }
}
.newsdetails .psres .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 0 40px 0;
}
@media (max-width: 1400px) {
  .newsdetails .psres .title {
    padding: 40px 0 30px 0;
  }
}
@media (max-width: 1200px) {
  .newsdetails .psres .title {
    padding: 30px 0 20px 0;
  }
}
@media (max-width: 992px) {
  .newsdetails .psres .title {
    flex-wrap: wrap;
  }
}
.newsdetails .psres .title h2 {
  color: #333;
  font-size: 40px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.8px;
  width: 70%;
}
@media (max-width: 1400px) {
  .newsdetails .psres .title h2 {
    font-size: 35px;
  }
}
@media (max-width: 1199px) {
  .newsdetails .psres .title h2 {
    font-size: 30px;
  }
}
@media (max-width: 992px) {
  .newsdetails .psres .title h2 {
    width: 100%;
    font-size: 27px;
  }
}
@media (max-width: 767px) {
  .newsdetails .psres .title h2 {
    font-size: 24px;
  }
}
.newsdetails .psres .title .prev-next {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .newsdetails .psres .title .prev-next {
    margin: 30px 0;
  }
}
.newsdetails .auto-adjust-img.is-mobile img {
  max-width: 100% !important;
  height: auto !important;
  margin: 5px 0;
}
.newsdetails .auto-adjust-img p {
  position: relative;
}
.newsdetails .auto-adjust-img p.contains-pictures {
  padding: 0;
  margin: 0 -5px !important;
  font-size: 0 !important;
  overflow-x: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .newsdetails .auto-adjust-img p.contains-pictures {
    white-space: nowrap;
  }
}
.newsdetails .auto-adjust-img p.contains-pictures > img {
  display: inline-block;
  margin: 5px;
}
.newsdetails .devideo {
  position: relative;
}
.newsdetails .devideo img {
  width: 100%;
  height: auto;
  background: transparent;
}
.newsdetails .devideo .firm-video {
  position: absolute;
  z-index: 12;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.newsdetails .devideo .firm-video .iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
  cursor: pointer;
  color: #FFF;
  font-size: 35px;
  padding-left: 3px;
  transition: all 0.5s;
}
@media (max-width: 1400px) {
  .newsdetails .devideo .firm-video .iconfont {
    width: 130px;
    height: 130px;
    font-size: 30px;
  }
}
@media (max-width: 1199px) {
  .newsdetails .devideo .firm-video .iconfont {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 1199px) {
  .newsdetails .devideo .firm-video .iconfont {
    width: 90px;
    height: 90px;
    font-size: 25px;
  }
}
.newsdetails .share {
  align-items: center;
  margin-top: 30px;
}
.newsdetails .share a {
  margin-left: 10px;
}
.newsdetails .relate-details {
  font-size: 0;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .newsdetails .relate-details {
    margin-top: 40px;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .newsdetails .relate-details {
    margin-top: 0;
  }
}
.newsdetails .relate-details ul li {
  margin-top: 10px;
  list-style: none;
}
.newsdetails .relate-details a {
  color: #666;
  font-size: 16px;
  font-weight: bold;
  line-height: 36px;
  text-decoration: none;
  position: relative;
  display: inline-block;
  display: -webkit-box;
  overflow: hidden;
  height: 36px;
  padding-left: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  vertical-align: middle;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media (max-width: 767px) {
  .newsdetails .relate-details a {
    font-size: 14px;
  }
}
.newsdetails .relate-details a:before {
  font-family: 'iconfont' !important;
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 36px;
  height: 36px;
  content: '\eb08';
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background-color: #999;
}
.newsdetails .relate-details a:hover {
  color: #00599F;
}
.newsdetails .relate-details a:hover:before {
  color: #fff;
  background-color: #00599F;
}
.newsdetails .relate-details .prev a:before {
  content: '\eb08';
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.now-bottom {
  padding: 40px 0 40px 0;
}
.now-bottom .now-title {
  margin-top: 20px;
}
.now-bottom .now-title h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 575px) {
  .now-bottom .now-title h2 {
    font-size: 20px;
  }
}
.now-bottom .now-title input {
  width: 100%;
  font-size: 18px;
  background-color: #00599F;
  border-radius: 10px;
  padding: 10px;
  color: white;
  border: none;
  font-weight: 400;
}
.now-bottom .contactus-right {
  background-color: #FFF;
  width: 100%;
  background-image: url();
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1470px) {
  .now-bottom .contactus-right {
    margin: 0 auto;
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .now-bottom .contactus-right {
    margin-top: 0;
  }
}
.now-bottom .contactus-right .message {
  width: 100%;
  margin-top: 20px;
}
@media (max-width: 1400px) {
  .now-bottom .contactus-right .message {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .now-bottom .contactus-right .message {
    margin-top: 20px;
  }
}
.now-bottom .contactus-right .message .formbox .now-title {
  margin-bottom: 10px;
}
.now-bottom .contactus-right .message .formbox .now-title input {
  width: 100%;
  border: none;
  border-radius: 6px;
  background: #00599F;
  padding: 12px 20px;
  color: #FFF;
  font-size: 18px;
  line-height: 26px;
}
@media (max-width: 1400px) {
  .now-bottom .contactus-right .message .formbox .now-title input {
    padding: 12px 20px;
  }
}
@media (max-width: 767px) {
  .now-bottom .contactus-right .message .formbox .now-title input {
    font-size: 14px;
  }
}
.now-bottom .contactus-right .message .formbox .row {
  list-style: none;
  margin: -10px -5px;
}
.now-bottom .contactus-right .message .formbox li {
  padding: 10px 5px;
}
.now-bottom .contactus-right .message .formbox .group {
  position: relative;
}
.now-bottom .contactus-right .message .formbox .group label {
  display: block;
  margin-bottom: 10px;
  color: #333333;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.32px;
}
@media (max-width: 767px) {
  .now-bottom .contactus-right .message .formbox .group label {
    font-size: 14px;
  }
}
.now-bottom .contactus-right .message .formbox .group input {
  border: none;
  overflow: hidden;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #DEDEDE;
  background: #FAFAFA;
  color: #B1B1B1;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.28px;
  padding: 15px 16px;
  outline: none;
  transition: border-color 0.3s ease;
}
@media (max-width: 991px) {
  .now-bottom .contactus-right .message .formbox .group input {
    font-size: 14px;
  }
}
.now-bottom .contactus-right .message .formbox .group input::placeholder {
  color: #B1B1B1;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.28px;
}
@media (max-width: 991px) {
  .now-bottom .contactus-right .message .formbox .group input::placeholder {
    font-size: 14px;
  }
}
.now-bottom .contactus-right .message .formbox .group input:focus label {
  display: none;
}
.now-bottom .contactus-right .message .formbox .group input:focus::placeholder {
  color: #ccc;
}
.now-bottom .contactus-right .message .formbox .group textarea {
  border: none;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #DEDEDE;
  background: #FAFAFA;
  color: #B1B1B1;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.28px;
  padding: 8px 16px;
  outline: none;
  transition: border-color 0.3s ease;
  height: 150px;
}
@media (max-width: 991px) {
  .now-bottom .contactus-right .message .formbox .group textarea {
    font-size: 14px;
    height: 150px;
  }
}
.now-bottom .contactus-right .message .formbox .group textarea::placeholder {
  color: #B1B1B1;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.28px;
}
@media (max-width: 991px) {
  .now-bottom .contactus-right .message .formbox .group textarea::placeholder {
    font-size: 14px;
  }
}
.now-bottom .contactus-right .message .formbox .group textarea:focus label {
  display: none;
}
.now-bottom .contactus-right .message .formbox .group textarea:focus::placeholder {
  color: #ccc;
}
.now-bottom .contactus-right .message .func {
  margin-top: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 1400px) {
  .now-bottom .contactus-right .message .func {
    margin-top: 20px;
  }
}
@media (max-width: 1199px) {
  .now-bottom .contactus-right .message .func {
    margin-top: 20px;
  }
}
.now-bottom .contactus-right .message .func .submit-group {
  width: 100%;
}
.now-bottom .contactus-right .message .func button {
  border: none;
  transition: all 0.5s;
  width: 100%;
  background-color: #00599F;
  font-size: #333333;
}
.now-bottom .contactus-right .message .func button span {
  color: #fff;
  transition: all 0.5s;
}
.now-bottom .contactus-right .message .func button:hover {
  background-color: #0089F4;
}
.now-bottom .contactus-right .message .func button:hover span {
  color: #fff;
}
.inquiry-wrap {
  overflow: hidden;
}
.inquiry-wrap .index-title {
  text-align: center;
}
.inquiry-wrap a {
  color: #666;
  text-decoration: none;
}
.inquiry-wrap .size-list-box {
  padding-right: 15px;
}
.inquiry-wrap .size-list-box span {
  color: #fff;
  background-color: #00599F;
  border-color: #000;
}
.inquiry-wrap .inquiry-box .details-tit {
  padding-top: 5px;
}
.inquiry-wrap .iq-title,
.inquiry-wrap .list > li {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  text-align: center;
  padding-left: 60px;
  padding-right: 45px;
}
.inquiry-wrap .iq-title {
  overflow: hidden;
  background-color: #00599F;
  padding-top: 14px;
  padding-bottom: 14px;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .inquiry-wrap .iq-title {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .inquiry-wrap .iq-title,
  .inquiry-wrap .list > li {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .inquiry-wrap .iq-title,
  .inquiry-wrap .list > li {
    padding-left: 2%;
    padding-right: 0;
  }
}
.inquiry-wrap .iq-title .th {
  border: none;
  font-weight: normal;
  text-align: center;
  color: #fff;
}
.inquiry-wrap .iq-title .th.qty-box {
  text-align: center;
}
.inquiry-wrap .iq-title .th.introduce-box {
  padding-left: 50px;
}
.inquiry-wrap .iq-title .th span {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  .inquiry-wrap .iq-title .th.check-box label.replace:after {
    display: block;
  }
}
@media (max-width: 1199px) {
  .inquiry-wrap .iq-title .th.introduce-box {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .inquiry-wrap .iq-title .th.introduce-box {
    width: -webkit-calc(30%);
    width: calc(100% - 70px);
  }
}
@media (max-width: 575px) {
  .inquiry-wrap .iq-title .th.introduce-box {
    width: -webkit-calc(55%);
    width: calc(100% - 45px);
    padding-left: 0;
  }
}
.inquiry-wrap .iq-title .pic-box {
  text-align: center;
  padding: 11px 0;
}
@media (max-width: 767px) {
  .inquiry-wrap .iq-title .check-box {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .inquiry-wrap .iq-title .del-box {
    opacity: 0;
    width: 30px;
  }
}
.inquiry-wrap .inquiry-box {
  width: 100%;
  border: none;
  font-size: 18px;
}
.inquiry-wrap .inquiry-box .details-tit {
  margin-top: 0;
}
@media (max-width: 991px) {
  .inquiry-wrap .inquiry-box {
    font-size: 16px;
  }
}
.inquiry-wrap .inquiry-box label {
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  margin-bottom: 0;
}
.inquiry-wrap .inquiry-box label:before {
  background-color: #e6e6e6;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .inquiry-wrap .inquiry-box .introduce-title {
    padding-left: 0px !important;
    text-align: center;
  }
}
.inquiry-wrap .inquiry-box .check-box {
  width: 70px;
  text-align: left;
}
@media (max-width: 576px) {
  .inquiry-wrap .inquiry-box .check-box {
    width: 100px;
  }
}
@media (max-width: 576px) and (max-width: 767px) {
  .inquiry-wrap .inquiry-box .check-box {
    width: 30px;
  }
}
.inquiry-wrap .inquiry-box .check-box .check-all {
  margin: 0;
}
.inquiry-wrap .inquiry-box .check-box .check-all > label {
  margin-right: 10px;
}
.inquiry-wrap .inquiry-box .check-box .check-all span {
  font-weight: normal;
}
@media (max-width: 767px) {
  .inquiry-wrap .inquiry-box .check-box .check-all span {
    display: none;
  }
}
.inquiry-wrap .inquiry-box .check-box label.replace {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  background-color: #fff;
  width: 20px;
  height: 20px;
  line-height: 18px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  position: relative;
  border: 1px solid #e3e3e3;
}
.inquiry-wrap .inquiry-box .check-box label.replace:after {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-family: 'iconfont' !important;
  content: '\eaf1';
  opacity: 0;
  color: #000;
  font-size: 24px;
  line-height: 1;
  text-align: center;
}
@media (max-width: 575px) {
  .inquiry-wrap .inquiry-box .check-box label.replace {
    margin-left: 5px;
    width: 16px;
    height: 16px;
    line-height: 14px;
  }
  .inquiry-wrap .inquiry-box .check-box label.replace:after {
    font-size: 20px;
  }
}
.inquiry-wrap .inquiry-box .check-box label.replace input {
  display: none;
}
.inquiry-wrap .inquiry-box .check-box label.change:after {
  opacity: 1;
}
.inquiry-wrap .inquiry-box .introduce-box {
  text-align: left;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
@media (min-width: 1200px) {
  .inquiry-wrap .inquiry-box .introduce-box img {
    -webkit-transition: transform 1.2s;
    -webkit-transition: -webkit-transform 1.2s;
    transition: -webkit-transform 1.2s;
    transition: transform 1.2s;
    transition: transform 1.2s, -webkit-transform 1.2s;
  }
  .inquiry-wrap .inquiry-box .introduce-box:hover img {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .inquiry-wrap .inquiry-box .introduce-box {
    display: block;
  }
}
@media (min-width: 768px) {
  .inquiry-wrap .inquiry-box .introduce-box {
    width: 48%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .inquiry-wrap .inquiry-box .introduce-box {
    width: 40%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .inquiry-wrap .inquiry-box .introduce-box {
    width: 200px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .inquiry-wrap .inquiry-box .introduce-box {
    width: -webkit-calc(-20%);
    width: calc(100% - 120px);
  }
}
@media (max-width: 575px) {
  .inquiry-wrap .inquiry-box .introduce-box {
    width: -webkit-calc(30%);
    width: calc(100% - 70px);
  }
}
.inquiry-wrap .inquiry-box .introduce-box .pic-box {
  width: 200px;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 2;
  border-radius: 3px;
}
@media (max-width: 1199px) {
  .inquiry-wrap .inquiry-box .introduce-box .pic-box {
    width: 150px;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .inquiry-wrap .inquiry-box .introduce-box .pic-box {
    width: 90px;
  }
}
@media (min-width: 1200px) {
  .inquiry-wrap .inquiry-box .introduce-box .pic-box .pic img {
    -webkit-transition: transform 1.2s;
    -webkit-transition: -webkit-transform 1.2s;
    transition: -webkit-transform 1.2s;
    transition: transform 1.2s;
    transition: transform 1.2s, -webkit-transform 1.2s;
  }
  .inquiry-wrap .inquiry-box .introduce-box .pic-box .pic:hover img {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
  }
}
.inquiry-wrap .inquiry-box .introduce-box .intro {
  -webkit-box-flex: 1;
  flex: 1 0 0%;
}
@media only screen and (min-width: 768px) {
  .inquiry-wrap .inquiry-box .introduce-box .intro {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .inquiry-wrap .inquiry-box .introduce-box .intro {
    padding-left: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inquiry-wrap .inquiry-box .introduce-box .intro {
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .inquiry-wrap .inquiry-box .introduce-box .intro {
    padding-left: 5%;
  }
}
.inquiry-wrap .inquiry-box .introduce-box .name {
  margin: 0 0 5px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  height: auto;
  font-size: 1em;
}
.inquiry-wrap .inquiry-box .introduce-box .name a {
  text-decoration: none;
  color: #000;
}
@media (max-width: 767px) {
  .inquiry-wrap .inquiry-box .introduce-box .name {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .inquiry-wrap .inquiry-box .introduce-box .name {
    font-size: 0.9em;
  }
}
.inquiry-wrap .inquiry-box .introduce-box .name:hover {
  text-decoration: underline;
}
.inquiry-wrap .inquiry-box .introduce-box .name ~ span {
  color: #999;
  margin-left: 15px;
}
.inquiry-wrap .inquiry-box .introduce-box .name ~ span:first-of-type {
  margin-left: 0;
}
.inquiry-wrap .inquiry-box .introduce-box p {
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .inquiry-wrap .inquiry-box .introduce-box .number-box {
    display: none;
  }
}
.inquiry-wrap .inquiry-box .number-box {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  min-width: 90px;
}
.inquiry-wrap .inquiry-box .number-box a {
  width: 30px;
  height: 30px;
  line-height: 28px;
  border: 1px solid #999999;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.inquiry-wrap .inquiry-box .number-box a:before {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.inquiry-wrap .inquiry-box .number-box a.del1:before {
  content: '\e729';
}
.inquiry-wrap .inquiry-box .number-box a.add1:before {
  content: '\e632';
}
@media (min-width: 1200px) {
  .inquiry-wrap .inquiry-box .number-box a:active {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 575px) {
  .inquiry-wrap .inquiry-box .number-box a {
    width: 25px;
    height: 25px;
    line-height: 23px;
    font-size: 12px;
  }
}
.inquiry-wrap .inquiry-box .number-box a.disable {
  cursor: not-allowed;
}
.inquiry-wrap .inquiry-box .number-box .ipt-num {
  float: left;
  width: 40px;
  min-width: 26px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  max-width: 60px;
  color: #333;
  font-size: 16px;
  background: none;
  border: none;
}
@media (max-width: 767px) {
  .inquiry-wrap .inquiry-box .number-box .ipt-num {
    width: 50px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .inquiry-wrap .inquiry-box .number-box .ipt-num {
    width: 35px;
    height: 25px;
    line-height: 23px;
  }
}
.inquiry-wrap .inquiry-box .qty-box {
  text-align: center;
}
@media (max-width: 767px) {
  .inquiry-wrap .inquiry-box .qty-box {
    display: none;
  }
}
@media (min-width: 768px) {
  .inquiry-wrap .inquiry-box .qty-box {
    width: 150px;
    text-align: center;
  }
}
.inquiry-wrap .inquiry-box .del-box {
  text-align: center;
}
@media (min-width: 768px) {
  .inquiry-wrap .inquiry-box .del-box {
    width: 80px;
  }
}
.inquiry-wrap .inquiry-box .del-box .del:before {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e8b6';
  color: #787878;
  font-size: 20px;
}
.inquiry-wrap .inquiry-box .del-box .del:hover:before {
  color: #000;
}
@media (min-width: 768px) {
  .inquiry-wrap .inquiry-box .del-box .del {
    font-weight: bold;
  }
}
@media (max-width: 767px) {
  .inquiry-wrap .inquiry-box .del-box .del {
    margin-right: 10px;
  }
  .inquiry-wrap .inquiry-box .del-box .del:before {
    font-size: 18px;
  }
}
.inquiry-wrap .inquiry-box .list {
  border: 1px solid #00599F;
  border-top: none;
}
.inquiry-wrap .inquiry-box .list > li {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #00599F;
}
.inquiry-wrap .inquiry-box .list > li:nth-of-type(1) {
  border-top: none;
}
@media (max-width: 575px) {
  .inquiry-wrap .inquiry-box .list > li {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.inquiry-wrap .inquiry-box .list > li {
  flex-wrap: wrap;
}
.inquiry-wrap .pro-parameter {
  width: 100%;
  text-align: left;
}
@media (min-width: 992px) {
  .inquiry-wrap .pro-parameter {
    display: -webkit-box;
    display: flex;
  }
  .inquiry-wrap .pro-parameter > div {
    -webkit-box-flex: 1;
    flex: 1;
    padding: 0 10px;
  }
}
.inquiry-wrap .parameter-list li:not(.active) {
  display: none;
}
.number-box input {
  -moz-appearance: textfield;
  /* Firefox */
  -webkit-appearance: none;
  /* Chrome, Safari, Edge */
  appearance: none;
}
/* 针对 WebKit 内核浏览器隐藏上下箭头 */
.number-box input::-webkit-inner-spin-button,
.number-box input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.inquiry-wrap .content .inquiry-box {
  margin-bottom: 80px;
}
@media (max-width: 1199px) {
  .inquiry-wrap .content .inquiry-box {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .inquiry-wrap .content .inquiry-box {
    margin-bottom: 20px;
  }
}
.inquiry-wrap .content .message {
  width: 100%;
  margin-top: 40px;
}
.inquiry-wrap .content .message .formbox .now-title {
  margin-bottom: 10px;
}
.inquiry-wrap .content .message .formbox .now-title input {
  width: 100%;
  border: none;
  border-radius: 6px;
  background: #00599F;
  padding: 12px 20px;
  color: #FFF;
  font-size: 18px;
  line-height: 26px;
}
@media (max-width: 1400px) {
  .inquiry-wrap .content .message .formbox .now-title input {
    padding: 12px 20px;
  }
}
@media (max-width: 767px) {
  .inquiry-wrap .content .message .formbox .now-title input {
    font-size: 14px;
  }
}
.inquiry-wrap .content .message .formbox .row {
  list-style: none;
  margin: -5px;
}
.inquiry-wrap .content .message .formbox li {
  padding: 5px;
}
.inquiry-wrap .content .message .formbox .group {
  position: relative;
}
.inquiry-wrap .content .message .formbox .group input {
  border: none;
  overflow: hidden;
  width: 100%;
  border-radius: 6px;
  background: #FAFAFA;
  color: #666;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.32px;
  padding: 20px;
  outline: none;
  transition: border-color 0.3s ease;
}
@media (max-width: 1199px) {
  .inquiry-wrap .content .message .formbox .group input {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .inquiry-wrap .content .message .formbox .group input {
    font-size: 14px;
  }
}
.inquiry-wrap .content .message .formbox .group input::placeholder {
  color: #666;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.32px;
}
@media (max-width: 991px) {
  .inquiry-wrap .content .message .formbox .group input::placeholder {
    font-size: 14px;
  }
}
.inquiry-wrap .content .message .formbox .group input:focus label {
  display: none;
}
.inquiry-wrap .content .message .formbox .group input:focus::placeholder {
  color: #ccc;
}
.inquiry-wrap .content .message .formbox .group textarea {
  border: none;
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
  background: #FAFAFA;
  color: #666;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.32px;
  padding: 20px;
  outline: none;
  transition: border-color 0.3s ease;
  height: 200px;
}
@media (max-width: 1199px) {
  .inquiry-wrap .content .message .formbox .group textarea {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .inquiry-wrap .content .message .formbox .group textarea {
    font-size: 14px;
    height: 150px;
  }
}
.inquiry-wrap .content .message .formbox .group textarea::placeholder {
  color: #666;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.32px;
}
@media (max-width: 991px) {
  .inquiry-wrap .content .message .formbox .group textarea::placeholder {
    font-size: 14px;
  }
}
.inquiry-wrap .content .message .formbox .group textarea:focus label {
  display: none;
}
.inquiry-wrap .content .message .formbox .group textarea:focus::placeholder {
  color: #ccc;
}
.inquiry-wrap .content .message .func {
  margin-top: 29px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 1199px) {
  .inquiry-wrap .content .message .func {
    margin-top: 20px;
  }
}
.inquiry-wrap .content .message .func button {
  border: none;
  transition: all 0.5s;
  padding: 12px 60px;
}
.product .search-none {
  margin-bottom: 40px;
}
@media (max-width: 1400px) {
  .product .search-none {
    margin-bottom: 20px;
  }
}
.product .search-none h2 {
  color: #666;
}
.product .search-none p {
  background-color: #fcf8e3;
  border: 1px solid #faebcc;
  border-radius: 5px;
  margin: 0;
  color: #ab7640;
  padding: 10px;
}
