/* header */
.nav_wrap .head_nav>li>a {
  color: #000;
}

.search {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  background-color: #ff5600;
  text-align: center;
}

.search i {
  color: #fff !important;
}

.fixed-nav .head_layer {
  background-color: rgba(255, 255, 255, 0.95) !important;
}

.fixed-nav .nav_wrap {
  background-color: transparent !important;
  flex: 1;
}

.fixed-nav .index_header_bd {
  padding: 0 0 0 10%;
}

/* .fixed-nav .nav_wrap .head_nav > li > a {
  color: #000;
} */
.fixed-nav .index_header_hd {
  display: none;
}

.fixed-nav .logo-fixed {
  padding: 0;
  border-right: none;
}

.head_layer {
  background-color: transparent;
}

.nav_wrap .head_nav {
  display: flex;
  justify-content: center;
}

.bg-dark {
  background-color: #fff !important;
}

.navbar-toggler {
  background-color: #222 !important;
}

.container {
  max-width: 1500px !important;
}

.public_ad_header_social_media {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  margin-left: 30px;
}

.public_ad_header_social_media a {
  border: 1px solid #ff5600;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin-left: 15px;
  border-radius: 50%;
  background-color: #ff5600;
  text-align: center;
  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;
}

.public_ad_header_social_media a i {
  font-size: 16px;
  text-align: center;
  color: #fff;
  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;
}

.public_ad_header_social_media a:hover {
  background-color: #fff;
}

.public_ad_header_social_media a:hover i {
  color: #ff5600;
}

/* header */
.header_container {
  padding: 0 0 0 10%;
}

.index_header_bd {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.head_layer_main {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 55%;
}

.index_header_hd_right {
  padding: 18px 50px 18px 30px;
  background-color: #ff5600;
}

.index_header_hd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 0 10%;
  background-color: #08345d;
}

.index_header_hd_ways ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.index_header_hd_ways li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 40px;
}

.index_header_hd_ways li i {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.7);
  margin-right: 10px;
}

.index_header_hd_ways li a {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  transition: all ease 0.35s;
}

.index_header_hd_ways li p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  transition: all ease 0.35s;
}

.index_header_hd_ways li a:hover {
  color: #ff5600;
}

.index_header_hd_ways li p:hover {
  color: #ff5600;
}

.index_header_hd_shemei {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.index_header_hd_shemei a {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background-color: #ff5600;
  border-radius: 5px;
  text-align: center;
  margin: 5px 10px;
}

.index_header_hd_shemei i {
  font-size: 16px;
  color: #fff;
  text-align: center;
}

.header_phone {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header_phone span {
  display: block;
  border-radius: 50%;
  padding: 7px 12px;
  background-color: #ff5600;
  margin-right: 10px;
  text-align: center;
}

.header_phone i {
  font-size: 24px;
  color: #fff;
  text-align: center;
}

.header_phone p {
  font-size: 30px;
  color: #fff;
  font-family: "impact";
}

.index_header_hd_shemei a:hover {
  background-color: #ff5600;
}

.header_bd_end {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex: 0 25%;
  background-color: #08345d;
  height: 100px;
  padding: 0 50px 0 20px;
}

/* video */
.btn13 {
  border: 1px solid #ff5600;
  position: relative;
  color: #666;
  overflow: hidden;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  text-transform: uppercase;
}

.btn13:hover {
  color: #fff;
  border-color: #ff5600;
}

.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: #ff5600;
  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: #ff5600;
  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: #ff5600;
  padding: 10px 60px;
}

.btn13 .btn-inner:hover {
  color: #fff;
}

.btn {
  padding: 0;
  margin-top: 30px;
}

.indexabout_video_img {
  position: relative;
  overflow: hidden;
}

.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: 70px 0 70px 0;
}

.indexnews_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.indexnews_title_left span {
  font-size: 16px;
  color: #08345d;
  display: block;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: bold;
}

.indexnews_title_left h2 {
  font-size: 70px;
  color: #08345d;
  letter-spacing: 1px;
  /* font-weight: bold; */
  font-family: "impact";
}

.indexnews_title_more {
  padding: 15px 30px;
  border-radius: 5px;
  border: 1px solid #ff5600;
  display: inline-block;
  background-color: #ff5600;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  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: #08345d;
  color: #fff;
  border: 1px solid #08345d;
}

.indexnews .blog_txt {
  padding: 20px;
}

.indexnews .blogbox {
  border-radius: 0;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  box-shadow: none;
}

.indexnews .blogmorebtn {
  display: block;
  margin: 20px auto 0 auto;
}

.indexnews .blog_txt h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.indexnews .blogmore {
  border: 1px solid #08345d;
  background-color: #fff;
  text-transform: uppercase;
  color: #08345d;
  padding: 10px 30px;
  font-size: 20px;
  font-weight: bold;
}

.indexnews .blogline {
  background-color: #ff5600;
  left: 50%;
  transform: translateX(-50%);
}

/* .indexnews .blogli:hover .blogmore{background-color: #000;color: #fff;border: 1px solid #000;} */
/* teamscroll */
.teamscroll {
  padding: 60px 0 100px 0;
  overflow: hidden;
  background-color: #08345d;
}

.teamscroll .swiper {
  width: 100%;
  height: 100%;
}

.teamscroll_img {
  margin: 0 auto;
  padding: 10px;
  background-color: #0b2943;
  text-align: center;
  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;
}

.teamscroll_img img {
  max-width: 80%;
  vertical-align: middle;
  margin: 0 auto;
  display: block;
  text-align: center;
}

.teamscroll_img:hover {
  background-color: rgba(255, 86, 0, 0.8);
}

/* indexproduct */
.indexproduct {
  background-color: #fff;
  padding: 90px 0 60px 0;
}

.indexproduct_title {
  margin-bottom: 40px;
}

.indexproduct_title h2 {
  font-size: 70px;
  color: #08345d;
  font-family: "impact";
  text-align: center;
  letter-spacing: 1px;
}

.indexproduct_flex {
  display: flex;
  flex-wrap: wrap;
}

.indexproduct_li {
  margin-bottom: 30px;
  position: relative;
}

.indexproduct_box {
  height: 100%;
  background-color: #f7f7f7;
  position: relative;
  overflow: hidden;
  padding: 30px 20px 20px 20px;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
}

.indexproduct_content h3 {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  word-wrap: break-word;
  word-break: break-all;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.indexproduct_content a {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  word-wrap: break-word;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.indexproduct_content p {
  font-size: 16px;
  color: #666;
  line-height: 25px;
  word-wrap: break-word;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.indexproduct_content {
  margin-bottom: 50px;
}

.indexproduct_img {
  position: relative;
  background-color: #f1f1f1;
  overflow: hidden;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 100%;
}

.indexproduct_img img {
  width: 100%;
  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;
}

.indexproduct_icon {
  display: block;
  width: 80px;
  border: 6px solid #fff;
  height: 80px;
  background-color: #ff5600;
  border-radius: 10px;
  line-height: 70px;
  text-align: center;
  position: absolute;
  top: 20%;
  right: 30px;
  z-index: 999;
  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_icon i {
  font-size: 50px;
  color: #fff;
}

.indexproduct_li:hover .indexproduct_img img {
  transform: scale(1.2);
}

.indexproduct_li:hover .indexproduct_icon {
  background-color: #13273b;
  border: 6px solid #fff;
}

.ipro_btn{
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ipro_btn a{
  text-transform: uppercase;
  display: block;
  padding: 12px 20px;
  background: #121c22;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  transition: all ease 0.3s;
}

.ipro_btn a:hover{
  background: #ff5600;

}

/* indexabout */
.indexabout {
  padding: 90px 0 80px 0;
}

.indexabout_flex {
  display: flex;
  flex-wrap: wrap;
}

.indexabout_content h1 {
  font-size: 28px;
  color: #ff5600;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: bold;
  word-wrap: break-word;
}

.indexabout_content h2 {
  font-size: 70px;
  font-family: "impact";
  color: #08345d;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.indexabout_content p {
  font-size: 16px;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  line-height: 28px;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.indexabout_btn {
  padding: 15px 40px;
  background-color: #08345d;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  margin-top: 10px;
  transition: all ease 0.5s;
}

.indexabout_btn:hover {
  box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.2);
  transition: all ease 0.5s;
}

.indexabout_tab_main .indexabout_tab_li:nth-child(n+2) {
  display: none;
}

.indexabout_tab {
  margin-top: 40px;
}

.indexabout_tab_title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;
}

.indexabout_tab_title span {
  width: 32%;
  border-bottom: 4px solid #ff5600;
  cursor: pointer;
  letter-spacing: 2px;
  text-align: center;
  display: block;
  padding: 10px 10px;
  font-size: 18px;
  font-family: "impact";
  color: #000;
}

.indexabout_tab_active {
  background-color: #ff5600 !important;
  color: #fff !important;
}

.indexabout_img {
  display: flex;
  justify-content: space-between;
}

.indexabout_img_hd {
  overflow: hidden;
  display: block;
  width: 75%;
  position: relative;
  height: auto;
  padding-top: 84%;
}

.indexabout_img_hd img {
  width: 100%;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
}

.indexabout_img_txt {
  width: 25%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.indexabout_img_txt span {
  color: #ff5600;
  display: inline;
  font-size: 62px;
  font-family: "impact";
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  margin: 30px auto 0 auto;
}

.indexabout_img_txt p {
  font-size: 62px;
  font-family: "impact";
  color: #08345d;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  margin: 30px auto 0 auto;
}

.indexabout_img_bd {
  width: 70%;
  display: block;
  margin: -150px 0 0 auto;
  z-index: 999;
  position: relative;
  height: auto;
  padding-top: 35%;
  border: 20px solid #fff;
  overflow: hidden;
}

.indexabout_img_bd img {
  width: 100%;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
}

.indexcate_title_btn {
  display: inline-block;
  padding: 15px 30px;
  font-size: 20px;
  transition: all ease 0.5s;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: #ff5600;
  position: relative;
  z-index: 999;
}

.indexcate_title_btn:hover {
  box-shadow: 10px 10px 0px 0px rgba(255, 255, 255, 0.2);
  transition: all ease 0.5s;
}

/* footer */
.footer {
  background-color: #08345d;
  padding: 30px 0;
  color: #fff;
  position: relative;
}

footer a {
  color: #fff;
}

.foot {
  padding-top: 80px;
  padding-bottom: 80px;
}

.fot_nav {
  padding-bottom: 50px;
}

.fot_nav h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}


.fot_nav ul li a {
  font-size: 16px;
  color: #fff;
  word-break: break-all;
  word-wrap: break-word;
  display: block;
  margin: 10px 0;
}

.footer_page .fot_nav ul li a{
  font-weight: bold;

}

.fot_nav ul li a:hover {
  color: #ff5600;
}

.fot_tags strong {
  font-size: 18px;
  color: #999;
  font-weight: normal;
  margin: 2px 10px 5px 0;
}

.fot_tags {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-top: 20px;
}

.fot_tags a {
  font-size: 14px;
  color: #999;
  display: inline-block;
  margin: 5px 10px 5px 0;
}

.fot_about {
  border-top: 1px #999 solid;
  padding-top: 30px;
  padding-right: 10px;
  border-bottom: 1px #999 solid;
  padding-bottom: 30px;
}

.fot_about h3 {
  font-size: 42px;
  text-transform: uppercase;
  /* font-weight: bold; */
  margin-bottom: 20px;
  word-wrap: break-word;
  /* word-break: break-all; */
  font-family: Impact;

}

.fot_about span {
  color: #ff5600;
  font-family: Impact;

}

.fot_about p {
  font-size: 16px;
  ;
  color: #999;
  ;
}

.fot_left {
  border-right: 1px #999 solid;
  height: 100%;
  position: relative;
}

.fot_right {
  position: relative;
  height: 100%;
}

.fot_right_about h3 {
  font-size: 46px;
  text-transform: uppercase;
  /* font-weight: bold; */
  margin-bottom: 20px;
  word-wrap: break-word;
  /* word-break: break-all; */
  font-family: Impact;
}

.fot_right_about span {
  color: #ff5600;
  font-family: Impact;
}

.fot_right_about p {
  color: #999;
  display: -webkit-box;
  /*-webkit-line-clamp: 4;*/
  -webkit-box-orient: vertical;
  /*overflow: hidden;*/
}

.fot_contact {
  margin-top: 30px;
}

.fot_contact h3 {
  color: #ff5600;
  font-size: 16px;
  margin: 5px 0;
  font-weight: bold;
}

.fot_contact p,
.fot_contact a {
  font-size: 18px;
  color: #999;
  padding: 5px 0;
}

.bottom {
  margin-top: 30px;
  color: #999;
}

.bottom a {
  color: #ff5600;
}

.foot {
  padding: 50px 0;
}

.indexabout_more {
  margin-top: 20px;
}

.footer_copyrights {
  padding: 10px 0 0px 0;
  width: 100%;
  font-size: 18px;
  color: #fff;
}

.footer_copyrights_name {
  font-size: 18px;
  color: #fff;
}

.footer_copyrights_p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: 16px;
  color: #999;
}

.footer_Powered {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.footer_copyrights_p p {
  font-size: 16px;
  color: #999;
  display: inline;
  margin-bottom: 10px;
}

.footer_copyrights_p a {
  font-size: 16px;
  color: #999;
  display: inline;
  text-transform: uppercase;
}

/* service */
.indexservice {
  padding: 80px  0 180px 0;
  background-color: #08345d;
}

.indexservice_title {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.indexservice_title h2 {
  font-size: 70px;
  font-family: "impact";
  color: #fff;
  flex: 0 50%;
  letter-spacing: 2px;
}

.indexservice_title p {
  font-size: 16px;
  color: #999;
  line-height: 28px;
  flex: 0 50%;
}

.indexservice_flex {
  display: flex;
  flex-wrap: wrap;
  margin-top: -160px;
  z-index: 999;
  position: relative;
}

.indexservice_li {
  margin-bottom: 30px;
  position: relative;
}

.indexservice_box {
  position: relative;
  height: 100%;
  background-color: #fff;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1);
}

.indexservice_img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  display: block;
  padding-top: 91%;
}

.indexservice_img .indexservice_bigimg {
  width: 100%;
  height: auto;
  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;
}

.indexservice_content {
  padding: 30px 20px 50px;
}

.indexservice_content a {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  word-wrap: break-word;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.indexservice_content h3 {
  margin-bottom: 15px;
  font-size: 18px;
  color: #000;
  font-weight: bold;
  word-wrap: break-word;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.indexservice_content p {
  font-size: 14px;
  color: #666;
  line-height: 25px;
  word-wrap: break-word;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.indexservice_more {
  position: absolute;
  bottom: -20px;
  right: 20px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #ff5600;
  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;
}

.indexservice_more i {
  font-size: 24px;
  color: #fff;
  text-align: center;
}

.indexservice_li:hover .indexservice_img .indexservice_bigimg {
  transform: scale(1.2);
}

.indexservice_li:hover .indexservice_more {
  background-color: #13273b;
}

.indexservice_icon {
  width: 90px;
  height: 90px;
  line-height: 90px;
  background-color: #ff5600;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  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;
}

.indexservice_icon img {
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  text-align: center;
  margin: 0 auto;
}

.indexservice_li:hover .indexservice_icon {
  background-color: #13273b;
}

/* indexadvantage */
.indexadvantage {
  padding: 90px 0 20px 0;
}

.indexadvantage_flex {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}

.indexadvantage_box {
  height: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.indexadvantage_box span {
  display: block;
  text-align: right;
  font-size: 90px;
  font-family: "impact";
  color: #ddd;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.indexadvantage_content {
  flex: 1;
  margin-left: 15px;
}

.indexadvantage_content img {
  width: 80px;
  height: 80px;
  display: block;
  vertical-align: middle;
}

.indexadvantage_content h3 {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  word-break: break-all;
  word-wrap: break-word;
  margin: 15px 0 15px 0;
}

.indexadvantage_content p {
  font-size: 16px;
  color: #666;
  word-break: break-all;
  word-wrap: break-word;
  line-height: 25px;
}

/* customer */
.indexcustomer {
  background-color: #08345d;
  padding: 90px 0 20px 0;
}

.indexcustomer_main {
  margin-top: 70px;
}

.indexcustomer_box {
  display: flex;
  justify-content: space-between;
  height: 100%;
}

.indexcustomer_box_icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #ff5600;
  margin: 0 0 0 150px;
}

.indexcustomer_box_icon i {
  font-size: 28px;
  color: #fff;
  text-align: center;
}

.indexcustomer_box_img {
  width: 150px;
  height: 150px;
  overflow: hidden;
}

.indexcustomer_box_img img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.indexcustomer_box_right {
  flex: 1;
  margin-left: 30px;
}

.indexcustomer_box_right p {
  font-size: 16px;
  color: #999;
  line-height: 25px;
  word-break: break-all;
  word-wrap: break-word;
}

.indexcustomer_box_right h4 {
  font-size: 22px;
  color: #fff;
  word-break: break-all;
  word-wrap: break-word;
  font-family: "impact";
  margin-top: 20px;
}

.indexcustomer_main .swiper-slide {
  height: auto;
}

/* picture */
.picture {
  padding: 90px 0;
}

.bigimg {
  width: 600px !important;
  height: auto !important;
  object-fit: cover;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: none;
  z-index: 999999999;
  border: 10px solid #fff;
}

.mask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.8;
  filter: Alpha(opacity=50);
  z-index: 99999999;
  transition: all 1s;
  display: none
}

.bigbox {
  width: 840px;
  background: #fff;
  border: 1px solid #ededed;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
  padding: 10px;
}

.bigbox>.imgbox {
  width: 400px;
  height: 250px;
  float: left;
  border-radius: 5px;
  overflow: hidden;
  margin: 0 10px 10px 10px;
}

.bigbox>.imgbox>img {
  width: 100%;
}

.imgbox:hover {
  cursor: zoom-in
}

.mask:hover {
  cursor: zoom-out
}

.mask>img {
  position: fixed;
  right: 10px;
  top: 10px;
  width: 60px;
}

.mask>img:hover {
  cursor: pointer
}

.picture .swiper {
  width: 100%;
  height: 100%;
}

.picture .swiper-slide {
  height: auto;
  padding-bottom: 80px;
}

.picture .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.picture .swiper-pagination-bullet {
  opacity: 1;
  border: 1px solid #ff5600;
  width: 15px;
  height: 15px;
  background-color: transparent;
}

.picture .swiper-pagination-bullet-active {
  background-color: #ff5600;
}

.picture .swiper-button-next,
.picture .swiper-button-prev {
  bottom: 0;
  top: auto;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  background-color: #ff5600;
  z-index: 9999;
}

.picture .swiper-button-next:after,
.picture .swiper-button-prev:after {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}

.picture .swiper-button-next:hover,
.picture .swiper-button-prev:hover {
  background-color: #08345d;
}

.picture .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}

.picture_img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 70%;
}

.picture_img img {
  width: 100%;
  height: auto;
  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;
}

/* .picture_icon{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);z-index: 999;width: 100px;height: 100px;line-height: 100px;text-align: center;border-radius: 50%;background-color: #ffe922;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;} */
/* .picture_icon i{font-size: 40px;color: #000;text-align: center;} */
.picture_img:hover .picture_icon {
  opacity: 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;
}

.picture_img:hover img {
  z-index: 9999;
  transform: scale(1.2);
}

.picture_line {
  width: 20%;
  height: 100%;
  background-color: #ff5600;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  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;
}

.picture_line h4 {
  height: 100%;
  font-size: 46px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
  font-family: "impact";
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  writing-mode: vertical-rl;
  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;
}

.picture_img:hover .picture_line {
  width: 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;
}

/* indexprocess */
.indexprocess {
  padding: 0;
}

.indexprocess_flex {
  display: flex;
  flex-wrap: wrap;
}

/* .indexprocess_li{margin-bottom: 30px;} */
.indexprocess_box {
  height: 100%;
  position: relative;
}

.indexprocess_box h3 {
  font-size: 26px;
  font-family: "impact";
  color: #08345d;
  text-align: center;
  word-break: break-all;
  word-wrap: break-word;
  margin: 0 auto 10px auto;
}

.indexprocess_box span {
  display: block;
  letter-spacing: 2px;
  font-size: 40px;
  font-family: "impact";
  color: #ff5600;
  text-align: center;
  word-break: break-all;
  word-wrap: break-word;
  margin: 0 auto 30px auto;
}

.indexprocess_content {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 30px auto;
}

.indexprocess_img {
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  position: relative;
  overflow: hidden;
  background-color: #f1f1f1;
  border-left: 6px solid #ff5600;
}

.indexprocess_img img {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  vertical-align: middle;
  text-align: center;
  display: block;
  margin: 0 auto;
}

.indexprocess_num {
  margin-left: -15px;
  z-index: 999;
  position: relative;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #ff5600;
  font-size: 22px;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

.indexprocess_box p {
  font-size: 16px;
  color: #666;
  text-align: center;
  /* word-break: break-all; */
  word-wrap: break-word;
  line-height: 28px;
  padding: 0 5%;
}

/* shi pei */
@media (max-width:575px) {
  .videobox {
    width: 90%;
    margin: 0 auto;
    max-height: auto;
    min-height: 300px;
  }

  .videobox iframe {
    width: 100%;
    max-height: auto;
    min-height: 300px;
  }

  .indexnews {
    padding: 20px 0;
  }

  .indexnews_title_left h2 {
    font-size: 26px;
  }

  .indexnews_title {
    flex-wrap: wrap;
  }

  .indexnews_title_more {
    padding: 10px 15px;
    font-size: 14px;
    margin-top: 20px;
  }

  .indexnews_main .blogli:last-child {
    display: none;
  }

  .indexnews .blog_txt {
    padding: 20px 10px;
  }

  .indexnews .blogmorebtn {
    display: flex;
    margin: 0 auto;
  }

  .indexnews .blogmore {
    padding: 10px;
    font-size: 14px;
  }

  .teamscroll {
    padding: 20px 10px;
  }

  .foot {
    padding: 0;
  }

  .footer_page {
    display: none;
  }

  .fot_nav {
    padding-bottom: 30px;
  }

  .fot_about h3 {
    font-size: 26px;
  }

  .fot_about p {
    font-size: 14px;
  }

  .fot_right_about h3 {
    font-size: 26px;
  }

  .fot_right {
    margin-top: 30px;
  }

  .footer {
    padding: 40px 0 90px 0;
  }

  .fot_contact {
    margin-top: 0;
  }

  .fot_left {
    border-right: 0;
  }

  .gotop:before {
    font-size: 22px;
  }

  .gotop {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }

  .indexabout {
    padding: 40px 0 30px 0;
  }

  .indexabout_content h2 {
    font-size: 36px;
  }

  .indexabout_tab_title {
    align-items: flex-end;
  }

  .indexabout_tab_title span {
    width: 32%;
    padding: 5px 0;
    font-size: 16px;
    letter-spacing: normal;
  }

  .indexservice_title {
    flex-wrap: wrap;
  }

  .indexservice {
    padding: 40px 0 10px 0;
  }

  .indexservice_title h2 {
    flex: auto;
    font-size: 36px;
  }

  .indexservice_title p {
    flex: auto;
  }

  .indexservice_flex {
    margin-top: 30px;
  }

  .indexabout_img {
    margin-top: 30px;
  }

  .indexabout_img_txt p {
    font-size: 20px;
  }

  .indexabout_img_txt span {
    font-size: 20px;
  }

  .indexservice_li {
    margin-bottom: 50px;
  }

  .indexservice_more {
    bottom: -35px;
  }

  .indexadvantage {
    padding: 40px 0;
  }

  .indexproduct_title h2 {
    font-size: 34px;
    word-break: break-all;
  }

  .indexadvantage_li {
    margin: 0 0 30px 0;
  }

  .indexadvantage_box span {
    font-size: 60px;
  }

  .indexadvantage_content img {
    width: 60px;
    height: 60px;
  }

  .indexadvantage_content h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 10px 0;
  }

  .indexproduct_content{
    margin-bottom: 20px;
  }

  .ipro_btn {
    margin-top: 10px;
  }

  .ipro_btn a {
    padding: 10px 15px;
    font-size: 16px;
  }

  .indexprocess_box span {
    font-size: 30px;
    margin: 0 auto 15px auto;
  }

  .indexabout_img_bd {
    margin: -60px 0 0 auto;
  }

  .indexproduct {
    padding: 0 0 20px 0;
  }

  .indexproduct_icon {
    display: none;
  }

  .indexproduct_box {
    padding: 20px 10px;
  }

  .indexcustomer {
    padding: 40px 0 20px 0;
  }

  .indexcustomer_box {
    flex-direction: column;
  }

  .indexcustomer_box_right {
    margin-left: 0;
  }

  .indexcustomer_box_img {
    margin: 0 auto;
  }

  .indexcustomer_box_left {
    margin-bottom: 30px;
  }

  .indexcustomer_box_icon {
    display: none;
  }

  .indexcustomer_main {
    margin-top: 0;
  }

  .picture {
    padding: 40px 0;
  }

  .picture .swiper-pagination {
    display: none;
  }

  .picture_line h4 {
    font-size: 28px;
  }

  .indexprocess_li {
    margin-bottom: 30px;
  }

  .indexcate_title_btn {
    padding: 10px 15px;
    font-size: 14px;
    margin-bottom: 20px;
  }
}

@media (min-width:576px) and (max-width:767px) {
  .videobox {
    width: 90%;
    margin: 0 auto;
    max-height: auto;
    min-height: 350px;
  }

  .videobox iframe {
    width: 100%;
    max-height: auto;
    min-height: 350px;
  }

  .indexproduct_content {
    margin-bottom: 20px;
  }

  .indexnews {
    padding: 40px 0;
  }

  .indexnews_title_left h2 {
    font-size: 26px;
  }

  .indexnews_title {
    flex-wrap: wrap;
  }

  .indexnews_title_more {
    padding: 10px 15px;
    font-size: 14px;
    margin-top: 20px;
  }

  .indexnews_main .blogli:last-child {
    display: none;
  }

  .indexnews .blog_txt {
    padding: 20px 10px;
  }

  .indexnews .blogmorebtn {
    display: flex;
    margin: 0 auto;
  }

  .indexnews .blogmore {
    padding: 10px;
    font-size: 14px;
  }

  .teamscroll {
    padding: 20px 10px;
  }

  .foot {
    padding: 0;
  }

  .footer_page {
    display: none;
  }

  .fot_nav {
    padding-bottom: 30px;
  }

  .fot_about h3 {
    font-size: 26px;
  }

  .fot_about p {
    font-size: 14px;
  }

  .fot_right_about h3 {
    font-size: 26px;
  }

  /* .fot_right{margin-top: 30px;} */
  .footer {
    padding: 40px 0 90px 0;
  }

  .fot_contact {
    margin-top: 30px;
  }

  .fot_left {
    border-right: 0;
  }

  .gotop:before {
    font-size: 22px;
  }

  .gotop {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }

  .indexabout {
    padding: 40px 0 30px 0;
  }

  .indexabout_content h2 {
    font-size: 36px;
  }

  .indexabout_tab_title {
    align-items: flex-end;
  }

  .indexabout_tab_title span {
    width: 32%;
    padding: 5px 0;
    font-size: 16px;
    letter-spacing: normal;
  }

  .indexservice_title {
    flex-wrap: wrap;
  }

  .indexservice {
    padding: 40px 0 10px 0;
  }

  .indexservice_title h2 {
    flex: auto;
    font-size: 36px;
  }

  .indexservice_title p {
    flex: auto;
  }

  .indexservice_flex {
    margin-top: 30px;
  }

  .indexabout_img {
    margin-top: 30px;
  }

  .indexabout_img_txt p {
    font-size: 48px;
  }

  .indexabout_img_txt span {
    font-size: 48px;
  }

  .indexservice_li {
    margin-bottom: 50px;
  }

  .indexservice_more {
    bottom: -35px;
  }

  .indexadvantage {
    padding: 40px 0;
  }

  .indexproduct_title h2 {
    font-size: 36px;
  }

  .indexadvantage_li {
    margin: 0 0 30px 0;
  }

  .indexadvantage_box span {
    font-size: 60px;
  }

  /* .indexabout_img_bd{margin: -60px 0 0 auto;} */
  .indexproduct {
    padding: 0 0 40px 0;
  }

  .ipro_btn{
    margin-top: 10px;
  }

  .indexproduct_icon {
    display: none;
  }

  .indexproduct_box {
    padding: 20px 10px;
  }

  .indexcustomer {
    padding: 40px 0 20px 0;
  }

  .indexcustomer_box {
    flex-direction: column;
  }

  .indexcustomer_box_right {
    margin-left: 0;
  }

  .indexcustomer_box_img {
    margin: 0 auto;
  }

  .indexcustomer_box_left {
    margin-bottom: 30px;
  }

  .indexcustomer_box_icon {
    display: none;
  }

  .indexcustomer_main {
    margin-top: 0;
  }

  .picture {
    padding: 40px 0;
  }

  .picture .swiper-pagination {
    display: none;
  }

  .picture_line h4 {
    font-size: 28px;
  }

  .indexprocess_li {
    margin-bottom: 30px;
  }

  .indexcate_title_btn {
    padding: 10px 15px;
    font-size: 14px;
    margin-bottom: 20px;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .videobox {
    width: 90%;
    margin: 0 auto;
    max-height: auto;
    min-height: 400px;
  }

  .videobox iframe {
    width: 100%;
    max-height: auto;
    min-height: 400px;
  }

  .indexnews {
    padding: 40px 0;
  }

  .indexnews_title_left h2 {
    font-size: 26px;
  }

  .indexnews_title {
    flex-wrap: wrap;
  }

  .indexnews_title_more {
    padding: 10px 15px;
    font-size: 14px;
    margin-top: 20px;
  }

  .indexnews_main .blogli:last-child {
    display: none;
  }

  .indexnews .blog_txt {
    padding: 20px 10px;
  }

  .indexnews .blogmorebtn {
    display: flex;
    margin: 0 auto;
  }

  .indexnews .blogmore {
    padding: 10px;
    font-size: 14px;
  }

  .teamscroll {
    padding: 20px 10px;
  }

  .foot {
    padding: 0;
  }

  .footer_page {
    display: none;
  }

  .fot_nav {
    padding-bottom: 30px;
  }

  .fot_about h3 {
    font-size: 26px;
  }

  .fot_about p {
    font-size: 14px;
  }

  .fot_right_about h3 {
    font-size: 26px;
  }

  /* .fot_right{margin-top: 30px;} */
  .footer {
    padding: 40px 0 90px 0;
  }

  .fot_contact {
    margin-top: 30px;
  }

  .fot_left {
    border-right: 0;
  }

  .gotop:before {
    font-size: 22px;
  }

  .gotop {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }

  .indexabout {
    padding: 40px 0 30px 0;
  }

  .indexabout_content h2 {
    font-size: 36px;
  }

  .indexabout_tab_title {
    align-items: flex-end;
  }

  .indexabout_tab_title span {
    width: 32%;
    padding: 5px 0;
    font-size: 16px;
    letter-spacing: normal;
  }

  .indexservice_title {
    flex-wrap: wrap;
  }

  .indexservice {
    padding: 40px 0 10px 0;
  }

  .indexservice_title h2 {
    flex: auto;
    font-size: 36px;
  }

  .indexservice_title p {
    flex: auto;
  }

  .indexservice_flex {
    margin-top: 30px;
  }

  .indexabout_img {
    margin-top: 30px;
  }

  .indexabout_img_txt p {
    font-size: 48px;
  }

  .indexabout_img_txt span {
    font-size: 48px;
  }

  .indexservice_li {
    margin-bottom: 50px;
  }

  .indexservice_more {
    bottom: -35px;
  }

  .indexadvantage {
    padding: 40px 0;
  }

  .indexproduct_title h2 {
    font-size: 36px;
  }

  .indexadvantage_li {
    margin: 0 0 30px 0;
  }

  .indexadvantage_box span {
    font-size: 40px;
  }

  .indexadvantage_content img {
    width: 60px;
    height: 60px;
  }

  .indexadvantage_content h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 10px 0;
  }

  .indexproduct_content{
    margin-bottom: 25px;
  }

  .ipro_btn{
    margin-top: 10px;
  }


  /* .indexabout_img_bd{margin: -60px 0 0 auto;} */
  .indexproduct {
    padding: 0 0 40px 0;
  }

  .indexproduct_icon {
    display: none;
  }

  .indexproduct_box {
    padding: 20px 10px;
  }

  .indexcustomer {
    padding: 40px 0 20px 0;
  }

  .indexcustomer_box {
    flex-direction: column;
  }

  .indexcustomer_box_right {
    margin-left: 0;
  }

  .indexcustomer_box_img {
    margin: 0 auto;
  }

  .indexcustomer_box_left {
    margin-bottom: 30px;
  }

  .indexcustomer_box_icon {
    display: none;
  }

  .indexcustomer_main {
    margin-top: 0;
  }

  .picture {
    padding: 40px 0;
  }

  .picture .swiper-pagination {
    display: none;
  }

  .picture_line h4 {
    font-size: 28px;
  }

  .indexprocess_li {
    margin-bottom: 30px;
  }

  .indexcate_title_btn {
    padding: 10px 15px;
    font-size: 14px;
    margin-bottom: 20px;
  }

}

@media (min-width:992px) and (max-width:1199px) {
  .videobox {
    width: 90%;
    margin: 0 auto;
    max-height: auto;
    min-height: 500px;
  }

  .videobox iframe {
    width: 100%;
    max-height: auto;
    min-height: 500px;
  }

  .indexproduct_content{
    margin-bottom: 30px;
  }
  .indexnews {
    padding: 40px 0;
  }

  .indexnews_title_left h2 {
    font-size: 26px;
  }

  .indexnews_title {
    flex-wrap: wrap;
  }

  .indexnews_title_more {
    padding: 10px 15px;
    font-size: 14px;
    margin-top: 20px;
  }

  /* .indexnews_main .blogli:last-child{display: none;} */
  .indexnews .blog_txt {
    padding: 20px 10px;
  }

  .indexnews .blogmorebtn {
    display: flex;
    margin: 0 auto;
  }

  .indexnews .blogmore {
    padding: 10px;
    font-size: 14px;
  }

  .teamscroll {
    padding: 20px 10px;
  }

  .foot {
    padding: 0;
  }

  .footer_page {
    display: none;
  }

  .fot_nav {
    padding-bottom: 30px;
  }

  .fot_about h3 {
    font-size: 26px;
  }

  .fot_about p {
    font-size: 14px;
  }

  .fot_right_about h3 {
    font-size: 26px;
  }

  /* .fot_right{margin-top: 30px;} */
  .footer {
    padding: 40px 0 90px 0;
  }

  .fot_contact {
    margin-top: 30px;
  }

  .fot_left {
    border-right: 0;
  }

  .gotop:before {
    font-size: 22px;
  }

  .gotop {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }

  .indexabout {
    padding: 40px 0 30px 0;
  }

  .indexabout_content h2 {
    font-size: 36px;
  }

  .indexabout_tab_title {
    align-items: flex-end;
  }

  .indexabout_tab_title span {
    width: 32%;
    padding: 5px 0;
    font-size: 16px;
    letter-spacing: normal;
  }

  .indexservice_title {
    flex-wrap: wrap;
  }

  .indexservice {
    padding: 40px 0 10px 0;
  }

  .indexservice_title h2 {
    flex: auto;
    font-size: 36px;
  }

  .indexservice_title p {
    flex: auto;
  }

  .indexservice_flex {
    margin-top: 30px;
  }

  .indexabout_img {
    margin-top: 30px;
  }

  .indexabout_img_txt p {
    font-size: 48px;
  }

  .indexabout_img_txt span {
    font-size: 48px;
  }

  .indexservice_li {
    margin-bottom: 50px;
  }

  .indexservice_more {
    bottom: -35px;
  }

  .indexadvantage {
    padding: 40px 0;
  }

  .indexproduct_title h2 {
    font-size: 36px;
  }

  .indexadvantage_li {
    margin: 0 0 30px 0;
  }

  .indexadvantage_box span {
    font-size: 60px;
  }

  /* .indexabout_img_bd{margin: -60px 0 0 auto;} */
  .indexproduct {
    padding: 0 0 20px 0;
  }

  .indexproduct_icon {
    display: none;
  }

  .indexproduct_box {
    padding: 20px 10px;
  }

  .indexcustomer {
    padding: 40px 0 20px 0;
  }

  .indexcustomer_box {
    flex-direction: column;
  }

  .indexcustomer_box_right {
    margin-left: 0;
  }

  .indexcustomer_box_img {
    margin: 0 auto;
  }

  .indexcustomer_box_left {
    margin-bottom: 30px;
  }

  .indexcustomer_box_icon {
    display: none;
  }

  .indexcustomer_main {
    margin-top: 0;
  }

  .picture {
    padding: 40px 0;
  }

  .picture .swiper-pagination {
    display: none;
  }

  .picture_line h4 {
    font-size: 28px;
  }

  .indexprocess_li {
    margin-bottom: 30px;
  }

  .indexcate_title_btn {
    padding: 10px 15px;
    font-size: 14px;
    margin-bottom: 20px;
  }

}

@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;
  }

  .logo-fixed img {
    max-height: 60px;
  }

  .header_bd_end {
    background-color: transparent;
    flex: none;
    padding: 0 20px;
    justify-content: flex-end;
  }

  .header_phone {
    display: none;
  }

  .head_layer_main {
    flex: 1;
  }

  .fixed-nav .logo-fixed img {
    max-height: 60px;
  }

  .header_container,
  .fixed-nav .index_header_bd,
  .index_header_hd {
    padding: 0 0 0 20px;
  }

  .indexabout_content h2 {
    font-size: 62px;
  }

  .indexservice_title h2{
    flex: 0 40%;
  }

  .indexservice_title p{
    flex:  0 60%;
  }

  .indexabout_flex {
    align-items: center;
  }

  .indexabout_tab_title span {
    padding: 10px;
    font-size: 16px;
  }

  .indexabout_img_bd {
    margin: -60px 0 0 auto;
  }

  .indexabout_img_txt p {
    font-size: 60px;
  }

  .indexabout_img_txt span {
    font-size: 60px;
  }

  .indexservice_more {
    bottom: -35px;
  }

  .indexproduct_icon {
    top: 25%;
    right: 18px;
  }
}

@media (min-width:1401px) and (max-width:1440px) {
  .videobox {
    width: 90%;
    margin: 0 auto;
    max-height: auto;
    min-height: 500px;
  }

  .videobox iframe {
    width: 100%;
    max-height: auto;
    min-height: 500px;
  }

  .logo-fixed img {
    max-height: 80px;
  }

  .header_bd_end {
    background-color: transparent;
    flex: none;
    padding: 0 20px;
    justify-content: flex-end;
  }

  .header_phone {
    display: none;
  }

  .head_layer_main {
    flex: 1;
  }

  .fixed-nav .logo-fixed img {
    max-height: 80px;
  }

  .header_container,
  .fixed-nav .index_header_bd,
  .index_header_hd {
    padding: 0 0 0 20px;
  }

  .indexabout_flex {
    align-items: center;
  }

  .indexabout_tab_title span {
    padding: 10px;
    font-size: 16px;
  }

  .indexabout_img_bd {
    margin: -60px 0 0 auto;
  }

  .indexabout_img_txt p {
    font-size: 60px;
  }

  .indexabout_img_txt span {
    font-size: 60px;
  }

  .indexservice_more {
    bottom: -35px;
  }

  .indexproduct_icon {
    top: 19%;
    right: 18px;
  }
}

@media (min-width:1441px) and (max-width:1680px) {
  .videobox {
    width: 80%;
    margin: 0 auto;
    max-height: auto;
    min-height: 600px;
  }

  .videobox iframe {
    width: 100%;
    max-height: auto;
    min-height: 600px;
  }
}