body {
  font-family: "Microsoft YaHei", sans-serif;
  background: #f0f8ff;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1600px;
}
.color {
  color: #005bac;
}
#header {
  z-index: 200;
  position: fixed;
  width: 100%;
  top: 20px;
  left: 0;
  transition: top .5s ease;
}
#header.fixed {
  top: 0;
}
#header.fixed .nav:before {
  width: 100%;
}
#header .nav {
  display: inline-block;
  width: 100%;
  position: relative;
}
#header .nav:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  background-color: #8695a3;
  transition: width .5s ease;
}
#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;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
  width: 10%;
}
#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 20px;
  font-size: 20px;
  color: #fff;
  -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 {
  border-color: #005bac;
  color: #005bac;
  -webkit-transition: .5s .5s border;
  -moz-transition: .5s .5s border;
  transition: .5s .5s border;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > a::before {
  opacity: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 25px 0;
}
#header .nav .ui.menu .menu-box ul.menu > li > a::before {
  content: url(/EIqrESyDEyLoIy8qJyyHIyqNT1EQDSkQT0SpIN.jpg);
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -5px;
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  transition: opacity .5s ease;
}
#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: 20px;
  background: #fff;
  top: 100%;
  left: -10px;
  min-width: 180px;
  white-space: nowrap;
  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 #005bac;
  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: 18px;
  -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: #005bac;
  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-phone {
  color: #005bac;
  font-size: 22px;
  font-weight: bold;
  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;
}
#header .nav .ui.menu .h-phone i {
  font-size: 0;
}
#header .nav .ui.menu .h-phone span {
  margin: 0 5px;
  font-size: 20px;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#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(/EIqrESyDEyLoIy8qJyyHIyqNT0SFU0yoJyjpD1cF.jpg) 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(/EIqrESyDEyLoIy8qJyyHIyqNT1MqKHOET0SpIN.jpg) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: #005bac;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("/EIqrESyDEyLoIy8qJyyHIyqNT1qDKS1EEkkDE1bLKEkQJyV.jpg") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("/EIqrESyDEyLoIy8qJyyHIyqNT1qDKS1EEkkDE1bLDkkQJyV.jpg") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots li {
  width: 10px;
  height: 7px;
  display: inline-block;
  margin: 0 10px;
  background-color: #fff;
  opacity: .5;
  -webkit-transform: skewX(-35deg);
  -moz-transform: skewX(-35deg);
  -ms-transform: skewX(-35deg);
  transform: skewX(-35deg);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  opacity: 1;
  -webkit-transform: skewX(-35deg) scale(2);
  -moz-transform: skewX(-35deg) scale(2);
  -ms-transform: skewX(-35deg) scale(2);
  transform: skewX(-35deg) scale(2);
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
  min-width: 700px;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}
table tr:nth-child(even) {
  background: #eee;
}
.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(/EIqrESyDEyLoIy8qJyyHIyqNT1ATURAnHt.jpg) !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: #005bac;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-prevNav {
  background-image: url(/EIqrESyDEyLoIy8qJyyHIyqNT1qDKS1EEkkDE1bLKEkQJyV.jpg);
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-nextNav {
  background-image: url(/EIqrESyDEyLoIy8qJyyHIyqNT1qDKS1EEkkDE1bLDkkQJyV.jpg);
}
#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: #005bac !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("/EIqrESyDEyLoIy8qJyyHIyqNT1kFKI0MEyEGDIqqUSOsIIMnURAnHt.jpg") 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("/EIqrESyDEyLoIy8qJyyHIyqNT1kFKI0MEyEGDIqqURIoKHSHURAnHt.jpg") 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;
  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;
}
#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;
  }
}
.hover-language .zhuyu {
  color: #FFFFFF;
  line-height: 1;
}
.hover-language 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;
}
.hover-language 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;
}
.hover-language ul.sub-menu li:hover a {
  background: #ffb11b;
  color: white;
}
.hover-language:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#banner {
  position: relative;
}
#banner li {
  position: relative;
}
#banner video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#banner .content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner .left {
  width: 50%;
}
#banner h2 {
  margin-bottom: 40px;
  font-size: 55px;
  color: #fff;
  font-weight: bold;
}
#banner p {
  margin-bottom: 50px;
  font-size: 20px;
  color: #fff;
  font-weight: 300;
}
#banner .dots {
  position: absolute;
  left: 10%;
  bottom: 10%;
}
.baseBtn {
  color: #fff;
  background-color: #005bac;
  line-height: 68px;
  border-radius: 35px;
  display: inline-block;
  padding: 0 60px;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.baseBtn span {
  font-size: 20px;
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
}
.baseBtn i {
  display: inline-block;
  vertical-align: top;
}
.baseBtn i img {
  vertical-align: middle;
  display: inline-block;
}
.baseBtn:hover {
  background-color: #000;
}
.our-about .left {
  padding-right: 120px;
  vertical-align: middle;
}
.our-about .right {
  padding-left: 30px;
  vertical-align: middle;
}
.our-about .baseBtn {
  padding: 0 40px;
}
.our-about .Tit div {
  display: inline-block;
  vertical-align: middle;
  color: #005bac;
}
.our-about .Tit div:nth-child(1) {
  font-size: 36px;
  font-weight: bold;
  margin-right: 25px;
}
.our-about .Tit div:nth-child(2) {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
.our-about .Tit div:nth-child(3) {
  font-size: 48px;
  font-weight: bold;
}
.our-about .desc {
  line-height: 2;
}
.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%);
  border-radius: 50%;
  cursor: pointer;
}
.our-about .play::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 1px solid #fff;
  border-radius: inherit;
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-about .play:hover::before {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 1;
}
.our-about .bottom {
  background: url(/EIqrESyDEyLoIy8qJyyHIyqNT1EGKHMNTSAIUI5SIt.jpg) no-repeat center;
  background-size: cover;
  padding: 50px 0;
  margin-top: 95px;
}
.our-about .bottom .list {
  max-width: 700px;
  margin-left: auto;
}
.our-about .bottom .list ul {
  margin: -15px;
}
.our-about .bottom .list li {
  padding: 15px;
}
.our-about .bottom .list li a {
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #fff;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  color: #005bac;
  font-weight: 400;
}
.our-about .bottom .list li a:hover {
  color: #fff;
  background-color: #005bac;
}
.baseTit {
  font-size: 60px;
  line-height: 1;
  font-weight: bold;
  
}
.our-about {
  padding: 70px 0 80px;
  background-color: #f0f8ff;
}
@-webkit-keyframes ty {
  from {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-moz-keyframes ty {
  from {
    -moz-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    -moz-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes ty {
  from {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes sc {
  from {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes sc {
  from {
    -moz-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
  to {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes sc {
  from {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.our-product {
  padding: 100px 0 80px;
}
.our-product .top > div:last-of-type {
  width: 100%;
  max-width: 700px;
}
.our-product .top li {
  display: none;
}
.our-product .top li.active {
  display: block;
}
.our-product .top li.active .name {
  -webkit-animation: ty 0.5s ease-in;
  -moz-animation: ty 0.5s ease-in;
  animation: ty 0.5s ease-in;
}
.our-product .top li.active .text {
  -webkit-animation: ty 0.5s ease-in;
  -moz-animation: ty 0.5s ease-in;
  animation: ty 0.5s ease-in;
}
.our-product .top li .name {
  font-size: 25px;
  font-weight: bold;
  color: #005bac;
  position: relative;
}
.our-product .top li .name::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 50%;
  margin-top: -6px;
  width: 13px;
  height: 13px;
  -webkit-transform: skewX(-25deg);
  -moz-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  background-color: currentcolor;
}
.our-product .top li .text {
  color: #656565;
}
.our-product .center {
  padding: 0 20%;
  position: relative;
}
.our-product .center li {
  display: none;
}
.our-product .center li.active {
  display: block;
}
.our-product .center li.active img {
  -webkit-animation: sc 0.8s ease-in;
  -moz-animation: sc 0.8s ease-in;
  animation: sc 0.8s ease-in;
}
.our-product .center span.arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 40px;
  color: #7d7d7d;
  cursor: pointer;
}
.our-product .center span.arrow:hover {
  color: #005bac;
}
.our-product .center span.arrow.arrow_l {
  left: 20%;
}
.our-product .center span.arrow.arrow_r {
  right: 20%;
}
.our-product .bottom::before {
  content: "";
  border-bottom: 2px solid ;
  position: relative;
  display: block;
  top: 8px;
  opacity: .25;
  width: 83.3%;
  margin: auto;
}
.our-product .bottom li i {
  margin: auto;
  display: block;
  width: 13px;
  height: 13px;
  background-color: #7d7d7d;
  -webkit-transform: skewX(-25deg) scale(0.5);
  -moz-transform: skewX(-25deg) scale(0.5);
  -ms-transform: skewX(-25deg) scale(0.5);
  transform: skewX(-25deg) scale(0.5);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-product .bottom li .name {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  color: #717171;
  text-align: center;
  margin-top: 20px;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-product .bottom li img {
  margin: auto;
}
.our-product .bottom .slick-current li i {
  background-color: #005bac;
  -webkit-transform: skewX(-25deg) scale(1);
  -moz-transform: skewX(-25deg) scale(1);
  -ms-transform: skewX(-25deg) scale(1);
  transform: skewX(-25deg) scale(1);
}
.our-product .bottom .slick-current li .name {
  color: #005bac;
}
.wc {
  color: #ffffff;
}
#r3 {
  position: relative;
  min-height: 100vh;
  width: 100%;
  pointer-events: none;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: cubic-bezier(0.3, 0, 0.24, 1);
  -moz-animation-timing-function: cubic-bezier(0.3, 0, 0.24, 1);
  animation-timing-function: cubic-bezier(0.3, 0, 0.24, 1);
  z-index: 5;
}
#r3 .baseTit {
  position: relative;
  z-index: 20;
  text-align: center;
  color: #fff;
  margin-top: 80px;
}
#r3 .baseTit span {
  font-size: 26px;
  font-weight: 500;
  opacity: .6;
}
#r3 .baseBtn {
  margin-top: 2rem;
}
#r3 .other #clock .msg-box .msg_1 > li .time-note > li.on .baseBtn,
#roll #r3 .other #clock .msg-box .msg_1 > li .time-note > li.next .baseBtn {
  pointer-events: auto;
}
.row .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  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;
}
.row .rowMain {
  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;
  width: 100%;
  height: 100%;
}
.pic {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.row .bg .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#r3 {
  background-color: #000;
  overflow: hidden;
}
#r3 .bg .pic {
  opacity: 0;
  z-index: 2;
  -webkit-transition: opacity 0.7s cubic-bezier(0.65, 0.01, 0.45, 1), -webkit-transform 4s cubic-bezier(0.65, 0.01, 0.45, 1);
  transition: opacity 0.7s cubic-bezier(0.65, 0.01, 0.45, 1), -webkit-transform 4s cubic-bezier(0.65, 0.01, 0.45, 1);
  -moz-transition: opacity 0.7s cubic-bezier(0.65, 0.01, 0.45, 1), transform 4s cubic-bezier(0.65, 0.01, 0.45, 1), -moz-transform 4s cubic-bezier(0.65, 0.01, 0.45, 1);
  transition: opacity 0.7s cubic-bezier(0.65, 0.01, 0.45, 1), transform 4s cubic-bezier(0.65, 0.01, 0.45, 1);
  transition: opacity 0.7s cubic-bezier(0.65, 0.01, 0.45, 1), transform 4s cubic-bezier(0.65, 0.01, 0.45, 1), -webkit-transform 4s cubic-bezier(0.65, 0.01, 0.45, 1), -moz-transform 4s cubic-bezier(0.65, 0.01, 0.45, 1);
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
#r3 .bg .pic.on {
  opacity: 1;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  z-index: 10;
}
#r3 .rowMain {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
  height: -webkit-calc(100% - 1.3rem);
  height: -moz-calc(100% - 1.3rem);
  height: calc(100% - 1.3rem);
  top: 1.3rem;
  transition: opacity 1s ease-out;
  -webkit-transition: opacity 1s ease-out;
  -moz-transition: opacity 1s ease-out;
  -o-transition: opacity 1s ease-out;
  -ms-transition: opacity 1s ease-out;
  pointer-events: none;
}
#r3 .rowMain .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  top: auto;
  height: -webkit-calc(100% + 1.3rem);
  height: -moz-calc(100% + 1.3rem);
  height: calc(100% + 1.3rem);
  bottom: 0;
}
#r3 .rowMain .mask:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.3;
}
#r3 .rowMain .con {
  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-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;
}
#r3 .rowMain .con > div {
  position: relative;
  margin-top: -0.65rem;
}
#r3 .rowMain .con > div h2 {
  line-height: 1;
  margin-bottom: 0.4rem;
  opacity: 0;
}
#r3 .rowMain .con > div p {
  line-height: 1;
  opacity: 0;
}
#r3 .rowMain .con > div .ad {
  position: absolute;
  top: 0;
  opacity: 0;
  right: -webkit-calc(100% + 30px);
  right: -moz-calc(100% + 30px);
  right: calc(100% + 30px);
  height: 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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1.4rem;
  color: #fff;
}
#r3 .rowMain .con .cirBox {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  width: 24vw;
  height: 24vw;
  transition: all 2s ease-out;
  -webkit-transition: all 2s ease-out;
  -moz-transition: all 2s ease-out;
  -o-transition: all 2s ease-out;
  -ms-transition: all 2s ease-out;
}
#r3 .rowMain .con .cirBox .img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#r3 .rowMain .con .cirBox svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
}
#r3 .rowMain .con .cirBox svg circle {
  stroke-width: 2px;
  stroke: #fff;
  stroke-dasharray: 400%;
  transition: stroke-dashoffset 0.6s ease-out;
  -webkit-transition: stroke-dashoffset 0.6s ease-out;
  -moz-transition: stroke-dashoffset 0.6s ease-out;
  -o-transition: stroke-dashoffset 0.6s ease-out;
  -ms-transition: stroke-dashoffset 0.6s ease-out;
}
#r3 .rowMain .con .cirBox svg#cirBg circle {
  stroke: rgba(255, 255, 255, 0.2);
  stroke-dashoffset: 85%;
}
#r3 .rowMain .con .cirBox svg#cirCon {
  display: none;
}
#r3 .rowMain .con .cirBox svg#cirCon circle {
  stroke-dashoffset: 198%;
}
#r3 .other {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  height: -webkit-calc(100% - 1.3rem);
  height: -moz-calc(100% - 1.3rem);
  height: calc(100% - 1.3rem);
  top: 4rem;
  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;
  padding: 0 15vw;
  z-index: 13;
  opacity: 0;
  pointer-events: none;
  transition: all 0.6s ease-out;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
}
#r3 .other #clock {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 30;
  width: 35vw;
  height: 35vw;
  transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
}
#r3 .other #clock.l5 {
  width: 32vw;
  height: 32vw;
}
#r3 .other #clock > img {
  height: 100%;
  position: absolute;
  z-index: 3;
}
#r3 .other #clock .time-box {
  pointer-events: none;
  z-index: 5;
  position: absolute;
  width: -webkit-calc(100% + 44px);
  width: -moz-calc(100% + 44px);
  width: calc(100% + 44px);
  height: -webkit-calc(100% + 44px);
  height: -moz-calc(100% + 44px);
  height: calc(100% + 44px);
  top: -22px;
  left: -22px;
}
#r3 .other #clock .time-box > ul {
  width: 0;
  position: absolute;
}
#r3 .other #clock .time-box > ul.time-num {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  bottom: 55%;
  left: 50%;
  height: 50%;
}
#r3 .other #clock .time-box > ul.time-num > li > i {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#r3 .other #clock .time-box > ul.time-num > li.on > i {
  opacity: 1;
}
#r3 .other #clock .time-box > ul > li {
  height: -webkit-calc(100% + 7.5px);
  height: -moz-calc(100% + 7.5px);
  height: calc(100% + 7.5px);
  position: absolute;
  top: -8px;
  left: 0;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
#r3 .other #clock .time-box > ul > li i {
  position: absolute;
  opacity: 0.5;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (min-width: 1025px) {
  #r3 .other #clock .time-box > ul > li:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #r3 .other #clock .time-box > ul > li:nth-of-type(1) i {
    -webkit-transform: translateX(-50%) rotate(-45deg);
    -moz-transform: translateX(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
  }
  #r3 .other #clock .time-box > ul > li:nth-of-type(2) {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  #r3 .other #clock .time-box > ul > li:nth-of-type(2) i {
    -webkit-transform: translateX(-50%) rotate(-135deg);
    -moz-transform: translateX(-50%) rotate(-135deg);
    -ms-transform: translateX(-50%) rotate(-135deg);
    transform: translateX(-50%) rotate(-135deg);
  }
  #r3 .other #clock .time-box > ul > li:nth-of-type(3) {
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  #r3 .other #clock .time-box > ul > li:nth-of-type(3) i {
    -webkit-transform: translateX(-50%) rotate(-225deg);
    -moz-transform: translateX(-50%) rotate(-225deg);
    -ms-transform: translateX(-50%) rotate(-225deg);
    transform: translateX(-50%) rotate(-225deg);
  }
  #r3 .other #clock .time-box > ul > li:nth-of-type(4) {
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  #r3 .other #clock .time-box > ul > li:nth-of-type(4) i {
    -webkit-transform: translateX(-50%) rotate(-315deg);
    -moz-transform: translateX(-50%) rotate(-315deg);
    -ms-transform: translateX(-50%) rotate(-315deg);
    transform: translateX(-50%) rotate(-315deg);
  }
}
@media screen and (min-width: 1025px) {
  #r3 .other #clock .time-box > ul.l5 > li:nth-of-type(1) {
    -webkit-transform: rotate(72deg);
    -moz-transform: rotate(72deg);
    -ms-transform: rotate(72deg);
    transform: rotate(72deg);
  }
  #r3 .other #clock .time-box > ul.l5 > li:nth-of-type(1) i {
    -webkit-transform: translateX(-50%) rotate(-72deg);
    -moz-transform: translateX(-50%) rotate(-72deg);
    -ms-transform: translateX(-50%) rotate(-72deg);
    transform: translateX(-50%) rotate(-72deg);
  }
  #r3 .other #clock .time-box > ul.l5 > li:nth-of-type(2) {
    -webkit-transform: rotate(144deg);
    -moz-transform: rotate(144deg);
    -ms-transform: rotate(144deg);
    transform: rotate(144deg);
  }
  #r3 .other #clock .time-box > ul.l5 > li:nth-of-type(2) i {
    -webkit-transform: translateX(-50%) rotate(-144deg);
    -moz-transform: translateX(-50%) rotate(-144deg);
    -ms-transform: translateX(-50%) rotate(-144deg);
    transform: translateX(-50%) rotate(-144deg);
  }
  #r3 .other #clock .time-box > ul.l5 > li:nth-of-type(3) {
    -webkit-transform: rotate(216deg);
    -moz-transform: rotate(216deg);
    -ms-transform: rotate(216deg);
    transform: rotate(216deg);
  }
  #r3 .other #clock .time-box > ul.l5 > li:nth-of-type(3) i {
    -webkit-transform: translateX(-50%) rotate(-216deg);
    -moz-transform: translateX(-50%) rotate(-216deg);
    -ms-transform: translateX(-50%) rotate(-216deg);
    transform: translateX(-50%) rotate(-216deg);
  }
  #r3 .other #clock .time-box > ul.l5 > li:nth-of-type(4) {
    -webkit-transform: rotate(288deg);
    -moz-transform: rotate(288deg);
    -ms-transform: rotate(288deg);
    transform: rotate(288deg);
  }
  #r3 .other #clock .time-box > ul.l5 > li:nth-of-type(4) i {
    -webkit-transform: translateX(-50%) rotate(-288deg);
    -moz-transform: translateX(-50%) rotate(-288deg);
    -ms-transform: translateX(-50%) rotate(-288deg);
    transform: translateX(-50%) rotate(-288deg);
  }
  #r3 .other #clock .time-box > ul.l5 > li:nth-of-type(5) {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  #r3 .other #clock .time-box > ul.l5 > li:nth-of-type(5) i {
    -webkit-transform: translateX(-50%) rotate(-360deg);
    -moz-transform: translateX(-50%) rotate(-360deg);
    -ms-transform: translateX(-50%) rotate(-360deg);
    transform: translateX(-50%) rotate(-360deg);
  }
}
#r3 .other #clock .time-box > ul.time-cir {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  bottom: 50%;
  left: 50%;
  height: 50%;
}
#r3 .other #clock .time-box > ul.time-cir > li > i {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  line-height: 60px;
  text-align: center;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  border: 2px solid;
  opacity: 0.8;
  cursor: pointer;
  pointer-events: auto;
  border-color: transparent;
}
@media screen and (max-width: 600px) {
  #r3 .other #clock .time-box > ul.time-cir > li > i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    line-height: 6px;
    text-align: center;
  }
}
#r3 .other #clock .time-box > ul.time-cir > li > i > span {
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
  background-color: #fff;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -o-transform: scale(0.5);
  -ms-transform: scale(0.5);
}
@media screen and (max-width: 600px) {
  #r3 .other #clock .time-box > ul.time-cir > li > i > span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    line-height: 8px;
    text-align: center;
  }
}
#r3 .other #clock .time-box > ul.time-cir > li > i > a {
  position: absolute;
  opacity: 0;
  bottom: 15px;
  transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
}
#r3 .other #clock .time-box > ul.time-cir > li > i > a small {
  font-size: 40px;
  line-height: 1;
  display: inline-block;
}
#r3 .other #clock .time-box > ul.time-cir > li > i > a em {
  white-space: nowrap;
  display: block;
  line-height: 1;
}
#r3 .other #clock .time-box > ul.time-cir > li.on {
  pointer-events: none;
}
#r3 .other #clock .time-box > ul.time-cir > li.on > i {
  opacity: 1;
  pointer-events: none;
  border-color: #fff;
}
@media screen and (min-width: 1025px) {
  #r3 .other #clock .time-box > ul.time-cir > li:nth-child(1) > i > a {
    left: -webkit-calc(100% + 40px);
    left: -moz-calc(100% + 40px);
    left: calc(100% + 40px);
    bottom: 15px;
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -o-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -webkit-transition-delay: 4s;
    -moz-transition-delay: 4s;
    transition-delay: 4s;
  }
  #r3 .other #clock .time-box > ul.time-cir > li:nth-child(2) > i > a {
    left: -webkit-calc(100% + 40px);
    left: -moz-calc(100% + 40px);
    left: calc(100% + 40px);
    top: 20px;
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -o-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -webkit-transition-delay: 4.1s;
    -moz-transition-delay: 4.1s;
    transition-delay: 4.1s;
  }
  #r3 .other #clock .time-box > ul.time-cir > li:nth-child(3) > i > a {
    right: -webkit-calc(100% + 40px);
    right: -moz-calc(100% + 40px);
    right: calc(100% + 40px);
    top: 20px;
    transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -webkit-transition-delay: 4.2s;
    -moz-transition-delay: 4.2s;
    transition-delay: 4.2s;
  }
  #r3 .other #clock .time-box > ul.time-cir > li:nth-child(4) > i > a {
    right: -webkit-calc(100% + 40px);
    right: -moz-calc(100% + 40px);
    right: calc(100% + 40px);
    bottom: 15px;
    transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -webkit-transition-delay: 4.3s;
    -moz-transition-delay: 4.3s;
    transition-delay: 4.3s;
  }
  #r3 .other #clock .time-box > ul.time-cir > li:nth-child(5) > i > a {
    left: 50%;
    bottom: -webkit-calc(100% + 10px);
    bottom: -moz-calc(100% + 10px);
    bottom: calc(100% + 10px);
    transform: translateX(-50%) !important;
    -webkit-transform: translateX(-50%) !important;
    -moz-transform: translateX(-50%) !important;
    -o-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    -webkit-transition-delay: 4.3s;
    -moz-transition-delay: 4.3s;
    transition-delay: 4.3s;
  }
}
#r3 .other #clock .time-move {
  z-index: 4;
  position: absolute;
  width: -webkit-calc(100% + 10px);
  width: -moz-calc(100% + 10px);
  width: calc(100% + 10px);
  height: -webkit-calc(100% + 10px);
  height: -moz-calc(100% + 10px);
  height: calc(100% + 10px);
  left: -5px;
  top: -5px;
}
@media screen and (min-width: 600px) {
  #r3 .other #clock .time-move canvas {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    top: -1px;
  }
}
@media screen and (max-width: 600px) {
  #r3 .other #clock .time-move canvas {
    width: 100%;
  }
}
#r3 .other #clock .msg-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  pointer-events: none;
}
#r3 .other #clock .msg-box .msg_1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 78%;
  height: 72%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -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;
}
#r3 .other #clock .msg-box .msg_1 > li {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#r3 .other #clock .msg-box .msg_1 > li .time-note {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#r3 .other #clock .msg-box .msg_1 > li .time-note > li {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  min-height: 168px;
  width: 100%;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#r3 .other #clock .msg-box .msg_1 > li .time-note > li h3 {
  font-size: 80px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  margin: 0.6rem 0 0.3rem 0;
}
#r3 .other #clock .msg-box .msg_1 > li .time-note > li.on,
#r3 .other #clock .msg-box .msg_1 > li .time-note > li.next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#r3 .other #clock .msg-box .msg_1 > li .layer-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 6px;
  margin-top: 20px;
  text-align: center;
  -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;
  width: 1.8rem;
  height: 0.58rem;
  background-color: #fff;
  color: #808080;
  max-width: 160px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#r3 .other #clock .msg-box .msg_1 > li .layer-btn > i {
  color: #ac0d14;
  font-size: 26px;
  margin-left: 10px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
#r3 .other #clock .msg-box .msg_1 > li .layer-btn:hover {
  background-color: #ac0d14;
  color: #fff;
  -webkit-box-shadow: 0 5px 12px -3px rgba(0, 0, 0, 0.12);
  box-shadow: 0 5px 12px -3px rgba(0, 0, 0, 0.12);
}
#r3 .other #clock .msg-box .msg_1 > li .layer-btn:hover > i {
  color: #fff;
}
#r3 .other .dotBox {
  display: none;
  position: absolute;
  bottom: 0;
  left: 50px;
  width: 50px;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#r3 .other .dotBox > li {
  position: relative;
  margin: 0.2rem 0;
  cursor: pointer;
}
#r3 .other .dotBox > li svg {
  display: block;
  width: 38px;
  height: 38px;
  position: relative;
  z-index: 5;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
#r3 .other .dotBox > li svg circle {
  stroke-width: 2px;
  stroke: #fff;
  stroke-dasharray: 300%;
  stroke-dashoffset: 300%;
  transition: stroke-dashoffset 0.01s ease-out;
  -webkit-transition: stroke-dashoffset 0.01s ease-out;
  -moz-transition: stroke-dashoffset 0.01s ease-out;
  -o-transition: stroke-dashoffset 0.01s ease-out;
  -ms-transition: stroke-dashoffset 0.01s ease-out;
}
#r3 .other .dotBox > li span {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  width: 38px;
  height: 38px;
  border: 2px solid transparent;
  border-radius: 50%;
  transition: border-color 0.6s ease-out;
  -webkit-transition: border-color 0.6s ease-out;
  -moz-transition: border-color 0.6s ease-out;
  -o-transition: border-color 0.6s ease-out;
  -ms-transition: border-color 0.6s ease-out;
}
#r3 .other .dotBox > li span:after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#r3 .other .dotBox > li.on svg circle {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 5s ease-out;
  -webkit-transition: stroke-dashoffset 5s ease-out;
  -moz-transition: stroke-dashoffset 5s ease-out;
  -o-transition: stroke-dashoffset 5s ease-out;
  -ms-transition: stroke-dashoffset 5s ease-out;
}
#r3 .other .dotBox > li.on span {
  border-color: rgba(255, 255, 255, 0.3);
}
#r3 .other.on {
  opacity: 1;
  pointer-events: auto;
}
#r3.over {
  z-index: 16;
  opacity: 1;
  border-radius: 20px;
  -webkit-animation-name: banner_in_1;
  -moz-animation-name: banner_in_1;
  animation-name: banner_in_1;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
#r3.in {
  z-index: 15;
  opacity: 1;
  border-radius: 20px;
  -webkit-animation-name: banner_in;
  -moz-animation-name: banner_in;
  animation-name: banner_in;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
#r3.out {
  z-index: 10;
  opacity: 1;
  border-radius: 20px;
  -webkit-animation-name: banner_in_1;
  -moz-animation-name: banner_in_1;
  animation-name: banner_in_1;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
#r3.on .rowMain {
  opacity: 0;
  -webkit-transition-delay: 2s;
  -moz-transition-delay: 2s;
  transition-delay: 2s;
}
#r3.on .rowMain .con .cirBox {
  width: 38vw;
  height: 38vw;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
#r3.on .rowMain .con .cirBox img {
  -webkit-animation: loopCir 10s linear infinite;
  -moz-animation: loopCir 10s linear infinite;
  animation: loopCir 10s linear infinite;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
#r3.on .rowMain .con > div h2 {
  -webkit-animation: ani1 2s ease-in-out;
  -moz-animation: ani1 2s ease-in-out;
  animation: ani1 2s ease-in-out;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
#r3.on .rowMain .con > div p {
  -webkit-animation: ani1 2s ease-in-out;
  -moz-animation: ani1 2s ease-in-out;
  animation: ani1 2s ease-in-out;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
#r3.on .rowMain .con > div .ad {
  -webkit-animation: ani1 2s ease-in-out;
  -moz-animation: ani1 2s ease-in-out;
  animation: ani1 2s ease-in-out;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
#r3.on .other #clock .time-box .time-cir > li i > a {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  opacity: 1;
}
.our-news {
  overflow: hidden;
  /*background-color: #f6f6f6;*/
  padding: 60px 0 160px;
}
.our-news .list .box {
  border: 1px solid #bababa;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-news .list .box:hover {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-color: transparent;
}
.our-news .list .box:hover .text {
  color: #005bac;
}
.our-news .list .box:hover .text i {
  background-color: #005bac;
}
.our-news .list ul {
  margin: -23px;
}
.our-news .list li {
  padding: 23px;
}
.our-news .list .img img {
  width: 490px;
  height: 260px;
}
.our-news .list .text {
  padding: 3% 10% 3%;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-news .list .text .name {
  line-height: 1.5;
  /*min-height: 3em;*/
}
.our-news .list .text i {
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 12px;
  text-align: center;
  color: #fff;
  background-color: #626262;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
/*.our-news .slick-list {
  overflow: unset;
  padding-right: 10%;
}*/
#footer {
  background: url(/EIqrESyDEyLoIy8qJyyHIyqNT1ArKHpMI1LpJHEF.jpg) no-repeat center;
  background-size: cover;
}
#footer .form {
  -webkit-transform: translateY(-120px);
  -moz-transform: translateY(-120px);
  -ms-transform: translateY(-120px);
  transform: translateY(-120px);
  margin-bottom: -120px;
}
#footer .form .box {
  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;
  height: 240px;
  background: url(/EIqrESyDEyLoIy8qJyyHIyqNT1ArDS4MI1LpJHEF.jpg) no-repeat center;
  background-size: cover;
  border-radius: 50px;
  padding: 0 30px;
}
#footer .form .box .Tit {
  font-size: 48px;
  color: #fff;
  font-weight: bold;
  margin-right: 5%;
}
#footer .form .box form {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#footer .form .box form input {
  padding: 5px;
  font-size: 18px;
  color: #fff;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  width: 100%;
}
#footer .form .box form input::-webkit-input-placeholder {
  color: #fff;
}
#footer .form .box form input:-moz-placeholder {
  color: #fff;
}
#footer .form .box form input::-moz-placeholder {
  color: #fff;
}
#footer .form .box form input:-ms-input-placeholder {
  color: #fff;
}
#footer .form .box form input::placeholder {
  color: #fff;
}
#footer .form .box form button {
  font-size: 18px;
  background-color: transparent;
  border: none;
  color: #fff;
  width: 100%;
}
#footer .form .box form button span {
  font-size: 0;
  vertical-align: middle;
}
#footer .form .box form button img {
  width: 18px;
  vertical-align: bottom;
}
#footer .form .box ul {
  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;
}
#footer .form .box ul li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#footer .form .box ul li:nth-child(3) {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  -moz-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
#footer .form .box ul li:not(:last-child) {
  margin-right: 40px;
}
#footer .foot-top {
  padding: 70px 0;
}
#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-block h4 {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: bold;
}
#footer .foot-top .foot-block ul {
  display: inline-block;
}
#footer .foot-top .foot-block ul + ul {
  margin-left: 50px;
}
#footer .foot-top .foot-block ul li {
  font-size: 18px;
  line-height: 2;
  opacity: .75;
}
#footer .foot-top .foot-block ul li a:hover {
  color: #005bac;
}
#footer .foot-bottom {
  background-color: rgba(49, 49, 49, 0.75);
  color: #fff;
  line-height: 38px;
  padding: 20px 0;
}
#footer .foot-bottom img {
  max-height: 16px;
  vertical-align: middle;
}
#footer .foot-bottom .login {
  display: inline-block;
  vertical-align: top;
}
#footer .foot-bottom .social-links a {
  display: inline-block;
  width: 38px;
  height: 38px;
  border-radius: 19px;
  line-height: 38px;
  text-align: center;
  font-size: 20px;
}
#footer .foot-bottom .social-links a + a {
  margin-left: 20px;
}
#footer .foot-bottom .social-links a:nth-child(1) {
  background-color: #3b579d;
}
#footer .foot-bottom .social-links a:nth-child(2) {
  background-color: #ff0000;
}
#footer .foot-bottom .social-links a:nth-child(3) {
  background-color: #1da1f2;
}
#footer .foot-bottom .social-links a:nth-child(4) {
  background-color: #007ab9;
}
#ewm {
  width: 85px;
  border: 5px solid #fff;
  margin: auto;
}
@media (max-width: 1600px) {
  .ui.container {
    width: 1400px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 18px;
  }
  #header .nav .ui.menu .h-phone {
    display: none;
  }
  .our-about .left {
    padding-right: 30px;
  }
  .baseTit {
    font-size: 50px;
  }
  .baseBtn span {
    font-size: 18px;
  }
  .our-about .Tit div:nth-child(1) {
    font-size: 28px;
  }
  .our-about .Tit div:nth-child(3) {
    font-size: 36px;
  }
  .baseBtn {
    line-height: 58px;
    padding: 0 35px;
  }
  .our-product .bottom li .name {
    font-size: 18px;
  }
  #r3 .other #clock .msg-box .msg_1 > li .time-note > li h3 {
    font-size: 50px;
  }
  #footer .form .box .Tit {
    font-size: 40px;
  }
  #footer .foot-top .foot-block h4 {
    font-size: 24px;
  }
}
@media (max-width: 1400px) {
  .ui.container {
    width: 1200px;
  }
  #header .nav .ui.menu .logo {
    width: 150px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 16px;
  }
  #header {
    top: 0;
  }
  #banner h2 {
    font-size: 45px;
  }
  #banner p {
    font-size: 16px;
  }
  .baseBtn span {
    font-size: 16px;
  }
  .our-about .right {
    padding: 0;
  }
  .font-18 {
    font-size: 16px;
  }
  .baseTit {
    font-size: 40px;
  }
  #r3 .baseTit span {
    font-size: 18px;
  }
  .our-product .bottom li .name {
    font-size: 16px;
  }
  .our-product .top > div:last-of-type {
    max-width: 500px;
  }
  .font-20 {
    font-size: 16px;
  }
  .font-22 {
    font-size: 18px;
  }
  #r3 .other #clock .msg-box .msg_1 > li .time-note > li h3 {
    font-size: 30px;
  }
  .our-news .list ul {
    margin: -15px;
  }
  .our-news .list li {
    padding: 15px;
  }
  #footer .form .box form input {
    font-size: 16px;
  }
  #footer .foot-top .foot-block ul li {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .ui.container {
    width: 1000px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 15px;
    font-size: 14px;
  }
  .font-16 {
    font-size: 14px;
  }
  #banner h2 {
    font-size: 36px;
    margin-bottom: 20px;
  }
  #banner p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .baseBtn span {
    font-size: 14px;
  }
  .baseBtn i img {
    width: 18px;
  }
  .baseBtn {
    line-height: 45px;
    padding: 0 20px;
  }
  .font-18 {
    font-size: 14px;
  }
  .our-about .Tit div:nth-child(1) {
    font-size: 20px;
  }
  .our-about .Tit div:nth-child(2) {
    font-size: 14px;
  }
  .our-about .Tit div:nth-child(3) {
    font-size: 24px;
  }
  .baseTit {
    font-size: 32px;
  }
  .our-product .bottom::before {
    width: 80%;
  }
  .our-news .slick-list {
    padding: 0;
  }
  #footer .form .box form input {
    font-size: 14px;
  }
  .our-news .list .text {
    padding: 5%;
  }
  #footer .foot-top .foot-block .logo {
    max-width: 150px;
  }
  #footer .foot-top .foot-block h4 {
    font-size: 18px;
  }
  #footer .foot-top .foot-block ul li {
    font-size: 14px;
  }
  #footer .foot-bottom img {
    max-height: 14px;
  }
  #footer .form .box .Tit {
    font-size: 30px;
  }
}
@media screen and (max-width: 1280px) {
  html {
    font-size: 70px;
  }
  #r3 .other {
    top: 1.3rem;
  }
  #r3 .baseBtn {
    margin-top: 0.7rem;
  }
}
@media screen and (max-width: 1024px) {
  #r3 > .other #clock,
  #r3.on > .rowMain .con .cirBox {
    width: 66.66vw !important;
    height: 66.66vw !important;
  }
  #r3 .rowMain .con {
    position: absolute;
    width: 66.66vw;
    padding: 0;
  }
  #r3 .rowMain .con > div {
    margin: 0 0 0 39.4%;
  }
  #r3 .rowMain .con > div h2 {
    margin-bottom: .3rem;
  }
  #r3 .rowMain .con > div p {
    font-size: .54rem;
    line-height: 1.11;
  }
  #r3 .rowMain .con > div .ad {
    right: -webkit-calc(100% + .15rem);
    right: -moz-calc(100% + .15rem);
    right: calc(100% + .15rem);
  }
  #r3 .other #clock > img {
    display: none;
  }
  #r3 .other #clock .time-move canvas {
    display: none;
  }
  #r3 .other #clock .time-box {
    left: -16.67vw;
    top: auto;
    bottom: -webkit-calc(50% - 50vh + 1.4rem + .6rem);
    bottom: -moz-calc(50% - 50vh + 1.4rem + .6rem);
    bottom: calc(50% - 50vh + 1.4rem + .6rem);
    width: 100vw;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
  }
  #r3 .other #clock .time-box > ul.time-cir {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    height: auto;
    width: 100%;
    left: 0;
    margin-top: -webkit-calc(-.35rem + 2px);
    margin-top: -moz-calc(-.35rem + 2px);
    margin-top: calc(-.35rem + 2px);
  }
  #r3 .other #clock .time-box > ul.time-cir > li {
    width: .7rem;
    height: .7rem;
    position: relative;
    left: auto;
    top: auto;
  }
  #r3 .other #clock .time-box > ul.time-cir > li.on > i {
    border-color: #ac0d14;
  }
  #r3 .other #clock .time-box > ul.time-cir > li.on > i span {
    opacity: 1;
  }
  #r3 .other #clock .time-box > ul.time-cir > li.on > i > a {
    opacity: 0;
  }
  #r3 .other #clock .time-box > ul.time-cir > li > i {
    width: 100%;
    height: 100%;
    border: .04rem solid transparent;
  }
  #r3 .other #clock .time-box > ul.time-cir > li > i span {
    opacity: 0;
  }
  #r3 .other #clock .time-box > ul.time-cir > li > i > a {
    display: block;
    text-align: center;
    left: auto;
    top: auto;
    bottom: auto;
    right: auto;
  }
  #r3 .other #clock .time-box > ul.time-cir > li > i > a small {
    font-size: .6rem;
    line-height: 1;
  }
  #r3 .other #clock .time-box > ul.time-cir > li > i > a em {
    position: absolute;
    top: 100%;
    margin-top: .25rem;
    color: rgba(255, 255, 255, 0.6);
    font-size: .18rem;
    width: 200%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #r3 .other #clock .msg-box .msg_1 {
    width: 100vw;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #r3 .other #clock .msg-box .msg_1 > li .time-note > li {
    padding-right: .4rem;
    padding-left: .4rem;
  }
  #r3 .other #clock .msg-box .msg_1 > li .time-note > li .layout-btn-5 span {
    font-weight: 500;
  }
  #r3 .other #clock .msg-box .msg_1 > li .time-note > li h3 {
    margin-top: .7rem;
    margin-bottom: .6rem;
  }
  #r3 .other #clock .msg-box .msg_1 > li .time-note > li > small {
    height: auto !important;
    font-size: .24rem;
    line-height: 1.833 !important;
    display: block;
    overflow: initial;
    color: #fff;
  }
}
@media (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner .left {
    width: 100%;
  }
  #banner h2 {
    font-size: 24px;
  }
  #banner .dots {
    display: none;
  }
  .our-about {
    padding: 60px 0;
  }
  .our-about .left {
    width: 100%!important;
    padding: 0;
    margin-bottom: 40px;
  }
  .our-about .right {
    width: 100%!important;
  }
  .our-about .bottom {
    margin-top: 60px;
  }
  .our-about .bottom .list ul {
    margin: -5px;
  }
  .our-about .bottom .list li {
    width: 25%;
    padding: 5px;
  }
  .our-product {
    padding: 60px 0;
  }
  .our-product .top > div:last-of-type {
    max-width: 100%;
  }
  .our-product .baseTit {
    display: none;
  }
  .our-product .top li .name::before {
    display: none;
  }
  .our-product .center {
    padding: 0;
    margin-top: 30px;
  }
  .our-product .bottom {
    margin-top: 30px;
  }
  .our-news {
    padding: 60px 0 200px;
  }
  #footer .form .box .Tit {
    margin-right: 0;
    margin-bottom: 30px;
  }
  #footer .form .box {
    -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-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #footer .form .box form {
    -webkit-box-flex: unset;
    -webkit-flex: unset;
    -moz-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
  }
  #footer .form .box ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px;
  }
  #footer .form .box ul li {
    -webkit-box-flex: unset!important;
    -webkit-flex: unset!important;
    -moz-box-flex: unset!important;
    -ms-flex: unset!important;
    flex: unset!important;
    width: 50%;
    margin: 0!important;
    padding: 15px;
  }
  .hide-1000 {
    display: none!important;
  }
  #footer .foot-top .foot-content {
    display: block;
  }
  #footer .foot-top {
    padding: 40px 0;
  }
  #footer .foot-bottom .fl,
  #footer .foot-bottom .fr {
    float: none;
    text-align: center;
  }
  #footer .foot-bottom .login {
    display: block;
    text-align: center;
  }
  #footer .foot-bottom {
    line-height: normal;
  }
  #footer .foot-bottom .social-links {
    display: none;
  }
  .baseTit {
    font-size: 24px;
  }
  .our-product .center span.arrow.arrow_l {
    left: 0;
  }
  .our-product .center span.arrow.arrow_r {
    right: 0;
  }
  .our-product .bottom li .name {
    font-size: 14px;
  }
  #footer .form .box .Tit {
    font-size: 20px;
  }
}
@media (max-width: 700px) {
  html {
    font-size: 50px;
  }

  .ui.container {
    width: 100%;
  }
  .our-about .bottom {
    display: none;
  }
  #r3 {
    display: none;
  }
  #footer .form .box .Tit {
    margin-bottom: 15px;
  }
  #footer .form .box ul {
    margin: -5px;
  }
  #footer .form .box ul li {
    width: 100%;
    padding: 5px;
  }
}





.inner-page .text {
  font-size: 18px;
  line-height: 1.94444444;
/*
  height: 370px;
  overflow: auto;*/
}
a.more {
  line-height: 3.85714286em;
  height: 3.5714286em;
  padding: 0 4.28571429em;
  font-size: 14px;
  display: inline-block;
  background: #005bac;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
a.more i.fa-eye {
  margin-right: 0.35714286em;
}
a.more:hover {
  background: #0c67d7;
}
h2.title {
  font-size: 48px;
  line-height: 1.2;
  font-weight: 600;
}
h2.title i.dots {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #d0121b;
  white-space: nowrap;
  position: relative;
  margin-top: 12px;
  margin-left: 5px;
}
h2.title i.dots:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background: #005bac;
  border-radius: inherit;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 100%;
  top: 0;
}


.about-page .about-1 {
  height: 600px;
  height: 100vh;
  padding-top: 13%;
  color: white;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}
.about-page .about-1 .text {
  margin-top: 20px;
  font-size: 16px;
  max-height: 10em;
  overflow: auto;
}
.about-page .about-1 .play {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  display: block;
  position: relative;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
  margin-top: 3%;
  float: right;
}
.about-page .about-1 .play i {
  border-left: 25px solid white;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about-page .about-1 .play:after,
.about-page .about-1 .play:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #005bac;
  border-radius: 100%;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.about-page .about-1 .play:after {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}
.about-page .about-2 {
  padding: 85px 0 100px;
  position: relative;
}
.about-page .about-2:after {
  content: '';
  width: 85%;
  height: 100%;
  z-index: -1;
  background:#e2f1ff;
  position: absolute;
  top: 0;
  left: 0;
}
.about-page .about-2 .left {
  width: 50%;
  padding-right: 3%;
  vertical-align: middle;
}
.about-page .about-2 .left .text {
  margin-top: 5%;

  overflow: auto;
    height: 425px;
}
.about-page .about-2 .right {
  width: 49%;
  position: relative;
  vertical-align: middle;
  top: -10px;
}
.about-page .about-2 .right .img-box {
  height: 494px;
  position: absolute;
  width: 100%;
  top: -210px;
  left: 0;
}



.about-page .about-2 .right .img-box .play {
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 100%;
  background: rgb(0 91 172 / 65%);
  white-space: nowrap;
  font-size: 14px;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
  cursor: hand;
}
.about-page .about-2 .right .img-box .play i {
  margin-right: 35%;
  font-size: 250%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
}




.about-page .about-3 {
  padding: 85px 0;
}
.about-page .about-3 .list {
  overflow: hidden;
  width: 100%;
}
.about-page .about-3 .list ul {
  /*width: 150%;*/
  position: relative;
  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;
  flex-wrap: wrap;
  margin: -10px;
}
.about-page .about-3 .list ul li {
  vertical-align: top;
  width: auto;
  padding: 10px;
}
.about-page .about-3 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.about-page .about-3 .box h6 {
  font-size: 80px;
  color: #005bac;
  font-weight: bold;
  position: relative;
  line-height: 1;
}
.about-page .about-3 .box h6 em {
  display: block;
}
.about-page .about-3 .box h6 span {
  font-size: 12px;
  font-weight: normal;
  color: white;
  background: #005bac;
  width: 25px;
  height: 25px;
  line-height: 25px;
  display: block;
  position: absolute;
  left: 110%;
  top: 0;
  text-align: center;
  border-radius: 100%;
}
.about-page .about-3 .box p {
  font-size: 14px;
  padding-left: 10px;
}
.about-page .about-4 {
  padding-bottom: 100px;
}
.about-page .about-4 .left {
   width: 50%;
    vertical-align: bottom;
}
.about-page .about-4 .left .img-box {
  height: 600px;
  width: 100%;
  background-position: center;
  /*margin-left: -22%;*/
}
/*.about-page .about-4 .left .img-box .play {
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 100%;
  background: rgba(195, 28, 36, 0.4);
  white-space: nowrap;
  font-size: 14px;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
  cursor: hand;
}
.about-page .about-4 .left .img-box .play i {
  margin-right: 35%;
  font-size: 250%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
}*/
.about-page .about-4 .right {
  /*width: 40%;
  padding-left: 2%;
  vertical-align: bottom;*/

   width: 36%;
    /* padding-left: 5%; */
    /* vertical-align: bottom; */
}
.about-page .about-4 .right .content {
  /*width: 150%;
  margin-left: -50%;
  padding: 8%;
  background: #f7f7f7;
  position: relative;
  z-index: 1;
  margin-bottom: -1px;
  margin-top: 8%;
  border-radius: 10px;*/

   width: 131%;
    margin-left: 7%;
     padding: 8%; 
    background: #ffffff;
    position: relative;
    z-index: 1;
    margin-bottom: -1px;
    margin-top: 15%;
    border-radius: 10px;
}
.about-page .about-4 .right .content .text {
  font-size: 18px;
}
.about-page .about-5 {
  padding: 150px 0;
  background: url("/EIqrESyDEyLoIy8qJyyHIyqNT1EGKHMNTNDsHIZoJ0WH.jpg") center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: white;
}
.about-page .about-5 .box {
  margin-top: 50px;
}
.about-page .about-5 .box .left {
  width: 75%;
  vertical-align: middle;
}
.about-page .about-5 .box .left .box2 .content {
  vertical-align: middle;
}
.about-page .about-5 .box .left .box2 .content .text {
  font-size: 18px;
  margin-top: 0px;
}
.about-page .about-5 .box .left .box2 .img {
  vertical-align: middle;
  text-align: center;
  position: relative;
}
.about-page .about-5 .box .left .box2 .img .slick-dots {
  margin-top: 20px;
  text-align: center;
}
.about-page .about-5 .box .left .box2 .img .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  opacity: .4;
  background: white;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-5 .box .left .box2 .img .slick-dots li button {
  display: none;
}
.about-page .about-5 .box .left .box2 .img .slick-dots li.slick-active {
  opacity: 1;
}
.about-page .about-5 .box .right {
  width: 25%;
  padding-left: 3%;
  vertical-align: middle;
}
.about-page .about-5 .box .right ul li {
  padding: 5px 0;
}
.about-page .about-5 .box .right ul li a {
  display: block;
  line-height: 40px;
  height: 40px;
  font-size: 24px;
  text-align: center;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-5 .box .right ul li a:after {
  content: '';
  width: 6px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  /*background: black;*/
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.about-page .about-5 .box .right .slick-current a {
  background: #005bac;
}
.about-page .about-5 .box .right .slick-current a:after {
  opacity: 1;
}
.about-page .about-6 {
  padding: 75px 0 50px;
}
.about-page .about-6 .left {
  width: 50%;
}
.about-page .about-6 .left .text {
  font-size: 16px;
  margin-top: 5%;
  /*padding-right: 20%;*/
}
.about-page .about-6 .right {
  width: 50%;
  padding-left: 3%;
}
.about-page .about-6 .right .img-box {
  height: 430px;
}
.about-page .about-7 {
  padding-bottom: 70px;
}
.about-page .about-7 .list {
  margin-top: 3%;
  background: url("/EIqrESyDEyLoIy8qJyyHIyqNT1EGKHMNTNLsHIZoJ0WH.jpg") center center;
  background-size: cover;
  padding: 5% 0;
}
.about-page .about-7 .list ul li {
  height: auto !important;
  position: relative;
  z-index: 1;
  padding: 70px;
}


.ygw1442 {
    width: 1472px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    position: relative;
    font-size: 16px;
    /*padding: 70px 0 0;*/
}



.ygw1442 {
  max-width: 100%;
}
.m-page {
  display: inline-block;
  width: 100%;
}
/*.about-page .about-7 .list ul li > h6 {
  position: absolute;
  left: 3%;
  top: 10%;
  z-index: -2;
}*/
/*.about-page .about-7 .list ul li:after {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  background: #005bac;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}*/
.about-page .about-7 .list ul li h6 {
  font-size: 18px;
  /*font-weight: bold;*/
  color: white;
}
.about-page .about-7 .list ul li h6 small {
  display: block;
  text-transform: none;
  font-size: 70%;
  opacity: .6;
}
.about-page .about-7 .list ul li .text {
  font-size: 14px;
}
.about-page .about-7 .list ul li .text:before {
  content: '';
  width: 1px;
  height: 40px;
  background: white;
  margin: 15px auto;
  display: block;
}
.about-page .about-7 .list ul li .content {
  position: absolute;
  top: 30%;
  left: 0;
  padding: 0 5%;
  text-align: center;
  width: 100%;
  color: white;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-7 .list ul li:hover:after {
  width: 100%;
}
.about-page .about-7 .list ul li:hover .content {
  opacity: 1;
}
.about-page .about-8 {
  padding-bottom: 70px;
}
.about-page .about-8 ul {
  margin: -10px;
}
.about-page .about-8 ul li {
  padding: 10px;
}
.about-page .about-9 {
  /*margin-bottom: 70px;*/
  padding: 60px 15px 160px;
  color: white;
  background: url('/EIqrESyDEyLoIy8qJyyHIyqNT1EGKHMNTNtsHIZoJ0WH.jpg') center center no-repeat;
  background-size: cover;
}
.about-page .about-9 .left {
  vertical-align: middle;
  width: 60%;
}

.about-page .about-9 .left ul li{
  perspective: 200px;
}

.about-page .about-9 .left ul li a{
  display: block;
  transform: translate3d(0, 0, -50px);
  transition: 1.5s ease;
}

.about-page .about-9 .left ul .slick-center li a {
  transform: translate3d(0, 0, 0);
}

.about-page .about-9 .right {
  width: 35%;
  padding: 0 5%;
  vertical-align: middle;
}
.inner-banner {
  /*height: 500px;*/
  height: 550px;
  padding-top: 15%;
  background-size: cover;
  background-position: center center;
  color: white;
}
.inner-banner .mbx {
  font-size: 18px;
  margin-top: 3%;
}
.inner-banner .mbx a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-banner .mbx a:hover {
  color: #005bac;
}
.product-yd-page .product-yd-1 {
  position: relative;
  z-index: 1;
}
.product-yd-page .product-yd-1:after {
  content: '';
  width: 100%;
  z-index: -1;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #f1f1f1;
}
.product-yd-page .product-yd-1 .slide {
  padding: 60px 0;
  border-bottom: 2px solid #e1e1e1;
}
.product-yd-page .product-yd-1 .slide .left {
  width: 55%;
  padding-right: 3%;
  vertical-align: middle;
  position: relative;
}
.product-yd-page .product-yd-1 .slide .left .img-box {
  height: 500px;
}
.product-yd-page .product-yd-1 .slide .left .img-box h6 {
  position: absolute;
  bottom: 0;
  padding: 3%;
  font-size: 24px;
  font-weight: bold;
  color: white;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.7)));
  /* ¼æÈÝSafari4-5, chrome1-9 */
  background: -moz-linear-gradient(bottom, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
  /* firefox */
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
  /* chrome */
  /* opera */
  /* ie */
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.7)));
  background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.7));
  background: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.7));
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.7));
  /* firefox */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='rgba(0,0,0,.7)',GradientType=0)";
  /* ¼æÈÝIE8~IE9 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='rgba(0,0,0,.7)', GradientType=0);
  /* ¼æÈÝIE5~IE9 */
}
.product-yd-page .product-yd-1 .slide .left .img-box h6 small {
  display: block;
  font-size: 14px;
  font-weight: normal;
}
.product-yd-page .product-yd-1 .slide .right {
  width: 45%;
  vertical-align: middle;
  text-align: center;
  position: relative;
}
.product-yd-page .product-yd-1 .slide .right h3 {
  font-size: 28px;
  font-weight: bold;
}
.product-yd-page .product-yd-1 .slide .right .text {
  margin: 15px 0 25px;
}
.product-yd-page .product-yd-1 .slide .right .list ul {
  margin: -5px;
  text-align: left;
}
.product-yd-page .product-yd-1 .slide .right .list ul li {
  padding: 5px;
  width: auto;
}
.product-yd-page .product-yd-1 .slide .right .list ul li a.img-box {
  height: 200px;
}
.product-yd-page .product-yd-1 .slide .right .list ul li h6 {
  font-size: 16px;
  font-weight: bold;
  padding: 5px 10px;
  background: white;
  border-radius: 5px;
  /*margin-top: 10px;*/
}
.product-yd-page .product-yd-1 .slide:nth-child(even) .left {
  left: 45%;
  padding-left: 3%;
  padding-right: 0;
}
.product-yd-page .product-yd-1 .slide:nth-child(even) .right {
  left: -55%;
}
.product-yd-page .product-yd-1 .process {
  padding: 45px 0 75px;
}
.product-yd-page .product-yd-1 .process h4 {
  font-size: 20px;
  font-weight: bold;
}
.product-yd-page .product-yd-1 .process .list {
  margin-top: 5%;
  position: relative;
  z-index: 1;
}
.product-yd-page .product-yd-1 .process .list:after {
  content: '';
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.16);
  z-index: -1;
  top: 53%;
  left: 0;
  position: absolute;
}
.product-yd-page .product-yd-1 .process .list ul {
  margin: -10px;
}
.product-yd-page .product-yd-1 .process .list ul li {
  padding: 10px;
  text-align: center;
}
.product-yd-page .product-yd-1 .process .list ul li i {
  display: block;
  height: 35px;
  line-height: 35px;
}
.product-yd-page .product-yd-1 .process .list ul li i img {
  max-height: 100%;
}
.product-yd-page .product-yd-1 .process .list ul li span {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 100%;
  background: #005bac;
  color: white;
  margin: 25px auto;
  display: block;
}
.product-yd-page .product-yd-1 .process .list ul li h6 {
  font-size: 16px;
}
.product-yd-page .product-yd-2 {
  padding: 100px 0;
}
.product-yd-page .product-yd-2 a.more {
  float: right;
}
.product-yd-page .product-yd-2 .list {
  margin-top: 5%;
  position: relative;
}
.product-yd-page .product-yd-2 .list:after {
  content: '';
  height: 100%;
  width: 2px;
  background: #eee;
  position: absolute;
  right: 28%;
  top: 0;
  z-index: -1;
}
.product-yd-page .product-yd-2 .list .btn {
  position: absolute;
  top: 0;
  right: 10.5%;
  z-index: 2;
}
.product-yd-page .product-yd-2 .list .btn div {
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  height: 40px;
  padding: 0 40px;
  font-size: 18px;
  color: black;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-yd-page .product-yd-2 .list .btn div:hover {
  background: #005bac;
  color: white;
}
.product-yd-page .product-yd-2 .list ul {
  /*padding-right: 135%;*/
  /*margin-right: -100%;*/
  overflow: hidden;
  margin: -10px;
}
.product-yd-page .product-yd-2 .list ul .slick-list {
  overflow: unset;
}
.product-yd-page .product-yd-2 .list ul li {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  padding: 10px;
}
.product-yd-page .product-yd-2 .list ul li a.img-box {
  height: 340px;
  border: 1px solid #eee;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.product-yd-page .product-yd-2 .list ul li a.img-box:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-yd-page .product-yd-2 .list ul li a.img-box h6 {
  position: absolute;
  font-size: 18px;
  color: black;
  left: 0;
  bottom: 10px;
  /*opacity: 0;*/
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: 100%;
  padding: 0 15px;
  text-align: center;
}
/*.product-yd-page .product-yd-2 .list ul .slick-slide li {
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}
.product-yd-page .product-yd-2 .list ul .slick-current li {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.product-yd-page .product-yd-2 .list ul .slick-current li a.img-box:before,
.product-yd-page .product-yd-2 .list ul .slick-current li a.img-box h6 {
  opacity: 1;
}*/
.product-page .product-1 {
  padding: 80px 0 140px;
}
.product-page .product-1 .list2 {
  border-bottom: 4px solid #f1f1f1;
  position: relative;
}
.product-page .product-1 .list2 ul li {
  margin-right: 5%;
  display: inline-block;
}
.product-page .product-1 .list2 ul li a {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 30px;
  display: block;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .product-1 .list2 ul li a:after {
  content: '';
  width: 300%;
  height: 4px;
  position: absolute;
  top: 100%;
  left: 60%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #005bac;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.product-page .product-1 .list2 ul li:first-child a:after {
  width: 150%;
  left: 0 !important;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.product-page .product-1 .list2 ul li:hover > a,
.product-page .product-1 .list2 ul li.active > a {
  color: #005bac;
}
.product-page .product-1 .list2 ul li:hover > a:after,
.product-page .product-1 .list2 ul li.active > a:after {
  left: 50%;
  opacity: 1;
}
.product-page .product-1 .list2 ul li:hover > ul,
.product-page .product-1 .list2 ul li.active > ul {
  display: block;
}
.product-page .product-1 .list2 ul li ul {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  padding-top: 20px;
  /*white-space: nowrap;*/
  width: 100%;
}
.product-page .product-1 .list2 ul li ul li {
  margin-right: 3%;
}
.product-page .product-1 .list2 ul li ul li a {
  font-weight: normal;
  font-size: 16px;
  padding: 10px 25px;
  display: inline-block;
  border-radius: 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  line-height: 1.2;
}
.product-page .product-1 .list2 ul li ul li a:after {
  display: none;
}
.product-page .product-1 .list2 ul li ul li a:hover,
.product-page .product-1 .list2 ul li ul li a.active {
  background: #005bac;
  color: white;
}
.product-page .product-2 {
  padding: 100px 0;
  background: #eff8ff;
}
.product-page .product-2 .list ul {
  margin: -20px -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-page .product-2 .list ul li {
  padding: 20px 15px;
}
.product-page .product-2 .list ul li .box {
  padding: 10%;
  background: #005bac;
  text-align: center;
  height: 100%;
  border-radius: 10px;
}
.product-page .product-2 .list ul li .box a.img-box {
  height: 300px;
}
.product-page .product-2 .list ul li .box h6 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
  padding-bottom: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  color: #fff;
}
.product-page .product-2 .list ul li .box h6:hover {
  color: black;
}
@media screen and (max-width: 1700px) {
  .about-page .about-1 .play {
    height: 70px;
    width: 70px;
  }
  .about-page .about-3 .box h6 {
    font-size: 90px;
  }
  .about-page .about-2 .right .img-box {
    top: 79px;
  }
}
@media screen and (max-width: 1500px) {
  .inner-page .text{
    font-size: 14px;
  }

  .about-page .about-7 .list ul li {
    height: 380px;
  }
  .about-page .about-7 .list ul li h6 {
    font-size: 16px;
  }
  .about-page .about-6 .left .text {
    margin-top: 3%;
  }
  .about-page .about-5 {
    padding: 100px 0;
  }
  .about-page .about-2 {
    padding: 100px 0;
  }
  .about-page .about-2 .right .img-box {
    top: 72px;
  }
  .product-yd-page .product-yd-1 .slide .right .list ul li a.img-box {
    height: 160px;
  }
  .product-yd-page .product-yd-1 .slide .left .img-box,
  .product-yd-page .product-yd-2 .list ul li a.img-box {
    height: 400px;
  }
  .product-yd-page .product-yd-1 .slide {
    padding: 70px 0;
  }
  .product-yd-page .product-yd-2 .list .btn div {
    padding: 0 30px;
  }
}
@media screen and (max-width: 1250px) {
  .inner-banner {
    height: 400px;
  }
  .product-yd-page .product-yd-1:after {
    width: 100%;
  }
  .product-page .product-1 {
    padding: 50px 0 100px;
  }
  .product-page .product-2 .list ul li .box {
    padding: 5%;
  }
  .product-page .product-2 .list ul li .box a.img-box {
    height: 200px;
  }
  .product-page .product-2 .list ul li .box h6 {
    font-size: 18px;
    margin-top: 10px;
  }
  .product-page .product-2 .list ul li {
    padding: 10px;
  }
  .product-page .product-2 .list ul {
    margin: -10px;
  }
  .product-page .product-2 {
    padding: 70px 0;
  }
  .about-page .about-3 .box h6 {
    font-size: 70px;
  }
  .about-page .about-4 .right .content .text,
  .about-page .about-6 .left .text,
  .about-page .about-2 .left .text {
    font-size: 14px;
  }
  .about-page .about-2 .right .img-box {
    top: 55px;
  }
  .about-page .about-6 {
    padding: 70px 0;
  }
}
@media screen and (max-width: 1000px) {
  .ygw1442 .product_text {
    font-size: 14px;
  }

  .about-page .about-7 .list ul li {
    width: 25%;
    height: 260px;
  }
  .about-page .about-7 .list ul li .text:before {
    height: 30px;
    margin: 10px auto;
  }
  .about-page .about-1 .text {
    font-size: 14px;
  }
  .about-page .about-3 {
    display: none;
  }
  .about-page .about-2 .right .img-box {
    -webkit-transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
    position: static;
    height: 220px;
  }
  .about-page .about-2 {
    padding: 60px 0;
  }
  .about-page .about-2 .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page .about-2 .right {
    padding-left: 0;
    width: 100%;
    padding-top: 30px;
    display: none;
  }

  .about-page .about-2:after{
    display: none;
  }

  .about-page .about-4 .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page .about-4 .left .img-box {
    height: 300px;
    width: 99%;
    margin: 0;
  }
  .about-page .about-4 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .about-page .about-4 .right .content {
    margin: 5% 0 0;
    width: 100%;
    padding: 5%;
  }

  .about-page .about-5 .box .left .box2 .content .text {
    font-size: 14px;
  }
  .about-page .about-5 .box .right {
    padding-left: 15px;
  }
  .about-page .about-5 .box .right ul li a {
    line-height: 32px;
    height: 32px;
  }
  .about-page .about-5 .box .right ul li {
    padding: 2px 0;
  }
  .about-page .about-5 {
    padding: 60px 0;
  }
  .about-page .about-6 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  .about-page .about-6 .left {
    width: 100%;
  }
  .about-page .about-7 .list ul li .text {
    font-size: 14px;
  }
  .about-page .about-6 .right .img-box {
    height: 220px;
  }
  .product-yd-page .product-yd-1 .process .list li {
    width: 20%;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-7 .list ul li .content,
  .about-page .about-7 .list ul li:after {
    display: none;
  }
  .about-page .about-7 .list ul li {
    width: 50%;
    height: 120px;
  }
  .about-page .about-5 .box .right ul li a {
    font-size: 12px;
  }
  .about-page .about-5 .box {
    margin-top: 20px;
  }
  .about-page .about-1 {
    padding-top: 18%;
  }
  .product-yd-page .product-yd-2 .list .btn {
    display: none;
  }
  .product-yd-page .product-yd-2 .list ul {
    padding-right: 0;
    margin-right: 0;
  }
  .product-yd-page .product-yd-2 .list ul li {
    -webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
  }
  .product-yd-page .product-yd-1 .slide .left .img-box,
  .product-yd-page .product-yd-2 .list ul li a.img-box {
    height: 280px;
  }
  .product-yd-page .product-yd-1 .process {
    display: none;
  }
  .product-yd-page .product-yd-1 {
    padding-bottom: 30px;
  }
  .product-yd-page .product-yd-1 .slide .left {
    width: 100%;
    left: 0 !important;
    padding: 0 !important;
  }
  .product-yd-page .product-yd-1 .slide .right {
    width: 100%;
    margin-top: 30px;
    left: 0 !important;
  }
  .product-yd-page .product-yd-1 .slide .right h3 {
    font-size: 24px;
  }
  .product-yd-page .product-yd-1 .slide {
    padding: 40px 0;
  }
  .product-yd-page .product-yd-1 .slide .left .img-box {
    height: 200px;
  }
  .product-yd-page .product-yd-1 .slide .right .list ul li a.img-box {
    height: 140px;
  }
  .inner-banner {
    height: 280px;
  }
  .inner-banner .mbx {
    font-size: 15px;
  }
  .product-page .product-1 {
    display: none;
  }
  .product-page .product-2 .list ul li .box h6 {
    font-size: 15px;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-5 .box .left .box2 .img {
    margin-top: 15px;
  }
  .about-page .about-5 .box .right {
    width: 30%;
  }
  .about-page .about-5 .box .left {
    width: 70%;
  }
}
.m-page {
    text-align: left;
    float: none;
    margin: 30px -5px 0;
}
.m-page a,
.m-page span {
    display: inline-block;
    text-align: center;
    width: 45px;
    height: 35px;
    font-size: 15px;
    line-height: 35px;
    border-radius: 5px;
    color: #111;
    font-weight: 500;
    -moz-box-shadow: 0 2px 10px 0 #d8dde6;
    -o-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin: 5px;
}
.m-page a:hover {
    background: #005bac none repeat scroll 0 0;
    color: #fff;
}
.m-page span{
    background: #005bac none repeat scroll 0 0;
    color: #fff;
}
.contact-page .contact-1 {
    padding: 110px 0;
    text-align: center;
}
.contact-page .contact-1 span.tag {
    display: block;
    color: #e5e5e5;
    font-size: 90px;
    text-transform: uppercase;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 30px;
}
.contact-page .contact-1 .list {
    margin-top: 80px;
}
.contact-page .contact-1 .list ul {
    margin: -15px;
}
.contact-page .contact-1 .list ul li {
    padding: 15px;
}
.contact-page .contact-1 .list ul li dl {
    position: relative;
    text-align: left;
}
.contact-page .contact-1 .list ul li dl:after {
    content: '';
    width: 1px;
    height: 80%;
    background: #dbdbdb;
    right: 0;
    bottom: 0;
    position: absolute;
}
.contact-page .contact-1 .list ul li dl dt {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    display: block;
}
.contact-page .contact-1 .list ul li dl dd {
    margin-bottom: 15px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.7);
    line-height: 1.5;
    padding-left: 45px;
    position: relative;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.contact-page .contact-1 .list ul li dl dd a{
    position: initial;
}
.contact-page .contact-1 .list ul li dl dd i {
    position: absolute;
    left: 0;
    top: 0;
    filter: grayscale(1);
}
.contact-page .contact-1 .list ul li dl dd:hover {
    color: #005bac;
}
.contact-page .contact-1 .list ul li dl dd:last-child {
    margin-bottom: 0;
}
.contact-page .contact-1 .list ul li:last-child dl:after {
    display: none;
}
.contact-page .contact-2 {
    text-align: center;
    padding-top: 120px;
}
.contact-page .contact-2 .text {
    max-width: 830px;
    margin: 15px auto 50px;
}
.contact-page .contact-2 .list {
    margin-top: 90px;
}
.contact-page .contact-2 .list ul li {
    padding: 0 4%;
}
.contact-page .contact-2 .list ul li i {
    display: block;
    line-height: 75px;
    height: 75px;
}
.contact-page .contact-2 .list ul li i img {
    display: inline-block;
    vertical-align: middle;
}
.contact-page .contact-2 .list ul li h6 {
    font-size: 18px;
    color: black;
    line-height: 1;
    margin: 15px 0 10px;
}
.contact-page .contact-2 .list ul li p {
    font-size: 16px;
    line-height: 1.8;
    color: rgba(0, 0, 0, 0.7);
    font-weight: 300;
}
.contact-page .contact-3 {
    padding: 130px 0 100px;
    background: white;
}
.contact-page .contact-3 .box {
    background: #f4f4f4;
}
.contact-page .contact-3 .box .left {
    /*height: 850px;*/
    height: 740px;
    background-size: cover;
    background-position: center center;
    width: 45%;
    vertical-align: middle;
}
.contact-page .contact-3 .box .right {
    width: 55%;
    padding: 0 3%;
    vertical-align: middle;
}
.contact-page .contact-3 .box .right .text {
    margin: 20px 0;
}
.contact-page .contact-3 .box .right .form ul {
    margin: -8px;
}
.contact-page .contact-3 .box .right .form ul li {
    padding: 8px;
}
.contact-page .contact-3 .box .right .form ul li label {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 5px;
}
.contact-page .contact-3 .box .right .form ul li input,
.contact-page .contact-3 .box .right .form ul li textarea {
    width: 100%;
    line-height: 26px;
    padding: 10px;
    border: 1px solid #adadad;
    background: none;
    font-size: 14px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.contact-page .contact-3 .box .right .form ul li input:focus,
.contact-page .contact-3 .box .right .form ul li textarea:focus {
    border-color: #005bac;
}
.contact-page .contact-3 .box .right .form ul li textarea {
    height: 100px;
}
.contact-page .contact-3 .box .right .form ul li input[type="submit"] {
    padding: 10px 50px;
    width: auto;
    display: inline-block;
    float: right;
    font-size: 16px;
    border-color: #005bac;
}
.contact-page .contact-3 .box .right .form ul li input[type="submit"]:hover {
    background: #005bac;
    color: white;
}
.contact-page .contact-3 .box .right .form ul li.wid-100 {
    width: 100%;
}
.contact-page .contact-4 {
    padding-bottom: 90px;
    background: white;
}
.inner-page .text em {
    font-weight: bold;
}
.faq-page .faq-1 {
    padding: 100px 0 40px;
}
.faq-page .faq-1 h3 {
    font-size: 34px;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
}
.faq-page .faq-list li {
    margin: 0 0 10px;
    word-break: break-word;
    font-weight: 300;
}
.faq-page .faq-list li h4 {
    background: #f8f8f8;
    border: 1px solid #ebebeb;
    line-height: 2;
    margin: 0;
    font-weight: 500;
    font-size: 18px;
    
    color: #363f4d;
    padding: 15px 30px 15px 25px;
    cursor: pointer;
    cursor: hand;
    position: relative;
}
.faq-page .faq-list li h4 i {
    color: #bababa;
    float: right;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
}
.faq-page .faq-list li > .cont{
    border: 1px solid #ebebeb;
    border-top: none;
    padding: 20px 25px;
    font-size: 18px;
    line-height: 2;
    display: none;
    color: #fff;
    background-color: #007ab9;
}

.faq-page .faq-1 .m-page a,
.faq-page .faq-1 .m-page span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}
/* history */
.s_cont1514 {
  width: 1514px;
  margin: 0 auto;
}
.pra p {
  font-size: 18px;
  color: #333;
  line-height: 1.75;
}
/* b1_1 */
.s_b1_1content {
  position: relative;
  background-color: #fefefe;
  overflow: hidden;
  padding-bottom: 115px;
}
.s_b1_1bg {
  width: 100%;
  position: absolute;
}
.s_b1_1bg img {
  width: 100%;
}
.s_b1_1bgs {
  top: -9%;
  left: -45%;
}
.s_b1_1bgx {
  bottom: -7%;
  right: -45%;
}
.s_b1_1cont {
  position: relative;
  padding-top: 58px;
}
.s_b1_1cont::before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #1b4c8f;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.s_b1_1c1nr {
  width: 50%;
  padding-right: 70px;
  margin-bottom: 30px;
}
.s_b1_1c1time {
  text-align: right;
  position: relative;
  margin-bottom: 15px;
}
.s_b1_1c1time::after {
  content: "";
  width: 29px;
  height: 29px;
  border-radius: 50%;
  background-color: rgba(223, 49, 33, 0.102);
  position: absolute;
  top: 50%;
  right: -84px;
  transform: translateY(-50%);
}
.s_b1_1c1time::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #df3121;
  position: absolute;
  top: 50%;
  right: -74px;
  transform: translateY(-50%);
}
.s_b1_1c1time p {
  font-size: 30px;
  color: #1b4c8f;
  line-height: 1.75;
  position: relative;
}
.s_b1_1c1time p::after {
  content: "";
  width: 56px;
  height: 0;
  border-width: 1px;
  border-color: rgba(153, 153, 153, 0.4);
  border-style: dashed;
  position: absolute;
  top: 50%;
  right: -70px;
  transform: translateY(-50%);
}
.s_b1_1contbox.act .s_b1_1c1bot {
  max-height: 250px;
  overflow: hidden;
}
.s_b1_1cibotnr {
  color: #474747;
  position: relative;
  margin-bottom: 22px;
  text-align: right;
  padding-right: 16px;
  font-size: 16px;
  line-height: 1.8;
}
.s_b1_1c1xlbox {
  margin-top: 30px;
  display: none;
}
.s_b1_1c1xl {
  width: 15px;
  cursor: pointer;
}
.s_b1_1c1xl img {
  width: 100%;
}
.s_b1_1c1xlbox.on {
  opacity: 0.2;
}
.he_fonts h1 {
  font-size: 36px;
  line-height: 1.75;
  color: #333;
}
.s_b1_1contbox.on .s_b1_1c1nr {
  padding-right: 0;
  padding-left: 70px;
  float: right;
}
.s_b1_1contbox.on .s_b1_1c1time p::after {
  right: inherit;
  left: -70px;
}
.s_b1_1contbox.on .s_b1_1c1time::before {
  right: inherit;
  left: -74px;
}
.s_b1_1contbox.on .s_b1_1c1time::after {
  right: inherit;
  left: -84px;
}
.s_b1_1contbox.on .s_b1_1cibotnr {
  text-align: left;
  padding-right: 0;
  padding-left: 16px;
}
.s_b1_1contbox.on .s_b1_1c1time {
  text-align: left;
}
.s_b1_1contbox.on .s_b1_1c1xl {
  float: left;
}
.s_b1_1contbox.act .s_b1_1c1xlbox {
  display: block;
}
.s_b1_1c1time {
  position: relative;
}
.s_b1_1c1time p {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.s_b1_1c1time img {
  width: 80px;
}
.he_b3itm {
  text-align: right;
  margin-bottom: 10px;
}
.he_b3itm p {
  font-size: 30px;
  color: #1b4c8f;
  line-height: 1.75;
}
.s_b1_1contbox.on .s_b1_1c1time p {
  right: 0;
  left: 0;
}
.s_b1_1contbox.on .he_b3itm {
  text-align: left;
}
.s_b1_1cibotnr p {
  font-size: 16px;
  margin-bottom: 19px;
}
/* end */
.newdetail .list ul {
  margin: -10px;
}
.newdetail .list ul li {
  padding: 10px;
}
.newdetail .list {
  margin-top: 20px;
}
.down_body{padding:40px 0 60px;background-color:#f0f1f5;}
.down_body ul{display:inline-block;width:100%;}
.down_body ul li{float:left;margin-right:20px;width:calc((100% - 20px)/2);margin-bottom:20px;}
.down_body ul li:nth-child(2n){margin-right:0;}
.down_body ul li a{display:block;height:72px;background-color:#ffffff;position: relative;padding-left:65px;box-sizing: border-box;line-height:72px;text-decoration:none;transition:all linear .5s;
justify-content:space-between;}
.down_body ul li a i.icon{position: absolute;top:50%;transform: translateY(-50%);}
.down_body ul li a i.pdf{display:inline-block;width:65px;height:72px;left:0;background:url(/EIqrESyDEyLoIy8qJyyHIyqNT1kFKI0MEIIHUtHoDIkH.jpg) no-repeat center;background-size:64px;}
.down_body ul li a i.rar{display:inline-block;width:65px;height:72px;left:0;;background:url(/EIqrESyDEyLoIy8qJyyHIyqNT1kFKI0ME1ONUtHoDIkH.jpg) no-repeat center;background-size:64px;}
.down_body ul li a i.doc{display:inline-block;width:65px;height:72px;left:0;background:url(/EIqrESyDEyLoIy8qJyyHIyqNT1kFKI0MHI5EUtHoDIkH.jpg) no-repeat center;background-size:64px;}

.down_body ul li a span{display:inline-block;font-size:16px;font-size:1.6rem;color:#237ae4;font-weight:bold;max-width:430px;overflow:hidden;}
.down_body ul li a .s_1{}
.down_body ul li a em{display:inline-block;font-size:16px;font-size:1.6rem;color:#666;position: absolute;right:74px;padding-right:15px;display:none;}
.down_body ul li a i.down{right:0;display:inline-block;width:72px;height:72px;border-left:2px solid rgba(255,255,255,.63);background:url(/EIqrESyDEyLoIy8qJyyHIyqNT1kFKI0MHI5SKExRU0WqHj.jpg) no-repeat center;}
.down_body ul li a:hover{background:linear-gradient(to right, #25c1ff, #237ae4);}
.down_body ul li a:hover i.pdf{background:url(/EIqrESyDEyLoIy8qJyyHIyqNT1kFKI0MEIIHUtLoDIkH.jpg) no-repeat center;background-size:65px;}
.down_body ul li a:hover i.rar{background:url(/EIqrESyDEyLoIy8qJyyHIyqNT1kFKI0ME1ONUtLoDIkH.jpg) no-repeat center;background-size:65px;}
.down_body ul li a:hover i.doc{background:url(/EIqrESyDEyLoIy8qJyyHIyqNT1kFKI0MHI5EUtLoDIkH.jpg) no-repeat center;background-size:65px;}
.down_body ul li a:hover span{color:#ebf5fa}
.down_body ul li a:hover em{color:#ebf5fa}
.down_body ul li a:hover i.down{background:url(/EIqrESyDEyLoIy8qJyyHIyqNT1kFKI0MHI5SKExUU0WqHj.jpg) no-repeat center;}

.z-container {
    width: 80%;
    height: auto;
    clear: both;
    margin: 0 auto;
}
.company_brand {
    width: 100%;
    background: url(/EIqrESyDEyLoIy8qJyyHIyqNT1EGKHMNnyAINEcsDIH.jpg) no-repeat repeat center;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
}
.company_brand:before {
    content:"";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.company_brand .top_text {
    padding: 220px 0 110px;
    color: #fff;
    z-index: 9;
    width: 50%;
}
.company_brand .top_text h3 {
    font-size: 30px;
    margin-bottom: 30px;
}
.company_brand .top_text p {
    line-height: 24px;
    font-family: "Î¢ÈíÑÅºÚ";
    font-size: 14px;
    color: #fff;
}
.company_brand .brand_lsit .box {
    width: 33.3%;
    float: left;
    height: 355px;
    text-align: center;
    position: relative;
    color: #fff;
    position: relative;
    z-index: 1;
}
.company_brand .brand_lsit .box:before {
    content:"";
    display: block;
    width: 0%;
    height: 100%;
    background: rgba(0, 75, 145, .85);
    position: absolute;
    left: 50%;
    top: 0;
    transition: ease .6s;
    opacity: 0;
}
.company_brand .brand_lsit .box:hover:before {
    opacity: 1;
    width: 100%;
    left: 0;
}
.company_brand .brand_lsit .box .con {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.company_brand .brand_lsit .box.active {
}
.company_brand .brand_lsit h3 {
    font-size: 24px;
    margin: 10px 0;
}
.company_brand .brand_lsit .more, .proc_box .more {
    color: #fff;
    display: inline-block;
    background: url(/EIqrESyDEyLoIy8qJyyHIyqNT1urDSMeI1LpD1cF.jpg) no-repeat center bottom;
    line-height: 35px;
    background-size:100% auto;
    padding: 0 10px;
    margin-top: 40px;
}
.about_progress {
    width: 100%;
    background: url(/EIqrESyDEyLoIy8qJyyHIyqNT1EGKHMNnyAINOcsDIH.jpg) no-repeat center;
    background-size: cover;
    padding: 130px 0;
    color: #fff;
}
.about_progress .pg_tit {
    margin-bottom: 80px;
}
.about_progress .pg_tit h3 {
    font-size: 30px;
}
.pg_hd ul li {
    display: inline-block;
    width: 94px;
    height: 108px;
    background: url(/EIqrESyDEyLoIy8qJyyHIyqNT1yLEk1RJ1L.jpg) no-repeat repeat center;
    background-size: 100% 100%;
    text-align: center;
    line-height: 108px;
    margin-left: 112px;
    position: relative;
    cursor: pointer;
    margin-bottom: 60px;
    transition: ease .8s;
}
.pg_hd ul li:before {
    content:"";
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    left: -104px;
    top: 50%;
    transform: translateY(-50%);
}
.pg_hd ul li:last-child:after {
    content:"";
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    right: -104px;
    top: 50%;
    transform: translateY(-50%);
}
.pg_hd ul li.on {
    background: url(/EIqrESyDEyLoIy8qJyyHIyqNT1yLEjRnEI9I.jpg) no-repeat center;
    background-size: 100% 100%;
    color: #004B91;
    font-weight: bold;
}
.pg_bd h3 {
    font-size: 36px;
}
.pg_bd i {
    display: block;
    width: 18px;
    height: 38px;
    background:url(/EIqrESyDEyLoIy8qJyyHIyqNT1yLKSLTT0SpIN.jpg) no-repeat center;
    background-size: 100% 100%;
    margin: 20px 0;
}
.pg_bd .text {
    line-height: 34px;
    padding-top: 45px;
}

.company_honor .honer_text, .company_honor .honor_img {
    width: 50%;
    float: left
}
.honor_img {
    overflow:hidden;
    position:relative;
    height: 850px!important;
}
.honor_img .bd {
    position:relative;
    z-index:0;
}
.honor_img .bd ul {
    height: 850px;
}
.honor_img .bd ul li {
    zoom:1;
    vertical-align:middle;
}
.honor_img .bd ul li, .honor_img .bd img {
    width: 100%;
    height: 100%;
}
.honor_img .hd {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 40px;
    text-align: center;
    overflow: hidden;
    height: 20px;
    z-index: 99;
}
.honor_img .hd ul {
    overflow:hidden;
    zoom:1;
}
.honor_img .hd ul li {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .5);
    margin: 0 5px;
}
.honor_img .hd ul li.on {
    background: rgba(255, 255, 255, 1);
}
.honer_text {
    padding: 60px 100px;
    box-sizing: border-box;
}
.honer_text .tit {
    text-align: center;
    width: 167px;
    margin-bottom: 50px;
}
.honer_text .tit h3 {
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    width: 167px;
    height: 141px;
    background: url(/EIqrESyDEyLoIy8qJyyHIyqNT11rKSkTnyAIUHEoIt.jpg) no-repeat center;
    background-size: 100% 100%;
    line-height: 100px;
}
.honer_text .tit h4 {
    font-size: 30px;
}
.honor_li li {
    margin-bottom: 10px;
    color: #666;
    font-size: 15px;
}
#parameters {
  justify-content: space-around;
}
#parameters>div {
  cursor: pointer;
  cursor: hand;
}
#parameters>div.active {
  color: #005bac;
}
@media screen and (max-width: 700px) {
  .inner-banner .mbx {
    display: block;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page .contact-3 .box .right {
    width: 100%;
    padding: 15px;
  }
  .contact-page .contact-3 .box .left {
    width: 100%;
    padding-right: 0;
    height: 240px;
  }
  h2.title {
    margin-top: 20px;
    font-size: 30px;
  }
  .contact-page .contact-3,.contact-page .contact-1 {
    padding: 60px 0;
  }
  .contact-page .contact-2 {
    padding-bottom: 0;
  }
  .contact-page .contact-1 span.tag {
    font-size: 42px;
    margin-bottom: 0;
  }
  .contact-page .contact-1 .list ul li dl dt {
    font-size: 16px;
  }
  .contact-page .contact-1 .list ul li dl dd {
    font-size: 14px;
  }
  #mapContainer {
    height: 280px !important;
  }
  .contact-page .contact-4 {
    padding-bottom: 30px;
  }
  .servdetail-pad,.ondetail-pad {
    padding: 0 !important;
    display: block !important;
  }
  .se-line {
    height: 40px;
  }
  .se-flex {
    font-size: 24px;
    padding-bottom: 1em;
  }
  .serdetail {
    margin-top: 20px;
  }
  .line-li-50 {
    width: 100% !important;
    margin-bottom: 8px;
    display: inline-block;
  }
  .line-li {
    display: block !important;
    padding: 0 !important;
  }
  .online-fk {
    font-size: 28px !important;
  }
  .ongnum p {
    font-size: 24px !important;
  }
  .ongol-ul {
    flex-wrap: wrap;
  }
  .ongol-ul .ongol-li {
    width: 50%;
  }
  .img_box {
    display: block !important;
  }
  .colx-50,.col-50 {
    width: 100% !important;
  }
  .prod_detail {
    margin-left: 0 !important;
    margin-top: 10px;
  }
  .prod_title {
    font-size: 18px !important;
  }
  .product_list_card,.on50 {
    width: 100% !important;
  }
  .online-name,.detail-h1,.hotnew-name,.product_title {
    font-size: 24px !important;
  }
  .ygwpad {
    padding: 0 !important;
  }
  #section-5 {
    padding-bottom: 8rem !important;
  }
  .about-page .about-1 {
    height: auto;
    padding-bottom: 6rem;
  }
  .about-page .about-7 .list ul li {
    width: 100%;
    padding: 15px;
  }
  .about-page .about-5 .box .left {
    width: 100%;
  }
  .about-page .about-5 .box .right {
    display: none;
  }
  .about-page .about-5 {
    height: auto;
  }
  .about-page .about-9 .left {
    width: 100%;
  }
  .about-page .about-9 .right {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }

  .s_cont1514 {
    max-width: 100%;
  }
  .he_b3itm p {
    font-size: 18px;
  }
  .s_b1_1c1nr {
    padding: 0 15px !important;
    width: 100% !important;
  }
  .s_b1_1c1time,
  .s_b1_1cibotnr,.he_b3itm {
    text-align: left !important;
  }
  .s_b1_1cont:before {
    display: none;
  }
  .s_b1_1contbox .s_b1_1cibotnr,.s_b1_1content,.history-page {
    padding: 0 !important;
  }
  .company_brand .top_text {
    padding: 50px 0 30px;
  }
  .z-container {
    width: 100%;
    padding: 0 15px;
  }
  .about_progress {
    padding: 80px 0;
  }
  .about_progress .pg_tit {
    margin-bottom: 40px;
  }
  .about_progress .pg_tit h3 {
    font-size: 20px;
  }
  .pg_hd ul li:before,.pg_hd ul li:last-child:after {
    display: none;
  }
  .pg_hd ul li {
    margin-left: 0;
    margin-bottom: 0;
    zoom: .7;
  }
  .pg_bd h3 {
    font-size: 26px;
  }
  .company_honor .honer_text, .company_honor .honor_img {
    width: 100%;
    float: none;
  }
  .honor_img .bd ul,.honor_img {
    height: auto !important;
  }
  .honer_text {
    padding: 40px 15px;
  }
}

.autofit,.zoom-out,.zoom-in {
  display: none !important;
}
#spotlight, #spotlight .drag, #spotlight .preloader, #spotlight .scene {
  left: 0;
}
@media screen and (max-width: 1700px) {
  .about-page .about-2 .right .img-box {
    position: relative;
    top: 0;
  }
  .about-page .about-3 .list ul {
    padding-top: 0;
  }
}
@media screen and (max-width: 1500px) {
  .about-page .about-3 .box h6 {
    font-size: 60px;
    display: flex;
  }
  .about-page .about-3 .box h6 span {
    position: static;
  }
  .about-page .about-3 .box {
    display: block;
  }
  .about-page .about-3 .box p {
    padding-left: 0;
  }
  .about-page .about-3 .box p br {
    display: none;
  }
}



.crumbs_nav {
    width: 100%;
    padding: 20px 0;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.crumbs_nav a {
    color:#333;
}
.crumbs_nav a:hover{
    color:#005bac;
}





/* application */
.application-page {
    background: #f7f7f7;
    padding: 2rem 0;
}
.application-page .application-list ul li {
    margin-bottom: 2rem;
    padding: 2.5rem;
    background: white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.application-page .application-list ul li .left {
    width: 55%;
    vertical-align: middle;
}
.application-page .application-list ul li .right {
    width: 45%;
    vertical-align: middle;
    padding-left: 3rem;
}
.application-page .application-list ul li .right h4 {
    font-size: 30px!important;
    color: #363636;
    line-height: 1.4;
    font-weight: bold;
}
.application-page .application-list ul li .right .text {
    display: block;
    font-size: 15px!important;
    color: #757272;
    line-height: 30px!important;
    margin-top: 1rem;
}
.application-page .application-list ul li:last-child {
    margin-bottom: 0;
}
.application-page .application-list ul li:hover {
    -o-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.05);
}

.application-page .application-list ul li .right .list dl {
    margin: -5px;
}
.application-page .application-list ul li .right .list dl dd {
    padding: 5px;
}



@media screen and (max-width: 1700px) {
  .application-page .application-list ul li .right .text {
      font-size: 14px;
      line-height: 28px;
  }

  .application-page .application-list ul li .right h4 {
      font-size: 26px!important;
      line-height: 1.6;
  }
  .application-page{
      padding: 5rem 0;
  }
}


@media screen and (max-width: 1000px) {
  .application-page .application-list ul li .right {
      width: 100%;
      padding: 3rem 0 0;
  }
  .application-page .application-list ul li .left {
      width: 100%;
  }
}




/* service */

.p05 h2 {
    font-size: 46px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
}
.p05 div,
.p05 p {
  font: inherit;
}
.white {
    color: #fff;
}


.p05 .support .item{
  display: flex;
  align-items: center;
  margin: 30px 0;
}

.p05 .support .item:nth-child(odd){
  flex-direction: row-reverse;

}

.p05 {
  font-size: 16px
}

.p05 h2 {
  margin-bottom: 40px
}

.p05 .samples,
.p05 .consultation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 120px auto
}

.p05 .samples .mml-text,
.p05 .consultation .mml-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  max-width: 50%;
  color: #565656;
  font-size: 18px;
}

.p05 .samples .mml-image,
.p05 .consultation .mml-image {
  margin: auto
}

.p05 .samples h2,
.p05 .consultation h2 {
  color: black;
  text-align: initial;
  line-height: 1.4;
}

.p05 .samples p,
.p05 .samples ul,
.p05 .consultation p,
.p05 .consultation ul {
  margin-top: 15px;
  line-height: 2;
}

.p05 .samples li,
.p05 .consultation li {
  margin: 5px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
}

.p05 .samples .green,
.p05 .consultation .green {
  margin-right: 5px;
  color: #56d079
}

.p05 .consultation {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  /*max-width: 1404px;*/
}

.p05 .stable {
  overflow: hidden;
  padding: 120px 0;
  background-color: #19181d;
  text-align: center
}

.p05 .stable p {
  margin: 0 auto 15px;
  max-width: 750px;
  color: gray;
  line-height: 2;
}

.p05 .slicker-stable {
  /*max-width: 1700px;*/
  margin: 60px 0 0;
  /*-webkit-transform: translate(25%, 0);
  -ms-transform: translate(25%, 0);
  transform: translate(25%, 0)*/
}
.p05 .slicker-stable{
  margin-right: -10%;
}
.p05 .slicker-stable .slick-list{
  padding-right: 200px !important;
}
.p05 .slicker-stable .slick-slide {
  position: relative;
  margin: 0 20px
}

.p05 .slicker-stable .slick-slide:before {
  content: '\20';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(25, 24, 29, .5);
  -webkit-transition: all 0.24s;
  -o-transition: all 0.24s;
  transition: all 0.24s
}

.p05 .slicker-stable .slick-slide.slick-current:before {
  opacity: 0
}

.p05 .slick-dots {
  max-width: 820px;
  width: 50%;
  margin: 40px auto 0;
}

.p05 .slick-dots>li {
  display: inline-block;
  background-color: #f7f7f7;
}

.p05 .slick-dots>li.slick-active {
  background-color: var(--primary);
}

.p05 .support {
  overflow: hidden;
  color: white
}

.p05 .support .mml-row {
  margin: 60px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.p05 .support .mml-row:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row
}

.p05 .support .mml-image {
  margin: auto
}

.p05 .support .mml-text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 20px;
  max-width: 50%;
  color: #000;
  text-align: initial;
}

.p05 .support .sup-title {
  display: block;
  margin-top: 70px;
  color: #111;
  line-height: 1.4;
}

.p05 .support h3 {
  margin-bottom: 30px;
  font-size: 30px;
}

.p05 .support p {
  margin-top: 15px;
  font-size: 18px;
  line-height: 1.6;
}

@media (max-width:1200px) {
  .p05 .slicker-stable {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }

  .p05 .slick-dots {
    max-width: unset;
    width: unset
  }
}

@media (max-width:1000px) {

  .p05 .consultation,
  .p05 .samples {
    display: block
  }

  .p05 .consultation .mml-image,
  .p05 .samples .mml-image {
    width: unset
  }

  .p05 .consultation .mml-text,
  .p05 .samples .mml-text {
    margin: auto
  }
}

@media (max-width:780px) {
  .p05 .support .mml-row {
    display: block;
    margin: 40px auto
  }

  .p05 .support .mml-image {
    width: unset;
    max-width: unset
  }

  .p05 .support .mml-text {
    margin: auto
  }

  .p05 .support .sup-title {
    text-align: center
  }
}

@media (max-width:600px) {
  .p05 h2 {
    margin-bottom: 20px
  }

  .p05 .consultation,
  .p05 .samples {
    margin: 40px 0
  }

  .p05 .stable {
    padding: 40px 0
  }

  .p05 .slicker-stable,
  .p05 .slick-dots {
    margin-top: 20px
  }
}

.p05 .support .ui.container {
  max-width: 1404px;
}


.slick-dots button{display:none}.slick-dots>li{margin:0 10px;width:12px;height:12px;background-color:#fff;border-radius:50%;cursor:pointer;-webkit-transition:all 0.24s;-o-transition:all 0.24s;transition:all 0.24s}.slick-dots>li.slick-active{background-color:#fff;}

@media only screen and (max-width:1000px){
  .p05 .samples .mml-text, .p05 .consultation .mml-text{
    max-width: 100%;
  }

  .p05 h2{
    font-size: 30px;
  }

  .p05 .support .item{
    display: block;
  }

  .p05 .support .mml-text{
    max-width: 100%;
  }
}

@media screen and (max-width: 800px) {
  .p05 .consultation{
    display: block;
  }
  .p05 .samples, .p05 .consultation{
    display: block;
  }
  .p05 .samples .mml-image, .p05 .consultation .mml-image{
    width: 100%;
  }
  .p05 .support .mml-image img{
    width: 100%;
  }
  .p05 .samples .mml-image img, .p05 .consultation .mml-image img{
    width: 100%;
  }
}
@media screen and (max-width: 501px) {
  .p05 .slicker-stable .slick-list{
    padding-right: 100px !important;
  }
}


.p06-1-s5 {
    padding-bottom: 160px
}

.p06-1-s5 .mml-row>ul>li {
    margin-top: 167px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
.p06-1-s5 .mml-row>ul>li:nth-child(odd) .text-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-left: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.p06-1-s5 .mml-row>ul>li:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.p06-1-s5 .mml-row>ul>li:nth-child(even) .text-wrap {
    padding-right: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.p06-1-s5 h2 {
    margin-bottom: 30px;
    font-size:40px;
    font-weight: bold;
       
    color: #363636;
    font-family: "roboto";
}

.p06-1-s5 p {
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.6;
}

.p06-1-s5 .img-wrap {
    max-width: 822px;
    width: 54%
}

.p06-1-s5 .text {
    max-width: 593px
}

.p06-1-s5 .swiper-pagination {
    position: absolute;
    margin-top: 0
}

.p06-1-s5 .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 30px
}

@media (max-width:1200px) {
    .p06-1-s2 .small {
        margin-top: 0;
        max-width: 100%
    }

    .p06-1-s4 .text {
        margin: 0
    }
}

@media (max-width:960px) {
    .p06-1-s2 .tab {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .p06-1-s2 .tab li {
        width: calc(50% - 2px);
        margin-bottom: 2px
    }
}

@media (max-width:768px) {
    .p06-1-s1 {
        padding: 40px 0
    }

    .p06-1-s4 .text {
        padding: 10px
    }

    .p06-1-s5 {
        padding-bottom: 40px
    }

    .p06-1-s5 .mml-row>ul>li {
        margin-top: 20px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .p06-1-s5 .mml-row>ul>li:nth-child(odd) .img-wrap,.p06-1-s5 .mml-row>ul>li:nth-child(even) .img-wrap {
        width: 100%
    }

    .p06-1-s5 .mml-row>ul>li:nth-child(odd) .text-wrap,.p06-1-s5 .mml-row>ul>li:nth-child(even) .text-wrap {
        margin-top: 20px;
        padding: 0;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .p06-1-s5 .mml-row>ul>li:nth-child(odd) .text,.p06-1-s5 .mml-row>ul>li:nth-child(even) .text {
        max-width: 100%;
        text-align: center
    }
}

@media (max-width:540px) {
    .p06-1-s2 .tab li {
        width: 100%
    }
}


/* ¿É³ÖÐø */

.responsibility-page2{
  padding: 70px 0;
}

.responsibility-page2 .tips{
  font-size: 30px;
  font-weight: bold;
}
.responsibility-page2 .init-1 .container{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.responsibility-page2 .init-1 .container > div{
  width: 50%;
}

.responsibility-page2 .init-1 .container > div .des{
  font-size: 16px;
  margin-top: 10px;
  line-height: 2;
}
.responsibility-page2 .init-2{
  margin-top: 40px;
}
.responsibility-page2 .init-2 .container{
  display: flex;
  flex-wrap: wrap;
}
.responsibility-page2 .init-2 img:first-child{
  width: 80%;
}
.responsibility-page2 .init-2 .container div{
  width: 20%;
}
.responsibility-page2 .init-2 img:last-child{
  width: 100%;
  height: 100%;
}
.responsibility-page2 .init-2 img{
  width: 100%;
  display: block;
}

.responsibility-page2 .init-3{
  margin-top: 40px;
}
.responsibility-page2 .init-3 .container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.responsibility-page2 .init-3 .container .list{
  width: calc(25% - 15px);
  margin-top: 30px;
}
.responsibility-page2 .init-3 .container .list .img{
  margin-top: 16px;
  display: block;
}

.responsibility-page2 .init-4{
  margin-top: 40px;
}
.responsibility-page2 .init-4 .container .list{
  margin-top: 120px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.responsibility-page2 .init-4 .container .list .left{
  width: 460px;
}
.responsibility-page2 .init-4 .container .list .left .des{
  margin-top: 10px;
  line-height: 2;
  font-size: 16px;
}
.responsibility-page2 .init-4 .container .list .right{
  width: calc(100% - 520px);
}
.responsibility-page2 .init-4 .container .list:nth-child(2n) .right{
  order: -1;
}


@media screen and (max-width: 1000px) {
  .responsibility-page2 .init-1 .container>div{
    width: 100%;
  }
  .responsibility-page2 .init-2 img:first-child{
    width: 100%;
  }
  .responsibility-page2 .init-2 .container div{
    width: 100%;
    max-width: 300px;
    margin: auto;
    margin-top: 20px;
  }

  .responsibility-page2 .init-3 .container .list{
    width: calc(50% - 15px);
  }
  .responsibility-page2 .init-4 .container .list .left{
    width: 100%;
  }
  .responsibility-page2 .init-4 .container .list .right{
    width: 100%;
    margin-top: 10px;
  }
  .responsibility-page2 .init-4 .container .list:nth-child(2n) .right{
    order: 2;
  }
}


@media screen and (max-width: 500px) {
  .responsibility-page2 .init-3 .container .list{
    width: 100%;
  }
  .responsibility-page2 .init-4 .container .list{
    margin-top: 40px;
  }
}






/* adv */
.adv-page .adv-1 .list{
  margin-top: 50px;
  /*width: 1600px;*/
}
.adv-page .adv-1 .list ul{
  margin: 0 -77px;
}
.adv-page .adv-1 .list li{
  padding: 0 77px;
}
.adv-page .adv-1 .list li .name{
  font-size: 30px;
}


.adv-page .adv-2 .list ul{
  margin: -25px;
}

.adv-page .adv-2 .list li{
  padding: 25px;
}

.adv-page .adv-2 .list li .box{
  color: #fff;
  background-color: #005bac;
  padding: 130px 20px 20px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}


.adv-page .adv-2 .list li .box,
.adv-page .adv-2 .list li .back {
    background-size: cover;
    background-position: center;
    -webkit-transition: -webkit-transform .7s cubic-bezier(.4,.2,.2,1);
    transition: -webkit-transform .7s cubic-bezier(.4,.2,.2,1);
    -moz-transition: transform .7s cubic-bezier(.4,.2,.2,1),-moz-transform .7s cubic-bezier(.4,.2,.2,1);
    transition: transform .7s cubic-bezier(.4,.2,.2,1);
    transition: transform .7s cubic-bezier(.4,.2,.2,1),-webkit-transform .7s cubic-bezier(.4,.2,.2,1),-moz-transform .7s cubic-bezier(.4,.2,.2,1);
    transition: transform .7s cubic-bezier(.4,.2,.2,1),-webkit-transform .7s cubic-bezier(.4,.2,.2,1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 100%;
}

.adv-page .adv-2 .list li .back {
    background: #e1b261;
}


.adv-page .adv-2 .list li .back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 10px;
}


.adv-page .adv-2 .list li .content {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
}

.adv-page .adv-2 .list li .back {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.adv-page .adv-2 .list li .box {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.adv-page .adv-2 .list li .content:hover .box,
.adv-page .adv-2 .list li .content:hover .back {
    -webkit-transition: -webkit-transform .7s cubic-bezier(.4,.2,.2,1);
    transition: -webkit-transform .7s cubic-bezier(.4,.2,.2,1);
    -moz-transition: transform .7s cubic-bezier(.4,.2,.2,1),-moz-transform .7s cubic-bezier(.4,.2,.2,1);
    transition: transform .7s cubic-bezier(.4,.2,.2,1);
    transition: transform .7s cubic-bezier(.4,.2,.2,1),-webkit-transform .7s cubic-bezier(.4,.2,.2,1),-moz-transform .7s cubic-bezier(.4,.2,.2,1);
    transition: transform .7s cubic-bezier(.4,.2,.2,1),-webkit-transform .7s cubic-bezier(.4,.2,.2,1);
}

.adv-page .adv-2 .list li .content:hover .back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.adv-page .adv-2 .list li .content:hover .box {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}




/*.adv-page .adv-2 .list li:nth-child(2n) .box{
  background-color: #133c61;
}*/

.adv-page .adv-2 .list li .box::before{
  content: attr(data-num);
  font-size: 100px;
  font-weight: bold;
  color: #fff;
  opacity: 0.3;
  position: absolute;
  right: 3%;
  bottom: -4%;
}

.adv-page .adv-2 .list li .box .desc{
  line-height: 2;
  min-height: 14em;
}

.adv-page .adv-2 .list li .box hr{
  margin: 0;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.adv-page .adv-2 .list li .box .name{
  font-size: 30px;
  margin: 20px 0;
}


.adv-page .adv-3 .left{
  vertical-align: middle;
}

.adv-page .adv-3 .right{
  vertical-align: middle;
}

.adv-page .adv-3 .desc strong{
  font-weight: bold;
  font-size: 30px;
}


.adv-page .adv-4 .top{
  margin-top: 100px;
}
.adv-page .adv-4 .top ul{
  display: flex;
  justify-content: space-between;
}

.adv-page .adv-4 .top li{
  width: auto;
  cursor: pointer;
}

.adv-page .adv-4 .top li span{
  font-size: 30px;
  font-weight: bold;
  display: block;
  position: relative;
  color: #6b6b6b;
}

.adv-page .adv-4 .top li.active span{
  color: #000;
}

.adv-page .adv-4 .top li.active span::before{
  content: "";
  position: absolute;
  z-index: -1;
  right: -5px;
  bottom: 0;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: #005bac;
}

.adv-page .adv-4 .line{
  height: 1px;
  background-color: #cccccc;
  position: relative;
}

.adv-page .adv-4 .line em{
  position: absolute;
  height: 100%;
  width: 0;
  left: 0;
  top: 0;
  background-color: #005bac;
  transition: width .5s ease;
}

.adv-page .adv-4 .line em:after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #005bac;
}


.adv-page .adv-4 .bottom .left,
.adv-page .adv-4 .bottom .right{
  vertical-align: middle;
}



.sidebar-box .sidebar-left{
  width: 75%;
  padding-right: 90px;
}

.sidebar-box .sidebar-left .name{
  font-size: 30px;
  font-weight: bold;
  color: #005bac;
}

.sidebar-box .sidebar-left strong{
  font-size: 20px;
  font-weight: bold;
  color: #005bac;
}

.sidebar-box .sidebar-right{
  width: 25%;
}


@media (max-width:1200px){
  .sidebar-box .sidebar-left {
    width: 65%!important;
    padding-right: 60px;
  }
  .sidebar-box .sidebar-right {
    width: 35%!important;
  }
}

@media (max-width:1000px){
  .sidebar-box .sidebar-left {
    width: 100%!important;
    padding: 0!important;
  }
  .sidebar-box .sidebar-right {
    display: none;
  }
}

.sidebar-info{
  padding: 50px 40px;
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.sidebar-info .form input,
.sidebar-info .form textarea{
  width: 100%;
  font-size: 16px;
  background-color: #f6f6f6;
  border: none;
  padding: 15px 20px;
  margin-bottom: 30px;
}

.sidebar-info .form textarea{
  height: 110px;
}

.sidebar-info .form input[type='submit']{
  color: #fff;
  background-color: #005bac;
  font-size: 20px;
  font-weight: bold;
  padding: 10px;
}


.sidebar-info .download .name{
  left: 10%;
  bottom: 10%;
  width: 80%;
  color: #fff;
  padding-left: 10px;
  border-left: 3px solid #005bac;
}

.sidebar-nav{
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
}

.sidebar-nav .name {
  font-size: 40px;
  text-align: center;
  color: #005bac;
}

.sidebar-nav ul li {
  margin-top: 20px;
}

.sidebar-nav ul li a{
  display: block;
  line-height: 34px;
  padding: 10px 40px;
  border-radius: 10px;
  position: relative;
  background-color: #f0f8ff;
}

.sidebar-nav ul li ul {
  display: none;
}

.sidebar-nav ul li a span{
  line-height: 1.5;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.sidebar-nav ul li a i{
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}

.sidebar-nav ul > li.active > a{
  color: #fff;
  background-color: #005bac;
}

.sidebar-nav ul li.active ul {
  display: block;
}
.sidebar-nav ul li.active ul li a{
  padding-left: 80px;
}

.service-page .service-2 ul{
  margin: 0 -40px;
}

.service-page .service-2 li{
  padding: 0 40px;
}



.service-page .service-2 .dots ul.slick-dots li {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 5px;
  padding: 3px;
  border-radius: 100%;
  border: 1px solid transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.service-page .service-2 .dots ul.slick-dots li::before{
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	background-color: #005bac;
	border-radius: 4px;
}
.service-page .service-2 .dots ul.slick-dots li button {
  display: none;
}
.service-page .service-2 .dots ul.slick-dots li.slick-active {
  border-color: #005bac;
}
.service-page .service-2 .dots ul.slick-dots li.slick-active:before {
  background-color: #005bac;
}


.product-page .sidebar-box .sidebar-left{
  width: 75%;
  padding-right: 0;
  padding-left: 90px;
}



.factory-page .left{
  width: 20%;
  padding-right: 5%;
}

.factory-page .left ul li + li{
  margin-top: 20px;
}

.factory-page .left ul li a{
  display: block;
  background-color: #fff;
  text-align: center;
  padding: 10px;
  border-radius: 10px;
}

.factory-page .left ul li.active a{
  color: #fff;
  background-color: #005bac;
  border-radius: 10px;
}

.factory-page .right{
  width: 80%
}
.factory-page .right ul {
  margin: -15px;
}
.factory-page .right ul li{
  padding: 15px;
}

.factory-page .right ul li img{
  border: 2px solid #ccc;
  transition: border-color .5s ease;
}

.factory-page .right ul li img:hover{
  border-color: #005bac;
}



.his-page{
  overflow: hidden;
}
.his-page .list ul {
  margin: 0 -60px;
  position: relative;
}
.his-page .list ul::before {
  content: "";
  position: absolute;
  /*left: 60px;*/
  left: 50%;
  right: 60px;
  /*top: 279px;*/
  top: 0px;
  width: 1px;
  height: 100%;
  background-color: #b9b9b9;
  /*display: none;*/
}
.his-page .list ul li {
  padding: 0 60px; 
}

.his-page .list .img {
  margin-bottom: 45px;
  /*max-width: 270px;*/
  /*height: 200px;*/
  position: relative;
  width: 50%;
}
.his-page .list .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.his-page .list .img time {
  line-height: 30px;
  padding: 0 15px;
  font-weight: 600;
  position: absolute;
  left: -14px;
  top: 50px;
  color: #FFFFFF;
  background-color: #0066c0;
}
.his-page .list ul li{
  margin: -50px;
}
.his-page .list ul li .column{
  padding: 50px;
}
.his-page .list ul li .content{
  width: 50%; 
  position: relative; 
}
.his-page .list ul li .content i{
  display: inline-block;
  position: absolute;
}
 
.his-page .list ul li:nth-child(2n) .img{
  left: 50%;
}
.his-page .list ul li:nth-child(2n-1) .content{
  text-align: left;
}
.his-page .list ul li:nth-child(2n) .content{
  left: -50%;
  text-align: right;
}
.his-page .list ul li:nth-child(2n-1) .content i{
  left: -22px;
}
.his-page .list ul li:nth-child(2n) .content i{
  right: -22px;
}
.his-page .list .img .pr{
  width: 80%;
}
.his-page .list ul li:nth-child(2n-1) .img .pr{
  margin-left: auto;
}
.his-page .list ul li:nth-child(2n) .img .pr{
  margin-right: auto;
}
.his-page .list .line {
  margin-left: 15%;
  width: 44px;
  height: 68px;
  position: relative;
  background-color: #f5f5f5;
}
.his-page .list .line::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2px;
  background-color: #bbbbbb;
}
.his-page .list h2 {
  margin-top: 45px;
  font-size: 56px;
  font-weight: 600;
}
.his-page .list p {
  font-size: 17px;
  line-height: 2;
}
.his-page .list .slick-current.slick-active .line::before {
  background-color: #0066c0;
}
.his-page .list .slick-current.slick-active h2 {
  color: #0066c0;
}
@media screen and (max-width: 1200px){
  .his-page .list h2 {
    font-size: 30px;
    margin-top: 0;
  }
  .his-page .list ul {
    margin: 0 -30px;
  }
  .his-page .list ul li {
    padding: 0 30px;
    margin: -25px;
  }
  .his-page .list ul li .column {
    padding: 25px;
  }
  .his-page .list ul::before {
    left: 30px;
    right: 30px;
  }

  .his-page .list ul li .content i{
    display: none;
  }

  .his-page .list p{
    font-size: 14px;
  }

  .his-page .list .img .pr{
    width: 90%;
  }
}
@media screen and (max-width: 1000px){
  .his-page .list ul {
    margin: 0 -15px;
  }
  .his-page .list ul li {
    padding: 0 15px;
  }
  .his-page .list .img time {
    left: -5px;
  }

  .his-page .list ul::before{
    display: none;
  }

  .his-page .list .img{
    width: 100%;
    margin-bottom: 0;
  }

  .his-page .list .img .pr{
    width: 100%;
  }

  .his-page .list ul li:nth-child(2n) .img .pr{
    margin-right: 0;
    margin-left: auto;
  }

  .his-page .list ul li .content{
    width: 100%;
  }

  .his-page .list ul li:nth-child(2n) .img{
    left: auto;
  }

  .his-page .list ul li:nth-child(2n) .content{
    left: auto;
    text-align: left;
  }

  .his-page .list ul li + li{
    margin-top: 60px;
  }
}
@media screen and (max-width: 700px){
  .his-page .list .img {
    margin-bottom: 30px;
  }
  .his-page .list h2 {
    margin-top: 0;
    margin-bottom: 15px;
  }
  .his-page .list p {
    line-height: 2;
  }
  .his-page .list .line {
    display: none;
  }
  .his-page .list ul::before {
    display: none;
  }
}







.factory-page .right ul.slick-dots {
  margin: 0;
}
.factory-page .right ul.slick-dots li {
  padding: 0;
  display: inline-block;
  text-align: center;
  width: 45px;
  height: 35px;
  font-size: 15px;
  line-height: 35px;
  border-radius: 5px;
  color: #111;
  font-weight: 500;
  -moz-box-shadow: 0 2px 10px 0 #d8dde6;
  -o-box-shadow: 0 2px 10px 0 #d8dde6;
  box-shadow: 0 2px 10px 0 #d8dde6;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin: 15px;
}

.factory-page .right ul.slick-dots li.slick-active {
  color: #fff;
  background-color: #005bac;
}

.factory-page .right ul.slick-dots li button{
  display: block;
  background-color: transparent;
  border: none;
  width: 100%;
}