@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
}
.pub_title {
  text-align: center;
}
.pub_title p {
  margin-bottom: 50px;
  font-size: 16px;
  color: #666666;
}
.pub_title p span {
  font-size: 23px;
}
.pub_title h4 {
  position: relative;
  text-align: center;
  font-size: 46px;
  font-weight: bold;
  z-index: 1;
  color: #333333;
  display: block;
}
.pub_title h4 span {
  color: #e60000;
  display: inline-block;
  z-index: 1;
}
.banner {
  position: relative
}
.banner .swiper-slide .sc {
  -webkit-transition: 8s 1s linear;
  -webkit-transform: scale(1)
}
.banner .swiper-slide-active .sc {
  -webkit-transform: scale(1.1)
}
.banner .swiper-slide a {
  display: block;
  position: relative
}
.banner .item .imgBox .img {
  padding-bottom: 0;
  height: calc(100vh - .8rem);
  min-height: 6rem
}
.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: #004098;
  color: #fff;
  border-color: #004098
}
.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;
  }
}
.IproNav {
  margin-bottom: .45rem
}
.IproNav ul {
  justify-content: center;
}
.IproNav ul li {
  line-height: .5rem;
  padding: 0 .2rem;
  border-radius: .3rem;
  background: #ebebeb;
  cursor: pointer;
  width: 14%;
  text-align: center;
  margin: 0 .1rem
}
.IproNav ul li.on {
  background: #e60012;
}
.IproNav ul li.on a {
  color: #fff
}
.IproNav ul li:hover {
  background: #e60012;
}
.IproNav ul li:hover a {
  color: #fff
}
.Iproduct {
  padding: 80px 0;
}
.Iproduct_content ul li {
  width: calc(25% - .15rem);
  margin-bottom: .25rem;
  border-radius: .1rem;
  overflow: hidden;
}
.Iproduct_content ul li .txt h4 {
  line-height: .6rem;
  background: #ebebeb;
  text-align: center;
  font-weight: normal;
  transition: .3s
}
.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: .5rem
}
.Iabout_tit h3 {
  font-weight: normal;
  font-size: .42rem;
  text-align: left;
  font-weight: bold;
}
.Iabout_tit p {
  color: #666;
  margin-top: .1rem;
  line-height: 1.4em;
  text-align: left;
}
.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: #e60012;
  border-radius: 5px;
  position: absolute;
  left: 0;
  bottom: 0
}
.Iabout_tit:after {
  content: '';
  height: 4px;
  width: .2rem;
  background: #e60012;
  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
}
.homea-a .more {
  position: absolute;
  left: 0;
  bottom: 0
}
.homea-a .more a {
  display: block;
  line-height: .45rem;
  border-radius: .3rem;
  border: 1px solid #004098;
  color: #004098;
  width: 1.8rem;
  text-align: center;
  transition: .3s
}
.homea-a .more a:hover {
  background: #e60012;
  border: 1px solid #e60012;
  color: #fff
}
.homea-a .aright img {
  border-radius: .15rem;
  width: 100%
}
.homea-b {
  background-color: #004098;
  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
}
.Ihonor {
  padding: 70px 0 120px;
  background: url(/images/Ihonor_bg.jpg) no-repeat top center;
}
.IhonorSwiper {
  padding: 50px 0;
}
.IhonorSwiper .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 600px;
  height: 450px;
}
.IhonorSwiper .swiper-slide img {
  width: 100%;
}
.Ihonornext {
  background: url(/images/dot/dot_right2.png) no-repeat center center;
}
.Ihonorprev {
  background: url(/images/dot/dot_left2.png) no-repeat center center;
}
.IhonorSwiper .swiper-pagination .swiper-pagination-bullet {
  background: #c5c5c5;
  width: 12px;
  height: 12px;
}
.IhonorSwiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #c02d31;
}
/* =====================领域===================== */
.industry {
  padding: 80px 0;
  background: url(/images/Industry_bg.jpg) no-repeat top;
}
.industry_content {
  margin-top: 50px;
}
.industry .swiper-slide {
  position: relative;
  overflow: hidden;
  height: auto;
  max-height: 400px;
}
.industry .swiper-slide:nth-child(odd) {}
.industry .swiper-slide .img {
  height: 100%;
  display: block;
  max-width: none;
  -moz-transform: translate(-25%, 0);
  -ms-transform: translate(-25%, 0);
  -webkit-transform: translate(-25%, 0);
  transform: translate(-25%, 0);
}
.industry .swiper-slide img {
  border-radius: 0.15rem;
  width: 100%
}
.swiDots.pub {
  text-align: center;
  margin-top: .35rem
}
.swiDots.pub span {
  width: 12px;
  height: 12px;
  margin: 0 .06rem !important;
  background: #c5c5c5
}
.swiDots.pub span.active {
  opacity: 1;
  background: #c02d31
}
.Inews {
  padding: 70px 0 100px;
}
.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(0, 0, 0, .7);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.Inews-swiper li a {
  display: block;
  background-color: #ffffff;
  height: 100%;
}
.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: #e60012;
}
.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: #004098 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) {
  .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%;
  }
  .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 h3 {
    font-size: 16px;
  }
  .Inews-swiper li a .title span {
    width: 15%;
  }
  .Inewsbutton {
    margin-top: 20px;
  }
}
@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);
  }
	
	
	.pub_title h4 {
    font-size: 28px;
}
.pub_title p {
    margin-bottom: 20px;
    font-size: 14px;
    color: #666666;
}	
	
.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;
}
	
.Ihonor {
    padding: 30px 0 40px;
}	
	
.IhonorSwiper .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 100%;
    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%;
  }
}