@font-face {
  font-family: 'HarmonyOS_Sans';
  src: url(../fonts/HarmonyOS_Sans.ttf) format('truetype'), url(../fonts/HarmonyOS_Sans.eot) format('eot'), url(../fonts/HarmonyOS_Sans.woff) format('woff'), url(../fonts/HarmonyOS_Sans.woff2) format('woff2');
  font-weight: 400;
}
@font-face {
  font-family: 'HarmonyOS_Sans';
  src: url(../fonts/HarmonyOS_Sans_Medium.ttf) format('truetype'), url(../fonts/HarmonyOS_Sans_Medium.eot) format('eot'), url(../fonts/HarmonyOS_Sans_Medium.woff) format('woff'), url(../fonts/HarmonyOS_Sans_Medium.woff2) format('woff2');
  font-weight: 500;
}
@font-face {
  font-family: 'HarmonyOS_Sans';
  src: url(../fonts/HarmonyOS_Sans_Bold.ttf) format('truetype'), url(../fonts/HarmonyOS_Sans_Bold.eot) format('eot'), url(../fonts/HarmonyOS_Sans_Bold.woff) format('woff'), url(../fonts/HarmonyOS_Sans_Bold.woff2) format('woff2');
  font-weight: bold;
}
@media screen and (max-width: 1000px){
  .gfdgdgd, .fdsgd {               
    display: none !important;
  }
}

.slick-vertical .slick-slide {
  border: 0;
}

body {
  font-family: "HarmonyOS_Sans";
  font-weight: 400;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1630px;
}
#header {
  z-index: 200;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}
#header .nav {
  display: inline-block;
  width: 100%;
  background: #FFFFFF;
}
#header .nav .ui.menu {
  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;
  margin: 0 auto;
  height: 100px;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 30px;
  font-size: 18px;
  color: #333333;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: #7154a0;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 25px 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #7154a0;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  position: relative;
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li ul.sub-menu {
  top: 0;
  left: 100%;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#header .nav .ui.menu .line {
  margin: 0 30px;
  height: 20px;
  border-left: 1px solid #b5b5b5;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  width: 100%;
  margin-bottom: 20px;
  word-break: break-word;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: 50%;
}
table td:first-child {
  color: #2d2d2d;
  font-size: 14px;
  line-height: 2;
}
table td:last-child {
  color: #666;
  font-size: 14px;
  line-height: 2;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a {
  width: 50px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a:hover {
  background-color: #fd2318;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: #fd2318 !important;
}
#mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 200;
}
#mobile:before {
  content: '';
  width: 100%;
  height: 200%;
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
#mobile .m-search {
  padding: 10px 15px;
  background: #0d95e8;
  z-index: 2;
  position: relative;
}
#mobile .m-search form {
  width: 100%;
  padding-right: 50px;
  position: relative;
}
#mobile .m-search form input {
  width: 100%;
  line-height: 40px;
  height: 40px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  background: url("../images/icon-search-black.png") center left 5px no-repeat white;
  background-size: 14px;
  padding-left: 25px;
  font-size: 14px;
}
#mobile .m-search form input[type="submit"] {
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/icon-search-white.png") center center no-repeat;
}
#mobile .m-logo {
  text-align: center;
  background: #333;
  z-index: 1;
  position: relative;
  line-height: 60px;
  height: 60px;
}
#mobile .m-logo img {
  max-height: 40px;
  display: inline-block;
  vertical-align: middle;
  max-width: 200px;
}
#mobile .m-btn {
  position: absolute;
  bottom: 16px;
  left: 15px;
  width: 30px;
  z-index: 2;
  height: 24px;
}
#mobile .m-btn i {
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: white;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .m-btn i.ie1 {
  margin-top: -10px;
}
#mobile .m-btn i.ie3 {
  margin-top: 10px;
}
#mobile .box {
  position: fixed;
  background: white;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 0;
  height: 100%;
  overflow: auto;
  top: 0;
  padding: 25px;
  padding-top: 145px;
}
#mobile .m-nav ul li {
  display: block;
  position: relative;
}
#mobile .m-nav ul li a {
  display: block;
  padding: 8px 0;
  font-size: 16px;
  line-height: 2;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-right: 40px;
}
#mobile .m-nav ul li a:hover {
  background: #eee;
  padding-left: 15px;
}
#mobile .m-nav ul li i {
  position: absolute;
  right: 0;
  top: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#mobile .m-nav ul li i:before {
  content: "\f105";
  font-family: "FontAwesome";
}
#mobile .m-nav ul li.children > i:before {
  content: "\f107";
}
#mobile .m-nav ul li.children.active > i:before {
  content: "\f106";
}
#mobile .m-nav ul li ul {
  display: none;
}
#mobile .m-nav ul li li a {
  padding-left: 30px;
  position: relative;
  font-size: 14px;
  line-height: 2;
}
#mobile .m-nav ul li li a:after {
  content: '-';
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .m-nav ul li li a:hover {
  padding-left: 30px;
}
#mobile .yuy {
  padding: 20px 0;
}
#mobile .yuy h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
#mobile .yuy ul li {
  width: auto;
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  padding-right: 5px;
  border-right: 1px solid #eee;
  margin-bottom: 5px;
}
#mobile .yuy ul li img {
  max-width: 30px;
}
#mobile h6 {
  font-size: 20px;
  text-align: center;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #eee;
}
#mobile #gotop {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #eee;
  background: white;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  position: fixed;
  right: 10px;
  bottom: 20px;
  display: none;
}
#mobile.active .m-btn i {
  margin: 0 !important;
}
#mobile.active .m-btn i.ie1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mobile.active .m-btn i.ie2 {
  opacity: 0;
}
#mobile.active .m-btn i.ie3 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#mobile.active:before {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#mobile.active .box {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 120px;
  }
}
.language-box .language-img {
  width: auto;
  vertical-align: middle;
}
.language-box .language-img img {
  vertical-align: middle;
}
.language-box .zhuyu {
  color: #666666;
  font-size: 16px;
  display: block;
}
.language-box .hover-language {
  width: auto;
  position: relative;
  vertical-align: middle;
}
.language-box ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 100%;
  right: 0;
  white-space: nowrap;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
.language-box ul.sub-menu li a {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 12px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
.language-box ul.sub-menu li:hover a {
  background: #ffb11b;
  color: white;
}
.language-box:hover .hover-language ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#banner {
  position: relative;
}
#banner li {
  position: relative;
}
#banner .content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 26%;
}
#banner h2 {
  font-size: 72.32px;
  font-weight: bold;
  margin-bottom: 40px;
}
#banner h2 small {
  font-size: 18px;
  font-weight: 400;
  display: block;
  color: #666666;
}
#banner .PageDots {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 30px;
  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;
}
#banner .arrow {
  color: #999999;
  cursor: pointer;
}
#banner .arrow:hover {
  color: #7154a0;
}
#banner .dots {
  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;
}
#banner .dots::before,
#banner .dots::after {
  content: "";
  display: block;
  margin: 0 5px;
  width: 95px;
  border-bottom: 1px solid #dddddd;
}
#banner .dots li {
  margin: 0 5px;
  display: inline-block;
  border-radius: 50%;
}
#banner .dots li::before {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  border: 1px solid transparent;
}
#banner .dots li::after {
  content: "";
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: 6px;
  right: 6px;
  background-color: black;
  border-radius: 50%;
}
#banner .dots li button {
  display: none;
}
#banner .dots li.slick-active::before {
  border-color: #7154a0;
}
#banner .dots li.slick-active::after {
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  background-color: #7154a0;
}
.baseBtn {
  display: inline-block;
  color: white;
  background-color: #7154a0;
  padding: 18px 65px 18px 45px;
  border-radius: 10px;
  position: relative;
  font-size: 0;
  transition: .3s ease;
}
.baseBtn:hover {
  background-color: black;
}
.baseBtn span {
  display: block;
}
.baseBtn i {
  position: absolute;
  right: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.baseBtn i img {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.baseBtn:hover i img {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.baseTit span {
  color: #7154a0;
}
.baseTit .Tit {
  font-size: 48px;
  line-height: 1.5;
}
.i-category {
  padding: 100px 0;
}
.i-category .list {
  margin-top: 50px;
}
.i-category .list ul {
  margin: -18px;
}
.i-category .list li {
  padding: 18px;
}
.i-category .list .box .img {
  border-radius: 10px;
  overflow: hidden;
}
.i-category .list .box .img img {
  width: 100%;
}
.i-category .list .box .img::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(transparent 50%, rgba(0, 0, 0, 0.5));
  pointer-events: none;
}
.i-category .list .box .content {
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 30px;
}
.i-category .list .box .content .name {
  margin-bottom: 5px;
  color: white;
}
.i-category .list .box .content .name a {
  background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 100% / 0px 1px no-repeat;
  background: -webkit-linear-gradient(left, currentcolor 0%, currentcolor 100%) 0px 100% / 0px 1px no-repeat;
  background: -moz-linear-gradient(left, currentcolor 0%, currentcolor 100%) 0px 100% / 0px 1px no-repeat;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 100% / 0px 1px no-repeat;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}
.i-category .list .box .content .name:hover a {
  background-size: 100% 1px;
}
.i-category .list .box .content .text {
  color: white;
  line-height: 2;
}
.i-category .arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.i-category .arrow.arrow_l {
  left: -100px;
}
.i-category .arrow.arrow_r {
  right: -100px;
}
.baseArrow {
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 50%;
  background-color: #f7f7f7;
  font-size: 0;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  cursor: pointer;
}
.baseArrow svg {
  vertical-align: middle;
}
.baseArrow path {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.baseArrow:hover {
  background-color: #7154a0;
}
.baseArrow:hover path {
  fill: white;
}
.our-product {
  background-color: #fcfcfc;
  padding: 90px 0;
  overflow: hidden;
  position: relative;
}
.our-product .mask {
  position: absolute;
  right: 3%;
  bottom: 25px;
  width: 60%;
}
.our-product .list ul {
  margin: -40px;
}
.our-product .list li {
  padding: 40px;
}
.our-product .list .box {
  padding: 5%;
  border-radius: 10px;
  background-color: white;
  transform: scale(.8);
  opacity: .5;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  transition: 0.5s ease;
}
.our-product .list .box .img {
  width: 40%;
  margin: auto;
}
.our-product .list .box .img img {
  margin: auto;
}
.our-product .list .box .content {
  left: 30px;
  right: 30px;
  bottom: 30px;
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  transition: opacity .5s ease;
}
.our-product .list .box .content .text {
  color: #666666;
}
.our-product .list .box .content .moreBtn {
  right: 0;
  top: 0;
}
.our-product .list .slick-list {
  overflow: visible;
}
.our-product .list .slick-current .box {
  transform: scale(1);
  opacity: 1;
  -webkit-box-shadow: 0 15px 30px rgba(188, 188, 188, 0.45);
  box-shadow: 0 15px 30px rgba(188, 188, 188, 0.45);
}
.our-product .list .slick-current .box .content {
  opacity: 1;
}
.our-product .arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 62px;
  height: 62px;
  line-height: 62px;
  border-radius: 50%;
  text-align: center;
  font-size: 0;
  border: 1px dashed #a9a9a9;
  cursor: pointer;
}
.our-product .arrow svg {
  vertical-align: middle;
}
.our-product .arrow.arrow_l {
  left: -webkit-calc(23% + 20px - 31px);
  left: -moz-calc(23% + 20px - 31px);
  left: calc(23% + 20px - 31px);
}
.our-product .arrow.arrow_r {
  right: -webkit-calc(23% + 20px - 31px);
  right: -moz-calc(23% + 20px - 31px);
  right: calc(23% + 20px - 31px);
}
.our-about {
  background-color: #f7f7f7;
  padding: 90px 0 70px;
}
.our-about .Tit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.our-about .Tit::after {
  content: "";
  width: 20%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-bottom: 1px solid black;
  margin-left: 20px;
  margin-right: auto;
}
.our-about .left {
  position: relative;
  z-index: 1;
}
.our-about .left .img > img {
  border-radius: 10px;
}
.our-about .left .img::before,
.our-about .left .img::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 12px;
  top: 12px;
  width: 100%;
  height: 100%;
  background-color: #c69ab2;
  border-radius: 10px;
}
.our-about .left .img::after {
  opacity: .2;
}
.our-about .left .img::before {
  opacity: .05;
  left: 24px;
  top: 24px;
}
.our-about .play {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 130px;
  height: 130px;
  line-height: 130px;
  text-align: center;
  -webkit-box-shadow: 2px 2px 0px 1px white inset;
  box-shadow: 2px 2px 0px 1px white inset;
  border-radius: 50%;
  color: white;
  -webkit-transition: -webkit-box-shadow 0.5s ease;
  transition: -webkit-box-shadow 0.5s ease;
  -moz-transition: box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease, -webkit-box-shadow 0.5s ease;
  cursor: pointer;
}
.our-about .play:hover {
  -webkit-box-shadow: -2px -2px 0px 1px white inset;
  box-shadow: -2px -2px 0px 1px white inset;
}
.our-about .right .text {
  color: #666666;
  line-height: 2;
}
.our-about .right .text h1{
  display: inline;
}
.our-about .bottom {
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.our-about .bottom .rr {
  width: 63%;
}
.i-advantage {
  background: url(../images/adv_bg.jpg) no-repeat center;
  background-size: cover;
  padding: 90px 0;
}
.i-advantage .box {
  padding-left: 25%;
}
.i-advantage .left {
  width: 50%;
}
.i-advantage .left .text {
  max-width: 440px;
  color: #666666;
}
.i-advantage .right {
  width: 50%;
  padding-left: 5%;
}
.i-advantage .right li {
  padding-bottom: 30px;
  border-bottom: 1px solid #a0a0a0;
  position: relative;
}
.i-advantage .right li::after {
  content: "";
  position: absolute;
  height: 3px;
  bottom: -2px;
  left: 0;
  width: 20px;
  background-color: #7154a0;
  /* 不支持线性的时候显示 */
  background-image: -webkit-gradient(linear, left top, right top, from(#c69ab2), to(#7154a0));
  background-image: -webkit-linear-gradient(left, #c69ab2, #7154a0);
  background-image: -moz-linear-gradient(left, #c69ab2, #7154a0);
  background-image: linear-gradient(to right, #c69ab2, #7154a0);
  -webkit-transition: width .5s ease;
  -moz-transition: width .5s ease;
  transition: width .5s ease;
}
.i-advantage .right li + li {
  margin-top: 90px;
}
.i-advantage .right li .num {
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
}
.i-advantage .right li .num em {
  font-size: 60px;
  font-weight: bold;
}
.i-advantage .right li .text {
  line-height: 1.8;
}
.i-advantage .right li:hover::after {
  width: 100%;
}
.our-news {
  background-color: #f7f7f7;
  padding: 90px 0 110px;
}
.our-news .right .text {
  color: #666666;
}
.our-news .list ul {
  margin: -25px;
}
.our-news .list li {
  padding: 25px;
}
.our-news .list .box {
  border: 1px solid #dddddd;
  padding: 25px;
  border-radius: 10px;
}
.our-news .list .box .img img {
  border-radius: 10px;
}
.our-news .list .box .date time {
  display: inline-block;
  padding: 10px 15px;
  border-radius: 10px;
  color: white;
  background-color: #7154a0;
}
.our-news .list .box .name {
  font-weight: 500;
}
.our-news .list .box .text {
  color: #666666;
}
#footer {
  color: #FFFFFF;
  background-color: #333333;
}
#footer .foot-top {
  padding: 60px 0;
}
#footer .foot-top .form {
  margin-bottom: 70px;
}
#footer .foot-top .form ul {
  margin: -15px;
}
#footer .foot-top .form li {
  padding: 15px;
}
#footer .foot-top .form li:nth-child(1) {
  width: 20%;
}
#footer .foot-top .form li:nth-child(2) {
  width: 20%;
}
#footer .foot-top .form li:nth-child(3) {
  width: 45%;
}
#footer .foot-top .form li:nth-child(4) {
  width: 15%;
}
#footer .foot-top .form input {
  font-size: 18px;
  width: 100%;
  height: 60px;
  background-color: transparent;
  border: 1px solid #dcdcdc;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 10px;
}
#footer .foot-top .form input[type="submit"] {
  padding: 0;
  font-size: 20px;
  font-weight: bold;
  color: #6c5a9b;
  background-color: white;
  border: none;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
#footer .foot-top .form input[type="submit"]:hover {
  color: white;
  background-color: #6c5a9b;
}
#footer .foot-top .foot-content {
  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;
}
#footer .foot-top .foot-content .foot-block:nth-child(3) {
  max-width: 430px;
}
#footer .foot-top .foot-content .foot-block:nth-child(4) {
  max-width: 350px;
}
#footer .foot-top .foot-content h4 {
  margin-bottom: 20px;
}
#footer .foot-top .foot-content .text {
  color: #d2d2d2;
  line-height: 30px;
}
#footer .foot-top .foot-content ul li {
  color: #d2d2d2;
}
#footer .foot-top .foot-content ul li + li {
  margin-top: 20px;
}
#footer .foot-top .foot-content ul li a {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 100% / 0px 1px no-repeat;
  background: -webkit-linear-gradient(left, currentcolor 0%, currentcolor 100%) 0px 100% / 0px 1px no-repeat;
  background: -moz-linear-gradient(left, currentcolor 0%, currentcolor 100%) 0px 100% / 0px 1px no-repeat;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 100% / 0px 1px no-repeat;
}
#footer .foot-top .foot-content ul li a:hover {
  background-size: 100% 1px;
  color: white;
}
#footer .foot-top .foot-content ol li {
  line-height: 30px;
  color: #d2d2d2;
}
#footer .foot-top .foot-content ol li + li {
  margin-top: 20px;
}
#footer .foot-top .foot-content ol li i {
  font-size: 0;
  width: 30px;
  text-align: center;
}
#footer .foot-top .foot-content ol li i img {
  vertical-align: middle;
}
#footer .foot-top .foot-content ol li p {
  padding-left: 40px;
}
#footer .foot-top .foot-content .social-links {
  margin-top: 60px;
}
#footer .foot-top .foot-content .social-links a {
  font-size: 18px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: white;
  border: 1px solid currentcolor;
  border-radius: 50%;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
#footer .foot-top .foot-content .social-links a:hover {
  background-color: #7154a0;
  border-color: #7154a0;
}
#footer .foot-top .foot-content .social-links a + a {
  margin-left: 20px;
}
#footer .foot-bottom {
  border-top: 1px solid #6b6b6b;
}
#footer .foot-bottom p,
#footer .foot-bottom a {
  display: inline-block;
  vertical-align: middle;
}
#footer .foot-bottom img {
  height: 16px;
}
#ewm {
  margin-top: 60px;
  width: 100px;
  border: 5px solid #FFFFFF;
}
#goback {
  display: none;
  position: fixed;
  z-index: 999;
  right: 25px;
  bottom: 120px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: white;
  background-color: #7154a0;
  border-radius: 50%;
  font-size: 24px;
  cursor: pointer;
}
@media (max-width: 1800px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 18px;
  }
  .i-category .arrows {
    text-align: center;
    margin-top: 40px;
  }
  .i-category .arrow {
    position: static;
    display: inline-block;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    margin: 0 15px;
  }
}
@media (max-width: 1630px) {
  .ui.container {
    width: 1440px;
  }
  #banner h2 {
    font-size: 60px;
  }
  #banner .PageDots {
    bottom: 3%;
  }
  .baseTit .Tit {
    font-size: 40px;
  }
  .i-advantage .right li + li {
    margin-top: 60px;
  }
}
@media (max-width: 1430px) {
  .ui.container {
    width: 1230px;
  }
  #header .nav .ui.menu .logo {
    width: 150px;
  }
  .i-category .list ul {
    margin: -15px;
  }
  .i-category .list li {
    padding: 15px;
  }
  .i-category .list .box .content {
    padding: 15px;
  }
  .font-18 {
    font-size: 16px;
    line-height: 2;
  }
  .our-about .right {
    padding: 0;
  }
  .baseBtn {
    padding: 15px 45px 15px 30px;
  }
  .baseBtn i {
    right: 25px;
  }
  .i-advantage .right li .num em {
    font-size: 50px;
  }
  .i-advantage .box {
    padding-left: 15%;
  }
  .our-news .list ul {
    margin: -15px;
  }
  .our-news .list li {
    padding: 15px;
  }
  .our-news .list .box {
    padding: 15px;
  }
  #footer .foot-top .foot-content .foot-block:nth-child(3) {
    max-width: 350px;
  }
  #footer .foot-top .foot-content .foot-block:nth-child(4) {
    max-width: 300px;
  }
}
@media (max-width: 1230px) {
  .ui.container {
    width: 1000px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 16px;
    margin: 0 20px;
  }
  #banner h2 {
    font-size: 50px;
  }
  #banner h2 small {
    font-size: 16px;
  }
  .our-product .arrow.arrow_l {
    left: -webkit-calc(15% + 20px - 31px);
    left: -moz-calc(15% + 20px - 31px);
    left: calc(15% + 20px - 31px);
  }
  .our-product .arrow.arrow_r {
    right: -webkit-calc(15% + 20px - 31px);
    right: -moz-calc(15% + 20px - 31px);
    right: calc(15% + 20px - 31px);
  }
  .i-advantage {
    background: none;
  }
  .i-advantage .box {
    padding-left: 0;
  }
  #footer .foot-top .form li {
    width: 25%!important;
  }
  #footer .foot-top .form input {
    font-size: 16px;
  }
  #footer .foot-top .foot-content .social-links a + a {
    margin-left: 10px;
  }
  #footer .foot-top .foot-content .social-links a {
    font-size: 14px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  #footer .foot-top .foot-content .social-links {
    margin-top: 30px;
  }
  .hide-1230 {
    display: none!important;
  }
}
@media (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #goback {
    display: none!important;
  }
  #nav-height {
    display: none;
  }
  #banner h2 small {
    font-size: 14px;
  }
  #banner h2 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .font-16 {
    font-size: 14px;
  }
  .font-18 {
    font-size: 14px;
    line-height: 2;
  }
  .font-24 {
    font-size: 20px;
  }
  .baseBtn {
    padding: 10px 20px;
  }
  .baseBtn i {
    display: none;
  }
  #banner .PageDots {
    display: none;
  }
  .baseTit .Tit {
    font-size: 30px;
  }
  .i-category {
    padding: 60px 0;
  }
  .i-category .list .box .content {
    position: static;
    padding: 15px 0;
  }
  .i-category .list .box .content .name {
    color: black;
  }
  .i-category .list .box .content .text {
    color: black;
  }
  .i-category .list .box .img::after {
    display: none;
  }
  .i-category .arrows {
    display: none;
  }
  .our-product {
    padding: 60px 0;
  }
  .our-product .arrow.arrow_l {
    left: -31px;
  }
  .our-product .arrow.arrow_r {
    right: -31px;
  }
  .our-about {
    padding: 60px 0;
  }
  .our-about .left {
    width: 100%;
    padding: 0;
  }
  .our-about .right {
    width: 100%;
    margin-top: 40px;
  }
  .i-advantage {
    padding: 60px 0;
  }
  .i-advantage .left {
    width: 100%;
  }
  .i-advantage .right {
    width: 100%;
    padding: 0;
    margin-top: 60px;
  }
  .i-advantage .right li .num em {
    font-size: 40px;
  }
  .i-advantage .right li .num {
    font-size: 18px;
  }
  .i-advantage .right li + li {
    margin-top: 30px;
  }
  .our-news {
    padding: 60px 0;
  }
  .our-news .left {
    width: 100%;
  }
  .our-news .right {
    width: 100%;
  }
  #footer .foot-top .form li {
    width: 50% !important;
  }
  #footer .foot-top .foot-content .foot-block {
    max-width: 100%!important;
    width: 45%;
  }
  .hide-1000 {
    display: none!important;
  }
  #footer .foot-bottom img {
    height: 14px;
  }
  #footer .foot-bottom {
    text-align: center;
  }
  #footer .foot-bottom .fl,
  #footer .foot-bottom .fr {
    float: none;
  }
}
@media (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  #banner h2 {
    font-size: 30px;
  }
  .baseTit .Tit {
    font-size: 24px;
  }
  .i-category .fr {
    display: none;
  }
  .our-product .arrow {
    display: none;
  }
  .our-product .mask {
    display: none;
  }
  .our-product .list .box .content {
    padding: 0;
    left: 15px;
    right: 15px;
    bottom: 15px;
  }
  .our-product .list .box .content .moreBtn {
    display: none;
  }
  .our-about .bottom .rr {
    width: 100%;
    margin-top: 30px;
  }
  #footer .foot-top .form input {
    font-size: 14px;
  }
  #footer .foot-top .form ul {
    margin: -10px;
  }
  #footer .foot-top .form li {
    width: 100% !important;
    padding: 10px;
  }
  #footer .foot-top .form input {
    height: auto;
    padding: 10px;
  }
  #footer .foot-top .form input[type="submit"] {
    padding: 10px;
    font-size: 16px;
  }
  #footer .foot-top .foot-content {
    display: block;
  }
  #footer .foot-top .foot-content .foot-block {
    width: 100%;
  }
  #footer .foot-top .foot-content .foot-block .logo {
    width: 30%;
  }
  #footer .foot-top .foot-content .foot-block + .foot-block {
    margin-top: 60px;
  }
  #ewm {
    margin-top: 30px;
  }
}
@media (max-width: 500px) {
  #banner li {
    height: 300px;
  }
  #banner li > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right;
    object-position: right;
  }
}
.inner-banner {
  height: 450px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: cover;
  background-color: #f8f8f8;
}
.inner-banner .content {
  position: absolute;
  left: 20%;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.inner-banner .left {
  width: 55%;
}
.inner-banner .right {
  width: 37%;
}
.inner-banner .Tit {
  font-size: 42px;
  line-height: 1;
  font-weight: bold;
}
.inner-banner .text {
  color: #666666;
}
.inner-banner .line {
  border-bottom: 1px solid black;
}
@media (max-width: 1600px) {
  .inner-banner .left {
    font-size: 40px;
    width: 100%;
  }
  .inner-banner .right {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 1230px) {
  .inner-banner .Tit {
    font-size: 48px;
    line-height: 1.5;
  }
}
@media (max-width: 1000px) {
  .inner-banner {
    height: 300px;
    background-image: none!important;
  }
  .inner-banner .Tit {
    font-size: 36px;
  }
  .inner-banner .content {
    left: 5%;
    width: 90%;
  }
  
  .mbx {
    font-size: 14px;
  }
}
@media (max-width: 1000px) {
  .inner-banner .Tit {
    font-size: 24px;
  }
}






.inner-page .m-link {
  font-size: 16px;
  line-height: 2;
}
.inner-page .m-link a {
  display: block;
}
.inner-page .m-link a:hover {
  text-decoration: underline;
}


.inner-page{
 
  background-size: 100% 100%;
}
.gallery-page {
  padding: 100px 0;
}
.gallery-page .list ul {
  margin: -10px;
}
.gallery-page .list ul li {
  padding: 10px;
}
.gallery-page .list ul li a.img-box {
  display: block;
  border-radius: 5px;
  border: 10px solid #eee;
}
.product-yd-page {
  padding: 100px 0;
  background: url(../images/dibu-beijing.jpg) no-repeat;
  background-size: 100% 100%;
}
.product-yd-page .list ul {
  margin: -70px -40px;
}
.product-yd-page .list ul li.column {
  padding: 70px 40px;
  width: 55%;
}
.product-yd-page .list ul li.column a.img-box {
  display: block;
}
.product-yd-page .list ul li.column span.h3 {
  font-size: 28px;
  font-weight: 500;
  display: block;
  margin: 1em 0 .5em;
}
.product-yd-page .list ul li.column:nth-child(1),
.product-yd-page .list ul li.column:nth-child(4),
.product-yd-page .list ul li.column:nth-child(5),
.product-yd-page .list ul li.column:nth-child(8),
.product-yd-page .list ul li.column:nth-child(9),
.product-yd-page .list ul li.column:nth-child(12) {
  width: 45%;
}
.inner-page a.link {
  font-size: 15px;
  line-height: 2;
  display: inline-block;
  padding-bottom: .3em;
  font-weight: 500;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page a.link:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: black;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page a.link img {
  margin-left: 1em;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  max-width: .7em;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page a.link:hover {
  color: #7154a0;
}
.inner-page a.link:hover:before {
  width: 0;
}
.inner-page a.link:hover img {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.product-page {
  padding: 100px 0;
}
.inner-page .slideBarBox .slideBarLeft {
  width: 30%;
}
.inner-page .slideBarBox .slideBarLeft + .slideBarRight {
  padding-left: 4%;
  padding-right: 0;
}
.inner-page .slideBarBox .slideBarLeft .slide {
  margin-bottom: 40px;
  padding: 50px;
  background-color: #f8f8f8;
}
.inner-page .slideBarBox .slideBarLeft .slide span.h5 {
  font-size: 20px;
  line-height: 1.8;
  font-weight: bold;
  display: block;
  margin-bottom: 1em;
}
.inner-page .slideBarBox .slideBarLeft .slide form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  background-color: white;
}
.inner-page .slideBarBox .slideBarLeft .slide form input {
  width: 100%;
  padding: 1em;
  border: none;
  background-color: transparent;
  color: black;
}
.inner-page .slideBarBox .slideBarLeft .slide form input[type="submit"] {
  width: 4em;
  background-image: url("../images/icon-search-black.png");
  background-position: center;
  background-repeat: no-repeat;
  padding: 0;
}
.inner-page .slideBarBox .slideBarLeft .slide.search {
  background-color: #f8f8f8;
  color: #333;
}
.inner-page .slideBarBox .slideBarLeft .slide .postList ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.inner-page .slideBarBox .slideBarLeft .slide .postList ul li:last-child {
  margin-bottom: 0;
}
.inner-page .slideBarBox .slideBarLeft .slide .postList ul li a.img {
  width: 30%;
  padding-top: 40%;
  background-size: cover;
  background-position: center;
}
.inner-page .slideBarBox .slideBarLeft .slide .postList ul li .content {
  width: 70%;
  padding: 10px 0;
  padding-left: 5%;
}
.inner-page .slideBarBox .slideBarLeft .slide .postList ul li .content span.h6 {
  font-size: 16px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 2;
  height: 3.2em;
}
.inner-page .slideBarBox .slideBarLeft .slide .postList ul li .content time {
  display: block;
  font-size: 14px;
  margin-top: .5em;
}
.inner-page .slideBarBox .slideBarLeft .slide .nav {
  font-size: 14px;
}
.inner-page .slideBarBox .slideBarLeft .slide .nav ul li {
  font-weight: bold;
  margin-bottom: 1em;
}
.inner-page .slideBarBox .slideBarLeft .slide .nav ul li li {
  font-weight: 400;
}
.inner-page .slideBarBox .slideBarLeft .slide .nav ul li a {
  padding: 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-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #333;
  background-color: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .slideBarBox .slideBarLeft .slide .nav ul li a i {
  width: 1.5em;
  height: 1.5em;
  border-radius: 100%;
  background-color: white;
  color: black;
  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;
}
.inner-page .slideBarBox .slideBarLeft .slide .nav ul li.active > a,
.inner-page .slideBarBox .slideBarLeft .slide .nav ul li a:hover {
  background-color: #7154a0;
  color: #FFFFFF;
}

.inner-page .slideBarBox .slideBarLeft .slide .nav ul li ul {
  margin-top: 1em;
  display: none;
}

.inner-page .slideBarBox .slideBarLeft .slide .nav ul li.active ul {
  display: block;
}


.inner-page .slideBarBox .slideBarLeft .slide:last-child {
  margin-bottom: 0;
}
.inner-page .slideBarBox .slideBarRight {
  width: 70%;
  padding-right: 4%;
}
.inner-page .product_list ul {
  margin: -15px;
}
.inner-page .product_list ul li {
  padding: 15px;
}
.inner-page .product_list ul li a.img-box {
  display: block;
  border: 1px solid #eee;
  border-radius: 10px;
}

.inner-page .product_list ul li span.h6 {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 500;
  display: block;
  margin: 1em 0 .5em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .product_list ul li span.h6:hover {
  color: #7154a0;
}
.inner-page .m-page {
  margin-top: 122px;
  text-align: center;
  font-size: 18px;
  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;
}
.inner-page .m-page a,
.inner-page .m-page span {
  width: 2.5em;
  height: 2.5em;
  border-radius: 5px;
  border: 1px solid #c7c7c7;
 display: inline-block;
  text-align: center;
  line-height: 2.5em;
  margin: 0 .3em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .m-page a:hover,
.inner-page .m-page span.current {
  background-color: #71549f;
  color: white;
  border-color: #71549f;
}
.prodet-page .prodet-1 {
  padding: 100px 0;
}
.prodet-page .prodet-1 .left {
  width: 38%;
}
.prodet-page .prodet-1 .left .big {
  width: 75%;
  padding-right: 10px;
}
.prodet-page .prodet-1 .left .small {
  width: 25%;
  padding-left: 10px;
}
.prodet-page .prodet-1 .left img {
  border: 1px solid #eee;
  border-radius: 10px;
}
.prodet-page .prodet-1 .left ul {
  margin: -10px;
}
.prodet-page .prodet-1 .left ul li {
  padding: 10px;
}

.prodet-page .prodet-1 .left .small .slick-track {
  margin-left: 0;
}
.prodet-page .prodet-1 .right {
  width: 55%;
}
.prodet-page .prodet-1 .right h1 {
  font-size: 50px;
  font-weight: bold;
}
.prodet-page .prodet-1 .right .text {
  margin: 1.5em 0;
}

.prodet-page .prodet-1 .right .text strong {
  font-weight: bold;
}


.prodet-page .prodet-1 .right a.btn {
  height: 3.5em;
  line-height: 3.5em;
}
.prodet-page .prodet-1 .right .share {
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3em;
}
.prodet-page .prodet-1 .right .share a {
  width: 1.5em;
  height: 1.5em;
  border-radius: 100%;
  margin-left: 1em;
  background-color: black;
  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;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .right .share a:hover {
  background-color: #7154a0;
}
.prodet-page .prodet-2 .options {
  font-size: 16px;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.prodet-page .prodet-2 .options:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #eee;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.prodet-page .prodet-2 .options span {
  padding: 1em 2em;
  cursor: pointer;
  cursor: hand;
  border: 1px solid transparent;
  border-bottom: none;
  border-top-width: 2px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .options span.active {
  background-color: white;
  color: #7154a0;
  border-color: #eee;
  border-top-color: #7154a0;
}
.prodet-page .prodet-2 .ret {
  margin-top: 50px;
}
.prodet-page .prodet-2 .ret strong {
  font-weight: bold;
}
.prodet-page .prodet-3 {
  padding: 100px 0;
}
.prodet-page .prodet-3 span.h3 {
  font-size: 48px;
  font-weight: bold;
  display: block;
  margin-bottom: 1em;
}
.inner-page a.btn {
  font-size: 15px;
  line-height: 4.53333333em;
  height: 4.53333333em;
  padding: 0 2.4em;
  display: inline-block;
  font-weight: 500;
  color: white;
  background-color: #7154a0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page a.btn img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1em;
  max-width: .7em;
}
.inner-page a.btn:hover {
  background-color: black;
}
.inner-page .form ul {
  margin: -10px;
}
.inner-page .form ul li {
  padding: 10px;
  font-size: 14px;
}
.inner-page .form ul li label {
  display: block;
  margin-bottom: .5em;
  font-weight: 500;
}
.inner-page .form ul li input,
.inner-page .form ul li textarea {
  display: block;
  width: 100%;
  border: none;
  background-color: transparent;
  padding: .5em 0;
  border-bottom: 1px solid #999;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .form ul li input:focus,
.inner-page .form ul li textarea:focus {
  border-color: #7154a0;
}
.inner-page .form ul li textarea {
  height: 80px;
}
.inner-page .form ul li.wid-100 {
  width: 100%;
}
.news-page .news-1 {
  padding: 100px 0;
}
.news-page .news-1 .list ul {
  margin: -15px;
}
.news-page .news-1 .list ul li {
  padding: 15px;
}
.news-page .news-1 .list ul li a.img-box {
  display: block;
}
.news-page .news-1 .list ul li .content {
  -o-box-shadow: 0px 5px 43px 0px rgba(27, 26, 26, 0.06);
  -webkit-box-shadow: 0px 5px 43px 0px rgba(27, 26, 26, 0.06);
  box-shadow: 0px 5px 43px 0px rgba(27, 26, 26, 0.06);
  padding: 10%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  z-index: 1;
  background-color: white;
  border-radius: 15px;
}
.news-page .news-1 .list ul li .content time {
  font-size: 14px;
  display: block;
  margin-bottom: 1em;
}
.news-page .news-1 .list ul li .content span.h6 {
  font-size: 20px;
  font-weight: 500;
  display: block;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 4.8em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .news-1 .list ul li .content .text {
  font-size: 14px;
}
.news-page .news-1 .list ul li .content .pre {
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .news-1 .list ul li .content .pre .text {
  position: absolute;
  font-size: 14px;
  line-height: 2;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  height: 9em;
}
.news-page .news-1 .list ul li .content a.link {
  margin-top: 2em;
}
.news-page .news-1 .list ul li:hover .content {
  margin-top: -30px;
}
.news-page .news-1 .list ul li:hover .content span.h6 {
  opacity: 0;
}
.news-page .news-1 .list ul li:hover .content .text {
  opacity: 1;
}
.news-page .news-1 .list ul li:hover .content .pre {
  padding-bottom: 30px;
}
.newdet-page {
  padding: 100px 0;
}
.newdet-page .slideBarRight time {
  font-size: 14px;
  line-height: 2;
  display: block;
}
.newdet-page .slideBarRight h1 {
  font-size: 40px;
  line-height: 1.6;
  font-weight: bold;
}
.newdet-page .slideBarRight .text {
  margin: 2em 0;
}
.newdet-page .slideBarRight .text h3{
  font-size: 24px;
  line-height: 1.6;
  font-weight: bold;
  color:#7154a0;
}
.newdet-page .slideBarRight .text h4{
  font-size: 20px;
  line-height: 1.8;
  font-weight: bold;
  color:#7154a0;
}
.newdet-page .slideBarRight .text h5{
  font-size: 18px;
  line-height: 1.8;
  font-weight: bold;
  color:#7154a0;
}
.newdet-page .slideBarRight .text p {
  margin-top: 1em;
}
.newdet-page .slideBarRight .text p:first-child {
  margin-top: 0;
}
.newdet-page .slideBarRight .share {
  font-size: 14px;
  line-height: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2em;
}
.newdet-page .slideBarRight .share a {
  margin-left: 1em;
  width: 1.5em;
  height: 1.5em;
  background-color: black;
  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;
  border-radius: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .slideBarRight .share a:hover {
  background-color: #7154a0;
}
.newdet-page .slideBarRight span.h5 {
  font-size: 20px;
  line-height: 2;
  font-weight: 500;
  margin: 2em 0 1em;
  display: block;
}
.inner-page .side-title h4 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  color: #000000;
}
.contact-page {
  padding: 60px 0 0 0;
}
.contact-page .contact-1 {
  padding: 85px 120px 65px 90px;
}
.contact-page .contact-2 {
  padding: 100px 0 110px;
}
.contact-page .contact-2 ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.contact-page .contact-2 ul li {
  width: 25%;
  padding-left: 40px;
}
.contact-page .contact-2 ul li:nth-child(1){
  padding-left: 0;
}
.contact-page .contact-2 ul li:hover .content h6 {
  transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  -webkit-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  -moz-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  -ms-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  -o-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
}
.contact-page .contact-2 ul li .content {
  display: flex;
  align-items: center;
}
.contact-page .contact-2 ul li .content h6 {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: 1px solid #aaaaaa;
  display: flex;
  align-items: center;
  margin-right: 20px;
  justify-content: center;
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}
.contact-page .contact-2 ul li .content h6 i {
  font-size: 20px;
  color: #000000;
}
.contact-page .contact-2 ul li .content p {
  font-size: 16px;
  color: #000000;
  line-height: 2;
  max-width: 290px;
}
.contact-page .contact-2 ul .add {
  padding-left: 0;
}
.contact-page .contact-2 ul .add .content {
  align-items: flex-start;
}
.contact-page .contact-3 {
  padding: 0 120px 0 90px;
}
.contact-page .contact-3 ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.contact-page .contact-3 ul li {
  width: 33.3333%;
  padding-left: 125px;
  position: relative;
  margin-bottom: 45px;
}
.contact-page .contact-3 ul li img {
      width: 160px;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 23px;
  box-shadow: 5px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
.contact-page .contact-3 ul li .content {
  background: #f8f8f8;
  padding: 35px 45px;
}
.contact-page .contact-3 ul li .content .top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-bottom: 1px solid #b3b3b3;
}
.contact-page .contact-3 ul li .content .top .fa {
  font-size: 24px;
  color: #000000;
  line-height: 1;
  display: inline-block;
  margin-right: 18px;
}
.contact-page .contact-3 ul li .content .top h5 {
  font-size: 16px;
  line-height: 1.8;
  color: #000000;
  font-weight: bold;
  max-width: 230px;
  padding-bottom: 10px;
}
.contact-page .contact-3 ul li .content .bottom {
      max-width: 230px;
  margin: 0 0 0 auto;
  margin-top: 10px;
  font-size: 14px;
  color: #000000;
  line-height: 1;
}
.contact-page .contact-3 ul li .content .bottom>div{
  margin-bottom: 15px;
}
.contact-page .contact-3 ul li .content .bottom a{
  color: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    line-height: inherit;
    font-style: inherit;
}
.contact-page .contact-3 ul li .content .bottom p {
  font-size: 14px;
  color: #000000;
  line-height: 1;
  margin-bottom: 15px;
}
.contact-page .contact-4 {
  padding: 0px 0 50px;
}
.contact-page .contact-4 .ui.container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-page .contact-4 .left {
  max-width: 380px;
  padding-top: 40px;
}
.contact-page .contact-4 .left h4 {
  font-size: 48px;
  line-height: 1.5;
  color: #000000;
  font-weight: bold;
  margin-bottom: 10px;
}
.contact-page .contact-4 .left p {
  font-size: 18px;
  line-height: 1.8;
  color: #000000;
  /*font-weight: bold;*/
}
.contact-page .contact-4 .right {
  width: 63%;
}
.contact-page .contact-4 .right form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-page .contact-4 .right form input {
  width: 49%;
  background: none;
  padding: 10px 0;
  border: none;
  border-bottom: 1px solid #000000;
  font-size: 18px;
  color: #000000;
  line-height: 2;
  font-weight: bold;
  margin-bottom: 30px;
}
.contact-page .contact-4 .right form textarea {
  width: 49%;
  background: none;
  border: none;
  padding: 10px 0;
  border-bottom: 1px solid #000000;
  font-size: 18px;
  color: #000000;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 30px;
}
.contact-page .contact-4 .right form input[type="submit"] {
  width: 220px;
  height: 48px;
  background: #000;
  font-size: 16px;
  color: #ffffff;
  line-height: 1;
  border: none;
  font-weight: bold;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-4 .right form input[type="submit"]:hover{
  background: #7154a0;
}
.contact-page .contact-4 .right p {
  font-size: 16px;
  line-height: 2;
  /*font-weight: bold;*/
  color: #989898;
}
@media screen and (max-width: 1700px) {
  .product-yd-page .list ul li.column span.h3 {
    font-size: 24px;
  }
  .product-yd-page .list ul li.column {
    padding: 40px 30px;
  }
  .product-yd-page .list ul {
    margin: -40px -30px;
  }
  .newdet-page,
  .news-page .news-1,
  .gallery-page,
  .prodet-page .prodet-1,
  .prodet-page .prodet-3,
  .product-page,
  .product-yd-page{
    padding: 70px 0;
  }
  .newdet-page .slideBarRight h1,
   .prodet-page .prodet-1 .right h1{
     font-size: 32px;
   }
   .inner-page .slideBarBox .slideBarLeft .slide {
    padding: 30px;
  }
  .inner-page .product_list ul li span.h6 {
    font-size: 18px;
  }
  .prodet-page .prodet-1 .right .text{
    font-size: 16px;
  }
  .news-page .news-1 .list ul li .content{
    padding: 7%;
  }
  .news-page .news-1 .list ul li .content span.h6{
    font-size: 18px;
  }
}
@media screen and (max-width: 1450px) {
  .prodet-page .prodet-1 .right h1,
  .newdet-page .slideBarRight h1{
    font-size: 28px;
  }
  .prodet-page .prodet-2 .ret {
    margin-top: 30px;
  }
  .prodet-page .prodet-3 span.h3 {
    font-size: 24px;
  }
  .product-yd-page .list ul li.column {
    padding: 20px;
  }
  .product-yd-page .list ul {
    margin: -20px;
  }
  .product-yd-page .list ul li.column span.h3 {
    font-size: 20px;
  }
  .inner-page a.link {
    font-size: 14px;
  }
    .inner-page .slideBarBox .slideBarLeft .slide {
    padding: 20px;
  }
  .inner-page .slideBarBox .slideBarLeft .slide .nav ul li a {
    padding: 1em;
  }
  .inner-page .slideBarBox .slideBarLeft .slide span.h5 {
    font-size: 18px;
  }
  .inner-page .product_list ul li span.h6 {
    font-size: 16px;
  }
  .news-page .news-1 .list ul li .content{
    padding: 5%;
  }
  .news-page .news-1 .list ul li .content span.h6{
    font-size: 16px;
  }
  .news-page .news-1 .list ul li:hover .content .pre {
    padding-bottom: 50px;
  }
  .news-page .news-1 .list ul li:hover .content {
    margin-top: -50px;
  }
}
@media screen and (max-width: 1250px) {
  .prodet-page .prodet-1 .right h1,
  .newdet-page .slideBarRight h1{
    font-size: 24px;
  }
  .prodet-page .prodet-1 .right .share {
    margin-top: 1.5em;
  }
  .prodet-page .prodet-2 .options span {
    padding: .7em 1.5em;
  }
    .inner-page .slideBarBox .slideBarLeft + .slideBarRight {
    padding-left: 2%;
  }
    .inner-page .product_list ul li {
    padding: 10px;
  }
  .inner-page .product_list ul {
    margin: -10px;
  }
}
@media screen and (max-width: 1000px) {
  .prodet-page .prodet-1 .left {
    position: static;
    width: 100%;
    padding-right: 0;
  }
  .prodet-page .prodet-1 .right {
    width: 100%;
    margin-top: 40px;
    padding-left: 0;
  }
  .product-yd-page .list ul li.column span.h3 {
    font-size: 18px;
  }
    .inner-page .slideBarBox .slideBarLeft {
    display: none;
  }
  .inner-page .slideBarBox .slideBarLeft + .slideBarRight {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 700px) {
  .prodet-page .prodet-1,
  .prodet-page .prodet-3,
  .product-page,
  .product-yd-page,
  .newdet-page,
  .news-page .news-1{
    padding: 30px 0;
  }
  .prodet-page .prodet-1 .right h1,
  .newdet-page .slideBarRight h1{
    font-size: 20px;
  }
  .product-yd-page .list ul li.column {
    width: 50% !important;
    padding: 10px;
  }
  .product-yd-page .list ul {
    margin: -10px;
  }
  .product-yd-page .list ul li.column span.h3 {
    font-size: 16px;
  }
  .prodet-page .prodet-1 .right .text{
    font-size: 14px;
  }
  .news-page .news-1 .list ul li .content .pre .text {
    position: static;
    opacity: 1;
    margin-top: 1em;
  }
  .news-page .news-1 .list ul li:hover .content span.h6 {
    opacity: 1;
  }
  .news-page .news-1 .list ul li:hover .content {
    margin-top: 0;
  }
  .news-page .news-1 .list ul li:hover .content .pre {
    padding-bottom: 0;
  }
  .news-page .news-1 .list ul li .content a.link {
    margin-top: 1em;
  }
}
@media screen and (max-width: 500px) {
   .product-yd-page .list ul li.column {
    width: 100% !important;
  }
  .news-page .news-1 .list ul li .content span.h6,
  .news-page .news-1 .list ul li .content .pre .text {
    height: auto;
  }
}
.about-page .about-1 {
  background-size: 100% auto;
  padding-top: 8.542%;
}
.about-page .about-1 .top .left {
  width: 55%;
  padding-right: 13%;
}
.about-page .about-1 .top .left span {
  font-size: 18px;
  line-height: 1.5;
  padding-left: 21px;
  position: relative;
}
.about-page .about-1 .top .left span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #000000;
}
.about-page .about-1 .top .left .title {
  font-size: 80px;
  font-weight: bold;
  line-height: 1.2;
  color: #030303;
}
.about-page .about-1 .top .left .title em {
  display: block;
  text-align: right;
}
.about-page .about-1 .top .right {
  width: 45%;
  font-size: 18px;
  line-height: 2;
  color: rgba(0, 0, 0, 0.65);
}
.about-page .about-1 .img {
  padding-top: 65px;
}
.about-page .about-1 .img .box {
  height: 619px;
  position: relative;
  overflow: hidden;
}
.about-page .about-1 .img .box .play{
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 25px;
}
.about-page .about-1 .img .box .play span{
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  color: #000;
  text-align: center;
  line-height: 60px;
  padding-left: 5px;
  position: relative;
  z-index: 1;
}
.about-page .about-1 .img .box .play span::before,
.about-page .about-1 .img .box .play span::after{
  content: '';
  position: absolute;
  z-index: -1;
  top: -15px;
  left: -15px;
  bottom: -15px;
  right: -15px;
  border-radius: 50%;
  background: rgba(255,255,255,0.5);
  -webkit-animation: ks 5s linear infinite;
  -moz-animation: ks 5s linear infinite;
  animation: ks 5s linear infinite;
}
.about-page .about-1 .img .box .play span::before{
  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s;
}
.about-page .about-1 .img .box .mask {
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(/nbarthome/2025/02/27/5523525.jpg);
  background-position: center;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-1 .bottom {
  padding: 72px 61px 0 42px;
  font-size: 18px;
  line-height:1.8;
  color: #000000;
  opacity: 0.65;
}
.about-page .about-1 .data {
  padding: 83px 7px 0 20px;
}
.about-page .about-1 .data ul {
  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;
}
.about-page .about-1 .data ul li {
  position: relative;
  padding: 0 54px 0 51px;
}
.about-page .about-1 .data ul li:nth-child(2) p{
  margin-left: 10px;
}
.about-page .about-1 .data ul li .num {
  font-size: 120px;
  font-weight: bold;
  color: #7154a0;
  opacity: 0.17;
  line-height: 1;
}
.about-page .about-1 .data ul li p {
  position: absolute;
  top: 43%;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 17px;
  line-height: 1.4;
}
.about-page .about-1 .data ul li::after {
  content: '';
  position: absolute;
  top: 34%;
  right: 0;
  width: 1px;
  height: 58px;
  background-color: #000000;
  opacity: 0.1;
}
.about-page .about-1 .data ul li:first-child {
  padding-left: 0;
}
/*.about-page .about-1 .data ul li:last-child {
  padding-right: 0;
}*/
.about-page .about-1 .data ul li:last-child p{
  padding-left: 15px;
}
.about-page .about-1 .data ul li:last-child::after {
  display: none;
}
.about-page .about-2 {
  background: url(../images/about2-bg.jpg) no-repeat center 178px;
  margin-top: 129px;
}
.about-page .about-2 ul li {
  color: #fff;
  padding-bottom: 51px;
  position: relative;
  margin-bottom: 110px;
}
.about-page .about-2 ul li .ig {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.about-page .about-2 ul li .img {
  width: 59.267%;
}
.about-page .about-2 ul li .text {
  width: 40.733%;
  padding: 0 0 106px 53px;
}
.about-page .about-2 ul li .text .tit {
  font-size: 51px;
  line-height: 1.1;
  font-weight: bold;
}
.about-page .about-2 ul li .text .con {
  font-size: 18px;
  line-height: 1.5;
  color: #f4f0ed;
  opacity: 0.65;
  margin-top: 26px;
}
.about-page .about-2 ul li .nr {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  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;
  padding-right: 32px;
}
.about-page .about-2 ul li .nr .left {
  width: 70.466%;
  text-align: right;
  padding-right: 60px;
}
.about-page .about-2 ul li .nr .left span {
  font-size: 18px;
  line-height: 1.5;
  padding: 0 112px 0 21px;
  position: relative;
}
.about-page .about-2 ul li .nr .left span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
}
.about-page .about-2 ul li .nr .left .title {
  font-size: 117px;
  line-height: 1;
  font-weight: bold;
}
.about-page .about-2 ul li .nr .right {
  width: 29.534%;
  height: 1px;
  background-color: #ffffff;
  opacity: 0.26;
}
.about-page .about-2 ul li:nth-child(odd) .ig {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.about-page .about-2 ul li:nth-child(even) .ig {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.about-page .about-2 ul li:nth-child(even) .ig .text {
  padding: 41px 44px 0 0;
}
.about-page .about-2 ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.about-page .about-3 {
  padding: 10% 0 6.407%;
}
.about-page .about-3 .left {
  width: 58.666%;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
.about-page .about-3 .left span {
  font-size: 18px;
  line-height: 1.5;
  padding-left: 21px;
  position: relative;
}
.about-page .about-3 .left span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #000000;
}
.about-page .about-3 .left .title {
  font-size: 76px;
  color: #030303;
  line-height: 1.3;
  font-weight: bold;
  margin-top: 21px;
}
.about-page .about-3 .left .title em {
  display: block;
}
.about-page .about-3 .right {
  width: 41.334%;
  padding-left: 101px;
  position: relative;
}
.about-page .about-3 .right .tag {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.about-page .about-3 .right .tag ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -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-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  height: 100%;
}
.about-page .about-3 .right .tag ul li {
  list-style: none;
  height: 25%;
  position: relative;
  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: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.about-page .about-3 .right .tag ul li span {
  position: absolute;
  width: 1px;
  height: 0;
  background: #20282d;
  left: 27px;
  bottom: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.about-page .about-3 .right .tag ul li a {
  width: 54px;
  height: 54px;
  line-height: 54px;
  background: #fff;
  color: #20282d;
  position: relative;
  text-align: center;
  border: 1px solid #e6e6e6;
  z-index: 2;
  font-size: 20px;
  font-weight: bold;
}
.about-page .about-3 .right .tag ul li.current span {
  height: 100%;
  bottom: auto;
  top: 0;
}
.about-page .about-3 .right .tag ul li.current a {
  background-color: #000000;
  color: #fff;
  border-color: #000;
}
.about-page .about-3 .right .content ul li {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, rgba(241, 238, 226, 0.8)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(rgba(241, 238, 226, 0.8) 90%, rgba(255, 255, 255, 0));
  background: -moz-linear-gradient(rgba(241, 238, 226, 0.8) 90%, rgba(255, 255, 255, 0));
  background: linear-gradient(rgba(241, 238, 226, 0.8) 90%, rgba(255, 255, 255, 0));
  padding: 60px 24px 88px 43px;
  margin-bottom: 60px;
}
.about-page .about-3 .right .content ul li .tit {
  font-size: 82px;
  line-height: 1;
  color: #030303;
  font-weight: bold;
}
.about-page .about-3 .right .content ul li .con {
  font-size: 18px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  margin-top: 21px;
}
.about-page .about-3 .right .content ul li:last-child {
  margin-bottom: 0;
}
.about-page .about-3 .right .content ul li.active {
  background: rgba(241, 238, 226, 0.8);
}
@media screen and (max-width: 1680px) {
  .about-page .about-1 .data ul li {
    padding: 0 50px 0 0;
  }
  .about-page .about-2 {
    background-position-y: 100px;
    background-size: 100% 96%;
  }
  .about-page .about-2 ul li {
    margin-bottom: 60px;
  }
  .about-page .about-3 .left .title {
    font-size: 72px;
  }
}
@media screen and (max-width: 1440px) {
  .about-page .about-1 .top .left {
    padding-right: 8.5%;
  }
  .about-page .about-1 .data ul li .num {
    font-size: 100px;
  }
  .about-page .about-2 ul li .text .tit {
    font-size: 46px;
  }
  .about-page .about-2 ul li .nr .left .title {
    font-size: 90px;
  }
  .about-page .about-2 ul li .text .con {
    font-size: 16px;
  }
  .about-page .about-3 .left .title {
    font-size: 66px;
  }
}
@media screen and (max-width: 1280px) {
  .about-page .about-1 .top .left {
    padding-right: 6%;
  }
  .about-page .about-1 .data ul li {
    padding: 0 26px 0 0;
  }
  .about-page .about-1 .data ul li .num {
    font-size: 90px;
  }
  .about-page .about-2 {
    background-position-y: 0px;
    background-size: 100% 100%;
  }
  .about-page .about-2 ul li {
    margin-bottom: 30px;
  }
  .about-page .about-2 ul li .text {
    padding: 0 0 40px 40px;
  }
  .about-page .about-2 ul li .text .tit {
    font-size: 40px;
  }
  .about-page .about-2 ul li:nth-child(even) .ig {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .about-page .about-2 ul li:nth-child(even) .text {
    padding: 0 40px 0 0;
  }
  .about-page .about-3 .right .content ul li {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 1100px) {
  .about-page .about-1 .top .left .title {
    font-size: 77px;
  }
  .about-page .about-2 ul li .nr .left .title {
    font-size: 83px;
  }
  .about-page .about-3 .left .title {
    font-size: 53px;
  }
  .about-page .about-3 .right .content ul li {
    padding: 40px 20px;
  }
  .about-page .about-3 .right .content ul li .tit {
    font-size: 60px;
  }
  .about-page .about-3 .right .content ul li .con {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-1 .top .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page .about-1 .top .right {
    width: 100%;
  }
  .about-page .about-1 .img {
    padding-top: 40px;
  }
  .about-page .about-1 .bottom {
    padding: 30px 0 0 0;
  }
  .about-page .about-1 .data {
    display: none;
  }
  .about-page .about-2 {
    margin-top: 40px;
  }
  .about-page .about-2 ul li {
    padding-bottom: 0;
  }
  .about-page .about-2 ul li .ig {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-2 ul li .img {
    width: 100%;
  }
  .about-page .about-2 ul li .text {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .about-page .about-2 ul li .nr {
    position: initial;
    margin-top: 20px;
  }
  .about-page .about-2 ul li .nr .left {
    text-align: left;
  }
  .about-page .about-2 ul li .nr .left .title {
    font-size: 54px;
  }
  .about-page .about-2 ul li:nth-child(even) .ig .text {
    padding: 20px 0;
  }
  .about-page .about-3 .left {
    position: initial;
    width: 100%;
  }
  .about-page .about-3 .right {
    width: 100%;
    margin-top: 30px;
  }
  #footer {
    padding: 60px 0 26px;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-1 {
    background: transparent;
    padding-top: 0;
  }
  .about-page .about-2 ul li .nr .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page .about-2 ul li .nr .right {
    display: none;
  }
  .about-page .about-3 .left .title {
    font-size: 46px;
  }
  #footer{
    padding: 20px 0;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-1 .top .left .title {
    font-size: 50px;
  }
  .about-page .about-1 .top .right {
    margin-top: 20px;
    font-size: 16px;
    line-height: 2;
  }
  .about-page .about-1 .img {
    padding-top: 20px;
  }
  .about-page .about-1 .img .box {
    height: 300px;
  }
  .about-page .about-1 .bottom {
    font-size: 16px;
    line-height: 2;
  }
  .about-page .about-2 ul li .text .tit {
    font-size: 32px;
  }
  .about-page .about-2 ul li .nr .left .title {
    font-size: 40px;
  }
  .about-page .about-3 .left .title {
    font-size: 32px;
    line-height: 1.5;
  }
  .about-page .about-3 .right {
    padding-left: 0;
  }
  .about-page .about-3 .right .tag {
    display: none;
  }
  .about-page .about-3 .right .content ul li {
    margin-bottom: 20px;
    background: rgba(241, 238, 226, 0.8);
    padding: 30px 15px;
  }
  .about-page .about-3 .right .content ul li .tit {
    font-size: 40px;
  }
  .about-page .about-3 .right .content ul li .con {
    font-size: 16px;
    line-height: 2;
  }
}
.inner-page span.tag {
  font-size: 18px;
  line-height: 2;
  padding-left: 21px;
  position: relative;
  text-transform: uppercase;
}
.inner-page span.tag::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #000000;
}
.faq-page {
  padding-top: 140px;
}
.faq-page .faq-1 {
  padding-bottom: 8.8023%;
}
.faq-page .faq-1 .header {
  max-width: 1134px;
}
.faq-page .faq-1 .header .title {
  font-size: 90px;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
}
.faq-page .faq-1 .content {
  margin-top: 82px;
  border-top: 1px solid #bebebe;
}
.faq-page .faq-1 .content ul li {
  border-bottom: 1px solid #bebebe;
  padding: 34px 0 40px;
  color: #030303;
}
.faq-page .faq-1 .content ul li .tit {
  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;
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  cursor: pointer;
}
.faq-page .faq-1 .content ul li .tit em {
  padding-right: 34px;
  width: 90%;
}
.faq-page .faq-1 .content ul li .tit i {
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .faq-1 .content ul li .tit i img {
  display: inline-block;
  vertical-align: middle;
}
.faq-page .faq-1 .content ul li .con {
  font-size: 18px;
  line-height: 1.8;
  margin-top: 20px;
  display: none;
}
.faq-page .faq-1 .content ul li.active .tit i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.faq-page .faq-2 .box {
  background: url(../images/faq-1.jpg) no-repeat center center;
  background-size: 100% 100%;
  padding: 11.459% 20% 10.6771%;
  text-align: center;
}
.faq-page .faq-2 .box .play {
  font-size: 36px;
  color: #fff;
  background-color: rgba(71, 26, 26, 0);
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  width: 280px;
  height: 280px;
  line-height: 280px;
  position: relative;
  text-align: center;
}
.faq-page .faq-3 {
  margin-bottom: 13%;
  padding-top: 7%;
}
.faq-page .faq-3 .header {
  color: #030303;
}
.faq-page .faq-3 .header .title {
  font-size: 70px;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
}
.faq-page .faq-3 .header p {
  font-size: 27px;
  line-height: 1.3;
  margin-top: 12px;
}
.faq-page .faq-3 .search {
  text-align: center;
  margin-top: 87px;
}
.faq-page .faq-3 .search form {
  max-width: 773px;
  margin: 0 auto;
  position: relative;
}
.faq-page .faq-3 .search form input[type="text"] {
  width: 100%;
  height: 54px;
  border: 0;
  border-bottom: 1px solid #000;
  font-size: 18px;
  padding-right: 176px;
}
.faq-page .faq-3 .search form input[type="text"]::-webkit-input-placeholder {
  color: rgba(3, 3, 3, 0.4);
}
.faq-page .faq-3 .search form input[type="text"]:-moz-placeholder {
  color: rgba(3, 3, 3, 0.4);
}
.faq-page .faq-3 .search form input[type="text"]::-moz-placeholder {
  color: rgba(3, 3, 3, 0.4);
}
.faq-page .faq-3 .search form input[type="text"]:-ms-input-placeholder {
  color: rgba(3, 3, 3, 0.4);
}
.faq-page .faq-3 .search form input[type="text"]::placeholder {
  color: rgba(3, 3, 3, 0.4);
}
.faq-page .faq-3 .search form input[type="submit"] {
  background: url(../images/faq-icon.png) no-repeat 29px center;
  text-align: right;
  border: 0;
  position: absolute;
  bottom: 14px;
  right: 0;
  font-size: 18px;
  width: 176px;
  text-transform: uppercase;
  color: #030303;
  border-left: 1px solid #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .faq-3 .search form input[type="submit"]:hover {
  background-position-x: 30px;
  color: #7154a0;
  border-color: #7154a0;
}
@media screen and (max-width: 1000px) {
  .faq-page .faq-1 .header .title {
    font-size: 60px;
  }
  .faq-page .faq-3 .header .title {
    font-size: 52px;
  }
  .faq-page .faq-1 {
    background: transparent;
  }
  .inner-page .m-page{
    margin-top: 40px;
  }
}
@media screen and (max-width: 700px) {
  .faq-page .faq-1 .header .title {
    font-size: 45px;
  }
  .faq-page .faq-1 .content {
    margin-top: 40px;
  }
  .faq-page .faq-3 .header .title {
    font-size: 40px;
  }
  .inner-page .m-page{
    margin-top: 20px;
  }
}
@media screen and (max-width: 500px) {
  .faq-page {
    padding-top: 0;
  }
  .faq-page .faq-1 .header .title {
    font-size: 36px;
    line-height: 1.5;
  }
  .faq-page .faq-1 .content {
    margin-top: 20px;
  }
  .faq-page .faq-1 .content ul li .tit {
    font-size: 20px;
    line-height: 1.8;
  }
  .faq-page .faq-1 .content ul li .tit em {
    padding-right: 20px;
  }
  .faq-page .faq-2 .box {
    padding-left: 0;
    padding-right: 0;
  }
  .faq-page .faq-3 {
    background: transparent;
    margin-top: 5%;
  }
  .faq-page .faq-3 .header .title {
    font-size: 36px;
    line-height: 1.5;
  }
  .faq-page .faq-3 .header p {
    font-size: 20px;
    line-height: 1.8;
  }
  .faq-page .faq-3 .search {
    margin-top: 20px;
  }
  .faq-page .faq-3 .search form input[type="text"] {
    padding-right: 0;
  }
  .faq-page .faq-3 .search form input[type="submit"] {
    position: initial;
    margin-top: 20px;
    border: 1px solid #000;
    height: 50px;
    padding-right: 15px;
    background-position-x: 20px;
  }
}

.service-page .service-1 {
  padding: 9.8% 0;
}
.service-page .service-1 .top .left {
  width: 47%;
}
.service-page .service-1 .top .left .title {
  font-size: 90px;
  line-height: 1;
  font-weight: bold;
  color: #030303;
  text-transform: uppercase;
}
.service-page .service-1 .top .right {
  width: 53%;
  font-size: 18px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  vertical-align: bottom;
  margin-bottom: 10px;
}
.service-page .service-1 .bottom {
  padding: 7.8% 0 0 66px;
}
.service-page .service-1 .bottom ul li {
  /*border-right: 1px solid #dcdcdc;*/
  /*text-align: center;*/
  padding-right: 60px;
  width: 21%;
}
.service-page .service-1 .bottom ul li .ig{
  position: relative;
  padding: 15px 20px 0px 0;
}
.service-page .service-1 .bottom ul li .ig::after{
  content: '';
  display: block;
  height: 100%;
  width: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #dcdcdc;
}
.service-page .service-1 .bottom ul li i{
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service-page .service-1 .bottom ul li p {
  font-size: 24px;
  line-height: 1.3;
  color: #030303;
  width: 78%;
  margin-top: 18px;
  text-align: left;
}
.service-page .service-1 .bottom ul li .mores {
  display: block;
  margin-top: 38px;
  position: relative;
  top: auto;
  left: auto;
  height: auto;
  width: auto;
  z-index: 1;
  font-size: 15px;
}
.service-page .service-1 .bottom ul li .mores .link_text {
    position: relative;
    margin-right: 0;
    display: inline-block;
    vertical-align: middle;
    text-indent: -110px;
    visibility: hidden;
    white-space: nowrap;
    opacity: 0;
    margin-top: -10px;
    -webkit-transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
    -ms-transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
    transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
}
.service-page .service-1 .bottom ul li .mores .link_icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    width: 1.4em;
    height: 1.4em;
    line-height: 1.4em;
    text-align: center;
}
.service-page .service-1 .bottom ul li .mores:hover .link_text{
    opacity: 1;
		text-indent: 0;
		margin-right: 6px;
		visibility: visible;
}
.service-page .service-1 .bottom ul li:last-child{
  padding-right: 0;
  width: 16%;
}
.service-page .service-1 .bottom ul li:last-child .ig::after {
  display: none;
}
.service-page .service-1 .bottom ul li:hover i{
  filter: brightness(0);
}
.service-page .service-2 {
  position: relative;
  padding: 87px 0 79px;
  z-index: 1;
}
.service-page .service-2 .left {
  width: 53.646%;
}
.service-page .service-2 .right {
  width: 46.354%;
  color: #fff;
  padding: 38px 20px 0 0;
}
.service-page .service-2 .right .ig {
  max-width: 706px;
  padding-left: 57px;
}
.service-page .service-2 .right .header {
  text-align: right;
}
.service-page .service-2 .right .header .tag {
  color: #fff;
  padding-right: 138px;
}
.service-page .service-2 .right .header .tag::before {
  background: #fff;
  top: 8px;
}
.service-page .service-2 .right .header .title {
  text-align: center;
  font-size: 90px;
  line-height: 1;
  font-weight: bold;
  margin-top: 6px;
  margin-left: -132px;
}
.service-page .service-2 .right .header .con {
  font-size: 18px;
  line-height: 1.5;
  opacity: .65;
  text-align: left;
}
.service-page .service-2 .right .list {
  margin-top: 75px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.service-page .service-2 .right .list ul li {
  padding: 19px 0 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.service-page .service-2 .right .list ul li .tit {
  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;
  font-size: 26px;
}
.service-page .service-2 .right .list ul li .tit em {
  width: 90%;
}
.service-page .service-2 .right .list ul li .tit i {
  position: relative;
  width: 14px;
  height: 14px;
}
.service-page .service-2 .right .list ul li .tit i::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  left: 0;
  top: 6px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.service-page .service-2 .right .list ul li .tit i::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 2px;
  background: #fff;
  top: 0;
  left: 6px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.service-page .service-2 .right .list ul li .con {
  font-size: 18px;
  line-height: 1.5;
  opacity: .65;
  display: none;
}
.service-page .service-2 .right .list ul li.active .tit i::after {
  opacity: 0;
}
.service-page .service-2::after {
  content: '';
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  width: 54.115%;
  height: 100%;
  background-color: #ac8e60;
}
.service-page .service-3 {
  padding-top: 7.2%;
}
.service-page .service-3 .header {
  text-align: right;
}
.service-page .service-3 .header .title {
  font-size: 90px;
  color: #030303;
  line-height: 1;
  font-weight: bold;
  margin-top: 5px;
}
.service-page .service-3 .content {
  margin-top: 65px;
}
.service-page .service-3 .content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
}
.service-page .service-3 .content ul li {
  padding-right: 20px;
  width: 20.79%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
.service-page .service-3 .content ul li .ig {
  border: solid 1px #7154a0;
  border-radius: 20px;
  padding: 55px 35px 30px 37px;
  height: 383px;
}
.service-page .service-3 .content ul li .ig i{
  display: block;
}
.service-page .service-3 .content ul li .ig .tit {
  font-size: 39px;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 15px;
}
.service-page .service-3 .content ul li .ig .con {
  font-size: 18px;
  line-height: 1.5;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease-out, -webkit-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
  transition: opacity 0.1s ease-out, -webkit-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
  -moz-transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96), -moz-transform 0.4s ease-out;
  transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
  transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96), -webkit-transform 0.4s ease-out, -moz-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
  transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96), -webkit-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  -webkit-transform: translateX(50px);
  -moz-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
}
.service-page .service-3 .content ul li .ig .num {
  position: absolute;
  bottom: 30px;
  right: 35px;
  font-size: 16px;
  color: #030303;
  font-weight: bold;
}
.service-page .service-3 .content ul li.active {
  width: 37.63%;
}
.service-page .service-3 .content ul li.active .con {
  opacity: .65;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  transition-delay: 0.4s;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}
.service-page .service-4 {
  padding: 10% 0 5.6%;
}
.service-page .service-4 .header .title {
  font-size: 90px;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  margin-top: 22px;
}
.service-page .service-4 .content {
  margin-top: 51px;
}
.service-page .service-4 .content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -18px;
}
.service-page .service-4 .content ul li {
  padding-right: 18px;
  width: 17.544%;
  -webkit-transition: width 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  -moz-transition: width 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  transition: width 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  overflow: hidden;
}
.service-page .service-4 .content ul li .ig {
  position: relative;
  height: 559px;
}
.service-page .service-4 .content ul li .ig .img {
  margin: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: height 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  -moz-transition: height 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  transition: height 0.6s cubic-bezier(0.65, 0, 0.35, 1);
}
.service-page .service-4 .content ul li .ig .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale(1.06) translateZ(0);
  -moz-transform: scale(1.06) translateZ(0);
  transform: scale(1.06) translateZ(0);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  -moz-transition: transform 0.8s cubic-bezier(0.65, 0, 0.35, 1), -moz-transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 0.8s cubic-bezier(0.65, 0, 0.35, 1), -webkit-transform 0.8s cubic-bezier(0.65, 0, 0.35, 1), -moz-transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  will-change: transform;
}
.service-page .service-4 .content ul li .ig .text {
  background: #fff;
  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;
  padding: 34px 8px 51px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}
.service-page .service-4 .content ul li .ig .text .tit {
  font-size: 41px;
  line-height: 1.1;
  font-weight: bold;
  width: 54%;
}
.service-page .service-4 .content ul li .ig .text .mores {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
  padding: 25px 0 19px 38px;
  position: relative;
  z-index: 1;
}
.service-page .service-4 .content ul li .ig .text .mores img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.service-page .service-4 .content ul li .ig .text .mores em {
  margin-left: 28px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.service-page .service-4 .content ul li .ig .text .mores::after {
  content: '';
  position: absolute;
  left: 59px;
  top: 0;
  width: 57px;
  height: 56px;
  border-radius: 50%;
  border: solid 1px #dcdcdc;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.service-page .service-4 .content ul li .ig .text .mores:hover em {
  -webkit-transform: translateX(-86px);
  -moz-transform: translateX(-86px);
  -ms-transform: translateX(-86px);
  transform: translateX(-86px);
}
.service-page .service-4 .content ul li .ig .text .mores:hover img {
  -webkit-transform: translateX(150px);
  -moz-transform: translateX(150px);
  -ms-transform: translateX(150px);
  transform: translateX(150px);
}
.service-page .service-4 .content ul li.active {
  width: 29.824%;
}
.service-page .service-4 .content ul li.active .ig .img {
  height: 425px;
}
.service-page .service-4 .content ul li.active .ig .img img {
  -webkit-transform: scale(1) translateZ(0);
  -moz-transform: scale(1) translateZ(0);
  transform: scale(1) translateZ(0);
}
.service-page .service-4 .content ul li.active .text {
  opacity: 1;
}
@media screen and (max-width: 1680px) {
  .service-page .service-1 .bottom ul li{
    padding-right: 40px;
  }
  .service-page .service-4 .content ul li.active .text{
    display: block;
  }
  .service-page .service-4 .content ul li .ig .text .tit{
    font-size: 36px;
    width: 100%;
  }
  .service-page .service-4 .content ul li.active .text .mores{
    margin-top: 20px;
  }
}
@media screen and (max-width: 1440px) {
  .service-page .service-1 .bottom ul li p{
    width: 90%;
  }
  .service-page .service-2 .right .header .title{
    font-size: 78px;
    margin-left: -90px;
  }
  .service-page .service-3 .content ul li .ig{
    padding: 40px 30px 30px;
  }
  .service-page .service-3 .content ul li .ig .tit{
    font-size: 32px;
  }
}
@media screen and (max-width: 1280px) {
  .service-page .service-1 .top .left .title{
    font-size: 80px;
  }
  .service-page .service-1 .bottom{
    padding-left: 0;
  }
  .service-page .service-1 .bottom ul li p {
    width: 100%;
  }
  .service-page .service-2{
    padding: 50px 0;
  }
  .service-page .service-2 .left,
  .service-page .service-2 .right{
    vertical-align: middle;
  }
  .service-page .service-2 .right{
    padding-top: 0;
  }
  .service-page .service-2 .right .ig{
    padding-left: 30px;
  }
  .service-page .service-2 .right .header .title {
    font-size: 62px;
    margin-left: 0px;
  }
  .service-page .service-3 .content ul li .ig {
    padding: 40px 20px 30px;
  }
  .service-page .service-3 .content ul li .ig .tit {
    font-size: 29px;
  }
}
@media screen and (max-width: 1100px) {
  .service-page .service-1 .top .left .title {
    font-size: 70px;
  }
  .service-page .service-1 .bottom ul li p{
    font-size: 21px;
  }
  .service-page .service-2 .right .header .title{
    font-size: 53px;
  }
  .service-page .service-2 .right .list{
    margin-top: 40px;
  }
  .service-page .service-3 .content ul li .ig .tit {
    font-size: 26px;
  }
  .service-page .service-4 .content ul li .ig{
    height: 400px;
  }
  .service-page .service-4 .content ul li.active .ig .img{
    height: 300px;
  }
  .service-page .service-4 .content ul li .ig .text{
    padding: 15px 8px 20px;
  }
  .service-page .service-4 .content ul li .ig .text .tit{
    font-size: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .service-page .service-1 .top .left,
  .service-page .service-1 .top .right{
    width: 100%;
  }
  .service-page .service-1 .top .right{
    margin-top: 20px;
  }
  .service-page .service-1 .bottom ul{
    margin-bottom: -20px;
  }
  .service-page .service-1 .bottom ul li:last-child{
    width: 33.3333%;
  }
  .service-page .service-1 .bottom ul li{
    width: 33.3333%;
    margin-bottom: 20px;
  }
  .service-page .service-2 .left{
    display: none;
  }
  .service-page .service-2 .right{
    width: 100%;
  }
  .service-page .service-2::after{
    width: 100%;
  }
  .service-page .service-3 .header .title{
    font-size: 70px;
  }
  .service-page .service-3 .content ul{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -10px;
  }
  .service-page .service-3 .content ul li{
    width: 50%;
    margin-bottom: 10px;
  }
  .service-page .service-3 .content ul li.active{
    width: 50%;
  }
  .service-page .service-3 .content ul li .ig .con{
    opacity: .65;
    -webkit-clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
    clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    transition-delay: .4s;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
  .service-page .service-3 .content ul li .ig {
    padding: 30px 20px 20px;
  }
  .service-page .service-3 .content ul li .ig .con{
    font-size: 17px;
  }
  .service-page .service-4 .header .title{
    font-size: 66px;
  }
  .service-page .service-4 .content ul{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -10px;
  }
  .service-page .service-4 .content ul li{
    width: 50%;
    margin-bottom: 10px;
  }
  .service-page .service-4 .content ul li.active{
    width: 50%;
  }
  .service-page .service-4 .content ul li:last-child{
    width: 100%;
  }
  .service-page .service-4 .content ul li:last-child.active{
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .service-page .service-1 .bottom ul li{
    width: 50%;
    padding-right: 20px;
  }
  .service-page .service-1 .bottom ul li:last-child{
    width: 50%;
  }
  .service-page .service-1 .bottom ul li:nth-child(even){
    padding-right: 0;
  }
  .service-page .service-2 .right .list ul li .tit{
    font-size: 22px;
  }
  .service-page .service-3 .header .title {
    font-size: 53px;
  }
  .service-page .service-3 .content{
    margin-top: 20px;
  }
  .service-page .service-3 .content ul li .ig i{
    zoom: .7;
  }
  .service-page .service-3 .content ul li .ig{
    padding: 10px;
  }
  .service-page .service-3 .content ul li .ig .tit{
    font-size: 24px;
    margin-top: 0;
  }
  .service-page .service-3 .content ul li .ig .num{
    bottom: 0;
  }
  .service-page .service-4 .header .title {
    font-size: 50px;
  }
  .service-page .service-4 .content{
    margin-top: 20px;
  }
  .service-page .service-4 .content ul li .ig .text .tit {
    font-size: 24px;
  }
  .service-page .service-4 .content ul li.active .text .mores{
    zoom: .7;
  }
  .service-page .service-4 .content ul li .ig{
    height: 300px;
  }
}
@media screen and (max-width: 500px) {
  .service-page .service-1 .top .left .title {
    font-size: 50px;
  }
  .service-page .service-1 .top .right{
    font-size: 16px;
    line-height: 1.8;
  }
  .service-page .service-1 .bottom ul li{
    width: 100%;
    padding-right: 0;
  }
  .service-page .service-1 .bottom ul li:last-child{
    width: 100%;
  }
  .service-page .service-1 .bottom ul li .ig{
    padding: 0;
  }
  .service-page .service-1 .bottom ul li .ig::after{
    display: none;
  }
  .service-page .service-2 .right{
    padding: 0 15px;
  }
  .service-page .service-2 .right .ig{
    padding-left: 0;
  }
  .service-page .service-2 .right .header .title {
    font-size: 40px;
  }
  .service-page .service-2 .right .header .con{
    font-size: 16px;
    line-height: 1.8;
  }
  .service-page .service-2 .right .list ul li .tit {
    font-size: 20px;
    line-height: 1.4;
  }
  .service-page .service-3 .header .title {
    font-size: 36px;
  }
  .service-page .service-3 .content ul li,
  .service-page .service-3 .content ul li.active{
    width: 100%;
  }
  .service-page .service-3 .content ul li .ig{
    height: auto;
    padding: 20px 15px;
  }
  .service-page .service-3 .content ul li .ig .tit{
    line-height: 1.5;
  }
  .service-page .service-3 .content ul li .ig .con{
    font-size: 16px;
    line-height: 1.8;
  }
  .service-page .service-4 .header .title {
    font-size: 33px;
  }
  .service-page .service-4 .content ul li,
  .service-page .service-4 .content ul li.active{
    width: 100%;
  }
  .service-page .service-4 .content ul li.active .text .mores{
    zoom: 1;
  }
  .service-page .service-4 .content ul li .ig .text .tit{
    line-height: 1.5;
  }
  .service-page .service-4 .content ul li .ig .text{
    opacity: 1;
    display: block;
  }
}
.application-page {
  padding-bottom: 12%;
}
.application-page .application-list .header {
  max-width: 690px;
}
.application-page .application-list .header .title {
  font-size: 90px;
  font-weight: bold;
  line-height: 1.1;
}
.application-page .application-list .swiper {
  margin-top: 132px;
  padding-bottom: 100px;
}
.application-page .application-list .swiper .tit {
  font-size: 30px;
  line-height: 1.3;
  color: #030303;
  text-align: center;
  margin-top: 25px;
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  transition: opacity .5s ease;
}
.application-page .application-list .swiper .swiper-slide {
  cursor: pointer;
}
.application-page .application-list .swiper .swiper-slide:hover .tit {
  opacity: 1;
}
.application-page .application-list .swiper .swiper-pagination {
  bottom: 0;
  height: 41px;
}
.application-page .application-list .swiper .swiper-pagination-bullet {
  position: relative;
  width: 1px;
  height: 16px;
  border-radius: 0px;
  display: inline-block;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0.5);
  margin: 0 9px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  opacity: 1;
}
.application-page .application-list .swiper .swiper-pagination-bullet-active {
  height: 41px;
  background: #5f5e5f;
}
.tc {
  height: 100%;
  position: fixed;
  z-index: 999;
  top: 79px;
  right: 0;
  width: 100%;
  background: url(../images/beijing.jpg) no-repeat;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.tc .list {
  position: relative;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.tc .list .item {
  position: relative;
  height: 100vh;
  text-align: center;
  padding: 0vh 15vw 0;
}
.tc .list .item .title {
  font-size: 100px;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
.tc .list .item .img {
  position: relative;
  max-width: 600px;
  margin: -4% auto 0;
}
.tc .list .item .img .desc {
  position: absolute;
  right: 30px;
  top: 10%;
  /*color: #fff;*/
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold;
}
.tc .list .item .gallery{
  position: absolute;
  bottom: 100px;
  right: 20%;
}
.tc .list .item .gallery ul{
  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;
  margin-right: -20px;
  text-align: right;
  margin: 0 auto;
}
.tc .list .item .gallery ul li{
  padding-right: 20px;
  max-width: 100px;
  cursor: pointer;
}
.tc .list .item .gallery ul li img{
  width: 100%;
}
.tc.active {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
@media screen and (max-width: 1680px) {
   .contact-page .contact-2 ul li{
    width: 50%;
    padding-left: 0;
    margin-bottom: 10px;
  }
  .contact-page .contact-2 ul li .content p{
    max-width: 83%;
  }
}
@media screen and (max-width: 1440px) {
  .tc .list .item{
    padding: 0 10vw;
  }
}
@media screen and (max-width: 1280px) {
  .tc .list .item{
    padding: 0 6vw;
  }
  .tc .list .item .title{
    font-size: 66px;
  }
}
@media screen and (max-width: 1000px) {
  .application-page .application-list .header .title{
    font-size: 60px;
  }
  .application-page .application-list .swiper{
    margin-top: 60px;
  }
  .application-page .application-list .swiper .tit{
    font-size: 25px;
    line-height: 1.4;
  }
  .tc .list .item{
    padding: 0 10vw;
  }
  .tc .list .item .title{
    font-size: 60px;
  }
  .contact-page {
    padding: 30px 0 0;
  }
  .contact-page .contact-4 .left{
    margin-top: 0;
  }
  .contact-page .contact-4 .right{
    width: 100%;
    margin-top: 20px;
  }
  .contact-page .contact-2{
    padding: 30px 0;
  }
  .contact-page .contact-2 ul li .content h6{
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
  .contact-page .contact-2 ul li .content p{
    max-width: 270px;
  }
}
@media screen and (max-width: 700px) {
  .application-page .application-list .header .title{
    font-size: 40px;
  }
  .application-page .application-list .swiper{
    margin-top: 30px;
    padding-bottom: 30px;
  }
  .tc .list .item{
    padding: 0 6vw;
  }
  .tc .list .item .gallery{
    position: initial;
    margin-top: 20px;
  }
  .tc .list .item .title{
    font-size: 46px;
  }
   .contact-page .contact-2 ul li{
    width: 100%;
    margin-bottom: 10px;
  }
   .contact-page .contact-2 ul li:last-child{
     margin-bottom: 0;
   }
  .contact-page .contact-2 ul li .content p{
    max-width: 100%;
    width: 90%;
  }
}
@media screen and (max-width: 500px) {
  .application-page .application-list .swiper{
    overflow: hidden;
    padding: 0 15px 30px;
  }
  .application-page .application-list .swiper .tit{
    opacity: 1;
    font-size: 24px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .tc .list .item .title{
    font-size: 36px;
  }
  .contact-page .contact-4 .right form input,
  .contact-page .contact-4 .right form textarea{
    width: 100%;
    margin-bottom: 10px;
  }
  .contact-page .contact-4 {
    padding: 0px;
  }
}
.fdsges{
  font-size: 30px;
  line-height: 50px;
  font-weight: bold;
  margin-bottom: 20px;
}
.fdsgd{
  font-size:16px;
  line-height: 2;
}
.gvdfgd h4{
  font-size:22px;
  line-height: 1.8;
  font-weight: bold;
}



.border-0 table td,
.border-0 table th {
  border: 0;
}