@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraBold.eot');
  src: url('../fonts/Montserrat-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-ExtraBold.woff2') format('woff2'), url('../fonts/Montserrat-ExtraBold.woff') format('woff'), url('../fonts/Montserrat-ExtraBold.ttf') format('truetype');
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.eot');
  src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.eot');
  src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff'), url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.eot');
  src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.eot');
  src: url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-SemiBold.woff2') format('woff2'), url('../fonts/Montserrat-SemiBold.woff') format('woff'), url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
}
body {
  --color: #1983be;
  font-family: 'Montserrat';
  font-weight: 400;
  color: #333;
  max-width: 1920px;
  margin: 0 auto;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.container {
  padding: 0 15px;
  position: relative;
  width: 1630px;
  margin: 0 auto;
}
.more {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  border-radius: 10px;
  background: var(--color);
  color: #fff;
  padding: 21px 39px 21px 38px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.more::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0%;
  top: 0;
  left: -40px;
  transform: skewX(45deg);
  background-color: #000;
  z-index: -1;
  transition: all 1s;
}
.more:hover::before {
  width: 160%;
}
#header {
  z-index: 20;
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 1920px;
  transition: .5s;
}
#header .nav {
  display: inline-block;
  width: 100%;
  background: #fff;
  padding: 20px 0 23px;
}
#header .nav .ui.menu {
  margin: 0 auto;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 16px;
  margin-right: 53px;
  float: left;
  position: relative;
  transition: .5s;
  font-weight: 600;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  position: relative;
  z-index: 1;
  transition: .5s;
  line-height: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li > a i {
  position: absolute;
  right: 0;
  top: 30%;
  transform: translateY(-50%);
  font-size: 18px;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  background: #fff;
  top: 130%;
  left: 0;
  width: auto;
  transform: rotate3d(1, 0, 0, -90deg);
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  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;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
  white-space: nowrap;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
}
#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 ul.sub-menu li:hover a {
  color: #fff;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#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:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .h-search {
  cursor: pointer;
}
#header .nav .ui.menu .h-search form {
  width: 173px;
  position: relative;
}
#header .nav .ui.menu .h-search form input[type="text"] {
  width: 100%;
  height: 40px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(51, 51, 51, 0.2);
  font-size: 14px;
  padding: 0 40px 0 17px;
}
#header .nav .ui.menu .h-search form input[type="text"]::placeholder {
  color: rgba(51, 51, 51, 0.2);
}
#header .nav .ui.menu .h-search form input[type="submit"] {
  position: absolute;
  right: 20px;
  top: 13px;
  width: 15px;
  height: 15px;
  background: url(../images/search.png) no-repeat center;
  border: 0;
}
#header .nav .ui.menu .yuy span {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(51, 51, 51, 0.2);
}
#header .nav .ui.menu .yuy ul {
  right: 0;
  left: initial;
}
#header.active {
  box-shadow: 0px 2px 43px 0px rgba(0, 0, 0, 0.07);
}
.text-color{
  color: var(--color);
}
.title,
.i-title {
  font-weight: bold;
}
.i-tag {
  display: block;
  color: var(--color);
}
.i-tag i {
  display: inline-block;
  vertical-align: middle;
  margin-left: 9px;
}
.i-title {
  font-size: 40px;
  line-height: 1.3;
  font-style: italic;
}
#banner {
  position: relative;
}
#banner ul li {
  position: relative;
  overflow: hidden;
  text-align: center;
}
#banner ul li .text {
  text-align: left;
  color: #fff;
  top: 61%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  z-index: 2;
}
#banner ul li .text .box .left {
  width: 56%;
}
#banner ul li .text .box span {
  color: var(--color);
}
#banner ul li .text .box .title {
  line-height: 1.25;
  font-weight: 900;
  font-style: italic;
}
#banner ul li .text .box .con {
  line-height: 1.6;
}
#banner ul li .text .box span,
#banner ul li .text .box .title,
#banner ul li .text .box .con,
#banner ul li .text .box .btn {
  transition: .5s;
  transform: scale(1.3);
  opacity: 0;
}
#banner ul .swiper-slide-active .text .box span,
#banner ul .swiper-slide-active .text .box .title,
#banner ul .swiper-slide-active .text .box .con,
#banner ul .swiper-slide-active .text .box .btn {
  opacity: 1;
  transform: scale(1);
}
#banner ul .swiper-slide-active .text .box span {
  transition-delay: 700ms;
}
#banner ul .swiper-slide-active .text .box .title {
  transition-delay: 1000ms;
}
#banner ul .swiper-slide-active .text .box .con {
  transition-delay: 1300ms;
}
#banner ul .swiper-slide-active .text .box .btn {
  transition-delay: 1600ms;
}
#banner .down {
  width: 100%;
  left: 0;
  bottom: -51px;
  z-index: 1;
}
#banner .down a {
  width: 104px;
  height: 104px;
  border-radius: 50%;
  background: var(--color);
  color: #fff;
  display: block;
  text-align: center;
  line-height: 109px;
  font-size: 40px;
  transition: .5s;
}
#banner .down a:hover {
  background: #000;
}
.tr_5 {
  transition: all 0.5s ease-in-out;
}
#index-body .i-category {
  padding: 6.3021% 0 4.53125%;
}
#index-body .i-category .header .i-title {
  width: 50%;
}
#index-body .i-category .header .con {
  line-height: 2;
  font-weight: 500;
  width: 45%;
}
#index-body .i-category .tab {
  text-align: center;
}
#index-body .i-category .tab ul li {
  height: auto;
}
#index-body .i-category .tab ul li a {
  display: block;
  height: 100%;
  padding: 45px 20px 41px;
  border: 1px solid rgba(102, 102, 102, 0);
  border-radius: 20px;
  transition: .5s;
}
#index-body .i-category .tab ul li a i {
  line-height: 33px;
}
#index-body .i-category .tab ul li a i img {
  display: inline-block;
  vertical-align: middle;
  filter: brightness(0) opacity(0.5);
}
#index-body .i-category .tab ul li a p {
  font-size: 16px;
  line-height: 2;
  font-weight: bold;
  margin-top: 22px;
}
#index-body .i-category .tab ul li.active a,
#index-body .i-category .tab ul li:hover a {
  border-color: rgba(102, 102, 102, 0.2);
  color: var(--color);
}
#index-body .i-category .tab ul li.active a i img,
#index-body .i-category .tab ul li:hover a i img {
  filter: none;
}
#index-body .i-category .content .item {
  display: none;
}
#index-body .i-category .content .item.active {
  display: block;
}
#index-body .i-category .content ul li .ig {
  /*background-color: #dddddd;*/
  padding: 41px 0 0;
  z-index: 1;
}
#index-body .i-category .content ul li .ig .tit {
  left: 0;
  top: 0;
  font-weight: 500;
  line-height: 1.8;
  width: 100%;
  padding: 23px 114px 0 29px;
}
#index-body .i-category .content ul li .ig .link {
  position: absolute;
  left: 29px;
  bottom: 30px;
  font-weight: 500;
  /*color: #cccccc;*/
  padding-bottom: 3px;
  transition: .5s;
  display: none;
}
#index-body .i-category .content ul li .ig .link i img {
  filter: grayscale(100%);
}
#index-body .i-category .content ul li .ig .link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: var(--color);
  transition: .5s;
}
/*#index-body .i-category .content ul li .ig::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/pbg.png) no-repeat center;
  filter: grayscale(100%) opacity(0.06);
  transition: .5s;
}*/
#index-body .i-category .content ul li .ig:hover .link {
  color: var(--color);
}
#index-body .i-category .content ul li .ig:hover .link i img {
  filter: none;
}
#index-body .i-category .content ul li .ig:hover .link::after {
  width: 100%;
}
#index-body .i-category .content ul li .ig:hover::after {
  filter: none;
}
#index-body .i-about {
  background: url(../images/abg.png) no-repeat center top;
  background-size: 100% 100%;
  padding: 8.34% 0 6.3542%;
}
#index-body .i-about .box .text {
  width: 47%;
}
#index-body .i-about .box .text .con {
  line-height: 2;
  color: #666;
}
#index-body .i-about .box .text .con h1 {
  display: inline;
}
#index-body .i-about .box .play {
  position: relative;
  transform: translate(0, 0);
  top: 0;
  left: 0;
  margin: 0 0 57px 25px;
  width: 5.55em;
  height: 5.55em;
}
#index-body .i-about .box .play i {
  border-left: 1.1em solid #fff;
  border-top: .85em solid transparent;
  border-bottom: .85em solid transparent;
}
#index-body .i-advantage {
  background: url(../images/adbg.png) no-repeat center;
  background-size: 100% 100%;
  padding: 6.198% 0 6.823%;
}
#index-body .i-advantage .i-title {
  color: #fff;
}
#index-body .i-advantage .content ul .slick-slide {
  height: auto;
}
#index-body .i-advantage .content ul .slick-slide > div {
  height: 100%;
}
#index-body .i-advantage .content ul li {
  height: 100%;
}
#index-body .i-advantage .content ul li .ig {
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
}
#index-body .i-advantage .content ul li .ig i {
  display: block;
  line-height: 74px;
}
#index-body .i-advantage .content ul li .ig i img {
  display: inline-block;
  vertical-align: middle;
}
#index-body .i-advantage .content ul li .ig .tit {
  font-weight: 600;
  line-height: 2;
}
#index-body .i-advantage .content ul li .ig .con {
  line-height: 2;
  color: #666;
}
#index-body .i-application {
  padding: 6.3542% 0 6.771%;
}
#index-body .i-application .header .con {
  max-width: 696px;
  line-height: 2;
  margin: 28px auto 0;
}
#index-body .i-application .content .img {
  width: 49%;
}
#index-body .i-application .content .text {
  width: 51%;
}
#index-body .i-application .content .text span {
  line-height: 1;
}
#index-body .i-application .content .text .tit {
  line-height: 1.5;
  font-weight: 600;
}
#index-body .i-application .content .text .con {
  line-height: 2;
  color: #666;
}
#index-body .i-application .content .slickBtn {
  position: absolute;
  top: 0;
  right: 0;
}
#index-body .i-application .content .slickBtn div {
  width: 2.05em;
  height: 2.05em;
  border-radius: 0;
  background-color: #c3c3c3;
  position: initial;
  font-size: 36px;
}
#index-body .i-application .content .slickBtn div.next {
  margin-left: .2em;
}
#index-body .i-application .content .slickBtn div i {
  font-size: 26px;
}
#index-body .i-application .content .slickBtn div:hover {
  background: var(--color);
}
#index-body .i-news {
  padding: 3.34% 0 3.90625% 0;
  background-color: #f6f6f6;
}
#index-body .i-news ul li .title {
  line-height: 1.8;
  font-weight: 600;
}
#index-body .i-news ul li p {
  line-height: 1.8;
}
#index-body .i-news ul li .more {
  font-size: 16px;
  font-weight: 500;
  padding: 16px 26px 16px 27px;
  background-color: #c3c3c3;
  border-radius: 8px;
}
#index-body .i-news ul li .more::before {
  background: var(--color);
}
#footer {
  padding: 4.583% 0 2.03125% 0;
  background: #fff;
}
#footer .f-content .title {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 25px;
}
#footer .f-content ul li {
  font-size: 16px;
  line-height: 1.8;
  color: rgba(51, 51, 51, 0.63);
  margin-bottom: 14px;
}
#footer .f-content ul li:last-child {
  margin-bottom: 0;
}
#footer .f-content ul li ul {
  display: none;
}
#footer .f-content ul li a {
  transition: .5s;
}
#footer .f-content ul li a:hover {
  color: var(--color);
}
#footer .f-content .f-contact {
  max-width: 440px;
}
#footer .f-content .f-contact ul li span {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  color: #333;
}
#footer .f-content .f-contact ul li p {
  margin-top: 21px;
}
#footer .f-content .f-contact ul li:last-child {
  width: 80%;
}
#footer .f-content .f-form {
  max-width: 418px;
}
#footer .f-content .f-form .title {
  font-size: 24px;
  text-transform: uppercase;
  margin-top: -12px;
  margin-bottom: 2px;
}
#footer .f-content .f-form form ul li {
  padding: 6px 5px;
  margin-bottom: 0;
}
#footer .f-content .f-form form ul li input,
#footer .f-content .f-form form ul li textarea {
  width: 100%;
  height: 59px;
  border: 1px solid rgba(102, 102, 102, 0.1);
  font-size: 16px;
  color: #949494;
  padding: 0 13px;
}
#footer .f-content .f-form form ul li input::placeholder,
#footer .f-content .f-form form ul li textarea::placeholder {
  color: #949494;
}
#footer .f-content .f-form form ul li input:focus,
#footer .f-content .f-form form ul li textarea:focus {
  border-color: var(--color);
}
#footer .f-content .f-form form ul li textarea {
  height: 173px;
  padding-top: 13px;
  padding-right: 41px;
}
#footer .f-content .f-form form ul li:nth-child(3) {
  width: 100%;
}
#footer .f-content .f-form form button {
  border: 0;
  position: absolute;
  right: 15px;
  bottom: 20px;
  background: transparent;
}
#footer .f-content .f-form .share {
  margin-top: 24px;
}
#footer .f-content .f-form .share a {
  display: inline-block;
  width: 45px;
  height: 45px;
  background-color: var(--color);
  border-radius: 50%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 45px;
  margin-right: 39px;
  transition: .5s;
}
#footer .f-content .f-form .share a:last-child {
  margin-right: 0;
}
#footer .f-content .f-form .share a:hover {
  background: #000;
}
#footer .f-copy {
  line-height: 1.5;
  font-size: 16px;
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-height: 27px;
  transition: .5s;
  margin-top: -3px;
  fill: #333;
  text-transform: capitalize;
}
#footer .f-copy svg text {
  fill: #333;
}
#sidebar {
  font-size: 26px;
  right: 32px;
  background: var(--color);
  border-radius: 17px;
  bottom: 10%;
}
#sidebar ul li {
  width: 3em;
  height: 2.51em;
  margin-bottom: 0;
  border-radius: 0;
  border-top: 0;
  box-shadow: none;
  background: transparent;
  border-radius: 0 !important;
}
#sidebar ul li .child {
  font-weight: 500;
  margin-right: 0;
  background: #333;
  color: #fff;
  border-radius: 7px 0 0 7px;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 13px;
  white-space: nowrap;
}
#sidebar ul li .child p {
  display: flex;
  align-items: center;
  font-size: 18px;
}
#sidebar ul li .child::before {
  display: none;
}
#sidebar ul li #ewm {
  position: absolute;
  right: 0;
  transform: rotate3d(0, 1, 0, 90deg);
  transform-origin: top right;
  transition: .5s;
  z-index: -1;
  opacity: 0;
}
#sidebar ul li:hover {
  background: #333;
  border-radius: 7px !important;
}
#sidebar ul li:hover .child {
  right: 98%;
}
#sidebar ul li:hover #ewm {
  right: 103%;
  opacity: 1;
  transform: rotate3d(0, 1, 0, 0deg);
}
@media screen and (max-width: 1680px) {
  #sidebar {
    right: 16px;
    font-size: 22px;
  }
}
@media screen and (max-width: 1450px) {
  #header .nav .ui.menu .menu-box ul.menu > li{
    margin-right: 30px;
  }
  #banner ul li .text .box .title {
    font-size: 50px;
  }
  #index-body .i-category .tab ul li a {
    padding: 45px 15px 41px;
  }
  #footer .f-content .f-contact {
    max-width: 380px;
  }
  #footer .f-content .f-form {
    max-width: 376px;
  }
  #sidebar {
    right: 0;
    zoom: .6;
  }
}
@media screen and (max-width: 1250px) {
  #header .nav .ui.menu .logo {
    width: 15%;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 30px;
  }
  #banner {
    margin-top: 0;
  }
  #banner ul .li .text .box .title {
    font-size: 37px;
  }
  #index-body .i-category .tab ul li a p {
    font-size: 14px;
  }
  #index-body .i-category .content ul li .ig .tit {
    padding: 16px 70px 0 29px;
  }
  #index-body .i-about .box .text {
    width: 66%;
  }
  #index-body .i-advantage .content {
    padding: 30px 20px;
  }
  #footer .f-content {
    zoom: .76;
  }
}
@media screen and (max-width: 1000px) {
  #banner {
    margin-top: 60px;
  }
  #banner ul li .text {
    top: 50%;
  }
  #banner ul li .text .box .left {
    width: 100%;
  }
  #banner ul li .text .box .right {
    display: none;
  }
  #banner .down {
    display: none;
  }
  .font-24 {
    font-size: 24px;
  }
  .font-20 {
    font-size: 20px;
  }
  .font-18 {
    font-size: 18px;
  }
  .font-16 {
    font-size: 16px;
  }
  #index-body .i-category .header {
    display: block;
  }
  #index-body .i-category .header .i-title {
    width: 100%;
  }
  #index-body .i-category .header .con {
    width: 100%;
    margin-top: 20px;
  }
  #index-body .i-category .tab {
    display: none;
  }
  #index-body .i-category .content ul li .ig {
    padding: 41px 0 0 0;
  }
  #index-body .i-category .content ul li .ig .tit {
    padding: 16px 40px 0 20px;
  }
  #index-body .i-about .box .text {
    width: 100%;
  }
  #index-body .i-about .box .play {
    margin: 30px 0 0 20px;
  }
  #index-body .i-advantage {
    background: var(--color);
  }
  #index-body .i-application .content ul li .img {
    width: 100%;
  }
  #index-body .i-application .content ul li .text {
    width: 100%;
    padding: 20px 0 0 0;
  }
  #index-body .i-application .content .slickBtn {
    top: initial;
    bottom: 0;
  }
  #index-body .i-application .content .slickBtn div {
    width: 1.5em;
    height: 1.5em;
  }
  #footer .f-content {
    zoom: 1;
  }
  #footer .f-content .f-nav,
  #footer .f-content .f-product {
    display: none;
  }
  #footer .f-content .f-contact ul li p {
    margin-top: 0;
  }
  #footer .f-content .f-contact ul li:last-child {
    margin-top: 0px;
  }
  #footer .f-content .f-form {
    margin-top: 20px;
  }
  #footer .f-content .f-form .title {
    margin-top: 0;
  }
  #footer .f-content .f-contact,
  #footer .f-content .f-form {
    max-width: 100%;
  }
  #footer .f-copy {
    display: block;
  }
  #footer .f-copy p {
    display: inline;
  }
  #sidebar {
    bottom: 6%;
  }
  #sidebar ul li:nth-child(4) {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .more {
    font-size: 16px;
    line-height: 1;
    padding: 11px 20px 11px 19px;
  }
  .font-18 {
    font-size: 16px;
  }
  #banner ul li .text .box .left {
    padding-bottom: 0;
  }
  #banner ul li .text .box .title {
    font-size: 32px;
  }
  .i-title {
    font-size: 36px;
  }
  #index-body .i-category .content ul li .ig {
    padding: 0 0 20px;
  }
  #index-body .i-category .content ul li .ig .tit {
    position: initial;
    padding: 12px 0;
  }
  #index-body .i-category .content ul li .ig .link {
    position: initial;
  }
  #index-body .i-about {
    background: #f5f5f5;
  }
  #index-body .i-about .box .text .con {
    padding: 20px 0 0 0;
  }
  #footer .f-content .f-contact ul li:last-child {
    width: 100%;
  }
  #footer .f-copy {
    font-size: 15px;
  }
}
@media screen and (max-width: 500px) {
  #banner ul li .text .box .title {
    font-size: 26px;
  }
  #banner ul li .text .box .con {
    display: none;
  }
  .i-title {
    font-size: 26px;
    line-height: 1.3;
  }
  #footer .f-content .f-form .title {
    font-size: 22px;
  }
  #footer .f-content .f-form form ul li {
    width: 100%;
  }
  #footer .f-content .f-form form ul li textarea {
    height: 100px;
  }
}
#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%);
  -o-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;
  -o-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;
  -o-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);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-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;
  -o-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;
  -o-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;
}
.inner-banner {
  background-position: center;
  background-size: cover;
  color: white;
  background-attachment: fixed;
  position:relative;
}
.inner-banner .box{
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  padding: 10% 0 3%;
}
.inner-banner .text {
  margin-top: 1em;
  color: inherit;
  max-width: 980px;
  height: 8em;
      line-height: 2;
}
.inner-banner .flex {
  font-size: 18px;
  margin-top: 1.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid white;
  padding-top: 1.2em;
}
.inner-banner .flex a.link {
  font-size: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.inner-banner .flex a.link em {
  border-radius: 1.5em;
  border: 1px solid white;
  padding: 0 1.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-banner .flex a.link span {
  font-size: inherit;
  margin-left: -1em;
  background-color: var(--color);
  color: white;
}
.inner-banner .flex a.link:hover em {
  background-color: var(--color);
  border-color: transparent;
}
.inner-banner .flex a.link:hover span {
  background-color: white;
  color: var(--color);
}
.inner-banner.no {
  padding: 0;
}
@media screen and (max-width: 1800px) {
  .inner-banner {
    margin-top: 116px;
    padding: 160px 0 50px;
  }
}
@media screen and (max-width: 1250px) {
  .inner-banner {
    margin-top: 0;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner {
    padding: 60px 0 40px;
  }
  .inner-banner .text {
    height: auto;
  }
  .inner-banner .flex {
    font-size: 16px;
    margin-top: 2em;
  }
  .inner-banner .flex a.link {
    font-size: 14px;
  }
   .inner-banner img{
    min-height: 200px;
  }
  .inner-banner span.h2{
    display: none;
  }
}
@media screen and (max-width: 700px) {
   .inner-banner .flex {
    display: block;
  }
  .inner-banner .flex a.link {
    margin-top: 1em;
  }
}
.inner-page .in-num { 
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.inner-page .in-num::before {
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: var(--color);
  display: inline-block;
  vertical-align: top;
    margin: -4px 15px 0 0;
}
.about-page .title {
  margin-top: 30px;
}
.about-page .title em{
  color: var(--color);
}
.about-page .about-1 .img1 {
  position: absolute;
  left: 0;
  top: 23%;
  width: 163px;
  height: 203px;
  background: url(../images/about-page-2.png) no-repeat;
}
.about-page .about-1 .img2 {
  position: absolute;
  right: 30px;
  top: 0;
  width: 228px;
  height: 234px;
  background: url(../images/about-page-1.png) no-repeat;
}
.about-page .about-1 .img3 {
  position: absolute;
  right: 3px;
  top: 67%;
  width: 191px;
  height: 218px;
  background: url(../images/about-page-3.png) no-repeat;
}
.about-page .about-1 {
  padding-top: 3%;
  position: relative;
  z-index: 1;
}
.about-page .about-1 .ui.container{
  z-index: 3;
}
.about-page .about-1 .img {
  margin-top: 38px;
  border-radius: 60px;
  position: relative;
}
.about-page .about-1 .img .play{
  width: 5.55em;
  height: 5.55em;
}
.about-page .about-1 .img .play i {
  border-left: 1.1em solid #fff;
  border-top: .85em solid transparent;
  border-bottom: .85em solid transparent;
}
.about-page .about-1 .con {
  line-height: 2;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 57px;
}
.about-page .about-1::after {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  top: -43px;
  right: 0;
  font-size: 457px;
  line-height: 2; 
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 241, 243, 0.5)), to(rgba(240, 241, 243, 0)));
  background-image: -webkit-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: -moz-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: linear-gradient(to bottom, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.about-page .about-1 ul{
  margin-top: 60px;
  margin-bottom: 60px;
}
.about-page .about-1 ul li{
  position: relative;
  padding-left: 150px;
}
.about-page .about-1 ul li .icon{
  position: absolute;
  left: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about-page .about-1 ul li h3{
  font-size: 60px;
  font-weight: 600;
  color: var(--color);
  line-height: 1;
}
.about-page .about-1 ul li h3 span{
  font-size: 22px;
}
.about-page .about-1 ul li p{
  font-size: 20px;
  color: #545252;
}
.about-page .about-1 ul li::after{
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 45px;
  background: #d2d2d2;
}
.about-page .about-1 ul li:last-child::after{
  content: none;
}
.about-page .about-1 ul li:nth-child(1){
  padding-left: 120px;
}
.about-page .about-1 ul li:nth-child(1) .icon{
  left: 0;
}
.about-page .about-2 {
  padding-top: 170px;
  position: relative;
}
.about-page .about-2 .img1{
  position: absolute;
  right: 0;
  top: 1%;
  width: 274px;
  height: 344px;
  background: url(../images/about-page-5.png) no-repeat;
}
.about-page .about-2 .content {
  position: relative;
  padding: 0 40px;
  margin: 113px 0 9.167%;
}
.about-page .about-2 .content ul li {
  padding: 0 36px 88px;
  position: relative;
  cursor: pointer;
}
.about-page .about-2 .content ul li .tit {
  color: var(--color);
  font-weight: 600;
}
.about-page .about-2 .content ul li .con {
  color: rgba(0, 0, 0, 0.6);
  margin-top: 10px;
  height: 240px;
  overflow-y: auto;
}
.about-page .about-2 .content ul li::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 78px;
  background: #bfbfbf;
  bottom: 0;
  left: 36px;
}
.about-page .about-2 .content ul li:after {
  content: '';
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  left: 25px;
  bottom: 0;
  background: #000;
  z-index: 8;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-2 .content ul li:hover::after {
  background: var(--color);
}
.about-page .about-2 .content::after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 12px;
  background: #afafaf;
}
.about-page .about-2 .bottom {
  /*padding: 9.167% 0 0 0;*/
  overflow: hidden;
    width: calc(100% - 6.25vw);
    border-radius: 0 300px 300px 0;
    position: relative;
    z-index: 2;
}
.about-page .about-2 .bottom ul {
  margin-right: -16px;
}
.about-page .about-2 .bottom ul li {
  padding-right: 16px;
}
.about-page .about-2 .bottom ul li a img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-22{
  padding-top: 120px;
  position: relative;
}
.about-page .about-22 .ui.container{
  z-index: 3;
}
.about-page .about-22 img{border-radius: 20px; margin-bottom: 20px;}
.about-page .about-22 .img1 {
  position: absolute;
  left: 0;
  top: 77%;
  width: 215px;
  height: 303px;
  background: url(../images/about-page-4.png) no-repeat;
}
.about-page .about-22 ul {
  margin-right: -75px;
  margin-top: 50px;
}
.about-page .about-22 ul li{
  
  position: relative;
  padding-right: 75px;
 
  text-align: center;
}
.about-page .about-22 ul li span{
  font-size: 109px;
  line-height: 1;
  color: var(--color);
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 600;
}
.about-page .about-22 ul li span::after{
  content: "";
  position: absolute;
  right: -4px;
  bottom: -7px;
  width: 73px;
  height: 99px;
  background: url(../images/about-sanjiao-bg.png) no-repeat;
  transform: rotate(4deg);
}
.about-page .about-22 ul li h5{
  color: var(--color);
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
.about-page .about-22 ul li .des{
  font-size: 16px;
  line-height: 30px;
  min-height: 200px;
  max-height: 200px;
  overflow: auto;
}
.about-page .about-22 ul .slick-dots{
  text-align: center;
  margin: 0;

}
.about-page .about-22 ul .slick-dots li{
  padding: 0;
  width: 10px !important;
  height: 10px;
  border-radius: 100%;
  background: rgba(0,0,0,0.6);
  transition: 0.5s;
  margin: 0 5px;
  display: inline-block;
}
.about-page .about-22 ul .slick-dots li button{
  display: none;
}
.about-page .about-22 ul .slick-dots li.slick-active{
  background: var(--color);
}
.about-page .about-3 {
  padding: 5.573% 0 0;
}
.about-page .about-3 .ui.container { 
  z-index: 2;
}
.about-page .about-3 .con {
  color: rgba(0, 0, 0, 0.6);
  margin-top: 22px;
}
.about-page .about-3 .content {
  margin-top: 65px;
}
.about-page .about-3 .content ul {
  margin: -15px -10px;
}
.about-page .about-3 .content ul li {
  padding: 15px 10px;
}
.about-page .about-3 .content ul li .img-box {
  background: #fff;
  border: solid 4px #fff;
  text-align: center;
  line-height: 120px;
}
.about-page .about-3 .content ul li .img-box img {
  display: inline-block;
  vertical-align: middle;
  /*-webkit-filter: grayscale(100%);*/
  /*filter: grayscale(100%);*/
}
.about-page .about-3 .content ul li .img-box:hover img {
  -webkit-filter: none;
  filter: none;
}
.about-page .about-4 { 
  padding: 2% 0 11.146%; 
  position: relative;
}
.about-page .about-4 .ui.container{
  z-index: 3;
}
.about-page .about-4 .img1{
  position: absolute;
  left: 0;
  top: -5%;
  width: 244px;
  height: 236px;
  background: url(../images/about-page-6.png) no-repeat;
}
.about-page .about-4 .img2{
  position: absolute;
  right: 0;
  top: -11%;
  width: 258px;
  height: 838px;
  background: url(../images/about-page-7.png) no-repeat;
}
.about-page .about-4 .content {
  margin-top: 29px;
}
.about-page .about-4 .content ul {
  margin-right: -25px;
}
.about-page .about-4 .content ul li {
  padding-right: 25px;
}
.about-page .about-4 .content ul li .img-box img {
  width: 100%;
      border-radius: 0 100px 0 0;
}
.about-page .about-4 .content ul li .h5{
  background: white;
  box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.35);
  font-size: 24px;
  text-align: center;
  border-radius: 50px 0 0 0;
  z-index: 2;
  position: relative;
    -webkit-transform: translate(0%, -50px);
  -moz-transform: translate(0%, -50px);
  -ms-transform: translate(0%, -50px);
  transform: translate(0%, -50px);
  padding: 20px 15px;
   -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .content ul li:hover .h5{
  background: var(--color);
  color: white;
}
.about-page .about-4 .content ul.slick-dots {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -89px;
  width: 100%;
  text-align: center;
  margin: 0;
}
.about-page .about-4 .content ul.slick-dots li {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #000000;
  padding: 0;
  margin-right: 31px;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .content ul.slick-dots li button {
  display: none;
}
.about-page .about-4 .content ul.slick-dots li.slick-active {
  background: var(--color);
}
.about-page .about-4 .content ul.slick-dots li:last-child {
  margin-right: 0;
}
.about-page .about-5{
  background-color: #1662bc;
	border-radius: 257px 0px 0px 257px;
  padding: 4.382% 0 5.4256%;
  color: #fff;
  margin-top: 50px;
}
.about-page .about-5 .in-num::before{
  background: #fff;
}
.about-page .about-5 .left{
  width: 48%;
  vertical-align: top;
}
.about-page .about-5 .right{
  vertical-align: bottom;
  width: 52%;
  font-size: 18px;
  line-height: 2;
}
.about-page .about-6{
  padding: 7% 0;
}
.about-page .about-6 .title em{
  color: var(--color);
}
.about-page .about-6 .content{
  padding-top: 6.349%;
}
.about-page .about-6 .content ul{
  margin-right: -96px;
}
.about-page .about-6 .content ul li{
  padding-right: 96px;
}
.about-page .about-6 .content ul li .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-page .about-6 .content ul li .top span {
  font-size: 110px;
  line-height: 1;
  color: var(--color);
  font-weight: 600;
  display: inline-block;
  position: relative;
}
.about-page .about-6 .content ul li .top span::after {
  content: '';
  width: 79px;
  height: 95px;
  background: url(../images/ad-bg.png) no-repeat;
  position: absolute;
  bottom: 0;
  left: 0px;
}
.about-page .about-6 .content ul li .top em {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  padding-left: 15px;
}
.about-page .about-6 .content ul li p {
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.8;
  margin-top: 14px;
}
@media screen and (max-width: 1680px) {
  .about-page .about-3 .ui.container{
    max-width: 1300px;
  }
  .about-page .about-5{
    border-radius: 160px 0 0 160px;
  }
}
@media screen and (max-width: 1440px) {
  .about-page .about-3 .ui.container{
    max-width: 1200px;
  }
  .about-page .about-6 .content ul{
    margin-right: -40px;
  }
  .about-page .about-6 .content ul li{
    padding-right: 40px;
  }
  .about-page .about-1 ul li .icon{
    width: 60px;
    left: 25px;
  }
  .about-page .about-1 ul li{
    padding-left: 110px;
  }
  .about-page .about-1 ul li h3{
    font-size: 50px;
  }
  .about-page .about-1 ul li p{
    font-size: 17px;
  }
  .about-page .about-22 ul li h5{
    font-size: 24px;
  }
  .about-page .about-22 ul li span{
    font-size: 76px;
  }
  .about-page .about-22 ul li span:after{
    width: 45px;
    right: 1px;
  }
  .about-page .about-22 ul{
    margin-right: -40px;
  }
  .about-page .about-22 ul li{
    padding-right: 40px;
  }
}
@media screen and (max-width: 1280px) {
  .about-page .about-1::after {
    font-size: 300px;
  }
  .about-4 .ui.container {
    padding: 0 15px 0 30px;
  }
}
@media screen and (max-width: 1200px){
  .about-page .about-1 ul li{
    padding-left: 85px;
  }
      .about-page .about-1 ul li .icon {
        width: 50px;
        left: 18px;
    }
    .about-page .about-1 ul li:nth-child(1) {
    padding-left: 65px;
  }
}
@media screen and (max-width: 1100px) {
  .about-page .about-2 .content {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1000px) {
   .inner-page .in-num::before {
    width: 20px;
    height: 20px;
    margin: 2px 7px 0 0;
  }
  .about-page .about-1::after {
    display: none;
  }
  .about-page .about-2 .content {
    margin-top: 40px;
  }
  .about-page .about-4 {
    border-radius: 100px 0 0 0;
  }
  .about-page .about-4 .content ul.slick-dots {
    bottom: -30px;
  }
  .about-page .about-5{
    margin-top: 60px;
    border-radius: 0;
  }
  .about-page .about-5 .left{
    width: 100%;
  }
  .about-page .about-5 .right{
    width: 100%;
    margin-top: 20px;
    line-height: 1.8;
  }
  .about-page .about-1 ul li{
    width: 50% !important;
  }
  .about-page .about-4 .content ul li .h5{
    border-radius: 25px 0 0 0;
    font-size: 18px;
    padding: 15px 10px;
  }
}
@media screen and (max-width: 700px) {
   .about-page .about-1 .con {
    margin-top: 20px;
  }
  .about-page .about-3 .ui.container {
    padding: 0 15px;
  }
  .about-page .about-3 .content {
    margin-top: 20px;
  }
  .about-page .about-3 .content ul li .img-box {
    line-height: 100px;
  }
  .about-page .about-4 .content ul.slick-dots li {
    margin-right: 20px;
  }
  .about-page .about-1 .img2{
    background-size: 60%;
    background-position: right top;
  }
  .about-page .about-4 .content ul li .img-box img{
    border-radius: 0 20px 0 0;
  }
  .about-page .about-5{
    border-radius: 20px 20px 0 0;
    padding: 40px 10px;
  }
  .about-page .title{
    margin-top: 10px;
    margin-bottom: 20;
  }
  .about-page .about-2 .bottom{
    border-radius: 0;
  }
  .about-page .about-2 .img1{
    background-size: 60%;
    background-position: right top;
  }
  .about-page .about-2{
    padding-top: 50px;
  }
  .about-page .about-3 .content ul {
    margin: -5px;
  }
  .about-page .about-3 .content ul li{
    padding: 5px;
  }
  .about-page .about-3 .content ul li img{
    width: 100%;
  }
  .about-page .about-4 .img1{
    background-size: 48%;
    background-position: left top;
  }
  .about-page .about-4 .img2{
    background-size: 50%;
    background-position: right top;
  }
   .inner-page .in-num:before{
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-1 .img {
    margin-top: 20px;
  }
  .about-page .about-1 .img2{
    background-size: 46%;
    right: -20px;
  }
  .about-page .about-2 .content ul li {
    padding: 0 0 88px 0;
  }
  .about-page .about-2 .content ul li::after {
    left: 0;
    width: 20px;
    height: 20px;
  }
  .about-page .about-5{
    padding-top: 60px;
  }
  .about-page .about-5 .right{
    max-height: 300px;
    overflow: auto;
  }
  .about-page .about-2 .content ul li::before {
    left: 11px;
  }
  .about-page .about-2 .bottom {
    padding-right: 0;
  }
  .about-page .about-3{
    padding: 80px 0;
  }
  .about-page .about-4 {
    border-radius: 0;
  }
  .about-page .about-4 .ui.container {
    padding: 0 15px;
  }
  .about-page .about-4 .content {
    margin-top: 20px;
  }
  .about-page .about-4 .content ul.slick-dots li {
    margin-right: 10px;
  }
  .about-page .about-1 ul li{
    /*width: 100% !important;*/
    padding-left: 65px;
    margin-bottom: 20px;
  }
  .about-page .about-1 ul li .icon{
    left: 0;
  }
  .about-page .about-1 ul li h3{
    font-size: 33px;
  }
  .about-page .about-1 ul li p{
    font-size: 14px;
  }
  .about-page .about-1 .con{
    line-height: 1.8;
  }
  .about-page .about-1 ul li:after{
    display: none;
  }
  .about-page .about-1 .img .play{
    zoom: .7;
  }
  .about-page .about-22{
    padding-top: 60px;
  }
  .about-page .about-22 ul li{
    margin-bottom: 25px;
  }
  .about-page .about-4{
    padding-bottom: 100px;
  }
  .about-page .about-22 .img1,
  .about-page .about-1 .img1{
    background-size: 60%;
    background-position: left top;
  }
  .about-page .about-1 .img3{
    background-size: 70%;
    background-position: right top;
  }
}
.gallery-page .content .box {
  text-align: center;
  padding-bottom: 90px;
}
.gallery-page .content .box h2 {
  color: #182333;
  font-size: 35px;
  margin-top: 10px;
  font-weight: 600;
  line-height: 1.3;
}
.gallery-page .content .box p {
  /*max-width: 690px;*/
  text-align: center;
  color: #565969;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 auto;
  margin-top: 20px;
  /*margin-bottom: 50px;*/
}
.gallery-page .content .box div {
  color: #565969;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 auto;
  margin-top: 20px;
}
.gallery-page .content .box ul {
  margin: 0 -15px;
  text-align: left;
}
.gallery-page .content .box ul li {
  padding: 15px;
}
.gallery-page .content .box ul li .imgbox {
  overflow: hidden;
  position: relative;
  padding: 5px;
  border-radius: 5px;
}
.gallery-page .content .box ul li .imgbox .text {
  text-align: center;
  margin-top: 5px;
}
.gallery-page .content .box ul li .imgbox .text h5 {
  display: block; 
  font-size: 18px; 
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-radius: 0 15px 0 0; 
  box-shadow: 0px 1px 6px 0px rgba(0,0,0,.35);
  background: white;
  padding: 30px 10px;
  font-weight: 600;
}
.gallery-page .content .box ul li .imgbox .text .con {
  margin-top: 20px;
  min-height: 90px;
  overflow: auto;
  padding-right: 10px;
  font-size: 16px;
  line-height: 1.7;
}
.gallery-page .content .box ul li .imgbox .text .con::-webkit-scrollbar-thumb {
  background: var(--color);
}
.gallery-page .content .box ul li .imgbox .textbox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gallery-page .content .box ul li .imgbox .textbox i {
  margin-bottom: 20px;
  font-size: 45px;
  color: var(--color);
}
.gallery-page .content .box ul li .imgbox .textbox i:hover {
  cursor: pointer;
}
.gallery-page .content .box ul li .imgbox .textbox h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3em;
  color: var(--color);
  padding: 5px 20px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  min-width: 100px;
  text-align: center;
}
.gallery-page .content .box ul li .imgbox .textbox h4:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #000000;
}
.gallery-page .content .box ul li .imgbox:hover .text h5 {
  background: var(--color);
  color: #fff;
}
.gallery-page .content .box ul li:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gallery-page .content .box ul li:hover .imgbox .textbox {
  top: 0;
}
.gallery-page .content .box:nth-child(even) {
  background: #f8f8f8;
  padding: 90px 0;
}
.inner-page .m-page {
  margin-top: 110px;
  text-align: center;
}
.inner-page .m-page a,
.inner-page .m-page span {
  width: 52px;
  height: 52px;
  line-height: 52px;
  box-shadow: 0px 2px 7.84px 0.16px rgba(0,0,0,0.27);
  border-radius: 100%;
  background: #fff;
  font-size: 17px;
  font-weight: 600;
  margin: 0 10px;
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .m-page a:hover,
.inner-page .m-page span.current {
  background: var(--color);
  color: white;
}
@media screen and (max-width: 1440px) {
  .gallery-page .content .box ul li {
    width: 25%;
  }
}
@media screen and (max-width: 1280px) {
  .inner-page .m-page {
    margin-top: 100px;
  }
}
@media screen and (max-width: 1100px) {
  .gallery-page .content .box ul li {
    width: 33.3333%;
  }
  .inner-page .m-page {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-page .m-page {
    margin-top: 40px;
  }
  .inner-page .m-page a,
  .inner-page .m-page span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 5px;
  }
}
@media screen and (max-width: 992px) {
  .gallery-page .content .box ul li {
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
  .gallery-page .content .box p {
    font-size: 14px;
  }
  .gallery-page .content .box ul {
    margin: -3px;
  }
  .gallery-page .content .box ul li {
    /*width: 100%;*/
    padding: 3px;
  }
  .gallery-page .content .box ul li .imgbox .text h5{
    font-size: 16px;
    padding: 8px 10px;
  }
  .gallery-page .content .box div{
    margin-top: 0;
  }
  .gallery-page{
    padding-top: 30px;
  }
  .inner-page .m-page {
    margin-top: 20px;
  }
}
.faq-page .img2 {
    position: absolute;
    right: 0px;
    top: 0;
    width: 228px;
    height: 234px;
    background: url(../images/about-page-1.png) no-repeat;
}
.faq-page .img1 {
    position: absolute;
    left: 0;
    top: 23%;
    width: 163px;
    height: 203px;
    background: url(../images/about-page-2.png) no-repeat;
}
.faq-page .img3 {
    position: absolute;
    right: 3px;
    top: 50%;
    width: 191px;
    height: 218px;
    background: url(../images/about-page-3.png) no-repeat;
}
.faq-page .box {
  padding: 6% 0;
  position: relative;
  z-index: 1;
}
.faq-page .box span.bj {
  color: var(--color);
  font-size: 19px;
  line-height: 1.7;
  font-weight: 300;
  text-transform: uppercase;
}
.faq-page .box .title {
  width: 32%;
  margin-top: 3px;
}
.faq-page .box .content {
  margin-top: 46px;
}
.faq-page .box .content ul {
  margin-bottom: -24px;
}
.faq-page .box .content ul li {
  padding-bottom: 24px;
}
.faq-page .box .content ul li em{
  color: var(--color);
}
.faq-page .box .content ul li .ig {
    background-color: #ffffff;
    border: 1px solid #e2e2e2;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .15);
    border-radius: 50px;
    padding: 24px 41px 28px 50px;
    position: relative;
}
.faq-page .box .content ul li .ig .tit {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  padding-right: 50px;
}
.faq-page .box .content ul li .ig .tit i {
  width: 41px;
  height: 41px;
  border-radius: 100%;
  background: var(--color);
  cursor: pointer;
  position: absolute;
  display: block;
  right: 41px;
  top: 22px;
}
.faq-page .box .content ul li .ig .tit i::after,
.faq-page .box .content ul li .ig .tit i::before {
  content: '';
  width: 16px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.faq-page .box .content ul li .ig .tit i:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-page .box .content ul li .ig .con {
  font-size: 18px;
  line-height: 1.7;
  margin: 17px 0 32px;
  max-width: 1103px;
  display: none;
}
.faq-page .box .content ul li .ig.active .tit i {
  background: #ffde00;
}
.faq-page .box .content ul li .ig.active .tit i::after {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -moz-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
}
.faq-page .box::after {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  top: -43px;
  right: 0;
  font-size: 457px;
  line-height: 1;
  font-family: 'Gabo';
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 241, 243, 0.5)), to(rgba(240, 241, 243, 0)));
  background-image: -webkit-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: -moz-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: linear-gradient(to bottom, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 1680px) {
  .faq-page .box .title {
    width: 36%;
  }
}
@media screen and (max-width: 1440px) {
  .faq-page .box .title {
    width: 41%;
  }
}
@media screen and (max-width: 1280px) {
  .faq-page .box .title {
    width: 46%;
  }
  .faq-page .box .content ul li .ig .tit {
    font-size: 25px;
  }
}
@media screen and (max-width: 1100px) {
  .faq-page .box .title {
    width: 51%;
  }
  .faq-page .box .content ul li .ig .tit {
    font-size: 22px;
  }
}
@media screen and (max-width: 1000px) {
  .faq-page .box::after {
    display: none;
  }
  .faq-page .box .title {
    width: 61%;
  }
  .faq-page .box .content ul li .ig {
    padding: 24px 20px 28px 30px;
  }
  .faq-page .box .content ul li .ig .tit i {
    right: 20px;
  }
}
@media screen and (max-width: 700px) {
  .faq-page .box .title {
    width: 70%;
  }
  .faq-page .box .content ul li .ig {
    padding: 20px 10px 20px 20px;
  }
  .faq-page .box .content ul li .ig .tit {
    font-size: 20px;
  }
  .faq-page .box .content ul li .ig .tit i {
    right: 10px;
    top: 20px;
    width: 36px;
    height: 36px; 
  }
  .faq-page{
    padding-bottom: 55px;
  }
}
@media screen and (max-width: 500px) {
  .faq-page .box span.bj {
    font-size: 16px;
  }
  .faq-page .box .title {
    width: 85%;
  }
  .faq-page .box .content {
    margin-top: 20px;
  }
  .faq-page .box .content ul li .ig .tit {
    font-size: 18px;
    padding-right: 40px;
  }
  .faq-page .box .content ul li .ig .tit i {
    width: 30px;
    height: 30px;
  }
  .faq-page .box .content ul li .ig .con {
    font-size: 18px;
    line-height: 2;
    margin: 10px 0;
  }
}
.news-page {
  padding: 65px 0 68px;
  position: relative;
  z-index: 1;
}
.news-page .content ul {
  margin: 0 -25px -65px 0;
}
.news-page .content ul li {
  padding: 0 25px 65px 0;
}
.news-page .content ul li .img {
  position: relative;
}
.news-page .content ul li .img .img-box {
  border-radius: 0 100px 0 0;
}
.news-page .content ul li .img .img-box img {
  width: 100%;
}
.news-page .content ul li .img .img-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 100px 0 0;
  /*background: rgba(0, 0, 0, 0.2);*/
}
.news-page .content ul li .img time {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 96px;
  height: 96px;
  background-color: var(--color);
  border-radius: 0px 71px 0px 0px;
  color: #fff;
  padding: 27px 33px 0 14px;
}
.news-page .content ul li .img time em {
  line-height: 1;
  display: block;
  /*border-bottom: 1px solid #fff;*/
  padding-bottom: 7px;
}
.news-page .content ul li .img time span {
  display: block;
  /*margin-top: 5px;*/
}
.news-page .content ul li .text {
  padding: 24px 30px 0 16px;
}
.news-page .content ul li .text .tit {
  line-height: 1.8;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .content ul li .text .tit:hover {
  color: var(--color);
}
.news-page .content ul li .text .con {
  color: #737373;
  line-height: 1.7;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-page::after {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  top: -43px;
  right: 0;
  font-size: 457px;
  line-height: 1;
  font-family: 'Gabo';
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 241, 243, 0.5)), to(rgba(240, 241, 243, 0)));
  background-image: -webkit-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: -moz-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: linear-gradient(to bottom, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 1280px) {
  .news-page .content ul li .text {
    padding: 24px 10px 0 10px;
  }
  .inner-page .m-page {
    margin-top: 100px;
  }
}
@media screen and (max-width: 1100px) {
  .inner-page .m-page {
    margin-top: 60px;
  }
  .news-page::after {
    font-size: 300px;
    top: -20px;
  }
  .news-page .content ul {
    margin: 0 -20px -40px 0;
  }
  .news-page .content ul li {
    padding: 0 20px 40px 0;
    width: 33.3333% !important;
  }
}
@media screen and (max-width: 1000px) {
  .news-page {
    padding: 60px 0;
  }
  .news-page::after {
    display: none;
  }
  .news-page .content {
    margin-top: 30px;
  }
  .news-page .content ul li {
    width: 50% !important;
  }
}
@media screen and (max-width: 700px) {
  .news-page {
    padding: 30px 0;
  }
  .news-page .content {
    margin-top: 20px;
  }
  .news-page .content ul li {
    width: 100% !important;
  }
  .inner-page .m-page {
    margin-top: 20px;
  }
}
@media screen and (max-width: 500px) {
  .news-page .content {
    margin-top: 0;
  }
  .news-page .content ul {
    margin: 0 0 -20px 0;
  }
  .news-page .content ul li {
    padding: 0 0 20px 0;
  }
}
.m-link {
  margin-top: 30px;
}
.m-link a {
  margin-top: 22px;
  font-size: 18px;
  line-height: 1.6;
  display: inline-block;
}
.m-link a em {
  color: var(--color);
}
.m-link a:first-child {
  margin-top: 0;
}
.newdet-page .info .time_c {
  margin-top: 50px;
  text-align: center;
}
.newdet-page .info .time_c .list {
  display: inline-block;
  margin: 0 15px;
}
.newdet-page .info .time_c .list img {
  vertical-align: middle;
  width: 27px;
}
.newdet-page .info .time_c .list span {
  vertical-align: middle;
  margin-left: 11px;
  position: relative;
  top: 1px;
}
.newdet-page .info .con {
  margin-top: 55px;
}
.newdet-page .info .con img{
  margin-bottom: 30px;
}
.newdet-page .info .m-link {
  margin-top: 87px;
}
@media screen and (max-width: 1000px) {
  .newdet-page .info {
    margin-top: 40px;
  }
  .newdet-page .info .time_c,
  .newdet-page .info .con,
  .newdet-page .info .m-link {
    margin-top: 30px;
  }
}
@media screen and (max-width: 700px) {
  .newdet-page .info {
    margin-top: 20px;
  }
  .m-link a {
    margin-top: 10px;
  }
}
@media screen and (max-width: 500px) {
  .newdet-page .info .time_c .list {
    margin: 0 5px;
  }
  .newdet-page .info .time_c .list span {
    margin-left: 5px;
  }
  .newdet-page .info .time_c,
  .newdet-page .info .con,
  .newdet-page .info .m-link {
    margin-top: 20px;
  }
}
.contact-page {
  padding-top: 80px;
  position: relative;  
}
.contact-page .img2 {
    position: absolute;
    right: 0px;
    top: 0;
    width: 228px;
    height: 234px;
    background: url(../images/about-page-1.png) no-repeat;
}
.contact-page .img1 {
    position: absolute;
    left: 0;
    top: 23%;
    width: 163px;
    height: 203px;
    background: url(../images/about-page-2.png) no-repeat;
}
.contact-page .img3 {
    position: absolute;
    right: 3px;
    top: 50%;
    width: 191px;
    height: 218px;
    background: url(../images/about-page-3.png) no-repeat;
}
.contact-page .title em{
  color: var(--color);
}
.contact-page .contact-1 ul {
  margin: -15px;
}
.contact-page .contact-1 ul li {
  padding: 15px;
  text-align: center;
}
.contact-page .contact-1 ul li .tit {
  line-height: 1.3;
  margin: 19px 0 11px;
      font-family: var(--font);
}
.contact-page .contact-1 ul li p {
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.53);
}
.contact-page .contact-2 {
  padding-top: 6.15%;
}
.contact-page .contact-2 .form {
  margin-top: 80px;
}
.contact-page .contact-2 .form ul {
  margin: -15px;
}
.contact-page .contact-2 .form ul li {
  padding: 15px;
}
.contact-page .contact-2 .form ul li input,
.contact-page .contact-2 .form ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 20px;
  border-radius: 32px;
  border: 1px solid #d7d5d5;
      box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .15);
  font-size: 18px;
  font-weight: 300;
  padding-left: 100px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-2 .form ul li input::-webkit-input-placeholder, .contact-page .contact-2 .form ul li textarea::-webkit-input-placeholder {
  color: #000;
}
.contact-page .contact-2 .form ul li input:-moz-placeholder, .contact-page .contact-2 .form ul li textarea:-moz-placeholder {
  color: #000;
}
.contact-page .contact-2 .form ul li input::-moz-placeholder, .contact-page .contact-2 .form ul li textarea::-moz-placeholder {
  color: #000;
}
.contact-page .contact-2 .form ul li input:-ms-input-placeholder, .contact-page .contact-2 .form ul li textarea:-ms-input-placeholder {
  color: #000;
}
.contact-page .contact-2 .form ul li input::placeholder,
.contact-page .contact-2 .form ul li textarea::placeholder {
  color: #000;
}
.contact-page .contact-2 .form ul li input:focus,
.contact-page .contact-2 .form ul li textarea:focus {
  border-color: var(--color);
}
.contact-page .contact-2 .form ul li textarea {
  height: 236px;
  resize: vertical;
}
.contact-page .contact-2 .form ul li .box {
  position: relative;
}
.contact-page .contact-2 .form ul li .box label {
  width: 66px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  position: absolute;
  left: 1px;
  top: 0;
  border-radius: 100%;
  background: var(--color);
  display: block;
}
.contact-page .contact-2 .form ul li .box label img {
  display: inline-block;
  vertical-align: middle;
}
.contact-page .contact-2 .form ul li input[type="submit"] {
  margin-top: 40px;
  padding: 0 66px 0 67px;
  line-height: 55px;
  height: 55px;
  border-radius: 28px;
  background: var(--color);
  color: #fff;
  font-size: 19px;
  width: auto;
  border: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-2 .form ul li input[type="submit"]:hover {
  background: #222;
}
.contact-page .contact-2 .form ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-2 .form ul li:nth-child(5) .box label::after {
  content: '';
  border-left: 18px solid var(--color);
  border-bottom: 18px solid var(--color);
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: 18px solid transparent;
  border-right: 18px solid transparent;
}
.contact-page::after {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  top: -43px;
  right: 0;
  font-size: 457px;
  line-height: 1;
  font-family: 'Gabo';
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 241, 243, 0.5)), to(rgba(240, 241, 243, 0)));
  background-image: -webkit-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: -moz-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: linear-gradient(to bottom, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.map{ 
  margin-top: 70px;
  border-radius: 40px 40px 0 0;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .contact-page::after {
    font-size: 300px;
    top: -20px;
  }
}
@media screen and (max-width: 1100px) {
  .contact-page::after {
    font-size: 260px;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page::after {
    display: none;
  }
  .contact-page .contact-2 .form {
    margin-top: 30px;
  }
  .contact-page .contact-2 .form ul li .box label {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .contact-page .contact-2 .form ul li input,
  .contact-page .contact-2 .form ul li textarea {
    padding: 12px;
    padding-left: 70px;
  }
  .font-72 {
    font-size: 60px;
  }
}
@media screen and (max-width: 700px) {
  .font-72 {
    font-size: 50px;
  }
  .contact-page .contact-2 .form ul li {
    width: 100%;
  }
  .contact-page .contact-2 .form ul li input,
  .contact-page .contact-2 .form ul li textarea {
    font-size: 14px;
    padding-left: 60px;
  }
  .contact-page .contact-2 .form ul li input[type="submit"] {
    margin-top: 0;
  }
  .contact-page .img2{
    background-size: 50%;
    right: -30px;
    top: -2%;
    background-position: right top;
  }
  .contact-page .img1{
    background-size: 60%;
    background-position: left top;
  }
  .contact-page .img3{
    background-size: 60%; 
    background-position: right top;
  }
}
span.h2 {
  font-weight: 900;
  font-size: 48px;
  line-height: 1;
  display: block;
  text-transform: uppercase;
}
span.h2 em {
  color: var(--color);
}
@media screen and (max-width: 1800px) {
   span.h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1250px) {
   span.h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 1000px) {
   span.h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 500px) {
  span.h2 {
    font-size: 24px;
  }
}
.grid-box {
    font-size: 0;
    [;
    letter-spacing: -4px;
    font-size: 12px;
    ]
}

.grid-box .column {
    display: inline-block;
    font-size: 16px;
    vertical-align: top;
    line-height: 1.8;
    [;
    letter-spacing: 0;
    ]
}
.grid-box .column {
    width: 100%;
}
.grid-box.two>.column {
    width: 50%;
}
.grid-box.three>.column {
    width: 33.33333%;
}
.grid-box.four>.column {
    width: 25%;
}
.grid-box.five>.column {
    width: 20%;
}
.grid-box.six>.column {
    width: 16.6666667%;
}
.grid-box.seven>.column {
    width: 14.285714%;
}
.grid-box.eight>.column {
    width: 12.5%;
}
.grid-box.nine>.column {
    width: 11.11111111%;
}
.grid-box.ten>.column {
    width: 10%;
}
@media screen and (max-width: 1000px) {
    .grid-box.two>.column {
        width: 50%;
    }
    .grid-box.three>.column {
        width: 33.33333%;
    }
    .grid-box.four>.column {
        width: 33.33333%;
    }
    .grid-box.five>.column {
        width: 33.33333%;
    }
}
@media screen and (max-width: 700px) {
    .grid-box.two>.column {
        width: 50%;
    }
    .grid-box.three>.column {
        width: 50%;
    }
    .grid-box.four>.column {
        width: 50%;
    }
    .grid-box.five>.column {
        width: 50%;
    }
}
@media screen and (max-width: 500px) {
    .grid-box.two>.column {
        width: 100%;
    }
    .grid-box.three>.column {
        width: 100%;
    }
    .grid-box.four>.column {
        width: 100%;
    }
    .grid-box.five>.column {
        width: 100%;
    }
}
.product-yd-page {
  padding: 110px 0;
}
.product-yd-page .slide {
  position: relative;
  /*margin-top: 6%;*/
}
.product-yd-page .slide i.mask {
  content: '';
  width: 100%;
  height: 80%;
  position: absolute;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: contain;
  top: 0;
  left: 0;
}
.product-yd-page .slide .box .left {
  width: 60%;
  vertical-align: middle;
  text-align: right;
  padding-left: 13%;
}
.product-yd-page .slide .box .right {
  width: 40%;
  vertical-align: middle;
  padding-left: 3%;
  margin-top: -5%;
}
h1.h3.wow.fadeInUp.animated {
    line-height: 1.5;
}
.product-yd-page .slide .box .right span.h2 {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-yd-page .slide .box .right span.h2:hover {
  color: var(--color);
}
.product-yd-page .slide .box .right .text {
  margin: 3em 0 4em;
      line-height: 2;
}
.product-yd-page .slide:nth-child(even) {
  direction: rtl;
}
.product-yd-page .slide:nth-child(even) i.mask {
  background-position: right right;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.product-yd-page .slide:nth-child(even) .box .left {
  text-align: left;
  padding-left: 0;
  padding-right: 13%;
}
.product-yd-page .slide:nth-child(even) .box .right {
  padding-right: 3%;
  padding-left: 0;
  direction: ltr;
}
.inner-page .productList ul {
  margin: -25px;
}
.inner-page .productList ul li {
  padding: 25px;
}
.inner-page .productList ul .slick-slide li {
  width: 100% !important;
}
.inner-page .productList ul li .box {
  border-radius: 25px;
}
.inner-page .productList ul li .box a.img {
  border-radius: inherit;
  display: block;
  background-color: #e1e1e1;
  border-bottom-left-radius: 0;
  padding: 10%;
  text-align: center;
}
.inner-page .productList ul li .box a.img img {
  display: block;
  margin: 0 auto;
}
.inner-page .productList ul li .box .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: unset;
  -webkit-align-items: unset;
  -moz-box-align: unset;
  -ms-flex-align: unset;
  align-items: unset;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: inherit;
  position: relative;
}
.inner-page .productList ul li .box .flex:before {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  background-color: #e1e1e1;
}
.inner-page .productList ul li .box .flex .content {
  width: 100%;
  /*text-align: center;*/
  background-color: #e1e1e1;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  padding-left: 5%;
  padding-right: 2%;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
}
.inner-page .productList ul li .box .flex .content span.small {
  font-size: 18px;
  display: block;
  line-height: 1.8;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-weight: bold;
}
.inner-page .productList ul li .box .flex .content span.h6 {
  font-size: 16px;
  font-weight: normal;
  display: block;
  line-height: 2;
  width: 100%;
  margin-top: .5em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 3.8em;
}
.inner-page .productList ul li .box .flex .btn {
  padding: 20px;
  padding-bottom: 10px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-top-left-radius: inherit;
  background-color: white;
}
.arrows.three {
  font-size: 16px;
  width: 3em;
  height: 3em;
  border-radius: 100%;
  background-color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -o-box-shadow: 0 -2px 1em rgba(33, 93, 183, 0.44);
  -webkit-box-shadow: 0 -2px 1em rgba(33, 93, 183, 0.44);
  box-shadow: 0 -2px 1em rgba(33, 93, 183, 0.44);
  color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.arrows.three i {
  -webkit-animation: light 2s linear infinite alternate;
  -moz-animation: light 2s linear infinite alternate;
  animation: light 2s linear infinite alternate;
  opacity: .3;
}
.arrows.three i:nth-child(2) {
  -webkit-animation-delay: .7s;
  -moz-animation-delay: .7s;
  animation-delay: .7s;
}
.arrows.three i:nth-child(3) {
  -webkit-animation-delay: 1.4s;
  -moz-animation-delay: 1.4s;
  animation-delay: 1.4s;
}
.arrows.three:hover {
  background-color: var(--color);
  color: white;
}
@-webkit-keyframes light {
  from {
    opacity: 1;
  }
  to {
    opacity: .3;
  }
}
@-moz-keyframes light {
  from {
    opacity: 1;
  }
  to {
    opacity: .3;
  }
}
@keyframes light {
  from {
    opacity: 1;
  }
  to {
    opacity: .3;
  }
}
@media screen and (max-width: 1800px) {
  .product-yd-page .slide .box .right .text {
    margin: 1.5em 0;
  }
  .product-yd-page .slide {
    margin-top: 6%;
  }
}
@media screen and (max-width: 1450px) {
   .inner-page .productList ul li {
    width: 33.333% !important;
  }
}
@media screen and (max-width: 1250px) {
  .inner-page .productList ul li {
    padding: 10px;
  }
  .inner-page .productList ul {
    margin: -10px;
  }
  .inner-page .productList ul li .box .flex .btn {
    padding: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .product-yd-page {
    padding: 70px 0;
  }
  .product-yd-page .slide i.mask {
    display: none;
  }
  .product-yd-page .slide .box .left {
    padding: 0 !important;
    width: 100%;
  }
  .product-yd-page .slide .box .right {
    width: 100%;
    margin-top: 30px;
    padding: 0 !important;
  }
   .inner-page .productList ul li {
    width: 50% !important;
  }
}
@media screen and (max-width: 700px) {
    .inner-page .productList ul li .box .flex .content span.small {
    font-size: 14px;
  }
  .inner-page .productList ul li .box .flex .content span.h6 {
    font-size: 18px;
  }
}
@media screen and (max-width: 500px) {
   .inner-page .productList ul li {
    width: 100% !important;
  }
}
.public .app {
  padding-top: 230px;
  padding-bottom: 100px;
  background-image: url("../images/app-bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.public .app .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(109, 109, 109, 0.34);
}
.public .app .flex span.h2 {
  font-weight: 800;
}
span.h2 {
    
    line-height: 1.5;

}
.public .app .flex .nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  font-size: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 2;
}
.public .app .flex .nav a {
  position: relative;
  max-width: 10em;
  opacity: .6;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.public .app .flex .nav a:before {
  content: '';
  width: 3em;
  height: 3em;
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--color)), to(transparent));
  background-image: -webkit-linear-gradient(top, var(--color), transparent);
  background-image: -moz-linear-gradient(top, var(--color), transparent);
  background-image: linear-gradient(to bottom, var(--color), transparent);
  border-radius: 100%;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.public .app .flex .nav a:after {
  content: '';
  width: 1em;
  height: 1em;
  position: absolute;
  border-radius: 100%;
  left: 10%;
  bottom: 25%;
  background-color: var(--color);
  z-index: -1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.public .app .flex .nav a span {
  display: block;
  line-height: 2;
  margin-top: .5em;
}
.public .app .flex .nav a:hover:after,
.public .app .flex .nav a:hover:before {
  opacity: 1;
}
.public .app .flex .nav > i {
  width: 1px;
  height: 2.5em;
  background-color: #bfbfbf;
  margin: 0 1.3em;
}
.public .app .flex .nav > i:last-child {
  display: none;
}
.public .app .list {
  margin-top: 90px;
  margin-left: 0;
  width: 100%;
  position: relative;
}
.public .app .list li {
  padding: 0 15px;
  transition: .5s;
}
.public .app .list li {
  width: 27% !important;
}
.public .app .list li.active {
  width: 46% !important;
}
.public .app .list li .box {
  height: 620px;
  display: flex;
  align-items: center;
  padding: 5%;
  color: white;
  background-size: cover;
  background-position: center;
  position: relative;
}
.public .app .list li .box:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color);
  opacity: 0;
  transition: .5s;
}
.public .app .list li .box .content {
  opacity: 0;
  transition: .5s;
  position: relative;
  z-index: 1;
  width: 100%;
}
.public .app .list li.active .box:before {
  opacity: .73;
}
.public .app .list li.active .box .content {
  opacity: 1;
}
.public .app .list li .box span.h6 {
  font-size: 30px;
  display: block;
  padding-bottom: 1em;
  border-bottom: 1px solid white;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.public .app .list li .box .text {
  margin: 2em auto;
  color: inherit;
}
.public .app .list li .box a.more {
  border-color: white;
  background-color: transparent;
  color: white;
  padding: 1em;
  width: 12em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: capitalize;
}
.public .app .list li .box a.more:after {
  background-color: white;
}
.public .app .list li .box a.more:hover {
  background-color: white;
  color: var(--color);
}
.public .app .list li .box a.more:hover:after {
  background-color: var(--color);
}
.public .app .list .btn .prev,
.public .app .list .btn .next {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.public .app .list .btn .prev {
  left: 0;
  -webkit-transform: translate(-50%, -50%) rotateY(180deg);
  -moz-transform: translate(-50%, -50%) rotateY(180deg);
  transform: translate(-50%, -50%) rotateY(180deg);
}
.public .app .list .btn .next {
  right: 0;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.public .faq {
  padding: 170px 0 100px;
}
.public .faq .list ul {
  margin: -25px;
}
.public .faq .list ul li {
  padding: 25px;
}
.public .faq .list ul li .box {
  border-radius: 4em;
  border: 1px solid #bfbfbf;
  font-size: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  color: #3d3d3d;
  padding: 0 5%;
  text-align: center;
  margin-top: 8em;
  position: relative;
  z-index: 1;
}
.public .faq .list ul li .box:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: inherit;
  background-color: white;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.public .faq .list ul li .box i {
  width: 16em;
  height: 16em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--color);
  border-radius: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -8em;
}
.public .faq .list ul li .box i img {
  max-width: 40%;
}
.public .faq .list ul li .box span.h2 {
  font-weight: 800;
  color: inherit;
  margin-top: 1em;
}
.public .faq .list ul li .box .text {
  color: inherit;
  margin-top: 1em;
  max-width: 19.44444444em;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.public .faq .list ul li .box a.more {
  font-size: 16px;
  padding: 1.2em 3em;
  border-radius: 3em;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  margin-top: 1em;
}
.public .faq .list ul li .box:hover {
  color: white;
}
.public .faq .list ul li .box:hover:before {
  opacity: 0;
}
.public .case {
  padding-top: 160px;
  overflow: hidden;
}
.public .case .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.public .case .flex span.h2 {
  font-weight: 800;
}
.public .case .list {
  margin-top: 70px;
  padding: 0 25%;
}
.public .case .list ul {
  margin: -25px;
}
.public .case .list ul .slick-list {
  overflow: unset;
}
.public .case .list ul li {
  padding: 25px;
}
.public .case .list ul li a {
  display: block;
  position: relative;
  overflow: hidden;
}
.public .case .list ul li a span {
  width: 60%;
  position: absolute;
  bottom: 0;
  left: 20%;
  font-weight: 500;
  font-size: 24px;
  padding: 1em;
  border-top-right-radius: .7em;
  border-top-left-radius: .7em;
  background-color: white;
  text-align: center;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.public .case .list ul .slick-current li a span {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.public .case .list .line {
  margin-top: 80px;
  height: 1px;
  position: relative;
  background-color: #6f6f6f;
  margin-bottom: 1px;
}
.public .case .list .line i {
  height: 3px;
  top: -1px;
  background-color: var(--color);
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
  left: 0;
  position: absolute;
}
.public .product {
  padding: 180px 0 60px;
  text-align: center;
}
.public .product .productList {
  padding: 60px 0;
}
.public .contact {
  padding: 140px 0;
  background-image: url("../images/contact-p-bg.jpg");
  background-size: cover;
  background-position: center bottom;
}
.public .contact .left {
  width: 45%;
  padding-right: 3%;
}
.public .contact .left span.h2 {
  margin-top: .3em;
}
.public .contact .left span.h2:after {
  content: '';
  width: 1.3em;
  height: 2px;
  background-color: var(--color);
  margin: .4em 0;
  display: block;
}
.public .contact .left .text {
  font-size: 24px;
}
.public .contact .right {
  width: 55%;
}
.public .contact .right .form ul {
  margin: -18px -9px;
}
.public .contact .right .form ul li {
  padding: 18px 9px;
  font-size: 18px;
}
.public .contact .right .form ul li .pre {
  position: relative;
}
.public .contact .right .form ul li .pre input,
.public .contact .right .form ul li .pre textarea {
  width: 100%;
  padding: 1em;
  padding-left: 5.55555556em;
  border-radius: 1.94444444em;
  border: 1px solid #bfbfbf;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background-color: transparent;
}
.public .contact .right .form ul li .pre input:focus,
.public .contact .right .form ul li .pre textarea:focus {
  border-color: var(--color);
}
.public .contact .right .form ul li .pre textarea {
  height: 230px;
}
.public .contact .right .form ul li .pre i.fa {
  width: 3.88888889em;
  height: 3.88888889em;
  border-radius: 100%;
  background-color: var(--color);
  color: white;
  position: absolute;
  left: 0;
  top: -0.15em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.public .contact .right .form ul li .pre i.fa.singe {
  border-bottom-left-radius: 0;
}
.public .contact .right .form ul li .pre input[type="submit"] {
  padding: 1em 6.11111111em;
  background-color: var(--color);
  width: auto;
  color: white;
  border-color: transparent;
  margin: 0 auto;
}
.public .contact .right .form ul li .pre input[type="submit"]:hover {
  background-color: black;
}
.public .contact .right .form ul li.wid-100 {
  width: 100%;
}
.downloadBox {
  font-size: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.downloadBox i.dots {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  -webkit-box-shadow: inset -3px 1px 7px rgba(0, 0, 0, 0.5);
  box-shadow: inset -3px 1px 7px rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: white;
  margin-right: 1em;
  position: relative;
}
.downloadBox .top {
  height: 5em;
  color: white;
  background-color: var(--color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 2em;
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.downloadBox .top img {
  margin-right: 1em;
}
.downloadBox .top .line {
  width: 1px;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.48);
  margin: 0 1.3em;
}
.downloadBox .top span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  cursor: hand;
}
.downloadBox .top span i.dots:before {
  content: '';
  width: .8em;
  height: .8em;
  border-radius: 100%;
  background-color: var(--color);
}
.downloadBox .downloadLeft {
  width: 28%;
}
.downloadBox .downloadLeft .top em {
  font-size: 1.33333333em;
}
.downloadBox .downloadLeft .nav {
  border: 1px solid #dfdfdf;
  border-top: none;
  border-bottom-right-radius: 1em;
  border-bottom-left-radius: 1em;
}
.downloadBox .downloadLeft .nav a {
  padding: 1.5em 2em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #626262;
  border-top: 1px solid #dfdfdf;
}
.downloadBox .downloadLeft .nav a:first-child {
  border-top: none;
}
.downloadBox .downloadLeft .nav a em {
  font-size: 1.33333333em;
  line-height: 1.5;
}
.downloadBox .downloadLeft .nav a i.dots {
  width: 3.5em;
  height: 3.5em;
  -webkit-box-shadow: inset -3px 1px 7px rgba(0, 0, 0, 0.2);
  box-shadow: inset -3px 1px 7px rgba(0, 0, 0, 0.2);
}
.downloadBox .downloadLeft .nav a i.dots img {
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.downloadBox .downloadLeft .nav a:hover,
.downloadBox .downloadLeft .nav a.active {
  color: var(--color);
}
.downloadBox .downloadLeft .nav a:hover i.dots img,
.downloadBox .downloadLeft .nav a.active i.dots img {
  opacity: 1;
}
.downloadBox .downloadRight {
  width: 72%;
  padding-left: 3%;
}
.downloadBox .downloadRight .top {
  -webkit-box-pack: right;
  -webkit-justify-content: right;
  -moz-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
}
.downloadBox .downloadRight .bottom {
  border: 1px solid #dfdfdf;
  border-top: none;
  border-bottom-right-radius: 1em;
  border-bottom-left-radius: 1em;
  padding: 0 2%;
}
.downloadBox .downloadRight .bottom ul li {
  padding: 1.05em 0;
  border-top: 1px solid #dfdfdf;
}
.downloadBox .downloadRight .bottom ul li:first-child {
  border-top: none;
}
.downloadBox .downloadRight .bottom ul li .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.downloadBox .downloadRight .bottom ul li .flex i.icon {
  width: 7.77777778em;
  height: 7.77777778em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #dfdfdf;
  border-radius: 100%;
}
.downloadBox .downloadRight .bottom ul li .flex i.icon img {
  max-width: 45%;
}
.downloadBox .downloadRight .bottom ul li .flex .content {
  padding: 0 1.5em;
}
.downloadBox .downloadRight .bottom ul li .flex .content .path {
  font-size: 16px;
  color: #acacac;
  margin-bottom: .5em;
      line-height: 2;
}
.downloadBox .downloadRight .bottom ul li .flex .content .path span {
  color: var(--color);
}
.downloadBox .downloadRight .bottom ul li .flex .content .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.downloadBox .downloadRight .bottom ul li .flex .content .title span.h6 {
  font-size: 1.44444444em;
  font-weight: bold;
  margin-right: 1em;
}
.downloadBox .downloadRight .bottom ul li .flex .content .title span.lang {
  height: 2.33333333em;
  border-radius: 1.16666667em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #cdcdcd;
  color: white;
  position: relative;
  text-transform: uppercase;
  padding: 0 .5em;
  cursor: pointer;
  cursor: hand;
}
.downloadBox .downloadRight .bottom ul li .flex .content .title span.lang i {
  width: 1.77777778em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.downloadBox .downloadRight .bottom ul li .flex .content .title span.lang:before {
  content: '';
  width: 2em;
  height: 2em;
  border-radius: 100%;
  background-color: white;
  position: absolute;
  left: 3%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.downloadBox .downloadRight .bottom ul li .flex .content .title span.lang.on:before {
  left: 52%;
}
.downloadBox .downloadRight .bottom ul li .flex .btn {
  margin-left: auto;
}
.downloadBox .downloadRight .bottom ul li .flex .btn a {
  height: 3em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 2.33333333em;
  border-radius: 1.5em;
  border: 1px solid var(--color);
  width: 100%;
  margin: 3px 0;
  color: var(--color);
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.downloadBox .downloadRight .bottom ul li .flex .btn a img {
  margin-left: 1em;
  transition: .5s;
}
.downloadBox .downloadRight .bottom ul li .flex .btn a:hover {
  background-color: var(--color);
  color: white;
}
.downloadBox .downloadRight .bottom ul li .flex .btn a:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.downloadBox .downloadRight .bottom ul li .flex .btn a.on {
  background-color: var(--color);
  color: white;
}
.downloadBox .downloadRight .bottom ul li .flex .btn a.on img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.downloadBox .downloadRight .bottom ul li .flex .btn a.on:hover {
  background-color: transparent;
  color: var(--color);
}
.downloadBox .downloadRight .bottom ul li .flex .btn a.on:hover img {
  -webkit-filter: unset;
  filter: unset;
}
.downloadBox .downloadRight .bottom .search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  border-bottom: 1px solid #e7e7e7;
  font-size: 18px;
}
.downloadBox .downloadRight .bottom .search input {
  width: 100%;
  border: none;
  background-color: transparent;
  padding: .3em 0;
}
.downloadBox .downloadRight .bottom .search input::-webkit-input-placeholder {
  color: #aaa;
}
.downloadBox .downloadRight .bottom .search input:-moz-placeholder {
  color: #aaa;
}
.downloadBox .downloadRight .bottom .search input::-moz-placeholder {
  color: #aaa;
}
.downloadBox .downloadRight .bottom .search input:-ms-input-placeholder {
  color: #aaa;
}
.downloadBox .downloadRight .bottom .search input::placeholder {
  color: #aaa;
}
.downloadBox .downloadRight .bottom .search input[type="submit"] {
  width: 50px;
  background-image: url("../images/icon-search2.png");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.faq-page .faq-1 {
  font-size: 18px;
  padding: 1em 0;
  border-bottom: 1px solid #eee;
  margin-bottom: 4em;
}
.faq-page .faq-1 .filter {
  display: flex;
}
.faq-page .faq-1 .filter a {
  margin-right: 1.5em;
  position: relative;
}
.faq-page .faq-1 .filter a:after {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -1em;
  background-color: var(--color);
  opacity: 0;
}
.faq-page .faq-1 .filter a span {
  display: block;
}
.faq-page .faq-1 .filter a.active:after {
  opacity: 1;
}
.case-page .case-2 {
  padding-bottom: 100px;
}
.case-page .case-2 .list ul {
  margin: -40px -30px;
}
.case-page .case-2 .list ul li {
  padding: 40px 30px;
}
.case-page .case-2 .list ul li .box {
  border-radius: 8px;
  background-color: white;
  -o-box-shadow: 0 0 20px rgba(184, 184, 184, 0.44);
  -webkit-box-shadow: 0 0 20px rgba(184, 184, 184, 0.44);
  box-shadow: 0 0 20px rgba(184, 184, 184, 0.44);
}
.case-page .case-2 .list ul li .box a.img-box {
  display: block;
  height: 300px;
  background-position: center;
  background-size: cover;
}
.case-page .case-2 .list ul li .box a.img-box:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: inherit;
  transition: .5s;
}
.case-page .case-2 .list ul li .box a.img-box:hover:after {
  transform: scale(1.1);
}
.case-page .case-2 .list ul li .box .content {
  padding: 25px;
}
.case-page .case-2 .list ul li .box .content span.h6 {
  font-size: 24px;
  color: #121212;
  line-height: 1.6;
  font-weight: 500;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.case-page .case-2 .list ul li .box .content span.h6:hover {
  color: var(--color);
}
.case-page .case-2 .list ul li .box .content .tag {
  font-size: 18px;
  margin: 1em 0 1.5em;
}
.case-page .case-2 .list ul li .box .content .tag span {
  display: inline-block;
  padding: .4em 1em;
  border-radius: 2em;
  border: 1px solid #e2e2e2;
  margin-right: .6em;
  margin-bottom: .5em;
  color: #8b8b8b;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
.case-page .case-2 .list ul li .box .content .tag span:hover {
  background-color: var(--color);
  color: white;
}
.case-det1-page .case-det1-1 {
  padding: 130px 0;
}
.case-det1-page .case-det1-1 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.case-det1-page .case-det1-1 .box .left .img {
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
}
.case-det1-page .case-det1-1 .img{
  position: relative;
}
.case-det1-page .case-det1-1 .img .play {
  font-size: 16px;
  width: 3em;
  height: 3em;
  border-radius: 100%;
  background-color: var(--color);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 5%;
  bottom: 5%;
  cursor: pointer;
}
.case-det1-page .case-det1-1 .img .play:after,
.case-det1-page .case-det1-1 .img .play:before{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(17, 85, 166, .5);
  border-radius: inherit;
  z-index: -1;
  animation: ks 2s linear infinite;
}
.case-det1-page .case-det1-1 .img .play:before {
  animation-delay: .6s;
}
.case-det1-page .case-det1-1 .box .right {
  padding: 3%;
}
.case-det1-page .case-det1-1 .box .right span.h2 {
  max-width: 500px;
}
.case-det1-page .case-det1-1 .box .right .text {
  margin-top: 3em;
  text-align: justify;
}
.case-det1-page .case-det1-2 {
  padding-bottom: 140px;
  text-align: center;
}
.case-det1-page .case-det1-2 span.tag {
  margin-bottom: 1em;
}
.case-det1-page .case-det1-2 .list {
  margin: 80px 0;
}
.case-det1-page .case-det1-2 .list ul {
  margin: 0 -15px;
  display: flex;
}
.case-det1-page .case-det1-2 .list ul li {
  padding: 0 15px;
}
.case-det1-page .case-det1-2 .list ul li .box {
  padding: 50px;
  background-image: url("../images/case-det1-2.jpg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.case-det1-page .case-det1-2 .list ul li .box i {
  display: block;
}
.case-det1-page .case-det1-2 .list ul li .box i img {
  margin: 0 auto;
}
.case-det1-page .case-det1-2 .list ul li .box span.h6 {
  font-size: 24px;
  color: #303030;
  margin: .5em 0;
  line-height: 1.2;
  font-weight: bold;
  display: block;
}
.case-det1-page .case-det1-2 .list ul li .box .text {
  color: #747474;
}
.case-det1-page .case-det1-2 .dots li {
  width: 1.8em;
  height: 1.8em;
  border-radius: 100%;
  border: 1px solid transparent;
  background-color: transparent;
  position: relative;
  margin: 0 1em;
}
.case-det1-page .case-det1-2 .dots li:before {
  content: '';
  width: 1em;
  height: 1em;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #dbdbdb;
}
.case-det1-page .case-det1-2 .dots li.slick-active {
  border-color: var(--color);
}
.case-det1-page .case-det1-2 .dots li.slick-active:before {
  background-color: var(--color);
}
.case-det1-page ~ .public .product {
  background-image: url("../images/product-bg.jpg");
  background-position: center;
  background-size: cover;
}
.case-det1-page ~ .public .product .productList ul li .box a.img,
.case-det1-page ~ .public .product .productList ul li .box .flex .content,
.case-det1-page ~ .public .product .productList ul li .box .flex:before {
  background-color: white;
}
.case-det1-page ~ .public .product .productList ul li .box .flex .btn {
  background-color: #f2f2f2;
}
@media screen and (max-width: 1800px) {
  .public .faq {
    padding: 120px 0 80px;
  }
  .public .faq .list ul li .box {
    font-size: 7px;
  }
  .public .case .list ul li a span{
    font-size: 20px;
    line-height: 1.8;
  }
  .public .case {
    padding-top: 120px;
  }
  .public .product {
    padding: 100px 0 50px;
  }
  .downloadBox {
    font-size: 16px;
  }
  .case-page .case-2 .list ul li .box .content .tag{
    font-size: 16px;
  }
  .case-det1-page .case-det1-2 .list ul li .box span.h6,
   .case-page .case-2 .list ul li .box .content span.h6{
     font-size: 20px;
   }
    .case-det1-page .case-det1-2 .list ul li .box i img {
    max-width: 70px;
  }
  .public .contact .right .form ul li{
    font-size: 16px;
  }
}
@media screen and (max-width: 1450px) {
  .public .case .list ul li a span {
    padding: .5em;
  }
  .public .case .list ul li a span{
    font-size: 18px;
    line-height: 2;
  }
  .public .app {
    padding-top: 160px;
  }
  .public .faq .list ul li .box {
    font-size: 5px;
  }
  .public .faq .list ul li .box a.more {
    padding: .9em 2.5em;
  }
  .downloadBox {
    font-size: 12px;
  }
  .downloadBox .top span {
    font-size: 1.3em;
  }
  .downloadBox .downloadLeft .top em {
    font-size: 1.5em;
  }
  .downloadBox .downloadRight .bottom ul li .flex .btn {
    font-size: 1.2em;
  }
  .case-page .case-2 .list ul li {
    padding: 20px;
  }
  .case-page .case-2 .list ul {
    margin: -20px;
  }
  .case-page .case-2 {
    padding-bottom: 60px;
  }
  .case-det1-page .case-det1-2 .list ul li .box span.h6,
  .case-page .case-2 .list ul li .box .content span.h6{
    font-size: 18px;
  }
  .case-page .case-2 .list ul li .box .content .tag{
    font-size: 14px;
  }
  .case-det1-page .case-det1-1{
    padding: 90px 0;
  }
   .case-det1-page .case-det1-2 .list ul li {
    padding: 0 10px;
  }
  .case-det1-page .case-det1-2 .list ul {
    margin: 0 -10px;
  }
  .case-det1-page .case-det1-2 .list ul li .box {
    padding: 40px;
    height: 400px;
  }
  .case-det1-page .case-det1-2 .list {
    margin: 50px 0;
  }
  .case-det1-page .case-det1-2 {
    padding-bottom: 80px;
  }
  .public .contact .left{
    width: 100%;
    padding: 0;
  }
  .public .contact .right{
    width: 100%;
    padding: 30px 0 0 0;
  }
}
@media screen and (max-width: 1250px) {
  .public .app {
    padding-top: 90px;
  }
  .public .app .flex .nav {
    font-size: 14px;
    line-height: 2;
  }
  .public .app .flex .nav img {
    max-height: 50px;
  }
  .public .app .list {
    margin-top: 60px;
  }
  .public .faq .list ul li .box {
    font-size: 4px;
  }
  .public .faq .list ul li .box a.more {
    font-size: 14px;
  }
  .public .case .list ul li a span{
    font-size: 16px;
    line-height: 2;
  }
  .public .case .list ul li {
    padding: 10px;
  }
  .public .case .list ul {
    margin: -10px;
  }
  .downloadBox {
    font-size: 10px;
  }
  .case-det1-page .case-det1-2 .list ul li .box span.h6,
  .case-page .case-2 .list ul li .box .content span.h6{
    font-size: 16px;
  }
  .case-det1-page .case-det1-2 .list ul li .box {
    height: 300px;
  }
}
@media screen and (max-width: 1000px) {
  .public .contact{
    padding: 60px 0;
  }
  .public .case .list {
    margin-top: 50px;
    padding: 0 15%;
  }
  .public .app .list {
    width: 100%;
    margin-left: 0;
  }
  .public .product {
    padding: 50px 0;
  }
  .public .product .productList {
    padding: 40px 0;
  }
  .public .case {
    padding-top: 80px;
  }
  .public .app {
    padding-top: 60px;
  }
  .public .app .flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .public .app .flex .nav {
    width: 100%;
    margin-top: 20px;
  }
  .public .case .list .line {
    margin-top: 40px;
  }
  .public .faq .list ul li {
    padding: 10px;
  }
  .public .faq .list ul {
    margin: -10px;
  }
  .public .faq {
    padding: 80px 0 50px;
  }
  .public .app .flex {
    margin-bottom: 20px;
  }
  .downloadBox .downloadRight {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .downloadBox .downloadLeft {
    width: 100%;
  }
  .downloadBox {
    display: block;
  }
  .downloadBox .downloadRight .bottom ul li .flex .btn a img {
    max-width: 15px;
  }
   .faq-page .faq-1 {
    padding: 0;
  }
  .faq-page .faq-1>.ui {
    display: none;
  }
  .case-page .case-2 .list ul li {
    width: 50%;
  }
  .case-page .case-2 .list ul li .box .content {
    padding: 15px;
  }
  .case-det1-page .case-det1-1 .box .left {
    display: none;
  }
  .case-det1-page .case-det1-1{
    padding: 60px 0;
  }
  .case-det1-page .case-det1-1 .box .right {
    width: 100%;
    padding: 0;
  }
  .case-det1-page .case-det1-1 .box .right .text {
    margin-top: 1.5em;
  }
  .case-det1-page .case-det1-2 .list ul li .box {
    background-image: unset !important;
    height: auto;
    padding: 15px 0;
    display: block;
    text-align: left;
  }
  .case-det1-page .case-det1-2 .list ul li {
    width: 100%;
  }
  .case-det1-page .case-det1-2 .list ul {
    display: block;
  }
  .public .contact .right .form ul li{
    font-size: 14px;
  }
  .public .contact .right .form ul li .pre input, .public .contact .right .form ul li .pre textarea{
    padding-left: 4.2em;
  }
}
@media screen and (max-width: 700px) {
  .public .app .list {
    margin-top: 30px;
  }
  .public .faq {
    padding: 50px 0;
  }
   .case-page .case-2 .list ul li {
    padding: 10px;
  }
  .case-page .case-2 .list ul {
    margin: -10px;
  }
  .case-page .case-2 .list ul li .box a.img-box {
    height: 200px;
  }
  .case-det1-page .case-det1-2 .list ul li .box span.h6,
  .case-page .case-2 .list ul li .box .content span.h6{
    font-size: 14px;
  }
  .public .contact{
    padding: 30px 0;
  }
  .public .contact .right .form ul li{
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
   .public .case .flex {
    display: block;
  }
  .public .case .flex a.more {
    margin-top: 1em;
  }
  .public .case .list {
    padding: 0;
    margin-top: 30px;
  }
  .public .case .list ul li a span {
    font-size: 14px;
  }
  .public .app .list {
    width: 90%;
    margin: 0 5%;
  }
  .public .app .flex .nav {
    display: none;
  }
  .downloadBox .downloadRight .bottom ul li .flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .downloadBox .downloadRight .bottom ul li .flex i.icon {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 25%;
  }
  .downloadBox .downloadRight .bottom ul li .flex .content {
    width: 75%;
  }
  .downloadBox .downloadRight .bottom ul li .flex .btn {
    width: 100%;
    margin-top: 20px;
  }
  .downloadBox .downloadRight .bottom ul li .flex .content .path {
    font-size: 13px;
  }
  .downloadBox .top img {
    max-width: 24px;
  }
  .case-page .case-2 .list ul li {
    width: 100%;
  }
  .case-det1-page .case-det1-2 .list {
    margin-bottom: 0;
  }
}

.inner-page .sidebox {
  padding: 6rem 15px;
  max-width: 1600px;
  margin: auto;
}
.inner-page .sidebox .sideleft {
  width: 22%;
  position: sticky;
  top: 120px;
  background: #fff;
}
.inner-page .sidebox .sideleft .widget {
  margin-bottom: 30px;
}
.inner-page .sidebox .sideleft .widget form {
  position: relative;
}
.inner-page .sidebox .sideleft .widget form input {
  width: 100%;
  padding: 10px;
  border: 0;
  background: #f8f8f8;
  margin-bottom: 0;
  height: 40px;
  font-size: 16px;
    line-height: 2;
}
.inner-page .sidebox .sideleft .widget form button {
  position: absolute;
  right: 0;
  top: 0;
  background-color: var(--color);
  color: #fff;
  border: 0;
  padding: 8px 16px;
  cursor: pointer;
  height: 40px;
}
.inner-page .sidebox .sideleft .widget h6 {
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 15px;
  font-family: var(--font);
  color: #000;
}
.inner-page .sidebox .sideleft .widget ul {
  margin-bottom: 0;
  padding: 0;
}
.inner-page .sidebox .sideleft .widget ul li {
  margin-bottom: 15px;
  color: #555;
  font-size: 16px;
  line-height: 2;
  position: relative;
}
.inner-page .sidebox .sideleft .widget ul li a {
  padding-left: 20px;
}
.inner-page .sidebox .sideleft .widget ul li:last-child {
  margin-bottom: 0;
}
.inner-page .sidebox .sideleft .widget ul li i {
  font-size: 14px;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 8px;
}
.inner-page .sidebox .sideleft .widget ul li:hover,
.inner-page .sidebox .sideleft .widget ul li.active {
  color: var(--color);
}
.inner-page .sidebox .sideleft .widget ul li ul {
  display: none;
  margin-top: 15px;
}
.inner-page .sidebox .sideleft .widget ul li ul li a {
  padding-left: 20px;
  color: #999;
}
.inner-page .sidebox .sideleft .widget ul li ul li a.active{
  color: var(--color);
}
.inner-page .sidebox .sideleft .widget ul li.active ul{
  display: block;
}
.inner-page .sidebox .sideleft .widget .recent li {
  display: block;
}
.inner-page .sidebox .sideleft .widget .recent li .thum {
  width: 100px;
  overflow: hidden;
  float: left;
}
.inner-page .sidebox .sideleft .widget .recent li a.title {
  display: block;
  margin-left: 115px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-top: 2rem;
}
.inner-page .sidebox .sideleft .widget .form1 {
  text-align: center;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="text"],
.inner-page .sidebox .sideleft .widget .form1 textarea {
  width: 100%;
  padding: 10px;
  border: 0;
  background: #f8f8f8;
  margin-bottom: 15px;
  font-size: 16px;
    line-height: 2;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="submit"] {
  background: var(--red);
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  height: 40px;
  padding: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="submit"]:hover {
  background: #000;
}

.inner-page .sidebox .sideleft .widget .contact{
  background-color: var(--color);
  color: white;
  padding: 40px 20px;
  border-radius: 20px;
}
.inner-page .sidebox .sideleft .widget .contact h2{
  font-family: var(--font);
}
.inner-page .sidebox .sideleft .widget .contact .c-phone i,
.inner-page .sidebox .sideleft .widget .contact .c-wechat i{
  font-size: 24px;
}
.inner-page .sidebox .sideleft .widget .contact .c-phone span,
.inner-page .sidebox .sideleft .widget .contact .c-wechat span{
  font-size: 20px;
}
.inner-page .sidebox .sideright {
  width: 78%;
  padding: 0 10px 50px 50px;
}
.product2-page .i-product ul{
  margin: -15px -10px;
}
.product2-page .i-product ul li{
  padding: 15px 10px;
}
.product2-page .i-product ul li .box .content{
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    padding: 15px 20px 20px;
}
.product2-page .i-product ul li .box {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    text-align: center;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.product2-page .i-product ul li .box .content .title {
    display: block;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.product2-page .i-product ul li .box .content .mores{
  color: var(--color);
}
.product2-page .i-product ul li .box .content::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  height: 0;
  background: var(--color);
  z-index: -1;
}
.product2-page .i-product ul li .box:hover::after{
  height: 100%;
}
.product2-page #index-body .i-news .i-title{
  text-align: left;
}
.prodet-page #index-body .i-product .i-title em{
  color: var(--color);
}
@media screen and (max-width: 1250px) {
  .inner-page .sidebox{
    padding: 60px 15px;
  }
  .inner-page .sidebox .sideleft{
    display: none;
  }
  .inner-page .sidebox .sideright{
    width: 100%;
    padding: 0;
  }
}
.resources-page {
  padding: 60px 0 100px;
}
.resources-page .list {
  margin-top: 46px;
}
.resources-page .list .the_head{
  text-align: center;
  background: var(--color);
  color: #fff;
  border-top-left-radius:8px;
  border-top-right-radius:8px;
  clear: both;
  overflow: hidden;
}
.resources-page .list .the_head .column{
  float: left;
  display: block;
  line-height: 88px;
}
.resources-page .list .the_head .column span{
  font-size: 18px;
}
.resources-page .list ul li {
 text-align: center;
}
.resources-page .list ul li a.img-box {
  display: block;
}
.resources-page .list ul li span.h6 {
  font-size: 16px;
  margin-right: 1em;
}
.resources-page .list ul li a.download {
  font-size: 16px;
  text-transform: uppercase;
  flex-shrink: 0;
  width: 207px;
  height: 61px;
  line-height: 61px;
  background: var(--color);
  color: #fff;
  border-radius: 10px;
  display: inline-block;
}
.resources-page .list ul li a.download .iconfont{
  font-size: 24px!important;
  margin-left: 17px;
}
.resources-page .list .dw-list li:first-child{
  margin-top: -2px;
}
.resources-page .list .dw-list li:after{
  content:'';
  clear: both;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}
.resources-page .list .dw-list li .column{
  float: left;
  display: block;
  border: 1px solid #cccccc;
  border-top: none;
  border-left: none;
  line-height: 278px;
  height: 278px;
}
.resources-page .list .dw-list li .column:first-child{
  border-left: 1px solid #cccccc;
}
.resources-page .list .dw-list li .column img{
  max-height: 90%;
  vertical-align: middle;
}
.resources-page .list .dw-list li .tit{
  font-size: 18px;
  color: #000000;
}
.resources-page .list ul li:hover{
  background: var(--color);
  box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
  transition: 0.3s ease;
  position: relative;
  z-index: 5;
}
.resources-page .list .dw-list li:hover .tit{
  color: #fff;
}
.resources-page .list ul li:hover .column{
  border-color:var(--color);
}
.resources-page .list ul li:hover a.download{
  background: #fff;
  color: var(--color);
}
.select-page .content-box {
    padding: 42px 32px;
    background: #f1f1f1;
    border-radius:8px;
}
.select-page .content-box .search1{
  margin-top: 0px;
}
.select-page .content-box .search1 form{
  position: relative;
}
.select-page .content-box .search1 input{
  width: 100%;
  height: 50px;
  padding: 0 20px;
  background: white;
  border: none;
  border-radius: 10px;
  font-size: 18px;
}
.select-page .content-box .search1 input[type="submit"]{
  position: absolute;
  right: 0;
  width: 50px;
  height: 50px;
  background: url(../images/search.png) no-repeat center;
}
@media screen and (max-width: 1000px) {
  .resources-page {
    padding: 0 0 60px;
}
  .resources-page .list .dw-list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
  }
  .resources-page .list .dw-list li .column {
    line-height: normal;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: auto;
  }
}
@media screen and (max-width: 700px) {
  .resources-page {
    padding: 0 0 30px;
  }
   .resources-page .list .dw-list {
    width: 100%;
    overflow: auto;
  }
  .resources-page .list .dw-list li {
    width: 700px;
  }
  .select-page .content-box{
    padding: 21px 16px;
  }
}
.prodet-page .prodet-1 {
    padding: 0px 0 80px
}

.prodet-page .prodet-1 .left {
    width: 39%
}
.prodet-page .prodet-1 .left .img{
  position: relative;
}
.prodet-page .prodet-1 .left .gallery span{
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 2;
}
.prodet-page .prodet-1 .left .gallery span.prev{
  left:0;
}
.prodet-page .prodet-1 .left .gallery span.next{
  right:0;
}
.prodet-page .prodet-1 .left .gallery span i{
  font-size: 30px;
  transition: all 0.5s;
  color: white;
}
.prodet-page .prodet-1 .left .gallery span:hover i{
  color: var(--color);
}
.prodet-page .prodet-1 .left a {
   
    
    display: block;
    text-align: center;

}
.prodet-page .prodet-1 .left a img{border-radius: 30px;}
.prodet-page .prodet-1 .right {
    width: 60%;
    padding-left: 48px;
    position: relative;
    font-size: 16px;
}

.prodet-page .prodet-1 .right table{
  width:100%;
  table-layout: fixed;
} 

.prodet-page .prodet-1 .right .content {
    font-size: 18px;
    line-height: 30px;
    opacity: .51;
    margin: 25px 0 60px
}

.prodet-page .prodet-1 .left .gallery {
    margin-bottom: 40px;
    margin-top: 30px;
}

.prodet-page .prodet-1 .left .gallery ul {
    margin: -10px;
    position: relative;
}
.prodet-page .prodet-1 .left .gallery ul .slick-track {
    margin-left: 0
}

.prodet-page .prodet-1 .left .gallery ul li {
    padding: 10px
}

.prodet-page .prodet-1 .left .gallery ul li .img {
    border-radius: 10px;
    display: block;
    overflow: hidden;
  cursor: pointer;
}

.prodet-page .prodet-1 .left .gallery ul li .img img {
    width: auto;
    margin: auto
}

.prodet-page .prodet-1 .right .more_btn .more:after {
    color: #000
}

.prodet-page .prodet-2 ul.options {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background: #f6f6f6;
    height: 96px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.prodet-page .prodet-2 ul.options li {
    font-size: 18px;
    padding: 0 60px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0 0 50px;
    position: relative
}

.prodet-page .prodet-2 ul.options li a {
    position: relative
}

.prodet-page .prodet-2 ul.options li a:after {
    content: "";
    position: absolute;
    left: -17px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #2c83be
}

.prodet-page .prodet-2 ul.options li.active {
    background: #2c83be;
    color: #fff
}

.prodet-page .prodet-2 ul.options li.active a:after {
    background: #fff
}

.prodet-page .prodet-2 .box {
    padding: 24px 0
}

.prodet-page .prodet-2 .box .content {
    font-size: 18px;
     font-family: 'Montserrat-Regular';
}
.prodet-page .prodet-2 .box .content video{
   width: 100% !important;
}
.prodet-page .prodet-2 .box .content table{
  width: 100%;
  table-layout: fixed;
}
.prodet-page .prodet-2 .list {
    padding: 70px 0
}

.prodet-page .prodet-2 .list ul {
    margin: -15px
}

.prodet-page .prodet-2 .list ul li {
    padding: 15px;
    text-align: center
}

.prodet-page .prodet-2 .list ul li .img-box {
    background: #f5f5f5;
    border-radius: 10px;
    padding: 50px
}

.prodet-page .prodet-2 .list ul li p {
    font-size: 18px;
    line-height: 2;
    margin-top: 15px;
    opacity: .51
}

@media screen and (max-width: 1400px) {

    .prodet-page .prodet-1 .left a {
        padding: 0
    }

    .prodet-page .prodet-1 .right .more_btn {
        position: relative;
        left: 0
    }

    .prodet-page .prodet-1 .right h1 {
        padding-right: 0
    }
}
table {
    word-break: unset;
}
@media screen and (max-width: 1250px) {
      .prodet-page .prodet-2 .box .content table{
      overflow-x: auto;
      table-layout: unset;
      display: block;
    }
     .prodet-page .prodet-2 .box .content table tr td{
       min-width: 150px !important;
       height: auto !important;
       white-space: nowrap;
     }
     .about-page .about-22 ul{
      margin-right: -15px;
    }
    .about-page .about-22 ul li{
      padding: 0 15px 0 0;
    }
    .about-page .about-5{
      border-radius: 0;
    }
    .about-page .about-5 .right{
       padding-left: 20px;       
    }
}
@media screen and (max-width: 1000px) {
    .prodet-page .prodet-1 .left {
        width: 100%
    }

    .prodet-page .prodet-1 .right {
        width: 100%;
        padding-left: 0;
        margin-top: 30px
    }
    .prodet-page .prodet-2 ul.options li{
      padding: 0 30px;
    }
    .about-page .about-5 .left{
      width: 100% !important;
    }
    .about-page .about-5 .right{
      width: 100% !important;
      padding-left: 0;
    }
    .about-page .about-22 ul li h5{
      font-size: 20px;
    }
}

@media screen and (max-width: 700px) {

    .prodet-page .prodet-2 ul.options {
        flex-wrap: wrap;
        height: auto
    }

    .prodet-page .prodet-2 .box .seoPublic {
        display: block!important
    }
    .about-page .about-22 ul{
      margin-right: -15px;
    }
    .about-page .about-22 ul li h5{
      font-size: 20px;
    }
    .about-page .about-22{
      padding-top: 30px;
    }
    .about-page .about-4{
      padding-top: 30px;
    }
}
@media screen and (max-width: 500px) {
  .about-page .about-22 ul{
    margin-right: 0;
  }
  .about-page .about-22 ul li{
    padding: 0;
  }
  .about-page .about-22 ul li .des{
    min-height: auto;
    max-height: 100%;
  }
}