body {
  --color: #015cbb;
  max-width: 1920px;
  margin: 0 auto;
  color: #333;
  font-weight: 400;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.container {
  padding: 0 15px;
  position: relative;
  width: 1580px;
  margin: 0 auto;
}
.more {
  display: inline-block;
  font-size: 19px;
  line-height: 1;
  background: var(--color);
  color: #fff;
  border-radius: 10px;
  padding: 13px 39px 14px 40px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more:hover,
.more:focus {
  background: #000;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  max-width: 1920px;
  top: 0;
  background: #fff;
}
#header .nav {
  height: 126px;
  line-height: 126px;
}
#header .nav .ui.menu {
  height: 100%;
}
#header .nav .ui.menu .menu-box {
  margin: 0 0 0 auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin-right: 24px;
  color: #343434;
  font-size: 19px;
  font-weight: 300;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: inline-block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 180px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  line-height: 24px;
  padding: .5em 1em;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover,
#header .nav .ui.menu .menu-box ul.menu > li.active {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .h-search {
  cursor: pointer;
}
#header .nav .ui.menu .h-search img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .yuy span {
  color: #343434;
}
#header .nav .ui.menu .yuy ul {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  right: 0;
  min-width: 100%;
  width: 220px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .yuy ul li {
  display: block;
  float: none;
  padding: 3px 15px;
  line-height: 22px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  margin: 0;
}
#header .nav .ui.menu .yuy ul li a:hover{
  background: transparent;
}
#header .nav .ui.menu .yuy ul li img {
  max-width: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -2px;
}
#header .nav .ui.menu .yuy ul li a {
  display: block;
}
#header .nav .ui.menu .yuy ul li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .yuy:hover ul {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .msg em {
  text-decoration: underline;
}
#header .nav .ui.menu .msg i {
  font-size: 18px;
  display: inline-block;
}
#header .nav .ui.menu .msg:hover i {
  -webkit-transform: translateX(-6px);
  -moz-transform: translateX(-6px);
  -ms-transform: translateX(-6px);
  transform: translateX(-6px);
}
#header.active {
  -webkit-box-shadow: 0 6px 13px rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 13px rgba(0, 0, 0, 0.2);
}
.text-color {
  color: var(--color);
}
#banner {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 126px;
}
#banner ul {
  margin: 0 auto;
}
#banner ul li {
  position: relative;
}
#banner ul li > img {
  width: 100%;
}
#banner ul li .text {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  padding-bottom: 36px;
  text-align: center;
}
#banner ul li .text .box {
  margin: 0 auto;
  padding-top: 53px;
  max-width: 751px;
}
#banner ul li .text .box .title {
  color: #fbfbfb;
  font-weight: 500;
  -webkit-transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
  -moz-transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
  transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
#banner ul li .text .box .title span {
  display: block;
}
#banner ul .swiper-slide-active .text .box .title {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  -webkit-transition-delay: 900ms;
  -moz-transition-delay: 900ms;
  transition-delay: 900ms;
}
#banner .swiper-pagination {
  width: 100%;
  left: 0;
  text-align: center;
  bottom: 20px;
  z-index: 1;
}
#banner .swiper-pagination span {
  width: 11px;
  height: 11px;
  background-color: var(--color);
  opacity: .6;
  margin: 0 4.5px;
}
#banner .swiper-pagination span:first-child {
  margin-left: 0;
}
#banner .swiper-pagination span:last-child {
  margin-right: 0;
}
#banner .swiper-pagination span.swiper-pagination-bullet-active {
  opacity: 1;
}
.tr_5 {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.font-18 {
  line-height: 1.6;
}
.font-16 {
  line-height: 1.7;
}
.font-14 {
  line-height: 2;
}
.font-30 {
  line-height: 1.2;
}
#index-body .i-init1 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  overflow: hidden;
  color: #fbfbfb;
  padding: 70px 0 60px;
  background-attachment: fixed;
}
#index-body .i-init1 .title {
  position: relative;
  display: inline-block;
  padding-bottom: 24px;
}
#index-body .i-init1 .title i {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 129px;
}
#index-body .i-init1 .title i::before {
  content: '';
  display: inline-block;
  width: 76px;
  height: 2px;
  background: #fbfbfb;
}
#index-body .i-init1 .title i::after {
  content: '';
  display: inline-block;
  width: 50px;
  height: 2px;
  background: #fbfbfb;
  margin-left: 3px;
}
#index-body .i-init1 .con {
  font-weight: 100;
  width: 54.522%;
  margin: 19px auto 0;
  line-height: 1.9;
}
#index-body .i-init2 {
  padding-top: 6.98%;
}
#index-body .i-init2 .header .con {
  line-height: 1.5;
  font-weight: 300;
}
#index-body .i-init2 .content ul .slick-slide {
  height: auto;
}
#index-body .i-init2 .content ul .slick-slide > div {
  height: 100%;
}
#index-body .i-init2 .content ul li {
  text-align: center;
  color: #fdfdfd;
  height: 100%;
}
#index-body .i-init2 .content ul li img {
  width: 100%;
  height: 100%;
}
#index-body .i-init2 .content ul li .tit {
  display: inline-block;
  padding: 0 9px;
  position: relative;
}
#index-body .i-init2 .content ul li .tit::before,
#index-body .i-init2 .content ul li .tit::after {
  content: '';
  position: absolute;
  top: 4px;
  width: 1px;
  height: 24px;
  background-color: #fdfdfd;
}
#index-body .i-init2 .content ul li .tit::before {
  left: 0;
}
#index-body .i-init2 .content ul li .tit::after {
  right: 0;
}
#index-body .i-init2 .content ul li .text {
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 29px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-init2 .content ul li .desc {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-init2 .content ul li .desc .con {
  max-height: 260px;
  overflow-y: auto;
  padding-right: 6px;
}
#index-body .i-init2 .content ul li:hover .text {
  opacity: 0;
}
#index-body .i-init2 .content ul li:hover .desc {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
#index-body .i-init3 {
  background-color: #ededed;
  padding: 14.17% 0 14.95%;
}
#index-body .i-init3 .img {
  width: 41.41%;
}
#index-body .i-init3 .text {
  width: 58.59%;
}
#index-body .i-init3 .text .tit {
  color: #d8d8d8;
  line-height: 1;
}
#index-body .i-init3 .text .title {
  color: #2275b1;
}
#index-body .i-init3 .text .con {
  color: #414242;
  line-height: 2;
}
#index-body .i-init3 .text .con h1 {
  display: inline;
}
#index-body .i-init4 {
  line-height: 1.3;
  color: #fefefe;
  -webkit-box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.35);
  padding: 10.9375% 0 15.21%;
  background-size: 100% 100%;
}
#footer {
  background-color: #2a3545;
  color: #fff;
  position: relative;
  z-index: 1;
}
#footer .tit {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.5;
}
#footer ul li {
  font-size: 20px;
  line-height: 1.6;
  color: #fff;
}
#footer ul li a {
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
#footer ul li a:hover {
  color: #2275b1;
}
#footer ul li i {
  width: 19px;
  margin-top: 6px;
}
#footer ul li span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#footer ul li span small {
  display: block;
}
#footer ul li:last-child {
  margin-bottom: 0;
}
#footer ul li ul {
  display: none;
}
/*#footer .f-content .f-contact {
  width: 30.43%;
}*/
#footer .f-content .f-contact em {
  width: 130px;
}
#footer .f-content .tit {
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.4);
  margin-bottom: 16px;
}
#footer .f-content .icon a {
  display: inline-block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid #959aa2;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  -webkit-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.4);
  margin-right: 11px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-content .icon a:last-child {
  margin-right: 0;
}
#footer .f-content .icon a:hover {
  background: #fff;
  border-color: #fff;
  color: var(--color);
}
#footer .f-copy {
  font-size: 16px;
  line-height: 1.8;
  color: #fdfafa;
  text-align: center;
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-height: 26px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-top: -1px;
  opacity: 1;
  text-transform: capitalize;
  fill: #fdfafa;
}
#footer .f-copy svg text {
  fill: #fdfafa;
}
#footer .f-copy .share a {
  color: rgba(254, 254, 254, 0.6);
  display: inline-block;
  vertical-align: middle;
  font-size: 17px;
  margin-right: 27px;
}
#footer .f-copy .share a:nth-child(3) {
  font-size: 19px;
}
.inner-banner {
  margin-top: 126px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 8.125% 0 1.6146%;
  color: #fff;
}
.inner-banner .title {
  color: #f9fafc;
  line-height: 1.1;
}
.inner-banner .mbx {
  line-height: 1.7;
  margin-top: 6.46%;
}
.about-page .about-1 {
  padding: 3.59375% 0 3.542%;
}
.about-page .about-1 .tit {
  font-weight: 500;
  color: #272728;
  line-height: 1.5;
}
.about-page .about-1 .content {
  max-width: 907px;
  margin: 49px auto 0;
}
.about-page .about-1 .content ul li i {
  width: 132px;
  height: 132px;
  line-height: 132px;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-1 .content ul li i img {
  display: inline-block;
  vertical-align: middle;
}
.about-page .about-1 .content ul li p {
  color: #272728;
  line-height: 1.6;
  margin-top: 6px;
}
.about-page .about-1 .content ul li:hover i {
  -webkit-transform: rotate(360deg) scale(1.1);
  -moz-transform: rotate(360deg) scale(1.1);
  -ms-transform: rotate(360deg) scale(1.1);
  transform: rotate(360deg) scale(1.1);
}
.about-page .about-2 {
  overflow: hidden;
}
.about-page .about-2 ul li {
  position: relative;
  z-index: 1;
  height: 602px;
}
.about-page .about-2 ul li .ig {
  height: 100%;
  color: #fbf6f6;
  background-attachment: fixed;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.about-page .about-2 ul li .ig .text {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
.about-page .about-2 ul li .ig .text .box {
  max-width: 731px;
}
.about-page .about-2 ul li .ig .text .box .title {
  letter-spacing: 1px;
  color: #fcf7f7;
  line-height: 1.2;
}
.about-page .about-2 ul li .ig .text .box .con {
  letter-spacing: 1px;
  line-height: 1.8;
}
.about-page .about-2 ul li:nth-child(2) {
  z-index: 2;
}
.about-page .about-2 ul li:nth-child(2) .ig .box {
  margin: 0 0 0 auto;
  text-align: right;
}
.about-page .about-2 ul li:last-child {
  z-index: 3;
}
.about-page .about-2 ul li:last-child .ig .box {
  margin: 0 auto;
  text-align: center;
}
.product-page .more {
  font-weight: bold;
  padding: 16px 9px 15px 10px;
  border-radius: 0;
}
.product-page .product-1 {
  padding: 7.083% 0 6.71875%;
}
.product-page .container{
  width: 1396px;
}
.product-page .product-1 .title {
  padding-left: 27px;
  position: relative;
}
.product-page .product-1 .title h1 {
  display: inline-block;
  color: #faf6f6;
  font-size: 24px;
  font-weight: bold;
  background: var(--color);
  line-height: 1;
  padding: 8px 13px 7px;
}
.product-page .product-1 .title::before,
.product-page .product-1 .title::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  background: var(--color);
}
.product-page .product-1 .title::before {
  left: 0;
  width: 8px;
}
.product-page .product-1 .title::after {
  left: 14px;
  width: 5px;
}
.product-page .product-1 .tab ul {
  margin: -12px;
}
.product-page .product-1 .tab ul li {
  padding: 12px;
}
.product-page .product-1 .tab ul li a {
  font-size: 21px;
  color: #5c5a5a;
  line-height: 1;
  height: 36px;
  padding: 0 33px 0 31px;
  border-radius: 18px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .product-1 .tab ul li a:hover,
.product-page .product-1 .tab ul li a.active {
  background: var(--color);
  color: #fff;
}
.product-page .product-1 .con {
  font-size: 15px;
  line-height: 2;
  color: #656565;
}
.product-page .product-1 .con ul li {
  display: none;
}
.product-page .product-1 .con ul li.active {
  display: block;
}
.product-page .product-1 .list .item {
  display: none;
}
.product-page .product-1 .list ul li .text {
  color: #535354;
}
.product-page .product-1 .list ul li .text .desc {
  line-height: 1.8;
}
.product-page .product-2 {
  background-color: #f5f5f5;
  padding: 5.573% 0;
}
.product-page .product-2 .text {
  width: 21%;
  text-align: right;
  color: #1f2224;
}
.product-page .product-2 .text .title {
  line-height: 1.3;
  letter-spacing: 2px;
}
.product-page .product-3 {
  padding: 9.323% 0 7.65625%;
}
.product-page .product-3 ul li .img-box img {
  display: inline-block;
  width: auto;
}
.product-page .product-3 ul li .text {
  color: #1a1a1a;
}
.product-page .product-3 ul li .text .con {
  max-width: 334px;
  margin: 22px auto 0;
}
.product-page .product-3 .slickBtn div {
  width: auto;
  height: auto;
  font-size: 2.6em;
  background: transparent;
  color: #a7a6a6;
}
/*.product-page .product-3 .slickBtn div.prev {
  right: initial;
  left: 0;
}
.product-page .product-3 .slickBtn div.next {
  left: initial;
  right: 0;
}*/
.product-page .product-3 .slickBtn div:hover {
  color: var(--color);
}
.product-page .product-4 {
  background-color: #f5f5f5;
  padding: 7.4% 0 7.1875%;
}
.product-page .product-4 ul {
  margin-top: -32.5px;
  margin-bottom: -32.5px;
}
.product-page .product-4 ul li {
  padding-top: 32.5px;
  padding-bottom: 32.5px;
}
.product-page .product-4 ul li .text {
  color: #1a1a1a;
}
.prodet-banner {
  position: relative;
  z-index: 1;
  margin-top: 0;
  padding: 15.15625% 0 3.7%;
}
.prodet-banner .box {
  max-width: 670px;
  background: rgba(245, 245, 247, 0.2);
  border-radius: 10px;
  font-size: 19px;
  color: #fcfdfd;
}
.prodet-banner .box .title {
  font-weight: bold;
  font-size: 2.1053em;
}
.prodet-banner .box .con {
  line-height: 1.8;
  margin-top: 7px;
}
.prodet-banner::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.17);
}
.prodet-page{
  padding: 7.1875% 0 4.375%;
}
.prodet-page .prodet-1 .img-box {
  width: 43.0233%;
  background-color: #f5f5f5;
  border-radius: 30px;
  text-align: center;
}
.prodet-page .prodet-1 .img-box img {
  width: auto;
}
.prodet-page .prodet-1 .text {
  width: 56.9767%;
}
.prodet-page .prodet-1 .text h1 {
  border-bottom: 3px solid #d3d3d4;
  border-radius: 1px;
}
.prodet-page .prodet-1 .text .content {
  border-bottom: 3px solid #d3d3d4;
}
.prodet-page .prodet-1 .text .content ul {
  width: 71.007%;
}
.prodet-page .prodet-1 .text .content ul > li {
  padding-left: 32px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 24px;
}
.prodet-page .prodet-1 .text .content ul > li span {
  font-size: 18px;
  font-weight: bold;
  color: #383838;
  line-height: 1.6;
}
.prodet-page .prodet-1 .text .content ul > li::before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 11px;
  height: 15px;
  background: url(../images/prodet-icon.png) no-repeat center;
}
.prodet-page .prodet-1 .text .content ul > li ol {
  margin-left: 21px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.prodet-page .prodet-1 .text .content ul > li ol li {
  list-style-type: disc;
  list-style-position: inside;
  font-size: 14px;
  line-height: 1.89;
  color: #383838;
}
.prodet-page .prodet-1 .text .content ul > li:last-child {
  margin-bottom: 0;
}
.prodet-page .prodet-1 .text .btn .more {
  font-size: 14px;
  font-weight: bold;
  border-radius: 16px;
}
.prodet-page .prodet-1 .text .btn .more:first-child {
  padding: 14px 16px 13px 17px;
}
.prodet-page .prodet-1 .text .btn .more:last-child {
  margin-left: 3em;
  background: #fff;
  color: var(--color);
  border: 1px solid var(--color);
  padding: 13px 13px 12px 14px;
}
.prodet-page .prodet-1 .text .btn .more:last-child:hover {
  border-color: #000;
  background: #000;
  color: #fff;
}
.prodet-page .prodet-2 {
  padding-top: 6.46%;
}
.prodet-page .prodet-2 .title {
  color: #000;
}
.prodet-page .prodet-2 .tab ul {
  margin: -28px;
}
.prodet-page .prodet-2 .tab ul li {
  padding: 28px;
}
.prodet-page .prodet-2 .tab ul li a {
  display: block;
  font-size: 18px;
  line-height: 1;
  color: #fcfdfd;
  background-color: #191f2f;
  border-radius: 5px;
  padding: 12px 27px 9px 28px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .tab ul li.active a,
.prodet-page .prodet-2 .tab ul li:hover a {
  background: var(--color);
}
.prodet-page .prodet-2 .ret {
  font-size: 16px;
}
.prodet-page .prodet-2 .ret .slide {
  background: #fcfdfe;
  padding: 0 80px 53px 0;
}
.prodet-page .prodet-2 .ret .slide strong{
  font-weight: bold;
}
.prodet-page .prodet-2 .ret table td {
  width: 100px !important;
  border: 1px solid #a6a7a8;
  /*border-bottom: 2px solid #a6a7a8;*/
  padding: 8px;
  text-align: left;
}
/*.prodet-page .prodet-2 .ret table td:nth-child(1) {
  padding-left: 16px;
}
.prodet-page .prodet-2 .ret table td:nth-child(2) {
  text-align: center;
}*/
.prodet-page .prodet-2 .ret table tr:nth-child(even) {
  background: transparent;
}
.prodet-page .prodet-2 .ret table tr:first-child {
  background-color: var(--color);
  color: white;
  border: 0;
  font-weight: bold;
}
.prodet-page .prodet-2 .ret table tr td:first-child {
  border-left: 0;
}
.prodet-page .prodet-2 .ret table tr:first-child td,
.prodet-page .prodet-2 .ret table tr:nth-child(2) td{
  border: 0;
}
.prodet-page .prodet-2 .ret table tr:first-child td:nth-child(2) {
  font-weight: 400;
}
.prodet-page .prodet-2 .ret table tr td:last-child{
  border-right: 0;
}
.prodet-page .prodet-2 .ret table tr:nth-child(2) {
  background: #e9e9e9;
  color: var(--color);
  font-weight: bold;
}
/*.prodet-page .prodet-2 .ret table tr:nth-child(2) td {
  border: 0;
}*/
/*.prodet-page .prodet-2 .ret table tr:nth-child(n+3) td {
  display: inline-block;
}*/
/*.prodet-page .prodet-2 .ret table tr:nth-child(n+3) td:first-child {
  margin-right: 20px;
}
.prodet-page .prodet-2 .ret table tr:nth-child(n+3) td:last-child {
  margin-left: 20px;
}*/
.service-page {
  padding: 6.71875% 0 6.46%;
}
.service-page .box .tab {
  background: var(--color);
  padding: 22px 0;
}
.service-page .box .tab ul {
  margin-right: -163px;
}
.service-page .box .tab ul li {
  font-size: 32px;
  padding-right: 163px;
}
.service-page .box .tab ul li a {
  color: #9cc0e5;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.service-page .box .tab ul li a:hover,
.service-page .box .tab ul li a.active {
  color: #fff;
  font-weight: bold;
}
.service-page .faq li .title {
  background: rgba(1, 92, 187, 0.45);
  color: #fff;
  cursor: pointer;
}
.service-page .faq li .title span {
  margin: 0 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.service-page .faq li .title img {
  display: inline-block;
  vertical-align: middle;
}
.service-page .faq li .title i.active img {
  -webkit-filter: grayscale(100%) brightness(300);
  filter: grayscale(100%) brightness(300);
}
.service-page .faq li .con {
  background-color: #efefef;
}
.service-page .faq li:last-child {
  margin-bottom: 0;
}
.service-page .download .name {
  width: 67%;
}
.service-page .download .type {
  width: 14%;
  text-align: center;
}
.service-page .download .xz {
  width: 19%;
  text-align: center;
  padding-left: 36px;
}
.service-page .download .top {
  background: rgba(1, 92, 187, 0.45);
  color: #fff;
}
.service-page .download .bottom li {
  border-bottom: 1px solid #c5c5c5;
}
.service-page .download .bottom li .name {
  font-size: 21px;
  position: relative;
}
.service-page .download .bottom li .name::after {
  content: '';
  position: absolute;
  right: 0;
  top: -19px;
  width: 2px;
  height: 64px;
  background-color: #c5c5c5;
}
.service-page .download .bottom li .type {
  font-size: 18px;
  font-weight: 500;
}
.service-page .download .slide{
  font-size: 21px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.service-page .download .slide i{
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.service-page .download .slide:hover{
  color: var(--color);
}
.service-page .download .slide.active i{
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.contact-page {
  padding-top: 5.73%;
}
.contact-page .container {
  width: 1233px;
}
.contact-page .contact-1 .content ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 20px;
  line-height: 1.6;
  color: #68696a;
}
.contact-page .contact-1 .content ul li span {
  width: 160px;
}
.contact-page .contact-1 .content ul li p {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 38px;
}
.contact-page .contact-1 .content ul li p small {
  display: block;
}
.contact-page .contact-2 {
  padding: 6.8163% 0 7.15%;
}
.contact-page .contact-2 .header {
  font-size: 20px;
  line-height: 1.8;
  color: #68696a;
}
.contact-page .contact-2 .form ul {
  margin: -9.5px -21.5px;
}
.contact-page .contact-2 .form ul li {
  padding: 9.5px 21.5px;
}
.contact-page .contact-2 .form ul li label {
  display: block;
  font-size: 20px;
  line-height: 1.8;
  color: #68696a;
}
.contact-page .contact-2 .form ul li input,
.contact-page .contact-2 .form ul li textarea {
  width: 100%;
  height: 58px;
  background-color: #efefef;
  border: 0;
  padding: 0 27px;
  font-size: 16px;
  margin-top: 9px;
}
.contact-page .contact-2 .form ul li input:placeholder,
.contact-page .contact-2 .form ul li textarea:placeholder {
  color: rgba(51, 51, 51, 0.4);
}
.contact-page .contact-2 .form ul li textarea {
  height: 143px;
  padding-top: 15px;
}
.contact-page .contact-2 .form ul li button {
  border: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--color);
  color: #fff;
  font-size: 18px;
  line-height: 1;
  padding: 18px 41px 15px;
  margin-top: 23px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-2 .form ul li button i {
  margin-right: 15px;
}
.contact-page .contact-2 .form ul li button i img {
  vertical-align: middle;
}
.contact-page .contact-2 .form ul li button:hover {
  background: #000;
}
@media (max-width: 1680px) {
  .product-page .product-2 .text{
    width: 18%;
  }
  /*#footer ul li span {
    margin-left: 20px;
  }*/
}
@media (max-width: 1450px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 16px;
  }
  #banner ul li .text .box {
    padding-top: 30px;
  }
  #index-body .i-init2 .content ul li .tit::before,
  #index-body .i-init2 .content ul li .tit::after {
    top: 1px;
  }
  .about-page .about-2 ul li {
    height: 502px;
  }
  .product-page .container{
    width: 1200px;
  }
  .product-page .product-2 .text {
    width: 20%;
  }
  .service-page .box .tab ul {
    margin-right: -100px;
  }
  .service-page .box .tab ul li {
    padding-right: 100px;
  }
  .service-page .faq li .con {
    padding-left: 90px;
  }
  #footer ul li {
    font-size: 18px;
  }
  .fixed-toolbar {
    bottom: 7%;
  }
}
@media (max-width: 1250px) {
  #banner {
    margin-top: 60px;
  }
  .font-60 {
    font-size: 39px;
  }
  .inner-banner {
    margin-top: 60px;
  }
  .product-page .container{
    width: 970px;
  }
  .product-page .product-2 .img-box{
    width: 60%;
  }
  .prodet-banner .box {
    font-size: 16px;
  }
  .prodet-page .prodet-1 .text .content ul {
    width: 86%;
  }
  .prodet-page .prodet-2 .ret .slide {
    padding: 0 40px 26px 0;
  }
  .service-page .download .type {
    width: 16%;
  }
  .service-page .download .xz {
    width: 17%;
  }
  .service-page .download .bottom li .name {
    font-size: 16px;
  }
  .service-page .download .bottom li .name::after {
    height: 50px;
    top: -10px;
  }
  .service-page .download .bottom li .type {
    font-size: 14px;
  }
  #footer .f-content {
    zoom: .9;
  }
}
@media (max-width: 1000px) {
  .font-32 {
    font-size: 26px;
  }
  .font-24 {
    font-size: 20px;
  }
  .font-21,
  .font-20,
  .font-19 {
    font-size: 18px;
  }
  .font-16 {
    font-size: 16px;
  }
  #banner ul li .text .box {
    padding-top: 15px;
  }
  #index-body .i-init1 {
    padding: 60px 0;
  }
  #index-body .i-init1 .con {
    width: 70%;
  }
  #index-body .i-init3 .img {
    width: 100%;
  }
  #index-body .i-init3 .text {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .about-page .about-2 ul li {
    height: 402px;
  }
  .about-page .about-2 ul li .ig .title {
    font-size: 30px;
  }
  .about-page .about-2 ul li .ig .con {
    font-size: 18px;
  }
  .product-page .container{
    width: 700px;
  }
  .product-page .product-1 .tab ul li a {
    font-size: 18px;
    padding: 0 20px;
  }
  .product-page .product-2 .text {
    width: 27%;
  }
  .product-page .product-4 ul li {
    width: 50%;
  }
  .prodet-page .prodet-1 .img-box {
    width: 100%;
  }
  .prodet-page .prodet-1 .text {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .prodet-page .prodet-1 .text h1 {
    font-size: 36px;
  }
  .prodet-page .prodet-2 .ret .slide {
    padding-right: 0 !important;
  }
  .prodet-page .prodet-2 .ret table {
    zoom: .8;
  }
  .prodet-page .prodet-2 .ret table tr:nth-child(3) td:first-child {
    margin-right: 10px;
  }
  .prodet-page .prodet-2 .ret table tr:nth-child(3) td:last-child {
    margin-left: 10px;
  }
  .service-page .box .tab {
    display: none;
  }
  .service-page .box .tab ul {
    margin-right: -60px;
  }
  .service-page .box .tab ul li {
    padding-right: 60px;
    font-size: 26px;
  }
  .service-page .content {
    margin-top: 0;
  }
  .service-page .download {
    overflow-y: auto;
  }
  .service-page .download .name {
    width: 50%;
  }
  .service-page .download .xz,
  .service-page .download .type {
    width: 25%;
  }
  .service-page .download .top {
    min-width: 700px;
  }
  .service-page .download .bottom {
    min-width: 700px;
  }
  .service-page .download .bottom li .name {
    font-size: 18px;
  }
  .service-page .download .bottom li .type {
    font-size: 16px;
  }
  #footer .f-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .f-content .f-logo {
    width: 100%;
    margin-bottom: 20px;
  }
  #footer .f-content .f-nav {
    display: none;
  }
  #footer .f-content .f-contact {
    width: 60%;
  }
  .fixed-toolbar {
    zoom: .7;
  }
}
@media (max-width: 700px) {
  .font-60 {
    font-size: 36px;
  }
  .font-48 {
    font-size: 30px;
  }
  .font-32 {
    font-size: 24px;
  }
  #index-body .i-init1 {
    padding: 30px 0;
  }
  #index-body .i-init1 .con {
    font-size: 16px;
    line-height: 1.8;
    width: 100%;
  }
  #index-body .i-init3 .title {
    font-size: 30px;
  }
  .about-page .about-1 .content ul li {
    width: 33.3333%;
  }
  .product-page .container{
    width: 100%;
  }
  .product-page .product-1 .tab ul {
    margin: -6px;
  }
  .product-page .product-1 .tab ul li {
    padding: 6px;
  }
  .product-page .product-1 .tab ul li a {
    font-size: 15px;
    padding: 0 10px;
  }
  .product-page .product-2 .text {
    width: 37%;
  }
  .product-page .product-3 ul {
    margin: 0 -20px;
  }
  .product-page .product-3 ul li {
    padding: 0 20px;
  }
  .prodet-banner .box {
    font-size: 14px;
  }
  .prodet-banner .box .con {
    line-height: 2;
  }
  .prodet-page .prodet-1 .text .content ul {
    width: 100%;
  }
  .prodet-page .prodet-2 .tab ul {
    margin: -12px;
  }
  .prodet-page .prodet-2 .tab ul li {
    padding: 12px;
  }
  .prodet-page .prodet-2 .ret table {
    zoom: 1;
  }
  .prodet-page .prodet-2 .ret table tr:nth-child(n+3) td {
    white-space: break-spaces;
  }
  .service-page .box .tab {
    display: none;
  }
  .service-page .faq li .con {
    padding-left: 80px;
  }
  .contact-page .contact-1 .content ul li {
    font-size: 18px;
  }
  .contact-page .contact-1 .content ul li p {
    padding-left: 20px;
  }
  .contact-page .contact-2 .form ul {
    margin: -9px;
  }
  .contact-page .contact-2 .form ul li {
    padding: 9px;
  }
  #footer .f-content {
    zoom: 1;
  }
  #footer .f-content .f-contact {
    width: 100%;
    margin-bottom: 20px;
  }
  .fixed-toolbar {
    bottom: 12%;
  }
  .flex-3 > * {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .font-60 {
    font-size: 30px;
    line-height: 1.3 !important;
  }
  .font-48 {
    font-size: 24px;
    line-height: 1.5 !important;
  }
  .font-32 {
    font-size: 22px;
    line-height: 1.5 !important;
  }
  .font-21,
  .font-19 {
    font-size: 16px;
    line-height: 1.8 !important;
  }
  .font-16 {
    font-size: 14px;
    line-height: 2 !important;
  }
  #index-body .i-init1 .con {
    font-size: 14px;
    line-height: 2;
  }
  #index-body .i-init2 .header {
    padding: 0 15px;
  }
  #index-body .i-init3 .text .con {
    line-height: 2 !important;
  }
  .about-page .about-1 .content ul li {
    width: 50%;
  }
  .about-page .about-2 ul li {
    height: 300px;
  }
  .about-page .about-2 ul li .ig {
    background-attachment: initial;
  }
  .about-page .about-2 ul li .ig .title {
    font-size: 24px;
    line-height: 1.5;
  }
  .about-page .about-2 ul li .ig .con {
    font-size: 14px;
    line-height: 2;
  }
  .product-page .product-1 .tab ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product-page .product-1 .tab ul li {
    width: 50%;
  }
  .product-page .product-2 .img-box{
    width: 100%;
  }
  .product-page .product-2 .text {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .product-page .product-4 ul li {
    width: 100%;
  }
  .prodet-banner .box .title {
    font-size: 20px;
  }
  .prodet-page .prodet-1 .text h1 {
    font-size: 30px;
  }
  .prodet-page .prodet-2 .tab ul {
    margin: -6px;
  }
  .prodet-page .prodet-2 .tab ul li {
    padding: 6px;
  }
  .prodet-page .prodet-2 .tab ul li a {
    font-size: 14px;
    padding: 12px 10px 9px;
  }
  .service-page .faq li .title {
    zoom: .8;
  }
  .service-page .faq li .con {
    padding-left: 65px;
  }
  .contact-page .contact-1 .content ul li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 16px;
    line-height: 1.8;
  }
  .contact-page .contact-1 .content ul li p {
    -webkit-box-flex: initial;
    -webkit-flex: initial;
    -moz-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    width: 100%;
    padding-left: 0;
  }
  .contact-page .contact-2 .form ul li input,
  .contact-page .contact-2 .form ul li textarea {
    font-size: 16px;
  }
  #footer ul li {
    font-size: 14px;
    line-height: 2;
  }
  /*#footer ul li span {
    margin-left: 10px;
  }*/
  #footer .f-content .f-contact em {
    width: 126px;
  }
  #footer .f-copy {
    font-size: 14px;
    line-height: 2;
  }
  .flex-2 > *,
  .flex-3 > * {
    width: 100%;
  }
}
.fancybox-image, .fancybox-spaceball{
  background-color: #f5f5f5;
  border-radius: 30px;
}
#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: 600;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from form {
  margin-top: 40px;
}
#pups_from i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from i.close::after,
#pups_from i.close::before {
  content: '';
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: var(--color);
}
#pups_from i.close:hover::before,
#pups_from i.close:hover::after {
  background: white;
}
#pups_from ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from ul li input,
#pups_from ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_from ul li input:focus,
#pups_from ul li textarea:focus {
  border-color: var(--color);
}
#pups_from ul li textarea {
  height: 80px;
}
#pups_from ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: var(--color);
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from ul li:last-child {
  margin-bottom: 0;
}
