input:focus {
  outline: none;
}

p {
  margin-bottom: 0;
}

li,
ol,
ul {
  margin: 0;
  padding: 0;
}

.img-box {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
}

.img-box:hover img {
  transform: scale(1.06);
}

.img-box img {
  transition: all 0.4s;
}

.img-box img,
.img-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

img.lazy {
  min-width: 1px;
  min-height: 1px;
  background: url(../images/ajax-loader.gif) no-repeat center;
}

.lazy {
  background-image: url(../images/ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: center;
}

.loaded {
  background-size: cover;
}

.table-box {
  overflow-x: auto;
}

.fancybox-slide--iframe .fancybox-content {
  width: 100%;
  max-width: 80%;
  height: 100%;
  min-height: 50%;
  max-height: 80%;
  margin: 0;
}

.fancybox-slide--video video {
  max-width: 80%;
  padding: 0;
}

.auto-adjust-img.is-mobile img {
  max-width: 100% !important;
  height: auto !important;
  margin: 5px 0;
}

.auto-adjust-img p.contains-pictures {
  padding: 0;
  margin: 0 -5px !important;
  font-size: 0 !important;
  overflow-x: hidden;
}

@media (min-width: 768px) {
  .auto-adjust-img p.contains-pictures {
    white-space: nowrap;
  }
}

.auto-adjust-img p.contains-pictures>img {
  display: inline-block;
  margin: 5px;
}

.fszero {
  font-size: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}

.fszero h1 {
  margin: 0;
}

@media (max-width: 990px) {
  .container2 {
    max-width: 95%;
  }
}

@media (max-width: 767px) {
  .fancybox-slide--video video {
    max-width: 95%;
  }
}

.fancybox-slide>video {
  padding: 0;
}

@media (min-width: 1440px) {
  .container {
    max-width: 1410px;
  }
}

@media (min-width: 1690px) {
  .container.con1660 {
    max-width: 1660px;
  }
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraBold.woff2') format('woff2'), url('../fonts/Poppins-ExtraBold.woff') format('woff'), url('../fonts/Poppins-ExtraBold.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
  font-weight: 800;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.woff2') format('woff2'), url('../fonts/Poppins-Bold.woff') format('woff'), url('../fonts/Poppins-Bold.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
  font-weight: 700;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff'), url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
  font-weight: 600;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff'), url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
  font-weight: 500;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
  font-weight: 400;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.woff') format('woff'), url('../fonts/Poppins-Light.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
  font-weight: 300;
}

body {
  font-family: 'Poppins', Arial, Helvetica, "Microsoft YaHei", "WenQuanYi Micro Hei", "Heiti SC", "PingFang SC", "Hiragino Sans GB", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  transition: all 0.3s;
}

.index-padding {
  padding: 120px 0;
}

@media (max-width: 1400px) {
  .index-padding {
    padding: 80px 0;
  }
}

@media (max-width: 1199px) {
  .index-padding {
    padding: 60px 0;
  }
}

@media (max-width: 991px) {
  .index-padding {
    padding: 45px 0;
  }
}

.index-title span {
  color: #1458E4;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
  align-items: center;
}

.index-title span::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #1458E4;
  margin-right: 6px;
}

@media (max-width: 767px) {
  .index-title span {
    font-size: 14px;
  }
}

.index-title h2 {
  margin: 8px 0 4px 0;
  color: #000;
  font-family: Poppins;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 55px;
}

@media (max-width: 1690px) {
  .index-title h2 {
    font-size: 40px !important;
  }
}

@media (max-width: 1400px) {
  .index-title h2 {
    margin-bottom: 10px;
    font-size: 35px !important;
  }
}

@media (max-width: 1199px) {
  .index-title h2 {
    font-size: 32px !important;
    line-height: 1.1;
  }
}

@media (max-width: 767px) {
  .index-title h2 {
    font-size: 28px !important;
  }
}

.index-title p {
  color: #000;
  font-family: Poppins;
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 767px) {
  .index-title p {
    font-size: 14px;
  }
}

.overhide {
  overflow: hidden;
}

.header.scrolled {
  border: none;
  top: 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
  background: #fff;
  padding: 10px 0;
}
.header.scrolled .btn-menu .iconfont{
  color: #000;
}
.header.scrolled .box2 .header-logo{
  width: 120px;
}
@media(max-width: 1400px){
  .header.scrolled .box2 .header-logo{
    width: 100px;
  }
}
@media(max-width: 991px){
  .header.scrolled .box2 .header-logo{
    width: 100px;
  }
}
.header.scrolled .box2 .header-logo .logo2 {
  display: block;
}

.header.scrolled .box2 .header-logo .logo1 {
  display: none;
}

.header.scrolled .box2 .header-logo img {
  height: auto;
  width: 100%;
}

.header.scrolled .box2 .header-nav .nav>ul>li>a {
  color: #000;
}

.header.scrolled .box2 .right .h-r2 .h-r2-3 {
  position: relative;
}

.header.scrolled .box2 .right .h-r2 .h-r2-3 .search {
  cursor: pointer;
}

.header.scrolled .box2 .right .h-r2 .h-r2-3 .search .iconfont {
  border: 1px solid #000000;
  color: #000000;
}

.header.scrolled .box2 .right .h-r2 .hr2-1 {
  display: inline-flex;
  align-items: center;
  margin: 0 10px;
}

.header.scrolled .box2 .right .h-r2 .hr2-1 .language .lang {
  background: rgba(0, 0, 0, 0.3);
}

.header.scrolled .btn-menu {
  color: #000;
}

.header.hasty {
  border: none;
  position: sticky;
  background: #fff;
}

.header.hasty .box2 .header-logo .logo2 {
  display: block;
}

.header.hasty .box2 .header-logo .logo1 {
  display: none;
}

.header.hasty .box2 .header-logo img {
  height: auto;
  width: 100%;
}

.header.hasty .box2 .header-nav .nav>ul>li>a {
  color: #000;
}

.header.hasty .box2 .right .h-r2 .h-r2-3 {
  position: relative;
}

.header.hasty .box2 .right .h-r2 .h-r2-3 .search {
  cursor: pointer;
}

.header.hasty .box2 .right .h-r2 .h-r2-3 .search .iconfont {
  border: 1px solid #000000;
  color: #000000;
}

.header.hasty .box2 .right .h-r2 .hr2-1 {
  display: inline-flex;
  align-items: center;
  margin: 0 10px;
}

.header.hasty .box2 .right .h-r2 .hr2-1 .language .lang {
  background: rgba(0, 0, 0, 0.3);
}

.header.hasty .btn-menu {
  color: #000;
}

.header {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  padding: 0;
  transition: all 0.5s;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.24) 100%);
  overflow-x: clip;
  overflow-y: visible;
  padding: 16px 0;
}

@media (max-width: 767px) {
  .header {
    position: sticky;
    background: #FFFFFF;
    padding: 10px 0;
  }
}

.header .header-box {
  position: relative;
}

.header .box2 {
  position: relative;
}

.header .box2 .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media(max-width: 575px){
  .header .box2 .box{
   /* flex-wrap: wrap; */
  }
}
.header .box2 .header-logo {
  width: 180px;
  position: relative;
  transition: all .5s;
}
@media (max-width: 1690px) {
  .header .box2 .header-logo {
    width: 150px;
  }
}
@media (max-width: 1400px) {
  .header .box2 .header-logo {
    width: 120px;
  }
}
@media (max-width:991px) {
  .header .box2 .header-logo {
    width: 100px;
    /* margin: 0 auto; */
  }
}
.header .box2 .header-logo .logo2 {
  display: none;
}

.header .box2 .header-logo img {
  height: auto;
  width: 100%;
  transition: all 0.5s;
}

@media (max-width: 767px) {
  .header .box2 .header-logo .logo2 {
    display: block;
  }

  .header .box2 .header-logo .logo1 {
    display: none;
  }
}

@media (max-width: 1400px) {
  .header .box2 .header-nav {
    position: static;
    transform: none;
  }
}

@media (max-width: 1199px) {
  .header .box2 .header-nav {
    display: none;
  }
}

.header .box2 .header-nav .nav>ul {
  display: flex;
  list-style: none;
  margin: 0 -30px;
}

@media (max-width: 1560px) {
  .header .box2 .header-nav .nav>ul {
    margin: 0 -20px;
  }
}
@media (max-width: 1400px) {
  .header .box2 .header-nav .nav>ul {
    margin: 0 -12px;
  }
}
.header .box2 .header-nav .nav>ul>li {
  display: block;
  padding: 15px 30px;
  transition: all 0.5s;
  position: relative;
}

@media (max-width: 1560px) {
  .header .box2 .header-nav .nav>ul>li {
    padding: 15px 20px;
  }
}
@media (max-width: 1400px) {
  .header .box2 .header-nav .nav>ul>li {
    padding: 15px 12px;
  }
}
.header .box2 .header-nav .nav>ul>li:last-child {
  margin-right: 0;
}

.header .box2 .header-nav .nav>ul>li>a {
  position: relative;
  display: inline-block;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  transition: all 0.5s;
}

@media (max-width: 1400px) {
  .header .box2 .header-nav .nav>ul>li>a {
    font-size: 14px;
  }
}

.header .box2 .header-nav .nav>ul>li>a:hover {
  text-decoration: underline;
}

.header .box2 .header-nav .nav>ul>li>a.active {
  text-decoration: underline;
}

.header .box2 .header-nav .nav>ul>li ul {
  position: absolute;
  top: calc(100%);
  margin: 0;
  left: 0;
  min-width: 100%;
  list-style: none;
  display: none;
  padding: 13px;
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
}

.header .box2 .header-nav .nav>ul>li ul li {
  position: relative;
}

.header .box2 .header-nav .nav>ul>li ul li:last-child>a {
  border-bottom: none;
}

.header .box2 .header-nav .nav>ul>li ul li a {
  display: block;
  white-space: nowrap;
  text-align: left;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.header .box2 .header-nav .nav>ul>li ul li ul {
  position: absolute;
  left: 100%;
  top: 0;
  transform: translateX(0);
}

.header .box2 .header-nav .nav>ul>li ul li ul::after {
  display: none;
}

.header .box2 .header-nav .nav>ul>li ul li ul li a {
  padding: 10px 0;
  font-size: 14px;
}

.header .box2 .right {
  padding: 0 12px;
  padding-left: 73px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(30.75px);
}

@media (max-width: 1560px) {
  .header .box2 .right {
    padding-left: 40px;
  }
}

@media (max-width: 1199px) {
  .header .box2 .right {
    padding: 0 12px;
  }
}
@media (max-width: 575px) {
  .header .box2 .right {
    justify-content: flex-end;
    /* width: 100%; */
  }
}
.header .box2 .right .h-r2 {
  display: flex;
  align-items: center;
  margin-left: 70px;
}

@media (max-width: 1560px) {
  .header .box2 .right .h-r2 {
    margin-left: 40px;
  }
}

@media (max-width: 1199px) {
  .header .box2 .right .h-r2 {
    margin-left: 0;
  }
}

.header .box2 .right .h-r2 .h-r2-3 {
  position: relative;
}

.header .box2 .right .h-r2 .h-r2-3 .search {
  cursor: pointer;
}

.header .box2 .right .h-r2 .h-r2-3 .search .iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  border-radius: 10px;
  border: 1px solid #FFF;
  width: 40px;
  height: 40px;
}

@media (max-width: 767px) {
  .header .box2 .right .h-r2 .h-r2-3 .search .iconfont {
    width: 30px;
    height: 30px;
    font-size: 16px;
    border: 1px solid #000;
    color: #000;
  }
}

.header .box2 .right .h-r2 .hr2-2 {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  position: relative;
  border-radius: 10px;
  background-color: #1458E4;
  padding: 9px 32px;

  transition: all .5s;
}
.header .box2 .right .h-r2 .hr2-2:hover{
  background-color: #0C45BA ;
}
@media (max-width: 767px) {
  .header .box2 .right .h-r2 .hr2-2 {
    padding: 8px 20px;
  }
}

@media (max-width: 575px) {
  .header .box2 .right .h-r2 .hr2-2 {
    padding: 8px 10px;
  }
}

.header .box2 .right .h-r2 .hr2-2 span {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.8px;
}

@media (max-width: 767px) {
  .header .box2 .right .h-r2 .hr2-2 span {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .header .box2 .right .h-r2 .hr2-2 span {
    font-size: 12px;
  }
}

.header .box2 .right .h-r2 .hr2-1 {
  display: inline-flex;
  align-items: center;
  margin: 0 10px;
}

.header .box2 .right .h-r2 .hr2-1 .language {
  position: relative;
  padding: 9px 0;
}

.header .box2 .right .h-r2 .hr2-1 .language .lang {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 8px 15.5px;
}
.header .box2 .right .h-r2 .hr2-1 .language .lang:hover{
  background-color: #1458E4;
}
@media (max-width: 767px) {
  .header .box2 .right .h-r2 .hr2-1 .language .lang {
    padding: 0;
    width: 30px;
    height: 30px;
    justify-content: center;
    background: rgba(0, 0, 0, 0.3);
  }
}
@media (max-width: 767px) {
  .header .box2 .right .h-r2 .hr2-1 .language .lang {
    width: 35px;
    height: 35px;
  }
}

.header .box2 .right .h-r2 .hr2-1 .language .lang::before {
  font-family: 'iconfont' !important;
  content: '\e654';
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
  color: #FFF;
  margin-top: -4px;
}

.header .box2 .right .h-r2 .hr2-1 .language .lang span {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.8px;
  margin-left: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1199px) {
  .header .box2 .right .h-r2 .hr2-1 .language .lang span {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .header .box2 .right .h-r2 .hr2-1 .language .lang span {
    font-size: 14px;
    display: none;
  }
}

.header .box2 .right .h-r2 .hr2-1 .language ul {
  position: absolute;
  z-index: 99;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(0);
  min-width: 100%;
  list-style: none;
  border-radius: 4px;
  display: none;
  padding: 0 20px;
  padding-top: 10px;
  border-radius: 10px;
  background: #1458E4;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
}

.header .box2 .right .h-r2 .hr2-1 .language ul li {
  position: relative;
}

.header .box2 .right .h-r2 .hr2-1 .language ul li:last-child a {
  border-bottom: none;
}

.header .box2 .right .h-r2 .hr2-1 .language ul li:first-child a {
  padding-top: 0;
}

.header .box2 .right .h-r2 .hr2-1 .language ul li a {
  display: block;
  padding: 10px 24px;
  border-bottom: 1px dashed #FFFFFF;
  white-space: nowrap;
  color: #FFF;
  text-align: center;
  font-size: 15px;
}

.header-serch-box {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  display: none;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.5);
}

.header-serch-box form {
  margin-bottom: 0;
  width: 60%;
  padding: 10px;
  background-color: #FFFFFF;
}

@media (max-width: 767px) {
  .header-serch-box form {
    width: 80%;
  }
}

.header-serch-box input {
  height: 40px;
  padding: 0 0 0 12px;
  color: rgba(38, 38, 38, 0.4);
  font-size: 14px;
  border: 1px solid #1458E4;
  width: 94%;
}

.header-serch-box button {
  border-radius: 5px;
  background: #999;
  width: 74px;
  height: 40px;
  color: #FFF;
  text-align: center;
  text-transform: capitalize;
  margin-left: 7px;
  border: none;
  transition: background-color 0.3s ease;
}

.header-serch-box button:hover {
  background-color: #1458E4;
}

.header-serch-box button .iconfont {
  font-size: 20px;
}

.header-serch-box .header-serch-none {
  font-size: 46px;
  cursor: pointer;
  position: fixed;
  top: 5%;
  right: 7%;
  color: #FFFFFF;
}

.visible {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-menu {
  position: relative;
  display: none;
  margin-left: 10px;
}

.btn-menu a {
  text-decoration: none;
  color: #fff;
  transition: all 0.3s;
}

@media (max-width: 767px) {
  .btn-menu a {
    color: #000;
  }
}

.btn-menu a .iconfont {
  font-size: 28px;
}

@media (max-width: 767px) {
  .btn-menu a .iconfont {
    font-size: 24px;
  }
}

@media (max-width: 1199px) {
  .btn-menu {
    display: inline-block;
    vertical-align: middle;
  }
}

@keyframes scaleAnimation {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes headerNav {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-110%);
  }

  100% {
    transform: translateY(0);
  }
}

.banner-box {
  position: relative;
}

.banner-box .banner {
  font-size: 0;
  position: relative;
  z-index: 8;
  clear: both;
  overflow: hidden;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.banner-box .banner::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  background: #fff;
  left: 0;
  border-radius: 100px 100px 0 0;
}

@media (max-width: 1199px) {
  .banner-box .banner::after {
    height: 20px;
  }
}

.banner-box .banner img {
  display: block;
  width: 100%;
}

.banner-box .banner .swiper-slide {
  overflow: hidden;
}

.banner-box .banner iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.banner-box .banner .item {
  position: relative;
  display: block;
  overflow: hidden;
}

.banner-box .banner .item img {
  transition: all 0.5s ease;
}

.banner-box .banner .item .banercont {
  position: absolute;
  z-index: 4;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}

.banner-box .banner .item .banercont .box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.banner-box .banner .item .banercont .box .banner-tit {
  color: #FFF;
  text-align: center;
  font-size: 96px;
  font-weight: 800;
  line-height: 103px;
}

@media (max-width: 1560px) {
  .banner-box .banner .item .banercont .box .banner-tit {
    line-height: 1;
    font-size: 70px;
  }
}

@media (max-width: 1400px) {
  .banner-box .banner .item .banercont .box .banner-tit {
    font-size: 50px;
  }
}

@media (max-width: 1199px) {
  .banner-box .banner .item .banercont .box .banner-tit {
    font-size: 40px;
  }
}

@media (max-width: 991px) {
  .banner-box .banner .item .banercont .box .banner-tit {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .banner-box .banner .item .banercont .box .banner-tit {
    font-size: 26px;
  }
}

.banner-box .banner .item .banercont .box .banner-txt {
  margin-top: 10px;
  width: 65%;
}

@media (max-width: 1400px) {
  .banner-box .banner .item .banercont .box .banner-txt {
    width: 75%;
  }
}

@media (max-width: 1199px) {
  .banner-box .banner .item .banercont .box .banner-txt {
    width: 85%;
  }
}

@media (max-width: 767px) {
  .banner-box .banner .item .banercont .box .banner-txt {
    width: 100%;
  }
}

.banner-box .banner .item .banercont .box .banner-txt p {
  color: #FFF;
  text-align: center;
  font-size: 24px;
  line-height: 37px;
}

@media (max-width: 1400px) {
  .banner-box .banner .item .banercont .box .banner-txt p {
    font-size: 20px;
    line-height: 1.2;
  }
}

@media (max-width: 1199px) {
  .banner-box .banner .item .banercont .box .banner-txt p {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .banner-box .banner .item .banercont .box .banner-txt p {
    font-size: 16px;
  }
}

.banner-box .banner .item .banercont .box .banner-btn {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.banner-box .banner .item .banercont .box .banner-btn a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.banner-box .banner .item .banercont .box .banner-btn a span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 20px 15px;
  border-radius: 6px;
  background: #1458E4;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 11.508px;
}

@media (max-width: 767px) {
  .banner-box .banner .item .banercont .box .banner-btn a span {
    font-size: 14px;
    padding: 15px 15px;
  }
}

.banner-box .banner .item .banercont .box .banner-btn a .iconfont {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: 2px;
  border-radius: 6px;
  background: #1458E4;
  width: 50px;
  height: 50px;
  color: #FFF;
  font-size: 18px;
}

@media (max-width: 767px) {
  .banner-box .banner .item .banercont .box .banner-btn a .iconfont {
    width: 40px;
    height: 40px;
  }
}

.banner-box .banner .banner-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-box .banner.hide-arrow .slick-arrow,
.banner-box .banner.hide-arrow {
  display: none !important;
}

.banner-box .banner.hide-video video {
  display: none !important;
}

.banner-box .banner-video-box {
  position: relative;
  display: block;
  padding-bottom: calc(960 / 1920 * 100%);
  -webkit-transform: translateZ(10px);
  transform: translateZ(10px);
}

@media (max-width: 767px) {
  .banner-box .banner-video-box {
    height: 350px;
  }
}

.banner-box .banner-video-box .fluid_video_wrapper {
  position: absolute;
  z-index: 10;
}

.banner-box .banner-video-box img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-box .banner-video-box .fluid_initial_play {
  background-color: #152c5f !important;
}

.banner-box .banner .mobile-video {
  position: relative;
  display: block;
}

.banner-box .banner .mobile-video:after {
  z-index: 2;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
}

.banner-box .banner .mobile-video:before {
  font-size: 50px;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  content: '\e644';
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  color: #fff;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.banner-box .banner .slick-arrow {
  line-height: 80px;
  position: absolute;
  z-index: 9;
  top: -webkit-calc(90%);
  top: calc(50% + 40px);
  left: 3%;
  width: 26px;
  height: 80px;
  padding: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 991px) {
  .banner-box .banner .slick-arrow {
    line-height: 50px;
    height: 50px;
  }
}

.banner-box .banner .slick-arrow:before {
  font-size: 20px;
  content: '\eb60';
}

.banner-box .banner .slick-arrow.slick-next {
  right: 5%;
  left: auto;
}

.banner-box .banner .slick-arrow:hover {
  background-color: rgba(21, 44, 95, 0.7);
}

.swiper-pagination {
  bottom: 40px !important;
  z-index: 66;
  left: 50% !important;
  transform: translateX(-50%);
  width: auto !important;
  max-width: 100% !important;
  display: inline-flex !important;
  justify-content: center;
}

@media (max-width: 767px) {
  .swiper-pagination {
    flex-wrap: wrap !important;
  }
}

@media (max-width: 991px) {
  .swiper-pagination {
    bottom: 20px !important;
  }
}

@media (max-width: 575px) {
  .swiper-pagination {
    bottom: 10px !important;
  }
}

.swiper-pagination-bullet-active {
  z-index: 10;
  color: #FFF !important;
}

.swiper-pagination-bullet {
  margin: 0 !important;
  padding: 0;
  border-radius: 0;
  width: 24px;
  height: 24px;
  background: url(../img/swiper-1.png) no-repeat center;
  background-size: cover;
}

/* 定义旋转动画 */
@keyframes rotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.index-nav.show {
  right: calc(100% - 100%);
  /* 滑入左侧 */
}

.index-nav {
  position: fixed;
  top: 40%;
  right: 0px;
  z-index: 222;
  padding: 35px 10px;
  border-radius: 10px;
  background: rgba(20, 88, 228, 0.38);
  backdrop-filter: blur(2.4000001px);
}

@media (max-width: 1199px) {
  .index-nav {
    display: none;
  }
}

@media (max-width: 767px) {
  .index-nav {
    top: 30%;
  }
}

.index-nav .a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
  margin-top: 30px;
}

@media (max-width: 1400px) {
  .index-nav .a {
    margin-top: 20px;
  }
}

.index-nav .a:first-of-type {
  margin-top: 0;
}

.index-nav .a .iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  transition: all 0.3s ease;
  color: #FFF;
}

.index-nav .a:hover .fix-nav-phonenumber {
  transform: translateY(-50%) translateX(-2px);
}

.index-nav .WeChat .fix-nav-phonenumber p {
  height: auto;
  padding: 7px;
  border-radius: 5px 0 0 5px;
}

.index-nav .fix-nav-phonenumber {
  position: absolute;
  right: 100%;
  top: 50%;
  height: 94%;
  transform: translateY(-50%) translateX(300%);
  transition: all 0.3s ease;
  line-height: 100%;
}

.index-nav .fix-nav-phonenumber p {
  margin: 0;
  height: 100%;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background: #1458E4;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.12);
  white-space: nowrap;
  color: #FFF;
  font-family: "Golos Text";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.index-nav .fix-nav-phonenumber p img {
  width: 100px;
  background-color: #FFFFFF;
}

.fix-nav-none {
  display: none;
  position: fixed;
  right: 0;
  color: white;
  bottom: 10%;
  font-size: 40px;
  border: 1px solid #333;
  border-radius: 10px;
  width: 45px;
  height: 45px;
  line-height: 50px;
  background-color: #333;
  text-align: center;
  z-index: 222;
}

@media (max-width: 1199px) {
  .fix-nav-none {
    display: block;
    bottom: 10%;
  }
}

.fix-nav-none.rotated {
  transform: rotate(45deg);
  transition: all 0.5s;
}

.xs-online {
  position: fixed;
  z-index: 222;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: calc(env(safe-area-inset-bottom) - 15px);
  color: #fff;
  background-color: #1458E4;
  box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, 0.2);
  text-align: center;
  display: none;
}

.xs-online .imgbbb {
  transform: translateX(-50%) translateY(-120px) !important;
  animation: fadeInUp 0.5s ease forwards;
}

.xs-online .xs-online-wx {
  position: relative;
}

.xs-online .xs-online-wx img {
  position: absolute;
  width: 100px;
  left: 50%;
  background-color: #FFFFFF;
  transform: translateX(-50%) translateY(60px);
  transition: all 0.3 ease;
}

.xs-online ul li {
  float: left;
  width: 20%;
  list-style: none;
  border-right: 1px solid #000;
  border-left: 1px solid rgba(255, 255, 255, 0.6);
  transition: all 0.3s ease;
}

.xs-online ul li .iconfont {
  display: block;
}

.xs-online ul li:first-child {
  border-left: none;
}

.xs-online a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  color: white;
}

@media (max-width: 767px) {
  .xs-online a {
    font-size: 12px;
  }
}

.xs-online a .iconfont {
  font-size: 18px;
}

@media (max-width: 1199px) {
  .xs-online {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .slick-dots {
    display: none !important;
  }
}

@keyframes videoan1 {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(3.5);
    transform: translate(-50%, -50%) scale(3.5);
    opacity: 0;
  }
}

.index-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #EAEDF4;
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  line-height: 11.508px;
  min-width: 160px;
  min-height: 50px;
  padding: 10px 11px;
  transition: all 0.5s;
}

.index-more:hover {
  background-color: #1458E4;
  color: #fff;
}

@media (max-width: 767px) {
  .index-more {
    font-size: 14px;
  }
}

.prev-next {
  width: 107px;
  position: relative;
  margin-right: 7px;
}

@media (max-width: 767px) {
  .prev-next {
    display: none !important;
  }
}

.prev-next .slick-next:before {
  font-family: 'iconfont' !important;
  font-size: 22px;
  display: block;
  content: '\e76e';
  color: #A4A4A4;
  transition: all 0.3s ease;
}

.prev-next .slick-prev:before {
  font-family: 'iconfont' !important;
  font-size: 22px;
  display: block;
  content: '\e76e';
  color: #A4A4A4;
  transition: all 0.3s ease;
  transform: rotate(180deg);
}

@media (max-width: 1199px) {
  .prev-next .slick-prev:before {
    font-size: 16px;
  }
}

.prev-next .slick-prev,
.prev-next .slick-next {
  z-index: 1;
  text-align: center;
  transition: all 0.3s ease;
  display: flex;
  width: 50px;
  height: 50px;
  border-radius: 6px;
  background-color: #EAEDF4;
  justify-content: center;
  align-items: center;
}

.prev-next .slick-next:hover,
.prev-next .slick-prev:hover {
  background-color: #1458E4;
}

.prev-next .slick-next:hover::after,
.prev-next .slick-prev:hover::after {
  opacity: 1;
}

.prev-next .slick-next {
  right: 0;
}

.prev-next .slick-prev {
  left: 0;
}

.prev-next .slick-prev:hover::before,
.prev-next .slick-next:hover::before {
  color: #FFF;
}

.index .inpro {
  padding: 80px 0 210px 0;
}

@media (max-width: 1560px) {
  .index .inpro {
    padding: 70px 0 170px 0;
  }
}

@media (max-width: 1400px) {
  .index .inpro {
    padding: 60px 0 120px 0;
  }
}

@media (max-width: 1199px) {
  .index .inpro {
    padding: 50px 0 80px 0;
  }
}

@media (max-width: 991px) {
  .index .inpro {
    padding: 30px 0 50px 0;
  }
}

.index .inpro .top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

@media (max-width: 991px) {
  .index .inpro .top {
    flex-wrap: wrap;
  }
}

@media (max-width: 991px) {
  .index .inpro .top .index-title {
    width: 100%;
    margin-bottom: 30px;
  }
}

.index .inpro .top .index-title p {
  width: 60%;
}

@media (max-width: 1440px) {
  .index .inpro .top .index-title p {
    width: 70%;
  }
}

@media (max-width: 1199px) {
  .index .inpro .top .index-title p {
    width: 80%;
  }
}

@media (max-width: 991px) {
  .index .inpro .top .index-title p {
    width: 100%;
  }
}

.index .inpro .top .pt-mo {
  display: flex;
}

.index .inpro .content {
  margin-top: 108px;
}

@media (max-width: 1560px) {
  .index .inpro .content {
    margin-top: 80px;
  }
}

@media (max-width: 1400px) {
  .index .inpro .content {
    margin-top: 60px;
  }
}

@media (max-width: 1199px) {
  .index .inpro .content {
    margin-top: 40px;
  }
}

@media (max-width: 991px) {
  .index .inpro .content {
    margin-top: 25px;
  }
}

.index .inpro .content .product-slick {
  margin: 0 -10px;
}

.index .inpro .content .product-slick .col-box {
  padding: 0 10px;
}

.index .inpro .content .product-slick .col-box .item {
  border-radius: 10px;
  background-color: #EAEDF4;
  padding: 10px;
}

.index .inpro .content .product-slick .col-box .item .cont-img .img-box {
  border-radius: 10px;
}

.index .inpro .content .product-slick .col-box .item .cont .tit {
  margin: 15px 45px;
  min-height: 50px;
  color: #000;
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
}

@media (max-width: 1690px) {
  .index .inpro .content .product-slick .col-box .item .cont .tit {
    min-height: 60px;
    font-size: 18px;
  }
}

@media (max-width: 1440px) {
  .index .inpro .content .product-slick .col-box .item .cont .tit {
    margin: 15px 25px;
  }
}

@media (max-width: 1400px) {
  .index .inpro .content .product-slick .col-box .item .cont .tit {
    font-size: 15px;
  }
}

.index .inpro .content .product-slick .col-box .item .cont .tit a {
  color: #000;
  transition: all 0.5s;
}

.index .inpro .content .product-slick .col-box .item .cont .more {
  display: flex;
  justify-content: space-between;
}

.index .inpro .content .product-slick .col-box .item .cont .more .a {
  width: calc(100% - 50px - 10px);
  margin-right: auto;
  display: inline-flex;
  height: 50px;
  padding: 25px 88px;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease-in-out;
  border-radius: 6px;
  background-color: #D3D8E4;
}

.index .inpro .content .product-slick .col-box .item .cont .more .a:hover {
  background-color: #1458E4;
}

.index .inpro .content .product-slick .col-box .item .cont .more .a:hover span {
  color: #FFF;
}

.index .inpro .content .product-slick .col-box .item .cont .more .a:hover span::after {
  color: #FFF;
}

.index .inpro .content .product-slick .col-box .item .cont .more .a span {
  color: #6B6B6B;
  font-size: 14px;
  font-weight: 500;
  line-height: 11.508px;
  transition: all 0.5s ease-in-out;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.index .inpro .content .product-slick .col-box .item .cont .more .a span:after {
  font-family: 'iconfont' !important;
  content: '\e76e';
  display: inline-block;
  font-size: 24px;
  transform: rotate(-45deg);
  transition: all 0.5s ease-in-out;
  margin-left: 10px;
}

.index .inpro .content .product-slick .col-box .item .cont .more .popshow {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background-color: #D3D8E4;
  transition: all 0.5s ease-in-out;
  width: 50px;
  cursor: pointer;
}

.index .inpro .content .product-slick .col-box .item .cont .more .popshow:hover {
  background-color: #1458E4;
}

.index .inpro .content .product-slick .col-box .item .cont .more .popshow:hover .icon::after {
  color: #FFF;
}

.index .inpro .content .product-slick .col-box .item .cont .more .popshow .icon {
  font-style: normal;
}

.index .inpro .content .product-slick .col-box .item .cont .more .popshow .icon::after {
  font-family: 'iconfont' !important;
  content: '\e648';
  font-size: 24px;
  color: #6B6B6B;
  transition: all 0.5s ease-in-out;
  line-height: 1;
}

.index .inabout {
  position: relative;
  background: url(../img/inabout-bg1.png) no-repeat;
  background-size: cover;
}

.index .inabout .bgimg {
  position: absolute;
  z-index: 4;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 35%;
}

.index .inabout .bgimg img {
  width: 100%;
  height: auto;
  object-fit: cover;
  background: transparent;
}

.index .inabout .title {
  color: rgba(20, 88, 228, 0.14);
  font-size: 128px;
  font-style: italic;
  font-weight: 700;
  line-height: 127px;
  position: relative;
  z-index: 99;
  text-align: right;
}

@media (max-width: 1690px) {
  .index .inabout .title {
    font-size: 110px;
  }
}

@media (max-width: 1400px) {
  .index .inabout .title {
    line-height: 1;
  }
}

@media (max-width: 1199px) {
  .index .inabout .title {
    font-size: 80px;
  }
}

@media (max-width: 991px) {
  .index .inabout .title {
    color: #FFF;
    text-align: center;
    font-size: 70px;
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .index .inabout .title {
    font-size: 60px;
  }
}

@media (max-width: 575px) {
  .index .inabout .title {
    font-size: 45px;
  }
}

.index .inabout .box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  z-index: 14;
  padding: 3% 0 110px 0;
}
@media (max-width: 1920px) {
  .index .inabout .box {
    padding: 0 0 110px 0;
  }
}

@media (max-width: 1690px) {
  .index .inabout .box {
    padding: 0 0 110px 0;
  }
}

@media (max-width: 1440px) {
  .index .inabout .box {
    padding: 0 0 70px 0;
  }
}

@media (max-width: 991px) {
  .index .inabout .box {
    flex-wrap: wrap;
    padding-top: 30px;
  }
}

.index .inabout .box .left {
  width: 49%;
}

@media (max-width: 991px) {
  .index .inabout .box .left {
    width: 100%;
  }
}

.index .inabout .box .left img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
}

.index .inabout .box .right {
  width: 48%;
  margin-left: auto;
}

@media (max-width: 991px) {
  .index .inabout .box .right {
    width: 100%;
    margin-top: 20px;
  }
}

.index .inabout .box .right .index-title span {
  color: #FFF;
}

.index .inabout .box .right .index-title span::before {
  color: #FFF;
}

.index .inabout .box .right .index-title h2 {
  color: #FFF;
}

.index .inabout .box .right .txt {
  margin-top: 34px;
}

@media (max-width: 1470px) {
  .index .inabout .box .right .txt {
    margin-top: 30px;
  }
}

@media (max-width: 1400px) {
  .index .inabout .box .right .txt {
    margin-top: 20px;
  }
}

.index .inabout .box .right .txt p {
  color: #FFF;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  font-style: normal;
}

.index .inabout .box .right .more {
  margin-top: 40px;
  display: flex;
}

@media (max-width: 1470px) {
  .index .inabout .box .right .more {
    margin-top: 30px;
  }
}

@media (max-width: 1400px) {
  .index .inabout .box .right .more {
    margin-top: 20px;
  }
}

.index .inabout .box .right .more a {
  margin-right: 2px;
  color: #1458E4;
}

.index .inabout .box .right .more a:hover {
  color: #FFF;
}

.index .inabout .box .right .more .inmore2 {
  min-width: 50px;
  min-height: 50px;
}

.index .inabout .box .right .more .inmore2 .iconfont {
  font-size: 20px;
}

.index .inabout2 {
  background: #EAEDF4;
}

.index .inabout2 .row-box {
  margin: -1px;
}

.index .inabout2 .row-box .col-box {
  padding: 1px;
}

.index .inabout2 .row-box .col-box .item {
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  position: relative;
  padding: 66px 30px;
  height: 100%;
}

@media (max-width: 1400px) {
  .index .inabout2 .row-box .col-box .item {
    padding: 50px 30px;
  }
}

.index .inabout2 .row-box .col-box .item:hover::after {
  opacity: 1;
}

.index .inabout2 .row-box .col-box .item:hover::before {
  opacity: 1;
}

.index .inabout2 .row-box .col-box .item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(6, 83, 243, 0.78) 0%, rgba(234, 237, 244, 0.78) 100%);
  opacity: 0;
  transition: all 0.5s;
}

.index .inabout2 .row-box .col-box .item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/inabout2-1.png) no-repeat center;
  background-size: cover;
  opacity: 0;
  transition: all 0.5s;
}

.index .inabout2 .row-box .col-box .item .count {
  color: #000;
  font-size: 48px;
  font-weight: 700;
  position: relative;
  z-index: 18;
  margin-bottom: 5px;
  display: flex;
  align-items: flex-end;
  line-height: 1;
}

@media (max-width: 1400px) {
  .index .inabout2 .row-box .col-box .item .count {
    font-size: 36px;
  }
}

@media (max-width: 1199px) {
  .index .inabout2 .row-box .col-box .item .count {
    font-size: 30px;
  }
}

@media (max-width: 991px) {
  .index .inabout2 .row-box .col-box .item .count {
    font-size: 25px;
  }
}

.index .inabout2 .row-box .col-box .item .count .counter {
  line-height: 1;
}

.index .inabout2 .row-box .col-box .item .count i {
  font-size: 24px;
  font-style: normal;
  line-height: 1;
  margin-bottom: 10px;
}

@media (max-width: 1400px) {
  .index .inabout2 .row-box .col-box .item .count i {
    font-size: 20px;
    margin-bottom: 5px;
  }
}

@media (max-width: 991px) {
  .index .inabout2 .row-box .col-box .item .count i {
    margin-bottom: 2px;
  }
}

.index .inabout2 .row-box .col-box .item p {
  color: #000;
  font-size: 16px;
  line-height: 22px;
  position: relative;
  z-index: 18;
}

.index .inbuild {
  padding: 150px 0 170px 0;
  padding-bottom: 0 !important;
}

@media (max-width: 1560px) {
  .index .inbuild {
    padding: 120px 0 150px 0;
  }
}

@media (max-width: 1400px) {
  .index .inbuild {
    padding: 100px 0 120px 0;
  }
}

@media (max-width: 1199px) {
  .index .inbuild {
    padding: 70px 0 80px 0;
  }
}

@media (max-width: 991px) {
  .index .inbuild {
    padding: 50px 0 60px 0;
    padding-bottom: 40px !important;
  }
}

.index .inbuild .top {
  padding-bottom: 2px;
  border-bottom: 1px solid #000000;
}

.index .inbuild .top .index-title h2 {
  font-weight: 800;
  text-align: center;
}

.index .inbuild .top .tit {
  text-align: right;
  margin-top: 30px;
  overflow: hidden;
  color: #000;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 24px;
  font-weight: 700;
  line-height: 48px;
}

@media (max-width: 1400px) {
  .index .inbuild .top .tit {
    margin-top: 20px;
    font-size: 20px;
  }
}

@media (max-width: 1199px) {
  .index .inbuild .top .tit {
    font-size: 18px;
  }
}

@media (max-height: 767px) {
  .index .inbuild .top .tit {
    font-size: 16px;
  }
}

.index .inbuild .content {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media (max-width: 1560px) {
  .index .inbuild .content {
    /* margin-top: 80px; */
  }
}

@media (max-width: 1400px) {
  .index .inbuild .content {
    /* margin-top: 60px; */
    margin-top: 20px;
  }
}

@media (max-width: 1199px) {
  .index .inbuild .content {
    /* margin-top: 40px; */
  }
}

@media (max-width: 991px) {
  .index .inbuild .content {
    /* margin-top: 30px; */
  }
}

@media (max-width: 991px) {
  .index .inbuild .content {
    flex-wrap: wrap;
  }
}

.index .inbuild .content .left {
  position: relative;
  width: 420px;
}

@media (max-width: 1400px) {
  .index .inbuild .content .left {
    width: 320px;
  }
}

@media (max-width: 991px) {
  .index .inbuild .content .left {
    width: 100%;
  }
}

.index .inbuild .content .left::after {
  font-family: 'iconfont' !important;
  content: "\e62f";
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.41);
  color: #FFF;
  font-size: 24px;
  position: absolute;
  z-index: 4;
  bottom: 64px;
  right: 92px;
}

@media (max-width: 1400px) {
  .index .inbuild .content .left::after {
    bottom: 44px;
    right: 52px;
  }
}

.index .inbuild .content .left .inbuild-swiper {
  position: relative;
  overflow: hidden;
  padding: 40px;
}

.index .inbuild .content .left .swiper-wrapper {
  transform-style: preserve-3d;
}

.index .inbuild .content .left .item {
  transform-origin: right bottom;
  transform-style: preserve-3d;
  transform: rotate(0deg);
}

.index .inbuild .content .left .item .cont-img {
  position: relative;
}

.index .inbuild .content .left .item .cont-img .img-box {
  padding-bottom: calc(260 / 380 * 100%);
  border-radius: 10px;
}

.index .inbuild .content .right {
  width: 63%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1400px) {
  .index .inbuild .content .right {
    width: 70%;
  }
}
@media (max-width: 991px) {
  .index .inbuild .content .right {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .index .inbuild .content .right {
    flex-wrap: wrap;
  }
}

.index .inbuild .content .right .r-left {
  width: 30%;
  position: relative;

  margin-top: 30px;
}

@media (max-width: 1400px) {
  .index .inbuild .content .right .r-left {
    width: 40%;
  }
}

@media (max-width: 767px) {
  .index .inbuild .content .right .r-left {
    width: 100%;

    margin-top: 0;
  }
}

.index .inbuild .content .right .r-left .txt {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  top: 0;
  left: 0;
  transition: all 0.5s;



}

.index .inbuild .content .right .r-left .txt.on {
  position: relative;
  opacity: 1;
  pointer-events: all;
}

.index .inbuild .content .right .r-left .txt p {
  color: #000;
  text-align: left;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  /* 150% */
}
@media (max-width: 1199px) {
  .index .inbuild .content .right .r-left .txt p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .index .inbuild .content .right .r-left .txt p {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .index .inbuild .content .right .r-right {
    width: 100%;
    margin-top: 10px;
  }
}

.index .inbuild .content .right .r-right .inbuild-list ul {
  list-style: none;
}

.index .inbuild .content .right .r-right .inbuild-list ul li {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 18px;
  cursor: pointer;
}

.index .inbuild .content .right .r-right .inbuild-list ul li::before {
  content: '';
  width: 27px;
  height: 27px;
  background-color: #1458E4;
  border-radius: 50%;
  margin-right: 33px;
  opacity: 0;
  transition: all 0.4s;
}

@media (max-width: 1690px) {
  .index .inbuild .content .right .r-right .inbuild-list ul li::before {
    width: 17px;
    height: 17px;
  }
}

@media (max-width: 1199px) {
  .index .inbuild .content .right .r-right .inbuild-list ul li::before {
    margin-right: 15px;
  }
}

@media (max-width: 991px) {
  .index .inbuild .content .right .r-right .inbuild-list ul li::before {
    width: 10px;
    height: 10px;
  }
}

@media (max-width: 1400px) {
  .index .inbuild .content .right .r-right .inbuild-list ul li {
    margin-top: 10px;
  }
}

.index .inbuild .content .right .r-right .inbuild-list ul li:hover::before {
  opacity: 1;
}

.index .inbuild .content .right .r-right .inbuild-list ul li:hover p {
  color: #1458E4;
}

.index .inbuild .content .right .r-right .inbuild-list ul li:hover p::after {
  width: 100%;
}

.index .inbuild .content .right .r-right .inbuild-list ul li:hover span {
  color: #1458E4;
}

.index .inbuild .content .right .r-right .inbuild-list ul li.on::before {
  opacity: 1;
}

.index .inbuild .content .right .r-right .inbuild-list ul li.on p {
  color: #1458E4;
}

.index .inbuild .content .right .r-right .inbuild-list ul li.on p::after {
  width: 100%;
}

.index .inbuild .content .right .r-right .inbuild-list ul li.on span {
  color: #1458E4;
}

.index .inbuild .content .right .r-right .inbuild-list ul li p {
  color: #000;
  text-align: right;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  position: relative;
  transition: all 0.4s;
}

@media (max-width: 1690px) {
  .index .inbuild .content .right .r-right .inbuild-list ul li p {
    font-size: 35px;
  }
}

@media (max-width: 1440px) {
  .index .inbuild .content .right .r-right .inbuild-list ul li p {
    font-size: 30px;
  }
}

@media (max-width: 1199px) {
  .index .inbuild .content .right .r-right .inbuild-list ul li p {
    font-size: 25px;
  }
}

@media (max-width: 991px) {
  .index .inbuild .content .right .r-right .inbuild-list ul li p {
    font-size: 20px;
    line-height: 1.2;
  }
}

.index .inbuild .content .right .r-right .inbuild-list ul li p::after {
  content: '';
  position: absolute;
  width: 0;
  left: 0;
  bottom: 0;
  height: 2px;
  background-color: #1458E4;
  transition: all 0.4s;
}

@media (max-width: 1690px) {
  .index .inbuild .content .right .r-right .inbuild-list ul li p::after {
    bottom: 2px;
  }
}

@media (max-width: 1199px) {
  .index .inbuild .content .right .r-right .inbuild-list ul li p::after {
    bottom: 10px;
  }
}

@media (max-width: 991px) {
  .index .inbuild .content .right .r-right .inbuild-list ul li p::after {
    bottom: 0;
  }
}

.index .inbuild .content .right .r-right .inbuild-list ul li span {
  margin-left: 12px;
  color: #000;
  text-align: right;
  font-size: 16px;
  font-weight: 600;
  line-height: 50px;
  transition: all 0.4s;
}

@media (max-width: 991px) {
  .index .inbuild .content .right .r-right .inbuild-list ul li span {
    line-height: 1.2;
  }
}

@media (max-width: 767px) {
  .index .inbuild .content .right .r-right .inbuild-list ul li span {
    font-size: 14px;
  }
}

.index .inadvant {
  background: url(../img/inadvant-1.png) no-repeat bottom center;
  background-size: 100% auto;
  background-color: #EBEEF5;
  padding: 114px 0 120px 0;
}

@media (max-width: 1560px) {
  .index .inadvant {
    padding: 80px 0 90px 0;
  }
}

@media (max-width: 1400px) {
  .index .inadvant {
    padding: 60px 0 70px 0;
  }
}

@media (max-width: 1199px) {
  .index .inadvant {
    padding: 40px 0 50px 0;
  }
}

.index .inadvant .index-title {
  width: 46%;
}

@media (max-width: 1400px) {
  .index .inadvant .index-title {
    width: 56%;
  }
}

@media (max-width: 1199px) {
  .index .inadvant .index-title {
    width: 66%;
  }
}

@media (max-width: 991px) {
  .index .inadvant .index-title {
    width: 76%;
  }
}

@media (max-width: 767px) {
  .index .inadvant .index-title {
    width: 100%;
  }
}

.index .inadvant .content .row-box {
  margin: 0 -15px;
}

@media (max-width: 1199px) {
  .index .inadvant .content .row-box {
    margin: 0 -10px;
  }
}

.index .inadvant .content .row-box .col-box {
  padding: 0 15px;
  margin-top: 66px;
}

@media (max-width: 1560px) {
  .index .inadvant .content .row-box .col-box {
    margin-top: 50px;
  }
}

@media (max-width: 1400px) {
  .index .inadvant .content .row-box .col-box {
    margin-top: 40px;
  }
}

@media (max-width: 1199px) {
  .index .inadvant .content .row-box .col-box {
    padding: 0 10px;
    margin-top: 30px;
  }
}

.index .inadvant .content .row-box .col-box .item {
  padding: 10px 15px 30px 25px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #FFF;
  position: relative;
  height: 100%;
}

.index .inadvant .content .row-box .col-box .item:hover::after {
  opacity: 1;
}

.index .inadvant .content .row-box .col-box .item:hover .number {
  color: #FFF;
}

.index .inadvant .content .row-box .col-box .item:hover .icon::before {
  color: #FFFFFF;
}

.index .inadvant .content .row-box .col-box .item:hover .tit {
  color: #FFF;
}

.index .inadvant .content .row-box .col-box .item:hover .txt p {
  color: #FFF;
}

.index .inadvant .content .row-box .col-box .item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(136deg, #00DDF1 5.34%, #1458E4 54.87%, #0000AC 96.51%);
  opacity: 0;
  transition: all 0.5s;
}

.index .inadvant .content .row-box .col-box .item .number {
  color: #EBEEF5;
  font-family: Arial;
  font-size: 128px;
  font-style: italic;
  font-weight: 700;
  line-height: 127px;
  text-align: right;
  position: relative;
  z-index: 12;
  transition: all 0.5s;
}

@media (max-width: 1440px) {
  .index .inadvant .content .row-box .col-box .item .number {
    font-size: 95px;
  }
}

@media (max-width: 767px) {
  .index .inadvant .content .row-box .col-box .item .number {
    font-size: 80px;
    line-height: 1;
  }
}

.index .inadvant .content .row-box .col-box .item .icon {
  margin-top: 10px;
  position: relative;
  z-index: 12;
}

.index .inadvant .content .row-box .col-box .item .icon::before {
  font-family: 'iconfont' !important;
  content: '\e65a';
  color: #000;
  font-size: 22px;
  transition: all 0.5s;
  line-height: 1;
}

.index .inadvant .content .row-box .col-box .item .tit {
  margin: 8px 0 18px 0;
  position: relative;
  z-index: 12;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  transition: all 0.5s;
}

@media (max-width: 991px) {
  .index .inadvant .content .row-box .col-box .item .tit {
    margin: 8px 0 10px 0;
  }
}

@media (max-width: 768px) {
  .index .inadvant .content .row-box .col-box .item .tit {
    font-size: 18px;
  }
}

.index .inadvant .content .row-box .col-box .item .txt {
  position: relative;
  z-index: 12;
}

.index .inadvant .content .row-box .col-box .item .txt p {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  transition: all 0.5s;
}

@media (max-width: 768px) {
  .index .inadvant .content .row-box .col-box .item .txt p {
    font-size: 14px;
  }
}

.index .inproject {
  padding: 140px 0 145px 0;
}

@media (max-width: 1560px) {
  .index .inproject {
    padding: 100px 0 110px 0;
  }
}

@media (max-width: 1440px) {
  .index .inproject {
    padding: 80px 0 90px 0;
  }
}

@media (max-width: 1199px) {
  .index .inproject {
    padding: 60px 0 70px 0;
  }
}

@media (max-width: 991px) {
  .index .inproject {
    padding: 40px 0 50px 0;
  }
}

.index .inproject .top .pt-mo {
  display: flex;
  margin-top: 70px;
}

@media (max-width: 1560px) {
  .index .inproject .top .pt-mo {
    margin-top: 50px;
  }
}

@media (max-width: 1400px) {
  .index .inproject .top .pt-mo {
    margin-top: 40px;
  }
}

@media (max-width: 991px) {
  .index .inproject .top .pt-mo {
    margin-top: 20px;
  }
}

.index .inproject .content {
  width: 75%;
  margin-left: auto;
  margin-right: -10%;
  margin-top: -50px;
}

@media (max-width: 1560px) {
  .index .inproject .content {
    width: 83%;
  }
}

@media (max-width: 1400px) {
  .index .inproject .content {
    width: 80%;
  }
}

@media (max-width: 1199px) {
  .index .inproject .content {
    width: 76%;
  }
}

@media (max-width: 991px) {
  .index .inproject .content {
    margin: 0 auto;
    margin-top: 25px;
    width: 100%;
  }
}

.index .inproject .content .inproject-slick {
  margin: 0 -15px;
}

@media (max-width: 1199px) {
  .index .inproject .content .inproject-slick {
    margin: 0 -10px;
  }
}

.index .inproject .content .inproject-slick .col-box {
  padding: 0 15px;
}

@media (max-width: 1199px) {
  .index .inproject .content .inproject-slick .col-box {
    padding: 0 10px;
  }
}

.index .inproject .content .inproject-slick .col-box .item:hover .img-box img {
  transform: scale(1.06);
}

.index .inproject .content .inproject-slick .col-box .item:hover .tit a {
  color: #1458E4;
}

.index .inproject .content .inproject-slick .col-box .item .img-box {
  padding-bottom: calc(300 / 480 * 100%);
  border-radius: 10px;
}

.index .inproject .content .inproject-slick .col-box .item .tit {
  width: 65%;
  margin: 30px 0;
  color: #000;
  font-size: 20px;
  line-height: 24px;
}

@media (max-width: 1560px) {
  .index .inproject .content .inproject-slick .col-box .item .tit {
    width: 85%;
    font-size: 18px;
  }
}

@media (max-width: 1400px) {
  .index .inproject .content .inproject-slick .col-box .item .tit {
    margin: 20px 0;
  }
}

@media (max-width: 1199px) {
  .index .inproject .content .inproject-slick .col-box .item .tit {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .index .inproject .content .inproject-slick .col-box .item .tit {
    width: 100%;
    font-size: 16px;
  }
}

.index .inproject .content .inproject-slick .col-box .item .tit a {
  color: #000;
  transition: all 0.5s;
}

.index .inproject .content .inproject-slick .col-box .item .txt {
  display: flex;
  border-top: 1px solid #A9A9A9;
  padding-top: 13px;
}

.index .inproject .content .inproject-slick .col-box .item .txt .list {
  margin-right: 47px;
}

@media (max-width: 1199px) {
  .index .inproject .content .inproject-slick .col-box .item .txt .list {
    margin-right: 20px;
  }
}

.index .inproject .content .inproject-slick .col-box .item .txt .list:last-child {
  margin-right: 0;
}

.index .inproject .content .inproject-slick .col-box .item .txt .list span {
  display: block;
  margin-bottom: 8px;
  color: #9E9E9E;
  font-size: 10px;
  line-height: 16px;
}

.index .inproject .content .inproject-slick .col-box .item .txt .list p {
  color: #000;
  font-size: 10px;
  font-weight: 600;
  line-height: 16px;
}

.index .inpartner .top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

@media (max-width: 991px) {
  .index .inpartner .top {
    flex-wrap: wrap;
  }
}

@media (max-width: 991px) {
  .index .inpartner .top .index-title {
    width: 100%;
    margin-bottom: 30px;
  }
}

.index .inpartner .top .pt-mo {
  display: flex;
}

.index .inpartner .content {
  position: relative;
  z-index: 2;
  margin-top: 23px;
  padding: 30px;
  padding-top: 36px;
  background-color: #FFF;
  border-radius: 10px;
}

@media (max-width: 1400px) {
  .index .inpartner .content {
    margin-top: 20px;
  }
}

.index .inpartner .content .inpartner-slick .col-box .item {
  cursor: pointer;

  border: 1px solid #D9D9D9;
}

.index .inpartner .content .inpartner-slick .col-box .item .img-box {
  padding-bottom: calc(120 / 240 * 100%);
}

.index .incon {
  background: linear-gradient(95deg, #0FDFF2 2.14%, #1458E4 48.17%);
}

.index .incon .bgimg {
  margin-top: -4%;
  padding: 10% 0 4.2% 0;
  background: url(../img/inca-bg1.png) no-repeat bottom center;
  background-size: cover;
  position: relative;
  z-index: 12;
}

.index .incon .index-title h2 {
  color: #FFF;
  text-align: center;
}

.index .incon .index-title p {
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

@media (max-width: 1470px) {
  .index .incon .index-title p {
    font-size: 20px;
  }
}

@media (max-width: 1400px) {
  .index .incon .index-title p {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .index .incon .index-title p {
    font-size: 16px;
  }
}

.index .incon .icsousuo {
  margin-top: 30px;
}

@media (max-width: 1400px) {
  .index .incon .icsousuo {
    margin-top: 20px;
  }
}

.index .incon .icsousuo form {
  display: flex;
  justify-content: space-between;
  width: 33%;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 9999px;
  max-height: 60px;
  background: #FFF;
}

@media (max-width: 1400px) {
  .index .incon .icsousuo form {
    width: 50%;
  }
}

@media (max-width: 1199px) {
  .index .incon .icsousuo form {
    width: 60%;
  }
}

@media (max-width: 991px) {
  .index .incon .icsousuo form {
    width: 80%;
  }
}

@media (max-width: 767px) {
  .index .incon .icsousuo form {
    width: 100%;
  }
}

.index .incon .icsousuo form input {
  padding: 17px 38px;
  border: none;
  width: 70%;
  color: #838383;
  font-size: 16px;
}

.index .incon .icsousuo form input::placeholder {
  color: #838383;
  font-size: 16px;
}

.index .incon .icsousuo form button {
  padding: 19px 40px;
  border: none;
  display: inline-flex;
  align-items: center;
  border-radius: 999px 999px 999px 0;
  background: #00DDF1;
}

.index .incon .icsousuo form button span {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
}

.index .incon .icsousuo form button .iconfont {
  margin-left: 10px;
  font-size: 16px;
  color: #FFF;
}

.index .innews {
  background: url(../img/innews-bg1.jpg) no-repeat bottom center;
  background-size: cover;
  padding: 120px 0 190px 0;
}

@media (max-width: 1470px) {
  .index .innews {
    padding: 80px 0 120px 0;
  }
}

@media (max-width: 1400px) {
  .index .innews {
    padding: 60px 0 80px 0;
  }
}

@media (max-width: 1199px) {
  .index .innews {
    padding: 40px 0 60px 0;
  }
}

.index .innews .top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

@media (max-width: 991px) {
  .index .innews .top {
    flex-wrap: wrap;
  }
}

@media (max-width: 991px) {
  .index .innews .top .index-title {
    width: 100%;
    margin-bottom: 30px;
  }
}

.index .innews .top .pt-mo {
  display: flex;
}

.index .innews .content {
  margin-top: 90px;
}

@media (max-width: 1560px) {
  .index .innews .content {
    margin-top: 70px;
  }
}

@media (max-width: 1400px) {
  .index .innews .content {
    margin-top: 50px;
  }
}

@media (max-width: 1199px) {
  .index .innews .content {
    margin-top: 30px;
  }
}

.index .innews .content .innews-slick {
  margin: 0 -15px;
}

@media (max-width: 1199px) {
  .index .innews .content .innews-slick {
    margin: 0 -10px;
  }
}

.index .innews .content .innews-slick .col-box {
  padding: 0 15px;
}

@media (max-width: 991px) {
  .index .innews .content .innews-slick .col-box {
    padding: 0 10px;
  }
}

.index .innews .content .innews-slick .col-box .item {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .index .innews .content .innews-slick .col-box .item {
    flex-wrap: wrap;
  }
}

.index .innews .content .innews-slick .col-box .item:hover .cont-img .img-box img {
  transform: scale(1) !important;
}

.index .innews .content .innews-slick .col-box .item:hover .cont .laybel {
  background-color: #1458E4;
  color: #FFF;
}

.index .innews .content .innews-slick .col-box .item:hover .cont .laybel a {
  color: #FFF;
}

.index .innews .content .innews-slick .col-box .item:hover .cont .laybel:last-of-type::after {
  color: #FFF;
}

.index .innews .content .innews-slick .col-box .item .cont-img {
  width: 48%;
}

@media (max-width: 991px) {
  .index .innews .content .innews-slick .col-box .item .cont-img {
    width: 100%;
  }
}

.index .innews .content .innews-slick .col-box .item .cont-img .img-box {
  border-radius: 10px;
  padding-bottom: calc(240 / 390 * 100%);
}

.index .innews .content .innews-slick .col-box .item .cont {
  width: 50%;
}

@media (max-width: 991px) {
  .index .innews .content .innews-slick .col-box .item .cont {
    width: 100%;
    margin-top: 20px;
  }
}

.index .innews .content .innews-slick .col-box .item .cont .laybel {
  padding: 6.5px 12px;
  border-radius: 10px 10px 0 0;
  background-color: #EDEDED;
  display: flex;
  transition: all 0.5s;
  align-items: center;
  justify-content: space-between;
  color: #787878;
  font-size: 14px;
  font-weight: 500;
  line-height: 15px;
}

@media (max-width: 1690px) {
  .index .innews .content .innews-slick .col-box .item .cont .laybel {
    font-size: 13px;
  }
}

.index .innews .content .innews-slick .col-box .item .cont .laybel a {
  color: #787878;
  transition: all 0.5s;
}

.index .innews .content .innews-slick .col-box .item .cont .laybel span {
  display: inline-flex;
  align-items: center;
  position: relative;
}

.index .innews .content .innews-slick .col-box .item .cont .laybel span:first-of-type {
  padding-right: 20px;
}

@media (max-width: 1690px) {
  .index .innews .content .innews-slick .col-box .item .cont .laybel span:first-of-type {
    padding-right: 8px;
  }
}

.index .innews .content .innews-slick .col-box .item .cont .laybel span:first-of-type::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 11px;
  background: #787878;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.index .innews .content .innews-slick .col-box .item .cont .laybel span:last-of-type::after {
  font-family: 'iconfont' !important;
  content: '\e76e';
  display: inline-block;
  transform: rotate(-45deg);
  color: #757575;
  font-size: 18px;
  line-height: 1;
}

.index .innews .content .innews-slick .col-box .item .cont .tit {
  margin: 30px 0;
  color: #000;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}

@media (max-width: 1690px) {
  .index .innews .content .innews-slick .col-box .item .cont .tit {
    margin: 15px 0;
    font-size: 20px;
  }
}

@media (max-width: 1400px) {
  .index .innews .content .innews-slick .col-box .item .cont .tit {
    margin: 10px 0;
    font-size: 16px;
    line-height: 24px;
  }
}

.index .innews .content .innews-slick .col-box .item .cont .tit a {
  color: #000;
  transition: all 0.5s;
}

.index .innews .content .innews-slick .col-box .item .cont .txt p {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

@media (max-width: 1400px) {
  .index .innews .content .innews-slick .col-box .item .cont .txt p {
    font-size: 14px;
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  .index .innews .content .innews-slick .col-box .item .cont .txt p {
    font-size: 14px;
  }
}

.about-banner {
  position: relative;
}

.about-banner img {
  width: 100%;
  height: auto;
}

.about-banner .cont {
  position: absolute;
  z-index: 12;
  top: 64px;
  width: 100%;
}

@media (max-width: 1400px) {
  .about-banner .cont {
    top: 44px;
  }
}

@media (max-width: 1199px) {
  .about-banner .cont {
    top: 24px;
  }
}

.about-banner .cont .tit {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  text-align: right;
}

@media (max-width: 1400px) {
  .about-banner .cont .tit {
    font-size: 20px;
    line-height: 1.2;
  }
}

@media (max-width: 1199px) {
  .about-banner .cont .tit {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .about-banner .cont .tit {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .about-banner .cont {
    position: static;
    margin-top: 20px;
  }
}

.about .ab-b1 {
  padding: 90px 0;
}

@media (max-width: 1470px) {
  .about .ab-b1 {
    padding: 70px 0;
  }
}

@media (max-width: 1400px) {
  .about .ab-b1 {
    padding: 50px 0;
  }
}

@media (max-width: 1199px) {
  .about .ab-b1 {
    padding: 30px 0 40px 0;
  }
}

.about .ab-b1 .index-title {
  width: 64%;
}

@media (max-width: 1400px) {
  .about .ab-b1 .index-title {
    width: 74%;
  }
}

@media (max-width: 1199px) {
  .about .ab-b1 .index-title {
    width: 84%;
  }
}

@media (max-width: 767px) {
  .about .ab-b1 .index-title {
    width: 100%;
  }
}

.about .ab-b1 .index-title h3 {
  margin-top: 8px;
  color: #000;
  font-size: 36px;
  font-weight: 700;
  line-height: 47px;
}

.about .ab-b1 .index-title h3 b,
.about .ab-b1 .index-title h3 strong {
  font-weight: 700;
  color: #1558E5;
}

.about .ab-b1 .ab1-b1 {
  margin-top: 26px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media (max-width: 1400px) {
  .about .ab-b1 .ab1-b1 {
    margin-top: 20px;
  }
}

@media (max-width: 991px) {
  .about .ab-b1 .ab1-b1 {
    flex-wrap: wrap;
  }
}

.about .ab-b1 .ab1-b1 .txt {
  width: 54%;
  padding-top: 3px;
}

@media (max-width: 991px) {
  .about .ab-b1 .ab1-b1 .txt {
    width: 100%;
  }
}

.about .ab-b1 .ab1-b1 .txt p {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
}

@media (max-width: 1400px) {
  .about .ab-b1 .ab1-b1 .txt p {
    font-size: 16px;
    line-height: 30px;
  }
}

@media (max-width: 767px) {
  .about .ab-b1 .ab1-b1 .txt p {
    font-size: 14px;
    line-height: 26px;
  }
}

.about .ab-b1 .ab1-b1 .right {
  width: 42%;
  position: relative;
}

@media (max-width: 991px) {
  .about .ab-b1 .ab1-b1 .right {
    width: 100%;
    margin-top: 20px;
  }
}

.about .ab-b1 .ab1-b1 .right img {
  width: 100%;
  height: auto;
  background: transparent;
  border-radius: 5px;
}

.about .ab-b1 .ab1-b1 .right .firm-video {
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 4;
}

.about .ab-b1 .ab1-b1 .right .firm-video .iconfont {
  color: #FFF;
  font-size: 44px;
  cursor: pointer;
}

.about .ab-b1 .ab1-b2 {
  padding: 100px 0 140px 0;
}

@media (max-width: 1560px) {
  .about .ab-b1 .ab1-b2 {
    padding: 80px 0 120px 0;
  }
}

@media (max-width: 1470px) {
  .about .ab-b1 .ab1-b2 {
    padding: 60px 0 80px 0;
  }
}

@media (max-width: 1199px) {
  .about .ab-b1 .ab1-b2 {
    padding: 40px 0 60px 0;
  }
}

@media (max-width: 991px) {
  .about .ab-b1 .ab1-b2 {
    padding: 20px 0 40px 0;
  }
}

.about .ab-b1 .ab1-b2 .row-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}

@media (max-width: 991px) {
  .about .ab-b1 .ab1-b2 .row-box {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px 10px;
  }
}

.about .ab-b1 .ab1-b2 .col-box {
  position: relative;
}

.about .ab-b1 .ab1-b2 .col-box:last-child::after {
  display: none;
}

.about .ab-b1 .ab1-b2 .col-box::after {
  content: '';
  position: absolute;
  right: 20%;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 200px;
  background: url(../img/ab1-2.png) no-repeat;
  background-size: cover;
}

@media (max-width: 1400px) {
  .about .ab-b1 .ab1-b2 .col-box::after {
    right: 4%;
  }
}

@media (max-width: 991px) {
  .about .ab-b1 .ab1-b2 .col-box::after {
    display: none;
  }
}

.about .ab-b1 .ab1-b2 .item .count {
  display: flex;
  align-items: flex-end;
  color: #1458E4;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 5px;
}

@media (max-width: 1400px) {
  .about .ab-b1 .ab1-b2 .item .count {
    font-size: 40px;
  }
}

@media (max-width: 1199px) {
  .about .ab-b1 .ab1-b2 .item .count {
    font-size: 35px;
  }
}

@media (max-width: 991px) {
  .about .ab-b1 .ab1-b2 .item .count {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .about .ab-b1 .ab1-b2 .item .count {
    font-size: 25px;
  }
}

.about .ab-b1 .ab1-b2 .item .count i {
  font-style: normal;
  margin-left: 5px;
  margin-bottom: 10px;
  font-size: 24px;
}

@media (max-width: 1199px) {
  .about .ab-b1 .ab1-b2 .item .count i {
    margin-bottom: 5px;
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .about .ab-b1 .ab1-b2 .item .count i {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .about .ab-b1 .ab1-b2 .item .count i {
    font-size: 16px;
    margin-bottom: 3px;
  }
}

.about .ab-b1 .ab1-b2 .item p {
  color: #000;
  font-size: 16px;
  line-height: 22px;
}

@media (max-width: 767px) {
  .about .ab-b1 .ab1-b2 .item p {
    font-size: 14px;
  }
}

.about .ab-b2 .img-box {
  padding-bottom: calc(780 / 1920 * 100%);
}

.about .ab-b3 {
  padding: 90px 0;
}

@media (max-width: 1470px) {
  .about .ab-b3 {
    padding: 70px 0;
  }
}

@media (max-width: 1400px) {
  .about .ab-b3 {
    padding: 50px 0;
  }
}

@media (max-width: 1199px) {
  .about .ab-b3 {
    padding: 40px 0;
  }
}

.about .ab-b3 .index-title {
  width: 45%;
}

@media (max-width: 1400px) {
  .about .ab-b3 .index-title {
    width: 55%;
  }
}

@media (max-width: 1199px) {
  .about .ab-b3 .index-title {
    width: 65%;
  }
}

@media (max-width: 991px) {
  .about .ab-b3 .index-title {
    width: 75%;
  }
}

@media (max-width: 767px) {
  .about .ab-b3 .index-title {
    width: 100%;
  }
}

.about .ab-b3 .content {
  margin-top: 40px;
}

@media (max-width: 1400px) {
  .about .ab-b3 .content {
    margin-top: 25px;
  }
}

.about .ab-b3 .content .row-box {
  margin: -15px;
}

@media (max-width: 1199px) {
  .about .ab-b3 .content .row-box {
    margin: -10px;
  }
}

.about .ab-b3 .content .row-box .col-box {
  padding: 15px;
}

@media (max-width: 1199px) {
  .about .ab-b3 .content .row-box .col-box {
    padding: 10px;
  }
}

.about .ab-b3 .content .row-box .col-box .item {
  border-radius: 10px;
  background: #EAEDF4;
  overflow: hidden;
  padding: 75px 40px;
  height: 100%;
  transition: all 0.5s;
  display: flex;
  align-items: flex-start;
  position: relative;
}

@media (max-width: 1400px) {
  .about .ab-b3 .content .row-box .col-box .item {
    padding: 50px 30px;
  }
}

@media (max-width: 1199px) {
  .about .ab-b3 .content .row-box .col-box .item {
    padding: 40px 30px;
  }
}

.about .ab-b3 .content .row-box .col-box .item:hover::after {
  opacity: 1;
}

.about .ab-b3 .content .row-box .col-box .item:hover .icon .iconfont {
  color: #FFF;
  animation: swing 1s 0s ease both;
}

.about .ab-b3 .content .row-box .col-box .item:hover .ix .tit {
  color: #FFF;
}

.about .ab-b3 .content .row-box .col-box .item:hover .ix .txt p {
  color: #FFFFFF;
}

.about .ab-b3 .content .row-box .col-box .item::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(96deg, #00D7EE 0.88%, #00D7EE 19.17%, #1559E5 86.11%);
  opacity: 0;
  transition: all 0.5s;
}

.about .ab-b3 .content .row-box .col-box .item .icon {
  position: relative;
  z-index: 2;
}

.about .ab-b3 .content .row-box .col-box .item .icon .iconfont {
  display: inline-block;
  color: #1558E5;
  line-height: 1;
  font-size: 40px;
  transition: all 0.5s;
}

@media (max-width: 1400px) {
  .about .ab-b3 .content .row-box .col-box .item .icon .iconfont {
    font-size: 30px;
  }
}

.about .ab-b3 .content .row-box .col-box .item .ix {
  margin-left: 30px;
  padding-top: 13px;
  width: 84%;
  position: relative;
  z-index: 2;
}

@media (max-width: 1400px) {
  .about .ab-b3 .content .row-box .col-box .item .ix {
    margin-left: 10px;
    padding-top: 0px;
  }
}

.about .ab-b3 .content .row-box .col-box .item .ix .tit {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  transition: all 0.5s;
}

@media (max-width: 991px) {
  .about .ab-b3 .content .row-box .col-box .item .ix .tit {
    font-size: 18px;
  }
}

.about .ab-b3 .content .row-box .col-box .item .ix .txt {
  margin-top: 20px;
}

@media (max-width: 1400px) {
  .about .ab-b3 .content .row-box .col-box .item .ix .txt {
    margin-top: 10px;
  }
}

.about .ab-b3 .content .row-box .col-box .item .ix .txt p {
  color: #707070;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  transition: all 0.5s;
}

@media (max-width: 767px) {
  .about .ab-b3 .content .row-box .col-box .item .ix .txt p {
    font-size: 14px;
  }
}

.about .ab-b4 {
  padding-bottom: 81px;
  background: url(../img/ab4-bg1.jpg) no-repeat bottom center;
  background-size: 100% auto;
}

@media (max-width: 1470px) {
  .about .ab-b4 {
    padding-bottom: 60px;
  }
}

@media (max-width: 1400px) {
  .about .ab-b4 {
    padding-bottom: 40px;
  }
}

@media (max-width: 575px) {
  .about .ab-b4 {
    padding-bottom: 20px;
  }
}

.about .ab-b4 .index-title {
  width: 45%;
}

@media (max-width: 1400px) {
  .about .ab-b4 .index-title {
    width: 55%;
  }
}

@media (max-width: 1199px) {
  .about .ab-b4 .index-title {
    width: 65%;
  }
}

@media (max-width: 991px) {
  .about .ab-b4 .index-title {
    width: 75%;
  }
}

@media (max-width: 767px) {
  .about .ab-b4 .index-title {
    width: 100%;
  }
}

.about .ab-b4 .content {
  position: relative;
  margin-top: 40px;
}

@media (max-width: 1400px) {
  .about .ab-b4 .content {
    margin-top: 25px;
  }
}

.about .ab-b4 .content .prev-next {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.about .ab-b4 .content .ab4-slick {
  margin: 0 auto;
  width: calc(100% - 140px);
}

@media (max-width: 767px) {
  .about .ab-b4 .content .ab4-slick {
    width: 100%;
    margin: 0 -6px;
  }
}

.about .ab-b4 .content .ab4-slick .item {
  padding: 0 6px;
  cursor: pointer;
}

.about .ab-b4 .content .ab4-slick .item .img-box {
  border-radius: 20px;
  padding-bottom: calc(260 / 370 * 100%);
}

@media (max-width: 991px) {
  .about .ab-b4 .content .ab4-slick .item .img-box {
    border-radius: 10px;
  }
}

.about .ab-b5 {
  background: url(../img/inadvant-1.png) no-repeat bottom center;
  background-size: 100% auto;
  padding: 90px 0;
}

@media (max-width: 1470px) {
  .about .ab-b5 {
    padding: 70px 0;
  }
}

@media (max-width: 1400px) {
  .about .ab-b5 {
    padding: 50px 0;
  }
}

@media (max-width: 1199px) {
  .about .ab-b5 {
    padding: 45px 0;
  }
}

.about .ab-b5 .index-title {
  width: 45%;
}

@media (max-width: 1400px) {
  .about .ab-b5 .index-title {
    width: 55%;
  }
}

@media (max-width: 1199px) {
  .about .ab-b5 .index-title {
    width: 65%;
  }
}

@media (max-width: 991px) {
  .about .ab-b5 .index-title {
    width: 75%;
  }
}

@media (max-width: 767px) {
  .about .ab-b5 .index-title {
    width: 100%;
  }
}

.about .ab-b5 .content {
  position: relative;
  margin-top: 40px;
}

@media (max-width: 1400px) {
  .about .ab-b5 .content {
    margin-top: 25px;
  }
}

.about .ab-b5 .content .prev-next {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.about .ab-b5 .content .ab5-slick {
  margin: 0 auto;
  width: calc(100% - 140px);
}

@media (max-width: 767px) {
  .about .ab-b5 .content .ab5-slick {
    width: 100%;
    margin: 0 -10px;
  }
}

.about .ab-b5 .content .ab5-slick .item {
  padding: 0 10px;
  cursor: pointer;
}

.about .ab-b5 .content .ab5-slick .item .cont-img {
  padding: 22px;
  background: url(../img/ab5-bg1.png) no-repeat center;
  background-size: cover;
}

.about .ab-b5 .content .ab5-slick .item .img-box {
  padding-bottom: calc(305 / 235 * 100%);
}

.pro-nav .box {
  display: flex;
  align-items: center;
  padding: 17px 0;
  border-bottom: 1px solid #F3F3F3;
  color: #000;
  font-size: 16px;
  font-weight: 300;
}

.pro-nav .box .iconfont {
  margin-right: 16px;
  color: #000;
  font-size: 24px;
  line-height: 1;
  transition: all 0.5s;
  margin-top: -5px;
}

.pro-nav .box a {
  color: #9E9E9E;
  transition: all 0.5s;
}

.pro-nav .box a:hover {
  color: #000;
}

.pro-nav .box span {
  display: inline-block;
  margin: 0 10px;
}

.product {
  padding: 30px 0 90px 0;
}

@media (max-width: 1470px) {
  .product {
    padding: 30px 0 70px 0;
  }
}

@media (max-width: 1400px) {
  .product {
    padding: 30px 0 50px 0;
  }
}

@media (max-width: 1199px) {
  .product {
    overflow: hidden;
  }
}

.product .popular .top-nav {
  display: flex;
  display: none;
}

@media (max-width: 1199px) {
  .product .popular .top-nav {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .product .popular .top-nav {
    font-size: 14px;
  }
}

.product .popular .top-nav li {
  display: block;
  padding: 10px;
}

@media (max-width: 991px) {
  .product .popular .top-nav li {
    width: 50%;
    padding: 5px;
  }
}

@media (max-width: 767px) {
  .product .popular .top-nav li {
    display: inline-block;
    vertical-align: top;
    height: auto;
  }
}

.product .popular .top-nav .top-a {
  text-decoration: none;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  padding: 10px 6px;
  font-size: 16px;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  height: 100%;
}

@media (max-width: 991px) {
  .product .popular .top-nav .top-a {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .product .popular .top-nav .top-a {
    font-size: 14px;
  }
}

.product .popular .top-nav .top-a:hover {
  color: white;
  background-color: #1458E4;
}

.product .popular .popular-box {
  flex-wrap: wrap;
}

@media (max-width: 1199px) {
  .product .popular .popular-box .popular-left {
    display: none;
  }
}

.product .popular .popular-box .popular-left .left-ul {
  position: sticky;
  top: 90px;
  overflow: hidden;
  width: 420px;
}

@media (max-width: 1400px) {
  .product .popular .popular-box .popular-left .left-ul {
    width: 350px;
  }
}

.product .popular .popular-box .popular-left .ul-li {
  display: block;
  position: relative;
  margin-top: 15px;
}

.product .popular .popular-box .popular-left .ul-li:first-child {
  margin-top: 0;
  padding-top: 0;
}

.product .popular .popular-box .popular-left .ul-li p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  border-radius: 5px;
  background-color: #D3D8E4;
  padding: 10px 50px 10px 14px;
}

.product .popular .popular-box .popular-left .ul-li p::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 6px;
  background-color: #1458E4;
  font-family: 'iconfont' !important;
  content: '\e632';
  font-size: 22px;
  font-weight: 400;
  color: #FFFFFF;
}

.product .popular .popular-box .popular-left .ul-li p>a {
  color: #000;
  font-size: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  transition: all 0.5s ease;
  align-items: center;
  position: relative;
}

.product .popular .popular-box .popular-left .ul-li p>a span {
  position: relative;
  z-index: 6;
  display: inline-flex;
  align-items: center;
}

@media (max-width: 1400px) {
  .product .popular .popular-box .popular-left .ul-li p>a {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .product .popular .popular-box .popular-left .ul-li p>a {
    font-size: 16px;
  }
}

.product .popular .popular-box .popular-left .ul-li ul {
  list-style: none;
  display: none;
  background: #F4F6F9;
  border-radius: 0 0 5px 5px;
}

.product .popular .popular-box .popular-left .ul-li ul li {
  display: block;
  padding: 8px 22px;
  transition: all 0.4s;
}

.product .popular .popular-box .popular-left .ul-li ul li:hover {
  background-color: #1458E4;
}

.product .popular .popular-box .popular-left .ul-li ul li:hover a {
  color: #FFFFFF;
}

.product .popular .popular-box .popular-left .ul-li ul li:first-child {
  margin-top: 0;
}

.product .popular .popular-box .popular-left .ul-li ul li:last-child {
  margin-bottom: 0;
}

.product .popular .popular-box .popular-left .ul-li ul li a {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  /* 16px */
  display: block;
  position: relative;
  transition: all 0.4s;
  display: flex;
  align-items: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.product .popular .popular-box .popular-left .ul-li.active p {
  background-color: #1458E4;
}

.product .popular .popular-box .popular-left .ul-li.active p::after {
  content: '\e729';
  color: #1458E4;
  background-color: #FFFFFF;
}

.product .popular .popular-box .popular-left .ul-li.active p>a {
  color: #fff;
}

.product .popular .popular-box .popular-right {
  width: calc(100% - 420px - 30px);
  margin-left: auto;
}

@media (max-width: 1400px) {
  .product .popular .popular-box .popular-right {
    width: calc(100% - 350px - 30px);
  }
}

@media (max-width: 1199px) {
  .product .popular .popular-box .popular-right {
    width: 100%;
    margin-top: 20px;
  }
}

.product .popular .popular-box .popular-right.product-right {
  overflow: hidden;
}

.product .popular .popular-box .popular-right.product-right .top-title {
  width: 89%;
}

@media (max-width: 767px) {
  .product .popular .popular-box .popular-right.product-right .top-title {
    width: 100%;
  }
}

.product .popular .popular-box .popular-right.product-right .top-title h2 {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
}

.product .popular .popular-box .popular-right.product-right .top-title p {
  color: #000;
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 767px) {
  .product .popular .popular-box .popular-right.product-right .top-title p {
    font-size: 14px;
  }
}

.product .popular .popular-box .popular-right.product-right .content {
  padding-top: 30px;
}

@media (max-width: 1199px) {
  .product .popular .popular-box .popular-right.product-right .content {
    padding-top: 20px;
  }
}

.product .popular .popular-box .popular-right.product-right .content .row-box {
  margin: -10px;
}

.product .popular .popular-box .popular-right.product-right .content .row-box .col-box {
  padding: 10px;
}

.product .popular .popular-box .popular-right.product-right .content .row-box .col-box .item {
  border-radius: 10px;
  background-color: #EAEDF4;
  padding: 10px;
}

.product .popular .popular-box .popular-right.product-right .content .row-box .col-box .item .cont-img .img-box {
  border-radius: 5px;
}

.product .popular .popular-box .popular-right.product-right .content .row-box .col-box .item .cont .tit {
  margin: 25px 0;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

@media (max-width: 1400px) {
  .product .popular .popular-box .popular-right.product-right .content .row-box .col-box .item .cont .tit {
    margin: 20px 0;
  }
}

.product .popular .popular-box .popular-right.product-right .content .row-box .col-box .item .cont .tit a {
  color: #000;
  transition: all 0.5s;
}

.product .popular .popular-box .popular-right.product-right .content .row-box .col-box .item .cont .more {
  display: flex;
  justify-content: space-between;
}

.product .popular .popular-box .popular-right.product-right .content .row-box .col-box .item .cont .more a {
  width: 49%;
  display: inline-flex;
  padding: 8px 0;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease-in-out;
  border-radius: 5px;
  background-color: #D4D8E4;
}

.product .popular .popular-box .popular-right.product-right .content .row-box .col-box .item .cont .more a:hover {
  background-color: #1458E4;
}

.product .popular .popular-box .popular-right.product-right .content .row-box .col-box .item .cont .more a:hover span {
  color: #FFF;
}

.product .popular .popular-box .popular-right.product-right .content .row-box .col-box .item .cont .more a:hover .iconfont {
  color: #FFF;
}

.product .popular .popular-box .popular-right.product-right .content .row-box .col-box .item .cont .more a span {
  color: #6C6C6C;
  text-align: center;
  font-size: 16px;
  transition: all 0.5s ease-in-out;
  display: inline-block;
  align-items: center;
}

@media (max-width: 768px) {
  .product .popular .popular-box .popular-right.product-right .content .row-box .col-box .item .cont .more a span {
    font-size: 14px;
  }
}

.product .popular .popular-box .popular-right.product-right .content .row-box .col-box .item .cont .more a .iconfont {
  color: #6C6C6C;
  font-size: 20px;
  transition: all 0.5s ease-in-out;
}

.deta-pading {
  margin: 85px 0;
}

@media (max-width: 1560px) {
  .deta-pading {
    margin: 60px 0;
  }
}

@media (max-width: 1400px) {
  .deta-pading {
    margin-right: 40px 0;
  }
}

@media (max-width: 1199px) {
  .prodetails {
    overflow: hidden;
  }
}

.prodetails .productdatails-top {
  position: relative;
  overflow: hidden;
  padding-top: 30px;
}

.prodetails .productdatails-top .pouch-cont {
  justify-content: space-between;
}

@media (max-width: 1199px) {
  .prodetails .productdatails-top .pouch-cont {
    flex-wrap: wrap;
  }
}

.prodetails .productdatails-top .pouch-cont .pouch-cont-left {
  width: 50%;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

@media (max-width: 1199px) {
  .prodetails .productdatails-top .pouch-cont .pouch-cont-left {
    padding: 0;
    width: 100%;
  }
}

@media (max-width: 991px) {
  .prodetails .productdatails-top .pouch-cont .pouch-cont-left {
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .prodetails .productdatails-top .pouch-cont .pouch-cont-left {
    padding: 00px;
  }
}

.prodetails .productdatails-top .pouch-cont .pouch-cont-left .left-vertical {
  width: 18%;
  margin: -8px 0;
}

@media (max-width: 991px) {
  .prodetails .productdatails-top .pouch-cont .pouch-cont-left .left-vertical {
    margin: 0 -8px;
  }
}

@media (max-width: 767px) {
  .prodetails .productdatails-top .pouch-cont .pouch-cont-left .left-vertical {
    width: 100%;
  }
}

.prodetails .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .item {
  overflow: hidden;
  cursor: pointer;
}

.prodetails .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .slick-slide {
  padding: 8px 0;
  overflow: hidden;
  position: relative;
}

@media (max-width: 991px) {
  .prodetails .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .slick-slide {
    padding: 0 8px;
  }
}

.prodetails .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .slick-slide.slick-current .item {
  overflow: hidden;
}

.prodetails .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .slick-slide.slick-current .item::before {
  position: absolute;
  border-radius: 10px;
  left: 0;
  content: '';
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.3);
  width: calc(100%);
  height: calc(100% - 16px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@keyframes videoan {
  0% {
    background-position: 50% 50%;
    transform: scale(1);
  }

  50% {
    background-position: 0% 0%;
    transform: scale(1.2);
  }

  100% {
    background-position: 50% 50%;
    transform: scale(1);
  }
}

.prodetails .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .slick-slide .item-video::after {
  z-index: 9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'iconfont' !important;
  content: '\e61c';
  font-size: 28px;
  color: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  cursor: pointer;
  transition: all 0.5s;
}

@media (max-width: 1400px) {
  .prodetails .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .slick-slide .item-video::after {
    font-size: 35px;
  }
}

.prodetails .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .img-box {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #EAEDF4;
}

@media (max-width: 1199px) {
  .prodetails .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .img-box {
    border-radius: 10px;
  }
}

.prodetails .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .img-box img {
  width: 100%;
}

.prodetails .productdatails-top .pouch-cont .pouch-cont-left .left-horizontal {
  overflow: hidden;
  width: 78%;
}

.prodetails .productdatails-top .pouch-cont .pouch-cont-left .left-horizontal .item {
  overflow: hidden;
}

.prodetails .productdatails-top .pouch-cont .pouch-cont-left .left-horizontal .img-box {
  overflow: hidden;
  border: 1px solid #EAEDF4;
  border-radius: 10px;
}

@media (max-width: 1199px) {
  .prodetails .productdatails-top .pouch-cont .pouch-cont-left .left-horizontal .img-box {
    border-radius: 10px;
  }
}

.prodetails .productdatails-top .pouch-cont .pouch-cont-left .left-horizontal .img-box img {
  width: 100%;
}

.prodetails .productdatails-top .pouch-cont .pouch-cont-right {
  width: 50%;
  position: relative;
  z-index: 12;
  padding: 30px 0 0 46px;
}

@media (max-width: 1400px) {
  .prodetails .productdatails-top .pouch-cont .pouch-cont-right {
    padding: 20px 0 0 30px;
  }
}

@media (max-width: 1199px) {
  .prodetails .productdatails-top .pouch-cont .pouch-cont-right {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
}

.prodetails .productdatails-top .pouch-cont .pouch-cont-right .title {
  padding-bottom: 10px;
  border-bottom: 1px solid #F3F3F3;
  position: relative;
  z-index: 12;
}

.prodetails .productdatails-top .pouch-cont .pouch-cont-right .title h2 {
  margin: 0;
  color: #000;
  font-size: 40px;
  font-weight: 600;
}

@media (max-width: 1400px) {
  .prodetails .productdatails-top .pouch-cont .pouch-cont-right .title h2 {
    font-size: 35px;
  }
}

@media (max-width: 767px) {
  .prodetails .productdatails-top .pouch-cont .pouch-cont-right .title h2 {
    font-size: 30px;
  }
}

.prodetails .productdatails-top .pouch-cont .pouch-cont-right .cont1 {
  margin-top: 20px;
}

.prodetails .productdatails-top .pouch-cont .pouch-cont-right .cont1 .c1-tit {
  color: #1458E4;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

@media (max-width: 1400px) {
  .prodetails .productdatails-top .pouch-cont .pouch-cont-right .cont1 .c1-tit {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .prodetails .productdatails-top .pouch-cont .pouch-cont-right .cont1 .c1-tit {
    font-size: 16px;
  }
}

.prodetails .productdatails-top .pouch-cont .pouch-cont-right .cont1 .c1-txt {
  width: 95%;
  margin-top: 20px;
}

@media (max-width: 1400px) {
  .prodetails .productdatails-top .pouch-cont .pouch-cont-right .cont1 .c1-txt {
    margin-top: 10px;
  }
}

.prodetails .productdatails-top .pouch-cont .pouch-cont-right .cont1 .c1-txt p {
  color: #000;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

@media (max-width: 767px) {
  .prodetails .productdatails-top .pouch-cont .pouch-cont-right .cont1 .c1-txt p {
    font-size: 14px;
  }
}

.prodetails .productdatails-top .pouch-cont .pouch-cont-right .cont3 {
  margin-top: 40px;
}

@media (max-width: 1400px) {
  .prodetails .productdatails-top .pouch-cont .pouch-cont-right .cont3 {
    margin-top: 20px;
  }
}

.prodetails .productdatails-top .pouch-cont .pouch-cont-right .cont3 .share p {
  color: #000;
  text-align: center;
  font-size: 16px;
  line-height: 11.508px;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .prodetails .productdatails-top .pouch-cont .pouch-cont-right .cont3 .share p {
    font-size: 14px;
  }
}

.prodetails .productdatails-top .pouch-cont .pouch-cont-right .cont4 {
  display: flex;
  margin-top: 60px;
}

@media (max-width: 1470px) {
  .prodetails .productdatails-top .pouch-cont .pouch-cont-right .cont4 {
    margin-top: 40px;
  }
}

@media (max-width: 1199px) {
  .prodetails .productdatails-top .pouch-cont .pouch-cont-right .cont4 {
    margin-top: 30px;
  }
}

@media (max-width: 575px) {
  .prodetails .productdatails-top .pouch-cont .pouch-cont-right .cont4 {
    display: grid;
    gap: 15px 17px;
    grid-template-columns: repeat(1, 1fr);
  }
}

.prodetails .productdatails-top .pouch-cont .pouch-cont-right .cont4 a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px 46px;
  min-height: 50px;
  border-radius: 6px;
  background-color: #EBEEF5;
  transition: all 0.5s;
  margin-right: 17px;
}

@media (max-width: 575px) {
  .prodetails .productdatails-top .pouch-cont .pouch-cont-right .cont4 a {
    margin-right: 0;
    width: 100%;
  }
}

.prodetails .productdatails-top .pouch-cont .pouch-cont-right .cont4 a:last-child {
  margin-right: 0;
}

.prodetails .productdatails-top .pouch-cont .pouch-cont-right .cont4 a:hover {
  background-color: #1458E4;
}

.prodetails .productdatails-top .pouch-cont .pouch-cont-right .cont4 a:hover span {
  color: #FFF;
}

.prodetails .productdatails-top .pouch-cont .pouch-cont-right .cont4 a span {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 11.508px;
  transition: all 0.5s;
}

@media (max-width: 767px) {
  .prodetails .productdatails-top .pouch-cont .pouch-cont-right .cont4 a span {
    font-size: 14px;
  }
}

.prodetails .productdetails-nav {
  position: sticky;
  top: 90px;
  z-index: 99;
  background: #FFF;
  margin-top: 80px;
}

@media (max-width: 1560px) {
  .prodetails .productdetails-nav {
    margin-top: 60px;
  }
}

@media (max-width: 1400px) {
  .prodetails .productdetails-nav {
    top: 88px;
    margin-top: 40px;
  }
}

@media (max-width: 1199px) {
  .prodetails .productdetails-nav {
    top: 62px;
  }
}

@media (max-width: 991px) {
  .prodetails .productdetails-nav {
    position: static;
  }
}

.prodetails .productdetails-nav .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #F3F3F3;
}

@media (max-width: 1199px) {
  .prodetails .productdetails-nav .box {
    flex-wrap: wrap;
  }
}

.prodetails .productdetails-nav ul {
  list-style: none;
  background: #FFF;
  display: flex;
}

@media (max-width: 991px) {
  .prodetails .productdetails-nav ul {
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .prodetails .productdetails-nav ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    width: 100%;
  }
}

.prodetails .productdetails-nav ul li {
  text-align: center;
  margin-right: 10px;
}

.prodetails .productdetails-nav ul li:last-child {
  margin-right: 0;
}

@media (max-width: 767px) {
  .prodetails .productdetails-nav ul li {
    margin-right: 0;
    width: 100%;
  }
}

.prodetails .productdetails-nav ul li a {
  display: block;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 11.508px;
  /* 18px */
  text-align: center;
  border-radius: 6px 6px 0 0;
  background-color: #F1F1F1;
  padding: 20px 48px;
  transition: all 0.5s;
  position: relative;
}

@media (max-width: 1440px) {
  .prodetails .productdetails-nav ul li a {
    font-size: 16px;
  }
}

.prodetails .productdetails-nav ul li a:hover {
  background-color: #1458E4;
  color: #FFF;
}

.prodetails .productdetails-nav ul li a.active {
  background-color: #1458E4;
  color: #FFF;
}

@media (max-width: 767px) {
  .prodetails .productdetails-nav ul li a {
    font-size: 16px;
  }
}

.prodetails .detailscontent {
  margin-top: 40px;
}

.prodetails .detailscontent .index-title h2 {
  line-height: 58px;
}

.prodetails .detailscontent table {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.prodetails .detailscontent table tr:nth-child(odd) {
  background: #F1F1F1;
}

.prodetails .detailscontent table tr td {
  color: #000;
  border: 1px solid #E5E5E5;
  font-size: 16px;
  padding: 8px 20px;
}

@media (max-width: 767px) {
  .prodetails .detailscontent table tr td {
    font-size: 14px;
  }
}

.prodetails .detailscontent .desc .content {
  margin-top: 40px;
}

@media (max-width: 1400px) {
  .prodetails .detailscontent .desc .content {
    margin-top: 20px;
  }
}

.prodetails .detailscontent .desc .content p {
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

.prodetails .detailscontent .desc .content p span {
  font-weight: 600;
}

.prodetails .detailscontent .inquiry .cont {
  margin-top: 40px;
}

@media (max-width: 1400px) {
  .prodetails .detailscontent .inquiry .cont {
    margin-top: 20px;
  }
}

.prodetails .detailscontent .inquiry .cont .message {
  width: 100%;
}

.prodetails .detailscontent .inquiry .cont .message .formbox .now-title input {
  width: 100%;
  border-radius: 5px;
  background: #1458E4;
  border: none;
  padding: 18px 24px;
  color: #FFF;
  font-size: 24px;
  font-weight: 600;
  line-height: 25px;
  /* 16px */
}

@media (max-width: 1400px) {
  .prodetails .detailscontent .inquiry .cont .message .formbox .now-title input {
    padding: 12px 20px;
  }
}

@media (max-width: 991px) {
  .prodetails .detailscontent .inquiry .cont .message .formbox .now-title input {
    padding: 8px 20px;
  }
}

@media (max-width: 767px) {
  .prodetails .detailscontent .inquiry .cont .message .formbox .now-title input {
    font-size: 16px;
  }
}

.prodetails .detailscontent .inquiry .cont .message .formbox .row {
  list-style: none;
  margin: 0 -17px;
}

.prodetails .detailscontent .inquiry .cont .message .formbox li {
  padding: 0 17px;
  margin-top: 23px;
}

.prodetails .detailscontent .inquiry .cont .message .formbox .group {
  position: relative;
}

.prodetails .detailscontent .inquiry .cont .message .formbox .group label {
  display: block;
  color: #616161;
  font-size: 14px;
  font-weight: 500;
  line-height: 155%;
  margin-bottom: 9px;
}

.prodetails .detailscontent .inquiry .cont .message .formbox .group label span {
  color: red;
}

.prodetails .detailscontent .inquiry .cont .message .formbox .group input {
  border: none;
  width: 100%;
  border-radius: 5px;
  background: #EBEEF5;
  overflow: hidden;
  color: #C4C4C4;
  font-size: 16px;
  line-height: 160%;
  padding: 14px 24px 20px 24px;
  outline: none;
  transition: border-color 0.3s ease;
}

@media (max-width: 1199px) {
  .prodetails .detailscontent .inquiry .cont .message .formbox .group input {
    padding: 12px 20px;
  }
}

@media (max-width: 991px) {
  .prodetails .detailscontent .inquiry .cont .message .formbox .group input {
    font-size: 14px;
  }
}

.prodetails .detailscontent .inquiry .cont .message .formbox .group input::placeholder {
  color: #C4C4C4;
  font-size: 16px;
}

@media (max-width: 991px) {
  .prodetails .detailscontent .inquiry .cont .message .formbox .group input::placeholder {
    font-size: 14px;
  }
}

.prodetails .detailscontent .inquiry .cont .message .formbox .group input:focus label {
  display: none;
}

.prodetails .detailscontent .inquiry .cont .message .formbox .group input:focus::placeholder {
  color: #ccc;
}

.prodetails .detailscontent .inquiry .cont .message .formbox .group textarea {
  border: none;
  width: 100%;
  border-radius: 5px;
  background: #EBEEF5;
  overflow: hidden;
  color: #444;
  font-size: 16px;
  line-height: 100%;
  padding: 14px 24px;
  outline: none;
  transition: border-color 0.3s ease;
  height: 160px;
}

@media (max-width: 1199px) {
  .prodetails .detailscontent .inquiry .cont .message .formbox .group textarea {
    padding: 20px;
  }
}

@media (max-width: 991px) {
  .prodetails .detailscontent .inquiry .cont .message .formbox .group textarea {
    font-size: 14px;
    height: 150px;
  }
}

.prodetails .detailscontent .inquiry .cont .message .formbox .group textarea::placeholder {
  color: #C4C4C4;
  font-size: 16px;
}

@media (max-width: 991px) {
  .prodetails .detailscontent .inquiry .cont .message .formbox .group textarea::placeholder {
    font-size: 14px;
  }
}

.prodetails .detailscontent .inquiry .cont .message .formbox .group textarea:focus label {
  display: none;
}

.prodetails .detailscontent .inquiry .cont .message .formbox .group textarea:focus::placeholder {
  color: #ccc;
}

.prodetails .detailscontent .inquiry .cont .message .func {
  margin-top: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1560px) {
  .prodetails .detailscontent .inquiry .cont .message .func {
    margin-top: 50px;
  }
}

@media (max-width: 1400px) {
  .prodetails .detailscontent .inquiry .cont .message .func {
    margin-top: 30px;
  }
}

@media (max-width: 1199px) {
  .prodetails .detailscontent .inquiry .cont .message .func {
    margin-top: 20px;
  }
}

.prodetails .detailscontent .inquiry .cont .message .func button {
  border: none;
  transition: all 0.5s;
  padding: 20px 70px;
  border-radius: 6px;
  background-color: #1458E4;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 11.508px;
}

.prodetails .detailscontent .rela .content {
  margin-top: 40px;
}

@media (max-width: 1400px) {
  .prodetails .detailscontent .rela .content {
    margin-top: 20px;
  }
}

.prodetails .detailscontent .rela .content .rela-slick {
  margin: -8px;
}

.prodetails .detailscontent .rela .content .rela-slick .col-box {
  padding: 8px;
}

.prodetails .detailscontent .rela .content .rela-slick .col-box .item {
  border-radius: 10px;
  background-color: #EAEDF4;
  padding: 10px;
}

.prodetails .detailscontent .rela .content .rela-slick .col-box .item .cont-img .img-box {
  border-radius: 5px;
}

.prodetails .detailscontent .rela .content .rela-slick .col-box .item .cont .tit {
  margin: 25px 0;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

.prodetails .detailscontent .rela .content .rela-slick .col-box .item .cont .tit a {
  color: #000;
  transition: all 0.5s;
}

.prodetails .detailscontent .rela .content .rela-slick .col-box .item .cont .more {
  display: flex;
  justify-content: space-between;
}

.prodetails .detailscontent .rela .content .rela-slick .col-box .item .cont .more a {
  width: 49%;
  display: inline-flex;
  padding: 8px 0;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease-in-out;
  border-radius: 5px;
  background-color: #D4D8E4;
}

.prodetails .detailscontent .rela .content .rela-slick .col-box .item .cont .more a:hover {
  background-color: #1458E4;
}

.prodetails .detailscontent .rela .content .rela-slick .col-box .item .cont .more a:hover span {
  color: #FFF;
}

.prodetails .detailscontent .rela .content .rela-slick .col-box .item .cont .more a:hover .iconfont {
  color: #FFF;
}

.prodetails .detailscontent .rela .content .rela-slick .col-box .item .cont .more a span {
  color: #6C6C6C;
  text-align: center;
  font-size: 16px;
  transition: all 0.5s ease-in-out;
  display: inline-block;
  align-items: center;
}

@media (max-width: 768px) {
  .prodetails .detailscontent .rela .content .rela-slick .col-box .item .cont .more a span {
    font-size: 14px;
  }
}

.prodetails .detailscontent .rela .content .rela-slick .col-box .item .cont .more a .iconfont {
  color: #6C6C6C;
  font-size: 20px;
  transition: all 0.5s ease-in-out;
}

.project .index-title h2 {
  text-align: center;
  line-height: normal;
}

.project .content .list {
  padding: 40px 0;
  border-bottom: 1px solid #EAEDF4;
  display: flex;
}

.project .content .list:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}

@media (max-width: 1199px) {
  .project .content .list {
    padding: 30px 0;
  }
}

@media (max-width: 991px) {
  .project .content .list {
    flex-wrap: wrap;
  }
}

.project .content .list .cont-img {
  width: 43.5%;
}

@media (max-width: 991px) {
  .project .content .list .cont-img {
    width: 100%;
  }
}

.project .content .list .cont-img .img-box {
  padding-bottom: calc(400 / 710 * 100%);
  border-radius: 5px;
}

.project .content .list .right {
  width: 50%;
  margin-left: 50px;
}

@media (max-width: 991px) {
  .project .content .list .right {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
}

.project .content .list .right .tit {
  color: #000;
  font-size: 26px;
  font-weight: 700;
}

@media (max-width: 1400px) {
  .project .content .list .right .tit {
    font-size: 22px;
  }
}

@media (max-width: 1199px) {
  .project .content .list .right .tit {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .project .content .list .right .tit {
    font-size: 18px;
  }
}

.project .content .list .right .tit a {
  color: #000;
  transition: all 0.5s;
}

.project .content .list .right .txt {
  margin-top: 20px;
}

.project .content .list .right .txt p {
  color: #000;
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 767px) {
  .project .content .list .right .txt p {
    font-size: 14px;
  }
}

.project .content .list .right .txt2 {
  display: flex;
  margin-top: 35px;
}

@media (max-width: 1400px) {
  .project .content .list .right .txt2 {
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  .project .content .list .right .txt2 {
    flex-wrap: wrap;
  }
}

.project .content .list .right .txt2 .itm {
  margin-right: 40px;
  margin-top: 15px;
}

.project .content .list .right .txt2 .itm:last-child {
  margin-right: 0;
}

@media (max-width: 1199px) {
  .project .content .list .right .txt2 .itm {
    margin-right: 20px;
  }
}

.project .content .list .right .txt2 .itm span {
  display: block;
  color: #6C6C6C;
  font-size: 20px;
}

@media (max-width: 1400px) {
  .project .content .list .right .txt2 .itm span {
    font-size: 18px;
  }
}

@media (max-width: 1199px) {
  .project .content .list .right .txt2 .itm span {
    font-size: 16px;
  }
}

.project .content .list .right .txt2 .itm p {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

@media (max-width: 1199px) {
  .project .content .list .right .txt2 .itm p {
    font-size: 14px;
  }
}

.project .content .list .right .more {
  margin-top: 40px;
}

@media (max-width: 1400px) {
  .project .content .list .right .more {
    margin-top: 20px;
  }
}

.project .content .list .right .more a {
  display: inline-flex;
  padding: 11px 19px;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: linear-gradient(90deg, #00D7EE 0%, #1559E5 100%);
}

.project .content .list .right .more a::after {
  font-family: 'iconfont' !important;
  content: '\e76e';
  font-size: 14px;
  line-height: 1;
  color: #FFF;
}

.project .content .list .right .more a span {
  color: #FFF;
  font-size: 12px;
  font-weight: 500;
  margin-right: 9px;
}

.service .index-title h2 {
  line-height: normal;
}

.service .service1 .content {
  margin-top: 40px;
}

@media (max-width: 1400px) {
  .service .service1 .content {
    margin-top: 25px;
  }
}

.service .service1 .content .row-box {
  margin: -8px -10px;
}

.service .service1 .content .row-box .col-box {
  padding: 8px 10px;
}

.service .service1 .content .row-box .col-box .item {
  position: relative;
  border-radius: 5px;
  background: #EAEDF4;
  overflow: hidden;
  padding: 68px 42px 80px 35px;
  height: 100%;
}

@media (max-width: 1400px) {
  .service .service1 .content .row-box .col-box .item {
    padding: 50px 30px 60px 30px;
  }
}

@media (max-width: 1199px) {
  .service .service1 .content .row-box .col-box .item {
    padding: 40px 30px 50px 30px;
  }
}

.service .service1 .content .row-box .col-box .item:hover::after {
  opacity: 1;
}

.service .service1 .content .row-box .col-box .item:hover .tit span {
  color: #FFF;
}

.service .service1 .content .row-box .col-box .item:hover .tit .iconfont {
  color: #FFF;
}

.service .service1 .content .row-box .col-box .item:hover .txt p {
  color: #FFF;
}

.service .service1 .content .row-box .col-box .item::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: '';
  border-radius: 10px;
  background: linear-gradient(96deg, #00D7EE 0.88%, #00D7EE 19.17%, #1559E5 86.11%);
  z-index: 0;
  opacity: 0;
  transition: all 0.5s;
}

.service .service1 .content .row-box .col-box .item .tit {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 4;
}

.service .service1 .content .row-box .col-box .item .tit span {
  display: inline-block;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 11.508px;
  transition: all 0.5s;
  margin-right: 40px;
}

@media (max-width: 1400px) {
  .service .service1 .content .row-box .col-box .item .tit span {
    line-height: 1;
    margin-right: 20px;
  }
}

@media (max-width: 1199px) {
  .service .service1 .content .row-box .col-box .item .tit span {
    font-size: 18px;
  }
}

.service .service1 .content .row-box .col-box .item .tit .iconfont {
  font-size: 38px;
  line-height: 1;
  color: #1458E4;
  transition: all 0.5s;
}

@media (max-width: 767px) {
  .service .service1 .content .row-box .col-box .item .tit .iconfont {
    font-size: 30px;
  }
}

.service .service1 .content .row-box .col-box .item .txt {
  margin-top: 12px;
  position: relative;
  z-index: 4;
}

@media (max-width: 1400px) {
  .service .service1 .content .row-box .col-box .item .txt {
    margin-top: 10px;
  }
}

.service .service1 .content .row-box .col-box .item .txt p {
  color: #707070;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  transition: all 0.5s;
}

@media (max-width: 767px) {
  .service .service1 .content .row-box .col-box .item .txt p {
    font-size: 14px;
    line-height: 20px;
  }
}

.service .service2 {
  background: #EAEDF4;
  padding: 80px 0 108px 0;
}

@media (max-width: 1560px) {
  .service .service2 {
    padding: 60px 0 80px 0;
  }
}

@media (max-width: 1400px) {
  .service .service2 {
    padding: 40px 0 60px 0;
  }
}

@media (max-width: 199px) {
  .service .service2 {
    padding: 40px 0 50px 0;
  }
}

.service .service2 .content {
  margin-top: 50px;
}

@media (max-width: 1470px) {
  .service .service2 .content {
    margin-top: 40px;
  }
}

@media (max-width: 1400px) {
  .service .service2 .content {
    margin-top: 30px;
  }
}

.service .service2 .content .row-box {
  margin: -15px;
}

@media (max-width: 1400px) {
  .service .service2 .content .row-box {
    margin: -10px;
  }
}

.service .service2 .content .row-box .col-box {
  padding: 15px;
}

@media (max-width: 1400px) {
  .service .service2 .content .row-box .col-box {
    padding: 10px;
  }
}

.service .service2 .content .row-box .col-box .item {
  position: relative;
  border-radius: 10px;
  border: 1px solid #707070;
  background: #FFF;
  padding: 25px 33px;
  padding-right: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 1400px) {
  .service .service2 .content .row-box .col-box .item {
    padding: 20px 30px;
    padding-right: 50px;
  }
}

@media (max-width: 1400px) {
  .service .service2 .content .row-box .col-box .item {
    padding: 15px 20px;
    padding-right: 30px;
  }
}

.service .service2 .content .row-box .col-box .item:hover::after {
  opacity: 1;
}

.service .service2 .content .row-box .col-box .item:hover .left p {
  color: #FFF;
}

.service .service2 .content .row-box .col-box .item:hover .left .iconfont {
  color: #FFF;
}

.service .service2 .content .row-box .col-box .item:hover .right .iconfont {
  color: #FFF;
  border-color: #FFF;
}

.service .service2 .content .row-box .col-box .item::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: '';
  opacity: 0;
  border-radius: 10px;
  background: linear-gradient(96deg, #00D7EE 0.88%, #00D7EE 19.17%, #1559E5 86.11%);
  transition: all 0.5s;
}

.service .service2 .content .row-box .col-box .item .left {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 4;
  width: 80%;
}

.service .service2 .content .row-box .col-box .item .left .iconfont {
  color: #707070;
  font-size: 50px;
  line-height: 1;
  margin-right: 30px;
  transition: all 0.5s;
}

@media (max-width: 1400px) {
  .service .service2 .content .row-box .col-box .item .left .iconfont {
    margin-right: 20px;
    font-size: 40px;
  }
}

.service .service2 .content .row-box .col-box .item .left p {
  color: #707070;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  transition: all 0.5s;
}

@media (max-width: 1199px) {
  .service .service2 .content .row-box .col-box .item .left p {
    font-size: 14px;
    line-height: 20px;
  }
}

.service .service2 .content .row-box .col-box .item .right {
  position: relative;
  z-index: 4;
}

.service .service2 .content .row-box .col-box .item .right .iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #707070;
  color: #707070;
  font-size: 24px;
  line-height: 1;
  transition: all 0.5s;
}

@media (max-width: 1400px) {
  .service .service2 .content .row-box .col-box .item .right .iconfont {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}

.service .service3 .index-title h2 {
  text-align: center;
}

.service .service3 .content {
  margin-top: 40px;
}

@media (max-width: 1400px) {
  .service .service3 .content {
    margin-top: 25px;
  }
}

.service .service3 .content .asked-ul {
  list-style: none;
  padding: 0;
}

.service .service3 .content .asked-ul .li {
  display: block;
  position: relative;
  cursor: pointer;
  padding: 30px 37px;
  border-radius: 5px;
  background: #EAEDF4;
  margin-top: 30px;
}

@media (max-width: 1400px) {
  .service .service3 .content .asked-ul .li {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .service .service3 .content .asked-ul .li {
    padding: 25px;
  }
}

.service .service3 .content .asked-ul .li:first-child {
  margin-top: 0px;
}

.service .service3 .content .asked-ul .li::after {
  font-family: 'iconfont' !important;
  content: '\e632';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: #1458E4;
  width: 45px;
  height: 45px;
  color: #FFF;
  font-size: 24px;
  position: absolute;
  right: 75px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 991px) {
  .service .service3 .content .asked-ul .li::after {
    right: 50px;
    font-size: 22px;
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 767px) {
  .service .service3 .content .asked-ul .li::after {
    right: 30px;
  }
}

.service .service3 .content .asked-ul .li .cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.service .service3 .content .asked-ul .li .cont p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease-in-out;
}

.service .service3 .content .asked-ul .li .cont p span {
  color: #000;
  font-size: 20px;
  line-height: 11.508px;
}

@media (max-width: 1199px) {
  .service .service3 .content .asked-ul .li .cont p span {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .service .service3 .content .asked-ul .li .cont p span {
    font-size: 18px;
    letter-spacing: 0;
  }
}

.service .service3 .content .asked-ul .li .text-box {
  display: none;
  padding-top: 14px;
  position: relative;
  width: 90%;
}

.service .service3 .content .asked-ul .li .text-box p {
  color: #707070;
  font-size: 16px;
  font-weight: 300;
}

@media (max-width: 1400px) {
  .service .service3 .content .asked-ul .li .text-box p {
    font-size: 16px;
  }
}

@media (max-width: 1199px) {
  .service .service3 .content .asked-ul .li .text-box p {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .service .service3 .content .asked-ul .li .text-box p {
    font-size: 14px;
    letter-spacing: 0;
  }
}

.service .service3 .content .asked-ul .li.current::after {
  content: '\e729';
}

.news .index-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.news .index-title h2 {
  line-height: normal;
}

.news .content {
  margin-top: -10px;
}

.news .content .row-box {
  margin: 0 -10px;
}

.news .content .row-box .col-box {
  margin-top: 70px;
  padding: 0 10px;
}

@media (max-width: 1470px) {
  .news .content .row-box .col-box {
    margin-top: 50px;
  }
}

@media (max-width: 1400px) {
  .news .content .row-box .col-box {
    margin-top: 40px;
  }
}

@media (max-width: 1199px) {
  .news .content .row-box .col-box {
    margin-top: 30px;
  }
}

.news .content .row-box .col-box .item:hover .date {
  background-color: #1458E4;
  color: #F0F0F0;
}

.news .content .row-box .col-box .item:hover .cont-img .img-box img {
  transform: calc(1.06);
}

.news .content .row-box .col-box .item .date {
  border-radius: 5px 5px 0 0;
  background-color: #EAEDF4;
  padding: 5px 40px;
  color: #707070;
  font-size: 16px;
  font-weight: 300;
  transition: all 0.5s;
}

@media (max-width: 767px) {
  .news .content .row-box .col-box .item .date {
    font-size: 14px;
  }
}

.news .content .row-box .col-box .item .cont-img .img-box {
  padding-bottom: calc(260 / 540 * 100%);
}

.news .content .row-box .col-box .item .cont {
  padding: 0 20px;
  padding-top: 13px;
}

.news .content .row-box .col-box .item .tit {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

@media (max-width: 1400px) {
  .news .content .row-box .col-box .item .tit {
    font-size: 20px;
  }
}

@media (max-width: 1199px) {
  .news .content .row-box .col-box .item .tit {
    font-size: 18px;
  }
}

.news .content .row-box .col-box .item .tit a {
  color: #000;
  transition: all 0.5s;
}

.news .content .row-box .col-box .item .txt {
  margin-top: 16px;
}

@media (max-width: 1400px) {
  .news .content .row-box .col-box .item .txt {
    margin-top: 10px;
  }
}

.news .content .row-box .col-box .item .txt p {
  color: #707070;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

@media (max-width: 767px) {
  .news .content .row-box .col-box .item .txt p {
    font-size: 14px;
  }
}

.contact .cob1 {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .contact .cob1 {
    flex-wrap: wrap;
  }
}

.contact .cob1 .left {
  width: 40%;
}

@media (max-width: 991px) {
  .contact .cob1 .left {
    width: 100%;
  }
}

.contact .cob1 .left img {
  width: 100%;
  height: auto;
  background: transparent;
  border-radius: 5px;
}

.contact .cob1 .right {
  width: 55%;
}

@media (max-width: 991px) {
  .contact .cob1 .right {
    width: 100%;
    margin-top: 30px;
  }
}

.contact .cob1 .right .index-title b,
.contact .cob1 .right .index-title strong {
  display: block;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
}

@media (max-width: 767px) {

  .contact .cob1 .right .index-title b,
  .contact .cob1 .right .index-title strong {
    font-size: 14px;
  }
}

.contact .cob1 .right .index-title h2 {
  line-height: normal;
}

.contact .cob1 .right .message {
  width: 100%;
  margin-top: 10px;
}

.contact .cob1 .right .message .formbox .now-title input {
  width: 100%;
  border-radius: 5px;
  background: #1458E4;
  border: none;
  padding: 18px 24px;
  color: #FFF;
  font-size: 24px;
  font-weight: 600;
  line-height: 25px;
  /* 16px */
}

@media (max-width: 1400px) {
  .contact .cob1 .right .message .formbox .now-title input {
    padding: 12px 20px;
  }
}

@media (max-width: 991px) {
  .contact .cob1 .right .message .formbox .now-title input {
    padding: 8px 20px;
  }
}

@media (max-width: 767px) {
  .contact .cob1 .right .message .formbox .now-title input {
    font-size: 16px;
  }
}

.contact .cob1 .right .message .formbox .row {
  list-style: none;
  margin: 0 -15px;
}

.contact .cob1 .right .message .formbox li {
  padding: 0 15px;
  margin-top: 20px;
}

.contact .cob1 .right .message .formbox .group {
  position: relative;
}

.contact .cob1 .right .message .formbox .group label {
  display: block;
  color: #000;
  font-size: 16px;
  margin-bottom: 9px;
  padding-left: 11px;
}

.contact .cob1 .right .message .formbox .group label span {
  color: red;
}

.contact .cob1 .right .message .formbox .group input {
  border: none;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #EAEDF4;
  background-color: transparent;
  overflow: hidden;
  color: #707070;
  font-size: 16px;
  font-weight: 300;
  padding: 13px 10px;
  outline: none;
  transition: border-color 0.3s ease;
}

@media (max-width: 991px) {
  .contact .cob1 .right .message .formbox .group input {
    font-size: 14px;
  }
}

.contact .cob1 .right .message .formbox .group input::placeholder {
  color: #707070;
  font-size: 16px;
  font-weight: 300;
}

@media (max-width: 991px) {
  .contact .cob1 .right .message .formbox .group input::placeholder {
    font-size: 14px;
  }
}

.contact .cob1 .right .message .formbox .group input:focus label {
  display: none;
}

.contact .cob1 .right .message .formbox .group input:focus::placeholder {
  color: #ccc;
}

.contact .cob1 .right .message .formbox .group textarea {
  border: none;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #EAEDF4;
  background-color: transparent;
  overflow: hidden;
  color: #707070;
  font-size: 16px;
  font-weight: 300;
  padding: 13px 10px;
  outline: none;
  transition: border-color 0.3s ease;
  height: 130px;
}

@media (max-width: 991px) {
  .contact .cob1 .right .message .formbox .group textarea {
    height: 150px;
  }
}

.contact .cob1 .right .message .formbox .group textarea::placeholder {
  color: #707070;
  font-size: 16px;
  font-weight: 300;
}

@media (max-width: 991px) {
  .contact .cob1 .right .message .formbox .group textarea::placeholder {
    font-size: 14px;
  }
}

.contact .cob1 .right .message .formbox .group textarea:focus label {
  display: none;
}

.contact .cob1 .right .message .formbox .group textarea:focus::placeholder {
  color: #ccc;
}

.contact .cob1 .right .message .func {
  margin-top: 60px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1560px) {
  .contact .cob1 .right .message .func {
    margin-top: 50px;
  }
}

@media (max-width: 1400px) {
  .contact .cob1 .right .message .func {
    margin-top: 30px;
  }
}

@media (max-width: 1199px) {
  .contact .cob1 .right .message .func {
    margin-top: 20px;
  }
}

.contact .cob1 .right .message .func .submit-group {
  width: 100%;
}

.contact .cob1 .right .message .func button {
  border: none;
  transition: all 0.5s;
  padding: 20px 70px;
  width: 100%;
  border-radius: 6px;
  background-color: #1458E4;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 11.508px;
}
.contact .cob1 .right .message .func button:hover{
  background-color: #0C45BA  ;
}

.contact .cob2 .row-box {
  margin: -10px -17px;
}

.contact .cob2 .row-box .col-box {
  padding: 10px 17px;
}

.contact .cob2 .row-box .col-box .item {
  position: relative;
  border-radius: 5px;
  background: #EAEDF4;
  padding: 64px 83px;
  height: 100%;
}

@media (max-width: 1690px) {
  .contact .cob2 .row-box .col-box .item {
    padding: 64px 50px;
  }
}

@media (max-width: 1400px) {
  .contact .cob2 .row-box .col-box .item {
    padding: 50px 30px;
  }
}

.contact .cob2 .row-box .col-box .item:hover::after {
  opacity: 1;
}

.contact .cob2 .row-box .col-box .item:hover .tit {
  color: #FFF;
}

.contact .cob2 .row-box .col-box .item:hover .txt p {
  color: #FFF;
}

.contact .cob2 .row-box .col-box .item:hover .txt p a {
  color: #FFFFFF;
}

.contact .cob2 .row-box .col-box .item::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(96deg, #00D7EE 0.88%, #00D7EE 19.17%, #1559E5 86.11%);
  opacity: 0;
  transition: all 0.5s;
}

.contact .cob2 .row-box .col-box .item .tit {
  color: #000;
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  line-height: 11.508px;
  transition: all 0.5s;
  position: relative;
  z-index: 4;
}

@media (max-width: 1400px) {
  .contact .cob2 .row-box .col-box .item .tit {
    font-size: 22px;
  }
}

.contact .cob2 .row-box .col-box .item .txt {
  margin-top: 30px;
  position: relative;
  z-index: 4;
}

@media (max-width: 1400px) {
  .contact .cob2 .row-box .col-box .item .txt {
    margin-top: 20px;
  }
}

.contact .cob2 .row-box .col-box .item .txt p {
  color: #707070;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  transition: all 0.5s;
}

@media (max-width: 1400px) {
  .contact .cob2 .row-box .col-box .item .txt p {
    font-size: 18px;
  }
}

.contact .cob2 .row-box .col-box .item .txt p a {
  color: #707070;
  transition: all 0.5s;
}

@media (max-width: 767px) {
  .contact .cob2 .row-box .col-box .item .txt p {
    font-size: 16px;
  }
}

.contact .cob3 .img-box {
  padding-bottom: calc(650 / 1530 * 100%);
}

.contact .cob3 .img-box img {
  transform: scale(1) !important;
}

.footer .fob1 {
  position: relative;
  background: linear-gradient(102deg, #1458E4 1.03%, #0B317E 93.82%);
  padding: 90px 0 60px 0;
}

@media (max-width: 1400px) {
  .footer .fob1 {
    padding: 70px 0 50px 0;
  }
}

@media (max-width: 1199px) {
  .footer .fob1 {
    padding: 50px 0 40px 0;
  }
}

.footer .fob1 .bgimg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 36%;
  z-index: 2;
}

.footer .fob1 .bgimg img {
  width: 100%;
  height: auto;
  background: transparent;
  object-fit: cover;
}

.footer .fob1 .content {
  margin-left: auto;
  margin-right: 0;
  width: 64%;
}

@media (max-width: 991px) {
  .footer .fob1 .content {
    width: 100%;
  }
}

.footer .fob1 .content .index-title h2 {
  color: #FFFFFF;
  text-align: left;
  margin-bottom: 26px;
}

@media (max-width: 1400px) {
  .footer .fob1 .content .index-title h2 {
    margin-bottom: 20px;
  }
}

.footer .fob1 .content .index-title p {
  width: 45%;
  color: #FFF;
  text-align: left;
  margin-left: auto;
  margin-right: 0;
}

@media (max-width: 1400px) {
  .footer .fob1 .content .index-title p {
    width: 60%;
  }
}

@media (max-width: 767px) {
  .footer .fob1 .content .index-title p {
    width: 100%;
  }
}

.footer .fob1 .content .message {
  width: 100%;
  margin: 0 auto;
}

.footer .fob1 .content .message .formbox .now-title {
  margin-bottom: 16px;
}

.footer .fob1 .content .message .formbox .now-title input {
  width: 100%;
  border-radius: 8px;
  background: #1458E4;
  border: none;
  padding: 17px 20px;
  color: #F5F5EA;
  font-family: "InterTight";
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  /* 16px */
}

@media (max-width: 1400px) {
  .footer .fob1 .content .message .formbox .now-title input {
    padding: 12px 20px;
  }
}

@media (max-width: 991px) {
  .footer .fob1 .content .message .formbox .now-title input {
    padding: 8px 20px;
  }
}

@media (max-width: 767px) {
  .footer .fob1 .content .message .formbox .now-title input {
    font-size: 16px;
  }
}

.footer .fob1 .content .message .formbox .row {
  list-style: none;
}

.footer .fob1 .content .message .formbox li {
  margin-top: 60px;
}

@media (max-width: 1400px) {
  .footer .fob1 .content .message .formbox li {
    margin-top: 40px;
  }
}

@media (max-width: 1199px) {
  .footer .fob1 .content .message .formbox li {
    margin-top: 30px;
  }
}

.footer .fob1 .content .message .formbox .group {
  position: relative;
}

.footer .fob1 .content .message .formbox .group input {
  border: none;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  background: transparent;
  overflow: hidden;
  color: #FFF;
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 15px;
  outline: none;
  transition: border-color 0.3s ease;
}

@media (max-width: 1199px) {
  .footer .fob1 .content .message .formbox .group input {
    padding-bottom: 12px;
  }
}

@media (max-width: 991px) {
  .footer .fob1 .content .message .formbox .group input {
    font-size: 14px;
  }
}

.footer .fob1 .content .message .formbox .group input::placeholder {
  color: #FFF;
  font-size: 16px;
}

@media (max-width: 991px) {
  .footer .fob1 .content .message .formbox .group input::placeholder {
    font-size: 14px;
  }
}

.footer .fob1 .content .message .formbox .group input:focus label {
  display: none;
}

.footer .fob1 .content .message .formbox .group input:focus::placeholder {
  color: #ccc;
}

.footer .fob1 .content .message .formbox .group textarea {
  border: none;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  background: transparent;
  overflow: hidden;
  color: #FFF;
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 15px;
  outline: none;
  transition: border-color 0.3s ease;
}

@media (max-width: 991px) {
  .footer .fob1 .content .message .formbox .group textarea {
    font-size: 14px;
  }
}

.footer .fob1 .content .message .formbox .group textarea::placeholder {
  color: #FFF;
  font-size: 16px;
}

@media (max-width: 991px) {
  .footer .fob1 .content .message .formbox .group textarea::placeholder {
    font-size: 14px;
  }
}

.footer .fob1 .content .message .formbox .group textarea:focus label {
  display: none;
}

.footer .fob1 .content .message .formbox .group textarea:focus::placeholder {
  color: #ccc;
}

.footer .fob1 .content .message .func {
  margin-top: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media (max-width: 1400px) {
  .footer .fob1 .content .message .func {
    margin-top: 30px;
  }
}

@media (max-width: 1199px) {
  .footer .fob1 .content .message .func {
    margin-top: 20px;
  }
}

.footer .fob1 .content .message .func button {
  border: none;
  transition: all 0.5s;
  background: transparent;
  display: flex;
  align-items: center;
}

.footer .fob1 .content .message .func button span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 19px 60px;
  border-radius: 6px;
  background-color: #F1F1F1;
  transition: all 0.5s;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 11.508px;
  margin-right: 7px;
}

.footer .fob1 .content .message .func button span:hover {
  background-color: #00DDF1;
  color: #FFF;
}

.footer .fob1 .content .message .func button .iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #F1F1F1;
  transition: all 0.5s;
  width: 50px;
  height: 50px;
  font-size: 18px;
  color: #000;
}

.footer .fob1 .content .message .func button .iconfont:hover {
  background-color: #00DDF1;
  color: #FFF;
}

.footer .fob1 .content .icon {
  margin-top: 90px;
}

@media (max-width: 1470px) {
  .footer .fob1 .content .icon {
    margin-top: 70px;
  }
}

@media (max-width: 1400px) {
  .footer .fob1 .content .icon {
    margin-top: 50px;
  }
}

@media (max-width: 1199px) {
  .footer .fob1 .content .icon {
    margin-top: 40px;
  }
}

@media (max-width: 991px) {
  .footer .fob1 .content .icon {
    margin-top: 30px;
  }
}

.footer .fob1 .content .icon ul {
  display: flex;
  justify-content: flex-end;
}

.footer .fob1 .content .icon ul li {
  display: block;
  margin-left: 16px;
}

.footer .fob1 .content .icon ul li a .iconfont {
  display: inline-block;
  font-size: 22px;
  color: #FFF;
}

.footer .fob2 .fob2-b1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

@media (max-width: 1199px) {
  .footer .fob2 .fob2-b1 {
    flex-wrap: wrap;
    margin-top: 0;
  }
}

.footer .fob2 .fob2-b1 .left .tit h2 {
  color: #1458E4;
  font-size: 188px;
  font-weight: 700;
  line-height: 200px;
}

@media (max-width: 1400px) {
  .footer .fob2 .fob2-b1 .left .tit h2 {
    font-size: 130px;
  }
}

@media (max-width: 1400px) {
  .footer .fob2 .fob2-b1 .left .tit h2 {
    font-size: 100px;
  }
}

@media (max-width: 575px) {
  .footer .fob2 .fob2-b1 .left .tit h2 {
    font-size: 20vw;
  }
}

.footer .fob2 .fob2-b1 .left .tit p {
  color: #1458E4;
  font-size: 40px;
  font-weight: 600;
  line-height: 63px;
  margin-top: -55px;
}

@media (max-width: 1400px) {
  .footer .fob2 .fob2-b1 .left .tit p {
    font-size: 30px;
    margin-top: -78px;
  }
}

@media (max-width: 1400px) {
  .footer .fob2 .fob2-b1 .left .tit p {
    font-size: 23px;
    margin-top: -92px;
  }
}

@media (max-width: 575px) {
  .footer .fob2 .fob2-b1 .left .tit p {
    font-size: 4.5vw;
  }
}

@media (max-width: 440px) {
  .footer .fob2 .fob2-b1 .left .tit p {
    margin-top: -100px;
  }
}

@media (max-width: 400px) {
  .footer .fob2 .fob2-b1 .left .tit p {
    margin-top: -105px;
  }
}

.footer .fob2 .fob2-b1 .right {
  display: flex;
  justify-content: space-between;
  width: 30%;
}

@media (max-width: 1199px) {
  .footer .fob2 .fob2-b1 .right {
    width: 40%;
  }
}

@media (max-width: 991px) {
  .footer .fob2 .fob2-b1 .right {
    width: 100%;
    justify-content: flex-start;
    margin-top: 20px;
  }
}

.footer .fob2 .fob2-b1 .right .item3 {
  color: #000;
  font-size: 16px;
  font-weight: 800;
}

@media (max-width: 991px) {
  .footer .fob2 .fob2-b1 .right .item3 {
    margin-right: 40px;
  }
}

@media (max-width: 991px) {
  .footer .fob2 .fob2-b1 .right .item {
    margin-right: 40px;
  }
}

.footer .fob2 .fob2-b1 .right .item ul {
  list-style: none;
}

.footer .fob2 .fob2-b1 .right .item ul li {
  margin-top: 10px;
}

.footer .fob2 .fob2-b1 .right .item ul li:first-child {
  margin-top: 0;
}

.footer .fob2 .fob2-b1 .right .item ul li a {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .footer .fob2 .fob2-b1 .right .item ul li a {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .footer .fob2 .fob2-b1 .right .item2 {
    margin-right: 40px;
  }
}

.footer .fob2 .fob2-b1 .right .item2 ul {
  list-style: none;
}

.footer .fob2 .fob2-b1 .right .item2 ul li {
  margin-top: 15px;
}

.footer .fob2 .fob2-b1 .right .item2 ul li:first-child {
  margin-top: 0;
}

.footer .fob2 .fob2-b1 .right .item2 ul li a {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .footer .fob2 .fob2-b1 .right .item2 ul li a {
    font-size: 14px;
  }
}

.footer .fob2 .fob2-b2 {
  padding-bottom: 60px;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  color: rgba(0, 0, 0, 0.66);
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
}

@media (max-width: 1400px) {
  .footer .fob2 .fob2-b2 {
    padding-bottom: 40px;
  }
}

@media (max-width: 1199px) {
  .footer .fob2 .fob2-b2 {
    padding-bottom: 75px;
  }
}

@media (max-width: 1199px) {
  .footer .fob2 .fob2-b2 {
    flex-wrap: wrap;
  }
}

@media (max-width: 1400px) {
  .footer .fob2 .fob2-b2 {
    font-size: 14px;
    line-height: 22px;
  }
}

.footer .fob2 .fob2-b2 a {
  color: rgba(0, 0, 0, 0.66);
  transition: all 0.5s;
}

.footer .fob2 .fob2-b2 .text-right {
  line-height: 20px;
  display: flex;
  align-items: center;
}

@media (max-width: 1199px) {
  .footer .fob2 .fob2-b2 .text-right {
    width: 100%;
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .footer .fob2 .fob2-b2 .text-right {
    flex-wrap: wrap;
  }
}

.footer .fob2 .fob2-b2 .text-right .buto {
  margin: 0 26px;
  display: flex;
  align-items: center;
}

@media (max-width: 1400px) {
  .footer .fob2 .fob2-b2 .text-right .buto {
    margin: 0 10px;
  }
}

.footer .fob2 .fob2-b2 .text-right .buto span {
  display: inline-block;
  margin: 0 10px;
}

@media (max-width: 1400px) {
  .footer .fob2 .fob2-b2 .text-right .buto span {
    margin: 0 5px;
  }
}

.footer .fob2 .fob2-b2 .text-right .cnzz {
  display: inline-block;
}

.popbox {
  display: none;
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
}

.popbox .contbox {
  position: fixed;
  top: 15%;
  width: 90%;
  max-width: 1650px;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 991px) {
  .popbox .contbox {
    top: 12%;
  }
}

@media (max-width: 767px) {
  .popbox .contbox {
    width: 90%;
    top: 15%;
  }
}

.popbox .contbox .contact-message {
  position: relative;
  z-index: 25;
}

.popbox .contbox .contact-message .box {
  position: relative;
}

@media (max-width: 991px) {
  .popbox .contbox .contact-message .box {
    flex-wrap: wrap;
  }
}

.popbox .contbox .contact-message .box .right {
  border-radius: 16px;
  background: #fff;
  backdrop-filter: blur(2px);
  padding: 70px 20px;
  max-height: 80vh;
  overflow-y: auto;
}

@media (max-width: 1400px) {
  .popbox .contbox .contact-message .box .right {
    padding: 30px 20px;
  }
}

.popbox .contbox .contact-message .box .right .index-title {
  width: 55%;
  margin: 0 auto;
}

@media (max-width: 1400px) {
  .popbox .contbox .contact-message .box .right .index-title {
    width: 65%;
  }
}

@media (max-width: 1199px) {
  .popbox .contbox .contact-message .box .right .index-title {
    width: 75%;
  }
}

@media (max-width: 991px) {
  .popbox .contbox .contact-message .box .right .index-title {
    width: 100%;
  }
}

.popbox .contbox .contact-message .box .right .message {
  width: 100%;
}

.popbox .contbox .contact-message .box .right .message .formbox .now-title input {
  width: 100%;
  border-radius: 5px;
  background: #1458E4;
  border: none;
  padding: 18px 24px;
  color: #FFF;
  font-size: 24px;
  font-weight: 600;
  line-height: 25px;
  /* 16px */
}

@media (max-width: 1400px) {
  .popbox .contbox .contact-message .box .right .message .formbox .now-title input {
    padding: 12px 20px;
  }
}

@media (max-width: 991px) {
  .popbox .contbox .contact-message .box .right .message .formbox .now-title input {
    padding: 8px 20px;
  }
}

@media (max-width: 767px) {
  .popbox .contbox .contact-message .box .right .message .formbox .now-title input {
    font-size: 16px;
  }
}

.popbox .contbox .contact-message .box .right .message .formbox .row {
  list-style: none;
  margin: 0 -15px;
}

.popbox .contbox .contact-message .box .right .message .formbox li {
  padding: 0 15px;
  margin-top: 20px;
}

.popbox .contbox .contact-message .box .right .message .formbox .group {
  position: relative;
}

.popbox .contbox .contact-message .box .right .message .formbox .group label {
  display: block;
  color: #000;
  font-size: 16px;
  margin-bottom: 9px;
  padding-left: 11px;
}

.popbox .contbox .contact-message .box .right .message .formbox .group label span {
  color: red;
}

.popbox .contbox .contact-message .box .right .message .formbox .group input {
  border: none;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #EAEDF4;
  background-color: transparent;
  overflow: hidden;
  color: #707070;
  font-size: 16px;
  font-weight: 300;
  padding: 13px 10px;
  outline: none;
  transition: border-color 0.3s ease;
}

@media (max-width: 991px) {
  .popbox .contbox .contact-message .box .right .message .formbox .group input {
    font-size: 14px;
  }
}

.popbox .contbox .contact-message .box .right .message .formbox .group input::placeholder {
  color: #707070;
  font-size: 16px;
  font-weight: 300;
}

@media (max-width: 991px) {
  .popbox .contbox .contact-message .box .right .message .formbox .group input::placeholder {
    font-size: 14px;
  }
}

.popbox .contbox .contact-message .box .right .message .formbox .group input:focus label {
  display: none;
}

.popbox .contbox .contact-message .box .right .message .formbox .group input:focus::placeholder {
  color: #ccc;
}

.popbox .contbox .contact-message .box .right .message .formbox .group textarea {
  border: none;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #EAEDF4;
  background-color: transparent;
  overflow: hidden;
  color: #707070;
  font-size: 16px;
  font-weight: 300;
  padding: 13px 10px;
  outline: none;
  transition: border-color 0.3s ease;
  height: 130px;
}

@media (max-width: 991px) {
  .popbox .contbox .contact-message .box .right .message .formbox .group textarea {
    height: 150px;
  }
}

.popbox .contbox .contact-message .box .right .message .formbox .group textarea::placeholder {
  color: #707070;
  font-size: 16px;
  font-weight: 300;
}

@media (max-width: 991px) {
  .popbox .contbox .contact-message .box .right .message .formbox .group textarea::placeholder {
    font-size: 14px;
  }
}

.popbox .contbox .contact-message .box .right .message .formbox .group textarea:focus label {
  display: none;
}

.popbox .contbox .contact-message .box .right .message .formbox .group textarea:focus::placeholder {
  color: #ccc;
}

.popbox .contbox .contact-message .box .right .message .func {
  margin-top: 60px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1560px) {
  .popbox .contbox .contact-message .box .right .message .func {
    margin-top: 50px;
  }
}

@media (max-width: 1400px) {
  .popbox .contbox .contact-message .box .right .message .func {
    margin-top: 30px;
  }
}

@media (max-width: 1199px) {
  .popbox .contbox .contact-message .box .right .message .func {
    margin-top: 20px;
  }
}

.popbox .contbox .contact-message .box .right .message .func .submit-group {
  width: 100%;
}

.popbox .contbox .contact-message .box .right .message .func button {
  border: none;
  transition: all 0.5s;
  padding: 20px 70px;
  width: 100%;
  border-radius: 6px;
  background-color: #1458E4;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 11.508px;
}

.popbox .contbox .popnone {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 440;
  cursor: pointer;
}

.popbox .contbox .popnone .iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #1458E4;
  cursor: pointer;
  font-size: 20px;
  color: #FFFFFF;
}

@media (max-width: 1400px) {
  .popbox .contbox .popnone .iconfont {
    width: 35px;
    height: 35px;
    font-size: 18px;
  }
}

@media (max-width: 1199px) {
  .popbox .contbox .popnone .iconfont {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
}

@media (max-width: 1199px) {
  .popbox .contbox .popnone .iconfont {
    width: 25px;
    height: 25px;
    font-size: 14px;
  }
}

.sitmap {
  padding: 100px 0;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .sitmap {
    padding: 60px 0;
  }
}

@media (max-width: 991px) {
  .sitmap {
    padding: 40px 0;
  }
}

@media (max-width: 767px) {
  .sitmap {
    margin-top: 0;
  }
}

.sitmap h2 {
  font-size: 45px;
  font-weight: 500;
  color: #1458E4;
}

@media (max-width: 991px) {
  .sitmap h2 {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .sitmap h2 {
    font-size: 24px;
  }
}

.sitmap ul {
  list-style: none;
}

.sitmap ul li {
  margin-top: 20px;
}

.sitmap ul li:hover a {
  text-decoration: underline;
  color: white;
  background-color: #1458E4;
}

.sitmap ul li:hover ul {
  margin-top: 20px;
}

.sitmap ul li:hover ul li a {
  color: #666;
  text-decoration: none;
  background-color: white;
}

.sitmap ul li:hover ul li ul li a {
  color: #ccc;
  text-decoration: none;
  background-color: white;
}

.sitmap ul li:hover .ul-block {
  opacity: 1;
  max-height: 100%;
  transition: opacity 0.3s ease, max-height 0.3s ease;
}

.sitmap ul li a {
  border: 1px solid #666;
  width: 260px;
  padding: 10px 20px;
  display: inline-block;
  text-decoration: none;
  color: #333;
  font-weight: bold;
  font-size: 18px;
  transition: color 0.3s ease;
  transition: background-color 0.3s ease;
}

@media (max-width: 991px) {
  .sitmap ul li a {
    font-size: 16px;
  }
}

.sitmap ul li .ul-block {
  opacity: 1;
  max-height: 100%;
}

.sitmap ul li ul {
  margin-top: 20px;
  padding: 0;
  overflow: hidden;
}

.sitmap ul li ul li {
  margin: 0;
  padding: 0;
  border: none !important;
  margin-bottom: 10px;
}

.sitmap ul li ul li:hover a {
  color: #000;
  text-decoration: underline;
}

.sitmap ul li ul li a {
  font-size: 16px;
  line-height: 30px;
  display: block;
  padding: 0;
  text-transform: capitalize;
  color: #666;
  transition: color 0.3s ease;
  border: none;
}

@media (max-width: 991px) {
  .sitmap ul li ul li a {
    font-size: 14px;
  }
}

.sitmap ul li ul li ul {
  display: flex !important;
  flex-wrap: wrap;
  margin-top: 0px !important;
}

.sitmap ul li ul li ul li {
  border: none !important;
  margin-top: 10px;
  display: inline-block;
}

.sitmap ul li ul li ul li:hover a {
  color: #000;
  text-decoration: underline;
}

.sitmap ul li ul li ul li a {
  color: #1458E4;
  font-size: 16px;
  display: block;
  padding: 0;
  transition: color 0.3s ease;
  padding-left: 10px;
  border: none;
}

.privalcy {
  padding: 100px 0;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .privalcy {
    padding: 60px 0;
  }
}

@media (max-width: 991px) {
  .privalcy {
    padding: 40px 0;
  }
}

@media (max-width: 767px) {
  .privalcy {
    margin-top: 0;
  }
}

.privalcy h2 {
  font-size: 45px;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
  color: #333;
  font-weight: 500;
}

@media (max-width: 991px) {
  .privalcy h2 {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .privalcy h2 {
    font-size: 24px;
  }
}

.privalcy .content p {
  margin-top: 20px;
  color: #666;
  font-size: 16px;
}

@media (max-width: 767px) {
  .privalcy .content p {
    font-size: 14px;
  }
}

nav {
  text-align: center;
}

a {
  text-decoration: none;
}

.pagination {
  display: flex;
  justify-content: center;
  padding: 90px 0 0 0;
}

@media (max-width: 1400px) {
  .pagination {
    padding: 60px 0 0 0;
  }
}

@media (max-width: 1199px) {
  .pagination {
    padding: 40px 0 0 0;
  }
}

@media (max-width: 991px) {
  .pagination {
    padding: 30px 0 0 0;
  }
}

.pagination li {
  display: flex;
  align-items: center;
  margin: 0px 5px;
  vertical-align: top;
}

.pagination li.prev a:hover,
.pagination li.next a:hover {
  background-color: #1458E4;
  border: 1px solid #1458E4;
}

.pagination li.prev a:before,
.pagination li.next a:before {
  font-family: 'iconfont' !important;
  font-size: 16px;
  display: block;
  content: '\e76e';
  color: #A4A4A4;
  text-align: center;
  transition: all 0.5s;
  font-weight: 400;
}

@media (max-width: 767px) {

  .pagination li.prev a:before,
  .pagination li.next a:before {
    font-size: 16px;
  }
}

.pagination li.prev a:hover:before,
.pagination li.next a:hover:before {
  color: #FFFFFF;
}

.pagination li.prev a:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.pagination li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #A4A4A4;
  font-size: 14px;
  line-height: 1;
  width: 30px;
  height: 30px;
  padding: 0;
  border-radius: 6px;
  background-color: #EAEDF4;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
  text-transform: capitalize;
}

.pagination li a.have-more {
  color: #A4A4A4 !important;
  background-color: transparent !important;
  width: auto !important;
  height: auto !important;
  line-height: auto !important;
  border: none !important;
}

.pagination li a span {
  border-radius: 0;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  color: #fff !important;
  background-color: #1458E4;
  border: 1px solid #1458E4;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
  color: #fff !important;
  background-color: #1458E4;
  border: 1px solid #1458E4;
}

.newsdetails {
  margin-top: 140px;
  overflow: hidden;
}

@media (max-width: 1400px) {
  .newsdetails {
    margin-top: 110px;
  }
}

@media (max-width: 1199px) {
  .newsdetails {
    margin-top: 80px;
  }
}

@media (max-width: 991px) {
  .newsdetails {
    margin-top: 45px;
  }
}

@media (max-width: 767px) {
  .newsdetails {
    padding-top: 0;
  }
}

.newsdetails .title h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0;
  overflow: hidden;
}

@media (max-width: 575px) {
  .newsdetails .title h2 {
    font-size: 20px;
  }
}

.newsdetails .title p {
  font-size: 16px;
  line-height: 24px;
  display: block;
  margin-top: 30px;
  color: #1458E4;
}

@media (max-width: 767px) {
  .newsdetails .title p {
    margin-top: 10px;
  }
}

@media (max-width: 575px) {
  .newsdetails .title p {
    font-size: 16px;
  }
}

.newsdetails .cont {
  padding-bottom: 40px;
  border-bottom: 1px solid #d9d9d9;
}

@media (max-width: 767px) {
  .newsdetails .cont {
    margin-top: 0;
  }
}

.newsdetails .cont .table-box {
  overflow-x: auto;
}

.newsdetails .cont table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #000;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .newsdetails .cont table {
    margin-top: 20px;
  }
}

@media (max-width: 575px) {
  .newsdetails .cont table {
    margin-top: 10px;
  }
}

.newsdetails .cont table tr:first-child {
  background-color: #1458E4;
}

.newsdetails .cont table tr:first-child td {
  color: #FFFFFF;
}

.newsdetails .cont table tr td {
  border: 1px solid #000;
  padding: 10px 15px;
  font-size: 16px;
}

@media (max-width: 767px) {
  .newsdetails .cont table tr td {
    font-size: 14px;
  }
}

.newsdetails .cont ul {
  margin-top: 10px;
  list-style: none;
}

.newsdetails .cont ul li {
  list-style: disc !important;
  margin: 5px 0;
  margin-left: 15px;
}

.newsdetails .cont p {
  font-size: 16px;
  line-height: 1.875;
  margin: 0;
  color: #666;
}

@media (max-width: 575px) {
  .newsdetails .cont p {
    font-size: 14px;
  }
}

.newsdetails .auto-adjust-img.is-mobile img {
  max-width: 100% !important;
  height: auto !important;
  margin: 5px 0;
}

.newsdetails .auto-adjust-img p {
  position: relative;
}

.newsdetails .auto-adjust-img p.contains-pictures {
  padding: 0;
  margin: 0 -5px !important;
  font-size: 0 !important;
  overflow-x: hidden;
  position: relative;
}

@media (min-width: 768px) {
  .newsdetails .auto-adjust-img p.contains-pictures {
    white-space: nowrap;
  }
}

.newsdetails .auto-adjust-img p.contains-pictures>img {
  display: inline-block;
  margin: 5px;
}

.newsdetails .devideo {
  position: relative;
}

.newsdetails .devideo img {
  width: 100%;
  height: auto;
  background: transparent;
}

.newsdetails .devideo .firm-video {
  position: absolute;
  z-index: 12;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.newsdetails .devideo .firm-video .iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
  cursor: pointer;
  color: #FFF;
  font-size: 35px;
  padding-left: 3px;
  transition: all 0.5s;
}

@media (max-width: 1400px) {
  .newsdetails .devideo .firm-video .iconfont {
    width: 130px;
    height: 130px;
    font-size: 30px;
  }
}

@media (max-width: 1199px) {
  .newsdetails .devideo .firm-video .iconfont {
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 1199px) {
  .newsdetails .devideo .firm-video .iconfont {
    width: 90px;
    height: 90px;
    font-size: 25px;
  }
}

.newsdetails .share {
  align-items: center;
  margin-top: 30px;
}

.newsdetails .share a {
  margin-left: 10px;
}

.newsdetails .relate-details {
  font-size: 0;
  padding-top: 20px;
}

@media (max-width: 991px) {
  .newsdetails .relate-details {
    margin-top: 40px;
  }
}

@media (max-width: 991px) and (max-width: 767px) {
  .newsdetails .relate-details {
    margin-top: 0;
  }
}

.newsdetails .relate-details ul li {
  margin-top: 10px;
  list-style: none;
}

.newsdetails .relate-details a {
  color: #666;
  font-size: 16px;
  font-weight: bold;
  line-height: 36px;
  text-decoration: none;
  position: relative;
  display: inline-block;
  display: -webkit-box;
  overflow: hidden;
  height: 36px;
  padding-left: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  vertical-align: middle;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

@media (max-width: 767px) {
  .newsdetails .relate-details a {
    font-size: 14px;
  }
}

.newsdetails .relate-details a:before {
  font-family: 'iconfont' !important;
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 36px;
  height: 36px;
  content: '\e76e';
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background-color: #999;
}

.newsdetails .relate-details a:hover {
  color: #1458E4;
}

.newsdetails .relate-details a:hover:before {
  color: #fff;
  background-color: #1458E4;
}

.newsdetails .relate-details .prev a:before {
  content: '\e76e';
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.now-bottom {
  padding: 40px 0 40px 0;
}

.now-bottom .now-title {
  margin-top: 20px;
}

.now-bottom .now-title h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0;
  overflow: hidden;
}

@media (max-width: 575px) {
  .now-bottom .now-title h2 {
    font-size: 20px;
  }
}

.now-bottom .now-title input {
  width: 100%;
  font-size: 18px;
  background-color: #1458E4;
  border-radius: 10px;
  padding: 10px;
  color: white;
  border: none;
  font-family: 'Montserrat';
  font-weight: 400;
}

.now-bottom .contactus-right {
  background-color: #FFF;
  width: 100%;
  background-image: url();
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 1470px) {
  .now-bottom .contactus-right {
    margin: 0 auto;
    margin-top: 30px;
  }
}

@media (max-width: 575px) {
  .now-bottom .contactus-right {
    margin-top: 0;
  }
}

.now-bottom .contactus-right .message {
  width: 100%;
  margin-top: 10px;
}

.now-bottom .contactus-right .message .formbox .now-title input {
  width: 100%;
  border-radius: 5px;
  background: #1458E4;
  border: none;
  padding: 18px 24px;
  color: #FFF;
  font-size: 24px;
  font-weight: 600;
  line-height: 25px;
  /* 16px */
}

@media (max-width: 1400px) {
  .now-bottom .contactus-right .message .formbox .now-title input {
    padding: 12px 20px;
  }
}

@media (max-width: 991px) {
  .now-bottom .contactus-right .message .formbox .now-title input {
    padding: 8px 20px;
  }
}

@media (max-width: 767px) {
  .now-bottom .contactus-right .message .formbox .now-title input {
    font-size: 16px;
  }
}

.now-bottom .contactus-right .message .formbox .row {
  list-style: none;
  margin: 0 -15px;
}

.now-bottom .contactus-right .message .formbox li {
  padding: 0 15px;
  margin-top: 20px;
}

.now-bottom .contactus-right .message .formbox .group {
  position: relative;
}

.now-bottom .contactus-right .message .formbox .group label {
  display: block;
  color: #000;
  font-size: 16px;
  margin-bottom: 9px;
  padding-left: 11px;
}

.now-bottom .contactus-right .message .formbox .group label span {
  color: red;
}

.now-bottom .contactus-right .message .formbox .group input {
  border: none;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #EAEDF4;
  background-color: transparent;
  overflow: hidden;
  color: #707070;
  font-size: 16px;
  font-weight: 300;
  padding: 13px 10px;
  outline: none;
  transition: border-color 0.3s ease;
}

@media (max-width: 991px) {
  .now-bottom .contactus-right .message .formbox .group input {
    font-size: 14px;
  }
}

.now-bottom .contactus-right .message .formbox .group input::placeholder {
  color: #707070;
  font-size: 16px;
  font-weight: 300;
}

@media (max-width: 991px) {
  .now-bottom .contactus-right .message .formbox .group input::placeholder {
    font-size: 14px;
  }
}

.now-bottom .contactus-right .message .formbox .group input:focus label {
  display: none;
}

.now-bottom .contactus-right .message .formbox .group input:focus::placeholder {
  color: #ccc;
}

.now-bottom .contactus-right .message .formbox .group textarea {
  border: none;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #EAEDF4;
  background-color: transparent;
  overflow: hidden;
  color: #707070;
  font-size: 16px;
  font-weight: 300;
  padding: 13px 10px;
  outline: none;
  transition: border-color 0.3s ease;
  height: 130px;
}

@media (max-width: 991px) {
  .now-bottom .contactus-right .message .formbox .group textarea {
    height: 150px;
  }
}

.now-bottom .contactus-right .message .formbox .group textarea::placeholder {
  color: #707070;
  font-size: 16px;
  font-weight: 300;
}

@media (max-width: 991px) {
  .now-bottom .contactus-right .message .formbox .group textarea::placeholder {
    font-size: 14px;
  }
}

.now-bottom .contactus-right .message .formbox .group textarea:focus label {
  display: none;
}

.now-bottom .contactus-right .message .formbox .group textarea:focus::placeholder {
  color: #ccc;
}

.now-bottom .contactus-right .message .func {
  margin-top: 60px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1560px) {
  .now-bottom .contactus-right .message .func {
    margin-top: 50px;
  }
}

@media (max-width: 1400px) {
  .now-bottom .contactus-right .message .func {
    margin-top: 30px;
  }
}

@media (max-width: 1199px) {
  .now-bottom .contactus-right .message .func {
    margin-top: 20px;
  }
}

.now-bottom .contactus-right .message .func .submit-group {
  width: 100%;
}

.now-bottom .contactus-right .message .func button {
  border: none;
  transition: all 0.5s;
  padding: 20px 70px;
  width: 100%;
  border-radius: 6px;
  background-color: #1458E4;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 11.508px;
}

.inquiry-wrap {
  padding-bottom: 100px;
  overflow: hidden;
}

@media (max-width: 1409px) {
  .inquiry-wrap {
    padding-bottom: 60px;
  }
}

@media (max-width: 991px) {
  .inquiry-wrap {
    padding-bottom: 40px;
  }
}

.inquiry-wrap a {
  color: #666;
  text-decoration: none;
}

.inquiry-wrap .size-list-box {
  padding-right: 15px;
}

.inquiry-wrap .size-list-box span {
  color: #fff;
  background-color: #1458E4;
  border-color: #000;
}

.inquiry-wrap .inquiry-box .details-tit {
  padding-top: 5px;
}

.inquiry-wrap .iq-title,
.inquiry-wrap .list>li {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  text-align: center;
  padding-left: 60px;
  padding-right: 45px;
}

.inquiry-wrap .iq-title {
  overflow: hidden;
  background-color: #1458E4;
  padding-top: 14px;
  padding-bottom: 14px;
  margin-top: 40px;
}

@media (max-width: 991px) {
  .inquiry-wrap .iq-title {
    margin-top: 20px;
  }
}

@media (max-width: 991px) {

  .inquiry-wrap .iq-title,
  .inquiry-wrap .list>li {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 767px) {

  .inquiry-wrap .iq-title,
  .inquiry-wrap .list>li {
    padding-left: 2%;
    padding-right: 0;
  }
}

.inquiry-wrap .iq-title .th {
  border: none;
  font-weight: normal;
  text-align: center;
  color: #fff;
}

.inquiry-wrap .iq-title .th.qty-box {
  text-align: center;
}

.inquiry-wrap .iq-title .th.introduce-box {
  padding-left: 50px;
}

.inquiry-wrap .iq-title .th span {
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (min-width: 768px) {
  .inquiry-wrap .iq-title .th.check-box label.replace:after {
    display: block;
  }
}

@media (max-width: 1199px) {
  .inquiry-wrap .iq-title .th.introduce-box {
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .inquiry-wrap .iq-title .th.introduce-box {
    width: -webkit-calc(30%);
    width: calc(100% - 70px);
  }
}

@media (max-width: 575px) {
  .inquiry-wrap .iq-title .th.introduce-box {
    width: -webkit-calc(55%);
    width: calc(100% - 45px);
    padding-left: 0;
  }
}

.inquiry-wrap .iq-title .pic-box {
  text-align: center;
  padding: 11px 0;
}

@media (max-width: 767px) {
  .inquiry-wrap .iq-title .check-box {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .inquiry-wrap .iq-title .del-box {
    opacity: 0;
    width: 30px;
  }
}

.inquiry-wrap .inquiry-box {
  width: 100%;
  border: none;
  font-size: 18px;
}

.inquiry-wrap .inquiry-box .details-tit {
  margin-top: 0;
}

@media (max-width: 991px) {
  .inquiry-wrap .inquiry-box {
    font-size: 16px;
  }
}

.inquiry-wrap .inquiry-box label {
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  margin-bottom: 0;
}

.inquiry-wrap .inquiry-box label:before {
  background-color: #e6e6e6;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
}

@media (max-width: 767px) {
  .inquiry-wrap .inquiry-box .introduce-title {
    padding-left: 0px !important;
    text-align: center;
  }
}

.inquiry-wrap .inquiry-box .check-box {
  width: 70px;
  text-align: left;
}

@media (max-width: 576px) {
  .inquiry-wrap .inquiry-box .check-box {
    width: 100px;
  }
}

@media (max-width: 576px) and (max-width: 767px) {
  .inquiry-wrap .inquiry-box .check-box {
    width: 30px;
  }
}

.inquiry-wrap .inquiry-box .check-box .check-all {
  margin: 0;
}

.inquiry-wrap .inquiry-box .check-box .check-all>label {
  margin-right: 10px;
}

.inquiry-wrap .inquiry-box .check-box .check-all span {
  font-weight: normal;
}

@media (max-width: 767px) {
  .inquiry-wrap .inquiry-box .check-box .check-all span {
    display: none;
  }
}

.inquiry-wrap .inquiry-box .check-box label.replace {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  background-color: #fff;
  width: 20px;
  height: 20px;
  line-height: 18px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  position: relative;
  border: 1px solid #e3e3e3;
}

.inquiry-wrap .inquiry-box .check-box label.replace:after {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-family: 'iconfont' !important;
  content: '\eaf1';
  opacity: 0;
  color: #000;
  font-size: 24px;
  line-height: 1;
  text-align: center;
}

@media (max-width: 575px) {
  .inquiry-wrap .inquiry-box .check-box label.replace {
    margin-left: 5px;
    width: 16px;
    height: 16px;
    line-height: 14px;
  }

  .inquiry-wrap .inquiry-box .check-box label.replace:after {
    font-size: 20px;
  }
}

.inquiry-wrap .inquiry-box .check-box label.replace input {
  display: none;
}

.inquiry-wrap .inquiry-box .check-box label.change:after {
  opacity: 1;
}

.inquiry-wrap .inquiry-box .introduce-box {
  text-align: left;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

@media (min-width: 1200px) {
  .inquiry-wrap .inquiry-box .introduce-box img {
    -webkit-transition: transform 1.2s;
    -webkit-transition: -webkit-transform 1.2s;
    transition: -webkit-transform 1.2s;
    transition: transform 1.2s;
    transition: transform 1.2s, -webkit-transform 1.2s;
  }

  .inquiry-wrap .inquiry-box .introduce-box:hover img {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .inquiry-wrap .inquiry-box .introduce-box {
    display: block;
  }
}

@media (min-width: 768px) {
  .inquiry-wrap .inquiry-box .introduce-box {
    width: 48%;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .inquiry-wrap .inquiry-box .introduce-box {
    width: 40%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .inquiry-wrap .inquiry-box .introduce-box {
    width: 200px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .inquiry-wrap .inquiry-box .introduce-box {
    width: -webkit-calc(-20%);
    width: calc(100% - 120px);
  }
}

@media (max-width: 575px) {
  .inquiry-wrap .inquiry-box .introduce-box {
    width: -webkit-calc(30%);
    width: calc(100% - 70px);
  }
}

.inquiry-wrap .inquiry-box .introduce-box .pic-box {
  width: 200px;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 2;
  border-radius: 3px;
}

@media (max-width: 1199px) {
  .inquiry-wrap .inquiry-box .introduce-box .pic-box {
    width: 150px;
    margin: 0 auto;
  }
}

@media (max-width: 575px) {
  .inquiry-wrap .inquiry-box .introduce-box .pic-box {
    width: 90px;
  }
}

@media (min-width: 1200px) {
  .inquiry-wrap .inquiry-box .introduce-box .pic-box .pic img {
    -webkit-transition: transform 1.2s;
    -webkit-transition: -webkit-transform 1.2s;
    transition: -webkit-transform 1.2s;
    transition: transform 1.2s;
    transition: transform 1.2s, -webkit-transform 1.2s;
  }

  .inquiry-wrap .inquiry-box .introduce-box .pic-box .pic:hover img {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
  }
}

.inquiry-wrap .inquiry-box .introduce-box .intro {
  -webkit-box-flex: 1;
  flex: 1 0 0%;
}

@media only screen and (min-width: 768px) {
  .inquiry-wrap .inquiry-box .introduce-box .intro {
    padding-left: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .inquiry-wrap .inquiry-box .introduce-box .intro {
    padding-left: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inquiry-wrap .inquiry-box .introduce-box .intro {
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .inquiry-wrap .inquiry-box .introduce-box .intro {
    padding-left: 5%;
  }
}

.inquiry-wrap .inquiry-box .introduce-box .name {
  margin: 0 0 5px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  height: auto;
  font-size: 1em;
}

.inquiry-wrap .inquiry-box .introduce-box .name a {
  text-decoration: none;
  color: #000;
}

@media (max-width: 767px) {
  .inquiry-wrap .inquiry-box .introduce-box .name {
    margin-bottom: 10px;
  }
}

@media (max-width: 575px) {
  .inquiry-wrap .inquiry-box .introduce-box .name {
    font-size: 0.9em;
  }
}

.inquiry-wrap .inquiry-box .introduce-box .name:hover {
  text-decoration: underline;
}

.inquiry-wrap .inquiry-box .introduce-box .name~span {
  color: #999;
  margin-left: 15px;
}

.inquiry-wrap .inquiry-box .introduce-box .name~span:first-of-type {
  margin-left: 0;
}

.inquiry-wrap .inquiry-box .introduce-box p {
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .inquiry-wrap .inquiry-box .introduce-box .number-box {
    display: none;
  }
}

.inquiry-wrap .inquiry-box .number-box {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  min-width: 90px;
}

.inquiry-wrap .inquiry-box .number-box a {
  width: 30px;
  height: 30px;
  line-height: 28px;
  border: 1px solid #999999;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.inquiry-wrap .inquiry-box .number-box a:before {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.inquiry-wrap .inquiry-box .number-box a.del1:before {
  content: '\e729';
}

.inquiry-wrap .inquiry-box .number-box a.add1:before {
  content: '\e632';
}

@media (min-width: 1200px) {
  .inquiry-wrap .inquiry-box .number-box a:active {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  }
}

@media (max-width: 575px) {
  .inquiry-wrap .inquiry-box .number-box a {
    width: 25px;
    height: 25px;
    line-height: 23px;
    font-size: 12px;
  }
}

.inquiry-wrap .inquiry-box .number-box a.disable {
  cursor: not-allowed;
}

.inquiry-wrap .inquiry-box .number-box .ipt-num {
  float: left;
  width: 40px;
  min-width: 26px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  max-width: 60px;
  color: #333;
  font-size: 16px;
  background: none;
  border: none;
}

@media (max-width: 767px) {
  .inquiry-wrap .inquiry-box .number-box .ipt-num {
    width: 50px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .inquiry-wrap .inquiry-box .number-box .ipt-num {
    width: 35px;
    height: 25px;
    line-height: 23px;
  }
}

.inquiry-wrap .inquiry-box .qty-box {
  text-align: center;
}

@media (max-width: 767px) {
  .inquiry-wrap .inquiry-box .qty-box {
    display: none;
  }
}

@media (min-width: 768px) {
  .inquiry-wrap .inquiry-box .qty-box {
    width: 150px;
    text-align: center;
  }
}

.inquiry-wrap .inquiry-box .del-box {
  text-align: center;
}

@media (min-width: 768px) {
  .inquiry-wrap .inquiry-box .del-box {
    width: 80px;
  }
}

.inquiry-wrap .inquiry-box .del-box .del:before {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e8b6';
  color: #787878;
  font-size: 20px;
}

.inquiry-wrap .inquiry-box .del-box .del:hover:before {
  color: #000;
}

@media (min-width: 768px) {
  .inquiry-wrap .inquiry-box .del-box .del {
    font-weight: bold;
  }
}

@media (max-width: 767px) {
  .inquiry-wrap .inquiry-box .del-box .del {
    margin-right: 10px;
  }

  .inquiry-wrap .inquiry-box .del-box .del:before {
    font-size: 18px;
  }
}

.inquiry-wrap .inquiry-box .list {
  border: 1px solid #1458E4;
  border-top: none;
}

.inquiry-wrap .inquiry-box .list>li {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #1458E4;
}

.inquiry-wrap .inquiry-box .list>li:nth-of-type(1) {
  border-top: none;
}

@media (max-width: 575px) {
  .inquiry-wrap .inquiry-box .list>li {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.inquiry-wrap .inquiry-box .list>li {
  flex-wrap: wrap;
}

.inquiry-wrap .pro-parameter {
  width: 100%;
  text-align: left;
}

@media (min-width: 992px) {
  .inquiry-wrap .pro-parameter {
    display: -webkit-box;
    display: flex;
  }

  .inquiry-wrap .pro-parameter>div {
    -webkit-box-flex: 1;
    flex: 1;
    padding: 0 10px;
  }
}

.inquiry-wrap .parameter-list li:not(.active) {
  display: none;
}

.number-box input {
  -moz-appearance: textfield;
  /* Firefox */
  -webkit-appearance: none;
  /* Chrome, Safari, Edge */
  appearance: none;
}

/* 针对 WebKit 内核浏览器隐藏上下箭头 */
.number-box input::-webkit-inner-spin-button,
.number-box input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.inquiry-wrap .content .inquiry-box {
  margin-bottom: 80px;
}

@media (max-width: 1199px) {
  .inquiry-wrap .content .inquiry-box {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .inquiry-wrap .content .inquiry-box {
    margin-bottom: 20px;
  }
}

.inquiry-wrap .content .message {
  width: 100%;
  margin-top: 40px;
}

.inquiry-wrap .content .message .formbox .now-title input {
  width: 100%;
  border-radius: 5px;
  background: #1458E4;
  border: none;
  padding: 18px 24px;
  color: #FFF;
  font-size: 24px;
  font-weight: 600;
  line-height: 25px;
  /* 16px */
}

@media (max-width: 1400px) {
  .inquiry-wrap .content .message .formbox .now-title input {
    padding: 12px 20px;
  }
}

@media (max-width: 991px) {
  .inquiry-wrap .content .message .formbox .now-title input {
    padding: 8px 20px;
  }
}

@media (max-width: 767px) {
  .inquiry-wrap .content .message .formbox .now-title input {
    font-size: 16px;
  }
}

.inquiry-wrap .content .message .formbox .row {
  list-style: none;
  margin: 0 -15px;
}

.inquiry-wrap .content .message .formbox li {
  padding: 0 15px;
  margin-top: 20px;
}

.inquiry-wrap .content .message .formbox .group {
  position: relative;
}

.inquiry-wrap .content .message .formbox .group label {
  display: block;
  color: #000;
  font-size: 16px;
  margin-bottom: 9px;
  padding-left: 11px;
}

.inquiry-wrap .content .message .formbox .group label span {
  color: red;
}

.inquiry-wrap .content .message .formbox .group input {
  border: none;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #EAEDF4;
  background-color: transparent;
  overflow: hidden;
  color: #707070;
  font-size: 16px;
  font-weight: 300;
  padding: 13px 10px;
  outline: none;
  transition: border-color 0.3s ease;
}

@media (max-width: 991px) {
  .inquiry-wrap .content .message .formbox .group input {
    font-size: 14px;
  }
}

.inquiry-wrap .content .message .formbox .group input::placeholder {
  color: #707070;
  font-size: 16px;
  font-weight: 300;
}

@media (max-width: 991px) {
  .inquiry-wrap .content .message .formbox .group input::placeholder {
    font-size: 14px;
  }
}

.inquiry-wrap .content .message .formbox .group input:focus label {
  display: none;
}

.inquiry-wrap .content .message .formbox .group input:focus::placeholder {
  color: #ccc;
}

.inquiry-wrap .content .message .formbox .group textarea {
  border: none;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #EAEDF4;
  background-color: transparent;
  overflow: hidden;
  color: #707070;
  font-size: 16px;
  font-weight: 300;
  padding: 13px 10px;
  outline: none;
  transition: border-color 0.3s ease;
  height: 130px;
}

@media (max-width: 991px) {
  .inquiry-wrap .content .message .formbox .group textarea {
    height: 150px;
  }
}

.inquiry-wrap .content .message .formbox .group textarea::placeholder {
  color: #707070;
  font-size: 16px;
  font-weight: 300;
}

@media (max-width: 991px) {
  .inquiry-wrap .content .message .formbox .group textarea::placeholder {
    font-size: 14px;
  }
}

.inquiry-wrap .content .message .formbox .group textarea:focus label {
  display: none;
}

.inquiry-wrap .content .message .formbox .group textarea:focus::placeholder {
  color: #ccc;
}

.inquiry-wrap .content .message .func {
  margin-top: 60px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1560px) {
  .inquiry-wrap .content .message .func {
    margin-top: 50px;
  }
}

@media (max-width: 1400px) {
  .inquiry-wrap .content .message .func {
    margin-top: 30px;
  }
}

@media (max-width: 1199px) {
  .inquiry-wrap .content .message .func {
    margin-top: 20px;
  }
}

.inquiry-wrap .content .message .func .submit-group {
  width: 100%;
}

.inquiry-wrap .content .message .func button {
  border: none;
  transition: all 0.5s;
  padding: 20px 70px;
  width: 100%;
  border-radius: 6px;
  background-color: #1458E4;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 11.508px;
}

.product .search-none {
  margin-bottom: 40px;
}

@media (max-width: 1400px) {
  .product .search-none {
    margin-bottom: 20px;
  }
}

.product .search-none h2 {
  color: #666;
}

.product .search-none p {
  background-color: #fcf8e3;
  border: 1px solid #faebcc;
  border-radius: 5px;
  margin: 0;
  color: #ab7640;
  padding: 10px;
}


.h-r2-4 {}

.h-r2-4 a {
  display: inline-block;
  color: #FFF;
  margin: 0 10px;
  padding: 8px 15.5px;
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.3);

  transition: all .5s;

  border-radius: 10px;

  margin-right: 0;
}
@media(max-width:1400px){
  .h-r2-4 a {
    font-size: 14px;
  }
}
@media(max-width:575px){
  .h-r2-4 a {
   padding: 8px 10px;
   font-size: 13px;
  }
}
.h-r2-4 a:hover {
  background-color: #1458E4;
}

.gjtit{
  font-size: 24px;
  color: #FFF;
  margin-bottom: 20px;

}
@media(max-width:1440px){
  .gjtit{
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media(max-width:1199px){
  .gjtit{
    font-size: 18px;
  }
}
@media(max-width:991px){
  .gjtit{
    font-size: 16px;
  }
}
@media(max-width:767px){
  .gjtit{
    font-size: 14px;
  }
}
.gouwu{
  display: block !important;
}

.gouwu p{
  color: #FFF;
  margin-top: 5px;
}