@charset "utf-8";
.intit {
  margin-bottom: 50px;
  text-align: center;
}
.intit h3 {
  font-weight: normal;
  font-size: 42px;
}
.intit h5 {
  font-weight: normal;
  font-size: 20px;
  text-transform: uppercase;
  color: #666;
}
.intit p {
  color: #666;
  margin-top: .10px;
  line-height: 30px;
}
.swiper-button-disabled {
  opacity: .5
}
.suTab .mores .more {
  display: none
}
.banner {
  position: relative; background: #FFFFFF;
}
.slide-ba .swiper-wrapper {
  
}
.banner .swiper-slide .sc {
  -webkit-transition: 8s 1s linear;
}
.banner .swiper-slide-active .sc {}
.banner .swiper-slide a {
  display: block;
  position: relative
}
.banner .item .bannerBox .img  img{ width: 100%; height: auto;
}


.banner-tit {
  position: absolute;
  left: 0;
  top: 23%;
  width: 100%;
  color: #080404;
}
.banner-tit .cn {
  text-align: center;
  color: #fff;
  font-size: 50px;
  text-shadow: 2px 2px 2px #585858;
}
.banner-tit .en {
  font-size: 30px;
  color: #fff;
  line-height: 60px;
  text-align: center;
  text-shadow: 3px 3px 3px #3c3c3c;
  width: 100%;
  display: block;
}
.banner .bat {
  position: absolute;
  left: 5%;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  z-index: 5
}
.banner .bat img {
  height: 2.38rem
}
.banner .baTool {
  position: absolute;
  bottom: .5rem;
  left: 5%;
  z-index: 5;
  display: flex;
  align-items: center;
  width: 90%;
  justify-content: space-between;
}
.banner .swiBtn {
  width: 1.2rem;
  display: flex;
  justify-content: space-between;
  top: 50%;
}
.banner .swiBtn a {
  width: .5rem;
  display: block;
  border: 1px solid rgba(255, 255, 255, .5);
  text-align: center;
  line-height: .48rem;
  text-align: center;
  color: #fff;
  transition: .3s;
  border-radius: 50%;
}
.banner .swiBtn a:hover {
  background: #119e4e;
  color: #fff;
  border-color: #119e4e
}
.banner .swiBtn a.prev {}
.banner .swiBtn a.next {}
.banner .swiDots {
  text-align: right
}
.banner .swiDots span {
  width: auto;
  height: auto;
  color: #fff;
  background: transparent;
  margin-right: .2rem;
  opacity: .6;
  position: relative;
}
.banner .swiDots span:after {
  content: '';
  height: 1px;
  background: #fff;
  width: 0;
  position: absolute;
  left: calc(100% + .05rem);
  top: 50%
}
.banner .swiDots span.active {
  opacity: 1
}
.banner .swiDots span.active:after {
  width: .1rem;
  transition: .5s
}
.banner .bamouse {
  position: absolute;
  z-index: 5;
  bottom: .2rem;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  text-align: center;
  font-size: .15rem;
  cursor: pointer;
}
.banner .bamouse i {
  display: block;
  font-size: .4rem;
  margin-bottom: 10px;
  animation: up 2s infinite;
}
.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  font-family: 宋体;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 44px;
  color: rgb(255, 255, 255) !important;
}
@media (max-width:1024px) {
  .banner .bamouse {
    display: none
  }
  .banner .bat img {
    height: auto
  }
  .banner .baTool {
    bottom: .3rem;
    width: 90%;
    justify-content: center;
  }
  .banner .item .imgBox .img {
    padding-bottom: 54%;
    height: auto;
    min-height: inherit
  }
  .banner .swiBtn {
    display: none
  }
}
@media (max-width:640px) {
  .banner .baTool {
    bottom: .15rem;
  }
  .banner .item .imgBox .img {
    padding-bottom: 58%;
  }
  .banner .swiBtn a {
    width: .6rem;
    line-height: .3rem;
  }
  .banner .bat img {
    width: 80%
  }
  .swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 20px !important;
    height: 30px !important;
    ;
    margin-top: -15px !important;
    ;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 20px 30px !important;
    ;
    -webkit-background-size: 20px 30px !important;
    ;
    background-size: 20px 30px !important;
    ;
    background-position: center;
    background-repeat: no-repeat;
  }
}
.ISolutions {
  padding: 80px 0;
  background: #f3f3f3;
}
.ISolutions_content {}
.ISolutions_content ul li {
  width: calc(25% - .15rem);
  margin-bottom: .25rem;
  border-radius: .1rem;
  overflow: hidden;
  background: #ffffff;
}
.ISolutions_content ul li .txt {
  padding: 20px;
  text-align: left;
  font-weight: normal;
}
.ISolutions_content ul li .txt h4 {
  font-size: 18px;
  color: #126e38;
  padding-bottom: 10px;
  font-weight: normal;
}
.ISolutions_content ul li .txt dl {
  flex: 1;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 14px;
}
.ISolutions_content ul li .txt .more > span {
  font-size: 18px;
  color: #126e38;
}
.ISolutions_content ul li a:hover .txt h4 {
  color: #01b7b5;
}
.ISolutions_content ul li a:hover .txt dl {
  color: #333333;
}
.ISolutions_content ul li a:hover .txt .more > span {
  color: #01b7b5;
}

.Pro_roll {
	height: 700px;
	width: 100%;
	margin: 0 auto;
}
.Iproduct {
  padding: 80px 0;
  background: #fff;
}

.Iproduct_content ul li {
  width: calc(25% - .15rem);
  margin-bottom: .25rem;
  border-radius: .1rem;
  overflow: hidden;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, .1);
}
.Iproduct_content ul li .txt h4 {
  line-height: .6rem;
  background: #0f7fca;
  text-align: center;
  font-weight: normal;
  transition: .3s; padding: 0 10px; color: #fff;
}

.Iproduct_content ul li:hover .txt h4 {

  background: #119e4e;

}

.Ibtn-more {
	text-align: center;
	margin: 0 -10px;
	margin-top: 60px;
	font-size: 0;
}
.Ibtn-more a {
	display: inline-block;
	height: 50px;
	font-size: 18px;
	text-align: center;
	line-height: 48px;
	margin: 0 10px;
	padding:0 30px;
}
.bt_tel {
	font-family: "Impact";
	font-size:24px;
}
.bt_tel img {
	width:28px;
}
.Ibtn-morea {
	border-radius: 30px;
	border: solid 1px #119e4e;
	position: relative;
	overflow: hidden;
}
.Ibtn-morea span {
	display: block;
	position: relative;
	z-index: 2;
}
.Ibtn-morea::before, .Ibtn-morea::after {
position: absolute;
content: "";
width: 100%;
height: 50%;
background: #119e4e;
left: 0;
transition: all .5s;
}
.Ibtn-morea::before {
top: 0;
}
.Ibtn-morea::after {
bottom:0;
}
.Ibtn-more1 {
	color: #fff;
}
.Ibtn-more1:hover {
	color: #119e4e;
}
.Ibtn-more1:hover::before, .Ibtn-more1:hover::after {
height: 0;
}
.Ibtn-more1 span {
	font-size:22px;
}
.Ibtn-more1 span i {
	font-family: "Impact";
	font-style: normal;
	font-size:26px;
	margin-left:5px;
}
.Ibtn-more2 {
	color: #119e4e;
}
.Ibtn-more2::before, .Ibtn-more2::after {
height: 0;
}
.Ibtn-more2:hover::before, .Ibtn-more2:hover::after {
height: 50%;
}
.Ibtn-more2:hover {
	color: #fff;
}
.Ibtn-more2 {
}
.Ibtn-more2 i {
	font-size: 20px;
	padding-left: 10px;
}
/* 按钮 end */

.Iabout_box {
  height: 500px;
  background: url(/images/Iabout_box.jpg) no-repeat top;
}
.Iabout_box .trbt h3 {
  font-size: 56px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding-top: 80px;
}
.Iabout_box .trbt h3 span {
  color: #e70012;
}
.Iabout_box .trbt h5 {
  font-size: 36px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  margin-top: 20px;
}
.Iabout_tit {
  margin-bottom: .3rem
}
.Iabout_tit h3 {
  font-weight: normal;
  font-size: .42rem;
  text-align: left;
  font-weight: bold;
  text-transform: uppercase;
}
.Iabout_tit p {
  color: #666;
  margin-top: .1rem;
  line-height: 1.4em;
  text-align: left; font-size: .16rem;
}
.Iabout_tit .w {
  color: rgba(255, 255, 255, 1);
}
.Iabout_tit .w p {
  color: rgba(255, 255, 255, .8);
}
.Iabout_tit {
  padding-bottom: .3rem
}
.Iabout_tit:before {
  content: '';
  height: 4px;
  width: .6rem;
  background: #119e4e;
  border-radius: 5px;
  position: absolute;
  left: 0;
  bottom: 0
}
.Iabout_tit:after {
  content: '';
  height: 4px;
  width: .2rem;
  background: #119e4e;
  border-radius: 5px;
  position: absolute;
  left: .7rem;
  bottom: 0
}
.homea-a {
  background: url(/images/Iabout_bg.jpg) no-repeat center;
  background-size: cover;
  padding: .9rem 0 .8rem
}
.homea-a .aleft {
  width: 46%;
  padding-bottom: .6rem;
  position: relative;
}
.homea-a .aright {
  width: 50%
}
.homea-a .aleft .intit {
  padding-bottom: .3rem
}
.homea-a .aleft .intit:before {
  content: '';
  height: 4px;
  width: .6rem;
  background: #e60012;
  border-radius: 5px;
  position: absolute;
  left: 0;
  bottom: 0
}
.homea-a .aleft .intit:after {
  content: '';
  height: 4px;
  width: .2rem;
  background: #e60012;
  border-radius: 5px;
  position: absolute;
  left: .7rem;
  bottom: 0
}
.homea-a .aleft .intit p {
  font-size: .24rem;
  margin-top: .15rem;
  color: #333
}
.homea-a .aleft .txt p {
  line-height: 2.2em;
  color: #666;
  text-align: justify;
  padding-bottom: .05rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
}
.homea-a .more {
  position: absolute;
  left: 0;
  bottom: 0
}
.homea-a .more a {
  display: block;
  line-height: .45rem;
  border-radius: .3rem;
  border: 1px solid #022e48;
  color: #022e48;
  width: 1.8rem;
  text-align: center;
  transition: .3s
}
.homea-a .more a:hover {
  background: #119e4e;
  border: 1px solid #119e4e;
  color: #fff
}
.homea-a .aright img {
  border-radius: .15rem;
  width: 100%
}
.homea-b {
  background-color: #126e38;
  padding: .5rem 0
}
.homea-b ul li {
  width: 25%;
  position: relative;
  color: #fff;
  text-align: center;
}
.homea-b ul li:before {
  content: '';
  width: 1px;
  height: .8rem;
  background: rgba(255, 255, 255, .2);
  top: 50%;
  margin-top: -.4rem;
  left: 0;
  position: absolute;
}
.homea-b ul li:last-child:after {
  content: '';
  width: 1px;
  height: .8rem;
  background: rgba(255, 255, 255, .2);
  top: 50%;
  margin-top: -.4rem;
  right: 0;
  position: absolute;
}
.homea-b ul li .num span {
  font-size: .48rem;
  font-weight: bold;
  display: inline-block;
  line-height: .56rem;
  font-family: 'Microsoft YaHei';
  margin-right: 5px
}
.homea-b ul li .num span.din {
  font-size: .56rem;
  font-family: 'din'
}
.homea-b ul li p {
  margin-top: .15rem;
  font-size: .18rem;
  color: #fff
}


/* =====================案例展示===================== */
.Icase {
	padding: 70px 0 120px;
}
.Icase_content {
	margin-top: 30px;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.Icase_list li {
	margin-bottom: 20px;
	text-align: center;
}
.Icase_list .pic {
	border-radius: 10px 10px 0px 0px;
}
.Icase_list li:hover .pic img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.Icase_list > li:hover .picitemtit {
	background-position: right center
}
.ICaseSwiper {
	padding: 50px 0;
}
.ICaseSwiper .swiper-slide {
	background-position:center;
	background-size:cover;
	width:600px;
	height:455px;
}
.ICaseSwiper .swiper-slide img {
	width:100%;
}
.ICasenext {
	background: url(../images/dot/dot_right2.png) no-repeat center center;
}
.ICaseprev {
	background: url(../images/dot/dot_left2.png) no-repeat center center;
}


/* =====================优势===================== */
.Iyoushi {
	padding:70px 0 70px;
	background: url(../images/Iyoushi_bg.jpg) no-repeat top;
}
.Iyoushi_content {
	
}
.Iyoushi_list {
	display: inline-block;
	height: auto;
}
.Iyoushi_list dl {
	float: left;
	width: 50%;
	float: left;
	height: 250px;
	background-color: #fff;
}
.Iyoushi_list dl dt {
	width: 50%;
	height: 250px;
	display: block;
	float: left;
	overflow: hidden;
}
.Iyoushi_list dl dt img {
	width: 100%;
	height: 250px;
	display: block;
 transition: all .36s ease;
}
.Iyoushi_list dl dd {
	position: relative;
	width: 50%;
	height: 250px;
	float: right;
	text-align: center;
 -webkit-transition: all .3s ease-in-out 0s;
 -moz-transition: all .3s ease-in-out 0s;
 transition: all .3s ease-in-out 0s;
}
.Iyoushi_list dl.dl1 dd i, .Iyoushi_list dl.dl2 dd i {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 13px 14px 13px 0;
	border-color: transparent #fff transparent transparent;
	position: absolute;
	top: 42px;
	left: -14px;
 -webkit-transition: all .3s ease-in-out 0s;
 -moz-transition: all .3s ease-in-out 0s;
 transition: all .3s ease-in-out 0s;
}
.Iyoushi_list dl.dl3 dd i, .Iyoushi_list dl.dl4 dd i {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 13px 0 13px 14px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	top: 42px;
	right: -14px;
 -webkit-transition: all .3s ease-in-out 0s;
 -moz-transition: all .3s ease-in-out 0s;
 transition: all .3s ease-in-out 0s;
}
.Iyoushi_list dl dd h3 {
	display: block;
	font-size: 18px;
	color: #333;
	line-height: 18px;
	padding-top: 44px;
	padding-left: 30px;
	text-align: left;
 -webkit-transition: all .3s ease-in-out 0s;
 -moz-transition: all .3s ease-in-out 0s;
 transition: all .3s ease-in-out 0s;
}
.Iyoushi_list dl dd h3 span {
	display: block;
	width: 40px;
	height: 2px;
	background-color: #ea0001;
	margin-top: 20px;
 -webkit-transition: all .3s ease-in-out 0s;
 -moz-transition: all .3s ease-in-out 0s;
 transition: all .3s ease-in-out 0s;
}
.Iyoushi_list dl dd p {
	display: block;
	width: 250px;
	font-size: 16px;
	color: #333;
	line-height: 24px;
	padding-top: 20px;
	text-align: justify;
	margin-left: 30px;
 -webkit-transition: all .3s ease-in-out 0s;
 -moz-transition: all .3s ease-in-out 0s;
 transition: all .3s ease-in-out 0s;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.Iyoushi_list dl.dl1:hover dd i, .Iyoushi_list dl.dl2:hover dd i {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 13px 14px 13px 0;
	border-color: transparent #0062ad transparent transparent;
	position: absolute;
	top: 42px;
	left: -14px;
}
.Iyoushi_list dl.dl3:hover dd i, .Iyoushi_list dl.dl4:hover dd i {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 13px 0 13px 14px;
	border-color: transparent transparent transparent #0062ad;
	position: absolute;
	top: 42px;
	right: -14px;
}
.Iyoushi_list dl:hover dd {
	background-color: #0062ad;
}
.Iyoushi_list dl:hover dd h3 {
	color: #fff;
}
.Iyoushi_list dl:hover dd h3 span {
	background-color: #fff;
}
.Iyoushi_list dl:hover dd p {
	color: #fff;
}
.Iyoushi_list dl.dl3 dd, .Iyoushi_list dl.dl4 dd {
	float: left;
}
.Iyoushi_list dl.dl3 dt, .Iyoushi_list dl.dl4 dt {
	float: right;
}
.Iyoushi_list dl:hover dt img {
	-webkit-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
}




.Inews {
  padding: 70px 0 100px;
  background: #f3f3f3;
}
.Inews_content {
  margin-top: 50px;
  align-items: flex-start;
}
.Inewsort {
  text-align: center;
  font-size: 0;
  margin-top: 30px;
}
.Inewsort li {
  display: inline-block;
  margin: 0 1%;
}
.Inewsort li a {
  display: block;
  width: 169px;
  height: 46px;
  background-color: #ebebeb;
  line-height: 46px;
  text-align: center;
  letter-spacing: 1px;
  color: #333333;
  font-size: 18px;
  border-radius: 0.3rem;
}
.Inewsort li:hover a {
  background-color: #004098;
  color: #fff;
}
@media (max-width:640px) {
  .Inewsort li {
    width: 31.33%;
  }
  .Inewsort li a {
    width: 100%;
    line-height: 35px;
    font-size: 14px;
    height: 35px;
  }
}
.Inews_left {
  width: 50.25%;
  position: relative;
}
.Inews_left .Inews_lefta {
  overflow: hidden;
}
.Inews_left .Inews_lefta li a {
  display: block;
  overflow: hidden;
  position: relative;
}
.Inews_left .Inews_lefta li a .img1 {
  overflow: hidden;
}
.Inews_left .Inews_lefta .img1 img, .Inews_left .Inews_lefta video {
  width: 100%;
  height: 100%;
  transition: all ease 1s;
}
.Inews_left .Inews_lefta:hover .img1 img {
  transform: scale(1.1);
}
.Inews_left .Inews_lefta li a .wz {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .7);
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  padding-left: 20px;
  line-height: 62px;
}
.Inews_left .Inews_lefta li a .wz span {
  width: calc(100% - 130px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.Inews_left .cont {
  width: 100%;
  background: rgba(2, 46, 72, .7);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.Inews-swiper li a {
  display: block;
  background-color: #ffffff;
  height: 100%;
  padding: 15px;
}
.Inews-swiper li a .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.Inews-swiper li a .title h3 {
  font-size: 20px;
  color: #3a3a3a;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: bold;
}
.Inews-swiper li a .title span {
  font-size: 15px;
  color: #5a5a5a;
  overflow: hidden;
  white-space: nowrap;
}
.Inews-swiper li a p {
  font-size: 15px;
  line-height: 1.75;
  color: #3a3a3a;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.Inews-swiper li:hover a .title h3, .Inews-swiper li:hover a p {
  color: #022e48;
}
.Inews_left .cont h3 {
  font-size: 20px;
  color: #ffffff;
  padding-left: 20px;
}
.Inews-scroll {
  display: flex;
  flex-direction: column;
  width: 45.625%;
  justify-content: space-between;
}
.Inews-swiper {
  overflow: hidden;
  height: 530px;
}
.Inewsbutton {
  margin-top: 50px;
}
.Inewsbutton div {
  width: 49.65%;
  height: 23px;
  line-height: 23px;
  background: #b9b9b9 url(/images/9c56745028255e63bab204f0100f8165c4bae1ed.png) no-repeat center center;
  outline: none;
  cursor: pointer;
  float: left;
}
.Inewsbutton div.p5next {
  background: #0f7fca url(/images/9c56745028255e63bab204f0100f8165c4bae1ed.png) no-repeat center center;
  transform: rotate(180deg);
  outline: none;
  cursor: pointer;
  float: right；
}
@media screen and (max-width:1600px) {
  .Inews-swiper {
    overflow: hidden;
    height: 490px;
  }
}
@media screen and (max-width:1440px) {
  .Iproduct_btn.Iproduct_prev {
    left: 0;
    margin-left: 0;
    background-position: -25px -30px;
  }
  .Iproduct_btn.Iproduct_next {
    right: 0;
    margin-right: 0;
    background-position: -120px -30px;
  }
  .Iproduct_btn {
    width: 30px;
    height: 30px;
    top: 50%;
    margin-top: -30px;
  }
  .Iabout_content {
    padding: 0 100px;
  }
  .Inews-swiper {
    overflow: hidden;
    height: 430px;
  }
}
@media screen and (max-width:1280px) {
  .Iproduct_tit h4 span {
    font-size: 26px;
  }
  .Iproduct_tit h4 em {
    font-size: 16px;
  }
  .Iproduct_swiper .swiper-slide a {
    height: auto;
  }
  .Iproduct_swiper .swiper-slide a span.txt {
    margin: auto;
    width: 100%;
  }
  .Iproduct_swiper .swiper-slide.swiper-slide-active a span.txt, .n_banner {
    margin-top: 0;
  }
  .Iproduct_box {
    padding: 30px 5%;
  }
  .Iproduct_swiper .swiper-slide a span.img {
    padding-bottom: 80%;
  }
  .Iproduct_swiper .swiper-slide.swiper-slide-active span.img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .Iproduct_swiper .swiper-slide.swiper-slide-active, .Iproduct_swiper .swiper-slide {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .w_1280 {
    width: 100%;
  }
  .Inews {
    padding: 50px 0 50px;
  }
  .Inews-swiper {
    overflow: hidden;
    height: 380px;
  }
}
@media screen and (max-width:1024px) {
  .Inews-swiper {
    overflow: hidden;
    height: 280px;
  }
  .pub_title h4 {
    font-size: 36px;
  }
  .IproNav {
    margin-bottom: 0.1rem;
  }
}
@media screen and (max-width:991px) {
	
	    .Ibanner {
        margin-top: .7rem;
    }
  .IproNav ul li {
    width: 22%;
  }
  .homea-a .aleft {
    width: 100%;
    padding-bottom: 0.4rem;
    position: relative;
  }
  .homea-a .aright {
    width: 100%;
  }
  .Iabout_pic_right ul li .num span.din {
    font-size: 40px;
  }
  .Iabout_content {
    padding: inherit;
  }
  .videos {
    left: 5%;
    top: 25%;
    width: 90%;
    height: auto;
    background: #000000;
  }
  .list_pro li a span.tit, .location a, .list_down li a.tit {
    font-size: 16px;
  }
  .Iproduct {
    padding: 50px 0;
  }
  .Iproduct_content {
    padding: 0.2rem 0 !important;
  }
  .homea-a {
    padding: 0.5rem 0 0.5rem;
  }
  .Ihonor {
    padding: 50px 0 70px;
  }
  .IhonorSwiper {
    padding: 0px 0 50px;
  }
  .industry {
    padding: 50px 0;
  }
  .industry .swiper-slide {
    max-height: inherit;
  }
  .industry .swiper-slide img {
    border-radius: 0.1rem;
    width: 100%;
    max-height: 100%;
  }
	
	.ICasenext{
		right: 20px !important;
	}
.ICaseprev{
		left: 20px !important;
	}
  .Inews {
    padding: 50px 0 50px;
  }
  .Inewsort li {
    width: 30%;
  }
  .Inewsort li a {
    width: 100%;
  }
  .Inews_left {
    width: 100%;
    position: relative;
  }
  .Inews_left .Inews_lefta li a .wz {
    padding-left: 10px;
    line-height: 37px;
    font-size: 18px;
  }
  .Inews_left .Inews_lefta li a .wz span {
    width: calc(100% - 75px);
  }
  .Inews_left .Inews_lefta li a .more {
    height: 40px;
  }
  .Inews_left .Inews_lefta li a .more img {
    height: 40px;
  }
  .Inews-scroll {
    width: 100%;
    margin-top: 20px;
  }
  .Inews-swiper {
    overflow: hidden;
    height: 300px;
  }
	.Inews-swiper li a .title {
   
    margin-bottom: 5px;
}
	
  .Inews-swiper li a .title h3 {
    font-size: 16px;
  }
  .Inews-swiper li a .title span { display: none;
  }
	
	.Inews-swiper li a p {
    font-size: 14px;
    line-height: 1.15;

}
	
  .Inewsbutton {
    margin-top: 20px;
  }
	
	/* Iyoushi */
.Iyoushi {
 padding: 30px 0;
}
.Iyoushi_content {
 padding: 20px 0 0px;
}
.Iyoushi_list dl {
    height: inherit; width:100%;

}

.Iyoushi_list dl dt {
    height: inherit;

}
.Iyoushi_list dl dt img {
    height: inherit;
}


.Iyoushi_list dl dd {
    height: inherit;

}

.Iyoushi_list dl dd h3 {
    font-size: 14px;
    line-height: 20px;
    padding-top: 10px;
    padding-left: 10px;
}
.Iyoushi_list dl dd h3 span {
    width: 20px;
    height: 2px;
    background-color: #ea0001;
    margin-top: 10px;

}
.Iyoushi_list dl dd p {
    width: inherit;
    font-size: 12px;
    line-height: 20px;
    padding-top: 10px;
    margin-left: 10px; text-align:left; width: auto;
}
.Iyoushi_list dl.dl1 dt, .Iyoushi_list dl.dl3 dt {
    float: left;
}
.Iyoushi_list dl.dl1 dd, .Iyoushi_list dl.dl3 dd {
    float: right;
}

.Iyoushi_list dl.dl2 dt, .Iyoushi_list dl.dl4 dt {
    float: right;
}
.Iyoushi_list dl.dl2 dd, .Iyoushi_list dl.dl4 dd {
    float: left;
}

.Iyoushi_list dl  dd i{ display: none
}
	
	
	  /* 按钮 */
   .Ibtn-more {
 text-align: center;
 margin: -10px;
 margin-top: 10px;
 font-size: 0;
}
 .Ibtn-more a {
 display: inline-block;
 width: auto;
 height: 40px;
 font-size: 15px;
 text-align: center;
 line-height: 39px;
 margin: 0 10px;
 padding: 0 15px;
}
 .Ibtn-morea {
 border-radius: 30px;
 border: solid 1px #ea0001;
 position: relative;
 overflow: hidden;
}
 .Ibtn-morea span {
 display: block;
 position: relative;
 z-index: 2;
}
 .Ibtn-morea::before, .Ibtn-morea::after {
 position: absolute;
 content: "";
 width: 100%;
 height: 50%;
 background: #ea0001;
 left: 0;
 transition: all .5s;
}
 .Ibtn-morea::before {
 top: 0;
}
 .Ibtn-morea::after {
 bottom: 0;
}
 .Ibtn-more1 {
 color: #fff;
}
 .Ibtn-more1 span {
 font-size: 16px;
}
.Ibtn-more1 span i {
 font-family: "Impact";
 font-style: normal;
 font-size: 16px;
 margin-left: 5px;
}
 .Ibtn-more2 {
 color: #ea0001;
}
 .Ibtn-more2::before, .Ibtn-more2::after {
 height: 0;
}
 .Ibtn-more2:hover::before, .Ibtn-more2:hover::after {
 height: 50%;
}
 .Ibtn-more2:hover {
 color: #fff;
}
 .Ibtn-more1:hover {
 color: #ea0001;
}
 .Ibtn-more1:hover::before, .Ibtn-more1:hover::after {
 height: 0;
}
 .Ibtn-more2 {
}
 .Ibtn-more2 i {
 font-size: 20px;
 padding-left: 10px;
}
   /* 按钮 end */
}
@media screen and (max-width:768px) {
  .Iproduct_tit h4 span {
    font-size: 22px;
    padding-bottom: 0;
  }
  .Iproduct_tit h4 em, .m_auto div.n_banner p a, .m_auto div, footer .foot_one .fr i {
    font-size: 14px;
  }
  .Iproduct_tit a.fr, .sec_two_ul li {
    font-size: 16px;
  }
  .Iproduct_swiper .swiper-slide a span.txt {
    font-size: 18px;
    line-height: 50px;
  }
  .Iproduct_swiper .swiper-slide a span.txt, .m_auto p a {
    font-size: 18px;
  }
  .homea-b ul li {
    width: 50%;
    padding: 30px;
  }
  .homea-b ul li:before {
    background: rgba(255, 255, 255, 0);
  }
  .homea-b ul li:last-child:after {
    background: rgba(255, 255, 255, 0);
  }
	.homea-a .more { display: none;
}
	
  .IproNav ul li {
    width: 44%;
    margin-bottom: 20px;
  }
  .Iproduct {
    padding: 30px 0;
  }
  .homea-a {
    padding: 0.3rem 0 0.3rem;
  }
  .Iabout_tit h3 {
    font-weight: normal;
    font-size: .28rem;
    text-align: left;
    font-weight: bold;
  }
 .Icase {
 padding: 20px 0;
}
	.ICaseSwiper{ padding: 20px 0;}
.ICaseSwiper .swiper-slide{width: 95%;height:auto;}
  .industry {
    padding: 30px 0;
  }
  .Inews {
    padding: 30px 0 30px;
  }
  .Inews_content {
    margin-top: 20px;
    align-items: flex-start;
  }
}
@media screen and (max-width:640px) {
  .list_pro li {
    width: 100%;
  }
}