@font-face {
  font-family: 'TA';
  src: url('../fonts/Tahoma.eot') format('eot'), url('../fonts/Tahoma.woff2') format('woff2'), url('../fonts/Tahoma.woff') format('woff'), url('../fonts/Tahoma.ttf') format('truetype');
}
@font-face {
  font-family: 'GA';
  src: url('../fonts/Georgia.eot') format('eot'), url('../fonts/Georgia.woff2') format('woff2'), url('../fonts/Georgia.woff') format('woff'), url('../fonts/Georgia.ttf') format('truetype');
}
@media screen and (max-width: 1000px){
  .qingyanghide {
    display: none !important;
  }
  #index-body .header .qingyangabs {
    font-size: 14px !important;
  }
}
@font-face {
  font-family: 'TB';
  src: url('../fonts/Tahoma-Bold.eot') format('eot'), url('../fonts/Tahoma-Bold.woff2') format('woff2'), url('../fonts/Tahoma-Bold.woff') format('woff'), url('../fonts/Tahoma-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'GAB';
    src: url('../fonts/Georgia-Bold.eot') format('eot'),
        url('../fonts/Georgia-Bold.woff2') format('woff2'),
        url('../fonts/Georgia-Bold.woff') format('woff'),
        url('../fonts/Georgia-Bold.ttf') format('truetype');
}
body {
  font-family: 'TA';
}

.inquiry {
  position: fixed;
  bottom: 3rem;
  right: 3rem;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  background: rgba(136, 189, 57, 0.5);
  cursor: pointer;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 100;
}
.layer-form {
  display: none;
}
.layer-form .wrap-contact100 {
  width: 357px;
  border-radius: 10px;
}
.layer-form .wrap-contact100 .btn-hide-contact100 {
  color: #000000;
}
.layer-form .wrap-contact100 form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 25px 15px 25px;
}
.layer-form .wrap-contact100 form h2 {
  width: 100%;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.layer-form .wrap-contact100 form p {
  font-size: 12px;
  color: #adadad;
  padding: 10px 0;
}
.layer-form .wrap-contact100 form input {
  height: 36px;
  display: block;
  width: 100%;
  background: transparent;
  font-size: 14px;
  color: #333333;
  line-height: 1.2;
  padding: 0 20px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  margin-bottom: 20px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.layer-form .wrap-contact100 form input:focus {
  border: 1px solid #0071e3;
}
.layer-form .wrap-contact100 form textarea {
  height: 114px;
  padding-top: 22px;
  padding-bottom: 15px;
  font-family: 'microsoft yahei';
  display: block;
  width: 100%;
  background: transparent;
  font-size: 14px;
  color: #333333;
  line-height: 1.2;
  padding: 15px 20px;
  border: none;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.layer-form .wrap-contact100 form textarea:focus {
  border: 1px solid #0071e3;
}
.layer-form .wrap-contact100 form .layer-submit {
  width: 100%;
  position: relative;
  border-radius: 2px;
}
.layer-form .wrap-contact100 form .layer-submit input[type="submit"] {
  border: 1px solid #e6e6e6;
  background: #0071e3;
  height: 42px;
  display: block;
  width: 100%;
  font-size: 15px;
  color: #333333;
  line-height: 1.2;
  padding: 0 20px;
  margin: 0;
  border-radius: 42px;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  position: relative;
  z-index: 10;
  color: #ffffff;
}
.layer-form .wrap-contact100 form .layer-submit input[type="submit"]:hover {
  background: #000;
  color: #ffffff;
}

.ui.container {
  padding: 0 15px;
  position: relative;
  max-width: 1230px;
  margin: auto;
  width: 100%;
}
#header {
  z-index: 20;
  position: relative;
  width: 100%;
}
#header .h-top {
  padding: 1rem 0;
}
#header .h-top .ui.menu {
  display: flex;
  align-items: center;
  margin: 0 auto;
}
#header .h-top .logo{
  display: inline-block;
  vertical-align: middle;
}
#header .h-top .logo img{
  display: inline-block;
  vertical-align: middle;
}
#header .h-top .logo span {
  display: inline-block;
  font-size: 1.1rem;
  color: #236087;
  line-height: 1.3;
  vertical-align: middle;
  font-family: 'GAB';
}
#header .h-top .info{
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
}
#header .h-top .info .language{
  text-align: right;
  font-size: 18px;
}
#header .h-top .info .language li{
  font-size: 18px;
  letter-spacing: 1px;
	color: #2d2d2d;
  line-height: 1;
  display: inline-block;
  margin-right: 1.15rem;
}
#header .h-top .info .language li:last-child{
  margin-right: 0;
}
#header .h-top .info .tab{
   display: flex;
   align-items: center;
   display: -webkit-box;   
  display: -moz-box;       
  display: -ms-flexbox;  
  display: -webkit-flex; 
   -webkit-box-align-items: center;
  -moz-box-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  margin-top: 0.75rem;
}
#header .h-top .info .tab .navs ul li{
   margin: 0 1rem 0 0;
            font-size: 15px;
            letter-spacing: 1px;
	           color: #2d2d2d;
            -webkit-perspective: 500px;
            perspective: 500px;
            transform-style: preserve-3d;
            z-index: 100;
            float: left;
            position: relative;
            -webkit-transition: .5s;
            -moz-transition: .5s;
            -ms-transition: .5s;
            -o-transition: .5s;
            transition: .5s;
            text-transform: uppercase;
}
#header .h-top .info .tab .navs ul li:hover{
  color: #4a9181;
}
#header .h-top .info .tab .navs ul li:last-child{
  margin: 0;
}
#header .h-top .info .tab .navs ul li .sub-menu{
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  font-weight: 400;
  background: #fff;
  z-index: 99;
  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 #4a9181;
  display: none \9;
}
#header .h-top .info .tab .navs ul li .sub-menu li{
  display: block;
  float: none;
  line-height: 28px;
  font-size: 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: none;
  padding: 5px 15px;
  border-bottom: 1px dashed #ccc;
  width: 100%;
  position: relative;
}
#header .h-top .info .tab .navs ul li .sub-menu li:last-child{
  border-bottom: none;
}
#header .h-top .info .tab .navs ul li .sub-menu li a {
  display: block;
  color: #000;
}
#header .h-top .info .tab .navs ul li .sub-menu li:hover {
  background: #222;
}
#header .h-top .info .tab .navs ul li .sub-menu li:hover a{
  color: #fff;
}
#header .h-top .info .tab .navs ul li:hover .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 .h-top .info .tab .search{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin-left: 1.2rem;
}
#header .h-top .info .tab .search form {
  position: relative;
}
#header .h-top .info .tab .search form input {
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 400;
  width: 220px;
  height: 40px;
  background-color: #fff;
  border: solid 1px #999999;
  border-radius: 2px;
  line-height: 40px;
  color: #666;
  letter-spacing: 1px;
  padding: 0 35px 0 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-family: 'WSM';
}
#header .h-top .info .tab .search form button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 18px;
  font-weight: 400;
  border: none;
  background-color: #595959;
  color: #fff;
  padding: 7px 12px;
}

#header .nav {
  display: inline-block;
  width: 100%;
  background-color: #4a9181;
}
#header .nav .ui.menu {
  display: flex;
  align-items: center;
  margin: 0 auto;
  /*padding: 0.75rem 0 0 0;*/
}
#header .nav .ui.menu .logo {
  display: none;
  margin-left: 0;
  margin-right: 0;
  vertical-align: middle;
}
#header .nav .ui.menu .logo .hover_img {
  display: none;
}
#header .nav .ui.menu .logo img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .logo span {
  display: inline-block;
  font-size: 1.1rem;
  color: #236087;
  line-height: 1.3;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-right: auto;
  padding: 0.8rem 0;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 1.5rem 0 0;
  font-size: 1rem;
  color: #fff;
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  /*z-index: 100;*/
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
/*#header .nav .ui.menu .menu-box ul.menu > li i{
  margin-left: 5px;
}*/
/*#header .nav .ui.menu .menu-box ul.menu > li::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0%;
  height: 2px;
  background-color: #236087;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li.active::after {
  left: 0%;
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: #236087;
  -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:hover::after {
  left: 0%;
  width: 100%;
}*/
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: #4a9181;
  background: #fff;
  -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: inline-block;
  padding: 0 3rem;
  border-left: 1px solid #fff;
}
#header .nav .ui.menu .menu-box ul.menu > li ul{
  -webkit-perspective: 500px;
              perspective: 500px;
              transform-style: preserve-3d;
              text-align: left;
              position: fixed;
              font-size: 15px;
              font-weight: 400;
              background: #ebebed;
              top: 160%;
              left: 0;
              width: 1200px;
              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 #00408d;*/
              display: none \9;
              min-width: 320px;
              /*height: 500px;
              overflow: auto;*/
  /*width: 700px;
  padding: 1rem 10px;
  display: none\9;
  position: absolute;
  background: #ebebed;
  text-align: left;
  top: 110%;
  opacity: 0;
  transition: opacity 1s ease;
  left: 10px;
  z-index: 999;
  min-width: 260px;*/
}
#header .nav .ui.menu .menu-box ul.menu > li:nth-child(2) ul{
  left: -90%;
}
#header .nav .ui.menu .menu-box ul.menu > li:nth-child(3) ul{
  left: -270%;
}
#header .nav .ui.menu .menu-box ul.menu > li:nth-child(4) ul{
  left: -280%;
}
#header .nav .ui.menu .menu-box ul.menu > li:nth-child(5) ul{
  left: -460%;
}
#header .nav .ui.menu .menu-box ul.menu > li ul li {
     width: 10.5%;
    float: left;
    margin: 0 1% 10px;
    position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul li p{
    text-align: center;
    /*position: absolute;
    bottom: 0;*/
    width: 100%;
    font-size: 14px;
    background: rgba(0, 0, 0, 0.28);
    color: #fff;
    padding: 0.5rem 0.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
     -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li ul li p:hover{
  background: #4a9181;
}
#header .nav .ui.menu .menu-box ul.menu > li ul li:last-child{
  border-bottom: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul li:hover {
  background: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul li:hover a{
  color: #fff;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child a{
  border-right: 1px solid #fff; 
}
#header .nav .ui.menu .h-search {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: poFB;
  margin-left: 3.6rem;
}
#header .nav .ui.menu .h-search form {
  position: relative;
}
#header .nav .ui.menu .h-search form input {
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 400;
  width: 222px;
  height: 36px;
  background-color: #fff;
  border-radius: 18px;
  line-height: 36px;
  color: #010101;
  border: 1px solid #fff;
  padding: 0 35px 0 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-family: 'WSM';
}
#header .nav .ui.menu .h-search form button {
  position: absolute;
  right: 11px;
  top: 0;
  bottom: 0;
  font-size: 18px;
  font-weight: 400;
  border: none;
  color: rgba(94, 92, 92, 0.66);
  background-color: transparent;
}
#header .nav .ui.menu .h-language {
  position: relative;
  display: inline-block;
  margin-left: 2.15rem;
  vertical-align: middle;
  font-size: 0.95rem;
  font-family: 'PR';
  cursor: poFB;
  margin-top: 7px;
}
#header .nav .ui.menu .h-language span{
  display: inline-block;
  vertical-align: middle;
  margin-left: 9px;
  color: #fff;
}
#header .nav .ui.menu .h-language .i1{
  vertical-align: middle;
  width: 28px;
  height: 17px;
  display: inline-block;
}
#header .nav .ui.menu .h-language i {
  font-size: 18px;
}
#header .nav .ui.menu .h-language ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 110%;
  left: 0;
  width: 130px;
  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 #e30017;
  display: none \9;
}
#header .nav .ui.menu .h-language ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 5px;
  line-height: 40px;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .h-language ul.sub-menu li a {
  display: block;
  color: #000;
}
#header .nav .ui.menu .h-language ul.sub-menu li a img {
  vertical-align: middle;
  height: 20px;
}
#header .nav .ui.menu .h-language ul.sub-menu li:hover {
  background: #222;
}
#header .nav .ui.menu .h-language ul.sub-menu li:hover a{
  color: #fff;
}
#header .nav .ui.menu .h-language:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .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;
  font-weight: 400;
  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: poFB;
}
#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: 50px;
  color: transparent;
  border: none;
  border-radius: 50%;
  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: #4a9181;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/btl.png") no-repeat center center rgba(0, 0, 0, 0);
  left: 79px;
}
#banner .slick-next {
  background: url("../images/btr.png") no-repeat center center rgba(0, 0, 0, 0);
  right: 80px;
}
#banner ul.slick-dots {
  position: absolute;
  left: 45%;
  bottom: 8%;
}
#banner ul.slick-dots li {
  width: 14px;
	height: 14px;
	background-color: #929292;
  display: inline-block;
  margin-right: 1.15rem;
  border-radius: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  background-color: #4a9181;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
  min-width: 700px;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}
table tr:nth-child(even) {
  background: #eee;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 999;
}
#mobile .yy {
  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: 40px;
  height: 40px;
  position: absolute;
  left: 100%;
  top: 10px;
  cursor: poFB;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#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: 14px;
  line-height: 2;
}
#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: #fd2318;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: poFB;
}
#mobile.active {
  left: 0;
}
#mobile.active .yy {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  -o-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#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;
}
#banner {
  position: relative;
  margin-top: -4px;
}
/*#banner .ui.container {
  max-width: 1627px;
}*/
#banner ul li {
  position: relative;
}
#banner ul li > img {
  width: 100%;
  min-height: 250px;
  object-fit: cover;
}
#banner ul li .text {
  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%);
  width: 100%;
}
#banner ul li .text .box .left h3 {
  font-size: 2.4rem;
  line-height: 1.3;
  font-family: 'GAB';
  font-weight: bold;
  color: #222;
}
#banner ul li .text .box .left h3 em {
  color: #287c65;
}
#banner ul li .text .box .left p {
  font-size: 18px;
  line-height: 1.6;
  margin-top: 1.35rem;
}
#banner ul li .text .box .left .btn {
  margin-top: 3.65rem;
}
#banner ul li .text .box .left .btn a:nth-child(1) {
  background: linear-gradient(4deg, #4a9181 0%, #62a797 50%, #8fbfb4 100%), linear-gradient(#4a9181, #4a9181);
  background-blend-mode: normal,normal;
  color: #fff;
}
#banner ul li .text .box .left .btn a:last-child {
  background-color: #fff;
  margin-left: 1.4rem;
}
#banner ul li .text .box .left .btn .more {
  position: relative;
  z-index: 1;
  display: inline-block;
  border-radius: 26px;
  text-align: center;
  font-size: 18px;
  font-family: 'TA';
  line-height: 1;
  width: 27%;
  padding: 0.9rem 0 0.8rem 0;
}
#banner ul li .text .box .left .btn .more i {
  padding-left: 0.55rem;
}
#banner ul li .text .box .left .btn .more::before {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #236087;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  border-radius: 26px;
}
#banner ul li .text .box .left .btn .more:hover {
  color: #fff;
}
#banner ul li .text .box .left .btn .more:hover::before {
  height: 100%;
}
#index-body .more {
  position: relative;
  z-index: 1;
}
#index-body .more::before {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #236087;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .more:hover {
  color: #fff;
}
#index-body .more:hover::before {
  height: 100%;
}
#index-body .header span.s1 {
  font-size: 1.5rem;
  font-family: 'TB';
  color: #282828;
  line-height: 1;
}
#index-body .header p.title {
  font-size: 0.8rem;
  font-family: 'TB';
  line-height: 1;
  color: #888888;
  margin-top: 0.85rem;
}
#index-body .header .qingyangabs {
  font-size: 0.8rem;
  font-family: 'TB';
  line-height: 2;
  color: #888888;
  margin-top: 0.85rem;
}
#index-body .header .qingyangabs h1 {
  display: inline;
}
#index-body .product {
  padding: 3.15rem 0 0.5rem 0;
  overflow: hidden;
}
#index-body .product .header .left {
  width: 80%;
}
#index-body .product .header .right {
  width: 20%;
}
#index-body .product .header .right .more {
  display: block;
  background-image: linear-gradient(4deg, #4a9181 0%, #62a797 50%, #8fbfb4 100%), linear-gradient(#4a9181, #4a9181);
  background-blend-mode: normal,normal;
  border-radius: 26px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-family: 'TA';
  line-height: 1;
  width: 58.3%;
  padding: 0.6rem 0;
  margin: 0 0 0 auto;
}
#index-body .product .header .right .more i {
  font-size: 20px;
  margin-left: 9px;
}
#index-body .product .header .right .more::before {
  border-radius: 26px;
}
#index-body .product .content {
  margin-top: 2.45rem;
}
#index-body .product .content ul {
  margin-right: -1.1rem;
}
#index-body .product .content ul .slick-slide {
  margin-right: 1.1rem;
}
#index-body .product .content ul li {
  margin-bottom: 2.65rem;
}
#index-body .product .content ul li .img {
  border: solid 1px #dbdbdb;
}
#index-body .product .content ul li .text {
  background-color: #ececec;
  font-size: 14px;
  color: #252525;
  font-family: 'TB';
  line-height: 2;
  padding: 1rem 0;
  text-align: center;
  width: 100%;
  height: 80px;
  /*width: 89.8%;*/
  /*margin-top: -2rem;*/
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  /*height: 81px;*/
  overflow: hidden;  
text-overflow: ellipsis;  
display: -webkit-box;  
-webkit-line-clamp: 2;  
-webkit-box-orient: vertical; 
}
#index-body .product .content ul li:hover .text {
  background-color: #6fbcaf;
  color: #fff;
}
#index-body .about {
  overflow: hidden;
  padding: 3.4rem 0 4.7rem;
  position: relative;
  z-index: 1;
  background: url(../images/company2.jpg) no-repeat;
  background-size: cover;
}
#index-body .about .box .left {
  position: relative;
  width: 40.8%;
}
#index-body .about .box .right {
   /*width: 60%;*/
  float: right;
  padding: 6.5rem 0 0 0;
}
#index-body .about .box .right span {
  font-size: 1rem;
  color: #171717;
  line-height: 1;
}
#index-body .about .box .right h3 {
  font-size: 1.2rem;
  font-family: 'GAB';
  font-weight: bold;
  line-height: 1;
  color: #4a9181;
  margin-top: 0.9rem;
}
#index-body .about .box .right h4 {
  font-size: 1.2rem;
  font-family: 'GAB';
  font-weight: bold;
  line-height: 1;
  color: #4a9181;
  margin-top: 0.6rem;
}
#index-body .about .box .right .p1 {
  font-size: 1rem;
  line-height: 2;
  color: #666;
  margin-top: 1.5rem;
}
#index-body .about .box .right .mores {
  display: block;
  margin-top: 2rem;
  font-size: 18px;
  line-height: 1;
  color: #161616;
  padding: 1.5rem 0 0 1.6rem;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .about .box .right .mores img {
  vertical-align: middle;
  margin-left: 7px;
}
#index-body .about .box .right .mores::after {
  content: '';
  width: 49px;
  height: 72px;
  background-color: #b9d6d1;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
#index-body .about .box .right .mores:hover {
  transform: translateX(10px);
}
#index-body .about .data {
  margin-top: 6.15rem;
  padding-left: 1.5rem;
}
#index-body .about .data li img {
  display: inline-block;
  vertical-align: bottom;
}
#index-body .about .data li .text {
  display: inline-block;
  margin-left: 1.15rem;
  vertical-align: bottom;
}
#index-body .about .data li .text h3 {
  font-family: 'TB';
  font-size: 1.8rem;
  color: #287c65;
  line-height: 1;
}
#index-body .about .data li .text h3 em {
  display: inline-block;
  vertical-align: middle;
}
#index-body .about .data li .text h3 sub {
  display: inline-block;
  vertical-align: middle;
}
#index-body .about .data li .text h3 sup {
  display: inline-block;
  vertical-align: bottom;
}
#index-body .about .data li .text p {
  font-size: 18px;
  color: #181818;
  font-family: 'TB';
  line-height: 1;
  margin-top: 11px;
}
#index-body .advantage {
  background-color: #4a9181;
  padding: 13.75rem 0 5.9rem;
  margin-top: -8%;
}
#index-body .advantage .left {
  width: 59%;
  padding-right: 2.4rem;
}
#index-body .advantage .left .header span.s1 {
  color: #fff;
}
#index-body .advantage .left .header p.title {
  font-size: 26px;
  line-height: 2;
  color: #fff;
}
#index-body .advantage .left .content {
  margin-top: 1.65rem;
}
#index-body .advantage .left .content ul {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-box-flex-wrap: wrap;
  -moz-box-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
#index-body .advantage .left .content li {
  background-color: #fff;
  text-align: center;
  padding: 0.7rem 1rem 1.7rem;
  width: 47.5%;
  border-radius: 8px;
  margin-bottom: 1.1rem;
}
#index-body .advantage .left .content li:nth-child(odd) {
  margin-right: 3%;
}
#index-body .advantage .left .content li .img {
  width: 54px;
  height: 54px;
  background-color: #98e9d0;
  border-radius: 50%;
  text-align: center;
  line-height: 54px;
  margin: 0 auto;
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
}
#index-body .advantage .left .content li .img img {
  vertical-align: middle;
}
#index-body .advantage .left .content li h3 {
  font-size: 18px;
  color: #1c1c1c;
  margin-top: 1.1rem;
}
#index-body .advantage .left .content li p {
  color: #414141;
  font-size: 14px;
  line-height: 2;
  margin-top: 0.5rem;
}
#index-body .advantage .left .content li:hover .img {
  transform: rotate(360deg) scale(1.2);
  -webkit-transform: rotate(360deg) scale(1.2);
  -moz-transform: rotate(360deg) scale(1.2);
  -o-transform: rotate(360deg) scale(1.2);
  -ms-transform: rotate(360deg) scale(1.2);
}
#index-body .advantage .right {
  position: relative;
  z-index: 1;
  width: 41%;
  padding-top: 1.8rem;
}
#index-body .advantage .right::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 56px;
  right: 19px;
  width: 99.2%;
  height: 93.8%;
  background-color: #b9d6d1;
}
#index-body .news {
  padding: 0 0 2.15rem;
  overflow: hidden;
}
#index-body .news .header .left {
  width: 80%;
}
#index-body .news .header .right {
  width: 20%;
}
#index-body .news .header .right .more {
  display: block;
  background-image: linear-gradient(4deg, #4a9181 0%, #62a797 50%, #8fbfb4 100%), linear-gradient(#4a9181, #4a9181);
  background-blend-mode: normal,normal;
  border-radius: 26px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-family: 'TA';
  line-height: 1;
  width: 58.3%;
  padding: 0.6rem 0;
  margin: 0 0 0 auto;
}
#index-body .news .header .right .more i {
  font-size: 20px;
  margin-left: 9px;
}
#index-body .news .header .right .more::before {
  border-radius: 26px;
}
#index-body .news .content {
  margin: 2.35rem -2.1rem 0 0;
}
#index-body .news .content .slick-slide {
  margin-right: 2.1rem;
  padding-bottom: 1rem;
  padding-left: 0.1rem;
}
#index-body .news .content .slick-slide img {
  display: inline-block;
}
#index-body .news .content li {
  background-color: #ffffff;
  box-shadow: 7px 8px 16px 0px rgba(0, 0, 0, 0.08);
}
#index-body .news .content li .img img {
  width: 100%;
}
#index-body .news .content li .text {
  padding: 1.25rem 1rem 1.55rem 1.05rem;
}
#index-body .news .content li .text span {
  font-size: 13px;
  color: #0e0e0e;
  line-height: 1;
  font-family: 'PR';
}
#index-body .news .content li .text h3 {
  font-size: 1.1rem;
  color: #262626;
  line-height: 2;
  margin-top: 0.95rem;
  overflow: hidden;  
text-overflow: ellipsis;  
display: -webkit-box;  
-webkit-line-clamp: 2;  
-webkit-box-orient: vertical; 
}
#index-body .news .content li .text p {
  font-size: 16px;
  color: #262626;
  font-family: 'PR';
  line-height: 2;
  border-bottom: 1px solid #d1d1d1;
  /*padding-bottom: 1.35rem;*/
  margin-top: 11px;
  overflow: hidden;  
text-overflow: ellipsis;  
display: -webkit-box;  
-webkit-line-clamp: 2;  
-webkit-box-orient: vertical; 
}
#index-body .news .content li .text .mores {
  display: block;
  margin-top: 1.4rem;
  color: #4a9181;
  line-height: 1;
  font-size: 17px;
}
#index-body .news .content li .text .mores img {
  margin-left: 7px;
  margin-top: 3px;
  transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
#index-body .news .content li .text .mores:hover img {
  margin-left: 12px;
}
#footer {
  position: relative;
  /*background-color: #f3f5f7;*/
}
#footer .header{
  /*background: #4a9181;*/
  /*padding: 1.7rem 0 1.1rem;*/
  color: #fff;
}
#footer h3{
  font-size: 24px;
  font-family: 'TB';
  line-height: 1;
}
#footer .header ul{
  margin-top: 2rem;
  width: 100%;
  /*background-color: #4a9181;*/
}
#footer .header ul li{
  /*background: #f8f9fb;*/
  text-align: center;
  color: #4a9181;
  /*padding: 2rem 0;*/
  /*margin-bottom: -6rem;*/
  /*height: 220px;*/
  width: 31%;
  margin-right: 2%;
}
#footer .header ul li:last-child{
  margin-right: 0;
  width: 33%;
  padding-left: 3%;
}
#footer .header ul li img{
  /*filter: brightness(100);*/
}
#footer .header ul li .code{
  margin-top: 0.7rem;
}
#footer .header ul li .code img{
  filter: none;
  width: 70px;
  height: 70px;
} 
/*#footer .header ul li:nth-child(2){
  background: #f1f1f1;
}
#footer .header ul li:nth-child(3){
  background: #f5f5f5;
}*/
#footer .header ul li .img{
  height: 47px;
}
#footer .header ul li h3{
  font-size: 18px;
  /*font-weight: bold;*/
  line-height: 0;
  margin-top: 1rem;
  color: #4a9181;
}
#footer .header ul li p{
  margin-top: 1rem;
}
#footer .header ul li span{
  font-size: 18px;
  padding-left: 0.75rem;
  line-height: 2;
  display: inline-block;
  vertical-align: middle;
  width: 85%;
}
#footer .product{
  margin-top: 2rem;
  padding: 0.5rem 0;
  background: #eeeeee
}
#footer .product ul{
  /*margin-top: 2rem;*/
  /*width: 80%;*/
}
#footer .product ul li{
  display: inline-block;
  letter-spacing: 1px;
	color: #272727;
  font-size: 18px;
  line-height: 2;
  margin-right: 9rem;
  /*text-align: center;*/
  -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#footer .product ul li:hover{
  color: #4a9181;
}
/*#footer .product ul li:first-child{
  text-align: left;
}*/
#footer .product ul li:last-child{
  margin-right: 0;
  /*text-align: right;*/
}
/*#footer .code{
  position: absolute;
  width: 20%;
  left: 68%;
  top: 10rem;
  text-align: center;
}*/
/*#footer .code p{
  font-size: 16px;
  line-height: 1;
  color: #3e3e3e;
  margin-top: 1rem;
}*/

#footer .f-contact {
  background-color: #4a9181;
  padding: 2.85rem 0 2.55rem;
}
#footer .f-contact .ui.container {
  max-width: 1092px;
}
#footer .f-contact .left {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  width: 60%;
  padding-top: 12px;
}
#footer .f-contact .right {
  width: 40%;
}
#footer .f-contact .right .more {
  background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal,normal;
  border-radius: 26px;
  display: block;
  text-align: center;
  font-family: 'TA';
  font-size: 18px;
  line-height: 1;
  width: 49%;
  padding: 0.85rem 0;
  float: right;
  position: relative;
  z-index: 1;
}
#footer .f-contact .right .more i {
  font-size: 1rem;
  margin-left: 0.6rem;
}
#footer .f-contact .right .more::before {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  border-radius: 26px;
  background-color: #236087;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#footer .f-contact .right .more:hover {
  color: #fff;
}
#footer .f-contact .right .more:hover::before {
  height: 100%;
}
#footer .f-info {
  padding: 3.05rem 0 5.3rem;
  border-bottom: 1px solid #e7e7e7;
}
#footer .f-info .f-con {
  width: 21%;
}
#footer .f-info .f-con ul {
  margin-top: 1.9rem;
}
#footer .f-info .f-con ul li {
  color: #151515;
  margin-bottom: 1.85rem;
}
#footer .f-info .f-con ul li img {
  display: inline-block;
}
#footer .f-info .f-con ul li span {
  display: inline-block;
  width: 85%;
  padding-left: 0.8rem;
  line-height: 1.6;
  word-break: break-all;
}
#footer .f-info .f-con ul li:last-child {
  margin-bottom: 0;
}
#footer .f-info .f-nav {
  padding-left: 9%;
  width: 24%;
}
#footer .f-info .f-nav ul li {
  position: relative;
  color: #4b9180;
}
#footer .f-info .f-nav ul li::before {
  content: '';
  width: 14px;
  height: 14px;
  background: url(../images/f-icon.png) no-repeat;
  display: inline-block;
  margin-right: 7px;
}
#footer .f-info .f-nav ul li:last-child {
  margin-bottom: 0;
}
#footer .f-info .f-product {
  padding-left: 6%;
  width: 30%;
}
#footer .f-info .f-product ul li:last-child {
  margin-bottom: 0;
}
#footer .f-info .f-ab {
  padding-left: 6%;
}
#footer .f-info .f-ab p {
  font-size: 16px;
  color: #1a1a1a;
  font-family: 'TA';
  line-height: 1.4;
  margin-top: 0.95rem;
}
#footer .f-info .f-ab .share ul {
  margin-top: 2.4rem;
}
#footer .f-info .f-ab .share ul li {
  width: 27px;
  height: 27px;
  background-color: #4a9181;
  color: #fff;
  text-align: center;
  line-height: 27px;
  border-radius: 3px;
  display: inline-block;
  margin-right: 0.9rem;
}
#footer .f-info h3 {
  font-size: 1.2rem;
  line-height: 1;
  color: #151515;
  padding-top: 1.45rem;
}
#footer .f-info ul {
  margin-top: 2.6rem;
}
#footer .f-info ul li {
  font-size: 18px;
  margin-bottom: 1.3rem;
  line-height: 1;
  font-family: 'TA';
}
#footer .f-copy {
  padding: 1.1rem 0 0.75rem;
  text-align: center;
  font-size: 16px;
  color: #595959;
}
#footer .f-copy svg {
  vertical-align: middle;
  width: auto;
  max-height: 32px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  fill: #595959;
}
#footer .f-copy svg text {
  fill: #595959;
}
#footer .f-copy svg:hover {
  fill: #4a9181;
}
@media screen and (max-width: 1909px) {
  #index-body .advantage .left .content li {
    padding: 1.7rem 1.2rem 1.7rem;
    width: 47%;
  }
}
@media screen and (max-width: 1700px) {
  #index-body .advantage .left .content li {
    padding: 1.4rem 0.5rem 1.4rem;
    width: 49%;
  }
  #index-body .advantage .left .content li:nth-child(odd) {
    margin-right: 2%;
  }
  #index-body .advantage .right {
    padding-left: 1.2rem;
  }
  #index-body .advantage .left .content li p {
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  #index-body .header p.title {
    font-size: 1.5rem;
  }
  #banner ul li .text{
    top: 60%;
  }
  #banner ul li .text .box .left h3{
    font-size: 2.2rem;
  }
  #banner ul li .text .right{
    padding: 0 3rem;
  }
}

@media screen and (max-width: 1600px) {
 /*#header .nav .ui.menu .menu-box ul.menu > li > a{
   padding: 0 3.2rem;
 }*/
}

@media screen and (max-width: 1400px) {
  #header .nav .ui.menu .menu-box ul.menu > li{
    margin: 0 3.2rem 0 0;
  }
  #index-body .news .content li .text h3 {
    font-size: 1rem;
  }
  #banner ul li .text .left{
    width: 55%;
  }
  #banner ul li .text .right{
    width: 45%;
  }
  #index-body .advantage .left {
    padding: 1.75rem 0 0 3.15rem;
  }
  #footer .f-info .f-product {
    padding-left: 2%;
  }
  #footer .code{
    left: 80%;
  }
}
@media screen and (max-width: 1280px) {

  #banner ul li .text {
    top: 57%;
  }
  #banner ul li .text .box .left h3 {
    font-size: 2rem;
  }
  #banner ul li .text .box .left .btn .more {
    width: 26%;
    font-size: 16px;
  }
  #index-body .about .box .right {
    padding: 1.5rem 0 0 3rem;
  }
  #index-body .advantage .left {
    padding: 1.75rem 0 0 15px;
  }
  #index-body .header p {
    width: 100%;
  }
  #index-body .news .content li .text {
    padding: 1.25rem 1rem 1.55rem 1rem;
  }
  #index-body .product .header .right .more {
    font-size: 15px;
  }
  #index-body .news .header .right .more {
    font-size: 15px;
  }
  #footer .f-info .f-con ul li span {
    width: 82%;
  }
  #footer .f-info ul li {
    font-size: 15px;
  }
  #footer .f-info .f-ab p {
    font-size: 15px;
  }
}

@media screen and (max-width: 1230px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 2.8rem 0 0;
}
}

@media screen and (max-width: 1200px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 3.2rem 0 0;
}
}

@media screen and (max-width: 1100px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 1.55rem 0 0;
}
  #header .nav .ui.menu .logo img {
    width: 30%;
  }
  #header .h-top .logo span{
    font-size: 1rem;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    /*margin: 0 2rem 0 0;*/
    font-size: 1rem;
  }
  #banner ul li .text .box .left .btn .more {
    font-size: 14px;
  }
  #index-body .about .box .right h3,
  #index-body .about .box .right h4 {
    font-size: 1.3rem;
  }
  #index-body .about .box .right {
    padding: 1.5rem 0 0 1.5rem;
  }
  #index-body .about .box .right .p1 {
    font-size: 14px;
  }
  #index-body .about .box .right .mores {
    font-size: 16px;
  }
  #index-body .about .box .right .mores::after {
    height: 60px;
  }
  #index-body .about .box .right .data li {
    margin-bottom: 2rem;
  }
  #footer .f-info .f-con {
    width: 24%;
  }
  #footer .f-info .f-nav {
    padding-left: 5%;
    width: 21%;
  }
  #footer .f-info .f-product {
    width: 25%;
    padding-left: 0;
  }
  /*#footer .product ul li{
    margin-right: 3rem;
  }*/
}
@media screen and (max-width: 1000px) {
  #header .nav .ui.menu .h-language {
    display: none;
  }
  #header .nav .ui.menu .logo{
    display: block;
  }
  #header .nav {
    background-color: #fff;
  }
  #header .nav .ui.menu .logo img {
    width: 22%;
  }
  #header .nav .ui.menu {
    padding: 0;
  }
  #header .nav .ui.menu .logo {
    padding: 0;
  }
  /*#mobile #menu-on i {
    background: #fff;
  }*/
  #banner ul li .text .box .left {
    width: 54%;
  }
  #banner ul li .text .box .right {
    width: 46%;
  }
  #banner ul li .text .box .left .btn .more {
    width: 34%;
  }
  #index-body .product .header .right .more {
    width: 86%;
    font-size: 14px;
  }
  #index-body .about .box .right .data {
    display: none;
  }
  #index-body .advantage .left {
    width: 100%;
    padding: 1.75rem 15px 0;
  }
  #index-body .advantage .right {
    display: none;
  }
  #index-body .advantage .left .content li:nth-child(odd) {
    margin-right: 5%;
  }
  #index-body .advantage .left .content li {
    width: 45%;
  }
  #index-body .news .header .right .more {
    font-size: 14px;
    width: 86%;
  }
  #index-body .news .content li .text h3 {
    font-size: 14px;
  }
  #index-body .news .content li .text p {
    font-size: 14px;
  }
  #index-body .news .content li .text .mores {
    font-size: 14px;
  }
  #footer .f-contact .right .more {
    font-size: 14px;
  }
  #footer .f-info .f-nav {
    display: none;
  }
  #footer .f-info .f-con {
    width: 50%;
  }
  #footer .f-info .f-ab {
    width: 50%;
  }
  #footer .f-info .f-ab .share {
    display: none;
  }
  #footer .f-copy {
    font-size: 14px;
  }
  #footer .header ul li span{
    width: 80%;
    font-size: 14px;
  }
  #footer .product ul li{
    margin-right: 5rem;
    /*margin-right: 1.8rem;*/
    font-size: 14px;
  }
}
@media screen and (max-width: 700px) {
  #banner ul li .text {
    top: 50%;
  }
  #banner ul li .text .box .left {
    width: 50%;
  }
  #banner ul li .text .box .right {
    display: none;
  }
  #banner ul li .text .box .left h3 {
    font-size: 1.6rem;
  }
  #banner ul li .text .box .left p {
    margin-top: 1rem;
    font-size: 14px;
  }
  #banner ul li .text .box .left .btn {
    display: none;
  }
  #index-body .product .header .left {
    width: 100%;
  }
  #index-body .product .header .right {
    display: none;
  }
  #index-body .about .box .left {
    display: none;
  }
  #index-body .about .box .right {
    width: 100%;
  }
  #index-body .about .box .right span {
    font-size: 14px;
  }
  #index-body .about .box .right h3,
  #index-body .about .box .right h4 {
    font-size: 14px;
    line-height: 1.3;
  }
  #index-body .about .data li{
    margin-bottom: 1rem;
  }
  #index-body .advantage {
    display: none;
  }
  #index-body .news .header .left {
    width: 100%;
  }
  #index-body .news .header .right {
    display: none;
  }
  #footer .f-contact {
    display: none;
  }
  #footer .f-info .f-con {
    width: 100%;
  }
  #footer .f-info .f-ab {
    width: 100%;
    padding: 1rem 0 0 0;
  }
  #footer .f-copy svg {
    max-height: 26px;
  }
  #footer .code{
    left: 70%;
  }
  #footer .header ul li .code{
    margin-top: 1rem;
  }
  #footer .header ul li:nth-child(2) h3{
    margin-top: 0;
  }
  #footer .code p{
    font-size: 14px;
  }
  #footer .product{
    display: none;
  }
  #footer .header ul li{
    height: auto;
    padding: 0 0 1rem;
    width: 100%;
    margin-right: 0;
  }
  #footer .header ul li:last-child{
    width: 100%;
    padding-left: 0;
  }
  #footer .header ul li h3{
    line-height: 1;
  }
}

.inner-banner {
  width: 100%;
  height: 350px;
  background: url(../images/banner.jpg) no-repeat center center;
  position: relative;
  margin-top: -4px
}
.inner-banner .inner-banner-text {
  position: absolute;
  top: 130px;
  left: 0;
  color: #fff;
  text-align: center;
  width: 100%;
}
.inner-banner .inner-banner-text h3 {
  font-size: 42px;
  color: #fffefe;
}
.inner-banner .inner-banner-text span {
  font-size: 18px;
  color: #fffefe;
}
.inner-page {
  width: 100%;
  height: auto;
  background-color: #eeeeee;
  margin: 0;
}
.inner-page .inner-page-img {
  height: 600px;
  background: url(../images/c-map.png) no-repeat;
  background-size: 100%;
}
.inner-page .inner-page-card .inner-page-card1 {
  width: 32%;
  height: 281px;
  margin-top: 226px;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  transition: .5s;
}
.inner-page .inner-page-card .inner-page-card1:hover {
  transform: scale(1.1);
}
.inner-page .inner-page-card .inner-page-card1:nth-child(1) {
  margin-right: 2%;
}
.inner-page .inner-page-card .inner-page-card1:nth-child(2) {
  margin-right: 2%;
}
.inner-page .inner-page-card .inner-page-card1 .inner-page-card1-icon {
  padding: 3rem 0 0 0;
}
.inner-page .inner-page-card .inner-page-card1 .inner-page-card1-line {
  width: 140px;
  height: 1px;
  background-color: #d7d7d7;
  margin: 1rem auto 0 auto;
}
.inner-page .inner-page-card .inner-page-card1 .card-line1 {
  margin-top: 1.3rem;
}
.inner-page .inner-page-card .inner-page-card1 .card-line2 {
  margin-top: 2rem;
}
.inner-page .inner-page-card .inner-page-card1 .inner-page-card1-desc {
  font-size: 16px;
  color: #646464;
  text-align: center;
  width: 70%;
  margin: 1rem auto;
}
.inner-page .inner-page-card .inner-page-card1 .desc1 {
  font-size: 18px;
}
.inner-connection {
  margin: 118px 0 112px 0;
}
.inner-connection .inner-connection-box {
  text-align: center;
}
.inner-connection .inner-connection-box .inner-connection-box-title {
  font-size: 42px;
  color: #303030;
}
.inner-connection .inner-connection-box .inner-connection-box-line {
  width: 100px;
  height: 1px;
  background-color: #0f539b;
  margin: 27px auto 30px auto;
}
.inner-connection .inner-connection-box .inner-connection-box-desc {
  font-size: 18px;
  color: #646464;
}
.inner-connection .inner-connection-box .inner-connection-box-form {
  margin-top: 3rem;
}
.inner-connection .inner-connection-box .inner-connection-box-form input {
  width: 46%;
  height: 50px;
  margin-bottom: 2%;
  border: solid 1px #cacaca;
  font-size: 18px;
  color: #989898;
  padding-left: 27px;
}
.inner-connection .inner-connection-box .inner-connection-box-form input:nth-child(1) {
  margin-right: 6%;
}
.inner-connection .inner-connection-box .inner-connection-box-form input:nth-child(3) {
  margin-right: 6%;
}
.inner-connection .inner-connection-box .inner-connection-box-form input::-webkit-input-placeholder {
  color: #989898;
}
.inner-connection .inner-connection-box .inner-connection-box-form input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #989898;
}
.inner-connection .inner-connection-box .inner-connection-box-form input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #989898;
}
.inner-connection .inner-connection-box .inner-connection-box-form input:-ms-input-placeholder {
  /* FBnet Explorer 10-11 */
  color: #989898;
}
.inner-connection .inner-connection-box .inner-connection-box-form textarea {
  width: 98%;
  height: 264px;
  border: solid 1px #cacaca;
  margin-bottom: 3rem;
  font-size: 18px;
  padding: 21px 0 0 27px;
  color: #989898;
}
.inner-connection .inner-connection-box .inner-connection-box-form textarea::-webkit-input-placeholder {
  color: #989898;
}
.inner-connection .inner-connection-box .inner-connection-box-form textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #989898;
}
.inner-connection .inner-connection-box .inner-connection-box-form textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #989898;
}
.inner-connection .inner-connection-box .inner-connection-box-form textarea:-ms-input-placeholder {
  /* FBnet Explorer 10-11 */
  color: #989898;
}
.inner-connection .inner-connection-box .inner-connection-box-form input[type="submit"] {
  border: none;
  background-color: #4a9181;
  font-size: 23px;
  color: #fffefe;
  margin: auto;
  transition: .5s;
}
.inner-connection .inner-connection-box .inner-connection-box-form input[type="submit"]:hover {
  background-color: #287c65;
}

.mbx{
  display: block;
    font-size: 16px;
    line-height: 2;
    padding: 1rem 0;
    text-align: left;
    /*background-color: #f8f8f8;*/
    /*margin-bottom: 2rem;*/
}
.mbx a{
  -webkit-transition: .5s;
      -moz-transition: .5s;
      -ms-transition: .5s;
      -o-transition: .5s;
      transition: .5s;
}
.mbx a:hover{
  color: #4a9181;
}

.about-banner {
  width: 100%;
  height: 350px;
  background: url(../images/banner.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  margin-top: -4px;
}
.about-banner .about-banner-text {
  position: absolute;
  top: 130px;
  left: 0;
  color: #fff;
  text-align: center;
  width: 100%;
}
.about-banner .about-banner-text h3 {
  font-size: 42px;
  color: #fffefe;
}
.about-banner .about-banner-text span {
  font-size: 18px;
  color: #fffefe;
}
.about-page {
  /*margin-top: 120px;*/
}
.about-page #index-body .about{
  padding: 2rem 0 3rem;
}
.about-page #index-body .about .box .right{
  float: none;
}
.about-page #index-body .advantage {
    padding: 9.75rem 0 2.9rem;
}
.about-page .about-3 {
  padding: 2rem 0 0rem;
}
.about-page .about-3 h3{
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  /*text-transform: capitalize;*/
  text-align: center;
  margin-bottom: 10px;
}
.about-page .about-3 .line {
    display: block;
    width: 120px;
    height: 1px;
    background: #adadad;
    margin: 0 auto;
    position: relative;
}
.about-page .about-3 .line:after {
    content: '';
    height: 3px;
    width: 40px;
    background: #4a9181;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    top: -1px;
}
.about-page .about-3 .text {
    display: block;
    font-size: 16px;
    color: #6b6b84;
    line-height: 1.8;
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
    padding-top: 15px;
    font-weight: 300;
}
.about-page .about-3 .box {
  padding-top: 50px;
}
.about-page .about-3 .box ul li .box2 {
  padding: 40px 30px;
  text-align: center;
  position: relative;
  z-index: 1;
  -moz-box-shadow: 0 0 96px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 0 96px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 96px rgba(0, 0, 0, 0.08);
  background-size: cover;
  background-position: center center;
}
.about-page .about-3 .box ul li .box2:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .about-3 .box ul li .box2 i {
  display: block;
  font-size: 50px;
  line-height: 50px;
  height: -10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  color: #0071e3;
}
.about-page .about-3 .box ul li .box2 h4 {
  font-size: 20px;
  font-family: "TA";
  /*text-transform: capitalize;*/
  margin: 20px 0 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .about-3 .box ul li .box2 p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 72px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .about-3 .box ul li .box2:hover:after {
  background-color: rgba(0, 0, 0, 0.4);
}
.about-page .about-3 .box ul li .box2:hover i,
.about-page .about-3 .box ul li .box2:hover h4,
.about-page .about-3 .box ul li .box2:hover p {
  color: white;
}
.about-page .about-page-info1{
  position: relative;
}
.about-page .about-page-info1::after{
  /*content: 'ABOUT';*/
  position: absolute;
  top: -66%;
  left: 0;
  font-size: 23.75rem;
  color: rgba(181,220,253,0.22);
  z-index: -1;
}
.about-page .about-page-info .about-page-info-img {
  position: relative;
}
.about-page .about-page-info .about-page-info-text .about-page-info-title {
  padding: 47px 0 0 62px;
  font-size: 20px;
  color: #333333;
  position: relative;
}
.about-page .about-page-info .about-page-info-text .about-page-info-title h3 {
  font-weight: 700;
  margin-left: 0%;
  font-family: 'GAB';
}
.about-page .about-page-info .about-page-info-text .about-page-info-title::before {
  content: '';
  width: 134px;
  height: 0px;
  /*background-color: #55aefb;*/
  position: absolute;
  left: 62px;
  top: 81px;
}
.about-page .about-page-info .about-page-info-text .about-page-info-desc {
  padding: 30px 0 0 64px;
  font-family: 'TA';
  font-size: 16px;
  color: #555;
  line-height: 1.8;
  /*text-align: justify;*/
}
.about-page .ab-1 {
  margin-top: 121px;
  position: relative;
}
.about-page .ab-1::after{
  /*content: 'TEAM';*/
  position: absolute;
  top: 0;
  right: -30%;
  transform: rotate(90deg);
  font-size: 13.3rem;
  color: rgba(181,220,253,0.22);
  z-index: -1;
}
.about-page .ab-1 .ab-1-text {
  padding: 37px 78px 0 0;
}
.about-page .ab-1 .ab-1-text .title {
  position: relative;
}
.about-page .ab-1 .ab-1-text .title::before {
  content: '';
  position: absolute;
  top: 18px;
  left: 0;
  right: 100px;
  width: 134px;
  height: 3px;
  /*background-color: #55aefb;*/
}
.about-page .ab-1 .ab-1-text h3 {
  font-size: 36px;
  font-weight: 700;
  color: #333333;
  line-height: 1;
  margin-left: 0%;
}
.about-page .ab-1 .ab-1-text p {
  font-family: 'TA';
  font-size: 16px;
  color: #555;
  line-height: 1.8;
  /*text-align: justify;*/
  margin-top: 39px;
}
.about-page .about-page-info2 {
  margin-top: 65px;
  position: relative;
}
.about-page .about-page-info2::after{
  /*content: 'PRODUCTS';*/
  position: absolute;
  bottom: -62%;
  left: -15%;
  font-size: 13.3rem;
  color: rgba(181,220,253,0.22);
  z-index: -1;
}
.about-page .ab-3 {
  margin-top: 70px;
  background: url(../images/bgs.png) no-repeat;
}
.about-page .ab-3 .swiper-slide{
   cursor: poFB;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  padding: 15px 0;
}
.about-page .ab-3 .swiper-slide .s-img {
  overflow: hidden;
}
.about-page .ab-3 .swiper-slide .s-img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.about-page .ab-3 .swiper-slide .s-img img {
  width: 100%;
}
.about-page .ab-3 .swiper-slide .content {
  padding: 3rem 3rem 2.5rem;
  background: #f5f5f5;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.about-page .ab-3 .swiper-slide .content h4 {
  font-size: 2.4rem;
  line-height: 1;
  color: #333333;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 2rem;
  text-align: center;
}
.about-page .ab-3 .swiper-slide .content p {
  height: 130px;
  margin: 2rem 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 1.8;
  color: #333333;
  font-size: 1.8rem;
  text-align: center;
}
.about-page .ab-3 .swiper-slide .content a {
  display: inline-block;
  padding-bottom: 1rem;
  border-bottom: 2px solid #0f539b;
  font-size: 1.7rem;
  line-height: 1;
  color: #333333;
  left: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.about-page .ab-3 .swiper-slide-active {
  padding: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .ab-3 .swiper-slide-active .content {
  background: #27407e;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.about-page .ab-3 .swiper-slide-active .content h4 {
  color: #fff;
  border-bottom: 1px solid #4b5f90;
}
.about-page .ab-3 .swiper-slide-active .content p {
  height: 160px;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.about-page .ab-3 .swiper-slide-active .content a {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  color: #fff;
}
.about-page .ab-3 .ab-3-all {
  background: url(../images/ab-3.png) no-repeat;
  padding-bottom: 100px;
  background-position-y: 80px;
}
.about-page .ab-3 .ab-3-all .ui.container {
  max-width: 1229px;
  position: relative;
  margin: 0 auto;
  padding: 0 15px;
}
.about-page .ab-3 h3 {
  text-align: center;
  font-size: 36px;
  letter-spacing: 1px;
  color: #333;
  padding-top: 2.5rem;
  font-weight: 700;
}
.about-page .ab-3 .ab-3-content {
  padding-top: 45px;
  margin-right: -1.5rem;
}
.about-page .ab-3 .ab-3-content .slick-slide {
  margin-right: 1.5rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  padding: 15px 0;
}
.about-page .ab-3 .ab-3-content .slick-slide .img{
  overflow: hidden;
}
.about-page .ab-3 .ab-3-content .slick-slide .img:hover img{
   -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.about-page .ab-3 .ab-3-content .img img{
  width: 100%;
}
.about-page .ab-3 .ab-3-content .slick-current{
  padding: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .ab-3 .ab-3-content .slick-current .text{
  background: #4a9181;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  color: #fff;
}
.about-page .ab-3 .ab-3-content .slick-current .text .lx{
  color: #fff;
}
/*.about-page .ab-3 .ab-3-content .slick-slide.slick-slide.slick-current {
  padding-bottom: 30px;
}
.about-page .ab-3 .ab-3-content .slick-slide.slick-slide.slick-current .column {
  margin-top: -10px;
}
.about-page .ab-3 .ab-3-content .slick-slide.slick-slide.slick-current .column .text {
  background: #0f539b;
  color: #fff;
}
.about-page .ab-3 .ab-3-content .slick-slide.slick-slide.slick-current .column .text .lx {
  color: #fff;
}
.about-page .ab-3 .ab-3-content .slick-slide.slick-slide.slick-current .column .text .lx a::after {
  background-color: #fff;
}*/
.about-page .ab-3 .ab-3-content .img img {
  width: 100%;
  transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -ms-transition: .5s ease;
    -o-transition: .5s ease;
}
.about-page .ab-3 .ab-3-content .text {
  background-color: #ededed;
  padding: 0 20px;
  text-align: center;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.about-page .ab-3 .ab-3-content .text h4 {
  font-size: 18px;
  padding: 24px 0 24px 0;
  border-bottom: 1px solid #d9d9d9;
  font-weight: 700;
  line-height: 1;
}
.about-page .ab-3 .ab-3-content .text p {
  font-size: 16px;
  font-weight: 400;
  margin-top: 15px;
  line-height: 1.5;
}
.about-page .ab-3 .ab-3-content .text .lx {
  text-align: left;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  padding-bottom: -5px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.about-page .ab-3 .ab-3-content .text .lx a {
  position: relative;
  padding-bottom: 10px;
}
.about-page .ab-3 .ab-3-content .text .lx a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 77px;
  height: 2px;
  /*background-color: #0f539b;*/
}

.about-page .about-page-sustainability {
  text-align: center;
  margin-top: 100px;
}
.about-page .about-page-sustainability .about-page-sustainability-title {
  font-size: 42px;
  color: #333333;
}
.about-page .about-page-sustainability .about-page-sustainability-desc {
  margin: 44px auto 0 auto;
  font-size: 16px;
  font-family: 'FM';
  color: #333333;
  width: 55%;
  line-height: 30px;
}

.about-page .about-page-content {
  margin-top: 118px;
}
.about-page .about-page-content .about-page-content-box .content-box-list .content-box-list-title {
  font-size: 36px;
  color: #333333;
}
.about-page .about-page-content .about-page-content-box .content-box-list .content-box-list-title1 {
  padding: 34px 0 0 70px;
}
.about-page .about-page-content .about-page-content-box .content-box-list .content-box-list-desc {
  font-family: 'FM';
  color: #333333;
  font-size: 16px;
  padding: 24px 68px 0 0;
  line-height: 30px;
}
.about-page .about-page-content .about-page-content-box .content-box-list .content-box-list-desc1 {
  padding-left: 70px;
}
.about-page .about-page-content .about-page-content-box .content-box-list-img .img {
  position: relative;
}
.about-page .about-page-content .about-page-content-box .content-box-list-img .slick-slide{
  margin-right: 0;
}
.about-page .about-page-content .about-page-content-box .content-box-list-img .img::after {
  content: '';
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .about-page-content .about-page-content-box .content-box-list-img .img .img-zz {
  z-index: 1;
  position: absolute;
  top: 40%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .about-page-content .about-page-content-box .content-box-list-img .img .img-zz h1 {
  font-size: 36px;
  color: #fff;
  padding: 0 15px;
}
.about-page .about-page-content .about-page-content-box .content-box-list-img .img:hover::after {
  opacity: 1;
}
.about-page .about-page-content .about-page-content-box .content-box-list-img .img:hover .img-zz {
  top: 50%;
  opacity: 1;
}




.about-page1 {
  padding-bottom: 200px;
}
.about-factory {
  width: 100%;
  height: auto;
  background-color: #f0f0f0;
  margin-top: 52px;
}
.about-factory .about-factory-box {
  text-align: center;
  padding: 106px 0 100px 0;
}
.about-factory .about-factory-box .about-factory-box-title {
  font-size: 36px;
  color: #55aefb;
}
.about-factory .about-factory-box .about-factory-box-desc {
  font-weight: 500;
  font-size: 18px;
  color: #999999;
  text-align: center;
  width: 50%;
  margin: 46px auto 62px auto;
}
.about-factory .about-factory-box .about-factory-box-slick .about-factory-left {
  width: 2%;
  margin-top: 100px;
  cursor: poFB;
  margin-right: 30px;
}
.about-factory .about-factory-box .about-factory-box-slick .about-factory-img {
  width: 86%;
}
.about-factory .about-factory-box .about-factory-box-slick .about-factory-img .slick-list {
  overflow: hidden;
}
.about-factory .about-factory-box .about-factory-box-slick .about-factory-right {
  margin-left: 30px;
}
.product-banner {
  width: 100%;
  height: 350px;
  background: url(../images/banner.jpg) no-repeat center center;
  position: relative;
  margin-top: -4px;
}
.product-banner .product-banner-text {
  position: absolute;
  top: 130px;
  left: 0;
  color: #fff;
  text-align: center;
  width: 100%;
}
.product-banner .product-banner-text h3 {
  font-size: 42px;
  color: #fffefe;
}
.product-banner .product-banner-text span {
  font-size: 18px;
  color: #fffefe;
}
.product-page .honor{
  background: #f5f5f5;
  padding: 4rem 0;
}
.product-page .honor h3{
   text-align: center;
   font-size: 2.5rem;
   font-family: 'PB';
   line-height: 1;
}
.product-page .honor .content{
  margin-top: 1.5rem;
}
.product-page .honor .content ul li{
  padding: 0 10px;
}
.product-page1 {
  width: 100%;
  height: auto;
  background-color: #eeeeee;
}
.product-page1 .ui.container{
    width: 1620px;
    position: relative;
    padding: 0 15px;
}
.product-page1 .product-page1-info {
  padding: 88px 0 75px 0;
}
.product-page1 .product-page1-info .product-page1-info-img {
  width: 50%;
  /*border: solid 1px #c9c9c9;*/
  text-align: center;
  /*background-color: #fff;*/
}
.product-page1 .product-page1-info .product-page1-info-img .category{
  display: inline-block;
  width: 32%;
}
.product-page1 .product-page1-info .product-page1-info-img .category h2{
  color: #c7c7c7;
    font-size: 20px;
    text-transform: uppercase;
}
.product-page1 .product-page1-info .product-page1-info-img .category ul li a{
    display: block;
  padding: 5px 35px 5px 15px;
  background: #f5f5f5;
  margin-bottom: 10px;
  font-size: 16px;
  position: relative;
}
.product-page1 .product-page1-info .product-page1-info-img .category ul li a i {
  position: absolute;
  right: 15px;
  top: 8px;
}
.product-page1 .product-page1-info .product-page1-info-img .category ul li ul {
    display: none;
}
.product-page1 .product-page1-info .product-page1-info-img .category ul li ul li a{
  background: #F9F9F9;
}
.product-page1 .product-page1-info .product-page1-info-img .imgs{
  width: 67%;
  display: inline-block;
  vertical-align: top;
}
.product-page1 .product-page1-info .product-page1-info-img .imgs img {
  border: 1px solid #c9c9c9;
  /*vertical-align: middle;
  padding: 2rem 0;*/
  width: 70%;
}
.product-page1 .product-page1-info .product-page1-info-text {
  width: 47%;
}
.product-page1 .product-page-info .product-page1-info-text .product-page1-info-text-title {
  font-size: 42px;
  color: #333333;
}
.product-page1 .product-page1-info .product-page1-info-text .product-page1-info-text-title h1 {
  padding: 25px 0 20px 0;
  margin-left: 51px;
  border-bottom: 1px solid #dcdcdc;
  font-size: 30px;
  color: #333;
  line-height: 1.1;
  /*display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;*/
}
.product-page1 .product-page1-info .product-page1-info-text .product-page1-info-text-desc {
  font-size: 18px;
  color: #666666;
  margin: 40px 0 0 51px;
}
.product-page1 .product-page1-info .product-page1-info-text .product-page1-info-text-anniu {
  margin: 40px 0 0 51px;
}
.product-page1 .product-page1-info .product-page1-info-text .product-page1-info-text-anniu button {
  width: 250px;
  height: 60px;
  background-color: #4a9181;
  color: #ffffff;
  border: none;
  font-size: 24px;
  transition: .5s;
}
.product-page1 .product-page1-info .product-page1-info-text .product-page1-info-text-anniu button:hover {
  background-color: #287c65;
}
.product-page1 .product-page1-info .product-page1-info-text .product-page1-info-text-icon {
  margin: 30px 0 0 51px;
  padding-bottom: 8px;
  border-bottom: 1px solid #dcdcdc;
  font-size: 30px;
}
.product-page1 .product-page1-info .product-page1-info-text .product-page1-info-text-icon i {
  margin-right: 35px;
  transition: .5s;
  color: #b1b1b1;
}
.product-page1 .product-page1-info .product-page1-info-text .product-page1-info-text-icon i:hover {
  color: #4a9181;
}
.product-page1 .product-page1-info .product-page1-info-text .product-page1-info-text-list {
  padding: 37px 0 0 51px;
}
.product-page1 .product-page1-info .product-page1-info-text .product-page1-info-text-list .column {
  width: 42.68%;
  /*height: 287px;*/
  background: #ffffff;
  border: 1px solid #d2d2d2;
  line-height: 287px;
  cursor: poFB;
}
.product-page1 .product-page1-info .product-page1-info-text .product-page1-info-text-list .column:nth-child(1) {
  margin-right: 6%;
}
.product-page1 .product-page1-info .product-page1-info-text .product-page1-info-text-list .column img {
  vertical-align: middle;
}
.product-page1 .product-page1-table {
  width: 100%;
  height: auto;
  background-color: #ffffff;
}
.product-page1 .product-page1-table .product-page1-table-anniu {
  padding-top: 78px;
  border-bottom: 1px solid #d2d2d2;
}
.product-page1 .product-page1-table .product-page1-table-anniu button {
  width: 262px;
  height: 60px;
  background-color: #4a9181;
  font-size: 18px;
  color: #ffffff;
  border: none;
  transition: .5s;
}
.product-page1 .product-page1-table .product-page1-table-anniu button:hover {
  background-color: #287c65;
}
.product-page1 .product-page1-table .product-page1-table-desc {
  font-size: 18px;
  color: #333333;
  margin-top: 45px;
}
.product-page1 .product-page1-table .product-page1-table-desc table{
  table-layout: fixed;
  width: 100% !important;
  margin-bottom: 20px;
  word-break: break-word;
  color: #666666;
  font-size: 18px;
}
.product-page1 .product-page1-table .product-page1-table-desc table td,
.product-page1 .product-page1-table .product-page1-table-desc table th{
  padding: 12px 10px;
  border: solid 1px #e5e5e5;
  width: auto !important;
}
.product-page1 .product-page1-table .product-page1-table-desc tr:nth-child(odd){
  background-color: #f9f9f9;
}
.product-page1 .product-page1-table .product-page1-table1 {
  margin-top: 56px;
}
.product-page1 .product-page1-table .product-page1-table1 table {
  table-layout: fixed;
  width: 100% !important;
  margin-bottom: 20px;
  word-break: break-word;
  color: #666666;
  font-size: 18px;
}
.product-page1 .product-page1-table .product-page1-table1 table td,
.product-page1 .product-page1-table .product-page1-table1 table th {
  padding: 12px 10px;
  border: solid 1px #e5e5e5;
  width: auto !important;
}
.product-page1 .product-page1-table .product-page1-table2 {
  text-align: center;
  margin-top: 80px;
}
.product-page1 .product-page1-table .product-page1-table2 .product-page1-table2-title {
  font-size: 36px;
  color: #333333;
}
.product-page1 .product-page1-table .product-page1-table2 table {
  margin: 56px auto 0 auto;
  font-size: 18px;
}
.product-page1 .product-page1-table .product-page1-table2 table td,
.product-page1 .product-page1-table .product-page1-table2 table th {
  padding: 10px 20px;
  border: 1px solid #e5e5e5;
}
.product-page1 .product-page1-table .product-page1-table2 table tr th:first-child {
  width: 159px;
}
.product-page1 .product-page1-table .product-page1-table2 table tr th:last-child {
  width: 507px;
}
.product-page1 .product-page1-table .product-page1-table-show {
  margin: 64px 0 0 0;
}
.product-page1 .product-page1-table .product-page1-table-show .product-page1-table-show-anniu {
  border-bottom: 1px solid #d2d2d2;
  /*margin-bottom: 100px;*/
}
.product-page1 .product-page1-table .product-page1-table-show .product-page1-table-show-anniu button {
  width: 189px;
  height: 60px;
  background-color: #4a9181;
  font-size: 18px;
  color: #ffffff;
  border: none;
  transition: .5s;
}
.product-page1 .product-page1-table .product-page1-table-show .product-page1-table-show-anniu button:hover {
  background-color: #287c65;
}
.product-page1 .product-page1-table .product-page1-table-show .product-page1-table-show-icon {
  padding-bottom: 69px;
}
.product-page1 .product-page1-table .product-page1-table-show .product-page1-table-show-icon .product-page1-table-show-icon1 {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.product-page1 .product-page1-table .product-page1-table-show .product-page1-table-show-icon .product-page1-table-show-icon1 .product-img-out-div {
  margin-bottom: 23px;
}
.product-page1 .product-page1-table .product-page1-table-show .product-page1-table-show-icon .product-page1-table-show-icon1 div {
  padding: 0 23px;
}
.product-page1 .product-page1-table .product-page1-table-show .product-page1-table-show-icon .product-page1-table-show-icon1 img {
  display: block;
  margin: 0 auto;
}
.product-page1 .product-page1-table .product-page1-table-show .product-page1-table-show-icon .product-page1-table-show-icon1 div:nth-child(2n) {
  padding: 0;
}
.product-page1 .product-page1-table .product-page1-table-show .product-page1-table-show-icon .product-page1-table-show-icon1 div:nth-child(2n) img {
  padding: 51px 0;
  display: block;
}
.product-page1 .product-page1-table .product-page1-table-show .product-page1-table-show-icon .product-page1-table-show-icon1 span {
  text-align: center;
  display: block;
  font-size: 12px;
}
.product-page1 .product-page1-table .product-page1-table-show .product-page1-table-show-icon .product-page1-table-show-arrow {
  display: flex;
  flex-direction: row-reverse;
  margin-right: 5%;
}
.product-page1 .product-page1-table .product-page1-table-show .product-page1-table-show-icon .product-page1-table-show-arrow1 {
  display: flex;
  margin-left: 4.5%;
}
.product-page1 .product-page1-table .product-page1-table-show .product-page1-table-show-icon .product-page1-table-show-icon2 {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.product-page1 .product-page1-table .product-page1-table-show .product-page1-table-show-icon .product-page1-table-show-icon2 .product-img-out-div {
  margin-bottom: 23px;
}
.product-page1 .product-page1-table .product-page1-table-show .product-page1-table-show-icon .product-page1-table-show-icon2 div {
  padding: 0 23px;
}
.product-page1 .product-page1-table .product-page1-table-show .product-page1-table-show-icon .product-page1-table-show-icon2 img {
  display: block;
  margin: 0 auto;
}
.product-page1 .product-page1-table .product-page1-table-show .product-page1-table-show-icon .product-page1-table-show-icon2 div:nth-child(2n) {
  padding: 0;
}
.product-page1 .product-page1-table .product-page1-table-show .product-page1-table-show-icon .product-page1-table-show-icon2 div:nth-child(2n) img {
  padding: 51px 0;
  display: block;
}
.product-page1 .product-page1-table .product-page1-table-show .product-page1-table-show-icon .product-page1-table-show-icon2 span {
  text-align: center;
  display: block;
  font-size: 12px;
}
.product-page1 .product-page1-table .product-page1-table-show .product-page1-table-show-icon .product-page1-table-show-icon3 {
  display: flex;
  align-items: center;
  align-content: center;
}
.product-page1 .product-page1-table .product-page1-table-show .product-page1-table-show-icon .product-page1-table-show-icon3 div {
  padding: 0 23px;
}
.product-page1 .product-page1-table .product-page1-table-show .product-page1-table-show-icon .product-page1-table-show-icon3 img {
  display: block;
}
.product-page1 .product-page1-table .product-page1-table-show .product-page1-table-show-icon .product-page1-table-show-icon3 span {
  text-align: center;
  display: block;
  font-size: 12px;
}
.hot-product {
  width: 100%;
}
.hot-product .hot-product-content {
  text-align: center;
}
.hot-product .hot-product-content .hot-product-content-title {
  font-size: 42px;
  color: #333333;
  padding-top: 62px;
}
.hot-product .hot-product-content .hot-product-content-line {
  width: 100px;
  height: 1px;
  background-color: #4a9181;
  margin: 20px auto 30px auto;
}
.hot-product .hot-product-content .hot-product-content-img {
  padding-bottom: 99px;
  position: relative;
}
.hot-product .hot-product-content .hot-product-content-img .content-img {
  position: relative;
}
.hot-product .hot-product-content .hot-product-content-img .content-img .slick-slide {
  margin-right: 10px;
}
.hot-product .hot-product-content .hot-product-content-img .content-img .column {
  width: 23%;
  background: #fff;
}
.hot-product .hot-product-content .hot-product-content-img .content-img .column img{
  width: 100%;
}
.hot-product .hot-product-content .hot-product-content-img .content-img .column:hover {
  transition: .5s;
}
.hot-product .hot-product-content .hot-product-content-img .content-img .column:hover .text {
  display: block;
}
.hot-product .hot-product-content .hot-product-content-img .content-img .column .text {
  font-size: 18px;
  position: absolute;
  bottom: 0;
  display: none;
}
.hot-product .hot-product-content .hot-product-content-img .content-img .column .text button {
  width: 369px;
  height: 60px;
  background-color: #4a9181;
  color: #ffffff;
  border: none;
}
.hot-product .hot-product-content .hot-product-content-img .slick-list {
  overflow: hidden;
}
.hot-product .hot-product-content .left-arrow {
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: rgba(125, 125, 125, 0.35);
  line-height: 60px;
  font-size: 38px;
  position: absolute;
  left: 0;
  top: 160px;
  cursor: poFB;
}
.hot-product .hot-product-content .right-arrow {
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: rgba(125, 125, 125, 0.35);
  line-height: 60px;
  font-size: 38px;
  position: absolute;
  right: 8px;
  top: 160px;
  cursor: poFB;
}

.process-page h3 {
  text-align: center;
  padding-top: 136px;
  font-size: 46px;
}
.process-page .process-list {
  max-width: 1520px;
  margin: 4.5rem auto 0;
  width: 100%;
}
.process-page .process-list .item {
  margin-bottom: 3.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.process-page .process-list .item .left {
  width: 55%;
  position: relative;
}
.process-page .process-list .item .left li {
  padding-left: 11rem;
  margin-bottom: 2.5rem;
  position: relative;
}
.process-page .process-list .item .left li p {
  padding: 0.55rem 3.6rem 0.55rem 1.5rem;
  background: #f5f5f5;
  font-size: 0.9rem;
  line-height: 2;
  color: #555;
  font-family: 'FB-Medium';
  position: relative;
  margin-left: 40px;
}
.process-page .process-list .item .left li:first-child::before {
  width: 174px;
  height: 58px;
  background-color: #0f539b;
  position: absolute;
  content: 'Raw material';
  left: 75px;
  top: 5px;
  color: #fff;
  font-size: 24px;
  letter-spacing: 1px;
  text-align: center;
  line-height: 58px;
}
.process-page .process-list .item .left li:first-child::after {
  width: 48px;
  height: 48px;
  background: #b3b3b3;
  left: 0;
  top: 10px;
  font-size: 1.9rem;
  color: #fff;
  content: '1';
  position: absolute;
  text-align: center;
  font-family: 'Assistant', sans-serif;
  font-weight: 700;
  line-height: 48px;
}
.process-page .process-list .item:nth-child(1) .left::after {
  position: absolute;
  content: "";
  width: 2px;
  background: #b3b3b3;
  left: 19%;
  top: 2.4rem;
  z-index: -1;
  bottom: -10rem;
  height: 52rem;
}
.process-page .process-list .item:nth-child(2) {
  margin-top: -10%;
}
.process-page .process-list .item:nth-child(2) .left1::after {
  position: absolute;
  content: "";
  width: 2px;
  background: #b3b3b3;
  right: 19%;
  top: 2.4rem;
  z-index: -1;
  bottom: -10rem;
  height: 40rem;
}
.process-page .process-list .item:nth-child(3) {
  margin-top: -2%;
}
.process-page .process-list .item:nth-child(3) .lefts li:first-child::before {
  width: 174px;
  height: 58px;
  background-color: #0f539b;
  position: absolute;
  content: 'Cutting';
  left: 75px;
  top: 5px;
  color: #fff;
  font-size: 24px;
  letter-spacing: 1px;
  text-align: center;
  line-height: 58px;
}
.process-page .process-list .item:nth-child(3) .lefts li:first-child::after {
  width: 48px;
  height: 48px;
  background: #b3b3b3;
  left: 0;
  top: 10px;
  font-size: 1.9rem;
  color: #fff;
  content: '4';
  position: absolute;
  text-align: center;
  font-family: 'Assistant', sans-serif;
  font-weight: 700;
}
.process-page .process-list .item:nth-child(3) .left1 {
  margin-top: 100px;
}
.process-page .process-list .item:nth-child(3) .left1 li:first-child::before {
  width: 174px;
  height: 58px;
  background-color: #0f539b;
  position: absolute;
  content: 'Assembly';
  right: 60px;
  top: 0;
  color: #fff;
  font-size: 24px;
  letter-spacing: 1px;
  text-align: center;
  line-height: 58px;
}
.process-page .process-list .item:nth-child(3) .left1 li:first-child::after {
  width: 48px;
  height: 48px;
  background: #b3b3b3;
  right: 0;
  top: 5px;
  font-size: 1.9rem;
  color: #fff;
  content: '5';
  position: absolute;
  text-align: center;
  font-family: 'Assistant', sans-serif;
  font-weight: 700;
  line-height: 48px;
}
.process-page .process-list .item:nth-child(4) {
  margin-top: -4.5%;
}
.process-page .process-list .item:nth-child(4) .lefts li:first-child::before {
  width: 174px;
  height: 58px;
  background-color: #0f539b;
  position: absolute;
  content: 'Packaging';
  left: 75px;
  top: 28px;
  color: #fff;
  font-size: 24px;
  letter-spacing: 1px;
  text-align: center;
  line-height: 58px;
}
.process-page .process-list .item:nth-child(4) .lefts li:first-child::after {
  width: 48px;
  height: 48px;
  background: #b3b3b3;
  left: 0;
  top: 34px;
  font-size: 1.9rem;
  color: #fff;
  content: '6';
  position: absolute;
  text-align: center;
  font-family: 'Assistant', sans-serif;
  font-weight: 700;
  line-height: 48px;
}
.process-page .process-list .item:nth-child(4) .left1 {
  margin-top: 64px;
}
.process-page .process-list .item:nth-child(4) .left1 li:first-child::before {
  width: 174px;
  height: 58px;
  background-color: #0f539b;
  position: absolute;
  content: 'Delivery';
  right: 60px;
  top: 106px;
  color: #fff;
  font-size: 24px;
  letter-spacing: 1px;
  text-align: center;
  line-height: 58px;
}
.process-page .process-list .item:nth-child(4) .left1 li:first-child::after {
  width: 48px;
  height: 48px;
  background: #b3b3b3;
  right: 0;
  top: 112px;
  font-size: 1.9rem;
  color: #fff;
  content: '7';
  position: absolute;
  text-align: center;
  font-family: 'Assistant', sans-serif;
  font-weight: 700;
  line-height: 48px;
}
.process-page .process-list .item .lefts {
  width: 48%;
  position: relative;
}
.process-page .process-list .item .lefts li {
  padding-left: 11rem;
  position: relative;
  margin-bottom: 0;
}
.process-page .process-list .item .lefts li p {
  padding: 0.55rem 3.6rem 0.55rem 1.5rem;
  background: #f5f5f5;
  font-size: 0.9rem;
  line-height: 2;
  color: #555;
  font-family: 'FB-Medium';
  position: relative;
  margin-left: 40px;
  width: 88%;
}
.process-page .process-list .item .lefts li img {
  margin-left: 8%;
}
.process-page .process-list .item .lefts li .imgs{
  margin: 7% 0 0 12%;
}
.process-page .process-list .item .lefts li:first-child::before {
  width: 174px;
  height: 58px;
  background-color: #0f539b;
  position: absolute;
  content: 'Hot forging';
  left: 75px;
  top: 5px;
  color: #fff;
  font-size: 24px;
  letter-spacing: 1px;
  text-align: center;
  line-height: 58px;
}
.process-page .process-list .item .lefts li:first-child::after {
  width: 48px;
  height: 48px;
  background: #b3b3b3;
  left: 0;
  top: 10px;
  font-size: 1.9rem;
  color: #fff;
  content: '2';
  position: absolute;
  text-align: center;
  font-family: 'Assistant', sans-serif;
  font-weight: 700;
  line-height: 48px;
}
.process-page .process-list .item .left1 {
  width: 52%;
  position: relative;
  margin-top: 211px;
}
.process-page .process-list .item .left1 li {
  padding-left: 0;
  padding-right: 6.4rem;
}
.process-page .process-list .item .left1 li p {
  padding: 0.55rem 3rem 0.55rem 1.5rem;
  width: 83%;
  background: #f5f5f5;
  font-size: 0.9rem;
  line-height: 2;
  color: #555;
  font-family: 'FB-Medium';
  position: relative;
}
.process-page .process-list .item .left1 li img {
  margin-left: 8%;
}
.process-page .process-list .item .left1 li:first-child::before {
  width: 174px;
  height: 58px;
  background-color: #0f539b;
  position: absolute;
  content: 'Shot blasting';
  right: 60px;
  top: 5px;
  color: #fff;
  font-size: 24px;
  letter-spacing: 1px;
  text-align: center;
  line-height: 58px;
}
.process-page .process-list .item .left1 li:first-child::after {
  width: 48px;
  height: 48px;
  background: #b3b3b3;
  right: 0;
  top: 10px;
  font-size: 1.9rem;
  color: #fff;
  content: '3';
  position: absolute;
  text-align: center;
  font-family: 'Assistant', sans-serif;
  font-weight: 700;
  line-height: 48px;
}

@media screen and (max-width: 1919px) {
  .product-page1 .ui.container{
    max-width: 100%;
    position: relative;
    padding: 0 15px;
  }
}
@media screen and (max-width: 1720px) {
  #banner .banner-text .banner-text-title{
    margin: auto;
  }
}
@media screen and (max-width: 1500px) {
  .hot-product .hot-product-content .hot-product-content-img .content-img .column .text button{
    width: 357px;
  }
}
@media screen and (max-width: 1440px) {
  .process-page .process-list .item .left li {
    padding-left: 8rem;
    padding-right: 3rem;
  }
  .process-page .process-list .item .left li:first-child::before {
    width: 120px;
    height: 40px;
    left: 56px;
    font-size: 14px;
    line-height: 40px;
  }
  .process-page .process-list .item .left li:first-child::after {
    width: 35px;
    height: 35px;
    font-size: 1.5rem;
    line-height: 35px;
  }
  .process-page .process-list .item .lefts li p {
    padding: 0.55rem 2.6rem 0.55rem 1.5rem;
    width: 100%;
  }
  .process-page .process-list .item .lefts li img {
    margin-left: 9.5%;
  }
  .process-page .process-list .item:nth-child(3) .lefts li:first-child::before {
    width: 120px;
    height: 40px;
    left: 56px;
    font-size: 14px;
    line-height: 40px;
  }
  .process-page .process-list .item:nth-child(3) .lefts li:first-child::after {
    width: 35px;
    height: 35px;
    font-size: 1.5rem;
    line-height: 35px;
  }
  .process-page .process-list .item .left1 {
    margin-top: 100px;
  }
  .process-page .process-list .item .left1 li:first-child::before {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    right: 40px;
  }
  .process-page .process-list .item .left1 li:first-child::after {
    width: 35px;
    height: 35px;
    font-size: 1.5rem;
    line-height: 35px;
  }
  .process-page .process-list .item .left1 li {
    padding-left: 50px;
  }
  .process-page .process-list .item .left1 li p {
    padding: 0.55rem 1rem 0.55rem 1.5rem;
  }
  .process-page .process-list .item:nth-child(3) .left1 li:first-child::before {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    right: 40px;
  }
  .process-page .process-list .item:nth-child(3) .left1 li:first-child::after {
    width: 35px;
    height: 35px;
    font-size: 1.5rem;
    line-height: 35px;
  }
  .process-page .process-list .item .left1 li img {
    margin-left: 0;
    width: 83%;
  }
  .process-page .process-list .item:nth-child(4) .lefts li:first-child::before {
    width: 120px;
    height: 40px;
    left: 56px;
    font-size: 14px;
    line-height: 40px;
  }
  .process-page .process-list .item:nth-child(4) .lefts li:first-child::after {
    width: 35px;
    height: 35px;
    font-size: 1.5rem;
    line-height: 35px;
  }
  .process-page .process-list .item:nth-child(4) .left1 li:first-child::before {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    right: 40px;
  }
  .process-page .process-list .item:nth-child(4) .left1 li:first-child::after {
    width: 35px;
    height: 35px;
    font-size: 1.5rem;
    line-height: 35px;
  }
  .process-page .process-list .item:nth-child(1) .left::after {
    height: 54rem;
    left: 13%;
  }
  .process-page .process-list .item:nth-child(2) .left1::after {
    right: 13%;
    height: 45rem;
  }
}
@media screen and (max-width: 1400px) {
  .hot-product .hot-product-content .hot-product-content-img .content-img .column .text button{
    width: 332px;
  }
   .process-page .process-list .item:nth-child(1) .left::after {
    height: 56rem;
  }
  .process-page .process-list .item:nth-child(2) .left1::after {
    height: 47rem;
  }
}
@media screen and (max-width: 1360px) {
  .ui.container {
    position: relative;
    padding: 0 15px;
    width: 100%;
  }
  #banner .banner-text .banner-text-title {
    font-size: 60px;
    margin: auto;
  }
  #banner .banner-text .banner-text-anniu button {
    margin-top: 12px;
  }
  #banner .banner-text-footer {
    width: 20%;
  }
  .news .news-bg {
    padding: 0;
  }
  #footer .footer-card .footer-card-box .footer-card-box-desc {
    width: 86%;
  }
}
@media screen and (max-width: 1300px) {
  .hot-product .hot-product-content .hot-product-content-img .content-img .column .text button{
    width: 305px;
  }
  #header .nav .ui.menu .logo {
    margin-left: 0;
  }
  .process-page .process-list .item .left li {
    padding-left: 8rem;
    padding-right: 3rem;
  }
  .process-page .process-list .item .left li:first-child::before {
    width: 120px;
    height: 40px;
    left: 56px;
    font-size: 14px;
    line-height: 40px;
  }
  .process-page .process-list .item .left li:first-child::after {
    width: 35px;
    height: 35px;
    font-size: 1.5rem;
    line-height: 35px;
  }
  .process-page .process-list .item .lefts li p {
    padding: 0.55rem 2.6rem 0.55rem 1.5rem;
    width: 100%;
  }
  .process-page .process-list .item .lefts li img {
    margin-left: 9.5%;
  }
  .process-page .process-list .item:nth-child(3) .lefts li:first-child::before {
    width: 120px;
    height: 40px;
    left: 56px;
    font-size: 14px;
    line-height: 40px;
  }
  .process-page .process-list .item:nth-child(3) .lefts li:first-child::after {
    width: 35px;
    height: 35px;
    font-size: 1.5rem;
    line-height: 35px;
  }
  .process-page .process-list .item .left1 {
    margin-top: 100px;
  }
  .process-page .process-list .item .left1 li:first-child::before {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    right: 40px;
  }
  .process-page .process-list .item .left1 li:first-child::after {
    width: 35px;
    height: 35px;
    font-size: 1.5rem;
    line-height: 35px;
  }
  .process-page .process-list .item .left1 li {
    padding-left: 50px;
  }
  .process-page .process-list .item .left1 li p {
    padding: 0.55rem 1rem 0.55rem 1.5rem;
  }
  .process-page .process-list .item:nth-child(3) .left1 li:first-child::before {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    right: 40px;
  }
  .process-page .process-list .item:nth-child(3) .left1 li:first-child::after {
    width: 35px;
    height: 35px;
    font-size: 1.5rem;
    line-height: 35px;
  }
  .process-page .process-list .item .left1 li img {
    margin-left: 0;
    width: 83%;
  }
  .process-page .process-list .item:nth-child(4) .lefts li:first-child::before {
    width: 120px;
    height: 40px;
    left: 56px;
    font-size: 14px;
    line-height: 40px;
  }
  .process-page .process-list .item:nth-child(4) .lefts li:first-child::after {
    width: 35px;
    height: 35px;
    font-size: 1.5rem;
    line-height: 35px;
  }
  .process-page .process-list .item:nth-child(4) .left1 li:first-child::before {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    right: 40px;
  }
  .process-page .process-list .item:nth-child(4) .left1 li:first-child::after {
    width: 35px;
    height: 35px;
    font-size: 1.5rem;
    line-height: 35px;
  }
  .process-page .process-list .item:nth-child(1) .left::after {
    height: 56rem;
  }
  .process-page .process-list .item:nth-child(2) .left1::after {
    height: 46rem;
  }
}
@media screen and (max-width: 1290px) {
   .hot-product .hot-product-content .hot-product-content-img .content-img .column .text button{
    width: 283px;
  }
  #banner .banner-text {
    top: 30%;
  }
  #banner .banner-text .banner-text-title {
    font-size: 50px;
    margin: auto;
  }
  #index-body .product .product-list-img .product-list-img-box .box .product-list-img-card {
    width: 94%;
    bottom: 31%;
  }
}
@media screen and (max-width: 1200px) {
  .process-page .process-list .item .left li:first-child::before {
    width: 120px;
    height: 40px;
    left: 56px;
    font-size: 14px;
    line-height: 40px;
  }
  .process-page .process-list .item .left li:first-child::after {
    width: 35px;
    height: 35px;
    font-size: 1.5rem;
    line-height: 35px;
  }
  .process-page .process-list .item .lefts li p {
    padding: 0.55rem 2.6rem 0.55rem 1.5rem;
    width: 100%;
  }
  .process-page .process-list .item .lefts li img {
    margin-left: 12.5%;
  }
  .process-page .process-list .item:nth-child(3) .lefts li:first-child::before {
    width: 120px;
    height: 40px;
    left: 56px;
    font-size: 14px;
    line-height: 40px;
  }
  .process-page .process-list .item:nth-child(3) .lefts li:first-child::after {
    width: 35px;
    height: 35px;
    font-size: 1.5rem;
    line-height: 35px;
  }
  .process-page .process-list .item .left1 {
    margin-top: 100px;
  }
  .process-page .process-list .item .left1 li:first-child::before {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    right: 40px;
  }
  .process-page .process-list .item .left1 li:first-child::after {
    width: 35px;
    height: 35px;
    font-size: 1.5rem;
    line-height: 35px;
  }
  .process-page .process-list .item .left1 li {
    padding-left: 50px;
  }
  .process-page .process-list .item .left1 li p {
    padding: 0.55rem 1rem 0.55rem 1.5rem;
  }
  .process-page .process-list .item:nth-child(3) .left1 li:first-child::before {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    right: 40px;
  }
  .process-page .process-list .item:nth-child(3) .left1 li:first-child::after {
    width: 35px;
    height: 35px;
    font-size: 1.5rem;
    line-height: 35px;
  }
  .process-page .process-list .item .left1 li img {
    margin-left: 0;
    width: 83%;
  }
  .process-page .process-list .item:nth-child(4) .lefts li:first-child::before {
    width: 120px;
    height: 40px;
    left: 56px;
    font-size: 14px;
    line-height: 40px;
  }
  .process-page .process-list .item:nth-child(4) .lefts li:first-child::after {
    width: 35px;
    height: 35px;
    font-size: 1.5rem;
    line-height: 35px;
  }
  .process-page .process-list .item:nth-child(4) .left1 li:first-child::before {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    right: 40px;
  }
  .process-page .process-list .item:nth-child(4) .left1 li:first-child::after {
    width: 35px;
    height: 35px;
    font-size: 1.5rem;
    line-height: 35px;
  }
  .process-page .process-list .item:nth-child(1) .left::after {
    height: 59rem;
  }
  .process-page .process-list .item:nth-child(2) .left1::after {
    height: 48rem;
  }
}
@media screen and (max-width: 1100px) {
  .ui.container {
    position: relative;
    padding: 0 15px;
    width: 100%;
  }
  .hot-product .hot-product-content .hot-product-content-img .content-img .column .text button{
    width: 485px;
  }
  #banner .banner-text-footer {
    width: 22%;
  }
  #index-body .product .product-list-img .product-list-img-box .box .product-list-img-card {
    bottom: 20%;
  }
  .about .about-list-text .about-list-show .about-list-show-box .show-box-sg .show-box-sg-text h3 {
    font-size: 25px;
  }
  .about .about-list-text .about-list-show .about-list-show-box .show-box-xyj .show-box-xyj-text p {
    font-size: 25px;
  }
  .about .about-list-text .about-list-show .about-list-show-box .show-box-xyj .show-box-xyj-text h3{
    font-size: 22px;
  }
  .about-page .about-page-info .about-page-info-img .bf-icon {
    top: 40%;
    left: 0;
  }
  .about-page .ab-1 .ab-1-text p{
    font-size: 14px;
  }
  .about-page .about-page-info .about-page-info-text .about-page-info-desc {
    padding: 0 0 0 64px;
    font-size: 14px;
  }
  .about-page .about-page-info .about-page-info-text .about-page-info-title::before{
    width: 100px;
  }
  .about-page .ab-1 .ab-1-text .title::before{
    width: 100px;
  }
  .about-page .about-page-sustainability .about-page-sustainability-desc {
    margin: 0px auto;
    font-size: 12px;
  }
  .about-page .about-page-content {
    margin-top: 50px;
  }
  .about-page .about-page-content .about-page-content-box .content-box-list .content-box-list-desc {
    font-size: 12px;
    padding: 0px 68px 0 0;
    line-height: 20px;
  }
  .about-page .about-page-content .about-page-content-box .content-box-list .content-box-list-desc1 {
    padding-left: 70px;
  }
  .about-factory .about-factory-box .about-factory-box-slick .about-factory-left{
    margin-top: 60px;
  }

  .process-page .process-list .item:nth-child(1) .left::after {
    height: 57rem;
  }
  .process-page .process-list .item:nth-child(2) .left1::after {
    height: 46rem;
  }
}
@media screen and (min-width: 992px) {
  .mob-logo {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .ui.container {
    position: relative;
    padding: 0 15px;
    width: 100%;
  }
  .map{
    margin-top: 1rem;
  }
  .hot-product .hot-product-content .hot-product-content-img .content-img .column .text button{
    width: 357px;
  }
  #banner .banner-text .banner-text-title {
    font-size: 35px;
    margin: auto;
  }
  #banner .banner-text {
    top: 22%;
    left: 0;
    text-align: center;
  }
  #banner .banner-text-footer {
    width: 24%;
  }
  #index-body .product .product-list-img .product-list-img-box .box .product-list-img-card {
    bottom: 40%;
  }
  .about .about-list-text .about-list-show .about-list-show-box .show-box-sg .show-box-sg-text h3 {
    font-size: 20px;
  }
  .about .about-list-text .about-list-show .about-list-show-box .show-box-xyj .show-box-xyj-text p {
    font-size: 20px;
  }
  #index-body .product .product-list-img .product-list-img-box {
    width: 32%;
  }
  #index-body .product .product-list-img .product-list-img-box .box .product-list-img-card .card-img {
    width: 40%;
    margin: -4% 0 0 0;
  }
  #index-body .product .product-list-img .product-list-img-box .box .product-list-img-card .card-text h1 {
    font-size: 16px;
  }
  .about .about-list-text .about-list-show .about-list-show-box .show-box-xyj .show-box-xyj-text span {
    font-size: 12px;
  }
  .about .about-list-text .about-list-show .about-list-show-box .show-box-sg .show-box-sg-text span {
    font-size: 12px;
  }
  .about .about-list-text .about-list-show .about-list-show-box .show-box-xyj .show-box-xyj-text h3 {
    font-size: 17px;
  }
  .about .about-list-text .about-list-show .about-list-show-box .show-box-sg .show-box-sg-text p {
    font-size: 17px;
  }
  .about .about-list-text .about-list-show .about-list-show-box .show-box-sg .show-box-sg-text h3 {
    font-size: 17px;
  }
  .about .about-list-text .about-list-show .about-list-show-box .show-box-xyj .show-box-xyj-text p {
    font-size: 17px;
  }
  .about-page .about-page-info1::after{
    display: none;
  }
  .about-page .ab-1::after{
    display: none;
  }
  .about-page .about-page-info2::after{
    display: none;
  }
  .news .news-info .news-info-img ul li {
    width: 48%;
  }
  .news .news-info .news-info-img .img-box1 {
    width: 100%;
  }
  .about-banner {
    height: 277px;
  }
  .about-banner .about-banner-text {
    top: 100px;
    left: 35%;
  }
  .hot-product .hot-product-content .left-arrow {
    top: 30%;
  }
  .hot-product .hot-product-content .right-arrow {
    top: 30%;
    right: 12px;
  }
  .product-page1 .product-page1-table .product-page1-table-show .product-page1-table-show-icon .product-page1-table-show-icon1 div {
    padding: 0;
  }
  .product-page1 .product-page1-table .product-page1-table-show .product-page1-table-show-icon .product-page1-table-show-arrow1 {
    margin-left: 2.5%;
  }
  .product-page1 .product-page1-table .product-page1-table-show .product-page1-table-show-icon .product-page1-table-show-icon3 div {
    padding: 0;
  }
  .product-banner {
    height: 277px;
  }
  .product-banner .product-banner-text {
    top: 84px;
    left: 0;
  }
  .product-page1 .product-page1-info .product-page1-info-img {
    height: 385px;
    line-height: 385px;
  }
  .product-page1 .product-page1-info .product-page1-info-text .product-page1-info-text-list .column {
    height: 100px;
    line-height: 100px;
  }

  .inner-page .sideBox .side-left .info h5{
    font-size: 16px;
  }
 
  /*#footer {
    height: 800px;
  }*/
  /*#footer .footer-card .footer-card-box .footer-card-box-desc {
    width: 100%;
  }
  #footer .footer-card .footer-card-box .footer-card-box-desc {
    font-size: 10px;
    margin: 10px auto;
  }*/

  .process-page h3 {
    padding-top: 36px;
    font-size: 22px;
  }
  .process-page .process-list {
    margin: 2rem auto 0;
  }
  .process-page .process-list .item .left {
    width: 100%;
  }
  .process-page .process-list .item:nth-child(1) .left::after {
    display: none;
  }
  .process-page .process-list .item .left li:first-child::before {
    display: none;
  }
  .process-page .process-list .item .left li {
    padding-left: 6rem;
  }
  .process-page .process-list .item .left li p {
    margin-left: 0;
  }
  .process-page .process-list .item:nth-child(2) {
    margin-top: 0;
  }
  .process-page .process-list .item .lefts li img {
    margin-left: 0;
  }
  .process-page .process-list .item .left1 {
    width: 100%;
    margin-top: 0;
  }
  .process-page .process-list .item:nth-child(2) .left1::after {
    display: none;
  }
  .process-page .process-list .item .left1 li:first-child::before {
    display: none;
  }
  .process-page .process-list .item .left1 li p {
    width: 100%;
  }
  .process-page .process-list .item:nth-child(3) .left1 {
    margin-top: 0;
  }
  .process-page .process-list .item .left1 li img {
    margin-left: 0;
  }
  .process-page .process-list .item:nth-child(4) .left1 {
    margin-top: 0;
  }
}
@media screen and (max-width: 700px) {
  .ui.container {
    position: relative;
    padding: 0 15px;
    width: 100%;
  }
  .inner-connection .inner-connection-box .inner-connection-box-form input{
    width: 98%;
  }
  .inner-connection .inner-connection-box .inner-connection-box-form input:nth-child(1),.inner-connection .inner-connection-box .inner-connection-box-form input:nth-child(3){
    margin-right: 0;
  }
  /*#banner .banner-text {
    top: 11%;
    left: 0;
  }
  #banner .banner-text .banner-text-title {
    font-size: 20px;
    margin: 0 auto;
    line-height: 1;
  }
  #banner .banner-text-footer {
    width: 51%;
  }
  #banner .banner-text .banner-text-anniu button {
    width: 100px;
    height: 30px;
    font-size: 12px;
    margin-top: 16px;
  }
  #banner .banner-text-footer .banner-text-footer-icon i {
    margin-left: 12px;
  }
  #index-body .product .product-list .product-list-info .product-list-info-bg .bg-text {
    font-size: 86px;
  }
  #index-body .product {
    padding: 0;
  }
  #index-body .product .product-list-img .product-list-img-box .box .product-list-img-card {
    top: 228px;
  }
  #index-body .product .product-list .product-list-info {
    width: 100%;
  }
  #index-body .product .product-list .product-list-desc {
    width: 100%;
  }
  #index-body .product .product-list .product-list-info .product-list-info-bg .product-list-info-text {
    left: 0;
  }
  #index-body .product .product-list .product-list-info .product-list-info-bg .product-list-info-text .product-list-info-text-desc {
    font-size: 27px;
  }
  #index-body .product .product-list .product-list-desc .product-list-desc-text {
    margin-top: 0;
  }
  #index-body .product .product-list .product-list-desc .product-list-desc-line {
    margin-top: 0;
  }
  #index-body .product .product-list-img .product-list-img-box {
    width: 100%;
    margin-bottom: 64px;
  }
  #index-body .product .product-list-img .product-list-img-box .box .product-list-img-card .card-text h1 {
    font-size: 22px;
  }*/
  .about .about-list-text .about-list-title {
    font-size: 27px;
    width: 100%;
  }
  /*#index-body .product .product-list-img .product-list-img-box .box {
    height: 438px;
  }*/
  .about .about-list-text .about-list-show .about-list-show-box .show-box-xyj .show-box-xyj-text {
    margin-left: 0;
  }
  .about .about-list-text .about-list-show .about-list-show-box .show-box-xyj .show-box-xyj-text h3 {
    font-size: 16px;
  }
  .about .about-list-text .about-list-show .about-list-show-box .show-box-sg .show-box-sg-text {
    margin-left: 0;
  }
  .about .about-list-text .about-list-show .about-list-show-box .show-box-sg .show-box-sg-text p {
    font-size: 16px;
  }
  .about .about-list-text .about-list-show .about-list-show-box .show-box-xyj .show-box-xyj-text span {
    font-size: 12px;
  }
  .about .about-list-text .about-list-show .about-list-show-box .show-box-sg .show-box-sg-text span {
    font-size: 12px;
  }
  .about .about-list-text .about-list-show .about-list-show-box .show-box-sg .show-box-sg-text h3 {
    font-size: 16px;
  }
  .about .about-list-text .about-list-show .about-list-show-box .show-box-xyj .show-box-xyj-text p {
    font-size: 16px;
    margin-top: 0;
  }
  .why-choose {
    display: none;
  }
  .contact {
    display: none;
  }
  .news {
    margin: 0;
  }
  .news .news-bg {
    font-size: 120px;
    padding: 0;
  }
  .news .news-info .news-info-text {
    width: 100%;
  }
  .news .news-info .news-info-img {
    width: 100%;
  }
  .news .news-info .news-info-img ul li {
    margin-bottom: 50%;
  }
  .product-banner {
    height: 177px;
  }
  .product-banner .product-banner-text {
    top: 30px;
    left: 0;
  }
  .product-banner .product-banner-text h3 {
    font-size: 30px;
  }
  .product-page1 .product-page1-table .product-page1-table2 {
    margin-top: 0;
  }
  .product-page1 .product-page1-table .product-page1-table2 .product-page1-table2-title {
    font-size: 29px;
  }
  .product-page1 .product-page1-table .product-page1-table1 {
    margin-top: 20px;
  }
  .product-page1 .product-page1-table .product-page1-table-desc {
    margin-top: 5px;
  }
  .product-page1 .product-page1-table .product-page1-table2 table {
    margin: 0;
  }
  .product-page1 .product-page1-table .product-page1-table2 table td,
  .product-page1 .product-page1-table .product-page1-table2 table th {
    padding: 10px 8px;
  }
  .product-page1 .product-page1-info {
    display: none;
  }
  .product-page1 .product-page1-table .product-page1-table-show {
    display: none;
  }
  .about-banner {
    height: 177px;
  }
  .about-banner .about-banner-text {
    top: 30px;
    left: 0;
  }
  .about-page {
    margin-top: 10px;
  }
  .about-page .about-page-info .about-page-info-text .about-page-info-title {
    padding: 27px 0 0 62px;
    font-size: 25px;
  }
  .about-page .about-page-info .about-page-info-text .about-page-info-title::before{
    left: 0;
    top: 45px;
  }
  .about-page .ab-1 .ab-1-text h3{
    margin-left: 35%;
    font-size: 25px;
  }
  .about-page .ab-1{
    margin-top: 21px;
  }
  .about-page .ab-1 .ab-1-text{
    padding: 0;
  }
  .about-page .ab-1 .ab-1-text .title::before{
    left: 0;
    top: 12px;
  }
  .about-page .about-page-info2{
    margin-top: 20px;
  }
  .about-page .about-page-info .about-page-info-text .about-page-info-desc {
    padding: 0;
  }
  .about-page .about-page-content .about-page-content-box .content-box-list .content-box-list-desc {
    padding: 0;
  }
  .about-page .about-page-content .about-page-content-box .content-box-list .content-box-list-desc1 {
    padding-left: 0;
  }
  .about-page .about-page-content .about-page-content-box .content-box-list .content-box-list-title1 {
    padding: 0;
  }
  .about-page .about-page-sustainability {
    margin-top: 0;
  }
  .about-page .about-page-sustainability .about-page-sustainability-desc {
    font-size: 12px;
    width: 100%;
    padding: 0;
  }
  .about-page .about-page-sustainability .about-page-sustainability-title {
    font-size: 30px;
  }
  .about-page .ab-3{
    margin-top: 30px;
  }
  .about-page .ab-3 h3{
    font-size: 28px;
  }
  .about-page .ab-3 .ab-3-all{
    padding-bottom: 20px;
  }
  .about-page .ab-3 .ab-3-content{
    padding-top: 30px;
  }
  .about-banner .about-banner-text h3 {
    font-size: 29px;
  }
  .about-factory {
    display: none;
  }
  .inner-banner {
    height: 177px;
  }
  .inner-banner .inner-banner-text {
    top: 30px;
    left: 20%;
  }
  .inner-page .inner-page-card .inner-page-card1 {
    width: 100%;
    height: auto;
    margin-top: 16px;
  }
  .inner-connection {
    margin: 0;
  }
  .inner-connection .inner-connection-box .inner-connection-box-title {
    font-size: 30px;
  }
  .inner-connection .inner-connection-box .inner-connection-box-line {
    margin: 12px auto 20px auto;
  }
  .inner-connection .inner-connection-box .inner-connection-box-desc {
    font-size: 15px;
  }
  .inner-connection .inner-connection-box .inner-connection-box-form input {
    font-size: 14px;
    padding-left: 15px;
  }
  .inner-connection .inner-connection-box .inner-connection-box-form textarea {
    font-size: 14px;
    padding: 21px 0 0 15px;
  }
  /*#footer {
    margin-top: 50px;
    height: 1040px;
  }*/
  /*#footer .grid-box.three > .column {
    width: 35%;
    margin-bottom: 32px;
  }
  #footer .footer-card .footer-card-box .footer-card-box-desc {
    font-size: 12px;
    margin: 0 auto;
  }
  #footer .footer-info #ewm{
  display: none;
  }
  #footer .footer-info .footer-info-desc {
    width: 100%;
    font-size: 12px;
    line-height: 20px;
    margin: 16px auto 20px auto;
  }
  #footer .f-copyright {
    margin-top: 10px;
  }
  #footer .f-copyright .copyright-info {
    font-size: 12px;
  }*/
}
@media screen and (max-width: 414px) {
  .hot-product .hot-product-content .hot-product-content-img .content-img .column .text button{
    width: 370px;
  }
}
@media screen and (max-width: 375px) {
  .hot-product .hot-product-content .hot-product-content-img .content-img .column .text button{
    width: 334px;
  }
}
@media screen and (max-width: 360px) {
  .hot-product .hot-product-content .hot-product-content-img .content-img .column .text button{
    width: 320px;
  }
}
@media screen and (max-width: 320px) {
  .hot-product .hot-product-content .hot-product-content-img .content-img .column .text button{
    width: 280px;
  }
  /*#banner .banner-text .banner-text-title {
    font-size: 16px;
  }
  #banner .banner-text-footer {
    width: 56%;
  }
  #index-body .product .product-list .product-list-info .product-list-info-bg .bg-text {
    font-size: 76px;
  }
  #index-body .product .product-list .product-list-info .product-list-info-bg .product-list-info-text .product-list-info-text-desc {
    font-size: 20px;
  }*/
  .news .news-bg {
    font-size: 106px;
  }
}
@media screen and (max-width: 280px) {
  /*#banner .banner-text {
    top: 10px;
    left: 0;
  }
  #banner .banner-text .banner-text-title {
    font-size: 15px;
  }
  #banner .banner-text-footer {
    width: 63%;
  }
  #index-body .product .product-list-img .product-list-img-box .box .product-list-img-card .card-img {
    width: 38%;
    margin: -4% 0 0 0%;
  }*/
  .about .about-list-text .about-list-desc {
    font-size: 12px;
  }
  .about .about-list-text .about-list-show .about-list-show-box .show-box-xyj .show-box-xyj-text {
    margin-left: 0;
  }
  .about .about-list-text .about-list-show .about-list-show-box .show-box-sg .show-box-sg-text {
    margin-left: 0;
  }
  .about .about-list-text .about-list-show .about-list-show-box .show-box-xyj .show-box-xyj-text h3 {
    font-size: 20px;
  }
  .about .about-list-text .about-list-show .about-list-show-box .show-box-sg .show-box-sg-text p {
    font-size: 20px;
  }
  .about .about-list-text .about-list-show .about-list-show-box .show-box-sg .show-box-sg-text h3 {
    font-size: 20px;
  }
  .about .about-list-text .about-list-show .about-list-show-box .show-box-xyj .show-box-xyj-text p {
    font-size: 20px;
  }
  /*#index-body .product .product-list-img .product-list-img-box .box .product-list-img-card .card-text h1 {
    font-size: 16px;
  }*/
  .news .news-bg {
    font-size: 93px;
  }
  .news .news-info .news-info-text .news-info-text-tile {
    font-size: 38px;
  }
  .news .news-info .news-info-text .news-info-text-desc .desc-info {
    font-size: 12px;
  }
  .news .news-info .news-info-img .img-box1 .img-box1-card .img-box1-card-header .card-header-bg {
    margin: -8% 0 0 5px;
  }
  .news .news-info .news-info-img .img-box1 .img-box1-card .img-box1-card-title {
    margin: 1.4rem 56px 0 5px;
    font-size: 16px;
  }
  .news .news-info .news-info-img .img-box1 .img-box1-card .img-box1-card-desc {
    font-size: 13px;
    margin: 1rem 29px 0 5px;
  }
  .news .news-info .news-info-img .img-box1 .img-box1-card .img-box1-card-arrow {
    margin: 13px 0 0 5px;
  }
  /*#footer {
    height: 1080px;
  }*/
}





/* 新闻中心 */
.news-page {
  padding: 50px 0 110px;
}
.news-page .top {
  display: block;
}
.news-page .top ul li {
  display: inline-block;
}
.news-page .top ul li a {
  display: block;
  line-height: 46px;
  height: 46px;
  padding: 0 42px;
  font-size: 18px;
  color: #171717;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-page .top ul li a:hover,
.news-page .top ul li a.active {
  background: #4a9181;
  color: white;
}
.news-page .bottom {
  padding-top: 60px;
}
.news-page .bottom ul {
  margin: -30px -12px;
}
.news-page .bottom ul li {
  padding: 30px 12px;
}
.news-page .bottom ul li a.img-box {
  display: block;
}
.news-page .bottom ul li .content {
  display: block;
  padding: 25px 15px;
  background: #f5f5f5;
}
.news-page .bottom ul li .content h4 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 18px;
  line-height: 2;
  color: #101010;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-page .bottom ul li .content h4:hover {
  color: #4a9181;
}
.news-page .bottom ul li .content time {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  color: #3a3a3a;
}
/* end */
/* 新闻详情 */
.newdet-page {
  padding: 50px 0;
}
.newdet-page h3 {
  font-size: 26px;
  line-height: 2;
  color: black;
  font-weight: 500;
  text-transform: capitalize;
}
.newdet-page time {
  display: block;
  margin: 15px 0;
  font-size: 14px;
  color: black;
  opacity: .6;
}
.newdet-page .content {
  display: block;
  padding: 15px 0;
  border-top: 1px #ccc dashed;
  border-bottom: 1px #ccc dashed;
  font-size: 16px;
  color: #666;
  line-height: 32px;
}
.newdet-page .share {
  padding-top: 10px;
  margin-bottom: 60px;
}
.newdet-page .share h4 {
  font-size: 14px;
  color: black;
  display: inline-block;
  vertical-align: middle;
}
.newdet-page .share ul {
  display: inline-block;
  vertical-align: middle;
}
.newdet-page .share ul li {
  width: auto;
  margin-left: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.newdet-page .share ul li:hover {
  color: #4a9181;
}
/* end */


/* 常见问答 */
.faq-page .about-3 {
  padding: 60px 0;
}
.faq-page .about-3 h2 {
  font-size: 25px;
  color: black;
  text-align: center;
  text-transform: uppercase;
  font-family: "FuturaLT-Heavy";
  line-height: 1;
}
.faq-page .about-3 h2 small {
  display: block;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.6);
  line-height: normal;
  text-transform: none;
  font-family: "FuturaLT-Book";
}
.faq-page .about-3 .box {
  padding-top: 40px;
  max-width: 1320px;
  display: block;
  margin: 0 auto;
}
.faq-page .about-3 .box ul li {
  padding-bottom: 20px;
}
.faq-page .about-3 .box ul li:last-child {
  padding-bottom: 0;
}
.faq-page .about-3 .box ul li h4 {
  padding: 20px 70px;
  background-image: url("../images/icon-lt.png");
  background-position: center left 25px;
  background-repeat: no-repeat;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  border: 1px solid #b7b7b7;
  font-size: 16px;
  color: #666;
  text-transform: capitalize;
  position: relative;
  cursor: poFB;
  cursor: hand;
}
.faq-page .about-3 .box ul li h4:after {
  content: "\f107";
  font-size: 18px;
  position: absolute;
  right: 25px;
  top: 20px;
  font-family: "FontAwesome";
}
.faq-page .about-3 .box ul li .text {
  padding: 25px;
  border: 1px solid #b7b7b7;
  margin-top: 8px;
  font-size: 16px;
  color: #666;
  display: none;
  -moz-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
}
.faq-page .about-3 .box ul li.active h4 {
  background-color: #4a9181;
  color: white;
  background-image: url("../images/icon-lt2.png");
}
.faq-page .about-3 .box ul li.active h4:after {
  content: "\f106";
}


/* 产品中心 */
.product-page {
  padding: 150px 0 60px;
}
.product-page .sidebar-right .top {
  display: block;
  text-align: left;
  margin-bottom: 80px;
}
.product-page .sidebar-right .top h1{
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
}
.inner-page .sidebar-box .sidebar-right .desc{
  font-size: 16px;
  line-height: 2;
  margin-top: 20px;
}
.product-page .sidebar-right .top .form {
  display: inline-block;
  vertical-align: middle;
  max-width: 40%;
  width: 100%;
  position: relative;
}
.product-page .sidebar-right .top .form:before {
  content: '';
  height: 16px;
  width: 1px;
  background: #747474;
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  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%);
}
.product-page .sidebar-right .top .form input {
  width: 100%;
  line-height: 36px;
  height: 36px;
  padding-left: 14px;
  padding-right: 40px;
  font-size: 16px;
  color: black;
  border: none;
  border-bottom: 1px solid #c9c9c9;
  background: none;
}
.product-page .sidebar-right .top .form input::-webkit-input-placeholder {
  color: #747474;
  font-style: italic;
}
.product-page .sidebar-right .top .form input:-moz-placeholder {
  color: #747474;
  font-style: italic;
}
.product-page .sidebar-right .top .form input::-moz-placeholder {
  color: #747474;
  font-style: italic;
}
.product-page .sidebar-right .top .form input:-ms-input-placeholder {
  color: #747474;
  font-style: italic;
}
.product-page .sidebar-right .top .form input:focus {
  border-color: #0d95e8;
}
.product-page .sidebar-right .top .form input[type="submit"] {
  width: 36px;
  border-bottom: none;
  background: url("../images/icon-search2.png") center center no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
}
.product-page .sidebar-right .top .show {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-left: 100px;
  margin-right: 20px;
}
.product-page .sidebar-right .top .show span {
  line-height: 36px;
  height: 36px;
  padding: 0 26px;
  border: 1px solid #747a84;
  display: inline-block;
  font-size: 14px;
  color: #444;
  border-radius: 18px;
}
.product-page .sidebar-right .top .show ul {
  position: absolute;
  border: 1px solid #eee;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 0 10px;
  z-index: 2;
  background: white;
  display: none;
}
.product-page .sidebar-right .top .show ul li {
  padding: 7px;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-page .sidebar-right .top .show ul li:last-child {
  border-bottom: none;
}
.product-page .sidebar-right .top .show ul li:hover {
  color: #0d95e8;
}
.product-page .sidebar-right .top .show:hover ul {
  display: block;
}
.product-page .sidebar-right .top .listBox {
  display: inline-block;
  vertical-align: middle;
}
.product-page .sidebar-right .top .listBox span {
  display: inline-block;
  vertical-align: middle;
  cursor: poFB;
}
.product-page .sidebar-right .top .listBox span.list {
  margin-left: 20px;
}
.product-page .sidebar-right .bottom .block ul {
  margin: -30px -10px;
}
.product-page .sidebar-right .bottom .block ul li {
  padding: 0px 10px;
}
.product-page .sidebar-right .bottom .block ul li img{
  background-color: #fff;
}
.product-page .sidebar-right .bottom .block ul li a.img-box {
  display: block;
}
.product-page .sidebar-right .bottom .block ul li h4 {
  display: block;
  margin: 15px 0;
  font-size: 16px;
  line-height: 2;
  color: #101010;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-page .sidebar-right .bottom .block ul li:hover h4 {
  color: #4a9181;
}
.product-page .sidebar-right .bottom .list {
  display: none;
}
.product-page .sidebar-right .bottom .list ul li {
  margin-bottom: 20px;
}
.product-page .sidebar-right .bottom .list ul li:last-child {
  margin-bottom: 0;
}
.product-page .sidebar-right .bottom .list ul li .img {
  width: 30%;
  vertical-align: middle;
}
.product-page .sidebar-right .bottom .list ul li .img a {
  display: block;
}
.product-page .sidebar-right .bottom .list ul li .text {
  width: 70%;
  padding-left: 5%;
  vertical-align: middle;
}
.product-page .sidebar-right .bottom .list ul li .text h4 {
  font-size: 24px;
}
.product-page .sidebar-right .bottom .list ul li .text .content {
  display: block;
  margin: 15px 0;
  font-size: 14px;
  line-height: 1.8;
}
.product-page .sidebar-right .bottom .list ul li .text a.more {
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  height: 40px;
  padding: 0 25px;
  background: #0d95e8;
  color: white;
  border-radius: 3px;
  font-size: 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-page .sidebar-right .bottom .list ul li .text a.more:hover {
  background: #222;
}
.product-page .sidebar-right .form{
  margin-top: 2rem;
  background: #fff;
  -moz-box-shadow: 7px 5px 20px rgba(72, 73, 121, 0.15);
  -o-box-shadow: 7px 5px 20px rgba(72, 73, 121, 0.15);
  box-shadow: 7px 5px 20px rgba(72, 73, 121, 0.15);
  padding: 20px;
}

.inner-page .form ul {
    margin: -5px;
}
.inner-page .form ul li {
    padding: 5px;
}
.inner-page .form ul li.wid-100 {
    width: 100%;
}
.inner-page .form ul li input,
.inner-page .form ul li textarea {
    width: 100%;
    padding: 10px 15px;
    background: #f8f9fa none repeat scroll 0 0;
    border: medium none;
    font-size: 14px;
}
.inner-page .form ul li input::-webkit-input-placeholder,
.inner-page .form ul li textarea::-webkit-input-placeholder {
    color: #242424;
}
.inner-page .form ul li input:-moz-placeholder,
.inner-page .form ul li textarea:-moz-placeholder {
    color: #242424;
}
.inner-page .form ul li input::-moz-placeholder,
.inner-page .form ul li textarea::-moz-placeholder {
    color: #242424;
}
.inner-page .form ul li input:-ms-input-placeholder,
.inner-page .form ul li textarea:-ms-input-placeholder {
    color: #242424;
}
.inner-page .form ul li textarea {
    height: 120px;
    resize: vertical;
}
.inner-page .form ul li input[type="submit"] {
    background: #4a9181;
    color: white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-size: 14px;
    text-transform: uppercase;
}
.inner-page .form ul li input[type="submit"]:hover {
    background: #222;
}
.inner-page .sideBox .side-left {
  width: 23%;
}
.inner-page .sideBox .side-left h2 {
  display: block;
  font-size: 20px;
  font-family: "TB";
  text-transform: uppercase;
  line-height: 1;
  background-color: #4a9181;
  color: #fff;
  padding: 10px 15px;
  /*margin-bottom: 80px;*/
}
.inner-page .sideBox .side-left .box ul li{
  background-color: #ebebeb;
  padding: 10px 5px;
}
.inner-page .sideBox .side-left .box ul .l1{
  border: 1px dashed #eee;
}
.inner-page .sideBox .side-left .box ul li i{
  display: inline-block;
  color: #4a9181;
  font-size: 14px;
  vertical-align: top;
  margin-top: 3px;
  /*padding-left: 5px;*/
}
.inner-page .sideBox .side-left .box ul li a {
  display: inline-block;
  padding-left: 10px;
  width: 90%;
  /*padding: 5px 35px 5px 15px;*/
  /*background: #f5f5f5;
  margin-bottom: 10px;*/
  font-size: 15px;
  position: relative;
  -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
}
/*.inner-page .sideBox .side-left .box ul li a i {
  position: absolute;
  right: 15px;
  top: 8px;
}*/
.inner-page .sideBox .side-left .box ul li ul {
  display: none;
}
.inner-page .sideBox .side-left .box ul li ul li a {
  /*background: #e9e9e9;*/
  font-size: 14px;
}
.inner-page .sideBox .side-left .info {
  margin-top: 10px;
  position: relative;
  display: inline-block;
  width: 100%;
}
.inner-page .sideBox .side-left .info h5 {
  color: white;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  padding: 0 10px;
  text-align: center;
  font-size: 22px;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.inner-page .sideBox .side-right {
  width: 77%;
  padding-left: 2rem;
}
.inner-page .m-page {
  text-align: center;
  margin-top: 40px;
}
.inner-page .m-page a,
.inner-page .m-page span {
  display: inline-block;
  vertical-align: bottom;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #444;
  text-align: center;
  font-size: 14px;
  margin: 0 3px;
}
.inner-page .m-page a:first-child,
.inner-page .m-page span:first-child {
  margin-top: 40px;
}
.inner-page .m-page a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .m-page a:hover {
  background: #4a9181;
  color: white;
  border-color: #4a9181;
}

.contact-page{
  background-color: #fff;
}
.contact-page .contact-2 {
  padding: 30px 0;
}
.contact-page .contact-2 .left {
  width: 52%;
  padding-right: 15px;
}
.contact-page .contact-2 .left .form {
  -moz-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  -o-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  padding: 30px;
}
.contact-page .contact-2 .left .form input,.contact-page .contact-2 .left .form textarea{
  width: 100%;
  height: 40px;
  background: #f8f9fa none repeat scroll 0 0;
  border: none;
  margin-bottom: 10px;
  padding-left: 15px;
  font-size: 14px;
  font-weight: bold;
  font-family: 'TA';
}
.contact-page .contact-2 .left .form input[type="submit"]{
  background-color: #4a9181;
  color: #fff;
}
.contact-page .contact-2 .left .form textarea{
  height: 120px;
  padding-top: 10px;
}
.contact-page .contact-2 .right {
  width: 48%;
  padding-left: 15px;
}
.contact-page .contact-2 .right h3.title {
  position: relative;
  padding-bottom: 15px;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: bold;
}
.contact-page .contact-2 .right h3.title:after {
  position: absolute;
  height: 4px;
  width: 18%;
  background: #56d079 none repeat scroll 0 0;
  content: "";
  left: 0;
  bottom: 0;
}
.contact-page .contact-2 .right h3.title:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 20%;
  height: 4px;
  width: 20px;
  background: #ddd none repeat scroll 0 0;
}
.contact-page .contact-2 .right p {
  font-size: 15px;
  line-height: 2;
  margin-top: 15px;
}
.contact-page .contact-2 .right ul {
  padding-top: 20px;
  margin: -10px;
}
.contact-page .contact-2 .right ul li {
  padding: 10px;
}
/*.contact-page .contact-2 .right ul li:nth-child(1) h6,.contact-page .contact-2 .right ul li:nth-child(2) h6{
   margin-bottom: 2.2rem;
}*/
.contact-page .contact-2 .right ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-2 .right ul li h6 {
  font-size: 18px;
  margin-bottom: 7px;
  /*text-transform: capitalize;*/
  color: #828893;
}
.contact-page .contact-2 .right ul li p {
  font-size: 16px;
  color: #111;
  line-height: normal;
  letter-spacing: 1px;
}
.contact-page .contact-2 .right ul li.c_code{
  padding-left: 0rem;
  text-align: center;
}
.contact-page .contact-2 .right ul li.c_code #ewm {
    width: 64px;
    margin: 0 auto;
}
.contact-page .contact-2 .right ul li.c_code img {
    padding: 5px;
    border: 1px solid #000;
    background: #fff;
    border-radius: 10px;
}
.contact-page .contact-2 .right ul li.c_code p{
  margin-top: 1rem;
  font-size: 16px;
  line-height: 1;
}

.contact-btn {
  padding: 50px 0 25px;
  text-align: center;
  background: #bf8a58;
}
.contact-btn p {
  display: block;
  font-size: 18px;
  color: white;
}
.contact-btn a.more {
  display: inline-block;
  vertical-align: middle;
  margin-top: 10px;
  line-height: 34px;
  height: 34px;
  padding: 0 15px;
  background: white;
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.contact-btn a.more i {
  display: inline-block;
  vertical-align: middle;
  max-width: 16px;
  margin-right: 7px;
}
.contact-btn a.more i img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.contact-btn a.more:hover {
  -moz-box-shadow: 1px 3px 5px rgba(255, 255, 255, 0.3);
  -o-box-shadow: 1px 3px 5px rgba(255, 255, 255, 0.3);
  box-shadow: 1px 3px 5px rgba(255, 255, 255, 0.3);
}

@media screen and (max-width: 1200px) {
  .contact-page .contact-2 .right{
    padding-left: 5px;
  }
  .contact-page .contact-2 .right ul li {
    padding: 10px 5px;
}
}

@media screen and (max-width: 1080px) {
  .contact-page .contact-2 .right ul li h6{
    font-size: 16px;
  }
  .contact-page .contact-2 .right ul li p{
    font-size: 14px;
  }
}

@media screen and (max-width: 992px) {
  .inner-page .sideBox .side-left .info h5{
    font-size: 16px;
  }
  .inner-page .sideBox .side-left{
    display: none;
  }
  .inner-page .sideBox .side-right{
    width: 100%;
    padding-left: 0;
  }
  .contact-page .contact-2 .right ul li{
    width: 50%;
  }
}

@media screen and (max-width: 700px) {
  .product-page .sidebar-right .top{
    display: none;
  }
  .product-page {
    padding: 50px 0 60px;
}
.contact-page .contact-2 .left{
  width: 100%;
  padding-right: 0;
}
.contact-page .contact-2 .right{
  width: 100%;
  margin-top: 1rem;
}
.product-page .sidebar-right .bottom .block ul li{
  padding: 0 10px 10px;
}
.prodet-page .product-box .prodet-1 .right h3.title{
  font-size: 20px;
}
.prodet-page .product-box .prodet-1 .right h1.title{
  font-size: 20px;
}
.news-page .top{
  display: none;
}
.news-page .bottom{
  padding-top: 0;
}
.newdet-page h3{
  font-size: 20px;
}
.contact-page .contact-2 .right ul li.c_code{
  display: none;
}
.contact-page .contact-2 .right ul li{
  width: 100%;
}
}

.inner-page .sidebar-box .sidebar-left {
    width: 22%;
    padding-right: 15px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav {
    /*padding: 30px 0;*/
    background: #edeff2;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li ul{
  display: none;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li {
    margin: 5px 0;
    position: relative;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li a {
    display: block;
    /*text-transform: uppercase;*/
    color: #072948;
    font-size: 14px;
    line-height: 2;
    padding: 10px 5px;
    background: #fff;
    border-left: 4px solid #333;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    position: relative;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li a.active{
  background: #4a9181;
  color: #fff;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li i {
  width: 55px;
  height: 42px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: -10px;
    cursor: pointer;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li:hover i{
  color: #fff;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li li a {
    background: #fbf9f7;
    border-color: #d7d7d7;
    /*display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;*/
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li li a:before {
    content: '-';
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li:hover > a,
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li.active > a {
    background: #4a9181 none repeat scroll 0 0;
    color: #fff;
    border-left: 4px solid #072948;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li .children{
  display: none;
}
.inner-page .sidebar-box .sidebar-left .all span{
    width: auto;
    display: inline-block;
    overflow: hidden;
    padding: 2px 5px;
    text-transform: uppercase;
    background: #d7d7d7;
    background: -moz-linear-gradient(top,#d7d7d7 0%,#eaeaea 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#d7d7d7),color-stop(100%,#eaeaea));
    background: -webkit-linear-gradient(top,#d7d7d7 0%,#eaeaea 100%);
    background: -o-linear-gradient(top,#d7d7d7 0%,#eaeaea 100%);
    background: -ms-linear-gradient(top,#d7d7d7 0%,#eaeaea 100%);
    background: linear-gradient(to bottom,#d7d7d7 0%,#eaeaea 100%);
    margin-left: 1rem;
    margin-bottom: 10px;
    font-size: 14px;
}
.inner-page .sidebar-box .sidebar-left .all{
  margin-top: 1rem;
  background: #fff;
  padding: 1rem 0 2rem;
}
.inner-page .sidebar-box .sidebar-left .all li{
  color: #4c4b49;
  line-height: 2;
  text-align: center;
  -webkit-transition: .5s;
      -moz-transition: .5s;
      -ms-transition: .5s;
      -o-transition: .5s;
      transition: .5s;
}
.inner-page .sidebar-box .sidebar-left .all li:hover{
  color: #4a9181;
}
.inner-page .sidebar-box .sidebar-left .all li:nth-child(1){
  font-size: 24px;
}
.inner-page .sidebar-box .sidebar-left .all li:nth-child(2){
  font-size: 22px;
}
.inner-page .sidebar-box .sidebar-left .all li:nth-child(3){
  font-size: 18px;
}
.inner-page .sidebar-box .sidebar-left .all li:nth-child(4){
  font-size: 16px;
}
.inner-page .sidebar-box .sidebar-left .all li:nth-child(5){
  font-size: 18px;
}
.inner-page .sidebar-box .sidebar-left .all li:nth-child(6){
  font-size: 14px;
}
.inner-page .sidebar-box .sidebar-left .all li:nth-child(7){
  font-size: 15px;
}
.inner-page .sidebar-box .sidebar-left .all li:nth-child(8){
  font-size: 16px;
}
.inner-page .sidebar-box .sidebar-left .all li:nth-child(9){
  font-size: 14px;
}
.inner-page .sidebar-box .sidebar-left .all li:nth-child(10){
  font-size: 18px;
}
.inner-page .sidebar-box .sidebar-left .all li:nth-child(11){
  font-size: 18px;
}
.inner-page .sidebar-box .sidebar-left .all li:nth-child(12){
  font-size: 14px;
}
.inner-page .sidebar-box .sidebar-left .all li:nth-child(13){
  font-size: 19px;
}
.inner-page .sidebar-box .sidebar-left .all li:nth-child(14){
  font-size: 15px;
}
.inner-page .sidebar-box .sidebar-left .all li:nth-child(15){
  font-size: 16px;
}
.inner-page .sidebar-box .sidebar-left .all li:nth-child(16){
  font-size: 19px;
}
.inner-page .sidebar-box .sidebar-left .all li:nth-child(17){
  font-size: 18px;
}
.inner-page .sidebar-box .sidebar-left .all li:nth-child(18){
  font-size: 15px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf {
    margin: 30px 0;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf h4 {
    color: #111;
    font-size: 22px;
    text-transform: capitalize;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf h4:after {
    position: absolute;
    height: 4px;
    width: 30%;
    background: #4a9181 none repeat scroll 0 0;
    content: "";
    left: 0;
    bottom: -20px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf h4:before {
    position: absolute;
    content: "";
    bottom: -20px;
    left: 35%;
    height: 4px;
    width: 15px;
    background: #ddd none repeat scroll 0 0;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a {
    display: block;
    text-align: left;
    text-transform: uppercase;
    color: #111;
    font-weight: 600;
    font-size: 14px;
    padding: 15px 30px;
    border: 1px solid #eee;
    letter-spacing: 1px;
    margin-bottom: 10px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a i {
    margin-right: 5px;
    color: #4a9181;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a i.fa-download {
    float: right;
    margin-top: 6px;
    color: #111;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a:hover {
    background: #4a9181 none repeat scroll 0 0;
    color: #fff;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a:hover i {
    color: inherit;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info {
    padding: 30px 18px;
    background: url("../images/BG.jpg") center center;
    background-size: cover;
    position: relative;
    z-index: 1;
    text-align: center;
    color: white;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #4a9181;
    z-index: -1;
    opacity: .83;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info h4 {
    color: #fff;
    font-size: 25px;
    text-transform: capitalize;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 15px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info p {
    color: inherit;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info a.tel {
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 20px 0;
    display: block;
    font-size: 0.375rem;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info a.contact {
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    border: 2px solid #fff;
    color: #4a9181;
    background: #fff none repeat scroll 0 0;
    padding: 12px 35px;
    letter-spacing: 1px;
    margin-top: 10px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info a.contact:hover {
    background: transparent;
    color: #fff;
}
.inner-page .sidebar-box .sidebar-right {
    width: 78%;
    padding-left: 15px;
}

.prodet-page {
    padding: 40px 0;
}
.prodet-page .product-box .prodet-1 .left {
    width: 60%;
}
.prodet-page .product-box .prodet-1 .left a video{
  height: 665px;
}
.prodet-page .product-box .prodet-1 .left a {
    display: block;
    border: 1px solid #eee;
    background: #000;
}
.prodet-page .product-box .prodet-1 .left a img {
    width: 100%;
}
.prodet-page .product-box .prodet-1 .left ul {
    margin: -5px;
    padding: 0;
}
.prodet-page .product-box .prodet-1 .left ul li {
    padding: 5px;
}
.prodet-page .product-box .prodet-1 .left ul li i,
.prodet-page .product-box .prodet-1 .left ul li span {
    display: none !important;
}
.prodet-page .product-box .prodet-1 .left ul li img {
    display: block;
    margin: 0 auto;
    border: 1px solid #eee;
}
.prodet-page .product-box .prodet-1 .left ul .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%);
    text-indent: -9999em;
    width: 40px;
    height: 40px;
    border: none;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
    background-size: 8px;
    background-position: center center;
    background-repeat: no-repeat;
}
.prodet-page .product-box .prodet-1 .left ul .slick-arrow.slick-prev {
    background-image: url("../images/banner-btn-l.png");
    left: 10px;
}
.prodet-page .product-box .prodet-1 .left ul .slick-arrow.slick-next {
    background-image: url("../images/banner-btn-r.png");
    right: 10px;
}
.prodet-page .product-box .prodet-1 .right {
    padding-left: 15px;
    width: 40%;
}
.prodet-page .product-box .prodet-1 .right h3.title {
    font-size: 24px;
    color: #666;
}
.prodet-page .product-box .prodet-1 .right h1.title {
    font-size: 24px;
    line-height: 2;
    color: #666;
}
.prodet-page .product-box .prodet-1 .right .share {
    padding: 48px 0px 20px;
}
.prodet-page .product-box .prodet-1 .right .share h4 {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
}
.prodet-page .product-box .prodet-1 .right .share ul {
    display: inline-block;
    vertical-align: middle;
}
.prodet-page .product-box .prodet-1 .right .share ul li {
    width: auto;
    color: #666;
    margin: 5px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    display: inline-block;
}
.prodet-page .product-box .prodet-1 .right .share ul li:hover {
    color: #4a9181;
}
.prodet-page .product-box .prodet-1 .right a.tel {
    font-size: 18px;
    
    color: #4a9181;
    display: block;
}
.prodet-page .product-box .prodet-1 .right a.contact {
    display: inline-block;
    vertical-align: middle;
    line-height: 32px;
    height: 32px;
    background: #4a9181;
    color: white;
    padding: 0 25px;
    font-size: 14px;
    margin-top: 10px;
}
.prodet-page .product-box .prodet-1 .right .four{
    position: relative;
    margin-top: 30px;
}
.prodet-page .product-box .prodet-1 .right .four .slick-slider .slick-list .slick-track{
    margin-left: 0;
}
.prodet-page .product-box .prodet-1 .right .four li{
    padding: 3px;
}
.prodet-page .product-box .prodet-1 .right .four li img{
    border: 1px solid #eee;
}
.prodet-page .product-box .prodet-2 {
    padding: 30px 0;
}
.prodet-page .product-box .prodet-2 .options ul {
    background: #f8f8f8;
}
.prodet-page .product-box .prodet-2 .options ul li {
    width: auto;
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
    color: #3d474a;
    border-radius: 0;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    cursor: pointer;
}
.prodet-page .product-box .prodet-2 .options ul li:hover,
.prodet-page .product-box .prodet-2 .options ul li.active {
    color: white;
    background: #4a9181;
}
.prodet-page .product-box .prodet-2 .ret {
    padding-top: 20px;
    line-height: 2;
}
.prodet-page .product-box .prodet-2 .ret p {
    padding: 5px 0;
}
.prodet-page .product-box .prodet-2 .ret table {
    margin: 5px 0;
}
.prodet-page .product-box .prodet-2 .ret table td {
    border: 1px solid #eee;
    font-size: 14px;
}
.prodet-page .product-box .prodet-2 .ret table td p {
    padding: 0;
}
.prodet-page .product-box .prodet-2 .ret table tr:nth-child(even) {
    background: #f9f9f9;
}
.prodet-page .product-box .prodet-3 h3.title {
    font-size: 24px;
}
.prodet-page .product-box .prodet-3{
  margin-top: 1.5rem;
}
.prodet-page .product-box .prodet-3 .box{
  margin-top: 1rem;
}
.prodet-page .product-box .prodet-3 ul {
    margin: -10px;
}
.prodet-page .product-box .prodet-3 ul .slick-slide img{
  display: inline-block;
}
.prodet-page .product-box .prodet-3 ul li {
    padding: 10px;
}
.prodet-page .product-box .prodet-3 ul li .box {
    display: block;
    background: white;
    -moz-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
    -o-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
    box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
    text-align: center;
}
.prodet-page .product-box .prodet-3 ul li .box a.img-box {
    display: block;
}
.prodet-page .product-box .prodet-3 ul li .box .content {
    display: block;
    padding: 20px 10px;
    text-align: center;
}
.prodet-page .product-box .prodet-3 ul li .box .content h3 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    line-height: 2;
    color: #111;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.prodet-page .product-box .prodet-3 ul li .box .content h3:hover {
    color: #4a9181;
}
.prodet-page .product-box .prodet-3 ul li .box .content h5 {
    display: block;
    font-size: 14px;
    line-height: 2;
    color: #4a9181;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-transform: uppercase;
    font-weight: bold;
}
.prodet-page .product-box .prodet-3 ul li .box .content p {
    display: block;
    font-size: 12px;
    color: #888;
    line-height: 20px;
    margin: 5px 0 10px;
    height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.prodet-page .product-box .prodet-3 ul li .box .content a.more {
    display: inline-block;
    vertical-align: middle;
    line-height: 28px;
    height: 28px;
    padding: 0 10px;
    border: 1px solid #4a9181;
    font-size: 12px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    color: #4a9181;
}
.prodet-page .product-box .prodet-3 ul li .box .content a.more i {
    margin-left: 5px;
}
.prodet-page .product-box .prodet-3 ul li .box .content a.more:hover {
    color: white;
    background: #4a9181;
}

@media screen and (max-width: 1250px) {
  .inner-page .sidebar-box .sidebar-left .sidebar-nav {
        padding: 15px;
    }
    .prodet-page .product-box .prodet-1 .left {
        width: 100%;
    }
    .prodet-page .product-box .prodet-1 .right {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }
    .inner-page .sidebar-box .sidebar-left .sidebar-info h4 {
        font-size: 20px;
    }
    .inner-page .sidebar-box .sidebar-left .sidebar-info a.tel {
        font-size: 1.2rem;
        margin: 15px 0;
    }
    .inner-page .sidebar-box .sidebar-left .sidebar-info a.contact {
        padding: 6px 25px;
    }
}

@media screen and (max-width:1000px) {
  .prodet-page,{
    padding: 40px 0;
  }
  .inner-page .sidebar-box .sidebar-left {
        display: none;
    }
    .inner-page .sidebar-box .sidebar-right {
        width: 100%;
        padding-left: 0;
    }
    .inner-page .sidebar-box .sidebar-left .all{
      display: none;
    }
}

@media screen and (max-width: 500px) {
  .prodet-page .product-box .prodet-2 .options ul li {
        font-size: 13px;
        padding: 0 10px;
    }
}
.xinwen{
    text-align: center;
    font-size: 2.5rem;
    font-family: 'PB';
    line-height: 2;
}
.thidcategory{
    text-align: center;
    font-size: 2.5rem;
    font-family: 'PB';
    line-height: 2;
}
.neirongs{
    font-size: 1rem;
    line-height: 2;
    color: #666;
    margin-top: 1.5rem;
}
.fghgfhg{
    line-height: 2;
   margin-top: 20px;
}

body .language .lang {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

body .language .lang a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

body .language .lang a:hover {background-color: #f1f1f1}



