:root {
    --base-color: #4f8fe4;
}
video{
    width: 100%;
}
.h1,
.h2,
.h3,
.h4 {
  font-weight: 700;
}
.fb {
  font-weight: 600;
}
strong {
  font-weight: 600;
}
table {
    margin-bottom: 20px;
    word-break: break-word;
    width: 100% !important;
    height: auto !important;
    display: block;
    overflow: auto;
  }
  table thead,
  table tbody {
    display: table;
    width: 100% !important;
    table-layout: fixed;
    min-width: 100%!important;
  }
  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;
  }
  .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;
    -webkit-filter: none;
    filter: none;
  }
  .wpulike {
    z-index: 10;
  }
  .wpulike.post-views-box {
    z-index: 5;
  }
  a.more {
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
    border: 1px solid #000;
    color: #000;
    display: inline-block;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    font-size: 18px;
  }
  a.more:hover {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    background: var(--base-color);
    border-color: var(--base-color);
  }
  .gxs-1 {
    padding-top: 70px;
    padding: 42px;
    background: #f7faff;
  }
  .gxs-1 .ui.container {
    max-width: 1410px;
    text-align: center;
  }
  .gxs-1 .ui.container p {
    opacity: 0.5;
    max-width: 540px;
    margin: 0 auto;
    line-height: 2;
    margin-top: 15px;
    margin-bottom: 30px;
  }
  .gxs-1 .ui.container .main ul.catelist li {
    position: relative;
    overflow: hidden;
  }
  .gxs-1 .ui.container .main ul.catelist li:hover > .h4 {
    opacity: 0;
  }
  .gxs-1 .ui.container .main ul.catelist li:hover .hoverbox {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    top: 0;
  }
  .gxs-1 .ui.container .main ul.catelist li .h4 {
    color: #fff;
    position: relative;
    position: absolute;
    width: 100%;
    bottom: 35px;
    z-index: 3;
  }
  .gxs-1 .ui.container .main ul.catelist li .h4 a {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
  }
  .gxs-1 .ui.container .main ul.catelist li .h4 a:hover {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    color: var(--base-color);
  }
  .gxs-1 .ui.container .main ul.catelist li .hoverbox {
    position: absolute;
    width: 100%;
    height: 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-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    padding: 0 30px;
    color: #fff;
    top: 100%;
    background: rgba(0, 0, 0, 0.5);
  }
  .gxs-1 .ui.container .main ul.catelist li .hoverbox .h4 {
    position: relative;
    bottom: 0;
  }
  .gxs-1 .ui.container .main ul.catelist li .hoverbox p {
    line-height: 1.5;
    margin-top: 20px;
    color: #fff;
    opacity: 0.6;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .gxs-1 .ui.container .main ul.catelist li .hoverbox .btnbox {
    width: 100%;
    height: 60px;
    position: absolute;
    background: rgba(255, 255, 255, 0.6);
    left: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .gxs-1 .ui.container .main ul.catelist li .hoverbox .btnbox a {
    color: #fff;
    text-decoration: underline;
    font-size: 24px;
    font-weight: 600;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
  }
  .gxs-1 .ui.container .main ul.catelist li .hoverbox .btnbox a:hover {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    color: var(--base-color);
  }
  .gxs-2 {
    padding: 140px 0 80px 0;
  }
  .gxs-2 .ui.container .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .gxs-2 .ui.container .top .left {
    padding-right: 65px;
  }
  .gxs-2 .ui.container .top .left .h2 {
    color: var(--base-color);
    line-height: 1;
  }
  .gxs-2 .ui.container .top .left .h6 {
    line-height: 1;
    margin: 25px 0;
    font-weight: 600;
  }
  .gxs-2 .ui.container .top .left p {
    line-height: 1.5;
    opacity: 0.6;
    margin-bottom: 65px;
  }
  .gxs-2 .ui.container .top .left .nilinabs {
    line-height: 2;
    opacity: 0.6;
    margin-bottom: 65px;
  }
  .gxs-2 .ui.container .top .left .nilinabs h1 {
    display: inline;
  }
  .gxs-2 .ui.container .top .left a.more {
    border: 1px solid #000;
    color: #000;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
  }
  .gxs-2 .ui.container .top .left a.more:hover {
    color: #fff;
    border-color: var(--base-color);
    background: var(--base-color);
  }
  .gxs-2 .ui.container .bottom {
    padding-top: 40px;
  }
  .gxs-2 .ui.container .bottom ul.data {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .gxs-2 .ui.container .bottom ul.data li {
    display: inline-block;
    text-align: center;
    padding-top: 40px;
  }
  .gxs-2 .ui.container .bottom ul.data li span {
    font-size: 54px;
    color: var(--base-color);
    font-weight: 600;
    line-height: 1;
  }
  .gxs-2 .ui.container .bottom ul.data li p {
    font-size: 24px;
    margin-top: 15px;
  }
  .gxs-3 {
    padding-top: 70px;
    padding-bottom: 40px;
    background: #cee3ff;
  }
  .gxs-3 .ui.container {
    text-align: center;
  }
  .gxs-3 .ui.container .h3 {
    color: #000;
  }
  .gxs-3 .ui.container p {
    color: #000;
    margin-top: 20px;
    margin-bottom: 70px;
  }
  .gxs-3 .ui.container .main {
    padding: 0 75px;
    position: relative;
  }
  .gxs-3 .ui.container .main > span {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    z-index: 3;
    cursor: pointer;
  }
  .gxs-3 .ui.container .main > span:hover {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    -webkit-filter: brightness(0);
    filter: brightness(0);
  }
  .gxs-3 .ui.container .main > span.slick-prev {
    left: 0;
  }
  .gxs-3 .ui.container .main > span.slick-next {
    right: 0;
  }
  .gxs-3 .ui.container .main > span.slick-next img {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  .gxs-3 .ui.container .main ul.productlist {
    margin: 0 -15px;
    margin-bottom: 35px;
  }
  .gxs-3 .ui.container .main ul.productlist li {
    padding: 15px;
  }
  .gxs-3 .ui.container .main ul.productlist li:hover {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    padding-top: 0;
    padding-bottom: 30px;
  }
  .gxs-3 .ui.container .main ul.productlist li .textbox {
    height: 120px;
    padding: 0 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
   
  }
  .gxs-3 .ui.container .main ul.productlist li .textbox a {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
     overflow-y: auto;
     max-height: 80px;
     line-height: 1.8;
  }
  .gxs-3 .ui.container .main ul.productlist li .textbox a:hover {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    color: var(--base-color);
  }
  .gxs-3 .ui.container .main ul.productlist.slick-current li {
    padding-top: 0;
    padding-bottom: 30px;
  }
  .gxs-3 .ui.container .main a.more:hover {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    border-color: #000;
    background: #000;
  }
  .gxs-4 {
    padding-top: 75px;
    padding-bottom: 40px;
    background: #f7faff;
  }
  .gxs-4 .ui.container {
    text-align: center;
  }
  .gxs-4 .ui.container p {
    opacity: 0.5;
    max-width: 548px;
    margin: 0 auto;
    line-height: 2;
    margin-top: 25px;
    margin-bottom: 75px;
  }
  .gxs-4 .ui.container ul.whylist {
    margin: 0 -15px;
  }
  .gxs-4 .ui.container ul.whylist .slick-dots {
    margin-top: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .gxs-4 .ui.container ul.whylist .slick-dots li {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    margin: 0 10px;
    background: #999;
    padding: 0;
  }
  .gxs-4 .ui.container ul.whylist .slick-dots li button {
    display: none;
  }
  .gxs-4 .ui.container ul.whylist .slick-dots li.slick-active {
    background: var(--base-color);
  }
  .gxs-4 .ui.container ul.whylist li {
    padding: 0 15px;
  }
  .gxs-4 .ui.container ul.whylist li .item {
    border: 1px solid var(--base-color);
    height: 420px;
    width: 100%;
    padding: 0 30px;
    padding-top: 25px;
    text-align: center;
  }
  .gxs-4 .ui.container ul.whylist li .item img {
    margin: 0 auto;
  }
  .gxs-4 .ui.container ul.whylist li .item .h4 {
    padding: 15px 0;
    position: relative;
    margin-bottom: 20px;
  }
  .gxs-4 .ui.container ul.whylist li .item .h4:before {
    position: absolute;
    width: 80%;
    max-width: 286px;
    height: 1px;
    content: "";
    background: #eee;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .gxs-4 .ui.container ul.whylist li .item .content {
      line-height: 2;
  }
  .gxs-4 .ui.container ul.whylist li .item .content p {
    margin: 0 ;
  }
  .gxs-5 {
    padding: 116px 0;
   
  }
  .gxs-5 .ui.container {
    max-width: none;
    width: 100%;
    text-align: center;
  }
  .gxs-5 .ui.container p {
    max-width: 510px;
    margin: 0 auto;
    margin-top: 15px;
    line-height: 2;
    margin-bottom: 65px;
    opacity: 0.5;
  }
  .gxs-5 .ui.container ul.caselist .slick-current li .item .textbox {
    opacity: 1;
  }
  .gxs-5 .ui.container ul.caselist li {
    padding: 0 30px;
    position: relative;
  }
  .gxs-5 .ui.container ul.caselist li .item {
    padding-bottom: 60px;
  }
  .gxs-5 .ui.container ul.caselist li .item .textbox {
    position: absolute;
    height: 98px;
    width: 80%;
    max-width: 800px;
    bottom: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 3;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
  }
  .gxs-6 {
    position: relative;
    display: inline-block;
  }
  .gxs-6 img {
    width: 100%;
  }
  .gxs-6 .text {
    position: absolute;
    width: 100%;
    top: 70px;
    left: 0;
    text-align: center;
  }
  .gxs-6 .text p {
    margin-top: 15px;
  }
  .gxs-7 {
    padding-top: 105px;
    padding-bottom: 40px;
  }
  .gxs-7 .ui.container {
    text-align: center;
  }
  .gxs-7 .ui.container > p {
    margin-top: 20px;
    margin-bottom: 40px;
    opacity: 0.5;
  }
  .gxs-7 .ui.container .main ul.newslist {
    margin-bottom: 15px;
  }
  .gxs-7 .ui.container .main ul.newslist li {
    padding: 15px;
  }
  .gxs-7 .ui.container .main ul.newslist li .item {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  }
  .gxs-7 .ui.container .main ul.newslist li .item .text {
    padding: 30px 20px;
    text-align: left;
  }
  .gxs-7 .ui.container .main ul.newslist li .item .text .h5 {
    line-height: 1.8;
    min-height: 108px;
  }
  .gxs-7 .ui.container .main ul.newslist li .item .text p {
    line-height: 2;
    margin: 25px 0;
    opacity: 0.5;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .gxs-7 .ui.container .main ul.newslist li .item .text .bottom {
    padding-top: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #eee;
  }
  .gxs-7 .ui.container .main ul.newslist li .item .text .bottom a {
    font-size: 24px;
    color: #000;
    text-decoration: underline;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
  }
  .gxs-7 .ui.container .main ul.newslist li .item .text .bottom a:hover {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    color: var(--base-color);
  }
  .gxs-7 .ui.container .main a.more {
    color: #000;
    border-color: #000;
  }
  .gxs-7 .ui.container .main a.more:hover {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    color: #fff;
    background: var(--base-color);
    border-color: var(--base-color);
  }
  .gxs-8 {
    padding: 120px 0;
    background: #f7faff;
  }
  .gxs-8 .ui.container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .gxs-8 .ui.container .left {
    width: 48%;
  }
  .gxs-8 .ui.container .left .h3 {
    margin-bottom: 15px;
  }
  .gxs-8 .ui.container .left form ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -50px;
  }
  .gxs-8 .ui.container .left form ul li {
    width: 100%;
    padding: 0 50px;
    margin-top: 30px;
  }
  .gxs-8 .ui.container .left form ul li.wid50 {
    width: 50%;
  }
  .gxs-8 .ui.container .left form ul li input[type="text"] {
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #000;
    font-size: 18px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #aaa;
  }
  .gxs-8 .ui.container .left form ul li input[type="text"]::-webkit-input-placeholder {
    color: #aaa;
  }
  .gxs-8 .ui.container .left form ul li input[type="text"]:-moz-placeholder {
    color: #aaa;
  }
  .gxs-8 .ui.container .left form ul li input[type="text"]::-moz-placeholder {
    color: #aaa;
  }
  .gxs-8 .ui.container .left form ul li input[type="text"]:-ms-input-placeholder {
    color: #aaa;
  }
  .gxs-8 .ui.container .left form ul li input[type="text"]::placeholder {
    color: #aaa;
  }
  .gxs-8 .ui.container .left form ul li input[type="submit"] {
    width: 160px;
    height: 40px;
    line-height: 40px;
    background: var(--base-color);
    border: none;
    font-size: 18px;
    color: #fff;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
  }
  .gxs-8 .ui.container .left form ul li input[type="submit"]:hover {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    background: #000;
  }
  .gxs-8 .ui.container .right {
    width: 40%;
    padding: 65px 60px;
    background: #cee3ff;
    color: #000;
    text-align: center;
  }
  .gxs-8 .ui.container .right p {
    margin: 20px 0 35px 0;
    line-height: 2;
  }
  .gxs-8 .ui.container .right a.more2 {
    background: #fff;
    color: var(--base-color);
    line-height: 60px;
    height: 60px;
    font-size: 24px;
    font-weight: 600;
    padding: 0 80px;
    display: inline-block;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
  }
  .gxs-8 .ui.container .right a.more2:hover {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    color: #fff;
    background: #000;
  }
  @media screen and (max-width: 1800px) {
    .font-24 {
      font-size: 20px;
    }
    .font-40 {
      font-size: 32px;
    }
  
  }
  @media screen and (max-width: 1400px) {
      #header .ui.menu .menu-box ul.menu>li{
        margin: 0 10px;
      }
  }
  @media screen and (max-width: 1200px) {
    .font-60 {
      font-size: 40px;
    }
    .font-18 {
      font-size: 16px;
    }
    .gxs-2 .ui.container .bottom ul.data li span {
      font-size: 36px;
    }
    .gxs-2 .ui.container .bottom ul.data li p {
      font-size: 18px;
    }
    .gxs-6 .text {
      top: 20px;
    }
    .font-40 {
      font-size: 24px;
    }
    .gxs-8 .ui.container .left form ul {
      margin: 0 -15px;
    }
    .gxs-8 .ui.container .left form ul li {
      padding: 0 15px;
    }
    .font-24 {
      font-size: 16px;
    }
    .gxs-7 .ui.container .main ul.newslist li .item .text .bottom a {
      font-size: 16px;
    }
  }
  @media screen and (max-width: 1000px) {
    /*.inner-banner {
      margin-top: 40px;
    }*/
    .nilinhide {
        display: none !important;
    }
    .gxs-4 .ui.container ul.whylist li .item {
        height: 100%;
    }
    .gxs-2 .ui.container .bottom ul.data li p {
      font-size: 14px;
    }
    .gxs-2 .ui.container .bottom ul.data li span {
      font-size: 30px;
    }
    .gxs-8 .ui.container .left form ul li.wid50 {
      width: 100%;
    }
    .gxs-8 .ui.container .right {
      width: 50%;
      padding: 30px;
    }
  }
  @media screen and (max-width: 700px) {
    .mb-nav {
      display: none;
    }
    .gxs-2 .ui.container .top .left {
      padding-right: 0;
      width: 100%;
    }
    .gxs-2 .ui.container .top .right {
      width: 100%;
      margin-top: 20px;
    }
    .gxs-2 .ui.container .bottom ul.data li {
      width: 50%;
    }
    .gxs-6 {
      display: none;
    }
    .gxs-8 .ui.container .left {
      width: 100%;
    }
    .gxs-8 .ui.container .right {
      width: 100%;
      margin-top: 20px;
    }
    .font-60 {
      font-size: 28px;
    }
  }
  @media screen and (max-width: 500px) {
    .font-60 {
      font-size: 20px;
    }
    .font-40 {
      font-size: 20px;
    }
    a.more {
      height: 32px;
      line-height: 32px;
      font-size: 14px;
    }
    .gxs-2 .ui.container .bottom ul.data li {
      width: 100%;
    }
  }
  @-webkit-keyframes ks {
    from {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }
    80% {
      -webkit-transform: scale(1.6);
      -moz-transform: scale(1.6);
      -ms-transform: scale(1.6);
      transform: scale(1.6);
      opacity: .3;
    }
    to {
      -webkit-transform: scale(1.6);
      -moz-transform: scale(1.6);
      -ms-transform: scale(1.6);
      transform: scale(1.6);
      opacity: 0;
    }
  }
  @-moz-keyframes ks {
    from {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }
    80% {
      -webkit-transform: scale(1.6);
      -moz-transform: scale(1.6);
      -ms-transform: scale(1.6);
      transform: scale(1.6);
      opacity: .3;
    }
    to {
      -webkit-transform: scale(1.6);
      -moz-transform: scale(1.6);
      -ms-transform: scale(1.6);
      transform: scale(1.6);
      opacity: 0;
    }
  }
  @keyframes ks {
    from {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }
    80% {
      -webkit-transform: scale(1.6);
      -moz-transform: scale(1.6);
      -ms-transform: scale(1.6);
      transform: scale(1.6);
      opacity: .3;
    }
    to {
      -webkit-transform: scale(1.6);
      -moz-transform: scale(1.6);
      -ms-transform: scale(1.6);
      transform: scale(1.6);
      opacity: 0;
    }
  }
  .play2 {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .play2::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 100%;
    background: transparent;
    background: #fff;
    left: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    -webkit-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite;
    z-index: -1;
  }
  .play2::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 100%;
    background: #fff;
    background: transparent;
    left: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    -webkit-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite;
    z-index: -1;
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    animation-delay: .6s;
  }
  *::-webkit-scrollbar-thumb {
    background-color: var(--base-color) !important;
  }
  .backtop {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: fixed;
    border-radius: 100%;
    background: var(--base-color);
    color: #fff;
    right: 2%;
    bottom: 120px;
    font-size: 24px;
    -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    cursor: hand;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    z-index: 99;
  }
  .backtop:hover {
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
    background: #000;
  }
  .mb-nav {
    position: relative;
    padding: 20px;
    display: none;
  }
  .mb-nav h5 {
    font-size: 24px;
    font-weight: bold;
    background: #7bc21f;
    color: #222;
    width: 100%;
    border-radius: 5px;
    padding: 10px;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
  }
  .mb-nav h5:hover {
    color: #fff;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
  }
  .mb-nav .catebox {
    position: fixed;
    top: 40px;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
    z-index: 99;
    background: #fff;
    display: none;
  }
  .mb-nav .catebox i {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #000;
    z-index: 9999;
    font-size: 20px;
    padding: 20px;
  }
  .mb-nav .catebox i:hover {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    color: #7bc21f;
  }
  .mb-nav .catebox ul.catelist > li {
    margin: 5px 0;
    font-size: 24px;
    font-weight: bold;
    color: #000;
  }
  .mb-nav .catebox ul.catelist > li ul.sub-menu {
    width: 100%;
  }
  .mb-nav .catebox ul.catelist > li ul.sub-menu li li {
    padding-left: 20px;
    margin: 5px;
    font-size: 14px;
    color: #000;
  }
  .mb-nav .catebox ul.catelist > li li a {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
  }
  .mb-nav .catebox ul.catelist > li li a:hover {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    color: #7bc21f;
  }
  img[src=""],
  img:not([src]) {
    opacity: 0;
  }
  .seo_title {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
  }
  #seo_about ._box {
    margin: -15px;
  }
  #seo_about ._left,
  #seo_about ._right {
    padding: 15px;
  }
  #honor_list ul {
    margin: -15px;
  }
  #honor_list ul li {
    padding: 15px;
  }
  #news_list ul {
    margin: -15px;
  }
  #news_list ul li {
    padding: 15px;
  }
  #news_list ._time span {
    display: inline-block;
    padding: 5px;
  }
  #news_list ._time span._cate {
    color: #FFFFFF;
    background-color: #000000;
  }
  #news_list ._time span._date {
    background-color: #CCCCCC;
  }
  #news_list ._table {
    padding: 20px;
    border: 2px solid #CCCCCC;
  }
  
  
  .inner-page h1.h1,
  .inner-page h2.h2,
  .inner-page h3.h3,
  .inner-page h4.h4,
  .inner-page h5.h5,
  .inner-page h6.h6,
  .inner-page h1,
  .inner-page h2,
  .inner-page h3,
  .inner-page h4,
  .inner-page h5,
  .inner-page h6 {
      font-weight: bold;
  }
  .inner-page p {
      font-size: 16px;
      line-height: 2;
  }
  .inner-page h2 {
      font-size: 6.5rem;
      line-height: 1.5;
      font-weight: bold;
  }
  .inner-page span.title {
      display: inline-block;
      font-size: 16px;
      line-height: 1;
      color: #656565;
      font-weight: 300;
      padding: 1.5rem 2.4rem;
      background: -webkit-gradient(linear, left top, right top, color-stop(4.3rem,var(--base-color)), color-stop(4.3rem, transparent));
      background: -webkit-linear-gradient(left,var(--base-color) 4.3rem, transparent 4.3rem);
      background: -moz-linear-gradient(left,var(--base-color) 4.3rem, transparent 4.3rem);
      background: linear-gradient(to right,var(--base-color) 4.3rem, transparent 4.3rem);
  }
  .inner-page .m-page {
      text-align: center;
      float: none;
      margin: 30px -5px 0;
  }
  .inner-page .m-page a,
  .inner-page .m-page span {
      display: inline-block;
      text-align: center;
      width: 45px;
      height: 35px;
      font-size: 15px;
      line-height: 35px;
      border-radius: 5px;
      color: #111;
      font-weight: 500;
      -moz-box-shadow: 0 2px 10px 0 #d8dde6;
      -o-box-shadow: 0 2px 10px 0 #d8dde6;
      box-shadow: 0 2px 10px 0 #d8dde6;
      -webkit-transition: .5s;
      -moz-transition: .5s;
      -ms-transition: .5s;
      -o-transition: .5s;
      transition: .5s;
      margin: 5px;
  
  }
  .inner-page .m-page a:hover {
      background:var(--base-color) none repeat scroll 0 0;
      color: #fff;
  }
  .solutions-page .solutions-1 {
      padding: 14.5rem 0 11rem;
  }
  .solutions-page .solutions-1 .solutions-content {
      max-width: 1200px;
      margin: 0 auto;
  }
  .solutions-page .solutions-1 .solutions-content .top {
      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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  }
  .solutions-page .solutions-1 .solutions-content .top .left {
      width: 50%;
      padding-right: 3rem;
      padding-left: 2rem;
      position: relative;
  }
  .solutions-page .solutions-1 .solutions-content .top .left::after {
      position: absolute;
      content: "Solutions";
      font-size: 20rem;
      line-height: .8;
      color: transparent;
      -webkit-text-stroke: 1px #dbdbdb;
      right: -5%;
      top: 0;
      z-index: -1;
      font-weight: bold;
  }
  .solutions-page .solutions-1 .solutions-content .top .left .content {
      max-width: 505px;
  }
  .solutions-page .solutions-1 .solutions-content .top .left .content h2 {
      margin: 3rem 0 4.5rem;
  }
  .solutions-page .solutions-1 .solutions-content .top .left .content p {
      font-size: 2rem;
      line-height: 1.5;
      color: #5a5a5a;
  }
  .solutions-page .solutions-1 .solutions-content .top .right {
      width: 50%;
      text-align: right;
  }
  .solutions-page .solutions-1 .solutions-content .bottom {
      margin-top: 11.5rem;
  }
  .solutions-page .solutions-1 .solutions-content .bottom h2 {
      text-align: center;
  }
  .solutions-page .solutions-1 .solutions-content .bottom .solutionsBox {
      margin-top: 7rem;
  }
  .solutions-page .solutions-1 .solutions-content .bottom .solutionsBox .swiper-slide {
      cursor: pointer;
      -webkit-transition: .5s;
      -moz-transition: .5s;
      transition: .5s;
      padding: 15px 0;
  }
  .solutions-page .solutions-1 .solutions-content .bottom .solutionsBox .swiper-slide .s-img {
      overflow: hidden;
  }
  .solutions-page .solutions-1 .solutions-content .bottom .solutionsBox .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);
  }
  .solutions-page .solutions-1 .solutions-content .bottom .solutionsBox .swiper-slide .s-img img {
      width: 100%;
  }
  .solutions-page .solutions-1 .solutions-content .bottom .solutionsBox .swiper-slide .content {
      padding: 3rem 3rem 2.5rem;
      background: #f5f5f5;
      -webkit-transition: .3s;
      -moz-transition: .3s;
      transition: .3s;
  }
  .solutions-page .solutions-1 .solutions-content .bottom .solutionsBox .swiper-slide .content h4 {
      font-size: 2.4rem;
      line-height: 1;
      color: #333333;
      border-bottom: 1px solid #d9d9d9;
      padding-bottom: 2rem;
      text-align: center;
  }
  .solutions-page .solutions-1 .solutions-content .bottom .solutionsBox .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;
  }
  .solutions-page .solutions-1 .solutions-content .bottom .solutionsBox .swiper-slide .content a {
      display: inline-block;
      padding-bottom: 1rem;
      border-bottom: 2px solidvar(--base-color);
      font-size: 1.7rem;
      line-height: 1;
      color: #333333;
      font-weight: bold;
      left: 0;
      -webkit-transition: .3s;
      -moz-transition: .3s;
      transition: .3s;
  }
  .solutions-page .solutions-1 .solutions-content .bottom .solutionsBox .swiper-slide-active {
      padding: 0;
      -webkit-transition: .5s;
      -moz-transition: .5s;
      transition: .5s;
  }
  .solutions-page .solutions-1 .solutions-content .bottom .solutionsBox .swiper-slide-active .content {
      background:var(--base-color);
      -webkit-transition: .3s;
      -moz-transition: .3s;
      transition: .3s;
  }
  .solutions-page .solutions-1 .solutions-content .bottom .solutionsBox .swiper-slide-active .content h4 {
      color: #fff;
      border-bottom: 1px solidvar(--base-color);
  }
  .solutions-page .solutions-1 .solutions-content .bottom .solutionsBox .swiper-slide-active .content p {
      height: 160px;
      color: #fff;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 5;
      overflow: hidden;
  }
  .solutions-page .solutions-1 .solutions-content .bottom .solutionsBox .swiper-slide-active .content a {
      -webkit-transition: .3s;
      -moz-transition: .3s;
      transition: .3s;
      color: #fff;
  }
  .solutions-page .solutions-1 .solutions-content .bottom .solutionsBox .navigation {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
      -moz-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      margin-top: -1.2rem;
  }
  .solutions-page .solutions-1 .solutions-content .bottom .solutionsBox .navigation .swiper-button-prev,
  .solutions-page .solutions-1 .solutions-content .bottom .solutionsBox .navigation .swiper-button-next {
      width: 79px;
      height: 82px;
      position: relative;
      margin-top: 0;
  }
  .solutions-page .solutions-1 .solutions-content .bottom .solutionsBox .navigation .swiper-button-prev {
      background: url(../images/s-left.png) no-repeat center center;
      left: 0;
  }
  .solutions-page .solutions-1 .solutions-content .bottom .solutionsBox .navigation .swiper-button-next {
      background: url(../images/s-right.png) no-repeat center center;
      right: 0;
  }
  .solutions-page .solutions-2 {
      padding-bottom: 17rem;
  }
  .solutions-page .solutions-2 h2 {
      text-align: center;
  }
  .solutions-page .solutions-2 .process-list {
      max-width: 1320px;
      margin: 11.5rem auto 0;
  }
  .solutions-page .solutions-2 .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;
  }
  .solutions-page .solutions-2 .process-list .item:last-child {
      margin-bottom: 0;
  }
  .solutions-page .solutions-2 .process-list .item .left {
      width: 50%;
      padding-right: 1.5rem;
      position: relative;
  }
  .solutions-page .solutions-2 .process-list .item .left::after {
      position: absolute;
      content: "";
      width: 2px;
      height: 45.5rem;
      background:var(--base-color);
      left: 32px;
      top: 7rem;
      z-index: -1;
  }
  .solutions-page .solutions-2 .process-list .item .left ul li {
      padding-left: 11rem;
      margin-bottom: 2.5rem;
      position: relative;
  }
  .solutions-page .solutions-2 .process-list .item .left ul li:first-child::after {
      width: 65px;
      height: 65px;
      background:var(--base-color);
      left: 0;
      top: 10px;
      font-size: 4.1rem;
  }
  .solutions-page .solutions-2 .process-list .item .left ul li::after {
      position: absolute;
      content: "";
      width: 48px;
      height: 48px;
      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: 3.8rem;
      line-height: 1;
      color: #fff;
      font-weight: bold;
      background:var(--base-color);
      left: 10px;
      top: 15px;
  }
  .solutions-page .solutions-2 .process-list .item .left ul li:last-child {
      margin-bottom: 0;
  }
  .solutions-page .solutions-2 .process-list .item .left ul li p {
      padding: 2.2rem 4.5rem 2.2rem 2.2rem;
      background: #f5f5f5;
      font-size: 1.8rem;
      line-height: 2;
      color: #666666;
      font-weight: 500;
      position: relative;
  }
  .solutions-page .solutions-2 .process-list .item .left ul li p::after {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      border-top: 10px solid transparent;
      border-right: 10px solid #f5f5f5;
      right: 100%;
      top: 3.5rem;
      border-bottom: 10px solid transparent;
  }
  .solutions-page .solutions-2 .process-list .item .right {
      width: 50%;
      padding-left: 1.5rem;
  }
  .solutions-page .solutions-2 .process-list .item:nth-child(1) .left ul li:nth-child(1)::after {
      content: "1";
  }
  .solutions-page .solutions-2 .process-list .item:nth-child(1) .left ul li:nth-child(2)::after {
      content: "2";
  }
  .solutions-page .solutions-2 .process-list .item:nth-child(1) .left ul li:nth-child(3)::after {
      content: "3";
  }
  .solutions-page .solutions-2 .process-list .item:nth-child(2) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -moz-box-orient: horizontal;
      -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
  }
  .solutions-page .solutions-2 .process-list .item:nth-child(2) .left {
      padding-right: 0;
      padding-left: 1.5rem;
  }
  .solutions-page .solutions-2 .process-list .item:nth-child(2) .left::after {
      top: auto;
      bottom: -10rem;
      height: 700px;
      left: auto;
      right: 32px;
  }
  .solutions-page .solutions-2 .process-list .item:nth-child(2) .left ul li {
      padding-left: 0;
      padding-right: 11rem;
  }
  .solutions-page .solutions-2 .process-list .item:nth-child(2) .left ul li:first-child::after {
      right: 0;
  }
  .solutions-page .solutions-2 .process-list .item:nth-child(2) .left ul li::after {
      left: auto;
      right: 10px;
  }
  .solutions-page .solutions-2 .process-list .item:nth-child(2) .left ul li p {
      padding: 2.2rem 2.2rem 2.2rem 4.5rem;
  }
  .solutions-page .solutions-2 .process-list .item:nth-child(2) .left ul li p::after {
      border-top: 10px solid transparent;
      border-right: 0 solid #f5f5f5;
      border-left: 10px solid #f5f5f5;
      right: auto;
      left: 100%;
      top: 3.5rem;
      border-bottom: 10px solid transparent;
  }
  .solutions-page .solutions-2 .process-list .item:nth-child(2) .left ul li:nth-child(1)::after {
      content: "4";
  }
  .solutions-page .solutions-2 .process-list .item:nth-child(2) .left ul li:nth-child(2)::after {
      content: "5";
  }
  .solutions-page .solutions-2 .process-list .item:nth-child(2) .left ul li:nth-child(3)::after {
      content: "6";
  }
  .solutions-page .solutions-2 .process-list .item:nth-child(2) .right {
      padding-left: 0;
      text-align: right;
      padding-right: 1.5rem;
  }
  .solutions-page .solutions-2 .process-list .item:nth-child(3) {
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
      -moz-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
  }
  .solutions-page .solutions-2 .process-list .item:nth-child(3) .left::after {
      top: auto;
      bottom: 10rem;
  }
  .solutions-page .solutions-2 .process-list .item:nth-child(3) .left ul li:nth-child(1)::after {
      content: "7";
  }
  .solutions-page .solutions-2 .process-list .item:nth-child(3) .left ul li:nth-child(2)::after {
      content: "8";
  }
  .solutions-page .solutions-3 {
      padding-bottom: 13rem;
      position: relative;
  }
  .solutions-page .solutions-3::after {
      position: absolute;
      content: "";
      width: 100%;
      height: 60%;
      left: 0;
      top: 8rem;
      background: #f5f5f5;
      z-index: -1;
  }
  .solutions-page .solutions-3 .advantage-box .swiper-container {
      padding: 5px;
  }
  .solutions-page .solutions-3 .advantage-box .swiper-slide {
      padding: 3.5rem 2.5rem;
      border-bottom: 6px solidvar(--base-color);
      background: #fff;
      -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  }
  .solutions-page .solutions-3 .advantage-box .swiper-slide:hover img {
      -webkit-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
      -moz-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
      transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  }
  .solutions-page .solutions-3 .advantage-box .swiper-slide span {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
      -moz-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      height: 60px;
  }
  .solutions-page .solutions-3 .advantage-box .swiper-slide span img {
      -webkit-transition: 1s;
      -moz-transition: 1s;
      transition: 1s;
  }
  .solutions-page .solutions-3 .advantage-box .swiper-slide h4 {
      font-size: 2.4rem;
      line-height: 1;
      color: #333333;
      margin: 2rem 0 1rem;
  }
  .solutions-page .solutions-3 .advantage-box .swiper-slide p {
      font-size: 1.8rem;
      line-height: 1.5;
      color: #7c7c7c;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
  }
  .solutions-page .solutions-3 .advantage-box .swiper-slide a {
      display: inline-block;
      padding-bottom: .5rem;
      border-bottom: 2px solidvar(--base-color);
      font-size: 1.7rem;
      line-height: 1;
      color: #333333;
      font-weight: bold;
      left: 0;
      -webkit-transition: .3s;
      -moz-transition: .3s;
      transition: .3s;
      margin-top: 2.7rem;
  }
  .solutions-page .solutions-3 .solutions-form {
      -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
      margin: 12.5rem auto 0;
      max-width: 1200px;
      background: #fff;
      padding: 6.5rem 5rem 5rem 7rem;
      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-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
  }
  .solutions-page .solutions-3 .solutions-form .left {
      width: 55.5%;
  }
  .solutions-page .solutions-3 .solutions-form .left h3 {
      font-size: 3.046rem;
      line-height: 1;
      color: #333333;
  }
  .solutions-page .solutions-3 .solutions-form .left form {
      margin-top: 2.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;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
  }
  .solutions-page .solutions-3 .solutions-form .left form input {
      width: 100%;
      height: 52px;
      padding: 0 20px;
      font-size: 16.24px;
      color: #000;
  
      border: none;
      background: #f8f8fa;
      margin-bottom: 1.6rem;
  }
  .solutions-page .solutions-3 .solutions-form .left form input[name="mail"] {
      width: 48%;
  }
  .solutions-page .solutions-3 .solutions-form .left form input[name="phone"] {
      width: 48%;
  }
  .solutions-page .solutions-3 .solutions-form .left form input[name="date"] {
      width: 48%;
  }
  .solutions-page .solutions-3 .solutions-form .left form input[name="time"] {
      width: 48%;
      margin-bottom: 30px;
  }
  .solutions-page .solutions-3 .solutions-form .left form input[type="submit"] {
      width: 188px;
      height: 58px;
      background:var(--base-color);
      font-size: 16px;
      line-height: 1;
      color: #ffffff;
      font-weight: bold;
      -webkit-transition: .3s;
      -moz-transition: .3s;
      transition: .3s;
      margin-bottom: 0;
      position: relative;
  }
  .solutions-page .solutions-3 .solutions-form .left form input[type="submit"]:hover {
      background: #000;
  }
  .solutions-page .solutions-3 .solutions-form .left form .submit {
      display: inline-block;
      position: relative;
  }
  .solutions-page .solutions-3 .solutions-form .left form .submit::after {
      position: absolute;
      content: "";
      width: 164px;
      height: 2px;
      background:var(--base-color);
      right: -13px;
      bottom: -8px;
  }
  .solutions-page .solutions-3 .solutions-form .left form .submit::before {
      position: absolute;
      content: "";
      width: 2px;
      height: 58px;
      background:var(--base-color);
      right: -7px;
      bottom: -15px;
  }
  .solutions-page .solutions-3 .solutions-form .right {
      width: 44.5%;
      text-align: right;
      padding-left: 3rem;
  }
  .news-page .news-nav ul {
      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: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
  }
  .news-page .news-nav ul li {
      width: 33.333%;
  }
  .news-page .news-nav ul li:last-child a {
      border-right: 0 solid #fff;
  }
  .news-page .news-nav ul li a {
      display: block;
      padding: 2.5rem 1.5rem;
      text-align: center;
      font-size: 2.6rem;
      line-height: 1;
      color: #333333;
      font-weight: 500;
      background: #eeeeee;
      border-right: 2px solid #fff;
      -webkit-transition: .3s;
      -moz-transition: .3s;
      transition: .3s;
  }
  .news-page .news-nav ul li a:hover {
      background: #d3d3d3;
  }
  .news-page .news-nav ul li.active a {
      background: #d3d3d3;
  }
  .news-page .news-box {
      padding: 5rem 0 10rem;
  }
  .news-page .addcontent {
      font-size: 18px;
      line-height: 2;
  }
  .newshide h2 {
       font-size: 28px;
    line-height: 2;
    color: #000;
    text-transform: uppercase;
    padding-bottom: 23px;
    border-bottom: 1px solid #dfdfdf;
  }
  .grid-box.three > .newsaddcat {
    width: 25%;
  }
  
  .grid-box.three > .newsaddsingle {
    width: 16.6%;
  }
  .news-page .news-list ul {
      margin: -15px;
  }
  .news-page .news-list ul li {
      padding: 15px;
  }
  .news-page .news-list ul li:last-child {
      margin-bottom: 0;
  }
  .news-page .news-list ul li a.img-box {
      display: block;
  }
  .news-page .news-list ul li a.img-box img {
      width: 100%;
  }
  .news-page .news-list ul li .box {
      padding: 10px;
      -moz-box-shadow: 0 0 10px rgba(72, 73, 121, 0.15);
      -o-box-shadow: 0 0 10px rgba(72, 73, 121, 0.15);
      box-shadow: 0 0 10px rgba(72, 73, 121, 0.15);
  }
  .news-page .news-list ul li .box .content {
      padding: 20px;
      position: relative;
  }
  .news-page .news-list ul li .box .content p{
      text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  }
  .news-page .news-list ul li .box .content time {
      position: absolute;
      width: 65px;
      height: 65px;
      top: -35px;
      background:var(--base-color) none repeat scroll 0 0;
      color: #fff;
      line-height: 23px;
      text-align: center;
      border-radius: 5px;
      display: block;
      font-weight: 500;
      font-weight: 500;
      font-size: 20px;
      padding: 8px 0;
      left: 15px;
  }
  .news-page .news-list ul li .box .content h3 {
      margin-top: 25px;
      font-weight: 500;
      font-size: 20px;
      margin-bottom: 15px;
      color: #111;
      display: inline-block;
      line-height: 2;
      -webkit-transition: .5s;
      -moz-transition: .5s;
      -ms-transition: .5s;
      -o-transition: .5s;
      transition: .5s;
      display: -webkit-box;
  }
  .news-page .news-list ul li .box .content h3 a{
      color: inherit;
      font-size: inherit;
      font-weight: inherit;
      font-family: inherit;
      line-height: inherit;
      font-style: inherit;
  }
  .news-page .news-list ul li .box .content h3:hover {
      color:var(--base-color);
  }
  .news-page .news-list ul li .box .content a.more {
      text-transform: capitalize;
      font-weight: 500;
      margin-top: 20px;
      display: inline-block;
      color: var(--base-color);
      border-left: 1px solidvar(--base-color);
      font-size: 16px;
      -webkit-transition: .5s;
      -moz-transition: .5s;
      -ms-transition: .5s;
      -o-transition: .5s;
      transition: .5s;
      padding: 0 15px;
      line-height: 40px;
      height: 40px;
  }
  .news-page .news-list ul li .box .content a.more i {
      -webkit-transition: 0.5s padding-left;
      -moz-transition: 0.5s padding-left;
      -ms-transition: 0.5s padding-left;
      -o-transition: 0.5s padding-left;
      transition: 0.5s padding-left;
  }
  .news-page .news-list ul li .box .content a.more:hover {
      border-left: 1px solid #111;
      color: white;
  }
  .news-page .news-list ul li .box .content a.more:hover i {
      padding-left: 5px;
  }
  .product-page {
      padding: 10px 0 60px;
  }
  .product-page .side-right .bottom .kaituopro1 {
    font-size: 30px;
    line-height: 2;
    font-weight: bold;
  }
  .product-page .side-right .bottom .kaituopro {
    font-size: 16px;
    line-height: 2;
    margin-top: 20px;
  }
  .product-page .side-right .top {
      display: block;
      text-align: right;
      margin-bottom: 40px;
  }
  .product-page .side-right .top .form {
      display: inline-block;
      vertical-align: middle;
      max-width: 40%;
      width: 100%;
      position: relative;
  }
  .product-page .side-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 .side-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 .side-right .top .form input::-webkit-input-placeholder {
      color: #747474;
      font-style: italic;
  }
  .product-page .side-right .top .form input:-moz-placeholder {
      color: #747474;
      font-style: italic;
  }
  .product-page .side-right .top .form input::-moz-placeholder {
      color: #747474;
      font-style: italic;
  }
  .product-page .side-right .top .form input:-ms-input-placeholder {
      color: #747474;
      font-style: italic;
  }
  .product-page .side-right .top .form input:focus {
      border-color: #cf9f91;
  }
  .product-page .side-right .top .form input[type="submit"] {
      width: 36px;
      border-bottom: none;
      background: url("../images/icon-search.png") center center no-repeat;
      position: absolute;
      right: 0;
      top: 0;
      padding: 0;
  }
  .product-page .side-right .top .show {
      display: inline-block!important;
      vertical-align: middle;
      position: relative;
      margin-left: 100px;
      margin-right: 20px;
  }
  .product-page .side-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 .side-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 .side-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 .side-right .top .show ul li:last-child {
      border-bottom: none;
  }
  .product-page .side-right .top .show ul li:hover {
      color: #cf9f91;
  }
  .product-page .side-right .top .show:hover ul {
      display: block;
  }
  .product-page .side-right .top .listBox {
      display: inline-block;
      vertical-align: middle;
  }
  .product-page .side-right .top .listBox span {
      display: inline-block;
      vertical-align: middle;
      cursor: pointer;
      cursor: hand;
  }
  .product-page .side-right .top .listBox span.list {
      margin-left: 20px;
  }
  .product-page .side-right .bottom .block ul {
      margin: -30px -10px;
  }
  .product-page .side-right .bottom .block ul li {
      padding: 0px 10px;
      margin-bottom: 4rem;
  }
   .tabimg:hover img:nth-child(1){
      opacity: 0;
      transition: 0.6s all;
  }
   .tabimg:hover img.dec{
  
      opacity: 1;
      transition: 0.6s all;
  }
  .product-page .side-right .bottom .block ul li a.img-box {
      display: block;
      box-shadow: 0 0 10px 0 #ccc
  }
  .tabimg img:nth-child(1){
      opacity: 1;
      transition: 0.6s all;
  }
   .tabimg{
      position: relative;
  }
   .tabimg img.dec{
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
      width: 80%;
      opacity: 0;
      transition: 0.6s all;
  }
  .product-page .side-right .bottom .block ul li h4 {
      display: block;
      margin-top: 15px;
      font-size: 18px;
      color: #101010;
      text-align: center;
      -webkit-transition: .5s;
      -moz-transition: .5s;
      -ms-transition: .5s;
      -o-transition: .5s;
      transition: .5s;
      line-height: 2;
  }
  .product-page .side-right .bottom .block ul li:hover h4 {
      color: var(--base-color);
  }
  .product-page .side-right .bottom .list {
      display: none;
  }
  .product-page .side-right .bottom .list ul li {
      margin-bottom: 20px;
  }
  .product-page .side-right .bottom .list ul li:last-child {
      margin-bottom: 0;
  }
  .product-page .side-right .bottom .list ul li .img {
      width: 30%;
      vertical-align: middle;
  }
  .product-page .side-right .bottom .list ul li .img a {
      display: block;
  }
  .product-page .side-right .bottom .list ul li .text {
      width: 70%;
      padding-left: 5%;
      vertical-align: middle;
  }
  .product-page .side-right .bottom .list ul li .text h4 {
      font-size: 24px;
  }
  .product-page .side-right .bottom .list ul li .text .content {
      display: block;
      margin: 15px 0;
      font-size: 14px;
      line-height: 1.8;
  }
  .product-page .side-right .bottom .list ul li .text a.more {
      display: inline-block;
      vertical-align: middle;
      line-height: 40px;
      height: 40px;
      padding: 0 25px;
      background: #cf9f91;
      color: white;
      border-radius: 3px;
      font-size: 14px;
      -webkit-transition: .5s;
      -moz-transition: .5s;
      -ms-transition: .5s;
      -o-transition: .5s;
      transition: .5s;
  }
  .product-page .side-right .bottom .list ul li .text a.more:hover {
      background: #222;
  }
  
  
  
  .clearfix:before, .clearfix:after {
      display: table;
      content: " ";
  }
  .inner-page .side-contact {
         -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
      box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
      padding: 30px;
      margin-top: 40px;
  }
  .inner-page .side-tit {
      color: #000000;
      font-size: 18px;
      text-transform: uppercase;
      margin-bottom: 8px;
  }
  .side-contact-btn {
      background: #69b5df;
      color: #fff;
      height: 45px;
      line-height: 45px;
      font-size: 16px;
      text-align: center;
      margin-top: 30px;
      display: block;
  }
  .inner-page .side-contact li i.fa {
      float: left;
      width: 8%;
      font-size: 16px;
      text-align: center;
  }
  
  .inner-page .side-contact .side-tit{
      margin-bottom: 13px;
  }
  .inner-page .side-contact li:first-child{
      border-top: 1px solid #d1d1d1;
  }
  .inner-page .side-contact li{
      padding: 20px 0 18px;
      border-bottom: 1px solid #d1d1d1;
  }
  .inner-page .side-contact li i.icon{
      float: left;
      width: 8%;
      font-size: 16px;
  }
  .inner-page .side-contact li span{
      float: right;
      width: 88%;
      font-size: 14px;
      color: #000000;
      font-family: "Rany";
  }
  
  
  .inner-page {
      position: relative;
      z-index: 2;
  }
  .inner-page .sideBox .side-left {
      width: 23%;
      padding-right: 40px;
  }
  .inner-page .sideBox .side-left h2 {
      display: block;
      font-size: 36px;
      font-weight: bold;
      text-transform: uppercase;
      line-height: 1;
      margin-bottom: 80px;
  }
  .inner-page .sideBox .side-left .box ul li a {
      display: block;
      padding: 5px 35px 5px 15px;
      background: #f1f1f1;
      margin-bottom: 10px;
      font-size: 16px;
      position: relative;
      font-weight: bold;
  }
  .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 ul {
      display: none;
  }
  .inner-page .sideBox .side-left .box ul li ul li a {
      background: #F9F9F9;
      font-weight: normal;
  }
  .inner-page .sideBox .side-left .box ul li a.active {
      background: var(--base-color);
      color: white;
  }
  .inner-page .sideBox .side-left .box ul li li a.active {
      background: #c4d1aa;
      color: white;
  }
  .inner-page .sideBox .side-left .box ul li li li a.active {
      background: #99ebbd;
      color: white;
  }
  .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%;
  }
  .prodet-page .prodet-1 {
      padding: 8.5rem 0 12.5rem;
  }
  .prodet-page .prodet-1 .top {
      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: justify;
      -webkit-justify-content: space-between;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
  }
  .prodet-page .prodet-1 .top h2 {
      font-size: 3.2rem;
      color: #4a4f54;
  }
  .prodet-page .prodet-1 .top form {
      width: 36.8rem;
      position: relative;
  }
  .prodet-page .prodet-1 .top form input[type="text"] {
      width: 100%;
      height: 38px;
      padding: 0 2rem;
      font-size: 17px;
      color: #000;
  
      border: none;
      border-bottom: 2px solid #ebeaea;
  }
  .prodet-page .prodet-1 .top form input[type="submit"] {
      position: absolute;
      right: 100%;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 38px;
      height: 100%;
      border: none;
      background: url(../images/search.png) no-repeat center center #f7f7f7;
  }
  .prodet-page .prodet-1 .product-box {
      margin-top: 9.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;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -moz-box-orient: horizontal;
      -moz-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
  }
  .prodet-page .prodet-1 .product-box .left {
      width: 30%;
  }
  .prodet-page .prodet-1 .product-box .left .bg-img {
      display: inline-block;
      border: 4px solid #e8e8e8;
  }
  .prodet-page .prodet-1 .product-box .icon {
      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-top: 2.5rem;
  }
  .prodet-page .prodet-1 .product-box .icon a {
      margin-right: 2.5rem;
      color: #383838;
      -webkit-transition: .3s;
      -moz-transition: .3s;
      transition: .3s;
  }
  .prodet-page .prodet-1 .product-box .icon a:hover {
      color:var(--base-color);
  }
  .prodet-page .prodet-1 .product-box .icon .fa {
      font-size: 2.4rem;
  }
  .prodet-page .prodet-1 .product-box .icon .qr {
      position: relative;
      cursor: pointer;
  }
  .prodet-page .prodet-1 .product-box .icon .qr:hover #ewm2 {
      display: block;
  }
  .prodet-page .prodet-1 .product-box .icon .qr #ewm2 {
      width: 120px;
      border: 5px solid #fff;
      -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      top: 120%;
      display: none;
      -webkit-transition: .3s;
      -moz-transition: .3s;
      transition: .3s;
  }
  .prodet-page .prodet-1 .product-box .right {
      width: 70%;
      padding-left: 5%;
  }
  .prodet-page .prodet-1 .product-box .right .content {
      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;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -moz-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      z-index: 10;
      position: relative;
  }
  .prodet-page .prodet-1 .product-box .right .content .info {
      max-width: 500px;
  }
  .prodet-page .prodet-1 .product-box .right .content .info .titleBox {
      padding: 20px;
      background: #f5f5f5;
  }
  .prodet-page .prodet-1 .product-box .right .content .info .titleBox .pj {
      padding-top: 15px;
      font-size: 16px;
      color: #666;
  }
  .prodet-page .prodet-1 .product-box .right .content .info .titleBox .pj i {
      margin-right: 5px;
  }
  .prodet-page .prodet-1 .product-box .right .content .info h3 {
      font-size: 1.8rem;
      line-height: 1.2;
      color: #4a4f54;
      font-weight: bold;
  }
  .prodet-page .prodet-1 .product-box .right .content .info .downloadBox {
      margin: 2rem 0;
      text-align: center;
      padding: 0 15%;
  }
  .prodet-page .prodet-1 .product-box .right .content .info .downloadBox a {
      display: block;
      line-height: 38px;
      height: 38px;
      border-radius: 5px;
      font-size: 1.8rem;
      color: #333;
      margin: 5px 0;
      -webkit-transition: .3s;
      -moz-transition: .3s;
      transition: .3s;
  }
  .prodet-page .prodet-1 .product-box .right .content .info .downloadBox a:first-child {
      border: 1px solidvar(--base-color);
      color:var(--base-color);
  }
  .prodet-page .prodet-1 .product-box .right .content .info .downloadBox a:hover {
      background:var(--base-color);
      color: white;
  }
  .prodet-page .prodet-1 .product-box .right .content .info .scroll {
      /*max-height: 280px;*/
      overflow: auto;
      font-size: 1.5rem;
      line-height: 1.6;
      color: #555555;
      /*margin-top: 3rem;*/
  }
  .prodet-page .prodet-1 .product-box .right .content .info .scroll h6 {
      font-size: 1.8rem;
      color:var(--base-color);
      margin-bottom: 10px;
      font-weight: bold;
  }
  .prodet-page .prodet-1 .product-box .right .content .info .scroll p {
      font-size: inherit;
  }
  .prodet-page .prodet-1 .product-box .right .content .btn {
      position: relative;
  }
  .prodet-page .prodet-1 .product-box .right .content .btn .side-contact {
      margin-top: 0;
  }
  .prodet-page .prodet-1 .product-box .right .content .btn > a,
  .prodet-page .prodet-1 .product-box .right .content .btn .download {
      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;
      /*width: 168px;*/
      height: 40px;
      border-radius: 8px;
      border: 2px solid #959494;
      margin-bottom: 2rem;
      font-size: 2rem;
      line-height: 1;
      color: #7d7c7c;
      font-family: 'Rajdhani-SemiBold';
      -webkit-transition: .3s;
      -moz-transition: .3s;
      transition: .3s;
  }
  .prodet-page .prodet-1 .product-box .right .content .btn > a:hover,
  .prodet-page .prodet-1 .product-box .right .content .btn .download:hover {
      background:var(--base-color);
      color: #fff;
      border: 2px solidvar(--base-color);
  }
  .prodet-page .prodet-1 .product-box .right .content .btn > a i,
  .prodet-page .prodet-1 .product-box .right .content .btn .download i {
      margin-left: 7px;
      font-size: 2.4rem;
  }
  .prodet-page .prodet-1 .product-box .right .content .btn .download-box {
      position: relative;
  }
  .prodet-page .prodet-1 .product-box .right .content .btn .download-box:hover .download {
      background:var(--base-color);
      color: #fff;
      border: 2px solidvar(--base-color);
  }
  .prodet-page .prodet-1 .product-box .right .content .btn .download {
      margin-bottom: 0;
  }
  .prodet-page .prodet-1 .product-box .right .content .btn ul.sub-menu {
      position: absolute;
      top: 100%;
      width: 100%;
      left: 0;
      padding: 0 10px;
      display: none;
  }
  .prodet-page .prodet-1 .product-box .right .content .btn ul.sub-menu li a {
      display: block;
      padding: 1rem .5rem;
      font-size: 1.4rem;
      line-height: 1;
      color: #7d7c7c;
      font-family: 'Rajdhani-SemiBold';
      background: #f5f5f5;
      text-align: center;
      margin-bottom: .5rem;
      -webkit-transition: .3s;
      -moz-transition: .3s;
      transition: .3s;
  }
  .prodet-page .prodet-1 .product-box .right .content .btn ul.sub-menu li a:hover {
      background:var(--base-color);
      color: #fff;
  }
  .prodet-page .prodet-1 .product-box .galleryBox {
      /*max-width: 685px;*/
      /*padding-right: 23px;*/
      margin-top: 2rem;
      position: relative;
      background: #f5f5f5;
      padding: 20px 25px;
  }
  .prodet-page .prodet-1 .product-box .galleryBox .swiper-slide a {
      display: block;
      border: 2px solid #e8e8e8;
  }
  .prodet-page .prodet-1 .product-box .galleryBox .swiper-button-disabled {
      display: none;
  }
  .prodet-page .prodet-1 .product-box .galleryBox .swiper-button-next,
  .prodet-page .prodet-1 .product-box .galleryBox .swiper-button-prev {
      background-size: 14px;
  }
  .prodet-page .prodet-1 .product-box .galleryBox .swiper-button-next {
      right: 0;
  }
  .prodet-page .prodet-1 .product-box .galleryBox .swiper-button-prev {
      left: 0;
  }
  .prodet-page .prodet-2 h2,
  .prodet-page .prodet-3 h2 {
      text-transform: uppercase;
      position: relative;
      font-size: 2.4rem;
      color: #4a4f54;
      line-height: 50px;
      height: 50px;
      font-weight: normal;
  }
  .prodet-page .prodet-2 h2:after,
  .prodet-page .prodet-3 h2:after {
      content: '';
      width: 200%;
      position: absolute;
      top: 0;
      left: -25%;
      background: #f5f5f5;
      z-index: -1;
      box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
      height: 100%;
  }
  .prodet-page .prodet-2 .content {
      padding: 9rem 0 8.5rem;
      font-size: 1.6rem;
      color: #666666;
  
  }
  .prodet-page .prodet-2 .content div {
      color: inherit;
      font-size: inherit;
      font-weight: inherit;
      font-family: inherit;
      line-height: inherit;
      font-style: inherit;
  }
  .prodet-page .prodet-2 .content p {
      color: inherit;
      font-size: inherit;
      font-weight: inherit;
      font-family: inherit;
      line-height: inherit;
      font-style: inherit;
  }
  .prodet-page .prodet-2 .content strong {
      color: inherit;
      font-size: inherit;
      font-weight: 900;
      font-family: inherit;
      line-height: inherit;
      font-style: inherit;
  }
  .prodet-page .prodet-2 .content table tbody {
      table-layout: fixed;
  }
  .prodet-page .prodet-2 .content table{
      border: none !important;
  }
  .prodet-page .prodet-2 .content table td {
      padding: 1rem 8%;
      color: #666;
      border: none;
  }
  .prodet-page .prodet-2 .content table tr {
      background: #e7e8e8;
  }
  .prodet-page .prodet-2 .content table tr:nth-child(even) {
      background: #f6f6f6;
  }
  .prodet-page .prodet-3 {
      padding: 7rem 0 12.5rem;
  }
  .prodet-page .prodet-3 .hotBox {
      margin: 9rem auto 0;
      /*max-width: 1205px;*/
      padding: 0 5%;
      position: relative;
  }
  .prodet-page .prodet-3 .hotBox .swiper-container {
      padding: 10px;
  }
  .prodet-page .prodet-3 .hotBox .swiper-slide a {
      display: block;
      text-align: center;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
      padding: 15px;
      text-align: left;
  }
  .prodet-page .prodet-3 .hotBox .swiper-slide a:hover h4 {
      color:var(--base-color);
  }
  .prodet-page .prodet-3 .hotBox .swiper-slide a .hot-img img {
      width: 100%;
  }
  .prodet-page .prodet-3 .hotBox .swiper-slide a h4 {
      font-size: 1.8rem;
      line-height: 1.3;
      color: #333333;
      margin: 1rem 0 2rem;
      font-weight: normal;
  }
  .prodet-page .prodet-3 .hotBox .swiper-slide a em {
      line-height: 30px;
      height: 30px;
      padding: 0 15px;
      font-size: 16px;
      color: #4a4f54;
      border: 1px solid var(--base-color);
      display: inline-block;
  }
  .prodet-page .prodet-3 .hotBox .swiper-slide a p {
      font-size: 2rem;
      line-height: 1;
      color: #666666;
      text-transform: uppercase;
      font-weight: 300;
  }
  .prodet-page .prodet-3 .hotBox .swiper-button-prev,
  .prodet-page .prodet-3 .hotBox .swiper-button-next {
      width: 30px;
      height: 50%;
      background-position: center center;
      background-size: 14px;
      transform: translateY(-50%);
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
      margin-top: 0;
  }
  .swiper{
      --swiper-navigation-color: var(--base-color);
  }
  .newdet-page {
      padding: 70px 0;
  }
  .newdet-page .news-content h3.title {
      font-size: 24px;
      color: #111;
      text-transform: capitalize;
      line-height: 38px;
      margin: 15px 0;
      position: relative;
      font-weight: bold;
  }
  .newdet-page .news-content a.img-box {
      display: block;
  }
  .newdet-page .news-content a.img-box img {
      width: 100%;
  }
  .newdet-page .news-content time {
      width: 65px;
      height: 65px;
      margin-top: -35px;
      background:var(--base-color) none repeat scroll 0 0;
      color: #fff;
      line-height: 23px;
      text-align: center;
      border-radius: 5px;
      display: block;
  
      font-weight: 500;
      font-size: 20px;
      padding: 8px 0;
      left: 15px;
      position: relative;
      z-index: 1;
  }
  .newdet-page .news-content .tag {
      font-size: 14px;
      color: #828893;
  
  }
  .newdet-page .news-content .content{
      font-size: 16px;
  }
  .newdet-page .news-content .tag em {
      color: black;
  }
  .newdet-page .news-content .tag h6,
  .newdet-page .news-content .tag div {
      display: inline-block;
      vertical-align: middle;
  }
  .newdet-page .news-content .tag div {
      margin-left: 15px;
  }
  .newdet-page .news-content .tag div i {
      color:var(--base-color);
      margin-right: 5px;
  }
  .newdet-page .news-content .content {
      padding: 25px 0;
      margin: 10px 0;
      border-top: 1px #eee dashed;
      border-bottom: 1px #eee dashed;
      text-align: left;
      font-size: 16px;
      color: #000000;
  
  }
  .newdet-page .news-content .content p {
      padding: 5px 0;
  }
  .newdet-page .news-content .share {
      text-align: left;
  }
  .newdet-page .news-content .share h4 {
      display: inline-block;
      vertical-align: middle;
  
      color: #333;
      font-size: 14px;
  }
  .newdet-page .news-content .share ul {
      display: inline-block;
  }
  .newdet-page .news-content .share ul li {
      width: auto;
      padding: 5px;
  }
  .newdet-page2  ul.gallarylist{
      display: flex;
      justify-content: center;
      align-content: center;
      flex-wrap: wrap;
      margin: 0 -2rem;
      margin-top: 4rem;
      
  }
  .newdet-page2  ul.gallarylist li{
      padding:2rem;
  }
  .newdet-page .news-content .share ul li a {
      display: block;
      padding: 0 15px;
      line-height: 32px;
      height: 32px;
      border-radius: 5px;
      background: #edeff2;
      font-size: 12px;
      color: #666;
      -webkit-transition: .5s;
      -moz-transition: .5s;
      -ms-transition: .5s;
      -o-transition: .5s;
      transition: .5s;
  }
  .newdet-page .news-content .share ul li a:hover {
      color: white;
      background:var(--base-color);
  }
  .newdet-page .news-content .m-link {
      padding-top: 15px;
      text-align: left;
      margin-top: 15px;
      border-top: 1px #eee dashed;
  
  }
  .newdet-page .news-content .m-link a {
      font-size: 14px;
      color: #666;
      -webkit-transition: .5s;
      -moz-transition: .5s;
      -ms-transition: .5s;
      -o-transition: .5s;
      transition: .5s;
  }
  .newdet-page .news-content .m-link a:hover {
      color:var(--base-color);
      text-decoration: underline;
  }
  .gal-page{
      padding: 10rem 0;
  }
  .gal-page li {
      padding: 0 15px;
      margin-bottom: 30px;
      text-align: center;
  }
  .gal-page li a{
      display: block;
  }
  .gal-page li .border {
      border: 1px solid #eee;
  }
  .gal-page li .content{
      margin: 15px 0;
  }
  .gal-page li .content h4{
      font-size: 2rem;
  }
  .contact-page {
      padding: 0;
  }
  .contact-page .contact-message {
      padding-bottom: 80px;
  }
  .contact-page .contact-message .grid-box {
      padding: 0 10%;
  }
  .contact-page .contact-message .column {
      vertical-align: middle;
  }
  .contact-page .contact-message .column:nth-child(1) {
      width: 55%;
  }
  .contact-page .contact-message .column:nth-child(1) h2 {
      font-weight: 700;
      font-size: 36px;
      color:var(--base-color);
  }
  .contact-page .contact-message .column:nth-child(1) p {
      color: #6b6b6b;
  }
  .contact-page .contact-message .column:nth-child(1) form {
      margin-top: 30px;
  }
  .contact-page .contact-message .column:nth-child(1) form ul li {
      margin-bottom: 20px;
  }
  .contact-page .contact-message .column:nth-child(1) form ul li input,
  .contact-page .contact-message .column:nth-child(1) form ul li textarea {
      width: 100%;
      background: none;
      border: none;
      border-bottom: 1px solid #eee;
      outline: none;
      padding: 10px 20px;
      font-size: 14px;
      color: #a6abaa;
  }
  .contact-page .contact-message .column:nth-child(1) form ul li input ::-webkit-input-placeholder,
  .contact-page .contact-message .column:nth-child(1) form ul li textarea ::-webkit-input-placeholder {
      color: #a6abaa;
  }
  .contact-page .contact-message .column:nth-child(1) form ul li input :-moz-placeholder,
  .contact-page .contact-message .column:nth-child(1) form ul li textarea :-moz-placeholder {
      color: #a6abaa;
  }
  .contact-page .contact-message .column:nth-child(1) form ul li input ::-moz-placeholder,
  .contact-page .contact-message .column:nth-child(1) form ul li textarea ::-moz-placeholder {
      color: #a6abaa;
  }
  .contact-page .contact-message .column:nth-child(1) form ul li input :-ms-input-placeholder,
  .contact-page .contact-message .column:nth-child(1) form ul li textarea :-ms-input-placeholder {
      color: #a6abaa;
  }
  .contact-page .contact-message .column:nth-child(1) form ul li input[type="submit"] {
      background:var(--base-color);
      border: none;
      color: #fff;
      padding: 20px;
      width: 200px;
      text-transform: uppercase;
  }
  .contact-page .contact-message .column:nth-child(2) {
      width: 45%;
      padding-left: 3%;
  }
  .contact-page .contact-message .column:nth-child(2) .message {
      padding: 60px;
      background:var(--base-color);
      background-size: cover;
      margin-top: -78px;
      color: #fff;
  }
  .contact-page .contact-message .column:nth-child(2) .message h3 {
      font-size: 15px;
      color: #ffffff;
  }
  .contact-page .contact-message .column:nth-child(2) .message h2 {
      font-size: 36px;
      margin: 20px 0;
      color: #fff;
  }
  .contact-page .contact-message .column:nth-child(2) .message p {
      color: #ffffff;
      line-height: 2;
  }
  .contact-page .contact-message .column:nth-child(2) .message ul {
      margin-top: 30px;
  }
  .contact-page .contact-message .column:nth-child(2) .message ul li {
      margin: 10px 0;
      font-size: 17px;
      line-height: 2;
      padding-left: 40px;
  
  }
  .prodet-page .prodet-2 .content img{
      margin: 0 auto;
      display: block;
  }
  @media screen and (max-width: 1230px) {
      .solutions-page .solutions-3 .advantage-box .swiper-slide p {
          height: 36px;
      }
      .solutions-page .solutions-1 .solutions-content .bottom .solutionsBox .swiper-slide .content p {
          height: 70px;
      }
      .solutions-page .solutions-1 .solutions-content .bottom .solutionsBox .swiper-slide-active .content p {
          height: 100px;
      }
      .solutions-page .solutions-2 .process-list .item .left ul li:first-child::after {
          width: 45px;
          height: 45px;
      }
      .solutions-page .solutions-2 .process-list .item .left ul li::after {
          width: 35px;
          height: 35px;
          left: 5px;
      }
      .solutions-page .solutions-2 .process-list .item .left::after {
          left: 21px;
      }
      .solutions-page .solutions-2 .process-list .item:nth-child(2) .left ul li::after {
          right: 5px;
      }
      .solutions-page .solutions-2 .process-list .item:nth-child(2) .left::after {
          right: 21px;
      }
      .product-page .pro-nav .item {
          height: 90px;
      }
      .prodet-page .prodet-1 .product-box .right .content .info {
          max-width: 380px;
      }
      .prodet-page .prodet-1 .product-box .right .content .btn > a,
      .prodet-page .prodet-1 .product-box .right .content .btn .download {
          width: 140px;
      }
      .prodet-page .prodet-1 .product-box .right .galleryBox {
          margin-top: 10rem;
      }
      .contact-page .contact-message .column:nth-child(2) .message h2 {
          font-size: 20px;
          margin: 10px 0;
      }
      .contact-page .contact-message .column:nth-child(1) h2 {
          font-size: 20px;
      }
      .news-page .news-list ul li .box .content h3 {
          font-size: 20px;
          line-height: 24px;
      }
      .contact-page .contact-message .grid-box {
          padding: 0;
      }
  }
  @media screen and (max-width: 1000px) {
      .product-page .product-box .product-list ul li {
          width: 33.3333%;
      }
      .product-page .pro-nav {
          display: none;
      }
      .prodet-page2 .det-1 .grid-box .right .text h1 {
    font-size: 20px;
    line-height: 2;
    text-transform: uppercase;
    color: var(--base-color);
    font-weight: 700;
    padding-bottom: 20px;
    text-align: left;
  }
      #footer .footer-bottom .ui.container p.kaituoyejiao,
      .newshide,
      .product-page .side-right .bottom .kaituopro1
       {
          display: none;
      }
      .product-page .product-box .pro-list ul {
          display: none;
      }
      .prodet-page .prodet-1 .product-box .right .content .info {
          max-width: 100%;
      }
      .prodet-page .prodet-1 .product-box .right .content .btn {
          width: 100%;
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
          -moz-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
      }
      .prodet-page .prodet-1 .product-box .right .content .btn > a,
      .prodet-page .prodet-1 .product-box .right .content .btn .download {
          width: 120px;
          height: 30px;
      }
      .prodet-page .prodet-1 .product-box .right .content .btn > a,
      .prodet-page .prodet-1 .product-box .right .content .btn .download {
          margin-bottom: 0;
      }
      .prodet-page .prodet-1 .product-box .right .content .btn {
          margin-top: 15px;
      }
      .prodet-page .prodet-1 .product-box .right .galleryBox {
          margin-top: 7rem;
      }
      .contact-page .contact-message .column:nth-child(1),
      .contact-page .contact-message .column:nth-child(2) {
          width: 100%;
          padding: 0;
      }
      .contact-page .contact-message .column:nth-child(1) {
          padding-top: 30px;
      }
      .contact-page .contact-message .column:nth-child(2) .message {
          margin-top: 0;
      }
      .news-page .news-list ul li .box .content time, {
          font-size: 16px;
          width: 50px;
          height: 50px;
          line-height: 20px;
          top: -25px;
      }.news-page .news-list ul li .box .content a.more {
           font-size: 14px;
           padding: 2px 0 2px 15px;
       }.news-page .news-list ul li{
            width: 50%!important;
        }
  }
  @media screen and (max-width: 700px) {
      .swiper-button-prev,
      .swiper-button-next {
          display: none;
      }
      .solutions-page .solutions-1 .solutions-content .top .left {
          width: 100%;
      }
      .solutions-page .solutions-1 .solutions-content .top .right {
          width: 100%;
          margin-top: 30px;
      }
      .solutions-page .solutions-1 .solutions-content .top .left .content p {
          font-size: 14px;
      }
      .solutions-page .solutions-2 .process-list .item .left {
          width: 100%;
          margin-bottom: 25px;
      }
      .solutions-page .solutions-2 .process-list .item .right {
          width: 100%;
          padding-left: 0;
      }
      .solutions-page .solutions-3 .solutions-form .right {
          display: none;
      }
      .solutions-page .solutions-3 .solutions-form .left {
          width: 100%;
      }
      .solutions-page .solutions-3 .solutions-form {
          padding: 7rem 5rem;
      }
      .solutions-page .solutions-3 .solutions-form .left h3 {
          font-size: 24px;
      }
      .solutions-page .solutions-3 .solutions-form .left form input[type="submit"] {
          height: 45px;
      }
      .product-page .product-box .product-list ul li {
          width: 50%;
      }
      .product-page .product-box .product-list ul li .content h4 {
          font-size: 18px;
      }
      .product-page .product-box .product-list ul li .content p {
          font-size: 14px;
      }
      .prodet-page .prodet-1 .product-box .left {
          width: 100%;
      }
      .prodet-page .prodet-1 .product-box .right {
          width: 100%;
          padding-left: 0;
          margin-top: 20px;
      }
      .prodet-page .prodet-2 .content {
          font-size: 14px;
      }
      .contact-page .contact-message .column:nth-child(2) .message {
          padding: 30px;
      }
      .gal-page li .content h4{
          font-size: 16px;
      }
  }
  @media screen and (max-width: 500px) {
      .inner-page h2 {
          font-size: 24px;
      }
      .solutions-page .solutions-2 .process-list .item .left ul li:first-child::after {
          width: 30px;
          height: 30px;
      }
      .solutions-page .solutions-2 .process-list .item .left ul li::after {
          width: 30px;
          height: 30px;
          left: 0;
      }
      .solutions-page .solutions-2 .process-list .item .left::after {
          display: none;
      }
      .solutions-page .solutions-2 .process-list .item:nth-child(2) .left ul li::after {
          right: 0;
      }
      .solutions-page .solutions-3 .solutions-form .left form input {
          height: 40px;
          padding: 0 10px;
          font-size: 14px;
          margin-bottom: 10px;
      }
      .solutions-page .solutions-3 .solutions-form .left form input[type="submit"] {
          height: 35px;
          width: 150px;
          font-size: 14px;
      }
      .news-page .news-nav {
          display: none;
      }
      .product-page .product-box .product-list ul li {
          width: 100%;
      }
      .prodet-page .prodet-1 .product-box .right .content .btn > a,
      .prodet-page .prodet-1 .product-box .right .content .btn .download {
          width: 90px;
      }
      .prodet-page .prodet-1 .product-box .right .content .btn ul {
          padding: 0;
      }
      .prodet-page .prodet-1 .product-box .right .content .info h3 {
          font-size: 22px;
      }
      .prodet-page .prodet-1 .product-box .right .content .info p {
          font-size: 14px;
      }
      .prodet-page .prodet-1 .product-box .right .galleryBox {
          padding-right: 0;
      }.news-page .news-list ul li .box .content h3 {
           font-size: 16px;
           line-height: 2;
       }
      .news-page .news-list ul li {
          width: 100%!important;
      }
  
  }
  
  html {
      font-size: 10px;
  }
  
  
  /*.inner-banner {
      height: 400px;
      background-size: cover;
      background-position: center center;
      color: white;
      padding-top: 230px;
  }
  .inner-banner .ui.container{
      text-align: center;
  }
  .inner-banner h2 {
      display: block;
      font-size: 36px;
      font-weight: bold;
      line-height: 2;
      margin-bottom: 2rem;
  }
  .inner-banner h2:after {
      content: '';
      width: 190px;
      height: 4px;
      background: white;
      margin: 30px 0;
   
      display: none;
  }
  .inner-banner .text {
      font-size: 18px;
      display: block;
      line-height: 1.4;
      font-weight: 300;
  }
  .mbx {
      display: block;
      padding: 15px 0;
      background: #f7f7f7;
      color: #666;
      font-size: 18px;
      line-height: 2;
  }
  .mbx a,
  .mbx span {
      -webkit-transition: .5s;
      -moz-transition: .5s;
      transition: .5s;
  }
  .mbx a:hover {
      color:var(--base-color);
  }
  .mbx a:first-child:before {
      content: "\f015";
      color:var(--base-color);
      font-family: "FontAwesome";
      margin-right: 10px;
  }*/
  .about-page .about-1 {
      padding: 110px 0 140px;
  }
  .about-page .about-1 .box .left {
      width: 55%;
  }
  .about-page .about-1 .box .left .img {
      display: block;
      height: 710px;
      background-size: cover;
      background-position: center center;
  }
  .about-page .about-1 .box .right {
      width: 45%;
      padding-left: 30px;
  }
  .about-page .about-1 .box .right h3 {
      display: block;
      font-weight: bold;
      font-size: 47px;
      color: #0d0d0d;
      line-height: 1.4;
  }
  .about-page .about-1 .box .right .content {
      display: block;
      font-size: 16px;
      color: #616161;
      line-height: 2;
      max-height: 480px;
      overflow: auto;
      margin-top: 20px;
  }
  .about-page .about-1 .list {
      margin-top: -60px;
      max-width: 75%;
      background: #f7f7f7;
      text-align: center;
      padding: 45px 15px;
      margin-left: 25%;
      position: relative;
      z-index: 1;
  }
  .about-page .about-1 .list ul {
      margin: -10px;
  }
  .about-page .about-1 .list ul li {
      padding: 10px;
  }
  .about-page .about-1 .list ul li h6 {
      font-size: 48px;
      color: #0d0d0d;
      font-family: "Impact";
      line-height: 1;
  }
  .about-page .about-1 .list ul li p {
      display: block;
      font-size: 22px;
      color: #333;
      margin-top: 25px;
      line-height: 1.2;
  }
  .about-page .about-2 {
      background:var(--base-color);
  }
  .about-page .about-2 .left {
      vertical-align: middle;
      width: 30%;
      text-align: right;
  }
  .about-page .about-2 .left .content {
      max-width: 350px;
      color: white;
      text-align: left;
      display: inline-block;
      width: 100%;
  }
  .about-page .about-2 .left .content h2 {
      font-weight: bold;
      font-size: 47px;
      line-height: 1;
  }
  .about-page .about-2 .left .content p {
      display: block;
      font-size: 20px;
      line-height: 2;
      margin: 15px 0 30px;
  }
  .about-page .about-2 .left .content .btn div {
      width: 54px;
      height: 54px;
      line-height: 54px;
      display: inline-block;
      vertical-align: middle;
      text-align: center;
      -webkit-transition: .5s;
      -moz-transition: .5s;
      transition: .5s;
      font-size: 20px;
      background: white;
      color: #333;
      cursor: pointer;
      cursor: hand;
  }
  .about-page .about-2 .left .content .btn div.next {
      background: #fff;
      color: #000;
  }
  .about-page .about-2 .right {
      vertical-align: middle;
      width: 70%;
  }
  .about-page .about-2 .right ul li {
      border-right: 10px solid white;
  }
  .about-page .about-3 {
      padding: 60px 0;
      text-align: center;
      background: #fbfdf8;
  }
  .about-page .about-3 h2 {
      font-size: 47px;
      font-weight: bold;
      color: #333;
  }
  .about-page .about-3 h6 {
      display: block;
      font-size: 18px;
      color: #333;
      font-weight: 300;
      margin-top: 15px;
      line-height: 2;
  }
  .about-page .about-3 .list {
      margin-top: 70px;
  }
  .about-page .about-3 .list ul {
      margin: -22px;
      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;
  }
  .about-page .about-3 .list ul li {
      padding: 22px;
  }
  .about-page .about-3 .list ul li .box {
      display: block;
      padding: 35px 25px;
      background: #f5f5f5;
      text-align: left;
      height: 100%;
  }
  .about-page .about-3 .list ul li .box h3 {
      display: block;
      font-size: 30px;
      font-weight: bold;
      color:var(--base-color);
      line-height: 1.6;
  }
  .about-page .about-3 .list ul li .box .text {
      margin-top: 25px;
      font-size: 18px;
      color: #333;
      line-height: 2;
      counter-reset: step;
      counter-increment: step 0;
  }
  .about-page .about-3 .list ul li .box .text p {
      position: relative;
      padding-left: 0px;
      margin-top: 12px;
  }
  .about-page .about-3 .list ul li .box .text p:first-child {
      margin-top: 0;
  }
  .about-page .about-3 .list ul li .box .text p:before {
      content: counter(step) '.';
      counter-increment: step;
      color:var(--base-color);
      font-size: 150%;
      position: absolute;
      left: 0;
      top: 0;
      line-height: 1;
      display: none;
  }
  .about-page .about-5 {
      padding: 90px 0 150px;
      background: url("../images/about-5-bg.jpg") center center;
      background-size: cover;
      display: none;
  }
  .about-page .about-5 h3 {
      display: block;
      font-size: 41px;
      color:var(--base-color);
      line-height: 1;
      margin-bottom: 15px;
  }
  .about-page .about-5 h2 {
      display: block;
      font-size: 56px;
      color: #333;
      font-weight: 500;
      line-height: 1;
  }
  .about-page .about-5 .list {
      margin-top: 80px;
      padding: 0 40px;
      position: relative;
      z-index: 1;
  }
  .about-page .about-5 .list:after {
      content: '';
      height: 35px;
      position: absolute;
      bottom: -22px;
      left: 0;
      width: 100%;
      background:var(--base-color);
      z-index: -1;
  }
  .about-page .about-5 .list:before {
      content: '';
      border-left: 45px solidvar(--base-color);
      border-top: 40px solid transparent;
      border-bottom: 40px solid transparent;
      position: absolute;
      left: 100%;
      bottom: -42px;
  }
  .about-page .about-5 .list ul {
      padding-left: 10px;
      overflow: hidden;
  }
  .about-page .about-5 .list ul .slick-list {
      overflow: unset;
  }
  .about-page .about-5 .list ul li {
      padding: 5px 20px 65px;
      border-left: 3px #bbb dashed;
      position: relative;
      opacity: 0;
      -webkit-transition: .5s;
      -moz-transition: .5s;
      transition: .5s;
  }
  .about-page .about-5 .list ul li:before {
      content: '';
      width: 13px;
      height: 13px;
      border-radius: 100%;
      border: 3px solid white;
      position: absolute;
      bottom: 0;
      left: -8px;
      background:var(--base-color);
  }
  .about-page .about-5 .list ul li h4 {
      font-size: 29px;
      color:var(--base-color);
      line-height: 1;
      font-weight: bold;
  }
  .about-page .about-5 .list ul li .text {
      margin-top: 10px;
      font-size: 18px;
      line-height: 1.6;
      color: #333;
      font-style: italic;
      font-weight: 300;
      height: 6.4em;
      overflow: auto;
      padding-right: 5px;
  }
  .about-page .about-5 .list ul li img {
      -o-box-shadow: 2px 2px 3px 3px rgba(0, 0, 0, 0.3);
      -webkit-box-shadow: 2px 2px 3px 3px rgba(0, 0, 0, 0.3);
      box-shadow: 2px 2px 3px 3px rgba(0, 0, 0, 0.3);
      max-width: 190px;
      border-radius: 2px;
  }
  .about-page .about-5 .list ul li img:first-child {
      margin-bottom: 20px;
  }
  .about-page .about-5 .list ul li img:last-child {
      margin-top: 20px;
  }
  .about-page .about-5 .list ul .slick-active li {
      opacity: 1;
  }
  .about-page .about-6 {
      padding: 130px 0 150px;
      text-align: center;
  }
  .about-page .about-6 h2 {
      display: block;
      font-size: 56px;
      color: #333;
      font-weight: bold;
      line-height: 1;
  }
  .about-page .about-6 .list {
      margin-top: 80px;
  }
  .about-page .about-6 .list ul {
      margin: -25px;
  }
  .about-page .about-6 .list ul li {
      padding: 25px;
  }
  .about-page .about-6 .list .slick-arrow {
      width: 42px;
      height: 72px;
      background: url("../images/btn-r.png") center center no-repeat;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      border: none;
      background-color: transparent;
      font-size: 0;
      color: transparent;
  }
  .about-page .about-6 .list .slick-arrow.slick-prev {
      right: 103%;
      -webkit-transform: translateY(-50%) rotateY(180deg);
      -moz-transform: translateY(-50%) rotateY(180deg);
      -ms-transform: translateY(-50%) rotateY(180deg);
      transform: translateY(-50%) rotateY(180deg);
  }
  .about-page .about-6 .list .slick-arrow.slick-next {
      left: 103%;
  }
  .service-page .service-1 {
      padding: 120px 0 150px;
      background: url("../images/service-1-bg.png") right top 20% no-repeat;
      background-size: 30% auto;
  }
  .service-page .service-1 .left {
      position: relative;
  }
  .service-page .service-1 .right {
      position: relative;
      padding-left: 30px;
  }
  .service-page .service-1 .right h3 {
      display: block;
      font-weight: bold;
      font-size: 52px;
      color: #333;
      line-height: 1.2;
  }
  .service-page .service-1 .right .content {
      display: block;
      font-size: 16px;
      color: #616161;
      line-height: 1.8;
      margin-top: 30px;
      font-weight: 300;
  }
  .service-page .service-1 .slide {
      margin-top: 100px;
  }
  .service-page .service-1 .slide:first-child {
      margin-top: 0;
  }
  .service-page .service-1 .slide:nth-child(even) .left {
      left: 50%;
      padding-left: 30px;
  }
  .service-page .service-1 .slide:nth-child(even) .right {
      left: -50%;
      padding-left: 0;
  }
  .service-page .service-2 {
      padding-bottom: 215px;
  }
  .service-page .service-2 .ui.container {
      max-width: 1250px;
  }
  .service-page .service-2 h2 {
      font-weight: bold;
      font-size: 54px;
      color: #333;
      line-height: 1.2;
  }
  .service-page .service-2 .list {
      margin-top: 60px;
      overflow: hidden;
  }
  .service-page .service-2 .list ul {
      margin: -33px;
  }
  .service-page .service-2 .list ul li {
      padding: 0 33px;
  }
  .service-page .service-2 .list ul li .box {
      display: block;
      padding: 33px 0;
      border-bottom: 2px solid #e7e7e7;
      padding-left: 80px;
      position: relative;
  }
  .service-page .service-2 .list ul li .box i {
      position: absolute;
      left: 0;
  }
  .service-page .service-2 .list ul li .box h5 {
      display: block;
      font-weight: bold;
      font-size: 21px;
      color: #333;
      line-height: 1.2;
      margin-bottom: 14px;
  }
  .service-page .service-2 .list ul li .box p {
      display: block;
      font-weight: bold;
      font-size: 18px;
      color: #999;
      line-height: 1.8;
  }
  .service-page .service-3 {
      background: #f7f7f7;
  }
  .service-page .service-3 .list {
      position: relative;
      top: -70px;
  }
  .service-page .service-3 .list ul {
      margin: -8px;
      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;
  }
  .service-page .service-3 .list ul li {
      padding: 8px;
  }
  .service-page .service-3 .list ul li .box {
      display: block;
      padding: 30px 25px;
      background: white;
      border-bottom: 6px solidvar(--base-color);
      height: 100%;
  }
  .service-page .service-3 .list ul li .box i {
      display: block;
      line-height: 60px;
      height: 60px;
  }
  .service-page .service-3 .list ul li .box i img {
      display: inline-block;
      vertical-align: middle;
  }
  .service-page .service-3 .list ul li .box h4 {
      font-size: 24px;
      font-weight: bold;
      margin: 15px 0 10px;
      color: #333;
      line-height: 1.2;
  }
  .service-page .service-3 .list ul li .box p {
      font-size: 18px;
      color: #7c7c7c;
      line-height: 1.4;
  }
  .service-page .service-3 .list ul li .box .more2 {
      margin-top: 15px;
      display: inline-block;
      padding-bottom: 5px;
      border-bottom: 2px solidvar(--base-color);
      font-size: 16px;
      color: #333;
      font-weight: bold;
      line-height: 1;
  }
  .service-page .service-4 {
      padding: 30px 0 120px;
      background: #f7f7f7;
  }
  .service-page .service-4 .ui.container {
      max-width: 1250px;
  }
  .service-page .service-4 .box {
      background: white;
      -o-box-shadow: 0 6px 38px 3px rgba(0, 0, 0, 0.17);
      -webkit-box-shadow: 0 6px 38px 3px rgba(0, 0, 0, 0.17);
      box-shadow: 0 6px 38px 3px rgba(0, 0, 0, 0.17);
      padding: 70px 5%;
  }
  .service-page .service-4 .box .left {
      width: 60%;
      padding-right: 5%;
  }
  .service-page .service-4 .box .left h3 {
      display: block;
      font-weight: bold;
      font-size: 30px;
      color: #333;
      line-height: 1.2;
  }
  .service-page .service-4 .box .left .form {
      margin-top: 20px;
  }
  .service-page .service-4 .box .left .form ul {
      margin: -9px -15px;
  }
  .service-page .service-4 .box .left .form ul li {
      padding: 9px 15px;
  }
  .service-page .service-4 .box .left .form ul li input,
  .service-page .service-4 .box .left .form ul li textarea {
      width: 100%;
      line-height: 24px;
      padding: 13px 15px;
      border: none;
      background: #f8f8fa;
      font-size: 16px;
      color: black;
  }
  .service-page .service-4 .box .left .form ul li input::-webkit-input-placeholder, .service-page .service-4 .box .left .form ul li textarea::-webkit-input-placeholder {
      color: #787c81;
  }
  .service-page .service-4 .box .left .form ul li input:-moz-placeholder, .service-page .service-4 .box .left .form ul li textarea:-moz-placeholder {
      color: #787c81;
  }
  .service-page .service-4 .box .left .form ul li input::-moz-placeholder, .service-page .service-4 .box .left .form ul li textarea::-moz-placeholder {
      color: #787c81;
  }
  .service-page .service-4 .box .left .form ul li input:-ms-input-placeholder, .service-page .service-4 .box .left .form ul li textarea:-ms-input-placeholder {
      color: #787c81;
  }
  .service-page .service-4 .box .left .form ul li input::placeholder,
  .service-page .service-4 .box .left .form ul li textarea::placeholder {
      color: #787c81;
  }
  .service-page .service-4 .box .left .form ul li textarea {
      height: 120px;
  }
  .service-page .service-4 .box .left .form ul li.wid-100 {
      width: 100%;
  }
  .service-page .service-4 .box .right {
      width: 40%;
      position: relative;
      background-size: cover;
      background-position: center center;
      height: 458px;
  }
  .service-page .service-4 .box .right .box2 {
      padding: 20px;
      border: 14px solid white;
      right: -30px;
      bottom: -30px;
      text-align: center;
      color: white;
      position: absolute;
      background:var(--base-color);
  }
  .service-page .service-4 .box .right .box2 i {
      display: block;
  }
  .service-page .service-4 .box .right .box2 h6 {
      display: block;
      font-size: 35px;
      font-weight: bold;
      line-height: 1;
      margin: 10px 0 3px;
  }
  .service-page .service-4 .box .right .box2 p {
      display: block;
      font-size: 15px;
      font-weight: 600;
  }
  @media screen and (max-width: 1700px) {
      /*.inner-banner h2 {
          font-size: 50px;
      }
      .inner-banner h2:after {
          width: 120px;
          margin: 15px 0;
      }
      .inner-banner .text {
          font-size: 20px;
      }
      .inner-banner {
          height: 340px;
      }*/
      .service-page .service-1 .right h3,
      .service-page .service-2 h2 {
          font-size: 42px;
      }
      .service-page .service-1 .right .content {
          line-height: 1.6;
      }
      .service-page .service-2 .list ul li .box h5 {
          font-size: 18px;
      }
      .service-page .service-2 .list ul li .box p {
          font-size: 16px;
      }
      .service-page .service-4 .box .right .box2 h6 {
          font-size: 28px;
      }
      .service-page .service-4 .box .right .box2 p {
          font-size: 12px;
      }
      .service-page .service-4 .box .right .box2 {
          padding: 10px;
      }
      .about-page .about-1 .box .right h3 {
          font-size: 32px;
      }
      .about-page .about-1 .list ul li h6,
      .about-page .about-2 .left .content h2,
      .about-page .about-3 h2 {
          font-size: 42px;
      }
      .about-page .about-1 .list ul li p {
          font-size: 18px;
          margin-top: 15px;
      }
      .about-page .about-1 {
          padding: 60px 0;
      }
      .about-page .about-2 .left .content p {
          font-size: 16px;
      }
      .about-page .about-3 .list ul li .box h3 {
          font-size: 24px;
      }
      .about-page .about-3 .list ul li .box .text {
          font-size: 16px;
      }
      .about-page .about-5 h3 {
          font-size: 32px;
      }
      .about-page .about-5 h2,
      .about-page .about-6 h2 {
          font-size: 46px;
      }
      .about-page .about-5 .list ul li h4 {
          font-size: 26px;
      }
      .about-page .about-5 .list ul li .text {
          font-size: 18px;
      }
      .about-page .about-5 .list {
          max-width: 94%;
      }
      .about-page .about-5 {
          padding: 70px 0 100px;
      }
      .about-page .about-6 {
          padding: 90px 0;
      }
      .about-page .about-6 .list .slick-arrow.slick-next {
          left: auto;
          right: 0;
          z-index: 1;
      }
      .about-page .about-6 .list .slick-arrow.slick-prev {
          left: 0;
          right: auto;
          z-index: 1;
      }
      .about-page .about-6 .list .slick-arrow {
          width: 32px;
          background-size: 100% auto;
          height: 56px;
      }
  }
  @media screen and (max-width: 1450px) {
      /*.inner-banner h2 {
          font-size: 42px;
      }*/
      .about-page .about-1 .box .right h3 {
          font-size: 28px;
      }
      .about-page .about-1 .box .right .content {
          font-size: 14px;
      }
      .about-page .about-1 .list ul li h6,
      .about-page .about-2 .left .content h2,
      .about-page .about-3 h2 {
          font-size: 36px;
      }
      .about-page .about-1 .list ul li p {
          font-size: 15px;
          margin-top: 8px;
      }
      .about-page .about-1 .list {
          padding: 30px 15px;
      }
      .about-page .about-5 .list:after {
          height: 20px;
          bottom: -10px;
      }
      .about-page .about-5 .list:before {
          border-left-width: 34px;
          border-top-width: 30px;
          border-bottom-width: 30px;
          bottom: -30px;
      }
      .about-page .about-5 h2,
      .about-page .about-6 h2 {
          font-size: 40px;
      }
      .about-page .about-6 .list ul li {
          padding: 15px;
      }
      .about-page .about-6 .list ul {
          margin: -15px;
      }
      .about-page .about-6 .list {
          margin-top: 40px;
      }
      .service-page .service-1 {
          padding: 60px 0;
      }
      .service-page .service-1 .right h3,
      .service-page .service-2 h2 {
          font-size: 36px;
      }
      .service-page .service-2 {
          padding-bottom: 120px;
      }
      .service-page .service-3 .list ul li .box i {
          height: 44px;
          line-height: 44px;
      }
      .service-page .service-3 .list ul li .box i img {
          max-height: 100%;
      }
      .service-page .service-3 .list ul li .box h4 {
          font-size: 20px;
      }
      .service-page .service-3 .list ul li .box p {
          font-size: 16px;
      }
  }
  @media screen and (max-width: 1250px) {
      /*.mbx {
          font-size: 16px;
          line-height: 2;
      }*/
      .service-page .service-1 .right h3,
      .service-page .service-2 h2 {
          font-size: 32px;
      }
      .service-page .service-1 .right .content {
          max-height: 400px;
          overflow: auto;
      }
      .service-page .service-2 .list ul li .box p {
          font-size: 14px;
      }
      .service-page .service-3 .list ul li .box {
          padding: 20px 10px;
      }
      .service-page .service-3 .list ul li .box p {
          font-size: 14px;
      }
      .service-page .service-3 .list ul li .box h4 {
          font-size: 18px;
      }
      .service-page .service-4 .box {
          padding: 50px 5%;
      }
      .service-page .service-4 .box .left h3 {
          font-size: 24px;
      }
      .about-page .about-5 h2,
      .about-page .about-6 h2 {
          font-size: 32px;
      }
      .about-page .about-6 .list .slick-arrow {
          display: none !important;
      }
      .about-page .about-6 .list ul li {
          padding: 8px;
      }
      .about-page .about-6 .list ul {
          margin: -8px;
      }
      .about-page .about-5 .list ul li img {
          max-width: 100%;
      }
      .about-page .about-5 .list ul li .text {
          font-size: 16px;
      }
      .about-page .about-5 .list ul li h4 {
          font-size: 22px;
      }
      .about-page .about-5 h3 {
          font-size: 24px;
      }
      .about-page .about-3 .list ul li .box h3 {
          font-size: 20px;
      }
      .about-page .about-3 .list ul li .box .text {
          font-size: 14px;
      }
      .about-page .about-3 .list ul li .box .text p {
          padding-left: 25px;
      }
      .about-page .about-3 .list ul li .box {
          padding: 20px 15px;
      }
      .about-page .about-3 .list {
          margin-top: 40px;
      }
      .about-page .about-3 h6 {
          margin-top: 10px;
      }
      .about-page .about-2 .left {
          padding-left: 15px;
      }
      .about-page .about-2 .left .content .btn div {
          width: 30px;
          height: 30px;
          line-height: 30px;
      }
      .about-page .about-2 .left .content p {
          font-size: 14px;
          margin: 10px 0 20px;
      }
      .about-page .about-1 .list ul li h6,
      .about-page .about-2 .left .content h2,
      .about-page .about-3 h2 {
          font-size: 32px;
      }
  }
  @media screen and (max-width: 1000px) {
      /*.inner-banner {
          height: 240px;
          padding-top: 70px;
      }
      .inner-banner h2 {
          font-size: 20px;
          display: -webkit-box;
       -webkit-box-orient: vertical;
       -webkit-line-clamp: 2;
        overflow: hidden;
      }
      .inner-banner h2:after {
          width: 80px;
          height: 2px;
      }
      .inner-banner .text {
          font-size: 16px;
          line-height: 2;
      }*/
      .about-page .about-1 .box .right {
          width: 100%;
          padding-left: 0;
          padding-top: 30px;
      }
      .about-page .about-1 .box .left {
          width: 100%;
      }
      .about-page .about-1 .box .left .img {
          height: 300px;
      }
      .about-page .about-1 .list {
          margin-top: 30px;
          margin-left: 0;
          width: 100%;
          max-width: none;
      }
      .about-page .about-1 .list ul li {
          width: 25%;
      }
      .about-page .about-1 .list ul li h6,
      .about-page .about-2 .left .content h2,
      .about-page .about-3 h2 {
          font-size: 28px;
      }
      .about-page .about-2 .left {
          width: 100%;
          text-align: left;
          padding: 30px 15px;
      }
      .about-page .about-2 .right {
          width: 100%;
      }
      .about-page .about-2 .left .content {
          max-width: none;
      }
      .about-page .about-2 .right ul li {
          border: 2px solid white;
      }
      .about-page .about-3 .list ul li {
          width: 100%;
          padding: 10px;
      }
      .about-page .about-3 .list ul {
          margin: -10px;
      }
      .about-page .about-3 .list ul li .box .text {
          margin-top: 15px;
      }
      .about-page .about-5 h3 {
          font-size: 20px;
      }
      .about-page .about-5 h2,
      .about-page .about-6 h2 {
          font-size: 28px;
      }
      .about-page .about-5 .list ul li {
          padding: 5px 10px 40px;
      }
      .about-page .about-6 {
          padding: 60px 0;
      }
      .service-page .service-1 .right {
          width: 100%;
          padding-left: 0;
          padding-top: 30px;
          left: 0 !important;
      }
      .service-page .service-1 .left {
          padding-left: 0;
          width: 100%;
          left: 0 !important;
      }
      .service-page .service-1 .right .content {
          max-height: none;
      }
      .service-page .service-1 .right h3,
      .service-page .service-2 h2 {
          font-size: 28px;
      }
      .service-page .service-2 .list ul li .box h5 {
          margin-bottom: 6px;
      }
      .service-page .service-3 .list ul li {
          width: 50%;
      }
      .service-page .service-4 .box .left {
          width: 100%;
          padding-right: 0;
      }
      .service-page .service-4 .box .right {
          width: 100%;
          margin-top: 30px;
          height: 200px;
      }
      .service-page .service-4 {
          padding: 30px 0 70px;
      }
  }
  @media screen and (max-width: 700px) {
      .service-page .service-1 .right h3,
      .service-page .service-2 h2 {
          font-size: 24px;
      }
      .service-page .service-2 .list ul li {
          width: 100%;
      }
      .service-page .service-4 .box .right .box2 h6 {
          font-size: 24px;
      }
      .about-page .about-1 .list ul li {
          width: 50%;
          padding: 10px;
      }
      .about-page .about-1 .list ul {
          margin: -10px;
      }
      .about-page .about-1 .box .right .content {
          max-height: none;
      }
      .about-page .about-1 .box .right h3 {
          font-size: 24px;
      }
      .about-page .about-5 .list {
          padding: 0 20px;
      }
      .about-page .about-5 h2,
      .about-page .about-6 h2 {
          font-size: 24px;
      }
      .about-page .about-5 {
          padding: 50px 0 60px;
      }
      .service-page .service-3 .list {
          top: -50px;
      }
  }
  @media screen and (max-width: 500px) {
      .service-page .service-3 .list ul li {
          width: 100%;
      }
      .service-page .service-4 .box .right .box2 {
          border-width: 5px;
          padding: 5px;
          right: -10px;
          bottom: -10px;
      }
      .service-page .service-4 .box .right .box2 i img {
          max-height: 20px;
      }
      .service-page .service-4 .box .right .box2 h6 {
          font-size: 20px;
      }
      .service-page .service-4 .box {
          padding: 30px 5%;
      }
      .service-page .service-2 .list ul li .box {
          padding-left: 60px;
      }
      .service-page .service-2 .list ul li .box i {
          width: 40px;
      }
      .service-page .service-2 .list {
          margin-top: 40px;
      }
      .service-page .service-1 .slide {
          margin-top: 50px;
      }
      .about-page .about-1 .list ul li h6,
      .about-page .about-2 .left .content h2,
      .about-page .about-3 h2 {
          font-size: 24px;
          line-height: 1.2;
      }
  }
  .button-group .button {
      background: var(--base-color) !important;
  }
  
  .inner-page .side-contact .side-tit{
          font-size: 28px;
      line-height: 1.6;
      color: #000;
      text-transform: uppercase;
      padding-bottom: 23px;
      
  }
  .inner-page .side-contact li:first-child{
      border-top: 1px solid #d1d1d1;
  }
  .inner-page .side-contact li{
      padding: 10px 0;
      border-bottom: 1px solid #d1d1d1;
      line-height: 2;
  }
  .inner-page .side-contact li i.icon{
      float: left;
      width: 8%;
      font-size: 16px;
  }
  .inner-page .side-contact li span{
      float: right;
      width: 88%;
      font-size: 14px;
      color: #000000;
      font-family: "Rany";
  }
  .inner-page .side-contact li i.fa {
      float: left;
      width: 8%;
      font-size: 16px;
      text-align: center;
      margin-top: 5px;
  }
  
  .side-contact-btn {
      background: var(--base-color);
      color: #fff;
      height: 45px;
      line-height: 45px;
      font-size: 16px;
      text-align: center;
      margin-top: 30px;
      display: block;
  }
  .sideBarBox .sideBarLeft {
      width: 20%;
  }
  .sideBarBox .sideBarLeft h4 {
      font-size: 24px;
      font-weight: bold;
      padding: 15px;
      background: var(--base-color);
      color: white;
  }
  .sideBarBox .sideBarLeft>ul {
      padding: 30px 15px;
      border: 3px solid #f8f8f8;
  }
  .sideBarBox .sideBarLeft ul li a {
      font-size: 16px;
      padding: 15px 10px;
      line-height: 1.2;
      background: #f8f8f8;
      margin-bottom: 5px;
      transition: .5s;
      cursor: pointer;
      display: block;
  }
  .sideBarBox .sideBarLeft ul li {
      position: relative;
  }
  .sideBarBox .sideBarLeft ul li i {
      position: absolute;
      right: 5px;
      top: 17px;
      width: 12px;
      height: 12px;
      cursor: pointer;
      cursor: hand;
  }
  .sideBarBox .sideBarLeft ul li i:after,
  .sideBarBox .sideBarLeft ul li i:before {
      content: '';
      width: 100%;
      height: 1px;
      background: #333;
      position: absolute;
      top: 50%;
      left: 0;
      transition: .5s;
  }
  .sideBarBox .sideBarLeft ul li i:before {
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg);
  }
  .sideBarBox .sideBarLeft ul li a:hover,
  .sideBarBox .sideBarLeft ul li a.active {
      background: var(--base-color);
      color: white;
  }
  .sideBarBox .sideBarLeft ul li a:hover~i:after,
  .sideBarBox .sideBarLeft ul li a.active~i:after,
  .sideBarBox .sideBarLeft ul li a:hover~i:before,
  .sideBarBox .sideBarLeft ul li a.active~i:before {
      background: white;
  }
  .sideBarBox .sideBarLeft ul li ul {
      display: none;
  }
  .sideBarBox .sideBarLeft ul li i.active:before {
      -webkit-transform: rotate(0);
      -moz-transform: rotate(0);
      -ms-transform: rotate(0);
      -o-transform: rotate(0);
      transform: rotate(0);
  }
  .sideBarBox .sideBarLeft ul li a.active~ul {
      display: block;
  }
  .sideBarBox .sideBarRight {
      width: 80%;
      padding-left: 3%;
  }
  .faq-page .faq-1 {
      padding: 0px 0 120px;
  }
  .faq-page .faq-1 .top {
      text-align: center;
  }
  .faq-page .faq-1 .top form {
      width: 100%;
      max-width: 860px;
      position: relative;
      margin: 40px auto 0;
  }
  .faq-page .faq-1 .top form input {
      line-height: 60px;
      height: 60px;
      border: 2px solid #222;
      font-size: 18px;
      color: #333;
      width: 100%;
      padding-left: 20px;
      padding-right: 70px;
  }
  .faq-page .faq-1 .top form input[type="submit"] {
      width: 60px;
      position: absolute;
      right: 0;
      top: 0;
      padding: 0;
      background: url("../images/icon-search-white.png") center center no-repeat #222;
  }
  .faq-page .faq-1 .bottom {
      padding-top:20px;
  }
  .faq-page .faq-1 .bottom ul li {
      display: block;
      padding: 20px 0;
      border-top: 2px solid #e7e7e7;
      position: relative;
      cursor: pointer;
      cursor: hand;
      user-select: none;
  }
  .faq-page .faq-1 .bottom ul li:last-child {
      border-bottom: 2px solid #e7e7e7;
  }
  .faq-page .faq-1 .bottom ul li i {
      position: absolute;
      right: 25px;
      top: 12px;
      font-size: 24px;
      cursor: pointer;
      cursor: hand;
  }
  .faq-page .faq-1 .bottom ul li i:after {
      content: '+';
  }
  .faq-page .faq-1 .bottom ul li h4 {
      font-size: 20px;
      font-family: 'Open Sans', sans-serif, Arial;
      color: #202020;
      padding-right: 50px;
      font-weight: 600;
      line-height: 2;
  }
  .faq-page .faq-1 .bottom ul li .text {
      padding-top: 25px;
      font-size: 18px;
      color: #4e4243;
      line-height: 2;
      display: none;
  }
  .faq-page .faq-1 .bottom ul li .text * {
      font-size: inherit !important;
  }
  .faq-page .faq-1 .bottom ul li.active i:after {
      content: '-';
      margin-right: 4px;
  }
  .solution-page h3.title {
      font-size: 42px;
      color: #333;
      font-weight: bold;
      line-height: 1.2;
  }
  .solution-page .solution-1 {
      padding: 80px 0;
      background: #f3f3f3;
  }
  .solution-page .solution-1 .list {
      margin-top: 70px;
  }
  .solution-page .solution-1 .list ul {
      margin: -50px;
  }
  .solution-page .solution-1 .list ul li {
      padding: 50px;
  }
  .solution-page .solution-1 .list ul li h5 {
      font-size: 24px;
      color: #333;
      line-height: 1.4;
      position: relative;
      min-height: 2.8em;
  }
  .solution-page .solution-1 .list ul li h5 i {
      position: absolute;
      right: 105%;
      top: 0;
  }
  .solution-page .solution-1 .list ul li h5 i img {
      width: auto;
      max-width: none;
      display: inline-block;
      vertical-align: middle;
  }
  .solution-page .solution-1 .list ul li .text {
      margin-top: 10px;
      font-size: 18px;
      color: #333;
      line-height: 1.8;
  }
  .solution-page .solution-1 .list ul li .line {
      display: block;
      height: 1px;
      background: #cacaca;
      margin: 20px 0;
  }
  .solution-page .solution-1 .list ul li h6 {
      font-size: 24px;
      font-weight: bold;
      color: #333;
      line-height: 1.2;
  }
  .solution-page .solution-1 .list ul li .link {
      font-size: 18px;
      line-height: 2;
  }
  .solution-page .solution-1 .list ul li .link a {
      display: block;
      position: relative;
      transition: .5s;
  }
  .solution-page .solution-1 .list ul li .link a:hover {
      color: var(--base-color);
  }
  .solution-page .solution-1 .list ul li .link a:after {
      content: '';
      border-radius: 100%;
      border: 4px solid black;
      position: absolute;
      right: 105%;
      top: 14px;
  }
  .solution-page .solution-2 {
      padding: 90px 0 140px;
  }
  .solution-page .solution-2 .text {
      margin: 30px 0 50px;
      font-size: 18px;
      color: #333;
      line-height: 1.8;
  }
  .solution-page .solution-2 .list ul {
      margin: -7px;
  }
  .solution-page .solution-2 .list ul li {
      padding: 7px;
  }
  .solution-page .solution-2 .list ul li img {
      width: 100%;
  }
  .solution-page .solution-3 {
      text-align: center;
      padding: 80px 0;
      background: #eee;
  }
  .solution-page .solution-3 a.link {
      display: inline-block;
      padding: 15px 35px;
      background: white;
      font-size: 22px;
      transition: .5s;
      font-weight: bold;
      border-radius: 5px;
  }
  .solution-page .solution-3 a.link i.fa {
      margin-left: 5px;
  }
  .solution-page .solution-3 a.link:hover {
      background: var(--base-color);
      color: white;
  }
  .solution-page .solution-3 .list {
      margin-top: 60px;
  }
  .solution-page .solution-3 .list ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
  }
  .solution-page .solution-3 .list ul li {
      width: auto;
  }
  .solution-page .solution-3 .list ul li a {
      min-width: 210px;
      padding: 5px 15px;
      text-align: center;
      display: block;
      background: #333;
      color: white;
      font-size: 18px;
      height: 100%;
  }
  @media screen and (max-width: 1000px) {
      .inner-page .sideBox .side-left {
          display: none;
      }
      .inner-page .sideBox .side-right {
          width: 100%;
      }
      .product-page {
          padding: 60px 0;
      }
      .product-page .side-right .top .form {
          max-width: 100%;
      }
      .product-page .side-right .top {
          margin-bottom: 30px;
      }
      .prodet-page .prodet-1 .product-box .right .content .btn {
          display: none;
      }
      .prodet-page .prodet-2 .content {
          padding: 6rem 0;
      }
  }
  /*inner css add end*/
   
   /*xinhuan xingqing css*/
   .prodet-page2 {
    padding: 1rem 0;
  }
  .prodet-page2 .det-1 {
    padding: 2.5rem 0 0;
  }
  .prodet-page2 .det-1 .grid-box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
  }
  
  .prodet-page2 .det-1 .grid-box .left .ig{
    display: flex;
    flex-direction: row-reverse;
  }
  
  .prodet-page2 .det-1 .grid-box .left .ig .big-img {
    width: 80%;
    text-align: center;
   
  }
  .prodet-page2 .det-1 .grid-box .left .ig .big-img img {
    width: 90%;
  }
  .prodet-page2 .det-1 .grid-box .left .gallery {
    width: 20%;
    margin-right: 10px;
    text-align: left;
  }
  /*.prodet-page2 .det-1 .grid-box .left .gallery .slick-track {
    margin-left: 0;
  }*/
  .prodet-page2 .det-1 .grid-box .left .gallery ul {
    margin: -5px;
  }
  .prodet-page2 .det-1 .grid-box .left .slick-dots{
     position: absolute;
     z-index: 99;
    left: 0;
    bottom: -9%;
    width: 100%;
    text-align: center;
    margin: 0 !important;
    padding: 10px 0;
  }
  .prodet-page2 .det-1 .grid-box .left .slick-dots li {
    width: 20px;
    height: 5px;
    display: inline-block;
    margin: 0 10px;
    background-color: rgba(26,26,26, 0.4);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    cursor: pointer;
  }
  .prodet-page2 .det-1 .grid-box .left .slick-dots li button {
    display: none;
  }
  .prodet-page2 .det-1 .grid-box .left .slick-dots li .slick-slide-active{
    background-color: rgba(26,26,26, 1);
  }
  .prodet-page2 .det-1 .grid-box .left .slick-slide .content {
    display: none;
  }
  
  .prodet-page2 .det-1 .grid-box .left .slick-active .content {
    display: block;
  }
  
  .prodet-page2 .det-1 .grid-box .left .gallery ul li {
    padding: 5px;
    cursor: pointer;
    height: 106px;
    
  }
  .prodet-page2 .det-1 .grid-box .left .gallery ul .slick-current .img{
    border-color: var(--base-color);
  }
  .prodet-page2 .det-1 .grid-box .left .gallery ul .slick-current img{
    opacity: 1;
  }
  .prodet-page2 .det-1 .grid-box .left .gallery ul li img{
     opacity: 0.5;
  }
  .prodet-page2 .det-1 .grid-box .left .gallery ul li .img {
    text-align: center;
    /*border: 2px solid #e1e1e1;*/
    border-left: 1px solid #e1e1e1;
  }
  .prodet-page2 .det-1 .grid-box .right {
    padding-left: 3%;
    padding-bottom: 0px;
  }
  .prodet-page2 .det-1 .grid-box .right .text h6{
      font-size: 18px;
  }
  .prodet-page2 .det-1 .grid-box .right .text h1{
    font-size: 24px;
    line-height: 2;
    text-transform: uppercase;
    color: var(--base-color);
    font-weight: bold;
    padding-bottom: 20px;
    text-align: left;
  }
  .prodet-page2 .det-1 .grid-box .right .text .con {
    font-size: 18px;
    line-height: 1.8;
    color: #616161;
    max-height: 180px;
    overflow-y: auto;
  }
  .prodet-page2 .det-1 .grid-box .right .text .share{
    display: flex;
    align-items: center;
    margin-top: 1.5rem
  }
  .prodet-page2 .det-1 .grid-box .right .text .share h5{
    display: inline-block;
      vertical-align: middle;
      color: #000;
      text-transform: capitalize;
      font-family: 'RM';
      font-size: 20px;
  }
  .prodet-page2 .det-1 .grid-box .right .text .share ul li{
        display: inline-block;
      vertical-align: middle;
      margin-left: 0.75rem;
      width: auto;
      color: #666;
      -webkit-transition: .5s;
      -moz-transition: .5s;
      transition: .5s;
      font-size: 16px;
  }
  .prodet-page2 .det-1 .grid-box .right .text .more {
    left: 53%;
    bottom: 0;
    border-top: 1px solid #e1e1e1;
    padding-top: 2rem;
    margin-top: 1rem;
  }
  .prodet-page2 .det-1 .grid-box .right .text .more .fl{
    font-size: 18px;
    font-weight: bold;
    line-height: 32px;
  }
  .prodet-page2 .det-1 .grid-box .right .text .more .fl:before{
    content: "";
    display: inline-block;
    width: 60px;
    height: 2px;
    background-color:  var(--base-color);
    vertical-align: middle;
  }
  .prodet-page2 .det-1 .grid-box .right .text .more a {
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    border: 2px solid  var(--base-color);
    color: #1c1c1c;
    padding: 5px 3rem;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
  }
  .prodet-page2 .det-1 .grid-box .right .text .more a:hover {
    color: #fff;
    background-color:  var(--base-color);
  }
  .prodet-page2 .color{
    margin-top: 1rem;
    background-color: #f2f2f2;
    padding: 1rem 0;
  }
  .prodet-page2 .color .box{
  display: flex;
  }
  .prodet-page2 .color .desc{
    width: 20%;
    background: #fff;
    border-radius: 5px;
    padding: 1rem; 
  }
  .prodet-page2 .color .desc em{
    display: block;
  }
  .prodet-page2 .color .desc p span{
    display: block;
    font-weight: bold;
  }
  .prodet-page2 .color .desc h4{
    font-size: 18px;
  }
  .prodet-page2 .color .imgs{
    width: 80%;
    padding-left: 1rem;
  }
  .prodet-page2 .color .imgs .slick-track{
    margin-left: 0;
    margin-right: 0;
  }
  .prodet-page2 .color .imgs ul .slick-slide{
    margin-right: 1rem;
  }
  .prodet-page2 .color .imgs li{
    background: #fff;
    padding: 1rem 0;
    text-align: center;
    cursor: pointer;
  }
  .prodet-page2 .color .imgs li img{
    display: inline-block;
  }
  .prodet-page2 .color .imgs li:hover img{
     transform: scale(1.1);
     -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
  }
  .prodet-page2 .det-2 {
    margin-top: 60px;
  }
  .prodet-page2 .det-2 .tabs ul {
    border-bottom: 2px solid #e1e1e1;
  }
  .prodet-page2 .det-2 .tabs ul li {
    display: inline-block;
    margin-right: 15px;
  }
  .prodet-page2 .det-2 .tabs ul li a {
    position: relative;
    display: inline-block;
    font-size: 30px;
    font-weight: 700;
    color: #1c1c1c;
    padding: 8px 24px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
  }
  .prodet-page2 .det-2 .tabs ul li a::after {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    height: 2px;
    width: 0%;
    background-color:  var(--base-color);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
  }
  .prodet-page2 .det-2 .tabs ul li a:hover {
    color:  var(--base-color);
  }
  .prodet-page2 .det-2 .tabs ul li.active a::after {
    width: 100%;
  }
  .prodet-page2 .det-2 .related {
    margin-top: 0.95rem;
  }
  .prodet-page2 .det-2 .related ul li.active {
    display: block;
  }
  .prodet-page2 .det-2 .related ul li .con {
    font-size: 16px;
    line-height: 2;
    color: #616161;
  }
  .prodet-page2 .det-2 .related ul li .con video{
      width: 100%;
      max-width: 1000px;
      margin: 0 auto;
  }
  .prodet-page2 .det-3 {
    margin-top: 60px;
  }
  /*.prodet-page2 .det-3 .title {
    text-align: center;
  }*/
  .prodet-page2 .det-3 .title h3 {
    font-size: 18px;
    font-weight: 700;
    color: #1c1c1c;
    margin-bottom: 30px;
    border-bottom: 2px solid #e1e1e1;
  }
  .prodet-page2 .det-3 .title h3 span{
    display: inline-block;
    position: relative;
    padding: 10px;
    font-size: 30px;
  }
  .prodet-page2 .det-3 .title h3 span:after{
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    height: 2px;
    width: 100%;
    background-color:  var(--base-color);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
  }
  
  
  
  .prodet-page2 .det-3 .det-3-box ul {
    margin: 0 -15px;
  }
  .prodet-page2 .det-3 .det-3-box ul li {
    padding: 0 15px;
    margin-bottom: 30px;
  }
  .prodet-page2 .det-3 .det-3-box ul li .ig {
    display: block;
  }
  .prodet-page2 .det-3 .det-3-box ul li .ig .img {
    position: relative;
    border: 2px solid #d6d6d6;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
  }
  .prodet-page2 .det-3 .det-3-box ul li .ig .img img{
      width: 100%;
  }
  .prodet-page2 .det-3 .det-3-box ul li .ig .img span {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 160px;
    height: 40px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 40px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    background-color:  var(--base-color);
    -webkit-transition: .45s;
    -moz-transition: .45s;
    -ms-transition: .45s;
    -o-transition: .45s;
    transition: .45s;
    opacity: 0;
  }
  .prodet-page2 .det-3 .det-3-box ul li .ig .img span:hover {
    background-color: #1c1c1c;
  }
  .prodet-page2 .det-3 .det-3-box ul li .ig .text {
    text-align: center;
    margin-top: 0.625rem;
  }
  .prodet-page2 .det-3 .det-3-box ul li .ig .text h4 {
    font-size: 18px;
    line-height: 2;
    min-height: 7rem;
    font-weight: 700;
    color: #1c1c1c;
    padding: 0 15px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
  }
  .prodet-page2 .det-3 .det-3-box ul li .ig:hover .img {
    border-color:  var(--base-color);
  }
  .prodet-page2 .det-3 .det-3-box ul li .ig:hover .img span {
    opacity: 1;
  }
  .prodet-page2 .det-3 .det-3-box ul li .ig:hover .text h4 {
    color:  var(--base-color);
  }
  @media screen and (max-width: 992px) {
    .prodet-page2 .det-3 .det-3-box ul li .ig .text h4 {
      font-size: 16px;
      line-height: 30px;
    }
    .prodet-page2 .det-1 .grid-box .left {
      width: 100%;
    }
    .prodet-page2 .det-1 .grid-box .right {
      width: 100%;
      margin-top: 30px;
      padding: 0;
    }
    .prodet-page2 .det-1 .grid-box .right .text .more {
      position: relative;
      left: 0;
      width: 100%;
    }
    /*.inner-banner .mbx-box {
      top: 40%;
    }*/
  }
  @media screen and (max-width: 700px) {
    /*.prodet-page2 .det-2 .tabs ul {
      border: none;
    }*/
    .prodet-page2 .det-2 .tabs ul li {
      /*display: block;*/
      text-align: center;
      /*border-bottom: 2px solid #e1e1e1;*/
    }
    .prodet-page2 .det-2 .tabs ul li a {
      display: block;
      font-size: 18px;
    }
    .prodet-page2 .det-3 .det-3-box ul li {
      padding: 0 5px;
    }
    .prodet-page2 .det-3 .det-3-box ul li .ig .text h4 {
      font-size: 14px;
      line-height: 28px;
    }
  }
  .newdet-page2 {
    padding: 5rem 0;
  }
  .newdet-page2 h1 {
    font-size: 26px;
    line-height:2;
    font-weight: bold;
    text-align: center;
  }
  .newdet-page2 time {
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #666;
    margin-top: 20px;
    text-align: center;
  }
  .newdet-page2 .content {
    display: block;
    font-size: 16px;
    line-height: 2;
    margin: 20px 0;
    padding: 20px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }
  .newdet-page2 .m-link {
    font-size: 16px;
  
  }
  .newdet-page2 .m-link a {
    display: block;
  }
  .newdet-page2 .m-link a:hover {
    text-decoration: underline;
  }
  @media screen and (max-width: 500px) {
      .newdet-page2 h1 {
      font-size: 18px;
      line-height: 32px;
  }
  }
  
  /*up product-list-page left */
  .inner-page .sideBox .side-left .product-nav {
      -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
      padding: 30px;
      margin-top: 0px;
  }
  .inner-page .sideBox .side-left .product-nav h3 {
      font-size: 28px;
      line-height: 1.6;
      color: #000000;
      text-transform: uppercase;
      /*font-weight: bold;*/
      padding-bottom: 23px;
      border-bottom: 1px solid #dfdfdf;
  }
  .inner-page .sideBox .side-left .product-nav > ul {
      margin-top: 13px;
  }
  .inner-page .sideBox .side-left .product-nav > ul > li {
      position: relative;
  
  }
  .inner-page .sideBox .side-left .product-nav > ul > li.active .children{
    display: block;
  }
  .inner-page .sideBox .side-left .product-nav > ul > li.active>a{
    color:  var(--base-color);
  }
  .inner-page .sideBox .side-left .product-nav > ul > li > a {
      display: block;
      padding: 13px 30px 13px 0;
      font-size: 18px;
      line-height: 1.8;
      color: #000000;
      /*font-weight: 600;*/
  }
  .inner-page .sideBox .side-left .product-nav>ul>li:hover a{
    color:  var(--base-color);
  }
  .inner-page .sideBox .side-left .product-nav > ul > li .fa {
      width: 44px;
      height: 44px;
      font-size: 24px;
      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;
      position: absolute;
      top: 0;
      right: -10px;
      cursor: pointer;
  }
  .inner-page .sideBox .side-left .product-nav > ul > li .children {
      padding: 10px 0;
      display: none;
  }
  .inner-page .sideBox .side-left .product-nav > ul > li .children li {border-bottom: 1px solid #737373;}
  .inner-page .sideBox .side-left .product-nav > ul > li .children li a {
      font-size: 16px;
      line-height: 1;
      color: #737373;
  
      display: block;
      margin: 15px 0;
  }
  .inner-page .sideBox .side-left .product-nav > ul > li .children li a:hover {
      color:  var(--base-color);
  }
  .inner-page .sideBox .side-left .product-nav>ul>li .children li.active a{
        color:  var(--base-color);
  }
  @-webkit-keyframes bianxing2 {
    from {
      -webkit-transform: rotateZ(0deg) scale(1);
      transform: rotateZ(0deg) scale(1);
    }
    50% {
      -webkit-transform: rotateZ(180deg) scale(0.6);
      transform: rotateZ(180deg) scale(0.6);
    }
    100% {
      -webkit-transform: rotateZ(360deg) scale(1);
      transform: rotateZ(360deg) scale(1);
    }
  }
  @-moz-keyframes bianxing2 {
    from {
      -moz-transform: rotateZ(0deg) scale(1);
      transform: rotateZ(0deg) scale(1);
    }
    50% {
      -moz-transform: rotateZ(180deg) scale(0.6);
      transform: rotateZ(180deg) scale(0.6);
    }
    100% {
      -moz-transform: rotateZ(360deg) scale(1);
      transform: rotateZ(360deg) scale(1);
    }
  }
  @keyframes bianxing2 {
    from {
      -webkit-transform: rotateZ(0deg) scale(1);
      -moz-transform: rotateZ(0deg) scale(1);
      transform: rotateZ(0deg) scale(1);
    }
    50% {
      -webkit-transform: rotateZ(180deg) scale(0.6);
      -moz-transform: rotateZ(180deg) scale(0.6);
      transform: rotateZ(180deg) scale(0.6);
    }
    100% {
      -webkit-transform: rotateZ(360deg) scale(1);
      -moz-transform: rotateZ(360deg) scale(1);
      transform: rotateZ(360deg) scale(1);
    }
  }
  
  /*new about*/
  .p04-custom-parts {
    padding: 60px 0 100px;
    background-color: #f6f7f9;
  }
  .p04-custom-parts .text h3 {
    margin: 25px 0 5px;
  }
  .p04-custom-parts .mml-row {
    position: relative;
    padding: 0;
    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;
  }
  .p04-custom-parts .item {
    /*max-width: 340px;*/
    background-color: #fff;
    -webkit-box-shadow: 13px 15px 30px 0 rgba(169, 198, 228, 0.2);
    box-shadow: 13px 15px 30px 0 rgba(169, 198, 228, 0.2);
    margin: 0 10px 20px;
    padding: 35px 40px 35px;
    width: calc(33.33% - 20px);
  }
  .p04-custom-parts .item h3 {
        font-weight: 400;
      color: #8fb348;
      font-size: 24px;
      line-height: 44px;
      margin: 25px 0 5px;
      font-family: 'Humanist521BT-Bold';
  }
  /*.p04-custom-parts .item:nth-child(4) {
    margin-left: 150px;
  }*/
  .p04-custom-parts .icon {
    max-width: 60px;
    overflow: hidden;
  }
  .p04-custom-parts .title {
    margin: 0 10px 20px;
    width: calc(33.33% - 20px);
  }
  .p04-custom-parts .title h2 {
    margin-bottom: 15px;
  }
  .p04-custom-parts .line {
    position: absolute;
    left: 10px;
    bottom: 20px;
    width: 1px;
    height: 360px;
    /*background-color: #f63f06;*/
  }
  .p04-custom-parts .line::before {
    position: absolute;
    top: 0;
    left: -2px;
    content: '';
    display: block;
    width: 5px;
    height: 80px;
    /*background-color: #f63f06;*/
  }
  .p04-formulation {
    padding: 120px 0 110px;
  }
  .p04-formulation .title p {
    margin: 20px 0 55px;
  }
  .p04-more-than {
    padding: 50px 0;
    background-color: #f6f7f9;
  }
  .p04-more-than .title p {
    max-width: 920px;
    margin: 20px auto 55px;
  }
  .p04-more-than .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p04-more-than .item:not(:last-child) {
    margin-bottom: 90px;
  }
  /*.p04-more-than .item:nth-child(odd) .img {
    margin-left: 80px;
  }*/
  .p04-more-than .item:nth-child(even) .img {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    /*margin-right: 80px;*/
  }
  .p04-more-than .item:nth-child(even) .text {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .p04-more-than .item .text {
    max-width: 680px;
    width: 48%;
  }
  .p04-more-than .item .text h3 {
    margin-bottom: 20px;
    color: #051321;
    font-size: 40px;
  }
  .p04-more-than .item .text ul {
    margin-top: 20px;
  }
  .p04-more-than .item .text ul li {
    position: relative;
    font-style: normal;
    font-size: 18px;
    line-height: 32px;
    color: #242424;
    padding-left: 28px;
  }
  .p04-more-than .item .text ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  .p04-more-than .item .text ul i {
    position: absolute;
    left: 0;
    top: 3px;
    color: #8fb348;
    margin-right: 10px;
  }
  .p04-more-than .img {
    max-width: 650px;
    width: 45%;
    max-height: 380px;
    overflow: hidden;
  }
  @media screen and (max-width: 1000px) {
      .p04-custom-parts .title{
      width: calc(50% - 20px);
    }
    .p04-custom-parts .item{
      width: calc(50% - 20px);
    }
  
    .end-sec .tab-wrap{
      display: block;
    }
    .end-sec .tab-wrap .tab-btn{
      width: 100%;
      max-width: 100%;
    }
    .end-sec .tab-wrap .tab-sec{
      width: 100%;
    }
  
    .p04-more-than .item{
      display: block;
    }
  
    .p04-more-than .img{
      width: 100%;
      max-width: 100%;
      max-height: initial;
    }
    .p04-more-than .item .text{
      width: 100%;
      max-width: 100%;
      padding: 30px 0;
    }
  
    .p04-more-than{
      padding: 60px 0;
    }
  }
  
  @media screen and (max-width: 600px) {
  .p04-custom-parts .item {
      width: 100%;
  }
  .prodet-page2 .det-1 .grid-box .right .text h3{
      font-size: 18px;
      line-height: 2;
  }
  .prodet-page2 .det-1 .grid-box .right .text .con{
      font-size: 16px;
      line-height: 2;
  }
  .prodet-page2 .color .box{
      flex-wrap: wrap;
  }
  .prodet-page2 .color .desc{
      width: 100%;
  }
  .prodet-page2 .color .imgs{
      width: 100%;
  }
  }
      .seoPublic .title {
          font-size: 32px;
          font-weight: bold;
          line-height: 1.4;
          margin-bottom: 2em;
      }
  
      .seoPublic > div {
          padding: 60px 0;
      }
  
      .seoPublic > div:nth-child(odd) {
          background: #fafafa;
      }
  
      .seoPublic .Auxil-about .box {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
      }
  
      .seoPublic .Auxil-about .box .left {
          width: 40%;
      }
  
      .seoPublic .Auxil-about .box .left .img {
          height: 100%;
          background-size: cover;
          background-position: center center;
          display: block;
      }
  
      .seoPublic .Auxil-about .box .right {
          width: 60%;
          padding-left: 5%;
          padding-top: 0px;
          padding-bottom: 20px;
      }
  
      .seoPublic .Auxil-about .box .right div.h3 {
          font-size: 24px;
          font-weight: normal;
          line-height: 1.2;
          margin-bottom: 1em;
      }
  
      .seoPublic .Auxil-about .box .right .text {
          font-size: 16px;
          line-height: 1.8;
          color: #666;
          max-height: 400px;
          overflow: auto;
      }
      .seoPublic .Auxil-about .box .right .text a {
          color: #666;
      }
  
      .seoPublic .Auxil-honor .list ul {
          margin: -10px;
      }
  
      .seoPublic .Auxil-honor .list ul li {
          padding: 10px;
      }
  
      .seoPublic .Auxil-honor .list ul li a {
          display: block;
      }
  
      .seoPublic .Auxil-honor .list ul li a img {
          width: 100%;
      }
  
      .seoPublic .Auxil-news .list ul {
          margin: -13px;
      }
  
      .seoPublic .Auxil-news .list ul li {
          padding: 13px;
      }
  
      .seoPublic .Auxil-news .list ul li a.img-box {
          display: block;
          height: 240px;
          background-size: cover;
          background-position: center center;
      }
  
      .seoPublic .Auxil-news .list ul li .content {
          margin-top: 30px;
      }
  
      .seoPublic .Auxil-news .list ul li .content div.h6 {
          font-size: 22px;
          line-height: 2;
          -webkit-transition: .5s;
          -moz-transition: .5s;
          transition: .5s;
      }
  
      .seoPublic .Auxil-news .list ul li .content div.h6:hover {
          color: var(--base-color);
      }
  
      .seoPublic .Auxil-news .list ul li .content time {
          font-size: 14px;
          margin-top: .5em;
          display: block;
      }
  
      .seoPublic .Auxil-news .list ul li .content p {
          font-weight: 300;
          font-size: 16px;
          line-height: 2;
          margin: 1em 0;
      }
  
      .seoPublic .Auxil-news .list ul li .content a.link {
          font-weight: 300;
          font-size: 16px;
          text-transform: uppercase;
          line-height: 1;
          -webkit-transition: .5s;
          -moz-transition: .5s;
          transition: .5s;
          border-bottom: 1px solid transparent;
          display: inline-block;
      }
  
      .seoPublic .Auxil-news .list ul li .content a.link:hover {
          border-color: var(--base-color);
          color: var(--base-color);
      }
  
      .seoPublic .Auxil-form .form ul {
          margin: -10px;
      }
  
      .seoPublic .Auxil-form .form ul li {
          padding: 10px;
      }
  
      .seoPublic .Auxil-form .form ul li input,
      .seoPublic .Auxil-form .form ul li textarea {
          display: block;
          width: 100%;
          border: 1px solid #eee;
          font-size: 16px;
          padding: 8px 15px;
          -webkit-transition: .5s;
          -moz-transition: .5s;
          transition: .5s;
      }
  
      .seoPublic .Auxil-form .form ul li textarea {
          height: 100px;
      }
  
      .seoPublic .Auxil-form .form ul li input:focus,
      .seoPublic .Auxil-form .form ul li textarea:focus {
          border-color: var(--base-color);
      }
  
      .seoPublic .Auxil-form .form ul li.wid-100 {
          width: 100%;
      }
  
      .seoPublic .Auxil-form .form ul li input[type="submit"] {
          width: auto;
          display: inline-block;
          padding-left: 25px;
          padding-right: 25px;
          background: #cee3ff;
          color: whitesmoke;
          border: none;
      }
  
      .seoPublic .Auxil-form .form ul li input[type="submit"]:hover {
          background: #222;
          color: whitesmoke;
      }
  
      .seoPublic .seoIndustry .text {
          font-size: 16px;
          line-height: 2;
          color: #666;
      }
      .seoPublic .seoIndustry .text a {
          color: #666;
      }
  
      .seoPublic .text a {
          color: var(--base-color);
      }
  
      .seoPublic .text a:hover {
          text-decoration: underline;
      }
  
      .seoPublic .Auxil-through {
          padding: 15px 0;
          background: none !important;
      }
  
      .seoPublic .Auxil-through a {
          display: inline-block;
          line-height: 40px;
          height: 40px;
          padding: 0 25px;
          font-size: 14px;
          color: black;
          border: 1px solid #eee;
          background: #f8f8f8;
          -webkit-transition: .5s;
          -moz-transition: .5s;
          transition: .5s;
      }
  
      .seoPublic .Auxil-through a:hover {
          background: var(--base-color);
          color: white;
      }
  
      .seoPublic .Auxil-related .list ul {
          margin: -20px -25px;
      }
  
      .seoPublic .Auxil-related .list ul li {
          padding: 20px 25px;
      }
  
      .seoPublic .Auxil-related .list ul li .box {
          display: block;
          background: white;
          -o-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
          -webkit-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
          box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
      }
  
      .seoPublic .Auxil-related .list ul li .box a.img-box {
          display: block;
      }
  
      .seoPublic .Auxil-related .list ul li .box .content {
          display: block;
          padding: 20px;
          text-align: center;
      }
  
      .seoPublic .Auxil-related .list ul li .box .content div.h3 {
          font-size: 22px;
          color: #111;
          font-weight: 500;
          -webkit-transition: .5s;
          -moz-transition: .5s;
          transition: .5s;
      }
  
      .seoPublic .Auxil-related .list ul li .box .content div.h3:hover {
          color: var(--base-color);
      }
  
      .seoPublic .Auxil-related .list ul li .box .content p {
          display: block;
          font-size: 16px;
          color: #888;
          line-height: 1.6;
          font-weight: 400;
          margin: .5em 0;
          height: 4.8em;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 3;
          overflow: hidden;
      }
  
      .seoPublic .Auxil-related .list ul li .box .content a.more {
          display: inline-block;
          vertical-align: middle;
          line-height: 40px;
          height: 40px;
          padding: 0 20px;
          border: 1px solid var(--base-color);
          font-size: 16px;
          font-weight: 700;
          -webkit-transition: .5s;
          -moz-transition: .5s;
          transition: .5s;
          color: var(--base-color);
      }
  
      .seoPublic .Auxil-related .list ul li .box .content a.more i {
          margin-left: 5px;
      }
  
      .seoPublic .Auxil-related .list ul li .box .content a.more:hover {
          color: white;
          background: var(--base-color);
      }
  
      @media screen and (max-width: 1400px) {
          .seoPublic .title {
              font-size: 28px;
              margin-bottom: 1.5em;
          }
  
          .seoPublic .Auxil-about .box .right div.title,
          .seoPublic .Auxil-related .list ul li .box .content div.h3 {
              font-size: 20px;
          }
  
          .seoPublic .Auxil-form .form ul li input,
          .seoPublic .Auxil-form .form ul li textarea,
          .seoPublic .Auxil-about .box .right .text,
          .seoPublic .Auxil-news .list ul li .content p,
          .seoPublic .seoIndustry .text,
          .seoPublic .Auxil-related .list ul li .box .content p {
              font-size: 14px;
          }
  
          .seoPublic .Auxil-news .list ul li .content div.h6 {
              font-size: 18px;
          }
  
          .seoPublic .Auxil-related .list ul li .box .content a.more {
              font-size: 14px;
              line-height: 34px;
              height: 34px;
              padding: 0 15px;
          }
  
          .seoPublic .Auxil-related .list ul li {
              padding: 15px;
          }
  
          .seoPublic .Auxil-related .list ul {
              margin: -15px;
          }
      }
  
      @media screen and (max-width: 1000px) {
          .seoPublic .title {
              font-size: 24px;
              margin-bottom: 1em;
          }
  
          #cp-Nav {
              display: block;
          }
  
          #cp-Nav .nav {
              padding: 0 15px;
          }
  
          #cp-Nav .nav div.title {
              font-size: 18px;
              font-weight: bold;
              padding: 8px 10px;
              background: var(--base-color);
              border-radius: 5px;
              color: white;
          }
  
          #cp-Nav .nav i.mask {
              width: 100%;
              height: 100%;
              position: fixed;
              top: 0;
              left: 0;
              z-index: 230;
              background: rgba(0, 0, 0, 0.2);
          }
  
          #cp-Nav .nav > ul {
              display: none;
          }
  
          #cp-Nav .nav ul {
              position: fixed;
              top: 10%;
              max-height: 80%;
              left: 5%;
              width: 90%;
              padding: 20px;
              border-radius: 5px;
              background: white;
              z-index: 300;
              font-size: 16px;
              overflow: auto;
          }
  
          #cp-Nav .nav ul ul {
              padding: 0 10px;
              font-size: 14px;
              position: static;
              max-height: none;
              width: 100%;
              margin: 10px 0;
          }
  
          #cp-Nav .nav ul li a {
              display: block;
              padding: 5px 0;
              line-height: 28px;
          }
  
          .seoPublic .Auxil-about .box {
              display: block;
          }
  
          .seoPublic .Auxil-about .box .right {
              width: 100%;
              padding: 0;
              margin-top: 20px;
          }
  
          .seoPublic .Auxil-about .box .left {
              width: 100%;
              padding: 0;
          }
  
          .seoPublic .Auxil-about .box .left .img {
              height: 300px;
          }
  
          .seoPublic .Auxil-about .box .right div.h3 {
              font-size: 18px;
          }
  
          .seoPublic > div {
              padding: 30px 0;
          }
          .seoPublic .Auxil-about .box .right .text {
              max-height: none;
          }
      }
      
      /*init-8 css add */
      #index-body .init-8{
    text-align: center;
    background: #f7fbff;
    padding:100px 0;
  }
  #index-body .init-8 .container .tips{
    color: #126de0;
  }
  #index-body .init-8 .container .tips_title{
    font-weight: bold;
    margin-top: 10px;
  }
  #index-body .init-8 .container{
    width: 1440px;
  }
  #index-body .init-8 .container .des{
    max-width: 780px;
    margin: 20px auto 0;
  }
  #index-body .init-8 .container .cont{
    margin-top: 60px;
  }
  #index-body .init-8 .container .img_sub{
    width: 1320px;
    height: 420px;
    margin: auto;
  }
  #index-body .init-8 .container .cont{
    position: relative;
  }
  #index-body .init-8 .container .cont .list{
    position: absolute;
    top: 0;
    left: 0;
    padding: 12px 27px;
    border-radius: 5px;
    background-color: #126de0;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    box-shadow: 0 0 4px rgba(0,0,0,0) , 0 0 10px rgba(0,0,0,0) inset;
    transition: all .5s;
    cursor: pointer;
  }
  #index-body .init-8 .container .cont .list:hover{
    box-shadow: 0 0 4px #126de0 , 0 0 10px #fff inset;
  }
  
  #index-body .init-8 .container .cont .list.list_shadow{
    background-image: linear-gradient(to top , #136ee0 , #81b9ff);
  }
  #index-body .init-8 .container .cont .list1{
    top: 20px;
    left: 290px;
  }
  #index-body .init-8 .container .cont .list2{
    top: 10px;
    left: 756px;
    font-size: 36px;
    padding: 28px 30px;
  }
  #index-body .init-8 .container .cont .list3{
    top: 30px;
    left: 1133px;
    font-size: 18px;
    padding: 14px 16px;
  }
  #index-body .init-8 .container .cont .list4{
    top: 170px;
    left: 142px;
    padding: 21px 31px;
  }
  #index-body .init-8 .container .cont .list5{
    top: 140px;
    left: 400px;
    padding: 22px 14px;
  }
  #index-body .init-8 .container .cont .list6{
    padding: 16px 14px;
    top: 186px;
    left: 906px;
  }
  #index-body .init-8 .container .cont .list7{
    padding: 16px 14px;
    top: 168px;
    left: 1150px;
  }
  #index-body .init-8 .container .cont .list8{
    padding: 12px 15px;
    top: 306px;
    left: 320px;
  }
  #index-body .init-8 .container .cont .list9{
    padding: 27px 49px;
    top: 320px;
    left: 590px;
    font-size: 36px;
  }
  #index-body .init-8 .container .cont .list10{
    padding: 12px 30px;
    top: 303px;
    left: 1086px;
  }
  @media (max-width: 1500px) {
      #index-body .init-8 .container{
      width: 1200px;
    }
    #index-body .init-8 .container .img_sub{
      width: 100%;
    }
    #index-body .init-8 .container .cont .list1{
      left: 192px;
      top: 26px;
    }
    #index-body .init-8 .container .cont .list2{
      left: 630px;
    }
    #index-body .init-8 .container .cont .list3{
      top: 37px;
      left: 1002px;
    }
        
    #index-body .init-8 .container .cont .list4{
      left: 50px;
    }
    #index-body .init-8 .container .cont .list5{
        left: 298px;
    }
    #index-body .init-8 .container .cont .list6{
      left: 766px;
      top: 184px;
    }
    #index-body .init-8 .container .cont .list7{
      top: 166px;
      left: 1000px;
    }
    #index-body .init-8 .container .cont .list8{
      top: 294px;
      left: 232px;
    }
    #index-body .init-8 .container .cont .list9{
        top: 306px;
        left: 470px;
    }
    #index-body .init-8 .container .cont .list10{
      top: 298px;
      left: 932px;
    }
  }
  @media (max-width: 1250px) {
        #index-body .init-8{
      display: none;
    }
  }
  
  @media (max-width: 700px) {
  table td, table th {
      padding: 5px 10px;
      border: 1px solid #666;
      width: auto !important;
      height: auto !important;
      white-space: nowrap;
  }
  table thead, table tbody {
      display: table;
      width: auto!important;
      table-layout: fixed;
      
  }
  }
  .videobox{
      position: relative;
  }
  .videobox img{
       opacity: 0;
       position: relative;
  }
  .videobox .con{
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      display: flex;
      justify-content: center;
      align-items: center;
  
  }
  .faq-1.faq2 .h3{
      font-size: 48px;
      font-weight: 700;
      padding-bottom: 20px;
      border-bottom: 1px solid #000;
      width: 100%;
  }
  .faq-page .faq-1.faq2 .bottom ul li{
      border-top: none;
      padding-bottom: 0;
  }
  .faq-page .faq-1.faq2 .bottom ul li .text{
      display: block!important;
  }
  .faq-page .faq-1.faq2 .bottom ul{
      border-left:1px solid #eee;
      padding-left: 40px;
  }
  .faq-page .faq-1.faq2 .bottom ul li .text{
      padding-top: 0;
  }
  .faq-page .faq-1.faq2 .bottom ul li:last-child{
      border: none!important;
  }