.lunbo .carousel-indicators .active,
.lunbo1 .carousel-indicators .active {
  background-color: #c81528;
}

.lunbo .carousel-control-next,
.lunbo .carousel-control-prev,
.lunbo1 .carousel-control-next,
.lunbo1 .carousel-control-prev {
  opacity: 0;
  transition: none;
}

.lunbo .carousel-control-next:focus,
.lunbo .carousel-control-prev:focus,
.lunbo .carousel-control-next:hover,
.lunbo .carousel-control-prev:hover,
.lunbo1 .carousel-control-next:focus,
.lunbo1 .carousel-control-prev:focus,
.lunbo1 .carousel-control-next:hover,
.lunbo1 .carousel-control-prev:hover {
  opacity: 0;
}
@media (min-width:1600px){
    .lunbo .img-fluid,
    .lunbo1 .img-fluid{
        object-fit: none;
    } 
}
/* .lunbo .carousel-indicators li{
    box-shadow:  2px 2px #888888;
} */

.index_a {
  padding: 0 15px;
  padding-top: 40px;
}

.index_a h2 {
  font-size: 32px;
  text-align: center;
  color: #333333;
  padding-bottom: 30px;
}

.index_a .nav-tabs {
  border: none;
  margin-bottom: 30px;
  text-align: center;
}

.index_a .nav-tabs .nav-link {
  border: none;
  font-size: 18px;
  line-height: 10px;
  color: #555555;
}

.index_a .nav-tabs .nav-link p {
  padding: 6px 20px 6px 0;
  margin: 0;
}

.index_a .nav-tabs .nav-link span {
  display: inline-block;
  font-size: 14px;
  margin-top: 10px;
}

.index_a .nav-tabs .nav-link.active {
  color: #c81528;
  font-weight: bold;
}

.index_a .owl-item a {
  text-decoration: none;
  display: block;
  height: 100%;
}

.index_a .owl-item a .image-box {
  background: url(../images/proBg.jpg) no-repeat center;
  background-size: 100% 100%;
}

.index_a .owl-item a img {
  display: block;
  margin: 0 auto;
}

.index_a .owl-item a p {
  font-size: 14px;
  line-height: 28px;
  color: #333333;
  text-align: center;
  padding: 20px 10px;
  background-color: #f1f1f1;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.index_a .owl-item a:hover p {
  background-color: #c81528;
  color: #fff;
}

.index_a #Fine a img {
  max-width: 100%;
}

.index_a .owl-prev,
.index_a .owl-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #555555;
  font-size: 23px !important;
  color: #c81528 !important;
  text-align: center;
  line-height: 34px;
  opacity: 1 !important;
  font-family: NSimSun;
}

.index_a .owl-prev {
  position: absolute;
  top: 50%;
}

.index_a .owl-next {
  position: absolute;
  top: 50%;
}

.index_a .owl-prev:hover,
.index_a .owl-next:hover {
  background-color: #c81528 !important;
  color: #333333 !important;
}

.index_a #Superfine .owl-wrapper,
.index_a #Micro .owl-wrapper {
  width: 100% !important;
}

.index_a #Superfine .owl-wrapper .owl-item,
.index_a #Micro .owl-wrapper .owl-item {
  width: 50% !important;
}

.index_b {
  padding-top: 30px;
}

.index_b h2 {
  font-size: 32px;
  text-align: center;
  color: #333333;
  margin-bottom: 30px;
}

.index_b .solu_a a {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
}
.index_b .solu_a a img {
  display: block;
  width: 100%;
  
  }
@media (min-width:576px) {
	.index_b .solu_a a img {max-height: 134px;}
}
@media (min-width:768px) {
	.index_b .solu_a a img {max-height: 117px;}
}
@media (min-width:992px) {
	.index_b .solu_a a img {max-height: 162px;}
}
@media (min-width:1200px) {
	.index_b .solu_a a img {max-height: 195px;}
}
@media (min-width:1660px) {
	.index_b .solu_a a img {max-height: 251px;}
}

.index_b .solu_a a .solu_tit {
  font-size: 18px;
  line-height: 23px;
  color: #ffffff;
  position: absolute;
  bottom: 15%;
  padding-left: 40px;
  padding-right: 15px;
  font-weight: bold;
}

.index_b .solu_a a .solu_des {
  position: absolute;
  width: 100%;
  transition: all 0.3s linear 0s;
  background-color: rgba(200, 21, 40, 0.7);
  padding: 30px 35px 40px;
  top: 100%;
}

.index_b .solu_a a .solu_des p {
  font-size: 18px;
  
  line-height: 1.5;
  color: #ffffff;
  margin-bottom: 5px;
}

.index_b .solu_a a .solu_des .p1 {
  font-size: 16px;
  font-weight: normal;
}

.index_b .solu_a a .solu_des span {
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
}

.index_b .solu_a a:hover .solu_tit {
  display: none;
}

.index_b .solu_a a:hover .solu_des {
  transform: translateY(-100%);
}

.index_c h2 {
  font-size: 20px;
  text-align: start;
  color: #333333;
  margin-bottom: 25px;
  border-bottom: 1px solid #c81528;
}

.index_c ul li {
  list-style: none;
  float: left;
  width: 50%;
}

.index_c ul li a {
  font-size: 14px;
  line-height: 25px;
  color: #555555;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  padding-right: 7px;
}

.index_c ul li a:hover {
  color: #c81528;
}

.index_c .ore_exhi {
  margin-top: 20px;
  margin-bottom: 60px;
  padding: 0;
}

.index_c .ore_exhi a {
  position: relative;
  display: block;
  padding: 0 15px;
  text-decoration: none;
}

.index_c .ore_exhi a img {
  display: block;
}

.index_c .ore_exhi a p {
  width: 170px;
  margin: 0 auto;
  font-size: 17px;
  color: #ffffff;
  text-align: center;
  padding: 10px 0;
  background-color: #c81528;
  position: relative;
  margin-top: -10px;
}

.ppm {
  width: 100%;
}

.youytu.index {
  width: 100%;
  overflow: hidden;
  background: url("../images/index/about.jpg") no-repeat 100% / cover;
}

#company .ppm {
  margin-top: 40px;
}

#company .youytu {
  background: url(../images/about/about-1.jpg) no-repeat 100% / cover;
}

.youytu>div {
  width: 60%;
  margin: 0 auto;
  padding: 100px 0;
}

.youytu img {
  width: 100%;
  display: block;
}

.daizid {
  padding-left: 42px;
  display: flex;
  align-self: center;
  align-items: center;
  height: 100%;
}

.daizid .more {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  background: transparent;
}

.daizid .more a {
  width: 25%;
  background: #c81528;
  color: #fff;
  text-decoration: none;
}

.cuzi {
  font-size: 32px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

.xiaozms {
  font-size: 14px;
  color: #eeeeee;
  line-height: 28px;
  padding-top: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 15;
  overflow: hidden;
}

.more {
  width: 140px;
  line-height: 40px;
  background: #c81528;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  margin-top: 30px;
}

.more a {
  display: block;
}

.index_e {
  margin-bottom: 20px;
}

.index_e h2 {
  font-size: 20px;
  text-align: center;
  color: #333333;
  margin-bottom: 25px;
}

.index_e a {
  position: relative;
  text-decoration: none;
  display: block;
  transition: all 0.5s ease-in-out;
  margin-bottom: 30px;
}

.index_e a .img-box {
  width: 100%;
  max-height: 251px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
}
@media (min-width:1200px) and (max-width:1659px) {
	.index_e a .img-box {
		max-height: 195px;
	}
}
@media (min-width:992px) and (max-width:1199px) {
	.index_e a .img-box {
		max-height: 161px;
	}
}
.index_e a img {
  /* min-height: 200px; */
  min-width: 100%;
  max-width: 100%;
  margin: 0 -100%;
}

.index_e a h3 {
  font-size: 16px;
  line-height: 28px;
  overflow: hidden;
  color: #333333;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.index_e a p {
  font-size: 14px;
  line-height: 28px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.index_e a span {
  display: inline-block;
  font-size: 14px;
  line-height: 28px;
  color: #777777;
}

.index_e a .p1 {
  font-size: 14px;
  line-height: 28px;
  color: #333333;
  padding: 10px 15px;
  background-color: #f1f1f1;
}

.index_e a:hover {
  background-color: #eeeeee;
  /* box-shadow: 0px 5px 5px 0px rgba 0, 0, 0, 0.3; */
  webkit-transform: translateY(-7px);
  transform: translateY(-7px);
  -webkit-box-shadow: 0 2px 5px rgb(0 0 0 / 50%);
  box-shadow: 0 2px 5px rgb(0 0 0 / 50%);
}

.index_e a:hover h3 {
  color: #ffffff;
}

.index_e a:hover span {
  color: #ffffff;
}

.index_e a:hover .p1 {
  background-color: #c81528;
  color: #fff;
}

.gotop {
  height: 6px;
  background-color: #c81528;
  margin-top: 90px;
}

.gotop img {
  position: relative;
  top: -25px;
  display: block;
  margin: 0 auto;
  width: 55px;
  height: 55px;
}

.pro_banner {
  position: relative;
}

.pro_banner img {
  display: block;
  max-width: 100%;
  height: auto;
}

.pro_banner .banner_tit {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 30%;
}

.pro_banner .banner_tit h2 {
  font-size: 26px;
  color: #ffffff;
}

.pro_banner .banner_tit p {
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
}

.pro_a {
  padding: 30px 15px;
  text-align: center;
}

.pro_a h2 {
  font-size: 17px;
  line-height: 24px;
  color: #c81528;
  font-weight: bold;
}

.pro_a p {
  font-size: 14px;
  color: #555555;
  line-height: 20px;
}

.pro_a p span {
  color: #c81528;
  font-weight: bold;
}

.pro_a h2:before {
  width: 5%;
  height: 1px;
  content: "";
  background-color: #c81528;
  display: block;
  float: left;
  position: relative;
  top: 12px;
}

.pro_a h2:after {
  width: 5%;
  height: 1px;
  content: "";
  background-color: #c81528;
  display: block;
  float: right;
  position: relative;
  top: 12px;
}

.pro_a .fine_mill {
  padding-top: 30px;
}

.pro_a .fine_mill a {
  text-decoration: none;
  display: block;
  margin-bottom: 30px;
}

.pro_a .fine_mill a .pro_img {
  background: url(../images/proBg.jpg) no-repeat;
  background-size: 100% 100%;
}

.pro_a .fine_mill a img {
  display: block;
  width: 100%;
}

.pro_a .fine_mill a span {
  display: block;
  font-size: 14px;
  line-height: 28px;
  color: #333333;
  padding: 10px 15px;
  background-color: #f1f1f1;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  transition: all 0.3s ease;
}

.pro_a .fine_mill a:hover span {
  background-color: #c81528;
  color: #ffffff;
}

.pro_b {
  background-color: #f1f1f1;
  padding: 30px 0;
}

.pro_b h2 {
  font-size: 20px;
  margin-bottom: 20px;
}

.pro_b #corollary .owl-item {
  padding: 0 15px;
}

.pro_b #corollary .coro_det {
  background-color: #ffffff;
  position: relative;
}

.pro_b #corollary .coro_det img {
  display: block;
  width: 100%;
}

.pro_b #corollary .coro_det p {
  font-size: 14px;
  line-height: 28px;
  color: #333333;
  text-align: center;
  padding-bottom: 10px;
}

.pro_b #corollary .coro_det span {
  position: absolute;
  display: inline-block;
  font-size: 14px;
  line-height: 28px;
  background-color: #c81528;
  text-align: center;
  color: #ffffff;
  width: 100%;
  bottom: 0;
  overflow: hidden;
  height: 2px;
  transition: all 0.5s;
}

.pro_b #corollary .coro_det:hover span {
  bottom: 0;
  height: 50px;
  padding: 11px;
}

.owl-prev,
.owl-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #555555;
  font-size: 23px !important;
  color: #c81528 !important;
  text-align: center;
  line-height: 34px;
  opacity: 1 !important;
  font-family: NSimSun;
}

.owl-prev {
  position: absolute;
  top: 50%;
}

.owl-next {
  position: absolute;
  top: 50%;
}

.owl-prev:hover,
.owl-next:hover {
  background-color: #c81528 !important;
  color: #333333 !important;
}

.pro_c {
  padding: 30px 15px;
}

.pro_c h2 {
  font-size: 20px;
  color: #555555;
  text-align: center;
  margin-bottom: 20px;
}

.pro_c a {
  display: block;
  text-decoration: none;
  width: 100%;
  overflow: hidden;
}

.pro_c a img {
  display: block;
  width: 100%;
  transition: transform 0.5s ease;
}

.pro_c a p {
  font-size: 17px;
  color: #ffffff;
  text-align: center;
  background-color: #c81528;
  padding: 10px 0;
  margin-top: -5px;
  position: relative;
  z-index: 111;
}

.pro_c a:hover img {
  transform: scale(1.08, 1.08);
}

.pro_d {
  padding-top: 30px;
}

.pro_d h2 {
  font-size: 20px;
  color: #555555;
  text-align: center;
}

.pro_d a {
  text-decoration: none;
}

.pro_d a img {
  display: block;
  width: 100%;
}



.pro_d #case a {
  position: relative;
  display: block;
  text-decoration: none;
  margin-top: 20px;
}

.pro_d #case a img {
  display: block;
  width: 100%;
}

.pro_d #case a .case_det h3,
.pro_d #case a .case_det1 h3 {
  padding: 20px 20px 5px;
  font-size: 16px;
  line-height: 23px;
  color: #333333;
}

.pro_d #case a .case_det p,
.pro_d #case a .case_det1 p {
  padding: 0 20px 20px;
  font-size: 14px;
  line-height: 28px;
  color: #555555;
}

.pro_d #case a .case_det {
  background-color: #f1f1f1;
  height: 160px;
}

.pro_d #case a .case_det1 {
  background-color: #c81528;
  height: 2px;
  width: 100%;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  transition: all 0.5s;
}

.pro_d #case a:hover .case_det1 {
  height: 160px;
}

.pro_d #case a:hover .case_det1 p,
.pro_d #case a:hover .case_det1 h3 {
  color: #ffffff;
}

.proi_banner {
  background: url(../images/banner/pro_banner.jpg) no-repeat center 100%;
  height: 510px;
}

.proi_banner .banner_des {
  position: relative;
}

.proi_banner .banner_des .banner_tit_left {
  width: 94%;
  padding-top: 100px;
}

.proi_banner .banner_des .banner_tit_left h1 {
  font-size: 20px;
  color: #c81528;
  margin-bottom: 20px;
}

.proi_banner .banner_des .banner_tit_left p {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}

.proi_banner .banner_des .banner_tit_left .banner_tit_cont {
  margin-top: 50px;
}

.proi_banner .banner_des .banner_tit_left .banner_tit_cont a {
  text-decoration: none;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
}

.proi_banner .banner_des .banner_tit_left .banner_tit_cont a i {
  margin-right: 5px;
}

.proi_banner .banner_des .banner_tit_left .banner_tit_cont .chat {
  padding: 15px 25px;
  background-color: #c81528;
  margin-right: 40px;
}

.proi_banner .banner_des .banner_tit_right {
  display: none;
  position: absolute;
  right: 0;
  top:12%;
}

.proi_banner .banner_des .banner_tit_right img {
  display: block;
}

.proi_a {
  font-family: ArialMT;
  padding: 80px 15px 50px;
}

.proi_a .carousel-control-next,
.proi_a .carousel-control-prev {
  height: 40px;
  width: 40px !important;
  border-radius: 50%;
  background-color: #000000;
  top: 45%;
  border: none;
}

.proi_a .carousel-control-next:hover,
.proi_a .carousel-control-prev:hover {
  background-color: #c81528;
}

.proi_a .carousel-control-next:focus,
.proi_a .carousel-control-prev:focus {
  background-color: #000000;
  opacity: 0.5;
}

.proi_a .carousel-indicators li {
  height: 5px;
  width: 40px;
}

.proi_a .carousel-indicators .active {
  background-color: #c81528;
}

.proi_a .proi_mat h2 {
  font-size: 24px;
  line-height: 24px;
  color: #333333;
  padding-left: 10px;
  margin-bottom: 20px;
}

.proi_a .proi_mat ul li {
  list-style: none;
  float: left;
  width: 50%;
  padding: 0 10px;
}

.proi_a .proi_mat ul li img {
  display: block;
  width: 100%;
}

.proi_a .proi_mat ul li p {
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  margin-top: -30px;
  position: relative;
  z-index: 1;
  padding: 3px;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
}

.proi_a .proi_mat ul li p:hover {
  background-color: #c81528;
}

.proi_a .proi_appli h2 {
  font-size: 24px;
  line-height: 24px;
  color: #333333;
  padding-left: 10px;
  margin-bottom: 10px;
  margin-top: 20px;
}

.proi_a .proi_appli p {
  font-size: 14px;
  line-height: 24px;
  color: #555555;
  padding-left: 10px;
}

.proi_a .cap {
  margin-right: 60px;
  margin-left: 10px;
}

.proi_a .cap,
.proi_a .input {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  font-weight: bold;
  float: left;
}

.proi_a .cap span,
.proi_a .input span {
  font-size: 16px;
  line-height: 24px;
  color: #555555;
  font-weight: normal;
}

.proi_b {
  font-family: ArialMT;
}

.proi_b h2 {
  font-size: 20px;
  line-height: 24px;
  color: #333333;
}

.proi_b .mt-30 {
  margin-top: 30px;
}

.proi_b .mt-30 .proi_stre {
  position: relative;
  background-color: #eeeeee;
  padding: 35px;
  height: 100%;
}

.proi_b .mt-30 .proi_stre p {
  font-size: 14px;
  line-height: 24px;
  color: #555555;
}

.proi_b .mt-30 .proi_stre .shuzi {
  width: 30px;
  height: 30px;
  background-color: #c81528;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 24px;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
}

.proi_c {
  font-family: ArialMT;
  margin-top: 50px;
}

.proi_c .prin_left {
  width: 100%;
  padding: 60px 15px 80px 35px;
  background-color: #f1f1f1;
}

.proi_c .prin_left h2 {
  font-size: 20px;
  line-height: 22px;
  color: #3a3a3a;
}

.proi_c .prin_left p {
  font-size: 14px;
  line-height: 24px;
  color: #3a3a3a;
}

.proi_c .prin_right {
  width: 100%;
  padding: 20px 15px;
}

.proi_c .prin_right img {
  display: block;
  width: 100%;
  margin-top: -13%;
  transition: transform 0.5s ease;
}

.proi_c .prin_right:hover img {
  transform: scale(1.03, 1.03);
}

.proi_d {
  padding: 50px 15px 0px;
}

.proi_d h2 {
  font-family: ArialMT;
  font-size: 20px;
  line-height: 22px;
  color: #333333;
  margin-bottom: 20px;
}

.proi_e {
  padding-top: 50px;
}

.proi_e h2 {
  font-family: ArialMT;
  text-align: center;
  font-size: 20px;
  color: #555555;
  margin-bottom: 15px;
}

.proi_e a {
  position: relative;
  display: block;
  text-decoration: none;
  margin-top: 30px;
}

.proi_e a img {
  display: block;
  width: 100%;
}

.proi_e a .case_det h3,
.proi_e a .case_det1 h3 {
  padding: 20px 20px 5px;
  font-size: 16px;
  line-height: 23px;
}

.proi_e a .case_det p,
.proi_e a .case_det1 p {
  padding: 0 20px 20px;
  font-size: 14px;
  line-height: 28px;
}

.proi_e a .case_det {
  background-color: #f1f1f1;
  height: 127px;
}

.proi_e a .case_det h3,
.proi_e a .case_det p {
  color: #333333;
}

.proi_e a .case_det1 h3,
.proi_e a .case_det1 p {
  color: #ffffff;
}

.proi_e a .case_det1 {
  background-color: #c81528;
  height: 2px;
  width: 100%;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  transition: all 0.5s;
}

.proi_e a:hover .case_det1 {
  height: 127px;
}

.proi_f {
  padding-top: 50px;
}

.proi_f h2 {
  font-family: ArialMT;
  text-align: center;
  font-size: 20px;
  color: #555555;
  margin-bottom: 15px;
}

.proi_f a {
  display: block;
  text-decoration: none;
  margin-top: 20px;
}

.proi_f a .pro_img {
  background: url(../images/proBg.jpg) no-repeat center;
  background-size: 100% 100%;
}

.proi_f a img {
  display: block;
  width: 100%;
}

.proi_f a p {
  font-size: 14px;
  line-height: 28px;
  color: #333333;
  text-align: center;
  padding: 10px;
  background-color: #f1f1f1;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  transition: all 0.3s ease;
}

.proi_f a:hover p {
  background-color: #c81528;
  color: #ffffff;
}

.proi_f a:hover p {
  color: #ffffff;
}

.pro_banner .case_banner {
  height: 299px;
}

.news_exhi .nav-tabs .nav-item {
  width: 33.33%;
  padding: 0 1px;
  margin-top: 15px;
}

.news_exhi .nav-tabs .nav-item .nav-link {
  border: none;
  font-size: 22px;
  line-height: 24px;
  color: #ffffff;
  padding: 15px;
  text-align: center;
  background-color: #555555;
  border-radius: 0;
}

.news_exhi .nav-tabs .nav-item .nav-link.active {
  border: none;
  color: #ffffff;
  background-color: #c81528;
  border-radius: 0;
}

.case_exhi {
  padding-top: 35px;
}

.case_exhi .nav-tabs {
  border: none;
  padding: 0 14px;
  justify-content: flex-start;
}

.case_exhi .nav-tabs .nav-item {
  width: 25%;
  padding: 0 1px;
  margin-top: 15px;
}

.case_exhi .nav-tabs .nav-item .nav-link {
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #555555;
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.case_exhi .nav-tabs .nav-item .nav-link.active {
  border: none;
  color: #ffffff;
  background-color: #c81528;
}

.case_exhi p {
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  padding-top: 30px;
  margin-bottom: 0;
}

.case_exhi .tab-content {
  height: 100%;
}

.pagination-box {
  justify-content: center;
  margin-top: 60px;
  text-align: center;
}

.pagination-box ul {
  justify-content: center;
}

.news_exhi .pagination-box a,
.case_exhi .pagination-box a {
  margin: 0 10px;
  font-size: 16px;
  color: #666666;
}


.news_exhi .pagination-box .page-num-current,
.case_exhi .pagination-box .page-num-current {
  background-color: #c81528;
  padding: 2px 3px;
  color: #ffffff;
  border-color: transparent;
}



.case_a {
  padding: 40px 15px 30px;
  background: #f7f7f7;
}

.case_a img {
  display: block;
  width: 100%;
}

.case_a .case_des {
  margin-top: 20px;
  
}

.case_a .case_des h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  color: #333333;
  margin-bottom: 15px;
}
.case_a_right{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.case_a .case_des p {
  font-weight: bold;
  font-size: 14px;
  line-height: 28px;
  color: #333333;
  margin-bottom: 0;
  
}

.case_a .case_des p span {
  font-weight: normal;
}

.case_a .case_des .lianxi a {
  text-decoration: none;
  width: 41%;
  display: block;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  line-height: 17px;
  color: #ffffff;
  padding: 10px 20px;
  background-color: #c81528;
  margin-top: 20px;
}
.case_a .linkUs{
	display: flex;
	gap: 50px;
	margin-top: 40px;
	
}
.case_a .linkUs a{
	display: flex;
	align-items: center;
	
	background: linear-gradient(to right, #c81528,#eb162d);
	gap: 18px;
	width: 240px;
	height: 50px;
	color: #fff;
	padding-left: 25px;
}
.case_a .linkUs img{
	width: 25px;
}
.case_b {
  padding-top: 50px ;
}

.case_b .case_intro h2 {
  font-weight: 900;
  color: #333333;
}

.case_b .case_intro p {
  font-size: 16px;
  line-height: 28px;
  color: #333333;
}

.case_c {
  padding: 40px 15px;
}

.case_c h2 {
  font-size: 20px;
  color: #333333;
  text-align: start;
  margin-bottom: 0;
}

.case_c .more {
  position: relative;
}

.case_c .more ul {
  margin-top: 30px;
}

.case_c .more ul li {
  list-style: none;
}

.case_c .more ul li a {
  text-decoration: none;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  margin-top: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.case_c .more ul li a:hover {
  color: #ffffff;
}

.case_c .more ul li .last {
  position: absolute;
  bottom: 0;
  display: block;
  padding: 10px 0;
  text-align: center;
  width: 96%;
  background-color: #c81528;
  color: #ffffff;
}

.pro_banner .solution_banner {
  height: 315px;
}

.solution_ore {
  padding-top: 40px;
}

.solution_ore h2 {
  font-size: 20px;
  color: #333333;
  text-align: center;
  margin-bottom: 30px;
}

.solution_ore a {
  display: block;
  width: 100%;
  height: 132px;
  overflow: hidden;
  text-decoration: none;
  vertical-align: middle;
  position: relative;
}

.solution_ore a img {
  min-height: 132px;
  min-width: 100%;
  max-width: none;
  vertical-align: middle;
}

.solution_ore a .solu_more {
  position: absolute;
  top: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #c81528;
  display: none;
}

.solution_ore a .solu_more span {
  display: inline-block;
  padding: 0 32px;
  color: #fff;
  font-size: 14px;
  line-height: 36px;
  border: 1px solid #fff;
}

.solution_ore p {
  font-size: 18px;
  line-height: 16px;
  color: #333333;
  text-align: center;
  padding: 20px 0 30px;
}

.solution_ore a:hover .solu_more {
  display: flex;
}

.solution_a {
  padding-top: 50px;
}

.solution_a .solu_left {
  width: 40%;
  height: 364px;
  margin-top: -30px;
  overflow: hidden;
}

.solution_a .solu_left img {
  display: block;
  height: 100%;
  width: auto;
  width: 100%;
}

.solution_a .solu_right {
  width: 60%;
  height: 364px;
  background-color: #c81528;
  margin: 0 auto;
  padding: 30px 20px 20px;
  margin-top: -30px;
  position: relative;
}

.solution_a .solu_right .img-box {
  width: 17%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  overflow: hidden;
}

.solution_a .solu_right img {
  display: block;
  width: 100%;
  height: auto;
}

.solution_a .solu_right .img-bord {
  width: 0;
  height: 0;
  border-left: 70px solid #ffffff;
  border-bottom: 70px solid #ffffff;
  border-top: 70px solid transparent;
  border-right: 70px solid transparent;
  position: absolute;
  left: calc(50% - 68px);
  bottom: calc(50% - 68px);
  z-index: 20;
}

.solution_a .solu_right .img-red {
  width: 0;
  height: 0;
  border-left: 70px solid #c81528;
  border-bottom: 70px solid #c81528;
  border-top: 70px solid transparent;
  border-right: 70px solid transparent;
  position: absolute;
  left: calc(50% - 70px);
  bottom: calc(50% - 70px);
  z-index: 30;
}

/* .solution_a .solu_right img:hover {
    transform: scale(1.1, 1.1)
} */

.solution_a .solu_right .solu_des {
  text-align: center;
  position: relative;
  z-index: 1000;
}

.solution_a .solu_right .solu_des h1 {
  font-size: 24px;
  color: #ffffff;
}

.solution_a .solu_right .solu_des p {
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
}

.solution_a .solu_right .solu_des .lianxi a {
  text-decoration: none;
  width: 70%;
  display: block;
  font-size: 14px;
  text-align: center;
  line-height: 17px;
  color: #333333;
  padding: 10px 20px;
  background-color: #ffffff;
  margin: 20px auto 0;
}

.solution_appli {
  padding-top: 40px;
}
.solution_appli .matApp{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.solution_appli h2 {
  font-size: 20px;
  color: #555555;
  margin-bottom: 20px;
}

.solution_appli img {
  display: block;
  width: 100%;
}

.solution_equi {
  padding-top: 40px;
}

.solution_equi h2 {
  font-size: 20px;
  color: #555555;
}

.solution_equi a {
  position: relative;
  text-decoration: none;
  display: block;
  background-color: #f1f1f1;
  overflow: hidden;
  margin-top: 20px;
}

.solution_equi a .pro_img {
  background: url(../images/proBg.jpg) no-repeat center;
  background-size: 100% 100%;
}

.solution_equi a img {
  display: block;
  width: 100%;
}

.solution_equi a h3 {
  font-size: 16px;
  color: #333333;
  text-align: center;
  padding: 15px 20px;
  background-color: #f1f1f1;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  transition: all 0.3s ease;
  margin: 0;
}

.solution_equi a .equi_des {
  height: 143px;
  width: 100%;
  position: absolute;
  bottom: -143px;
  padding: 0 20px;
  background-color: #c81528;
  transition: all 0.5s;
}

.solution_equi a .equi_des h4 {
  font-size: 16px;
  color: #ffffff;
  padding-top: 15px;
}

.solution_equi a .equi_des p {
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 0;
}

.solution_equi a:hover .equi_des {
  bottom: 0;
  padding-bottom: 15px;
}

.solution_equi a:hover h3 {
  background-color: #c81528;
  color: #ffffff;
}

.news_art ul li {
  list-style: none;
}

.news_art ul li a {
  position: relative;
  display: block;
  background-color: #eeeeee;
  padding: 75px 30px 30px;
  text-decoration: none;
  margin-top: 40px;
}

.news_art ul li a h2 {
  font-size: 18px;
  line-height: 24px;
  color: #333333;
  font-weight: bold;
}

.news_art ul li a p {
  font-size: 14px;
  line-height: 24px;
  color: #555555;
  padding-top: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news_art ul li a .learn_more {
  font-size: 14px;
  line-height: 24px;
  color: #555555;
  padding-top: 0;
  border-bottom: 2px solid #555555;
}

.news_art ul li a .news_data {
  background-color: #555555;
  position: absolute;
  top: 0;
  left: -40px;
  padding: 5px 20px 0px;
}

.news_art ul li a .news_data p {
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  padding: 10px 0;
}

.news_art ul li a .news_data p span {
  font-size: 30px;
  line-height: 24px;
  color: #ffffff;
  padding-right: 10px;
}

.news_art ul li a:hover h2 {
  color: #c81528;
}

.news_art ul li a:hover .learn_more {
  color: #c81528;
  border-bottom: 2px solid #c81528;
}

.news_art ul li a:hover .news_data {
  background-color: #c81528;
}

.news {
  padding: 50px 15px;
}

.news .news_left h1 {
  font-size: 24px;
  line-height: 28px;
  color: #333333;
  margin-bottom: 40px;
  font-weight: bold;
}

.news .news_left .news_cont {
  font-size: 14px;
  line-height: 24px;
  color: #555555;
}

.news .news_left .news_cont img {
  display: block;
  width: 100% !important;
  height: auto !important;
  margin: 30px auto;
}

.news .news_right h2 {
  font-size: 24px;
  line-height: 24px;
  color: #ffffff;
  padding: 25px 35px;
  background-color: #c81528;
  margin-bottom: 0;
}

.news .news_right ul {
  background-color: #eeeeee;
}

.news .news_right ul li {
  list-style: none;
  padding: 15px 30px;
}

.news .news_right ul li a {
  text-decoration: none;
  display: block;
  padding: 10px 0;
  font-size: 14px;
  line-height: 24px;
  color: #555555;
  border-bottom: 1px solid #cccccc;
}

.news .news_right ul li a span {
  display: inline-block;
  float: left;
  padding-right: 5px;
}

.news .news_right ul li a p {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  margin-bottom: 0;
}

.news .news_right ul li a:hover p {
  color: #c81528;
}

.news .news_right ul .gengduo {
  font-size: 14px;
  color: #c81528;
  text-decoration: underline;
  padding: 30px 35px;
  display: block;
}

.news .news_right ul li:last-child a {
  border: none;
}

.pro_banner.about_banner {
  display: flex;
  justify-content: center;
}

.pro_banner.about_banner .about_img {
  display: block;
  height: 464px;
  width: 100%;
}

.case_exhi.about_exhi .nav-tabs .nav-item {
  width: 100%;
}

.case_exhi.about_exhi #company {
  padding-top: 40px;
}

.case_exhi.about_exhi #company h2 {
  font-size: 20px;
  text-align: center;
}

.case_exhi.about_exhi #company p {
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  padding-top: 20px;
}

.case_exhi.about_exhi #company .profile {
  margin-top: 30px;
}

.case_exhi.about_exhi #company .profile img {
  display: block;
  width: 100%;
}

.case_exhi.about_exhi #company .quality {
  padding: 0;
  margin-top: 40px;
}

.case_exhi.about_exhi #company .quality img {
  display: block;
  width: 100%;
  height: 100%;
}

.case_exhi.about_exhi #company .quality .quality1 {
  height: 100%;
  background-color: #c81528;
  padding: 30px 20px;
}

.case_exhi.about_exhi #company .quality .quality1 h4 {
  font-size: 24px;
  line-height: 28px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
.case_exhi.about_exhi #company .quality .quality1 ul li {
    color: #ffffff;
}
.case_exhi.about_exhi #company .quality .quality1 p {
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
}

.case_exhi.about_exhi #company .honor {
  margin: 50px auto 0;
}

.case_exhi.about_exhi #company .honor img {
  display: block;
  width: 100%;
}

.case_exhi.about_exhi #company .honor h3 {
  padding-left: 20px;
  margin-top: 8%;
  font-size: 24px;
  color: #333333;
}

.case_exhi.about_exhi #company .honor p {
  padding-left: 20px;
  font-size: 14px;
  color: #555555;
}

.case_exhi.about_exhi #product .base .base_a,
.case_exhi.about_exhi #product .base .base_b,
.case_exhi.about_exhi #product .base .base_c,
.case_exhi.about_exhi #product .base .base_d {
  margin-top: 40px;
}

.case_exhi.about_exhi #product .base .base_a img,
.case_exhi.about_exhi #product .base .base_b img,
.case_exhi.about_exhi #product .base .base_c img,
.case_exhi.about_exhi #product .base .base_d img {
  display: block;
  width: 100%;
}

.case_exhi.about_exhi #product .base .base_a .base_a_des,
.case_exhi.about_exhi #product .base .base_b .base_a_des,
.case_exhi.about_exhi #product .base .base_c .base_a_des,
.case_exhi.about_exhi #product .base .base_d .base_a_des {
  background: rgba(0, 0, 0, 0.5);
  padding: 30px;
}

.case_exhi.about_exhi #product .base .base_a .base_a_des h2,
.case_exhi.about_exhi #product .base .base_b .base_a_des h2,
.case_exhi.about_exhi #product .base .base_c .base_a_des h2,
.case_exhi.about_exhi #product .base .base_d .base_a_des h2 {
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
}

.case_exhi.about_exhi #product .base .base_a .base_a_des p,
.case_exhi.about_exhi #product .base .base_b .base_a_des p,
.case_exhi.about_exhi #product .base .base_c .base_a_des p,
.case_exhi.about_exhi #product .base .base_d .base_a_des p {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  padding-top: 10px;
}

.case_exhi.about_exhi #work .work_a {
  margin: 40px auto;
  text-align: center;
}

.case_exhi.about_exhi #work .work_a h2 {
  font-size: 20px;
  color: #333333;
}

.case_exhi.about_exhi #work .work_a p {
  font-size: 14px;
  line-height: 18px;
  color: #333333;
  padding-top: 20px;
}

.case_exhi.about_exhi #work .work_a .work_a_img {
  margin-top: 30px;
}

.case_exhi.about_exhi #work .work_a .work_a_img img {
  display: block;
  width: 100%;
  transition: transform 0.5s ease;
}

.case_exhi.about_exhi #work .work_a .work_a_img:hover img {
  transform: scale(1.05, 1.05);
}

.case_exhi.about_exhi #work .work_a.work_b {
  background-color: #f1f1f1;
  padding: 40px 31px;
}

.case_exhi.about_exhi #work .work_a.work_b h3 {
  margin-top: 8%;
  font-size: 20px;
  color: #333333;
  text-align: start !important;
}

.case_exhi.about_exhi #work .work_a.work_b span {
  display: block;
  font-size: 14px;
  line-height: 18px;
  color: #333333;
  padding-top: 20px;
  text-align: start !important;
}

.pro_banner.contact_banner {
  position: relative;
  height: 665px;
  background: url(../images/banner/contact_banner.jpg);
  background-repeat: no-repeat;
  background-position: center 0%;
}

.contact_a {
  padding-top: 45px;
}

.contact_a h1 {
  font-size: 20px;
  text-align: center;
  color: #c81528;
  font-weight: bold;
}

.contact_a h1:before {
  width: 25%;
  height: 1px;
  background: #c81528;
  content: "";
  display: block;
  float: left;
  position: relative;
  top: 17px;
}

.contact_a h1:after {
  width: 25%;
  height: 1px;
  background: #c81528;
  content: "";
  display: block;
  float: right;
  position: relative;
  top: 17px;
}

.contact_a p {
  font-size: 14px;
  color: #555555;
  text-align: center;
  padding-top: 10px;
}

.contact_a .contact_det {
  padding-top: 20px;
}

.contact_a .contact_det a {
  text-decoration: none;
}

.contact_a .contact_det a p {
  padding-top: 20px;
}

.contact_a .contact_det img {
  display: block;
  margin: 0 auto;
}

.contact_a .contact_are {
  margin-top: 50px;
}

.contact_a .contact_are .lianxi {
  position: relative;
  overflow: hidden;
}

.contact_a .contact_are .lianxi img {
  display: block;
  width: 100%;
  transition: transform 0.5s ease;
}

.contact_a .contact_are .lianxi p {
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  background-color: rgba(200, 21, 40, 0.9);
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 10px;
}

.contact_a .contact_are .lianxi:hover img {
  transform: scale(1.05, 1.05);
}

.contact_a .contact_are .lianxi_lie {
  padding: 20px;
}

.contact_a .contact_are .lianxi_lie p {
  font-size: 14px;
  color: #555555;
  line-height: 2;
  margin-bottom: 0;
  text-align: start;
}

.pro_banner.about_banner .service_img {
  display: block;
  width: 100%;
  height: 315px;
}

.case_exhi.service_exhi .nav-tabs {
  padding: 0 10px;
}

.case_exhi.service_exhi .nav-tabs .nav-item {
  width: 100%;
  padding: 0 5px;
}

.case_exhi.service_exhi .nav-tabs .nav-item .nav-link {
  height: 100%;
  line-height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#commitment .content_a {
  position: relative;
  margin-top: 30px;
}

#commitment .content_a img {
  display: block;
  width: 100%;
  height: 382px;
}

#commitment .content_a .content_a_des {
  background-color: #f1f1f1;
  padding: 30px;
}

#commitment .content_a .content_a_des h2 {
  font-size: 24px;
  color: #333333;
}

#commitment .content_a .content_a_des p {
  font-size: 14px;
  color: #555555;
  line-height: 20px;
  padding-top: 0;
}

#commitment .content_b {
  margin-top: 20px;
}

#commitment .content_b .content_b1 {
  margin-top: 20px;
  position: relative;
}

#commitment .content_b .content_b1 .content_b2 img {
  width: 100%;
}

#commitment .content_b .content_b1 .content_left,
#commitment .content_b .content_b1 .content_right {
  padding: 30px;
  background-color: #f1f1f1;
}

#commitment .content_b .content_b1 .content_left h2,
#commitment .content_b .content_b1 .content_right h2 {
  font-size: 24px;
  color: #333333;
}

#commitment .content_b .content_b1 .content_left p,
#commitment .content_b .content_b1 .content_right p {
  font-size: 14px;
  color: #555555;
  line-height: 20px;
  padding-top: 0;
}

#network .content,
#machine .content,
#after .content,
#spare .content {
  margin-top: 40px;
}

#network .content h2,
#machine .content h2,
#after .content h2,
#spare .content h2 {
  font-size: 20px;
  text-align: center;
  color: #333333;
}

#network .content p,
#machine .content p,
#after .content p,
#spare .content p {
  font-size: 18px;
  color: #555555;
  line-height: 36px;
  text-align: center;
  padding-top: 5px;
}

#network .content img,
#machine .content img,
#after .content img,
#spare .content img {
  display: block;
  width: 100%;
  margin: 10px 0;
}

#network .content .content_c,
#machine .content .content_c,
#after .content .content_c,
#spare .content .content_c {
  padding: 30px;
  margin-top: 20px;
  border: 1px solid #666666;
}

#network .content .content_c h3,
#machine .content .content_c h3,
#after .content .content_c h3,
#spare .content .content_c h3 {
  font-size: 20px;
  color: #333333;
}

#network .content .content_c p,
#machine .content .content_c p,
#after .content .content_c p,
#spare .content .content_c p {
  font-size: 16px;
  color: #333;
  line-height: 25px;
  text-align: start;
}

#machine .content ul {
  margin: 10px -10px 30px;
}

#machine .content ul li {
  list-style: none;
  float: left;
  padding: 0 10px;
  margin-top: 20px;
  width: 100%;
}

#machine .content ul li .content_d {
  position: relative;
}

#machine .content ul li .content_d img {
  display: block;
  width: 100%;
  margin: 0;
}

#machine .content ul li .content_d h2 {
  width: 100%;
  font-size: 14px;
  color: #3a3a3a;
  padding: 15px 5px;
  background-color: #f1f1f1;
  transition: all 0.3s ease;
  margin-bottom: 0;
}

#machine .content ul li .content_d:hover h2 {
  background-color: #c81528;
  color: #ffffff;
}

#machine .process img {
  display: block;
  width: 100%;
  margin-top: 20px;
}

#machine .process .process_img3 {
  display: none;
  margin-bottom: 45px;
}

#after .content {
  padding: 35px 0 0;
}

#after .content .aftersale {
  background: url(../images/service/service_d1.jpg) no-repeat;
  padding: 50px 0;
  height: 329px;
  margin-bottom: 40px;
}

#after .content .aftersale .aftersale_des {
  width: 100%;
  float: right;
}

#after .content .aftersale .aftersale_des .aftersale_des1 {
  background-color: #c81528;
  width: 100%;
  padding: 10px 30px;
}

#after .content .aftersale .aftersale_des .aftersale_des1 p {
  text-align: start;
  padding-top: 0;
}

#after .content .aftersale .aftersale_des .aftersale_des1 p img {
  display: inline-block;
  width: 25px;
  margin-right: 15px;
}

#after .content .aftersale .aftersale_des .aftersale_des1 p span {
  text-align: start;
  font-size: 20px;
  color: #ffffff;
  line-height: 20px;
}

#after .content .aftersale1 {
  margin-top: 30px;
  margin-bottom: 40px;
  overflow: hidden;
}

#after .content .aftersale1 img {
  transition: transform 0.5s ease;
}

#after .content .aftersale1 h3 {
  font-size: 16px;
  line-height: 28px;
  font-weight: bold;
}

#after .content .aftersale1 p {
  font-size: 14px;
  line-height: 24px;
  text-align: start;
}

#after .content .aftersale1 img:hover {
  transform: scale(1.08, 1.08);
}

#after .content ul {
  margin-top: 30px;
}

#after .content ul li {
  list-style: none;
  margin-top: 20px;
}

#after .content ul li .multi .multi_img img {
  width: 180px;
  height: 180px;
  margin: 0 auto;
  transition: transform 0.5s ease;
}

#after .content ul li .multi .multi_img .jiantou {
  display: none;
}

#after .content ul li .multi .multi_img:hover img {
  transform: scale(1.08, 1.08);
}

#after .content ul li .multi p {
  text-align: center;
  padding: 15px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 18px;
}

#after .content .onsale {
  padding: 30px 20px;
  background: url(../images/service/product_bgsj.jpg) no-repeat;
  background-size: 100% 100%;
  margin-top: 30px;
}

#after .content .onsale .onsale_tit h4 {
  text-align: center;
  font-size: 20px;
  color: #ffffff;
}

#after .content .onsale .onsale_tit p {
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
}

#after .content .onsale .onsale_des .onsale_des1 {
  margin-top: 20px;
}

#after .content .onsale .onsale_des .onsale_des1 p {
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 15px;
  text-align: start;
  height: 100%;
}

#spare .peijian {
  margin-top: 10px;
}

#spare .peijian h3 {
  font-size: 18px;
  color: #333333;
  margin-bottom: 20px;
  margin-top: 20px;
}

#spare .peijian p {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

@media (min-width: 320px) {
  .lunbo {
    display: none;
  }

  .lunbo1 .carousel-indicators {
    bottom: 0px;
  }

  .lunbo1 .carousel-indicators li {
    width: 30px;
    height: 3px;
  }
}

@media (min-width: 320px) and (max-width: 490px) {
  #commitment .content .content_a {
    bottom: 5%;
  }
}

@media (min-width: 350px) and (max-width: 575px) {
  .navbar #logo {
    width: 220px;
    height: auto;
  }
}

@media (min-width: 420px) and (max-width: 767px) {
  #after .content {
    position: relative;
  }

  #after .content .aftersale .aftersale_des .aftersale_des1 {
    position: absolute;
    right: 0;
    width: 80%;
  }
}

@media (max-width: 504px) {
  .nav-tabs {
    display: flex;
    justify-content: center;
  }

  .solution_equi a .equi_des {
    height: 130px;
    bottom: -130px;
  }
  #translate{display:none;}
  
}

@media (min-width: 505px) and (max-width: 767px) {
  .nav-tabs .nav-item {
    float: left;
    width: 50%;
  }
   #translate{display:none;}
}

@media (min-width: 510px) {
  .nav-item .nav-link p {
    border-right: 2px solid #555555;
  }

  .nav-item #Micro-tab p {
    border: none;
  }

  .pro_a h2 {
    font-size: 20px;
  }

  .pro_a h2:before {
    width: 5%;
  }

  .pro_a h2:after {
    width: 5%;
  }

  .proi_a .proi_mat ul li {
    width: 25%;
  }

  .solution_a .solu_right .solu_des .lianxi a {
    width: 40%;
  }

  .contact_a h1:before {
    width: 37.1%;
  }

  .contact_a h1:after {
    width: 37.1%;
  }

  #machine .content ul li {
    width: 50%;
  }
}

@media (min-width: 576px) {
  #after .content ul li {
    float: left;
    width: 50%;
  }
}

@media (max-width: 570px) {

  #Superfine .owl-item a img,
  #Micro .owl-item a img {
    width: 100%;
  }

  #commitment .content_a .content_a_des {
    bottom: 10%;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .solution_appli img {
    width: 80%;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .news_right {
    margin-top: 20px;
  }
}

@media (min-width: 768px) {
  .lunbo {
    display: block;
  }

  .lunbo .carousel-indicators {
    bottom: 8px;
  }

  .lunbo .carousel-indicators li {
    width: 40px;
    height: 5px;
  }

  .lunbo1 {
    display: none;
  }

 

  .nav-tabs {
    display: flex;
    justify-content: center;
  }

  .nav-item .nav-link.last p {
    border: none;
  }


  .index_c h2 {
    font-size: 32px;
    margin-bottom: 25px;
  }

  .index_e h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .pro_banner .banner_tit h2 {
    font-size: 32px;
  }

  .pro_banner .banner_tit p {
    font-size: 18px;
  }

  .pro_a {
    padding: 45px 15px;
  }

  .pro_a h2 {
    font-size: 24px;
  }

  .pro_a h2:before {
    width: 15%;
  }

  .pro_a h2:after {
    width: 15%;
  }

  .pro_b {
    padding: 45px 0;
  }

  .pro_d #case a .case_det {
    height: 120px;
  }

  .pro_d #case a:hover .case_det1 {
    height: 120px;
  }

  .pro_b h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .pro_c {
    padding: 30px 15px 0;
  }

  .pro_c h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .pro_d {
    padding-top: 50px;
  }

  .pro_d h2 {
    font-size: 24px;
  }

  .proi_banner .banner_des .banner_tit_left h1 {
    font-size: 32px;
  }

  .proi_a {
    padding: 110px 15px 60px;
  }

  .proi_b h2 {
    font-size: 24px;
  }

  .proi_c .prin_left h2 {
    font-size: 24px;
  }

  .proi_d h2 {
    font-size: 24px;
  }

  .proi_e h2,
  .proi_f h2 {
    font-size: 24px;
  }

  /* .case_exhi .nav-tabs .nav-item {
        width: 50%
    } */

  .case_a {
    padding: 60px 15px 45px;
  }

  .case_a .case_des {
    margin-top: 0;
  }

  .case_a .case_des h2 {
    margin-bottom: 30px;
  }

  .case_b .case_intro h2 {
    font-size: 24px;
  }

  .solution_ore h2 {
    font-size: 24px;
  }

  .solution_a {
    position: relative;
    margin-top: 40px;
    display: flex;
    align-items: center;
  }

  .solution_a .solu_left {
    float: left;
    width: 40%;
  }

  .solution_a .solu_right {
    float: right;
    padding: 30px 20px 20px;
  }

  .solution_a .solu_right .solu_des {
    float: left;
    width: 90%;
    text-align: start;
    padding-left: 15px;
  }

  .solution_a .solu_right .solu_des .lianxi a {
    float: left;
    margin-right: 20px;
    font-size: 12px;
  }

  .solution_appli,
  .solution_equi {
    padding-top: 50px;
  }

  .solution_appli h2,
  .solution_equi h2 {
    font-size: 24px;
  }

  .news_art ul li a .news_data p span {
    font-size: 38px;
  }

  .news {
    padding: 70px 15px;
  }

  .news .news_left {
    padding-right: 50px;
  }

  .case_exhi.about_exhi #company {
    padding-top: 60px;
  }

  .case_exhi.about_exhi #company h2,
  .case_exhi.about_exhi #work .work_a.work_b h3 {
    font-size: 24px;
  }

  .case_exhi.about_exhi .nav-tabs .nav-item {
    width: 50%;
  }

  .case_exhi.about_exhi #work .work_a h2 {
    font-size: 24px;
  }

  .contact_a h1 {
    font-size: 24px;
  }

  .case_exhi.service_exhi .nav-tabs .nav-item {
    width: 50%;
  }

  #commitment .content {
    margin-top: 50px;
  }

  #network .content h2,
  #machine .content h2,
  #after .content h2,
  #spare .content h2 {
    font-size: 24px;
  }

  #machine .content ul li {
    width: 33.33%;
  }

  #after .content .aftersale .aftersale_des {
    width: 50%;
  }

  #after .content .aftersale .aftersale_des .aftersale_des1 {
    width: 90%;
  }

  #after .content .aftersale .aftersale_des .aftersale_des1 p {
    padding-top: 15px;
  }

  #after .content .onsale {
    padding: 50px 30px;
    background: url(../images/service/service_d10.png) no-repeat;
    background-size: 100% 100%;
  }

  #after .content .onsale .onsale_tit h4 {
    font-size: 24px;
  }

  #spare .peijian h3:after {
    width: 46%;
    content: "";
    height: 1px;
    background-color: #c81528;
    display: block;
    float: right;
    position: relative;
    top: 12px;
  }
}

/* 漂浮 */
.piaofu {
  position: fixed;
  z-index: 9999;
  left: 0px;
  top: 45%;
}

.piaofu img {
  display: block;
  max-width: 160px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .solution_a .solu_left {
    height: 400px;
  }

  .solution_a .solu_right {
    height: 400px;
  }
 
}

@media (min-width: 768px) and (max-width: 991px) {
  .proi_e a .case_det {
    height: 158px;
  }

  .proi_e a:hover .case_det1 {
    height: 158px;
  }

  .solution_a .solu_left {
    height: 500px;
  }

  .solution_a .solu_right {
    height: 500px;
  }

  #after .content .aftersale {
    padding: 23px 0;
  }
}

@media (max-width: 767px) {
  .solution_a .solu_left {
    width: 100%;
  }

  .solution_a .solu_left img {
    width: 100%;
    height: auto;
  }

  .solution_a .solu_right {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .ore_exhi a {
    margin: 0 15px;
  }

  .ore_exhi a img {
    width: 170px;
    height: 170px;
    margin: 0 auto;
  }

  .proi_a {
    padding-top: 70px;
  }

  .proi_a .proi_mat {
    margin-top: 40px;
  }
}

@media (min-width: 992px) {
  .tab-content {
    height: 344px;
  }

  .index_c .ore_exhi a img {
    display: block;
    width: 100%;
  }

  .index_c .ore_exhi a p {
    width: 100%;
  }

  .proi_c {
    position: relative;
    display: flex;
    align-items: center;
  }

  .proi_c .prin_left {
    float: left;
    width: 50%;
    padding: 60px 0 80px 35px;
  }

  .proi_c .prin_left p {
    width: 90%;
  }

  .proi_c .prin_right {
    float: right;
    position: absolute;
    right: 0;
    width: 539px;
  }

  .proi_c .prin_right img {
    margin-top: 0;
  }

  .solution_a .solu_right .solu_des .lianxi a {
    font-size: 14px;
  }

  #product .base .base_a,
  #product .base .base_b,
  #product .base .base_c,
  #product .base .base_d {
    position: relative;
    display: flex;
    justify-content: center;
  }

  #product .base .base_a .base_a_des,
  #product .base .base_b .base_a_des,
  #product .base .base_c .base_a_des,
  #product .base .base_d .base_a_des {
    position: absolute;
    width: 80%;
  }

  #product .base .base_a .base_a_des {
    bottom: 0;
  }

  #product .base .base_b .base_a_des {
    top: 0;
    background-color: transparent !important;
    text-shadow: 1px 2px 5px #000;
  }

  #product .base .base_d .base_a_des {
    background-color: transparent !important;
  }

  #product .base .base_d .base_a_des h2 {
    color: #333333 !important;
  }

  #product .base .base_d .base_a_des p {
    color: #333333 !important;
  }

  #machine .process .process_img1,
  #machine .process .process_img2 {
    display: none;
  }

  #machine .process .process_img3 {
    display: block;
  }

  #after .content .aftersale .aftersale_des {
    width: 50%;
  }

  #after .content .aftersale .aftersale_des .aftersale_des1 {
    width: 80%;
  }

  #after .content ul li {
    float: left;
    width: 33.33%;
  }

  #after .content ul li .multi p {
    padding: 15px 25px;
  }

  #spare .peijian h3:after {
    width: 58%;
  }
}

@media (min-width: 1000px) {
  .case_exhi.about_exhi .nav-tabs .nav-item {
    width: 33.333%;
  }
}

@media only screen and (max-width: 1024px) {
  .youytu>div {
    width: 90%;
    margin: 0 auto;
    padding: 40px 0;
  }
}

@media (max-width: 1199px) {
  .owl-prev {
    left: -10%;
  }

  .owl-next {
    right: -10%;
  }
}

@media (min-width: 497px) and (max-width: 1199px) {
  .index_a .owl-item a p {
    height: 78px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .pro_c a p {
    height: 70px;
  }
}

@media (min-width: 1200px) and (max-width: 1299px) {
  .owl-prev {
    left: -5%;
  }

  .owl-next {
    right: -5%;
  }
}

@media (min-width: 1200px) {
  .index_a .tab-content .owl-item a p {
    height: 55px;
  }

  .index_b .solu_a a {
    margin-bottom: 30px;
  }

  .index_e h2 {
    padding: 60px 0 10px;
  }

  .proi_banner .banner_des .banner_tit_left {
    padding-top: 70px;
  }

  .pro_a .p1 {
    width: 736px;
    margin: 0 auto;
  }

  .pro_a .pro_a_tit:before {
    width: 35%;
  }

  .pro_a .pro_a_tit:after {
    width: 35%;
  }

  .fine_mill h2:before {
    width: 10%;
  }

  .fine_mill h2:after {
    width: 10%;
  }

  .proi_banner .banner_des {
    padding-top: 70px;
   
  }

  .proi_banner .banner_des .banner_tit_left {
    width: 65%;
  }

  .proi_banner .banner_des .banner_tit_left h1 {
    margin-bottom: 30px;
  }

  .proi_banner .banner_des .banner_tit_left p {
    margin-bottom: 55px;
  }

  .banner_tit_right {
    display: block !important;
  }

  .proi_c .prin_left {
    float: left;
    width: 59%;
    /* height: 400px */
  }

  .proi_c .prin_left p {
    width: 90%;
  }

  .solution_a .solu_right .solu_des .lianxi a {
    width: 28%;
  }

  .solution_equi a .equi_des {
    height: 120px;
    bottom: -120px;
  }

  .pro_banner .about_banner_tit {
    width: 1190px;
  }

  .case_exhi.service_exhi .nav-tabs .nav-item {
    width: 20%;
  }

  #machine .content ul li {
    width: 20%;
  }

  #after .content ul li {
    float: left;
    width: 20%;
  }

  #after .content ul li .multi .multi_img {
    display: flex;
    align-items: center;
  }

  #after .content ul li .multi .multi_img img {
    float: left;
  }

  #after .content ul li .multi .multi_img .jiantou {
    display: block;
    width: 19px;
    height: 35px;
  }

  #after .content ul li .multi p {
    padding: 15px 25px;
  }

  #after .content .onsale {
    padding: 60px 45px 50px;
  }

  #after .content .onsale .onsale_tit h4 {
    margin-bottom: 20px;
  }

  #after .content .onsale .onsale_des {
    margin-top: 30px;
  }

  #after .content .onsale .onsale_des .onsale_des1 p {
    padding: 20px;
  }

  #spare .peijian h3:after {
    width: 65%;
  }
}

@media (min-width: 1300px) {
  .owl-prev {
    left: -7%;
  }

  .owl-next {
    right: -7%;
  }

  .index_d .index_d_right .about_exhi {
    padding: 120px 40px;
    width: 530px;
  }

  .index_d .index_d_right .about_exhi h3 {
    font-size: 32px;
    padding-bottom: 20px;
  }

  .index_d .index_d_right .about_exhi p {
    font-size: 14px;
    margin-bottom: 30px;
  }

  .index_d .index_d_right .about_exhi a {
    padding: 10px 42px;
    font-size: 16px;
  }

  .proi_c .prin_left {
    float: left;
    width: 66%;
  }

  .proi_c .prin_left p {
    width: 80%;
  }
}

@media(min-width: 1660px) {
  .solution_ore a {
    height: 215px;
  }

  .solution_ore a img {
    min-height: 215px;
  }

  .solution_a .solu_right .img-red {
    border-left: 72px solid #c81528;
    border-bottom: 72px solid #c81528;
    border-top: 72px solid transparent;
    border-right: 72px solid transparent;
    position: absolute;
    left: calc(50% - 72px);
    bottom: calc(50% - 72px);
  }

  .solution_a .solu_right .img-bord {
    border-left: 72px solid #ffffff;
    border-bottom: 72px solid #ffffff;
    border-top: 72px solid transparent;
    border-right: 72px solid transparent;
    position: absolute;
    left: calc(50% - 70px);
    bottom: calc(50% - 70px);
  }

  #commitment .content_a img {
    height: auto !important;
  }

  #commitment .content_b .content_b1 img {
    width: 100%;
  }

  .solution_a .solu_left img {
    width: 100%;
  }
}

.contact-second .second-content {
  position: relative;
}
.contact-second .second-content .offices-map {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.contact-second .second-content .office-item {
  position: absolute;
  width: auto;
  height: auto;
}
.contact-second .second-content .office-item .item-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-second .second-content .office-item .item-content .office-info {
  background: url("/images/contact/info_bg.png") no-repeat;
  background-size: 100% 100%;
  color: #fff;
  padding: 12px 25px;
  display: none;
  position: absolute;
  width: 291px;
  height: 135px;
  top: -140px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.contact-second .second-content .office-item .item-content .office-info h3 {
  font-size: 18px;
  line-height: 32px;
  font-weight: bold;
}
.contact-second .second-content .office-item .item-content .office-info a {
  font-size: 17px;
  line-height: 26px;
  display: block;
  color: #fff;
}
.contact-second .second-content .office-item .item-content .office-title {
  color: #3c4457;
  font-weight: bold;
}
.contact-second .second-content .office-item .item-content .icon1 {
  display: block;
}
.contact-second .second-content .office-item .item-content .icon2 {
  display: none;
}
.contact-second .second-content .active .item-content .office-info {
  display: block;
}
.contact-second .second-content .active .item-content .office-title {
  color: #f94f12;
}
.contact-second .second-content .active .item-content .icon1 {
  display: none;
}
.contact-second .second-content .active .item-content .icon2 {
  display: block;
}
.contact-second .second-content .office-item1 .item-content {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.contact-second .second-content .office-item1 .item-content .office-title {
  margin-left: 5px;
}

@media (min-width: 1200px) {
  .contact-second {
    padding-top: 30px;
    display: block;
  }
  .contact-second .second-title {
    font-size: 34px;
    margin-bottom: 30px;
  }
  .contact-second .second-content .office-item .item-content .office-title {
    font-size: 14px;
    line-height: 24px;
  }
  .contact-second .second-content .office-item .item-content .adress-icon {
    width: 26px;
    height: 36px;
  }
  .contact-second .second-content .kazakhstan {
    top: 22%;
    left: 62%;
  }
  .contact-second .second-content .kazakhstan .item-content .office-info {
    width: 380px;
    height: 110px;
    top: -115px;
  }
  
  .contact-second .second-content .russian {
    top: 9.5%;
    left: 67.3%;
  }
  .contact-second .second-content .russian .item-content .office-info {
   width: 380px;
   height: 85px;
    top: -90px;
  }
  .contact-second .second-content .china {
    top: 29.5%;
    left: 70.3%;
  }
  .contact-second .second-content .china .item-content .office-info {
    width: 380px;
    height: 110px;
    top: -115px;
  }
  .contact-second .second-content .philippines {
    top: 41.5%;
    left: 74%;
  }
  .contact-second .second-content .indonesia {
    top: 55.5%;
    left: 77.3%;
  }
  .contact-second .second-content .kenya {
    top: 56.1%;
    left: 57%;
  }
  .contact-second .second-content .ethiopia {
    top: 50.5%;
    left: 57%;
  }
  .contact-second .second-content .malaysia {
    top: 51.5%;
    left: 73.5%;
  }
 
}
@media (min-width: 1400px) {
  
  .contact-second {
    padding-top: 40px;
  }
  .contact-second .second-title {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .contact-second .second-content .office-item .item-content .office-title {
    font-size: 16px;
    line-height: 30px;
  }
  .contact-second .second-content .office-item .item-content .adress-icon {
    width: 26px;
    height: 36px;
  }
  .contact-second .second-content .kazakhstan {
   top: 21%;
   left: 60%;
  }
 
  .contact-second .second-content .russian {
    top: 10.5%;
    left: 67.3%;
  }
  .contact-second .second-content .china {
    top: 29.5%;
    left: 70.3%;
  }
 
}
@media (min-width: 1600px) {

  .contact-second {
    padding-top: 50px;
  }
  .contact-second .second-title {
    margin-bottom: 50px;
  }
  .contact-second .second-content .office-item .item-content .office-title {
    font-size: 18px;
    line-height: 36px;
  }
  .contact-second .second-content .office-item .item-content .adress-icon {
    width: 31px;
    height: 41px;
  }
  .contact-second .second-content .kazakhstan {
    top: 21%;
    left: 60%;
  }
  
  .contact-second .second-content .russian {
    top: 10.5%;
    left: 67.8%;
  }
  .contact-second .second-content .china {
    top: 29.5%;
    left: 70.3%;
  }
  
}
@media (min-width: 1800px) {
  .contact-second .second-content .kazakhstan {
    top: 21%;
    left: 60%;
  }
 
  .contact-second .second-content .russian {
    top: 11.5%;
    left: 67.8%;
  }
  .contact-second .second-content .china {
    top: 30.5%;
    left: 70.3%;
  }
 
}/*# sourceMappingURL=contactus.css.map */

/* map组件 */