
 
:root {
  --color: #C51212;
  --dark: #000;
}
body {
  font-family: "Inter, sans-serif";
}
.this_public .w1200 {
  width: 1200px;
  margin: auto;
}
.this_public .this_title {
  text-align: center;
}
.this_public .this_title h2 {
  font-size: 34px;
  color: var(--color);
}
.this_public .this_title h3 {
  font-size: 26px;
  font-weight: 500;
}
.this_public .this_title p {
  color: #7A7A7A;
  font-size: 16px;
  display: inline-block;
  margin: 20px 0;
}
.this_public .swiperpn {
  background-color: transparent;
  opacity: 1;
}
.this_public .swiperpn::before {
  display: none;
}
.this_public .swiperpn::after {
  display: none;
}
.this_public .swiperpn i {
  color: #fff;
  font-size: 32px;
}
@media screen and (max-width: 1280px) {
  .this_public .w1200 {
    width: 1000px;
  }
}
@media screen and (max-width: 1024px) {
  .this_public .w1200 {
    width: 900px;
  }
}
@media screen and (max-width: 950px) {
  .this_public .w1200 {
    width: 90vw;
  }
}
.dr {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
}
.drbtn {
  position: relative;
}
.cw {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 5px solid --color;
  position: relative;
  transition: 0.5s;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color);
}
.cw:hover {
  border: 5px solid var(--color);
  transition: 0.5s;
}
.cw:hover i {
  color: #fff;
}
.cw i {
  font-size: 25px;
  margin-left: 1px;
  color: #fff;
}
.bo {
  position: absolute;
  top: 0;
}
.bo::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid var(--color);
  animation: scale 2s infinite;
}
.bo::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid var(--color);
  animation: scale2 2s infinite;
}
@keyframes scale {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes scale2 {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
.videomain {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999999999999999999999;
}
.videoclose {
  position: absolute;
  top: 50px;
  right: 50px;
  cursor: pointer;
}
.videoclose img {
  width: 50px;
  height: 50px;
  display: block;
  cursor: pointer;
}
.videobox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  overflow: hidden;
  max-height: 800px;
  min-height: 600px;
}
.videobox video {
  width: 100%;
  height: 100%;
}
.videobox iframe {
  width: 100%;
  height: 100%;
  max-height: 800px;
  min-height: 600px;
}
.indexaboutimg {
  padding-top: 10%;
}
.indexPage2 .bannerWrapper .swiper .this_child {
  position: relative;
}
.indexPage2 .bannerWrapper .swiper .this_child .this_text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.indexPage2 .bannerWrapper .swiper .this_child .this_text h5 {
  font-size: 22px;
  color: #fff;
}
.indexPage2 .bannerWrapper .swiper .this_child .this_text h3 {
  font-size: 42px;
  color: #fff;
}
.indexPage2 .bannerWrapper .swiper .this_child .this_text .this_button {
  padding: 10px;
  font-size: 16px;
  background-color: var(--color);
  color: #fff;
  display: inline-block;
  margin-top: 24px;
  transition: 0.3s;
}
.indexPage2 .bannerWrapper .swiper .this_child .this_text .this_button:hover {
  background-color: var(--dark);
  transition: 0.3s;
}
.indexPage2 .modelWrapper1 .Wrapper {
  padding: 80px 0;
}
.indexPage2 .modelWrapper1 .Wrapper .this_in {
  display: flex;
  justify-content: center;
  padding: 20px 10px 10px;
}
.indexPage2 .modelWrapper1 .Wrapper .this_in .this_child {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.indexPage2 .modelWrapper1 .Wrapper .this_in .this_child .img_b {
  background-color: var(--color);
  /*border: 1px solid #000;*/
  border-radius: 50%;
  width: 33%;
  padding-top: 33%;
  position: relative;
}
.indexPage2 .modelWrapper1 .Wrapper .this_in .this_child .img_b img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 50%;
  object-fit: contain;
}
.indexPage2 .modelWrapper1 .Wrapper .this_in .this_child .this_text {
  margin-top: 12px;
}
.indexPage2 .modelWrapper1 .Wrapper .this_in .this_child .this_text p {
  font-size: 18px;
}
.indexPage2 .modelWrapper2 .Wrapper {
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0;
  position: relative;
}
.indexPage2 .modelWrapper2 .Wrapper::before {
  z-index: 1;
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000000cc;
}
.indexPage2 .modelWrapper2 .Wrapper .this_in {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.indexPage2 .modelWrapper2 .Wrapper .this_in h3,
.indexPage2 .modelWrapper2 .Wrapper .this_in input {
  height: 45px;
  /* 设置相同的高度 */
  margin: 0;
  /* 移除默认的边距 */
  padding: 0 10px;
  /* 根据需要设置内边距 */
  outline: none;
  /* 移除点击输入框时的默认边框 */
}
.indexPage2 .modelWrapper2 .Wrapper .this_in h3 {
  font-size: 44px;
  color: #fff;
  line-height: 1;
}
.indexPage2 .modelWrapper2 .Wrapper .this_in .this_send {
  width: 50%;
  height: 100%;
}
.indexPage2 .modelWrapper2 .Wrapper .this_in .this_send .this_send_in {
  display: flex;
  width: 100%;
}
.indexPage2 .modelWrapper2 .Wrapper .this_in .this_send .this_send_in p {
  display: flex;
  width: 100%;
}
.indexPage2 .modelWrapper2 .Wrapper .this_in .this_send .this_send_in input[type="text"] {
  width: 70%;
}
.indexPage2 .modelWrapper2 .Wrapper .this_in .this_send input {
  border-radius: 5px;
}
.indexPage2 .modelWrapper2 .Wrapper .this_in .this_send input[type="text"] {
  background-color: #fff;
  width: 70%;
}
.indexPage2 .modelWrapper2 .Wrapper .this_in .this_send input[type="submit"] {
  background-color: var(--color);
  width: 30%;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
.indexPage2 .modelWrapper3 .Wrapper {
  padding: 80px 0;
}
.indexPage2 .modelWrapper3 .Wrapper .this_in .top {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
.indexPage2 .modelWrapper3 .Wrapper .this_in .top li {
  display: flex;
  gap: 40px;
  width: 100%;
  position: relative;
}
.indexPage2 .modelWrapper3 .Wrapper .this_in .top li:nth-child(2n) {
  flex-direction: row-reverse;
}
.indexPage2 .modelWrapper3 .Wrapper .this_in .top li .this_child {
  position: relative;
  width: calc(40% - 20px);
  padding-top: 25%;
}
.indexPage2 .modelWrapper3 .Wrapper .this_in .top li .this_child:nth-child(2) {
  width: calc(60% - 20px);
}
.indexPage2 .modelWrapper3 .Wrapper .this_in .top li .this_child .img_b {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.indexPage2 .modelWrapper3 .Wrapper .this_in .top li .this_child .img_b img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  
  z-index: 1;
}

.indexPage2 .modelWrapper3 .Wrapper .this_in .top li .this_child .img_b .this_intro {
    position: absolute;
    top: 0;
    left: 0px;
    opacity: 0;
    
    width: 100%;
    height: 100%;
    
    z-index: 2;
    background-color: #00000088;
    
    transition: all .5s;
    
    
    display: flex;
    align-items: center;
    justify-content: center;
}


.indexPage2 .modelWrapper3 .Wrapper .this_in .top li .this_child .img_b .this_intro p {
    font-size: 16px;
    text-align: center;
    color: #fff;
}

.indexPage2 .modelWrapper3 .Wrapper .this_in .top li .this_child .img_b:hover .this_intro {
    opacity: 1;
    transition: all .5s;
}


.indexPage2 .modelWrapper3 .Wrapper .this_in .top li .this_child .this_text {
  position: absolute;
  width: 100%;
  margin-top: 10px;
  text-align: center;
}
.indexPage2 .modelWrapper3 .Wrapper .this_in .top li .this_child .this_text p {
  color: #7A7A7A;
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  /* 限制为3行 */
  overflow: hidden;
  text-overflow: ellipsis;
}
.indexPage2 .modelWrapper3 .Wrapper .this_in .bottom {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.indexPage2 .modelWrapper3 .Wrapper .this_in .bottom .this_child {
  width: calc(25% - 15px);
}
.indexPage2 .modelWrapper3 .Wrapper .this_in .bottom .this_child .img_b {
  position: relative;
  width: 100%;
  padding-top: 100%;
  z-index: 1;
}




.indexPage2 .modelWrapper3 .Wrapper .this_in .bottom .this_child .img_b .this_intro {
    position: absolute;
    top: 0;
    left: 0px;
    opacity: 0;
    
    width: 100%;
    height: 100%;
    
    z-index: 2;
    background-color: #00000088;
    
    transition: all .5s;
    
    
    display: flex;
    align-items: center;
    justify-content: center;
}


.indexPage2 .modelWrapper3 .Wrapper .this_in .bottom .this_child .img_b .this_intro p {
    font-size: 16px;
    text-align: center;
    color: #fff;
}

.indexPage2 .modelWrapper3 .Wrapper .this_in .bottom .this_child .img_b:hover .this_intro {
    opacity: 1;
    transition: all .5s;
}







.indexPage2 .modelWrapper3 .Wrapper .this_in .bottom .this_child .img_b img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.indexPage2 .modelWrapper3 .Wrapper .this_in .bottom .this_child .this_text {
  text-align: center;
  margin-top: 10px;
}
.indexPage2 .modelWrapper3 .Wrapper .this_in .bottom .this_child .this_text p {
  color: #7A7A7A;
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  /* 限制为3行 */
  overflow: hidden;
  text-overflow: ellipsis;
}
.indexPage2 .modelWrapper4 {
  background-color: #F8F9FA;
}
.indexPage2 .modelWrapper4 .Wrapper {
  padding: 80px 0 0;
}
.indexPage2 .modelWrapper4 .Wrapper .this_in {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.indexPage2 .modelWrapper4 .Wrapper .this_in .this_child {
  overflow: hidden;
  border-radius: 20px;
  background-color: #fff;
  width: calc(33.333% - 20px);
  box-shadow: 0px 0px 10px -6px rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
}
.indexPage2 .modelWrapper4 .Wrapper .this_in .this_child:hover {
  box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
}
.indexPage2 .modelWrapper4 .Wrapper .this_in .this_child .img_b {
  width: 100%;
  padding-top: 80%;
  position: relative;
}
.indexPage2 .modelWrapper4 .Wrapper .this_in .this_child .img_b img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.indexPage2 .modelWrapper4 .Wrapper .this_in .this_child .this_text {
  padding: 20px 20px 30px;
}
.indexPage2 .modelWrapper4 .Wrapper .this_in .this_child .this_text h5 {
  text-align: center;
  font-size: 26px;
  color: #000;
  font-weight: 500;
  margin-bottom: 5px;
}
.indexPage2 .modelWrapper4 .Wrapper .this_in .this_child .this_text p {
  font-size: 16px;
  color: #54595F;
  text-align: center;
  font-weight: 400;
}
.indexPage2 .modelWrapper5 {
  padding: 0px 0 0;
  background-color: #F8F9FA;
}
.indexPage2 .modelWrapper5 .topVideo {
  position: relative;
  z-index: 2;
}
.indexPage2 .modelWrapper5 .topVideo .Wrapper .this_in {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: 2px solid #F8F9FA;
  position: relative;
  width: 100%;
  min-height: 360px;
  transform: translate(0, 50%);
}
.indexPage2 .modelWrapper5 .bottomWhy {
  padding-top: 240px;
  padding-bottom: 80px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.indexPage2 .modelWrapper5 .bottomWhy::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000000aa;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.indexPage2 .modelWrapper5 .bottomWhy .Wrapper {
  position: relative;
  z-index: 2;
}
.indexPage2 .modelWrapper5 .bottomWhy .Wrapper .this_title h2 {
  color: #fff;
}
.indexPage2 .modelWrapper5 .bottomWhy .Wrapper .this_title p {
  color: #fff;
  margin: 10px 0;
}
.indexPage2 .modelWrapper5 .bottomWhy .Wrapper .this_in {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.indexPage2 .modelWrapper5 .bottomWhy .Wrapper .this_in .left,
.indexPage2 .modelWrapper5 .bottomWhy .Wrapper .this_in .right {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}
.indexPage2 .modelWrapper5 .bottomWhy .Wrapper .this_in .left .this_child,
.indexPage2 .modelWrapper5 .bottomWhy .Wrapper .this_in .right .this_child {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.indexPage2 .modelWrapper5 .bottomWhy .Wrapper .this_in .left .this_child .img_b,
.indexPage2 .modelWrapper5 .bottomWhy .Wrapper .this_in .right .this_child .img_b {
  width: 100px;
  padding-top: 100px;
  position: relative;
  background-color: #fff;
  border-radius: 50%;
}
.indexPage2 .modelWrapper5 .bottomWhy .Wrapper .this_in .left .this_child .img_b img,
.indexPage2 .modelWrapper5 .bottomWhy .Wrapper .this_in .right .this_child .img_b img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 50%;
  object-fit: cover;
}
.indexPage2 .modelWrapper5 .bottomWhy .Wrapper .this_in .left .this_child .this_text,
.indexPage2 .modelWrapper5 .bottomWhy .Wrapper .this_in .right .this_child .this_text {
  width: calc(100% - 120px);
}
.indexPage2 .modelWrapper5 .bottomWhy .Wrapper .this_in .left .this_child .this_text h5,
.indexPage2 .modelWrapper5 .bottomWhy .Wrapper .this_in .right .this_child .this_text h5 {
  font-size: 22px;
  color: #fff;
  margin-bottom: 16px;
}
.indexPage2 .modelWrapper5 .bottomWhy .Wrapper .this_in .left .this_child .this_text p,
.indexPage2 .modelWrapper5 .bottomWhy .Wrapper .this_in .right .this_child .this_text p {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}
.indexPage2 .modelWrapper5 .bottomWhy .Wrapper .this_in .center {
  width: 20%;
  padding: 3%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.indexPage2 .modelWrapper5 .bottomWhy .Wrapper .this_in .center .img_b {
  width: 100%;
  padding-top: 100%;
  background-color: #fff;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
}
.indexPage2 .modelWrapper5 .bottomWhy .Wrapper .this_in .center .img_b img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  object-fit: cover;
}
.indexPage2 .modelWrapper5 .bottomWhy .Wrapper .this_in .right .this_child {
  flex-direction: row-reverse;
}
.indexPage2 .modelWrapper5 .bottomWhy .Wrapper .this_in .right .this_child .this_text {
  text-align: end;
}
.indexPage2 .modelWrapper6 .Wrapper {
  padding: 80px 0;
}
.indexPage2 .modelWrapper6 .Wrapper .this_title {
  padding: 10px;
}
.indexPage2 .modelWrapper6 .Wrapper .this_title h2 {
  color: #000;
}
.indexPage2 .modelWrapper6 .Wrapper .this_in .this_child {
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.indexPage2 .modelWrapper6 .Wrapper .this_in .this_child:nth-child(2n+2) {
  flex-direction: row-reverse;
}
.indexPage2 .modelWrapper6 .Wrapper .this_in .this_child .this_intro {
  width: 50%;
}
.indexPage2 .modelWrapper6 .Wrapper .this_in .this_child .this_intro h5 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
}
.indexPage2 .modelWrapper6 .Wrapper .this_in .this_child .this_intro .this_text {
  padding-left: 10px;
  position: relative;
}
.indexPage2 .modelWrapper6 .Wrapper .this_in .this_child .this_intro .this_text::before {
  content: '';
  display: inline-block;
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color);
}
.indexPage2 .modelWrapper6 .Wrapper .this_in .this_child .this_intro .this_text p {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 16px;
  color: #7A7A7A;
}
.indexPage2 .modelWrapper6 .Wrapper .this_in .this_child .this_intro .this_button {
  display: inline-block;
  margin-top: 20px;
  background-color: var(--color);
  color: #fff;
  padding: 12px 24px;
  border-radius: 5px;
  font-size: 16px;
}
.indexPage2 .modelWrapper6 .Wrapper .this_in .this_child .img_b {
  width: 40%;
  padding-top: 25%;
  position: relative;
}
.indexPage2 .modelWrapper6 .Wrapper .this_in .this_child .img_b img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.indexPage2 .modelWrapepr7 {
  background-color: #F8F9FA;
}
.indexPage2 .modelWrapepr7 .Wrapper {
  padding: 50px 0;
}
.indexPage2 .modelWrapepr7 .Wrapper .this_in {
  margin-top: 20px;
}
.indexPage2 .modelWrapepr7 .Wrapper .this_in .swiper-father {
  position: relative;
  padding: 0 50px 50px;
}
.indexPage2 .modelWrapepr7 .Wrapper .this_in .swiper-father .swiperpn i {
  color: var(--color);
  font-weight: 800;
  font-size: 18px;
}
.indexPage2 .modelWrapepr7 .Wrapper .this_in .swiper-father .next span::before {
  display: none;
}
.indexPage2 .modelWrapepr7 .Wrapper .this_in .swiper-father .next .swiper-pagination-bullet {
  background-color: #000;
  opacity: 1;
}
.indexPage2 .modelWrapepr7 .Wrapper .this_in .swiper-father .next .swiper-pagination-bullet-active {
  background-color: var(--color);
}
.indexPage2 .modelWrapper8 .Wrapper {
  padding: 50px 0;
}
.indexPage2 .modelWrapper8 .Wrapper .this_title .this_info {
  width: 150px;
  margin: auto;
  margin-top: 20px;
  position: relative;
}
.indexPage2 .modelWrapper8 .Wrapper .this_title .this_info::before {
  content: '';
  width: 50px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  background-color: var(--color);
}
.indexPage2 .modelWrapper8 .Wrapper .this_title .this_info::after {
  content: '';
  width: 50px;
  height: 2px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  background-color: var(--color);
}
.indexPage2 .modelWrapper8 .Wrapper .this_title .this_info i {
  font-size: 24px;
  position: relative;
}
.indexPage2 .modelWrapper8 .Wrapper .this_in .faq2 ul li .question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
}
.indexPage2 .modelWrapper8 .Wrapper .this_in .faq2 ul li .question.active p {
  color: var(--color);
}
.indexPage2 .modelWrapper8 .Wrapper .this_in .faq2 ul li .question p {
  display: inline-block;
  width: calc(100% - 30px);
  font-size: 14px;
  font-weight: bold;
}
.indexPage2 .modelWrapper8 .Wrapper .this_in .faq2 ul li .question i {
  width: 20px;
  height: 20px;
  font-size: 20px;
}
.indexPage2 .modelWrapper8 .Wrapper .this_in .faq2 ul li .answer {
  display: none;
  background-color: #F0F0F0;
  color: #54595F;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  padding: 15px 20px;
}
.indexPage2 .modelWrapper9 {
  padding: 80px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.indexPage2 .modelWrapper9::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000000dd;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.indexPage2 .modelWrapper9 .Wrapper {
  position: relative;
  z-index: 2;
}
.indexPage2 .modelWrapper9 .Wrapper .this_title h2 {
  color: #fff;
}
.indexPage2 .modelWrapper9 .Wrapper .this_title p {
  color: #fff;
  margin: 0;
  font-size: 20px;
}
.indexPage2 .modelWrapper9 .Wrapper .this_in {
  margin-top: 20px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.indexPage2 .modelWrapper9 .Wrapper .this_in .left ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.indexPage2 .modelWrapper9 .Wrapper .this_in .left ul li {
  display: flex;
  gap: 8px;
}
.indexPage2 .modelWrapper9 .Wrapper .this_in .left ul li i {
  color: #fff;
}
.indexPage2 .modelWrapper9 .Wrapper .this_in .left ul li p {
  font-weight: 300;
  color: #fff;
  font-size: 16px;
}
.indexPage2 .modelWrapper9 .Wrapper .this_in .left ul li p a{
      color: #fff;
}

.indexPage2 .modelWrapper9 .Wrapper .this_in .right {
  width: 50%;
}
.indexPage2 .modelWrapper9 .Wrapper .this_in .right .this_form {
  width: 100%;
}
.indexPage2 .modelWrapper9 .Wrapper .this_in .right .this_form .list {
  margin-bottom: 15px;
}
.indexPage2 .modelWrapper9 .Wrapper .this_in .right .this_form .list p {
  color: #fff;
  font-size: 16px;
  line-height: 2;
  font-weight: 300;
}
.indexPage2 .modelWrapper9 .Wrapper .this_in .right .this_form .list p span {
  color: #fff;
}
.indexPage2 .modelWrapper9 .Wrapper .this_in .right .this_form .list input {
  width: 100%;
  line-height: 1;
  padding: 8px 16px;
  box-sizing: border-box;
  border-radius: 3px;
}
.indexPage2 .modelWrapper9 .Wrapper .this_in .right .this_form .list input::placeholder {
  font-size: 16px;
  font-weight: 300;
}
.indexPage2 .modelWrapper9 .Wrapper .this_in .right .this_form .list textarea {
  border-radius: 3px;
  width: 100%;
  box-sizing: border-box;
  padding: 8px 16px;
  line-height: 1;
  resize: none;
  height: 120px;
}
.indexPage2 .modelWrapper9 .Wrapper .this_in .right .this_form .list textarea::placeholder {
  font-size: 16px;
  font-weight: 300;
}
.indexPage2 .modelWrapper9 .Wrapper .this_in .right .this_form input[type="submit"] {
  width: 100%;
  color: #fff;
  background-color: var(--color);
  border: none;
  line-height: 3;
  font-size: 16px;
  margin-bottom: 15px;
  cursor: pointer;
}
@media screen and (max-width: 950px) {
  .indexPage2 .modelWrapper1 .Wrapper .this_in {
    flex-wrap: wrap;
    gap: 30px 0;
  }
  .indexPage2 .modelWrapper1 .Wrapper .this_in .this_child {
    width: 50%;
  }
  .indexPage2 .modelWrapper2 .Wrapper .this_in {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
  .indexPage2 .modelWrapper2 .Wrapper .this_in .this_send {
    flex-direction: column;
    width: 100%;
    gap: 10px;
  }
  .indexPage2 .modelWrapper2 .Wrapper .this_in .this_send input {
    width: 100% !important;
  }
  .indexPage2 .modelWrapper3 .Wrapper .this_in .bottom {
    flex-wrap: wrap;
  }
  .indexPage2 .modelWrapper3 .Wrapper .this_in .bottom .this_child {
    width: calc(50% - 10px);
  }
  .indexPage2 .modelWrapper4 .Wrapper .this_in {
    flex-direction: column;
  }
  .indexPage2 .modelWrapper4 .Wrapper .this_in .this_child {
    width: 100%;
  }
  .indexPage2 .modelWrapper5 .bottomWhy .Wrapper .this_in {
    flex-direction: column;
    gap: 30px;
  }
  .indexPage2 .modelWrapper5 .bottomWhy .Wrapper .this_in .left {
    width: 100%;
  }
  .indexPage2 .modelWrapper5 .bottomWhy .Wrapper .this_in .center {
    width: 100%;
  }
  .indexPage2 .modelWrapper5 .bottomWhy .Wrapper .this_in .center .img_b {
    width: 100px;
    padding-top: 100px;
  }
  .indexPage2 .modelWrapper5 .bottomWhy .Wrapper .this_in .right {
    width: 100%;
  }
  .indexPage2 .modelWrapper6 .Wrapper .this_in .this_child {
    flex-direction: column-reverse !important;
    width: 100%;
    margin-top: 20px;
  }
  .indexPage2 .modelWrapper6 .Wrapper .this_in .this_child .img_b {
    width: 100%;
    padding-top: 50%;
  }
  .indexPage2 .modelWrapper6 .Wrapper .this_in .this_child .this_intro {
    margin-top: 10px;
    width: 100%;
  }
  .indexPage2 .modelWrapper9 .Wrapper .this_in {
    flex-direction: column;
  }
  .indexPage2 .modelWrapper9 .Wrapper .this_in .left {
    width: 100%;
  }
  .indexPage2 .modelWrapper9 .Wrapper .this_in .right {
    margin-top: 20px;
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .indexPage2 .modelWrapper1 .Wrapper .this_in {
    flex-direction: column;
  }
  .indexPage2 .modelWrapper1 .Wrapper .this_in .this_child {
    width: 100%;
  }
}
footer .this_web_footer2 .Wrapper {
  display: flex;
  width: 1400px;
  margin: auto;
  padding: 50px 0 30px;
}
footer .this_web_footer2 .Wrapper .leftLogo {
  width: 26%;
}
footer .this_web_footer2 .Wrapper .leftLogo .this_logo {
  display: inline-block;
  width: 70%;
  margin-bottom: 15px;
}
footer .this_web_footer2 .Wrapper .leftLogo .this_logo img {
  width: 100%;
  object-fit: contain;
}
footer .this_web_footer2 .Wrapper .leftLogo p {
  font-size: 16px;
}
footer .this_web_footer2 .Wrapper .leftLogo .this_sns {
  margin-top: 30px;
}
footer .this_web_footer2 .Wrapper .leftLogo .this_sns ul {
  display: flex;
  align-items: center;
  gap: 3px;
}
footer .this_web_footer2 .Wrapper .leftLogo .this_sns ul li .img_b {
  border-radius: 3px;
  width: 30px;
  height: 30px;
  display: inline-block;
}
footer .this_web_footer2 .Wrapper .leftLogo .this_sns ul li .img_b img {
  width: 100%;
  height: 100%;
  padding: 5px;
  object-fit: contain;
}
footer .this_web_footer2 .Wrapper .this_ul {
  width: 22%;
  padding-left: 50px;
  display: flex;
  flex-direction: column;
}
footer .this_web_footer2 .Wrapper .this_ul h5 {
  font-size: 16px;
  font-weight: 500;
}
footer .this_web_footer2 .Wrapper .this_ul ul {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
footer .this_web_footer2 .Wrapper .this_ul ul li a {
  font-size: 16px;
}
footer .this_web_footer2 .Wrapper .rightInfo {
  width: 30%;
  padding-left: 8%;
  box-sizing: border-box;
}
footer .this_web_footer2 .Wrapper .rightInfo h5 {
  font-size: 20px;
}
footer .this_web_footer2 .Wrapper .rightInfo ul {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}
footer .this_web_footer2 .Wrapper .rightInfo ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .this_web_footer2 .Wrapper .rightInfo ul li .img_b {
  width: 20px;
}
footer .this_web_footer2 .Wrapper .rightInfo ul li .img_b i {
  font-size: 20px;
}
footer .this_web_footer2 .Wrapper .rightInfo ul li a{
    color: #333;
}
footer .this_web_footer2 .Wrapper .rightInfo ul li p {
  display: inline-block;
  width: calc(100% - 30px);
  font-size: 16px;
}
footer .this_web_footer2 .copyright {
  background-color: #DEDEDE;
  margin-top: 0;
}
footer .this_web_footer2 .copyright .copyright_in {
  padding: 20px 0;
  width: 1400px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .this_web_footer2 .copyright .copyright_in .left p {
  font-size: 16px;
}
footer .this_web_footer2 .copyright .copyright_in .right ul {
  display: flex;
  align-items: center;
}
footer .this_web_footer2 .copyright .copyright_in .right ul li {
  position: relative;
  padding: 0 10px;
}
footer .this_web_footer2 .copyright .copyright_in .right ul li::after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 0%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1px ;
  height: 60%;
  background-color: #000;
}
footer .this_web_footer2 .copyright .copyright_in .right ul li:last-child::after {
  display: none;
}
footer .this_web_footer2 .copyright .copyright_in .right ul li a {
  font-size: 16px;
}
@media screen and (max-width: 1440px) {
  footer .this_web_footer2 .Wrapper {
    width: 1200px;
  }
  footer .this_web_footer2 .copyright .copyright_in {
    width: 1200px;
  }
}
@media screen and (max-width: 1280px) {
  footer .this_web_footer2 .Wrapper {
    width: 1000px;
  }
  footer .this_web_footer2 .copyright .copyright_in {
    width: 1000px;
  }
}
@media screen and (max-width: 1024px) {
  footer .this_web_footer2 .Wrapper {
    width: 900px;
  }
  footer .this_web_footer2 .copyright .copyright_in {
    width: 900px;
  }
}
@media screen and (max-width: 950px) {
  footer .this_web_footer2 {
    display: none;
  }
}





.index_cate{
    padding: 3vw 0;
}
.index_cate .cate_list{
    margin-top: 50px;
}
.index_cate .cate_li .imgWrap{
    border-radius: 50%;
    position: relative;
    padding-top: 100%;
    overflow: hidden;
}
.index_cate .cate_li .imgWrap img{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index_cate .cate_li .cate_title{
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin: 20px 0;
}


.nav_wrap .head_nav > li > a {
  color: #000;
}
.search i {
  color: #000 !important;
}
.fixed-nav .head_layer {
  background-color: #fff !important;
}
.fixed-nav .nav_wrap {
  background-color: #fff !important;
}
.head_layer{background-color: #fff;}
.container {
  max-width: 1440px !important;
}
.btn13 {
  border: 1px solid #0084D6;
  position: relative;
  color: #666;
  overflow: hidden;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  text-transform: uppercase;
}
.btn13:hover {
  color: #fff;
  border-color: #0084D6;
}

.btn13 .bgsqr1 {
  content: "";
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  border-style: solid;
  border-width: 0;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: #0084D6;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.btn13 .bgsqr2 {
  content: "";
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  border-style: solid;
  border-width: 0;
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-right-color: #0084D6;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.btn13:hover .bgsqr1 {
  border-width: 50px 260px;
}
.btn13:hover .bgsqr2 {
  border-width: 50px 260px;
}
.btn13 .btn-inner {
  position: relative;
  z-index: 1;
  font-size: 18px;
  color: #0084D6;
  padding: 10px 60px;
}
.btn13 .btn-inner:hover{color: #fff;}
.btn {
  padding: 0;
  margin-top: 30px;
}
.indexabout_video_img {
  position: relative;
  overflow: hidden;
  border-radius:10px;
}
.indexabout_video_img img {
  width: 100%;
  vertical-align: middle;
}
.indexabout_video_mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.dr {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.drbtn {
  position: relative;
}

.cw {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 5px solid #ffffff;
  position: relative;
  transition: 0.5s;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cw:hover {
  border: 5px solid #ffffff;
  background-color: transparent;
  transition: 0.5s;
}

.cw:hover i {
  color: #ffffff;
}

.cw i {
  font-size: 25px;
  color: #ffffff;
}

.bo {
  position: absolute;
  top: 0;
}

.bo::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  animation: scale 2s infinite;
}

.bo::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  animation: scale2 2s infinite;
}

@keyframes scale {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }

  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes scale2 {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }

  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
.videomain {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999999999999999999999;
}
.videoclose {
  position: absolute;
  top: 50px;
  right: 50px;
  cursor: pointer;
}
.videoclose img {
  width: 50px;
  height: 50px;
  display: block;
  cursor: pointer;
}
.videobox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  overflow: hidden;
  max-height: 800px;
  min-height: 600px;
}
.videobox video {
  width: 100%;
  height: 100%;
}
.videobox iframe {
  width: 100%;
  height: 100%;
  max-height: 800px;
  min-height: 600px;
}

/* news */
.indexnews {
  padding: 60px 0 50px 0;
}
.indexnews_title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.indexnews_title_left span {
  font-size: 16px;
  color: #3a3845;
  display: block;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: bold;
}
.indexnews_title_left h2 {
  font-size: 48px;
  color: #000;
  font-weight: bold;
}
.indexnews_title_more {
  padding: 10px 40px;
  border: 1px solid #0084D6;
  display: inline-block;
  font-size: 18px;
  color: #0084D6;
  text-transform: uppercase;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.indexnews_title_more:hover {
  background-color: #0084D6;
  color: #fff;
}
/* footer */
.footer {
  background-color: #f6f7fa;
  padding: 60px 0;
}
.footer_logo img {
  max-height: 100px;
  vertical-align: middle;
  max-width: initial;
  margin-bottom: 20px;
}
.footer_main h2 {
  font-size: 14px;
  color: #000;
  margin-bottom: 20px;
}
.footer_main .public_ad_header_social_media {
  justify-content: flex-start;
  margin-left: 0;
}
.footer_main .public_ad_header_social_media a {
  margin-left: 0;
  margin-right: 15px;
  border-radius: 0;
  margin-bottom: 5px;
}
.footer_page h3,
.footer_product h3,
.footer_contact h3 {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.footer_page a,
.footer_product a {
  display: block;
  font-size: 16px;
  color: #000;
  margin-bottom: 15px;
  text-transform: capitalize;
  word-wrap: break-word;
  word-break: break-all;
}
.footer_product a:hover {
  text-decoration: underline !important;
  color: #0084D6;
}
.footer_page a:hover {
  text-decoration: underline !important;
  color: #0084D6;
}
.footer_contact li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.footer_contact li i {
  font-size: 18px;
  color: #0084D6;
  margin-right: 10px;
  border: 1px solid #0084D6;
  padding:2px 6px;
}
.footer_contact li p {
  font-size: 16px;
  color: #000;
  flex: 1;
}
.footer_contact li a {
  font-size: 16px;
  color: #000;
  flex: 1;
}
.footer_copyrights {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #000;
  margin-top: 20px;
  padding: 20px 0 20px 0;
  width: 100%;
}
.footer_copyrights_name {
  font-size: 14px;
  color: #000;
}
.footer_copyrights_p p {
  font-size: 14px;
  color: #000;
  display: inline;
}
.footer_copyrights_p a {
  font-size: 14px;
  color: #0084D6;
  display: inline;
  text-transform: uppercase;
}
.footer_tags {
  border-bottom: 1px solid #e5e5e5;
  padding: 0 0 10px 0;
  margin-bottom: 40px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}
.footer_tags p {
  font-size: 14px;
  color: #000;
  text-transform: capitalize;
}
.footer_tags a {
  font-size: 14px;
  color: #000;
  display: block;
  margin: 5px;
}
.footer_tags a:hover {
  text-decoration: underline !important;
  color: #0084D6;
}
.bg-dark {
  background-color: #fff !important;
}
.navbar-toggler {
  background-color: #222 !important;
}
.indexchoose {
  padding: 80px 0;
}
.indexchoose_main {
  max-width: 1600px;
  width: 100%;
  margin: 0 0 0 auto;
}
.indexchoose_img {
  position: relative;
}
.indexchoose_img img {
  width: 100%;
  vertical-align: middle;
}
.indexchoose_flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.indexchoose_title span {
  display: block;
  font-size: 24px;
  color: #0084D6;
  font-weight: bold;
}
.indexchoose_title h2 {
  font-size: 48px;
  color: #000;
  font-weight: bold;
  margin: 15px 0 20px 0;
  text-transform: uppercase;
}
.indexchoose_title p {
  font-size: 16px;
  color: #333;
}
.indexchoose_list {
  margin-top: 40px;
}
.fivetxt {
  flex: 1;
}
.indexchoose_list li span {
  margin-right: 15px;
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  text-align: center;
  background-color: #e7f5ff;
}
.indexchoose_list li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
}
.indexchoose_list li i {
  font-size: 38px;
  color: #0084D6;
  text-align: center;
}
.indexchoose_list li h3 {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  word-wrap: break-word;
  word-break: break-all;
  margin-bottom: 10px;
}
.indexchoose_list li p {
  font-size: 14px;
  color: #333;
}
/* brand*/
.services-card{padding:30px 20px 25px;background-color:#fff;border-radius:10px;position:relative;z-index:1;margin-bottom:30px}
.services-card:hover::before{width:100%;height:100%;border-radius:10px;opacity:1}
.services-card:hover i{color:#fff}
.services-card:hover b{color:#fff}
.services-card:hover h3 a{color:#fff}
.services-card:hover p{color:#fff}
.services-card:hover .learn-btn{color:#fff}
.services-card:hover .learn-btn i{color:#fff}
.services-card::before{content:'';position:absolute;z-index:-1;bottom:0;right:0;width:90px;height:90px;background-color:#0084D6;border-radius:272px 0 0 0;opacity:.1;-webkit-transition:.7s;transition:.7s}
.services-card::after{content:'';position:absolute;z-index:-1;bottom:0;right:0;width:75px;height:75px;background-color:#0084D6;border-radius:170px 0 0 0;opacity:.1}
.services-card i{color:#0084D6;font-size:60px;line-height:1}
.services-area_flex{display: flex;flex-wrap: wrap;}
.services-card{height: 100%;}
.services-card a{ word-wrap: break-word;word-break: break-all; font-size: 16px;color: #000;font-weight: bold;}
.services-card h3{ word-wrap: break-word;word-break: break-all;font-size: 16px;color: #000;margin-bottom: 15px;margin-top: 15px;font-weight: bold;}
.services-card p{ word-wrap: break-word;word-break: break-all;font-size: 14px;color: #333;display: -webkit-box;-webkit-line-clamp: 3; -webkit-box-orient: vertical;overflow: hidden;}
.advantage{background-color:#f6f7fa;padding: 60px 0;}
.advantage_main{margin-top: -120px;position: relative;z-index: 99;}
.learn-btn{display: flex;justify-content: flex-start;align-items: center;margin-top: 20px;font-size: 18px;color: #000;}
.learn-btn b{font-size: 18px;color: #000;margin-top: 3px;display: block;font-weight: normal;}

/* product */
.indexproduct{padding: 60px 0;background: url(../images/backjpg.jpg) fixed;}
.indexproduct_title{margin-bottom: 30px;}
.indexproduct_title h2{font-size: 42px;color: #000;font-weight: bold;text-align: center;}
.indexproduct_flex{display: flex;flex-wrap: wrap;}
.indexproduct_li{margin-bottom: 30px;}
.indexproduct_box {height: 100%;position: relative;overflow: hidden; box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2); transition: all 0.35s ease-in-out; -webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.35s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
.indexproduct_img{width: 100%;height: auto;position: relative;overflow: hidden;display: block;padding-top: 100%;}
.indexproduct_img img{width: 100%;vertical-align: middle;position: absolute;top: 0;left: 0;transition: all 0.35s ease-in-out; -webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.35s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
.indexproduct_content{background-color: #d6efff;padding: 20px;}
.indexproduct_content h3{color: #000;text-align: center; font-weight: bold; font-size: 18px;word-wrap: break-word;word-break: break-all;display: -webkit-box;-webkit-line-clamp: 1; -webkit-box-orient: vertical;overflow: hidden;}
.indexproduct_content a{color: #000;font-size: 18px;font-weight: bold;text-align: center;display: block;word-wrap: break-word;word-break: break-all;display: -webkit-box;-webkit-line-clamp: 1; -webkit-box-orient: vertical;overflow: hidden;}
.indexproduct_li:hover .indexproduct_box{border-radius: 20px;margin-top: -15px;}
.indexproduct_li:hover .indexproduct_img img{transform: scale(1.2);}

/* twocard */
.twocard{padding: 60px 0;}
.twocard_flex{display: flex;flex-wrap:wrap;}
.twocard_box{position: relative;overflow: hidden;height: 100%;cursor: pointer;}
.twocard_img {width: 100%;height: auto;display: block;position: relative;overflow: hidden;padding-top: 67%;}
.twocard_img img{transform: scale(1.2) translateX(8%); width: 100%;vertical-align: middle;position: absolute;top: 0;left: 0;transition: all 0.35s ease-in-out; -webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.35s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
.twocard_cover{ display: block; position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(0,0,0,0.4);transition: all 0.35s ease-in-out; -webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.35s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
.twocard_content{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 90%;margin: 0 auto;}
.twocard_content span{font-size: 24px;color: #fff;font-weight: bold;display: block;margin-bottom: 20px;}
.twocard_content h3,.twocard_content a{ word-wrap: break-word; word-break: break-all; font-size: 36px;color: #fff;font-weight: bold;display: -webkit-box;-webkit-line-clamp: 2; -webkit-box-orient: vertical;overflow: hidden;}
.twocard_content .twocard_btn{padding: 10px 40px;background-color: #0084D6;font-size: 16px;color: #fff;display: inline-block;margin: 40px auto 0 auto;transition: all 0.35s ease-in-out; -webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.35s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
.twocard_li:hover .twocard_cover{background-color: rgba(90,108,112,0.8);}
.twocard_li:hover .twocard_img img{transform: scale(1.2) translateX(0%);}
.twocard_li:hover .twocard_content .twocard_btn{padding: 10px 60px;}


/* customer feedback */
.command{padding:0 0 40px 0;position: relative;}
.command .swiper {width: 100%;height: 100%;}
.command .swiper-slide{height: auto;padding-bottom:50px;}
.command_box{padding: 30px;border: 1px solid #e5e5e5;height: 100%;position: relative;}
.command_hd{display: flex;justify-content: flex-start;align-items: center;border-bottom: 1px dashed #e5e5e5;padding-bottom: 20px;margin-bottom: 20px;}
.command_person {width: 100px;height: 100px;border-radius: 50%;text-align: center;margin-right: 15px;overflow: hidden;}
.command_person img{width: 100%;height: 100%;vertical-align: middle;}
.command_name h3{font-size: 20px;color: #0084D6;font-weight: bold;text-transform: capitalize;margin-bottom: 10px;}
.command_name p{font-size: 16px;color: #333;}
.command_bd p{font-size: 16px;color: #000;line-height: 25px;}
.command_btn{z-index: 9999;  display: flex;justify-content: center;align-items: center;width:10%;position: absolute;bottom: 25px;left: 50%;transform: translateX(-50%);}
.command_btn .swiper-button-next:after, .command_btn .swiper-button-prev:after{ border: 1px solid #0084D6;width: 45px;height: 45px;line-height: 45px;text-align: center;border-radius: 50%; font-size: 16px;color: #0084D6;}
.command_btn .swiper-button-next, .command_btn .swiper-button-prev{width: auto !important;}
.command .swiper-pagination-bullet-active{background-color: #0084D6;}
.command_name{flex: 1;}
/* about */
.indexabout{padding: 60px 0;}
.indexabout_flex{display: flex;flex-wrap: wrap;align-items: center;}
.indexabout_img img{width: 100%;vertical-align: middle;}
.indexabout_content span{display: block;font-size: 18px;color: #0084D6;font-weight: bold;text-transform: uppercase;margin-bottom: 15px;}
.indexabout_content h1{font-size: 26px;color: #000;font-weight: bold;margin-bottom: 20px;}
.indexabout_content p{font-size: 14px;color: #000;line-height: 25px;margin-bottom: 10px;display: -webkit-box;-webkit-line-clamp:15; -webkit-box-orient: vertical;overflow: hidden;}
.indexabout_btn{display: inline-block;padding: 13px 40px;margin-top: 20px;background-color: #0084D6;font-size: 18px;text-align: center;color: #fff;text-transform: uppercase;font-weight: bold;transition: all 0.35s ease-in-out; -webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.35s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
.number{display: flex;flex-wrap: wrap;margin-top: 40px;padding: 30px 0;background-color: #0069ab;}
.indexabout_box{height: 100%;display: flex;flex-direction: column;align-items: center;}
.indexabout_data{display: flex;justify-content: center;align-items: center;margin-bottom: 15px;}
.indexabout_data h3{font-size: 65px;color: #fff;font-family: "impact";}
.number h4{font-size: 20px;text-align: center;color: #fff;font-size: 16px;word-wrap: break-word;word-break: break-all;}
.indexabout_btn:hover{background-color: #159724;padding: 13px 60px;}

/* service */
.service{background: url(../images/indexbackjpg.jpg) no-repeat 50% 50% fixed; background-size: cover; padding: 60px 0;position: relative;overflow: hidden;}
.service_mask {width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.5);position: absolute;top: 0;left: 0;z-index: 9;}
.service_flex{display: flex;flex-wrap: wrap;}
.service_box{height: 100%;position: relative;z-index: 999;border: 1px solid #fff;padding: 15px;transition: all 0.35s ease-in-out; -webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.35s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
.service_img{position: relative;overflow: hidden;width: 100%;height: auto;display: block;padding-top: 65%;}
.service_img img{width: 100%;height: auto;position: absolute;top: 0;left: 0;vertical-align: middle;transition: all 0.35s ease-in-out; -webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.35s ease-in-out;-ms-transition: all 0.35s ease-in-out;-o-transition: all 0.35s ease-in-out;}
.service_box h3{font-size: 16px;color: #fff;text-align: center;font-weight: bold;word-wrap: break-word;word-break: break-all; margin: 15px auto;  display: -webkit-box;-webkit-line-clamp: 2; -webkit-box-orient: vertical;overflow: hidden;}
.service_box a{font-size: 16px;display: block; color: #fff;text-align: center;font-weight: bold;word-wrap: break-word;word-break: break-all;display: -webkit-box;-webkit-line-clamp: 2; -webkit-box-orient: vertical;overflow: hidden;}
.service_box p{font-size: 14px;text-align: center;  color: #fff;word-wrap: break-word;word-break: break-all;display: -webkit-box;-webkit-line-clamp: 2; -webkit-box-orient: vertical;overflow: hidden;}
.service .indexnews_title_left span{color: #fff;}
.service .indexnews_title{z-index: 999;position: relative;margin-bottom: 50px;}
.service .indexnews_title_left h2{color: #fff;}
.service .indexnews_title p{color: #fff;font-size: 16px;text-align: right;flex: 1;margin-left: 50px;}
.service_li{margin-bottom: 30px;}
.service_li:hover .service_box{border: 1px solid #0084D6;}
.service_li:hover  .service_img img{transform: scale(1.2);}
/* shi pei */
@media (max-width:576px){
  .scrollsidebar{display: none;}
  .advantage_main{margin-top: 0;}
  .advantage{padding: 40px 0;}
  .indexproduct{padding: 40px 0 20px 0;}
  .services-card{margin-bottom: 0;}
  .indexabout{padding: 40px 0;}
  .indexabout_content{margin-bottom: 30px;}
  .videobox{width: 90%;margin: 0 auto;max-height: auto;min-height: 250px;}
  .videobox iframe{width: 100%;max-height: auto;min-height: 250px;}
  .indexabout_li {margin: 15px 0;}
  .indexabout_data h3,.indexproduct_title h2{font-size: 32px;}
  .twocard_li {margin: 15px 0;}
  .twocard_content h3, .twocard_content a{font-size: 20px;}
  .twocard_content span{font-size: 18px;}
  .twocard{padding: 40px 0;}
  .service .indexnews_title p{text-align: left;margin-left: 0;margin-top: 30px;}
  .indexnews_title_left h2{font-size: 32px;}
  .service .indexnews_title{margin-bottom: 30px;}
  .service_box{padding: 10px;}
  .indexnews{padding: 40px 0;}
  .service{padding: 40px 0 20px 0;}
  .indexnews_title_more{padding: 5px 10px;margin-top: 20px;}
  .footer_logo img{max-height: 50px;}
  .footer_page,.footer_product  {display: none;}
  .footer_contact {margin-top: 30px;}
}
@media (min-width:576px) and (max-width:768px) {
  .scrollsidebar{display: none;}
  .advantage_main{margin-top: 0;}
  .advantage{padding: 40px 0;}
  .indexproduct{padding: 40px 0 20px 0;}
  .services-card{margin-bottom: 0;}
  .indexabout{padding: 40px 0;}
  .indexabout_content{margin-bottom: 30px;}
  .videobox{width: 90%;margin: 0 auto;max-height: auto;min-height: 400px;}
  .videobox iframe{width: 100%;max-height: auto;min-height: 400px;}
  .indexabout_li {margin: 15px 0;}
  .indexabout_data h3,.indexproduct_title h2{font-size: 32px;}
  .twocard_li {margin: 15px 0;}
  .twocard_content h3, .twocard_content a{font-size: 20px;}
  .twocard_content span{font-size: 18px;}
  .twocard{padding: 40px 0;}
  .service .indexnews_title p{text-align: left;margin-left: 0;margin-top: 30px;}
  .indexnews_title_left h2{font-size: 32px;}
  .service .indexnews_title{margin-bottom: 30px;}
  .service_box{padding: 10px;}
  .indexnews{padding: 40px 0;}
  .service{padding: 40px 0 20px 0;}
  .indexnews_title_more{padding: 5px 10px;margin-top: 20px;}
  .footer_logo img{max-height: 50px;}
  .footer_page,.footer_product  {display: none;}
  .footer_contact {margin-top: 30px;}
}
@media (min-width:768px) and (max-width:992px) {
  .scrollsidebar{display: none;}
  .advantage_main{margin-top: 0;}
  .advantage{padding: 40px 0;}
  .indexproduct{padding: 40px 0 20px 0;}
  .services-card{margin-bottom: 0;}
  .indexabout{padding: 40px 0;}
  .indexabout_content{margin-bottom: 30px;}
  .videobox{width: 90%;margin: 0 auto;max-height: auto;min-height: 400px;}
  .videobox iframe{width: 100%;max-height: auto;min-height: 400px;}
  .indexabout_li {margin: 15px 0;}
  .indexabout_data h3,.indexproduct_title h2{font-size: 32px;}
  .twocard_li {margin: 15px 0;}
  .twocard_content h3, .twocard_content a{font-size: 20px;}
  .twocard_content span{font-size: 18px;}
  .twocard{padding: 40px 0;}
  .service .indexnews_title p{text-align: left;margin-left: 0;margin-top: 30px;}
  .indexnews_title_left h2{font-size: 32px;}
  .service .indexnews_title{margin-bottom: 30px;}
  .service_box{padding: 10px;}
  .indexnews{padding: 40px 0;}
  .service{padding: 40px 0 20px 0;}
  .indexnews_title_more{padding: 5px 10px;margin-top: 20px;}
  .footer_logo img{max-height: 50px;}
  .footer_page,.footer_product  {display: none;}
  .footer_contact {margin-top: 30px;}
}
@media (min-width:992px) and (max-width:1199px) {
  .scrollsidebar{display: none;}
  .advantage_main{margin-top: 0;}
  .advantage{padding: 40px 0;}
  .indexproduct{padding: 40px 0 20px 0;}
  .services-card{margin-bottom: 0;}
  .indexabout{padding: 40px 0;}
  .indexabout_content{margin-bottom: 30px;}
  .videobox{width: 90%;margin: 0 auto;max-height: auto;min-height: 500px;}
  .videobox iframe{width: 100%;max-height: auto;min-height: 500px;}
  .indexabout_li {margin: 15px 0;}
  .indexabout_data h3,.indexproduct_title h2{font-size: 32px;}
  .twocard_li {margin: 15px 0;}
  .twocard_content h3, .twocard_content a{font-size: 20px;}
  .twocard_content span{font-size: 18px;}
  .twocard{padding: 40px 0;}
  .service .indexnews_title p{text-align: left;margin-left: 0;margin-top: 30px;}
  .indexnews_title_left h2{font-size: 32px;}
  .service .indexnews_title{margin-bottom: 30px;}
  .service_box{padding: 10px;}
  .indexnews{padding: 40px 0;}
  .service{padding: 40px 0 20px 0;}
  .indexnews_title_more{padding: 5px 10px;margin-top: 20px;}
  .footer_logo img{max-height: 50px;}
  .footer_page,.footer_product  {display: none;}
}
@media (min-width:1200px) and (max-width:1400px) {
  .videobox{width:90%;margin: 0 auto;max-height: auto;min-height: 500px;}
  .videobox iframe{width: 100%;max-height: auto;min-height: 500px;}
}
@media (min-width:1400px) and (max-width:1680px) {}