body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
body {
  background: #fff;
  color: #555;
  font-size: 14px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
td,
th,
caption {
  font-size: 14px;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}
a {
  color: #222;
  text-decoration: none;
}
a:hover {
  text-decoration: unset;
}
img {
  border: none;
}
ol,
ul,
li {
  list-style: none;
}
input,
textarea,
select,
button {
  outline: unset;
  border: unset;
  font: 14px Verdana, Helvetica, Arial, sans-serif;
}
table {
  border-collapse: collapse;
}
html {
  overflow-y: scroll;
}
/* css common */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}
.img-box {
  position: relative;
  z-index: 2;
  display: block;
  overflow: hidden;
  padding-bottom: 100%;
}
.img-box img,
.img-box iframe,
.img-box video {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s;
  width: 100%;
  height: 100%;
}
@media (min-width: 1630px) {
  .container {
    width: 1630px;
    max-width: 1630px;
    padding: 0 15px;
  }
  .container .row {
    margin: 0 -15px;
  }
  .container .row > div {
    padding: 0 15px;
  }
}
.fszero {
  display: none !important;
  height: 0 !important;
  width: 0 !important;
  overflow: hidden !important;
}
.fszero h1 {
  font-size: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}
.slick-dots li button {
  display: none;
}
.slick-track {
  margin-left: unset;
}
body {
  background-color: #fff;
  font-family: "Arial", Arial, Helvetica, "Microsoft YaHei", "WenQuanYi Micro Hei", "Heiti SC", "PingFang SC", "Hiragino Sans GB", sans-serif;
  overflow-x: hidden;
}
:root {
  scroll-behavior: unset;
}
.icon {
  line-height: 1;
}
.icon i {
  line-height: 1;
}
.slick-slide {
  font-size: 0;
  border: unset !important;
}
.fancybox-slide > * {
  padding: unset !important;
}
@media (max-width: 1199px) {
  .fancybox-slide > * {
    width: 100%;
    padding: 0px;
    margin: 0;
  }
}
.normalMoreBtn {
  width: max-content;
  padding: 7px 18px;
  background-color: #153b82;
  border-radius: 4px;
  display: flex;
  align-items: center;
}
@media (max-width: 1400px) {
  .normalMoreBtn {
    padding: 4px 12px;
  }
}
.normalMoreBtn span {
  color: #fff;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  /* 140% */
  margin-right: 26px;
}
@media (max-width: 1400px) {
  .normalMoreBtn span {
    margin-right: 10px;
    font-size: 16px;
  }
}
.normalMoreBtn .arrow {
  width: 44px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #a42227;
  border-radius: 4px;
  transform: skew(-10deg);
  overflow: hidden;
  position: relative;
}
@media (max-width: 1400px) {
  .normalMoreBtn .arrow {
    width: 30px;
    height: 28px;
  }
}
@keyframes shuffle {
  50% {
    transform: translateX(100%);
  }
  50.01% {
    transform: translateX(-100%);
  }
}
.normalMoreBtn .arrow i {
  display: block;
  font-size: 24px;
  color: #fff;
  transition: all 0.5s;
}
@media (max-width: 1400px) {
  .normalMoreBtn .arrow i {
    font-size: 20px;
  }
}
.normalMoreBtn:hover .arrow i {
  animation: shuffle 0.5s ease-in-out;
}
.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  user-select: none;
  z-index: 2;
  font-size: 0;
  margin-top: 154px;
}
@media (max-width: 1199px) {
  .banner {
    margin-top: 60px;
  }
}
.banner .slick-slide .item {
  display: block;
  position: relative;
}
@media (max-width: 1199px) {
  .banner .slick-slide .item {
    width: 100%;
    height: 468px;
  }
  .banner .slick-slide .item a {
    display: flex;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 768px) {
  .banner .slick-slide .item {
    height: 300px;
    overflow: hidden;
  }
}
.banner .slick-slide .item img {
  width: 100%;
}
@media (max-width: 1199px) {
  .banner .slick-slide .item img {
    height: 100%;
    width: auto;
  }
}
.banner .slick-slide .item > a {
  overflow: hidden;
  display: block;
}
.banner .slick-slide .item .textBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.banner .slick-slide .item .textBox .tit {
  margin-bottom: 52px;
}
@media (max-width: 1199px) {
  .banner .slick-slide .item .textBox .tit {
    margin-bottom: 20px;
  }
}
.banner .slick-slide .item .textBox .tit p {
  color: #fff;
  font-family: Montserrat;
  font-size: 74px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width: 80%;
  

}
@media (max-width: 1199px) {
  .banner .slick-slide .item .textBox .tit p {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  .banner .slick-slide .item .textBox .tit p {
    font-size: 26px;
  }
}
.banner .slick-dots {
  position: absolute;
  bottom: 42px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 30;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .banner .slick-dots {
    bottom: 16px;
  }
}
.banner .slick-dots li {
  transition: all 0.5s;
  margin: 0 6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
}
.banner .slick-dots .slick-active {
  background-color: rgba(255, 255, 255, 0.8);
}
header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 9999;
}
header .header .header_top {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0a2958;
  height: 54px;
}
@media (max-width: 1199px) {
  header .header .header_top {
    display: none;
  }
}
header .header .header_top .contact {
  margin-right: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .header .header_top .contact > div:not(:last-child) {
  margin-right: 42px;
}
header .header .header_top .contact > div a {
  display: flex;
  align-items: center;
}
header .header .header_top .contact > div a i {
  color: rgba(255, 255, 255, 0.7);
 
  margin-right: 12px;
}
header .header .header_top .contact > div a .icon-aboutemail {
  font-size: 12px;
}
header .header .header_top .contact > div a .icon-whatsapp {
  font-size: 20px;
}
header .header .header_top .contact > div a span {
  color: rgba(255, 255, 255, 0.7);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}
header .header .header_top .media ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
header .header .header_top .media ul li:not(:last-child) {
  margin-right: 15px;
}
header .header .header_top .media ul li .item {
  display: flex;
  align-items: center;
  justify-content: center;
}
header .header .header_top .media ul li .item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: all 0.5s;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
header .header .header_top .media ul li .item a:hover {
  background-color: #003686;
  border-color: rgba(0, 0, 0, 0);
}
header .header .header_top .media ul li .item a:hover i {
  color: #fff;
}
header .header .header_top .media ul li .item a i {
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.5s;
}
header .header .header_bottom {
  height: 100px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1199px) {
  header .header .header_bottom {
    height: 60px;
  }
}
header .header .header_bottom .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
header .header .header_bottom .container .header_bottom_l .logo a {
  display: flex;
  width: 242px;
}
@media (max-width: 1199px) {
  header .header .header_bottom .container .header_bottom_l .logo a {
    width: 100px;
  }
}
header .header .header_bottom .container .header_bottom_l .logo a img {
  width: 100%;
  height: auto;
}
header .header .header_bottom .container .header_bottom_r {
  display: flex;
  align-items: center;
  height: 100%;
}
header .header .header_bottom .container .header_bottom_r .menu {
  margin-right: 40px;
  margin-left: 50px;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  header .header .header_bottom .container .header_bottom_r .menu {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: calc(100vh - 60px);
    background-color: #fff;
    align-items: flex-start;
    display: none;
  }
}
header .header .header_bottom .container .header_bottom_r .menu > ul {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 1199px) {
  header .header .header_bottom .container .header_bottom_r .menu > ul {
    flex-direction: column;
    height: unset;
    align-items: flex-start;
    padding: 40px 20px;
    width: 100%;
  }
}
header .header .header_bottom .container .header_bottom_r .menu > ul > li {
  position: relative;
  height: 100%;
  perspective-origin: 500;
}
header .header .header_bottom .container .header_bottom_r .menu > ul > li:not(:last-child) {
  margin-right: 80px;
}
@media (max-width: 1400px) {
  header .header .header_bottom .container .header_bottom_r .menu > ul > li:not(:last-child) {
    margin-right: 30px;
  }
}
@media (max-width: 1199px) {
  header .header .header_bottom .container .header_bottom_r .menu > ul > li:not(:last-child) {
    margin-right: unset;
    margin-bottom: 20px;
    width: 85%;
  }
}
header .header .header_bottom .container .header_bottom_r .menu > ul > li .item {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1005;
}
header .header .header_bottom .container .header_bottom_r .menu > ul > li .item a {
  display: flex;
  align-items: center;
  height: 100%;
  color: #222;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: all 0.5s;
}
header .header .header_bottom .container .header_bottom_r .menu > ul > li .item a:hover {
  color: #153b82;
}
header .header .header_bottom .container .header_bottom_r .menu > ul > li .item .switch {
  display: none;
}
@media (max-width: 1199px) {
  header .header .header_bottom .container .header_bottom_r .menu > ul > li .item .switch {
    display: block;
    width: 20px;
    height: 20px;
    position: relative;
  }
  header .header .header_bottom .container .header_bottom_r .menu > ul > li .item .switch span {
    display: block;
    width: 16px;
    height: 2px;
    border-radius: 4px;
    background-color: #666666;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
    transition: all 0.5s;
  }
  header .header .header_bottom .container .header_bottom_r .menu > ul > li .item .switch span:last-child {
    transform: translate(-50%, -50%) rotate(270deg);
  }
}
header .header .header_bottom .container .header_bottom_r .menu > ul > li .item .switchOn span {
  transform: translate(-50%, -50%) rotate(-180deg);
}
header .header .header_bottom .container .header_bottom_r .menu > ul > li .item .switchOn span:last-child {
  transform: translate(-50%, -50%) rotate(0);
}
header .header .header_bottom .container .header_bottom_r .menu > ul > li > ul {
  min-width: 200px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateY(100%) translateX(-50%) rotateX(-45deg);
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s;
  transform-origin: top center;
  border-radius: 4px;
  box-shadow: 0px 4px 4px 0px rgba(208, 208, 208, 0.25);
  overflow: hidden;
  background-color: #fff;
}
@media (max-width: 1199px) {
  header .header .header_bottom .container .header_bottom_r .menu > ul > li > ul {
    position: unset;
    opacity: 1;
    transform: unset;
    transition: unset;
    pointer-events: initial;
    display: none;
  }
}
header .header .header_bottom .container .header_bottom_r .menu > ul > li > ul li {
  padding: 16px 10px;
  display: flex;
  justify-content: center;
  transition: all 0.5s;
}
@media (max-width: 1199px) {
  header .header .header_bottom .container .header_bottom_r .menu > ul > li > ul li {
    justify-content: flex-start;
  }
}
header .header .header_bottom .container .header_bottom_r .menu > ul > li > ul li a {
  color: #666;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  white-space: nowrap;
  transition: all 0.5s;
}
header .header .header_bottom .container .header_bottom_r .menu > ul > li > ul li:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
header .header .header_bottom .container .header_bottom_r .menu > ul > li > ul li:hover {
  background-color: #153b82;
}
@media (max-width: 1199px) {
  header .header .header_bottom .container .header_bottom_r .menu > ul > li > ul li:hover {
    background-color: unset;
  }
}
header .header .header_bottom .container .header_bottom_r .menu > ul > li > ul li:hover a {
  color: #fff;
}
@media (max-width: 1199px) {
  header .header .header_bottom .container .header_bottom_r .menu > ul > li > ul li:hover a {
    color: #000;
  }
}
header .header .header_bottom .container .header_bottom_r .menu > ul > li:hover > ul {
  transform: translateY(100%) translateX(-50%) rotateX(0deg);
  opacity: 1;
  pointer-events: initial;
}
@media (max-width: 1199px) {
  header .header .header_bottom .container .header_bottom_r .menu > ul > li:hover > ul {
    transform: unset;
  }
}
header .header .header_bottom .container .header_bottom_r .search {
  margin-right: 20px;
}
@media (max-width: 1199px) {
  header .header .header_bottom .container .header_bottom_r .search {
    margin-right: 10px;
  }
}
header .header .header_bottom .container .header_bottom_r .search a i {
  color: #222222;
  font-size: 24px;
}
@media (max-width: 1199px) {
  header .header .header_bottom .container .header_bottom_r .contact {
    display: none;
  }
}
header .header .header_bottom .container .header_bottom_r .mobilenavBTN {
  position: relative;
  z-index: 9999;
  display: none;
}
@media (max-width: 1199px) {
  header .header .header_bottom .container .header_bottom_r .mobilenavBTN {
    display: block;
  }
}
header .header .header_bottom .container .header_bottom_r .mobilenavBTN .BTN {
  width: 30px;
  height: 30px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
header .header .header_bottom .container .header_bottom_r .mobilenavBTN .BTN span {
  display: block;
  width: 30px;
  height: 3px;
  margin-bottom: 5px;
  background-color: #000;
  transition: all 0.3s;
}
header .header .header_bottom .container .header_bottom_r .mobilenavBTN .BTN span:nth-last-of-type(1) {
  margin-bottom: unset;
}
header .header .header_bottom .container .header_bottom_r .mobilenavBTN .active span {
  margin-bottom: unset;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: center center;
  background-color: #0a2958;
}
header .header .header_bottom .container .header_bottom_r .mobilenavBTN .active span:nth-child(1) {
  transform: rotate(45deg);
}
header .header .header_bottom .container .header_bottom_r .mobilenavBTN .active span:nth-child(3) {
  transform: rotate(-45deg);
}
header .header .header_bottom .container .header_bottom_r .mobilenavBTN .active span:nth-child(2) {
  display: none;
}
header .header .header_bottom .container .header_bottom_r .googleTanslate {
  padding-left: 10px;
}
@media (max-width: 1199px) {
  header .header .header_bottom .container .header_bottom_r .googleTanslate {
    /*display: none;*/
  }
}
header .headerOn {
  box-shadow: 0px 4px 4px 0px rgba(208, 208, 208, 0.25);
}
main {
  background-color: #fff;
  position: relative;
  z-index: 2;
}
main .index_tit_box .tit {
  margin-bottom: 6px;
}
main .index_tit_box .tit p {
  color: #222;
  text-align: center;
  font-family: Montserrat;
  font-size: 54px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 1400px) {
  main .index_tit_box .tit p {
    font-size: 42px;
  }
}
@media (max-width: 1199px) {
  main .index_tit_box .tit p {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  main .index_tit_box .tit p {
    font-size: 28px;
  }
}
main .index_tit_box .intro {
  display: flex;
  align-items: center;
  justify-content: center;
}
main .index_tit_box .intro p {
  width: 1011px;
  max-width: 100%;
  color: #666;
  text-align: center;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 1400px) {
  main .index_tit_box .intro p {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  main .index_tit_box .intro p {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (max-width: 768px) {
  main .index_tit_box .intro p {
    font-size: 16px;
  }
}
main .Pro_item_normal .img-box {
  padding-bottom: 66.66666667%;
  margin-bottom: 27.3px;
}
@media (max-width: 1400px) {
  main .Pro_item_normal .img-box {
    margin-bottom: 10px;
  }
}
main .Pro_item_normal .category {
  margin-bottom: 8px;
}
main .Pro_item_normal .category p {
  color: #999;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 768px) {
  main .Pro_item_normal .category p {
    font-size: 14px;
  }
}
main .Pro_item_normal .name {
  margin-bottom: 20px;
  min-height: 48px;
}
@media (max-width: 1400px) {
  main .Pro_item_normal .name {
    margin-bottom: 10px;
  }
}
main .Pro_item_normal .name p {
  color: #222;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  /* 在恰当的断字点进行换行 */
  word-break: break-all;
  /* 超出范围隐藏 */
  overflow: hidden;
  /* 文字超出用省略号 */
  text-overflow: ellipsis;
  /* 盒子模型 */
  display: -webkit-box;
  /* 显示的文本行数 */
  -webkit-line-clamp: 2;
  /* 子元素的垂直排列方式 */
  -webkit-box-orient: vertical;
}
@media (max-width: 1400px) {
  main .Pro_item_normal .name p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  main .Pro_item_normal .name p {
    font-size: 16px;
  }
}
main .Pro_item_normal .more {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  background-color: #153b82;
  border-radius: 4px;
  width: 100%;
}
@media (max-width: 1400px) {
  main .Pro_item_normal .more {
    height: 40px;
  }
}
main .Pro_item_normal .more span {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-right: 20px;
}
@media (max-width: 1400px) {
  main .Pro_item_normal .more span {
    font-size: 16px;
    margin-right: 10px;
  }
}
@media (max-width: 768px) {
  main .Pro_item_normal .more span {
    font-size: 16px;
    margin-right: 10px;
  }
}
main .Pro_item_normal .more i {
  color: #fff;
  font-size: 20px;
  transform: translateY(3px);
  transition: all 0.5s;
}
main .Pro_item_normal:hover .img-box img {
  transform: scale(1.1);
}
main .Pro_item_normal:hover .more i {
  transform: translateY(3px) translateX(5px);
}
main .index_Offer {
  padding-top: 118px;
}
@media (max-width: 1400px) {
  main .index_Offer {
    padding-top: 50px;
  }
}
main .index_Offer .index_tit_box {
  margin-bottom: 78px;
}
@media (max-width: 1400px) {
  main .index_Offer .index_tit_box {
    margin-bottom: 30px;
  }
}
main .index_Offer .slick_index_Offer .slick-list {
  margin: 0 -19px;
}
@media (max-width: 1199px) {
  main .index_Offer .slick_index_Offer .slick-list {
    margin: 0 -15px;
  }
}
@media (max-width: 768px) {
  main .index_Offer .slick_index_Offer .slick-list {
    margin: 0px;
  }
}
main .index_Offer .slick_index_Offer .slick-slide {
  padding: 0 19px;
}
@media (max-width: 1199px) {
  main .index_Offer .slick_index_Offer .slick-slide {
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  main .index_Offer .slick_index_Offer .slick-slide {
    padding-inline: unset;
  }
}
main .index_Offer .slick_index_Offer .slick-slide .item {
  overflow: hidden;
  position: relative;
}
main .index_Offer .slick_index_Offer .slick-slide .item::before {
  pointer-events: none;
  z-index: 40;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(42, 41, 41, 0.09), rgba(42, 41, 41, 0.4));
  transition: all 0.5s;
}
main .index_Offer .slick_index_Offer .slick-slide .item::after {
  pointer-events: none;
  z-index: 30;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: linear-gradient(3deg, rgba(21, 59, 130, 0.73) 2.04%, rgba(21, 59, 130, 0) 62.29%);
  opacity: 0;
  transition: all 0.5s;
}
main .index_Offer .slick_index_Offer .slick-slide .item .img-box {
  padding-bottom: 78.53658537%;
}
main .index_Offer .slick_index_Offer .slick-slide .item .textBox {
  padding-bottom: 40px;
  position: absolute;
  z-index: 40;
  bottom: -100px;
  left: 50%;
  transform: translate(-50%, 0%);
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 1400px) {
  main .index_Offer .slick_index_Offer .slick-slide .item .textBox {
    bottom: -80px;
  }
}
main .index_Offer .slick_index_Offer .slick-slide .item .textBox .num {
  margin-bottom: 4px;
}
main .index_Offer .slick_index_Offer .slick-slide .item .textBox .num p {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 1400px) {
  main .index_Offer .slick_index_Offer .slick-slide .item .textBox .num p {
    font-size: 26px;
  }
}
main .index_Offer .slick_index_Offer .slick-slide .item .textBox .name {
  margin-bottom: 40px;
}
main .index_Offer .slick_index_Offer .slick-slide .item .textBox .name p {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 1400px) {
  main .index_Offer .slick_index_Offer .slick-slide .item .textBox .name p {
    font-size: 26px;
  }
}
main .index_Offer .slick_index_Offer .slick-slide .item:hover::before {
  opacity: 0;
}
main .index_Offer .slick_index_Offer .slick-slide .item:hover::after {
  opacity: 1;
}
main .index_Offer .slick_index_Offer .slick-slide .item:hover .textBox {
  bottom: 0;
  transform: translate(-50%, 0%);
}
main .index_HotPro {
  padding-top: 118px;
  padding-bottom: 78px;
}
@media (max-width: 1400px) {
  main .index_HotPro {
    padding: 50px 0;
  }
}
main .index_HotPro .index_tit_box {
  margin-bottom: 43px;
}
@media (max-width: 1400px) {
  main .index_HotPro .index_tit_box {
    margin-bottom: 20px;
  }
}
main .index_HotPro .pro_List ul {
  margin: 0 -20px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1400px) {
  main .index_HotPro .pro_List ul {
    margin: 0 -15px;
  }
}
@media (max-width: 768px) {
  main .index_HotPro .pro_List ul {
    margin: 0 -7px;
  }
}
main .index_HotPro .pro_List ul li {
  width: 25%;
  padding: 0 20px;
  margin-bottom: 36px;
}
@media (max-width: 1400px) {
  main .index_HotPro .pro_List ul li {
    padding: 0 15px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  main .index_HotPro .pro_List ul li {
    width: 33.33333%;
  }
}
@media (max-width: 768px) {
  main .index_HotPro .pro_List ul li {
    width: 50%;
    padding: 0 7px;
  }
}
main .index_HotPro .moreBtn {
  padding-top: 38px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1400px) {
  main .index_HotPro .moreBtn {
    padding-top: 10px;
  }
}
main .index_Company {
  padding-top: 83px;
  padding-bottom: 58px;
}
@media (max-width: 1400px) {
  main .index_Company {
    padding: 50px 0;
  }
}
main .index_Company .index_tit_box {
  margin-bottom: 70px;
}
@media (max-width: 1400px) {
  main .index_Company .index_tit_box {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  main .index_Company .index_tit_box {
    margin-bottom: 30px;
  }
}
main .index_Company .index_tit_box .tit p {
  color: #fff;
}
main .index_Company .index_tit_box .intro p {
  color: #fff;
}
main .index_Company #index_company {
  width: 100%;
}
main .index_Company #index_company .swiper-container {
  overflow: visible;
}
main .index_Company #index_company .swiper-slide {
  transition: transform 0.3s ease;
  width: 52.08333333%;
}
@media (max-width: 768px) {
  main .index_Company #index_company .swiper-slide {
    width: 78.125%;
  }
}
main .index_Company #index_company .swiper-slide .img-box {
  padding-bottom: 56.25%;
  border-radius: 10px;
}
main .index_Company .cus-arrow {
  padding-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  main .index_Company .cus-arrow {
    padding-top: 20px;
  }
}
main .index_Company .cus-arrow > div {
  cursor: pointer;
  width: 58px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  transform: skew(-10deg);
  transition: all 0.5s;
  border-radius: 4px;
}
@media (max-width: 768px) {
  main .index_Company .cus-arrow > div {
    width: 40px;
    height: 40px;
  }
}
main .index_Company .cus-arrow > div:hover {
  background-color: #a42227;
  border-color: #a42227;
}
main .index_Company .cus-arrow > div:not(:last-child) {
  margin-right: 25px;
}
main .index_Company .cus-arrow > div::before {
  content: "";
  font-family: iconfont;
  font-size: 28px;
  color: #fff;
}
main .index_Company .cus-arrow .swiper-cus-prev::before {
  content: "\ec0f";
}
main .index_Company .cus-arrow .swiper-cus-next::before {
  content: "\e60a";
}
main .index_about {
  position: relative;
  padding-bottom: 145px;
  padding-top: 170px;
}
@media (max-width: 1400px) {
  main .index_about {
    padding: 50px 0;
  }
}
main .index_about::before {
  content: "";
  position: absolute;
  top: 3.125vw;
  left: 50%;
  transform: translateX(-50%);
  width: 40.52083333%;
  height: 209px;
  background-image: url(../images/index_about_logo.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
main .index_about .container {
  position: relative;
  z-index: 30;
}
main .index_about .container .index_tit_box {
  padding-bottom: 54px;
}
@media (max-width: 1400px) {
  main .index_about .container .index_tit_box {
    padding-bottom: 20px;
  }
}
main .index_about .container .conpanyIntro {
  width: 1326px;
  max-width: 100%;
  margin: 0 auto 60px;
}
@media (max-width: 1400px) {
  main .index_about .container .conpanyIntro {
    margin-bottom: 20px;
  }
}
main .index_about .container .conpanyIntro p {
  color: #666;
  text-align: center;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  /* 180% */
}
@media (max-width: 1400px) {
  main .index_about .container .conpanyIntro p {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media (max-width: 1199px) {
  main .index_about .container .conpanyIntro p {
    font-size: 16px;
    line-height: 1.5;
  }
}
main .index_about .container .numberList {
  margin-bottom: 115px;
}
@media (max-width: 1400px) {
  main .index_about .container .numberList {
    margin-bottom: 50px;
  }
}
main .index_about .container .numberList ul {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 0 -50px;
}
@media (max-width: 1400px) {
  main .index_about .container .numberList ul {
    margin: 0 -30px;
  }
}
@media (max-width: 1199px) {
  main .index_about .container .numberList ul {
    margin: 0 -15px;
  }
}
@media (max-width: 768px) {
  main .index_about .container .numberList ul {
    flex-wrap: wrap;
    margin: 0 0 10px 0;
  }
}
main .index_about .container .numberList ul li {
  padding: 0 50px;
}
@media (max-width: 1400px) {
  main .index_about .container .numberList ul li {
    padding: 0 30px;
  }
}
@media (max-width: 1199px) {
  main .index_about .container .numberList ul li {
    padding: 0 15px;
  }
}
main .index_about .container .numberList ul li .item {
  width: 284px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 1199px) {
  main .index_about .container .numberList ul li .item {
    width: 100%;
    margin-top: 14px;
  }
}
main .index_about .container .numberList ul li .item .num p {
  color: #153b82;
  font-family: Montserrat;
  font-size: 80px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 1400px) {
  main .index_about .container .numberList ul li .item .num p {
    font-size: 60px;
  }
}
@media (max-width: 1199px) {
  main .index_about .container .numberList ul li .item .num p {
    font-size: 42px;
  }
}
main .index_about .container .numberList ul li .item .intro p {
  color: #222;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 111.111% */
}
@media (max-width: 1400px) {
  main .index_about .container .numberList ul li .item .intro p {
    font-size: 16px;
  }
}
main .index_about .container .btnBox {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  main .index_about .container .btnBox {
    flex-direction: column;
  }
}
main .index_about .container .btnBox > div:not(:last-child) {
  margin-right: 68px;
}
@media (max-width: 1400px) {
  main .index_about .container .btnBox > div:not(:last-child) {
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  main .index_about .container .btnBox > div:not(:last-child) {
    margin-right: unset;
    margin-bottom: 20px;
  }
}
main .index_about .container .btnBox .video {
  cursor: pointer;
  display: flex;
  align-items: center;
  perspective-origin: 500;
}
main .index_about .container .btnBox .video span {
  color: #153b82;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  /* 116.667% */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  margin-right: 12px;
}
main .index_about .container .btnBox .video .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #a42227;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
@media (max-width: 1400px) {
  main .index_about .container .btnBox .video .icon {
    width: 36px;
    height: 36px;
  }
}
main .index_about .container .btnBox .video .icon i {
  display: block;
  color: #fff;
  font-size: 24px;
}
@media (max-width: 1400px) {
  main .index_about .container .btnBox .video .icon i {
    font-size: 14px;
  }
}
main .index_about .container .btnBox .video:hover .icon {
  transform: rotateY(360deg);
}
main .index_certificate {
  padding-top: 145px;
  padding-bottom: 141px;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1400px) {
  main .index_certificate {
    padding: 50px 0;
  }
}
main .index_certificate .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1400px) {
  main .index_certificate .container {
    align-items: center;
  }
}
@media (max-width: 1199px) {
  main .index_certificate .container {
    flex-direction: column;
  }
}
main .index_certificate .container .index_certificate_l {
  width: 36.36363636%;
  padding-top: 80px;
}
@media (max-width: 1400px) {
  main .index_certificate .container .index_certificate_l {
    padding-top: 0;
  }
}
@media (max-width: 1199px) {
  main .index_certificate .container .index_certificate_l {
    width: 100%;
    margin-bottom: 20px;
  }
}
main .index_certificate .container .index_certificate_l .tit {
  margin-bottom: 30px;
}
main .index_certificate .container .index_certificate_l .tit p {
  color: #fff;
  font-family: Montserrat;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 1400px) {
  main .index_certificate .container .index_certificate_l .tit p {
    font-size: 46px;
  }
}
@media (max-width: 1199px) {
  main .index_certificate .container .index_certificate_l .tit p {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  main .index_certificate .container .index_certificate_l .tit p {
    font-size: 28px;
  }
}
main .index_certificate .container .index_certificate_l .intro p {
  color: #fff;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  /* 150% */
}
@media (max-width: 1199px) {
  main .index_certificate .container .index_certificate_l .intro p {
    font-size: 18px;
    line-height: 1.5;
  }
}
@media (max-width: 768px) {
  main .index_certificate .container .index_certificate_l .intro p {
    font-size: 16px;
  }
}
main .index_certificate .container .index_certificate_r {
  width: 55.75757576%;
}
@media (max-width: 1199px) {
  main .index_certificate .container .index_certificate_r {
    width: 100%;
  }
}
main .index_certificate .container .index_certificate_r .slick_index_certificate .slick-slide {
  padding: 0 20px;
}
@media (max-width: 1199px) {
  main .index_certificate .container .index_certificate_r .slick_index_certificate .slick-slide {
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  main .index_certificate .container .index_certificate_r .slick_index_certificate .slick-slide {
    padding: 0 7px;
  }
}
main .index_certificate .container .index_certificate_r .slick_index_certificate .slick-list {
  margin: 0 -20px;
}
@media (max-width: 1199px) {
  main .index_certificate .container .index_certificate_r .slick_index_certificate .slick-list {
    margin: 0 -15px;
  }
}
@media (max-width: 768px) {
  main .index_certificate .container .index_certificate_r .slick_index_certificate .slick-list {
    margin: 0 -7px;
  }
}
main .index_certificate .container .index_certificate_r .slick_index_certificate .img-box {
  padding-bottom: 133.92857143%;
}
main .index_certificate .container .index_certificate_r .slick_index_certificate .slick-dots {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 33px;
}
@media (max-width: 768px) {
  main .index_certificate .container .index_certificate_r .slick_index_certificate .slick-dots {
    padding-top: 16px;
  }
}
main .index_certificate .container .index_certificate_r .slick_index_certificate .slick-dots li {
  margin: 0 6px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(255, 240, 240, 0.5);
  transition: all 0.45s;
}
main .index_certificate .container .index_certificate_r .slick_index_certificate .slick-dots .slick-active {
  background-color: rgba(255, 255, 255, 0.8);
}
main .index_global {
  padding-top: 108px;
}
@media (max-width: 1400px) {
  main .index_global {
    padding-top: 50px;
  }
}
main .index_global .index_tit_box {
  margin-bottom: 40px;
}
@media (max-width: 1400px) {
  main .index_global .index_tit_box {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  main .index_global .index_tit_box {
    margin-bottom: 20px;
  }
}
main .index_global .mapBox {
  position: relative;
}
@media (max-width: 1199px) {
  main .index_global .mapBox {
    display: none;
  }
}
main .index_global .mapBox .map {
  width: 100%;
}
main .index_global .mapBox .map img {
  width: 100%;
  height: auto;
}
main .index_global .mapBox .point {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
main .index_global .mapBox .point img {
  width: 100%;
  height: auto;
}
@keyframes signline1 {
  80% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
@keyframes signline2 {
  80% {
    -webkit-clip-path: polygon(100% 100%, 0% 100%, 0% 0%, 100% 0%);
    clip-path: polygon(100% 100%, 0% 100%, 0% 0%, 100% 0%);
  }
  100% {
    -webkit-clip-path: polygon(100% 100%, 0% 100%, 0% 0%, 100% 0%);
    clip-path: polygon(100% 100%, 0% 100%, 0% 0%, 100% 0%);
  }
}
main .index_global .mapBox .svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
main .index_global .mapBox .svg .Netherlands,
main .index_global .mapBox .svg .Germany,
main .index_global .mapBox .svg .France,
main .index_global .mapBox .svg .Greece,
main .index_global .mapBox .svg .Georgia,
main .index_global .mapBox .svg .Iraq,
main .index_global .mapBox .svg .Egypt,
main .index_global .mapBox .svg .Cambodia,
main .index_global .mapBox .svg .Philippines {
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  animation: signline1 2s ease-in-out infinite;
}
main .index_global .mapBox .svg .SouthKorea,
main .index_global .mapBox .svg .Japan,
main .index_global .mapBox .svg .Australia,
main .index_global .mapBox .svg .NewZealand,
main .index_global .mapBox .svg .Fiji,
main .index_global .mapBox .svg .America,
main .index_global .mapBox .svg .Canada,
main .index_global .mapBox .svg .America2,
main .index_global .mapBox .svg .Curacao,
main .index_global .mapBox .svg .Guatemala {
  -webkit-clip-path: polygon(0 100%, 0 100%, 0% 0%, 0% 0%);
  clip-path: polygon(0 100%, 0 100%, 0% 0%, 0% 0%);
  animation: signline2 2s ease-in-out infinite;
}
main .index_global .mapBox .svg .Netherlands {
  position: absolute;
  left: 25%;
  top: 23%;
}
main .index_global .mapBox .svg .Netherlands img {
  width: 21.5625vw;
}
main .index_global .mapBox .svg .Germany {
  position: absolute;
  left: 26%;
  top: 25%;
}
main .index_global .mapBox .svg .Germany img {
  width: 20.4167vw;
}
main .index_global .mapBox .svg .France {
  position: absolute;
  left: 24.5%;
  top: 26%;
}
main .index_global .mapBox .svg .France img {
  width: 22.0833vw;
}
main .index_global .mapBox .svg .Greece {
  position: absolute;
  left: 28%;
  top: 29%;
}
main .index_global .mapBox .svg .Greece img {
  width: 18.4375vw;
}
main .index_global .mapBox .svg .Georgia {
  position: absolute;
  left: 32.3%;
  top: 32%;
}
main .index_global .mapBox .svg .Georgia img {
  width: 14.2188vw;
}
main .index_global .mapBox .svg .Iraq {
  position: absolute;
  left: 32.3%;
  top: 34%;
}
main .index_global .mapBox .svg .Iraq img {
  width: 14.4271vw;
}
main .index_global .mapBox .svg .Egypt {
  position: absolute;
  left: 29.3%;
  top: 37%;
}
main .index_global .mapBox .svg .Egypt img {
  width: 17.0833vw;
}
main .index_global .mapBox .svg .Cambodia {
  position: absolute;
  left: 44%;
  top: 37%;
}
main .index_global .mapBox .svg .Cambodia img {
  width: 2.8125vw;
}
main .index_global .mapBox .svg .SouthKorea {
  position: absolute;
  left: 47%;
  top: 36%;
}
main .index_global .mapBox .svg .SouthKorea img {
  width: 1.4583vw;
}
main .index_global .mapBox .svg .Japan {
  position: absolute;
  left: 47%;
  top: 35.8%;
}
main .index_global .mapBox .svg .Japan img {
  width: 3.4896vw;
}
main .index_global .mapBox .svg .Philippines {
  position: absolute;
  left: 46.5%;
  top: 37%;
}
main .index_global .mapBox .svg .Philippines img {
  width: 1.0417vw;
}
main .index_global .mapBox .svg .Australia {
  position: absolute;
  left: 47%;
  top: 37%;
}
main .index_global .mapBox .svg .Australia img {
  width: 4.0625vw;
}
main .index_global .mapBox .svg .NewZealand {
  position: absolute;
  left: 46.5%;
  top: 37%;
}
main .index_global .mapBox .svg .NewZealand img {
  width: 9.8958vw;
}
main .index_global .mapBox .svg .Fiji {
  position: absolute;
  left: 46.5%;
  top: 37%;
}
main .index_global .mapBox .svg .Fiji img {
  width: 11.1979vw;
}
main .index_global .mapBox .svg .America {
  position: absolute;
  left: 46.5%;
  top: 22%;
}
main .index_global .mapBox .svg .America img {
  width: 17.6042vw;
}
main .index_global .mapBox .svg .Canada {
  position: absolute;
  left: 46.5%;
  top: 25%;
}
main .index_global .mapBox .svg .Canada img {
  width: 24.9479vw;
}
main .index_global .mapBox .svg .America2 {
  position: absolute;
  left: 46.5%;
  top: 27%;
}
main .index_global .mapBox .svg .America2 img {
  width: 27.2917vw;
}
main .index_global .mapBox .svg .Curacao {
  position: absolute;
  left: 46.7%;
  top: 27.5%;
}
main .index_global .mapBox .svg .Curacao img {
  width: 32.6563vw;
}
main .index_global .mapBox .svg .Guatemala {
  position: absolute;
  left: 46.7%;
  top: 33.5%;
}
main .index_global .mapBox .svg .Guatemala img {
  width: 28.4896vw;
}
main .index_global .mapBox .locationList {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media (max-width: 1199px) {
  main .index_global .mapBox .locationList {
    display: none;
  }
}
main .index_global .mapBox .locationList > div {
  padding: 6px 16px;
  border-radius: 6px;
  background: #153b82;
  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
main .index_global .mapBox .locationList .Netherlands {
  position: absolute;
  left: 17%;
  top: 23%;
}
main .index_global .mapBox .locationList .Germany {
  position: absolute;
  left: 26.5%;
  top: 23%;
}
main .index_global .mapBox .locationList .France {
  position: absolute;
  left: 19%;
  top: 29%;
}
main .index_global .mapBox .locationList .Greece {
  position: absolute;
  left: 23%;
  top: 35%;
}
main .index_global .mapBox .locationList .Georgia {
  position: absolute;
  left: 28.3%;
  top: 28%;
}
main .index_global .mapBox .locationList .Iraq {
  position: absolute;
  left: 28.3%;
  top: 34%;
}
main .index_global .mapBox .locationList .Egypt {
  position: absolute;
  left: 25%;
  top: 43%;
}
main .index_global .mapBox .locationList .Cambodia {
  position: absolute;
  left: 37%;
  top: 50%;
}
main .index_global .mapBox .locationList .SouthKorea {
  position: absolute;
  left: 45%;
  top: 39%;
}
main .index_global .mapBox .locationList .Japan {
  position: absolute;
  left: 51%;
  top: 33.8%;
}
main .index_global .mapBox .locationList .Philippines {
  position: absolute;
  left: 43.5%;
  top: 52%;
}
main .index_global .mapBox .locationList .Australia {
  position: absolute;
  left: 44.5%;
  top: 69%;
}
main .index_global .mapBox .locationList .NewZealand {
  position: absolute;
  left: 57.5%;
  top: 75.5%;
}
main .index_global .mapBox .locationList .Fiji {
  position: absolute;
  left: 59%;
  top: 63%;
}
main .index_global .mapBox .locationList .America {
  position: absolute;
  left: 65.5%;
  top: 19%;
}
main .index_global .mapBox .locationList .Canada {
  position: absolute;
  left: 73%;
  top: 24%;
}
main .index_global .mapBox .locationList .America2 {
  position: absolute;
  left: 75.5%;
  top: 33%;
}
main .index_global .mapBox .locationList .Curacao {
  position: absolute;
  left: 80.7%;
  top: 46.5%;
}
main .index_global .mapBox .locationList .Guatemala {
  position: absolute;
  left: 71.7%;
  top: 49.5%;
}
main .index_global .mobile {
  display: none;
}
@media (max-width: 1199px) {
  main .index_global .mobile {
    display: block;
    width: 100%;
  }
  main .index_global .mobile img {
    width: 100%;
    height: auto;
  }
}
main .index_news {
  padding: 110px 0 102px;
}
@media (max-width: 1400px) {
  main .index_news {
    padding: 50px 0;
  }
}
main .index_news .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 70px;
  flex-direction: row;
}
@media (max-width: 1400px) {
  main .index_news .head {
    margin-bottom: 25px;
  }
}
main .index_news .head .head_l .tit {
  margin-bottom: 4px;
}
main .index_news .head .head_l .tit p {
  color: #003686;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 1400px) {
  main .index_news .head .head_l .tit p {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  main .index_news .head .head_l .tit p {
    font-size: 16px;
  }
}
main .index_news .head .head_l .subtit p {
  color: #222;
  font-family: Montserrat;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 1400px) {
  main .index_news .head .head_l .subtit p {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  main .index_news .head .head_l .subtit p {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
main .index_news .newsList {
  display: flex;
  align-items: stretch;
  margin: 0 -20px;
}
@media (max-width: 1400px) {
  main .index_news .newsList {
    margin: 0 -15px;
  }
}
@media (max-width: 1199px) {
  main .index_news .newsList {
    margin: 0;
  }
}

@media (max-width: 640px) {
  main .index_news .newsList {
    display: unset;
  }
}
main .index_news .newsList > div {
  width: 33.3333333%;
  padding: 0 20px;
}
@media (max-width: 1400px) {
  main .index_news .newsList > div {
    padding: 0 15px;
  }
}
@media (max-width: 1199px) {
  main .index_news .newsList > div {
    padding: 0;
    width: 100%;
  }
}
@media (max-width: 1199px) {
  main .index_news .newsList .newsList_l,
  main .index_news .newsList .newsList_m {
    /*display: none;*/
  }
    
  main .index_news .newsList .newsList_r {
    display: none;
  }
}
main .index_news .newsList .newsList_l .item,
main .index_news .newsList .newsList_m .item {
  padding: 35px 27px;
  border-radius: 10px;
  background-color: #fff;
  transition: all 0.5s;
  height: 100%;
}
@media (max-width: 1400px) {
  main .index_news .newsList .newsList_l .item,
  main .index_news .newsList .newsList_m .item {
    padding: 15px;
  }
}
main .index_news .newsList .newsList_l .item .date,
main .index_news .newsList .newsList_m .item .date {
  margin-bottom: 20px;
}
main .index_news .newsList .newsList_l .item .date p,
main .index_news .newsList .newsList_m .item .date p {
  color: #003686;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: all 0.5s;
}
main .index_news .newsList .newsList_l .item .tit,
main .index_news .newsList .newsList_m .item .tit {
  margin-bottom: 20px;
}
main .index_news .newsList .newsList_l .item .tit p,
main .index_news .newsList .newsList_m .item .tit p {
  color: #222;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  transition: all 0.5s;
  /* 在恰当的断字点进行换行 */
  word-break: break-all;
  /* 超出范围隐藏 */
  overflow: hidden;
  /* 文字超出用省略号 */
  text-overflow: ellipsis;
  /* 盒子模型 */
  display: -webkit-box;
  /* 显示的文本行数 */
  -webkit-line-clamp: 2;
  /* 子元素的垂直排列方式 */
  -webkit-box-orient: vertical;
}
@media (max-width: 768px) {
  main .index_news .newsList .newsList_l .item .tit p,
  main .index_news .newsList .newsList_m .item .tit p {
    font-size: 16px;
  }
}
main .index_news .newsList .newsList_l .item .intro,
main .index_news .newsList .newsList_m .item .intro {
  margin-bottom: 28px;
}
@media (max-width: 768px) {
  main .index_news .newsList .newsList_l .item .intro,
  main .index_news .newsList .newsList_m .item .intro {
    margin-bottom: 10px;
  }
}
main .index_news .newsList .newsList_l .item .intro p,
main .index_news .newsList .newsList_m .item .intro p {
  color: #666;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  transition: all 0.5s;
  /* 在恰当的断字点进行换行 */
  word-break: break-all;
  /* 超出范围隐藏 */
  overflow: hidden;
  /* 文字超出用省略号 */
  text-overflow: ellipsis;
  /* 盒子模型 */
  display: -webkit-box;
  /* 显示的文本行数 */
  -webkit-line-clamp: 2;
  /* 子元素的垂直排列方式 */
  -webkit-box-orient: vertical;
}
@media (max-width: 768px) {
  main .index_news .newsList .newsList_l .item .intro p,
  main .index_news .newsList .newsList_m .item .intro p {
    font-size: 14px;
  }
}
main .index_news .newsList .newsList_l .item .more,
main .index_news .newsList .newsList_m .item .more {
  margin-bottom: 36px;
}
@media (max-width: 768px) {
  main .index_news .newsList .newsList_l .item .more,
  main .index_news .newsList .newsList_m .item .more {
    margin-bottom: 10px;
  }
}
main .index_news .newsList .newsList_l .item .more p,
main .index_news .newsList .newsList_m .item .more p {
  color: #003686;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: all 0.5s;
}
@media (max-width: 768px) {
  main .index_news .newsList .newsList_l .item .more p,
  main .index_news .newsList .newsList_m .item .more p {
    font-size: 12px;
  }
}
main .index_news .newsList .newsList_l .item .img-box,
main .index_news .newsList .newsList_m .item .img-box {
  padding-bottom: 75.05518764%;
  border-radius: 10px;
}
main .index_news .newsList .newsList_l:hover .item,
main .index_news .newsList .newsList_m:hover .item {
  background-color: #14478b;
}
main .index_news .newsList .newsList_l:hover .item .date p,
main .index_news .newsList .newsList_m:hover .item .date p {
  color: #fff;
}
main .index_news .newsList .newsList_l:hover .item .tit p,
main .index_news .newsList .newsList_m:hover .item .tit p {
  color: #fff;
}
main .index_news .newsList .newsList_l:hover .item .intro p,
main .index_news .newsList .newsList_m:hover .item .intro p {
  color: #fff;
}
main .index_news .newsList .newsList_l:hover .item .more p,
main .index_news .newsList .newsList_m:hover .item .more p {
  color: #fff;
}
main .index_news .newsList .newsList_r ul li:not(:last-child) {
  margin-bottom: 41px;
}
main .index_news .newsList .newsList_r ul li .item {
  display: flex;
  background-color: #fff;
  padding: 26px 27px;
  border-radius: 10px;
}
@media (max-width: 1400px) {
  main .index_news .newsList .newsList_r ul li .item {
    padding: 15px;
  }
}
@media (max-width: 768px) {
  main .index_news .newsList .newsList_r ul li .item {
    align-items: center;
  }
}
main .index_news .newsList .newsList_r ul li .item .item_l {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  padding-right: 20px;
  border-right: 1px solid #dbdbdb;
  height: max-content;
}
@media (max-width: 1400px) {
  main .index_news .newsList .newsList_r ul li .item .item_l {
    padding-right: 10px;
  }
}
main .index_news .newsList .newsList_r ul li .item .item_l .day p {
  color: #003686;
  text-align: center;
  font-family: Montserrat;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
  /* 100% */
  text-transform: uppercase;
}
@media (max-width: 1400px) {
  main .index_news .newsList .newsList_r ul li .item .item_l .day p {
    font-size: 32px;
    line-height: 1;
  }
}
@media (max-width: 768px) {
  main .index_news .newsList .newsList_r ul li .item .item_l .day p {
    font-size: 20px;
  }
}
main .index_news .newsList .newsList_r ul li .item .item_l .yandm p {
  color: #003686;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
main .index_news .newsList .newsList_r ul li .item .item_r {
  padding-left: 20px;
}
@media (max-width: 768px) {
  main .index_news .newsList .newsList_r ul li .item .item_r {
    padding-left: 10px;
  }
}
main .index_news .newsList .newsList_r ul li .item .item_r .tit {
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  main .index_news .newsList .newsList_r ul li .item .item_r .tit {
    margin-bottom: 10px;
  }
}
main .index_news .newsList .newsList_r ul li .item .item_r .tit p {
  color: #222;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  /* 在恰当的断字点进行换行 */
  word-break: break-all;
  /* 超出范围隐藏 */
  overflow: hidden;
  /* 文字超出用省略号 */
  text-overflow: ellipsis;
  /* 盒子模型 */
  display: -webkit-box;
  /* 显示的文本行数 */
  -webkit-line-clamp: 2;
  /* 子元素的垂直排列方式 */
  -webkit-box-orient: vertical;
}
@media (max-width: 768px) {
  main .index_news .newsList .newsList_r ul li .item .item_r .tit p {
    font-size: 16px;
  }
}
main .index_news .newsList .newsList_r ul li .item .item_r .intro {
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  main .index_news .newsList .newsList_r ul li .item .item_r .intro {
    margin-bottom: 10px;
  }
}
main .index_news .newsList .newsList_r ul li .item .item_r .intro p {
  color: #999;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  /* 在恰当的断字点进行换行 */
  word-break: break-all;
  /* 超出范围隐藏 */
  overflow: hidden;
  /* 文字超出用省略号 */
  text-overflow: ellipsis;
  /* 盒子模型 */
  display: -webkit-box;
  /* 显示的文本行数 */
  -webkit-line-clamp: 2;
  /* 子元素的垂直排列方式 */
  -webkit-box-orient: vertical;
}
@media (max-width: 768px) {
  main .index_news .newsList .newsList_r ul li .item .item_r .intro p {
    font-size: 14px;
  }
}
main .index_news .newsList .newsList_r ul li .item .item_r .more p {
  color: #222;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 768px) {
  main .index_news .newsList .newsList_r ul li .item .item_r .more p {
    font-size: 12px;
  }
}

main .index_news .newsList .newsList_r ul li .item:hover {
  background-color: #153b82;
}
main .index_news .newsList .newsList_r ul li .item:hover .item_l .day p {
  color: #fff;
}
main .index_news .newsList .newsList_r ul li .item:hover .item_l .yandm p {
  color: #fff;
}
main .index_news .newsList .newsList_r ul li .item:hover .item_r .tit p,
main .index_news .newsList .newsList_r ul li .item:hover .item_r .intro p,
main .index_news .newsList .newsList_r ul li .item:hover .item_r .more p {
  color: #fff;
}

main .crumb ul {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  main .crumb ul {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  main .crumb ul li {
    margin-bottom: 5px;
  }
}
main .crumb ul li:first-child .item a i {
  color: #fff;
  font-size: 16px;
  margin-right: 10px;
  margin-left: unset;
  transform: unset;
}
main .crumb ul li .item a {
  display: flex;
  align-items: center;
}
main .crumb ul li .item a i {
  font-size: 16px;
  color: #ffff;
  margin-left: 2px;
  margin-right: 2px;
  transform: translateY(2px);
}
main .crumb ul li .item a span {
  color: #fff;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
main .inner_banner {
  margin-top: 154px;
  height: 468px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1199px) {
  main .inner_banner {
    margin-top: 60px;
  }
}
@media (max-width: 768px) {
  main .inner_banner {
    height: 300px;
  }
}
main .inner_banner .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1199px) {
  main .inner_banner .container {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 10px;
  }
}
main .inner_banner .container .innerBanner_l {
  width: 480px;
  max-width: 100%;
}
@media (max-width: 1199px) {
  main .inner_banner .container .innerBanner_l {
    width: 100%;
  }
}
main .inner_banner .container .innerBanner_l .tit {
  padding-left: 10px;
  padding-bottom: 10px;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  main .inner_banner .container .innerBanner_l .tit {
    padding-left: unset;
  }
}
main .inner_banner .container .innerBanner_l .tit p {
  color: #fff;
  font-family: Montserrat;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 768px) {
  main .inner_banner .container .innerBanner_l .tit p {
    font-size: 32px;
  }
}
main .inner_banner .container .innerBanner_l .crumb {
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  main .inner_banner .container .innerBanner_l .crumb {
    padding-bottom: 10px;
  }
}
main .inner_banner .container .innerBanner_r ul {
  display: flex;
}
main .inner_banner .container .innerBanner_r ul li:not(:last-child) {
  margin-right: 24px;
}
@media (max-width: 768px) {
  main .inner_banner .container .innerBanner_r ul li:not(:last-child) {
    margin-right: 14px;
  }
}
main .inner_banner .container .innerBanner_r ul li .item {
  padding: 16px 20px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  backdrop-filter: blur(3px);
  transition: all 0.5s;
}
@media (max-width: 768px) {
  main .inner_banner .container .innerBanner_r ul li .item {
    padding: 10px;
  }
}
main .inner_banner .container .innerBanner_r ul li .item p {
  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 768px) {
  main .inner_banner .container .innerBanner_r ul li .item p {
    font-size: 14px;
  }
}
main .inner_banner .container .innerBanner_r ul li .item:hover {
  background-color: #153b82;
}
main .inner_banner .container .innerBanner_r ul .active .item {
  background-color: #153b82;
}
main .about_companyIntro {
  padding-top: 83px;
  padding-bottom: 110px;
}
@media (max-width: 1400px) {
  main .about_companyIntro {
    padding: 50px 0;
  }
}
main .about_companyIntro .box_tit {
  /* 58.465px */
  margin-bottom: 58px;
}
main .about_companyIntro .box_tit p {
  color: #222;
  font-family: Montserrat;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 121.802%;
  width: 90%;
}
@media (max-width: 1400px) {
  main .about_companyIntro .box_tit p {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  main .about_companyIntro .box_tit p {
    font-size: 28px;
  }
}
@media (max-width: 1400px) {
  main .about_companyIntro .box_tit {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  main .about_companyIntro .box_tit {
    margin-bottom: 20px;
  }
}
main .about_companyIntro .img-box {
  padding-bottom: 56.55526992%;
  border-radius: 20px;
}
main .about_companyIntro .about_companyIntro_section1 {
  display: flex;
  margin: 0 -17px 47px;
  align-items: center;
}
@media (max-width: 991px) {
  main .about_companyIntro .about_companyIntro_section1 {
    flex-direction: column;
    margin: 0 0 20px;
  }
}
main .about_companyIntro .about_companyIntro_section1 > div {
  width: 50%;
  padding: 0 17px;
}
@media (max-width: 991px) {
  main .about_companyIntro .about_companyIntro_section1 > div {
    width: 100%;
    padding: unset;
  }
}
@media (max-width: 991px) {
  main .about_companyIntro .about_companyIntro_section1 .about_companyIntro_section1_l {
    margin-bottom: 20px;
  }
}
main .about_companyIntro .about_companyIntro_section1 .about_companyIntro_section1_l .intro {
  margin-bottom: 36px;
}
@media (max-width: 1400px) {
  main .about_companyIntro .about_companyIntro_section1 .about_companyIntro_section1_l .intro {
    margin-bottom: 20px;
  }
}
main .about_companyIntro .about_companyIntro_section1 .about_companyIntro_section1_l .intro p {
  color: #222;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 162.5% */
}
@media (max-width: 1400px) {
  main .about_companyIntro .about_companyIntro_section1 .about_companyIntro_section1_l .intro p {
    font-size: 16px;
    line-height: 1.6;
  }
}
main .about_companyIntro .about_companyIntro_section1 .about_companyIntro_section1_l .numList ul {
  display: flex;
}
main .about_companyIntro .about_companyIntro_section1 .about_companyIntro_section1_l .numList ul li {
  width: 33.33%;
  padding: 0 10px;
}
main .about_companyIntro .about_companyIntro_section1 .about_companyIntro_section1_l .numList ul li:not(:last-child) {
  border-right: 1px solid #ddd;
}
main .about_companyIntro .about_companyIntro_section1 .about_companyIntro_section1_l .numList ul li .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
main .about_companyIntro .about_companyIntro_section1 .about_companyIntro_section1_l .numList ul li .item .num p {
  color: #153b82;
  font-family: Montserrat;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 768px) {
  main .about_companyIntro .about_companyIntro_section1 .about_companyIntro_section1_l .numList ul li .item .num p {
    font-size: 42px;
  }
}
main .about_companyIntro .about_companyIntro_section1 .about_companyIntro_section1_l .numList ul li .item .info p {
  color: #222;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 125% */
}
@media (max-width: 1400px) {
  main .about_companyIntro .about_companyIntro_section1 .about_companyIntro_section1_l .numList ul li .item .info p {
    font-size: 14px;
    line-height: 1.6;
  }
}
main .about_companyIntro .about_companyIntro_section2 {
  display: flex;
  margin: 0 -17px;
  align-items: center;
}
@media (max-width: 991px) {
  main .about_companyIntro .about_companyIntro_section2 {
    flex-direction: column-reverse;
    margin: 0 0 20px;
  }
}
main .about_companyIntro .about_companyIntro_section2 > div {
  width: 50%;
  padding: 0 17px;
}
@media (max-width: 991px) {
  main .about_companyIntro .about_companyIntro_section2 > div {
    padding: unset;
    width: 100%;
  }
}
@media (max-width: 991px) {
  main .about_companyIntro .about_companyIntro_section2 .about_companyIntro_section2_r {
    margin-bottom: 20px;
  }
}
main .about_companyIntro .about_companyIntro_section2 .about_companyIntro_section2_r .tit {
  margin-bottom: 36px;
}
@media (max-width: 991px) {
  main .about_companyIntro .about_companyIntro_section2 .about_companyIntro_section2_r .tit {
    margin-bottom: 20px;
  }
}
main .about_companyIntro .about_companyIntro_section2 .about_companyIntro_section2_r .tit p {
  color: #153b82;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  /* 144.444% */
}
@media (max-width: 1400px) {
  main .about_companyIntro .about_companyIntro_section2 .about_companyIntro_section2_r .tit p {
    font-size: 16px;
    line-height: 1.6;
  }
}
main .about_companyIntro .about_companyIntro_section2 .about_companyIntro_section2_r .intro p {
  color: #222;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 162.5% */
}
@media (max-width: 1400px) {
  main .about_companyIntro .about_companyIntro_section2 .about_companyIntro_section2_r .intro p {
    font-size: 16px;
    line-height: 1.6;
  }
}
main .about_why .about_why_main {
  padding: 84px 272px 44px;
  border-radius: 20px;
  background-image: url(../images/about_why_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1600px) {
  main .about_why .about_why_main {
    padding: 50px 40px 20px;
  }
}
@media (max-width: 1199px) {
  main .about_why .about_why_main {
    padding: 40px 20px;
  }
}
main .about_why .about_why_main .box_tit {
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  main .about_why .about_why_main .box_tit {
    margin-bottom: 20px;
  }
}
main .about_why .about_why_main .box_tit p {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 54px;
  font-style: normal;
  font-weight: 600;
  line-height: 121.802%;
  /* 73.081px */
}
@media (max-width: 1400px) {
  main .about_why .about_why_main .box_tit p {
    font-size: 42px;
  }
}
@media (max-width: 1199px) {
  main .about_why .about_why_main .box_tit p {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  main .about_why .about_why_main .box_tit p {
    font-size: 28px;
  }
}
main .about_why .about_why_main .list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
@media (max-width: 1199px) {
  main .about_why .about_why_main .list ul {
    margin: unset;
  }
}
main .about_why .about_why_main .list ul li {
  width: 50%;
  padding: 0 20px;
  margin-bottom: 40px;
  height: auto;
}
@media (max-width: 1199px) {
  main .about_why .about_why_main .list ul li {
    width: 100%;
    padding: unset;
    margin-bottom: unset;
  }
  main .about_why .about_why_main .list ul li:not(:last-child) {
    margin-bottom: 20px;
  }
}
main .about_why .about_why_main .list ul li .item {
  padding: 30px 48px;
  display: flex;
  align-items: flex-start;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
  height: 100%;
  transition: all 0.5s;
}
@media (max-width: 1199px) {
  main .about_why .about_why_main .list ul li .item {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  main .about_why .about_why_main .list ul li .item {
    padding: 10px;
  }
}
main .about_why .about_why_main .list ul li .item:hover {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #153b82;
  box-shadow: 0px 4px 20px 0px rgba(16, 42, 91, 0.5);
  backdrop-filter: blur(5px);
}
main .about_why .about_why_main .list ul li .item .icon {
  margin-right: 24px;
}
@media (max-width: 768px) {
  main .about_why .about_why_main .list ul li .item .icon {
    margin-right: 10px;
  }
}
main .about_why .about_why_main .list ul li .item .icon i {
  color: #fff;
  font-size: 60px;
}
@media (max-width: 768px) {
  main .about_why .about_why_main .list ul li .item .icon i {
    font-size: 32px;
  }
}
main .about_why .about_why_main .list ul li .item .item_r .tit {
  margin-bottom: 11px;
}
main .about_why .about_why_main .list ul li .item .item_r .tit p {
  color: #fff;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 879px) {
  main .about_why .about_why_main .list ul li .item .item_r .tit p {
    font-size: 18px;
  }
}
main .about_why .about_why_main .list ul li .item .item_r .intro p {
  color: rgba(255, 240, 240, 0.6);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 125% */
}
@media (max-width: 879px) {
  main .about_why .about_why_main .list ul li .item .item_r .intro p {
    font-size: 14px;
  }
}
main .about_factory {
  padding-top: 126px;
}
@media (max-width: 1400px) {
  main .about_factory {
    padding-top: 50px;
  }
}
main .about_factory .box_tit {
  margin-bottom: 65px;
}
@media (max-width: 1400px) {
  main .about_factory .box_tit {
    margin-bottom: 30px;
  }
}
main .about_factory .box_tit p {
  color: #222;
  font-family: Montserrat;
  font-size: 54px;
  font-style: normal;
  font-weight: 600;
  line-height: 121.802%;
  /* 73.081px */
  text-align: center;
}
@media (max-width: 1400px) {
  main .about_factory .box_tit p {
    font-size: 42px;
  }
}
@media (max-width: 1199px) {
  main .about_factory .box_tit p {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  main .about_factory .box_tit p {
    font-size: 28px;
  }
}
main .about_factory .about_factory_top {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  main .about_factory .about_factory_top {
    margin-bottom: 14px;
  }
}
main .about_factory .about_factory_top ul {
  display: flex;
  margin: 0 -12px;
}
@media (max-width: 768px) {
  main .about_factory .about_factory_top ul {
    margin: 0 -7px;
  }
}
main .about_factory .about_factory_top ul li {
  width: 50%;
  padding: 0 12px;
}
@media (max-width: 768px) {
  main .about_factory .about_factory_top ul li {
    padding: 0 7px;
  }
}
main .about_factory .about_factory_top ul li .img-box {
  padding-bottom: 56.25%;
  border-radius: 10px;
}
main .about_factory .slick_about_factory .slick-slide {
  padding: 0 12px;
}
@media (max-width: 768px) {
  main .about_factory .slick_about_factory .slick-slide {
    padding: 0 7px;
  }
}
main .about_factory .slick_about_factory .slick-list {
  margin: 0 -12px;
}
@media (max-width: 768px) {
  main .about_factory .slick_about_factory .slick-list {
    margin: 0 -7px;
  }
}
main .about_factory .slick_about_factory .img-box {
  padding-bottom: 56.25%;
  border-radius: 10px;
}
main .about_factory .slick_about_factory .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 24px;
}
main .about_factory .slick_about_factory .slick-dots li {
  margin: 0 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgba(21, 59, 130, 0.3);
  transition: all 0.5s;
}
main .about_factory .slick_about_factory .slick-dots .slick-active {
  background-color: #153b82;
}
main .about_certificate {
  padding-top: 82px;
  padding-bottom: 111px;
}
@media (max-width: 1400px) {
  main .about_certificate {
    padding: 50px 0;
  }
}
main .about_certificate .box_tit {
  padding-bottom: 57px;
}
@media (max-width: 1400px) {
  main .about_certificate .box_tit {
    padding-bottom: 30px;
  }
}
main .about_certificate .box_tit .tit {
  margin-bottom: 21px;
}
main .about_certificate .box_tit .tit p {
  color: #222;
  text-align: center;
  font-family: Montserrat;
  font-size: 54px;
  font-style: normal;
  font-weight: 600;
  line-height: 121.802%;
  /* 73.081px */
}
@media (max-width: 1400px) {
  main .about_certificate .box_tit .tit p {
    font-size: 42px;
  }
}
@media (max-width: 1199px) {
  main .about_certificate .box_tit .tit p {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  main .about_certificate .box_tit .tit p {
    font-size: 28px;
  }
}
main .about_certificate .box_tit .intro {
  width: 970px;
  max-width: 100%;
  margin: 0 auto;
}
main .about_certificate .box_tit .intro p {
  color: #666;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  /* 166.667% */
}
@media (max-width: 768px) {
  main .about_certificate .box_tit .intro p {
    font-size: 16px;
    line-height: 1.5;
  }
}
main .about_certificate .certificate_list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
@media (max-width: 1400px) {
  main .about_certificate .certificate_list ul {
    margin: 0 -15px;
  }
}
@media (max-width: 768px) {
  main .about_certificate .certificate_list ul {
    margin: 0 -7px;
  }
}
main .about_certificate .certificate_list ul li {
  width: 25%;
  padding: 0 20px;
  height: auto;
  margin-bottom: 40px;
}
@media (max-width: 1400px) {
  main .about_certificate .certificate_list ul li {
    padding: 0 15px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  main .about_certificate .certificate_list ul li {
    width: 33.33333%;
  }
}
@media (max-width: 768px) {
  main .about_certificate .certificate_list ul li {
    width: 50%;
    padding: 0 7px;
    margin-bottom: 14px;
  }
}
main .about_certificate .certificate_list ul li .item {
  height: 100%;
  padding: 18px 20px 16px;
  background-color: #f7f8fa;
  border-radius: 10px;
}
main .about_certificate .certificate_list ul li .item .img-box {
  margin-bottom: 20px;
  padding-bottom: 134.84848485%;
}
main .about_certificate .certificate_list ul li .item .tit p {
  color: #222;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: all 0.5s;
}
@media (max-width: 768px) {
  main .about_certificate .certificate_list ul li .item .tit p {
    font-size: 16px;
  }
}
main .about_certificate .more {
  padding-top: 30px;
}
@media (max-width: 768px) {
  main .about_certificate .more {
    padding-top: 20px;
  }
}
main .about_certificate .more a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 44px;
  border-radius: 60px;
  background-color: #153b82;
  margin: 0 auto;
}
main .about_certificate .more a span {
  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 111.111% */
  letter-spacing: 0.36px;
  margin-right: 10px;
}
main .about_certificate .more a i {
  color: #fff;
  font-size: 20px;
}
main .page_proList {
  padding-top: 100px;
}
@media (max-width: 1199px) {
  main .page_proList {
    padding-top: 50px;
  }
}
main .page_proList .categoryList {
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  main .page_proList .categoryList {
    margin-bottom: 20px;
  }
}
main .page_proList .categoryList > ul > li:not(:last-child) {
  margin-bottom: 14px;
}
main .page_proList .categoryList > ul > li > .item .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 4px 10px 0px rgba(77, 77, 77, 0.12);
  transition: all 0.5s;
}
main .page_proList .categoryList > ul > li > .item .head .head_l {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
main .page_proList .categoryList > ul > li > .item .head .head_l .point {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #153b82;
  position: relative;
  transition: all 0.5s;
  margin-right: 10px;
}
main .page_proList .categoryList > ul > li > .item .head .head_l .point::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  transition: all 0.5s;
  background-color: #153b82;
}
main .page_proList .categoryList > ul > li > .item .head .head_l .tit p {
  color: #222;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
main .page_proList .categoryList > ul > li > .item .head .head_r .num p {
  color: #222;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: all 0.5s;
}
main .page_proList .categoryList > ul > li > .item > ul {
  background-color: #f7f8fa;
  padding: 11px 14px;
  display: none;
}
main .page_proList .categoryList > ul > li > .item > ul > li:not(:last-child) {
  border-bottom: 1px dashed #dddddd;
}
main .page_proList .categoryList > ul > li > .item > ul > li a {
  display: flex;
  align-items: center;
  padding: 10px 20px;
}
main .page_proList .categoryList > ul > li > .item > ul > li a .line {
  width: 8px;
  height: 1px;
  background-color: #153b82;
  margin-right: 6px;
  transition: all 0.5s;
}
main .page_proList .categoryList > ul > li > .item > ul > li a span {
  color: #666;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all 0.5s;
}
main .page_proList .categoryList > ul > li > .item > ul > li a:hover .line {
  background-color: #153b82;
}
main .page_proList .categoryList > ul > li > .item > ul > li a:hover span {
  color: #153b82;
}
main .page_proList .categoryList > ul .active .item .head {
  background-color: #153b82;
  box-shadow: unset;
}
main .page_proList .categoryList > ul .active .item .head .head_l .point {
  border-color: #fff;
}
main .page_proList .categoryList > ul .active .item .head .head_l .point::before {
  background-color: #fff;
}
main .page_proList .categoryList > ul .active .item .head .head_l .tit p {
  color: #fff;
}
main .page_proList .categoryList > ul .active .item .head .head_r .num p {
  color: #fff;
}
main .page_proList .message {
  padding: 30px 20px;
  background-image: url(../images/page_proList_l_message.jpg);
  border-radius: 4px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 60px;

}
@media (max-width: 1199px) {
  main .page_proList .message {
    display: none;
  }
}
main .page_proList .message .tit {
  position: relative;
  padding-top: 10px;
  margin-bottom: 13px;
}
main .page_proList .message .tit::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 50px;
  height: 2px;
  border-radius: 4px;
  background-color: #fff;
}
main .page_proList .message .tit p {
  color: #fff;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
main .page_proList .message .intro {
  margin-bottom: 32px;
}
main .page_proList .message .intro p {
  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
main .page_proList .message form {
  width: 100%;
}
main .page_proList .message form input,
main .page_proList .message form textarea {
  width: 100%;
  padding: 12px 10px;
  border-radius: 4px;
  height: 44px;
  margin-bottom: 8px;
}
main .page_proList .message form input::placeholder,
main .page_proList .message form textarea::placeholder {
  color: #666;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
main .page_proList .message form textarea {
  height: 92px;
}
main .page_proList .message form button {
  width: 100%;
  height: 44px;
  background-color: #a42227;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
main .page_proList .message form button span {
  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
main .page_proList .proList {
  padding-bottom: 20px;
}
main .page_proList .proList .Pro_item_normal {
  margin-bottom: 40px;
}
main .page_proList .pager {
  margin-top: 20px;
}
main .page_proList .box_productDetail > div:not(:last-child) {
  margin-bottom: 65px;
}
@media (max-width: 1650px) {
  main .page_proList .box_productDetail > div:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  main .page_proList .box_productDetail > div:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  main .page_proList .box_productDetail .product_show .carousel-wrap {
    margin-bottom: 20px;
  }
}
main .page_proList .box_productDetail .product_show .slider-for {
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  overflow: hidden;
  margin-bottom: 18px;
  position: relative;
}
main .page_proList .box_productDetail .product_show .slider-for .img-box {
  padding-bottom: 67.12962963%;
}
main .page_proList .box_productDetail .product_show .slider-for .slick-prev,
main .page_proList .box_productDetail .product_show .slider-for .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 60;
  width: 26px;
  height: 26px;
  background-color: rgba(0, 0, 0, 0);
  border: unset;
}
main .page_proList .box_productDetail .product_show .slider-for .slick-prev::before,
main .page_proList .box_productDetail .product_show .slider-for .slick-next::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  font-family: iconfont;
  color: #5e5e5e;
  font-size: 24px;
  font-weight: bold;
}
main .page_proList .box_productDetail .product_show .slider-for .slick-prev {
  left: 0;
}
main .page_proList .box_productDetail .product_show .slider-for .slick-prev::before {
  content: "\ec10";
}
main .page_proList .box_productDetail .product_show .slider-for .slick-next {
  right: 0;
}
main .page_proList .box_productDetail .product_show .slider-for .slick-next::before {
  content: "\e6a2";
}
main .page_proList .box_productDetail .product_show .slider-nav {
  width: 100%;
}
main .page_proList .box_productDetail .product_show .slider-nav .slick-current .img-box {
  border-color: #153b82;
}
main .page_proList .box_productDetail .product_show .slider-nav .slick-slide {
  padding: 0 6px;
}
main .page_proList .box_productDetail .product_show .slider-nav .slick-list {
  margin: 0 -7px;
}
main .page_proList .box_productDetail .product_show .slider-nav .img-box {
  padding-bottom: 67.12962963%;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  transition: all 0.5s;
}
main .page_proList .box_productDetail .product_show .slider-nav .item {
  position: relative;
}
main .page_proList .box_productDetail .product_show .slider-nav .item .mask {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 30;
}
main .page_proList .box_productDetail .product_show .slider-nav .item .mask .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #153b82;
  display: flex;
  align-items: center;
  justify-content: center;
}
main .page_proList .box_productDetail .product_show .slider-nav .item .mask .icon i {
  display: block;
  color: #153b82;
  font-size: 20px;
  transform: translateX(3px);
}
main .page_proList .box_productDetail .product_show_detail {
  padding-top: 27px;
}
@media (max-width: 1650px) {
  main .page_proList .box_productDetail .product_show_detail {
    padding-top: 0;
  }
}
main .page_proList .box_productDetail .product_show_detail .proName {
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
  position: relative;
  margin-bottom: 30px;
}
main .page_proList .box_productDetail .product_show_detail .proName::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 94px;
  height: 2px;
  border-radius: 4px;
  background-color: #153b82;
}
main .page_proList .box_productDetail .product_show_detail .proName p {
  color: #222;
  leading-trim: both;
  text-edge: cap;
  font-family: Montserrat;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
main .page_proList .box_productDetail .product_show_detail .Specifications {
  padding-bottom: 30px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 25px;
}
main .page_proList .box_productDetail .product_show_detail .Specifications .tit {
  margin-bottom: 20px;
}
main .page_proList .box_productDetail .product_show_detail .Specifications .tit p {
  color: #153b82;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  /* 110% */
}
main .page_proList .box_productDetail .product_show_detail .Specifications ul li:not(:last-child) {
  margin-bottom: 16px;
}
main .page_proList .box_productDetail .product_show_detail .Specifications ul li .item {
  display: flex;
  align-items: center;
}
main .page_proList .box_productDetail .product_show_detail .Specifications ul li .item > div {
  width: 50%;
}
main .page_proList .box_productDetail .product_show_detail .Specifications ul li .item .item_tit p {
  color: #222;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
main .page_proList .box_productDetail .product_show_detail .Specifications ul li .item .intro p {
  color: #666;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
main .page_proList .box_productDetail .product_show_detail .share {
  display: flex;
  align-items: center;
  margin-bottom: 68px;
}
@media (max-width: 1650px) {
  main .page_proList .box_productDetail .product_show_detail .share {
    margin-bottom: 20px;
  }
}
main .page_proList .box_productDetail .product_show_detail .share span {
  color: #222;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-right: 23px;
  white-space: nowrap;
}
main .page_proList .box_productDetail .product_show_detail .share .a2a_default_style > a > span {
  margin-right: 12px !important;
}
@media (max-width: 1650px) {
  main .page_proList .box_productDetail .product_show_detail .share .a2a_default_style > a > span {
    margin-bottom: 10px;
  }
}
main .page_proList .box_productDetail .product_show_detail .btnbox {
  margin: 0 -15px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
main .page_proList .box_productDetail .product_show_detail .btnbox > div {
  width: 50%;
  padding: 0 15px;
}
@media (max-width: 1650px) {
  main .page_proList .box_productDetail .product_show_detail .btnbox > div {
    width: 100%;
    margin-bottom: 15px;
  }
}
main .page_proList .box_productDetail .product_show_detail .btnbox > div .normalMoreBtn {
  transition: all 0.5s;
}
main .page_proList .box_productDetail .product_show_detail .btnbox > div .normalMoreBtn:hover {
  background-color: #a42227;
}
main .page_proList .box_productDetail .box_productDetail_head {
  padding: 20px;
  background-color: #153b82;
  margin-bottom: 30px;
}
@media (max-width: 1650px) {
  main .page_proList .box_productDetail .box_productDetail_head {
    padding: 15px;
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  main .page_proList .box_productDetail .box_productDetail_head {
    padding: 10px;
    margin-bottom: 10px;
  }
}
main .page_proList .box_productDetail .box_productDetail_head p {
  color: #fff;
  font-family: Montserrat;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 1650px) {
  main .page_proList .box_productDetail .box_productDetail_head p {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  main .page_proList .box_productDetail .box_productDetail_head p {
    font-size: 20px;
  }
}
main .page_proList .box_productDetail .ProductSpecifications_main {
  padding: 0 23px;
}
@media (max-width: 768px) {
  main .page_proList .box_productDetail .ProductSpecifications_main {
    padding: 0 12px;
  }
}
main .page_proList .box_productDetail .ProductSpecifications_main .tit {
  margin-bottom: 31px;
  display: flex;
  align-items: center;
}
main .page_proList .box_productDetail .ProductSpecifications_main .tit::before {
  display: block;
  margin-right: 10px;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #000;
}
main .page_proList .box_productDetail .ProductSpecifications_main .tit p {
  color: #222;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 768px) {
  main .page_proList .box_productDetail .ProductSpecifications_main .tit p {
    font-size: 18px;
  }
}
main .page_proList .box_productDetail .ProductSpecifications_main .tableBox {
  overflow: auto;
}
main .page_proList .box_productDetail .ProductSpecifications_main .tableBox table {
  width: max-content;
  table-layout: fixed;
}
main .page_proList .box_productDetail .ProductSpecifications_main .tableBox table tr td {
  border: 1px solid #dddddd;
  padding: 24px 30px;
  color: #222;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  white-space: nowrap;
}
@media (max-width: 768px) {
  main .page_proList .box_productDetail .ProductSpecifications_main .tableBox table tr td {
    padding: 10px;
    font-size: 14px;
  }
}
main .page_proList .box_productDetail .ProductSpecifications_main .tableBox table tr td:nth-child(2n + 1) {
  background: #f7f8fa;
}
main .page_proList .box_productDetail .ProductDescription_main {
  padding: 0 19px;
}
@media (max-width: 768px) {
  main .page_proList .box_productDetail .ProductDescription_main {
    padding: 0 12px;
  }
}
main .page_proList .box_productDetail .ProductDescription_main p {
  color: #222;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 166.667% */
}
@media (max-width: 768px) {
  main .page_proList .box_productDetail .ProductDescription_main p {
    font-size: 14px;
    line-height: 1.5;
  }
}
main .page_proList .box_productDetail .InquireNow form .proName {
  width: 100%;
  padding: 18px 20px;
  border-radius: 4px;
  background: #e7eaef;
  margin-bottom: 14px;
}
@media (max-width: 768px) {
  main .page_proList .box_productDetail .InquireNow form .proName {
    padding: 10px;
    margin-bottom: 10px;
  }
}
main .page_proList .box_productDetail .InquireNow form .proName p {
  color: #222;
  leading-trim: both;
  text-edge: cap;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 768px) {
  main .page_proList .box_productDetail .InquireNow form .proName p {
    font-size: 16px;
  }
}
main .page_proList .box_productDetail .InquireNow form .inputList {
  margin: 0 -7px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  main .page_proList .box_productDetail .InquireNow form .inputList {
    margin: 0;
    flex-direction: column;
  }
}
main .page_proList .box_productDetail .InquireNow form .inputItem {
  padding: 0 7px;
  width: 25%;
  margin-bottom: 14px;
}
@media (max-width: 768px) {
  main .page_proList .box_productDetail .InquireNow form .inputItem {
    padding: unset;
    width: 100%;
    margin-bottom: 10px;
  }
}
main .page_proList .box_productDetail .InquireNow form .inputItem input {
  width: 100%;
  padding: 18px 20px;
  background-color: #f4f5f8;
  border-radius: 4px;
}
@media (max-width: 768px) {
  main .page_proList .box_productDetail .InquireNow form .inputItem input {
    padding: 10px;
  }
}
main .page_proList .box_productDetail .InquireNow form .inputItem input::placeholder {
  color: #666;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
main .page_proList .box_productDetail .InquireNow form textarea {
  width: 100%;
  height: 176px;
  padding: 18px 20px;
  margin-bottom: 14px;
  background-color: #f4f5f8;
  border-radius: 4px;
}
@media (max-width: 768px) {
  main .page_proList .box_productDetail .InquireNow form textarea {
    padding: 10px;
    margin-bottom: 10px;
    height: 100px;
  }
}
main .page_proList .box_productDetail .InquireNow form textarea::placeholder {
  color: #666;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
main .page_proList .box_productDetail .InquireNow form .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  main .page_proList .box_productDetail .InquireNow form .bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
main .page_proList .box_productDetail .InquireNow form .bottom .l {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  main .page_proList .box_productDetail .InquireNow form .bottom .l {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  main .page_proList .box_productDetail .InquireNow form .bottom .l {
    flex-wrap: wrap;
  }
}
main .page_proList .box_productDetail .InquireNow form .bottom .l input {
  padding: 14px 20px;
  border-radius: 4px;
  background: #f4f5f8;
  margin-right: 15px;
  width: 374px;
}
@media (max-width: 1650px) {
  main .page_proList .box_productDetail .InquireNow form .bottom .l input {
    width: 180px;
  }
}
@media (max-width: 768px) {
  main .page_proList .box_productDetail .InquireNow form .bottom .l input {
    margin-bottom: 10px;
  }
}
main .page_proList .box_productDetail .InquireNow form .bottom .l input::placeholder {
  color: #666;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
main .page_proList .box_productDetail .InquireNow form .bottom .l img {
  width: auto;
  height: 34px;
  margin-right: 4px;
}
main .page_proList .box_productDetail .InquireNow form .bottom .l i {
  color: #999999;
  font-size: 40px;
  cursor: pointer;
  line-height: 1;
}
main .page_proList .box_productDetail .InquireNow form .bottom button {
  display: flex;
  width: 399px;
  padding: 14px 174px;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 4px;
  background: #a42227;
}
@media (max-width: 1650px) {
  main .page_proList .box_productDetail .InquireNow form .bottom button {
    width: 80%;
    margin-top: 20px;
  }
}
main .page_proList .box_productDetail .RelatedProducts {
  padding-bottom: 78px;
}
@media (max-width: 768px) {
  main .page_proList .box_productDetail .RelatedProducts {
    padding-bottom: 50px;
  }
}
main .page_proList .box_productDetail .RelatedProducts .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}
main .page_proList .box_productDetail .RelatedProducts .head .tit p {
  color: #222;
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 768px) {
  main .page_proList .box_productDetail .RelatedProducts .head .tit p {
    font-size: 24px;
  }
}
main .page_proList .box_productDetail .RelatedProducts .head .slick_relatedProduct_arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}
main .page_proList .box_productDetail .RelatedProducts .head .slick_relatedProduct_arrow > div {
  cursor: pointer;
  width: 58px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #153b82;
  transform: skew(-10deg);
  transition: all 0.5s;
  border-radius: 4px;
}
@media (max-width: 768px) {
  main .page_proList .box_productDetail .RelatedProducts .head .slick_relatedProduct_arrow > div {
    width: 42px;
    height: 40px;
  }
}
main .page_proList .box_productDetail .RelatedProducts .head .slick_relatedProduct_arrow > div:hover {
  background-color: #153b82;
  border-color: #153b82;
}
main .page_proList .box_productDetail .RelatedProducts .head .slick_relatedProduct_arrow > div:hover::before {
  color: #fff;
}
main .page_proList .box_productDetail .RelatedProducts .head .slick_relatedProduct_arrow > div:not(:last-child) {
  margin-right: 25px;
}
@media (max-width: 768px) {
  main .page_proList .box_productDetail .RelatedProducts .head .slick_relatedProduct_arrow > div:not(:last-child) {
    margin-right: 10px;
  }
}
main .page_proList .box_productDetail .RelatedProducts .head .slick_relatedProduct_arrow > div::before {
  content: "";
  font-family: iconfont;
  font-size: 28px;
  color: #153b82;
}
main .page_proList .box_productDetail .RelatedProducts .head .slick_relatedProduct_arrow .prev::before {
  content: "\ec0f";
}
main .page_proList .box_productDetail .RelatedProducts .head .slick_relatedProduct_arrow .next::before {
  content: "\e60a";
}
main .page_proList .box_productDetail .RelatedProducts .head .opacity0 {
  opacity: 0;
}
main .page_proList .box_productDetail .RelatedProducts .slick_relatedProduct .slick-slide {
  padding: 0 20px;
}
@media (max-width: 768px) {
  main .page_proList .box_productDetail .RelatedProducts .slick_relatedProduct .slick-slide {
    padding: 0 7px;
  }
}
main .page_proList .box_productDetail .RelatedProducts .slick_relatedProduct .slick-list {
  margin: 0 -20px;
}
@media (max-width: 768px) {
  main .page_proList .box_productDetail .RelatedProducts .slick_relatedProduct .slick-list {
    margin: 0 -7px;
  }
}
main .pager {
  padding: 6px;
  border-radius: 4px;
  background-color: #f7f8fa;
  margin: 0 auto;
  width: max-content;
}
main .pager ul {
  display: flex;
  align-items: center;
}
main .pager ul li :not(:last-child) {
  margin-right: 10px;
}
main .pager ul li a {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  color: #666;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
main .pager ul .prev {
  margin-right: 20px;
}
main .pager ul .next {
  margin-left: 20px;
}
main .pager ul .prev a,
main .pager ul .next a {
  background-color: #e7eaef;
}
main .pager ul .prev a i,
main .pager ul .next a i {
  color: #666666;
  font-size: 20px;
}
main .pager ul .prev a:hover,
main .pager ul .next a:hover {
  background-color: #153b82;
}
main .pager ul .prev a:hover i,
main .pager ul .next a:hover i {
  color: #fff;
}
main .pager ul .current a {
  color: #153b82;
}
main .page_newsList {
  padding-top: 100px;
  padding-bottom: 118px;
}
@media (max-width: 1400px) {
  main .page_newsList {
    padding: 0px 0;
  }
}
main .page_newsList .newsList_hot {
  margin-bottom: 46px;
  padding: 20px;
  border-radius: 10px;
  background: #f7f8fa;
  margin-top: 50px;
}
@media (max-width: 1199px) {
  main .page_newsList .newsList_hot {
    margin-bottom: 30px;
    padding: 10px;
    margin-top: 50px;
  }
}
main .page_newsList .newsList_hot .newsList_hot_main {
  display: flex;
  margin: 0 -39px;
}
@media (max-width: 1199px) {
  main .page_newsList .newsList_hot .newsList_hot_main {
    margin: 0 -15px;
  }
}
@media (max-width: 768px) {
  main .page_newsList .newsList_hot .newsList_hot_main {
    flex-direction: column;
    margin: 0;
  }
}
main .page_newsList .newsList_hot .newsList_hot_main > div {
  width: 50%;
  padding: 0 39px;
}
@media (max-width: 1199px) {
  main .page_newsList .newsList_hot .newsList_hot_main > div {
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  main .page_newsList .newsList_hot .newsList_hot_main > div {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 768px) {
  main .page_newsList .newsList_hot .newsList_hot_main .slick_newsList_hot_main_l {
    margin-bottom: 20px;
  }
}
main .page_newsList .newsList_hot .newsList_hot_main .slick_newsList_hot_main_l .img-box {
  padding-bottom: 74.86486486%;
  border-radius: 10px;
}
main .page_newsList .newsList_hot .newsList_hot_main .slick_newsList_hot_main_r {
  padding-top: 55px;
}
@media (max-width: 1400px) {
  main .page_newsList .newsList_hot .newsList_hot_main .slick_newsList_hot_main_r {
    padding-top: 0;
  }
}
main .page_newsList .newsList_hot .newsList_hot_main .slick_newsList_hot_main_r .item .time {
  margin-bottom: 6px;
}
main .page_newsList .newsList_hot .newsList_hot_main .slick_newsList_hot_main_r .item .time p {
  color: #153b82;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 1199px) {
  main .page_newsList .newsList_hot .newsList_hot_main .slick_newsList_hot_main_r .item .time p {
    font-size: 16px;
  }
}
main .page_newsList .newsList_hot .newsList_hot_main .slick_newsList_hot_main_r .item .tit {
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  main .page_newsList .newsList_hot .newsList_hot_main .slick_newsList_hot_main_r .item .tit {
    margin-bottom: 10px;
  }
}
main .page_newsList .newsList_hot .newsList_hot_main .slick_newsList_hot_main_r .item .tit p {
  color: #222;
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  /* 在恰当的断字点进行换行 */
  word-break: break-all;
  /* 超出范围隐藏 */
  overflow: hidden;
  /* 文字超出用省略号 */
  text-overflow: ellipsis;
  /* 盒子模型 */
  display: -webkit-box;
  /* 显示的文本行数 */
  -webkit-line-clamp: 2;
  /* 子元素的垂直排列方式 */
  -webkit-box-orient: vertical;
}
@media (max-width: 1199px) {
  main .page_newsList .newsList_hot .newsList_hot_main .slick_newsList_hot_main_r .item .tit p {
    font-size: 20px;
  }
}
main .page_newsList .newsList_hot .newsList_hot_main .slick_newsList_hot_main_r .item .intro {
  margin-bottom: 48px;
}
@media (max-width: 1199px) {
  main .page_newsList .newsList_hot .newsList_hot_main .slick_newsList_hot_main_r .item .intro {
    margin-bottom: 20px;
  }
}
main .page_newsList .newsList_hot .newsList_hot_main .slick_newsList_hot_main_r .item .intro p {
  color: #999;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
  /* 在恰当的断字点进行换行 */
  word-break: break-all;
  /* 超出范围隐藏 */
  overflow: hidden;
  /* 文字超出用省略号 */
  text-overflow: ellipsis;
  /* 盒子模型 */
  display: -webkit-box;
  /* 显示的文本行数 */
  -webkit-line-clamp: 3;
  /* 子元素的垂直排列方式 */
  -webkit-box-orient: vertical;
}
@media (max-width: 1199px) {
  main .page_newsList .newsList_hot .newsList_hot_main .slick_newsList_hot_main_r .item .intro p {
    font-size: 14px;
    line-height: 1.5;
  }
}
main .page_newsList .newsList_hot .newsList_hot_main .slick_newsList_hot_main_r .item .more {
  margin-bottom: 120px;
}
@media (max-width: 1400px) {
  main .page_newsList .newsList_hot .newsList_hot_main .slick_newsList_hot_main_r .item .more {
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  main .page_newsList .newsList_hot .newsList_hot_main .slick_newsList_hot_main_r .item .more {
    margin-bottom: 14px;
  }
}
main .page_newsList .newsList_hot .newsList_hot_main .slick_newsList_hot_main_r .item .more span {
  color: #153b82;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media (max-width: 1199px) {
  main .page_newsList .newsList_hot .newsList_hot_main .slick_newsList_hot_main_r .item .more span {
    font-size: 16px;
  }
}
main .page_newsList .newsList_hot .newsList_hot_main .slick_newsList_hot_main_r .slick-dots {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
main .page_newsList .newsList_hot .newsList_hot_main .slick_newsList_hot_main_r .slick-dots .slick-active {
  background-color: #153b82;
}
main .page_newsList .newsList_hot .newsList_hot_main .slick_newsList_hot_main_r .slick-dots li {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgba(21, 59, 130, 0.3);
  transition: all 0.5s;
}
main .page_newsList .newsList_hot .newsList_hot_main .slick_newsList_hot_main_r .slick-dots li:not(:last-child) {
  margin-right: 10px;
}
main .page_newsList .newsList ul li:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  main .page_newsList .newsList ul li:not(:last-child) {
    margin-bottom: 20px;
  }
}
main .page_newsList .newsList ul li .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0;
  background-color: #f7f8fa;
  border-radius: 10px;
}
@media (max-width: 1199px) {
  main .page_newsList .newsList ul li .item {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  main .page_newsList .newsList ul li .item {
    flex-direction: column;
    align-items: flex-start;
  }
  main .page_newsList .newsList ul li .item > div:not(:last-child) {
    margin-bottom: 10px;
  }
}
main .page_newsList .newsList ul li .item .date {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 30px;
  border-right: 1px solid #ddd;
}
@media (max-width: 1199px) {
  main .page_newsList .newsList ul li .item .date {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  main .page_newsList .newsList ul li .item .date {
    padding: unset;
    border-right: unset;
    flex-direction: row-reverse;
    order: 1;
  }
}
main .page_newsList .newsList ul li .item .date .num p {
  color: #153b82;
  text-align: center;
  font-family: Montserrat;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
  /* 83.333% */
  text-transform: uppercase;
}
@media (max-width: 768px) {
  main .page_newsList .newsList ul li .item .date .num p {
    color: rgba(21, 59, 130, 0.5);
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
  }
}
@media (max-width: 768px) {
  main .page_newsList .newsList ul li .item .date .yandm {
    margin-right: 5px;
  }
}
main .page_newsList .newsList ul li .item .date .yandm p {
  color: rgba(21, 59, 130, 0.5);
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
main .page_newsList .newsList ul li .item .info {
  padding: 0 85px;
}
@media (max-width: 1400px) {
  main .page_newsList .newsList ul li .item .info {
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  main .page_newsList .newsList ul li .item .info {
    padding: unset;
    order: 2;
  }
}
main .page_newsList .newsList ul li .item .info .tit {
  margin-bottom: 22px;
}
@media (max-width: 1199px) {
  main .page_newsList .newsList ul li .item .info .tit {
    margin-bottom: 10px;
  }
}
main .page_newsList .newsList ul li .item .info .tit p {
  color: #222;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  /* 在恰当的断字点进行换行 */
  word-break: break-all;
  /* 超出范围隐藏 */
  overflow: hidden;
  /* 文字超出用省略号 */
  text-overflow: ellipsis;
  /* 盒子模型 */
  display: -webkit-box;
  /* 显示的文本行数 */
  -webkit-line-clamp: 2;
  /* 子元素的垂直排列方式 */
  -webkit-box-orient: vertical;
}
@media (max-width: 1199px) {
  main .page_newsList .newsList ul li .item .info .tit p {
    font-size: 18px;
  }
}
main .page_newsList .newsList ul li .item .info .intro p {
  color: #999;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  /* 在恰当的断字点进行换行 */
  word-break: break-all;
  /* 超出范围隐藏 */
  overflow: hidden;
  /* 文字超出用省略号 */
  text-overflow: ellipsis;
  /* 盒子模型 */
  display: -webkit-box;
  /* 显示的文本行数 */
  -webkit-line-clamp: 2;
  /* 子元素的垂直排列方式 */
  -webkit-box-orient: vertical;
}
@media (max-width: 1199px) {
  main .page_newsList .newsList ul li .item .info .intro p {
    font-size: 14px;
  }
}
main .page_newsList .newsList ul li .item .more {
  padding: 0 30px;
}
@media (max-width: 768px) {
  main .page_newsList .newsList ul li .item .more {
    padding: unset;
    order: 3;
  }
}
main .page_newsList .newsList ul li .item .more p {
  white-space: nowrap;
  color: #153b82;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
main .page_newsList .pager {
  margin-top: 35px;
}
main .page_newsDetail {
  margin-top: 154px;
  padding-bottom: 80px;
}
@media (max-width: 1199px) {
  main .page_newsDetail {
    margin-top: 60px;
    padding-bottom: 50px;
  }
}
main .page_newsDetail .crumb {
  margin-bottom: 20px;
}
main .page_newsDetail .crumb ul li .item a i {
  color: #9d9d9d;
}
main .page_newsDetail .crumb ul li .item a span {
  color: #9d9d9d;
}
main .page_newsDetail .page_newsDetail_head .tit {
  width: 1330px;
  max-width: 100%;
  margin-bottom: 31px;
}
@media (max-width: 1199px) {
  main .page_newsDetail .page_newsDetail_head .tit {
    margin-bottom: 20px;
  }
}
main .page_newsDetail .page_newsDetail_head .tit p {
  color: #222;
  font-family: Montserrat;
  font-size: 44px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 1199px) {
  main .page_newsDetail .page_newsDetail_head .tit p {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  main .page_newsDetail .page_newsDetail_head .tit p {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  main .page_newsDetail .page_newsDetail_head .tit p {
    font-size: 24px;
  }
}
main .page_newsDetail .page_newsDetail_head .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 2px solid #ddd;
}
@media (max-width: 991px) {
  main .page_newsDetail .page_newsDetail_head .bottom {
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 0;
  }
}
@media (max-width: 991px) {
  main .page_newsDetail .page_newsDetail_head .bottom .time {
    margin-bottom: 10px;
  }
}
main .page_newsDetail .page_newsDetail_head .bottom .time p {
  color: #153b82;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  main .page_newsDetail .page_newsDetail_head .bottom .time p {
    font-size: 18px;
  }
}
main .page_newsDetail .page_newsDetail_head .bottom .share {
  display: flex;
  align-items: center;
}
main .page_newsDetail .page_newsDetail_head .bottom .share span {
  white-space: nowrap;
  color: #222;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-right: 23px;
}
main .page_newsDetail .page_newsDetail_head .bottom .share .a2a_default_style > a > span {
  margin-right: 12px !important;
}
@media (max-width: 768px) {
  main .page_newsDetail .page_newsDetail_head .bottom .share .a2a_default_style > a > span {
    margin-bottom: 5px;
  }
}
main .page_newsDetail .page_newsDetail_main {
  padding-top: 27px;
}
main .page_newsDetail .page_newsDetail_main .page_newsDetail_main_l .contentBox {
  padding-bottom: 54px;
  border-bottom: 1px solid #ddd;
  padding-right: 40px;
}
main .page_newsDetail .page_newsDetail_main .page_newsDetail_main_l .contentBox p {
  color: #222;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 166.667% */
  text-transform: capitalize;
}
@media (max-width: 767px) {
  main .page_newsDetail .page_newsDetail_main .page_newsDetail_main_l .contentBox p {
    font-size: 14px;
    line-height: 1.5;
  }
}
main .page_newsDetail .page_newsDetail_main .page_newsDetail_main_l .contentBox img {
  width: 100%;
  height: auto;
}
main .page_newsDetail .page_newsDetail_main .page_newsDetail_main_l .news_pager {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}
main .page_newsDetail .page_newsDetail_main .page_newsDetail_main_l .news_pager > div a {
  display: flex;
  align-items: center;
}
main .page_newsDetail .page_newsDetail_main .page_newsDetail_main_l .news_pager > div a i {
  color: #666666;
  font-size: 20px;
  margin-right: 10px;
  transition: all 0.5s;
}
main .page_newsDetail .page_newsDetail_main .page_newsDetail_main_l .news_pager > div a span {
  color: #666;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  transition: all 0.5s;
}
main .page_newsDetail .page_newsDetail_main .page_newsDetail_main_l .news_pager > div a:hover i {
  color: #153b82;
}
main .page_newsDetail .page_newsDetail_main .page_newsDetail_main_l .news_pager > div a:hover span {
  color: #153b82;
}
main .page_newsDetail .page_newsDetail_main .page_newsDetail_main_l .news_pager .prev span,
main .page_newsDetail .page_newsDetail_main .page_newsDetail_main_l .news_pager .next span {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: uppercase;
}
main .page_newsDetail .page_newsDetail_main .page_newsDetail_main_r {
  padding-top: 7px;
}
main .page_newsDetail .page_newsDetail_main .page_newsDetail_main_r .box_tit {
  margin-bottom: 25px;
}
main .page_newsDetail .page_newsDetail_main .page_newsDetail_main_r .box_tit p {
  color: #222;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
main .page_newsDetail .page_newsDetail_main .page_newsDetail_main_r ul li:not(:last-child) {
  margin-bottom: 16px;
}
main .page_newsDetail .page_newsDetail_main .page_newsDetail_main_r ul li .item {
  display: flex;
  align-items: center;
  transition: all 0.5s;
  padding: 20px;
  border-radius: 10px;
  background: #f7f8fa;
}
@media (max-width: 1400px) {
  main .page_newsDetail .page_newsDetail_main .page_newsDetail_main_r ul li .item {
    padding: 10px;
  }
}
main .page_newsDetail .page_newsDetail_main .page_newsDetail_main_r ul li .item .item_l {
  flex-shrink: 0;
  width: 120px;
  margin-right: 20px;
}
@media (max-width: 1410px) {
  main .page_newsDetail .page_newsDetail_main .page_newsDetail_main_r ul li .item .item_l {
    margin-right: 10px;
  }
}
main .page_newsDetail .page_newsDetail_main .page_newsDetail_main_r ul li .item .item_l .img-box {
  padding-bottom: 75%;
  border-radius: 10px;
}
main .page_newsDetail .page_newsDetail_main .page_newsDetail_main_r ul li .item .item_r .tit {
  margin-bottom: 16px;
}
main .page_newsDetail .page_newsDetail_main .page_newsDetail_main_r ul li .item .item_r .tit p {
  color: #666;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  transition: all 0.5s;
  line-height: normal;
  /* 在恰当的断字点进行换行 */
  word-break: break-all;
  /* 超出范围隐藏 */
  overflow: hidden;
  /* 文字超出用省略号 */
  text-overflow: ellipsis;
  /* 盒子模型 */
  display: -webkit-box;
  /* 显示的文本行数 */
  -webkit-line-clamp: 2;
  /* 子元素的垂直排列方式 */
  -webkit-box-orient: vertical;
}
main .page_newsDetail .page_newsDetail_main .page_newsDetail_main_r ul li .item .item_r .time p {
  color: #153b82;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  transition: all 0.5s;
}
main .page_newsDetail .page_newsDetail_main .page_newsDetail_main_r ul li .item:hover {
  background-color: #153b82;
}
main .page_newsDetail .page_newsDetail_main .page_newsDetail_main_r ul li .item:hover .item_r .tit p {
  color: #fff;
}
main .page_newsDetail .page_newsDetail_main .page_newsDetail_main_r ul li .item:hover .item_r .time p {
  color: #fff;
}
main .contact_info {
  padding: 96px 0;
}
@media (max-width: 1400px) {
  main .contact_info {
    padding: 50px 0;
  }
}
main .contact_info .contact_info_main {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
main .contact_info .contact_info_main .contact_info_main_l {
  width: 66.24242424%;
}
@media (max-width: 1199px) {
  main .contact_info .contact_info_main .contact_info_main_l {
    width: 100%;
  }
}
main .contact_info .contact_info_main .contact_info_main_l .box_tit {
  width: 700px;
  max-width: 100%;
  margin-bottom: 29px;
}
@media (max-width: 1199px) {
  main .contact_info .contact_info_main .contact_info_main_l .box_tit {
    width: 100%;
    margin-bottom: 10px;
  }
}
main .contact_info .contact_info_main .contact_info_main_l .box_tit p {
  color: #222;
  font-family: Montserrat;
  font-size: 54px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 1400px) {
  main .contact_info .contact_info_main .contact_info_main_l .box_tit p {
    font-size: 42px;
  }
}
@media (max-width: 1199px) {
  main .contact_info .contact_info_main .contact_info_main_l .box_tit p {
    font-size: 28px;
  }
}
main .contact_info .contact_info_main .contact_info_main_l .box_intro {
  width: 915px;
  max-width: 100%;
  margin-bottom: 27px;
}
@media (max-width: 1199px) {
  main .contact_info .contact_info_main .contact_info_main_l .box_intro {
    width: 100%;
  }
}
main .contact_info .contact_info_main .contact_info_main_l .box_intro p {
  color: #666;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  /* 150% */
}
@media (max-width: 768px) {
  main .contact_info .contact_info_main .contact_info_main_l .box_intro p {
    font-size: 16px;
    line-height: 1.5;
  }
}
main .contact_info .contact_info_main .contact_info_main_l .contactList ul li:not(:last-child) {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  main .contact_info .contact_info_main .contact_info_main_l .contactList ul li:not(:last-child) {
    margin-bottom: 20px;
  }
}
main .contact_info .contact_info_main .contact_info_main_l .contactList ul li .item {
  display: flex;
  align-items: center;
}
main .contact_info .contact_info_main .contact_info_main_l .contactList ul li .item .icon {
  flex-shrink: 0;
  margin-right: 14px;
  width: 56px;
  height: 56px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(21, 59, 130, 0.1);
}
main .contact_info .contact_info_main .contact_info_main_l .contactList ul li .item .icon i {
  font-size: 24px;
  color: #153b82;
}
main .contact_info .contact_info_main .contact_info_main_l .contactList ul li .item .icon .icon-aboutemail {
  font-size: 14px;
}
main .contact_info .contact_info_main .contact_info_main_l .contactList ul li .item .item_r .tit {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  main .contact_info .contact_info_main .contact_info_main_l .contactList ul li .item .item_r .tit {
    margin-bottom: 10px;
  }
}
main .contact_info .contact_info_main .contact_info_main_l .contactList ul li .item .item_r .tit p {
  color: #222;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 768px) {
  main .contact_info .contact_info_main .contact_info_main_l .contactList ul li .item .item_r .tit p {
    font-size: 16px;
  }
}
main .contact_info .contact_info_main .contact_info_main_l .contactList ul li .item .item_r .intro {
  width: 100%;
}
main .contact_info .contact_info_main .contact_info_main_l .contactList ul li .item .item_r .intro p {
  color: #666;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 768px) {
  main .contact_info .contact_info_main .contact_info_main_l .contactList ul li .item .item_r .intro p {
    font-size: 14px;
  }
}
main .contact_info .contact_info_main .contact_info_main_l .contactList ul li:nth-child(-n + 3) .item .item_r .intro {
  width: 390px;
  max-width: 100%;
}
main .contact_info .contact_info_main .contact_info_main_r {
  width: 30.72727273%;
}
@media (max-width: 1199px) {
  main .contact_info .contact_info_main .contact_info_main_r {
    display: none;
  }
}
main .contact_info .contact_info_main .contact_info_main_r img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
}
main .contact_message {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
}
@media (max-width: 1400px) {
  main .contact_message {
    background-size: cover;
  }
}
main .contact_message .contact_message_main {
  padding: 130px 200px 97px;
}
@media (max-width: 1400px) {
  main .contact_message .contact_message_main {
    padding: 50px 0;
  }
}
main .contact_message .contact_message_main .box_tit {
  margin-bottom: 22px;
}
@media (max-width: 991px) {
  main .contact_message .contact_message_main .box_tit {
    margin-bottom: 10px;
  }
}
main .contact_message .contact_message_main .box_tit p {
  text-align: center;
  color: #fff;
  font-family: Montserrat;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 991px) {
  main .contact_message .contact_message_main .box_tit p {
    font-size: 18px;
  }
}
main .contact_message .contact_message_main .box_subtit {
  margin-bottom: 53px;
}
@media (max-width: 991px) {
  main .contact_message .contact_message_main .box_subtit {
    margin-bottom: 20px;
  }
}
main .contact_message .contact_message_main .box_subtit p {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 991px) {
  main .contact_message .contact_message_main .box_subtit p {
    font-size: 24px;
  }
}
main .contact_message .contact_message_main .formBox {
  margin-bottom: 57px;
}
main .contact_message .contact_message_main .formBox form {
  padding: 54px 28px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 4px 20px 0px rgba(124, 124, 124, 0.25);
}
@media (max-width: 991px) {
  main .contact_message .contact_message_main .formBox form {
    padding: 20px;
  }
}
main .contact_message .contact_message_main .formBox form .inputList {
  margin: 0 -7px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  main .contact_message .contact_message_main .formBox form .inputList {
    margin: unset;
  }
}
main .contact_message .contact_message_main .formBox form .inputGroup {
  position: relative;
  width: 50%;
  padding: 0 7px;
  margin-bottom: 14px;
}
@media (max-width: 991px) {
  main .contact_message .contact_message_main .formBox form .inputGroup {
    width: 100%;
    padding: unset;
    margin-bottom: 10px;
  }
}
main .contact_message .contact_message_main .formBox form .inputGroup input {
  width: 100%;
  height: 58px;
  border-radius: 4px;
  background: #f4f5f8;
  padding-left: 20px;
}
@media (max-width: 768px) {
  main .contact_message .contact_message_main .formBox form .inputGroup input {
    height: 46px;
  }
}
main .contact_message .contact_message_main .formBox form .inputGroup input:focus ~ label,
main .contact_message .contact_message_main .formBox form .inputGroup input:valid ~ label {
  top: 0;
}
main .contact_message .contact_message_main .formBox form .inputGroup label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 27px;
  color: #666;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all 0.5s;
}
@media (max-width: 768px) {
  main .contact_message .contact_message_main .formBox form .inputGroup label {
    left: 20px;
  }
}
main .contact_message .contact_message_main .formBox form .textareaGroup {
  width: 100%;
  height: 176px;
  position: relative;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  main .contact_message .contact_message_main .formBox form .textareaGroup {
    height: 100px;
    margin-bottom: 10px;
  }
}
main .contact_message .contact_message_main .formBox form .textareaGroup textarea {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background: #f4f5f8;
  padding-left: 20px;
  padding-top: 20px;
}
main .contact_message .contact_message_main .formBox form .textareaGroup textarea:focus ~ label,
main .contact_message .contact_message_main .formBox form .textareaGroup textarea:valid ~ label {
  top: 0;
}
main .contact_message .contact_message_main .formBox form .textareaGroup label {
  position: absolute;
  top: 15%;
  transform: translateY(-50%);
  left: 20px;
  color: #666;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all 0.5s;
}
@media (max-width: 768px) {
  main .contact_message .contact_message_main .formBox form .textareaGroup label {
    top: 20%;
  }
}
main .contact_message .contact_message_main .formBox form .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  main .contact_message .contact_message_main .formBox form .bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
main .contact_message .contact_message_main .formBox form .bottom .l {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  main .contact_message .contact_message_main .formBox form .bottom .l {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  main .contact_message .contact_message_main .formBox form .bottom .l {
    flex-wrap: wrap;
  }
}
main .contact_message .contact_message_main .formBox form .bottom .l input {
  padding: 18px 20px;
  border-radius: 4px;
  background: #f4f5f8;
  margin-right: 4px;
  width: 374px;
  height: 56px;
}
@media (max-width: 1650px) {
  main .contact_message .contact_message_main .formBox form .bottom .l input {
    width: 160px;
  }
}
@media (max-width: 768px) {
  main .contact_message .contact_message_main .formBox form .bottom .l input {
    margin-bottom: 0px;
  }
}
main .contact_message .contact_message_main .formBox form .bottom .l input::placeholder {
  color: #666;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
main .contact_message .contact_message_main .formBox form .bottom .l img {
  width: auto;
  height: 30px;
  margin-right: 4px;
}
main .contact_message .contact_message_main .formBox form .bottom .l i {
  color: #999999;
  font-size: 36px;
  cursor: pointer;
  line-height: 1;
}
main .contact_message .contact_message_main .formBox form .bottom button {
  display: flex;
  width: 399px;
  padding: 14px 160px;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 4px;
  background: #a42227;
}
@media (max-width: 1650px) {
  main .contact_message .contact_message_main .formBox form .bottom button {
    width: 200px;
  }
}
main .contact_message .contact_message_main .formBox form .bottom button i {
  color: #fff;
  font-size: 24px;
  margin-left: 36px;
  display: block;
}
main .contact_message .contact_message_main .follow .tit {
  margin-bottom: 20px;
}
main .contact_message .contact_message_main .follow .tit p {
  text-align: center;
  color: #222;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 1400px) {
  main .contact_message .contact_message_main .follow .tit p {
    color: #fff;
  }
}
main .contact_message .contact_message_main .follow .media {
  margin: 0 auto;
  width: max-content;
}
main .contact_message .contact_message_main .follow .media ul {
  display: flex;
  align-items: center;
}
main .contact_message .contact_message_main .follow .media ul li {
  margin: 0 12px;
}
main .contact_message .contact_message_main .follow .media ul li a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #153b82;
}
@media (max-width: 1400px) {
  main .contact_message .contact_message_main .follow .media ul li a {
    background-color: #fff;
  }
}
main .contact_message .contact_message_main .follow .media ul li a i {
  color: #fff;
  font-size: 24px;
}
@media (max-width: 1400px) {
  main .contact_message .contact_message_main .follow .media ul li a i {
    color: #153b82;
  }
}
main .page_search {
  margin-top: 154px;
  padding-bottom: 121px;
}
@media (max-width: 1199px) {
  main .page_search {
    margin-top: 70px;
    padding-bottom: 50px;
  }
}
main .page_search .searchInput {
  width: 1000px;
  max-width: 100%;
  height: 67px;
  margin: 0 auto 50px;
}
@media (max-width: 1199px) {
  main .page_search .searchInput {
    margin-bottom: 20px;
  }
}
main .page_search .searchInput form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  border-radius: 6px;
  background: #f7f8fa;
  padding: 20px 30px;
}
main .page_search .searchInput form input {
  width: 80%;
  background-color: rgba(0, 0, 0, 0);
}
main .page_search .searchInput form input::placeholder {
  color: #bababa;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
main .page_search .searchInput form button {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-color: rgba(0, 0, 0, 0);
}
main .page_search .searchResult {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  main .page_search .searchResult {
    margin-bottom: 20px;
  }
}
main .page_search .searchResult .tit p {
  color: #222;
  text-align: center;
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 1199px) {
  main .page_search .searchResult .tit p {
    font-size: 24px;
  }
}
main .page_search .searchResult .tit span {
  color: #153b82;
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 1199px) {
  main .page_search .searchResult .tit span {
    font-size: 24px;
  }
}
main .page_search .searchResult_none p {
  color: #999;
  text-align: center;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1199px) {
  main .page_search .searchResult_none p {
    font-size: 20px;
  }
}
main .page_search .pro_list > ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
@media (max-width: 1199px) {
  main .page_search .pro_list > ul {
    margin: 0 -15px;
  }
}
@media (max-width: 768px) {
  main .page_search .pro_list > ul {
    margin: 0 -7px;
  }
}
main .page_search .pro_list > ul > li {
  width: 25%;
  padding: 0 20px;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  main .page_search .pro_list > ul > li {
    width: 33.3333%;
    padding: 0 15px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  main .page_search .pro_list > ul > li {
    width: 50%;
    padding: 0 7px;
    margin-bottom: 14px;
  }
}
main .page_search .pro_list .pager {
  margin-top: 20px;
}
#footercontent {
  position: relative;
  z-index: -2;
}
footer {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 1;
  background-image: url(../images/footer_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
footer .footer {
  padding-top: 80px;
  padding-bottom: 30px;
}
@media (max-width: 1199px) {
  footer .footer {
    padding: 40px 0;
  }
}
@media (max-width: 768px) {
  footer .footer {
    padding: 10px 0;
  }
}
footer .footer .footer_main {
  padding: 0 140px;
}
@media (max-width: 1400px) {
  footer .footer .footer_main {
    padding: 0;
  }
}
footer .footer .footer_main .footer_head {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  footer .footer .footer_main .footer_head {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  footer .footer .footer_main .footer_head {
    margin-bottom: 20px;
  }
}
footer .footer .footer_main .footer_head .logo {
  width: 242px;
}
@media (max-width: 768px) {
  footer .footer .footer_main .footer_head .logo {
    width: 100px;
    margin-bottom: 0px;
  }
}
footer .footer .footer_main .footer_head .logo img {
  width: 100%;
  height: auto;
}
footer .footer .footer_main .footer_head .tit p {
  color: #fff;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 768px) {
  footer .footer .footer_main .footer_head .tit p {
    font-size: 14px;
  }
}
footer .footer .footer_main .footer_body {
  display: flex;
  align-items: flex-start;
  margin: 0 -90px;
}
@media (max-width: 1400px) {
  footer .footer .footer_main .footer_body {
    margin: 0 -30px;
  }
}
@media (max-width: 1199px) {
  footer .footer .footer_main .footer_body {
    flex-direction: column;
    margin: 0;
  }
}
footer .footer .footer_main .footer_body > div {
  width: 50%;
  padding: 0 90px;
}
@media (max-width: 1400px) {
  footer .footer .footer_main .footer_body > div {
    padding: 0 30px;
  }
}
@media (max-width: 1199px) {
  footer .footer .footer_main .footer_body > div {
    padding: 0;
    width: 100%;
  }
}
@media (max-width: 1199px) {
  footer .footer .footer_main .footer_body .footer_body_l {
    margin-bottom: 10px;
  }
}
footer .footer .footer_main .footer_body .footer_body_l .links {
  display: flex;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  footer .footer .footer_main .footer_body .footer_body_l .links {
    display: none;
  }
}
footer .footer .footer_main .footer_body .footer_body_l .links > div:not(:last-child) {
  margin-right: 120px;
}
footer .footer .footer_main .footer_body .footer_body_l .links > div .tit {
  margin-bottom: 24px;
}
footer .footer .footer_main .footer_body .footer_body_l .links > div .tit p {
  color: #fff;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
footer .footer .footer_main .footer_body .footer_body_l .links > div ul li:not(:last-child) {
  margin-bottom: 22px;
}
footer .footer .footer_main .footer_body .footer_body_l .links > div ul li a {
  color: rgba(255, 255, 255, 0.6);
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: all 0.5s;
}
footer .footer .footer_main .footer_body .footer_body_l .links > div ul li a:hover {
  color: #fff;
}
footer .footer .footer_main .footer_body .footer_body_l .contact {
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  footer .footer .footer_main .footer_body .footer_body_l .contact {
    margin-bottom: 10px;
  }
}
footer .footer .footer_main .footer_body .footer_body_l .contact ul li:not(:last-child) {
  margin-bottom: 22px;
}
@media (max-width: 768px) {
  footer .footer .footer_main .footer_body .footer_body_l .contact ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}
footer .footer .footer_main .footer_body .footer_body_l .contact ul li .item a {
  display: flex;
  align-items: flex-start;
  color: rgba(255, 255, 255, 0.6);
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
footer .footer .footer_main .footer_body .footer_body_l .contact ul li .item a i {
  color: #fff;
  font-size: 18px;
  margin-right: 12px;
}
footer .footer .footer_main .footer_body .footer_body_l .contact ul li .item a .icon-whatsapp {
  font-size: 20px;
}
footer .footer .footer_main .footer_body .footer_body_l .contact ul li .item a .icon-aboutemail {
  font-size: 12px;
}
@media (max-width: 768px) {
  footer .footer .footer_main .footer_body .footer_body_l .contact ul li .item a {
    font-size: 16px;
  }
}
footer .footer .footer_main .footer_body .footer_body_l .media ul {
  display: flex;
  align-items: center;
}
footer .footer .footer_main .footer_body .footer_body_l .media ul li:not(:last-child) {
  margin-right: 15px;
}
footer .footer .footer_main .footer_body .footer_body_l .media ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background-color: #003686;
  border-radius: 50%;
}
footer .footer .footer_main .footer_body .footer_body_l .media ul li a i {
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
}
footer .footer .footer_main .footer_body .footer_body_r .form {
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  footer .footer .footer_main .footer_body .footer_body_r .form {
    margin-bottom: 10px;
    display: none;
  }
}
footer .footer .footer_main .footer_body .footer_body_r .form form .tit {
  margin-bottom: 48px;
}
@media (max-width: 1199px) {
  footer .footer .footer_main .footer_body .footer_body_r .form form .tit {
    margin-bottom: 10px;
  }
}
footer .footer .footer_main .footer_body .footer_body_r .form form .tit p {
  color: #fff;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  /* 154.545% */
  text-transform: capitalize;
}
footer .footer .footer_main .footer_body .footer_body_r .form form input {
  width: 100%;
  height: 45px;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding: 10px 0;
  margin-bottom: 16px;
  color: #fff;
}
@media (max-width: 1199px) {
  footer .footer .footer_main .footer_body .footer_body_r .form form input {
    margin-bottom: 10px;
  }
}
footer .footer .footer_main .footer_body .footer_body_r .form form input::placeholder {
  color: rgba(255, 255, 255, 0.4);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 175% */
}
footer .footer .footer_main .footer_body .footer_body_r .form form textarea {
  width: 100%;
  height: 104px;
  padding: 10px 0;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  margin-bottom: 30px;
  color: #fff;
}
@media (max-width: 1199px) {
  footer .footer .footer_main .footer_body .footer_body_r .form form textarea {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  footer .footer .footer_main .footer_body .footer_body_r .form form textarea {
    height: 50px;
  }
}
footer .footer .footer_main .footer_body .footer_body_r .form form textarea::placeholder {
  color: rgba(255, 255, 255, 0.4);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 175% */
}
footer .footer .footer_main .footer_body .footer_body_r .form form button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 195px;
  height: 45px;
  background-color: #a42227;
  color: #fff;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  /* 140% */
  text-transform: uppercase;
  border-radius: 4px;
}
footer .footer .footer_main .footer_body .footer_body_r .form form button i {
  color: #fff;
  font-size: 24px;
  margin-left: 12px;
}
footer .footer .footer_main .footer_body .footer_body_r .copyright {
  margin-bottom: 0px;
}
footer .footer .footer_main .footer_body .footer_body_r .copyright p {
  color: rgba(255, 255, 255, 0.4);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
footer .footer .footer_main .footer_body .footer_body_r .powered a {
  color: rgba(255, 255, 255, 0.4);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.box-PrivacyPolicy {
  padding: 50px 0;
}
.box-PrivacyPolicy .box-PrivacyPolicy-tit {
  margin-bottom: 20px;
}
.box-PrivacyPolicy .box-PrivacyPolicy-tit p {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  color: #000;
}
.box-PrivacyPolicy .main p,
.box-PrivacyPolicy .main li {
  color: #000;
  font-size: 16px;
}
.box-PrivacyPolicy .main ul,
.box-PrivacyPolicy .main li,
.box-PrivacyPolicy .main ol {
  list-style: initial;
}
.box-PrivacyPolicy .main li {
  margin-left: 1em;
}

.active1{
    color: #153b82!important;
}
.googleTanslate{margin-left: 10px;}
