@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.eot');
  src: local('Roboto Bold'), local('Roboto-Bold'), url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Bold.woff2') format('woff2'), url('../fonts/Roboto-Bold.woff') format('woff'), url('../fonts/Roboto-Bold.ttf') format('truetype'), url('../fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.eot');
  src: local('Roboto'), local('Roboto-Regular'), url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Regular.woff2') format('woff2'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf') format('truetype'), url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.eot');
  src: local('Roboto Medium'), local('Roboto-Medium'), url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Medium.woff2') format('woff2'), url('../fonts/Roboto-Medium.woff') format('woff'), url('../fonts/Roboto-Medium.ttf') format('truetype'), url('../fonts/Roboto-Medium.svg#Roboto-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Condensed';
  src: url('../fonts/RobotoCondensed-Bold.eot');
  src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url('../fonts/RobotoCondensed-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/RobotoCondensed-Bold.woff2') format('woff2'), url('../fonts/RobotoCondensed-Bold.woff') format('woff'), url('../fonts/RobotoCondensed-Bold.ttf') format('truetype'), url('../fonts/RobotoCondensed-Bold.svg#RobotoCondensed-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: 'Roboto', Arial, 'Helvetica Neue', Helvetica, 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
}
.am-container {
  max-width: 1440px;
}
a:focus {
  outline: none;
}
.img-box {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
}
.img-box img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.hide {
  display: none;
}
.xs-online {
  display: none;
  font-weight: 300;
  position: fixed;
  z-index: 998;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, 0.2);
}
.xs-online ul {
  display: table;
  width: 100%;
  table-layout: fixed;
  text-align: center;
  color: #fff;
  margin: 0;
  padding: 0;
  height: 68px;
}
.xs-online ul li {
  display: table-cell;
  width: 20%;
  border-left: 1px solid #FCF3F2;
  height: 68px;
}
.xs-online ul li a {
  display: block;
  padding: 7px 0 5px;
}
.xs-online ul li a span {
  display: block;
  color: #30375B;
  font-size: 12px;
}
.xs-online ul li a span i {
  font-size: 22px;
}
.xs-online ul li:first-child {
  border-left: none;
}
.table-box {
  width: 100%;
  max-width: 100%;
  overflow: auto;
}
.table-box table {
  width: 80%;
  max-width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  color: #333;
  line-height: 1.2;
  font-size: 16px;
  text-align: left;
}

.table-box table tr:nth-child(odd){
  background-color: #C7DFF4;
}
.table-box table tr:nth-child(even){
  background-color: #fff;
}
.table-box table tr:first-child{
  background-color: #0072BC;
  color: #fff;
}
@media (max-width: 767px) {
  .table-box table {
    font-size: 14px;
  }
}
.table-box table tr,
.table-box table td,
.table-box table th {
  width: auto !important;
  height: auto !important;
}
.table-box table td,
.table-box table th {
  padding: 14px 8px !important;
  border: 1px solid #a0a0a0 !important;
}
@media (max-width: 991px) {
  .table-box table td,
  .table-box table th {
    padding: 12px 8px !important;
  }
}
@media (max-width: 767px) {
  .table-box table td,
  .table-box table th {
    padding: 8px 8px !important;
  }
  .table-box table td,
  .table-box table th,
  .table-box table td *,
  .table-box table th * {
    font-size: 12px !important;
  }
}
@media (max-width: 575px) {
  .table-box table td,
  .table-box table th {
    padding: 8px 8px !important;
  }
  .table-box table td,
  .table-box table th,
  .table-box table td *,
  .table-box table th * {
    font-size: 2.7vmin !important;
  }
}
.table-box table tr p,
.table-box table tr span {
  background: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.table-box table th {
  text-align: center;
}
.table-box table img {
  height: auto !important;
  max-width: 100%;
}
.suspended-list {
  width: 48px;
  position: fixed;
  right: 0;
  top: calc(50% - 79px);
  z-index: 999;
}
.suspended-list ul {
  display: block;
  position: relative;
  /* background-color: #fff; */
  padding-left: 0;
}
.suspended-list ul li {
  position: relative;
  width: 50px;
  height: 50px;
  margin-bottom: 3px;
  list-style: none;
}
.suspended-list ul li a {
  display: block;
  border-radius: 8px;
  width: 48px;
  height: 48px;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.suspended-list ul li a:before {
  display: block;
  text-align: center;
  line-height: 48px;
  font-size: 26px;
  color: #fff;
  transition: all 0.35s;
}
.suspended-list ul li .qrcode {
  width: 110px;
  height: 100px;
  padding-right: 10px;
  position: absolute;
  top: -50%;
  z-index: -10;
  left: 0;
  transition: all 0.35s;
  opacity: 0;
}
.suspended-list ul li .qrcode > div {
  width: 100px;
  height: 100px;
  background-color: #1577B6;
  padding: 5px;
}
.suspended-list ul li .qrcode > div img {
  width: 100%;
}
.suspended-list ul li .whatsapp-num {
  width: 170px;
  height: 48px;
  line-height: 48px;
  position: absolute;
  color: #fff;
  top: 0;
  z-index: -10;
  background-color: #1577B6;
  padding-left: 10px;
  left: 0;
  transition: all 0.35s;
  opacity: 0;
  border-radius: 8px;
}
.suspended-list ul li:hover {
  transition: all 0.5s;
}
.suspended-list ul li:hover .qrcode {
  left: -110px;
  opacity: 1;
  transition: all 0.35s;
}
.suspended-list ul li:hover a {
  background-color: #1577B6;
}
.suspended-list ul li:hover a .ycxf_imgbox img:first-child {
  display: none;
}
.suspended-list ul li:hover a .ycxf_imgbox img:last-child {
  display: block;
  left: 15px;
}
.suspended-list ul li:hover .j_dhzs {
  left: -210px;
}
.suspended-list ul li:hover .whatsapp-num {
  left: -160px;
  opacity: 1;
  transition: all 0.35s;
}
.open-suspended {
  width: 48px;
  height: 48px;
  position: fixed;
  right: 30px;
  z-index: 999;
  background: #6E6E6E;
  border-radius: 8px;
  bottom: 70px;
  display: none;
}
.open-suspended a {
  line-height: 48px;
  text-align: center;
  display: block;
  color: #fff;
  transition: all 0.35s;
}
.banner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.banner .slick-slide > div {
  font-size: 0;
}
.banner .slick-dotted.slick-slider {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .banner .slickbanner {
    width: 120%;
    margin-left: -10%;
    position: static !important;
  }
}
.banner .slickbanner .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  font-size: 0;
  border: 1px solid #fff;
  z-index: 2;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.banner .slickbanner .slick-arrow::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '\eb38';
  font-family: "iconfont" !important;
  font-size: 20px;
  color: #fff;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.banner .slickbanner .slick-prev {
  left: 96px;
}
.banner .slickbanner .slick-next {
  right: 96px;
}
.banner .slickbanner .slick-next::before {
  content: '\e756';
}
@media screen and (max-width: 1199px) {
  .banner .slickbanner .slick-arrow {
    width: 50px;
    height: 50px;
  }
  .banner .slickbanner .slick-arrow::before {
    font-size: 18px;
  }
  .banner .slickbanner .slick-prev {
    left: 20px;
  }
  .banner .slickbanner .slick-next {
    right: 20px;
  }
}
@media screen and (max-width: 991px) {
  .banner .slickbanner .slick-arrow {
    width: 40px;
    height: 40px;
    top: 57%;
  }
  .banner .slickbanner .slick-arrow::before {
    font-size: 18px;
  }
  .banner .slickbanner .slick-prev {
    left: 10px;
  }
  .banner .slickbanner .slick-next {
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .banner .slickbanner .slick-arrow {
    width: 35px;
    height: 35px;
    top: 59%;
  }
  .banner .slickbanner .slick-arrow::before {
    font-size: 16px;
  }
  .banner .slickbanner .slick-prev {
    left: 0;
  }
  .banner .slickbanner .slick-next {
    right: 0;
  }
}
@media screen and (min-width: 991px) {
  .banner .slickbanner .slick-arrow:hover {
    background-color: #1577B6;
    border-color: #1577B6;
  }
}
.banner .slickbanner .slick-list {
  margin-bottom: -5px;
}
.banner .slickbanner .slick-list .item {
  display: block;
  position: relative;
}
.banner .slickbanner .slick-list .item a {
  display: block;
}
.banner .slickbanner .slick-list .item .video-box {
  overflow: hidden;
  position: relative;
  display: block;
  padding-bottom: 41.66666667%;
}
.banner .slickbanner .slick-list .item .video-box .fluid_video_wrapper {
  position: absolute !important;
}
.banner .slickbanner .slick-list .item .video-box .fluid_video_wrapper .fluid_controls_container {
  display: none !important;
}
.banner .slickbanner .slick-list .item .img-box {
  padding-bottom: 41.66666667%;
}
@-webkit-keyframes enlarge {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
  }
}
@keyframes enlarge {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
  }
}
.banner .slickbanner .slick-list .slick-current img {
  -webkit-animation: enlarge 8s 0s ease both;
  animation: enlarge 8s 0s ease both;
}
.banner .slickbanner .slick-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  width: auto;
  transform: translateX(-50%);
}
.banner .slickbanner .slick-dots li button:before {
  display: none;
}
@media screen and (max-width: 767px) {
  .banner .slickbanner .slick-dots {
    bottom: 15px;
  }
}
.banner .slickbanner .slick-dots li {
  float: left;
  width: 16px;
  height: 16px;
  padding: 0;
}
.banner .slickbanner .slick-dots li button {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  font-size: 0;
  padding: 0;
  background-color: transparent;
  border: 2px solid #fff;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.banner .slickbanner .slick-dots .slick-active button {
  background-color: #fff;
}
.in-title {
  font-size: 48px;
  font-family: 'RobotoCondensed-Bold';
  color: #222;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  line-height: 40px;
}
.index-prod {
  padding-top: 80px;
  padding-bottom: 75px;
  background-color: #E8EEF2;
}
.index-prod .prod-box {
  width: 310px;
}
@media screen and (min-width: 991px) {
  .index-prod .prod-box:hover .prod-txtbox:before {
    background-color: #1577B6;
    transition: all 0.35s;
    border-color: #1577B6;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
  }
  .index-prod .prod-box:hover .prod-txt:before {
    border-top: 100px solid #1577B6;
    transition: all 0.35s;
  }
  .index-prod .prod-box:hover .prod-txt:after {
    border-top: 100px solid #1577B6;
    transition: all 0.35s;
  }
  .index-prod .prod-box:hover .prod-tit {
    color: #fff;
    transition: all 0.35s;
  }
  .index-prod .prod-box:hover .prod-btn {
    border-color: #1577B6;
    background-color: #fff;
    color: #1577B6;
    transition: all 0.35s;
  }
}
.index-prod .prod-img {
  padding: 0 55px;
}
.index-prod .img-box {
  padding-bottom: 85%;
}
.index-prod .prod-imgbox {
  position: relative;
  padding-top: 65px;
  padding-bottom: 65px;
  z-index: 3;
}
.index-prod .prod-imgbox:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-left: 155px solid transparent;
  border-right: 155px solid transparent;
  border-bottom: 100px solid #fff;
}
.index-prod .prod-imgbox:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 155px solid transparent;
  border-right: 155px solid transparent;
  border-top: 100px solid #fff;
}
.index-prod .prod-img {
  position: relative;
}
.index-prod .prod-img:before {
  content: '';
  height: 100px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #fff;
  width: 100%;
}
.index-prod .prod-txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.index-prod .prod-txt .prod-btn {
  width: 24px;
  height: 24px;
  font-size: 12px;
  border: 1px solid #222;
  color: #222;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.35s;
}
.index-prod .prod-txt:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-left: 155px solid transparent;
  border-right: 155px solid transparent;
  border-top: 100px solid #AEB1B6;
  transition: all 0.35s;
}
.index-prod .prod-txt:after {
  content: '';
  display: block;
  position: absolute;
  top: -1px;
  width: 0;
  height: 0;
  border-left: 155px solid transparent;
  border-right: 155px solid transparent;
  border-top: 100px solid #E8EEF2;
  transition: all 0.35s;
}
.index-prod .prod-txt a {
  position: relative;
  z-index: 2;
}
.index-prod .prod-tit {
  color: #222;
  font-weight: 500;
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 10px;
  transition: all 0.35s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 991px) {
  .index-prod .prod-tit {
    padding: 0 20%;
  }
}
.index-prod .prod-txtbox {
  position: relative;
  padding-bottom: 30px;
}
.index-prod .prod-txtbox:before {
  content: '';
  position: absolute;
  height: 100px;
  background-color: #E8EEF2;
  border-right: 1px solid #AEB1B6;
  border-left: 1px solid #AEB1B6;
  width: 100%;
  top: -100px;
  transition: all 0.35s;
}
.index-prod .prod-list {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.index-about {
  padding: 80px 0;
  background-image: url(../img/about-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.index-about .about-video {
  margin-right: 65px;
  position: relative;
}
.index-about .about-video > a > img {
  width: 100%;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 991px) {
  .index-about .about-video:hover .about-around img {
    transform: scale(1.1);
    transition: all 0.35s;
  }
  .index-about .about-video:hover .about-videobtn {
    color: #1577B6;
    transition: all 0.35s;
  }
}
.index-about .about-around {
  width: 74.5%;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.index-about .about-around img {
  width: 100%;
  transition: all 0.35s;
}
.index-about .about-videobtn {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 50%;
  right: -20px;
  color: #444;
  transform: translateY(-50%);
  transition: all 0.35s;
}
.index-about .about-videobtn i {
  font-size: 42px;
  line-height: 1;
  margin-bottom: 5px;
}
.index-about .about-videobtn span {
  line-height: 24px;
}
.index-about .am-g {
  display: flex;
  align-items: center;
}
.index-about .about-txt .in-title {
  text-align: left;
}
.index-about .about-txt .about-desc {
  font-size: 18px;
  line-height: 30px;
  color: #444;
  margin-top: 15px;
  padding-right: 85px;
  margin-bottom: 50px;
}
.index-about .about-txt .about-more {
  font-size: 18px;
  line-height: 35px;
  color: #1577B6;
  text-transform: uppercase;
  background-image: url(../img/about-more.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  padding-right: 25px;
  display: block;
  width: fit-content;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  .index-about .about-txt .about-more:hover {
    transform: translateX(5px);
    transition: all 0.35s;
  }
}
.index-data {
  background-color: #1E2935;
  background-image: url(../img/data-bg.png);
  color: #fff;
  padding-top: 55px;
  padding-bottom: 70px;
}
.index-data .big-data {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.index-data .big-data .data-box {
  position: relative;
}
.index-data .big-data .data-box:after {
  content: '';
  width: 1px;
  height: 100px;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.index-data .big-data .data-box:last-child:after {
  display: none;
}
.index-data .big-data .count-top {
  display: flex;
  margin-bottom: -10px;
}
.index-data .big-data .count-top span {
  font-size: 56px;
  font-weight: bold;
}
.index-data .big-data .count-tit {
  font-size: 24px;
  line-height: 48px;
}
.index-data .big-data .data-cont {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index-data .big-data .count-desc {
  color: #fff;
}
.index-advantage {
  background-image: url(../img/advantage-bg.jpg);
  padding: 55px 0;
}
.index-advantage .advantage-box {
  width: calc(50% - 10px);
  margin-right: 20px;
  padding: 20px 30px 30px;
  transition: all 0.35s;
}
.index-advantage .advantage-box:nth-child(2n) {
  margin-right: 0;
}
.index-advantage .advantage-box i {
  font-size: 30px;
  width: 48px;
  height: 48px;
  border: 1px solid #222222;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.35s;
}
.index-advantage .advantage-box:nth-child(n+3) {
  margin-top: 15px;
}
.index-advantage .advantage-box:nth-child(n+3) i {
  font-size: 24px;
}
@media screen and (min-width: 991px) {
  .index-advantage .advantage-box:hover {
    box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.24);
    transition: all 0.35s;
  }
  .index-advantage .advantage-box:hover i {
    border-color: #1577B6;
    color: #1577B6;
    transition: all 0.35s;
  }
  .index-advantage .advantage-box:hover .advantage-tit:after {
    background-color: #1577B6;
    transition: all 0.35s;
  }
}
.index-advantage .advantage-list {
  display: flex;
  flex-wrap: wrap;
}
.index-advantage .advantage-tit {
  font-size: 24px;
  font-weight: 500;
  line-height: 44px;
  position: relative;
  margin-bottom: 15px;
  margin-top: 5px;
}
.index-advantage .advantage-tit:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 27px;
  height: 3px;
  background-color: #222;
  transition: all 0.35s;
}
.index-advantage .advantage-desc {
  line-height: 24px;
  color: #666;
}
.index-advantage .advantage-img {
  position: absolute;
  bottom: -70px;
  z-index: 100;
}
.index-advantage .am-g {
  display: flex;
}
.index-blog {
  padding-top: 80px;
}
.index-blog .img-box {
  padding-bottom: 75.55555556%;
}
.index-blog .img-box img {
  transition: all 0.35s;
}
.index-blog .blog-box {
  position: relative;
}
@media screen and (min-width: 991px) {
  .index-blog .blog-box:hover img {
    transform: scale(1.1);
    transition: all 0.35s;
  }
  .index-blog .blog-box:hover .blog-txt {
    height: 100%;
    padding: 40px 30px;
    transition: all 0.35s;
  }
  .index-blog .blog-box:hover .blog-txt .blog-more {
    height: 40px;
    transition: all 0.35s;
    border-width: 1px;
  }
  .index-blog .blog-box:hover .blog-txt .blog-desc {
    height: 72px;
    margin-bottom: 35px;
    transition: all 0.35s;
  }
  .index-blog .blog-box:hover .blog-txt .blog-tit {
    font-size: 22px;
    margin-bottom: 10px;
    transition: all 0.35s;
  }
  .index-blog .blog-box:hover .blog-txt .blog-date {
    height: 14px;
    transition: all 0.35s;
    margin-bottom: 25px;
  }
}
.index-blog .blog-txt {
  position: absolute;
  width: 100%;
  height: 85px;
  left: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(21, 119, 182, 0.86);
  padding: 17px 30px;
  transition: all 0.35s;
}
.index-blog .blog-txt .blog-date {
  font-size: 14px;
  line-height: 1;
  color: #fff;
  height: 0;
  overflow: hidden;
  margin-bottom: 0;
  transition: all 0.35s;
}
.index-blog .blog-txt .blog-tit {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 0;
  line-height: 26px;
  transition: all 0.35s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #fff;
}
.index-blog .blog-txt .blog-tit a {
  color: #fff;
}
.index-blog .blog-txt .blog-desc {
  line-height: 24px;
  color: #e6e6e6;
  height: 0;
  margin-bottom: 35px;
  transition: all 0.35s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.index-blog .blog-txt .blog-more {
  display: flex;
  color: #e6e6e6;
  border: 0px solid #e6e6e6;
  width: 126px;
  overflow: hidden;
  height: 0;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  transition: all 0.35s;
}
.index-blog .blog-slick {
  margin-top: 40px;
}
.index-blog .slick-prev,
.index-blog .slick-next {
  width: 62px;
  height: 62px;
  border: 1px solid #1577B6;
  border-radius: 50%;
  transition: all 0.35s;
}
.index-blog .slick-prev:before,
.index-blog .slick-next:before {
  font-family: 'iconfont';
  opacity: 1;
  color: #1577B6;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  .index-blog .slick-prev:hover,
  .index-blog .slick-next:hover {
    background-color: #1577B6;
    transition: all 0.35s;
  }
  .index-blog .slick-prev:hover:before,
  .index-blog .slick-next:hover:before {
    color: #fff;
    transition: all 0.35s;
  }
}
.index-blog .slick-prev {
  left: -144px;
}
.index-blog .slick-prev:before {
  content: '\eb38';
}
.index-blog .slick-next {
  right: -144px;
}
.index-blog .slick-next:before {
  content: '\e756';
}
.index-download {
  padding-top: 90px;
  padding-bottom: 40px;
}
.index-download .download-txt {
  display: flex;
  align-items: center;
}
.index-download .download-txt span {
  font-family: 'RobotoCondensed-Bold';
  font-weight: bold;
  font-size: 36px;
  line-height: 1;
  color: #000;
  text-transform: uppercase;
  letter-spacing: -3px;
}
.index-download .download-img {
  margin-left: 45px;
  margin-right: 50px;
}
.index-download .download-all {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-download .download-form {
  width: 600px;
  height: 60px;
  border: 1px solid #333;
  border-radius: 30px;
  display: flex;
  align-items: center;
  padding: 6px 6px 6px 30px;
}
.index-download .download-form form {
  width: 100%;
  display: flex;
  height: 100%;
}
.index-download .download-form button {
  width: 118px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  border: 1px solid #333;
  background-color: #333;
  color: #fff;
  transition: all 0.35s;
}
.index-download .download-form button i {
  font-size: 22px;
  transform: rotateY(180deg);
  margin-left: 10px;
}
@media screen and (min-width: 991px) {
  .index-download .download-form button:hover {
    color: #333;
    background-color: #fff;
    transition: all 0.35s;
  }
}
.index-download .download-form input {
  width: calc(100% - 118px);
  padding-right: 20px;
  border: none;
}
.index-download .download-form input:focus {
  outline: none;
}
.page-banner {
  overflow: hidden;
}
.page-banner .item {
  position: relative;
}
.page-banner .item img {
  width: 100%;
}
.about .about-cont {
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 60px;
  background-color: #E9EEF2;
}
.about .about-cont .about-txt {
  padding-top: 70px;
}
.about .about-cont .about-txt .about-tit {
  color: #222;
  font-family: 'RobotoCondensed-Bold';
  font-weight: bold;
  font-size: 48px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.about .about-cont .about-txt .about-desc {
  line-height: 24px;
  color: #666;
}
.about .about-cont .about-txt .about-desc p {
  margin: 0;
}
.about .about-cont .am-u-md-6 {
  width: calc(50% + 30px);
}
.about .about-cont .am-u-md-5 {
  width: calc(41.66666667% + 30px);
}
.about .about-data {
  padding-top: 50px;
}
.about .about-data .big-data {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.about .about-data .big-data .data-box {
  position: relative;
}
.about .about-data .big-data .data-box:after {
  content: '';
  width: 1px;
  height: 100px;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.about .about-data .big-data .data-box:last-child:after {
  display: none;
}
.about .about-data .big-data .count-top {
  display: flex;
  margin-bottom: -10px;
}
.about .about-data .big-data .count-top span {
  font-size: 56px;
  font-weight: bold;
}
.about .about-data .big-data .count-tit {
  font-size: 24px;
  line-height: 48px;
}
.about .about-data .big-data .data-cont {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about .about-data .big-data .count-desc {
  color: #666;
}
.about .about-data .data-tit {
  font-size: 58px;
  font-weight: bold;
  font-family: 'RobotoCondensed-Bold';
  text-transform: uppercase;
  letter-spacing: -3px;
  color: transparent;
  -webkit-text-stroke: 2px #000;
  line-height: 64px;
  padding-top: 45px;
  position: relative;
}
.about .about-data .data-tit:before {
  content: '';
  width: 256px;
  height: 256px;
  background-color: #1577B6;
  display: block;
  position: absolute;
  border-radius: 50%;
  left: -25px;
  bottom: 35px;
  z-index: 1;
}
.about .about-data .data-tit div {
  position: relative;
  z-index: 2;
}
.about .honor {
  padding-top: 90px;
}
.about .honor .img-box {
  padding-bottom: 140.90909091%;
}
.about .honor .honor-box {
  border: 5px solid #212B38;
}
.about .honor .honor-box img {
  transition: all 0.35s;
}
.about .honor .honor-box:hover img {
  transform: scale(1.1);
  transition: all 0.35s;
}
.about .honor .honor-slick {
  margin-top: 40px;
}
.about .honor .slick-prev,
.about .honor .slick-next {
  width: 30px;
  height: 30px;
}
.about .honor .slick-prev:hover:before,
.about .honor .slick-next:hover:before {
  color: #1577B6;
  transition: all 0.35s;
}
.about .honor .slick-prev:before,
.about .honor .slick-next:before {
  font-family: 'iconfont';
  color: #D5D5D5;
  opacity: 1;
  transition: all 0.35s;
  font-size: 30px;
}
.about .honor .slick-prev:before {
  content: '\eb38';
}
.about .honor .slick-next:before {
  content: '\e756';
}
.about .honor .slick-prev {
  left: -125px;
}
.about .honor .slick-next {
  right: -125px;
}
.about .factory {
  padding-top: 85px;
  padding-bottom: 100px;
}
.about .factory [class*=am-u-] + [class*=am-u-]:last-child {
  float: left;
}
.about .factory .img-box {
  padding-bottom: 62.22222222%;
}
.about .factory .am-u-md-4:nth-child(n+4) {
  margin-top: 30px;
}
.about .factory .factory-list {
  margin-top: 40px;
}
.about .factory .factory-box img {
  transition: all 0.35s;
}
.about .factory .factory-box:hover img {
  transform: scale(1.1);
  transition: all 0.35s;
}
.sticky-content {
  display: -webkit-box;
  display: flex;
}
.list-l {
  background-clip: content-box;
  width: calc(25% + 30px);
  position: relative;
  z-index: 9;
  background-color: #fff;
}
.list-l h2 {
  text-align: center;
  color: #fff;
  padding: 21px;
  font-size: 34px;
  font-weight: 600;
  margin: 0 0 20px;
}
.list-l .menu {
  position: relative;
  z-index: 10;
}
.list-l .menu h4 {
  color: #fff;
  background-color: #1577B6;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 0;
  padding: 25px;
}
.list-l .menu a {
  display: block;
}
.list-l .menu1 {
  position: relative;
  padding-left: 0;
  margin-bottom: 120px;
  margin-top: 0;
}
.list-l .menu1 > li {
  color: #666666;
  font-size: 18px;
  list-style: none;
  margin-bottom: 10px;
}
.list-l .menu1 > li.active > a {
  border-bottom: none;
}
.list-l .menu1 > li.more > a:after {
  border: none;
}
.list-l .menu1 > li > a {
  display: block;
  position: relative;
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  line-height: 24px;
  padding: 18px 40px;
  background-color: #1577B6;
  font-weight: bold;
  border-bottom: 1px solid #E6E6E6;
  transition: all 0.35s;
}
.list-l .menu1 > li > a:hover {
  transition: all 0.35s;
}
.list-l .menu1 > li > a span {
  display: flex;
  align-items: center;
  width: 100%;
  line-height: 1;
  position: relative;
}
.list-l .menu1 > li:last-child > a {
  border-bottom: none;
}
.list-l .menu1 ul {
  font-size: 14px;
  display: none;
  margin: 0;
}
.list-l .menu2 {
  padding: 0;
  border-bottom: 1px solid #E6E6E6;
}
.list-l .menu2 > li {
  list-style: none;
  background-color: #E9EEF2;
  margin-top: 10px;
}
.list-l .menu2 > li:last-child {
  border-bottom: none;
}
.list-l .menu2 > li > a {
  display: flex;
  width: fit-content;
  align-items: center;
  font-size: 16px;
  width: 100%;
  position: relative;
  line-height: 28px;
  padding: 5px 40px;
  color: #222;
  font-weight: bold;
  height: auto;
  transition: all 0.35s;
}
.list-l .menu2 > li > a:hover {
  background-color: #1577B6;
  transition: all 0.35s;
}
.list-l .menu2 > li > a:hover span {
  color: #fff;
  transition: all 0.35s;
}
.list-l .menu2 > li > a span {
  display: block;
  line-height: 30px;
  transition: all 0.35s;
}
.list-l .menu2 > li.active > a {
  text-decoration: underline;
  color: #1577B6;
}
.list-l .menu2 > li.active > a span {
  transition: all 0.35s;
}
.list-l .menu2 > li.active > a:before {
  width: 16px;
  transition: all 0.35s;
}
.list-l .menu2 > li.active > a:hover span {
  color: #fff;
  transition: all 0.35s;
}
.list-l .menu3 > li {
  padding-left: 12px;
  margin-top: 5px;
  list-style: none;
}
.list-l .menu3 > li > a {
  color: #83868a;
}
.list-l .menu3 > li > a:before {
  content: '- ';
}
.prod {
  padding-top: 80px;
  padding-bottom: 100px;
}
.prod .prod-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 70px;
}
.prod .prod-box {
  width: calc(33.33333333% - 20px);
  transition: all 0.35s;
  margin-right: 30px;
  position: relative;
  border: 1px solid #999999;
}
@media screen and (min-width: 991px) {
  .prod .prod-box:hover {
    position: relative;
    border-color: #1577B6;
    transition: all 0.35s;
  }
  .prod .prod-box:hover img {
    transform: scale(1.1);
    transition: all 0.35s;
  }
  .prod .prod-box:hover .prod-tit {
    transform: scale(0);
    opacity: 0;
    transition: all 0.35s;
  }
  .prod .prod-box:hover .prod-hoverbox {
    opacity: 1;
    transform: scale(1);
    transition: all 0.35;
  }
  .prod .prod-box:hover .prod-hoveradd {
    z-index: 10;
    transition: all 0.35s;
  }
}
.prod .prod-box:nth-child(3n) {
  margin-right: 0;
}
.prod .prod-box:nth-child(n+4) {
  margin-top: 60px;
}
.prod .prod-box .prod-tit {
  font-size: 16px;
  color: #fff;
  transition: all 0.35s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  padding-bottom: 2px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  background-color: #1577B6;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  z-index: 1;
  width: calc(100% - 48px);
  height: 40px;
  line-height: 40px;
}
.prod .prod-box .prod-more {
  display: flex;
  font-size: 14px;
  color: #666;
  transition: all 0.35s;
}
.prod .prod-box .prod-more i {
  font-size: 14px;
  margin-left: 5px;
}
.prod .prod-box img {
  transition: all 0.35s;
}
.prod .prod-hoverbox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 40px;
  background-color: rgba(21, 119, 182, 0.8);
  color: #fff;
  opacity: 0;
  transform: scale(0);
  transition: all 0.35s;
}
.prod .prod-hoverbox a {
  color: #fff;
}
.prod .prod-hoverbox .prod-hovertit {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.prod .prod-hoverbox .prod-hoverdesc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}
.prod .prod-hoverbox .prod-hoverdesc p {
  font-size: 14px;
  margin: 0;
  line-height: 20px;
}
.prod .prod-hoveradd {
  display: flex;
  width: 47px;
  height: 47px;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #1577B6;
  font-size: 22px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  .prod .prod-hoveradd:hover {
    background-color: #1577B6;
    color: #fff;
    transition: all 0.35s;
  }
}
.pagenum {
  display: flex;
  justify-content: center;
}
.pagenum a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  width: 34px;
  height: 34px;
  border: 1px solid #888888;
  line-height: 30px;
  color: #666;
  margin-left: 14px;
  background-color: #fff;
  transition: all 0.35s;
}
.pagenum a.active {
  background-color: #1577B6;
  color: #fff;
  transition: all 0.35s;
  border-color: #1577B6;
}
.pagenum a:first-child {
  margin-left: 0;
}
.pagenum a:nth-child(2) {
  margin-left: 20px;
}
.pagenum a:last-child {
  margin-left: 20px;
}
.pagenum a:last-child i {
  display: block;
  transform: rotateY(180deg);
}
@media screen and (min-width: 991px) {
  .pagenum a:hover {
    background-color: #1577B6;
    color: #fff;
    transition: all 0.35s;
    border-color: #1577B6;
  }
}
.pagenum i {
  font-size: 12px;
  display: block;
}
.blog {
  padding-bottom: 125px;
}
.blog .in-title {
  text-align: center;
}
.blog .in-title:after {
  margin: 28px auto 0;
}
.blog .blog-cont {
  margin-top: 80px;
  position: relative;
  padding: 0 115px;
}
.blog .blog-cont:before {
  content: '';
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #1577B6;
  left: 50%;
  transform: translateX(-50%);
}
.blog .blog-cont:after {
  content: '';
  display: block;
  clear: both;
}
.blog .blog-cont .blog-img {
  width: 100%;
  position: relative;
}
.blog .blog-cont .blog-img .img-box {
  padding-bottom: 62.45059289%;
}
.blog .blog-cont .blog-img .img-box img {
  transition: all 0.35s;
}
.blog .blog-cont .blog-img .img-box:hover img {
  transform: scale(1.1);
  transition: all 0.35s;
}
.blog .blog-box {
  float: right;
  width: 50%;
  padding-left: 90px;
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 185px;
}
.blog .blog-box:before {
  content: '';
  display: block;
  position: absolute;
  width: 40px;
  height: 1px;
  top: 50%;
  border-bottom: 1px dashed #1577B6;
  left: 5px;
}
.blog .blog-box:after {
  content: '';
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/blog-point.png);
  left: 40px;
}
.blog .blog-box:nth-child(2) {
  margin-top: 310px;
}
.blog .blog-box:first-child {
  margin-top: 20px;
}
.blog .blog-box:nth-child(2n) {
  float: left;
  padding-left: 0;
  padding-right: 90px;
  text-align: right;
  align-items: flex-end;
}
.blog .blog-box:nth-child(2n):before {
  left: auto;
  right: 5px;
}
.blog .blog-box:nth-child(2n):after {
  left: auto;
  right: 40px;
}
.blog .blog-box:nth-child(2n) .blog-img:after {
  right: auto;
  left: -20px;
}
.blog .blog-box:nth-child(2n) .blog-tit {
  padding-right: 0;
  padding-left: 35px;
}
.blog .blog-box h4 {
  font-size: 14px;
  font-weight: 400;
  color: #1577B6;
  margin-bottom: 12px;
  line-height: 1;
}
.blog .blog-box .blog-tit {
  font-size: 22px;
  color: #222;
  line-height: 26px;
  font-weight: bold;
  padding-right: 35px;
  margin: 0;
  margin-bottom: 15px;
}
.map {
  width: 100%;
  height: 690px;
}
.map .map-content {
  width: 100%;
  height: 100%;
}
.contact {
  background-color: #E9EEF2;
  padding-top: 100px;
}
.contact .contact-map {
  position: relative;
}
.contact .am-g {
  display: flex;
  margin-left: 0;
  margin-right: 0;
}
.contact .am-u-md-8 {
  width: calc(66.66666667% - 10px);
  padding-right: 25px;
  padding-left: 0;
}
.contact .am-u-md-4 {
  padding-right: 0;
  width: calc(33.33333333% + 10px);
}
.contact .map-msg {
  position: absolute;
  width: calc(100% - 120px);
  left: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 30px 60px 70px;
}
.contact .map-msg .map-tit {
  font-size: 32px;
  font-weight: bold;
  color: #222;
  line-height: 1;
  margin-bottom: 15px;
}
.contact .map-msg .map-box {
  display: flex;
  align-items: center;
}
.contact .map-msg .map-box i {
  width: 36px;
  height: 36px;
  border: 1px solid #064179;
  color: #064179;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 10px;
}
.contact .map-msg .map-box:nth-child(2n+1) {
  width: 60%;
}
.contact .map-msg .map-box:nth-child(2n) {
  width: 40%;
}
.contact .map-msg .map-box:nth-child(n+3) {
  margin-top: 20px;
}
.contact .map-msg .map-box a {
  color: #333;
  width: calc(100% - 36px);
}
.contact .map-msg .map-box a:hover {
  text-decoration: underline;
}
.contact .map-msg .map-box span {
  width: calc(100% - 36px);
}
.contact .map-msg .map-list {
  display: flex;
  flex-wrap: wrap;
}
.contact .contact-ol {
  background-color: #fff;
  height: 100%;
  padding: 50px 30px 0;
}
.contact .contact-ol input[type="text"] {
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
  border: 1px solid #999999;
  padding: 0 20px;
  transition: all 0.35s;
}
.contact .contact-ol textarea {
  width: 100%;
  height: 185px;
  resize: none;
  margin-bottom: 10px;
  border: 1px solid #999999;
  padding: 10px 20px;
  transition: all 0.35s;
}
.contact .contact-ol form {
  display: flex;
  flex-direction: column;
  font-size: 14px;
}
.contact .contact-ol form *:focus {
  outline: none;
  border-color: #1577B6;
  transition: all 0.35s;
}
.contact .contact-ol input[type="submit"] {
  width: 144px;
  height: 40px;
  font-size: 16px;
  color: #fff;
  border: 1px solid #1577B6;
  background-color: #1577B6;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  .contact .contact-ol input[type="submit"]:hover {
    background-color: #fff;
    color: #1577B6;
    transition: all 0.35s;
  }
}
.contact .contact-ol .ol-tit {
  font-size: 32px;
  color: #222;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 10px;
}
.contact .contact-ol .ol-desc {
  line-height: 24px;
  color: #666;
  margin-bottom: 25px;
}
.contact .salesman {
  padding-top: 55px;
  padding-bottom: 105px;
}
.contact .salesman .sales-title {
  font-size: 32px;
  color: #222;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
.contact .salesman .sales-list {
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
}
.contact .salesman .sales-list .sales-box {
  width: calc(25% - 22.5px);
  background-color: #fff;
  padding: 30px 40px;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  .contact .salesman .sales-list .sales-box:hover {
    background-color: #1577B6;
    transition: all 0.35s;
  }
  .contact .salesman .sales-list .sales-box:hover .sales-tit {
    color: #fff;
    transition: all 0.35s;
  }
  .contact .salesman .sales-list .sales-box:hover .sales-tit:before {
    background-color: #fff;
    transition: all 0.35s;
  }
  .contact .salesman .sales-list .sales-box:hover .sales-mail {
    color: #fff;
    transition: all 0.35s;
  }
}
.contact .salesman .sales-list .sales-tit {
  font-size: 22px;
  color: #222;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 10px;
  position: relative;
  transition: all 0.35s;
}
.contact .salesman .sales-list .sales-tit:before {
  width: 12px;
  height: 3px;
  content: '';
  display: block;
  background-color: #999;
  position: absolute;
  left: -20px;
  top: calc(50% - 2px);
  transition: all 0.35s;
}
.contact .salesman .sales-list .sales-mail {
  color: #666;
  line-height: 1;
  transition: all 0.35s;
}
.prod-deta {
  padding-top: 80px;
  padding-bottom: 50px;
}
.prod-deta .prod-detaslick {
  width: 47.5%;
}
.prod-deta .prod-detaslick .slick-slide > div {
  font-size: 0;
}
.prod-deta .pro-details-msg {
  width: 52.5%;
  padding-left: 45px;
}
.prod-deta .pro-details-msg h1 {
  font-weight: bold;
  font-size: 25px;
  color: #222;
  line-height: 30px;
  margin-bottom: 15px;
  margin-top: 35px;
}
.prod-deta .pro-details-msg h4 {
  font-size: 18px;
  line-height: 1;
  margin: 0;
  font-weight: bold;
  color: #222;
  margin-bottom: 10px;
}
.prod-deta iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.prod-deta .pro-details-topslick {
  margin-bottom: 6px;
}
.prod-deta .pro-details-topslick .slick-prev,
.prod-deta .pro-details-topslick .slick-next {
  width: 30px;
  height: 64px;
  font-size: 0;
  background-color: #F5F5F5;
  transition: all 0.35s;
  z-index: 2;
}
.prod-deta .pro-details-topslick .slick-prev:hover,
.prod-deta .pro-details-topslick .slick-next:hover {
  background-color: #1577B6;
  transition: all 0.35s;
}
.prod-deta .pro-details-topslick .slick-prev:hover:before,
.prod-deta .pro-details-topslick .slick-next:hover:before {
  color: #fff;
  transition: all 0.35s;
}
.prod-deta .pro-details-topslick .slick-prev {
  left: -15px;
}
.prod-deta .pro-details-topslick .slick-next {
  right: -15px;
}
.prod-deta .pro-details-topslick .slick-prev:before,
.prod-deta .pro-details-topslick .slick-next:before {
  font-family: 'iconfont';
  font-size: 10px;
  width: 10px;
  height: 10px;
  display: inline-block;
  color: #333;
  transition: all 0.35s;
}
.prod-deta .pro-details-topslick .slick-prev:before {
  content: '\f8b9';
}
.prod-deta .pro-details-topslick .slick-next:before {
  content: '\f8b8';
}
.prod-deta .pro-details-topslick .slick-list {
  border: 1px solid #999;
}
.prod-deta .pro-details-thumbslick {
  width: 100%;
  margin: 0 auto;
}
.prod-deta .pro-details-thumbslick .slick-prev.slick-disabled:before,
.prod-deta .pro-details-thumbslick .slick-next.slick-disabled:before {
  opacity: 1;
}
.prod-deta .pro-details-thumbslick .item {
  padding: 6px;
  cursor: pointer;
}
.prod-deta .pro-details-thumbslick .item > div {
  border: 1px solid #999;
}
.prod-deta .pro-details-thumbslick .slick-list {
  margin-left: -6px;
  margin-right: -6px;
}
.prod-deta .pro-details-thumbslick .slick-current .img-box {
  border: 1px solid #1577B6;
}
.prod-deta .pro-details-thumbslick .item-video {
  position: relative;
}
.prod-deta .pro-details-thumbslick .item-video .img-box {
  background-color: #000;
}
.prod-deta .pro-details-thumbslick .item-video .img-box img {
  opacity: 0.59;
}
.prod-deta .pro-details-thumbslick .item-video .img-box:after {
  font-family: 'iconfont' !important;
  font-size: 30px;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  content: '\e662';
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  color: #fff;
}
.prod-deta .pro-details-thumbslick .item-video .img-box:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.prod-deta .pro-details-msgcont {
  min-height: 90px;
  margin-bottom: 35px;
}
.prod-deta .pro-details-msgcont h4 {
  font-size: 20px;
  color: #666;
}
.prod-deta .pro-details-msgcont p {
  margin: 0;
  line-height: 24px;
  color: #666;
}
.prod-deta .pro-details-share {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.prod-deta .pro-details-share > span {
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
}
.prod-deta .pro-details-share .at-resp-share-element .at-share-btn {
  margin-bottom: 0;
}
.prod-deta .pro-details-btn {
  display: flex;
}
.prod-deta .pro-details-btn a {
  display: flex;
  width: 178px;
  height: 40px;
  background-color: #1577B6;
  border: 1px solid #1577B6;
  color: #fff;
  justify-content: center;
  align-items: center;
  transition: all 0.35s;
}
.prod-deta .pro-details-btn a:hover {
  color: #1577B6;
  background-color: #fff;
  transition: all 0.35s;
}
.prod-deta .pro-details-btn a i {
  font-size: 18px;
  margin-right: 12px;
}
.prod-deta .pro-details-btn .pro-deta-add {
  border: 1px solid #60656B;
  color: #666;
  margin-left: 20px;
  background-color: #fff;
  transition: all 0.35s;
}
.prod-deta .pro-details-btn .pro-deta-add:hover {
  border-color: #1577B6;
  background-color: #1577B6;
  color: #fff;
  transition: all 0.35s;
}
.prod-deta .prod-sontitle {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #222;
}
.prod-deta .prod-cont {
  clear: both;
  padding-top: 20px;
}
.prod-deta .prod-cont .prod-contbox p {
  margin: 0;
}
.prod-deta .prod-cont .prod-contbox img {
  max-width: 100%;
  height: auto!important;
}
.prod-deta .inquiry-form {
  padding-top: 25px;
}
.prod-deta .inquiry-form .prod-sontitle {
  margin-bottom: 15px;
}
.prod-deta .inquiry-form form {
  font-size: 0;
}
.prod-deta .inquiry-form input {
  font-size: 14px;
  padding: 0 15px;
  width: calc(25% - 16.5px);
  height: 40px;
  margin-right: 22px;
  border: 1px solid #999999;
  margin-bottom: 20px;
  color: #999;
}
.prod-deta .inquiry-form input:nth-child(4n+1) {
  margin-right: 0;
}
.prod-deta .inquiry-form input:first-child {
  width: 100%;
}
.prod-deta .inquiry-form input:focus {
  outline: none;
  border-color: #1577B6;
  transition: all 0.35s;
}
.prod-deta .inquiry-form input[readonly] {
  background-color: #F5F5F5;
  border-color: #F5F5F5;
}
.prod-deta .inquiry-form *::-webkit-input-placeholder {
  color: #999;
}
.prod-deta .inquiry-form *:-moz-placeholder {
  /* FF 4-18 */
  color: #999;
}
.prod-deta .inquiry-form *::-moz-placeholder {
  /* FF 19+ */
  color: #999;
}
.prod-deta .inquiry-form *:-ms-input-placeholder {
  /* IE 10+ */
  color: #999;
}
.prod-deta .inquiry-form textarea {
  height: 200px;
  width: 100%;
  font-size: 16px;
  border: 1px solid #999999;
  resize: none;
  padding: 10px 17px;
  margin-bottom: 24px;
}
.prod-deta .inquiry-form textarea:focus {
  outline: none;
  border-color: #1577B6;
  transition: all 0.35s;
}
.prod-deta .inquiry-form button {
  width: 142px;
  background-color: #1577B6;
  color: #fff;
  height: 42px;
  border: 1px solid #1577B6;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.35s;
}
.prod-deta .inquiry-form button i {
  font-size: 22px;
  margin-left: 10px;
  position: relative;
  z-index: 1;
  transform: rotateY(180deg);
  transition: all 0.35s;
}
.prod-deta .inquiry-form button:hover {
  color: #1577B6;
  background-color: #fff;
  transition: all 0.35s;
}
.prod-deta .inquiry-form button:hover i {
  color: #1577B6;
  transition: all 0.35s;
}
.recommend {
  padding-top: 25px;
}
.recommend .slick-slide > div {
  padding: 10px 15px;
}
.recommend .prod-recommendlist {
  margin: 0 -15px;
}
.recommend .prod-recommendlist .slick-prev,
.recommend .prod-recommendlist .slick-next {
  width: 30px;
  height: 47px;
  font-size: 0;
  background-color: #BCBCBC;
  opacity: 0;
  transition: all 0.35s;
}
.recommend .prod-recommendlist .slick-prev:hover,
.recommend .prod-recommendlist .slick-next:hover {
  background-color: #1577B6;
  transition: all 0.35s;
}
.recommend .prod-recommendlist .slick-prev {
  left: 15px;
  z-index: 2;
}
.recommend .prod-recommendlist .slick-next {
  right: 15px;
}
.recommend .prod-recommendlist .slick-prev:before,
.recommend .prod-recommendlist .slick-next:before {
  font-family: 'iconfont';
  font-size: 15px;
  width: 17px;
  height: 17px;
  display: inline-block;
}
.recommend .prod-recommendlist .slick-prev:before {
  content: '\eb38';
}
.recommend .prod-recommendlist .slick-next:before {
  content: '\e756';
}
.recommend .prod-recommendlist:hover .slick-prev,
.recommend .prod-recommendlist:hover .slick-next {
  opacity: 1;
  transition: all 0.35s;
}
.recommend .prod-box {
  width: calc(33.33333333% - 20px);
  transition: all 0.35s;
  margin-right: 30px;
  position: relative;
  border: 1px solid #999999;
}
.recommend .prod-box:hover {
  position: relative;
  border-color: #1577B6;
  transition: all 0.35s;
}
.recommend .prod-box:hover img {
  transform: scale(1.1);
  transition: all 0.35s;
}
.recommend .prod-box:hover .prod-tit {
  transform: scale(0);
  opacity: 0;
  transition: all 0.35s;
}
.recommend .prod-box:hover .prod-hoverbox {
  opacity: 1;
  transform: scale(1);
  transition: all 0.35s;
}
.recommend .prod-box:nth-child(3n) {
  margin-right: 0;
}
.recommend .prod-box:nth-child(n+4) {
  margin-top: 60px;
}
.recommend .prod-box .prod-tit {
  font-size: 16px;
  color: #fff;
  transition: all 0.35s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  padding-bottom: 2px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  background-color: #1577B6;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  z-index: 1;
  width: calc(100% - 48px);
  height: 40px;
  line-height: 40px;
}
.recommend .prod-box .prod-more {
  display: flex;
  font-size: 14px;
  color: #666;
  transition: all 0.35s;
}
.recommend .prod-box .prod-more i {
  font-size: 14px;
  margin-left: 5px;
}
.recommend .prod-box img {
  transition: all 0.35s;
}
.recommend .prod-hoverbox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 40px;
  background-color: rgba(21, 119, 182, 0.8);
  color: #fff;
  opacity: 0;
  transform: scale(0);
  transition: all 0.35s;
}
.recommend .prod-hoverbox a {
  color: #fff;
}
.recommend .prod-hoverbox .prod-hovertit {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}
.recommend .prod-hoverbox .prod-hoverdesc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}
.recommend .prod-hoverbox .prod-hoverdesc p {
  font-size: 14px;
  margin: 0;
  line-height: 20px;
}
.recommend .prod-hoveradd {
  display: flex;
  width: 47px;
  height: 47px;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #1577B6;
  font-size: 22px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
}
header {
  background-image: url(../img/header-bg.jpg);
  height: 140px;
  background-position: bottom;
}
header .header-logo {
  height: 140px;
  display: flex;
  align-items: center;
  transition: all 0.35s;
}
header .header-logo .header-logobox {
  height: 110px;
  transition: all 0.35s;
}
header .header-logo .header-logobox img {
  height: 100%;
}
header.am-sticky {
  box-shadow: 0px 2px 18px 0px rgba(9, 20, 30, 0.15);
}
@media screen and (min-width: 1199px) {
  header.am-sticky {
    height: 100px;
  }
  header.am-sticky .header-msg {
    height: 0;
    transform: scale(0);
    transition: all 0.35s;
  }
  header.am-sticky .header-logo {
    height: 100px;
    transition: all 0.35s;
  }
  header.am-sticky .header-logo .header-logobox {
    height: 70px;
    transition: all 0.35s;
  }
}
header .header-all {
  display: flex;
  justify-content: space-between;
}
header .header-msglist {
  display: flex;
  color: #fff;
  margin-right: 45px;
}
header .header-msglist a {
  color: #fff;
}
header .header-msg {
  height: 40px;
  display: flex;
  align-items: center;
  transition: all 0.35s;
}
header .header-msgbox {
  display: flex;
  align-items: center;
}
header .header-msgbox a {
  font-size: 14px;
  margin-left: 10px;
}
header .header-msgbox a:hover {
  text-decoration: underline;
}
header .header-msgbox:last-child {
  margin-left: 45px;
}
header .header-inquiry {
  margin-left: 50px;
}
header .header-inquiry a {
  color: #fff;
  display: flex;
  align-items: center;
}
header .header-inquiry a:hover span {
  text-decoration: underline;
}
header .header-inquiry i {
  font-size: 18px;
  margin-right: 10px;
}
header .header-inquiry span {
  font-size: 14px;
}
header .header-nav-all {
  display: flex;
  height: 100px;
  align-items: center;
}
header .header-allbox {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.header-search {
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
}
.header-search a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  border-radius: 50%;
  padding-right: 0;
  transition: opacity 0.25s ease-in-out 0s;
  -webkit-transition: opacity 0.25s ease-in-out 0s;
}
.header-search a span {
  font-size: 14px;
  color: #fff;
  margin-left: 10px;
}
.header-search a:hover span {
  text-decoration: underline;
}
.header-search i {
  font-size: 18px;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  .header-search:hover > a > i {
    transform: rotateY(180deg);
    transition: all 0.35s;
  }
}
.header-search button:before {
  display: none;
}
.header-search button i {
  color: #fff;
  font-size: 14px;
  line-height: 38px;
}
.search-wrap {
  font-size: 14px;
  position: absolute;
  z-index: 1002;
  top: 100%;
  right: 0;
  right: 10%;
  display: none;
  width: 300px;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.search-wrap .search-box {
  position: relative;
}
.search-wrap input {
  line-height: 24px;
  width: 100%;
  padding: 6px 10px;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #dcdcdc;
}
.search-wrap input:focus-visible {
  outline: none;
}
.search-wrap .submit {
  font-size: 0;
  line-height: 38px;
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 38px;
  padding: 0;
  color: #fff;
  border-radius: 0;
  background-color: #1577B6;
  border-color: #1577B6;
}
.search-wrap .submit:focus {
  outline: none;
}
.search-wrap .submit:before {
  font-family: 'iconfont' !important;
  content: '\e600';
}
.search-wrap .search-box {
  height: 38px;
}
.header .nav .nav-list1 > li:last-child > a {
  padding-right: 0;
}
footer {
  background-color: #1E2935;
  padding-top: 65px;
}
footer .footer-desc {
  font-size: 15px;
  line-height: 22px;
  color: #fff;
  padding-right: 25px;
  margin-top: 20px;
}
footer .footer-link2 li {
  display: flex;
  align-items: center;
}
footer .footer-link2 li i {
  margin-right: 10px;
}
footer .footer-link2 li span {
  line-height: 36px;
}
footer .footer-share {
  font-size: 0;
  margin-top: 40px;
  display: flex;
}
footer .footer-share a {
  font-size: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  background-color: #3D4F62;
  margin-right: 10px;
  transition: all 0.35s;
}
footer .footer-share a:hover {
  background-color: #1577B6;
  text-decoration: none!important;
  transition: all 0.35s;
}
footer .footer-link ul {
  padding: 0;
  margin: 0;
}
footer .footer-link li {
  list-style: none;
  color: #fff;
  font-size: 16px;
}
footer .footer-link a {
  color: #fff;
  font-size: 16px;
  line-height: 36px;
}
footer .footer-link a:hover {
  text-decoration: underline;
}
footer .footer-link h4 {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0;
  font-family: 'RobotoCondensed-Bold';
}
footer .footer-link .newsletter {
  width: 100%;
  background-color: #fff;
  height: 50px;
  border-radius: 25px;
  display: flex;
  justify-content: space-between;
  transition: all 0.35s;
  padding: 4px;
  margin-top: 15px;
}
footer .footer-link .newsletter:hover {
  border-color: #1577B6;
  transition: all 0.35s;
}
footer .footer-link .newsletter input {
  border: none;
  padding: 0 15px;
  font-size: 14px;
  border-radius: 25px;
  width: calc(100% - 50px);
}
footer .footer-link .newsletter input:focus {
  outline: none;
}
footer .footer-link .newsletter button {
  width: 70px;
  border: none;
  background-color: #1577B6;
  color: #fff;
  padding: 0 14px;
  border-radius: 25px;
  border: 1px solid #1577B6;
  transition: all 0.35s;
}
@media screen and (min-width: 991px) {
  footer .footer-link .newsletter button:hover {
    background-color: #fff;
    color: #1577B6;
    transition: all 0.35s;
  }
}
footer .footer-link .newsletter i {
  font-size: 20px;
  transition: all 0.35s;
}
footer .footer-link .sitemap-btn {
  font-size: 14px;
  color: #ccc;
  display: block;
  width: fit-content;
  line-height: 18px;
  position: relative;
  transition: all 0.35s;
}
footer .footer-link .sitemap-btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #969697;
  left: 0;
}
footer .footer-link .sitemap-btn:hover {
  text-decoration: none;
  transform: translateY(-5px);
  transition: all 0.35s;
}
footer .am-accordion-gapped .am-active .am-accordion-title {
  background-color: transparent;
}
footer .am-accordion-gapped .am-accordion-title {
  padding: 0;
  border-bottom: none;
  pointer-events: none;
  margin-bottom: 5px;
}
footer .am-accordion-gapped .am-accordion-item {
  border: none;
  margin: 0;
}
footer .am-accordion-gapped .am-accordion-item.am-active {
  border: none;
}
footer .am-accordion-gapped .am-accordion-title:after {
  color: #fff;
  opacity: 0;
}
footer .am-accordion-gapped {
  margin: 0!important;
}
footer .footer-form1 {
  padding-left: 40px;
}
footer .footer-form {
  padding-left: 40px;
}
footer .footer-form p {
  margin: 0;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}
footer .footer-form *::-webkit-input-placeholder {
  color: #888;
  font-size: 14px;
  line-height: 30px;
}
footer .footer-form *:-moz-placeholder {
  /* FF 4-18 */
  color: #888;
  font-size: 14px;
  line-height: 30px;
}
footer .footer-form *::-moz-placeholder {
  /* FF 19+ */
  color: #888;
  font-size: 14px;
  line-height: 30px;
}
footer .footer-form *:-ms-input-placeholder {
  /* IE 10+ */
  color: #888;
  font-size: 14px;
  line-height: 30px;
}
footer .footer-form input[type="text"] {
  background-color: #fff;
  outline: none;
  border: 1px solid #fff;
  height: 40px;
  width: calc(50% - 5px);
  padding: 0 10px;
  margin-left: 10px;
  color: #333;
  margin-bottom: 10px;
  transition: all 0.35s;
}
footer .footer-form input[type="text"]:focus {
  outline: none;
  border-color: #1577B6;
  transition: all 0.35s;
}
footer .footer-form input[type="text"]:first-child {
  margin-left: 0;
}
footer .footer-form button {
  background-color: transparent;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  position: relative;
  margin-top: 15px;
  border: none;
  padding: 0;
  transition: all 0.35s;
}
footer .footer-form button:hover {
  transform: translateY(-5px);
  transition: all 0.35s;
}
footer .footer-form button:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  display: block;
  bottom: 0;
  left: 0;
  background-color: #BBBBBB;
}
footer .footer-form form {
  display: flex;
  flex-wrap: wrap;
}
footer .footer-form textarea {
  width: 100%;
  height: 95px;
  resize: none;
  padding: 5px 10px;
  border: 1px solid #fff;
  transition: all 0.35s;
}
footer .footer-form textarea:focus {
  outline: none;
  border-color: #1577B6;
  transition: all 0.35s;
}
footer .am-accordion-content {
  padding: 0;
}
.footer-record {
  margin-top: 60px;
  background-color: #19222D;
}
.footer-record .am-container > div {
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  padding: 20px 0;
  color: #ccc;
}
.footer-record .am-container > div a {
  color: #ccc;
}
.footer-record .am-container > div a:hover {
  text-decoration: underline;
}
.footer-record .am-container > div#google_translate_element {
  float: right;
}
.footer-record .am-container > a {
  float: right;
  font-size: 18px;
  line-height: 18px;
  padding: 25px 0;
  font-weight: bold;
  color: #ccc;
}
.footer-record .am-container > a:hover {
  text-decoration: underline;
}
.footer-record .sitemap-btn {
  margin-left: 35px;
}
.details {
  padding: 60px 0 90px;
}
.details h1 {
  font-size: 36px;
  margin-bottom: 15px;
  line-height: 1.1;
}
.details .details-date {
  color: #1577B6;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.42857143;
}
.details .info {
  padding-bottom: 25px;
  border-bottom: 2px solid #e3e3e3;
  margin-bottom: 25px;
  position: relative;
}
.details .txt p {
  margin: 0;
  color: #666666;
  font-size: 16px;
  line-height: 1.75;
}
.details .txt img {
  max-width: 100%;
  height: auto!important;
}
.details .news-page {
  overflow: hidden;
  margin-top: 40px;
  font-size: 16px;
}
.details .news-page p {
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.details .news-page p a {
  color: #222;
  transition: all 0.35s;
}
.details .news-page p a:hoveR {
  color: #1577B6;
  text-decoration: underline;
  transition: all 0.35s;
}
.details .news-page .next {
  margin-top: 15px;
}
.details .share-box {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.details .share-box > span {
  font-weight: 600;
}
.details .share-box .at-style-responsive .at-share-btn {
  margin-bottom: 0;
}
.inquiry {
  padding-top: 80px;
  padding-bottom: 80px;
}
.inquiry a {
  color: #333;
}
.inquiry .inquiry-box {
  padding-top: 30px;
}
.inquiry .send-message {
  padding-top: 40px;
}
.inquiry .send-message h4 {
  font-size: 30px;
  font-weight: bold;
  color: #333;
}
.inquiry .send-message input[type="text"]:focus-visible {
  outline: none;
  transition: all 0.35s;
}
.inquiry .send-message input[type="text"]:first-child:focus-visible {
  border-color: #999;
}
.inquiry .send-message input[type="text"] {
  border: 1px solid #999;
  padding: 10px 15px;
  margin-bottom: 20px;
  transition: all 0.35s;
  font-size: 14px;
  color: #333;
  background-color: #fff;
}
.inquiry .send-message *::-webkit-input-placeholder {
  color: #333;
  font-size: 14px;
}
.inquiry .send-message *:-moz-placeholder {
  /* FF 4-18 */
  color: #333;
  font-size: 14px;
}
.inquiry .send-message *::-moz-placeholder {
  /* FF 19+ */
  color: #333;
  font-size: 14px;
}
.inquiry .send-message *:-ms-input-placeholder {
  /* IE 10+ */
  color: #333;
  font-size: 14px;
}
.inquiry .send-message .am-u-lg-3 {
  margin-right: 20px;
  width: calc(25% - 15px);
}
.inquiry .send-message .am-u-lg-3:nth-child(5) {
  margin-right: 0;
}
.inquiry .send-message textarea {
  resize: none;
  padding: 10px 15px;
  border: 1px solid #999;
  transition: all 0.35s;
  font-size: 14px;
  color: #333;
  background-color: #fff;
  margin-bottom: 20px;
}
.inquiry .send-message textarea:focus-visible {
  outline: none;
  transition: all 0.35s;
}
.inquiry .send-message input[type="submit"] {
  border: none;
  font-size: 16px;
  color: #fff;
  background-color: #1577B6;
  width: 120px;
  height: 40px;
  margin-top: 20px;
  transition: all 0.35s;
}
.inquiry .send-message input[type="submit"]:hover {
  transform: translateY(-5px);
  transition: all 0.35s;
}
.inquiry .send-message input[type="text"]:focus-visible {
  border-color: #1577B6;
}
.inquiry .send-message textarea:focus-visible {
  border-color: #1577B6;
}
.inquiry input::-webkit-outer-spin-button,
.inquiry input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.inquiry input[type="number"] {
  -moz-appearance: textfield;
}
.inquiry-form .fix-name {
  text-align: center;
  font-weight: bold;
  color: #ff8161;
  font-size: 36px;
  margin-bottom: 20px;
}
.inquiry-form > p {
  color: #777777;
  margin-bottom: 15px;
  font-size: 16px;
}
.inquiry-form input::-webkit-input-placeholder,
.inquiry-form textarea::-webkit-input-placeholder {
  color: #444;
}
.inquiry-form input:-o-placeholder,
.inquiry-form textarea:-o-placeholder {
  color: #444;
}
.inquiry-form input::-moz-placeholder,
.inquiry-form textarea::-moz-placeholder {
  color: #444;
}
.inquiry-form input:-ms-input-placeholder,
.inquiry-form textarea:-ms-input-placeholder {
  color: #444;
}
.inquiry-form input:focus::-webkit-input-placeholder,
.inquiry-form textarea:focus::-webkit-input-placeholder {
  color: #c3c3c3;
}
.inquiry-form input:focus::-o-placeholder,
.inquiry-form textarea:focus::-o-placeholder {
  color: #c3c3c3;
}
.inquiry-form input:focus::-moz-placeholder,
.inquiry-form textarea:focus::-moz-placeholder {
  color: #c3c3c3;
}
.inquiry-form input:focus::-ms-input-placeholder,
.inquiry-form textarea:focus::-ms-input-placeholder {
  color: #c3c3c3;
}
.inquiry-form form .row {
  margin: 0 -10px;
}
.inquiry-form form .row li {
  padding: 0 10px;
}
.inquiry-form form label {
  margin: 0 0 20px;
  position: relative;
  font-weight: normal;
  width: 100%;
}
.inquiry-form form input,
.inquiry-form form textarea {
  padding: 13px 25px;
  width: 100%;
  font-size: 16px;
  background: #f8f8f8;
}
.inquiry-form form textarea {
  height: 320px;
}
.inquiry-form form .pro-name {
  background-color: #2c2c2c;
  border: 1px solid #2c2c2c;
  margin-bottom: 20px;
  font-weight: 600;
  color: #fff;
}
.inquiry-form form .placeholder {
  display: block;
  position: absolute;
  font-weight: 500;
  top: 0;
  left: 5px;
  padding: 0 5px;
  color: #ff8161;
  font-size: 16px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top