@charset "UTF-8";

@import url('global.css');

/* banner */
.pc_banner_swiper {
  display: block; background:#000000;width: 100%;max-width:1920px; position:relative;
}

.pc_banner_swiper .swiper-slide img {
  display: block;
  width: 100%;
  max-height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}

/*.pc_banner_swiper .swiper-slide-active img {
  -webkit-animation: mymove 5s ease;
  animation: mymove 5s ease;
}图片放大*/

.pc_banner_swiper .swiper-button-next { right: 0.5%;}
.pc_banner_swiper .swiper-button-prev { left: 0.5%;}
.pc_banner_swiper .swiper-button-prev,
.pc_banner_swiper .swiper-button-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  opacity: 1; color:rgba(255, 255, 255, 1)!important;filter:grayscale(100%) brightness(500);
  background: rgba(255, 255, 255, 0.2);
}

.pc_banner_swiper .swiper-button-prev:hover,
.pc_banner_swiper .swiper-button-next:hover {
  opacity: 1;
  background: #0081cc;filter:none;
}

.pc_banner_swiper .swiper-button-prev:hover::after,
.pc_banner_swiper .swiper-button-next:hover::after {
  color: #ffffff;
}

.pc_banner_swiper .swiper-button-prev::after,
.pc_banner_swiper .swiper-button-next::after {
  font-size: 20px;
  color: #666666;
}

.pc_banner_swiper .swiper-pagination {
  bottom: 4.5% !important;
  z-index: 99;
}

.pc_banner_swiper .swiper-pagination-bullet {
  width: 20px;
  height: 5px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  opacity: 1;
  margin: 0 5px !important;
  position: relative;
  cursor: pointer !important;
  position: relative;
}

/*.pc_banner_swiper .swiper-pagination-bullet::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid #fff;
  z-index: 9;
  opacity: 0;
}*/

.pc_banner_swiper .swiper-pagination-bullet-active {background-color: #c9151e; width: 40px;}

.sj_banner_swiper {display: none;}

/* 发展历程 */
.development_history_swiper_bg {padding-top: 123px;padding-bottom: 85px;background: url("../images/history_bg.jpg") no-repeat center/cover; overflow:hidden;margin-bottom: 85px;}


.development_history_swiper {
  width: 88%;
  max-width: 1500px;
  margin: 0 auto;
  margin-top: 57px;
  overflow: hidden;
}

.development_history_swiper2 {
  width: 800px;
  overflow: visible !important;
}

.development_history_swiper2 .swiper-slide {
  min-height: 374px;
  border-radius: 20px;
  background-color: #c9151e;
  position: relative;
  padding: 17px 40px;
}

.development_history_swiper2 .swiper-slide::after {
  content: "";
  display: block;
  clear: both;
}

.development_history_swiper2 .swiper-slide dt {
  text-align: center;
  font-size: 62px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 10px;
}

.development_history_swiper2 .swiper-slide div {
  height: 295px;
  overflow-y: auto; width:80%; margin:0 auto;
}

.development_history_swiper2 .swiper-slide p {
  font-size: 16px;
  color: #ffffff;
  line-height: 32px;
  font-weight: lighter;
}



.development_history_swiper2 .swiper-slide p span {
  display: block;
  float: left;
  min-width: 55px;
}

.development_history_swiper2 .swiper-slide p i {
  float: right;
  width: calc(100% - 55px);
}

.development_history_swiper2 .swiper-button-next {width: 65px;height: 65px;right: -124px;border-radius: 0;}
.development_history_swiper2 .swiper-button-next::after {font-size: 24px;}
.development_history_swiper2 .swiper-button-next:hover {background: #c9151e;opacity: 1;}
.development_history_swiper2 .swiper-button-prev {width: 65px;height: 65px; left: -124px;border-radius: 0;}
.development_history_swiper2 .swiper-button-prev::after {font-size: 24px;}
.development_history_swiper2 .swiper-button-prev:hover { background: #c9151e;opacity: 1;}

.development_history_swiper1 {
  margin-top: 44px; overflow:hidden;
}

.development_history_swiper1 .swiper-slide {
  cursor: pointer;
}

.development_history_swiper1 .swiper-slide b {
  display: block;
  margin-bottom: 7px;
  opacity: 0;
}

.development_history_swiper1 .swiper-slide div {
  margin-bottom: 13px;
}

.development_history_swiper1 .swiper-slide div::after {
  content: "";
  display: block;
  clear: both;
}

.development_history_swiper1 .swiper-slide span {
  float: left;
  display: block;
  width: 21px;
  height: 21px;
  background-color: #dcdcdc;
  border-radius: 50%;
  position: relative;
}

.development_history_swiper1 .swiper-slide span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #fff;
}

.development_history_swiper1 .swiper-slide i {
  float: right;
  display: block;
  width: calc(100% - 31px);
  height: 6px;
  background: url(../images/icon_round2.png) left;
  background-size: auto 6px;
  margin-top: 8px;
  position: relative;
}

.development_history_swiper1 .swiper-slide i::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 0%;
  height: 6px;
  border-radius: 3px;
  background-color: #c9151e;
}

.development_history_swiper1 .swiper-slide p {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}

.development_history_swiper1 .swiper-slide.swiper-slide-thumb-active b {
  opacity: 1;
}

.development_history_swiper1 .swiper-slide.swiper-slide-thumb-active span {
  background-color: #c9151e;
}

.development_history_swiper1 .swiper-slide.swiper-slide-thumb-active span::after {
  background-color: #fff;
}

.development_history_swiper1 .swiper-slide.swiper-slide-thumb-active i::after {
  width: 100%;
  transition: width 4s ease;
}

.development_history_swiper1 .swiper-slide.swiper-slide-thumb-active p {
  color: #c9151e;
}

/* 应用领域 */
.idesign_bg {max-width:1920px; margin:0 auto; overflow:hidden;background-color: #f3f3f3; margin-top:60px;padding-top: 59px;padding-bottom: 59px;}
.idesign {position: relative;}
.idesign_swiper {width: 88%;max-width:1500px;margin: 0 auto;overflow: hidden;}
.idesign_swiper .swiper-slide {height: 600px;position: relative;overflow: hidden;transition: all 0.6s ease;}
.idesign_swiper .idesign_swiper_active {/*width: 50% !important;*/}
.idesign_swiper .swiper-slide:hover .idesign_text {
 /* background-color: transparent;*/
 background: -webkit-linear-gradient(top,rgba(255,255,255,0),rgba(201, 21, 30,1));
 background: -moz-linear-gradient(top,rgba(255,255,255,0),rgba(201, 21, 30,1));
 background: -o-linear-gradient(top,rgba(255,255,255,0),rgba(201, 21, 30,1));
 background: -ms-linear-gradient(top,rgba(255,255,255,0),rgba(201, 21, 30,1));
 /*transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);*/
}

.idesign_swiper .swiper-slide:hover .idesign_text span {opacity: 1; color:#ffffff;}
.idesign_swiper .swiper-slide:hover .idesign_text p{ opacity: 1; color:#ffffff;}
.idesign_swiper .swiper-slide:hover .idesign_text i{ opacity: 1; color:#ffffff;background:#ffffff;}
.idesign_swiper .swiper-slide:hover .idesign_text div {top:60%;}
/*.idesign_swiper div.idesign_swiper_active2 {width: 25% !important;}*/

.idesign_swiper .swiper-button-next {width: 60px;height: 60px;right: 3%; top:50%;border-radius: 0%;background: #dddddd;}
.idesign_swiper .swiper-button-next::after {font-size: 24px;}
.idesign_swiper .swiper-button-next:hover {background: #c9151e;opacity: 1;}
.idesign_swiper .swiper-button-prev {width: 60px;height: 60px;left:3%; top:50%;border-radius: 0%;background: #dddddd;}
.idesign_swiper .swiper-button-prev::after {font-size: 24px;}
.idesign_swiper .swiper-button-prev:hover {background: #c9151e; opacity: 1;}
/*
.idesign_img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}*/

.idesign_img img {
  width: 100%;
  height: 600px;
}

.idesign_text {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  padding: 0 9.7%;
  transition: all 0.4s ease;
}


.idesign_text div {
  position: absolute;
  top: 79%;
  left: 0px;
  width: 100%;
  padding: 0 9.7%; text-align:left;transition: all 0.4s ease;
}
.idesign_text img{height:40px;}
.idesign_text i { margin-left:5px; opacity: 1;display:block; margin-top:10px; width:20px; height:3px; background:#c9151e;}
.idesign_text h3 {font-size: 20px;color: #ffffff;font-weight:normal;margin-top: 10px;margin-bottom: 15px;}

.idesign_text p {font-size: 15px; color: #ffffff;line-height: 26px;min-height: 52px;margin-top:15px;transition: all 0.4s;opacity: 0;}
.idesign_text span {
  display: block;
  width: 200px; margin-top:20px;
  height: 33px;
  font-size:24px; color:#fffff;
  transition: all 0.4s ease;
  opacity: 0;
}


/* 产品 */
.iproducts_bg {max-width:1920px; margin:0 auto;padding-top: 59px;padding-bottom: 34px; overflow: hidden;}
.iproducts {width: 88%;max-width:1500px;margin: 0 auto;overflow: hidden;margin-bottom: 50px;}
.pro_nav{float:left; width:20%; border:1px #dddddd solid;}
.pro_nav h2{ height:40px; line-height:40px; padding-left:15px;border-bottom:1px #dddddd solid; overflow:hidden;}
.pro_nav h2 a{font-size:16px; color:#333333; font-weight:bold;}.pro_nav h2 span{float:right; padding-right:15px;}
.pro_nav ul{padding:5px 0px;border-bottom:1px #dddddd solid;}.pro_nav ul:last-child{border-bottom:0px;}
.pro_nav ul li{height:25px; line-height:25px; padding-left:15px;}
.pro_nav ul li a{ font-size:14px; color:#666666;}
.pro_nav h2 a:hover,.pro_nav ul li a:hover{ color:#c9151e;}

.ipro_list{ float:right; width:78%; overflow:hidden;}
/*.ipro_list ul{ width:100%;text-align: center; overflow:hidden; margin-bottom:20px;}*/
.ipro_lista{width:100%;text-align: center; overflow:hidden; margin-bottom:20px;}
.ipro_lista ul li{float:left; width:23.4%; margin-right:2%; border:1px #dddddd solid; margin-bottom:27px;}.ipro_list ul li:nth-child(4n){margin-right:0%;}
.ipro_img{height:210px; width:100%; overflow:hidden;}
.ipro_lista img{ height:100%;transition: all 0.6s ease;}
.ipro_lista ul li:hover img{transform: scale(1.1);}
.ipro_lista ul li dt{ height:40px; line-height:40px; color:#666666; font-size:16px; text-align:center;}
.ipro_lista ul li:hover dt{color:#c9151e;}


.ipro_more {width:100%; height:30px;}.ipro_more a{font-size:16px; color:#ffffff; background:#c9151e; padding:8px 18px; border-radius:20px;}.ipro_more a:hover{color:#c9151e;background:#fff; border:1px #c9151e solid;}
.ipro_more a span{ font-family:"宋体"; font-size:14px;}

/* 关于我们 */
.iaboutus_bg {
  padding-top: 30px;max-width:1920px; margin:0 auto; overflow:hidden;background: url("../images/iaboutus_bg.jpg") no-repeat center/cover;position: relative; padding-bottom:60px;
}
.iaboutus { width: 88%;max-width:1500px;margin: 0 auto; overflow:hidden; position:relative; padding-top:50px;}
.iaboutus_left {float: right;width: 45%;}
.iaboutus_left img {width: 100%;border-radius: 10px; overflow:hidden;}
.iaboutus_right {float: left; width: 48%; padding-top:30px;}
.iaboutus_right h2{ font-weight:normal; color:#333; font-size:18px; margin-bottom:5px;}
.iaboutus_right h1{  color:#333; font-size:28px; font-weight:bold; margin-bottom:20px;}
.iaboutus_right dd{ display:block; width:40px; height:4px; background:#c9151e;margin-bottom:20px;}
.iaboutus_right p {color: #666666;margin:0 auto;font-size: 16px;line-height: 30px;}

.iaboutus_right ul { margin: 20px auto; overflow:hidden; margin-bottom:30px;}
.iaboutus_right ul li {float: left;width: 20%;height: 141px;padding-top: 25px;margin-right: 5%;cursor: pointer;  transition: all 0.4s ease;}

.iaboutus_right ul li dt span {font-size: 36px;color: #c9151e;font-weight: bold;}
.iaboutus_right ul li dt i { font-size: 20px; vertical-align: top;}
.iaboutus_right ul li dt sup {font-size: 25px;}
.iaboutus_right ul li p {font-size: 14px;color: rgba(0, 0, 0, 0.6);line-height: 20px;}
.iaboutus_right ul li dt,.iaboutus_right ul li p{border-right:1px rgba(0, 0, 0, 0.1) solid;}
.iaboutus_right ul li:last-child dt,.iaboutus_right ul li:last-child p{border-right:0px rgba(0, 0, 0, 0.1) solid;}




/* 新闻资讯 */
.inews_bg {
  background-color: #fff;
  padding-top: 73px;
  padding-bottom: 70px;
  overflow: hidden;width: 100%;
  max-width: 1920px; margin:0 auto;
  position: relative;
}
.inews {width: 88%;max-width: 1500px;margin: 0 auto;overflow:hidden;}
.inews_left{width:49%; float:right; overflow:hidden;}

.inews_con ul li {width: 98%; margin:0 auto;overflow:hidden; border:1px #dddddd solid; margin-bottom:20px; padding-bottom:18px;}
.inews_text {width:100%; margin:0 auto; padding-top:18px; overflow:hidden;border-top:3px #fff solid;}
.inews .inews_titlea { width:92%; margin:0 auto;font-size: 20px;color: #333333;font-weight: bold;line-height: 25px;margin-bottom: 9px;transition: all 0.4s ease;}
.inews p { width:92%; margin:0 auto;font-size: 16px;color: #999999;line-height: 25px;height: 45px;overflow: hidden;}
.inews_time { width:92%; margin:0 auto;font-size: 15px; margin-top: 19px;}
.inews_text .inews_time span {display: block;font-size: 14px;color:#999999; height:30px; line-height:30px;}
.inews ul li:hover{box-shadow: 0px 0px 8px #ccc;}
.inews ul li:hover .inews_text{border-top:3px #c9151e solid;}
.inews ul li:hover .inews_text .inews_titlea {color: #c9151e;}
.inews ul li:hover .inews_text .more {color: #c9151e;}


.inews_right{width:49%; float:left; overflow:hidden;border:1px #dddddd solid;}
.inews_right:hover .inews_text  .inews_titlea {color: #c9151e;}
.inews_right p{ height:104px;}
.inews_right .inews_img{ height:385px; width:100%; overflow:hidden;}
.inews_right img{width:100%; margin:0px auto;transition: all 0.4s ease;}
.inews_right:hover img{transform: scale(1.1);}

.inews_more {width:100%; height:30px; text-align:center; margin-top:30px;}.inews_more a{font-size:16px; color:#c9151e; border:1px #c9151e solid; background:#fff; margin:0 auto; padding:8px 18px; border-radius:20px;}.inews_more a:hover{color:#fff;background:#c9151e; border:1px #c9151e solid;}
.inews_more a span{ font-family:"宋体"; font-size:14px;}