@font-face {
  font-family: 'Do Hyeon';
  src: local('Do Hyeon Regular'), local('DoHyeon-Regular'), url('../fonts/DoHyeon-Regular.woff2') format('woff2'), url('../fontsDoHyeon-Regular.woff') format('woff'), url('../fontsDoHyeon-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Anton';
  src: local('Anton Regular'), local('Anton-Regular'), url('../fonts/Anton-Regular.woff2') format('woff2'), url('../fonts/Anton-Regular.woff') format('woff'), url('../fonts/Anton-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: 'Microsoft YaHei', Arial, Helvetica, 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
  font-size: 16px;
  font-weight: normal;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  background-size: cover;
  background: #F3F3F3;
}
:root {
  --pad: -webkit-calc(-655vw);
  --pad: calc(50vw - 705px);
}
.img-box {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
}
.zoom {
  cursor: crosshair;
  position: relative;
}
.img-box img,
.img-box iframe,
.img-box video {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
img[data-lazy] {
  background: url(../images/ajax-loader.gif) no-repeat center;
}
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;
}
.swiper-lazy {
  background: url(../images/ajax-loader.gif) no-repeat center;
}
.loaded {
  background-size: cover;
}
li,
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a,
a:hover,
a:link,
a:visited {
  text-decoration: none;
  color: inherit;
}
input,
textarea {
  outline: none;
}
auto-adjust-img img {
  max-width: 100% !important;
  height: auto !important;
}
.auto-adjust-img.is-mobile img {
  max-width: 100% !important;
  height: auto !important;
  margin: 5px 0;
}
.auto-adjust-img p.contains-pictures {
  font-size: 0 !important;
  overflow-x: hidden;
  margin: 0 -5px !important;
  padding: 0;
}
@media (min-width: 767px) {
  .auto-adjust-img p.contains-pictures {
    white-space: nowrap;
  }
}
.auto-adjust-img p.contains-pictures > img {
  display: inline-block;
  margin: 5px;
}
.fluid_html_on_pause,
.fluid_pseudo_poster,
.fluid_controls_container {
  display: none;
}
.fszero {
  font-size: 0;
  overflow: hidden;
  width: 0;
  height: 0;
}
.serach-part {
  display: none;
}
.search-none {
  padding-bottom: 20px;
}
.search-none h2 {
  color: #444;
}
.search-none p {
  background-color: #fcf8e3;
  border: 1px solid #faebcc;
  border-radius: 5px;
  margin: 0;
  color: #D97028;
  padding: 10px;
}
.header .search-wrap {
  font-size: 14px;
  position: absolute;
  z-index: 9;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100vh;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.header .search-wrap .search-close {
  position: absolute;
  top: 5%;
  right: 10%;
  cursor: pointer;
  color: #fff;
}
@media (max-width: 1199px) {
  .header .search-wrap .search-close {
    right: 5%;
  }
}
.header .search-wrap .search-close .icon {
  font-size: 30px;
}
.header .search-wrap .search-box {
  position: absolute;
  top: 50%;
  left: 10%;
  overflow: hidden;
  width: 80%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 6px;
}
@media (max-width: 1199px) {
  .header .search-wrap .search-box {
    left: 5%;
    width: 90%;
  }
}
.header .search-wrap input {
  line-height: 30px;
  width: 100%;
  padding: 15px;
  color: #666;
}
.header .search-wrap .submit {
  font-size: 20px;
  position: absolute;
  top: 0;
  right: 0;
  width: 46px;
  height: 63px;
  padding: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 0;
  background: #002A80;
  border: none;
  color: #FFF;
}
.header .search-wrap .submit:before {
  font-family: 'iconfont' !important;
  content: '\e64e';
}
.header .search-wrap .submit:hover {
  background-color: #003ebb;
  color: #FFF;
}
@media (min-width: 1470px) {
  .container {
    max-width: 1440px;
  }
}
@media (min-width: 1710px) {
  .con1680 {
    max-width: 1680px;
  }
  .con1810 {
    max-width: 1810px;
  }
  .con1890 {
    max-width: 1890px;
  }
  .con1920 {
    max-width: 1920px;
  }
}
.wrap {
  padding: 100px 0;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .wrap {
    padding: 40px 0;
  }
}
.wrap-inner {
  padding: 60px 0;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .wrap-inner {
    padding: 40px 0;
  }
}
.tit-inner h2 {
  color: #222;
  font-size: 52px;
  font-weight: bold;
  line-height: 65px;
}
@media (max-width: 1470px) {
  .tit-inner h2 {
    font-size: 48px;
    line-height: 58px;
  }
}
@media (max-width: 1199px) {
  .tit-inner h2 {
    font-size: 30px;
    line-height: 44px;
  }
}
@media (max-width: 991px) {
  .tit-inner h2 {
    font-size: 24px;
    line-height: normal;
  }
}
#content {
  position: relative;
  top: -220px;
}
.xs-product-nav {
  display: none;
  padding: 40px 0;
}
@media (max-width: 1199px) {
  .xs-product-nav {
    display: block;
    padding: 20px 0;
  }
}
.xs-product-nav ul {
  display: flex;
  flex-wrap: wrap;
}
.xs-product-nav ul li {
  width: 50%;
  display: inline-block;
  overflow: hidden;
  height: auto;
  padding: 4px;
  vertical-align: top;
}
.xs-product-nav ul li a {
  color: #666;
  background: transparent;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  height: 100%;
  padding: 10px 10px;
  text-transform: capitalize;
  display: flex;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  font-family: 'Marcellus', sans-serif;
}
.menu-btn {
  display: none;
  color: #222;
  margin-left: 20px;
}
.menu-btn .icon {
  color: #222;
  font-size: 20px;
}
@media (max-width: 1199px) {
  .menu-btn {
    display: block;
  }
}
.banner-box {
  position: relative;
  padding-top: 150px;
}
@media (max-width: 1710px) {
  .banner-box {
    padding-top: 190px;
  }
}
@media (max-width: 1199px) {
  .banner-box {
    padding-top: 60px;
  }
}
.banner-box .swiper-slide {
  overflow: hidden;
}
.banner-box .banner {
  position: relative;
  overflow: hidden;
}
.banner-box .banner img {
  display: block;
  width: 100%;
}
.banner-box .banner-video-box {
  padding-bottom: 42.8%;
}
.banner-box .banner-video-box .banner-video {
  object-fit: cover;
}
.banner-box .fluid_video_wrapper {
  position: absolute;
  left: 0;
  top: 0;
}
.banner-box .swiper-pagination-bullet {
  background: transparent;
  opacity: 1;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 100%;
  position: relative;
  margin: 0 20px !important;
}
.banner-box .swiper-pagination-bullet::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #FFF;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.banner-box .swiper-pagination-bullet-active {
  opacity: 1;
  border: 1px solid #FFF;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background: transparent;
}
.banner-box .swiper-pagination {
  bottom: 24px;
  text-align: start;
  bottom: 10%;
  left: 10%;
}
.banner-box .banner-tit .tit {
  position: absolute;
  top: 50%;
  left: 15%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media (max-width: 1199px) {
  .banner-box .banner-tit .tit {
    left: 50%;
    top: 50%;
  }
}
@media (max-width: 991px) {
  .banner-box .banner-tit .tit {
    top: 60%;
  }
}
@media (max-width: 767px) {
  .banner-box .banner-tit .tit {
    top: 65%;
  }
}
.banner-box .banner-tit .tit h2 {
  color: #FFF;
  font-size: 44px;
  font-weight: bold;
}
@media (max-width: 1470px) {
  .banner-box .banner-tit .tit h2 {
    font-size: 40px;
  }
}
@media (max-width: 1199px) {
  .banner-box .banner-tit .tit h2 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .banner-box .banner-tit .tit h2 {
    font-size: 20px;
  }
}
.banner-box .banner-link .link {
  position: absolute;
  top: 60%;
  left: 14%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1199px) {
  .banner-box .banner-link .link {
    left: 52%;
  }
}
@media (max-width: 991px) {
  .banner-box .banner-link .link {
    top: 75%;
  }
}
@media (max-width: 767px) {
  .banner-box .banner-link .link {
    top: 80%;
  }
}
.banner-box .banner-link .link ul li {
  display: inline-block;
  margin: 0 13px;
}
.banner-box .banner-link .link ul li:first-child {
  position: relative;
}
.banner-box .banner-link .link ul li:first-child::before {
  content: "\e7e4";
  font-family: 'iconfont' !important;
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 20px;
  color: #FFF;
}
.banner-box .banner-link .link ul li:last-child a::before {
  display: none;
}
.banner-box .banner-link .link ul li a {
  display: block;
  color: #FFF;
  font-size: 14px;
  font-weight: 290;
  line-height: 18px;
  position: relative;
  transition: all 0.4s ease;
}
.banner-box .banner-link .link ul li a:hover {
  color: #D97028;
  text-decoration: underline;
}
.banner-box .banner-link .link ul li a::before {
  content: "\e653";
  font-family: 'iconfont' !important;
  right: -20px;
  top: 50%;
  transform: translate(0, -50%);
  color: #FFF;
  position: absolute;
}
@keyframes slideDown {
  0% {
    top: -200px;
    /* 起始位置在视口之外 */
  }
  100% {
    top: 0;
    /* 结束位置在视口顶部 */
  }
}
.header.home-header {
  background: transparent;
}
@media (max-width: 1199px) {
  .header.home-header {
    background: #FFF;
  }
}
.header.home-header .header-menu {
  background: #FFF;
  max-width: 100%;
  margin: 70px  auto 0 auto;
  margin: 0 auto;
  padding: 0 15px;
  transition: all 0.5s ease;
}
@media (max-width: 1710px) {
  .header.home-header .header-menu {
    padding: 0 20px;
  }
}
@media (max-width: 1400px) {
  .header.home-header .header-menu {
    padding: 0 20px;
  }
}
@media (max-width: 1199px) {
  .header.home-header .header-menu {
    max-width: 100%;
    margin: 0 !important;
    width: 100%;
    padding: 0;
  }
}
.header.home-header .header-menu .menu-nav .nav-first li > ul li {
  margin: auto;
}
.header.home-header .header-menu .menu-nav .nav-first li > ul li > ul li {
  margin: auto;
}
.banner-box.home-banner {
  padding-top: 0px;
}
@media (max-width: 1199px) {
  .banner-box.home-banner {
    padding-top: 60px;
  }
}
.header {
  background: #FFF;
  width: 100%;
  position: fixed;
  z-index: 11;
}
.header .header-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .header .header-menu {
    height: 60px;
  }
}
.header .header-menu .menu-logo a {
  display: block;
  height: auto;
}
.header .header-menu .menu-logo a img {
  max-height: 50px;
}
@media (max-width: 1470px) {
  .header .header-menu .menu-logo a img {
    max-height: 45px;
  }
}
@media (max-width: 1199px) {
  .header .header-menu .menu-logo a img {
    max-height: 40px;
  }
}
.header .header-menu .menu-nav {
  display: flex;
  align-items: center;
  transition: all 0.5s ease;
}
@media (max-width: 1199px) {
  .header .header-menu .menu-nav {
    display: none;
  }
}
.header .header-menu .menu-nav .nav-first {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  transition: all 0.4s ease;
  padding: 0 20px;
}
.header .header-menu .menu-nav .nav-first li {
  display: inline-block;
  margin: 0 15px;
  flex: 1;
  text-align: center;
}
@media (max-width: 1400px) {
  .header .header-menu .menu-nav .nav-first li {
    margin: 0 5px;
  }
}
.header .header-menu .menu-nav .nav-first li:first-child {
  margin-left: 0px;
}
.header .header-menu .menu-nav .nav-first li:last-child {
  margin-right: 0px;
}
.header .header-menu .menu-nav .nav-first li a {
  color: #333;
  display: block;
  transition: all 0.4s ease;
  font-size: 17px;
  position: relative;
  line-height: 30px;
  padding: 30px 0;
}
@media (max-width: 1470px) {
  .header .header-menu .menu-nav .nav-first li a {
    font-size: 15px;
  }
}
.header .header-menu .menu-nav .nav-first li a:hover {
  color: #D97028;
}
.header .header-menu .menu-nav .nav-first li a:hover::after {
  width: 100%;
}
.header .header-menu .menu-nav .nav-first li a::after {
  width: 0;
  content: "";
  height: 2px;
  background: #D97028;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: width 0.3s ease-in-out;
}
.header .header-menu .menu-nav .nav-first li > ul {
  display: none;
  position: absolute;
  z-index: 99;
  top: 100%;
  border-top: 0;
  min-width: 220px;
  transform: translateX(-10%);
  text-align: left;
  box-shadow: 0 4px 12px 0 rgba(25, 27, 29, 0.08);
}
.header .header-menu .menu-nav .nav-first li > ul li {
  width: 100%;
  display: block;
  text-align: start;
  flex-wrap: wrap;
  background: #FFF;
  padding: 0;
  margin: 0;
}
.header .header-menu .menu-nav .nav-first li > ul li a {
  padding: 10px 5px 10px 20px;
  line-height: 20px;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  color: #222;
  padding-left: 20px;
}
.header .header-menu .menu-nav .nav-first li > ul li a::after {
  display: none;
}
.header .header-menu .menu-nav .nav-first li > ul li a:hover {
  background: #D97028;
  color: #FFF;
}
.header .header-menu .menu-nav .nav-first li > ul li > ul {
  display: none;
  position: absolute;
  flex-wrap: wrap;
  left: 110%;
  top: 0;
  min-width: 260px;
  z-index: 9;
  background: #FFF;
  color: #434343;
  text-align: left;
  box-shadow: 0 4px 12px 0 rgba(25, 27, 29, 0.08);
}
.header .header-menu .menu-nav .nav-first li > ul li > ul li {
  display: block;
  text-align: start;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
}
.header .header-menu .menu-nav .nav-first li > ul li > ul li a::after {
  display: none;
}
.header .header-menu .menu-right {
  display: flex;
  align-items: center;
}
.header .header-menu .menu-right .search .find {
  transition: all 0.4s ease;
  cursor: pointer;
}
.header .header-menu .menu-right .search .find:hover {
  color: #D97028;
}
.header .header-menu .menu-right .menu-language {
  position: relative;
  margin-left: 70px;
}
@media (max-width: 1710px) {
  .header .header-menu .menu-right .menu-language {
    margin-left: 30px;
  }
}
@media (max-width: 1470px) {
  .header .header-menu .menu-right .menu-language {
    margin-left: 40px;
  }
}
.header .header-menu .menu-right .menu-language .select-language {
  z-index: 1;
  background: #FFF;
  min-width: 80px;
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  left: -50%;
  text-align: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
.header .header-menu .menu-right .menu-language .select-language a {
  display: block;
  transition: all 0.4s ease;
}
.header .header-menu .menu-right .menu-language .select-language a:hover {
  color: #D97028;
  text-decoration: underline;
}
.footer {
  background: #292A2F;
}
.footer .foot {
  padding: 110px 0 60px 0;
}
@media (max-width: 1199px) {
  .footer .foot {
    padding: 40px 0;
  }
}
@media (max-width: 1199px) {
  .footer .foot .info {
    flex-direction: column;
  }
}
.footer .foot .left {
  width: 45%;
}
@media (max-width: 1199px) {
  .footer .foot .left {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .footer .foot .left .item-message .info p {
    display: inline-block;
    margin-right: 10px;
  }
}
@media (max-width: 1199px) {
  .footer .foot .left .item-nav {
    padding-top: 20px;
  }
}
@media (max-width: 1199px) {
  .footer .foot .left .item-nav .info {
    padding-top: 5px;
  }
}
@media (max-width: 1199px) {
  .footer .foot .left .item-nav .info a {
    display: inline-block;
    margin-right: 15px;
    line-height: 32px;
  }
}
.footer .foot .left ul {
  width: 100%;
}
@media (max-width: 1199px) {
  .footer .foot .left ul {
    flex-direction: column;
  }
}
.footer .foot .left ul li {
  max-width: 310px;
}
@media (max-width: 1199px) {
  .footer .foot .left ul li {
    max-width: 100%;
  }
}
@media (max-width: 1199px) {
  .footer .foot .left ul li a {
    display: inline-block;
  }
}
.footer .foot .right {
  width: 50%;
  padding-left: 1%;
}
@media (max-width: 1560px) {
  .footer .foot .right {
    padding-left: 1%;
  }
}
@media (max-width: 1470px) {
  .footer .foot .right {
    padding-left: 1%;
  }
}
@media (max-width: 1199px) {
  .footer .foot .right {
    padding-left: 0%;
    width: 100%;
  }
}
.footer .foot .right ul {
  width: 100%;
}
@media (max-width: 1199px) {
  .footer .foot .right ul {
    flex-direction: column;
  }
}
.footer .foot .right ul li {
  max-width: 310px;
}
@media (max-width: 1199px) {
  .footer .foot .right ul li {
    max-width: 100%;
    width: 100%;
    margin-top: 20px;
  }
}
.footer .foot .right .foot-form {
  padding-top: 120px;
}
@media (max-width: 1199px) {
  .footer .foot .right .foot-form {
    padding-top: 20px;
  }
}
@media (max-width: 991px) {
  .footer .foot .right .foot-form {
    width: 100%;
  }
}
.footer .foot .right .foot-form h3 {
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
}
.footer .foot .right .foot-form form {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .footer .foot .right .foot-form form {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .footer .foot .right .foot-form form {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .footer .foot .right .foot-form form .form-group {
    width: 100%;
  }
}
.footer .foot .right .foot-form form .form-group input {
  height: 54px;
  min-width: 360px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.2);
  padding: 0 20px;
  color: #98999B;
}
@media (max-width: 1470px) {
  .footer .foot .right .foot-form form .form-group input {
    min-width: 390px;
  }
}
@media (max-width: 1199px) {
  .footer .foot .right .foot-form form .form-group input {
    min-width: 500px;
  }
}
@media (max-width: 991px) {
  .footer .foot .right .foot-form form .form-group input {
    min-width: 100%;
  }
}
.footer .foot .right .foot-form form .form-group input::placeholder {
  color: #98999B;
  font-size: 14px;
  transition: all 0.4s ease;
}
.footer .foot .right .foot-form form .form-group input:focus::placeholder {
  color: #666;
}
.footer .foot .right .foot-form form .form-group button {
  background: #D97028;
  line-height: 54px;
  border: none;
  color: #FFF;
  padding: 0 34px;
  vertical-align: top;
  display: inline-block;
  position: relative;
  left: -20px;
}
@media (max-width: 991px) {
  .footer .foot .right .foot-form form .form-group button {
    left: auto;
    margin-top: 20px;
  }
}
.footer .foot .right .link {
  padding-top: 20px;
}
.footer .foot .right .link a {
  display: inline-block;
  color: #999;
  font-size: 14px;
  line-height: 24px;
  margin-right: 20px;
  transition: all 0.4s ease;
}
.footer .foot .right .link a i {
  vertical-align: top;
  margin-right: 10px;
  font-size: 20px;
}
.footer .foot .right .link a:hover {
  color: #FFF;
}
.footer .foot ul li.nav .info {
  padding-top: 30px;
}
@media (max-width: 1199px) {
  .footer .foot ul li.nav .info {
    padding-top: 5px;
  }
}
.footer .foot ul li.nav .info a {
  line-height: 50px;
  font-weight: 400;
  color: #FFF;
  display: block;
  transition: all 0.4s ease;
}
@media (max-width: 1199px) {
  .footer .foot ul li.nav .info a {
    display: inline-block;
    line-height: 32px;
  }
}
.footer .foot ul li.nav .info a:hover {
  color: #D97028;
  text-decoration: underline;
}
.footer .foot ul .foot-tit a {
  color: #FFF;
  font-size: 18px;
  line-height: 32px;
  transition: all 0.4s ease;
}
@media (max-width: 1199px) {
  .footer .foot ul .foot-tit a {
    font-size: 18px;
  }
}
.footer .foot ul .foot-tit a:hover {
  text-decoration: underline;
}
.footer .foot ul li.message .foot-logo a {
  display: block;
  height: auto;
}
.footer .foot ul li.message .foot-logo a img {
  max-height: 110px;
}
@media (max-width: 1199px) {
  .footer .foot ul li.message .foot-logo a img {
    max-height: 60px;
  }
}
@media (max-width: 991px) {
  .footer .foot ul li.message .foot-logo a img {
    max-height: 40px;
  }
}
.footer .foot ul li.message .info {
  padding-top: 80px;
}
@media (max-width: 1199px) {
  .footer .foot ul li.message .info {
    padding-top: 20px;
  }
}
.footer .foot ul li.message .info p {
  margin: 0 0 10px 0;
  color: #FFF;
  font-size: 14px;
  line-height: 24px;
}
@media (max-width: 1199px) {
  .footer .foot ul li.message .info p {
    margin: 0 0 5px 0;
  }
}
.footer .foot ul li.message .info p span {
  display: inline-block;
}
.footer .foot ul li.message .info p a {
  display: inline-block;
}
.footer .foot ul li.message .code {
  padding-top: 35px;
}
@media (max-width: 1199px) {
  .footer .foot ul li.message .code {
    padding-top: 20px;
  }
}
.footer .foot ul li.message .code p {
  text-align: center;
  color: #FFF;
  font-size: 14px;
  margin: 10px 0 0 0;
}
.footer .foot ul li.message .code .wechat {
  margin-right: 10px;
}
.footer .foot ul li.message .code .wechat img {
  display: block;
  max-height: 80px;
}
.footer .foot ul li.message .code .mobile-website img {
  display: block;
  max-height: 80px;
}
.footer .copyright {
  background: #1F1E23;
}
@media (max-width: 1199px) {
  .footer .copyright {
    padding: 15px 0 60px 0;
  }
}
.footer .copyright .info {
  color: #98999B;
  text-align: right;
  line-height: 80px;
}
@media (max-width: 991px) {
  .footer .copyright .info {
    line-height: 26px;
    text-align: start;
    flex-direction: column;
  }
}
.footer .copyright .info span {
  display: inline-block;
  margin-right: 40px;
}
@media (max-width: 1199px) {
  .footer .copyright .info span {
    font-size: 14px;
  }
}
.footer .copyright .info p {
  display: inline-block;
  margin: 0;
}
@media (max-width: 1199px) {
  .footer .copyright .info p {
    font-size: 14px;
  }
}
.footer .copyright .info a {
  margin-left: 10px;
  transition: all 0.4s ease;
}
@media (max-width: 1199px) {
  .footer .copyright .info a {
    font-size: 14px;
  }
}
.footer .copyright .info a:hover {
  color: #D97028;
  text-decoration: underline;
}
.common-tit h2 {
  color: #333;
  font-weight: bold;
  font-size: 44px;
}
@media (max-width: 1470px) {
  .common-tit h2 {
    font-size: 40px;
  }
}
@media (max-width: 1199px) {
  .common-tit h2 {
    font-size: 24px;
  }
}
.wrap-contact .contact {
  padding: 80px 0 110px 0;
}
@media (max-width: 1199px) {
  .wrap-contact .contact {
    padding: 40px 0;
  }
}
.wrap-contact .contact .list {
  padding-top: 50px;
}
@media (max-width: 1199px) {
  .wrap-contact .contact .list {
    padding-top: 20px;
  }
}
@media (max-width: 1199px) {
  .wrap-contact .contact .list .info {
    flex-wrap: wrap !important;
    margin-top: 0px;
    padding-top: 0px;
    flex-direction: row;
  }
}
.wrap-contact .contact .list .info .item {
  width: 18%;
  background: #FFF;
  padding: 30px;
}
@media (max-width: 1470px) {
  .wrap-contact .contact .list .info .item {
    padding: 25px;
  }
}
@media (max-width: 1400px) {
  .wrap-contact .contact .list .info .item {
    padding: 20px;
  }
}
@media (max-width: 1199px) {
  .wrap-contact .contact .list .info .item {
    padding: 15px;
    width: 49%;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .wrap-contact .contact .list .info .item {
    padding: 10px;
  }
}
.wrap-contact .contact .list .info .item:hover i {
  color: #D97028;
}
.wrap-contact .contact .list .info .item:hover a {
  text-decoration: underline;
}
.wrap-contact .contact .list .info .item .item-icon i {
  display: inline-block;
  font-size: 30px;
  transition: all 0.4s ease;
}
.wrap-contact .contact .list .info .item .item-tit {
  padding-top: 15px;
}
@media (max-width: 1199px) {
  .wrap-contact .contact .list .info .item .item-tit {
    padding-top: 10px;
  }
}
.wrap-contact .contact .list .info .item .item-tit p {
  color: #333;
  font-size: 20px;
  line-height: 35px;
  margin: 0px;
}
@media (max-width: 1199px) {
  .wrap-contact .contact .list .info .item .item-tit p {
    font-size: 18px;
    line-height: 26px;
  }
}
.wrap-contact .contact .list .info .item .item-txt a,
.wrap-contact .contact .list .info .item .item-txt p {
  display: inline-block;
  line-height: 24px;
  color: #333;
  font-size: 14px;
}
.wrap-contact .contact .end-info {
  padding-top: 36px;
}
@media (max-width: 1199px) {
  .wrap-contact .contact .end-info {
    padding-top: 20px;
    flex-direction: column;
  }
}
.wrap-contact .contact .end-info .pic {
  width: 40%;
  position: relative;
}
@media (max-width: 1710px) {
  .wrap-contact .contact .end-info .pic {
    width: 47%;
  }
}
@media (max-width: 1400px) {
  .wrap-contact .contact .end-info .pic {
    width: 61%;
  }
}
@media (max-width: 1199px) {
  .wrap-contact .contact .end-info .pic {
    width: 100%;
  }
}
.wrap-contact .contact .end-info .pic img {
  width: 100%;
  display: block;
  height: auto;
}
.wrap-contact .contact .end-info .pic .txt {
  position: absolute;
  z-index: 1;
  top: 10%;
  left: 10%;
  color: #FFF;
}
.wrap-contact .contact .end-info .pic .txt h2 {
  font-size: 44px;
  font-weight: bold;
  line-height: 55px;
}
.wrap-contact .contact .end-info .pic .txt p {
  padding-top: 20px;
  line-height: 24px;
}
.wrap-contact .contact .end-info .note {
  width: 60%;
  background: #FFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1710px) {
  .wrap-contact .contact .end-info .note {
    padding: 0 40px;
  }
}
@media (max-width: 1199px) {
  .wrap-contact .contact .end-info .note {
    width: 100%;
    padding: 20px;
  }
}
.wrap-contact .contact .end-info .note .contact-form {
  max-width: 750px;
  margin: 0 auto;
}
.wrap-contact .contact .end-info .note .contact-form form .form-group {
  width: 100%;
  margin-bottom: 30px;
}
.wrap-contact .contact .end-info .note .contact-form form .form-group input {
  width: 100%;
  color: #666;
  line-height: 50px;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.wrap-contact .contact .end-info .note .contact-form form .form-group textarea {
  width: 100%;
  color: #666;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 1400px) {
  .wrap-contact .contact .end-info .note .contact-form form .form-group textarea {
    max-height: 130px;
  }
}
.wrap-contact .contact .end-info .note .contact-form form .submit-group button {
  line-height: 50px;
  border: none;
  background: #D97028;
  color: #FFF;
  padding: 0 20px;
  border-radius: 6px;
  transition: all 0.4s ease;
}
.wrap-contact .contact .end-info .note .contact-form form .submit-group button:hover {
  background: #D97028;
}
.wrap-contact .contact .end-info .note .contact-form form .submit-group button i {
  font-size: 12px;
  margin-left: 30px;
}
.wrap-contact .map {
  width: 100%;
}
.wrap-contact .map img {
  width: 100%;
  display: block;
  height: auto;
}
.wrap-contact .map iframe {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 500px;
}
.join-tit h2 {
  color: #333;
  font-size: 36px;
  font-weight: bold;
  line-height: 36px;
  letter-spacing: 1.44px;
}
@media (max-width: 1199px) {
  .join-tit h2 {
    font-size: 24px;
    letter-spacing: 0px;
  }
}
.join-tit p {
  color: #666;
  font-size: 20px;
  line-height: 36px;
  letter-spacing: 0.8px;
  margin: 20px 0 0 0;
}
@media (max-width: 1199px) {
  .join-tit p {
    font-size: 14px;
    letter-spacing: 0px;
  }
}
.wrap-join {
  background: #FFF;
}
.wrap-join .join ul li {
  margin-top: 80px;
  width: 100%;
}
@media (max-width: 1199px) {
  .wrap-join .join ul li {
    margin-top: 20px;
  }
}
.wrap-join .join ul li:nth-child(2n+2) .pic {
  order: 2;
}
@media (max-width: 991px) {
  .wrap-join .join ul li:nth-child(2n+2) .note {
    order: 2;
  }
}
@media (max-width: 991px) {
  .wrap-join .join ul li .item {
    flex-direction: column;
  }
}
.wrap-join .join ul li .item .pic {
  width: 50%;
}
@media (max-width: 1199px) {
  .wrap-join .join ul li .item .pic {
    width: 100%;
  }
}
.wrap-join .join ul li .item .pic img {
  width: 100%;
  display: block;
  height: auto;
  border-radius: 4px;
}
.wrap-join .join ul li .item .note {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1199px) {
  .wrap-join .join ul li .item .note {
    width: 100%;
  }
}
.wrap-join .join ul li .item .note .list {
  max-width: 470px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .wrap-join .join ul li .item .note .list {
    max-width: 370px;
  }
}
@media (max-width: 991px) {
  .wrap-join .join ul li .item .note .list {
    max-width: 100%;
    padding-top: 20px;
  }
}
.wrap-join .join ul li .item .note .list .num {
  font-family: "Do Hyeon", sans-serif;
  color: #F0F0F0;
  font-size: 116px;
  line-height: 60px;
  letter-spacing: 5.8px;
  position: relative;
  bottom: -50px;
  z-index: 1;
  left: 20px;
}
@media (max-width: 1199px) {
  .wrap-join .join ul li .item .note .list .num {
    font-size: 32px;
    line-height: normal;
    bottom: auto;
    left: auto;
    letter-spacing: 0px;
  }
}
.wrap-join .join ul li .item .note .list .join-tit h2 {
  position: relative;
  z-index: 2;
}
.wrap-join .join ul li .item .note .list .txt {
  margin-top: 60px;
  border-top: 1px solid #E1E1E1;
  padding-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-join .join ul li .item .note .list .txt {
    margin-top: 10px;
    padding-top: 10px;
  }
}
.wrap-join .join ul li .item .note .list .txt p {
  color: #666;
  line-height: 32px;
}
@media (max-width: 1199px) {
  .wrap-join .join ul li .item .note .list .txt p {
    line-height: 26px;
  }
}
.wrap-join .step {
  background: #F8F8F8;
  padding: 60px 0 100px 0;
}
@media (max-width: 1199px) {
  .wrap-join .step {
    padding: 40px 0 100px 0;
  }
}
@media (max-width: 991px) {
  .wrap-join .step {
    padding: 40px 0;
  }
}
.wrap-join .step .info {
  padding-top: 100px;
}
@media (max-width: 991px) {
  .wrap-join .step .info {
    padding-top: 20px;
  }
}
.wrap-join .step .info ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .wrap-join .step .info ul {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .wrap-join .step .info ul {
    gap: 5px;
  }
}
.wrap-join .step .info ul li {
  margin: 0 25px;
  max-width: 200px;
  position: relative;
}
@media (max-width: 991px) {
  .wrap-join .step .info ul li {
    width: 50%;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .wrap-join .step .info ul li {
    max-width: 100%;
    margin: 10px 0;
  }
}
.wrap-join .step .info ul li:nth-child(2n+2) .item img {
  transform: rotate(0deg);
  top: 100%;
  left: 40%;
}
@media (max-width: 991px) {
  .wrap-join .step .info ul li:nth-child(2n+2) .item img {
    display: none;
  }
}
.wrap-join .step .info ul li .item {
  align-items: center;
}
.wrap-join .step .info ul li .item i {
  display: inline-block;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background: #D97028;
  color: #FFF;
  font-size: 44px;
}
@media (max-width: 1199px) {
  .wrap-join .step .info ul li .item i {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .wrap-join .step .info ul li .item i {
    width: 50px;
    height: 50px;
  }
}
.wrap-join .step .info ul li .item span {
  display: inline-block;
  margin-left: 20px;
}
.wrap-join .step .info ul li .item img {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: -70%;
  left: 35%;
}
@media (max-width: 991px) {
  .wrap-join .step .info ul li .item img {
    display: none;
  }
}
.wrap-join .hire {
  background: #FFF;
  padding: 80px 0 100px 0;
}
@media (max-width: 1199px) {
  .wrap-join .hire {
    padding: 40px 0;
  }
}
.wrap-join .hire .list {
  padding-top: 100px;
}
@media (max-width: 1470px) {
  .wrap-join .hire .list {
    justify-content: space-between;
  }
}
@media (max-width: 1199px) {
  .wrap-join .hire .list {
    padding-top: 20px;
  }
}
@media (max-width: 991px) {
  .wrap-join .hire .list {
    flex-direction: column;
  }
}
.wrap-join .hire .list .right {
  width: 70%;
}
@media (max-width: 1470px) {
  .wrap-join .hire .list .right {
    width: 65%;
  }
}
@media (max-width: 991px) {
  .wrap-join .hire .list .right {
    width: 100%;
  }
}
.wrap-join .hire .list .right .hire-common.on {
  display: block;
}
.wrap-join .hire .list .right .hire-common {
  display: none;
}
.wrap-join .hire .list .right .hire-common .item {
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #FFF;
  padding: 20px 30px;
}
@media (max-width: 1199px) {
  .wrap-join .hire .list .right .hire-common .item {
    padding: 15px;
  }
}
.wrap-join .hire .list .right .hire-common .item .type {
  display: flex;
  align-items: center;
}
.wrap-join .hire .list .right .hire-common .item .type span {
  display: inline-block;
}
.wrap-join .hire .list .right .hire-common .item .type .name {
  color: #000;
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 1199px) {
  .wrap-join .hire .list .right .hire-common .item .type .name {
    line-height: 26px;
  }
}
.wrap-join .hire .list .right .hire-common .item .type .mold {
  margin-left: 20px;
  background: #D97028;
  color: #FFF;
  padding: 0 10px;
  border-radius: 10px;
}
@media (max-width: 1199px) {
  .wrap-join .hire .list .right .hire-common .item .type .mold {
    font-size: 14px;
  }
}
.wrap-join .hire .list .right .hire-common .item .way {
  padding-top: 20px;
}
@media (max-width: 1199px) {
  .wrap-join .hire .list .right .hire-common .item .way {
    padding-top: 10px;
  }
}
.wrap-join .hire .list .right .hire-common .item .way span {
  display: inline-block;
  color: #000;
  line-height: 24px;
  margin: 0 15px;
}
.wrap-join .hire .list .right .hire-common .item .way span:first-child {
  margin-left: 0px;
}
.wrap-join .hire .list .right .hire-common .item .way span:last-child {
  margin-right: 0px;
}
.wrap-join .hire .list .right .hire-common .item .time {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .wrap-join .hire .list .right .hire-common .item .time {
    flex-direction: column;
    align-items: start;
  }
}
.wrap-join .hire .list .right .hire-common .item .time p {
  margin: 10px 0 0 0;
  color: #666;
  font-size: 18px;
  line-height: 26px;
}
@media (max-width: 767px) {
  .wrap-join .hire .list .right .hire-common .item .time p {
    font-size: 14px;
  }
}
.wrap-join .hire .list .right .hire-common .item .time p span {
  margin-right: 20px;
}
.wrap-join .hire .list .right .hire-common .item .time a {
  display: inline-block;
  color: #666;
  font-size: 18px;
  transition: all 0.4s ease;
}
@media (max-width: 767px) {
  .wrap-join .hire .list .right .hire-common .item .time a {
    font-size: 14px;
  }
}
.wrap-join .hire .list .right .hire-common .item .time a:hover {
  color: #D97028;
}
.wrap-join .hire .list .right .hire-common .item .time a i {
  font-size: 20px;
}
.common-left {
  width: 40%;
}
@media (max-width: 1199px) {
  .common-left {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .common-left {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .common-left ul li .item {
    justify-content: start !important;
  }
}
.common-left ul li.on .item .num {
  background: #D97028;
}
.common-left ul li.on .item .num span {
  color: #FFF;
}
.common-left ul li.on .item .name {
  border-bottom: 1px solid #D97028;
}
.common-left ul li.on .item .name span {
  color: #D97028;
}
.common-left ul li {
  margin-bottom: 50px;
  width: 100%;
}
@media (max-width: 1199px) {
  .common-left ul li {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .common-left ul li {
    margin-bottom: 10px;
  }
}
.common-left ul li .item {
  align-items: center;
}
.common-left ul li .item:hover {
  cursor: pointer;
}
.common-left ul li .item:hover .num {
  background: #D97028;
}
.common-left ul li .item:hover .num span {
  color: #FFF;
}
.common-left ul li .item:hover .name {
  border-bottom: 1px solid #D97028;
}
.common-left ul li .item:hover .name span {
  color: #D97028;
}
.common-left ul li .item .num {
  width: 48px;
  height: 48px;
  background: #F5F5F5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  transition: all 0.5s ease;
}
@media (max-width: 1199px) {
  .common-left ul li .item .num {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
}
.common-left ul li .item .num span {
  transition: all 0.5s ease;
  display: inline-block;
  color: #222;
  font-size: 18px;
  font-family: 'Anton', sans-serif;
}
@media (max-width: 1199px) {
  .common-left ul li .item .num span {
    font-size: 14px;
  }
}
.common-left ul li .item .name {
  min-width: 240px;
  padding-bottom: 5px;
  border-bottom: 1px solid #FFF;
  transition: all 0.5s ease;
}
.common-left ul li .item .name span {
  display: inline-block;
  color: #222;
  line-height: 28px;
  font-size: 18px;
  transition: all 0.5s ease;
}
.form-message {
  padding-top: 25px;
}
@media (max-width: 1199px) {
  .form-message {
    padding-top: 20px;
  }
}
.form-message form .form-group {
  width: 100%;
  margin-top: 15px;
}
@media (max-width: 1199px) {
  .form-message form .form-group {
    margin-top: 10px;
  }
}
.form-message form .form-group input {
  width: 100%;
  line-height: 50px;
  padding: 0 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  color: #666;
}
.form-message form .form-group input::placeholder {
  color: #666;
  transition: all 0.4s ease;
}
.form-message form .form-group input:focus::placeholder {
  color: #999;
}
.form-message form .form-group textarea {
  width: 100%;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  color: #666;
}
.form-message form .form-group textarea::placeholder {
  color: #666;
  transition: all 0.4s ease;
}
.form-message form .form-group textarea:focus::placeholder {
  color: #999;
}
.form-message form .submit-group {
  margin-top: 45px;
}
@media (max-width: 1199px) {
  .form-message form .submit-group {
    margin-top: 20px;
  }
}
.form-message form .submit-group a,
.form-message form .submit-group button {
  display: inline-block;
  line-height: 50px;
  background: #D97028;
  color: #FFF;
  padding: 0 40px;
  border-radius: 6px;
  transition: all 0.4s ease;
}
@media (max-width: 1199px) {
  .form-message form .submit-group a,
  .form-message form .submit-group button {
    font-size: 14px;
  }
}
.form-message form .submit-group a:hover,
.form-message form .submit-group button:hover {
  background: #D97028;
}
.form-message form .submit-group a i,
.form-message form .submit-group button i {
  margin-right: 20px;
  font-size: 33px;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1199px) {
  .form-message form .submit-group a i,
  .form-message form .submit-group button i {
    font-size: 30px;
  }
}
.hire-more {
  background: #FFF;
  padding-top: 90px;
}
@media (max-width: 1199px) {
  .hire-more {
    padding-top: 40px;
  }
}
.hire-more .more-tit {
  background: rgba(15, 55, 111, 0.1);
  padding: 20px 0;
}
@media (max-width: 1199px) {
  .hire-more .more-tit {
    padding: 40px 0 20px 0;
  }
}
.hire-more .more-tit .info {
  max-width: 890px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .hire-more .more-tit .info {
    max-width: 100%;
  }
}
.hire-more .more-tit .info .name {
  display: flex;
  align-items: center;
}
.hire-more .more-tit .info .name h2 {
  color: #000;
  font-size: 30px;
  font-weight: bold;
  line-height: 45px;
}
@media (max-width: 1199px) {
  .hire-more .more-tit .info .name h2 {
    font-size: 24px;
    line-height: 26px;
  }
}
.hire-more .more-tit .info .name span {
  display: inline-block;
  color: #FFF;
  line-height: 23px;
  background: #D97028;
  padding: 0 10px;
  border-radius: 10px;
  margin-left: 20px;
}
@media (max-width: 1199px) {
  .hire-more .more-tit .info .name span {
    font-size: 14px;
  }
}
.hire-more .more-tit .info .txt {
  display: flex;
  align-items: center;
  padding-top: 10px;
}
@media (max-width: 767px) {
  .hire-more .more-tit .info .txt {
    flex-direction: column;
  }
}
.hire-more .more-tit .info .txt p {
  margin: 0;
  margin-right: 30px;
  position: relative;
  color: #333;
  font-size: 14px;
}
@media (max-width: 767px) {
  .hire-more .more-tit .info .txt p {
    width: 100%;
    margin-right: 0px;
    margin: 5px 5px;
  }
}
.hire-more .more-tit .info .txt p:nth-child(2) {
  color: #000;
}
.hire-more .more-tit .info .txt p:first-child {
  color: #000;
}
.hire-more .more-tit .info .txt p:first-child::before {
  content: "";
  width: 1px;
  height: 12px;
  background: #000;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  right: -15px;
}
@media (max-width: 767px) {
  .hire-more .more-tit .info .txt p:first-child::before {
    display: none;
  }
}
.hire-more .list {
  max-width: 890px;
  margin: 0 auto;
  padding: 80px 0 100px 0;
}
@media (max-width: 1199px) {
  .hire-more .list {
    max-width: 960px;
    padding: 20px 0 40px 0;
  }
}
@media (max-width: 991px) {
  .hire-more .list {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .hire-more .list {
    max-width: 540px;
  }
}
@media (max-width: 567px) {
  .hire-more .list {
    max-width: 100%;
    padding: 0 15px;
  }
}
.hire-more .list .editor-content b {
  color: #333;
  font-weight: bold;
  line-height: 60px;
}
.hire-more .list .editor-content p {
  margin: 0;
  color: #666;
  font-size: 14px;
  line-height: 28px;
}
.hire-more .list .message {
  padding-top: 60px;
}
@media (max-width: 1199px) {
  .hire-more .list .message {
    padding-top: 20px;
  }
}
.hire-more .list .message h2 {
  color: #333;
  font-size: 30px;
  font-weight: bold;
  line-height: 45px;
}
@media (max-width: 1199px) {
  .hire-more .list .message h2 {
    font-size: 24px;
    line-height: normal;
  }
}
.hire-more .list .message p {
  margin: 10px 0 0 0 ;
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
.wrap-pack {
  background: #FFF;
  padding-bottom: 0;
}
.wrap-pack .group {
  padding: 40px 0;
}
.wrap-pack .group .editor-content p {
  line-height: 30px;
}
@media (max-width: 1199px) {
  .wrap-pack .group .editor-content p {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-pack .details-pic .pic {
  position: relative;
}
.wrap-pack .details-pic .pic::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 2;
}
.wrap-pack .pack-tit h2 {
  color: #333;
  font-weight: bold;
  font-size: 36px;
  line-height: 45px;
}
@media (max-width: 1199px) {
  .wrap-pack .pack-tit h2 {
    font-size: 24px;
    line-height: 26px;
  }
}
.wrap-pack .pack ul li:nth-child(2n+2) .item .note {
  order: 2;
}
@media (max-width: 991px) {
  .wrap-pack .pack ul li .item {
    flex-direction: column;
  }
}
.wrap-pack .pack ul li .item .note {
  width: 50%;
  padding-left: 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1710px) {
  .wrap-pack .pack ul li .item .note {
    padding-right: 5%;
  }
}
@media (max-width: 991px) {
  .wrap-pack .pack ul li .item .note {
    width: 100%;
    padding-left: 0%;
  }
}
.wrap-pack .pack ul li .item .pic {
  width: 50%;
}
@media (max-width: 991px) {
  .wrap-pack .pack ul li .item .pic {
    width: 100%;
    order: 2;
    padding-bottom: 20px;
  }
}
.wrap-pack .pack ul li .item .pic img {
  width: 100%;
  height: auto;
  display: block;
}
.wrap-faq {
  background: #F8F8F8;
}
@media (max-width: 991px) {
  .wrap-faq .faq {
    flex-direction: column;
  }
}
.wrap-faq .faq .left ul li.on .item .name {
  border-bottom: 1px solid #D97028;
}
.wrap-faq .faq .left ul li.on .item .name i {
  opacity: 1;
  color: #D97028;
  transform: translateX(0px);
}
.wrap-faq .faq .left ul li .item {
  width: 100%;
}
.wrap-faq .faq .left ul li .item:hover .name {
  border-bottom: 1px solid #D97028;
}
.wrap-faq .faq .left ul li .item:hover .name i {
  opacity: 1;
  color: #D97028;
  transform: translateX(0px);
}
.wrap-faq .faq .left ul li .item .name {
  width: 85%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #F8F8F8;
}
.wrap-faq .faq .left ul li .item .name i {
  display: inline-block;
  font-size: 24px;
  opacity: 0;
  transform: translateX(-80px);
  transition: all 0.4s ease;
}
.wrap-faq .faq .right {
  width: 70%;
  padding-left: 3%;
}
@media (max-width: 1199px) {
  .wrap-faq .faq .right {
    width: 100%;
    padding-left: 0%;
    padding-top: 20px;
  }
}
.wrap-faq .faq .right h2 {
  color: #333;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 1.44px;
  line-height: 42px;
}
@media (max-width: 1199px) {
  .wrap-faq .faq .right h2 {
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 0px;
  }
}
.wrap-faq .faq .right .faq-common.on {
  display: block;
}
.wrap-faq .faq .right .faq-common {
  display: none;
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-faq .faq .right .faq-common {
    margin-top: 20px;
  }
}
.wrap-faq .faq .right .faq-common .item {
  margin-bottom: 25px;
  border-radius: 8px;
  background: #FFF;
  overflow: hidden;
  padding: 0 60px;
  box-shadow: 0px 2px 19px 10px rgba(22, 44, 112, 0.05);
  position: relative;
}
@media (max-width: 1199px) {
  .wrap-faq .faq .right .faq-common .item {
    margin-bottom: 20px;
    padding: 0 30px;
  }
}
.wrap-faq .faq .right .faq-common .item::after {
  display: none;
  content: "";
  width: 470px;
  height: 1px;
  background: #E1E4E6;
  right: 110px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
}
@media (max-width: 1199px) {
  .wrap-faq .faq .right .faq-common .item::after {
    display: none;
  }
}
.wrap-faq .faq .right .faq-common .item:hover {
  cursor: pointer;
}
.wrap-faq .faq .right .faq-common .item .tit {
  line-height: 110px;
  color: #333;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .wrap-faq .faq .right .faq-common .item .tit {
    line-height: 60px;
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .wrap-faq .faq .right .faq-common .item .tit img {
    max-height: 40px;
  }
}
.wrap-faq .faq .right .faq-common .item .drop-txt {
  display: none;
  padding-bottom: 120px;
}
@media (max-width: 1199px) {
  .wrap-faq .faq .right .faq-common .item .drop-txt {
    padding-bottom: 20px;
  }
}
.wrap-faq .faq .right .faq-common .item .drop-txt .txt ul {
  padding-left: 20px;
}
.wrap-faq .faq .right .faq-common .item .drop-txt .txt ul li {
  color: #333;
  line-height: 32px;
}
@media (max-width: 1199px) {
  .wrap-faq .faq .right .faq-common .item .drop-txt .txt ul li {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-faq .faq .right .faq-common .item .drop-txt .txt ul li::marker {
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #D97028;
}
.wrap-faq .faq .right .faq-common .item .drop-txt .txt p {
  color: #333;
  line-height: 32px;
  position: relative;
}
@media (max-width: 1199px) {
  .wrap-faq .faq .right .faq-common .item .drop-txt .txt p {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-faq .faq .right .faq-common .item .drop-txt .txt p::before {
  display: none;
  content: ".";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #D97028;
  position: absolute;
  top: 10px;
  left: -20px;
  overflow: hidden;
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 70px;
}
@media (max-width: 1199px) {
  .pagination {
    padding-top: 40px;
  }
}
.pagination ul li {
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .pagination ul li {
    margin: 2px;
  }
}
.pagination ul li a {
  border: 1px solid none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  text-align: center;
  color: #222;
  background: none;
  border-radius: 100px;
  transition: all 0.4s;
  font-size: 18px;
}
@media (max-width: 1199px) {
  .pagination ul li a {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 991px) {
  .pagination ul li a {
    padding: 12px 12px;
  }
}
@media (max-width: 767px) {
  .pagination ul li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}
.pagination ul li a:hover {
  cursor: pointer;
  color: #FFF;
  background: #D97028;
}
.pagination ul li.active a {
  background: #D97028;
  color: #FFF;
}
.pagination ul li.next {
  margin-left: 20px;
}
@media (max-width: 1199px) {
  .pagination ul li.next {
    margin-left: 5px;
  }
}
.pagination ul li.next a:hover {
  cursor: pointer;
  background: #D97028;
  color: #FFF;
}
.pagination ul li.next a i {
  font-size: 18px;
}
.pagination ul li.prev {
  margin-right: 20px;
}
@media (max-width: 1199px) {
  .pagination ul li.prev {
    margin-right: 5px;
  }
}
.pagination ul li.prev a:hover {
  cursor: pointer;
  background: #D97028;
  color: #FFF;
}
.pagination ul li.prev a i {
  font-size: 18px;
}
.contact-left {
  width: 100%;
}
.contact-left .pic .img-box {
  padding-bottom: 34.0425%;
}
.contact-left .note {
  padding: 20px 10px;
  background: #FFF;
  box-shadow: 0px 4px 6px 0px rgba(145, 145, 145, 0.25);
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .contact-left .note {
    padding: 15px;
  }
}
.contact-left .note i {
  font-size: 20px;
  margin-right: 10px;
  transition: all 0.4s ease;
}
.contact-left .note p {
  margin: 0;
  color: #000;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
}
.contact-left .note p:hover i {
  color: #D97028;
}
.contact-left .note p a {
  transition: all 0.4s ease;
}
.contact-left .note p a:hover {
  color: #D97028;
  text-decoration: underline;
}
.contact-left .note .hour {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-left .note .hour p:hover i {
  color: #D97028;
}
.contact-left .note .hour p i {
  transition: all 0.4s ease;
}
.contact-left .note .tel-email {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
@media (max-width: 1199px) {
  .contact-left .note .tel-email {
    flex-direction: column;
  }
}
.contact-left .note .tel-email .tel,
.contact-left .note .tel-email .email {
  margin: 0 5px;
}
.contact-left .note .tel-email i {
  color: #000;
  font-weight: normal;
}
.contact-left .note .address {
  padding-top: 0px;
}
@media (max-width: 1199px) {
  .contact-left .note .address {
    padding-top: 0px;
  }
}
.contact-left .note .address i {
  color: #000;
}
.wrap-field {
  background: #FAFAFA;
}
.wrap-field .common-left ul li .item {
  justify-content: start !important;
}
@media (max-width: 991px) {
  .wrap-field .field {
    flex-direction: column;
  }
}
.wrap-field .field .left ul li.on .item .name {
  border-bottom: 1px solid #D97028;
}
.wrap-field .field .left ul li.on .item .name i {
  opacity: 1;
  color: #D97028;
  transform: translateX(0px);
}
.wrap-field .field .left ul li .item {
  width: 100%;
}
.wrap-field .field .left ul li .item:hover .name {
  border-bottom: 1px solid #D97028;
}
.wrap-field .field .left ul li .item:hover .name i {
  opacity: 1;
  color: #D97028;
  transform: translateX(0px);
}
.wrap-field .field .left ul li .item .name {
  width: 85%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #F8F8F8;
}
.wrap-field .field .left ul li .item .name i {
  display: inline-block;
  font-size: 24px;
  opacity: 0;
  transform: translateX(-80px);
  transition: all 0.4s ease;
}
.wrap-field .field .right {
  width: 70%;
  padding-left: 5%;
}
@media (max-width: 991px) {
  .wrap-field .field .right {
    width: 100%;
    padding-left: 0%;
    padding-top: 20px;
  }
}
.wrap-field .field .right .col-6 {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .wrap-field .field .right .col-6 {
    padding: 0 5px;
  }
}
.wrap-field .field .right .field-common.on {
  display: block;
}
.wrap-field .field .right .field-common {
  display: none;
}
.wrap-field .field .right .item {
  position: relative;
  transition: all 0.4s ease;
}
.wrap-field .field .right .item:hover .pic::before {
  opacity: 0;
}
@media (max-width: 991px) {
  .wrap-field .field .right .item {
    margin-bottom: 10px;
  }
}
.wrap-field .field .right .item .pic {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.wrap-field .field .right .item .pic::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  z-index: 2;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  pointer-events: none;
  transition: all 0.4s ease;
}
.wrap-field .field .right .item .pic .img-box {
  padding-bottom: 62.26415%;
}
.wrap-field .field .right .item .pic .img-box img {
  transition: all 1s ease;
}
.wrap-field .field .right .item .note {
  position: absolute;
  bottom: 0px;
  z-index: 4;
  width: 100%;
  padding: 20px;
}
.wrap-field .field .right .item .note p {
  margin: 0;
  color: #FFF;
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
}
@media (max-width: 1199px) {
  .wrap-field .field .right .item .note p {
    font-size: 16px;
  }
}
.wrap-team {
  background: #FFF;
}
.wrap-team .common-tit p {
  margin: 20px 0 0 0;
  color: #666;
  font-size: 14px;
  line-height: 24px;
}
.wrap-team .slick-team {
  margin: 0 -10px;
}
@media (max-width: 991px) {
  .wrap-team .slick-team {
    margin: 0 -5px;
  }
}
.wrap-team .slick-team .slick-slide {
  padding: 0 10px;
}
@media (max-width: 991px) {
  .wrap-team .slick-team .slick-slide {
    padding: 0 5px;
  }
}
.wrap-team .introduce .info {
  padding-top: 50px;
}
@media (max-width: 1199px) {
  .wrap-team .introduce .info {
    padding-top: 20px;
  }
}
.wrap-team .introduce .info .item {
  animation: zoomIn 2.5s 0s ease both;
}
@media (max-width: 1199px) {
  .wrap-team .introduce .info .item {
    animation: none !important;
  }
}
.wrap-team .introduce .info .item .pic {
  overflow: hidden;
}
.wrap-team .introduce .info .item .pic .img-box {
  padding-bottom: 57.6923%;
}
.wrap-team .introduce .num {
  padding-top: 75px;
}
@media (max-width: 1199px) {
  .wrap-team .introduce .num {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .wrap-team .introduce .num ul {
    flex-wrap: wrap;
  }
}
.wrap-team .introduce .num ul li {
  max-width: 230px;
  margin: 0 60px;
}
@media (max-width: 1199px) {
  .wrap-team .introduce .num ul li {
    margin: 0 20px;
  }
}
@media (max-width: 767px) {
  .wrap-team .introduce .num ul li {
    width: 50%;
    margin: 10px 0;
  }
}
.wrap-team .introduce .num ul li:first-child {
  margin-left: 0;
}
.wrap-team .introduce .num ul li:last-child {
  margin-right: 0;
}
.wrap-team .introduce .num ul li .item p {
  color: #333;
  font-weight: bold;
  line-height: 28px;
  margin: 0 0 5px 0;
}
.wrap-team .introduce .num ul li .item b {
  transition: all 0.4s ease;
  font-weight: normal;
  color: #333;
  font-size: 60px;
  line-height: 60px;
}
@media (max-width: 1199px) {
  .wrap-team .introduce .num ul li .item b {
    font-size: 32px;
    line-height: normal;
  }
}
.wrap-team .introduce .num ul li .item b:hover {
  color: #D97028;
}
.wrap-team .base {
  position: relative;
}
.wrap-team .base::after {
  content: "";
  width: 700px;
  height: 470px;
  opacity: 0.3;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 2.37%, rgba(217, 112, 40, 0.2) 91.1%);
  position: absolute;
  -webkit-clip-path: polygon(100% 0, 36% 46%, 100% 100%);
  clip-path: polygon(100% 0, 34% 72%, 100% 100%);
  top: 0;
  right: 0;
}
.wrap-team .base::before {
  content: "";
  width: 800px;
  height: 340px;
  background: rgba(217, 112, 40, 0.1);
  opacity: 0.5;
  -webkit-clip-path: polygon(0 0, 48% 90%, 100% 0);
  clip-path: polygon(0 0, 48% 90%, 100% 0);
  top: 0px;
  right: 0px;
  z-index: 1;
  position: absolute;
}
.wrap-team .base .common-tit {
  max-width: 800px;
}
@media (max-width: 1199px) {
  .wrap-team .base .common-tit {
    max-width: 100%;
  }
}
.wrap-team .base .swiper-base {
  padding-top: 30px;
}
@media (max-width: 1199px) {
  .wrap-team .base .swiper-base {
    padding-top: 20px;
  }
}
.wrap-team .base .swiper-base .swiper-slide-active {
  padding-top: 50px;
}
@media (max-width: 1199px) {
  .wrap-team .base .swiper-base .swiper-slide-active {
    padding-top: 0px;
  }
}
.wrap-team .base .swiper-base .swiper-slide-next {
  padding-top: 90px;
}
@media (max-width: 1199px) {
  .wrap-team .base .swiper-base .swiper-slide-next {
    padding-top: 0px;
  }
}
.wrap-team .base .swiper-base .swiper-button-next:after,
.wrap-team .base .swiper-base .swiper-rtl .swiper-button-prev:after {
  font-size: 20px;
  color: #FFF;
}
.wrap-team .base .swiper-base .swiper-button-prev:after,
.wrap-team .base .swiper-base .swiper-rtl .swiper-button-prev:after {
  font-size: 20px;
  color: #FFF;
}
.wrap-team .base .swiper-base .item {
  position: relative;
}
.wrap-team .base .swiper-base .item:hover .pic .img-box img {
  transform: scale(1.1);
}
.wrap-team .base .swiper-base .item:hover .vr-link {
  opacity: 1;
}
.wrap-team .base .swiper-base .item .pic {
  overflow: hidden;
}
.wrap-team .base .swiper-base .item .pic .img-box {
  padding-bottom: 78.8461%;
}
.wrap-team .base .swiper-base .item .pic .img-box img {
  transition: all 1s ease;
}
.wrap-team .base .swiper-base .item .vr-link {
  position: absolute;
  z-index: 3;
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 1s ease;
}
.wrap-team .base .swiper-base .item .vr-link .bg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1199px) {
  .wrap-team .base .swiper-base .item .vr-link .bg img {
    max-height: 70px;
  }
}
.wrap-team .base .swiper-base .item .vr-link .bg .link {
  position: absolute;
  z-index: 4;
}
.wrap-team .base .swiper-base .item .vr-link .bg .link a {
  text-align: center;
  display: inline-block;
  color: #F3F3F3;
}
.wrap-team .base .swiper-base .item .vr-link .bg .link a i {
  font-size: 42px;
  display: block;
  color: #F3F3F3;
}
@media (max-width: 1199px) {
  .wrap-team .base .swiper-base .item .vr-link .bg .link a i {
    font-size: 14px;
  }
}
.wrap-team .equipment .slick-equipment {
  padding-top: 60px;
  margin: 0 -15px;
}
@media (max-width: 1199px) {
  .wrap-team .equipment .slick-equipment {
    padding-top: 20px;
    margin: 0 -5px;
  }
}
.wrap-team .equipment .slick-equipment .slick-dots {
  text-align: center;
  bottom: -20px;
}
.wrap-team .equipment .slick-equipment .slick-list {
  padding: 0 340px;
  overflow: visible !important;
}
@media (max-width: 1199px) {
  .wrap-team .equipment .slick-equipment .slick-list {
    padding: 0;
    overflow: hidden !important;
  }
}
.wrap-team .equipment .slick-equipment .slick-slide {
  padding: 0 15px;
}
@media (max-width: 1199px) {
  .wrap-team .equipment .slick-equipment .slick-slide {
    padding: 0 5px;
  }
}
.wrap-team .equipment .slick-equipment .item:hover {
  cursor: pointer;
}
.wrap-team .equipment .slick-equipment .item:hover .img-box img {
  transform: scale(1.1);
}
.wrap-team .equipment .slick-equipment .item .pic {
  overflow: hidden;
}
.wrap-team .equipment .slick-equipment .item .pic .img-box {
  padding-bottom: 86%;
}
.wrap-team .equipment .slick-equipment .item .pic .img-box img {
  transition: all 1s ease;
}
.wrap-honor {
  background: #FFF;
}
@media (max-width: 767px) {
  .wrap-honor .honor .top {
    flex-direction: column;
  }
}
.wrap-honor .honor .top .left {
  width: 47%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .wrap-honor .honor .top .left {
    width: 100%;
  }
}
.wrap-honor .honor .top .left img {
  width: 100%;
  height: auto;
  display: block;
}
.wrap-honor .honor .top .right {
  width: 47%;
  padding-top: 80px;
}
@media (max-width: 1199px) {
  .wrap-honor .honor .top .right {
    padding-top: 0px;
  }
}
@media (max-width: 767px) {
  .wrap-honor .honor .top .right {
    width: 100%;
    padding-top: 20px;
  }
}
.wrap-honor .honor .top .right img {
  width: 100%;
  display: block;
  height: auto;
}
.wrap-honor .honor .honor-list {
  padding-top: 120px;
}
@media (max-width: 1199px) {
  .wrap-honor .honor .honor-list {
    padding-top: 40px;
  }
}
.wrap-honor .honor .honor-list .slick-honor {
  padding-top: 70px;
  margin: 0 -15px;
}
@media (max-width: 1199px) {
  .wrap-honor .honor .honor-list .slick-honor {
    padding-top: 20px;
    margin: 0 -5px;
  }
}
.wrap-honor .honor .honor-list .slick-honor .slick-slide {
  padding: 0 15px;
}
@media (max-width: 1199px) {
  .wrap-honor .honor .honor-list .slick-honor .slick-slide {
    padding: 0 5px;
  }
}
.wrap-honor .honor .honor-list .slick-honor .item {
  padding: 40px 60px;
  background: #F6F6F6;
  border-bottom: 2px solid #003F8F;
}
@media (max-width: 1199px) {
  .wrap-honor .honor .honor-list .slick-honor .item {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .wrap-honor .honor .honor-list .slick-honor .item {
    padding: 15px;
  }
}
.wrap-honor .honor .honor-list .slick-honor .item:hover {
  cursor: pointer;
}
.wrap-honor .honor .honor-list .slick-honor .item:hover .pic .img-box img {
  transform: scale(1.1);
}
.wrap-honor .honor .honor-list .slick-honor .item:hover .pic::after {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.wrap-honor .honor .honor-list .slick-honor .item:hover .pic::before {
  opacity: 1;
}
.wrap-honor .honor .honor-list .slick-honor .item .pic {
  overflow: hidden;
  position: relative;
}
.wrap-honor .honor .honor-list .slick-honor .item .pic::after {
  content: "\e657";
  position: absolute;
  z-index: 3;
  font-family: 'iconfont' !important;
  color: #FFF;
  font-size: 40px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 100%);
  opacity: 0;
  transition: all 0.4s ease;
}
.wrap-honor .honor .honor-list .slick-honor .item .pic::before {
  opacity: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  background: rgba(0, 63, 143, 0.6);
  transition: all 0.4s ease;
}
.wrap-honor .honor .honor-list .slick-honor .item .pic .img-box {
  padding-bottom: 143.478%;
}
.wrap-honor .honor .honor-list .slick-honor .item .pic .img-box img {
  transition: all 1s ease;
}
.wrap-honor .honor .honor-list .slick-honor .item .note {
  padding-top: 50px;
}
@media (max-width: 1199px) {
  .wrap-honor .honor .honor-list .slick-honor .item .note {
    padding-top: 20px;
  }
}
.wrap-honor .honor .honor-list .slick-honor .item .note .tit h3 {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  line-height: 27px;
}
@media (max-width: 767px) {
  .wrap-honor .honor .honor-list .slick-honor .item .note .tit h3 {
    font-size: 16px;
  }
}
.wrap-honor .honor .honor-list .slick-honor .item .note .txt p {
  margin: 0;
  color: #999;
  line-height: 24px;
}
@media (max-width: 1199px) {
  .wrap-honor .honor .honor-list .slick-honor .item .note .txt p {
    font-size: 14px;
  }
}
.wrap-photo .photo .pagination {
  padding-top: 30px;
}
@media (max-width: 1199px) {
  .wrap-photo .photo .pagination {
    padding-top: 20px;
  }
}
@media (max-width: 1199px) {
  .wrap-photo .photo .col-6 {
    padding: 0 5px;
  }
}
.wrap-photo .photo .item {
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .wrap-photo .photo .item {
    margin-bottom: 10px;
  }
}
.wrap-photo .photo .item:hover .pic .img-box img {
  transform: scale(1.1);
}
.wrap-photo .photo .item:hover .pic::before {
  opacity: 1;
  transform: translateY(0);
}
.wrap-photo .photo .item:hover .pic .note {
  opacity: 1;
}
.wrap-photo .photo .item .pic {
  overflow: hidden;
  position: relative;
}
.wrap-photo .photo .item .pic::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 2;
  background: rgba(15, 55, 111, 0.9);
  transform: translateY(300px);
  opacity: 0;
  transition: all 1s ease;
}
.wrap-photo .photo .item .pic .img-box {
  padding-bottom: 50.6329%;
}
.wrap-photo .photo .item .pic .img-box img {
  transition: all 1s ease;
}
.wrap-photo .photo .item .pic .note {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 560px;
  opacity: 0;
  transition: all 1s ease;
}
.wrap-photo .photo .item .pic .note p {
  color: #FFF;
  line-height: 28px;
}
@media (max-width: 991px) {
  .wrap-photo .photo .item .pic .note p {
    font-size: 14px;
    line-height: normal;
  }
}
@media (max-width: 1400px) {
  .wrap-photo .photo .item .pic .note {
    width: 460px;
  }
}
@media (max-width: 1199px) {
  .wrap-photo .photo .item .pic .note {
    width: 360px;
  }
}
@media (max-width: 991px) {
  .wrap-photo .photo .item .pic .note {
    width: 260px;
  }
}
@media (max-width: 767px) {
  .wrap-photo .photo .item .pic .note {
    display: none;
  }
}
.wrap-equipment {
  background: #FAFAFA;
}
.wrap-equipment .info .pagination {
  padding-top: 20px;
}
.wrap-equipment .info .item {
  padding: 40px 50px;
  background: #F6F6F6;
  border-bottom: 2px solid #003F8F;
  margin-bottom: 40px;
}
@media (max-width: 1400px) {
  .wrap-equipment .info .item {
    padding: 30px 40px;
  }
}
@media (max-width: 1199px) {
  .wrap-equipment .info .item {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .wrap-equipment .info .item {
    padding: 15px;
  }
}
.wrap-equipment .info .item:hover .pic .img-box img {
  transform: scale(1.1);
}
.wrap-equipment .info .item:hover .note .tit a {
  color: #D97028;
}
.wrap-equipment .info .item .pic {
  overflow: hidden;
}
.wrap-equipment .info .item .pic .img-box {
  padding-bottom: 64.6153%;
}
.wrap-equipment .info .item .pic .img-box img {
  transition: all 1s ease;
}
.wrap-equipment .info .item .note {
  padding-top: 20px;
}
.wrap-equipment .info .item .note .tit a {
  color: #0F376F;
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
}
@media (max-width: 1199px) {
  .wrap-equipment .info .item .note .tit a {
    font-size: 20px;
    line-height: normal;
  }
}
.wrap-equipment .info .item .note .txt p {
  margin: 10px 0 0 0 ;
  color: #555;
  line-height: 28px;
}
@media (max-width: 1199px) {
  .wrap-equipment .info .item .note .txt p {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-enterprise {
  background: #FFF;
}
.wrap-enterprise .top {
  background: #F8F8F8;
  padding: 180px 0 110px 0;
}
@media (max-width: 1199px) {
  .wrap-enterprise .top {
    padding: 120px 0 40px 0;
  }
}
@media (max-width: 991px) {
  .wrap-enterprise .top .info {
    flex-direction: column;
  }
}
.wrap-enterprise .top .info .left {
  width: 100%;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .wrap-enterprise .top .info .left {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .wrap-enterprise .top .info .left {
    width: 100%;
  }
}
.wrap-enterprise .top .info .left .slick-enterprise {
  overflow: hidden;
}
.wrap-enterprise .top .info .left .slick-enterprise .slick-dots {
  bottom: -120px;
}
@media (max-width: 1470px) {
  .wrap-enterprise .top .info .left .slick-enterprise .slick-dots {
    bottom: -35px;
  }
}
.wrap-enterprise .top .info .left .slick-enterprise .common-tit h2 {
  font-size: 30px;
}
@media (max-width: 1199px) {
  .wrap-enterprise .top .info .left .slick-enterprise .common-tit h2 {
    font-size: 24px;
  }
}
.wrap-enterprise .top .info .left .slick-enterprise .editor-content {
  padding-top: 20px;
}
.wrap-enterprise .top .info .left .slick-enterprise .editor-content p {
  margin: 0;
  color: #666;
  line-height: 32px;
}
.wrap-enterprise .top .info .left .slick-enterprise .item {
  display: flex !important;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .wrap-enterprise .top .info .left .slick-enterprise .item {
    flex-direction: column;
  }
}
.wrap-enterprise .top .info .left .slick-enterprise .item .item-left {
  width: 45%;
}
@media (max-width: 991px) {
  .wrap-enterprise .top .info .left .slick-enterprise .item .item-left {
    width: 100%;
    order: 2;
  }
}
.wrap-enterprise .top .info .left .slick-enterprise .item .item-right {
  width: 40%;
}
@media (max-width: 1400px) {
  .wrap-enterprise .top .info .left .slick-enterprise .item .item-right {
    width: 45%;
  }
}
@media (max-width: 991px) {
  .wrap-enterprise .top .info .left .slick-enterprise .item .item-right {
    width: 100%;
    order: 1;
    padding-bottom: 20px;
  }
}
.wrap-enterprise .top .info .left .slick-enterprise .item .item-right .pic {
  border-radius: 10px;
  position: relative;
}
.wrap-enterprise .top .info .left .slick-enterprise .item .item-right .pic .img-box {
  padding-bottom: 75%;
  border-radius: 10px;
}
.wrap-enterprise .top .info .left .slick-enterprise .item .item-right .pic::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 48.47%, rgba(0, 0, 0, 0.3) 69.17%);
}
.wrap-enterprise .top .info .left .slick-enterprise .item .item-right .pic img {
  width: 100%;
  display: block;
  border-radius: 10px;
  height: auto;
}
.wrap-enterprise .top .info .left .slick-enterprise .more {
  padding-top: 60px;
}
.wrap-enterprise .top .info .left .slick-enterprise .more a {
  display: inline-block;
  line-height: 50px;
  background: #D97028;
  color: #FFF;
  border-radius: 6px;
  padding: 0 20px;
  transition: all 0.4s ease;
}
.wrap-enterprise .top .info .left .slick-enterprise .more a:hover {
  background: #D97028;
}
.wrap-enterprise .top .info .left .slick-enterprise .more a i {
  margin-left: 20px;
}
.wrap-enterprise .top .info .right {
  width: 40%;
}
@media (max-width: 1400px) {
  .wrap-enterprise .top .info .right {
    width: 45%;
  }
}
@media (max-width: 991px) {
  .wrap-enterprise .top .info .right {
    width: 100%;
    padding-top: 20px;
  }
}
.wrap-enterprise .top .info .right .pic {
  border-radius: 10px;
  position: relative;
}
.wrap-enterprise .top .info .right .pic .img-box {
  padding-bottom: 75%;
  border-radius: 10px;
}
.wrap-enterprise .top .info .right .pic::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 48.47%, rgba(0, 0, 0, 0.3) 69.17%);
}
.wrap-enterprise .top .info .right .pic img {
  width: 100%;
  display: block;
  border-radius: 10px;
  height: auto;
}
.wrap-enterprise .list .item {
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .wrap-enterprise .list .item {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .wrap-enterprise .list .item {
    flex-direction: column;
  }
}
.wrap-enterprise .list .item:hover .pic .img-box img {
  transform: scale(1.1);
}
.wrap-enterprise .list .item:hover .note .tit a {
  color: #D97028;
}
.wrap-enterprise .list .item .pic {
  width: 25%;
}
@media (max-width: 991px) {
  .wrap-enterprise .list .item .pic {
    width: 100%;
  }
}
.wrap-enterprise .list .item .pic .img-box {
  padding-bottom: 75%;
}
.wrap-enterprise .list .item .pic .img-box img {
  transition: all 1s ease;
}
.wrap-enterprise .list .item .pic img {
  width: 100%;
  height: 100%;
  display: block;
}
.wrap-enterprise .list .item .note {
  width: 70%;
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgba(51, 51, 51, 0.2);
}
@media (max-width: 991px) {
  .wrap-enterprise .list .item .note {
    width: 100%;
  }
}
.wrap-enterprise .list .item .note .tit {
  padding-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .wrap-enterprise .list .item .note .tit {
    padding-top: 20px;
  }
}
.wrap-enterprise .list .item .note .tit a {
  color: #0F376F;
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
  display: inline-block;
  transition: all 0.4s ease;
}
@media (max-width: 1199px) {
  .wrap-enterprise .list .item .note .tit a {
    font-size: 22px;
    line-height: 26px;
  }
}
.wrap-enterprise .list .item .note .tit span {
  display: inline-block;
  color: #999;
  line-height: 32px;
}
@media (max-width: 1199px) {
  .wrap-enterprise .list .item .note .tit span {
    font-size: 14px;
  }
}
.wrap-enterprise .list .item .note .txt {
  padding-top: 20px;
  max-width: 770px;
}
@media (max-width: 1199px) {
  .wrap-enterprise .list .item .note .txt {
    max-width: 100%;
  }
}
.wrap-enterprise .list .item .note .txt p {
  margin: 0;
  color: #666;
  line-height: 32px;
}
@media (max-width: 1199px) {
  .wrap-enterprise .list .item .note .txt p {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-enterprise .list .item .note .more {
  padding-top: 70px;
}
@media (max-width: 1199px) {
  .wrap-enterprise .list .item .note .more {
    padding-top: 20px;
  }
}
.wrap-enterprise .list .item .note .more a {
  display: inline-block;
  color: #0F376F;
  line-height: 32px;
  transition: all 0.4s ease;
}
@media (max-width: 1199px) {
  .wrap-enterprise .list .item .note .more a {
    font-size: 14px;
  }
}
.wrap-enterprise .list .item .note .more a:hover {
  color: #D97028;
}
.wrap-enterprise .list .item .note .more a i {
  display: inline-block;
  margin-left: 20px;
  font-size: 12px;
  vertical-align: middle;
}
.wrap-about {
  margin-top: 90px;
  padding-top: 80px;
  background: #FFF;
}
.wrap-about .group {
  padding: 40px 0;
}
.wrap-about .group .editor-content p {
  line-height: 30px;
}
@media (max-width: 1199px) {
  .wrap-about .group .editor-content p {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-about .details-pic .pic {
  position: relative;
}
.wrap-about .details-pic .pic::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 2;
}
.wrap-about .about-logo {
  animation: zoomIn 2s 0s ease-in-out;
}
@media (max-width: 1199px) {
  .wrap-about .about-logo {
    animation: none !important;
    padding-top: 60px;
  }
}
.wrap-about .about-logo img {
  width: 100%;
  display: block;
  height: auto;
}
.wrap-about .about-video {
  background-position: center;
  background-repeat: no-repeat;
  background: fixed;
  height: 830px;
  background-size: cover;
}
@media (max-width: 1199px) {
  .wrap-about .about-video {
    background: none;
    height: 300px;
  }
}
.wrap-about .about-video .info .txt {
  display: flex;
  height: 100vh;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 1199px) {
  .wrap-about .about-video .info .txt {
    height: 20vh;
  }
}
.wrap-about .about-video .info .txt .note h2 {
  color: #FFF;
  font-size: 48px;
  font-weight: bold;
  line-height: 72px;
}
@media (max-width: 1470px) {
  .wrap-about .about-video .info .txt .note h2 {
    font-size: 40px;
    line-height: 60px;
  }
}
@media (max-width: 1199px) {
  .wrap-about .about-video .info .txt .note h2 {
    font-size: 20px;
    line-height: 32px;
  }
}
.wrap-about .about-video .info .txt .video {
  border-radius: 100px;
  margin-right: 20%;
  animation: zoomIn 2s 0s infinite ease-in-out;
}
.wrap-about .about-video .info .txt .video:hover {
  cursor: pointer;
}
.wrap-about .about-introduce {
  padding-top: 100px;
}
@media (max-width: 1199px) {
  .wrap-about .about-introduce {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.wrap-about .about-introduce .info .note {
  width: 50%;
  padding-top: 30px;
}
@media (max-width: 1199px) {
  .wrap-about .about-introduce .info .note {
    padding-top: 0px;
    width: 100%;
  }
}
.wrap-about .about-introduce .info .note .list {
  max-width: 740px;
  margin: 0 auto;
}
@media (max-width: 1610px) {
  .wrap-about .about-introduce .info .note .list {
    max-width: 640px;
  }
}
@media (max-width: 1560px) {
  .wrap-about .about-introduce .info .note .list {
    max-width: 540px;
  }
}
@media (max-width: 1470px) {
  .wrap-about .about-introduce .info .note .list {
    padding-left: 5%;
  }
}
@media (max-width: 1199px) {
  .wrap-about .about-introduce .info .note .list {
    max-width: 100%;
    padding-left: 0%;
    padding: 0 15px;
  }
}
.wrap-about .about-introduce .info .note .list .txt {
  padding-top: 50px;
}
@media (max-width: 1470px) {
  .wrap-about .about-introduce .info .note .list .txt {
    padding-top: 0px;
  }
}
.wrap-about .about-introduce .info .note .list .txt h3 {
  position: relative;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  line-height: 80px;
  padding-left: 20px;
}
.wrap-about .about-introduce .info .note .list .txt h3::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translate(0, -50%);
  width: 3px;
  height: 26px;
  background: #D97028;
}
.wrap-about .about-introduce .info .note .list .txt p {
  color: #444;
  line-height: 32px;
}
@media (max-width: 1199px) {
  .wrap-about .about-introduce .info .note .list .txt p {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-about .about-introduce .info .note .list .more {
  margin-top: 50px;
}
@media (max-width: 1710px) {
  .wrap-about .about-introduce .info .note .list .more {
    margin-top: 20px;
  }
}
.wrap-about .about-introduce .info .note .list .more a {
  line-height: 50px;
  border-radius: 6px;
  background: #D97028;
  color: #FFF;
  padding: 0 20px;
  display: inline-block;
}
@media (max-width: 1199px) {
  .wrap-about .about-introduce .info .note .list .more a {
    line-height: 40px;
    font-size: 14px;
  }
}
.wrap-about .about-introduce .info .note .list .more a i {
  margin-right: 20px;
  font-size: 30px;
  vertical-align: middle;
}
@media (max-width: 1199px) {
  .wrap-about .about-introduce .info .note .list .more a i {
    margin-right: 10px;
  }
}
.wrap-about .about-introduce .info .pic {
  width: 45%;
}
@media (max-width: 1610px) {
  .wrap-about .about-introduce .info .pic {
    width: 50%;
  }
}
@media (max-width: 1560px) {
  .wrap-about .about-introduce .info .pic {
    width: 60%;
  }
}
@media (max-width: 1470px) {
  .wrap-about .about-introduce .info .pic {
    width: 74%;
  }
}
@media (max-width: 1199px) {
  .wrap-about .about-introduce .info .pic {
    display: none;
  }
}
.wrap-about .about-introduce .info .pic img {
  width: 100%;
  height: auto;
  display: block;
}
.wrap-about .about-num {
  padding: 170px 0;
}
@media (max-width: 1199px) {
  .wrap-about .about-num {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .wrap-about .about-num .list ul {
    flex-wrap: wrap;
  }
}
.wrap-about .about-num .list ul li {
  animation: zoomIn 1s 0s ease-in-out;
  max-width: 220px;
  animation: zoomIn 2s 0s both;
}
@media (max-width: 1199px) {
  .wrap-about .about-num .list ul li {
    animation: none !important;
    width: 25%;
  }
}
@media (max-width: 767px) {
  .wrap-about .about-num .list ul li {
    width: 50%;
    margin-bottom: 20px;
  }
}
.wrap-about .about-num .list ul li .item.country b {
  font-size: 60px;
}
@media (max-width: 1199px) {
  .wrap-about .about-num .list ul li .item.country b {
    font-size: 32px;
  }
}
.wrap-about .about-num .list ul li .item {
  text-align: center;
}
.wrap-about .about-num .list ul li .item i {
  display: block;
  color: #FFF;
  font-size: 44px;
}
@media (max-width: 1199px) {
  .wrap-about .about-num .list ul li .item i {
    font-size: 32px;
  }
}
.wrap-about .about-num .list ul li .item p {
  color: #FFF;
  position: relative;
  margin: 30px 0 40px 0;
  font-size: 18px;
}
@media (max-width: 1199px) {
  .wrap-about .about-num .list ul li .item p {
    font-size: 14px;
    margin: 20px 0;
  }
}
.wrap-about .about-num .list ul li .item p::before {
  content: "";
  position: absolute;
  bottom: -30px;
  width: 40px;
  height: 1px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
  background: #FFF;
}
@media (max-width: 1199px) {
  .wrap-about .about-num .list ul li .item p::before {
    bottom: -10px;
  }
}
.wrap-about .about-num .list ul li .item b {
  color: #FFF;
  font-weight: normal;
  font-size: 30px;
}
@media (max-width: 1199px) {
  .wrap-about .about-num .list ul li .item b {
    font-size: 24px;
  }
}
.wrap-about .about-num .list ul li .item b span {
  font-size: 60px;
  line-height: 75px;
}
@media (max-width: 1199px) {
  .wrap-about .about-num .list ul li .item b span {
    font-size: 32px;
    line-height: 40px;
  }
}
.wrap-about .about-note .list .item:nth-child(2n+2) .pic {
  order: 2;
}
@media (max-width: 991px) {
  .wrap-about .about-note .list .item:nth-child(2n+2) .txt {
    order: 2;
  }
}
@media (max-width: 1470px) {
  .wrap-about .about-note .list .item:nth-child(2n+2) .txt {
    padding-left: 0%;
    padding-right: 5%;
  }
}
@media (max-width: 1400px) {
  .wrap-about .about-note .list .item:nth-child(2n+2) .txt {
    padding-left: 0%;
    padding-right: 3%;
  }
}
@media (max-width: 991px) {
  .wrap-about .about-note .list .item {
    flex-direction: column;
    margin-bottom: 20px;
  }
}
.wrap-about .about-note .list .item .pic {
  width: 50%;
}
@media (max-width: 991px) {
  .wrap-about .about-note .list .item .pic {
    width: 100%;
  }
}
.wrap-about .about-note .list .item .pic .img-box {
  padding-bottom: 62.5%;
}
.wrap-about .about-note .list .item .pic img {
  width: 100%;
  height: auto;
  display: block;
}
.wrap-about .about-note .list .item .txt {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1470px) {
  .wrap-about .about-note .list .item .txt {
    padding-left: 5%;
  }
}
@media (max-width: 1400px) {
  .wrap-about .about-note .list .item .txt {
    padding-left: 3%;
  }
}
@media (max-width: 991px) {
  .wrap-about .about-note .list .item .txt {
    width: 100%;
    padding-top: 20px;
    padding-left: 0px;
  }
}
.wrap-about .about-note .list .item .txt .list {
  max-width: 630px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .wrap-about .about-note .list .item .txt .list {
    max-width: 100%;
  }
}
.wrap-about .about-note .list .item .txt .list .tit h3 {
  color: #333;
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
}
@media (max-width: 1199px) {
  .wrap-about .about-note .list .item .txt .list .tit h3 {
    font-size: 24px;
    line-height: 26px;
  }
}
.wrap-about .about-note .list .item .txt .list .editor-content {
  padding-top: 30px;
}
@media (max-width: 1400px) {
  .wrap-about .about-note .list .item .txt .list .editor-content {
    padding-top: 20px;
  }
}
@media (max-width: 1199px) {
  .wrap-about .about-note .list .item .txt .list .editor-content {
    padding-top: 10px;
  }
}
.wrap-about .about-note .list .item .txt .list .editor-content p {
  color: #444;
  margin: 0;
  line-height: 32px;
}
@media (max-width: 1199px) {
  .wrap-about .about-note .list .item .txt .list .editor-content p {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-about .about-culture {
  padding: 100px 0 200px 0;
  background: #F8F8F8;
}
@media (max-width: 1199px) {
  .wrap-about .about-culture {
    padding: 40px 0;
  }
}
.wrap-about .about-culture .culture .common-tit p {
  margin: 20px 0 0 0;
  font-size: 20px;
  color: #666;
  line-height: 25px;
}
.wrap-about .about-culture .culture .slick-culture {
  padding-top: 60px;
  margin: 0 -24px;
}
@media (max-width: 1199px) {
  .wrap-about .about-culture .culture .slick-culture {
    margin: 0 -5px;
    padding-top: 20px;
  }
}
.wrap-about .about-culture .culture .slick-culture .slick-slide {
  padding: 0 24px;
}
@media (max-width: 1199px) {
  .wrap-about .about-culture .culture .slick-culture .slick-slide {
    padding: 0 5px;
  }
}
.wrap-about .about-culture .culture .slick-culture .slick-prev,
.wrap-about .about-culture .culture .slick-culture .slick-next {
  top: 115%;
  width: 50px;
  height: 50px;
}
@media (max-width: 1199px) {
  .wrap-about .about-culture .culture .slick-culture .slick-prev,
  .wrap-about .about-culture .culture .slick-culture .slick-next {
    top: -10%;
  }
}
.wrap-about .about-culture .culture .slick-culture .slick-prev:focus,
.wrap-about .about-culture .culture .slick-culture .slick-next:focus {
  background: #D97028 !important;
  opacity: 1;
}
.wrap-about .about-culture .culture .slick-culture .slick-prev:focus::before,
.wrap-about .about-culture .culture .slick-culture .slick-next:focus::before {
  color: #FFF;
}
.wrap-about .about-culture .culture .slick-culture .slick-prev {
  left: 1%;
  border-radius: 100px;
  border: 1px solid #D97028;
  transition: all 0.4s ease;
}
.wrap-about .about-culture .culture .slick-culture .slick-prev:focus {
  background: none;
}
.wrap-about .about-culture .culture .slick-culture .slick-prev:hover {
  background: #D97028;
}
.wrap-about .about-culture .culture .slick-culture .slick-prev:hover::before {
  color: #FFF;
}
.wrap-about .about-culture .culture .slick-culture .slick-prev::before {
  color: #D97028;
}
@media (max-width: 1199px) {
  .wrap-about .about-culture .culture .slick-culture .slick-prev {
    left: 87%;
  }
}
.wrap-about .about-culture .culture .slick-culture .slick-next {
  right: 92%;
  border-radius: 100px;
  border: 1px solid #D97028;
  transition: all 0.4s ease;
}
.wrap-about .about-culture .culture .slick-culture .slick-next:focus {
  background: none;
}
.wrap-about .about-culture .culture .slick-culture .slick-next:hover {
  background: #D97028;
}
.wrap-about .about-culture .culture .slick-culture .slick-next:hover::before {
  color: #FFF;
}
.wrap-about .about-culture .culture .slick-culture .slick-next::before {
  color: #D97028;
}
@media (max-width: 1710px) {
  .wrap-about .about-culture .culture .slick-culture .slick-next {
    right: 90%;
  }
}
@media (max-width: 1199px) {
  .wrap-about .about-culture .culture .slick-culture .slick-next {
    right: 0%;
  }
}
.wrap-about .about-culture .culture .slick-culture .slick-dots {
  text-align: center;
}
@media (max-width: 1710px) {
  .wrap-about .about-culture .culture .slick-culture .slick-dots {
    text-align: end;
  }
}
@media (max-width: 1199px) {
  .wrap-about .about-culture .culture .slick-culture .slick-dots {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .wrap-about .about-culture .culture .slick-culture .slick-dots {
    display: block !important;
    text-align: center;
    bottom: -20px;
  }
}
.wrap-about .about-culture .culture .slick-culture .slick-dots li {
  width: 220px;
  height: 1px;
  margin: 0;
}
@media (max-width: 991px) {
  .wrap-about .about-culture .culture .slick-culture .slick-dots li {
    width: 40px;
    height: 2px;
    margin: 0 5px;
  }
}
.wrap-about .about-culture .culture .slick-culture .slick-dots li button {
  width: 220px;
  height: 1px;
}
@media (max-width: 991px) {
  .wrap-about .about-culture .culture .slick-culture .slick-dots li button {
    width: 40px;
    height: 2px;
  }
}
.wrap-about .about-culture .culture .slick-culture .slick-dots li button::before {
  width: 220px;
  height: 1px;
  background: #C3D9EA;
}
@media (max-width: 991px) {
  .wrap-about .about-culture .culture .slick-culture .slick-dots li button::before {
    width: 40px;
    height: 2px;
  }
}
.wrap-about .about-culture .culture .slick-culture .slick-dots li.slick-active button::before {
  background: #D97028;
}
.wrap-about .about-culture .culture .slick-culture .slick-list {
  overflow: visible !important;
}
@media (max-width: 1199px) {
  .wrap-about .about-culture .culture .slick-culture .slick-list {
    overflow: hidden !important;
  }
}
.wrap-about .about-culture .culture .slick-culture .item:hover .pic .img-box img {
  transform: scale(1.1);
}
.wrap-about .about-culture .culture .slick-culture .item .pic {
  overflow: hidden;
}
.wrap-about .about-culture .culture .slick-culture .item .pic .img-box {
  padding-bottom: 66.6666%;
}
.wrap-about .about-culture .culture .slick-culture .item .pic .img-box img {
  transition: all 1s ease;
}
.wrap-about .about-culture .culture .slick-culture .item .note {
  padding: 40px;
  background: #FFF;
  border-radius: 0px 0px 10px 10px;
}
@media (max-width: 1199px) {
  .wrap-about .about-culture .culture .slick-culture .item .note {
    padding: 20px;
  }
}
.wrap-about .about-culture .culture .slick-culture .item .note .tit h3 {
  color: #000;
  font-size: 24px;
  line-height: 30px;
}
@media (max-width: 1199px) {
  .wrap-about .about-culture .culture .slick-culture .item .note .tit h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
.wrap-about .about-culture .culture .slick-culture .item .note .txt p {
  margin: 15px 0 0 0;
  color: #666;
  font-size: 14px;
  line-height: 26px;
}
@media (max-width: 1199px) {
  .wrap-about .about-culture .culture .slick-culture .item .note .txt p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 52px;
  }
}
.wrap-product {
  padding: 30px 0 170px 0;
}
@media (max-width: 1199px) {
  .wrap-product {
    padding: 40px 0;
  }
}
@media (max-width: 991px) {
  .wrap-product .product .info {
    flex-direction: column;
  }
}
.wrap-product .product .info .left {
  width: 30%;
}
@media (max-width: 1710px) {
  .wrap-product .product .info .left {
    width: 35%;
  }
}
@media (max-width: 1470px) {
  .wrap-product .product .info .left {
    width: 40%;
  }
}
@media (max-width: 1400px) {
  .wrap-product .product .info .left {
    width: 45%;
  }
}
@media (max-width: 1199px) {
  .wrap-product .product .info .left {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .wrap-product .product .info .left {
    width: 100%;
    order: 2;
    padding-top: 20px;
  }
}
.wrap-product .product .info .left .top {
  background: #FFF;
  padding: 30px;
}
@media (max-width: 1199px) {
  .wrap-product .product .info .left .top {
    padding: 20px;
  }
}
.wrap-product .product .info .left .form-left form .form-group {
  width: 100%;
  display: flex;
  align-items: center;
  background: #F4F4F4;
  line-height: 50px;
  padding: 0 20px;
}
@media (max-width: 1199px) {
  .wrap-product .product .info .left .form-left form .form-group {
    padding: 0 15px;
    line-height: 50px;
  }
}
.wrap-product .product .info .left .form-left form .form-group button {
  margin-right: 20px;
  background: none;
  border: none;
}
.wrap-product .product .info .left .form-left form .form-group button i {
  font-size: 30px;
  color: #D97028;
  vertical-align: middle;
}
@media (max-width: 1199px) {
  .wrap-product .product .info .left .form-left form .form-group button i {
    font-size: 24px;
  }
}
.wrap-product .product .info .left .form-left form .form-group input {
  border: none;
  width: 100%;
  background: none;
  color: #999;
}
.wrap-product .product .info .left .form-left form .form-group input::placeholder {
  color: #999;
  transition: all 0.4s ease;
}
.wrap-product .product .info .left .form-left form .form-group input:focus::placeholder {
  color: #a8a8a8;
}
.wrap-product .product .info .left .num-left {
  padding-top: 20px;
}
@media (max-width: 1199px) {
  .wrap-product .product .info .left .num-left {
    padding-top: 10px;
  }
}
.wrap-product .product .info .left .num-left p {
  margin: 0;
  color: #000;
  font-size: 14px;
  line-height: 32px;
  display: inline-block;
}
.wrap-product .product .info .left .num-left p span {
  color: #D97028;
  margin-left: 10px;
}
.wrap-product .product .info .left .list-left {
  padding-top: 15px;
}
@media (max-width: 1199px) {
  .wrap-product .product .info .left .list-left {
    padding-top: 20px;
  }
}
.wrap-product .product .info .left .list-left ul li {
  width: 100%;
  padding: 15px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 1199px) {
  .wrap-product .product .info .left .list-left ul li {
    padding: 10px 0;
  }
}
.wrap-product .product .info .left .list-left ul li:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.wrap-product .product .info .left .list-left ul li:hover .item .tit a {
  color: #D97028;
  text-decoration: underline;
}
.wrap-product .product .info .left .list-left ul li .item .tit a {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  line-height: 36px;
  display: inline-block;
  transition: all 0.4s ease;
}
@media (max-width: 1199px) {
  .wrap-product .product .info .left .list-left ul li .item .tit a {
    font-size: 20px;
  }
}
.wrap-product .product .info .left .list-left ul li .item .type {
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .wrap-product .product .info .left .list-left ul li .item .type {
    margin-top: 10px;
  }
}
.wrap-product .product .info .left .list-left ul li .item .type a {
  display: inline-block;
  line-height: 35px;
  text-align: center;
  color: #333;
  font-size: 18px;
  padding: 0 20px;
  transition: all 0.4s ease;
}
.wrap-product .product .info .left .list-left ul li .item .type a:hover {
  background: #D97028;
  color: #FFF;
}
.wrap-product .product .info .left .contact-left {
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .wrap-product .product .info .left .contact-left {
    margin-top: 20px;
  }
}
.wrap-product .product .info .right {
  width: 68%;
}
@media (max-width: 1710px) {
  .wrap-product .product .info .right {
    width: 63%;
  }
}
@media (max-width: 1470px) {
  .wrap-product .product .info .right {
    width: 58%;
  }
}
@media (max-width: 1400px) {
  .wrap-product .product .info .right {
    width: 53%;
  }
}
@media (max-width: 1199px) {
  .wrap-product .product .info .right {
    width: 58%;
  }
}
@media (max-width: 991px) {
  .wrap-product .product .info .right {
    width: 100%;
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .wrap-product .product .info .right {
    gap: 0;
  }
}
.wrap-product .product .info .right .pagination {
  padding-top: 30px;
}
@media (max-width: 1199px) {
  .wrap-product .product .info .right .pagination {
    padding-top: 20px;
  }
}
@media (max-width: 991px) {
  .wrap-product .product .info .right .pagination {
    width: 100%;
    justify-content: center;
  }
}
.wrap-product .product .info .right .item {
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .wrap-product .product .info .right .item {
    margin-bottom: 10px;
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .wrap-product .product .info .right .item {
    width: 49%;
  }
}
@media (max-width: 767px) {
  .wrap-product .product .info .right .item {
    width: 100%;
  }
}
.wrap-product .product .info .right .item:hover {
  cursor: pointer;
}
.wrap-product .product .info .right .item:hover .pic img {
  transform: scale(1.1);
}
.wrap-product .product .info .right .item:hover .note .list .tit a {
  color: #D97028;
}
.wrap-product .product .info .right .item .pic {
  width: 50%;
}
@media (max-width: 1199px) {
  .wrap-product .product .info .right .item .pic {
    width: 100%;
  }
}
.wrap-product .product .info .right .item .pic .img-box {
  padding-bottom: 66.0377%;
}
.wrap-product .product .info .right .item .pic .img-box img {
  transition: all 1s ease;
  width: 100%;
  display: block;
  height: auto;
}
.wrap-product .product .info .right .item .note {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #FFF;
}
@media (max-width: 1710px) {
  .wrap-product .product .info .right .item .note {
    padding: 0 2%;
  }
}
@media (max-width: 1470px) {
  .wrap-product .product .info .right .item .note {
    padding-left: 3%;
  }
}
@media (max-width: 1400px) {
  .wrap-product .product .info .right .item .note {
    padding-left: 2%;
  }
}
@media (max-width: 1199px) {
  .wrap-product .product .info .right .item .note {
    width: 100%;
    padding-left: 0%;
  }
}
.wrap-product .product .info .right .item .note .list {
  max-width: 450px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .wrap-product .product .info .right .item .note .list {
    max-width: 100%;
    padding: 20px 15px;
  }
}
.wrap-product .product .info .right .item .note .tit a {
  color: #333;
  font-size: 24px;
  font-weight: bold;
  transition: all 0.4s ease;
}
@media (max-width: 1400px) {
  .wrap-product .product .info .right .item .note .tit a {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .wrap-product .product .info .right .item .note .tit a {
    font-size: 20px;
  }
}
.wrap-product .product .info .right .item .note .txt {
  padding-top: 20px;
}
@media (max-width: 1400px) {
  .wrap-product .product .info .right .item .note .txt {
    padding-top: 10px;
  }
}
.wrap-product .product .info .right .item .note .txt p {
  color: #666;
  line-height: 32px;
  margin: 0px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 64px;
}
@media (max-width: 1400px) {
  .wrap-product .product .info .right .item .note .txt p {
    line-height: 24px;
    font-size: 14px;
    height: 48px;
  }
}
@media (max-width: 1199px) {
  .wrap-product .product .info .right .item .note .txt p {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-product .product .info .right .item .note .link {
  display: flex;
  align-items: center;
  margin-top: 70px;
}
@media (max-width: 1710px) {
  .wrap-product .product .info .right .item .note .link {
    margin-top: 40px;
  }
}
@media (max-width: 1470px) {
  .wrap-product .product .info .right .item .note .link {
    margin-top: 20px;
  }
}
@media (max-width: 1400px) {
  .wrap-product .product .info .right .item .note .link {
    margin-top: 15px;
  }
}
.wrap-product .product .info .right .item .note .link a {
  display: inline-block;
  line-height: 24px;
  padding: 8px 20px;
  border: 1px solid #D97028;
  border-radius: 6px;
  margin: 0 10px;
  transition: all 0.4s ease;
}
@media (max-width: 1710px) {
  .wrap-product .product .info .right .item .note .link a {
    padding: 0 5px;
    margin: 0 5px;
  }
}
@media (max-width: 1470px) {
  .wrap-product .product .info .right .item .note .link a {
    font-size: 14px;
  }
}
@media (max-width: 1400px) {
  .wrap-product .product .info .right .item .note .link a {
    line-height: normal;
    padding: 10px 4px;
    font-size: 13px;
  }
}
.wrap-product .product .info .right .item .note .link a:first-child {
  margin-left: 0px;
}
.wrap-product .product .info .right .item .note .link a:last-child {
  margin-right: 0px;
}
.wrap-product .product .info .right .item .note .link .price {
  background: #D97028;
  color: #FFF;
}
.wrap-product .product .info .right .item .note .link .price:hover {
  background: #ff8431;
}
.wrap-product .product .info .right .item .note .link .price i {
  vertical-align: middle;
  font-size: 30px;
  margin-right: 10px;
}
@media (max-width: 1470px) {
  .wrap-product .product .info .right .item .note .link .price i {
    margin-right: 3px;
  }
}
@media (max-width: 1400px) {
  .wrap-product .product .info .right .item .note .link .price i {
    font-size: 20px;
  }
}
.wrap-product .product .info .right .item .note .link .more {
  color: #D97028;
}
.wrap-product .product .info .right .item .note .link .more:hover {
  background: #D97028;
  color: #FFF;
}
.wrap-product .product .info .right .item .note .link .more:hover i {
  color: #FFF;
}
.wrap-product .product .info .right .item .note .link .more i {
  margin-right: 10px;
  color: #D97028;
  font-size: 20px;
  transition: all 0.4s ease;
}
@media (max-width: 1470px) {
  .wrap-product .product .info .right .item .note .link .more i {
    margin-right: 3px;
  }
}
.wrap-product .product .info .right .item .note .link button {
  border: none;
  background: #D97028;
  line-height: 24px;
  padding: 8px 20px;
  transition: all 0.4s ease;
  color: #FFF;
  border-radius: 10px;
}
.wrap-product .product .info .right .item .note .link button:hover {
  background: #DA4D17;
}
@media (max-width: 1470px) {
  .wrap-product .product .info .right .item .note .link button {
    padding: 0 10px;
  }
}
@media (max-width: 1400px) {
  .wrap-product .product .info .right .item .note .link button {
    line-height: normal;
    padding: 10px 4px;
  }
}
.details-tit h2 {
  color: #333;
  font-size: 30px;
  font-weight: bold;
  line-height: 45px;
}
@media (max-width: 1199px) {
  .details-tit h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
.details-tit .editor-content {
  padding-top: 20px;
}
@media (max-width: 1199px) {
  .details-tit .editor-content {
    padding-top: 10px;
  }
}
.details-tit .editor-content p {
  margin: 0px;
  color: #666;
  line-height: 16px;
}
@media (max-width: 1199px) {
  .details-tit .editor-content p {
    font-size: 14px;
    line-height: 26px;
  }
}
.details-pic .pic img {
  width: 100%;
  height: auto;
  display: block;
}
.wrap-details {
  background: #FFF;
}
.wrap-details .details-top {
  padding: 90px 0;
}
@media (max-width: 1199px) {
  .wrap-details .details-top {
    padding: 40px 0;
  }
}
@media (max-width: 991px) {
  .wrap-details .details-top .info {
    flex-direction: column;
  }
}
.wrap-details .details-top .info .left {
  width: 48%;
}
@media (max-width: 991px) {
  .wrap-details .details-top .info .left {
    width: 100%;
  }
}
.wrap-details .details-top .info .left .slider-for {
  width: 100%;
}
.wrap-details .details-top .info .left .slider-for .item .img-box {
  padding-bottom: 65.7534%;
}
.wrap-details .details-top .info .left .slider-nav {
  width: 100%;
  margin: 0 -7px;
}
@media (max-width: 1199px) {
  .wrap-details .details-top .info .left .slider-nav {
    margin: 0 -5px;
  }
}
.wrap-details .details-top .info .left .slider-nav .slick-current .item {
  border: 1px solid #ccc;
}
.wrap-details .details-top .info .left .slider-nav .slick-slide {
  padding: 0 7px;
}
@media (max-width: 1199px) {
  .wrap-details .details-top .info .left .slider-nav .slick-slide {
    padding: 0 5px;
  }
}
.wrap-details .details-top .info .left .slider-nav .item {
  border: 1px solid #FFF;
}
.wrap-details .details-top .info .left .slider-nav .item .img-box {
  padding-bottom: 64.7058%;
}
.wrap-details .details-top .info .right {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1710px) {
  .wrap-details .details-top .info .right {
    padding-left: 5%;
  }
}
@media (max-width: 991px) {
  .wrap-details .details-top .info .right {
    width: 100%;
    padding-left: 0%;
    padding-top: 20px;
  }
}
.wrap-details .details-top .info .right .list {
  max-width: 720px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .wrap-details .details-top .info .right .list {
    max-width: 100%;
  }
}
.wrap-details .details-top .info .right .tit h2 {
  color: #333;
  font-size: 30px;
  font-weight: bold;
}
@media (max-width: 1199px) {
  .wrap-details .details-top .info .right .tit h2 {
    font-size: 24px;
  }
}
.wrap-details .details-top .info .right .editor-content {
  padding-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-details .details-top .info .right .editor-content {
    padding-top: 20px;
  }
}
.wrap-details .details-top .info .right .editor-content b {
  color: #333;
  font-size: 20px;
  line-height: 40px;
  display: inline-block;
  font-weight: normal;
}
@media (max-width: 1199px) {
  .wrap-details .details-top .info .right .editor-content b {
    font-size: 16px;
  }
}
.wrap-details .details-top .info .right .editor-content p {
  color: #666;
  line-height: 32px;
}
@media (max-width: 1199px) {
  .wrap-details .details-top .info .right .editor-content p {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-details .details-top .info .right .link {
  padding-top: 260px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1470px) {
  .wrap-details .details-top .info .right .link {
    padding-top: 120px;
  }
}
@media (max-width: 1199px) {
  .wrap-details .details-top .info .right .link {
    padding-top: 40px;
  }
}
@media (max-width: 991px) {
  .wrap-details .details-top .info .right .link {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .wrap-details .details-top .info .right .link {
    flex-direction: column;
    align-items: start;
  }
}
@media (max-width: 767px) {
  .wrap-details .details-top .info .right .link .inquiry {
    margin-bottom: 20px;
  }
}
.wrap-details .details-top .info .right .link .inquiry a {
  line-height: 50px;
  border-radius: 6px;
  background: #D97028;
  color: #FFF;
  padding: 0 20px;
  display: inline-block;
  transition: all 0.4s ease;
}
@media (max-width: 1199px) {
  .wrap-details .details-top .info .right .link .inquiry a {
    line-height: 40px;
    padding: 0 20px;
  }
}
.wrap-details .details-top .info .right .link .inquiry a:hover {
  background: #ff8431;
}
.wrap-details .details-top .info .right .link .inquiry i {
  margin-right: 10px;
  font-size: 30px;
  vertical-align: middle;
}
.wrap-details .details-top .info .right .link .share .share-to p {
  color: #333;
  font-size: 20px;
  margin: 0;
  margin-right: 20px;
}
@media (max-width: 1199px) {
  .wrap-details .details-top .info .right .link .share .share-to p {
    font-size: 14px;
    margin-right: 5px;
  }
}
.wrap-details .list-menu .details-menu {
  background: #0F376F;
  position: relative;
  z-index: 5;
}
.wrap-details .list-menu .details-menu .info ul .active {
  background: #D97028;
}
.wrap-details .list-menu .details-menu .info ul li {
  display: inline-block;
}
.wrap-details .list-menu .details-menu .info ul li a {
  display: block;
  color: #FFF;
  line-height: 60px;
  font-size: 18px;
  padding: 0 60px;
  transition: all 0.4s ease;
}
@media (max-width: 1710px) {
  .wrap-details .list-menu .details-menu .info ul li a {
    padding: 0 40px;
  }
}
@media (max-width: 1470px) {
  .wrap-details .list-menu .details-menu .info ul li a {
    padding: 0 20px;
  }
}
@media (max-width: 1199px) {
  .wrap-details .list-menu .details-menu .info ul li a {
    padding: 0 10px;
    font-size: 14px;
    line-height: 40px;
  }
}
.wrap-details .list-menu .details-menu .info ul li a:hover {
  background: #D97028;
  color: #FFF;
}
.wrap-details .list-menu .details-content .contact-left .note {
  padding: 40px 0;
  background: #FAFAFA;
}
.wrap-details .list-menu .details-content .contact-left .note p {
  font-size: 22px;
  line-height: 36px;
}
.wrap-details .list-menu .details-content .editor-content table {
  width: 1200px;
}
@media (max-width: 1199px) {
  .wrap-details .list-menu .details-content .editor-content table {
    width: 100%;
  }
}
.wrap-details .list-menu .details-content .tit-line {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrap-details .list-menu .details-content .tit-line span {
  display: inline-block;
  margin: 0 2px;
}
.wrap-details .list-menu .details-content .tit-line .line-left {
  width: 40px;
  height: 2px;
  background: #D97028;
}
.wrap-details .list-menu .details-content .tit-line .line-center {
  width: 20px;
  height: 2px;
  background: #D97028;
}
.wrap-details .list-menu .details-content .tit-line .line-right {
  width: 40px;
  height: 2px;
  background: #D97028;
}
.wrap-details .list-menu .details-content .menu-purpose {
  background: #FAFAFA;
}
.wrap-details .list-menu .details-content .menu-purpose .slick-purpose {
  padding-top: 50px;
  margin: 0 -12px;
}
@media (max-width: 1199px) {
  .wrap-details .list-menu .details-content .menu-purpose .slick-purpose {
    padding-top: 20px;
    margin: 0 -5px;
  }
}
.wrap-details .list-menu .details-content .menu-purpose .slick-purpose .slick-slide {
  padding: 0 12px;
}
@media (max-width: 1199px) {
  .wrap-details .list-menu .details-content .menu-purpose .slick-purpose .slick-slide {
    padding: 0 5px;
  }
}
.wrap-details .list-menu .details-content .menu-purpose .slick-purpose .item {
  position: relative;
}
.wrap-details .list-menu .details-content .menu-purpose .slick-purpose .item .pic {
  border-radius: 10px;
  overflow: hidden;
}
.wrap-details .list-menu .details-content .menu-purpose .slick-purpose .item .pic::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  z-index: 2;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  border-radius: 10px;
}
.wrap-details .list-menu .details-content .menu-purpose .slick-purpose .item .pic .img-box {
  padding-bottom: 150%;
}
.wrap-details .list-menu .details-content .menu-purpose .slick-purpose .item .pic .img-box img {
  transition: all 1s ease;
  border-radius: 10px;
}
.wrap-details .list-menu .details-content .menu-purpose .slick-purpose .item .note {
  position: absolute;
  z-index: 3;
  bottom: 30px;
  left: 30px;
}
.wrap-details .list-menu .details-content .menu-purpose .slick-purpose .item .note p {
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  line-height: 23px;
}
@media (max-width: 991px) {
  .wrap-details .list-menu .details-content .menu-condition .editor-content .table-box {
    overflow: auto;
  }
}
.wrap-details .list-menu .details-content .menu-condition .editor-content table tr td {
  border-width: 1px;
  border-color: #ccc;
  padding: 5px;
}
.wrap-details .list-menu .details-content .menu-type {
  background: #FAFAFA;
}
.wrap-details .list-menu .details-content .menu-type .auto-adjust-img {
  padding-top: 60px;
}
@media (max-width: 1199px) {
  .wrap-details .list-menu .details-content .menu-type .auto-adjust-img {
    padding-top: 20px;
  }
}
.wrap-details .list-menu .details-content .menu-date {
  background: #FAFAFA;
}
.wrap-details .list-menu .details-content .menu-parameter {
  background: #FAFAFA;
  padding: 40px 0;
}
.wrap-details .list-menu .details-content .menu-parameter .table-list {
  padding-top: 60px;
}
.wrap-details .list-menu .details-content .menu-parameter .table-list img {
  width: 100%;
  height: auto;
  display: block;
}
.wrap-details .list-menu .details-content .menu-parameter .txt {
  padding-top: 50px;
  max-width: 890px;
}
.wrap-details .list-menu .details-content .menu-parameter .txt p {
  color: #666;
  margin: 0;
  line-height: 32px;
}
.wrap-details .list-menu .details-content .menu-parameter .editor-content table {
  border: 2px dashed #ccc;
  border-collapse: unset;
  padding: 24px;
}
.wrap-details .list-menu .details-content .menu-inquiry {
  background: #FAFAFA;
}
.wrap-details .list-menu .details-content .menu-product .slick-product {
  padding-top: 40px;
  margin: 0 -10px;
}
@media (max-width: 1199px) {
  .wrap-details .list-menu .details-content .menu-product .slick-product {
    padding-top: 20px;
    margin: 0 -5px;
  }
}
.wrap-details .list-menu .details-content .menu-product .slick-product .slick-slide {
  padding: 0 10px;
}
@media (max-width: 1199px) {
  .wrap-details .list-menu .details-content .menu-product .slick-product .slick-slide {
    padding: 0 5px;
  }
}
.wrap-details .list-menu .details-content .menu-product .slick-product .item:hover .pic img {
  transform: scale(1.1);
}
.wrap-details .list-menu .details-content .menu-product .slick-product .item:hover .note a {
  color: #D97028;
}
.wrap-details .list-menu .details-content .menu-product .slick-product .item .pic {
  overflow: hidden;
}
.wrap-details .list-menu .details-content .menu-product .slick-product .item .pic .img-box {
  padding-bottom: 65.3846%;
}
.wrap-details .list-menu .details-content .menu-product .slick-product .item .pic .img-box img {
  transition: all 1s ease;
}
.wrap-details .list-menu .details-content .menu-product .slick-product .item .note {
  padding-top: 20px;
}
.wrap-details .list-menu .details-content .menu-product .slick-product .item .note a {
  margin: 0;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  transition: all 0.4s ease;
}
.form-list {
  padding-top: 30px;
}
.form-list form .form-group {
  width: 100%;
  margin-bottom: 20px;
}
.form-list form .form-group input {
  line-height: 50px;
  width: 100%;
  padding: 0 20px;
  background: #FFF;
  border: none;
  color: #666;
}
.form-list form .form-group input::placeholder {
  color: #666;
  transition: all 0.4s ease;
}
.form-list form .form-group input:focus::placeholder {
  color: #999;
}
.form-list form .form-group textarea {
  width: 100%;
  padding: 20px 20px;
  background: #FFF;
  border: none;
  color: #666;
}
.form-list form .form-group textarea::placeholder {
  color: #666;
  transition: all 0.4s ease;
}
.form-list form .form-group textarea:focus::placeholder {
  color: #999;
}
.form-list form .submit-group button {
  line-height: 50px;
  background: #D97028;
  padding: 0 20px;
  color: #FFF;
  border: none;
  transition: all 0.4s ease;
  border-radius: 6px;
}
.form-list form .submit-group button:hover {
  background: #ff8431;
}
.form-list form .submit-group button i {
  margin-right: 10px;
  font-size: 30px;
  vertical-align: middle;
}
.wrap-home {
  background: #FFF;
}
.wrap-home .home-card {
  padding: 60px 0;
}
@media (max-width: 1199px) {
  .wrap-home .home-card {
    padding: 40px 0;
  }
}
.wrap-home .home-card .item {
  position: relative;
  animation: zoomIn 2s 0s both;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .wrap-home .home-card .item {
    animation: none;
  }
}
.wrap-home .home-card .item::before {
  content: "";
  width: 1px;
  height: 54px;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: -20px;
  z-index: 1;
}
.wrap-home .home-card .item i {
  display: block;
  font-size: 50px;
  color: #002A80;
}
@media (max-width: 1199px) {
  .wrap-home .home-card .item i {
    font-size: 32px;
  }
}
.wrap-home .home-card .item img {
  display: block;
  width: 110px;
  height: 110px;
  height: auto;
}
.wrap-home .home-card .item p {
  display: block;
  margin: 0px;
  color: #333;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 1199px) {
  .wrap-home .home-card .item p {
    font-size: 14px;
  }
}
.wrap-home .home-product {
  position: relative;
}
@media (max-width: 991px) {
  .wrap-home .home-product .info {
    flex-direction: column;
  }
}
.wrap-home .home-product .info .left {
  width: 100%;
  height: auto;
}
.wrap-home .home-product .info .left .common-product.on {
  display: block;
  height: 100%;
}
.wrap-home .home-product .info .left .common-product {
  display: none;
  height: 100%;
  position: relative;
}
.wrap-home .home-product .info .left .common-product .pic {
  height: 100%;
}
.wrap-home .home-product .info .left .common-product .pic .img-box {
  padding-bottom: 41.8848%;
  height: 100%;
}
.wrap-home .home-product .info .left .common-product .pic::before {
  overflow: hidden;
  content: "";
  width: 100%;
  top: 0px;
  background: linear-gradient(180deg, rgba(51, 51, 51, 0) 32.97%, rgba(51, 51, 51, 0.5) 85.49%);
  position: absolute;
  z-index: 1;
  pointer-events: none;
  height: 100%;
}
.wrap-home .home-product .info .left .common-product .pic img {
  width: 100%;
  height: 100%;
  display: block;
}
.wrap-home .home-product .info .left .common-product .pic .note {
  position: absolute;
  bottom: 10%;
  z-index: 2;
  left: 10%;
}
@media (max-width: 767px) {
  .wrap-home .home-product .info .left .common-product .pic .note {
    left: 3%;
    bottom: 5%;
  }
}
.wrap-home .home-product .info .left .common-product .pic .note .tit a {
  color: #FFF;
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
  transition: all 0.4s ease;
}
@media (max-width: 1199px) {
  .wrap-home .home-product .info .left .common-product .pic .note .tit a {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .wrap-home .home-product .info .left .common-product .pic .note .tit a {
    font-size: 16px;
  }
}
.wrap-home .home-product .info .left .common-product .pic .note .tit a:hover {
  color: #D97028;
}
.wrap-home .home-product .info .left .common-product .pic .note .txt {
  padding-top: 20px;
  max-width: 880px;
}
@media (max-width: 1199px) {
  .wrap-home .home-product .info .left .common-product .pic .note .txt {
    max-width: 700px;
  }
}
@media (max-width: 767px) {
  .wrap-home .home-product .info .left .common-product .pic .note .txt {
    padding-top: 5px;
    max-width: 500px;
  }
}
.wrap-home .home-product .info .left .common-product .pic .note .txt p {
  color: #FFF;
  font-size: 15px;
  line-height: 26px;
  margin: 0px;
}
@media (max-width: 767px) {
  .wrap-home .home-product .info .left .common-product .pic .note .txt p {
    font-size: 12px;
    line-height: normal;
  }
}
.wrap-home .home-product .info .left .common-product .pic .note .more {
  padding-top: 60px;
}
@media (max-width: 1199px) {
  .wrap-home .home-product .info .left .common-product .pic .note .more {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .wrap-home .home-product .info .left .common-product .pic .note .more {
    padding-top: 20px;
  }
}
.wrap-home .home-product .info .left .common-product .pic .note .more a {
  text-align: center;
  display: inline-block;
  line-height: 50px;
  padding: 0 40px;
  background: #D97028;
  color: #FFF;
  border-radius: 6px;
  transition: all 0.4s ease;
}
@media (max-width: 1199px) {
  .wrap-home .home-product .info .left .common-product .pic .note .more a {
    line-height: 40px;
  }
}
.wrap-home .home-product .info .left .common-product .pic .note .more a:hover {
  background: #ff8431;
}
.wrap-home .home-product .info .left .common-product .pic .note .more a i {
  vertical-align: middle;
  font-size: 30px;
  margin-right: 20px;
}
@media (max-width: 1199px) {
  .wrap-home .home-product .info .left .common-product .pic .note .more a i {
    margin-right: 10px;
  }
}
.wrap-home .home-product .info .right {
  width: 24%;
}
@media (max-width: 991px) {
  .wrap-home .home-product .info .right {
    width: 100%;
  }
}
.wrap-home .home-product .info .right .select-list ul {
  display: flex;
  flex-direction: column;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
@media (max-width: 991px) {
  .wrap-home .home-product .info .right .select-list ul {
    flex-wrap: wrap;
    flex-direction: row;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
  }
}
.wrap-home .home-product .info .right .select-list ul li {
  width: 100%;
  flex: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media (max-width: 991px) {
  .wrap-home .home-product .info .right .select-list ul li {
    width: 48%;
    flex: auto;
  }
}
@media (max-width: 767px) {
  .wrap-home .home-product .info .right .select-list ul li {
    width: 100%;
  }
}
.wrap-home .home-product .info .right .select-list ul li:last-child {
  border-bottom: none;
}
.wrap-home .home-product .info .right .select-list ul li .item:hover {
  cursor: pointer;
}
.wrap-home .home-product .info .right .select-list ul li .item:hover .pic::before {
  opacity: 1;
  width: 0%;
}
.wrap-home .home-product .info .right .select-list ul li .item:hover .pic::after {
  opacity: 1;
  width: 100%;
  background: rgba(15, 55, 111, 0.7);
}
.wrap-home .home-product .info .right .select-list ul li .item:hover .pic .note .web-logo .select {
  display: none;
}
.wrap-home .home-product .info .right .select-list ul li .item:hover .pic .note .web-logo .select-active {
  display: block;
}
.wrap-home .home-product .info .right .select-list ul li .item .pic {
  position: relative;
  overflow: hidden;
}
.wrap-home .home-product .info .right .select-list ul li .item .pic::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  background: rgba(15, 55, 111, 0.7);
  z-index: 1;
  transition: all 1s ease;
  opacity: 0;
  top: 0;
}
.wrap-home .home-product .info .right .select-list ul li .item .pic::before {
  opacity: 1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #0F376F;
  z-index: 1;
  transition: all 1s ease;
  top: 0;
}
.wrap-home .home-product .info .right .select-list ul li .item .pic .bg {
  display: block;
  width: 100%;
  height: auto;
}
.wrap-home .home-product .info .right .select-list ul li .item .pic .note {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  z-index: 2;
  left: 100px;
}
@media (max-width: 1920px) {
  .wrap-home .home-product .info .right .select-list ul li .item .pic .note {
    left: 40px;
  }
}
@media (max-width: 1560px) {
  .wrap-home .home-product .info .right .select-list ul li .item .pic .note {
    left: 20px;
  }
}
@media (max-width: 1470px) {
  .wrap-home .home-product .info .right .select-list ul li .item .pic .note {
    left: 10px;
  }
}
@media (max-width: 1470px) {
  .wrap-home .home-product .info .right .select-list ul li .item .pic .note .web-logo img {
    max-height: 20px;
  }
}
.wrap-home .home-product .info .right .select-list ul li .item .pic .note .web-logo .select-active {
  display: none;
  transition: all 0.4s ease;
}
.wrap-home .home-product .info .right .select-list ul li .item .pic .note .web-logo .select {
  display: block;
  transition: all 0.4s ease;
}
.wrap-home .home-product .info .right .select-list ul li .item .pic .note .name {
  padding-left: 20px;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 1470px) {
  .wrap-home .home-product .info .right .select-list ul li .item .pic .note .name {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .wrap-home .home-apply .apply .tit {
    flex-direction: column;
  }
}
.wrap-home .home-apply .apply .tit .txt {
  padding-left: 60px;
  max-width: 800px;
}
@media (max-width: 991px) {
  .wrap-home .home-apply .apply .tit .txt {
    max-width: 100%;
    padding-left: 0%;
  }
}
.wrap-home .home-apply .apply .tit .txt p {
  margin: 0;
  color: #555;
  line-height: 28px;
}
@media (max-width: 1199px) {
  .wrap-home .home-apply .apply .tit .txt p {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-home .home-apply .apply .apply-select {
  padding-top: 50px;
}
@media (max-width: 1199px) {
  .wrap-home .home-apply .apply .apply-select {
    padding-top: 20px;
  }
}
@media (max-width: 991px) {
  .wrap-home .home-apply .apply .apply-select ul {
    flex-wrap: wrap;
  }
}
.wrap-home .home-apply .apply .apply-select ul li {
  display: inline-block;
  margin: 0 23px;
}
.wrap-home .home-apply .apply .apply-select ul li:first-child {
  margin-left: 0px;
}
.wrap-home .home-apply .apply .apply-select ul li:last-child {
  margin-right: 0px;
}
@media (max-width: 991px) {
  .wrap-home .home-apply .apply .apply-select ul li {
    margin: 0;
    margin-right: 20px;
  }
}
.wrap-home .home-apply .apply .apply-select ul li a {
  display: block;
  line-height: 40px;
  transition: all 0.4s ease;
  padding-bottom: 5px;
  color: #000;
  font-size: 18px;
}
@media (max-width: 1199px) {
  .wrap-home .home-apply .apply .apply-select ul li a {
    font-size: 14px;
  }
}
.wrap-home .home-apply .apply .apply-select ul li.on a {
  color: #D97028;
  border-bottom: 2px solid #D97028;
}
.wrap-home .home-apply .apply .list {
  padding-top: 50px;
}
@media (max-width: 1199px) {
  .wrap-home .home-apply .apply .list {
    padding-top: 20px;
  }
}
.wrap-home .home-apply .apply .list .apply-common.on {
  display: block;
}
.wrap-home .home-apply .apply .list .apply-common {
  display: none;
}
.wrap-home .home-apply .apply .list .apply-common ul {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .wrap-home .home-apply .apply .list .apply-common ul {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .wrap-home .home-apply .apply .list .apply-common ul {
    flex-direction: column;
  }
}
.wrap-home .home-apply .apply .list .apply-common ul li {
  width: 25%;
  transition: all 0.4s ease;
}
@media (max-width: 991px) {
  .wrap-home .home-apply .apply .list .apply-common ul li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .wrap-home .home-apply .apply .list .apply-common ul li {
    width: 100%;
  }
}
.wrap-home .home-apply .apply .list .apply-common ul li .item {
  display: flex;
}
.wrap-home .home-apply .apply .list .apply-common ul li .item .pic {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  width: 100%;
}
.wrap-home .home-apply .apply .list .apply-common ul li .item .pic::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.2);
}
.wrap-home .home-apply .apply .list .apply-common ul li .item .pic .img-box {
  padding-bottom: 159.523%;
}
.wrap-home .home-apply .apply .list .apply-common ul li .item .pic .note {
  position: absolute;
  bottom: 20px;
  left: 30px;
  z-index: 3;
}
.wrap-home .home-apply .apply .list .apply-common ul li .item .pic .note .tit a {
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
}
.wrap-home .home-apply .apply .list .apply-common ul li .item .pic .note .txt {
  display: none;
  transform: translateY(200px);
  transition: all 0.4s ease;
  padding-top: 15px;
}
.wrap-home .home-apply .apply .list .apply-common ul li .item .pic .note .txt p {
  margin: 0;
  max-width: 600px;
  color: #FFF;
  font-size: 15px;
  line-height: 26px;
}
.wrap-home .home-apply .apply .list .apply-common ul li .item .pic .note .more {
  padding-top: 30px;
  display: none;
  transform: translateY(200px);
  transition: all 0.4s ease;
}
.wrap-home .home-apply .apply .list .apply-common ul li .item .pic .note .more a {
  display: inline-block;
}
.wrap-home .home-apply .apply .list .apply-common ul li .item .pic .note .more a i {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background: #D97028;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrap-home .home-apply .apply .list .apply-common ul li .item .open-pic {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  width: 100%;
  display: none;
}
.wrap-home .home-apply .apply .list .apply-common ul li .item .open-pic::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.2);
}
.wrap-home .home-apply .apply .list .apply-common ul li .item .open-pic .img-box {
  padding-bottom: 63.38028%;
}
.wrap-home .home-apply .apply .list .apply-common ul li .item .open-pic .note {
  position: absolute;
  bottom: 20px;
  left: 30px;
  z-index: 3;
}
.wrap-home .home-apply .apply .list .apply-common ul li .item .open-pic .note .tit a {
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
}
.wrap-home .home-apply .apply .list .apply-common ul li .item .open-pic .note .txt {
  display: none;
  transform: translateY(200px);
  padding-top: 15px;
}
.wrap-home .home-apply .apply .list .apply-common ul li .item .open-pic .note .txt p {
  margin: 0;
  max-width: 600px;
  color: #FFF;
  font-size: 15px;
  line-height: 26px;
}
.wrap-home .home-apply .apply .list .apply-common ul li .item .open-pic .note .more {
  padding-top: 30px;
  display: none;
  transform: translateY(200px);
}
.wrap-home .home-apply .apply .list .apply-common ul li .item .open-pic .note .more a {
  display: inline-block;
}
.wrap-home .home-apply .apply .list .apply-common ul li .item .open-pic .note .more a i {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background: #D97028;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrap-home .home-apply .apply .list .apply-common .accordion ul li .pic {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
.wrap-home .home-apply .apply .list .apply-common .accordion ul li .pic::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.2);
}
.wrap-home .home-apply .apply .list .apply-common .accordion ul li .pic img {
  display: block;
}
.wrap-home .home-apply .apply .list .apply-common .accordion ul li .pic .note {
  position: absolute;
  bottom: 20px;
  left: 30px;
  z-index: 3;
}
.wrap-home .home-apply .apply .list .apply-common .accordion ul li .pic .note .tit a {
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
}
.wrap-home .home-apply .apply .list .apply-common .accordion ul li .pic .note .txt {
  display: none;
  transform: translateY(200px);
}
.wrap-home .home-apply .apply .list .apply-common .accordion ul li .pic .note .txt p {
  margin: 0;
  max-width: 600px;
  color: #FFF;
  font-size: 15px;
  line-height: 26px;
}
.wrap-home .home-apply .apply .list .apply-common .accordion ul li .pic .note .more {
  display: none;
  transform: translateY(200px);
}
.wrap-home .home-apply .apply .list .apply-common .accordion ul li .pic .note .more a {
  display: inline-block;
}
.wrap-home .home-apply .apply .list .apply-common .accordion ul li .pic .note .more a i {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background: #D97028;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrap-home .home-why .col-6 {
  margin: 10px 0;
}
@media (max-width: 991px) {
  .wrap-home .home-why .col-6 {
    padding: 0 5px;
  }
}
.wrap-home .home-why .col-6:first-child .item {
  animation: zoomIn 2s 0s both;
}
@media (max-width: 1199px) {
  .wrap-home .home-why .col-6:first-child .item {
    animation: none !important;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-why .col-6:first-child .item .common-tit {
    padding-top: 10px;
  }
}
@media (max-width: 1470px) {
  .wrap-home .home-why .col-6:first-child .item .common-tit h2 {
    font-size: 32px;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-why .col-6:first-child .item .common-tit h2 {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-why .col-6:first-child .item .editor-content {
    padding-top: 5px;
  }
}
.wrap-home .home-why .item {
  background: #FFF;
  border-radius: 10px;
  padding: 30px;
  height: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .wrap-home .home-why .item {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .wrap-home .home-why .item {
    margin-bottom: 10px;
  }
}
.wrap-home .home-why .item:hover i {
  color: #D97028;
}
.wrap-home .home-why .item i {
  font-size: 40px;
  color: #002A80;
  transition: all 0.4s ease;
}
@media (max-width: 1199px) {
  .wrap-home .home-why .item i {
    font-size: 26px;
  }
}
.wrap-home .home-why .item .tit {
  padding-top: 20px;
}
@media (max-width: 1199px) {
  .wrap-home .home-why .item .tit {
    padding-top: 10px;
  }
}
.wrap-home .home-why .item .tit h3 {
  color: #333;
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
}
.wrap-home .home-why .item .txt p {
  margin: 0;
  color: #666;
  line-height: 28px;
}
@media (max-width: 1199px) {
  .wrap-home .home-why .item .txt p {
    font-size: 14px;
  }
}
.wrap-home .home-why .item.item-why {
  background: transparent;
}
.wrap-home .home-why .item.item-why .common-tit {
  padding-top: 40px;
}
.wrap-home .home-why .item.item-why .editor-content {
  padding-top: 20px;
}
.wrap-home .home-why .item.item-why .editor-content p {
  margin: 0;
  color: #555;
  line-height: 28px;
}
.wrap-home .home-about {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 100% 100%;
}
@media (max-width: 1199px) {
  .wrap-home .home-about {
    background-image: none !important;
  }
}
@media (max-width: 767px) {
  .wrap-home .home-about .info {
    flex-direction: column;
  }
}
.wrap-home .home-about .info .left {
  width: 40%;
}
@media (max-width: 991px) {
  .wrap-home .home-about .info .left {
    width: 60%;
  }
}
.wrap-home .home-about .info .left .pic {
  position: relative;
  border: 20px solid rgba(217, 217, 217, 0.6);
  border-radius: 100%;
}
.wrap-home .home-about .info .left .pic img {
  border-radius: 100%;
  width: 100%;
  display: block;
  height: auto;
}
.wrap-home .home-about .info .left .pic .vr-link {
  position: absolute;
  z-index: 3;
  opacity: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 1s ease;
}
@media (max-width: 1199px) {
  .wrap-home .home-about .info .left .pic .vr-link img {
    max-height: 70px;
  }
}
.wrap-home .home-about .info .left .pic .vr-link .bg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.wrap-home .home-about .info .left .pic .vr-link .bg .link {
  position: absolute;
  z-index: 4;
}
.wrap-home .home-about .info .left .pic .vr-link .bg .link a {
  text-align: center;
  display: inline-block;
  color: #F3F3F3;
}
.wrap-home .home-about .info .left .pic .vr-link .bg .link a i {
  font-size: 42px;
  display: block;
  color: #F3F3F3;
}
@media (max-width: 1199px) {
  .wrap-home .home-about .info .left .pic .vr-link .bg .link a i {
    font-size: 20px;
  }
}
.wrap-home .home-about .info .right {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1470px) {
  .wrap-home .home-about .info .right {
    padding-left: 5%;
  }
}
@media (max-width: 991px) {
  .wrap-home .home-about .info .right {
    width: 100%;
    padding-top: 20px;
    padding-left: 5%;
  }
}
@media (max-width: 767px) {
  .wrap-home .home-about .info .right {
    padding-left: 0;
  }
}
.wrap-home .home-about .info .right .list {
  max-width: 630px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .wrap-home .home-about .info .right .list {
    max-width: 100%;
  }
}
.wrap-home .home-about .info .right .list .editor-content {
  padding-top: 20px;
}
@media (max-width: 1199px) {
  .wrap-home .home-about .info .right .list .editor-content {
    padding-top: 10px;
  }
}
.wrap-home .home-about .info .right .list .editor-content b {
  color: #D97028;
  font-size: 20px;
}
@media (max-width: 1199px) {
  .wrap-home .home-about .info .right .list .editor-content b {
    font-size: 18px;
  }
}
.wrap-home .home-about .info .right .list .editor-content p {
  margin: 0;
  color: #444;
  line-height: 28px;
}
@media (max-width: 1199px) {
  .wrap-home .home-about .info .right .list .editor-content p {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-home .home-about .info .right .list .common-num {
  padding-top: 30px;
}
@media (max-width: 1199px) {
  .wrap-home .home-about .info .right .list .common-num {
    padding-top: 20px;
  }
}
@media (max-width: 991px) {
  .wrap-home .home-about .info .right .list .common-num {
    padding-top: 10px;
  }
}
.wrap-home .home-about .info .right .list .common-num ul {
  display: flex;
}
.wrap-home .home-about .info .right .list .common-num ul li {
  margin: 0 50px;
  position: relative;
  transition: all 0.4s ease;
}
@media (max-width: 1199px) {
  .wrap-home .home-about .info .right .list .common-num ul li {
    margin: 0 30px;
  }
}
.wrap-home .home-about .info .right .list .common-num ul li:hover b {
  color: #D97028;
}
.wrap-home .home-about .info .right .list .common-num ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -40px;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 66px;
  background: #D9D9D9;
}
@media (max-width: 1199px) {
  .wrap-home .home-about .info .right .list .common-num ul li::before {
    display: none;
  }
}
.wrap-home .home-about .info .right .list .common-num ul li:first-child {
  margin-left: 0px;
}
.wrap-home .home-about .info .right .list .common-num ul li:last-child {
  margin-right: 0px;
}
.wrap-home .home-about .info .right .list .common-num ul li:last-child::before {
  display: none;
}
.wrap-home .home-about .info .right .list .common-num ul li b {
  color: #333;
  font-size: 40px;
  font-weight: bold;
  line-height: 72px;
  transition: all 0.4s ease;
}
@media (max-width: 1199px) {
  .wrap-home .home-about .info .right .list .common-num ul li b {
    font-size: 28px;
  }
}
.wrap-home .home-about .info .right .list .common-num ul li p {
  margin: 0;
  color: #444;
  font-weight: bold;
  line-height: 28px;
}
@media (max-width: 1199px) {
  .wrap-home .home-about .info .right .list .common-num ul li p {
    line-height: 26px;
    font-size: 14px;
  }
}
.wrap-home .home-about .info .right .list .more {
  padding-top: 80px;
}
@media (max-width: 1400px) {
  .wrap-home .home-about .info .right .list .more {
    padding-top: 40px;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-about .info .right .list .more {
    padding-top: 20px;
  }
}
.wrap-home .home-about .info .right .list .more a {
  display: inline-block;
  line-height: 50px;
  border-radius: 6px;
  background: #D97028;
  color: #FFF;
  padding: 0 40px 0 20px;
  transition: all 0.4s ease;
}
@media (max-width: 1199px) {
  .wrap-home .home-about .info .right .list .more a {
    line-height: 40px;
    padding: 0 30px;
  }
}
.wrap-home .home-about .info .right .list .more a:hover {
  background: #ff8431;
}
.wrap-home .home-about .info .right .list .more a i {
  margin-right: 40px;
  font-size: 30px;
  vertical-align: middle;
}
.wrap-home .home-display .col-lg-4 {
  padding: 0;
}
.wrap-home .home-display .col-lg-4:first-child {
  display: none;
}
@media (max-width: 767px) {
  .wrap-home .home-display .col-6 {
    width: 100%;
  }
}
.wrap-home .home-display .item:hover .pic img {
  transform: scale(1.1);
}
.wrap-home .home-display .item:hover .pic .note a {
  color: #D97028;
}
.wrap-home .home-display .item .pic {
  overflow: hidden;
  position: relative;
}
.wrap-home .home-display .item .pic::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: linear-gradient(0deg, rgba(15, 55, 111, 0.6) 0%, rgba(15, 55, 111, 0.6) 100%);
  z-index: 2;
  pointer-events: none;
}
.wrap-home .home-display .item .pic .img-box {
  padding-bottom: 23.2375%;
}
.wrap-home .home-display .item .pic .img-box img {
  transition: all 1s ease;
}
.wrap-home .home-display .item .pic .note {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  top: 0;
}
.wrap-home .home-display .item .pic .note a {
  display: inline-block;
  color: #FFF;
  font-size: 24px;
  font-weight: bold;
  transition: all 0.4s ease;
}
@media (max-width: 1199px) {
  .wrap-home .home-display .item .pic .note a {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .wrap-home .home-display .item .pic .note a {
    font-size: 14px;
  }
}
.wrap-home .home-display .item .pic .note a:hover {
  color: #D97028;
}
.wrap-home .home-display .item .pic .note a i {
  font-size: 30px;
  vertical-align: middle;
  font-weight: normal;
  margin-right: 20px;
}
@media (max-width: 1199px) {
  .wrap-home .home-display .item .pic .note a i {
    font-size: 28px;
    margin-right: 10px;
  }
}
.wrap-home .home-news .common-tit p {
  color: #555;
  line-height: 28px;
  margin: 20px 0 0 0;
}
.wrap-home .home-news .news-info {
  padding-top: 50px;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .news-info {
    padding-top: 20px;
  }
}
.wrap-home .home-news .news-info .slider-n-for {
  width: 49%;
}
.wrap-home .home-news .news-info .slider-n-for .slick-list {
  padding: 30px 0;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .news-info .slider-n-for {
    display: none;
  }
}
.wrap-home .home-news .news-info .slider-n-for .slick-prev,
.wrap-home .home-news .news-info .slider-n-for .slick-next {
  top: -10%;
}
.wrap-home .home-news .news-info .slider-n-for .slick-prev {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 1px solid #D97028;
  left: 192%;
  transition: all 0.4s ease;
}
@media (max-width: 1710px) {
  .wrap-home .home-news .news-info .slider-n-for .slick-prev {
    left: 189%;
  }
}
@media (max-width: 1400px) {
  .wrap-home .home-news .news-info .slider-n-for .slick-prev {
    left: 183%;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-news .news-info .slider-n-for .slick-prev {
    left: 180%;
  }
}
.wrap-home .home-news .news-info .slider-n-for .slick-prev::before {
  color: #D97028;
}
.wrap-home .home-news .news-info .slider-n-for .slick-prev:focus {
  background: none;
}
.wrap-home .home-news .news-info .slider-n-for .slick-prev:hover {
  background: #D97028;
}
.wrap-home .home-news .news-info .slider-n-for .slick-prev:hover::before {
  color: #FFF;
}
.wrap-home .home-news .news-info .slider-n-for .slick-next {
  display: none !important;
}
.wrap-home .home-news .news-info .slider-n-for .item:hover .pic img {
  transform: scale(1.1);
}
.wrap-home .home-news .news-info .slider-n-for .item:hover .tit a {
  color: #D97028;
}
.wrap-home .home-news .news-info .slider-n-for .item .pic {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
.wrap-home .home-news .news-info .slider-n-for .item .pic::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  border-radius: 10px;
  top: 0px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 48.47%, rgba(0, 0, 0, 0.3) 69.17%);
  pointer-events: none;
}
.wrap-home .home-news .news-info .slider-n-for .item .pic .img-box {
  padding-bottom: 65.7894%;
}
.wrap-home .home-news .news-info .slider-n-for .item .pic .img-box img {
  transition: all 1s ease;
}
.wrap-home .home-news .news-info .slider-n-for .item .pic .note {
  position: absolute;
  z-index: 3;
  top: 0;
  width: 100%;
  height: 100%;
}
.wrap-home .home-news .news-info .slider-n-for .item .pic .note .list {
  position: absolute;
  bottom: 30px;
  left: 40px;
}
.wrap-home .home-news .news-info .slider-n-for .item .pic .note .date .year-month {
  text-align: center;
  border-radius: 4px;
  background: #0F376F;
  display: inline-block;
  padding: 10px;
}
.wrap-home .home-news .news-info .slider-n-for .item .pic .note .date .year-month span {
  display: block;
  color: #FFF;
}
.wrap-home .home-news .news-info .slider-n-for .item .pic .note .date .year-month .day {
  color: #FFF;
  font-size: 24px;
  font-weight: bold;
}
.wrap-home .home-news .news-info .slider-n-for .item .pic .note .date .year-month .year {
  font-size: 14px;
  color: #FFF;
}
.wrap-home .home-news .news-info .slider-n-for .item .pic .note .tit {
  padding-top: 20px;
}
.wrap-home .home-news .news-info .slider-n-for .item .pic .note .tit a {
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  transition: all 0.4s ease;
}
.wrap-home .home-news .news-info .slider-n-for .item .pic .note .txt {
  padding-top: 10px;
  max-width: 660px;
}
.wrap-home .home-news .news-info .slider-n-for .item .pic .note .txt p {
  color: #FFF;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 63px;
}
.wrap-home .home-news .news-info .slider-n-nav {
  width: 50%;
  margin: 0 -15px;
}
.wrap-home .home-news .news-info .slider-n-nav .slick-list {
  padding: 30px 0;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .news-info .slider-n-nav .slick-dots {
    bottom: -20px;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-news .news-info .slider-n-nav {
    width: 100%;
  }
}
@media (max-width: 1560px) {
  .wrap-home .home-news .news-info .slider-n-nav {
    margin: 0 -8px;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-news .news-info .slider-n-nav {
    margin: 0 -5px;
  }
}
.wrap-home .home-news .news-info .slider-n-nav .slick-slide {
  padding: 0 15px;
}
@media (max-width: 1560px) {
  .wrap-home .home-news .news-info .slider-n-nav .slick-slide {
    padding: 0 8px;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-news .news-info .slider-n-nav .slick-slide {
    padding: 0 5px;
  }
}
.wrap-home .home-news .news-info .slider-n-nav .slick-prev,
.wrap-home .home-news .news-info .slider-n-nav .slick-next {
  top: -10%;
}
.wrap-home .home-news .news-info .slider-n-nav .slick-prev {
  display: none !important;
}
.wrap-home .home-news .news-info .slider-n-nav .slick-next {
  right: 0%;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 1px solid #D97028;
  transition: all 0.4s ease;
}
.wrap-home .home-news .news-info .slider-n-nav .slick-next::before {
  color: #D97028;
}
.wrap-home .home-news .news-info .slider-n-nav .slick-next:focus {
  background: none;
}
.wrap-home .home-news .news-info .slider-n-nav .slick-next:hover {
  background: #D97028;
}
.wrap-home .home-news .news-info .slider-n-nav .slick-next:hover::before {
  color: #FFF;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .news-info .slider-n-nav .slick-next {
    display: none !important;
  }
}
.wrap-home .home-news .news-info .slider-n-nav .item {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
  padding: 30px;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .news-info .slider-n-nav .item {
    padding: 15px;
  }
}
.wrap-home .home-news .news-info .slider-n-nav .item:hover .pic img {
  transform: scale(1.1);
}
.wrap-home .home-news .news-info .slider-n-nav .item:hover .tit a {
  color: #D97028;
}
.wrap-home .home-news .news-info .slider-n-nav .item .pic {
  margin-top: 30px;
  overflow: hidden;
}
.wrap-home .home-news .news-info .slider-n-nav .item .pic .img-box {
  padding-bottom: 53.125%;
}
.wrap-home .home-news .news-info .slider-n-nav .item .pic .img-box img {
  transition: all 1s ease;
}
.wrap-home .home-news .news-info .slider-n-nav .item .date .year-month {
  text-align: center;
  border-radius: 4px;
  background: #0F376F;
  display: inline-block;
  padding: 10px;
}
.wrap-home .home-news .news-info .slider-n-nav .item .date .year-month span {
  display: block;
  color: #FFF;
}
.wrap-home .home-news .news-info .slider-n-nav .item .date .year-month .day {
  color: #FFF;
  font-size: 24px;
  font-weight: bold;
}
.wrap-home .home-news .news-info .slider-n-nav .item .date .year-month .year {
  font-size: 14px;
  color: #FFF;
}
.wrap-home .home-news .news-info .slider-n-nav .item .tit {
  padding-top: 20px;
}
.wrap-home .home-news .news-info .slider-n-nav .item .tit a {
  color: #333;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  transition: all 0.4s ease;
}
@media (max-width: 1470px) {
  .wrap-home .home-news .news-info .slider-n-nav .item .tit a {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 30px;
  }
}
.wrap-home .home-news .news-info .slider-n-nav .item .txt {
  padding-top: 10px;
}
.wrap-home .home-news .news-info .slider-n-nav .item .txt p {
  color: #666;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 63px;
}
.wrap-home .home-news .news-info .slider-n-nav .item .more {
  padding-top: 25px;
}
.wrap-home .home-news .news-info .slider-n-nav .item .more a {
  display: inline-block;
  color: #0F376F;
  line-height: 28px;
  transition: all 0.4s ease;
}
.wrap-home .home-news .slick-news {
  padding-top: 50px;
  margin: 0 -15px;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .slick-news {
    margin: 0 -5px;
  }
}
.wrap-home .home-news .slick-news .slick-slide {
  padding: 0 15px;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .slick-news .slick-slide {
    padding: 0 5px;
  }
}
.wrap-home .home-news .slick-news .slick-prev,
.wrap-home .home-news .slick-news .slick-next {
  top: -10%;
}
.wrap-home .home-news .slick-news .slick-next {
  right: 0%;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 1px solid #D97028;
  transition: all 0.4s ease;
}
.wrap-home .home-news .slick-news .slick-next::before {
  color: #D97028;
}
.wrap-home .home-news .slick-news .slick-next:focus {
  background: none;
}
.wrap-home .home-news .slick-news .slick-next:hover {
  background: #D97028;
}
.wrap-home .home-news .slick-news .slick-next:hover::before {
  color: #FFF;
}
.wrap-home .home-news .slick-news .slick-prev {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 1px solid #D97028;
  left: 92%;
  transition: all 0.4s ease;
}
.wrap-home .home-news .slick-news .slick-prev::before {
  color: #D97028;
}
.wrap-home .home-news .slick-news .slick-prev:focus {
  background: none;
}
.wrap-home .home-news .slick-news .slick-prev:hover {
  background: #D97028;
}
.wrap-home .home-news .slick-news .slick-prev:hover::before {
  color: #FFF;
}
.wrap-home .home-news .slick-news .item {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
  padding: 30px;
}
.wrap-home .home-news .slick-news .item:hover .pic img {
  transform: scale(1.1);
}
.wrap-home .home-news .slick-news .item:hover .tit a {
  color: #D97028;
}
.wrap-home .home-news .slick-news .item .pic {
  margin-top: 10px;
  overflow: hidden;
}
.wrap-home .home-news .slick-news .item .pic .img-box {
  padding-bottom: 53.125%;
}
.wrap-home .home-news .slick-news .item .pic .img-box img {
  transition: all 1s ease;
}
.wrap-home .home-news .slick-news .item .date .year-month {
  text-align: center;
  border-radius: 4px;
  background: #0F376F;
  display: inline-block;
  padding: 10px;
}
.wrap-home .home-news .slick-news .item .date .year-month span {
  display: block;
  color: #FFF;
}
.wrap-home .home-news .slick-news .item .date .year-month .day {
  color: #FFF;
  font-size: 24px;
  font-weight: bold;
}
.wrap-home .home-news .slick-news .item .date .year-month .year {
  font-size: 14px;
  color: #FFF;
}
.wrap-home .home-news .slick-news .item .tit {
  padding-top: 20px;
}
.wrap-home .home-news .slick-news .item .tit a {
  color: #333;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  transition: all 0.4s ease;
}
.wrap-home .home-news .slick-news .item .txt {
  padding-top: 10px;
}
.wrap-home .home-news .slick-news .item .txt p {
  color: #666;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 63px;
}
.wrap-home .home-news .slick-news .item .more {
  padding-top: 25px;
}
.wrap-home .home-news .slick-news .item .more a {
  display: inline-block;
  color: #0F376F;
  line-height: 28px;
  transition: all 0.4s ease;
}
.wrap-show {
  background: #FFF;
}
.wrap-show .title span {
  color: #FFF;
  display: inline-block;
  background: #0F376F;
  border-radius: 6px;
  font-size: 24px;
  font-weight: bold;
  line-height: 40px;
  padding: 0 20px;
}
.wrap-show .title h2 {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  line-height: 30px;
  margin: 20px 0 0 0;
}
.wrap-show .info-show {
  padding-top: 30px;
}
@media (max-width: 991px) {
  .wrap-show .info-show {
    padding-top: 20px;
  }
}
.wrap-show .info-show p {
  font-size: 14px;
  color: #444;
  font-weight: 400;
  line-height: 22px;
}
@media (max-width: 1199px) {
  .wrap-show .info-show p {
    font-size: 14px;
    line-height: 24px;
  }
}
.wrap-show .info-share {
  padding-top: 30px;
}
.wrap-show .info-share .share-to {
  margin-right: 20px;
  color: #222;
}
.wrap-show .info-href .more-href {
  margin: 50px 0;
  color: #444;
  width: 100%;
  height: 60px;
  font-family: 'Manrope', sans-serif;
  font-weight: bold;
  line-height: 60px;
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  .wrap-show .info-href .more-href {
    margin: 40px 0;
  }
}
@media (max-width: 720px) {
  .wrap-show .info-href .more-href {
    padding: 0px;
  }
}
@media (max-width: 767px) {
  .wrap-show .info-href .more-href {
    margin-top: 0px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
  }
}
.wrap-show .info-href .more-href a {
  position: relative;
}
.wrap-show .info-href .more-href a:hover {
  color: #002A80;
}
.wrap-show .info-href .more-href a:hover::after {
  width: 100%;
}
.wrap-show .info-href .more-href a::after {
  width: 0;
  content: "";
  height: 2px;
  background: #002A80;
  position: absolute;
  bottom: 10px;
  left: 0;
  transition: width 0.3s ease-in-out;
}
.wrap-show .info-message .form-contact {
  padding-top: 30px;
  max-width: 1200px;
}
.wrap-cart .info-form {
  padding-top: 20px;
}
.wrap-cart .list-inquiry {
  padding: 50px 0;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info {
  font-size: 0;
  width: 100%;
  border-collapse: collapse;
}
.wrap-cart .wrap-inquiry {
  padding-top: 90px;
}
@media (max-width: 991px) {
  .wrap-cart .wrap-inquiry {
    padding-top: 40px;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .title-inquiry-info {
  text-transform: capitalize;
  background-color: #e5e5e5;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .title-inquiry-info {
    padding: 0;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .title-inquiry-info > div {
  font-size: 16px;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .title-inquiry-info > div {
    font-size: 14px;
    padding: 0 10px;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .inquiry-list {
  border-bottom: 1px solid #dfdfdf;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .checkbox,
.wrap-cart .wrap-inquiryinfo .inquiry-info .pimg,
.wrap-cart .wrap-inquiryinfo .inquiry-info .pname,
.wrap-cart .wrap-inquiryinfo .inquiry-info .number,
.wrap-cart .wrap-inquiryinfo .inquiry-info .Operation {
  font-size: 14px;
  display: inline-block;
  padding: 20px 10px;
  vertical-align: middle;
  word-break: break-word;
}
@media (max-width: 1470px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .checkbox,
  .wrap-cart .wrap-inquiryinfo .inquiry-info .pimg,
  .wrap-cart .wrap-inquiryinfo .inquiry-info .pname,
  .wrap-cart .wrap-inquiryinfo .inquiry-info .number,
  .wrap-cart .wrap-inquiryinfo .inquiry-info .Operation {
    padding: 20px 10px;
  }
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .checkbox,
  .wrap-cart .wrap-inquiryinfo .inquiry-info .pimg,
  .wrap-cart .wrap-inquiryinfo .inquiry-info .pname,
  .wrap-cart .wrap-inquiryinfo .inquiry-info .number,
  .wrap-cart .wrap-inquiryinfo .inquiry-info .Operation {
    padding: 20px 10px;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .checkbox {
  width: 10%;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .checkbox {
    width: 30px;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .Operation {
  width: 14%;
  text-align: center;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .Operation {
    width: 30px;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .pimg {
  width: 14%;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .pimg .img-box {
  padding-bottom: 75.71428571%;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .pimg {
    width: -webkit-calc(14%);
    width: calc(44% - 30px);
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .number {
  width: 20%;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .number {
    width: -webkit-calc(26%);
    width: calc(56% - 30px);
    padding: 10px;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .pname {
  width: 38%;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .check-all .substitite {
  padding-left: 0;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .check-all span {
    display: none;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .all,
.wrap-cart .wrap-inquiryinfo .inquiry-info span {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .check-all {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .hidden-xs {
    display: none;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .visible-xs {
  display: none;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .visible-xs {
    display: block;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .Each,
.wrap-cart .wrap-inquiryinfo .inquiry-info .all {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: -2px;
  margin-right: 10px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #999;
  border-radius: 50%;
  outline: none;
  background: none;
  -webkit-appearance: none;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .Each:checked::after,
.wrap-cart .wrap-inquiryinfo .inquiry-info .all:checked::after {
  font-family: 'iconfont';
  font-size: 18px;
  position: absolute;
  top: -12px;
  left: 0;
  content: '\e630';
  color: #DA4D17;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .change .Each::after {
  font-family: 'iconfont';
  font-size: 18px;
  position: absolute;
  top: -12px;
  left: 0;
  content: '\e630';
  color: #DA4D17;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info input {
  font-size: 16px;
  line-height: 34px;
  position: relative;
  width: 60px;
  height: 34px;
  text-align: center;
  vertical-align: top;
  border: none;
  outline: none;
}
@media (max-width: 991px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info input {
    width: 30px;
  }
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info input {
    font-size: 14px;
    line-height: 25px;
    width: 25px;
    height: 25px;
    border-right: none;
    border-left: none;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .del1,
.wrap-cart .wrap-inquiryinfo .inquiry-info .add1 {
  font-size: 20px;
  line-height: 36px;
  display: inline-block;
  width: 34px;
  height: 36px;
  margin: 0;
  margin-top: -2px;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #e5e5e5;
  background-color: #fff;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .del1,
  .wrap-cart .wrap-inquiryinfo .inquiry-info .add1 {
    line-height: 25px;
    position: relative;
    z-index: 8;
    width: 25px;
    height: 25px;
    margin: 0 auto;
    border-radius: 2px;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .del1:hover,
.wrap-cart .wrap-inquiryinfo .inquiry-info .add1:hover {
  color: #fff;
  border-color: #383838;
  background-color: #383838;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .add1 {
  margin-top: -1px;
  margin-left: 2px;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .pic {
  border: 1px solid #dcdcdc;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info p {
  line-height: 24px;
  color: #333;
  margin: 0;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info p {
    font-size: 13px;
    margin-bottom: 4px;
  }
}
.wrap-cart .wrap-inquiryinfo .iclose {
  float: none;
  cursor: pointer;
  text-align: center;
  opacity: 1;
  color: #444;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .iclose::after {
    font-size: 16px;
  }
}
.wrap-cart .wrap-inquiryinfo .iclose:hover::after {
  color: #002A80;
}
.wrap-cart .wrap-inquiryinfo .inquiry-message {
  padding-top: 80px;
}
@media (max-width: 991px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-message {
    padding-top: 50px;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry {
  padding-top: 80px;
}
@media (max-width: 991px) {
  .wrap-cart .wrap-inquiryinfo .inquiry {
    padding-top: 50px;
  }
}
.wrap-cart .box-cart .wrap-inquiry .formbox form .form-inquiry .form-group input,
.wrap-cart .box-cart .wrap-inquiry .formbox form .form-inquiry .form-group textarea {
  background: #F9F9F9;
}
.wrap-sitemap ul li {
  margin-bottom: 10px;
  position: relative;
  width: 100%;
}
.wrap-sitemap ul li a {
  padding: 10px 20px;
  display: inline-block;
  min-width: 240px;
  color: #222;
  border-radius: 3px;
  font-size: 18px;
  font-weight: 600;
  background: #FFF;
  align-items: center;
}
.wrap-sitemap ul li a i {
  float: left;
  margin-left: 10px;
  display: none;
}
.wrap-sitemap ul li a:hover {
  background: #D97028;
  color: #FFF;
  text-decoration: underline;
}
.wrap-sitemap ul li ul li {
  margin-top: 10px;
}
.wrap-sitemap ul li ul li a {
  padding: 10px 30px 10px 30px;
  color: #888;
  background: #FFF;
  font-size: 16px;
}
.wrap-sitemap ul li ul li ul li {
  position: relative;
  display: inline;
  vertical-align: top;
}
.wrap-sitemap ul li ul li ul li a {
  font-size: 14px;
  font-weight: normal;
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .animated.swing,
  .animated.pulse,
  .animated.bounceInLeft,
  .animated.bounceInRight,
  .animated.bounceIn,
  .animated.fadeInUp,
  .animated.fadeInDown,
  .animated.fadeInLeft,
  .animated.fadeInRight {
    animation: none !important;
  }
}
.float-window {
  position: fixed;
  width: 50px;
  top: 40%;
  right: 20px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  transition: transform 0.5s ease;
}
@media (max-width: 991px) {
  .float-window {
    right: -110%;
  }
}
.float-window .box-top i {
  color: #0F376F;
  display: block;
  font-size: 22px !important;
}
.float-window .box-top:hover {
  cursor: pointer;
  background: #FFF !important;
}
.float-window .box-top:hover i {
  color: #FFF;
}
.float-window .window-box {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0F376F;
  background: #FFF;
  transition: all 0.3s ease-in-out;
  margin-bottom: 4px;
}
.float-window .window-box i {
  font-size: 26px;
  transition: all 0.3s;
}
.float-window .window-box:hover {
  background: #0F376F;
  color: #FFF;
}
.float-window .window-box:hover.box-cart a p,
.float-window .window-box:hover.box-telephone a p,
.float-window .window-box:hover.box-whatapp a p,
.float-window .window-box:hover.box-email a p,
.float-window .window-box:hover.box-wechat a p,
.float-window .window-box:hover.box-message a p,
.float-window .window-box:hover.box-skype a p {
  display: block;
  opacity: 1;
  transform: translateX(100%);
  animation: slideInFromRight 0.5s forwards;
}
@keyframes slideInFromRight {
  from {
    transform: translateX(100%);
    /* 初始位置在右侧外部 */
  }
  to {
    transform: translateX(0%);
    /* 移动到初始位置 */
  }
}
.float-window .window-box.box-cart a {
  position: relative;
}
.float-window .window-box.box-cart a::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #D97028;
  border-radius: 100%;
  top: 0;
  right: -10px;
  position: absolute;
  z-index: 1;
}
.float-window .window-box.box-wechat a p {
  position: absolute;
  right: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  width: auto;
  color: #FFF;
  padding: 10px;
  top: 155px;
  border-radius: 0px;
  display: none;
  height: auto;
  background: #fff;
}
.float-window .window-box.box-wechat a p img {
  max-height: 120px;
}
.float-window .window-box.box-whatapp a p {
  position: absolute;
  right: 40px;
  width: 220px;
  background: #0F376F;
  color: #FFF;
  padding: 10px 20px;
  top: 157px;
  display: none;
}
.float-window .window-box.box-skype a i {
  font-size: 24px;
}
.float-window .window-box.box-skype a p {
  position: absolute;
  right: 40px;
  width: 220px;
  background: #0F376F;
  color: #FFF;
  padding: 10px 20px;
  top: 145px;
  border-radius: 100px;
  display: none;
}
.float-window .window-box.box-message a p {
  position: absolute;
  right: 40px;
  width: 220px;
  background: #0F376F;
  color: #FFF;
  padding: 10px 20px;
  top: 70px;
  border-radius: 100px;
  display: none;
}
.float-window .window-box.box-telephone a p {
  position: absolute;
  right: 40px;
  width: 220px;
  background: #0F376F;
  color: #FFF;
  padding: 10px 20px;
  top: 105px;
  display: none;
}
.float-window .window-box.box-email a p {
  position: absolute;
  right: 40px;
  width: 220px;
  background: #0F376F;
  color: #FFF;
  padding: 10px 20px;
  top: 150px;
  display: none;
}
#float-window-close {
  position: fixed;
  right: 0;
  top: 75%;
  z-index: 99;
  width: 46px;
  height: 46px;
  background: #383838;
  border-radius: 5px;
  text-align: center;
  line-height: 46px;
  color: #FFF;
}
@media (min-width: 991px) {
  #float-window-close {
    display: none;
  }
}
#float-window-close i {
  font-size: 32px;
}
#float-window-close:hover {
  cursor: pointer;
}
#float-window-open {
  position: fixed;
  right: 0;
  top: 75%;
  z-index: 99;
  width: 46px;
  height: 46px;
  background: #383838;
  border-radius: 5px;
  text-align: center;
  line-height: 46px;
  display: none;
  color: #FFF;
}
#float-window-open i {
  font-size: 32px;
  transform: rotate(-45deg);
}
#float-window-open:hover {
  cursor: pointer;
}
.float-window-visible {
  transform: translateX(-100%);
  right: 0;
}
@media (max-width: 991px) {
  .float-window-visible {
    right: -4% !important;
  }
}
@media (max-width: 767px) {
  .float-window-visible {
    right: -10% !important;
  }
}
.accordion {
  width: 100%;
  overflow: hidden;
  height: 350px;
  margin: 0 auto;
}
.accordion ul li {
  margin: 0 10px;
  list-style: none;
  background-repeat: no-repeat;
  float: left;
  width: 275px;
  height: 350px;
  cursor: default;
  overflow: hidden;
}
.accordion ul li.active {
  width: 620px;
}
.accordion ul li a {
  display: block;
  width: 140px;
  height: 450px;
  cursor: default;
}
.apply-common-list {
  display: flex;
  margin: 0 -10px;
}
.apply-common-item {
  padding: 0 10px;
  width: 25%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .apply-common-item {
    margin-bottom: 20px;
  }
}
.apply-common-item .note {
  position: absolute;
  z-index: 3;
  bottom: 5%;
  left: 0%;
  padding: 20px;
}
.apply-common-item .note .tit a {
  font-size: 18px;
  color: #FFF;
  font-weight: bold;
}
.apply-common-item .note .txt {
  display: none;
  transition: all 0.4s ease;
  padding-top: 15px;
  max-width: 600px;
}
@media (max-width: 991px) {
  .apply-common-item .note .txt {
    display: block;
    max-width: 90%;
  }
}
.apply-common-item .note .txt p {
  margin: 0;
  color: #FFF;
  font-size: 15px;
  line-height: 26px;
}
.apply-common-item .note .more {
  padding-top: 30px;
  display: none;
  transition: all 0.4s ease;
}
@media (max-width: 991px) {
  .apply-common-item .note .more {
    display: block;
  }
}
.apply-common-item .note .more a {
  display: inline-block;
}
.apply-common-item .note .more a i {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background: #D97028;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.apply-common-item.on {
  width: 40% !important;
  flex-shrink: 0;
}
.apply-common-item.on .note .txt {
  display: block;
}
.apply-common-item.on .note .more {
  display: block;
}
.apply-common-link {
  display: block;
  position: relative;
  width: 100%;
  height: 450px;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
}
.apply-common-link::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 10px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  pointer-events: none;
}
.apply-common-link > img {
  position: absolute;
  height: 100%;
  width: auto;
  max-width: initial;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: -1;
  border-radius: 10px;
}
.apply-common-item:hover {
  width: 40% !important;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .apply-common-item:hover {
    width: 100% !important;
  }
}
.apply-common-item:hover .note .txt {
  display: block;
}
.apply-common-item:hover .note .more {
  display: block;
}
.footer-five {
  display: none;
  width: 100%;
  position: fixed;
  background: #D97028;
  bottom: 0px;
  left: 0;
  z-index: 99;
  transition: all 0.36s;
}
.footer-five .wechat-pic {
  position: absolute;
  bottom: 60px;
  display: none;
}
@media (max-width: 1199px) {
  .footer-five {
    display: block;
  }
}
.footer-five .wechat-pic {
  position: absolute;
  bottom: 60px;
  display: none;
}
.footer-five .endfive-menu {
  display: flex;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.footer-five .endfive-menu li {
  border-top: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
  color: #FFF;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer-five .endfive-menu li i {
  font-size: 20px;
}
.footer-five .endfive-menu li a {
  font-size: 13px;
}
.footer-five .endfive-menu li a span {
  display: block;
  text-align: center;
}
@media (max-width: 1199px) {
  .animated.swing,
  .animated.pulse,
  .animated.bounceInLeft,
  .animated.bounceInRight,
  .animated.bounceIn,
  .animated.fadeInUp,
  .animated.fadeInDown,
  .animated.fadeInLeft,
  .animated.fadeInRight {
    animation: none !important;
  }
}
.common-nav .info ul {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
}
.common-nav .info ul li {
  display: inline-block;
  padding: 0 10px;
  position: relative;
}
.common-nav .info ul li:first-child {
  padding-left: 0;
}
.common-nav .info ul li::after {
  content: ">";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #666;
  right: -10px;
}
.common-nav .info ul li:last-child::after {
  display: none;
}
.common-nav .info ul li a {
  display: block;
  color: #666;
}
.common-nav .info ul li a:hover {
  text-decoration: underline;
}
@media (max-width: 1199px) {
  .common-nav .info ul li a {
    font-size: 14px;
  }
}
