<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'DINPRO-REGULAR';
  src: url(../fonts/DINPRO-REGULAR.ttf) format('truetype'), url(../fonts/DINPRO-REGULAR.eot) format('eot'), url(../fonts/DINPRO-REGULAR.woff) format('woff'), url(../fonts/DINPRO-REGULAR.woff2) format('woff2');
}
@font-face {
  font-family: 'AGENCYR';
  src: url(../fonts/AGENCYR.ttf) format('truetype'), url(../fonts/AGENCYR.eot) format('eot'), url(../fonts/AGENCYR.woff) format('woff'), url(../fonts/AGENCYR.woff2) format('woff2');
}
@font-face {
  font-family: 'AGENCYB';
  src: url(../fonts/AGENCYB.ttf) format('truetype'), url(../fonts/AGENCYB.eot) format('eot'), url(../fonts/AGENCYB.woff) format('woff'), url(../fonts/AGENCYB.woff2) format('woff2');
}
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1200px;
}
.language-box {
  margin-left: 25px;
  font-size: 17px;
}
.language-box .language-img {
  display: inline-block;
  vertical-align: middle;
}
.language-box .zhuyu {
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
}
.language-box .zhuyu i {
  margin-left: 5px;
}
.language-box .hover-language {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.language-box ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  background: #fff;
  top: 100%;
  right: 8%;
  /*width: 50px;*/
  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;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  -moz-transition: -moz-transform 0.5s, opacity 0.5s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
.language-box ul.sub-menu li a {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  font-size: 14px!important;
  color: #000000!important;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
.language-box ul.sub-menu li:hover a {
  background: #ffb11b;
  color: white!important;
}
.language-box .hover-language: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 {
  z-index: 1;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
#header .nav {
  display: inline-block;
  width: 100%;
  padding: 45px 0;
}
#header .nav .ui.menu {
  display: flex;
  align-items: center;
  margin: 0 auto;
  max-width: 1470px;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu &gt; li {
  font-weight: 400;
  margin: 0 30px;
  font-size: 18px;
  color: white;
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  border-bottom: 3px solid transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu &gt; li:hover {
  border-color: #0a09d8;
  color: #0a09d8;
  -webkit-transition: .5s .5s border;
  -moz-transition: .5s .5s border;
  -ms-transition: .5s .5s border;
  -o-transition: .5s .5s border;
  transition: .5s .5s border;
}
#header .nav .ui.menu .menu-box ul.menu &gt; li &gt; a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu &gt; li ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu &gt; li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu &gt; li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu &gt; li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu &gt; li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  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(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-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;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 32px;
  height: 9px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 30px;
  background-color: #e2e2e2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  background-color: #0000ff;
  width: 70px;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  width: 100%;
  margin-bottom: 20px;
  word-break: break-word;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: 50%;
}
table td:first-child {
  color: #2d2d2d;
}
table td:last-child {
  color: #666;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a {
  width: 50px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a:hover {
  background-color: #fd2318;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: #fd2318 !important;
}
#mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 20;
}
#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;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
#mobile .m-search {
  padding: 10px 15px;
  background: #0d95e8;
  z-index: 2;
  position: relative;
}
#mobile .m-search form {
  width: 100%;
  padding-right: 50px;
  position: relative;
}
#mobile .m-search form input {
  width: 100%;
  line-height: 40px;
  height: 40px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  background: url("../images/icon-search-black.png") center left 5px no-repeat white;
  background-size: 14px;
  padding-left: 25px;
  font-size: 14px;
}
#mobile .m-search form input[type="submit"] {
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/icon-search-white.png") center center no-repeat;
}
#mobile .m-logo {
  text-align: center;
  background: #333;
  z-index: 1;
  position: relative;
  line-height: 60px;
  height: 60px;
}
#mobile .m-logo img {
  max-height: 40px;
  display: inline-block;
  vertical-align: middle;
  max-width: 200px;
}
#mobile .m-btn {
  position: absolute;
  bottom: 16px;
  left: 15px;
  width: 30px;
  z-index: 2;
  height: 24px;
}
#mobile .m-btn i {
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: white;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-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;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-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;
}
#mobile .m-nav ul li a {
  display: block;
  padding: 8px 0;
  font-size: 16px;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-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 a:before {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  right: 10px;
  top: 10px;
}
#mobile .m-nav ul li.children &gt; a:before {
  content: "\f107";
}
#mobile .m-nav ul li.children.active &gt; a: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%);
  -o-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);
  -o-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);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#mobile.active:before {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
#mobile.active .box {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-page {
    margin-top: 120px;
  }
  #inner-banner,
  .inner-banner {
    display: none;
  }
  .inner-page {
    padding-top: 40px;
  }
}
.txt-upp {
  text-transform: uppercase;
}
#banner ul li &gt; img {
  width: 100%;
}
#banner .content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}
#banner .content .left {
  max-width: 505px;
}
#banner .content h3 {
  font-size: 30px;
}
#banner .content h2 {
  font-size: 60px;
  line-height: 1.2;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  margin-top: 10px;
}
#banner .content p {
  margin: 20px 0 60px;
}
#banner .content p span {
  font-weight: 700;
  color: #0a09d8;
}
.btn a {
  display: inline-block;
  font-weight: 400;
  border: 1px solid currentcolor;
  padding: 10px 45px;
  transition: .5s ease;
}
.btn a:hover {
  background-color: #29449c;
  color: #fff;
  border-color: #29449c;
}
.font-48 {
  font-size: 48px;
  line-height: 1.3;
}
.our-about {
  padding: 90px 0 60px;
}
.our-about .left .born {
  font-size: 60px;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
}
.our-about .left .born span {
  color: #29449c;
}
.our-about .left .img {
  padding-top: 50px;
}
.our-about .left .img::before {
  content: "";
  width: 100%;
  height: 85%;
  position: absolute;
  top: 20px;
  left: -50px;
  border: 17px solid #29449c;
  z-index: -1;
}
.our-about .right {
  max-width: 610px;
  width: 55%;
}
.our-about .right p {
  margin: 20px 0;
}
.our-about h3 {
  color: #29449c;
}
.our-about h3::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 47px;
  height: 4px;
  background-color: #29449c;
  margin: 0 10px;
}
.our-about h2 {
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
}
.our-about h2 span {
  color: #29449c;
}
.our-about .list {
  margin-top: 55px;
}
.our-about .list ul {
  margin: -18px;
}
.our-about .list ul li {
  width: 50%;
  padding: 18px;
}
.our-about .list .icon {
  min-width: 80px;
}
.our-about .list .flex {
  display: flex;
  align-items: center;
}
.our-about .list .num {
  font-weight: 500;
}
.our-product {
  background: url(../images/product-bg.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
  padding: 70px 0;
}
.our-product h2 {
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
}
.our-product .list {
  margin-top: 60px;
}
.our-product .list .name {
  font-weight: 400;
  padding: 15px 0;
  min-height: 120px;
}
.our-product .list ul {
  margin: -10px -18px;
}
.our-product .list ul li {
  padding: 10px 18px;
}
.our-system {
  padding: 70px 0;
}
.our-system h2 {
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
  margin-bottom: 20px;
  color: #29449c;
}
.our-system .top {
  margin-top: 40px;
}
.our-system .bottom {
  margin-top: 40px;
}
.our-clients {
  background-color: #29449c;
  color: #fff;
  padding: 80px 0;
}
.our-clients h2 {
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
  margin-bottom: 20px;
}
.our-clients .list {
  padding: 45px 65px;
}
.our-clients .list ul {
  margin: 0 -35px;
}
.our-clients .list ul li {
  padding: 0 35px;
}
.our-news {
  padding: 60px 0 40px;
}
.our-news .left {
  width: 50%;
  vertical-align: middle;
}
.our-news .right {
  width: 50%;
  vertical-align: middle;
}
.our-news h2 {
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
  color: #3852a3;
}
.our-news .list {
  margin-top: 25px;
}
.our-news .list ul {
  margin: 0 -10px;
}
.our-news .list ul li {
  padding: 0 10px;
}
.our-news img {
  width: 100%;
}
.media {
  overflow: hidden;
  position: relative;
  display: block;
}
.media .overlay {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 3;
  opacity: 0;
  transition: all ease-in-out 0.5s;
}
.media:hover .overlay {
  opacity: 1;
}
.media .image-details {
  padding: 0 40px;
  color: white;
  width: 100%;
  z-index: 4;
  position: absolute;
  top: 100%;
  opacity: 0;
  transition: all ease-in-out 0.5s;
}
.media:hover .image-details {
  opacity: 1;
  top: 50%;
  transform: translateY(-50%);
}
.media .image-details .name {
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.media .image-details .time {
  font-style: italic;
  padding-left: 35px;
  margin: 5px 0;
}
.media .image-details p {
  min-height: 81px;
  margin-bottom: 20px;
}
.our-news .tab-btn {
  margin-top: 55px;
}
.our-news .tab-btn span {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  border: 3px solid #9e9e9e;
  font-size: 30px;
  color: #9e9e9e;
  margin: 0 12px;
}
#footer {
  background: url(../images/foot-bg.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
}
#footer .footer-top .foot-logo {
  padding: 35px 0 60px;
}
#footer .footer-top .foot-warp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 40px;
}
#footer .footer-top h4 {
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
  margin-bottom: 25px;
}
#footer .foot-warp .contact {
  max-width: 340px;
}
#ewm {
  max-width: 140px;
  border: 5px solid #fff;
  margin-top: 20px;
}
#footer .fast-link ul li:not(:last-child) {
  margin-bottom: 5px;
}
#footer .about ul li:not(:last-child) {
  margin-bottom: 5px;
}
#footer .product-list ul li:not(:last-child) {
  margin-bottom: 5px;
}
#footer .contact ul li:not(:last-child) {
  margin-bottom: 10px;
}
#footer .contact ul li p {
  padding-left: 40px;
  position: relative;
}
#footer .contact ul li p span {
  position: absolute;
  width: 40px;
  left: 0;
  top: 0;
  text-align: center;
}
#footer .contact ul li p span img {
  vertical-align: middle;
}
#footer .footer-bottom {
  padding: 25px 0;
}
#footer .footer-bottom .fr {
  font-size: 20px;
}
#footer .footer-bottom .fr a:not(:first-child) {
  margin-left: 20px;
}
@media screen and (max-width: 1400px) {
  #header .nav {
    padding: 15px;
  }
  #header .nav .ui.menu .menu-box ul.menu &gt; li {
    font-size: 14px;
    margin: 0 20px;
  }
  .language-box {
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px) {
  .ui.container {
    width: 1000px;
  }
  #header .nav .ui.menu .logo {
    width: 300px;
  }
  #header .nav .ui.menu .menu-box ul.menu &gt; li {
    margin: 0 15px;
  }
  #banner .content h3 {
    font-size: 25px;
  }
  #banner .content h2 {
    font-size: 40px;
    margin-top: 0;
  }
  #banner .content p {
    margin: 20px 0;
  }
  .our-about .left {
    width: 45%;
  }
  .our-about .right {
    width: 50%;
  }
  .font-48 {
    font-size: 35px;
  }
  .font-30 {
    font-size: 25px;
  }
  .font-36 {
    font-size: 25px;
  }
  .our-about .list ul {
    margin: -15px;
  }
  .our-about .list ul li {
    padding: 15px;
  }
  .our-about .left .born {
    font-size: 45px;
  }
  .our-clients .list {
    padding: 45px 0;
  }
  .our-clients .list ul {
    margin: 0 -20px;
  }
  .our-clients .list ul li {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1000px) {
  .grid-box.seven&gt;.column{
    width: 20%;
  }
  .ui.container {
    width: 700px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #footer .ewm {
    display: none;
  }
  #footer .foot-warp {
    margin: -10px;
  }
  #footer .foot-warp .item {
    width: 50%;
    padding: 10px;
  }
  .our-about .left {
    display: none;
  }
  .our-about .right {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .grid-box.seven&gt;.column{
    width: 33.33%;
  }
  .ui.container {
    width: 100%;
    overflow: hidden;
  }
  #banner .content h2 {
    font-size: 30px;
  }
  #banner .content p {
    margin: 0 0 20px;
  }
  #banner .content h3 {
    font-size: 20px;
  }
  .font-18 {
    font-size: 16px;
  }
  .our-about {
    padding: 60px 0;
  }
  .our-system {
    display: none;
  }
  .our-clients {
    display: none;
  }
  #footer .footer-bottom .fl,
  #footer .footer-bottom .fr {
    float: none;
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  .grid-box.seven&gt;.column{
    width: 50%;
  }
  .init-2 ul.faq li h2{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.init-2 ul.faq li p{
		font-size: 12px;
	}

  #banner .content p {
    display: none;
  }
  .font-18 {
    font-size: 14px;
  }
  #banner .content h3 {
    font-size: 16px;
  }
  #banner .content h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .btn a {
    padding: 5px 25px;
  }
  .font-48 {
    font-size: 25px;
  }
  .font-30 {
    font-size: 20px;
  }
  .our-about .list {
    display: none;
  }
  .media .image-details {
    padding: 0 15px;
  }
  .media .overlay {
    opacity: 1;
  }
  .media .image-details {
    opacity: 1;
    top: 50%;
    transform: translateY(-50%);
  }
  .font-24 {
    font-size: 18px;
  }
  .media .image-details p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: auto;
    margin-bottom: 10px;
  }
  .our-news .tab-btn {
    margin-top: 30px;
  }
  #footer .foot-warp .fast-link {
    display: none;
  }
  #footer .foot-warp .contact {
    width: 100%;
  }
  .font-16 {
    font-size: 12px;
  }
  .our-product .list ul {
    margin: -5px;
  }
  .our-product .list ul li {
    padding: 5px;
  }
  .our-product .list .name {
    padding: 5px 0;
  }
}





/* å†…é¡µæ&nbsp;·å¼ */
.init-2 ul.faq {
  padding: 40px 0;
}
.init-2 ul.faq li {
  display: block;
  padding: 20px 25px;
  margin-bottom: 10px;
  background: #f9f9f9;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.init-2 ul.faq li h2 {
  font-size: 20px;
  color: #222;
  padding-bottom: 20px;
}
.init-2 ul.faq li p {
  font-size: 16px;
  color: #585858;
}
.init-2 ul.faq li:hover {
  box-shadow: 0 0 10px 0 #d1d1d1;
  -webkit-box-shadow: 0 0 10px 0 #d1d1d1;
  -moz-box-shadow: 0 0 10px 0 #d1d1d1;
  -ms-box-shadow: 0 0 10px 0 #d1d1d1;
  -o-box-shadow: 0 0 10px 0 #d1d1d1;
}
.init-2 ul.faq li:hover h2 {
  color: #00aedc;
}

#inner-banner {
  height: 500px;
  background: url(../images/inner-banner.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
}
#inner-banner #bdt-header-animation{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#inner-banner &gt; div.pr {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
}
#inner-banner .container .tit {
  font: bold 28px arial;
  color: #fff;
  margin-bottom: 5px;
  text-shadow: 1px 1px 1px rgba(0,0,0,.6);
}
#inner-banner .container .bread {
  font: 16px l;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0,0,0,.6);
}
#inner-banner .container .bread a,
#inner-banner .container .bread span {
  font: 16px l;
  color: #fff;
}
#inner-nav {
  padding: 25px 0;
  border-bottom: 1px solid #dfdfdf;
}
#inner-nav ul {
  text-align: center;
  font-size: 0;
}
#inner-nav ul li {
  display: inline-block;
  font: 16px arial;
  color: #333;
  padding: 5px 30px;
	position: relative;
  width: 20%;
}
#inner-nav ul li .children{
    position:absolute;
    z-index: 1;
    top:100%;
    left:0;
    width:100%;
    background:#fff;
    display:none;
}
#inner-nav ul li:hover .children{
    display:block;
}
#inner-nav ul li .children li{
    padding: 10px 0;
    /*border:1px solid #ccc;*/
    display: block;
    width: 100%;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
#inner-nav ul li .children li:first-child{
  border-top: 1px solid #ccc;
}
#inner-nav ul li .children li:after{
  display: none;
}
#inner-nav ul li .children li a{
    font-size:14px;
    display: block;
}
#inner-nav ul li:after{
	content: "";
	width: 1px;
	height: 15px;
	background: #ccc;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
#inner-nav ul li:last-of-type:after{
	display: none;
}
.inner-page {
  font-family: arial;
  font-size: 16px;
}
.inner-page.inner-about .inner-about-1 {
  padding: 60px 0 100px;
}
.inner-page.inner-about .inner-about-1 .container .left {
  width: 56%;
}
.inner-page.inner-about .inner-about-1 .container .left img {
  width: 100%;
}
.inner-page.inner-about .inner-about-1 .container .right {
  width: 40%;
  height: 450px;
  overflow: auto;
  padding-left: 30px;
  padding-right: 30px;
}
.inner-page.inner-about .inner-about-1 .container .right .wpulike{
  display: none!important;
}
.inner-page.inner-about .inner-about-1 .container .right p:nth-of-type(1) {
  font-size: 38px;
  font-weight: bold;
  color: #01579a;
	text-transform: uppercase;
}
.inner-page.inner-about .inner-about-1 .container .right p:nth-of-type(2) {
  font-size: 16px;
  color: #666;
  margin-bottom: 40px;
}
.inner-page.inner-about .inner-about-1 .container .right p:nth-of-type(3) {
  font-size: 14px;
  color: #666;
  line-height: 30px;
}
.inner-page.inner-about .inner-about-2 {
  padding: 80px 0 90px;
  background: #f7f7f7;
}
.inner-page.inner-about .inner-about-2 .container .tit {
  text-align: center;
  margin-bottom: 60px;
}
.inner-page.inner-about .inner-about-2 .container .tit p:nth-of-type(1) {
  font-size: 38px;
  color: #01579a;
  font-weight: bold;
}
.inner-page.inner-about .inner-about-2 .container .tit p:nth-of-type(2) {
  font-size: 22px;
  color: #666;
}
.inner-page.inner-about .inner-about-2 .container .list {
  position: relative;
}
.inner-page.inner-about .inner-about-2 .container .list #honour .swiper-slide img {
  width: 100%;
}
.inner-page.inner-about .inner-about-2 .container .list #honour-l,
.inner-page.inner-about .inner-about-2 .container .list #honour-r {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #ccc;
  opacity: 1;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  color: #333;
}
.inner-page.inner-about .inner-about-2 .container .list #honour-l {
  left: -80px;
}
.inner-page.inner-about .inner-about-2 .container .list #honour-r {
  right: -80px;
}
.inner-page.inner-about .inner-about-2 .container .list #factory-l,
.inner-page.inner-about .inner-about-2 .container .list #factory-r {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #ccc;
  opacity: 1;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  color: #333;
}
.inner-page.inner-about .inner-about-2 .container .list #factory-l {
  left: -80px;
}
.inner-page.inner-about .inner-about-2 .container .list #factory-r {
  right: -80px;
}
.inner-page.inner-about .inner-about-3 {
  padding: 80px 0 90px;
}
.inner-page.inner-about .inner-about-3 .container .tit {
  text-align: center;
  margin-bottom: 60px;
}
.inner-page.inner-about .inner-about-3 .container .tit p:nth-of-type(1) {
  font-size: 38px;
  color: #01579a;
  font-weight: bold;
}
.inner-page.inner-about .inner-about-3 .container .tit p:nth-of-type(2) {
  font-size: 22px;
  color: #666;
}
.inner-page.inner-about .inner-about-3 .container .list {
  position: relative;
}
.inner-page.inner-about .inner-about-3 .container .list #partner {
  padding: 10px;
}
.inner-page.inner-about .inner-about-3 .container .list #partner .swiper-slide {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.inner-page.inner-about .inner-about-3 .container .list #partner .swiper-slide img {
  width: 100%;
}
.inner-page.inner-about .inner-about-3 .container .list #partner-l,
.inner-page.inner-about .inner-about-3 .container .list #partner-r {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #ccc;
  opacity: 1;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  color: #333;
}
.inner-page.inner-about .inner-about-3 .container .list #partner-l {
  left: -80px;
}
.inner-page.inner-about .inner-about-3 .container .list #partner-r {
  right: -80px;
}
.inner-page.inner-product {
  background: #fbfbfb;
}
.inner-page.inner-product .container {
  max-width:1600px;
  overflow: hidden;
   padding: 40px 15px;
}
.inner-page.inner-product .container .inner-product-list {
  margin: -15px;
}
.inner-page.inner-product .container .inner-product-list .column {
  padding: 15px;
}
.inner-page.inner-product .container .inner-product-list .column .inner {
  transition: 300ms;
	border: 1px solid #ccc;
}
.inner-page.inner-product .container .inner-product-list .column .inner:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.inner-page.inner-product .container .inner-product-list .column .inner:hover .info{
  background: #01579a;
}
.inner-page.inner-product .container .inner-product-list .column .inner:hover .info p{
  color: #fff!important;
}
.inner-page.inner-product .container .inner-product-list .column .inner .img-box img {
  width: 100%;
}
.inner-page.inner-product .container .inner-product-list .column .inner .info {
  padding: 30px;
  background: #fff;
	border-top: 1px solid #ccc;
  transition: 300ms;
}
.inner-page.inner-product .container .inner-product-list .column .inner .info p:nth-of-type(1) {
  font-size: 16px;
  color: #333;
  margin-bottom: 5px;
  font-weight: bold;
  min-height: 48px;
}
.inner-page.inner-product .container .inner-product-list .column .inner .info p:nth-of-type(2) {
  font-size: 13px;
  color: #333;
}
.inner-page.inner-prodet {
  padding: 80px 0;
  background: #fbfbfb;
}
.inner-page.inner-prodet .container .inner-prodet-1 {
  margin-bottom: 40px;
}
.inner-page.inner-prodet .container .inner-prodet-1 .left {
  width: 40%;
}
.inner-page.inner-prodet .container .inner-prodet-1 .left img {
  width: 100%;
}
.inner-page.inner-prodet .container .inner-prodet-1 .right {
  width: 60%;
  padding-left: 60px;
	font-size: 16px;
}
.inner-page.inner-prodet .container .inner-prodet-1 .right p:nth-of-type(1) {
  font-size: 28px;
  padding: 25px 0;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 40px;
}
.inner-page.inner-prodet .container .inner-prodet-1 .right p:nth-of-type(2) {
  font-size: 13px;
  line-height: 30px;
  color: #666;
}
.inner-page.inner-prodet .container .inner-prodet-2 {
  margin-bottom: 40px;
}
.inner-page.inner-prodet .container .inner-prodet-2 .tabs-nav {
  font-size: 0;
  border-bottom: 1px solid #e5e5e5;
}
.inner-page.inner-prodet .container .inner-prodet-2 .tabs-nav li {
  display: inline-block;
  width: 33.33%;
  font-size: 19px;
  line-height: 78px;
  font-weight: bold;
  text-align: center;
  color: #666;
  position: relative;
  cursor: pointer;
}
.inner-page.inner-prodet .container .inner-prodet-2 .tabs-nav li:hover:before,
.inner-page.inner-prodet .container .inner-prodet-2 .tabs-nav li.active:before {
  opacity: 1;
}
.inner-page.inner-prodet .container .inner-prodet-2 .tabs-nav li:last-of-type:after {
  display: none;
}
.inner-page.inner-prodet .container .inner-prodet-2 .tabs-nav li:after {
  content: "";
  width: 1px;
  height: 10px;
  background: #666;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.inner-page.inner-prodet .container .inner-prodet-2 .tabs-nav li:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #01579a;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
}
.inner-page.inner-prodet .container .inner-prodet-2 .tabs-content {
  padding: 40px 0;
  display: none;
  overflow: auto;
}
.inner-page.inner-prodet .container .inner-prodet-2 .tabs-content.active {
  display: block;
}
.inner-page.inner-prodet .container .inner-prodet-3{
  margin-bottom: 40px;
}
.inner-page.inner-prodet .container .inner-prodet-3 .img-box img {
  width: 100%;
}
.inner-page.inner-prodet .container .inner-prodet-3 .info {
  padding: 30px;
  background: #fff;
}
.inner-page.inner-prodet .container .inner-prodet-3 .info p:nth-of-type(1) {
  font-size: 16px;
  color: #333;
  margin-bottom: 5px;
}
.inner-page.inner-prodet .container .inner-prodet-3 .info p:nth-of-type(2) {
  font-size: 13px;
  color: #333;
}
.inner-page.inner-prodet .container .inner-prodet-3 .swiper-slide{
  border: 1px solid #ccc;
}
.inner-page.inner-prodet .container .inner-prodet-3 .info{
  border-top: 1px solid #ccc;
}
.inner-page.inner-news {
  background: #fafafa;
  padding: 80px 0;
}
/*.inner-page.inner-news .container .inner-news-list .item {
  padding: 25px 0;
  border-bottom: 1px solid #eee;
}
.inner-page.inner-news .container .inner-news-list .item .info {
  width: 70%;
}
.inner-page.inner-news .container .inner-news-list .item .info p:nth-of-type(1) {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}
.inner-page.inner-news .container .inner-news-list .item .info p:nth-of-type(1) span {
  font-size: 12px;
  font-weight: normal;
  color: #888;
  margin-left: 20px;
}
.inner-page.inner-news .container .inner-news-list .item .info p:nth-of-type(1) a:hover {
  color: #01579a;
}
.inner-page.inner-news .container .inner-news-list .item .info p:nth-of-type(2) {
  font-size: 14px;
  line-height: 26px;
  color: #666;
}
.inner-page.inner-news .container .inner-news-list .item .img-box {
  width: 200px;
}
.inner-page.inner-news .container .inner-news-list .item .img-box img {
  width: 100%;
}*/
.inner-page.inner-news .container{
  overflow: hidden;
}
.inner-page.inner-news .container .inner-news-list{
  margin: -30px;
}
.inner-page.inner-news .container .inner-news-list .column{
  padding: 30px;
}
.inner-page.inner-news .container .inner-news-list .column .date{
  width: 10%;
  text-align: center;
}
.inner-page.inner-news .container .inner-news-list .column .date p:nth-of-type(1){
  font-size: 40px;
  font-weight: bold;
  color: #333;
  border-bottom: 1px solid #ccc;
  margin-bottom: 5px;
}
.inner-page.inner-news .container .inner-news-list .column .date p:nth-of-type(2){
  font-size: 16px;
  color: #333;
}
.inner-page.inner-news .container .inner-news-list .column .info{
  width: 90%;
  padding-left: 30px;
}
.inner-page.inner-news .container .inner-news-list .column .info p:nth-of-type(1){
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.inner-page.inner-news .container .inner-news-list .column .info p:nth-of-type(2){
  font-size: 14px;
  line-height: 26px;
  color: #333;
}
.inner-page.inner-contact {
  padding: 80px 0;
}
.inner-page.inner-contact .container .inner-contact-1 {
  overflow: hidden;
  margin-bottom: 60px;
}
.inner-page.inner-contact .container .inner-contact-1 .tit {
  text-align: center;
  margin-bottom: 80px;
}
.inner-page.inner-contact .container .inner-contact-1 .tit p:nth-of-type(1) {
  font-size: 38px;
  color: #01579a;
  font-weight: bold;
}
.inner-page.inner-contact .container .inner-contact-1 .tit p:nth-of-type(2) {
  font-size: 34px;
  color: #666;
}
.inner-page.inner-contact .container .inner-contact-1 .grid-box {
  margin: -20px;
}
.inner-page.inner-contact .container .inner-contact-1 .grid-box .column {
  padding: 20px;
}
.inner-page.inner-contact .container .inner-contact-1 .grid-box .column .icon {
  width: 98px;
  height: 98px;
  border-radius: 100%;
  text-align: center;
  background: #01579a;
}
.inner-page.inner-contact .container .inner-contact-1 .grid-box .column .icon i {
  line-height: 98px;
  font-size: 40px;
  color: #fff;
}
.inner-page.inner-contact .container .inner-contact-1 .grid-box .column .info {
  width: 70%;
  padding-left: 20px;
}
.inner-page.inner-contact .container .inner-contact-1 .grid-box .column .info .info-tit {
  font-size: 20px;
  color: #000;
  margin-bottom: 20px;
}
.inner-page.inner-contact .container .inner-contact-1 .grid-box .column .info .info-content p {
  font-size: 16px;
  line-height: 24px;
  color: #666;
}
.inner-page.inner-gallery {
  padding: 80px 0;
  background: #fafafa;
}
.inner-page.inner-gallery .container {
  overflow: hidden;
  max-width: 1600px;
}
.inner-page.inner-gallery .container .grid-box {
  margin: -15px;
}
.inner-page.inner-gallery .container .grid-box .column {
  padding: 15px;
}
.inner-page.inner-gallery .container .grid-box .column .inner {
  border-radius: 8px;
  overflow: hidden;
  transition: 300ms;
}
.inner-page.inner-gallery .container .grid-box .column .inner:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}
.inner-page.inner-gallery .container .grid-box .column .inner .img-box img {
  width: 100%;
}
.inner-page.inner-gallery .container .grid-box .column .inner .info {
  padding: 20px 30px;
  background: #fff;
}
.inner-page.inner-gallery .container .grid-box .column .inner .info p:nth-of-type(1) {
  padding-bottom: 15px;
  font-size: 16px;
  color: #000;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 15px;
}
.inner-page.inner-gallery .container .grid-box .column .inner .info p:nth-of-type(2) {
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
@media (max-width: 1440px) {
  #header .container .logo img {
    width: 150px;
  }
  #header .container .lan {
    margin-left: 15px;
  }
  #header .container .menu-box .menu &gt; li {
    margin-right: 30px;
  }
  #header .container .menu-box .menu &gt; li &gt; a {
    font-size: 14px;
  }
  .inner-page.inner-about .inner-about-2 .container .list #honour-l {
    left: 15px;
  }
  .inner-page.inner-about .inner-about-2 .container .list #honour-r {
    right: 15px;
  }
  .inner-page.inner-about .inner-about-3 .container .list #partner-l {
    left: 15px;
  }
  .inner-page.inner-about .inner-about-3 .container .list #partner-r {
    right: 15px;
  }
}
@media (max-width: 1200px) {
  #header .container .menu-box .menu &gt; li{
    margin-right: 20px;
  }
  #header .container .menu-box .menu &gt; li &gt; a{
    font-size: 13px;
  }
  #header .container .menu-box .menu &gt; li img{
    width: 80px;
  }
  #index-body .i-num .i-num-list .column:after {
    display: none;
  }
  #index-body .i-num .i-num-list .column p:nth-of-type(1) span {
    font-size: 40px;
  }
}
@media (max-width: 992px) {
  #header {
    display: none;
  }
  #m-header-wrapper {
    display: block;
  }
  .toggle-nav {
    display: none;
  }
  #index-banner {
    margin-top: 45px;
  }
  #index-banner #banner .swiper-slide {
    height: 500px;
  }
  #index-banner #banner #banner-page {
    display: none;
  }
  #index-banner #banner .mouse {
    display: none;
  }
  #index-banner #banner .swiper-slide .inner p:nth-of-type(1) {
    font-size: 40px;
  }
  #index-body .i-product .i-pro-bottom .i-pro-list .swiper-slide {
    padding: 20px 35px;
  }
  #index-body .i-product .i-pro-bottom .i-pro-list .swiper-slide .hover {
    display: none;
  }
  #index-body .i-product .i-pro-bottom .i-pro-list .swiper-slide:hover .inner p {
    color: #fff!important;
  }
  #inner-banner{
  	margin-top: 45px;
  }
}
@media (max-width: 768px) {
  #inner-nav {
    display: none;
  }
  .inner-page.inner-about .inner-about-1 .container .left {
    width: 100%;
    float: none;
    margin-bottom: 40px;
  }
  .inner-page.inner-about .inner-about-1 .container .right {
    width: 100%;
    float: none;
    padding-left: 0;
  }
  .inner-page.inner-prodet .container .inner-prodet-1 .left {
    width: 100%;
    float: none;
    margin-bottom: 40px;
  }
  .inner-page.inner-prodet .container .inner-prodet-1 .right {
    width: 100%;
    float: none;
    padding-left: 0;
  }
  .inner-page.inner-news .container .inner-news-list .item .img-box {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  .inner-page.inner-news .container .inner-news-list .item .info {
    width: 100%;
    float: none;
  }
  .inner-page.inner-contact .container .inner-contact-1 .tit p:nth-of-type(1) {
    font-size: 25px;
  }
  .inner-page.inner-contact .container .inner-contact-1 .tit p:nth-of-type(2) {
    font-size: 20px;
  }
  .inner-page.inner-contact .container .inner-contact-1 .grid-box .column {
    width: 100%;
  }
}
@media (max-width: 576px) {
  #index-banner #banner .swiper-slide {
    height: 300px;
  }
  #index-banner #banner .swiper-slide .inner p:nth-of-type(1) {
    font-size: 20px;
    letter-spacing: 10px;
  }
  #index-banner #banner .swiper-slide .inner p:nth-of-type(2) {
    font-size: 20px;
  }
  #index-banner #banner .swiper-slide .inner p:nth-of-type(3) {
    display: none;
  }
	#index-banner #banner .swiper-slide .inner p:nth-of-type(4) {
    display: none;
  }
  #index-body .i-news .container .i-news-list .column{
    width: 100%;
  }
  #index-body .i-news .container .i-news-list .column .date{
    display: none;
  }
  #index-body .i-news .container .i-news-list .column .info{
    width: 100%;
    padding: 0;
    float: none;
  }
  #index-body .i-product .i-pro-top a {
    background-size: 50px!important;
    background-position: center 30px!important;
    padding: 100px 40px 40px;
    font-size: 16px;
  }
  #index-body .i-product .i-pro-bottom {
    padding-bottom: 60px;
  }
  #index-body .i-product .i-pro-bottom .i-pro-tit .container p:nth-of-type(2) {
    font-size: 25px;
  }
  #index-body .i-product .i-pro-bottom .i-pro-list .column:after {
    display: none;
  }
  #index-body .i-apl #iapl .swiper-slide .container p:nth-of-type(2) {
    font-size: 25px;
  }
  #index-body .i-apl #iapl .swiper-slide .container p:nth-of-type(3) {
    font-size: 14px;
  }
  #index-body .i-partner {
    padding: 60px 0;
  }
  #index-body .i-news{
    padding: 60px 0;
  }
  #index-body .i-news .container .i-news-tit p:nth-of-type(2) {
    font-size: 25px;
  }
  #index-body .i-news .container .i-news-list .column .inner p:nth-of-type(1) {
    font-size: 18px;
  }
  #inner-banner .container .tit {
    font-size: 20px;
  }
  .inner-page.inner-about .inner-about-1 .container .right p:nth-of-type(1) {
    font-size: 25px;
  }
  .inner-page.inner-about .inner-about-2 .container .tit p:nth-of-type(1) {
    font-size: 25px;
  }
  .inner-page.inner-about .inner-about-3 .container .tit p:nth-of-type(1) {
    font-size: 25px;
  }
  .inner-page.inner-prodet .container .inner-prodet-2 .tabs-nav li {
    font-size: 14px;
  }
  .inner-page.inner-prodet .container .inner-prodet-1 .right p:nth-of-type(1) {
    font-size: 20px;
  }
  .inner-page.inner-news {
    padding: 60px 0;
  }
  .inner-page.inner-news .container .inner-news-list .column{
    width: 100%;
  }
  .inner-page.inner-news .container .inner-news-list .column .date{
    display: none;
  }
  .inner-page.inner-news .container .inner-news-list .column .info{
    width: 100%;
    padding: 0;
  }
  .inner-page.inner-contact {
    padding: 60px 0;
  }
  .inner-page.inner-contact .container .inner-contact-1 .tit {
    margin-bottom: 60px;
  }
  .inner-page.inner-contact .container .inner-contact-1 .grid-box .column .icon {
    width: 45px;
    height: 45px;
  }
  .inner-page.inner-contact .container .inner-contact-1 .grid-box .column .icon i {
    line-height: 45px;
    font-size: 18px;
  }
}

.newdet-page .news {
  padding: 50px 0 60px!important;
  color: #777777;
}
.newdet-page .news .news_title h1 {
  padding-bottom: 10px;
  font-size: 20px;
  text-align: center;
  color: #222;
}
.newdet-page .news .news_date {
  text-align: center;
  line-height: 22px;
  border-bottom: 1px solid #555;
  padding-bottom: 5px;
}
.newdet-page .news .news_abst {
  border-bottom: 1px solid #555;
  padding: 10px 0;
}
.newdet-page .news .news_abst p {
  display: inline-block;
}
.newdet-page .news .news_contents {
  color: #555;
  line-height: 24px;
  clear: both;
  margin-top: 10px;
  border-bottom: 1px solid #555;
  padding: 20px 0 40px;
}
.newdet-page .news .news_contents a {
  color: #555;
  font-size: 16px;
  line-height: 24px;
}
.newdet-page .news .news_contents p, .newdet-page .news .news_contents div, .newdet-page .news .news_contents span, .newdet-page .news .news_contents table {
  color: #555;
  font-size: 14px;
  line-height: 24px;
  clear: both;
}
.newdet-page .news .news_next {
  width: 99%;
  margin-top: 0px;
  padding-left: 5px;
  border-top: 0px solid #CCC;
  text-align: left;
  padding-top: 10px;
}
.newdet-page .news .news_next a {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #777;
  font-size: 15px;
  margin-left: 5px;
}
.newdet-page .news .news_next a:hover {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #000;
}
.newdet-page .news .newsnav {
  margin-bottom: 30px;
}
.cn-form {
  width: 100%;
  padding: 25px 35px 15px;
  border: 1px solid #dddddd;
  background: #fff;
}
.cn-form p {
  font-size: 18px;
  padding: 10px 0;
  color: #666;
}
.cn-form .formtit {
  margin-bottom: 26px;
  font-size: 22px;
  line-height: 23px;
  color: #444;
  text-align: center;
  padding-bottom: 18px;
  background: url(../images/form-tit-bg.jpg) no-repeat center bottom;
}
.cn-form li {
  margin-bottom: 13px;
  color: #444;
}
.cn-form li label {
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
}
.cn-form .btnTjly {
  font-size: 15px;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  width: 100%;
  height: 38px;
  background: #01579a;
  border: none;
  cursor: pointer;
  color: #fff;
}
.cn-form .btnTjly:hover {
  background: #000;
}
.cn-form .m-form-l {
  width: 49%;
}
.cn-form .m-form-l li .iptTxt {
  font-size: 13px;
  padding: 0 15px;
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  width: 100%;
  border: 1px solid #dedede;
  height: 40px;
  outline: none;
  background: #fff;
  color: #777;
}
.cn-form .m-form-l li .iptTxt:focus {
  border-color: #1170d5;
  box-shadow: 0, 0, 6px, 6px, #1170d5 0 0 0 #000000;
  -webkit-box-shadow: 0, 0, 6px, 6px, #1170d5 0 0 0 #000000;
  -moz-box-shadow: 0, 0, 6px, 6px, #1170d5 0 0 0 #000000;
  -ms-box-shadow: 0, 0, 6px, 6px, #1170d5 0 0 0 #000000;
  -o-box-shadow: 0, 0, 6px, 6px, #1170d5 0 0 0 #000000;
  outline: 0;
  background: rgba(251, 185, 8, 0.04);
}
.cn-form .m-form-l li .txtAre {
  width: 95%;
  height: 383px;
  border: 1px solid #dedede;
  outline: none;
  resize: none;
  padding: 14px;
  color: #ccc;
  line-height: 18px;
}
.cn-form .m-form-r {
  width: 49%;
}
.cn-form .m-form-r textarea {
  height: 315px;
  width: 100%;
  border: 1px solid #dedede;
  font-size: 13px;
  padding: 10px 15px;
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
}
.cn-form .m-form-r textarea:focus {
  border-color: #1170d5;
  box-shadow: 0, 0, 6px, 6px, #1170d5 0 0 0 #000000;
  -webkit-box-shadow: 0, 0, 6px, 6px, #1170d5 0 0 0 #000000;
  -moz-box-shadow: 0, 0, 6px, 6px, #1170d5 0 0 0 #000000;
  -ms-box-shadow: 0, 0, 6px, 6px, #1170d5 0 0 0 #000000;
  -o-box-shadow: 0, 0, 6px, 6px, #1170d5 0 0 0 #000000;
  outline: 0;
  background: rgba(251, 185, 8, 0.04);
}
.cn-form div.wpcf7 .ajax-loader {
  display: block;
  margin: 0 auto;
  width: auto;
  background-repeat: no-repeat;
  background-position: center;
}
.cn-form .yzm img {
  width: 19.4%;
  display: inline-block;
}
.cn-form .yzm input {
  font-size: 13px;
  padding: 0 15px;
  width: 75.6%;
  border: 1px solid #dedede;
  height: 30px;
  outline: none;
  background: #fff;
  color: #777;
}
.cn-form .m-form-r .pcsb{
		display: none;
	}
.m-page {
  text-align: center;
  padding: 45px 0;
  font-size: 1rem;
  margin-top: 40px;
}
.m-page span, .m-page a {
  margin: 0 1px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  background: #333;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#575e63, endColorstr=#404549, GradientType='0');
  /* IE*/
  color: #fff;
}
.m-page a:hover, .m-page .current, .m-page .active {
  background: #01579a;
  /* IE*/
}

@media (max-width:768px){
	.cn-form .m-form-l{
		width: 100%;
		float: none;
	}
	.cn-form .m-form-r{
		width: 100%;
		float: none;
	}
	.cn-form .m-form-l .pcsb{
		display: none;
	}
	.cn-form .m-form-r .pcsb{
		display: block;
	}
}



.image-gallery{
  margin-top: 30px;
}
.image-gallery li{
  padding: 0 10px;
}
.image-gallery li &gt; a{
  display: block;
  border: 1px solid #000;
}
.image-gallery .slick-track{
  margin-left: 0;
}</pre></body></html>