

@font-face {
  font-family: 'Poppins-Medium';
  src: url(../fonts/index/Poppins-Medium.ttf) format('truetype');
}
@media screen and (max-width: 1000px){
  #home_news .container .c_cont .swiper-container .swiper-wrapper .swiper-slide .title {
    height: 60px !important;
  }
  .lblhide {
    display: none;
  }
  #footer > .bottom div {
    text-align: center;
  }
  .news-page .news-list ul li .box .content h3 {
    line-height: 2 !important;
  }
  .inner-page h3.title {
    line-height: 2 !important;
  }
  .inner-page p, .inner-page {
    font-size: 14px !important;
    line-height: 2 !important;
  }
  #home_product_des .container .c_cont .swiper-container .swiper-wrapper .swiper-slide .text {
    white-space: normal !important;
  }
}
@font-face {
  font-family: 'Poppins-Regular';
  src: url(../fonts/index/Poppins-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'impact';
  src: url(../fonts/index/impact.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter-regular';
  src: url(../fonts/index/Inter-VariableFont_slnt\,wght.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter-ExtraBold';
  src: url(../fonts/index/Inter-ExtraBold.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter-Light';
  src: url(../fonts/index/Inter-Light.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url(../fonts/index/Montserrat-SemiBold.ttf) format('truetype');
}
@font-face {
  font-family: 'PlayfairDisplay-SemiBold';
  src: url(../fonts/index/PlayfairDisplay-SemiBold.ttf) format('truetype');
}
@font-face {
  font-family: 'PlayfairDisplay-Medium';
  src: url(../fonts/index/PlayfairDisplay-Medium.ttf) format('truetype');
}
@font-face {
  font-family: 'PlayfairDisplay-Regular';
  src: url(../fonts/index/PlayfairDisplay-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Assistant-Light';
  src: url(../fonts/index/Assistant-Light.ttf) format('truetype');
}
@keyframes ani_rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(270deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
.ani_rotate {
  animation: ani_rotate 3s linear infinite;
}
@keyframes ani_scale {
  0% {
    -webkit-transform: rotate(0);
  }
 
  100% {
    -webkit-transform: rotate(360deg);
  }
}
.ani_scale {
  animation: ani_scale 10s linear infinite;
}
@keyframes ani_scale_mouse {
  0% {
    -webkit-transform: scale(0.9);
  }
  25% {
    -webkit-transform: scale(0.95);
  }
  50% {
    -webkit-transform: scale(1);
  }
  75% {
    -webkit-transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(0.9);
  }
}
.ani_scale_mouse {
  animation: ani_scale_mouse 3s linear infinite;
}
@keyframes ani_jt {
  0% {
    -webkit-transform: scale(1) translateX(0px);
    opacity: 0.5;
  }
  25% {
    -webkit-transform: scale(0.95) translateX(5px);
    opacity: 0.8;
  }
  50% {
    -webkit-transform: scale(0.9) translateX(10px);
    opacity: 1;
  }
  75% {
    -webkit-transform: scale(0.85) translateX(15px);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(0.8) translateX(20px);
    opacity: 0.5;
  }
}
.ani_jt {
  animation: ani_jt 1s linear infinite;
}


.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
.search-box form input {
  background: none;
  outline: none;
  border: none;
}
.search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
.search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
.search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
body {
  font-family: "Poppins-Medium";
  max-width: 1920px;
  margin: 0 auto;
  background: #303030;
}
html {
  overflow: hidden !important;
}
a,
img {
  display: block;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}
table tr:nth-child(even) {
  background: #eee;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  display: block;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#mobile .mobile-logo {
  display: none;
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -moz-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  display: none;
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #eb623a;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #eb623a;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  -o-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.right_next {
  color: #d1d1d1;
  font-size: 30px;
}
.sub_text {
  position: absolute;
  bottom: -50px;
  z-index: 0;
  right: 1vw;
  color: #373737;
  -webkit-text-stroke: 3px #4b4b4b;
  font-size: 140px;
  line-height: 1;
}
#menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 10vw;
}
#menu #header {
  position: relative;
  height: 100%;
  width: 10vw;
  padding: 25px 0;
  background-color: #303030;
}
#menu #header > .year {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80%;
}
#menu #header .nav {
  height: 100%;
}
#menu #header .nav .container {
  height: 100%;
  position: relative;
  overflow: hidden;
}
#menu #header .nav .container .logo {
  margin: auto;
  width: 90%;
}
#menu #header .nav .container > .item {
  width: 80%;
  margin-top: 70px;
  border-right: 2px solid #575757;
  height: 100%;
}
#menu #header .nav .container > .item .menu > li {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#menu #header .nav .container > .item .menu > li:hover {
  background-color: #3c3c3c;
}
#menu #header .nav .container > .item .menu > li:hover a {
  color: #fff;
}
#menu #header .nav .container > .item .menu > li a {
  font-family: 'Inter-regular';
  color: #8e8e8e;
  text-align: center;
  padding: 20px 0;
  font-size: 20px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#menu #header .nav .container > .item .menu > .active {
  background-color: #3c3c3c;
}
#menu #header .nav .container > .item .menu > .active a {
  color: #fff;
}
#fullpage {
  width: 90vw;
  left: 10vw;
}
#fullpage #home {
  position: relative;
}
#fullpage #home .home_h_top{
  position: absolute;
  right: 20px;
  top: 20px;
  display: flex;
  align-items: center;
  justify-content: right;
  z-index: 3;
}
.home_h_top .search{
  cursor: pointer;
}
#fullpage #home .home_h_top>i{
  color: #fff;
  font-size: 20px;
}
#fullpage #home .home_h_top .subline{
  height: 20px;
  width: 1px;
  background: #fff;
  margin: 0 20px;
}
#fullpage #home .home_h_top .lang_cont{
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  position: relative;
}
#fullpage #home .home_h_top .lang_cont>div{
  margin: 0 10px;
}

#fullpage #home .home_h_top .lang_cont ul{
    text-align: center;
    width: 100px;
    background-color: #000;
    -webkit-perspective: 500px;
    perspective: 500px;
    transform-style: preserve-3d;
    position: absolute;
    font-size: 15px;
    top: 100%;
    left: -10px;
    transform: rotate3d(1, 0, 0, -90deg);
    -webkit-transform: rotate3d(1, 0, 0, -90deg);
    -moz-transform: rotate3d(1, 0, 0, -90deg);
    -ms-transform: rotate3d(1, 0, 0, -90deg);
    -o-transform: rotate3d(1, 0, 0, -90deg);
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    opacity: 0;
    transition: all 0.5s;
}
#fullpage #home .home_h_top .lang_cont ul li a{
  padding: 5px 0;
}
#fullpage #home .home_h_top .lang_cont ul li a:hover{
  background: #03adeb;
}
#fullpage #home .home_h_top .lang_cont:hover ul{
    opacity: 1;
    transform: rotate3d(0, 0, 0, -90deg);
}
#fullpage #home .friend_link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  margin-left: 20px;
}
#fullpage #home .friend_link a {
  color: #d0cdcc;
  font-size: 20px;
  margin-left: 20px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#fullpage #home .friend_link a:hover {
  color: #0d87dd;
}
#fullpage #home .bg {
  height: 100%;
  width: auto;
  max-width: inherit;
  background: url('../images/index/index_1.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
#fullpage #home .cont {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#fullpage #home .cont .cont_2 {
  margin-left: 20vw;
  position: relative;
}
#fullpage #home .cont .cont_2 img {
  width: 550px;
}
#fullpage #home .cont .cont_2 .cont_text {
  width: 640px;
  position: absolute;
  left: 200px;
  color: #fff;
  top: 100px;
}
#fullpage #home .cont .cont_2 .cont_text .title_1 {
  font-family: 'Montserrat-SemiBold';
  font-size: 20px;
}
#fullpage #home .cont .cont_2 .cont_text .title_2 {
  margin: 20px 0;
  font-size: 60px;
  font-family: 'Inter-ExtraBold';
  line-height: 1.2;
}
#fullpage #home .cont .cont_2 .cont_text .title_2 span {
  color: #03adeb;
}
#fullpage #home .cont .cont_2 .cont_text .more {
  background: #25a2cf;
  width: 150px;
  height: 50px;
  font-size: 20px;
  font-family: 'Poppins-Regular';
  line-height: 50px;
  text-align: center;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#fullpage #home .cont .cont_2 .cont_text .more:hover {
  border-radius: 20px;
  color: #25a2cf;
  background: #fff;
}
#fullpage #home .play_btn {
  width: 70px;
  height: 70px;
  position: absolute;
  bottom: 50px;
  left: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-radius: 50%;
  overflow: hidden;
  padding: 3px;
}
#fullpage #home .play_btn::before {
  content: '';
  position: absolute;
  background: rgba(255, 255, 255, 0.377);
  border-radius: 50%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  -ms-transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#fullpage #home .play_btn:hover::before {
  transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
}
#fullpage #home .play_btn img {
  position: absolute;
  top: 2%;
  left: 2%;
  width: 96%;
  height: 96%;
}
#fullpage #home .play_btn div {
  color: #fff;
  font-size: 60px;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
#fullpage #home .mouse {
  cursor: pointer;
  position: absolute;
  right: 30px;
  bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#fullpage #home .mouse img {
  width: 30px;
}
#fullpage #home .mouse div {
  color: #cecdcf;
  font-size: 30px;
  margin-left: 20px;
}
#fullpage #home_about_us .container {
  background: #373737;
  height: 100%;
  padding: 50px;
  padding-right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#fullpage #home_about_us .container .left {
  width: 45%;
}
#fullpage #home_about_us .container .middle {
  height: 100%;
  width: 50%;
  position: relative;
}
#fullpage #home_about_us .container .middle .sub_text {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #373737;
  -webkit-text-stroke: #4b4b4b 3px;
  font-size: 150px;
  line-height: 1;
}
#fullpage #home_about_us .container .middle .cont_1 {
  position: absolute;
  left: -90px;
  top: 40px;
}
#fullpage #home_about_us .container .middle .cont_1 img {
  position: relative;
  width: 100%;
}
#fullpage #home_about_us .container .middle .cont_1 img:first-child {
  width: 12vw;
  margin-left: 15vw;
  z-index: 2;
}
#fullpage #home_about_us .container .middle .cont_1 img:last-child {
  position: absolute;
  width: 20vw;
  max-width: inherit;
  bottom: -13vw;
}
#fullpage #home_about_us .container .middle .cont_1_2 {
  width: 430px;
  font-family: 'Poppins-Regular';
  position: absolute;
  bottom: 50px;
  right: 50px;
}
#fullpage #home_about_us .container .middle .cont_1_2 .about_img {
  display: none;
}
#fullpage #home_about_us .container .middle .cont_1_2 .sub_title {
  display: flex;
  align-items: center;
}
#fullpage #home_about_us .container .middle .cont_1_2 .sub_title span:first-child {
  width: 120px;
  height: 2px;
  background: #03adeb;
}
#fullpage #home_about_us .container .middle .cont_1_2 .sub_title span:last-child {
  color: #03adeb;
  font-size: 24px;
  margin-left: 15px;
}
#fullpage #home_about_us .container .middle .text {
  color: #fff;
  font-size: 30px;
  line-height: 2;
  margin: 10px 0;
}
#fullpage #home_about_us .container .middle .des {
  color: #999999;
  font-size: 18px;
  line-height: 2;
}
#fullpage #home_about_us .container .middle .des h1 {
  display: inline;
}
#fullpage #home_about_us .container .middle .more {
  background: #03adeb;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 20px;
  margin-top: 30px;
  font-size: 18px;
  position: relative;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  overflow: hidden;
}
#fullpage #home_about_us .container .middle .more span {
  position: relative;
  z-index: 2;
}
#fullpage #home_about_us .container .middle .more::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: scale(0);
  -ms-transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-radius: 20px;
}
#fullpage #home_about_us .container .middle .more:hover {
  color: #03adeb;
}
#fullpage #home_about_us .container .middle .more:hover::before {
  transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
}
#fullpage #home_about_us .container .right {
  width: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-left: #5a5a5a solid 2px;
}
#fullpage #home_product {
  background: #373737;
  height: 100%;
}
#fullpage #home_product .fp-tableCell {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 50px 0;
}
#fullpage #home_product .container {
  width: 95%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#fullpage #home_product .container .c_cont {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#fullpage #home_product .container .c_cont .swiper-container {
  height: 100%;
  width: 75%;
}
#fullpage #home_product .container .c_cont .swiper-container .swiper-wrapper {
  height: 100%;
}
#fullpage #home_product .container .c_cont .swiper-container .swiper-slide {
  padding: 40px;
  height: 100%;
  position: relative;
}
#fullpage #home_product .container .c_cont .swiper-container .swiper-slide a {
  color: #888888;
  font-size: 18px;
  line-height: 2;
  font-family: 'Poppins-Medium';
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#fullpage #home_product .container .c_cont .swiper-container .swiper-slide a:hover {
  color: #03adeb;
}
#fullpage #home_product .container .c_cont .swiper-container .swiper-slide .title {
  color: #fff;
  font-family: 'PlayfairDisplay-SemiBold';
}
#fullpage #home_product .container .c_cont .swiper-container .swiper-slide .des {
  margin-top: 50px;
}
#fullpage #home_product .container .c_cont .swiper-container .swiper-slide .img {
  width: 70%;
  position: absolute;
  bottom: 0;
  left: 15%;
  overflow: hidden;
}
#fullpage #home_product .container .c_cont .swiper-container .swiper-slide .img img {
  width: 100%;
}
#fullpage #home_product .container .c_cont .swiper-container .swiper-slide .img:hover img {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
}
#fullpage #home_product .container .c_cont .swiper-container .swiper-slide .img img {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#fullpage #home_product .container .c_cont .swiper-container .swiper-slide-next {
  border-left: 2px #575757 solid;
  border-right: 2px #575757 solid;
}
#fullpage #home_product .container .c_cont .product_nav {
  border-left: 2px #575757 solid;
  height: 100%;
  width: 25%;
  padding: 40px;
  z-index: 1;
}
#fullpage #home_product .container .c_cont .product_nav > div {
  color: #fff;
  font-family: 'PlayfairDisplay-Medium';
  font-size: 20px;
}
#fullpage #home_product .container .c_cont .product_nav ul {
  margin-top: 20px;
}
#fullpage #home_product .container .c_cont .product_nav ul li a {
  color: #999;
  font-family: 'PlayfairDisplay-Medium';
  font-size: 18px;
  padding: 15px 0;
  border-bottom: #999999 solid 1px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#fullpage #home_product .container .c_cont .product_nav ul li a:hover {
  color: #03adeb;
}
#fullpage #home_product .container .c_cont .product_nav ul li:last-child a {
  border: none;
}
#fullpage #home_product .right {
  border-left: #5a5a5a solid 2px;
  width: 5%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#home_news {
  background: #373737;
}
#home_news .fp-tableCell {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 70px 0;
}
#home_news .container {
  height: 100%;
  width: 95%;
  padding: 100px;
}
#home_news .container .c_cont {
  width: 100%;
}
#home_news .container .c_cont .sub_text {
  top: 100px;
  right: 100px;
  font-size: 210px;
}
#home_news .container .c_cont > .title {
  z-index: 2;
  color: #0d87dd;
  font-size: 18px;
  font-family: 'Poppins-Regular';
  text-align: center;
  position: relative;
}
#home_news .container .c_cont > .title_eg {
  color: #fff;
  font-size: 55px;
  text-align: center;
  margin-top: 15px;
  z-index: 2;
  position: relative;
}
#home_news .container .c_cont .swiper-container {
  margin-top: 40px;
  padding: 10px;
  width: 100%;
}
#home_news .container .c_cont .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  background: #454545;
  box-shadow: 0 0 10px 0 #00000052;
  padding: 60px 40px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#home_news .container .c_cont .swiper-container .swiper-wrapper .swiper-slide:hover {
  background: inherit;
}
#home_news .container .c_cont .swiper-container .swiper-wrapper .swiper-slide:hover .bg_img {
  opacity: 1;
}
#home_news .container .c_cont .swiper-container .swiper-wrapper .swiper-slide .time {
  font-family: 'Poppins-Regular';
  color: #dedede;
  font-size: 18px;
  z-index: 3;
}
#home_news .container .c_cont .swiper-container .swiper-wrapper .swiper-slide .time span {
  margin-left: 10px;
}
#home_news .container .c_cont .swiper-container .swiper-wrapper .swiper-slide a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#home_news .container .c_cont .swiper-container .swiper-wrapper .swiper-slide a:hover {
  color: #0d87dd;
}
#home_news .container .c_cont .swiper-container .swiper-wrapper .swiper-slide .title {
  color: #fff;
  font-family: 'PlayfairDisplay-SemiBold';
  font-size: 20px;
  line-height: 2;
  margin-top: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 74px;
}
#home_news .container .c_cont .swiper-container .swiper-wrapper .swiper-slide .des {
  font-size: 18px;
  line-height: 2;
  color: #888888;
  margin-top: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
#home_news .container .c_cont .swiper-container .swiper-wrapper .swiper-slide .more {
  display: flex;
  align-items: center;
  margin-top: 50px;
  color: #fff;
  font-size: 18px;
}
#home_news .container .c_cont .swiper-container .swiper-wrapper .swiper-slide .more:hover .sub_line {
  background: #0d87dd;
}
#home_news .container .c_cont .swiper-container .swiper-wrapper .swiper-slide .more .sub_line {
  height: 1px;
  width: 50px;
  background: #fff;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#home_news .container .c_cont .swiper-container .swiper-wrapper .swiper-slide .more span:last-child {
  margin-left: 20px;
}
#home_news .container .c_cont .swiper-container .swiper-wrapper .swiper-slide .bg_img {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  z-index: -1;
  top: 0;
  left: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#home_news .container .c_cont .swiper-container .swiper-wrapper .swiper-slide .bg_img .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.25;
  background: #000;
  z-index: 2;
}
#home_news .container .c_cont .swiper-container .swiper-wrapper .swiper-slide .bg_img img {
  z-index: 1;
  height: 100%;
  width: 100%;
}
#home_news .right {
  width: 5%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: #545454 solid 2px;
}
#home_product_des {
  background: #373737;
}
#home_product_des .fp-tableCell {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 70px 0;
  background-image: url('../images/index/index_7.png');
  background-repeat: no-repeat;
}
#home_product_des .container {
  height: 100%;
  width: 95%;
  padding: 5vw;
}
#home_product_des .container .c_cont {
  width: 100%;
}
#home_product_des .container .c_cont .sub_text {
  top: 40px;
  font-size: 9vw;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
#home_product_des .container .c_cont > .title {
  z-index: 2;
  color: #0d87dd;
  font-size: 18px;
  font-family: 'Poppins-Regular';
  text-align: center;
  position: relative;
}
#home_product_des .container .c_cont > .title_eg {
  color: #fff;
  font-size: 55px;
  text-align: center;
  margin-top: 15px;
  z-index: 2;
  position: relative;
}
#home_product_des .container .c_cont .swiper-container {
  margin-top: 40px;
  width: 100%;
  position: relative;
}
#home_product_des .container .c_cont .swiper-container .swiper-wrapper {
  width: 100%;
}
#home_product_des .container .c_cont .swiper-container .swiper-wrapper .swiper-slide:hover .img img {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
}
#home_product_des .container .c_cont .swiper-container .swiper-wrapper .swiper-slide:hover .text {
  color: #0d87dd;
}
#home_product_des .container .c_cont .swiper-container .swiper-wrapper .swiper-slide .img {
  width: 100%;
  height: 410px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#home_product_des .container .c_cont .swiper-container .swiper-wrapper .swiper-slide .img img {
  width: 70%;
  margin: auto;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#home_product_des .container .c_cont .swiper-container .swiper-wrapper .swiper-slide .text {
  font-size: 18px;
  line-height: 2;
  color: #dedede;
  text-align: center;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#home_product_des .container .c_cont .swiper-container .prev,
#home_product_des .container .c_cont .swiper-container .next {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background: #4b4a4a;
  position: absolute;
  right: 25vw;
  top: 300px;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#home_product_des .container .c_cont .swiper-container .prev:hover,
#home_product_des .container .c_cont .swiper-container .next:hover {
  background: #0d87dd;
}
#home_product_des .container .c_cont .swiper-container .prev:hover i,
#home_product_des .container .c_cont .swiper-container .next:hover i {
  color: #e6d328;
}
#home_product_des .container .c_cont .swiper-container .prev i,
#home_product_des .container .c_cont .swiper-container .next i {
  font-size: 30px;
  color: #fff;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#home_product_des .container .c_cont .swiper-container .prev {
  right: 48vw;
}
#home_product_des .right {
  width: 5%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: #545454 solid 2px;
}
#home_footer {
  background: #373737;
  position: relative;
}
#home_footer .sub_text {
  top: 60px;
  right: 60px;
}
#home_footer .container {
  padding: 60px;
  height: 100%;
}
#home_footer .container .c_cont {
  height: 100%;
}
#home_footer .container .c_cont .title {
  font-family: 'PlayfairDisplay-Regular';
  font-size: 45px;
  line-height: 2;
  color: #fff;
}
#home_footer .container .c_cont .form_1 .text {
  font-family: 'PlayfairDisplay-SemiBold';
  font-size: 18px;
  color: #f4f7f1;
  margin-top: 100px;
}
#home_footer .container .c_cont .form_1 input {
  font-family: 'Assistant-Light';
  font-size: 17px;
  width: 270px;
  border-radius: 30px;
  padding: 10px 20px;
  background: inherit;
  border: #4c4c4e solid 1px;
  color: #b4b1b1;
  display: block;
  margin-top: 10px;
}
#home_footer .container .c_cont .form_1 input:nth-child(2) {
  margin-top: 30px;
}
#home_footer .container .c_cont .form_1 .content {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
#home_footer .container .c_cont .form_1 .content input {
  margin-top: 0;
}
#home_footer .container .c_cont .form_1 .content div {
  width: 40px;
  height: 40px;
  background: #0d87dd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
#home_footer .container .c_cont .form_1 .content div:hover::before {
  transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
}
#home_footer .container .c_cont .form_1 .content div:hover i {
  color: #0d87dd;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#home_footer .container .c_cont .form_1 .content div::before {
  content: '';
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transform: scale(0);
  -ms-transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#home_footer .container .c_cont .form_1 .content div i {
  position: relative;
  color: #fff;
}
#home_footer .container .c_cont .cont_1 {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 60px;
  padding-bottom: 30px;
  padding-top: 0;
}
#home_footer .container .c_cont .cont_1 .top {
  display: flex;
  justify-content: space-between;
}
#home_footer .container .c_cont .cont_1 .top .left {
  width: 850px;
  display: flex;
  flex-wrap: wrap;
}
#home_footer .container .c_cont .cont_1 .top .left .list_cont {
  width: 30%;
  margin-left: 3%;
}
#home_footer .container .c_cont .cont_1 .top .left .list_cont:first-child {
  margin-left: 0;
}
#home_footer .container .c_cont .cont_1 .top .left .list_cont:nth-child(2) {
  width: 33%;
}
#home_footer .container .c_cont .cont_1 .top .left .list_cont li {
  margin-top: 20px;
  position: relative;
}
#home_footer .container .c_cont .cont_1 .top .left .list_cont li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background: #0d87dd;
  transform: scale(0);
  -ms-transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#home_footer .container .c_cont .cont_1 .top .left .list_cont li:hover::before {
  transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
}
#home_footer .container .c_cont .cont_1 .top .left .list_cont li:hover a {
  color: #0089eb;
  transform: translateX(5px);
  -ms-transform: translateX(5px);
  -moz-transform: stranslateX(5px);
  -webkit-transform: translateX(5px);
  -o-transform: translateX(5px);
}
#home_footer .container .c_cont .cont_1 .top .left .list_cont li:first-child {
  margin-top: 0;
}
#home_footer .container .c_cont .cont_1 .top .left .list_cont li:first-child:hover:before{
  transform: scale(0);
  -ms-transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
}
#home_footer .container .c_cont .cont_1 .top .left .list_cont li:nth-child(2) {
  margin-top: 45px;
}
#home_footer .container .c_cont .cont_1 .top .left .list_cont li span {
  font-size: 24px;
  font-family: 'PlayfairDisplay-SemiBold';
  color: #fff;
  line-height: 1;
}
#home_footer .container .c_cont .cont_1 .top .left .list_cont li a {
  color: #fff;
  font-family: 'Inter-Light';
  font-size: 14px;
  margin-top: 20px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#home_footer .container .c_cont .cont_1 .top .left .list_cont_2 li {
  font-family: 'Inter-Light';
}
#home_footer .container .c_cont .cont_1 .top .left .list_cont_2 li span{
  font-family: 'Inter-Light';
}
#home_footer .container .c_cont .cont_1 .top .left .list_cont_2 li:first-child span{
  font-family: 'PlayfairDisplay-SemiBold';
}
#home_footer .container .c_cont .cont_1 .top .left .list_cont_2 li:hover::before {
  transform: scale(0);
  -ms-transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
}
#home_footer .container .c_cont .cont_1 .top .left .list_cont_2 li:first-child span {
  font-size: 24px;
  line-height: 1;
}
#home_footer .container .c_cont .cont_1 .top .left .list_cont_2 li:nth-child(2) {
  margin-top: 34px;
}
#home_footer .container .c_cont .cont_1 .top .left .list_cont_2 li:nth-child(2) span:last-child {
  line-height: 3;
}
#home_footer .container .c_cont .cont_1 .top .left .list_cont_2 li span {
  font-size: 14px;
}
#home_footer .container .c_cont .cont_1 .top .right {
  width: 250px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
#home_footer .container .c_cont .cont_1 .top .right #qrcode {
  padding: 5px;
  background: #fff;
  width: 105px;
  height: 105px;
}
#home_footer .container .c_cont .cont_1 .top .right .friend_link {
  width: 65px;
}
#home_footer .container .c_cont .cont_1 .top .right .friend_link a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  background: #414141;
  border-radius: 50%;
  margin-top: 10px;
}
#home_footer .container .c_cont .cont_1 .top .right .friend_link a:hover i {
  color: #03adeb;
}
#home_footer .container .c_cont .cont_1 .top .right .friend_link a i {
  color: #fff;
  font-size: 30px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#home_footer .container .c_cont .cont_1 .bottom {
  display: flex;
  font-size: 18px;
  color: #6a6a6a;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 60px;
}
#home_footer .container .c_cont .cont_1 .bottom a {
  margin-left: 10px;
  font-size: 18px;
  color: #6a6a6a;
}
#home_footer .container .c_cont .cont_1 .bottom a img {
  height: 100%;
  display: block;
}
#home_footer .container .c_cont .cont_1 .bottom .img {
  height: 18px;
}
@media (max-width: 1300px) {
  #fullpage #home .cont .cont_2 {
    margin-left: 10vw;
  }
  #home_footer .container .c_cont .title{
    font-size: 30px;
  }
}
@media (max-width: 1200px) {
  #menu #header .nav .container > .item .menu > li a {
    font-size: 14px;
  }
  #fullpage #home .cont .cont_2 {
    margin-left: 5vw;
  }
  #fullpage #home .cont .cont_2 img {
    width: 35vw;
  }
  #fullpage #home .cont .cont_2 .cont_text {
    width: 40vw;
    left: 10vw;
    top: 6vw;
  }
  #fullpage #home .cont .cont_2 .cont_text .title_1 {
    font-size: 1.3vw;
  }
  #fullpage #home .cont .cont_2 .cont_text .title_2 {
    font-size: 4vw;
    margin: 1vw 0;
  }
  #fullpage #home .cont .cont_2 .cont_text .more {
    width: 10vw;
    font-size: 1.5vw;
    height: 4vw;
    line-height: 4vw;
  }
  #fullpage #home_about_us .container .middle .cont_1 {
    left: 10vw;
  }
  #fullpage #home_about_us .container .middle .cont_1_2 {
    right: 0;
  }
  #home_news .container {
    padding: 50px;
  }
  #home_footer .container .c_cont .cont_1 .bottom {
    justify-content: center;
  }
  #home_footer .container .c_cont .cont_1 .bottom a {
    text-align: center;
  }
  #home_footer .container .c_cont .cont_1 .bottom div {
    text-align: center;
  }
}
@media (max-width: 1024px) {
  #fullpage #home .home_h_top{
    display: none;
  }
  #menu {
    display: none;
  }
  #fullpage {
    width: 100%;
    left: 0;
  }
  #mobile #menu-on {
    display: block;
  }
  #fullpage #home .cont .cont_2 {
    margin-left: 0;
  }
  #fullpage #home .cont .cont_2 .cont_text .more {
    width: 15vw;
  }
  #fullpage #home_about_us .container .middle .cont_1_2 {
    width: 96%;
  }
  #home_news .container {
    padding: 50px;
  }
  #home_product_des .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  #home_product_des .container .c_cont .swiper-container .swiper-wrapper .swiper-slide .img {
    height: 270px;
  }
  #home_product_des .container .c_cont .swiper-container .prev,
  #home_product_des .container .c_cont .swiper-container .next {
    top: 200px;
    right: 30vw;
  }
  #home_product_des .container .c_cont .swiper-container .prev {
    right: 50vw;
  }
  #home_footer .sub_text {
    font-size: 100px;
  }
  #home_footer .container .c_cont .title {
    font-size: 30px;
  }
  #home_footer .container .c_cont .form_1 .text {
    margin-top: 80px;
  }
  #home_footer .container .c_cont .cont_1 {
    padding: 30px;
  }
  #home_footer .container .c_cont .cont_1 .top .left .list_cont li span {
    font-size: 20px;
  }
  #home_footer .container .c_cont .cont_1 .top .left {
    width: 80%;
  }
  #home_footer .container .c_cont .cont_1 .top .right {
    width: 20%;
  }
  #home_footer .container .c_cont .cont_1 .top .left .list_cont_2 li:first-child span {
    font-size: 20px;
  }
  #home_footer .container .c_cont .cont_1 .top .left .list_cont li span {
    font-size: 14px;
  }
  #home_footer .container .c_cont .cont_1 .top .right .friend_link {
    width: 30px;
  }
  #home_footer .container .c_cont .cont_1 .top .right .friend_link a {
    width: 30px;
    height: 30px;
  }
  #home_footer .container .c_cont .cont_1 .top .right .friend_link a i {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  html{
    overflow: inherit !important;
  }
  .sub_text {
    font-size: 60px;
    bottom: -20px;
  }



  #fullpage #home .bg{
    height: 60vw;
  }
  #fullpage #home .play_btn{
    width: 50px;
    height: 50px;
    bottom: 20px;
  }
  
  
  #fullpage #home_about_us .container {
    flex-wrap: wrap;
  }
  #fullpage #home_about_us .container .middle .cont_1 {
    display: none;
  }
  #fullpage #home_about_us .container .left {
    display: none;
  }
  #fullpage #home_about_us .container .middle {
    width: 90%;
  }
  #fullpage #home_about_us .container .right {
    display: none;
  }
  #fullpage #home_about_us .container .middle{
    width: 100%;
    padding: 3vw 20px;
  }

  #fullpage #home_about_us .container .middle .cont_1_2{
    position: relative;
    top: 0;
  }
  #fullpage #home_about_us .container .middle .cont_1_2 .about_img {
    display: block;
    width: 280px;
    margin: auto;
  }
  
  #fullpage #home_about_us .container .middle .cont_1_2 .sub_title {
    margin-top: 20px;
    justify-content: center;
  }
  #fullpage #home_about_us .container .middle {
    text-align: center;
  }
  #fullpage #home_about_us .container .middle .text {
    text-align: center;
  }
  #fullpage #home_about_us .container .middle .des {
    text-align: center;
  }
  #fullpage #home_about_us .container {
    padding-left: 0;
  }
  #fullpage #home_product .container {
    width: 100%;
  }
  #fullpage #home_product .right {
    display: none;
  }
  #fullpage #home_product .container .c_cont .swiper-container .swiper-slide {
    padding: 20px;
  }
  #fullpage #home_product .container{
    padding: 3vw 0;
  }
  #fullpage #home_product .container .c_cont .product_nav {
    padding: 20px;
  }
  #fullpage #home_product .fp-tableCell {
    padding: 20px 0;
  }
  #fullpage #home_product .container .c_cont .swiper-container {
    width: 60%;
  }
  #fullpage #home_product .container .c_cont .product_nav {
    width: 40%;
  }
  
  #fullpage #home_product .container .c_cont .swiper-container .swiper-slide {
    padding: 20px 10px;
  }
  #fullpage #home_product .container .c_cont .swiper-container .swiper-slide a {
    font-size: 16px;
  }
  #fullpage #home_product .container .c_cont .swiper-container .swiper-slide .des {
    margin-top: 20px;
    font-size: 14px;
    height: 180px;
    overflow-y: auto;
  }
  #fullpage #home_product .container .c_cont .swiper-container .swiper-slide .img{
    position: relative;
    margin-top: 20px;
  }
  #fullpage #home_product .container .c_cont .product_nav {
    padding: 10px;
  }
  #fullpage #home_product .container .c_cont .product_nav > div {
    font-size: 16px;
  }
  #fullpage #home_product .container .c_cont .product_nav ul {
    margin-top: 10px;
  }
  #fullpage #home_product .container .c_cont .product_nav ul li a {
    font-size: 12px;
    padding: 10px 0;
  }
  #fullpage #home_product .container .sub_text{
    left: 50%;
    transform: translateX(-50%);
    width: 265px;
    text-align: center;
  }
  #home_news .fp-tableCell {
    padding: 20px 0;
  }
  #home_news .container {
    padding: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  
  #home_news .container .c_cont .sub_text {
    height: 200px;
  }
  #home_news .container > .c_cont > .title {
    font-size: 16px;
  }
  #home_news .container > .c_cont > .title_eg {
    font-size: 20px;
    margin-top: 10px;
  }
  #home_news .container .c_cont .swiper-container {
    margin-top: 20px;
  }
  #home_news .container .c_cont .swiper-container .swiper-wrapper .swiper-slide {
    padding: 30px 20px;
  }
  #home_news .container .c_cont .swiper-container .swiper-wrapper .swiper-slide .time {
    font-size: 14px;
  }
  #home_news .container .c_cont .swiper-container .swiper-wrapper .swiper-slide .time span {
    margin-left: 5px;
  }
  #home_news .container .c_cont .swiper-container .swiper-wrapper .swiper-slide .title {
    font-size: 14px;
    margin-top: 5px;
  }
  #home_news .container .c_cont .swiper-container .swiper-wrapper .swiper-slide .des {
    margin-top: 20px;
    font-size: 14px;
  }
  #home_news .container .c_cont .swiper-container .swiper-wrapper .swiper-slide .more {
    font-size: 12px;
    margin-top: 25px;
  }
  #home_news .container .c_cont .swiper-container .swiper-wrapper .swiper-slide .more .sub_line {
    width: 30px;
  }
  #home_news .container .c_cont .swiper-container .swiper-wrapper .swiper-slide .more span:last-child {
    margin-left: 10px;
  }
  #home_news .container .c_cont .sub_text {
    top: 25px;
    right: 25px;
    font-size: 120px;
  }
  #home_news .right{
    display: none;
  }
  #home_product_des .container .c_cont .sub_text{
    top: inherit;
  }
  #home_product_des .container .c_cont .swiper-container .swiper-wrapper .swiper-slide .img {
    height: 300px;
  }
  #home_product_des .container .c_cont .swiper-container .prev,
  #home_product_des .container .c_cont .swiper-container .next {
    top: 250px;
    right: 35vw;
  }
  #home_product_des .container .c_cont .swiper-container .prev {
    right: 45vw;
  }
  #home_product_des .right{
    display: none;
  }

  #home_footer .container{
    padding: 0 20px;
  }
  #home_footer .container .c_cont .title{
    text-align: center;
  }
  #home_footer .container .c_cont .form_1{
    text-align: center;
  }
  #home_footer .container .c_cont .form_1 .content input{
    margin-left: 50px;
  }
  #home_footer .container .c_cont .form_1>input{
    margin: auto;
    margin-top: 10px;
  }
  #home_footer .container .c_cont .form_1 .content{
    justify-content: center;
  }
  #home_footer .container .c_cont .form_1 .text{
    margin-top: 3vw;
  }
  #home_footer .container .c_cont .cont_1{
    position: relative;
  }
  #home_footer .container .c_cont .cont_1 .top .left {
    width: 100%;
    text-align: center;
  }
  
  #home_footer .container .c_cont .cont_1 .top .left .list_cont {
    margin-left: 0;
    width: 100%;
  }
  #home_footer .container .c_cont .cont_1 .top .left .list_cont li:first-child {
    text-align: center;
  }
  #home_footer .container .c_cont .cont_1 .top .left .list_cont:first-child {
    display: none;
  }
  #home_footer .container .c_cont .cont_1 .top .left .list_cont:nth-child(2) {
    display: none;
  }
  #home_footer .container .c_cont .cont_1 .top .right {
    display: none;
  }
  #home_footer .container .c_cont .cont_1 .bottom {
    text-align: center;
  }

}
@media (max-width: 500px) {
  .sub_text {
    font-size: 55px;
  }
  .right_next {
    font-size: 14px;
  }
  #fullpage #home .bg{
    height: 110vw;
  }
  #fullpage #home .friend_link a {
    font-size: 14px;
  }
  #fullpage #home .cont .cont_2 img {
    width: 250px;
  }
  #fullpage #home .cont .cont_2 .cont_text {
    width: 210px;
    top: 60px;
    left: 60px;
  }
  #fullpage #home .home_h_top>i{
    font-size: 16px;
  }
  #fullpage #home .home_h_top .lang_cont{
    font-size: 16px;
  }
  #fullpage #home .home_h_top .subline{
    margin: 0 10px;
    height: 16px;
  }
  #fullpage #home .cont .cont_2 .cont_text .title_1 {
    font-size: 14px;
  }
  #fullpage #home .cont .cont_2 .cont_text .title_2 {
    margin: 10px 0;
    font-size: 18px;
  }
  #fullpage #home .cont .cont_2 .cont_text .more {
    width: 80px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
  }
  #fullpage #home .play_btn {
    width: 30px;
    height: 30px;
    bottom: 20px;
    left: 20px;
  }
  #fullpage #home .play_btn div {
    font-size: 30px;
  }
  #fullpage #home .mouse {
    right: 20px;
    bottom: 10px;
  }
  #fullpage #home .mouse img {
    width: 15px;
  }
  #fullpage #home .mouse div {
    font-size: 12px;
    margin-left: 5px;
  }
  #fullpage #home_about_us .container {
    padding: 20px 0;
    padding-bottom: 0;
  }
  #fullpage #home_about_us .container .middle {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    padding: 3vw 10px;
  }
  #fullpage #home_about_us .container .middle .cont_1_2 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  #fullpage #home_about_us .container .middle .cont_1_2 .sub_title {
    font-size: 16px;
  }
  #fullpage #home_about_us .container .middle .text {
    font-size: 15px;
  }
  #fullpage #home_about_us .container .middle .des {
    font-size: 14px;
    line-height: 2;
  }
  #fullpage #home_about_us .container .middle .cont_1_2 .about_img {
    width: 170px;
  }
  #fullpage #home_about_us .container .middle .cont_1_2 .sub_title span:first-child {
    width: 60px;
  }
  #fullpage #home_about_us .container .middle .cont_1_2 .sub_title span:last-child {
    font-size: 16px;
  }
  #fullpage #home_about_us .container .middle .cont_1_2 .sub_title {
    margin-top: 10px;
  }
  #fullpage #home_about_us .container .middle .cont_1_2 {
    top: 0;
    left: 5px;
  }
  #fullpage #home_about_us .container .middle .more {
    margin-top: 10px;
    font-size: 12px;
  }
  #fullpage #home_about_us .container .middle .sub_text {
    font-size: 60px;
    bottom: 20px;
  }
  #fullpage #home_about_us .container .right {
    width: 100%;
    height: 5%;
    border: none;
    border-top: #5a5a5a solid 2px;
  }
  
  #fullpage #home_product .container .c_cont{
    flex-wrap: wrap;
  }
  #fullpage #home_product .container .c_cont .swiper-container{
    width: 100%;
  }
  #fullpage #home_product .container .c_cont .swiper-container .swiper-slide{
    text-align: center;
  }
  #fullpage #home_product .container .c_cont .swiper-container .swiper-slide .des{

  }
  #fullpage #home_product .container .c_cont .product_nav{
    width: 100%;
    border: none;
  }
  
  #fullpage #home_product .container .sub_text{
    bottom: 20px;
  }
  #fullpage #home_product .container .c_cont {
    padding-bottom: 10px;
  }
  #fullpage #home_product .fp-tableCell {
    flex-wrap: wrap;
    padding-bottom: 0;
  }
  #fullpage #home_product .container {
    width: 100%;
    height: 95%;
  }

  #fullpage #home_product .right {
    border: none;
    border-top: #5a5a5a solid 2px;
    width: 100%;
    height: 5%;
  }
  #home_news .fp-tableCell {
    flex-wrap: wrap;
    padding-bottom: 0;
  }
  #home_news .container {
    width: 100%;
    height: 95%;
  }
  #home_news .right {
    width: 100%;
    height: 5%;
    border: none;
    border-top: #545454 solid 2px;
  }
  #home_news .container .c_cont .sub_text {
    font-size: 80px;
  }
  #home_product_des .fp-tableCell {
    padding: 20px 0;
    flex-wrap: wrap;
    padding-bottom: 0;
  }
  #home_product_des .container .c_cont .sub_text {
    font-size: 60px;
    top: inherit;
    width: 330px;
    text-align: center;
    bottom: 20px;
    display: none;
  }
  #home_product_des .container .c_cont > .title {
    font-size: 16px;
  }
  #home_product_des .container .c_cont > .title_eg {
    font-size: 20px;
  }
  #home_product_des .container .c_cont .swiper-container {
    margin-top: 20px;
  }
  
  #home_product_des .container .c_cont .swiper-container .swiper-wrapper .swiper-slide .img {
    height: 65vw;
    overflow: hidden;
  }
  #home_product_des .container .c_cont .swiper-container .prev, #home_product_des .container .c_cont .swiper-container .next{
    top: 30vw;
  }
  #home_product_des .container .c_cont .swiper-container .prev,
  #home_product_des .container .c_cont .swiper-container .next {
    right: 0;
    width: 20px;
    height: 20px;
  }
  #home_product_des .container .c_cont .swiper-container .prev i,
  #home_product_des .container .c_cont .swiper-container .next i {
    font-size: 15px;
  }
  #home_product_des .container .c_cont .swiper-container .prev {
    left: 0;
  }
  #home_product_des .container {
    width: 100%;
    height: 95%;
  }
  #home_product_des .right {
    border: none;
    border-top: #545454 solid 2px;
    width: 100%;
    height: 5%;
  }
  #home_product_des .container .c_cont .swiper-container .swiper-wrapper .swiper-slide .text {
    font-size: 14px;
  }
  #home_footer .sub_text {
    font-size: 60px;
    right: 0;
    top: 20px;
    height: 100px;
  }
  #home_footer .container {
    padding: 30px 0;
  }
  #home_footer .container .c_cont .title {
    text-align: center;
    font-size: 20px;
  }
  #home_footer .container .c_cont .form_1 {
    padding: 0 10px;
  }
  #home_footer .container .c_cont .form_1 .text {
    margin-top: 20px;
  }
  #home_footer .container .c_cont .form_1 .text {
    font-size: 14px;
    text-align: center;
  }
  #home_footer .container .c_cont .form_1 input {
    padding: 5px 10px;
    font-size: 12px;
  }
  #home_footer .container .c_cont .form_1 input:nth-child(2) {
    width: 100%;
    margin-top: 20px;
  }
  #home_footer .container .c_cont .form_1 input:nth-child(3) {
    width: 100%;
  }
  #home_footer .container .c_cont .form_1 .content div {
    width: 30px;
    height: 30px;
  }
  #home_footer .container .c_cont .form_1 input{
    width: 200px;
  }
  #home_footer .container .c_cont .form_1 .content input{
    margin-left: 40px;
  }
  #home_footer .container .c_cont .form_1 .content div i {
    font-size: 12px;
  }
  #home_footer .container .c_cont .cont_1 {
    padding: 10px ;
  }
  #home_footer .container .c_cont .cont_1 .top .left .list_cont_2 li:nth-child(2) {
    margin-top: 20px;
  }
  #home_footer .container .c_cont .cont_1 .top .left .list_cont li span {
    font-size: 12px;
  }
  #home_footer .container .c_cont .cont_1 .top .left .list_cont_2 li:nth-child(2) span:last-child {
    line-height: 2;
  }
  #home_footer .container .c_cont .cont_1 .top .left .list_cont li {
    margin-top: 10px;
  }
  #home_footer .container .c_cont .cont_1 .bottom {
    font-size: 12px;
    margin-top: 10px;
  }
  #home_footer .container .c_cont .cont_1 .bottom div {
    font-size: 12px;
    line-height: 2;
  }
  
  #home_footer .container .c_cont .cont_1 .bottom a {
    font-size: 12px;
    line-height: 2;
  }
  #home_footer .container .c_cont .cont_1 .bottom .img {
    height: 15px;
  }
  #home_footer  .top .content  .middle .list_cont {
    overflow: hidden;
  	text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
	  transition: all 0.5s;
}
  }
