@font-face {
  font-family: 'EUCLIDCIRCULARA-BOLD';
  src: url("../fonts/EUCLIDCIRCULARA-BOLD.TTF");
}
@font-face {
  font-family: 'EUCLIDCIRCULARA-REGULAR';
  src: url("../fonts/EUCLIDCIRCULARA-REGULAR.TTF");
}
@keyframes o-upfade-top {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (min-width: 1025px) {
  .wow {
    visibility: hidden;
  }
}
.wrapper {
  position: relative;
  width: 80vw;
  max-width: 1440px;
  margin: 0 auto;
  z-index: 2;
}
.wrapper:after {
  content: '';
  display: block;
  clear: both;
}

.top-header {
  position: relative;
  background-image: linear-gradient(90deg, #1c9ee3, #7ee319);
  text-align: right;
  z-index: 10;
}
.top-header .lang {
  display: inline-block;
  position: relative;
}
.top-header .lang a.btn {
  display: block;
  font-size: 14px;
  line-height: 36px;
  color: #fff;
  cursor: pointer;
}
.top-header .lang a.btn:before {
  content: '';
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 5px 0 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icon-1.png");
}
.top-header .lang a.btn:after {
  content: '';
  width: 7px;
  height: 5px;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 5px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/icon-2.png");
  display: none;
}
.top-header .lang .hide {
  position: absolute;
  width: 90px;
  top: 100%;
  left: 50%;
  margin-left: -45px;
  padding-top: 20px;
  opacity: 0;
  visibility: hidden;
}
.top-header .lang .hide:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #333;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.top-header .lang .hide a {
  display: block;
  font-size: 12px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 1px;
  text-align: center;
  background-color: #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1025px) {
  .top-header .lang .hide a:hover {
    background-color: #1c9ee3;
  }
}
.top-header .lang:hover .hide {
  opacity: 1;
  visibility: visible;
}

.header {
  position: sticky;
  top: 0;
  font-size: 0;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 9;
}
.header .logo {
  display: inline-block;
  vertical-align: middle;
}
.header .logo img {
  display: block;
  height: 3.375rem;
}
.header ul {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5.625rem;
}
.header li {
  display: inline-block;
  vertical-align: top;
  margin-left: 3.125rem;
}
.header li:nth-of-type(1) {
  margin-left: 0;
}
.header li a.single {
  display: block;
  font-size: 1.125rem;
  line-height: 5rem;
  color: #666;
  transition: color .3s ease;
}
@media screen and (min-width: 1025px) {
  .header li:hover a.single, .header li.active a.single {
    color: #1c9ee3;
  }
}
.header .form {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1.25rem;
}
.header .form .close {
  display: none;
}
.header .form form {
  width: 20rem;
  height: 2.5rem;
  border-radius: 1.25rem;
  background-color: #f5f5f5;
}
.header .form input {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #bfbfbf;
  background-color: transparent;
  padding: 0 1.25rem;
}
.header .form button {
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  right: 0;
  top: 0;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/icon-3.png");
  background-size: auto 1.125rem;
  cursor: pointer;
}
.header a.search {
  display: none;
}

.footer {
  font-size: 0;
  background-color: #f5f5f5;
  border-top: 1px solid #e6e6e6;
}
.footer .top-block {
  display: flex;
  justify-content: space-between;
  padding-top: 3.75rem;
}
.footer .top-block a.tel {
  font-size: 2.25rem;
  font-family: 'EUCLIDCIRCULARA-BOLD';
  color: transparent;
  background-image: linear-gradient(90deg, #1c9ee3, #7ee319);
  -webkit-background-clip: text;
  background-clip: text;
}
.footer .top-block .para {
  font-size: 14px;
  line-height: 24px;
  color: #808080;
  margin-top: 1.25rem;
}
.footer .top-block .box a {
  display: inline-block;
  vertical-align: top;
  font-size: 1.375rem;
  color: #808080;
  margin-left: 3.75rem;
  transition: color .3s ease;
}
@media screen and (min-width: 1025px) {
  .footer .top-block .box a:hover {
    color: #1c9ee3;
  }
}
.footer .top-block .ewm {
  text-align: center;
  width: 7.5rem;
}
.footer .top-block .ewm img {
  display: block;
  width: 100%;
}
.footer .top-block .ewm p {
  font-size: 14px;
  line-height: 18px;
  color: #808080;
  margin-top: 1rem;
}
.footer .mid-block {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #ccc;
  padding: 1.875rem 0;
}
.footer .mid-block span {
  font-size: 14px;
  line-height: 24px;
  color: #808080;
  width: 80px;
}
.footer .mid-block .ship {
  width: calc(100% - 80px);
}
.footer .mid-block .ship a {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 20px;
  color: #808080;
  transition: color .3s ease;
}
.footer .mid-block .ship a:after {
  content: '';
  width: 2px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  background-color: #8b8b8b;
  margin: 0 10px;
}
.footer .mid-block .ship a:last-of-type:after {
  display: none;
}
@media screen and (min-width: 1025px) {
  .footer .mid-block .ship a:hover {
    color: #1c9ee3;
  }
}
.footer .bot-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.875rem 0;
}
.footer .bot-block span, .footer .bot-block a {
  font-size: 14px;
  line-height: 24px;
  color: #808080;
}
.footer .bot-block a {
  display: inline-block;
  margin-right: 1.5rem;
}
.footer .share a {
  display: inline-block;
  vertical-align: top;
  width: 28px;
  height: 24px;
  display: inline-block;
  vertical-align: top;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 1.875rem;
  transition: all .3s ease;
}
.footer .share a:nth-of-type(1) {
  margin-left: 0;
}
.footer .share a.in {
  background-image: url("../images/share-1.png");
}
@media screen and (min-width: 1025px) {
  .footer .share a.in:hover {
    background-image: url("../images/share-1-on.png");
  }
}
.footer .share a.fb {
  background-image: url("../images/share-2.png");
}
@media screen and (min-width: 1025px) {
  .footer .share a.fb:hover {
    background-image: url("../images/share-2-on.png");
  }
}
.footer .share a.ytb {
  background-image: url("../images/share-3.png");
}
@media screen and (min-width: 1025px) {
  .footer .share a.ytb:hover {
    background-image: url("../images/share-3-on.png");
  }
}
.footer .share a.twi {
  background-image: url("../images/share-4.png");
}
@media screen and (min-width: 1025px) {
  .footer .share a.twi:hover {
    background-image: url("../images/share-4-on.png");
  }
}
.footer .share a.wechat {
  background-image: url("../images/news/share-1.png");
}
@media screen and (min-width: 1025px) {
  .footer .share a.wechat:hover {
    background-image: url("../images/news/share-1-on.png");
  }
}
.footer .share a.sina {
  background-image: url("../images/news/share-2.png");
}
@media screen and (min-width: 1025px) {
  .footer .share a.sina:hover {
    background-image: url("../images/news/share-2-on.png");
  }
}

@media screen and (max-width: 1366px) {
  .footer .top-block .ewm p {
    font-size: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .top-header .lang {
    position: fixed;
    top: 12px;
    right: calc(5vw + 82px);
  }

  .top-header .lang a.btn {
    color: #333;
  }

  .top-header .lang a.btn:before {
    background-image: url("../images/icon-1-1.png");
  }

  .top-header .lang a.btn:after {
    background-image: url("../images/icon-2-1.png");
  }

  .header {
    height: 60px;
    padding: 0 5vw;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }

  .header .logo {
    padding: 12px 0;
  }

  .header .logo img {
    height: 36px;
  }

  .header .nav {
    position: fixed;
    top: 0;
    left: 100%;
    width: 70%;
    height: 100%;
    background-color: #fff;
    padding: 70px 0;
    text-align: left;
    z-index: 3;
    transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .header .nav.active {
    left: 30%;
  }

  .header li {
    display: block;
    padding: 0 30px;
    margin: 0;
  }

  .header li a.single {
    line-height: 40px;
    font-size: 16px;
    color: #333;
  }

  .header .form {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 10rem 2rem;
    margin: 0;
    z-index: 5;
    display: none;
  }

  .header .form .close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    width: 3rem;
    height: 3rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/close.png");
    display: block;
  }

  .header .form form {
    position: relative;
    width: 100%;
    height: 5rem;
    border-radius: 2.5rem;
  }

  .header .form button {
    width: 6rem;
    height: 5rem;
    background-size: auto 2rem;
  }

  .header a.search {
    display: block;
    width: 1.8rem;
    height: 1.8rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/icon-3.png");
    position: fixed;
    right: calc(5vw + 44px);
    top: 21px;
  }

  .mNavBtn {
    display: block;
    width: 24px;
    height: 16px;
    right: 5vw;
    top: 22px;
    position: fixed;
    cursor: pointer;
    z-index: 4;
  }
  .mNavBtn.active .line2 {
    display: none;
  }
  .mNavBtn.active .line1 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
  }
  .mNavBtn.active .line3 {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 7px;
  }
  .mNavBtn span {
    position: absolute;
    left: 0;
    width: 24px;
    height: 2px;
    background-color: #1c9ee3;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .mNavBtn span.line1 {
    top: 0;
  }
  .mNavBtn span.line2 {
    top: 7px;
  }
  .mNavBtn span.line3 {
    bottom: 0;
  }

  .footer .top-block .box {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .wrapper {
    width: 90vw;
  }

  .footer .top-block .ewm {
    display: none;
  }

  .footer .top-block {
    padding-top: 30px;
  }

  .footer .mid-block {
    padding: 15px 0;
    display: block;
  }

  .footer .mid-block span {
    width: 100%;
  }

  .footer .mid-block .ship {
    margin-top: 1rem;
    width: 100%;
  }

  .footer .bot-block {
    padding: 1.5rem 0;
    display: block;
  }

  .footer .bot-block .share {
    margin-top: 1rem;
  }

  .footer .bot-block .share a {
    width: 16px;
    height: 16px;
  }

  .footer .bot-block span, .footer .bot-block a {
    line-height: 20px;
  }
}
.c-banner {
  position: relative;
  overflow: hidden;
}
.c-banner img {
  display: block;
  width: 100%;
}

.c-title h4 {
  font-size: 14px;
  text-transform: uppercase;
}
.c-title h3 {
  font-size: 2.25rem;
}
.c-title.gray h4 {
  color: #bfbfbf;
}
.c-title.gray h3 {
  color: #333;
}
.c-title.white h4 {
  color: #fff;
}
.c-title.white h3 {
  color: #fff;
}
.c-title.center {
  text-align: center;
}

.index-title h3 {
  font-size: 3rem;
}
.index-title.gray h3 {
  color: #333;
}
.index-title.white h3 {
  color: #fff;
}

.comm-page {
  font-size: 0;
  text-align: center;
}
.comm-page li {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}
.comm-page li a {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 14px;
  color: #666;
  line-height: 40px;
  text-align: center;
  border: 1px solid #e6e6e6;
}
.comm-page li:first-of-type a, .comm-page li:last-of-type a {
  width: 60px;
}
.comm-page li:hover a, .comm-page li.active a {
  border-color: #fff;
  background-image: linear-gradient(90deg, #1c9ee3, #7ee319);
  color: #fff;
}

.c-crumb {
  text-align: right;
  border-bottom: 1px solid #e3e5e8;
}
.c-crumb a:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 3px solid #b9bdc5;
  display: inline-block;
  vertical-align: middle;
  margin: 0 1rem;
}
.c-crumb a:nth-of-type(1):before {
  display: none;
}
.c-crumb a.home {
  width: 10px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/contact/icon-3.png");
}
.c-crumb a.link {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  line-height: 3.75rem;
  color: #808080;
}

.c-page .flex {
  display: flex;
}
.c-page .left-block {
  width: 25%;
  padding: 3.75rem 0 7.5rem;
  border-right: 1px solid #e3e5e8;
  font-size: 0;
}
.c-page .left-block .subnav {
  margin-top: 1.5rem;
}
.c-page .left-block .subnav:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(90deg, #1c9ee3, #7ee319);
}
.c-page .left-block .subnav a {
  display: block;
  position: relative;
  border-bottom: 1px solid #e3e5e8;
  padding: 1.25rem 1.875rem;
  font-size: 1.5rem;
  color: #333;
  transition: color .3s ease;
}
.c-page .left-block .subnav a:after {
  content: '';
  width: 0.75rem;
  height: 1.125rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/contact/icon-1.png");
  position: absolute;
  right: 1.875rem;
  top: 50%;
  margin-top: -0.5625rem;
  opacity: 0;
  transition: opacity .3s ease;
}
@media screen and (min-width: 1025px) {
  .c-page .left-block .subnav a:hover {
    color: #1c9ee3;
  }
  .c-page .left-block .subnav a:hover:after {
    opacity: 1;
  }
}
.c-page .left-block .subnav a.active {
  color: #1c9ee3;
}
.c-page .left-block .subnav a.active:after {
  opacity: 1;
}
.c-page .left-block .box {
  margin: 2.5rem 2.5rem 0 0;
  border: 1px solid #e3e5e8;
}
.c-page .left-block .box h3 {
  font-size: 1.5rem;
  color: #fff;
  line-height: 3.75rem;
  padding: 0 1.5rem;
  background-image: linear-gradient(90deg, #1c9ee3, #7ee319);
}
.c-page .left-block .box .link {
  margin-top: 1.5rem;
}
.c-page .left-block .box .link a {
  position: relative;
  display: block;
  font-size: 1rem;
  line-height: 2.5rem;
  color: #333;
  padding: 0 1.5rem;
  transition: all .3s ease;
}
.c-page .left-block .box .link a:after {
  content: '';
  width: 6px;
  height: 8px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/contact/icon-1.png");
  position: absolute;
  right: 1.5rem;
  top: 50%;
  margin-top: -4px;
  opacity: 0;
  transition: opacity .3s ease;
}
.c-page .left-block .box .link a:hover {
  background-color: #f5f5f5;
  color: #1c9ee3;
}
.c-page .left-block .box .link a:hover:after {
  opacity: 1;
}
.c-page .left-block .box a.more {
  display: block;
  margin: 1rem 1.5rem 0;
  border-top: 1px solid #e3e5e8;
  font-size: 1rem;
  line-height: 3.75rem;
  color: #1c9ee3;
}
.c-page .left-block .box .info {
  padding: 2rem 1.5rem;
}
.c-page .left-block .box .info p {
  display: flex;
  align-items: flex-start;
  margin-top: 1.5rem;
}
.c-page .left-block .box .info p:nth-of-type(1) {
  margin-top: 0;
}
.c-page .left-block .box .info span:nth-of-type(1) {
  font-size: 1rem;
  color: #333;
  width: 5rem;
}
.c-page .left-block .box .info span:nth-of-type(2) {
  width: calc(100% - 5rem);
}
.c-page .left-block .box .info a.tel {
  display: block;
  color: #1c9ee3;
  font-size: 1rem;
  font-family: 'EUCLIDCIRCULARA-REGULAR';
  margin-top: 1rem;
}
.c-page .left-block .box .info a.tel:nth-of-type(1) {
  margin-top: 0;
}
.c-page .left-block .box .info a.qq {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 24px;
  color: #fff;
  padding: 0 0.625rem;
  border-radius: 2px;
  background-color: #1c9ee3;
  margin-bottom: 5px;
  margin-right: 5px;
}
.c-page .left-block .box .info a.qq:before {
  content: '';
  width: 10px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/contact/icon-2.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 5px 0 0;
}
.c-page .right-block {
  width: 75%;
}

.index-s1 {
  position: relative;
}
.index-s1 .item {
  height: calc(100vh - 5rem - 36px);
  position: relative;
  overflow: hidden;
}
.index-s1 .item .img-box {
  height: 100%;
}
.index-s1 .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-s1 .item .txt-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.index-s1 .item h3 {
  font-size: 3rem;
  color: #fff;
}
.index-s1 .item p {
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.5;
  margin-top: 1.5rem;
}
.index-s1 .pagination {
  position: absolute;
  font-size: 0;
  bottom: 3.75rem;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
}
.index-s1 .pagination span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 3.75rem;
  height: 20px;
  margin-left: 10px;
  cursor: pointer;
}
.index-s1 .pagination span:before {
  content: '';
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 0;
  bottom: 8px;
}
.index-s1 .pagination span:nth-of-type(1) {
  margin-left: 0;
}
.index-s1 .pagination span.active:before {
  background-color: #fff;
  height: 4px;
}

.index-s2 {
  padding: 7.5rem 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/index/img-2.jpg");
}
.index-s2 .items {
  margin: 2.5rem -3.75rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.index-s2 .item {
  width: 20%;
  margin-top: 3.75rem;
}
.index-s2 .item a {
  display: block;
  position: relative;
}
.index-s2 .item .img-box {
  width: 11.25rem;
  height: 11.25rem;
  margin: 0 auto;
  padding: 0.9375rem;
  background-color: rgba(28, 158, 227, 0.1);
  border-radius: 50%;
}
.index-s2 .item .img {
  height: 100%;
  overflow: hidden;
  border-radius: 50%;
}
.index-s2 .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}
.index-s2 .item .txt-box {
  text-align: center;
  margin-top: 1rem;
}
.index-s2 .item h3 {
  font-size: 1.5rem;
  color: #333;
}
.index-s2 .item h4 {
  font-size: 14px;
  color: #808080;
  text-transform: capitalize;
  margin-top: 5px;
}
@media screen and (min-width: 769px) {
  .index-s2 .item:nth-of-type(1), .index-s2 .item:nth-of-type(2), .index-s2 .item:nth-of-type(3), .index-s2 .item:nth-of-type(4), .index-s2 .item:nth-of-type(5) {
    margin-top: 0;
  }
}
@media screen and (min-width: 1025px) {
  .index-s2 .item:hover img {
    transform: scale(1.1);
  }
}
.index-s2 a.more {
  display: inline-block;
  font-size: 1.5rem;
  color: #1c9ee3;
  position: absolute;
  right: 0;
  top: 1.5rem;
}
.index-s2 a.more:after {
  content: '';
  width: 0.5625rem;
  height: 0.875rem;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 0.625rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/icon-1.png");
}
@media screen and (min-width: 1025px) {
  .index-s2 a.more:hover {
    font-weight: bold;
  }
}

.index-s3 {
  padding: 7.5rem 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/index/img-3.jpg");
}
.index-s3 .items {
  margin-top: 2.5rem;
}
.index-s3 .item {
  width: 60rem;
}
.index-s3 .item a {
  display: block;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.index-s3 .item img {
  display: block;
  width: 100%;
}
.index-s3 .item .txt-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 3.75rem 7.5rem;
  background-image: linear-gradient(180deg, rgba(40, 74, 131, 0), 30%, #284a83);
  z-index: 2;
  opacity: 0;
  transition: opacity .3s ease;
}
.index-s3 .item h3 {
  font-size: 2.25rem;
  color: #fff;
}
.index-s3 .item p {
  font-size: 1rem;
  color: #fff;
  line-height: 2;
  margin-top: 1rem;
}
.index-s3 .item span {
  display: inline-block;
  font-size: 1rem;
  color: #fff;
  margin-top: 2rem;
}
.index-s3 .item span:after {
  content: '';
  width: 0.5625rem;
  height: 0.875rem;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 0.625rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/icon-2.png");
}
.index-s3 .item.swiper-slide-active .txt-box {
  opacity: 1;
}
.index-s3 .pagination {
  font-size: 0;
  text-align: center;
  margin-top: 3.75rem;
}
.index-s3 .pagination span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 3.75rem;
  height: 20px;
  margin-left: 10px;
  cursor: pointer;
}
.index-s3 .pagination span:before {
  content: '';
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 0;
  bottom: 8px;
}
.index-s3 .pagination span:nth-of-type(1) {
  margin-left: 0;
}
.index-s3 .pagination span.active:before {
  background-color: #fff;
  height: 4px;
}
.index-s3 .button {
  width: 20px;
  height: 34px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/icon-3.png");
  position: absolute;
  top: 50%;
  margin-top: -17px;
  cursor: pointer;
  z-index: 2;
}
.index-s3 .button-prev {
  left: -80px;
  transform: rotateY(180deg);
}
.index-s3 .button-next {
  right: -80px;
}

.index-s4 {
  padding: 7.5rem 0;
}
.index-s4 .flex {
  display: flex;
}
.index-s4 .box {
  margin-top: 2rem;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
}
.index-s4 .left-block {
  width: calc(67.67% - 1.5rem);
}
.index-s4 .top-box {
  position: relative;
  border-bottom: 1px solid #e6e6e6;
}
.index-s4 .top-box .item a {
  display: block;
  position: relative;
}
.index-s4 .top-box .item .img-box {
  width: 48.74%;
  overflow: hidden;
}
.index-s4 .top-box .item img {
  display: block;
  width: 100%;
  transition: transform .6s ease;
}
.index-s4 .top-box .item .txt-box {
  width: 51.26%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 3rem;
  padding: 0 2rem;
}
.index-s4 .top-box .item .date {
  font-size: 1rem;
  color: #1c9ee3;
}
.index-s4 .top-box .item h3 {
  font-size: 1.5rem;
  color: #333;
  margin-top: 0.625rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-s4 .top-box .item p {
  font-size: 14px;
  line-height: 24px;
  color: #808080;
  height: 72px;
  overflow: hidden;
  margin-top: 0.625rem;
}
@media screen and (min-width: 1025px) {
  .index-s4 .top-box .item:hover img {
    transform: scale(1.1);
  }
}
.index-s4 .top-box .pagination {
  position: absolute;
  z-index: 2;
  bottom: 2.5rem;
  left: calc(48.74% + 2rem);
}
.index-s4 .top-box .pagination span {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  width: 12px;
  height: 4px;
  background-color: #bfbfbf;
  margin-left: 10px;
  cursor: pointer;
}
.index-s4 .top-box .pagination span:nth-of-type(1) {
  margin-left: 0;
}
.index-s4 .top-box .pagination span.active {
  height: 8px;
  width: 24px;
  background-image: linear-gradient(90deg, #1c9ee3, #7ee319);
}
.index-s4 .bot-box {
  padding: 2rem 2.5rem 0;
}
.index-s4 .bot-box a.link {
  display: flex;
  font-size: 1rem;
  margin-top: 1.25rem;
  color: #333;
  transition: color .3s ease;
}
.index-s4 .bot-box a.link h3 {
  width: calc(100% - 7.5rem);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-s4 .bot-box a.link span {
  width: 7.5rem;
}
.index-s4 .bot-box a.link:nth-of-type(1) {
  margin-top: 0;
}
@media screen and (min-width: 1025px) {
  .index-s4 .bot-box a.link:hover {
    color: #1c9ee3;
  }
}
.index-s4 .bot-box a.more {
  display: block;
  line-height: 5rem;
  font-size: 1rem;
  color: #1c9ee3;
  text-align: center;
  margin-top: 2.5rem;
  border-top: 1px solid #e6e6e6;
}
.index-s4 .bot-box a.more:after {
  content: '';
  width: 0.5625rem;
  height: 0.875rem;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 0.625rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/index/icon-1.png");
}
.index-s4 .right-block {
  width: 32.33%;
  margin-left: 1.5rem;
}
.index-s4 .right-block:after {
  content: '';
  display: block;
  height: 0.635rem;
  width: 100%;
  background-image: linear-gradient(90deg, #1c9ee3, #7ee319);
}
.index-s4 .right-block .img-box {
  overflow: hidden;
}
.index-s4 .right-block img {
  display: block;
  width: 100%;
}
.index-s4 .right-block .info {
  padding: 2.5rem;
}
.index-s4 .right-block .info p {
  display: flex;
  align-items: flex-start;
  margin-top: 1.5rem;
}
.index-s4 .right-block .info p:nth-of-type(1) {
  margin-top: 0;
}
.index-s4 .right-block .info span:nth-of-type(1) {
  font-size: 1.25rem;
  color: #333;
  width: 7.5rem;
}
.index-s4 .right-block .info span:nth-of-type(2) {
  width: calc(100% - 7.5rem);
}
.index-s4 .right-block .info a.tel {
  display: block;
  color: #1c9ee3;
  font-size: 1.25rem;
  font-family: 'EUCLIDCIRCULARA-REGULAR';
  margin-top: 1rem;
}
.index-s4 .right-block .info a.tel:nth-of-type(1) {
  margin-top: 0;
}
.index-s4 .right-block .info a.qq {
  display: inline-block;
  vertical-align: top;
  font-size: 1rem;
  line-height: 2.25rem;
  color: #fff;
  padding: 0 0.625rem;
  border-radius: 2px;
  background-color: #1c9ee3;
  margin-bottom: 5px;
  margin-right: 5px;
}
.index-s4 .right-block .info a.qq:before {
  content: '';
  width: 10px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/contact/icon-2.png");
  display: inline-block;
  vertical-align: middle;
  margin: -2px 5px 0 0;
}

.about-s1 {
  padding: 3.75rem 0 7.5rem 3.75rem;
}
.about-s1 .para {
  font-size: 1.125rem;
  color: #333;
  line-height: 2;
  margin-top: 1.5rem;
}
.about-s1 .para img {
  display: block;
  width: 100%;
}
.about-s1 .items {
  margin-top: 3.75rem;
  display: flex;
}
.about-s1 .item {
  width: calc((100% - 3.75rem) / 2);
  background-color: #f5f5f5;
  padding: 3.75rem;
  position: relative;
}
.about-s1 .item:after {
  content: '';
  width: 100%;
  height: 0.625rem;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(90deg, #1c9ee3, #7ee319);
}
.about-s1 .item:nth-of-type(even) {
  margin-left: 3.75rem;
}
.about-s1 .item p {
  text-align: center;
  margin-top: 1.5rem;
}
.about-s1 .item span {
  display: inline-block;
  font-size: 1.125rem;
  color: #333;
  line-height: 2;
  text-align: left;
}
.about-s1 .s-items {
  margin-top: 3.75rem;
}
.about-s1 .s-item {
  border-bottom: 1px solid #d9d9d9;
  margin-top: 1px;
}
.about-s1 .s-item .show {
  position: relative;
  padding: 0 2.5rem;
  background-color: #f5f5f5;
  cursor: pointer;
}
.about-s1 .s-item .show:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(90deg, #1c9ee3, #7ee319);
  z-index: 1;
  opacity: 0;
  transition: opacity .3s ease;
}
.about-s1 .s-item .show span {
  display: block;
  font-size: 1.5rem;
  color: #333;
  line-height: 3.75rem;
  position: relative;
  z-index: 2;
  transition: color .3s ease;
}
.about-s1 .s-item .show:after {
  content: '';
  width: 0.75rem;
  height: 0.75rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/about/icon-1-1.png");
  position: absolute;
  right: 2.5rem;
  top: 50%;
  margin-top: -0.375rem;
  z-index: 2;
  transition: all .3s ease;
}
.about-s1 .s-item .hide {
  padding: 2.5rem;
  display: none;
}
.about-s1 .s-item p {
  font-size: 14px;
  line-height: 2;
  color: #333;
}
.about-s1 .s-item .img-box {
  display: flex;
  margin-top: 2rem;
}
.about-s1 .s-item .img {
  width: calc((100% - 2.5rem) / 3);
  margin-right: 1.25rem;
  margin-top: 1.25rem;
  overflow: hidden;
}
.about-s1 .s-item .img img {
  display: block;
  width: 100%;
}
.about-s1 .s-item .img:nth-of-type(1), .about-s1 .s-item .img:nth-of-type(2), .about-s1 .s-item .img:nth-of-type(3) {
  margin-top: 0;
}
.about-s1 .s-item .img:nth-of-type(3n) {
  margin-right: 0;
}
.about-s1 .s-item.active .show:before {
  opacity: 1;
}
.about-s1 .s-item.active .show span {
  color: #fff;
}
.about-s1 .s-item.active .show:after {
  background-image: url("../images/about/icon-1-2.png");
}

.about-s2 {
  padding: 3.75rem 0 7.5rem 3.75rem;
}
.about-s2 .items {
  display: flex;
  margin-top: 2rem;
}
.about-s2 .item {
  width: calc((100% - 3.75rem) / 2);
  position: relative;
}
.about-s2 .item:after {
  content: '';
  width: 100%;
  height: 4px;
  display: block;
  background-image: linear-gradient(90deg, #1c9ee3, #7ee319);
}
.about-s2 .item:nth-of-type(even) {
  margin-left: 3.75rem;
}
.about-s2 .item .img-box {
  overflow: hidden;
}
.about-s2 .item img {
  display: block;
  width: 100%;
  transition: transform .6s ease;
}
.about-s2 .item .txt-box {
  padding: 2rem 3.75rem;
}
.about-s2 .item h3 {
  font-size: 1.5rem;
  color: #333;
}
.about-s2 .item p {
  font-size: 1.125rem;
  color: #333;
  margin-top: 1rem;
}
@media screen and (min-width: 1025px) {
  .about-s2 .item:hover img {
    transform: scale(1.1);
  }
}
.about-s2 .block {
  padding: 3.75rem 0;
}
.about-s2 .block .para {
  font-size: 1.125rem;
  line-height: 2;
  color: #333;
  margin-top: 1.5rem;
}
.about-s2 .block:last-of-type {
  padding-bottom: 0;
  border-top: 1px solid #e6e6e6;
}

.contact-s1 {
  padding: 3.75rem 0 7.5rem 3.75rem;
}
.contact-s1 .para {
  font-size: 1.5rem;
  color: #333;
  line-height: 1.5;
  margin-top: 2.5rem;
}
.contact-s1 .info {
  margin-top: 2.5rem;
  border: 1px solid #e3e5e8;
  padding: 2.5rem 2.25rem 0;
}
.contact-s1 .info img {
  display: block;
  width: 100%;
}
.contact-s1 .boxes {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2.5rem;
}
.contact-s1 .box {
  width: calc((100% - 1.5rem) / 2);
  padding: 2.5rem 0;
  border-top: 1px solid #e3e5e8;
}
.contact-s1 .box h3 {
  font-size: 1.5rem;
  color: #333;
}
.contact-s1 .box p {
  font-size: 1rem;
  color: #808080;
  line-height: 1.5;
  margin-top: 1.25rem;
}
@media screen and (min-width: 769px) {
  .contact-s1 .box:nth-of-type(even) {
    margin-left: 1.5rem;
  }
}

.contact-s2 {
  padding: 3.75rem 0 7.5rem 3.75rem;
}
.contact-s2 form {
  margin-top: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-s2 .box {
  position: relative;
  margin-top: 1.5rem;
}
@media screen and (min-width: 769px) {
  .contact-s2 .box:nth-of-type(1), .contact-s2 .box:nth-of-type(2) {
    margin-top: 0;
  }
  .contact-s2 .box:nth-of-type(1), .contact-s2 .box:nth-of-type(2), .contact-s2 .box:nth-of-type(3), .contact-s2 .box:nth-of-type(4), .contact-s2 .box:nth-of-type(5), .contact-s2 .box:nth-of-type(6), .contact-s2 .box:nth-of-type(8), .contact-s2 .box:nth-of-type(9) {
    width: calc((100% - 1.5rem) / 2);
  }
  .contact-s2 .box:nth-of-type(7) {
    width: 100%;
  }
}
.contact-s2 .box input, .contact-s2 .box textarea {
  display: block;
  width: 100%;
  font-size: 1rem;
  color: #808080;
  border: 2px solid #e6e6e6;
  cursor: pointer;
}
.contact-s2 .box input {
  height: 3.75rem;
  padding: 0 20px;
}
.contact-s2 .box textarea {
  height: 11.875rem;
  padding: 10px 20px;
  resize: none;
}
.contact-s2 .box .layui-form-select dl {
  top: 100%;
}
.contact-s2 .box .layui-form-select dl dd.layui-this {
  background-color: #1c9ee3;
}
.contact-s2 .box .layui-form-select dl dd {
  font-size: 14px;
}
.contact-s2 .box button {
  width: 100%;
  height: 3.75rem;
  font-size: 1rem;
  color: #fff;
  background-image: linear-gradient(90deg, #1c9ee3, #7ee319);
  cursor: pointer;
}
.contact-s2 .box .tips {
  position: relative;
  font-size: 1rem;
  color: #cccccc;
  padding: .5rem 6.25rem 0 1.5rem;
}
.contact-s2 .box .num {
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
}
.contact-s2 .box img {
  position: absolute;
  right: 2px;
  top: 2px;
  height: calc(100% - 4px);
  cursor: pointer;
}

.news-s1 {
  padding: 2.5rem 0 7.5rem;
}
.news-s1 .share {
  float: left;
  margin-left: -60px;
  position: sticky;
  top: 100px;
}
.news-s1 .share a {
  display: block;
  width: 24px;
  height: 19px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 30px;
}
.news-s1 .share a.wechat {
  background-image: url("../images/news/share-1.png");
}
.news-s1 .share a.wechat:hover {
  background-image: url("../images/news/share-1-on.png");
}
.news-s1 .share a.sina {
  background-image: url("../images/news/share-2.png");
}
.news-s1 .share a.sina:hover {
  background-image: url("../images/news/share-2-on.png");
}
.news-s1 .block {
  display: flex;
  align-items: flex-start;
}
.news-s1 .left-block {
  width: 66.66%;
  background-color: #fff;
  padding: 0 3.75rem 3.75rem;
  border: 1px solid #e6e6e6;
}
.news-s1 .right-block {
  width: calc(33.33% - 2.5rem);
  margin-left: 2.5rem;
  position: sticky;
  top: 100px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  padding: 3.75rem 2.5rem;
}
.news-s1 .right-block h3 {
  font-size: 1.5rem;
  color: #333;
  position: relative;
}
.news-s1 .right-block h3:before {
  content: '';
  width: 4px;
  height: 100%;
  position: absolute;
  left: -2.5rem;
  top: 50%;
  margin-top: -0.75rem;
  background-image: linear-gradient(0deg, #1c9ee3, #7ee319);
}
.news-s1 .right-block .link {
  margin-top: 1.5rem;
}
.news-s1 .right-block .link a {
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  color: #333;
  position: relative;
  padding-left: 15px;
  margin-top: 1rem;
  transition: color .3s ease;
}
.news-s1 .right-block .link a:before {
  content: '';
  width: 4px;
  height: 4px;
  background-color: #1c9ee3;
  position: absolute;
  left: 0;
  top: calc(0.75rem - 2px);
}
.news-s1 .right-block .link a:nth-of-type(1) {
  margin-top: 0;
}
@media screen and (min-width: 1025px) {
  .news-s1 .right-block .link a:hover {
    color: #1c9ee3;
  }
}
.news-s1 .top-box {
  padding: 3.125rem 0;
  border-bottom: 4px solid #e6e6e6;
}
.news-s1 .top-box h3 {
  font-size: 2.25rem;
  color: #333;
}
.news-s1 .top-box .info {
  margin-top: 2.5rem;
  font-size: 0;
}
.news-s1 .top-box .info span {
  display: inline-block;
  vertical-align: top;
  font-size: 1.125rem;
  color: #ccc;
  font-family: 'EUCLIDCIRCULARA-REGULAR';
}
.news-s1 .top-box .info span:before {
  content: '';
  width: 1.75rem;
  height: 1.5rem;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0.625rem 0 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.news-s1 .top-box .info span.date:before {
  background-image: url("../images/news/icon-2.png");
}
.news-s1 .top-box .info span.view {
  margin-left: 3.75rem;
}
.news-s1 .top-box .info span.view:before {
  background-image: url("../images/news/icon-3.png");
}
.news-s1 .mid-box {
  padding: 2.5rem 0 4.375rem;
}
.news-s1 .back {
  position: relative;
}
.news-s1 .back:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #e6e6e6;
  position: absolute;
  left: 0;
  top: 30px;
  z-index: 1;
}
.news-s1 .back a {
  display: block;
  width: 120px;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.news-s1 .back span {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/news/icon-1.png");
}
.news-s1 .back i {
  display: block;
  font-style: normal;
  font-size: 14px;
  color: #808080;
  margin-top: 10px;
}
.news-s1 .page {
  display: flex;
  justify-content: space-between;
}
.news-s1 .page a {
  display: block;
  width: 12.5rem;
  line-height: 3.75rem;
  text-align: center;
  border: 1px solid #e6e6e6;
  font-size: 1.125rem;
  transition: all .3s ease;
}
@media screen and (min-width: 1025px) {
  .news-s1 .page a:hover {
    background-color: #1c9ee3;
    border-color: #1c9ee3;
    color: #fff;
  }
}

.news-s2 {
  padding: 3.75rem 0 7.5rem 3.75rem;
}
.news-s2 .items {
  margin-bottom: 2.5rem;
}
.news-s2 .item {
  border-bottom: 1px solid #e6e6e6;
}
.news-s2 .item a {
  display: block;
  padding: 2.5rem 0;
}
.news-s2 .item h3 {
  font-size: 1.5rem;
  color: #333;
  transition: color .3s ease;
}
.news-s2 .item p {
  font-size: 1rem;
  line-height: 2;
  color: #808080;
  margin-top: 1rem;
}
.news-s2 .item span {
  display: inline-block;
  margin-top: 1rem;
  font-size: 1rem;
  color: #333;
  font-family: 'EUCLIDCIRCULARA-REGULAR';
}
.news-s2 .item:nth-of-type(1) a {
  padding-top: 0;
}
@media screen and (min-width: 1025px) {
  .news-s2 .item:hover h3 {
    color: #1c9ee3;
  }
}

.application-s1 {
  padding: 3.75rem 0 7.5rem 3.75rem;
}
.application-s1 .items {
  margin-bottom: 2.5rem;
}
.application-s1 .item {
  margin-top: 1.5rem;
  position: relative;
  border: 1px solid #e6e6e6;
}
.application-s1 .item:before {
  content: '';
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #1c9ee3, #7ee319);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  box-shadow: 0 10px 30px rgba(28, 158, 228, 0.3);
  opacity: 0;
  transition: opacity .3s ease;
}
.application-s1 .item a {
  position: relative;
  z-index: 2;
  padding: 1.125rem 0;
  display: flex;
  align-items: center;
}
.application-s1 .item .date {
  width: 8.75rem;
  text-align: center;
  border-right: 1px solid #e6e6e6;
  transition: all .3s ease;
}
.application-s1 .item .box {
  display: inline-block;
  text-align: left;
}
.application-s1 .item i, .application-s1 .item span {
  display: block;
  transition: color .3s ease;
}
.application-s1 .item i {
  font-style: normal;
  font-size: 3rem;
  color: #333;
  font-family: 'EUCLIDCIRCULARA-BOLD';
}
.application-s1 .item span {
  font-size: 1rem;
  color: #333;
  font-family: 'EUCLIDCIRCULARA-REGULAR';
}
.application-s1 .item h3 {
  width: calc(100% - 8.75rem);
  padding: 0 2.5rem;
  font-size: 1.5rem;
  color: #333;
  transition: color .3s ease;
}
.application-s1 .item:nth-of-type(1) {
  margin-top: 0;
}
@media screen and (min-width: 1025px) {
  .application-s1 .item:hover:before {
    opacity: 1;
  }
  .application-s1 .item:hover .date {
    border-color: rgba(255, 255, 255, 0.2);
  }
  .application-s1 .item:hover i, .application-s1 .item:hover span, .application-s1 .item:hover h3 {
    color: #fff;
  }
}

.product-s1 {
  padding: 3.75rem 0 7.5rem 3.75rem;
}
.product-s1 form {
  height: 3.75rem;
  border: 1px solid #e6e6e6;
  position: relative;
}
.product-s1 input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 1.25rem;
  font-size: 14px;
  color: #808080;
}
.product-s1 button {
  width: 3.75rem;
  height: 3.75rem;
  position: absolute;
  right: 0;
  top: 0;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/product/icon-1.png");
  cursor: pointer;
}
.product-s1 .items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2.5rem;
}
.product-s1 .item {
  width: calc((100% - 4.5rem) / 4);
  margin-top: 2.5rem;
  margin-right: 1.5rem;
}
.product-s1 .item .img-box {
  overflow: hidden;
}
.product-s1 .item img {
  display: block;
  width: 100%;
  transition: transform .6s ease;
}
.product-s1 .item h3 {
  font-size: 1.25rem;
  color: #333;
  padding: 1.5rem 0;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .product-s1 .item:nth-of-type(1), .product-s1 .item:nth-of-type(2), .product-s1 .item:nth-of-type(3), .product-s1 .item:nth-of-type(4) {
    margin-top: 0;
  }
  .product-s1 .item:nth-of-type(4n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1025px) {
  .product-s1 .item:hover img {
    transform: scale(1.1);
  }
}

.product-s2 {
  padding: 3.75rem 0 7.5rem 3.75rem;
}
.product-s2 .s-1 {
  display: flex;
  align-items: center;
  background-color: #f7f7f7;
}
.product-s2 .s-1 .img-box {
  width: 47%;
  overflow: hidden;
}
.product-s2 .s-1 img {
  display: block;
  width: 100%;
}
.product-s2 .s-1 .txt-box {
  width: 53%;
  padding: 0 3.75rem;
}
.product-s2 .s-1 h3 {
  font-size: 1.5rem;
  color: #1c9ee3;
}
.product-s2 .s-1 .para {
  font-size: 1rem;
  line-height: 2;
  color: #333;
  margin-top: 2rem;
}
.product-s2 .s-2 {
  margin-top: 2.5rem;
  border: 1px solid #e6e6e6;
}
.product-s2 .s-2 .title {
  font-size: 2rem;
  color: #fff;
  padding: 1.5rem 2.5rem;
  background-image: linear-gradient(90deg, #1c9ee3, #7ee319);
}
.product-s2 .s-2 .blocks {
  padding: 3.75rem 2.5rem;
}
.product-s2 .s-2 .block {
  margin-top: 3.75rem;
}
.product-s2 .s-2 .block:nth-of-type(1) {
  margin-top: 0;
}
.product-s2 .s-2 h3 {
  font-size: 1.5rem;
  color: #333;
  position: relative;
  padding-left: 20px;
}
.product-s2 .s-2 h3:before {
  content: '';
  width: 6px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(0deg, #1c9ee3, #7ee319);
}
.product-s2 .s-2 table {
  width: 100%;
  margin-top: 2rem;
}
.product-s2 .s-2 table thead {
  background-color: #f5f5f5;
  border-top: 2px solid #e6e6e6;
  border-bottom: 2px solid #e6e6e6;
}
.product-s2 .s-2 table th {
  font-size: 1.125rem;
  color: #333;
  padding: 1.125rem 2.5rem;
  text-align-last: left;
}
.product-s2 .s-2 table th:nth-of-type(1) {
  width: 45%;
}
.product-s2 .s-2 table th:nth-of-type(2) {
  width: 55%;
}
.product-s2 .s-2 table tbody tr {
  border-bottom: 2px solid #e6e6e6;
}
.product-s2 .s-2 table td {
  padding: 1rem 2.5rem;
  font-size: 1rem;
  color: #333;
}
.product-s2 .s-2 .tip {
  padding: 1.25rem 2.5rem 0;
  font-size: 1rem;
  color: #1c9ee3;
}

.search-s2 {
  padding: 7.5rem 0;
}
.search-s2 .tip {
  font-size: 1.125rem;
  color: #333;
}
.search-s2 .items {
  margin: 2.5rem 0;
}
.search-s2 .item {
  border-bottom: 1px solid #e6e6e6;
}
.search-s2 .item a {
  display: block;
  padding: 2.5rem 0;
}
.search-s2 .item h3 {
  font-size: 1.5rem;
  color: #333;
  transition: color .3s ease;
}
.search-s2 .item p {
  font-size: 1rem;
  line-height: 2;
  color: #808080;
  margin-top: 1rem;
}
.search-s2 .item span {
  display: inline-block;
  margin-top: 1rem;
  font-size: 1rem;
  color: #333;
  font-family: 'EUCLIDCIRCULARA-REGULAR';
}
.search-s2 .item:nth-of-type(1) a {
  padding-top: 0;
}
@media screen and (min-width: 1025px) {
  .search-s2 .item:hover h3 {
    color: #1c9ee3;
  }
}

@media screen and (max-width: 1700px) {
  html {
    font-size: 15px;
  }
}
@media screen and (max-width: 1600px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 1440px) {
  html {
    font-size: 13px;
  }
}
@media screen and (max-width: 1366px) {
  html {
    font-size: 12px;
  }
}
@media screen and (max-width: 1280px) {
  .index-s3 .item {
    width: 56rem;
  }
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 10px;
  }

  .index-s1 .item {
    height: 60vw;
  }
}
@media screen and (max-width: 768px) {
  .c-banner img {
    height: 50vw;
    object-fit: cover;
  }

  .c-title h3 {
    font-size: 2.4rem;
  }

  .comm-page li {
    margin: 0 1px;
  }

  .comm-page li a {
    width: 30px;
    height: 30px;
    line-height: 28px;
  }

  .c-page .flex {
    display: block;
  }

  .c-page .left-block {
    width: 100%;
    border: none;
    padding: 4rem 0 0;
  }

  .c-page .left-block .box {
    display: none;
  }

  .c-page .left-block .subnav {
    border-bottom: 1px solid #e6e6e6;
  }

  .c-page .left-block .subnav a {
    padding: 1.5rem 0.5rem;
    height: auto;
    border: none;
  }

  .c-page .left-block .subnav a:after {
    display: none;
  }

  .c-page .right-block {
    width: 100%;
  }

  .c-crumb {
    display: none;
  }

  .about-s1 .para {
    font-size: 1.4rem;
  }

  .about-s1 .s-items {
    margin-top: 4rem;
  }

  .about-s1 .s-item .show {
    padding: 0 2rem;
  }

  .about-s1 .s-item .show span {
    font-size: 1.8rem;
    line-height: 5rem;
  }

  .about-s1 .s-item .show:after {
    width: 1rem;
    height: 1rem;
    margin-top: -0.5rem;
  }

  .about-s1 .s-item .hide {
    padding: 2rem;
  }

  .about-s1 .items {
    margin-top: 4rem;
    display: block;
  }

  .about-s1 .item {
    width: 100%;
    padding: 4rem 2rem;
  }

  .about-s1 .item:nth-of-type(even) {
    margin: 2rem 0 0;
  }

  .about-s1 .item span {
    font-size: 1.4rem;
  }

  .about-s2 .items {
    display: block;
  }

  .about-s2 .item {
    width: 100%;
  }

  .about-s2 .item .txt-box {
    padding: 2rem;
  }

  .about-s2 .item h3 {
    font-size: 1.8rem;
  }

  .about-s2 .item p {
    font-size: 1.4rem;
  }

  .about-s2 .item:nth-of-type(even) {
    margin: 2rem 0 0;
  }

  .about-s2 .block {
    padding: 4rem 0;
  }

  .about-s2 .block .para {
    font-size: 1.4rem;
  }

  .news-s1 {
    padding: 2rem 0 4rem;
  }

  .news-s1 .share {
    display: none;
  }

  .news-s1 .block {
    display: block;
  }

  .news-s1 .left-block {
    width: 100%;
    padding: 0 2rem 2rem;
  }

  .news-s1 .top-box {
    padding: 2rem 0;
  }

  .news-s1 .top-box h3 {
    font-size: 2rem;
  }

  .news-s1 .top-box .info {
    margin-top: 2rem;
  }

  .news-s1 .top-box .info span {
    font-size: 1.4rem;
  }

  .news-s1 .mid-box {
    padding: 2rem 0 4rem;
  }

  .news-s1 .page {
    margin-top: 4rem;
  }

  .news-s1 .page a {
    font-size: 1.4rem;
  }

  .news-s1 .right-block {
    width: 100%;
    margin: 2rem 0 0;
    padding: 2rem;
  }

  .news-s1 .right-block h3 {
    font-size: 2rem;
  }

  .news-s1 .right-block h3:before {
    left: -2rem;
  }

  .news-s1 .right-block h3:before {
    margin-top: -1.2rem;
  }

  .news-s1 .right-block .link {
    margin-top: 2rem;
  }

  .news-s1 .right-block .link a {
    font-size: 1.4rem;
  }

  .news-s1 .right-block .link a:before {
    top: 9px;
  }

  .application-s1 .items {
    margin-bottom: 4rem;
  }

  .application-s1 .item {
    margin-top: 2rem;
  }

  .application-s1 .item a {
    padding: 1.5rem 0;
  }

  .application-s1 .item span {
    font-size: 1.4rem;
  }

  .application-s1 .item h3 {
    padding: 0 2rem;
    font-size: 1.6rem;
  }

  .contact-s2 form {
    display: block;
  }

  .contact-s2 .box:nth-of-type(1) {
    margin-top: 0;
  }

  .contact-s2 .box input {
    height: 4rem;
  }

  .contact-s2 .box input,
  .contact-s2 .box textarea {
    font-size: 1.4rem;
  }

  .contact-s3 .box .tips {
    font-size: 1.2rem;
  }

  .contact-s3 .box .tips {
    padding: 1rem 8rem 0 1rem;
  }

  .contact-s3 .box button {
    font-size: 1.4rem;
  }

  .contact-s1 .para {
    font-size: 1.6rem;
    margin-top: 2rem;
  }

  .contact-s1 .info {
    margin-top: 2rem;
    padding: 2rem 2rem 0;
  }

  .contact-s1 .boxes {
    margin-top: 2rem;
    display: block;
  }

  .contact-s1 .box {
    width: 100%;
    padding: 2rem 0;
  }

  .contact-s1 .box h3 {
    font-size: 1.6rem;
  }

  .contact-s1 .box p {
    font-size: 1.4rem;
    margin-top: 1rem;
  }

  .news-s2 .items {
    margin-bottom: 4rem;
  }

  .news-s2 .item a {
    padding: 2rem 0;
  }

  .news-s2 .item h3 {
    font-size: 1.6rem;
  }

  .news-s2 .item p {
    font-size: 1.4rem;
  }

  .news-s2 .item span {
    font-size: 1.4rem;
  }

  .product-s1 form {
    height: 4rem;
  }

  .product-s1 button {
    width: 4rem;
    height: 4rem;
  }

  .product-s1 .items {
    margin-top: 2rem;
  }

  .product-s1 .item {
    width: calc(50% - 1rem);
    margin: 4rem 2rem 0 0;
  }
  .product-s1 .item:nth-of-type(1), .product-s1 .item:nth-of-type(2) {
    margin-top: 0;
  }
  .product-s1 .item:nth-of-type(even) {
    margin-right: 0;
  }

  .product-s1 .item h3 {
    font-size: 1.6rem;
    padding: 1rem 0 0;
  }

  .product-s2 .s-1 {
    display: block;
  }

  .product-s2 .s-1 .img-box {
    width: 100%;
  }

  .product-s2 .s-1 .txt-box {
    width: 100%;
    padding: 2rem;
  }

  .product-s2 .s-1 h3 {
    font-size: 1.6rem;
  }

  .product-s2 .s-1 .para {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }

  .product-s2 .s-2 {
    margin-top: 2rem;
  }

  .product-s2 .s-2 .title {
    padding: 1.5rem 2rem;
  }

  .product-s2 .s-2 .blocks {
    padding: 2rem;
  }

  .product-s2 .s-2 h3 {
    font-size: 1.8rem;
  }

  .product-s2 .s-2 h3:before {
    width: 4px;
  }

  .product-s2 .s-2 table td {
    padding: 1rem;
  }

  .product-s2 .s-2 table th {
    font-size: 1.4rem;
    padding: 1rem;
  }

  .product-s2 .s-2 table td {
    font-size: 1.2rem;
  }

  .product-s2 .s-2 .tip {
    padding: 1rem 1rem 0;
    font-size: 1.4rem;
  }

  .search-s2 .tip {
    font-size: 1.4rem;
  }

  .search-s2 .item h3 {
    font-size: 1.6rem;
  }

  .search-s2 .item span {
    font-size: 1.4rem;
  }

  .search-s2 .item a {
    padding: 2rem 0;
  }

  .search-s2 .items {
    margin: 2rem 0 4rem;
  }

  .index-s1 .item h3 {
    font-size: 2rem;
  }

  .index-s1 .item p {
    font-size: 1.4rem;
  }

  .index-s1 .pagination {
    bottom: 1rem;
  }

  .index-s2 .items {
    margin: 2rem -5vw 0;
  }

  .index-s2 .item {
    width: 33.33%;
    margin-top: 3rem;
    padding: 0 5px;
  }
  .index-s2 .item:nth-of-type(1), .index-s2 .item:nth-of-type(2), .index-s2 .item:nth-of-type(3) {
    margin-top: 0;
  }

  .index-s2 .item .img-box {
    width: 9rem;
    height: 9rem;
  }

  .index-s2 .item h3 {
    font-size: 1.4rem;
  }

  .index-s2 .item h4 {
    font-size: 12px;
  }

  .index-s2 a.more {
    font-size: 1.4rem;
    position: static;
    margin-top: 4rem;
  }

  .index-s3 .items {
    margin-top: 2rem;
  }

  .index-s3 .item {
    width: 100%;
  }

  .index-s3 .item .txt-box {
    padding: 2rem;
  }

  .index-s3 .item h3 {
    font-size: 1.8rem;
  }

  .index-s3 .item p {
    font-size: 1.4rem;
    height: 8.4rem;
    overflow: hidden;
  }

  .index-s3 .item span {
    font-size: 1.4rem;
    margin-top: 1rem;
  }

  .index-s3 .pagination {
    margin-top: 2rem;
  }

  .index-s3 .button {
    display: none;
  }

  .index-s4 .flex {
    display: block;
  }

  .index-s4 .left-block {
    width: 100%;
  }

  .index-s4 .top-box {
    padding-bottom: 2rem;
  }

  .index-s4 .top-box .item .img-box {
    width: 100%;
  }

  .index-s4 .top-box .item .txt-box {
    width: 100%;
    position: static;
    padding: 2rem;
  }

  .index-s4 .top-box .item .date {
    font-size: 1.4rem;
  }

  .index-s4 .top-box .item h3 {
    font-size: 1.6rem;
    margin-top: 1rem;
  }

  .index-s4 .top-box .item p {
    margin-top: 1rem;
  }

  .index-s4 .top-box .pagination {
    position: static;
    text-align: center;
  }

  .index-s4 .bot-box {
    padding: 2rem 2rem 0;
  }

  .index-s4 .bot-box a.more {
    font-size: 1.6rem;
  }

  .index-s4 .bot-box a.link {
    margin-top: 1.5rem;
    display: block;
  }

  .index-s4 .bot-box a.link h3 {
    width: 100%;
    font-size: 1.6rem;
  }

  .index-s4 .bot-box a.link span {
    display: block;
    width: 100%;
    margin-top: 5px;
  }

  .index-s4 .right-block {
    width: 100%;
    margin: 4rem 0 0;
  }

  .index-s4 .right-block .info {
    padding: 2rem;
  }

  .index-s4 .right-block .info span:nth-of-type(1) {
    font-size: 1.4rem;
  }

  .index-s4 .right-block .info a.tel {
    font-size: 1.4rem;
  }

  .index-s4,
  .index-s3,
  .index-s2,
  .search-s2,
  .product-s2,
  .product-s1,
  .news-s2,
  .contact-s1,
  .contact-s2,
  .application-s1,
  .about-s2,
  .about-s1,
  .about-s5 {
    padding: 4rem 0;
  }
}

/*# sourceMappingURL=bundle.css.map */
