.about-1.pdct a.tag {
  font-weight: 600;
  color: var(--index-main-color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*margin-bottom: 1em;*/
}.about-page .about-1 {
   padding-top: 10px;
 }
.about-page .about-1 .right .text {
  line-height: 2;
  /*padding-top: 40px;*/
}
.about-page .about-1.pdct>img {
  margin-top: -19%;
}
.about-1.pdct .more {
  margin-top: 18px;
  height: 34px;
  font-size: 13px;
}
.about-page .about-1 > img {
  margin-top: -9%;
  width: 100%;
  position: relative;
  z-index: -1;
}
.about-page .about-1 .left {
  width: 35%;
}
.about-page .about-1 .left span.h2 {
  font-size: 60px;
  text-transform: capitalize;
  font-weight: 500;
}
.about-page .about-1 .right {
  width: 65%;
  text-align: justify;
}
.about-page .about-1 .right .text {
  line-height: 2;
}

i.line {
    width: 70px;
    height: 2px;
    display: block;
    margin: 10px auto;
    background: var(--index-main-color);
  }
  i.line.white {
    background: white;
  }
  @-webkit-keyframes fd {
    from {
      -webkit-transform: scale(1.2) translateX(0);
      -moz-transform: scale(1.2) translateX(0);
      -ms-transform: scale(1.2) translateX(0);
      -o-transform: scale(1.2) translateX(0);
      transform: scale(1.2) translateX(0);
    }
    to {
      -webkit-transform: scale(1.4) translateX(7%);
      -moz-transform: scale(1.4) translateX(7%);
      -ms-transform: scale(1.4) translateX(7%);
      -o-transform: scale(1.4) translateX(7%);
      transform: scale(1.4) translateX(7%);
    }
  
  }
  
  @-o-keyframes fd {
    from {
      -webkit-transform: scale(1.2) translateX(0);
      -moz-transform: scale(1.2) translateX(0);
      -ms-transform: scale(1.2) translateX(0);
      -o-transform: scale(1.2) translateX(0);
      transform: scale(1.2) translateX(0);
    }
    to {
      -webkit-transform: scale(1.4) translateX(7%);
      -moz-transform: scale(1.4) translateX(7%);
      -ms-transform: scale(1.4) translateX(7%);
      -o-transform: scale(1.4) translateX(7%);
      transform: scale(1.4) translateX(7%);
    }
  
  }
  
  @-moz-keyframes fd {
    from {
      -webkit-transform: scale(1.2) translateX(0);
      -moz-transform: scale(1.2) translateX(0);
      -ms-transform: scale(1.2) translateX(0);
      -o-transform: scale(1.2) translateX(0);
      transform: scale(1.2) translateX(0);
    }
    to {
      -webkit-transform: scale(1.4) translateX(7%);
      -moz-transform: scale(1.4) translateX(7%);
      -ms-transform: scale(1.4) translateX(7%);
      -o-transform: scale(1.4) translateX(7%);
      transform: scale(1.4) translateX(7%);
    }
  
  }
  
  @keyframes fd {
    from {
      -webkit-transform: scale(1.2) translateX(0);
      -moz-transform: scale(1.2) translateX(0);
      -ms-transform: scale(1.2) translateX(0);
      -o-transform: scale(1.2) translateX(0);
      transform: scale(1.2) translateX(0);
    }
    to {
      -webkit-transform: scale(1.4) translateX(7%);
      -moz-transform: scale(1.4) translateX(7%);
      -ms-transform: scale(1.4) translateX(7%);
      -o-transform: scale(1.4) translateX(7%);
      transform: scale(1.4) translateX(7%);
    }
  
  }
  .duo h1 {
    display: inline;
}


.inner-page .m-page {
  margin-top: 4vw;
  text-align: center;
  padding-bottom: 70px;
}
.inner-page .m-page a,
.inner-page .m-page span {
  margin: 0 13px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 100%;
  font-weight: 600;
  font-size: 14px;
  color: #301500;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background: rgb(0 0 0 / 10%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .m-page a::after,
.inner-page .m-page span::after {
  content: '';
  width: 130%;
  height: 130%;
  position: absolute;
  left: -15%;
  top: -15%;
  border-radius: inherit;
  border: 2px solid #ececec;
}
.inner-page .m-page a:hover {
  background-color: #111;
  color: #fff;
}
.inner-page .m-page span.current {
  background-color: #111;
  color: #fff;
}
@media screen and (max-width: 1700px) {
  .inner-page .m-page a,
  .inner-page .m-page span {
    height: 44px;
    line-height: 44px;
    width: 44px;
  }
}  
@media screen and (max-width: 500px) {
  .inner-page .m-page a,
  .inner-page .m-page span {
    line-height: 36px;
    height: 36px;
    width: 36px;
    margin: 5px;
  }
}
@media screen and (max-width: 1800px) {
  .about-page .about-1 .left span.h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1450px) {
  .about-page .about-1 {
    padding-top: 80px;
  }
}
@media screen and (max-width: 1250px) {
  .about-page .about-1 .left span.h2,{
    font-size: 24px;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-1 .left{
    width: 100%;
    padding-right: 0;
  }
  .about-page .about-1 .right{
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
}

.duomile {
    font-size: 40px;
    margin-bottom: 15px;
    color: var(--index-main-color);
    /*text-shadow: #000 1px 1px 1px;*/
}
.dmle {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 28px;
}
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;
  }
  table td,
  table th {
    padding: 5px 10px;
    border: 1px solid #f6f7f7;
    width: auto !important;
    height: auto !important;
  }
  table tr {
    width: auto !important;
    height: auto !important;
  }
  table tr:nth-child(even) {
    background: #eee;
  }
  .wpulike.wpulike-default {
    display: none;
  }
  .prodet-page .wpulike.wpulike-default,
  .newdet-page .wpulike.wpulike-default {
    display: inline-block;
  }
  .post-views-box {
    position: relative;
    margin-left: 20px;
  }
  .post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
    background-image: url(../images/fw.png) !important;
    filter: none;
  }
  .wpulike {
    z-index: 10;
  }
  .wpulike.post-views-box {
    z-index: 5;
  }
  /*@media screen and (max-width: 1000px) {
    .inner-banner {
      margin-top: 40px;
    }
  }*/
  @media screen and (max-width: 1000px) {
    .dml, .duomile {
        display: none !important;
      }
  }
  /*.inner-page .m-page {
    text-align: center;
    margin-top: 80px;
  }
  .inner-page .m-page a,
  .inner-page .m-page span {
    display: inline-block;
    vertical-align: middle;
    margin: 3px;
    width: 54px;
    height: 54px;
    line-height: 54px;
    border-radius: 100%;
    background: black;
    color: white;
    font-size: 16px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
  }
  .inner-page .m-page a:hover,
  .inner-page .m-page span.current {
    background: var(--index-main-color);
  }*/
  .inner-page .public-box {
    padding: 100px 0 90px;
    text-align: center;
    background: white;
    background: linear-gradient(to bottom,var(--index-color) 0%,transparent 100%);
  }
  .inner-page .public-box i.tag {
    font-size: 32px;
    color: var(--index-main-color);
    text-transform: uppercase;
    line-height: 1;
  }
  .inner-page .public-box h2 {
        font-size: 55px;
    font-weight: 500;
    color: black;
      
    line-height: 1;
    margin: 15px 0 20px;
  }
  .inner-page .public-box .text {
    font-size: 18px;
    margin: 20px 0 50px;
  }
  .inner-page .public-box a.more {
    line-height: 66px;
    height: 66px;
    padding: 0 65px;
    border-radius: 33px;
    font-size: 24px;
    color: white;
       
    background: var(--index-main-color);
    display: inline-block;
    position: relative;
    overflow: hidden;
  }
  .inner-page .public-box a.more:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background: var(--index-main-color);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, var(--index-main-color)), color-stop(100%, var(--index-color1)));
    /* 兼容Safari4-5, chrome1-9 */
    background: -moz-linear-gradient(right, var(--index-main-color) 0%, var(--index-color1) 100%);
    /* firefox */
    background: -webkit-linear-gradient(left, var(--index-main-color) 0%, var(--index-color1) 100%);
    /* chrome */
    background: -o-linear-gradient(right, var(--index-main-color) 0%, var(--index-color1) 100%);
    /* opera */
    background: -ms-linear-gradient(right, var(--index-main-color) 0%, var(--index-color1) 100%);
    /* ie */
    background: linear-gradient(to right, var(--index-main-color), var(--index-color1));
    /* firefox */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--index-main-color)', endColorstr='var(--index-color1)',GradientType=1)";
    /* 兼容IE8~IE9 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--index-main-color)', endColorstr='var(--index-color1)', GradientType=1);
    /* 兼容IE5~IE9 */
    border-radius: inherit;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
  }
  .inner-page .public-box a.more span {
    position: relative;
    z-index: 1;
  }
  .inner-page .public-box a.more:hover:after {
    opacity: 0;
  }
  .inner-page .form i.tag {
    display: block;
    font-size: 21px;
    text-transform: uppercase;
    line-height: 1;
  }
  .inner-page .form h2 {
    color: #3d3d3d;
      
    font-size: 60px;
    line-height: 1;
    margin: 25px 0 50px;
  }
  .inner-page .form h2 em {
    color: var(--index-main-color);
  }
  .inner-page .form ul {
    margin: -6px -8px;
  }
  .inner-page .form ul li {
    padding: 6px 8px;
  }
  .inner-page .form ul li input,
  .inner-page .form ul li textarea {
    width: 100%;
    padding: 15px 35px;
    line-height: 24px;
    border: 2px solid #d9d9d9;
    font-size: 18px;
    color: black;
    border-radius: 35px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
  }
  .inner-page .form ul li input::-webkit-input-placeholder,
  .inner-page .form ul li textarea::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
  }
  .inner-page .form ul li input:-moz-placeholder,
  .inner-page .form ul li textarea:-moz-placeholder {
    color: rgba(0, 0, 0, 0.6);
  }
  .inner-page .form ul li input::-moz-placeholder,
  .inner-page .form ul li textarea::-moz-placeholder {
    color: rgba(0, 0, 0, 0.6);
  }
  .inner-page .form ul li input:-ms-input-placeholder,
  .inner-page .form ul li textarea:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
  }
  .inner-page .form ul li input:focus,
  .inner-page .form ul li textarea:focus {
    border-color: var(--index-main-color);
  }
  .inner-page .form ul li.wid-100 {
    width: 100%;
  }
  .inner-page .form ul li.wid-100 textarea {
    height: 180px;
    resize: vertical;
    -webkit-transition: .5s all,height 0s;
    -moz-transition: .5s all,height 0s;
    -ms-transition: .5s all,height 0s;
    -o-transition: .5s all,height 0s;
    transition: .5s all,height 0s;
  }
  .inner-page .form ul li.wid-100 button {
    line-height: 66px;
    height: 66px;
    padding: 0 35px;
    border-radius: 33px;
    font-size: 24px;
    color: white;
       
    background: var(--index-main-color);
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border: none;
    margin-top: 30px;
  }
  .inner-page .form ul li.wid-100 button:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: var(--index-main-color);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, var(--index-main-color)), color-stop(100%, var(--index-color1)));
    /* 兼容Safari4-5, chrome1-9 */
    background: -moz-linear-gradient(right, var(--index-main-color) 0%, var(--index-color1) 100%);
    /* firefox */
    background: -webkit-linear-gradient(left, var(--index-main-color) 0%, var(--index-color1) 100%);
    /* chrome */
    background: -o-linear-gradient(right, var(--index-main-color) 0%, var(--index-color1) 100%);
    /* opera */
    background: -ms-linear-gradient(right, var(--index-main-color) 0%, var(--index-color1) 100%);
    /* ie */
    background: linear-gradient(to right, var(--index-main-color), var(--index-color1));
    /* firefox */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--index-main-color)', endColorstr='var(--index-color1)',GradientType=1)";
    /* 兼容IE8~IE9 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--index-main-color)', endColorstr='var(--index-color1)', GradientType=1);
    /* 兼容IE5~IE9 */
    border-radius: inherit;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
  }
  .inner-page .form ul li.wid-100 button span {
    position: relative;
    z-index: 1;
  }
  .inner-page .form ul li.wid-100 button:hover:after {
    opacity: 0;
  }
  /*.mbx {
    margin-top: 160px;
    padding-top: 100px;
    font-size: 18px;
    color: black;
    display: inline-block;
    width: 100%;
  }
  .mbx a:first-child {
    color: var(--index-main-color);
  }
  .mbx form {
    float: right;
    width: 460px;
    position: relative;
    overflow: hidden;
    margin-top: -15px;
  }
  .mbx form:after {
    content: '';
    width: 1px;
    height: 40px;
    position: absolute;
    right: 80px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #c3c3c3;
  }
  .mbx form input {
    width: 100%;
    line-height: 64px;
    height: 64px;
    border-radius: 32px;
    border: 4px solid #bfbfbf;
    padding-left: 40px;
    padding-right: 90px;
    font-size: 18px;
  }
  .mbx form input::-webkit-input-placeholder {
    color: #ddd;
  }
  .mbx form input:-moz-placeholder {
    color: #ddd;
  }
  .mbx form input::-moz-placeholder {
    color: #ddd;
  }
  .mbx form input:-ms-input-placeholder {
    color: #ddd;
  }
  .mbx form input[type="submit"] {
    border: none;
    width: 80px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    border-radius: 0;
    background: url("../images/icon-search.png") center center no-repeat transparent;
  }*/
  .about-page .about-1 {
    /*padding: 80px 0;*/
    text-align: center;
  }
  #index-body .news{
    margin-top: 0;
  }
  .about-page .about-1 h2 {
    font-size: 94px;
    color: #3d3d3d;
    line-height: 1;
  }
  .about-page .about-1 h2 em {
    color: var(--index-main-color);
  }
  .about-page .about-1 h6 {
    display: block;
    font-size: 34px;
       
    line-height: 1;
    margin: 30px 0 45px;
    opacity: .77;
  }
  .about-page .about-1 .content {
    display: block;
    font-size: 18px;
    line-height: 32px;
    color: rgba(0, 0, 0, 0.48);
    position: relative;
  }
  .about-page .about-1 .content p {
    padding-top: 20px;
  }
  .about-page .about-1 .content p:first-child {
    padding-top: 0;
  }
  .ddl {
      display: block;
      margin-top: 20px;
      font-size: 18px;
      color: #7b7b7b;
      padding: 15px 250px;
      line-height: 30px;
  }
  .about-page .about-1 .content:after {
    content: attr(data-text);
    font-size: 258px;
    color: #a1a1a1;
    opacity: .14;
    text-transform: uppercase;
    position: absolute;
    line-height: .7;
    left: 0;
    width: 100%;
    text-align: center;
    bottom: 0;
      
    z-index: -1;
  }
  .about-page .about-1 .img {
    margin-top: 130px;
    position: relative;
  }
  .about-page .about-1 .img .play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
    cursor: hand;
  }
  .about-page .about-2 {
    background: var(--index-main-color);
    padding: 130px 0;
    text-align: center;
    color: white;
  }
  .about-page .about-2 h2 {
      
    font-size: 60px;
    line-height: 1;
  }
  .about-page .about-2 .list {
    margin-top: 80px;
    overflow: hidden;
  }
  .about-page .about-2 .list ul {
    margin: 0 -35px;
  }
  .about-page .about-2 .list ul li {
    padding: 0 35px;
  }
  .about-page .about-2 .list ul li i {
    display: block;
    line-height: 170px;
    height: 170px;
  }
  .about-page .about-2 .list ul li i img {
    display: inline-block;
    vertical-align: middle;
  }
  .about-page .about-2 .list ul li h4 {
    font-size: 30px;
      
    line-height: 1;
    margin: 20px 0 10px;
  }
  .about-page .about-2 .list ul li p {
    display: block;
    font-size: 18px;
    line-height: 1.6;
  }
  .about-page .about-3 {
    padding-top: 120px;
    text-align: center;
  }
  .about-page .about-3 h2 {
    font-size: 65px;
    color: black;
      
    line-height: 1;
  }
  .about-page .about-3 h2 em {
    color: var(--index-main-color);
  }
  .about-page .about-3 h6 {
    font-size: 32px;
    color: rgba(0, 0, 0, 0.77);
    line-height: 1;
    margin: 15px 0 30px;
  }
  .about-page .about-3 .list {
    padding: 40px 0 80px;
    position: relative;
  }
  .about-page .about-3 .list:after {
    content: '';
    width: 0;
    height: 100%;
    top: 0;
    left: 50%;
    border-right: 3px var(--index-main-color) dashed;
    position: absolute;
    margin-left: -1px;
  }
  .about-page .about-3 .list ul li {
    padding-bottom: 15px;
    width: 50%;
    position: relative;
    left: 0;
  }
  .about-page .about-3 .list ul li .box {
    padding: 0 18%;
    position: relative;
  }
  .about-page .about-3 .list ul li .box:after {
    content: '';
    width: 15%;
    height: 1px;
    background: var(--index-main-color);
    position: absolute;
    right: 0;
    top: 20%;
  }
  .about-page .about-3 .list ul li .box:before {
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 100%;
    position: absolute;
    top: 9%;
    right: -16px;
    background: #258a39;
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #258a39), color-stop(100%, #17bc3e));
    /* 兼容Safari4-5, chrome1-9 */
    background: -moz-linear-gradient(bottom, #258a39 0%, #17bc3e 100%);
    /* firefox */
    background: -webkit-linear-gradient(top, #258a39 0%, #17bc3e 100%);
    /* chrome */
    background: -o-linear-gradient(bottom, #258a39 0%, #17bc3e 100%);
    /* opera */
    background: -ms-linear-gradient(bottom, #258a39 0%, #17bc3e 100%);
    /* ie */
    background: linear-gradient(to bottom, #258a39, #17bc3e);
    /* firefox */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#258a39', endColorstr='#17bc3e',GradientType=0)";
    /* 兼容IE8~IE9 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#258a39', endColorstr='#17bc3e', GradientType=0);
    /* 兼容IE5~IE9 */
    z-index: 1;
  }
  .about-page .about-3 .list ul li .box h3 {
    font-size: 50px;
    color: var(--index-main-color);
      
    line-height: 1;
  }
  .about-page .about-3 .list ul li .box .text {
    font-size: 18px;
    line-height: 1.6;
    margin-top: 15px;
  }
  .about-page .about-3 .list ul li:nth-child(odd) {
    left: 50%;
  }
  .about-page .about-3 .list ul li:nth-child(odd) .box {
    text-align: left;
  }
  .about-page .about-3 .list ul li:nth-child(odd) .box:after {
    left: 0;
  }
  .about-page .about-3 .list ul li:nth-child(odd) .box:before {
    left: -15px;
  }
  .about-page .about-3 .list ul li:nth-child(even) {
    text-align: right;
  }
  .about-page .about-4 {
    padding: 130px 0 110px;
    background: #e6e6e6;
    text-align: center;
  }
  .about-page .about-4 h2 {
    font-size: 70px;
    line-height: 1;
      
  }
  .about-page .about-4 h2 em {
    color: var(--index-main-color);
  }
  .about-page .about-4 .text {
    display: block;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.64);
    line-height: 1.4;
    max-width: 510px;
    margin: 15px auto 30px;
  }
  .about-page .about-4 .list ul {
    margin: -15px;
  }
  .about-page .about-4 .list ul li {
    padding: 15px;
  }
  .about-page .about-4 .list ul li a {
    display: block;
    -moz-box-shadow: -2px 2px 13px rgba(0, 0, 0, 0.35);
    -o-box-shadow: -2px 2px 13px rgba(0, 0, 0, 0.35);
    box-shadow: -2px 2px 13px rgba(0, 0, 0, 0.35);
  }
  .about-page .about-5 {
    padding: 150px 0 140px;
    text-align: center;
  }
  .about-page .about-5 h2 {
    font-size: 64px;
    line-height: 1;
    color: black;
      
  }
  .about-page .about-5 h2 em {
    color: var(--index-main-color);
  }
  .about-page .about-5 .list {
    padding-top: 80px;
  }
  .about-page .about-5 .list ul {
    margin: -8px;
  }
  .about-page .about-5 .list ul li {
    padding: 8px;
  }
  .about-page .about-5 .list ul li a {
    display: block;
  }
  .product-page {
    /*background: #f6f7f7;*/
  }
  .product-page .product-nav {
    padding: 5px 0 80px;
  }
  .product-page .product-nav ul {
    margin: -10px;
  }
  .product-page .product-nav ul li {
    padding: 10px;
    position: relative;
  }
  .product-page .product-nav ul li a {
    display: block;
    padding: 10px;
    font-size: 18px;
       
    color: black;
    border: 3px solid #d2d2d2;
    background: #fff;
    border-radius: 32px;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
  }
  .product-page .product-nav ul li a:hover,
  .product-page .product-nav ul li a.active {
    background: var(--index-main-color);
    border-color: var(--index-main-color);
    color: white;
  }
  .product-page .product-nav ul li ul {
    position: absolute;
    top: 100%;
    left: 8%;
    width: 90%;
    background: white;
  -moz-box-shadow: 0 0 6px rgba(0,0,0,.35);
      -o-box-shadow: 0 0 6px rgba(0,0,0,.35);
      box-shadow: 0 0 6px rgb(0 0 0 / 35%);
      border-radius: 15px;
      border: none;
      z-index: 2;
      overflow: hidden;
      display: none;
  }
  .product-page .product-nav ul li:hover ul {
    display: block;
  }
  .product-page .product-nav ul li ul li {
    padding: 0;
  }
  .product-page .product-nav ul li ul li a {
    border-radius: 0;
    padding: 10px;
    font-size: 16px;
    border: none;
    border-bottom: 1px #ccc dashed;
  }
  .product-page .product-nav ul li ul li:last-child a {
    border-bottom: none;
  }
  .product-page .product-list {
    padding-bottom: 65px;
  }
  .product-page .product-list ul {
    margin: -15px;
  }
  .product-page .product-list ul li {
    padding: 15px;
  }
  .product-page .product-list ul li .box {
    display: block;
    background: white;
      -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
    padding: 0 0 50px;
    text-align: center;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    top: 0;
    left: 0;
  }
  .product-page .product-list ul li .box .public-btn{
    margin: 0 auto;
  }
  .product-page .product-list ul li .box:hover {
    top: -10px;
    left: 0;
      -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  }
  .product-page .product-list ul li .box a.img-box {
    /*max-width: 300px;*/
    display: block;
    margin: 0 auto;
    /*padding-bottom: 30px;*/
  }
  .product-page .product-list ul li .box a.img-box img {
    width: 100%;
    /*background: #f3f3f3;*/
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  }
  .product-page .product-list ul li .box h4 {
    font-size: 24px;
    color: black;
       font-weight: 500;
    line-height: 32px;
    text-transform: capitalize;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    white-space: normal;
    text-overflow: ellipsis;
    overflow: visible;
    padding: 0 15px;
  }
  .product-page .product-list ul li .box h4 a{
      display: -webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient: vertical;
  /*padding-top: 30px;*/
  overflow: hidden;
  text-overflow: ellipsis;
  }
  .product-page .product-list ul li .box h4:hover {
    color: var(--index-main-color);
  }
  .product-page .product-list ul li .box p {
    display: block;
    font-size: 15px;
    line-height: 28px;
    margin: 15px auto 20px;
    max-width: 290px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 60px;
    padding: 0 15px;
  }
  .product-page .product-list ul li .box a.more {
    line-height: 48px;
    height: 48px;
    padding: 0 35px;
    display: inline-block;
    background: black;
    color: white;
    font-size: 20px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border-radius: 30px;
  }
  .product-page .product-list ul li .box a.more:hover {
    background: var(--index-main-color);
  }
  .prodet-page .prodet-1 .left {
    padding-right: 5%;
  }
  .prodet-page .prodet-1 .left .box2 {
    display: table;
    width: 100%;
    min-height: inherit;
  }
  .prodet-page .prodet-1 .left a.img {
    background: white;
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.35);
    -o-box-shadow: 0 0 6px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.35);
    display: block;
    text-align: center;
    padding: 0 20px;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
  }
  .prodet-page .prodet-1 .right i.tag {
    color: #7b7b7b;
    font-size: 18px;
    margin-bottom: 15px;
    display: block;
  }
  .prodet-page .prodet-1 .right h2 {
    font-size: 40px;
      
    line-height: 1.2;
    padding-bottom: 30px;
    border-bottom: 5px solid var(--index-main-color);
  }
  .prodet-page .prodet-1 .right h1 {
    font-size: 32px;
      
    line-height: 1.5;
    padding-bottom: 30px;
    border-bottom: 5px solid var(--index-main-color);
  }
  .prodet-page .prodet-1 .right .text {
    display: block;
    margin: 20px 0 40px;
    font-size: 16px;
    color: #7b7b7b;
    line-height: 2;
  }
  .prodet-page .prodet-1 .right a.more {
    line-height: 66px;
    height: 66px;
    padding: 0 65px;
    border-radius: 33px;
    font-size: 24px;
    color: white;
       
    background: var(--index-main-color);
    display: inline-block;
    position: relative;
    overflow: hidden;
  }
  .prodet-page .prodet-1 .right a.more:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background: var(--index-main-color);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, var(--index-main-color)), color-stop(100%, var(--index-color1)));
    /* 兼容Safari4-5, chrome1-9 */
    background: -moz-linear-gradient(right, var(--index-main-color) 0%, var(--index-color1) 100%);
    /* firefox */
    background: -webkit-linear-gradient(left, var(--index-main-color) 0%, var(--index-color1) 100%);
    /* chrome */
    background: -o-linear-gradient(right, var(--index-main-color) 0%, var(--index-color1) 100%);
    /* opera */
    background: -ms-linear-gradient(right, var(--index-main-color) 0%, var(--index-color1) 100%);
    /* ie */
    background: linear-gradient(to right, var(--index-main-color), var(--index-color1));
    /* firefox */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--index-main-color)', endColorstr='var(--index-color1)',GradientType=1)";
    /* 兼容IE8~IE9 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--index-main-color)', endColorstr='var(--index-color1)', GradientType=1);
    /* 兼容IE5~IE9 */
    border-radius: inherit;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
  }
  .prodet-page .prodet-1 .right a.more span {
    position: relative;
    z-index: 1;
  }
  .prodet-page .prodet-1 .right a.more:hover:after {
    opacity: 0;
  }
  .prodet-page .prodet-1 .right .list {
    padding-top: 50px;
  }
  .prodet-page .prodet-1 .right .list ul {
    margin: -10px;
  }
  .prodet-page .prodet-1 .right .list ul .slick-track {
    margin-left: 0;
  }
  .prodet-page .prodet-1 .right .list ul li {
    padding: 10px;
  }
  .prodet-page .prodet-1 .right .list ul li a {
    display: block;
    padding: 20px;
    background: white;
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.35);
    -o-box-shadow: 0 0 6px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.35);
    text-align: center;
    overflow: hidden;
    border-radius: 20px;
  }
  table {
    border-radius: 15px;
    overflow: hidden;
    background: white;
  }
  table tr:first-child td:first-child {
    border-top-left-radius: 15px;
  }
  table tr:first-child td:last-child {
    border-top-right-radius: 15px;
  }
  table tr:last-child td:first-child {
    border-bottom-left-radius: 15px;
  }
  table tr:last-child td:last-child {
    border-bottom-right-radius: 15px;
  }
  .prodet-page .prodet-1 .right .list ul li a img {
    display: block;
    margin: 0 auto;
  }
  .prodet-page .prodet-2 {
    padding: 160px 0;
  }
  .prodet-page .prodet-2 h2 {
    font-size: 54px;
    color: black;
      
    text-align: center;
  }
  .prodet-page .prodet-2 h2 em {
    color: var(--index-main-color);
  }
  .prodet-page .prodet-2 .content {
    display: block;
    margin-top: 20px;
    font-size: 18px;
    color: #7b7b7b;
  }
  .prodet-page .prodet-2 .content table tr:first-child {
    background: var(--index-main-color);
    color: white;
    text-align: center;
  }
  .prodet-page .prodet-2 .content table tr td {
    padding: 15px;
    border: 1px solid #f6f7f7;
  }
  .prodet-page .prodet-3 {
    padding-bottom: 90px;
  }
  .prodet-page .prodet-3 h2 {
    color: #3d3d3d;
      
    font-size: 60px;
    line-height: 1;
    margin-bottom: 70px;
    text-align: center;
  }
  .prodet-page .prodet-3 h2 em {
    color: var(--index-main-color);
  }
  .prodet-page .prodet-4 {
    padding: 40px 0;
    text-align: center;
  }
  .news-page .news-list {
    padding: 20px 0 90px;
  }
  .news-page .news-list ul li {
    margin-bottom: 30px;
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.35);
    -o-box-shadow: 0 0 6px rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.35);
    position: relative;
    z-index: 1;
    background: #fff;
    border-radius: 30px;
    overflow: hidden;
  }
  .news-page .news-list ul li:after {
    content: '';
    width: 71%;
    height: 100%;
    right: 0;
    top: 0;
    background: var(--index-main-color);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, var(--index-main-color)), color-stop(100%, var(--index-color1)));
    /* 兼容Safari4-5, chrome1-9 */
    background: -moz-linear-gradient(right, var(--index-main-color) 0%, var(--index-color1) 100%);
    /* firefox */
    background: -webkit-linear-gradient(left, var(--index-main-color) 0%, var(--index-color1) 100%);
    /* chrome */
    background: -o-linear-gradient(right, var(--index-main-color) 0%, var(--index-color1) 100%);
    /* opera */
    background: -ms-linear-gradient(right, var(--index-main-color) 0%, var(--index-color1) 100%);
    /* ie */
    background: linear-gradient(to right, var(--index-main-color), var(--index-color1));
    /* firefox */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--index-main-color)', endColorstr='var(--index-color1)',GradientType=1)";
    /* 兼容IE8~IE9 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--index-main-color)', endColorstr='var(--index-color1)', GradientType=1);
    /* 兼容IE5~IE9 */
    position: absolute;
    z-index: -1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
  }
  .news-page .news-list ul li .img {
    width: 29%;
    vertical-align: middle;
  }
  .news-page .news-list ul li .text {
    width: 62%;
    vertical-align: middle;
    padding: 0 5%;
    color: black;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
  }
  .news-page .news-list ul li .text time {
    display: block;
    font-size: 18px;
  }
  .news-page .news-list ul li .text h4 {
    font-size: 24px;
    line-height: 1.6;
    margin: 20px 0;
  }
  .news-page .news-list ul li .text h4:hover {
    text-decoration: underline;
  }
  .news-page .news-list ul li .text .content {
    font-size: 21px;
    line-height: 1.9;
  }
  .news-page .news-list ul li div.plus {
    width: 9%;
    vertical-align: middle;
  }
  .news-page .news-list ul li div.plus i.plus {
    width: 30px;
    height: 30px;
    display: block;
    position: relative;
    cursor: pointer;
    cursor: hand;
  }
  .news-page .news-list ul li div.plus i.plus:after,
  .news-page .news-list ul li div.plus i.plus:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: black;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
  }
  .news-page .news-list ul li div.plus i.plus:after {
    width: 3px;
    height: 100%;
  }
  .news-page .news-list ul li div.plus i.plus:before {
    height: 3px;
    width: 100%;
  }
  .news-page .news-list ul li:hover:after {
    opacity: 1;
  }
  .news-page .news-list ul li:hover .text {
    color: white;
  }
  .news-page .news-list ul li:hover div.plus i.plus:after,
  .news-page .news-list ul li:hover div.plus i.plus:before {
    background: white;
  }
  .contact-page .contact-1 {
    padding-top: 40px;
  }
  .contact-page .contact-1 .top .left {
    vertical-align: middle;
  }
  .contact-page .contact-1 .top .left h2 {
    font-size: 80px;
    color: #3d3d3d;
      
    text-transform: uppercase;
    line-height: 1;
  }
  .contact-page .contact-1 .top .left h2 em {
    color: var(--index-main-color);
  }
  .contact-page .contact-1 .top .left h6 {
    font-size: 32px;
    color: black;
      
    line-height: 2;
    margin-top: 20px;
    text-transform: uppercase;
  }
  .contact-page .contact-1 .top .left h6 em {
    color: var(--index-main-color);
  }
  .contact-page .contact-1 .top .right {
    vertical-align: middle;
  }
  .contact-page .contact-1 .top .right p {
    font-size: 24px;
    line-height: 2;
    color: rgba(0, 0, 0, 0.48);
  }
  .contact-page .contact-1 .bottom {
    padding-top: 70px;
  }
  .contact-page .contact-1 .bottom ul {
    margin: -18px;
  }
  .contact-page .contact-1 .bottom ul li {
    padding: 18px;
  }
  .contact-page .contact-1 .bottom ul li .box {
    display: block;
    padding: 70px 10% 60px;
    border-radius: 25px;
    border: 2px solid #d9d9d9;
    text-align: center;
    position: relative;
    top: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
  }
  .contact-page .contact-1 .bottom ul li .box i {
    display: block;
    line-height: 100px;
    height: 100px;
  }
  .contact-page .contact-1 .bottom ul li .box i img {
    display: inline-block;
    vertical-align: middle;
  }
  .contact-page .contact-1 .bottom ul li .box h5 {
    display: block;
    color: var(--index-main-color);
    font-size: 32px;
      
    margin: 15px 0 30px;
    line-height: 1;
  }
  .contact-page .contact-1 .bottom ul li .box p {
    color: #585858;
    font-size: 21px;
    line-height: 1.6;
      
    height: 99px;
  }
  .contact-page .contact-1 .bottom ul li .box:hover {
    top: -15px;
    border-color: var(--index-main-color);
  }
  .contact-page .contact-2 {
    padding: 90px 0;
    text-align: center;
  }
  .contact-page #mapContainer .amap-copyright,
  .contact-page #mapContainer .amap-logo {
    display: none !important;
  }
  .gallery-page .gallery-list {
    padding: 60px 0;
  }
  .gallery-page .gallery-list ul {
    margin: -15px;
  }
  .gallery-page .gallery-list ul li {
    padding: 15px;
  }
  .gallery-page .gallery-list ul li a {
    display: block;
  }
  .gallery-page .gallery-list ul li a h5 {
    position: relative;
    z-index: 1;
    background: white;
    padding: 15px;
       
    font-size: 24px;
    color: #333;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border-radius: 20px;
  }
  .gallery-page .gallery-list ul li a:hover h5 {
    color: var(--index-main-color);
  }
  .faq-page .faq-list {
    padding: 80px 0;
  }
  .faq-page .faq-list ul li {
    margin-bottom: 20px;
    border: 4px solid #ddd;
    background: white;
    padding: 20px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
   border-radius: 30px;
  }
  .faq-page .faq-list ul li h4 {
    font-size: 26px;
       
    color: #0c7338;
    padding-bottom: 15px;
  }
  .faq-page .faq-list ul li .text {
    padding-top: 15px;
    font-size: 16px;
    color: #666;
    border-top: 1px #ddd dashed;
  }
  .faq-page .faq-list ul li:hover {
    border-color: var(--index-main-color);
  }
  .newdet-page .newdet-content {
    padding: 60px 0;
  }
  .newdet-page .box {
    padding: 25px;
    border: 2px solid #ddd;
    text-align: center;
    background: white;
  }
  .newdet-page i.tag {
    font-size: 20px;
    text-transform: uppercase;
    display: block;
    color: var(--index-main-color);
  }
  .newdet-page h2 {
    font-size: 32px;
      
    margin: 15px 0;
  }
  .newdet-page time {
    font-size: 18px;
    display: block;
  }
  .newdet-page .content {
    padding: 40px 15px;
    font-size: 16px;
    line-height:2;
    margin: 40px 0;
    border-top: 1px #ddd dashed;
    border-bottom: 1px #ddd dashed;
    text-align: left;
  }
  .newdet-page .share {
    padding-bottom: 40px;
    margin-bottom: 20px;
    border-bottom: 1px #ddd dashed;
  }
  .newdet-page .share h5 {
    display: inline-block;
    vertical-align: middle;
       
    font-size: 24px;
  }
  .newdet-page .share ul {
    display: inline-block;
    vertical-align: middle;
  }
  .newdet-page .share ul li {
    height: 36px;
    width: 36px;
    line-height: 36px;
    border-radius: 3px;
    background: #eee;
    color: #333;
    text-align: center;
    margin-left: 5px;
    font-size: 16px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
  }
  .newdet-page .share ul li a {
    display: block;
  }
  .newdet-page .share ul li:hover {
    background: var(--index-main-color);
    color: white;
  }
  .newdet-page .m-link a {
    font-size: 16px;
  }
  .newdet-page .m-link a:hover {
    text-decoration: underline;
  }
  @media screen and (max-width: 1600px) {
    #header.inner .nav {
      line-height: 120px;
      height: 120px;
    }
    .prodet-page .prodet-1 .left a.img {
      padding: 0 20px;
    }
    /*.mbx {
      margin-top: 120px;
      padding-top: 60px;
    }*/
    .about-page .about-1 {
      padding: 60px 0;
    }
    .about-page .about-1 h2 {
      font-size: 70px;
    }
    .about-page .about-1 h6 {
      font-size: 28px;
    }
    .about-page .about-1 .img {
      margin-top: 80px;
    }
    .about-page .about-1 .img .play {
      max-width: 100px;
    }
    .about-page .about-2 h2,
    .about-page .about-4 h2,
    .contact-page .contact-1 .top .left h2,
    .inner-page .public-box h2,
    .prodet-page .prodet-3 h2 {
      font-size: 60px;
    }
    .about-page .about-2 {
      padding: 80px 0;
    }
    .about-page .about-2 .list ul li i {
      height: 100px;
      line-height: 100px;
    }
    .about-page .about-2 .list ul li i img {
      max-height: 100%;
    }
    .about-page .about-2 .list ul li h4 {
      font-size: 32px;
    }
    .about-page .about-3 h2 {
      font-size: 58px;
    }
    .about-page .about-3 h6,
    .contact-page .contact-1 .top .left h6,
    .contact-page .contact-1 .bottom ul li .box h5 {
      font-size: 26px;
    }
    .about-page .about-3 .list ul li .box h3 {
      font-size: 50px;
    }
    .about-page .about-4 .text {
      font-size: 24px;
    }
    .about-page .about-5 {
      padding: 100px 0 60px;
    }
    .about-page .about-5 .list {
      padding-top: 40px;
    }
    .about-page .about-5 h2 {
      font-size: 50px;
    }
    .contact-page .contact-1 .top .right p {
      font-size: 20px;
    }
    .contact-page .contact-1 .bottom ul li .box i {
      height: 60px;
      line-height: 60px;
    }
    .contact-page .contact-1 .bottom ul li .box i img {
      max-height: 100%;
    }
    .contact-page .contact-1 .bottom ul li .box p {
      font-size: 18px;
      height: 84px;
    }
    .contact-page .contact-1 .bottom ul li .box {
      padding: 30px 10%;
    }
    .inner-page .form h2 {
      font-size: 48px;
    }
    .inner-page .form ul li input,
    .inner-page .form ul li textarea {
      padding: 10px 25px;
    }
    .inner-page .form ul li.wid-100 button,
    .inner-page .public-box a.more,
    .prodet-page .prodet-1 .right a.more {
      line-height: 46px;
      height: 46px;
      font-size: 20px;
    }
    #mapContainer {
      height: 400px !important;
    }
    /*.inner-page .m-page a,
    .inner-page .m-page span {
      height: 48px;
      width: 48px;
      line-height: 48px;
      font-size: 18px;
    }
    .inner-page .m-page {
      margin-top: 40px;
    }*/
    /*.mbx form {
      width: 300px;
      margin-top: -3px;
    }
    .mbx form input {
      line-height: 40px;
      height: 40px;
      font-size: 16px;
      padding-left: 15px;
      padding-right: 50px;
    }
    .mbx form input[type="submit"] {
      width: 40px;
      background-size: 20px auto;
    }
    .mbx form:after {
      height: 20px;
      right: 40px;
    }*/
    .inner-page .public-box i.tag {
      font-size: 28px;
    }
    .newdet-page .share h5 {
      font-size: 22px;
    }
    .newdet-page h2 {
      font-size: 28px;
    }
    .product-page .product-nav ul li a {
      font-size: 20px;
      padding: 5px 10px;
    }
    .product-page .product-nav {
      padding: 40px 0;
    }
    .news-page .news-list ul li .text h4 {
      font-size: 20px;
    }
    .news-page .news-list ul li .text .content {
      font-size: 18px;
      line-height: 1.6;
    }
    .news-page .news-list ul li .text {
      padding: 0 3%;
    }
    .news-page .news-list {
      padding: 20px 0 50px;
    }
    .prodet-page .prodet-1 .right h2 {
      font-size: 32px;
      padding-bottom: 15px;
    }
    .prodet-page .prodet-1 .right .text {
      font-size: 18px;
      line-height: 1.8;
      margin: 20px 0;
    }
    .prodet-page .prodet-2 h2 {
      font-size: 46px;
    }
    .prodet-page .prodet-2 .content {
      font-size: 18px;
    }
    .prodet-page .prodet-2 {
      padding: 100px 0;
    }
    .product-page .product-list ul li .box h4 {
      font-size: 28px;
    }
    .product-page .product-list ul li .box p {
      font-size: 14px;
      height: 78px;
      line-height: 28px;
    }
    .product-page .product-list ul li .box a.more {
      line-height: 38px;
      height: 38px;
      font-size: 16px;
      padding: 0 20px;
    }
  }
  @media screen and (max-width: 1400px) {
    /*.mbx {
      margin-top: 90px;
      padding-top: 50px;
    }*/
    .about-page .about-2 h2,
    .about-page .about-4 h2,
    .contact-page .contact-1 .top .left h2,
    .inner-page .public-box h2,
    .prodet-page .prodet-3 h2,
    .inner-page .form h2 {
      font-size: 48px;
    }
    #header.inner .nav {
      line-height: 90px;
      height: 90px;
    }
    .gallery-page .gallery-list ul li a h5 {
      font-size: 20px;
    }
    .faq-page .faq-list ul li h4 {
      font-size: 22px;
    }
    .faq-page .faq-list ul li .text {
      font-size: 15px;
    }
    .about-page .about-3 h6,
    .contact-page .contact-1 .top .left h6,
    .contact-page .contact-1 .bottom ul li .box h5 {
      font-size: 22px;
    }
    .contact-page .contact-1 .top .right p {
      font-size: 16px;
    }
    .contact-page .contact-1 .bottom ul li .box h5 {
      margin: 15px 0;
    }
    .contact-page .contact-1 .bottom ul li .box p {
      font-size: 16px;
      height: 75px;
    }
    .contact-page .contact-1 .bottom ul li .box i {
      height: 50px;
      line-height: 50px;
    }
    .about-page .about-3 .list ul li .box h3 {
      font-size: 40px;
    }
    .about-page .about-3 h2 {
      font-size: 50px;
    }
    .about-page .about-2 .list ul li i {
      height: 80px;
      line-height: 80px;
    }
    .about-page .about-2 .list ul li h4 {
      font-size: 28px;
    }
    .about-page .about-2 .list ul li p {
      font-size: 16px;
    }
    .about-page .about-1 h2 {
      font-size: 56px;
    }
    .about-page .about-1 h6 {
      font-size: 24px;
    }
    .about-page .about-1 .content:after {
      font-size: 200px;
      top: auto;
      bottom: 0;
    }
  }
  @media screen and (max-width: 1250px) {
    .about-page .about-1 {
      padding: 40px 0;
    }
    .about-page .about-1 h2 {
      font-size: 44px;
    }
    .about-page .about-1 h6 {
      font-size: 20px;
      margin: 15px 0 30px;
      line-height: 30px;
    }
    .about-page .about-1 .img .play {
      max-width: 70px;
    }
    .about-page .about-3 h2,
    .about-page .about-2 h2,
    .about-page .about-4 h2,
    .contact-page .contact-1 .top .left h2,
    .inner-page .public-box h2,
    .prodet-page .prodet-3 h2,
    .inner-page .form h2,
    .about-page .about-5 h2 {
      font-size: 40px;
    }
    .about-page .about-2 .list ul li h4 {
      font-size: 20px;
    }
    .about-page .about-2 .list ul li p {
      font-size: 14px;
      line-height: 28px;
    }
    .about-page .about-2 .list {
      margin-top: 40px;
    }
    .about-page .about-3 {
      padding-top: 80px;
    }
    .about-page .about-3 .list ul li .box h3 {
      font-size: 32px;
    }
    .about-page .about-3 .list ul li .box .text {
      font-size: 16px;
      line-height: 30px;
    }
    .about-page .about-3 .list ul li .box {
      padding: 0 10%;
    }
    .about-page .about-3 .list ul li .box:after {
      width: 8%;
    }
    .about-page .about-4 {
      padding: 70px 0;
    }
    .about-page .about-4 .text {
      font-size: 20px;
    }
    .contact-page .contact-1 .bottom ul li .box {
      padding: 30px 5%;
    }
    .faq-page .faq-list {
      padding: 50px 0;
    }
    .faq-page .faq-list ul li h4 {
      font-size: 20px;
    }
    .faq-page .faq-list ul li .text {
      font-size: 14px;
    }
    .gallery-page .gallery-list {
      padding: 40px 0;
    }
    .newdet-page h2 {
      font-size: 24px;
    }
    .newdet-page i.tag {
      font-size: 16px;
    }
    .newdet-page .content {
      padding: 20px 10px;
      margin: 20px 0;
    }
    .newdet-page .share {
      padding-bottom: 20px;
    }
    .newdet-page .newdet-content {
      padding: 40px 0;
    }
    .news-page .news-list ul li .text h4 {
      margin: 5px 0;
    }
    .news-page .news-list ul li .text .content {
      font-size: 16px;
    }
    .prodet-page .prodet-1 .right h2 {
      font-size: 28px;
    }
    .prodet-page .prodet-1 .right .text {
      font-size: 16px;
    }
    .prodet-page .prodet-1 .right a.more {
      padding: 0 30px;
    }
    .prodet-page .prodet-2 {
      padding: 70px 0;
    }
    .prodet-page .prodet-2 h2 {
      font-size: 38px;
    }
    .prodet-page .prodet-2 .content table tr td {
      padding: 10px 3%;
    }
    .product-page .product-list ul li .box {
      padding: 15px;
    }
    .product-page .product-list ul li .box h4 {
      font-size: 20px;
      white-space: normal;
      overflow: visible;
      text-overflow: ellipsis;
      margin-top: 15px;
      line-height: 38px;
    }
    .ddl{
    padding:0 15px;}
    .prodet-page .prodet-3 h2 {
      margin-bottom: 30px;
    }
    .product-page .product-list ul li .box a.more {
      font-size: 14px;
      line-height: 32px;
      height: 32px;
    }
    .prodet-page .prodet-3 {
      padding-bottom: 40px;
    }
    .prodet-page .prodet-1 .left a.img {
      padding: 0 20px;
    }
  }
  @media screen and (max-width: 1000px) {
    /*.product-page .product-nav {
      display: none;
    }*/
    .product-page .product-nav ul li{
      width: 33.333%!important;
    }
    /*.mbx {
      margin-top: 40px;
    }
    .mbx form {
      display: none;
    }*/
    .product-page .product-list {
      padding-top: 40px;
    }
    .inner-page .public-box i.tag {
      font-size: 22px;
    }
    .about-page .about-3 h2,
    .about-page .about-2 h2,
    .about-page .about-4 h2,
    .contact-page .contact-1 .top .left h2,
    .inner-page .public-box h2,
    .prodet-page .prodet-3 h2,
    .inner-page .form h2,
    .about-page .about-5 h2 {
      font-size: 32px;
    }
    .inner-page .public-box .text {
      margin: 10px 0 30px;
    }
    .inner-page .public-box {
      padding: 50px 0;
    }
    /*.inner-page .m-page a,
    .inner-page .m-page span {
      width: 40px;
      height: 40px;
      line-height: 40px;
    }*/
    .inner-page .form ul li input,
    .inner-page .form ul li textarea {
      font-size: 16px;
    }
    table tbody {
      white-space: nowrap;
    }
    .prodet-page .prodet-1 .right h2 {
      font-size: 26px;
    }
    .prodet-page .prodet-1 .right i.tag {
      font-size: 16px;
    }
    .prodet-page .prodet-1 {
      padding-top: 40px;
    }
    .inner-page .form ul li.wid-100 button,
    .inner-page .public-box a.more,
    .prodet-page .prodet-1 .right a.more {
      line-height: 40px;
      height: 40px;
      font-size: 18px;
    }
    .prodet-page .prodet-1 .right .list {
      padding-top: 30px;
    }
    .prodet-page .prodet-2 h2 {
      font-size: 32px;
    }
    .prodet-page .prodet-2 {
      padding-bottom: 0;
    }
    .news-page .news-list ul li div.plus {
      display: none;
    }
    .news-page .news-list ul li .img {
      width: 38%;
    }
    .news-page .news-list ul li .text .content {
      font-size: 14px;
    }
    .newdet-page .newdet-content {
      padding: 20px 0;
    }
    .newdet-page .box {
      padding: 20px 10px;
    }
    .newdet-page .share h5 {
      font-size: 18px;
    }
    .newdet-page h2 {
      font-size: 20px;
    }
    .newdet-page .m-link a {
      font-size: 14px;
    }
    .newdet-page .content {
      font-size: 14px;
      line-height:28px;
    }
    .newdet-page time {
      font-size: 16px;
    }
    .gallery-page .gallery-list ul li a h5 {
      font-size: 16px;
      padding: 10px;
    }
    .gallery-page .gallery-list ul li {
      padding: 10px;
    }
    .gallery-page .gallery-list ul {
      margin: -10px;
    }
    /*.mbx {
      font-size: 18px;
      padding-top: 40px;
    }*/
    .contact-page .contact-1 .bottom ul li {
      width: 50%;
    }
    .contact-page .contact-1 .bottom ul li:last-child {
      width: 100%;
    }
    .contact-page .contact-1 .bottom ul li:last-child p {
      height: auto;
    }
    .contact-page .contact-1 .bottom ul li .box i {
      height: 40px;
      line-height: 40px;
    }
    .contact-page .contact-2 {
      padding: 60px 0;
    }
    #mapContainer {
      height: 300px !important;
    }
    .about-page .about-1 .content:after {
      font-size: 140px;
    }
    .about-page .about-2 .list ul li {
      padding: 0 10px;
    }
    .about-page .about-2 .list ul {
      margin: 0 -10px;
    }
    .about-page .about-2 .list ul li i {
      height: 60px;
      line-height: 60px;
    }
    .about-page .about-3 {
      padding-top: 40px;
    }
    .about-page .about-3 .list ul li .box:after {
      top: 12%;
    }
    .about-page .about-3 .list ul li .box:before {
      top: 1%;
    }
    .prodet-page .prodet-1 .left a.img {
      padding: 0 20px;
    }
  }
  @media screen and (max-width: 700px) {
     .product-page .product-nav ul li{
      width: 100%!important;
    }
    .prodet-page .prodet-1 .left a.img {
      padding: 20px;
    }
    .about-page .about-1 h2 {
      font-size: 32px;
    }
    .about-page .about-1 .content {
      font-size: 16px;
      line-height: 30px;
    }
    .about-page .about-1 .content:after {
      font-size: 80px;
    }
    .about-page .about-1 .img {
      margin-top: 40px;
    }
    .about-page .about-1 .img .play {
      max-width: 50px;
    }
    .about-page .about-2 .list ul li {
      padding: 10px;
    }
    .about-page .about-2 .list ul li:last-child {
      width: 100%;
    }
    .about-page .about-2 .list ul {
      margin: -10px;
    }
    .about-page .about-3 .list ul li .box h3 {
      font-size: 28px;
    }
    .about-page .about-3 .list ul li {
      width: 100%;
      left: 0 !important;
      text-align: left;
    }
    .about-page .about-3 .list ul li .box {
      text-align: left !important;
    }
    .about-page .about-3 .list ul li .box:before {
      top: 4%;
      width: 15px;
      height: 15px;
      left: 0 !important;
    }
    .about-page .about-3 .list ul li .box:after {
      left: 0 !important;
    }
    .about-page .about-3 .list:after {
      left: 7px;
    }
    .about-page .about-5 {
      padding: 60px 0;
    }
    .contact-page .contact-1 .bottom ul li {
      width: 100%;
    }
    .contact-page .contact-1 .bottom ul li .box p {
      height: auto;
    }
    .contact-page .contact-1 .bottom ul li .box {
      padding: 15px;
    }
    .contact-page .contact-1 .top .left,
    .contact-page .contact-1 .top .right {
      width: 100%;
    }
    .contact-page .contact-1 .top .right p {
      font-size: 14px;
      line-height: 1.6;
    }
    .contact-page .contact-1 .top .right {
      margin-top: 15px;
    }
    .contact-page .contact-1 .bottom {
      padding-top: 40px;
    }
    .about-page .about-3 h2,
    .about-page .about-2 h2,
    .about-page .about-4 h2,
    .contact-page .contact-1 .top .left h2,
    .inner-page .public-box h2,
    .prodet-page .prodet-3 h2,
    .inner-page .form h2,
    .about-page .about-5 h2 {
      font-size: 26px;
    }
    .inner-page .public-box i.tag {
      font-size: 18px;
    }
    .news-page .news-list ul li .text {
      width: 50%;
    }
    .news-page .news-list ul li .img {
      width: 50%;
    }
    .news-page .news-list ul li .text h4 {
      font-size: 18px;
      line-height: 32px;
    }
    .news-page .news-list ul li .text .content {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      overflow: hidden;
      max-height: 106px;
      line-height: 28px;
    }
    .prodet-page .prodet-1 .left {
      width: 100%;
      padding-right: 0;
    }
    .prodet-page .prodet-1 .right {
      width: 100%;
      padding-left: 0;
      padding-top: 30px;
    }
    .prodet-page .prodet-2 h2 {
      font-size: 26px;
    }
    .prodet-page .prodet-1 .right h2 {
      font-size: 22px;
    }
  }
  @media screen and (max-width: 500px) {
    .prodet-page table{
      display: block;
      width:100%;
      overflow-x: scroll;
    }
    .inner-page .public-box .text {
      font-size: 16px;
      line-height:30px;
    }
    .prodet-page .prodet-2 .content {
      font-size: 16px;
    }
    .news-page .news-list ul li .text {
      width: 100%;
      padding: 15px;
    }
    .news-page .news-list ul li .img {
      width: 100%;
    }
    .news-page .news-list ul li:after {
      width: 100%;
    }
    .newdet-page .share ul li {
      width: 30px;
      height: 30px;
      line-height: 30px;
    }
    .gallery-page .gallery-list ul li a h5 {
      font-size: 18px;
    }
    .faq-page .faq-list ul li h4 {
      font-size: 18px;
    }
    /*.inner-page .m-page a,
    .inner-page .m-page span {
      width: 30px;
      height: 30px;
      line-height: 30px;
      font-size: 16px;
    }
    .inner-page .m-page {
      margin-top: 20px;
    }*/
    .faq-page .faq-list {
      padding: 30px 0;
    }
    .contact-page .contact-1 .bottom ul li .box h5 {
      font-size: 20px;
      margin: 5px 0;
    }
    .contact-page .contact-1 .bottom ul li {
      padding: 10px;
    }
    .contact-page .contact-1 .bottom ul {
      margin: -10px;
    }
    .contact-page .contact-1 .top .left h6 {
      font-size: 18px;
    }
    .inner-page .form h2 {
      margin: 15px 0 30px;
    }
  }