@font-face {
  font-family: 'RB';
  src: url(../fonts/roboto-bold.ttf) format('truetype'), url(../fonts/roboto-bold.eot) format('eot'), url(../fonts/roboto-bold.woff) format('woff'), url(../fonts/roboto-bold.woff2) format('woff2');
}
body {
  font-family: "Microsoft YaHei", "微软雅黑";
}
.ui.container {
  padding: 0 15px;
  position: relative;
  max-width: 1626px;
  margin: auto;
}
#header {
  z-index: 1;
  position: fixed;
  width: 100%;
  padding: 1.5rem 1.3rem 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .nav {
  display: inline-block;
  width: 100%;
}
#header.in-0.active {
  background-color: rgba(0, 0, 0, 0.4);
  padding-bottom: 10px;
}
#header .nav .ui.menu {
  display: flex;
  align-items: center;
  margin: 0 auto;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  width: 9rem;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 45px;
  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 > li:hover {
  border-color: #fd2318;
  color: #fd2318;
  -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 > li > a {
  display: block;
  padding: 25px 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  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);
  border-bottom: 3px solid #fd2318;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  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 > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover 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 .slick-arrow:hover {
  background-color: #fd2318;
}
#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: 5%;
  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: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: #fd2318;
  -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 {
  border-color: #fd2318;
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
#index-body .product-cate .pro-box .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: 1;
}
#index-body .product-cate .pro-box .slick-arrow:hover {
  background-color: #fd2318;
}
#index-body .product-cate .pro-box:hover .slick-arrow {
  opacity: 1;
}
#index-body .product-cate .pro-box .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center;
  left: -45px;
}
#index-body .product-cate .pro-box .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center;
  right: -45px;
}
table {
  table-layout: auto;
  width: 100% !important;
  margin-bottom: 20px;
  word-break: break-word;
  white-space: nowrap;
  overflow: auto;
  background-color: #fff;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
}
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;
  right: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: block;
  z-index: 20;
}
#mobile:before {
  content: '';
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 100%;
  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;
}
#mobile #menu-on {
  width: 2.75rem;
  height: 2.75rem;
  line-height: 3.75rem;
  background: transparent;
  border: 1px solid #a0a0a0;
  position: absolute;
  text-align: center;
  right: 120%;
  top: 1.5rem;
  cursor: pointer;
  cursor: hand;
  transform: rotateZ(90deg);
  transition: .5s;
}
#mobile .menu-content {
  width: 100%;
  height: 100vh;
  display: block;
  background: #222;
  padding: 40px 10%;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #fd2318;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #0085d9;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  right: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on {
  top: 0;
  right: 100%;
}
#mobile.white .menu-content {
  background: #333;
  color: #fff;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: fff;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.inner-page.domain-page {
  padding-top: 10rem;
}
.inner-page.domain-page .d-t h4 {
  position: relative;
  font-size: 30px;
  text-align: center;
  line-height: 1;
  color: #000000;
  padding-bottom: 20px;
  margin-bottom: 45px;
}
.inner-page.domain-page .d-t h4 span {
  font-size: 36px;
  color: #002ca9;
}
.inner-page.domain-page .d-t h4::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 4px;
  width: 85px;
  background-color: #002ca9;
}
.inner-page.domain-page .d-t ul {
  font-size: 0;
}
.inner-page.domain-page .d-t ul li {
  display: inline-block;
  vertical-align: middle;
  width: 25%;
}
.inner-page.domain-page .d-t ul li .ig {
  position: relative;
}
.inner-page.domain-page .d-t ul li .ig img {
  width: 100%;
}
.inner-page.domain-page .d-t ul li .ig .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.inner-page.domain-page .d-t ul li .ig .text a {
  display: inline-block;
  width: 180px;
  height: 180px;
  line-height: 180px;
  text-align: center;
  font-size: 36px;
  border-radius: 50%;
  color: #000;
  background-color: rgba(255, 255, 255, 0.8);
}
.inner-page.domain-page .d-t ul li .ig .text::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 140px;
  height: 140px;
  border: 2px solid #002ca9;
  border-radius: 50%;
  opacity: 0;
}
.inner-page.domain-page .d-t ul li .ig::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 1;
  transition: .5s;
}
.inner-page.domain-page .d-t ul li .ig:hover::after {
  opacity: 0;
}
.inner-page.domain-page .d-t ul li .ig:hover .text::after {
  width: 200px;
  height: 200px;
  border-color: transparent;
  opacity: 1;
  transition: 1s;
}
.inner-page.domain-page .d-b {
  padding-top: 5rem;
}
.inner-page.domain-page .d-b .title {
  text-align: center;
}
.inner-page.domain-page .d-b .title h4 {
  position: relative;
  font-size: 30px;
  line-height: 1;
  color: #000000;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.inner-page.domain-page .d-b .title h4 span {
  font-size: 36px;
  color: #002ca9;
}
.inner-page.domain-page .d-b .title h4::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 4px;
  width: 85px;
  background-color: #002ca9;
}
.inner-page.domain-page .d-b .title p {
  font-size: 18px;
  color: #000;
}
.inner-page.domain-page .d-b .title p span {
  font-size: 24px;
  color: #002ca9;
}
.inner-page.domain-page .d-b .con {
  padding-top: 125px;
}
.inner-page.domain-page .d-b .con .img {
  position: relative;
}
.inner-page.domain-page .d-b .con .img::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 160px;
  height: 160px;
  border: 2px solid #f1b300;
  border-radius: 50%;
  opacity: 0;
}
.inner-page.domain-page .d-b .con .img:hover::after {
  width: 500px;
  height: 500px;
  border-color: transparent;
  opacity: 1;
  transition: 1s;
}
@media screen and (max-width: 700px) {
  .inner-page.domain-page .d-t ul li {
    width: 50%;
  }
}
#banner {
  position: relative;
  min-height: 250px;
}
#banner .sc {
  position: absolute;
  font-size: 14px;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #fff;
  transition: .5s;
}
#banner .sc:hover {
  bottom: 3%;
}
#banner ul li {
  min-height: 250px;
  display: table-cell;
}
#banner .text {
  font-size: 0;
  text-align: center;
  color: #fff;
}
#banner .text h3 {
  font-size: 6.5rem;
  font-weight: bold;
  text-transform: uppercase;
}
#banner .text h3 span {
  color: #0085d9;
}
#banner .text h4 {
  display: inline-block;
  font-size: 2.4rem;
  background: url(../images/banner-k.png) no-repeat;
  background-size: 100% 100%;
  padding: 5px 30px;
}
#index-body .section:nth-child(1) ul li:nth-child(1) {
  background: url(../images/banner.jpg) no-repeat center;
  background-size: cover;
}
#index-body .section:nth-child(1) ul li:nth-child(2) {
  background: url(../images/banner.jpg) no-repeat center;
  background-size: cover;
}
#index-body .section:nth-child(1) ul li:nth-child(3) {
  background: url(../images/banner.jpg) no-repeat center;
  background-size: cover;
}
#index-body .section:nth-child(2) {
  color: #fff;
  background: url(../images/pro-bgc.jpg) no-repeat center;
  background-size: cover;
}
#index-body .section:nth-child(3) {
  color: #000;
  background: linear-gradient(0, #efefef 0%, #dedede 100%);
  background-size: cover;
}
#index-body .section:nth-child(4) {
  color: #fff;
  background: url(../images/news-bgc.jpg) no-repeat center;
  background-size: cover;
}
#index-body .section:nth-child(5) {
  background: #eee;
}
#index-body .section:nth-child(6) {
  background: url(../images/footer-bgc.jpg) no-repeat center;
  background-size: cover;
}
#index-body .product-cate {
  text-align: center;
  padding: 7rem 0 4.5rem;
}
#index-body .product-cate .pro-list {
  position: relative;
  z-index: 1;
}
#index-body .product-cate .pro-list ul li {
  display: inline-block;
  vertical-align: middle;
  background: url(../images/pro-listbgc.png) no-repeat left center;
  padding: 0 0 0 45px;
  margin: 0 10px;
}
#index-body .product-cate .pro-list ul li a {
  display: inline-block;
  font-size: 18.6px;
  border-bottom: 1px solid transparent;
  padding: 0 25px 5px 0;
  transition: .5s;
}
#index-body .product-cate .pro-list ul li a:hover {
  border-bottom: 1px solid #fff;
}
#index-body .product-cate .pro-list::after {
  position: absolute;
  content: 'PRODUCTS';
  left: 50%;
  top: 30%;
  transform: translate(-50%, -50%);
  font-size: 8rem;
  font-family: 'RB';
  color: rgba(0, 160, 234, 0.2);
  z-index: -1;
}
#index-body .product-cate .pro-box {
  padding: 2rem 1.5rem;
}
#index-body .product-cate .pro-box ul .slick-track {
  padding: 4rem 0;
}
#index-body .product-cate .pro-box ul .slick-slide {
  transition: 1s;
}
#index-body .product-cate .pro-box ul .slick-slide li a::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
#index-body .product-cate .pro-box ul .slick-slide.slick-active.slick-center {
  position: relative;
  z-index: 3;
  transform: scale(1.3);
}
#index-body .product-cate .pro-box ul .slick-slide.slick-active.slick-center li a::after {
  display: none;
}
#index-body .product-cate .pro-box ul li {
  display: inline-block;
}
#index-body .product-cate .pro-box ul li a {
  position: relative;
  display: block;
  background: url(../images/probgc.jpg) no-repeat;
  background-size: cover;
  /*padding: 5rem 7rem 3.5rem;*/
}
#index-body .product {
  text-align: center;
  padding: 4rem 0 5rem;
}
#index-body .product .title {
  padding-bottom: 5rem;
}
#index-body .product .title h3 {
  font-size: 2.4rem;
  color: #2f2f2f;
}
#index-body .product .title h3 span {
  font-weight: bold;
}
#index-body .product .title p {
  font-size: 18.6px;
  color: #2f2f2f;
}
#index-body .product .pro-box ul li {
  padding: 0 7.5px;
}
#index-body .product .pro-box ul li .ig {
  background: -webkit-linear-gradient(90deg, #fff 0%, #fff 60%, #5bc1ef 100%);
  background: -moz-linear-gradient(90deg, #fff 0%, #fff 60%, #5bc1ef 100%);
  background: -o-linear-gradient(90deg, #fff 0%, #fff 60%, #5bc1ef 100%);
  background: -ms-linear-gradient(90deg, #fff 0%, #fff 60%, #5bc1ef 100%);
  background: linear-gradient(0, #fff 0%, #fff 60%, #5bc1ef 100%);
  padding: 3.5rem 1.5rem 2.5rem;
}
#index-body .product .pro-box ul li .ig .text h4 {
  font-size: 20.64px;
  padding: 1rem 0;
  display:block;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
#index-body .product .pro-box ul li .ig .text .con {
  font-size: 17.3px;
}
#index-body .product .pro-box ul li .ig .text .more a {
  display: inline-block;
  font-size: 16px;
  line-height: 40px;
  border: 1px solid #000;
  border-radius: 40px;
  padding: 0 2.3rem;
  transition: .5s;
}
#index-body .product .pro-box ul li .ig .text .more a:hover {
  border-color: transparent;
  color: #fff;
  background-color: #0085d9;
}
#index-body .news {
  padding: 4.5rem 0 5rem;
}
#index-body .news .ui.container {
  max-width: 1410px;
}
#index-body .news .title {
  text-align: center;
  padding-bottom: 5rem;
}
#index-body .news .title h3 {
  font-size: 2.4rem;
}
#index-body .news .title h3 span {
  font-weight: bold;
}
#index-body .news .title p {
  font-size: 18.6px;
}
#index-body .news .news-box ul li {
  padding: 0 22.5px;
}
#index-body .news .news-box ul li .ig {
  position: relative;
  padding-bottom: 14rem;
}
#index-body .news .news-box ul li .ig img {
  width: 100%;
}
#index-body .news .news-box ul li .ig .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 14rem;
  background-color: #00a0ea;
  padding: 1.5rem 3rem 3rem 1.5rem;
  transition: .8s;
  overflow: hidden;
}
#index-body .news .news-box ul li .ig .text .date {
  position: relative;
  display: inline-block;
  font-size: 2.05rem;
  line-height: 1;
}
#index-body .news .news-box ul li .ig .text .date::after {
  position: absolute;
  content: '';
  left: 110%;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  width: 7rem;
  background-color: #fff;
}
#index-body .news .news-box ul li .ig .text h4 {
  font-size: 1.2rem;
  line-height: 1;
  padding: 1.5rem 0 0;
}
#index-body .news .news-box ul li .ig .text .con {
  font-size: 17.33px;
  opacity: 0;
  height: 0;
  overflow: hidden;
  color: #fff;
  padding: 0;
  transition: .6s;
}
#index-body .news .news-box ul li .ig .text .more {
  padding-top: 2.5rem;
  transition: 1s;
}
#index-body .news .news-box ul li .ig .text .more a {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 40px;
  border: 1px solid #fff;
  border-radius: 40px;
  padding: 0 2rem;
  transition: .6s;
}

#index-body .news .news-box ul li .ig:hover .text {
  height: 100%;
  color: #2f2f2f;
  background-color: #fff;
  padding-top: 3.5rem;
  padding-left: 2rem;
}
#index-body .news .news-box ul li .ig:hover .text .con {
  opacity: 1;
  height: auto;
  color: #2f2f2f;
  padding: 15px 0;
}
#index-body .news .news-box ul li .ig:hover .text .more {
  padding-top: 4.5rem;
}
#index-body .news .news-box ul li .ig:hover .text .more a {
  color: #2f2f2f;
  border-color: #2f2f2f;
}
#index-body .news .news-box ul li .ig:hover .text .more a:hover {
  border-color: transparent;
  color: #fff;
  background-color: #0085d9;
}
#index-body .about .grid {
  height: 100%;
}
#index-body .about .left {
  height: 100%;
}
#index-body .about .left img {
  height: 100%;
  object-fit: cover;
}
#index-body .about .right {
  padding-left: 5rem;
}
#index-body .about .right .text {
  max-width: 600px;
}
#index-body .about .right .text h3 {
  font-size: 2.4rem;
  color: #303030;
}
#index-body .about .right .text span {
  font-size: 2.65rem;
  text-transform: uppercase;
  color: #a5a5a5;
}
#index-body .about .right .text .con {
  font-size: 17.3px;
  line-height: 1.846;
  color: #2f2f2f;
  padding: 1.6rem 0 4rem;
}
#index-body .about .right .text .more a {
  display: inline-block;
  font-size: 18.6px;
  line-height: 40px;
  border-radius: 40px;
  color: #fff;
  background-color: #00a0ea;
  padding: 0 2rem;
  border: 1px solid transparent;
  transition: .5s;
}
#index-body .about .right .text .more a:hover {
  color: #000;
  background-color: transparent;
  border: 1px solid #000;
}
#footer {
  position: relative;
  padding: 13.5rem 0 10rem;
}
#footer .grid .left {
  vertical-align: top;
  color: #fff;
  width: 40%;
  padding: 0 2rem;
}
#footer .grid .left h3 {
  font-size: 24px;
}
#footer .grid .left h4 {
  font-size: 2.65rem;
  font-family: 'RB';
  line-height: 1;
  color: #858a9b;
}
#footer .grid .left span {
  font-size: 1.6rem;
}
#footer .grid .left dl {
  font-size: 18.6px;
  padding-top: 1rem;
}
#footer .grid .left dl dd {
  line-height: 2;
}
#footer .grid .right {
  position: relative;
  vertical-align: top;
  width: 60%;
  padding: 0 2rem;
}
#footer .grid .right dl textarea {
  display: inline-block;
  font-size: 16px;
  color: #303030;
  width: 100%;
  height: 150px;
  padding: 10px 15px;
}
#footer .grid .right dl input[type="text"] {
  display: inline-block;
  font-size: 16px;
  border: none;
  color: #303030;
  width: 48%;
  height: 30px;
  padding: 0 15px;
}
#footer .grid .right dl .img {
  display: inline-block;
  vertical-align: middle;
}
#footer .grid .right dl input[type="email"] {
  display: inline-block;
  font-size: 16px;
  border: none;
  color: #303030;
  width: 100%;
  height: 30px;
  padding: 0 15px;
}
#footer .grid .right dl input[type="submit"] {
  display: inline-block;
  font-size: 16px;
  height: 30px;
  border: none;
  color: #fff;
  background-color: #03afff;
  width: 14rem;
  transition: .5s;
}
#footer .grid .right dl input[type="submit"]:hover {
  color: #000;
  border-radius: 20px;
}
#footer .grid .right dl dt {
  margin-bottom: 25px;
}
#footer .grid .right dl dd {
  margin-bottom: 25px;
}
#footer .grid .right dl dd.two {
  font-size: 0;
}
#footer .grid .right dl dd.two input {
  display: inline-block;
  font-size: 16px;
  border: none;
  color: #303030;
  width: 48%;
  height: 30px;
  padding: 0 15px;
}
#footer .grid .right dl dd.two input:nth-child(1) {
  margin-right: 2%;
}
#footer .grid .right dl dd.two input:nth-child(2) {
  margin-left: 2%;
}

#footer .grid .right #ewm {
  position: absolute;
  bottom: 0;
  right: 2rem;
  max-width: 6rem;
  border: 5px solid #fff;
}
#footer .copy {
  position: absolute;
  right: 8.5rem;
  bottom: 2.5rem;
  font-size: 16px;
  color: #fff;
}
#footer .copy p {
  display: inline-block;
  vertical-align: middle;
}
#footer .copy img {
  vertical-align: middle;
  height: 18px;
}
@media screen and (min-width: 1600px) {
  #index-body .about {
    height: 100%;
  }
}
@media screen and (max-width: 1400px) {
  #index-body .about .left img {
    height: auto;
  }
}
@media screen and (max-width: 1300px) {
  #index-body .about .right {
    padding-left: 3rem;
  }
}
@media screen and (min-width: 992px) {
  #index-body .section:nth-child(1) ul li {
    display: table-cell !important;
    height: 100vh;
    width: 100vw !important;
  }
}
@media screen and (max-width: 992px) {
  #footer .grid .right #ewm {
    display: none;
  }
  #index-body .section:nth-child(1) ul li {
    height: 30rem;
    padding-top: 15%;
  }
  #banner .text h3 {
    font-size: 4rem;
  }
  #index-body .product-cate .pro-list {
    display: none;
  }
  #index-body .product-cate .pro-box ul li a {
    padding: 2.5rem 3.5rem 1.75rem;
  }
  #index-body .news .news-box ul li .ig:hover .text .more {
    padding-top: 2rem;
  }
  #index-body .about .left {
    width: 100%;
    text-align: center;
  }
  #index-body .about .right {
    width: 100%;
    text-align: center;
    padding: 3rem 0;
  }
  #index-body .about .right .text {
    margin: auto;
  }
  #footer {
    padding: 6.75rem 0 5rem;
  }
  #footer .grid .left {
    width: 100%;
    text-align: center;
  }
  #footer .grid .right {
    width: 100%;
    text-align: center;
  }
  #footer .copy {
    text-align: center;
    right: 0;
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  #index-body .section:nth-child(1) ul li {
    padding-top: 20%;
  }
  #banner .sc {
    display: none;
  }
  #index-body .product-cate {
    padding: 3.5rem 0 2.25rem;
  }
  #index-body .product-cate .pro-box {
    padding: 0;
  }
  #index-body .product-cate .pro-box ul li {
    padding: 0 10px;
  }
  #index-body .product-cate .pro-box ul li a {
    padding: 1rem;
  }
  #index-body .product-cate .pro-box ul .slick-slide.slick-center {
    transform: scale(1);
  }
  #index-body .product .pro-box ul li .ig .text h4 {
    font-size: 18px;
  }
  #index-body .product .pro-box ul li .ig .text .more a {
    font-size: 18px;
    line-height: 30px;
    padding: 0 1rem;
  }
  #index-body .about .right .text .con {
    font-size: 14px;
  }
  #footer {
    padding: 4rem 0 8rem;
  }
  #footer .grid .left h3 {
    font-size: 16px;
  }
  #footer .grid .left h4 {
    font-size: 20px;
  }
  #footer .grid .left span {
    font-size: 18px;
  }
  #footer .grid .left dl {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  #index-body .section:nth-child(1) ul li {
    padding-top: 30%;
  }
  #footer .grid .right dl dd.two input {
    width: 100%;
  }
  #footer .grid .right dl dd.two input:nth-child(1) {
    margin: 0 0 25px;
  }
  #footer .grid .right dl dd.two input:nth-child(2) {
    margin: 0;
  }
  #footer .grid .right dl input[type="text"] {
    width: 100%;
  }
  #footer .grid .right dl .yam input[type="text"] {
    width: 58%;
  }
}
.map {
  position: relative;
}
.inner-banner {
  position: relative;
}
.inner-banner .ui.container {
  max-width: 1330px;
}
.inner-banner .text {
  position: absolute;
  bottom: -1rem;
  left: 0;
  width: 100%;
  color: #fff;
}
.inner-banner .text .tit {
  display: inline-block;
  min-width: 15rem;
  background-color: #00a0ea;
  padding: 1rem 2rem;
}
.inner-banner .text .tit h4 {
  position: relative;
  font-size: 1.5rem;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.inner-banner .text .tit h4::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 2.5rem;
  height: 2px;
  background-color: #fff;
}
.inner-banner .text .tit h4::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.5);
}
.inner-banner .text .tit span {
  font-size: 1.3rem;
  font-weight: bold;
  text-transform: uppercase;
}
.inner-page {
  padding: 3rem 0;
}
.inner-page.contact-page {
  padding: 3rem 0 0;
}
.inner-page .ui.container {
  max-width: 1330px;
}
.inner-page .bread-crumbs {
  font-size: 14px;
  padding: 0 0 1.5rem;
}
.inner-page .bread-crumbs a {
  color: #0085d9;
}
.inner-page .bread-crumbs span {
  color: #666;
}
.inner-page .page-list {
  padding: 1.5rem 0;
}
.inner-page .page-list ul {
  font-size: 0;
}
.inner-page .page-list ul li {
  display: inline-block;
  vertical-align: middle;
  width: 25%;
  padding: 0 5px;
}

.inner-page .page-list ul li a::after {
  position: absolute;
  content: '';
  left: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #707007;
  transition: .3s;
}
.inner-page .page-list ul li a {
  position: relative;
  display: block;
  font-size: 16px;
  color: #707070;
  background-color: #f3f3f3;
  padding: 0.5rem 2rem;
  transition: .3s;
}
.inner-page .page-list ul li a:hover {
  color: #fff;
  background-color: #0085d9;
}
.inner-page .page-list ul li a:hover::after {
  background-color: #fff;
}
.inner-page.news-page .news-box h3 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 1rem;
}
.inner-page.news-page .news-box ul li {
  padding: 1.5rem 0;
  border-bottom: 1px solid #ccc;
}
.inner-page.news-page .news-box ul li .grid .left {
  width: 30%;
  padding-right: 1rem;
}
.inner-page.news-page .news-box ul li .grid .right {
  width: 70%;
  padding-left: 1rem;
}
.inner-page.news-page .news-box ul li .grid .right .title h4 {
  font-size: 20px;
  font-weight: bold;
  color: #323232;
}
.inner-page.news-page .news-box ul li .grid .right .title i,
.inner-page.news-page .news-box ul li .grid .right .title span {
  display: inline-block;
  font-size: 16px;
  color: #707070;
  margin-top: 5px;
}
.inner-page.news-page .news-box ul li .grid .right .con {
  font-size: 14px;
  color: #666;
  padding: 1rem 0 1.5rem;
}
.inner-page.news-page .news-box ul li .grid .right .more a {
  display: inline-block;
  font-size: 14px;
  line-height: 40px;
  border: 2px solid #00a0ea;
  border-radius: 30px;
  color: #00a0ea;
  padding: 0 2rem;
  transition: .5s;
}
.inner-page.news-page .news-box ul li .grid .right .more a:hover {
  color: #fff;
  background-color: #00a0ea;
}
.inner-page.news-page .news-box ul li:last-child {
  border: none;
}
.inner-page.newdet-page .box h4 {
  position: relative;
  font-size: 1.5rem;
  font-weight: bold;
  color: #1e1e1e;
  padding-bottom: 1rem;
}
.inner-page.newdet-page .box h4::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 3.5rem;
  height: 2px;
  background-color: #f39800;
}
.inner-page.newdet-page .box .date {
  color: #969696;
  padding: 1rem 0;
}
.inner-page.newdet-page .box .date i {
  margin-right: 5px;
}
.inner-page.newdet-page .box .summary {
  font-size: 14px;
  border: 1px solid #ccc;
  color: #999;
  background-color: #f4f4f4;
  padding: 1rem;
}
.inner-page.newdet-page .box .con {
  font-size: 18px;
  color: #707070;
  padding: 1rem 0;
}
.inner-page.newdet-page .box .news-next {
  font-size: 14px;
  color: #969696;
}
.inner-page.newdet-page .box .news-next .prev,
.inner-page.newdet-page .box .news-next .next {
  display: inline-block;
  text-align: justify;
}
.inner-page.product-page .box .cate h3 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
  padding-bottom: 1rem;
}
.inner-page.product-page .box .cate ul li {
  display: inline-block;
  padding: 0 5px;
}
.inner-page.product-page .box .cate ul li .ig {
  display: block;
}
.inner-page.product-page .box .cate ul li .ig .img {
  position: relative;
}
.inner-page.product-page .box .cate ul li .ig .img img {
  width: 100%;
}
.inner-page.product-page .box .cate ul li .ig .img::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 1;
  transition: .5s;
}
.inner-page.product-page .box .cate ul li .ig .img:hover::after {
  opacity: 0;
}
.inner-page.product-page .box .cate ul li .ig h4 {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  color: #555;
  padding-top: 10px;
}
.inner-page.product-page .box .all {
  padding-top: 3rem;
}
.inner-page.product-page .box .all h3 {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
  padding-bottom: 1rem;
}
.inner-page.product-page .box .all form {
  position: relative;
}
.inner-page.product-page .box .all form input[type="text"] {
  font-size: 14px;
  width: 10rem;
  border: 2px solid #00a0ea;
  height: 34px;
  line-height: 30px;
  padding: 0 39px 0 5px;
}
.inner-page.product-page .box .all form input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  width: 34px;
  height: 34px;
  border: none;
  color: #000;
  background: url(../images/icon-search-white.png) no-repeat center #00a0ea;
  background-size: 50%;
}
.inner-page.product-page .box .all ul {
  font-size: 0;
  margin: 0 -10px;
}
.inner-page.product-page .box .all ul li {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 10px;
}
.inner-page.product-page .box .all ul li .ig {
  background: -webkit-linear-gradient(90deg, #fff 0%, #fff 60%, #5bc1ef 100%);
  background: -moz-linear-gradient(90deg, #fff 0%, #fff 60%, #5bc1ef 100%);
  background: -o-linear-gradient(90deg, #fff 0%, #fff 60%, #5bc1ef 100%);
  background: -ms-linear-gradient(90deg, #fff 0%, #fff 60%, #5bc1ef 100%);
  background: linear-gradient(0, #fff 0%, #fff 60%, #5bc1ef 100%);
  padding: 1rem;
}
.inner-page.product-page .box .all ul li .ig .img {
  text-align: center;
  padding: 1rem;
}
.inner-page.product-page .box .all ul li .ig .img img {
  margin: auto;
}
.inner-page.product-page .box .all ul li .ig h4 {
  font-size: 1rem;
  font-weight: bold;
  color: #333;
  line-height: 1;
  border-bottom: 1px dashed #666;
  padding-bottom: 15px;
  margin-bottom: 15px;
  display:block;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.inner-page.product-page .box .all ul li .ig .con {
  font-size: 14px;
  color: #666;
  margin-bottom: 2.5rem;
}
.inner-page.product-page .box .all ul li .ig .more {
  text-align: center;
}
.inner-page.product-page .box .all ul li .ig .more a {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  line-height: 40px;
  border: 2px solid #00a0ea;
  border-radius: 30px;
  color: #555;
  padding: 0 2rem;
  transition: .3s;
}
.inner-page.product-page .box .all ul li .ig .more a:hover {
  color: #fff;
  background-color: #00a0ea;
  box-shadow: 0 2px 5px #333;
}
.inner-page.product-page .box .all ul li:hover .ig {
  box-shadow: 0 0 5px #999;
}
.m-page {
  text-align: center;
}
.m-page span {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-color: #00a0ea;
  margin: 0 5px;
}
.m-page a {
  display: inline-block;
  width: 40px;
  line-height: 40px;
  text-align: center;
  color: #666;
  background-color: #f5f5f5;
  margin: 0 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.m-page a:hover {
  color: #fff;
  background-color: #00a0ea;
}
.inner-page.prodet-page .box .title {
  padding-bottom: 10px;
}
.inner-page.prodet-page .box .title h3 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
}
.inner-page.prodet-page .box .title a {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  background-color: #00a0ea;
  padding: 10px 15px;
}
.inner-page.prodet-page .box .grid-box .right {
  padding-left: 20px;
}
.inner-page.prodet-page .box .ig-det {
  position: relative;
  text-align: center;
  padding: 1rem 1rem 3rem;
}
.inner-page.prodet-page .box .ig-det .top {
  background-color: #f5f5f5;
}
.inner-page.prodet-page .box .ig-det .top img {
  display: inline-block !important;
}
.inner-page.prodet-page .box .gallery {
  text-align: left;
  max-width: 600px;
  margin: auto;
}
.inner-page.prodet-page .box .gallery ul {
  font-size: 0;
}
.inner-page.prodet-page .box .gallery ul li {
  display: inline-block;
  width: 20%;
  padding: 0 5px;
}
.inner-page.prodet-page .box .gallery ul li a {
  display: block;
    border: 2px solid #e8e8e8;
    background: #f5f5f5;
  padding: 5px;
}
.inner-page.prodet-page .box .ig-det .view {
  position: absolute;
  left: 1rem;
  bottom: 10px;
  color: #707070;
}
.inner-page.prodet-page .box .description {
  padding-top: 1rem;
}
.inner-page.prodet-page .box .description h3 {
  display: inline-block;
  font-size: 16px;
  padding: 10px 15px;
  color: #fff;
  background-color: #00a0ea;
}
.inner-page.prodet-page .box .description .con {
  font-size: 14px;
  color: #333;
  padding: 1rem;
}
.inner-page.prodet-page .box .related {
  padding-top: 1rem;
}
.inner-page.prodet-page .box .related h3 {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 10px 15px;
  color: #333;
  padding-bottom: 1rem;
}
.inner-page.prodet-page .box .related ul {
  font-size: 0;
}
.inner-page.prodet-page .box .related ul li {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  padding: 10px;
}
.inner-page.prodet-page .box .related ul li .ig {
  display: block;
  box-shadow: 0 0 5px #ccc;
  background: -webkit-linear-gradient(90deg, #fff 0%, #fff 60%, #5bc1ef 100%);
  background: -moz-linear-gradient(90deg, #fff 0%, #fff 60%, #5bc1ef 100%);
  background: -o-linear-gradient(90deg, #fff 0%, #fff 60%, #5bc1ef 100%);
  background: -ms-linear-gradient(90deg, #fff 0%, #fff 60%, #5bc1ef 100%);
  background: linear-gradient(0, #fff 0%, #fff 60%, #5bc1ef 100%);
  padding: 1rem;
}
.inner-page.prodet-page .box .related ul li .ig img {
  width: 100%;
}
.inner-page.prodet-page .box .related ul li .ig h4 {
  padding-top: 10px;
  font-size: 16px;
  text-align: center;
  color: #666;
  display:block;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.inner-page.contact-page .box {
  padding-bottom: 4rem;
}
.inner-page.contact-page .box .contact-1 {
  padding-bottom: 2rem;
}
.inner-page.contact-page .box .contact-1 h3 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
  padding: 1rem 0;
}
.inner-page.contact-page .box .contact-1 ul li {
  font-size: 18px;
  color: #696969;
  padding: 10px 0;
}
.inner-page.contact-page .box .contact-1 ul li i {
  font-size: 24px;
  width: 30px;
  text-align: center;
  margin-right: 5px;
}
.inner-page.contact-page .box .contact-2 h3 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
}
.inner-page.contact-page .box .contact-2 p {
  font-size: 14px;
  color: #707070;
  padding: 1rem 0;
}
.inner-page.contact-page .box .contact-2 form ul li {
  padding: 10px 0;
}
.inner-page.contact-page .box .contact-2 form ul li label {
  font-size: 14px;
  color: #666;
}
.inner-page.contact-page .box .contact-2 form ul li label span {
  color: red;
}
.inner-page.contact-page .box .contact-2 form ul li input {
  width: 100%;
  line-height: 30px;
  border: 1px solid #ccc;
  padding: 0 10px;
}
.inner-page.contact-page .box .contact-2 form ul li input[type="submit"] {
  font-size: 18px;
  line-height: 40px;
  width: auto;
  border: none;
  border-radius: 30px;
  color: #fff;
  background-color: #00a0ea;
  padding: 0 3rem;
}
.inner-page.contact-page .box .contact-2 form ul li textarea {
  width: 100%;
  height: 150px;
  border: 1px solid #ccc;
  padding: 10px;
}
.inner-page.about-page .box .abt-1 h3 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
}
.inner-page.about-page .box .abt-1 .grid .left {
  vertical-align: top;
  padding: 0 1rem 0 0;
}
.inner-page.about-page .box .abt-1 .grid .left h4 {
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.inner-page.about-page .box .abt-1 .grid .left .con {
  font-size: 14px;
  line-height: 2;
  color: #707070;
}
.inner-page.about-page .box .abt-1 .grid .right {
  vertical-align: top;
  padding: 0 0 0 1rem;
}
.inner-page.about-page .box .abt-2 h3 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
  padding-bottom: 1rem;
}
.inner-page.about-page .box .abt-2 .history {
  position: relative;
}
.inner-page.about-page .box .abt-2 .history ol li {
  padding: 10px 0;
  border-bottom: 1px dotted #ccc;
}
.inner-page.about-page .box .abt-2 .history ol li .grid {
  position: relative;
}
.inner-page.about-page .box .abt-2 .history ol li .grid .left {
  vertical-align: top;
  width: 15%;
  font-size: 20px;
  font-weight: bold;
  color: #00a0ea;
  padding-right: 5%;
}
.inner-page.about-page .box .abt-2 .history ol li .grid .right {
  vertical-align: top;
  width: 85%;
}
.inner-page.about-page .box .abt-2 .history ol li .grid .right .con {
  font-size: 14px;
  color: #444;
}
.inner-page.about-page .box .abt-2 .history ol li .grid .right::after {
  position: absolute;
  z-index: 1;
  content: '';
  top: 10px;
  left: 12.5%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #f39800;
  margin-left: -5px;
}
.inner-page.about-page .box .abt-2 .history::after {
  position: absolute;
  content: '';
  top: 0;
  left: 12.5%;
  width: 1px;
  height: 105%;
  background-color: #ccc;
}
.inner-page.lg-page .box h3 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
  padding-bottom: 1rem;
}
.inner-page.lg-page .box ul {
  font-size: 0;
  margin: 0 -1.25rem;
}
.inner-page.lg-page .box ul li {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 0.5rem 1.25rem;
}
.inner-page.lg-page .box ul li .ig {
  width: 100%;
}
.inner-page.lg-page .box ul li .text {
  font-size: 14px;
  text-align: center;
  color: #666;
}
@media screen and (max-width: 1300px) {
  table {
    display: block;
  }
}
@media screen and (max-width: 1200px) {
  .inner-page.prodet-page .box .related ul li {
    width: 25%;
  }
}
@media screen and (max-width: 992px) {
  .inner-page .page-list {
    display: none;
  }
  .inner-page.lg-page .box ul li {
    width: 33.33333%;
  }
  .inner-page.prodet-page .box .related ul li {
    width: 33.33333%;
  }
  .inner-page.product-page .box .all ul li {
    width: 33.333333%;
  }
}
@media screen and (max-width: 920px) {
  .inner-page.news-page .news-box ul li .grid .left {
    width: 100%;
    text-align: center;
    padding: 1rem 0;
  }
  .inner-page.news-page .news-box ul li .grid .right {
    width: 100%;
    text-align: center;
    padding: 1rem 0;
  }
}
@media screen and (max-width: 767px) {
  .inner-page.about-page .box .abt-1 .grid .left {
    width: 100%;
    padding: 1rem 0;
  }
  .inner-page.about-page .box .abt-1 .grid .right {
    width: 100%;
  }
  .inner-page.about-page .box .abt-2 .history ol li .grid .left {
    width: 25%;
  }
  .inner-page.about-page .box .abt-2 .history ol li .grid .right {
    width: 75%;
  }
  .inner-page.about-page .box .abt-2 .history ol li .grid .right::after {
    left: 20%;
  }
  .inner-page.about-page .box .abt-2 .history::after {
    left: 20%;
  }
  .inner-page.product-page .box .all ul li {
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
  .inner-page.lg-page .box ul li {
    width: 50%;
    padding: 5px 8px;
  }
  .inner-page.contact-page .box .contact-1 ul li {
    font-size: 16px;
    padding: 5px 0;
  }
  .button-group {
    right: 0 !important;
  }
  .inner-page.about-page .box .abt-1 .grid .left h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .inner-page.prodet-page .box .ig-det .top ul li {
    width: 33.3333%;
  }
}
@media screen and (max-width: 500px) {
  .inner-page.prodet-page .box .related ul li {
    width: 50%;
  }
  .inner-page.product-page .box .all ul li .ig .more a {
    line-height: 30px;
  }
  .inner-page.prodet-page .box .grid-box .right {
    padding-left: 0;
  }
}
@media screen and (max-width: 370px) {
  .inner-page.product-page .box .all ul li {
    width: 100%;
  }
}
