@media screen and (max-width: 1550px) {
    .container {
      width: 1230px;
    }
}
@media screen and (max-width: 1230px) {
    .container {
      width: 970px;
    }
}
@media screen and (max-width: 1000px) {
    .container {
      width: 700px;
    }
}
@media screen and (max-width: 700px) {
    .container {
      width: 100%;
    }
}
@-webkit-keyframes ripple-video {
    70% {
      -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
      box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }
    100% {
      -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
  }
  @-moz-keyframes ripple-video {
    70% {
      box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }
    100% {
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
  }
  @keyframes ripple-video {
    70% {
      -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
      box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }
    100% {
      -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
  }
  @-webkit-keyframes ks {
    from {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      opacity: 0;
    }
    10% {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }
    80% {
      -webkit-transform: scale(1.5);
      -moz-transform: scale(1.5);
      -ms-transform: scale(1.5);
      transform: scale(1.5);
      opacity: 0.3;
    }
    to {
      -webkit-transform: scale(1.5);
      -moz-transform: scale(1.5);
      -ms-transform: scale(1.5);
      transform: scale(1.5);
      opacity: 0;
    }
  }
  @-moz-keyframes ks {
    from {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      opacity: 0;
    }
    10% {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }
    80% {
      -webkit-transform: scale(1.5);
      -moz-transform: scale(1.5);
      -ms-transform: scale(1.5);
      transform: scale(1.5);
      opacity: 0.3;
    }
    to {
      -webkit-transform: scale(1.5);
      -moz-transform: scale(1.5);
      -ms-transform: scale(1.5);
      transform: scale(1.5);
      opacity: 0;
    }
  }
  @keyframes ks {
    from {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      opacity: 0;
    }
    10% {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }
    80% {
      -webkit-transform: scale(1.5);
      -moz-transform: scale(1.5);
      -ms-transform: scale(1.5);
      transform: scale(1.5);
      opacity: 0.3;
    }
    to {
      -webkit-transform: scale(1.5);
      -moz-transform: scale(1.5);
      -ms-transform: scale(1.5);
      transform: scale(1.5);
      opacity: 0;
    }
  }
  @keyframes mover {
    40% {
      opacity: 1;
      color: #fff;
    }
    60% {
      color: #fff;
    }
  }
  @-moz-keyframes mover {
    40% {
      opacity: 1;
      color: #fff;
    }
    60% {
      color: #fff;
    }
    80% {
      opacity: .8;
    }
    100% {
      opacity: 1;
    }
  }
  @-webkit-keyframes mover {
    40% {
      opacity: 1;
      color: #fff;
    }
    60% {
      color: #fff;
    }
    80% {
      opacity: .8;
    }
    100% {
      opacity: 1;
    }
  }
  @media screen and (max-width: 1100px) {
    .inner-banner {
      margin-top: 40px;
    }
  }
  .inner-banner {
    height: 500px;
    line-height: 500px;
    color: white;
    text-align: center;
  }
  .inner-banner .box {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
  }
  .inner-banner .box h2 {
    font-size: 40px;
    font-weight: bold;
    line-height: 2;
  }
  .inner-banner .box .text {
    font-size: 18px;
    line-height: 2;
    max-width: 610px;
    margin: 20px auto 25px;
    font-weight: 300;
  }
  .inner-banner .box .mbx {
    font-size: 20px;
    font-weight: bold;
    line-height: 2;
  }
  .inner-banner .box .mbx a {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .inner-banner .box .mbx a:hover,
  .inner-banner .box .mbx span.current {
    color: --custom-public-color;
  }
  .inner-page span.tag {
    font-size: 20px;
    color: --custom-public-color;
    line-height: 1.2;
    margin-bottom: 20px;
    display: block;
  }
  .inner-page h2.title {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.2;
  }
  .inner-page .text {
    font-size: 16px;
    line-height: 2;
  }
  .inner-page .text em {
    display: inline-block;
    line-height: 1;
    border-bottom: 1px solid black;
  }
  .inner-page a.more {
    line-height: 62px;
    height: 58px;
    padding: 0 35px;
    background: --custom-public-color;
    color: white;
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  .inner-page a.more:after {
    content: '';
    width: 0;
    z-index: -1;
    height: 100%;
    right: 0;
    top: 0;
    background: black;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    position: absolute;
  }
  .inner-page a.more img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    max-width: 20px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    position: relative;
    top: -1px;
  }
  .inner-page a.more:hover:after {
    left: 0;
    width: 100%;
  }
  .inner-page .m-page {
    margin-top: 80px;
    text-align: center;
  }
  .inner-page .m-page a,
  .inner-page .m-page span {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 56px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-size: 25px;
    color: black;
  }
  .inner-page .m-page a:hover,
  .inner-page .m-page span.current {
    color: white;
    background: --custom-public-color;
  }
  .inner-page .sidebar-box {
    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: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .inner-page .m-page span{
    background: --custom-public-color;
    color: #fff;
  }
  .inner-page .sidebar-box .sidebar-left {
    width: 30%;
  }
  .inner-page .sidebar-box .sidebar-left .inner {
    max-width: 375px;
  }
  .inner-page .sidebar-box .sidebar-left .inner .inner-title {
    font-size: 20px;
    line-height: 1;
    color: #000;
    text-transform: uppercase;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #e7e7e7;
  }
  .inner-page .sidebar-box .sidebar-left .inner .inner-search {
    margin-bottom: 4rem;
  }
  .inner-page .sidebar-box .sidebar-left .inner .inner-search form {
    width: 100%;
    position: relative;
  }
  .inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="text"] {
    width: 100%;
    height: 43px;
    border: 1px solid #eee;
    padding: 10px 20px;
    padding-right: 5rem;
    font-size: 14px;
    color: #555555;
    font-family: 'Poppins-Light';
  }
  .inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="submit"] {
    position: absolute;
    width: 43px;
    height: 43px;
    border: none;
    background: url(../images/inner-s.jpg) no-repeat center center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
  }
  .inner-page .sidebar-box .sidebar-left .inner .inner-cat {
    margin-bottom: 4rem;
  }
  .inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li {
    padding: 8px 0;
    font-size: 16px;
    line-height: 2;
    font-family: 'Poppins';
  }
  .inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active a{
    color: --custom-public-color;
  }
  .inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li:first-child {
    padding-top: 0;
  }
  .inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li:last-child {
    padding-bottom: 0;
  }
  .inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a {
    color: #000000;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
  }
  .inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a:hover {
    color: --custom-public-color;
  }
  .inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a span {
    color: #aaa;
  }
  .inner-page .sidebar-box .sidebar-left .inner .inner-recent {
    margin-bottom: 4rem;
  }
  .inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li {
    padding: 1.5rem 0;
  }
  .inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:first-child {
    padding-top: 0;
  }
  .inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:last-child {
    padding-bottom: 0;
  }
  .inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a {
    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;
  }
  .inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img {
    margin-right: 2rem;
  }
  .inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img img {
    height: 80px;
    max-width: 100px;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .xinwenbiaoti{
    font-size: 18px;
    line-height: 32px;
    font-weight: 600;
  }
  .inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p {
    color: #000;
    font-size: 16px;
    line-height: 2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: .8rem;
    font-family: 'Poppins-Light';
  }
  .inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
    color: --custom-public-color;
  }
  .inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text span {
    color: #aaa;
    display: block;
    font-size: 14px;
    font-family: 'Poppins-Light';
    line-height: 1;
  }
  .inner-page .sidebar-box .sidebar-left .inner .inner-contact {
    background: url(../images/sider.jpg) no-repeat center center;
    padding: 21.5rem 4rem 5.5rem;
  }
  .inner-page .sidebar-box .sidebar-left .inner .inner-contact h5 {
    
    font-size: 16px;
    color: --custom-public-color;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 2rem;
  }
  .inner-page .sidebar-box .sidebar-left .inner .inner-contact h6 {
    font-size: 24px;
    line-height: 1.2;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 2rem;
    
  }
  .inner-page .sidebar-box .sidebar-left .inner .inner-contact h6 span {
    color: #fff;
    display: block;
  }
  .inner-page .sidebar-box .sidebar-left .inner .inner-contact a {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Poppins';
    font-weight: 600;
    background: #000;
    padding: 12px 3rem;
    position: relative;
    -webkit-transform: skewX(-10deg) skewY(0);
    -moz-transform: skewX(-10deg) skewY(0);
    -ms-transform: skewX(-10deg) skewY(0);
    transform: skewX(-10deg) skewY(0);
    margin-left: 5px;
  }
  .inner-page .sidebar-box .sidebar-left .inner .inner-contact a:hover::after {
    width: 100%;
  }
  .inner-page .sidebar-box .sidebar-left .inner .inner-contact a span {
    display: inline-block;
    position: relative;
    -webkit-transform: skewX(10deg) skewY(0);
    -moz-transform: skewX(10deg) skewY(0);
    -ms-transform: skewX(10deg) skewY(0);
    transform: skewX(10deg) skewY(0);
    z-index: 2;
  }
  .inner-page .sidebar-box .sidebar-left .inner .inner-contact a::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 100%;
    background: --custom-public-color;
    left: 0;
    top: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    z-index: 1;
  }
  .inner-page .sidebar-box .sidebar-right {
    width: 70%;
  }
  .inner-page .sidebar-box .sidebar-right .shijingpro {
    font-size: 24px;
    line-height: 2;
    margin-bottom: 10px;
    color: --custom-public-color;
  }
  .about-page .about-1 {
    padding: 100px 0;
  }
  .about-page .about-1 .box .left {
    width: 40%;
    vertical-align: middle;
  }
  .about-page .about-1 .box .left .img {
    display: block;
    background-size: cover;
    background-position: center center;
    height: 720px;
    position: relative;
  }
  .about-page .about-1 .box .left .img .play {
    width: 120px;
    height: 120px;
    border: 10px solid white;
    background: --custom-public-color;
    line-height: 100px;
    text-align: center;
    cursor: pointer;
    cursor: hand;
    right: -40px;
    bottom: -40px;
    position: absolute;
  }
  .about-page .about-1 .box .left .img .play img {
    display: inline-block;
    vertical-align: middle;
  }
  .about-page .about-1 .box .right {
    width: 60%;
    vertical-align: middle;
    padding-left: 5%;
  }
  .about-page .about-1 .box .right h2.title {
    font-size: 40px;
  }
  .about-page .about-1 .box .right .text p {
    padding-top: 25px;
  }
  .about-page .about-1 .list {
    margin-top: 90px;
  }
  .about-page .about-1 .list ul {
    margin: -13px;
  }
  .about-page .about-1 .list ul li {
    padding: 13px;
  }
  .about-page .about-1 .list ul li .box2 {
    height: 275px;
    background-size: cover;
    background-position: center center;
    display: block;
    position: relative;
    color: white;
    z-index: 1;
    overflow: hidden;
  }
  .about-page .about-1 .list ul li .box2:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: -2;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .about-page .about-1 .list ul li .box2:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: --custom-public-color;
    z-index: -1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    -webkit-transform: rotate(-180deg) scale(0);
    -moz-transform: rotate(-180deg) scale(0);
    -ms-transform: rotate(-180deg) scale(0);
    transform: rotate(-180deg) scale(0);
  }
  .about-page .about-1 .list ul li .box2 .icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    left: 0;
    width: 100%;
    text-align: center;
    padding: 0 20px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .about-page .about-1 .list ul li .box2 .icon i {
    display: block;
    height: 58px;
    line-height: 58px;
  }
  .about-page .about-1 .list ul li .box2 .icon i img {
    display: inline-block;
    vertical-align: middle;
  }
  .about-page .about-1 .list ul li .box2 .icon h6 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
    margin-top: 15px;
  }
  .about-page .about-1 .list ul li .box2 .text {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    text-align: left;
    padding: 0 20px;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .about-page .about-1 .list ul li .box2:hover:before {
    -webkit-transform: rotate(0) scale(1);
    -moz-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
  }
  .about-page .about-1 .list ul li .box2:hover .icon {
    opacity: 0;
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
  }
  .about-page .about-1 .list ul li .box2:hover .text {
    opacity: 1;
  }
  .about-page .about-2 {
    background: url("../images/about-2-bg.jpg") center top no-repeat;
  }
  .about-page .about-2 .top {
    padding: 90px 0 70px;
    text-align: center;
    color: white;
  }
  .about-page .about-2 .top span.tag,
  .about-page .about-2 .top h2.title {
    color: inherit;
    max-width: 900px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .about-page .about-2 .bottom {
    padding: 0 5.20833333%;
    position: relative;
    z-index: 1;
  }
  .about-page .about-2 .bottom:after {
    content: '';
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: white;
  }
  .about-page .about-2 .bottom .list ul {
    margin: -18px;
    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-2 .bottom .list ul li {
    padding: 18px;
  }
  .about-page .about-2 .bottom .list ul li .box {
    padding: 40px 20px 55px;
    text-align: center;
    background: white;
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    height: 100%;
  }
  .about-page .about-2 .bottom .list ul li .box i {
    display: block;
  }
  .about-page .about-2 .bottom .list ul li .box h6 {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    color: --custom-public-color;
    line-height: 1;
    margin: 20px 0 20px;
  }
  .about-page .about-2 .bottom .list ul li .box p {
    display: block;
    font-size: 16px;
    line-height: 1.6;
  }
  .about-page .about-3 {
    padding-top: 180px;
  }
  .about-page .about-3 .box {
    padding: 0 5.20833333%;
  }
  .about-page .about-3 .box .left {
    width: 60%;
    vertical-align: middle;
    text-align: right;
    padding: 0 2%;
  }
  .about-page .about-3 .box .right {
    width: 40%;
    vertical-align: top;
    padding-right: 8%;
    margin-top: 30px;
  }
  .about-page .about-3 .box .right .text {
    margin: 20px 0 40px;
  }
  .about-page .about-3 .box .right .list ul li {
    margin-bottom: 35px;
  }
  .about-page .about-3 .box .right .list ul li p {
    display: block;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 5px;
    margin-left: 5px;
  }
  .about-page .about-3 .box .right .list ul li .line {
    height: 8px;
    display: block;
    border-radius: 4px;
    position: relative;
    background: #dedede;
  }
  .about-page .about-3 .box .right .list ul li .line i {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-radius: inherit;
    background: --custom-public-color;
    width: 0;
    -webkit-transition: 5s;
    -moz-transition: 5s;
    transition: 5s;
  }
  .about-page .about-3 .box .right .list ul li .line span {
    line-height: 24px;
    height: 24px;
    padding: 0 5px;
    border-radius: 5px;
    background: #1a191d;
    font-size: 14px;
    color: white;
    position: absolute;
    bottom: 100%;
    right: 5px;
    margin-bottom: 15px;
    min-width: 60px;
    text-align: center;
  }
  .about-page .about-3 .box .right .list ul li .line span:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid #1a191d;
  }
  .about-page .about-3 .box .right .list ul li:last-child {
    margin-bottom: 0;
  }
  .about-page .about-3 .box .right .list.active ul li:nth-child(1) .line i {
    width: 45%;
  }
  .about-page .about-3 .box .right .list.active ul li:nth-child(2) .line i {
    width: 30%;
  }
  .about-page .about-3 .box .right .list.active ul li:nth-child(3) .line i {
    width: 25%;
  }
  .about-page .about-4 {
    text-align: center;
    padding: 110px 0;
    overflow: hidden;
  }
  .about-page .about-4 .list {
    margin: 35px 0 55px;
    padding: 0 3%;
  }
  .about-page .about-4 .list ul {
    margin: -11px;
  }
  .about-page .about-4 .list ul li {
    padding: 11px;
  }
  .about-page .about-4 .list ul li a {
    display: block;
    position: relative;
  }
  .about-page .about-4 .list ul li a img {
    display: block;
    width: 100%;
  }
  .about-page .about-4 .list ul li a:after,
  .about-page .about-4 .list ul li a:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .about-page .about-4 .list ul li a:after {
    right: 0;
    top: 0;
    -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
    clip-path: polygon(0 0, 100% 100%, 100% 0);
  }
  .about-page .about-4 .list ul li a:before {
    left: 0;
    bottom: 0;
    -webkit-clip-path: polygon(0 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 100%, 0 100%);
  }
  .about-page .about-4 .list ul li a i.fa {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100%;
    text-align: center;
    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%);
    background: white;
    z-index: 2;
    font-size: 20px;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .about-page .about-4 .list ul li a:hover:after,
  .about-page .about-4 .list ul li a:hover:before {
    width: 100%;
    height: 100%;
  }
  .about-page .about-4 .list ul li a:hover i.fa {
    opacity: 1;
  }
  .about-page .about-4 .list .slick-list {
    overflow: unset;
  }
  .factory-page .factory-1 {
    padding: 100px 0;
  }
  .factory-page .factory-1 .list ul {
    margin: -13px -8px;
  }
  .factory-page .factory-1 .list ul li {
    padding: 13px 8px;
  }
  .factory-page .factory-1 .list ul li a {
    display: block;
  }
  .factory-page .factory-1 .list ul li a:after,
  .factory-page .factory-1 .list ul li a:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .factory-page .factory-1 .list ul li a:after {
    right: 0;
    top: 0;
    -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
    clip-path: polygon(0 0, 100% 100%, 100% 0);
  }
  .factory-page .factory-1 .list ul li a:before {
    left: 0;
    bottom: 0;
    -webkit-clip-path: polygon(0 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 100%, 0 100%);
  }
  .factory-page .factory-1 .list ul li a img {
    display: block;
  }
  .factory-page .factory-1 .list ul li a i.fa {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100%;
    text-align: center;
    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%);
    background: white;
    z-index: 2;
    font-size: 20px;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .factory-page .factory-1 .list ul li a:hover:after,
  .factory-page .factory-1 .list ul li a:hover:before {
    width: 100%;
    height: 100%;
  }
  .factory-page .factory-1 .list ul li a:hover i.fa {
    opacity: 1;
  }
  .rd-page .rd-1 {
    padding: 100px 0 120px;
    text-align: center;
  }
  .rd-page .rd-1 .text {
    max-width: 1000px;
    margin: 30px auto 90px;
  }
  .rd-page .rd-1 .list ul {
    margin: -30px;
  }
  .rd-page .rd-1 .list ul li {
    padding: 30px;
  }
  .rd-page .rd-1 .list ul li span {
    width: 110px;
    height: 110px;
    border-radius: 100%;
    padding: 10px;
    border: 1px solid --custom-public-color;
    display: block;
    margin: 0 auto;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .rd-page .rd-1 .list ul li span i {
    display: block;
    border-radius: inherit;
    background: --custom-public-color;
    position: relative;
    height: 100%;
  }
  .rd-page .rd-1 .list ul li span i img {
    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%);
  }
  .rd-page .rd-1 .list ul li h6 {
    margin: 25px 0 15px;
    font-size: 25px;
    color: #262529;
    font-weight: bold;
    line-height: 1.2;
  }
  .rd-page .rd-1 .list ul li p {
    font-size: 16px;
    color: #262529;
    line-height: 1.4;
  }
  .rd-page .rd-1 .list ul li:hover span {
    background: #cfdae9;
    border-color: transparent;
  }
  .rd-page .rd-2 {
    background: #f3f3f3;
  }
  .rd-page .rd-2 .left {
    vertical-align: middle;
    padding: 0 7%;
  }
  .rd-page .rd-2 .left .text {
    margin-top: 40px;
  }
  .rd-page .rd-2 .left .text p img {
    margin-right: 12px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
  }
  .rd-page .rd-2 .right {
    vertical-align: middle;
  }
  .rd-page .rd-2 .right .img {
    height: 600px;
    background-size: cover;
    background-position: center center;
  }
  .rd-page .rd-3 {
    padding: 130px 0;
  }
  .rd-page .rd-3 .slide {
    margin-bottom: 80px;
  }
  .rd-page .rd-3 .slide .left {
    vertical-align: middle;
    position: relative;
  }
  .rd-page .rd-3 .slide .left .img {
    background-size: cover;
    background-position: center center;
    height: 410px;
    display: block;
    position: relative;
  }
  .rd-page .rd-3 .slide .left .img:after {
    content: '';
    border-right: 14px solid white;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .rd-page .rd-3 .slide .right {
    vertical-align: middle;
    padding-left: 3.5%;
    position: relative;
  }
  .rd-page .rd-3 .slide .right .box {
    position: relative;
  }
  .rd-page .rd-3 .slide .right .box i {
    height: 86px;
    width: 86px;
    line-height: 86px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    background: --custom-public-color;
  }
  .rd-page .rd-3 .slide .right .box i img {
    display: inline-block;
    vertical-align: middle;
  }
  .rd-page .rd-3 .slide .right .box h2.title {
    padding-left: 86px;
    text-align: center;
    margin: 20px 0;
    display: inline-block;
    width: 100%;
  }
  .rd-page .rd-3 .slide .right .box .text {
    margin-top: 35px;
  }
  .rd-page .rd-3 .slide:last-child {
    margin-bottom: 0;
  }
  .rd-page .rd-3 .slide:nth-child(even) .left {
    left: 50%;
  }
  .rd-page .rd-3 .slide:nth-child(even) .left .img:after {
    border-left: 14px solid white;
    border-right: none;
    left: 0;
    right: auto;
  }
  .rd-page .rd-3 .slide:nth-child(even) .right {
    left: -50%;
    padding-left: 0;
    padding-right: 3.5%;
  }
  .rd-page .rd-4 {
    padding: 90px 0 100px;
    text-align: center;
    background: #f3f3f3;
  }
  .rd-page .rd-4 .box {
    padding: 0 5.20833333%;
  }
  .rd-page .rd-4 .box .list {
    margin-top: 45px;
  }
  .rd-page .rd-4 .box .list ul {
    margin: -10px;
  }
  .rd-page .rd-4 .box .list ul li {
    padding: 10px;
  }
  .rd-page .rd-4 .box .list ul li img {
    display: block;
    width: 100%;
  }
  .app-page .app-1 {
    padding: 70px 0 90px;
    text-align: center;
  }
  .app-page .app-1 .text {
    max-width: 1000px;
    margin: 10px auto 20px;
  }
  .app-page .app-1 .line {
    width: 250px;
    height: 1px;
    background: #c5c5c5;
    display: block;
    margin: 0 auto;
    position: relative;
  }
  .app-page .app-1 .line i {
    width: 60px;
    height: 3px;
    position: absolute;
    top: -1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: --custom-public-color;
  }
  .app-page .app-1 .navList {
    margin: 60px 0 70px;
    display: inline-block;
    width: 100%;
  }
  .app-page .app-1 .navList ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .app-page .app-1 .navList ul li {
    float: left;
  }
  .app-page .app-1 .navList ul li a {
    display: block;
    white-space: nowrap;
    font-size: 16px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    background: #1a191d;
    padding: 16px 9.2px;
    color: white;
    height: 100%;
    border-right: 1px solid #dcdcdc;
  }
  .app-page .app-1 .navList ul li a img {
    margin-right: 10px;
  }
  .app-page .app-1 .navList ul li a:hover,
  .app-page .app-1 .navList ul li a.active {
    background: --custom-public-color;
  }
  .app-page .app-1 .navList ul li:last-child a {
    border-right: none;
  }
  .app-page .app-1 .boxList ul {
    margin: -20px;
  }
  .app-page .app-1 .boxList ul li {
    padding: 20px;
  }
  .app-page .app-1 .boxList ul li .box {
    display: block;
    background-size: cover;
    background-position: center center;
    height: 620px;
    text-align: left;
    position: relative;
    z-index: 1;
  }
  .app-page .app-1 .boxList ul li .box:after {
    content: '';
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    opacity: 0;
  }
  .app-page .app-1 .boxList ul li .box .content {
    padding: 0 8%;
    padding-top: 6%;
    color: white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    opacity: 0;
  }
  .app-page .app-1 .boxList ul li .box .content h6 {
    font-size: 25px;
    font-weight: bold;
  }
  .app-page .app-1 .boxList ul li .box .content h6:before {
    content: '';
    border: 5px solid white;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
  }
  .app-page .app-1 .boxList ul li .box .more2 {
    left: 8%;
    bottom: 6%;
    width: 80px;
    height: 80px;
    border: 1px solid white;
    padding: 13px;
    border-radius: 100%;
    display: block;
    position: absolute;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    opacity: 0;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
  }
  .app-page .app-1 .boxList ul li .box .more2 i {
    display: block;
    border-radius: inherit;
    background: white;
    font-size: 22px;
    color: --custom-public-color;
    font-weight: bold;
    height: 100%;
    line-height: 56px;
  }
  .app-page .app-1 .boxList ul li .box:hover:after {
    opacity: 1;
  }
  .app-page .app-1 .boxList ul li .box:hover .content {
    opacity: 1;
  }
  .app-page .app-1 .boxList ul li .box:hover .more2 {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  .app-page .app-1 a.more {
    padding-left: 80px;
    padding-right: 80px;
    margin-top: 70px;
  }
  .appdet-page .appdet-1 {
    padding: 80px 0;
  }
  .appdet-page .appdet-1 h2.title {
    margin-top: 40px;
  }
  .appdet-page .appdet-1 .text strong {
    font-size: 25px;
    color: #1a191d;
    font-weight: bold;
    line-height: 1.4;
  }
  .appdet-page .appdet-1 .link {
    margin-top: 40px;
  }
  .appdet-page .appdet-1 .link a {
    display: block;
    padding-left: 30px;
    position: relative;
    font-size: 16px;
    color: --custom-public-color;
    text-decoration: underline;
    line-height: 1.8;
  }
  .appdet-page .appdet-1 .link a:before {
    content: '';
    border: 5px solid --custom-public-color;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 7px;
  }
  .appdet-page .appdet-1 .link a:hover:before {
    border-color: black;
  }
  @-webkit-keyframes sc {
    from {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
    }
    to {
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2);
    }
  }
  @-moz-keyframes sc {
    from {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
    }
    to {
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2);
    }
  }
  @keyframes sc {
    from {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
    }
    to {
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2);
    }
  }
  .download-page .download-1 {
    padding: 100px 0;
  }
  .download-page .download-1 .left {
    padding-right: 3%;
    vertical-align: middle;
  }
  .download-page .download-1 .right {
    padding-left: 4%;
    vertical-align: middle;
  }
  .download-page .download-2 {
    background: #1a191d;
    color: white;
  }
  .download-page .download-2 .left {
    vertical-align: middle;
  }
  .download-page .download-2 .left .img {
    height: 720px;
    background-size: cover;
    background-position: center center;
    position: relative;
  }
  .download-page .download-2 .left .img i {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
  }
  .download-page .download-2 .left .img i:hover img {
    -webkit-animation: sc .6s linear infinite alternate;
    -moz-animation: sc .6s linear infinite alternate;
    animation: sc .6s linear infinite alternate;
  }
  .download-page .download-2 .right {
    vertical-align: middle;
    padding: 0 8%;
    text-align: left;
  }
  .download-page .download-2 .right h2.title {
    color: inherit;
  }
  .download-page .download-2 .right .text {
    color: white;
    margin: 40px 0 50px;
  }
  .download-page .download-3 {
    padding: 100px 0;
    text-align: center;
  }
  .download-page .download-3 .list {
    margin: 80px 0;
  }
  .download-page .download-3 .list ul {
    margin: -10px;
  }
  .download-page .download-3 .list ul li {
    padding: 10px;
  }
  .download-page .download-3 .list ul li a.play {
    background-size: cover;
    background-position: center center;
    display: block;
    height: 400px;
    position: relative;
    overflow: hidden;
  }
  .download-page .download-3 .list ul li a.play i {
    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%);
    cursor: pointer;
    cursor: hand;
    z-index: 1;
  }
  .download-page .download-3 .list ul li a.play i:after,
  .download-page .download-3 .list ul li a.play i:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
    background: rgba(16, 69, 143, 0.3);
    -webkit-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite;
    z-index: -1;
  }
  .download-page .download-3 .list ul li a.play i:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    animation-delay: .6s;
  }
  .download-page .download-3 .list ul li a.play h6 {
    line-height: 60px;
    height: 60px;
    padding: 0 15px;
    text-align: center;
    background: --custom-public-color;
    color: white;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 20px;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .download-page .download-3 .list ul li a.play:hover h6 {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .download-page .download-3 a.more {
    padding-left: 75px;
    padding-right: 75px;
  }
  .contact-page .contact-1 {
    padding: 110px 0;
    background: url("../images/contact-bg.jpg") center left 5% no-repeat;
  }
  .contact-page .contact-1 .left {
    padding-right: 2%;
  }
  .contact-page .contact-1 .left .text {
    margin-top: 10px;
    max-width: 60%;
  }
  .contact-page .contact-1 .left .form {
    margin-top: 55px;
  }
  .inner-page .form ul {
    margin: -13px;
  }
  .inner-page .form ul li {
    padding: 13px;
  }
  .inner-page .form ul li input,
  .inner-page .form ul li textarea {
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 13px 40px;
    border: 1px solid #b5b5b5;
    background: white;
    font-size: 16px;
    color: black;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .inner-page .form ul li input::-webkit-input-placeholder, .inner-page .form ul li textarea::-webkit-input-placeholder {
    color: #b5b5b5;
  }
  .inner-page .form ul li input:-moz-placeholder, .inner-page .form ul li textarea:-moz-placeholder {
    color: #b5b5b5;
  }
  .inner-page .form ul li input::-moz-placeholder, .inner-page .form ul li textarea::-moz-placeholder {
    color: #b5b5b5;
  }
  .inner-page .form ul li input:-ms-input-placeholder, .inner-page .form ul li textarea:-ms-input-placeholder {
    color: #b5b5b5;
  }
  .inner-page .form ul li input::placeholder,
  .inner-page .form ul li textarea::placeholder {
    color: #b5b5b5;
  }
  .inner-page .form ul li input:focus,
  .inner-page .form ul li textarea:focus {
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-color: transparent;
  }
  .inner-page .form ul li textarea {
    height: 200px;
  }
  .inner-page .form ul li button {
    line-height: 64px;
    height: 60px;
    padding: 0 50px;
    background: --custom-public-color;
    color: white;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .inner-page .form ul li button img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
    position: relative;
    top: -2px;
  }
  .inner-page .form ul li button:hover {
    background: #222;
  }
  .contact-page .container{
    max-width: 1250px;
  }
  .contact-page .contact-1 .right {
    padding-left: 2%;
  }
  .contact-page .contact-1 .right .box2 {
    padding: 60px 10% 80px;
    background: url("../images/sideBar-bg.jpg");
    color: white;
  }
  .contact-page .contact-1 .right .box2 h3.title {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.4;
    text-transform: uppercase;
  }
  .contact-page .contact-1 .right .box2 .text {
    margin: 20px 0 30px;
  }
  .contact-page .contact-1 .right .box2 .info:before {
    content: '';
    width: 40%;
    height: 1px;
    background: white;
    display: block;
    margin-bottom: 50px;
  }
  .contact-page .contact-1 .right .box2 .info ul li {
    margin-bottom: 45px;
    padding-left: 70px;
    position: relative;
  }
  .contact-page .contact-1 .right .box2 .info ul li i {
    position: absolute;
    left: 0;
    top: 0;
  }
  .contact-page .contact-1 .right .box2 .info ul li h6 {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 10px;
  }
  .contact-page .contact-1 .right .box2 .info ul li p {
    font-size: 16px;
    line-height: 1.4;
  }
  .contact-page .contact-1 .right .box2 .info ul li:last-child {
    margin-bottom: 0;
  }
  .product-page {
    padding: 11rem 0;
  }
  .product-page .sidebar-box .sidebar-left .inner {
  
  }
  .product-page .product-list 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;
  }
  .product-page .product-list ul li {
    width: 33.3333%;
  }
  .product-page .product-list ul li .product-block {
    position: relative;
    -webkit-transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
    border: 1px solid;
    border-color: #e7e7e7;
    margin-left: -1px;
    margin-top: -1px;
    margin-bottom: 0;
    overflow: hidden;
  }
  /*.product-page .product-list ul li .product-block:hover .product-transition .product-inner {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -moz-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s, -moz-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s, -moz-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }*/
  .product-page .product-list ul li .product-block:hover .product-transition .fa-box .fa {
    opacity: 1;
  }
  .product-page .product-list ul li .product-block:hover .see-more {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .product-page .product-list ul li .product-block .product-transition {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 18px;
    padding: 1rem 3.5rem;
  }
  .product-page .product-list ul li .product-block .product-transition .product-inner {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  }
  .product-page .product-list ul li .product-block .product-transition .product-inner .product-image {
    position: relative;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
    -moz-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
    transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
    bottom: 100%;
  }
  .product-page .product-list ul li .product-block .product-transition .product-inner .product-image:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  .product-page .product-list ul li .product-block .product-transition .product-inner .product-image img {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
  .product-page .product-list ul li .product-block .product-transition .product-inner .product-image.second-image {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .product-page .product-list ul li .product-block .product-transition .fa-box {
    position: absolute;
    width: 100%;
    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;
  }
  .product-page .product-list ul li .product-block .product-transition .fa-box .fa {
    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: 40px;
    height: 40px;
    border: 1px solid #e7e7e7;
    color: #aaa;
    background: #fff;
    font-size: 18px;
    font-weight: 100;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    margin: 0 2px;
    opacity: 1;
  }
  .product-page .product-list ul li .product-block .product-transition .fa-box .fa:hover {
    background: --custom-public-color;
    color: #fff;
  }
  .product-page .product-list ul li .product-block .product-content {
    padding: 1rem 3rem 0;
    text-align: center;
    margin-bottom: 2rem;
  }
  .product-page .product-list ul li .product-block .product-content h4 {
    font-size: 18px;
    line-height: 2;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 12px;
    min-height: 80px;
  }
  .product-page .product-list ul li .product-block .product-content h4 a {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
  }
  .product-page .product-list ul li .product-block .product-content h4 a:hover {
    text-decoration: underline;
  }
  .product-page .product-list ul li .product-block .product-content p {
    font-size: 14px;
    line-height: 2;
    color: #aaa;
    font-family: 'Poppins-Light';
  }
  .product-page .product-list ul li .product-block .see-more {
    display: block;
    margin-top: 6px;
    font-size: 16px;
    font-family: 'Poppins-Bold';
    text-align: center;
    padding: 5px 35px;
    font-weight: 700;
    white-space: nowrap;
    text-transform: uppercase;
    background: #0c0c0c;
    color: #fff;
    height: 48px;
    line-height: 38px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    -webkit-transform: translateY(48px);
    -moz-transform: translateY(48px);
    -ms-transform: translateY(48px);
    transform: translateY(48px);
  }
  .product-page .product-list ul li .product-block .see-more:hover {
    background: --custom-public-color;
  }
  .prodet-page .prodet-1 {
      padding: 8rem 0 6rem;
  }
  .prodet-page .prodet-1 .left {
      padding-right: 5%;
      vertical-align: top;
  }
  .prodet-page .prodet-1 .left .img {
      display: block;
      position: relative;
      z-index: 1;
          border: 1px solid #e7e7e7;
  }
  .prodet-page .prodet-1 .left .img .pv-video-player{
      display: none;
  }
  .prodet-page .prodet-1 .left .img.active .pv-video-player{
      display: block;
  }
  .prodet-page .prodet-1 .left .img.active>img{
      display: none;
  }
  .prodet-page .prodet-1 .left .img.active .zoom{
      display: none;
  }
  .prodet-page .prodet-1 .left .img img {
      width: 100%;
  }
  .prodet-page .prodet-1 .left .img .zoom {
      line-height: 32px;
      height: 32px;
      padding: 0 18px;
      color: #595959;
      position: absolute;
      right: 0;
      bottom: 0;
      z-index: 2;
      background: #ebebeb;
  }
  .prodet-page .prodet-1 .left .img .zoom img {
      display: inline-block;
      vertical-align: middle;
      margin-right: 10px;
      width: auto;
  }
  .prodet-page .prodet-1 .left .img .zoom:before {
      content: '';
      position: absolute;
      right: 100%;
      top: 0;
      border-bottom: 32px solid #ebebeb;
      border-left: 32px solid transparent;
  }
  .prodet-page .prodet-1 .right {
      vertical-align: middle;
  }
  .prodet-page .prodet-1 .right h1 {
      font-size: 30px;
      line-height: 2;
  }
  .prodet-page .prodet-1 .right h6 {
      font-size: 18px;
      color: #000000;
      line-height: 2;
      font-family: 'Poppins-Light';
      padding: 10px 0 20px;
      border-bottom: 1px solid #e7e7e7;
  }
  .prodet-page .prodet-1 .right h6 small {
      font-size: 150%;
      margin-left: 10px;
  }
  .prodet-page .prodet-1 .right .content {
      margin: 20px 0 35px;
      font-size: 16px;
      color: #555555;
      font-family: 'Poppins-Light';
      line-height: 2;
      max-height: 20em;
      overflow-y: auto;
  }
  .shangxia{
    font-size: 16px;
    line-height: 30px;
    color: #555555;
    font-family: 'Poppins-Light';
  }
  .prodet-page .prodet-1 .slick {
    
      margin-top: 20px;
  }
  .prodet-page .prodet-1 .slick .slick-track {
      margin-left: 0;
  }
  .prodet-page .prodet-1 .slick ul {
      margin: -10px;
  }
  .prodet-page .prodet-1 .slick ul li {
      padding: 10px;
  }
  .prodet-page .prodet-1 .slick ul li img {
      display: block;
      border: 1px solid #e7e7e7;
  }
  .prodet-page .prodet-1 .slick .slick-arrow {
      position: absolute;
      top: 50%;
      font-size: 0;
      color: transparent;
      border: none;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  }
  .prodet-page .prodet-1 .slick .slick-arrow:after {
      font-family: "FontAwesome";
      color: #ce1921;
      font-size: 16px;
  }
  .prodet-page .prodet-1 .slick .slick-arrow.slick-prev {
      left: -20px;
  }
  .prodet-page .prodet-1 .slick .slick-arrow.slick-prev:after {
      content: "\f0d9";
  }
  .prodet-page .prodet-1 .slick .slick-arrow.slick-next {
      right: -20px;
  }
  .prodet-page .prodet-1 .slick .slick-arrow.slick-next:after {
      content: "\f0da";
  }
  .prodet-page .prodet-1 .right a.more {
     display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Poppins-Bold';
    background: #000;
        line-height: 40px;
      height: 40px;
    position: relative;
    -webkit-transform: skewX(-10deg) skewY(0);
    -moz-transform: skewX(-10deg) skewY(0);
    -ms-transform: skewX(-10deg) skewY(0);
    transform: skewX(-10deg) skewY(0);
    margin-left: 5px;
  }
  .prodet-page .prodet-1 .right a.more:hover::after{
    width: 100%;
  }
  .prodet-page .prodet-1 .right a.more span {
    display: inline-block;
    position: relative;
    -webkit-transform: skewX(10deg) skewY(0);
    -moz-transform: skewX(10deg) skewY(0);
    -ms-transform: skewX(10deg) skewY(0);
    transform: skewX(10deg) skewY(0);
    z-index: 2;
  }
  .prodet-page .prodet-1 .right a.more::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 100%;
    background: --custom-public-color;
    left: 0;
    top: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    z-index: 1;
  }
  .prodet-page .prodet-1 .right .inquiry-box{
    padding-bottom: 4rem;
    border-bottom: 1px solid #e7e7e7;
  }
  .prodet-page .prodet-1 .right .share {
      display: block;
      padding: 3rem 0 3.5rem;
      /*border-bottom: 1px solid #e7e7e7;*/
  }
  .prodet-page .prodet-1 .right .share ul li {
      width: auto;
      font-size: 16px;
      color: #555555;
       font-family: 'Poppins-Light';
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin-right: 10px;
  text-transform: uppercase;
  
  }
  .prodet-page .prodet-1 .right .share ul li:hover {
      color: #ce1921;
  }
  .prodet-page .prodet-2 {
      padding-top: 50px;
  }
  .prodet-page h2.title {
      display: block;
      text-align: center;
      font-size: 30px;
      line-height: 1;
      border-bottom: 1px solid #e7e7e7;
      padding-bottom: 3rem;
      text-transform: uppercase;
      
  }
  .prodet-page .prodet-2 .content {
          margin-top: 10px;
      font-size: 18px;
      line-height: 2;
      text-align: left;
  }
  .prodet-page .prodet-2 .content .slick {
      margin-top: 30px;
  }
  .prodet-page .prodet-2 .content .slick ul {
      margin: -10px;
  }
  .prodet-page .prodet-2 .content .slick ul li {
      padding: 10px;
  }
  .prodet-page .prodet-2 .content .slick ul li a {
      display: block;
      position: relative;
  }
  .prodet-page .prodet-2 .content .slick ul li a:after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: url('../images/icon-search-white.png') center center no-repeat rgba(0, 0, 0, 0.05);
      opacity: 0;
      transition: .5s;
  }
  .prodet-page .prodet-2 .content .slick ul li a:hover:after {
      opacity: 1;
  }
  .prodet-page .prodet-2 .content table,
  .prodet-page .prodet-2 .content table td {
      border: none;
  }
  .prodet-page .prodet-2 .content table td {
      padding: 5px 10px;
  }
  .prodet-page .prodet-2 .content table td:first-child {
      padding-left: 0;
  }
  .prodet-page .prodet-2 .content table td blockquote {
      max-width: 180px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      margin: 0;
      padding: 0;
      cursor: pointer;
      cursor: hand;
  }
  .prodet-page .prodet-2 .content table td blockquote:title {
      padding: 10px;
      font-size: 16px;
  }
  .prodet-page .prodet-2 .content table tr {
      border-bottom: 1px solid #dedede;
      background: none !important;
  }
  .prodet-page .prodet-2 .content table tr:last-child {
      border-bottom: none;
  }
  .prodet-page .prodet-3 {
      padding: 40px 0 10rem;
  }
  .prodet-page .prodet-3 .shijingmore {
      font-size: 16px;
      line-height: 2;
      font-family: 'Poppins-Light';
  }
  .prodet-page .prodet-3 .shijingmore h2 {
      font-size: 24px;
      color: --custom-public-color;
  }
  .prodet-page.product-page .prodet-3 .product-list ul li{
    width: 25%;
  }
  .prodet-page.product-page .prodet-3 .product-list ul{
    border-right: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7
  }
  .custom-page .custom-3 {
    padding: 80px 0 100px;
    text-align: center;
    background: #f5f5f5;
  }
  .custom-page .custom-3 .text {
    display: block;
    font-size: 16px;
    color: #7a7a7a;
    margin: 20px 0 30px;
    line-height: 30px;
  }
  .custom-page .custom-3 .list>ul {
    border-bottom: 1px solid #e7e7e7;
    text-align: left;
  }
  .custom-page .custom-3 .list>ul>li {
    padding: 4.5rem 0 2.5rem 6.5rem;
    border-top: 1px solid #e7e7e7;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    position: relative;
  }
  .custom-page .custom-3 .list ul li i {
    position: absolute;
    top: 18px;
    left: 0;
    width: 60px;
  }
  .custom-page .custom-3 .list ul li i img {
    display: block;
    max-width: 100%;
  }
  .custom-page .custom-3 .list ul li h5 {
    padding-right: 60px;
    position: relative;
    font-size: 30px;
    line-height: 1;
    
  }
  .custom-page .custom-3 .list ul li h5 span {
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    right: 15px;
    top: 10px;
    cursor: pointer;
  }
  .custom-page .custom-3 .list ul li h5 span:after,
  .custom-page .custom-3 .list ul li h5 span:before {
    content: '';
    width: 100%;
    height: 1px;
    background: black;
    position: absolute;
    top: 50%;
    left: 0;
  }
  .custom-page .custom-3 .list ul li h5 span:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .custom-page .custom-3 .list ul li .content {
    margin-top: 30px;
    font-size: 18px;
    color: #7a7a7a;
    line-height: 1.8;
  }
  .custom-page .custom-3 .list ul li .content table {
    border: none;
  }
  .custom-page .custom-3 .list ul li .content table tbody {
    table-layout: fixed;
  }
  .custom-page .custom-3 .list ul li .content table tbody td {
    border: none;
  }
  .custom-page .custom-3 .list ul li .content table tbody td:first-child {
    /*padding-right: 5%;*/
  }
  .custom-page .custom-3 .list ul li .content table tbody td:nth-child(2) {
    border-right: 1px solid #e5e5e5;
  }
  .custom-page .custom-3 .list ul li .content table tbody td:last-child {
    /*padding-left: 5%;*/
  }
  .custom-page .custom-3 .list ul li.active h5 span:after {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .prodet-page .custom-page .custom-3 {
    background: none;
    padding: 0 0 5rem;
  }
  .prodet-page .custom-page .custom-3 .list>ul>li {
    padding-left: 0;
  }
  .prodet-page .custom-page .custom-3 .list>ul>li i {
    display: none;
  }
  .custom-page .custom-3 .list ul li .content table tbody td {
      border: 1px solid #e5e5e5;
  }
  .join-us-page .join-us-2 {
    padding: 0px 0 80px;
  }
  .join-us-page .join-us-2 h3 {
    display: block;
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
  }
  .join-us-page .join-us-2 .text {
    display: block;
    font-size: 16px;
    color: #838383;
    font-weight: 300;
    line-height: 2;
    margin-top: 20px;
  }
  .join-us-page .join-us-2 .from {
    margin-top: 35px;
  }
  .join-us-page .join-us-2 .from ul {
    margin: -10px -45px;
  }
  .join-us-page .join-us-2 .from ul li {
    padding: 10px 45px;
  }
  .join-us-page .join-us-2 .from ul li label {
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 10px;
  }
  .join-us-page .join-us-2 .from ul li input,
  .join-us-page .join-us-2 .from ul li textarea {
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 13px 15px;
    font-size: 16px;
    border: 1px solid #dedede;
    color: black;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .join-us-page .join-us-2 .from ul li input:focus,
  .join-us-page .join-us-2 .from ul li textarea:focus {
    border-color: --custom-public-color;
  }
  .join-us-page .join-us-2 .from ul li textarea {
    height: 180px;
  }
  .join-us-page .join-us-2 .from ul li input[type="submit"] {
    margin-top: 30px;
    background: --custom-public-color;
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 5px;
    padding: 23px;
  }
  .join-us-page .join-us-2 .from ul li input[type="submit"]:hover {
    background: black;
  }
  .join-us-page .join-us-2 .from ul li.wid-100 {
    width: 100%;
  }
  .news-page {
    padding: 8rem 0;
  }
  .news-page .sidebar-box {
    -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;
  }
  .news-page .sidebar-box .sidebar-left {
    border-left: 1px solid #e7e7e7;
  }
  .news-page .sidebar-box .sidebar-left .inner {
    margin: 0 0 0 auto;
    padding-left: 0rem;
  }
  .news-page .sidebar-box .sidebar-right .news-list {
    padding-right: 8.5rem;
  }
  .news-page .sidebar-box .sidebar-right .news-list ul li {
    margin-bottom: 7.5rem;
  }
  .news-page .sidebar-box .sidebar-right .news-list ul li:last-child {
    margin-bottom: 0;
  }
  .news-page .sidebar-box .sidebar-right .news-list ul li .n-img {
    display: block;
    overflow: hidden;
    margin-bottom: 2.5rem;
  }
  .news-page .sidebar-box .sidebar-right .news-list ul li .n-img img {
    width: 100%;
  }
  .news-page .sidebar-box .sidebar-right .news-list ul li .content .category {
    padding: 0 5px;
    margin-left: 4px;
    margin-bottom: 15px;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    color: --custom-public-color;
    border: 1px solid --custom-public-color;
    -webkit-transform: skewX(-10deg) skewY(0);
    -moz-transform: skewX(-10deg) skewY(0);
    -ms-transform: skewX(-10deg) skewY(0);
    transform: skewX(-10deg) skewY(0);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
  }
  .news-page .sidebar-box .sidebar-right .news-list ul li .content .category:hover {
    background: --custom-public-color;
    color: #fff;
  }
  .news-page .sidebar-box .sidebar-right .news-list ul li .content .category span {
    display: inline-block;
    -webkit-transform: skewX(10deg) skewY(0);
    -moz-transform: skewX(10deg) skewY(0);
    -ms-transform: skewX(10deg) skewY(0);
    transform: skewX(10deg) skewY(0);
  }
  .news-page .sidebar-box .sidebar-right .news-list ul li .content h4 {
    font-size: 35px;
    line-height: 2;
    color: #000;
    margin-bottom: 1.5rem;
    
  }
  .news-page .sidebar-box .sidebar-right .news-list ul li .content h4:hover {
    color: --custom-public-color;
  }
  .news-page .sidebar-box .sidebar-right .news-list ul li .content .time {
    font-size: 14px;
    color: #aaa;
    font-family: 'Poppins-Bold';
    text-transform: uppercase;
    padding-top: 12px;
    margin-bottom: 2rem;
    position: relative;
  }
  .news-page .sidebar-box .sidebar-right .news-list ul li .content .time::after {
    position: absolute;
    content: "";
    width: 5rem;
    height: 1px;
    border-top: 1px solid #aaa;
    left: 0;
    top: 0;
  }
  .news-page .sidebar-box .sidebar-right .news-list ul li .content .time span {
    color: #000;
    margin-left: 1rem;
  }
  .news-page .sidebar-box .sidebar-right .news-list ul li .content p {
    font-size: 16px;
    line-height: 2;
    color: #555555;
    font-family: 'Poppins-Light';
  }
  .news-page .sidebar-box .sidebar-right .news-list ul li .content .link {
    margin-top: 3rem;
    position: relative;
    z-index: 2;
  }
  .news-page .sidebar-box .sidebar-right .news-list ul li .content .link::after {
    position: absolute;
    z-index: -1;
    content: "";
    width: 80%;
    height: 1px;
    border-top: 1px solid #e7e7e7;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .news-page .sidebar-box .sidebar-right .news-list ul li .content .link .more {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Poppins';
    font-weight: 600;
    background: #000;
    /*padding: 15px 3.5rem;*/
    position: relative;
    -webkit-transform: skewX(-10deg) skewY(0);
    -moz-transform: skewX(-10deg) skewY(0);
    -ms-transform: skewX(-10deg) skewY(0);
    transform: skewX(-10deg) skewY(0);
    margin-left: 5px;
  }
  .news-page .sidebar-box .sidebar-right .news-list ul li .content .link .more:hover::after {
    width: 100%;
  }
  .news-page .sidebar-box .sidebar-right .news-list ul li .content .link .more span {
    display: inline-block;
    position: relative;
    -webkit-transform: skewX(10deg) skewY(0);
    -moz-transform: skewX(10deg) skewY(0);
    -ms-transform: skewX(10deg) skewY(0);
    transform: skewX(10deg) skewY(0);
    z-index: 2;
  }
  .news-page .sidebar-box .sidebar-right .news-list ul li .content .link .more::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 100%;
    background: --custom-public-color;
    left: 0;
    top: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    z-index: 1;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content {
    padding-right: 8.5rem;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content .category {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content .category a {
    padding: 0 5px;
    margin-left: 4px;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    color: --custom-public-color;
    border: 1px solid --custom-public-color;
    -webkit-transform: skewX(-10deg) skewY(0);
    -moz-transform: skewX(-10deg) skewY(0);
    -ms-transform: skewX(-10deg) skewY(0);
    transform: skewX(-10deg) skewY(0);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content .category a:hover {
    background: --custom-public-color;
    color: #fff;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content .category a span {
    display: inline-block;
    -webkit-transform: skewX(10deg) skewY(0);
    -moz-transform: skewX(10deg) skewY(0);
    -ms-transform: skewX(10deg) skewY(0);
    transform: skewX(10deg) skewY(0);
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content .category .time {
    font-size: 14px;
    margin-left: 12px;
    color: #aaa;
    font-family: 'Poppins-Bold';
    text-transform: uppercase;
    position: relative;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content .category .time span {
    color: #000;
    margin-left: 1rem;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content h1.n-title {
    font-size: 3.5rem;
    line-height: 2;
    color: #000;
    margin-bottom: 3.5rem;
    padding-bottom: 2rem;
    
    border-bottom: 1px solid #e7e7e7;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content .content {
    font-size: 16px;
    font-family: 'Poppins';
    line-height: 2;
    color: #555;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content .content .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;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 14px;
    color: #555;
    font-family: 'Poppins-Light';
    margin-top: 5rem;
    padding-bottom: 4.5rem;
    border-bottom: 1px solid #e7e7e7;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content .content .icon a {
    font-size: 14px;
    color: #000;
    margin-left: 1.8rem;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content .content .icon a:hover {
    color: --custom-public-color;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content .m-link {
    border-bottom: 1px solid #e7e7e7;
    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;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a {
    width: 50%;
    padding: 3.5rem 0;
    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;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a .r-img {
    margin-right: 2rem;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a .r-img img {
    display: block;
    width: 110px;
    min-width: 110px;
    height: 110px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a .r-text p {
    color: #000;
    font-size: 16px;
    line-height: 2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: .8rem;
    max-width: 255px;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a .r-text p:hover {
    color: --custom-public-color;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a .r-text span {
    color: #aaa;
    display: block;
    font-size: 14px;
    font-family: 'Poppins-Light';
    line-height: 1;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a.left {
    padding-right: 3rem;
    border-right: 1px solid #e7e7e7;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a.right {
    padding-left: 3rem;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content .n-form {
    margin-top: 6rem;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content .n-form .text h3 {
    font-size: 30px;
    line-height: 1;
    color: #000;
    text-transform: uppercase;
    
    margin-bottom: 3rem;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content .n-form .text p {
    font-size: 14px;
    line-height: 2;
    color: #555;
    font-family: 'Poppins-Light';
    margin-bottom: 3rem;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content .n-form .text p span {
    color: --custom-public-color;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form span.span {
    font-size: 14px;
    display: inline-block;
    color: #555;
    font-family: 'Poppins-Light';
    margin-bottom: 2.5rem;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form textarea,
  .newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form input[type="text"] {
    width: 30%;
    height: 54px;
    border: 1px solid #e7e7e7;
    padding: 0 2rem;
    color: #555555;
    font-size: 14px;
    font-family: 'Poppins-Light';
    margin-bottom: 3rem;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form textarea {
    width: 100%;
    height: 200px;
    padding: 2rem;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form .n-input {
    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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form p {
    font-size: 14px;
    line-height: 2;
    color: #555;
    font-family: 'Poppins-Light';
    margin-bottom: 4.5rem;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form button {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Poppins-Bold';
    background: #000;
    padding: 15px 3.5rem;
    position: relative;
    -webkit-transform: skewX(-10deg) skewY(0);
    -moz-transform: skewX(-10deg) skewY(0);
    -ms-transform: skewX(-10deg) skewY(0);
    transform: skewX(-10deg) skewY(0);
    margin-left: 5px;
    border: none;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form button:hover::after {
    width: 100%;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form button span {
    display: inline-block;
    position: relative;
    -webkit-transform: skewX(10deg) skewY(0);
    -moz-transform: skewX(10deg) skewY(0);
    -ms-transform: skewX(10deg) skewY(0);
    transform: skewX(10deg) skewY(0);
    z-index: 2;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form button::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 100%;
    background: --custom-public-color;
    left: 0;
    top: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    z-index: 1;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content .content p img {
      padding: 15px;
      width: 50%;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content .content p {
      padding: 10px 0;
  }
  
  .newdet-page .sidebar-box .sidebar-right .newdet-content .content .top-news {
      padding-bottom: 30px;
  }
  @media screen and (max-width: 1550px) {
    .rd-page .rd-4 .box,
    .about-page .about-2 .bottom,
    .about-page .about-3 .box {
      padding: 0 15px;
    }
    .inner-banner {
      height: 400px;
      line-height: 400px;
    }
    .inner-banner .box h2 {
      font-size: 44px;
    }
    .inner-banner .box .text {
      font-size: 16px;
      margin: 15px auto;
    }
    .inner-banner .box .mbx {
      font-size: 16px;
    }
    .news-page .sidebar-box .sidebar-right .news-list {
      padding-right: 3.5rem;
    }
    .about-page .about-1,
    .factory-page .factory-1,
    .download-page .download-1,
    .download-page .download-3,
    .rd-page .rd-1,
    .rd-page .rd-4,
    .contact-page .contact-1,{
      padding: 70px 0;
    }
    .inner-page span.tag {
      font-size: 16px;
    }
    .about-page .about-1 .box .right h2.title {
      font-size: 26px;
    }
    .about-page .about-1 .box .left .img {
      height: 600px;
    }
    .about-page .about-1 .list ul li .box2 .icon h6 {
      font-size: 20px;
      margin-top: 10px;
    }
    .about-page .about-1 .list ul li .box2 .icon i img {
      max-height: 44px;
    }
    .inner-page h2.title {
      font-size: 34px;
    }
    .about-page .about-2 .top {
      padding: 60px 0;
    }
    .about-page .about-2 .bottom .list ul li .box p {
      font-size: 14px;
    }
    .about-page .about-2 .bottom .list ul li .box h6 {
      font-size: 20px;
      margin: 10px 0;
    }
    .about-page .about-2 .bottom .list ul li .box i img {
      max-height: 54px;
    }
    .about-page .about-2 .bottom .list ul li .box {
      padding: 20px;
    }
    .about-page .about-3 {
      padding-top: 100px;
    }
    .about-page .about-3 .box .right {
      padding-right: 0;
      margin-top: 0;
    }
    .about-page .about-3 .box .right .list ul li {
      margin-bottom: 25px;
    }
    .about-page .about-4 {
      padding: 60px 0;
    }
    .inner-page a.more {
      line-height: 54px;
      height: 50px;
      font-size: 16px;
    }
    .inner-page .m-page {
      margin-top: 50px;
    }
    .inner-page .m-page a,
    .inner-page .m-page span {
      width: 40px;
      height: 40px;
      line-height: 46px;
      font-size: 20px;
    }
    .app-page .app-1 .boxList ul li .box .more2 {
      width: 60px;
      height: 60px;
      padding: 10px;
    }
    .app-page .app-1 .boxList ul li .box .more2 i {
      line-height: 44px;
    }
    .app-page .app-1 .boxList ul li .box .content h6 {
      font-size: 22px;
    }
    .app-page .app-1 .boxList ul li .box {
      height: 540px;
    }
    .appdet-page .appdet-1 .text strong {
      font-size: 20px;
    }
    .appdet-page .appdet-1 h2.title,
    .appdet-page .appdet-1 .link {
      margin-top: 20px;
    }
    .download-page .download-2 .right,
    .rd-page .rd-2 .left {
      padding: 0 5%;
    }
    .download-page .download-2 .right .text {
      margin: 30px 0;
    }
    .download-page .download-2 .left .img i {
      width: 70px;
    }
    .download-page .download-2 .left .img,
    .rd-page .rd-2 .right .img {
      height: 500px;
    }
    .download-page .download-3 .list {
      margin: 40px 0;
    }
    .download-page .download-3 .list ul li a.play h6 {
      line-height: 40px;
      height: 40px;
      font-size: 18px;
    }
    .rd-page .rd-1 .text {
      margin: 30px auto 50px;
    }
    .rd-page .rd-1 .list ul li h6 {
      font-size: 20px;
      margin: 15px 0 10px;
    }
    .rd-page .rd-1 .list ul li p {
      font-size: 14px;
    }
    .rd-page .rd-3 {
      padding: 90px 0;
    }
    .rd-page .rd-3 .slide .right .box i {
      width: 70px;
      height: 70px;
      line-height: 70px;
    }
    .rd-page .rd-3 .slide .right .box i img {
      max-width: 40px;
    }
    .rd-page .rd-3 .slide .right .box h2.title {
      padding-left: 70px;
      margin: 15px 0;
    }
    .rd-page .rd-3 .slide {
      margin-bottom: 40px;
    }
    .newdet-page .sidebar-box .sidebar-right .newdet-content {
      padding-right: 3.5rem;
    }
  }
  @media screen and (max-width: 1400px) {
    .inner-page .sidebar-box .sidebar-left{
      padding-right: 3rem;
    }
    .news-page .sidebar-box .sidebar-left{
      padding-left: 3rem;
    }
  }
  @media screen and (max-width: 1230px) {
    .ui.container {
      width: 970px;
    }
    .inner-banner {
      margin-top: 40px;
    }
    .inner-banner {
      height: 300px;
      line-height: 300px;
    }
    .inner-banner .box h2 {
      font-size: 36px;
    }
    .inner-page .text {
      font-size: 14px;
    }
    .inner-page a.more {
      height: 40px;
      line-height: 44px;
      padding: 0 20px;
    }
    .custom-page .custom-3 .list ul li .content{
      font-size: 15px;
    }
    .contact-page .contact-1 .left .text {
      max-width: 70%;
    }
    .contact-page .contact-1 .left .form ul li input,
    .contact-page .contact-1 .left .form ul li textarea {
      padding: 12px 20px;
      font-size: 14px;
    }
    .contact-page .contact-1 .left .form ul li {
      padding: 8px;
    }
    .contact-page .contact-1 .left .form ul {
      margin: -8px;
    }
    .contact-page .contact-1 .left .form ul li button {
      line-height: 54px;
      height: 50px;
      padding: 0 30px;
      font-size: 20px;
    }
    .contact-page .contact-1 .left .form ul li button img {
      margin-left: 15px;
    }
    .contact-page .contact-1 .left .form {
      margin-top: 30px;
    }
    .contact-page .contact-1 .right .box2 {
      padding: 30px 5%;
    }
    .contact-page .contact-1 .right .box2 .info ul li {
      margin-bottom: 40px;
    }
    .contact-page .contact-1 .right .box2 .info ul li h6 {
      font-size: 18px;
    }
    .contact-page .contact-1 .right .box2 .info ul li p {
      font-size: 14px;
    }
    .download-page .download-2 .right,
    .rd-page .rd-2 .left {
      padding: 0 2%;
    }
    .rd-page .rd-1 .text {
      margin: 15px auto 25px;
    }
    .rd-page .rd-1 .list ul li span {
      width: 80px;
      height: 80px;
    }
    .rd-page .rd-1 .list ul li span i img {
      max-width: 45px;
      max-height: 30px;
    }
    .inner-page h2.title {
      font-size: 28px;
    }
    .rd-page .rd-2 .left .text {
      margin-top: 20px;
    }
    .rd-page .rd-3 {
      padding: 60px 0;
    }
    .rd-page .rd-3 .slide .left .img {
      height: 300px;
    }
    .download-page .download-2 .left .img,
    .rd-page .rd-2 .right .img {
      height: 400px;
    }
    .download-page .download-2 .left .img i {
      right: 50%;
    }
    .download-page .download-3 .list ul li a.play i {
      width: 50px;
    }
    .download-page .download-3 .list ul li a.play {
      height: 300px;
    }
    .download-page .download-3 a.more,
    .app-page .app-1 a.more {
      padding: 0 35px;
    }
    .app-page .app-1 .navList {
      display: none;
    }
    .app-page .app-1 .boxList {
      margin-top: 40px;
    }
    .app-page .app-1 .boxList ul li .box {
      height: 480px;
    }
    .app-page .app-1 {
      padding: 60px 0;
    }
    .about-page .about-1 .box .right .text p {
      padding-top: 15px;
    }
    .about-page .about-2 .bottom .list ul li {
      padding: 10px;
    }
    .about-page .about-2 .bottom .list ul {
      margin: -10px;
    }
    .about-page .about-3 .box .right .text {
      margin: 20px 0;
    }
    .about-page .about-4 .list {
      margin: 25px 0;
    }
    .inner-page .sidebar-box .sidebar-left{
      display: none;
    }
    .inner-page .sidebar-box .sidebar-right{
      width: 100%;
    }
  }
  @media screen and (max-width: 1000px) {
    .prodet-page .prodet-1 .left{
      width: 100%;
      padding-right: 0;
    }
    .prodet-page .prodet-1 .right{
      width: 100%;
      margin-top: 24px;
    }
  
    .prodet-page .prodet-1 .right h1{
      font-size: 24px;
    }
  
    .ui.container {
      width: 700px;
    }
    .about-page .about-1 .box .right {
      width: 100%;
      padding-left: 0;
      padding-top: 30px;
    }
    .about-page .about-1 .box .left {
      width: 100%;
      padding-right: 0;
    }
    .about-page .about-1 .box .left .img {
      height: 240px;
    }
    .about-page .about-1 .box .left .img .play {
      width: 100px;
      height: 100px;
      right: 0;
      line-height: 80px;
      bottom: 0;
    }
    .about-page .about-2 .bottom .list ul li {
      width: 50%;
    }
    .about-page .about-3 .box .left,
    .download-page .download-1 .left {
      width: 100%;
      padding-right: 0;
    }
    .about-page .about-3 .box .right,
    .download-page .download-1 .right {
      width: 100%;
      margin-top: 30px;
      padding-left: 0;
    }
    .newdet-page .sidebar-box .sidebar-right .newdet-content h4.n-title{
      font-size: 24px;
    }
    .inner-page .m-page a,
    .inner-page .m-page span {
      font-size: 16px;
      height: 30px;
      width: 30px;
      line-height: 34px;
    }
    .inner-page .sidebar-box .sidebar-right {
      width: 100%;
    }
    .app-page .app-1 .boxList ul li .box {
      height: 360px;
    }
    .app-page .app-1 .boxList ul li .box .more2 {
      display: none;
    }
    .app-page .app-1 .boxList ul li {
      padding: 10px;
    }
    .app-page .app-1 .boxList ul {
      margin: -10px;
    }
    .download-page .download-2 .right,
    .rd-page .rd-2 .left {
      width: 100%;
      padding: 15px;
    }
    .download-page .download-2 .left,
    .rd-page .rd-2 .right {
      width: 100%;
    }
    .download-page .download-2 .left .img,
    .rd-page .rd-2 .right .img {
      height: 240px;
    }
    .download-page .download-2,
    .rd-page .rd-2 {
      padding: 15px;
    }
    .download-page .download-3 .list ul li a.play {
      height: 220px;
    }
    .rd-page .rd-1 .list ul li {
      width: 100%;
      padding: 10px;
    }
    .rd-page .rd-1 .list ul {
      margin: -10px;
    }
    .rd-page .rd-3 .slide .right .box .text {
      margin-top: 15px;
    }
    .rd-page .rd-3 .slide .right .box h2.title {
      margin: 5px 0;
    }
    .rd-page .rd-4 .box .list ul li {
      padding: 5px;
    }
    .rd-page .rd-4 .box .list ul {
      margin: -5px;
    }
    .contact-page .contact-1 .left {
      width: 100%;
      padding-right: 0;
    }
    .contact-page .contact-1 .right {
      width: 100%;
      padding-left: 0;
      margin-top: 30px;
    }
    .contact-page .contact-1 .right .box2 .info ul li {
      margin-bottom: 15px;
    }
    .contact-page .contact-1 .right .box2 .info:before {
      margin-bottom: 20px;
    }
    .contact-page .contact-1 .right .box2 .text {
      margin: 10px 0 20px;
    }
    .contact-page .contact-1 .left .form ul li input,
    .contact-page .contact-1 .left .form ul li textarea {
      padding: 10px 15px;
    }
    .contact-page .contact-1 .left .form ul li textarea {
      height: 140px;
    }
    .about-page .about-3 .box .left {
      padding-left: 0;
    }
    .product-page .product-list ul li {
      width: 50%;
    }
    .join-us-page .join-us-2 h3{
        font-size: 24px;
    }
    .news-page .sidebar-box .sidebar-left{
      display: none;
    }
    .news-page .sidebar-box .sidebar-right .news-list {
      padding-right: 0rem;
    }
    .news-page .sidebar-box .sidebar-right .news-list ul li .content h4{
      font-size: 24px;
    }
  }
  @media screen and (max-width: 700px) {
    .ui.container {
      width: 100%;
    }
    .inner-banner {
      height: auto;
      line-height: 2;
      padding: 30px 0;
    }
    .inner-banner .box h2 {
      font-size: 18px;
    }
    .inner-banner .box .text {
      font-size: 14px;
      margin: 10px auto;
    }
    .inner-banner .box .mbx {
      font-size: 14px;
    }
    .inner-page h2.title {
      font-size: 24px;
    }
    .about-page .about-1,
    .factory-page .factory-1,
    .download-page .download-1,
    .download-page .download-3,
    .rd-page .rd-1,
    .rd-page .rd-4,
    .contact-page .contact-1,
    .appdet-page .appdet-1 {
      padding: 50px 0;
    }
    .rd-page .rd-3 .slide .right {
      width: 100%;
      padding-left: 0;
      left: 0 !important;
      margin-top: 20px;
    }
    .rd-page .rd-3 .slide .left {
      width: 100%;
      left: 0 !important;
    }
    .rd-page .rd-3 .slide .right .box i {
      display: none;
    }
    .rd-page .rd-3 .slide .right .box h2.title {
      padding-left: 0;
      margin: 0;
    }
    .rd-page .rd-3 .slide .left .img:after {
      display: none;
    }
    .rd-page .rd-3 .slide .left .img {
      height: 200px;
    }
    .rd-page .rd-4 .box .list {
      margin-top: 30px;
    }
    .download-page .download-3 .list ul li a.play h6 {
      font-size: 16px;
    }
    .download-page .download-2 .right .text {
      margin: 15px 0;
    }
    .app-page .app-1 a.more {
      margin-top: 50px;
    }
    .app-page .app-1 .boxList ul li {
      width: 100%;
    }
    .app-page .app-1 .boxList ul li .box {
      height: 300px;
    }
    .app-page .app-1 .boxList ul li .box .content {
      padding: 0 5%;
      padding-top: 5%;
    }
    .about-page .about-1 .list ul li {
      width: 100%;
    }
    .about-page .about-1 .list ul li .box2 {
      height: 230px;
    }
    .about-page .about-1 .list {
      margin-top: 40px;
    }
    .about-page .about-2 .top {
      padding: 40px 15px;
    }
    .newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a{
      width: 100%;
    }
    .newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a.left{
      border-right: 0px solid #e7e7e7;
      border-bottom: 1px solid #e7e7e7;
    }
    .newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a.right{
      padding-left: 0;
    }
  }
  @media screen and (max-width: 500px) {
    .about-page .about-1 .box .left .img {
      height: 200px;
    }
    .about-page .about-1 .box .right h2.title {
      font-size: 24px;
    }
    .about-page .about-2 .bottom .list ul li {
      width: 100%;
    }
    .about-page .about-3 {
      padding-top: 60px;
    }
    .inner-page a.more img {
      margin-left: 10px;
    }
    .inner-page a.more {
      font-size: 14px;
    }
    .contact-page .contact-1 .right .box2 h3.title {
      font-size: 22px;
    }
    .contact-page .contact-1 .right .box2 .info ul li {
      padding-left: 50px;
    }
    .contact-page .contact-1 .right .box2 .info ul li h6 {
      font-size: 16px;
      margin-bottom: 5px;
    }
    .product-page .product-list ul li {
      width: 100%;
    }
    .join-us-page .join-us-2 .from ul li input[type=submit]{
        font-size: 20px;    padding: 10px;
    }
    .join-us-page .join-us-2 .from ul li label{
      font-size: 15px;
    }
    .join-us-page .join-us-2 h3 {
        font-size: 18px;
        line-height: 1.8;
    }
  }
  
  
  
  .video-page .warp{
    margin: -15px;
    margin-bottom: 80px;
  }
  .video-page .warp .item{
    padding: 15px;
  }
  
  
  
  
  @media screen and (max-width: 1000px) {
    .prodet-page.product-page .prodet-3 .product-list ul li{
      width: 50%;
    }
    .shijinghide {
      display: none !important;
    }
  }
  
  @media screen and (max-width: 500px) {
    .prodet-page.product-page .prodet-3 .product-list ul li{
      width: 100%;
    }
  }
  
  
  
  
  
  
  
  
  
  
  .basePlay {
    width: 90px;
    height: 90px;
    line-height: 90px;
    border-radius: 100%;
    text-align: center;
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.54);
    cursor: pointer;
    cursor: hand;
  }
  .basePlay i {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    left: 3px;
    font-size: 24px;
  }
  .basePlay:after,
  .basePlay:before {
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    background: rgba(255, 255, 255, 0.35);
    -webkit-animation: ks 2s linear infinite;
    -o-animation: ks 2s linear infinite;
    -ms-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite;
    z-index: -1;
  }
  .basePlay:after {
    -webkit-animation-delay: .5s;
    -o-animation-delay: .5s;
    -ms-animation-delay: .5s;
    -moz-animation-delay: .5s;
    animation-delay: .5s;
  }
  
  @-webkit-keyframes ks {
    from {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      opacity: 0;
    }
    10% {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }
    80% {
      -webkit-transform: scale(1.5);
      -moz-transform: scale(1.5);
      -ms-transform: scale(1.5);
      -o-transform: scale(1.5);
      transform: scale(1.5);
      opacity: .3;
    }
    to {
      -webkit-transform: scale(1.5);
      -moz-transform: scale(1.5);
      -ms-transform: scale(1.5);
      -o-transform: scale(1.5);
      transform: scale(1.5);
      opacity: 0;
    }
  }
  @-o-keyframes ks {
    from {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      opacity: 0;
    }
    10% {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }
    80% {
      -webkit-transform: scale(1.5);
      -moz-transform: scale(1.5);
      -ms-transform: scale(1.5);
      -o-transform: scale(1.5);
      transform: scale(1.5);
      opacity: .3;
    }
    to {
      -webkit-transform: scale(1.5);
      -moz-transform: scale(1.5);
      -ms-transform: scale(1.5);
      -o-transform: scale(1.5);
      transform: scale(1.5);
      opacity: 0;
    }
  }
  @-moz-keyframes ks {
    from {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      opacity: 0;
    }
    10% {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }
    80% {
      -webkit-transform: scale(1.5);
      -moz-transform: scale(1.5);
      -ms-transform: scale(1.5);
      -o-transform: scale(1.5);
      transform: scale(1.5);
      opacity: .3;
    }
    to {
      -webkit-transform: scale(1.5);
      -moz-transform: scale(1.5);
      -ms-transform: scale(1.5);
      -o-transform: scale(1.5);
      transform: scale(1.5);
      opacity: 0;
    }
  }
  @keyframes ks {
    from {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      opacity: 0;
    }
    10% {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }
    80% {
      -webkit-transform: scale(1.5);
      -moz-transform: scale(1.5);
      -ms-transform: scale(1.5);
      -o-transform: scale(1.5);
      transform: scale(1.5);
      opacity: .3;
    }
    to {
      -webkit-transform: scale(1.5);
      -moz-transform: scale(1.5);
      -ms-transform: scale(1.5);
      -o-transform: scale(1.5);
      transform: scale(1.5);
      opacity: 0;
    }
  }
  