@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: 'Poppins', sans-serif;
  font-weight: 300;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1300px;
}
.language-box a {
  display: inline-block;
  width: 41px;
  height: 41px;
  border-radius: 5px;
  background-color: #7ac49f;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  line-height: 41px;
}
#header {
  z-index: 1;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
#header .nav {
  display: inline-block;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  padding: 20px 0;
}
#header .nav .ui.menu {
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 0 38px;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 25px;
  font-size: 20px;
  font-weight: 500;
  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;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  border-color: #7ac49f;
  -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;
}
#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 #7ac49f;
  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: 80px;
  margin-right: 15px;
  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;
}
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 > a:before {
  content: "\f107";
}
#mobile .m-nav ul li.children.active > 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 {
    margin-top: 120px;
  }
  h1.dongbangpro,
  .dbangdesc {
    display: none;
  }
  .inner-page {
    padding-top: 40px;
  }
}
.txt-upp {
  text-transform: uppercase;
}
#banner ul li > img {
  width: 100%;
}
#banner ul li .content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#banner ul li .content h6 {
  font-size: 18px;
  font-weight: 500;
  color: #7ac49f;
}
#banner ul li .content h2 {
  font-family: 'Palanquin Dark', sans-serif;
  font-size: 80px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
}
#banner ul li .content p {
  margin-top: 40px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  color: #fff;
  max-width: 470px;
}
#banner ul li .content .btn {
  margin-top: 60px;
}
#banner ul li .content .btn a {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  background-color: #7ac49f;
  color: #fff;
  padding: 15px 20px;
}
.title h2 {
  font-size: 48px;
  line-height: 1;
  font-family: 'Palanquin Dark', sans-serif;
  font-weight: 400;
}
.title p {
  max-width: 450px;
  margin: 0 auto;
  padding-top: 20px;
  line-height: 28px;
}
.product-cat {
  padding-top: 110px;
}
.product-cat .list {
  margin-top: 35px;
}
.product-cat .list ul {
  margin: -15px;
}
.product-cat .list ul li {
  padding: 15px;
}
.product-cat .list ul li .content {
  position: relative;
  overflow: hidden;
}
.product-cat .list ul li .content .img img {
  width: 100%;
}
.product-cat .list ul li .content .mask {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(155, 155, 155, 0.7);
  opacity: 0;
  transition: .5s ease;
}
.product-cat .list ul li .content .text {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  transition: .5s ease;
}
.product-cat .list ul li .content .text .name {
  font-size: 18px;
  font-family: 'Palanquin Dark', sans-serif;
  font-weight: 400;
  padding: 25px 0;
  position: relative;
}
.product-cat .list ul li .content .text .name::before {
  content: url(../images/cat-before.png);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.product-cat .list ul li .content .text span {
  margin-top: 25px;
  display: block;
  color: #fff;
}
.product-cat .list ul li .content .text span img {
  margin: 0 auto;
}
.product-cat .list ul li .content:hover .mask {
  opacity: 1;
}
.product-cat .list ul li .content:hover .text {
  top: 40%;
  transform: translateY(-50%);
  opacity: 1;
}
.our-product {
  padding-top: 110px;
}
.our-product .list {
  padding: 0 110px;
  margin-top: 35px;
  position: relative;
}
.our-product .list ul {
  margin: -15px;
}
.our-product .list ul li {
  padding: 15px;
}
.our-product .list ul li .img {
  border: 1px solid #dcdcdc;
}
.our-product .list ul li .name {
  font-family: 'Palanquin Dark', sans-serif;
  font-weight: 400;
  font-size: 24px;
  padding: 15px 0;
  line-height: 36px;
}
.our-product .list > span {
  display: inline-block;
  width: 110px;
  height: 110px;
  line-height: 110px;
  position: absolute;
  bottom: 60px;
  color: #ececec;
  cursor: pointer;
}
.our-product .list > span.left-btn {
  left: 0;
}
.our-product .list > span.left-btn::before {
  content: "<";
  font-size: 30px;
  font-weight: 500;
}
.our-product .list > span.right-btn {
  right: 0;
}
.our-product .list > span.right-btn::before {
  content: ">";
  font-size: 30px;
  font-weight: 500;
}
.i-advantage {
  padding: 120px 0;
}
.i-advantage .list ul {
  margin: 0 -50px;
}
.i-advantage .list ul li {
  width: 33.33%;
  padding: 0 50px;
}
.i-advantage .list ul li .tit {
  font-size: 30px;
  font-family: 'Palanquin Dark', sans-serif;
  font-weight: 400;
  margin-top: 30px;
}
.i-advantage .list ul li p {
  margin-top: 5px;
  line-height: 28px;
}
.our-about{
  overflow: hidden;
}
.our-about ul li .left {
  vertical-align: middle;
  width: 50%;
  height: 880px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.our-about ul li .right {
  vertical-align: middle;
  width: 50%;
}
.our-about ul li .right .content {
  max-width: 750px;
  padding: 0 85px;
}
.our-about ul li .right .content .text p {
  margin-top: 30px;
  line-height: 30px;
}
h1.dongb {
    Display: inline;
}
.dbang {
    font-size: 16px;
    margin-top: 30px;
    line-height: 30px;
}
.our-about ul li .right .content .btn {
  margin-top: 60px;
}
.our-about ul li .right .content .btn a {
  font-size: 16px;
  padding: 15px 35px;
  background-color: #7ac49f;
  display: inline-block;
}
.our-about ul li:nth-child(1) {
  background: #eaf3ef url(../images/about-bg1.png) no-repeat right bottom;
}
.our-about ul li:nth-child(1) .left {
  background-image: url(../images/about-img.jpg);
}
.our-about ul li:nth-child(2) {
  background: #7ac49f url(../images/about-bg2.jpg) no-repeat left bottom;
}
.our-about ul li:nth-child(2) .left {
  background-image: url(/packagingbottle/2021/07/08/about-img--.jpg);
  position: relative;
  left: 50%;
}
.our-about ul li:nth-child(2) .right {
  position: relative;
  right: 50%;
}
.our-about ul li:nth-child(2) .right .content {
  margin-left: auto;
}
.our-about ul li:nth-child(2) .right .content .text2 {
  margin-top: 30px;
  line-height: 30px;
}
.our-news {
  padding: 110px 0;
}
.our-news .list {
  margin-top: 60px;
}
.our-news .list ul {
  margin: -15px;
}
.our-news .list ul li {
  padding: 15px;
  text-align: left;
}
.our-news .list ul li .img {
  border-top: 1px solid #7ac49f;
}
.our-news .list ul li .img img {
  width: 100%;
}
.our-news .list ul li .img .time {
  text-align: center;
  font-size: 19px;
  line-height: 1.2;
  font-weight: 500;
  padding: 20px 30px;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
}
.our-news .list ul li .img .time small {
  display: block;
  font-size: 14px;
  font-weight: 300;
}
.our-news .list ul li .img .time::before {
  content: url(../images/new-before.png);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.our-news .list ul li .content {
  padding: 30px 0;
  line-height: 28px;
}
.our-news .list ul li .content .tit {
  font-size: 22px;
 line-height: 40px;
}
.our-news .list ul li .content .more {
  margin-top: 20px;
}
.our-news .list ul li .content .more img {
  display: inline-block;
  vertical-align: middle;
}
#footer {
  background-color: #222222;
  color: #fff;
}
#footer .footer-top .top {
  padding: 50px 0;
}
#footer .footer-top .top .other-link {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#footer .footer-top .top .other-link ul li {
  display: inline-block;
  margin: 0 4px;
}
#footer .footer-top .top .other-link ul li a {
  font-size: 20px;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background-color: #fff;
  color: #000;
  border-radius: 100%;
}
#footer .footer-top .warp {
  position: relative;
  padding: 60px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
#footer .footer-top .warp .item {
  width: 25%;
}
#footer .footer-top .warp .item h4 {
  font-size: 24px;
  font-family: 'Palanquin Dark', sans-serif;
  font-weight: 400;
  margin-bottom: 20px;
}

/*.xinwen {
font-size: 14px;
line-height: 28px;
color: #d5d5d5;
}*/

.biaoti {
  height: 74px;
}
.prode {
    line-height: 30px;
    padding: 0 16px;
}


.you {
 margin-left: 203px;
}
#footer .footer-top .warp .item ul li {
  font-size: 16px;
  position: relative;
}
#footer .footer-top .warp .item ul li p {
  padding-left: 25px;
}
#footer .footer-top .warp .item ul li span {
  position: absolute;
  width: 25px;
  left: 0;
  top: 0;
}
#footer .footer-top .warp .item ul li span img {
  vertical-align: middle;
}
#footer .footer-top .warp .item ul li:not(:last-child) {
  margin-bottom: 10px;
  line-height: 28px;
}
#footer .footer-bottom .box {
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  line-height: 28px;
}
#ewm {
  /*position: absolute;*/
  width: 165px;
  margin-left: auto;
  border: 5px solid #fff;
  /*left: 100%;
  top: 50%;
  transform: translateY(-50%);*/
}
@media screen and (max-width: 1400px) {
  #banner ul li .content h2 {
    font-size: 60px;
  }
  #banner ul li .content p {
    margin-top: 30px;
  }
  #banner ul li .content .btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .ui.container {
    width: 1000px;
  }
  #header .nav .ui.menu .h-search {
    margin-left: 15px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 16px;
  }
  .language-box a {
    font-size: 16px;
  }
  #header .nav {
    padding: 5px 0;
  }
  #banner ul li .content h6 {
    font-size: 16px;
  }
  #banner ul li .content h2 {
    font-size: 50px;
  }
  #banner ul li .content p {
    font-size: 16px;
  }
  .title h2 {
    font-size: 35px;
  }
  .our-product .list ul li .name {
    font-size: 18px;
  }
  .i-advantage .list ul {
    margin: 0 -20px;
  }
  .i-advantage .list ul li {
    padding: 0 20px;
  }
  .our-about ul li .right .content {
    padding: 0 40px;
  }
}
@media screen and (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  .i-advantage .list ul li .tit {
    font-size: 20px;
  }
  .font-16 {
    font-size: 14px;
  }
  #footer .footer-top .warp {
    margin: -20px;
  }
  #footer .footer-top .warp .item {
    width: 100%;
    padding: 20px;
  }
  #ewm {
    display: none;
  }
  .our-about ul li .right .content .btn a {
    font-size: 14px;
  }
}
@media screen and (max-width: 700px) {
  .ui.container {
    width: 100%;
    overflow: hidden;
  }
  #banner ul li .content h6 {
    font-size: 14px;
  }
  #banner ul li .content h2 {
    font-size: 40px;
  }
  #banner ul li .content p {
    font-size: 14px;
    line-height: 25px;
  }
  #banner ul li .content .btn a {
    font-size: 14px;
  }
  .title h2 {
    font-size: 25px;
  }
  .product-cat {
    display: none;
  }
  .our-product {
    padding: 60px 0;
  }
  .our-product .list > span {
    display: none;
  }
  .our-product .list {
    padding: 0 15px;
  }
  .i-advantage {
    display: none;
  }
  .our-about ul li .left {
    width: 100%;
    height: 300px;
  }
  .our-about ul li .right {
    width: 100%;
  }
  .our-about ul li .right .content {
    padding: 30px 15px;
  }
  .our-about ul li:nth-child(2) .left {
    left: 0;
  }
  .our-about ul li:nth-child(2) .right {
    right: 0;
  }
  .our-about ul li .right .content .btn {
    margin-top: 30px;
  }
  #footer .footer-top .warp .item ul li {
    font-size: 14px;
  }
  #footer .footer-top .warp .item:nth-child(2), 
  #footer .footer-top .warp .item:nth-child(1) {
    display: none;
    width: 100%;
  }
  #footer .footer-top .warp .item:nth-child(4) {
    display: block;
  }
  #footer .footer-top .top .other-link {
    display: none;
  }
  .our-news {
    padding: 60px 0;
  }
}
@media screen and (max-width: 500px) {
  #banner ul li .content h6 {
    font-size: 12px;
    line-height: 28px;
  }
  #banner ul li .content h2 {
    font-size: 30px;
  }
  #banner ul li .content p {
    font-size: 12px;
    line-height: 28px;
    margin-top: 10px;
  }
  #banner ul li .content .btn {
    margin-top: 10px;
  }
  #banner ul li .content .btn a {
    font-size: 12px;
    padding: 10px 15px;
  }
  .our-product .list ul {
    margin: -5px;
  }
  .our-product .list ul li {
    padding: 5px;
  }
  .font-14 {
    font-size: 12px;
  }
  .title h2 {
    font-size: 20px;
  }
  .our-product .list ul li .name {
    font-size: 14px;
    padding: 10px 0;
  }
  .font-16 {
    font-size: 14px;
  }
  .our-about ul li .right .content .btn a {
    font-size: 12px;
    padding: 10px 20px;
  }
  .our-about ul li .right .content .text p {
    margin-top: 15px;
    line-height: 30px;
    font-size: 16px;
  }
  .our-news .list {
    margin-top: 30px;
  }
  .our-news .list ul li .content .tit {
    font-size: 18px;
  }
  .our-news .list ul li .content {
    padding: 15px 0;
  }
  #footer .footer-top .warp {
    padding: 30px 0;
  }
}




/* 内页样式 */
.mbx {
  padding: 15px 0;
  background: #f3f5f7;
  font-size: 18px;
  color: #373737;
  line-height: 30px;
}
.mbx span {
  color: #0d95e8;
}
.mbx a:hover {
  text-decoration: underline;
}
.inner-banner {
  height: 650px;
  margin-top: 0 !important;
  padding-top: 200px;
  color: white;
  position: relative;
  overflow: hidden;
  background-attachment: fixed;
}
.inner-banner canvas {
  position:absolute;
  left:0;
  top:50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.inner-banner .about {
  padding-top: 150px;
}
.inner-banner .box h2 {
  font-size: 24px;
  font-family: "roboto-bold";
  text-transform: uppercase;
  padding-bottom: 30px;
  line-height: 30px;
}
.inner-banner .box h2:after {
  content: '';
  width: 160px;
  height: 2px;
  display: block;
  background: rgba(255, 255, 255, 0.4);
  margin-top: 30px;
}
.inner-banner .box p {
  max-width: 700px;
  line-height: 30px;
}
.inner-banner .box .play {
  display: block;
  margin-top: 20px;
  cursor: pointer;
  cursor: hand;
}
.inner-banner .box .play i {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 26px;
  border-radius: 100%;
  border: 2px solid white;
  font-size: 12px;
}
.inner-banner .box .play i:before {
  position: relative;
  left: 2px;
}
.inner-banner .box .play p {
  display: inline-block;
  padding-left: 15px;
  margin-left: 15px;
  border-left: 1px solid rgba(255, 255, 255, 0.7);
}
.inner-banner .about-banner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.inner-banner .about-banner ul {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.inner-banner .about-banner ul li {
  padding: 40px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.inner-banner .about-banner ul li:first-child {
  border-left: none;
}
.inner-banner .about-banner ul li h3 {
  font-size: 26px;
  margin-bottom: 20px;
  line-height: 28px;
}
.inner-page {
  border-bottom: 0px solid #7ac49f;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.inner-page h2 {
  text-align: center;
  font-size: 34px;
  color: #2b2b2b;
  line-height: 34px;
  font-family: "roboto-bold";
  display: block;
}
.inner-page .slick-arrow {
  color: transparent;
  width: 20px;
  height: 20px;
  border: none;
  background: transparent;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.inner-page .slick-arrow:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: "FontAwesome";
  font-size: 50px;
  color: #0061a3;
  width: inherit;
  line-height: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .slick-arrow:hover:after {
  color: #7ac49f;
}
.inner-page .slick-arrow.slick-prev {
  right: 100%;
  margin-right: 20px;
}
.inner-page .slick-arrow.slick-prev:after {
  content: "\f104";
}
.inner-page .slick-arrow.slick-next {
  left: 100%;
  margin-left: 20px;
}
.inner-page .slick-arrow.slick-next:after {
  content: "\f105";
}
.inner-page .slick-dots {
  padding-top: 30px;
}
.inner-page .slick-dots li {
  width: 12px;
  height: 12px;
  border: 1px solid #0061a3;
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px !important;
  padding: 0 !important;
  background: transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
.inner-page .slick-dots li button {
  display: none;
}
.inner-page .slick-dots li:hover,
.inner-page .slick-dots li.slick-active {
  background: #0061a3;
}
.inner-page .m-page {
  text-align: center;
  padding-top: 30px;
}
.inner-page .m-page a,
.inner-page .m-page span {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 5px;
  border: 1px solid #eee;
  background: #f9f9f9;
  line-height: 40px;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .m-page a:hover,
.inner-page .m-page a.current{
  color: white;
  background: #7ac49f;
}
.inner-page ul.news-list {
  margin: -15px -8px;
}
.inner-page ul.news-list li {
  padding: 15px 8px;
  text-align: left;
}
.inner-page ul.news-list li a {
  background: white;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page ul.news-list li a span {
  display: block;
  overflow: hidden;
}
.inner-page ul.news-list li a span img {
  height: 305px;
  width: 100%;
}
.inner-page ul.news-list li a h3 {
  height: 150px;
  padding: 15px 1px 10px;
  font-size: 18px;
  color: #262626;
  font-family: "roboto-bold";
  line-height: 30px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;

}
.inner-page ul.news-list li a time {
  display: block;
  padding: 0 15px 20px;
  font-size: 14px;
  color: #666666;
  line-height: 18px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page ul.news-list li a:hover {
  background: #7ac49f;
}
.inner-page ul.news-list li a:hover h3,
.inner-page ul.news-list li a:hover time {
  color: white;
}
.inner-page .pro-list ul {
  margin: -7px;
}
.inner-page .pro-list ul li {
  padding: 7px;
  text-align: left;
}
.inner-page .pro-list ul li a {
  display: block;
  background: #f5f5f5;
}
.inner-page .pro-list ul li a span {
  display: block;
  overflow: hidden;
}
.inner-page .pro-list ul li a h3 {
  padding: 10px 15px;
  font-size: 18px;
  font-family: "roboto-bold";
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  line-height: 32px;
}
.inner-page .pro-list ul li a h3:hover {
  color: #7ac49f;
}
.inner-page .pro-list ul li a p {
  padding: 0 15px 10px;
  color: #666;
  font-size: 14px;
}
.about-page .about-1 {
  padding: 80px 0;
}
.about-page .about-1 .box .grid-box {
  margin: 0 -15px;
}
.about-page .about-1 .box .grid-box .column {
  padding: 0 15px;
  vertical-align: middle;
}

.newsnext {
    margin-top: 20px;
    line-height: 30px;
}
.about-page .about-1 .box .box2 {
  padding-top: 40px;
}
.about-page .about-1 .box .box2 .right img {
  width: 100%;
}
.about-page .about-1 .box .box2 .text ul {
  padding-top: 30px;
}
.about-page .about-1 .box .box2 .text ul li {
  vertical-align: top;
  text-align: center;
}
.about-page .about-1 .box .box2 .text ul li h3 {
  font-size: 30px;
  font-family: "roboto-bold";
}
.about-page .about-1 .box .box2 .text ul li h3 sup {
  margin-left: 10px;
  font-size: 18px;
}
.about-page .about-1 .box .box2 .text ul li p {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin-top: 10px;
}
.about-page .about-2 {
  background: rgba(53, 138, 195, 0.08);
  padding: 80px 0;
  text-align: center;
}
.about-page .about-2 p {
  margin: 30px 0 40px;
  padding: 0 5%;
}
.about-page .about-2 .box ul {
  margin: 0 -7px;
}
.about-page .about-2 .box ul li {
  padding: 0 7px;
}
.about-page .about-2 .box ul li a {
  display: block;
}
.about-page .about-2 .box ul li a span {
  display: block;
  overflow: hidden;
}
.about-page .about-2 .box ul li a img {
  width: 100%;
}
.about-page .about-2 .box ul li a h3 {
  font-size: 18px;
  color: #333;
  font-family: "roboto-bold";
  text-transform: capitalize;
  margin-top: 20px;
}
.about-page .about-3 {
  padding: 100px 0;
  text-align: center;
}
.about-page .about-3 h3 {
  font-size: 34px;
  color: #333;
  font-family: "roboto-bold";
  line-height: 34px;
}
.about-page .about-3 p {
  padding: 40px 5%;
}
.about-page .about-3 .year ul {
  position: relative;
}
.about-page .about-3 .year ul:after {
  content: '';
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(66, 66, 66, 0.5);
  z-index: -1;
}
.about-page .about-3 .year ul li {
  position: relative;
  padding-top: 90px;
  padding-bottom: 30px;
}
.about-page .about-3 .year ul li h4 {
  font-size: 18px;
  color: #424242;
  margin-bottom: 5px;
  height: 27px;
  position: relative;
  top: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .about-3 .year ul li i {
  display: block;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: rgba(53, 138, 195, 0.3);
  border: 1px solid #fff;
  margin: 0 auto;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  position: relative;
}
.about-page .about-3 .year ul li i:after,
.about-page .about-3 .year ul li i:before {
  content: '';
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background: #358ac3;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about-page .about-3 .year ul li i:before {
  height: 40px;
  width: 40px;
  opacity: 0;
  background: rgba(53, 138, 195, 0.3);
}
.about-page .about-3 .year .slick-center li h4 {
  font-size: 64px;
  font-family: "roboto-bold";
  top: -80px;
}
.about-page .about-3 .year .slick-center li i {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
.about-page .about-3 .year .slick-center li i:before {
  opacity: 1;
}
.about-page .about-3 .year .slick-arrow {
  top: auto;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  bottom: 30px;
}
.about-page .about-3 .year .slick-arrow:after {
  font-size: 24px;
  width: 40px;
  height: 40px;
  line-height: 36px;
  border-radius: 100%;
  border: 1px solid #0061a3;
}
.about-page .about-3 .content {
  padding: 30px 5% 0;
}
.about-page .about-3 .content li .left {
  vertical-align: middle;
  padding-right: 30px;
}
.about-page .about-3 .content li .left img {
  width: 100%;
}
.about-page .about-3 .content li .right {
  text-align: left;
  vertical-align: middle;
}
.about-page .about-3 .content li .right h4 {
  font-size: 28px;
  color: #333;
  font-family: "roboto-bold";
  margin-bottom: 30px;
}
.about-page .about-3 .content li .right p {
  padding: 0;
  color: #424242;
}
.about-page .about-4 {
  background: #eff6fa;
  padding: 80px 0;
  text-align: center;
}
.about-page .about-4 p {
  padding: 40px 5%;
}
.about-page .about-4 .box {
  padding: 0 80px;
}
.about-page .about-4 .box ul {
  margin: -10px -20px;
  position: relative;
}
.about-page .about-4 .box ul li {
  padding: 10px 20px;
}
.about-page .about-4 .box ul li span {
  display: block;
  position: relative;
  z-index: 1;
}
.about-page .about-4 .box ul li span img {
  width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: block;
}
.about-page .about-4 .box ul li span:after {
  content: '';
  width: 100%;
  height: 27px;
  background: url("../images/about-5.jpg") no-repeat;
  position: absolute;
  left: 0;
  bottom: -20px;
  background-size: 100% auto;
  z-index: -1;
}
.about-page .about-4 .box ul li h4 {
  font-size: 20px;
  font-family: "roboto-bold";
  color: #333;
  margin: 20px 0 10px;
}
.about-page .about-4 .box ul li p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}
.about-page .about-4 .box ul .slick-arrow {
  top: 37%;
}
.lg-page {
  padding: 70px 0;
  text-align: center;
}
.lg-page ul {
  margin: -10px;
}
.lg-page ul li {
  padding: 10px;
}
.lg-page ul li a {
  display: block;
}
.lg-page ul li a h3 {
  color: #333;
  background: #eee;
  padding: 10px 5px;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.lg-page ul li a:hover h3 {
  background: #7ac49f;
  color: white;
}
.faq-page {
  padding: 70px 0;
}
.faq-page ul li {
  background: #f9f9f9;
  margin-bottom: 20px;
}
.faq-page ul li .q {
  background: #eee;
  padding: 10px 10px 10px 50px;
  font-size: 18px;
  font-family: "roboto-bold";
  position: relative;
}
.faq-page ul li .a {
  padding: 20px 20px 20px 50px;
  position: relative;
}
.faq-page ul li i {
  position: absolute;
  left: 10px;
}
.news-page {
  padding: 80px 0;
  background: #f5f5f5;
}
.news-page .news-1 {
  text-align: center;
}
.news-page .news-1 ul {
  margin-bottom: 25px;
  border-bottom: 1px solid #B8B8B8;
}
.news-page .news-1 ul li {
  width: auto;
  padding: 0 25px;
  margin-bottom: 15px;
  border-left: 1px solid #B8B8B8;
  line-height: 28px;
  font-size: 20px;
}
.news-page .news-1 ul li:first-child {
  border-left: none;
}
.news-page .news-1 ul li a {
  position: relative;
  display: block;
  padding: 0 5px;
}
.news-page .news-1 ul li a:after {
  content: '';
  position: absolute;
  height: 3px;
  width: 0;
  bottom: -16px;
  left: 0;
  background: #0061a3;
  background: -webkit-linear-gradient(-23deg, #00bcd4 0%, #358ac3 100%);
  background: -o-linear-gradient(-23deg, #00bcd4 0%, #358ac3 100%);
  background: -moz-linear-gradient(-23deg, #00bcd4 0%, #358ac3 100%);
  background: linear-gradient(157deg, #00bcd4 0%, #358ac3 100%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-page .news-1 ul li:hover a:after,
.news-page .news-1 ul li.active a:after {
  width: 100%;
}
.newdet-page .newdet-1 {
  padding: 20px 0;
  background: white;
}
.newdet-page .newdet-1 h3 {
  font-size: 30px;
  color: #212121;
}
.newdet-page .newdet-1 .tag {
  color: #212121;
  margin: 20px 0 10px;
  display: block;
}
.newdet-page .newdet-1 .content {
  border-top: 1px solid #757575;
  border-bottom: 1px solid #757575;
  padding: 25px 0;
  color: #424242;
  line-height: 30px;
}
.newdet-page.technology .newdet-1 .content {
  border:none !important;
  margin-top:30px;
}
.newdet-page .newdet-1 .content img,
.newdet-page .newdet-1 .content p {
  margin-bottom: 20px;
}
.newdet-page .m-link {
    line-height: 30px;
}
.newdet-page .newdet-1 .share {
  padding-top: 30px;
  text-align: center;
}
.newdet-page .newdet-1 .share ul li {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  margin: 0 5px;
  background: #eee;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.newdet-page .newdet-1 .share ul li a {
  display: block;
}
.newdet-page .newdet-1 .share ul li:hover {
  color: white;
  background: #7ac49f;
}
.newdet-page .newdet-2 {
  padding: 100px 0;
  background: #f5f5f5;
  text-align: center;
}
.contact-page .contact-1 .left {
  text-align: right;
  vertical-align: middle;
}
.contact-page .contact-1 .left .box2 {
  text-align: left;
  max-width: 725px;
  padding-left: 15px;
  display: inline-block;
  padding-right: 8%;
  width:100%;
}
.contact-page .contact-1 .left .box2 h3 {
  font-size: 28px;
  font-family: "roboto-bold";
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #B8B8B8;
}
.contact-page .contact-1 .left .box2 h4 {
  font-size: 22px;
  font-family: "roboto-bold";
}
.contact-page .contact-1 .left .box2 ul li {
  margin-bottom: 20px;
}
.contact-page .contact-1 .left .box2 ul li h4 img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.contact-page .contact-1 .left .box2 ul li p {
  color: #424242;
  margin-top: 10px;
  line-height: 30px;
}
.contact-page .contact-1 .right {
  vertical-align: middle;
  position: relative;
}
.contact-page .contact-1 .right .button-group .button {
  background: #7ac49f !important;
}
.contact-page .contact-1 .right .amap-logo,
.contact-page .contact-1 .right .amap-copyright {
  display: none !important;
}
.contact-page .contact-2 {
  background: rgba(53, 138, 195, 0.08);
  padding: 100px 0;
  text-align: center;
}
.contact-page .contact-2 p {
  padding: 50px 5%;
}
.contact-page .contact-2 a.more {
  display: inline-block;
  line-height: 50px;
  height: 50px;
  border-radius: 25px;
  padding: 0 35px;
  background: #0061a3;
  background: -webkit-linear-gradient(157deg, #358ac3 0%, #00bcd4 100%);
  background: -o-linear-gradient(157deg, #358ac3 0%, #00bcd4 100%);
  background: -moz-linear-gradient(157deg, #358ac3 0%, #00bcd4 100%);
  background: linear-gradient(23deg, #358ac3 0%, #00bcd4 100%);
  color: white;
  font-size: 18px;
}
.contact-page .contact-3 {
  padding: 80px 0;
  text-align: center;
}
.contact-page .contact-3 p {
  margin: 15px 0;
  color: #666;
}
.contact-page .contact-3 .form {
  padding-top: 30px;
}
.contact-page .contact-3 .form ul {
  margin: -15px;
}
.contact-page .contact-3 .form ul li {
  padding: 15px;
}
.contact-page .contact-3 .form ul li input,
.contact-page .contact-3 .form ul li textarea {
  width: 100%;
  line-height: 50px;
  height: 50px;
  border: 1px solid #BDBDBD;
  background: white;
  padding: 0 25px;
  -webkit-transition: 0.5s border-color;
  -moz-transition: 0.5s border-color;
  -ms-transition: 0.5s border-color;
  -o-transition: 0.5s border-color;
  transition: 0.5s border-color;
  font-size: 14px;
}
.contact-page .contact-3 .form ul li input:focus,
.contact-page .contact-3 .form ul li textarea:focus {
  border-color: #7ac49f;
}
.contact-page .contact-3 .form ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-3 .form ul li textarea {
  height: 200px;
  line-height: 28px;
  padding: 11px 25px;
  resize: vertical;
}
.contact-page .contact-3 .form ul li input[type="submit"] {
  border: none;
  color: white;
  font-size: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  background: #7ac49f;
  background: -webkit-linear-gradient(157deg, #7ac49f 30%, #07d7c1 100%);
  background: -o-linear-gradient(157deg, #7ac49f 30%, #07d7c1 100%);
  background: -moz-linear-gradient(157deg, #7ac49f 30%, #07d7c1 100%);
  background: linear-gradient(23deg, #7ac49f 30%, #07d7c1 100%);
}
.product-page {
  padding: 80px 0;
}
.product-page .product-1 .left {
  width: 25%;
  vertical-align: top;
  padding-right: 30px;
}
.product-page .product-1 .left h3 {
  font-size: 24px;
  color: white;
  font-family: "roboto-bold";
  text-transform: uppercase;
  padding: 15px 30px;
  background: #0061a3;
}
.product-page .product-1 .left .box {
  padding-top: 15px;
}
.product-page .product-1 .left .box ul li {
  background: #f5f5f5;
}
.product-page .product-1 .left .box ul li a {
  display: block;
  border-bottom: 1px solid white;
  padding: 20px 30px;
  font-size: 18px;
  color: #666;
  font-family: "Arial";
  line-height: 30px;
}
.product-page .product-1 .left .box ul li a:hover,
.product-page .product-1 .left .box ul li.active>a {
  background: #7ac49f;
  background: -webkit-linear-gradient(157deg, #7ac49f 30%, #07d7c1 100%);
  background: -o-linear-gradient(157deg, #7ac49f 30%, #07d7c1 100%);
  background: -moz-linear-gradient(157deg, #7ac49f 30%, #07d7c1 100%);
  background: linear-gradient(23deg, #7ac49f 30%, #07d7c1 100%);
  color: white;
}
.product-page .product-1 .left .box ul li li a {
  padding:11px 30px;
  padding-left: 40px;
  position: relative;
  background: #fcfcfc;
  font-size:16px;
}
.product-page .product-1 .left .box ul li li a:after {
  content: '-';
  position: absolute;
  left: 30px;
  top: 11px;
}
.product-page .product-1 .left .box ul li li li a {
  padding-left: 47px;
  background: #FDFDFD;
}
.product-page .product-1 .left .box ul li li li a:after {
  content: '--';
}
.product-page .product-1 .right {
  width: 75%;
  vertical-align: top;
}
h1.dongbangpro {
    font-size: 26px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 20px;
}
.dbangdesc {
    font-size: 16px;
    line-height: 28px;
    margin-top: 30px;
}
.product-page .product-1 .right .content {
  font-family: "Arial";
  color: #666;
}
.product-page .product-1 .right .content p {
  margin-bottom: 15px;
}
.product-page .product-1 .right .content p em {
  font-weight: bold;
  color: #333;
}
.product-page .product-1 .right .content2>table {
  width:30% !important;
  margin-right:5%;
  display:inline-block;
  vertical-align:top;
  max-height:1000px;
  overflow:auto;
  margin-left:-4px;
}
.product-page .product-1 .right .content2>table tr {
  width:100%;
}
.product-page .product-1 .right .content2>table tr:first-child,
.product-page .product-1 .right .content2>table tr:first-child td,
.product-page .product-1 .right .content2>table tr:first-child th{
  text-align:center;
}
.product-page .product-1 .right .content2>table tbody,
.product-page .product-1 .right .content2>table tr,
.product-page .product-1 .right .content2>table th,
.product-page .product-1 .right .content2>table td{
  display:inline-block;
  float:left;
}
.product-page .product-1 .right .content2>table td,
.product-page .product-1 .right .content2>table th {
  padding:15px 10px;
}
.product-page .product-1 .right .content2>table:nth-child(3n) {
  margin-right:0;
}
.product-page .product-1 .right .content2>table:nth-child(3n+1) {
  margin-left:0;
}
.prodet-page .prodet-1 {
  padding: 60px 0;
}
.prodet-page .prodet-1 .left {
  padding-right: 50px;
}
.prodet-page .prodet-1 .left span {
  display: block;
  background: #f5f5f5;
  border: 1px solid #ccc;
  text-align: center;
  padding: 15px;
}
.prodet-page .prodet-1 .left span img {
  display: block;
  margin: 0 auto;
}
.prodet-page .prodet-1 .right h2 {
  text-align: left;
}
.prodet-page .prodet-1 .right h1.dongcp {
    font-size: 24px;
    color: #2b2b2b;
    line-height: 34px;
    font-family: "roboto-bold";
    display: block;
    text-align: left;
}
.prodet-page .prodet-1 .right h5 {
  font-size: 18px;
  color: #666;
  margin-top: 5px;
}
.prodet-page .prodet-1 .right .content {
  font-size: 14px;
  color: #333;
  padding: 25px 0;
}
.prodet-page .prodet-1 .right .contact a {
  display: inline-block;
  line-height: 50px;
  height: 50px;
  width: 220px;
  text-align: center;
  color: white;
  font-size: 18px;
  background: #7ac49f;
  background: -webkit-linear-gradient(157deg, #7ac49f 30%, #07d7c1 100%);
  background: -o-linear-gradient(157deg, #7ac49f 30%, #07d7c1 100%);
  background: -moz-linear-gradient(157deg, #7ac49f 30%, #07d7c1 100%);
  background: linear-gradient(23deg, #7ac49f 30%, #07d7c1 100%);
}
.prodet-page .prodet-1 .right .contact a.down {
  background: #f4f4f4;
  color: #333;
  margin-left: 20px;
}
.prodet-page .prodet-1 .right .contact a.down:hover {
  background: #7ac49f;
  background: -webkit-linear-gradient(157deg, #7ac49f 30%, #07d7c1 100%);
  background: -o-linear-gradient(157deg, #7ac49f 30%, #07d7c1 100%);
  background: -moz-linear-gradient(157deg, #7ac49f 30%, #07d7c1 100%);
  background: linear-gradient(23deg, #7ac49f 30%, #07d7c1 100%);
  color: white;
}
.prodet-page .prodet-1 .right .pro-det-img {
  margin-top: 30px;
  border-top: 1px solid rgba(35, 31, 32, 0.08);
  padding-top: 30px;
  text-align: center;
}
.prodet-page .prodet-1 .right .pro-det-img ul {
  margin: -10px;
}
.prodet-page .prodet-1 .right .pro-det-img ul .slick-track {
  margin-left:0;
}
.prodet-page .prodet-1 .right .pro-det-img ul li {
  padding: 10px;
}
.prodet-page .prodet-1 .right .pro-det-img ul li i,
.prodet-page .prodet-1 .right .pro-det-img ul li span {
  display: none;
}
.prodet-page .prodet-2 {
  padding: 60px 0;
  background: #f5f9fc;
}
.prodet-page .prodet-2 h2 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  text-align: left;
  padding-bottom: 15px;
}
.prodet-page .prodet-2 .content {
  padding-top: 30px;
  line-height:28px;
  max-height:1400px;
  overflow-x:auto;
}
.prodet-page .prodet-2 .content ul li {
  padding-left:20px;
  position:relative;
}
.prodet-page .prodet-2 .content ul li:after {
  content:'';
  width:10px;
  height:10px;
  display:block;
  background:#7ac49f;
  position:absolute;
  left:0;
  top:8px;
}
.prodet-page .prodet-2 .opsition {
  display:block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  margin-bottom:15px;
}
.prodet-page .prodet-2 .opsition:after {
  content:'';
  display:block;
  clear:both;
}
.prodet-page .prodet-2 .opsition>div {
  padding:10px 20px;
  font-size:18px;
  float:left;
  cursor:pointer;
  cursor:hand;
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.prodet-page .prodet-2 .opsition>div.active,
.prodet-page .prodet-2 .opsition>div:hover{
  background:#7ac49f;
  color:white;
}
.prodet-page .prodet-3 {
  padding: 50px 0;
}
.prodet-page .prodet-3 .box {
  padding-top: 30px;
  text-align: center;
}
@media screen and (max-width: 1700px) {
  .inner-page .slick-arrow.slick-prev {
    margin-right: 0;
    right: auto;
    left: 0;
    z-index: 1;
  }
  .inner-page .slick-arrow.slick-next {
    margin-left: 0;
    left: auto;
    right: 0;
    z-index: 1;
  }
}
@media screen and (max-width: 1520px) {
  .product-page .product-1 .left .box ul li a {
    padding: 15px 30px;
  }
}
@media screen and (max-width: 1400px) {
  .contact-page .contact-1 .left .box2 h3 {
    font-size: 24px;
  }
  .contact-page .contact-1 .left .box2 h4 {
    font-size: 20px;
  }
  .inner-page h2,
  .newdet-page .newdet-1 h3 {
    font-size: 30px;
    line-height: 30px;
  }
  .contact-page .contact-2 p {
    padding: 30px 5%;
  }
  .product-page .product-1 .left .box ul li a {
    font-size: 16px;
  }
  .inner-page ul.news-list li a h3,
  .about-page .about-4 .box ul li h4 {
    font-size: 18px;
  }
  .about-page .about-3 .year .slick-center li h4 {
    font-size: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .inner-banner {
    margin-top: 0;
    height: 400px;
    padding-top: 100px;
  }
  .inner-banner .about-banner {
    display: none;
  }
  .inner-banner .box h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .about-page .about-1,
  .about-page .about-2,
  .about-page .about-3,
  .about-page .about-4,
  .lg-page,
  .faq-page,
  .news-page,
  .newdet-page .newdet-1,
  .newdet-page .newdet-2,
  .product-page,
  .contact-page .contact-3 {
    padding: 40px 0;
  }
  .about-page .about-3 .year .slick-center li h4 {
    font-size: 40px;
    line-height: 40px;
    top: -40px;
  }
  .about-page .about-3 .year ul li {
    padding-top: 50px;
  }
  .about-page .about-3 .content li .right h4 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .about-page .about-4 .box ul li {
    padding: 10px;
  }
  .about-page .about-4 .box ul {
    margin: -10px;
  }
  .grid-box.four > .column {
    width: 33.333%;
  }
  .inner-page ul.news-list li a h3,
  .about-page .about-4 .box ul li h4 {
    font-size: 16px;
  }
  .newdet-page .newdet-1 h3 {
    font-size: 24px;
  }
  .product-page .product-1 .left h3 {
    padding: 15px;
    font-size: 20px;
  }
  .product-page .product-1 .left .box ul li a {
    padding: 10px 15px;
    font-size: 14px;
  }
  .prodet-page .prodet-2,
  .contact-page .contact-2 {
    padding: 60px 0;
  }
  .contact-page .contact-1 .left .box2 h3 {
    font-size: 20px;
  }
  .contact-page .contact-1 .left .box2 h4 {
    font-size: 18px;
  }
  .contact-page .contact-3 .form ul li {
    padding: 5px;
  }
  .contact-page .contact-3 .form ul {
    margin: -5px;
  }
}
@media screen and (max-width: 1000px) {
  #footer .footer-top .warp .item.ewm{
    display: none;
  }
  .inner-banner {
    height: 400px;
    padding-top: 180px;
    background-position: center;

  }
  .prodet-page .prodet-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .prodet-page .prodet-1 .right {
    width: 100%;
    padding-top: 30px;
  }
  .product-page .product-1 .left {
    display: none;
  }
  .product-page .product-1 .right {
    width: 100%;
  }
  .news-page .news-1 {
    display: none;
  }
  .lg-page ul li {
    padding: 5px;
  }
  .lg-page ul {
    margin: -5px;
  }
  .inner-banner .box h2 {
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 20px;
    text-transform: capitalize;
  }
  .inner-banner .box h2:after {
    margin-top: 20px;
  }
  .about-page .about-1 .box .grid-box .column {
    width: 100%;
    padding: 10px 15px;
  }
  .about-page .about-1 .box .box2 {
    padding-top: 0;
  }
  .about-page .about-1 .box .box2 .text ul li {
    width: 25%;
  }
  .about-page .about-3 h3 {
    font-size: 26px;
    line-height: 26px;
  }
  .about-page .about-3 p {
    padding: 20px 5%;
  }
  .prodet-page .prodet-2 .content table {
    white-space:nowrap;
  }
  .prodet-page .prodet-2 .content {
    max-height:600px;
    overflow:auto;
  }
  .product-page .product-1 .right .content2>table {
    width:100% !important;
    display:block;
    overflow:auto;
    margin:0 0 20px!important;
    max-height:600px !important;
  }
  .product-page .product-1 .right .content2>table tbody {
    display:table;
    white-space:nowrap;
  }
}
@media screen and (max-width: 700px) {
  .contact-page{
    display: flex;
    flex-wrap: wrap;
  }
  .contact-1{
    order: 3;
    width: 100%;
  }
  .contact-2{
    order: 2;
    width: 100%;
  }
  .contact-3{
    order: 1;
    width: 100%;
  }

  .inner-page h2,
  .newdet-page .newdet-1 h3 {
    font-size: 24px;
  }
  .about-page .about-1 .box .box2 .text ul li {
    width: 50%;
  }
  .about-page .about-3 .content li .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page .about-3 .content li .right {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  .about-page .about-4 .box {
    padding: 0;
  }
  .grid-box.four > .column {
    width: 50%;
  }
  .faq-page ul li .q {
    font-size: 16px;
  }
  .inner-page ul.news-list li a h3,
  .about-page .about-4 .box ul li h4,
  .inner-page .pro-list ul li a p {
    font-size: 14px;
    line-height: 28px;
  }
  .inner-page ul.news-list li a time {
    font-size: 12px;
  }
  .inner-page h2,
  .newdet-page .newdet-1 h3 {
    font-size: 20px;
  }
  .inner-page .pro-list ul li a h3 {
    font-size: 16px;
    line-height: 30px;
  }
  .prodet-page .prodet-1 .right .contact a {
    width: 120px;
    line-height: 40px;
    height: 40px;
    font-size: 14px;
  }
  table {
    width: 100%;
  }
  .contact-page .contact-1 .left {
    width: 100%;
    padding: 40px 15px;
  }
  .contact-page .contact-1 .left .box2 {
    padding: 0;
  }
  .contact-page .contact-1 .right {
    width: 100%;
  }
  .contact-page .contact-1 .right #mapContainer {
    height: 300px !important;
  }
}
.inner-page,.inner-banner,.inner-page p {
  font-size: 16px;
}
@media screen and (max-width: 500px) {
  .grid-box.four > .column {
    width: 100%;
  }
.inner-page,.inner-banner,.inner-page p {
  font-size: 16px;
  line-height: 30px;
}
}
