@charset "UTF-8";
@import url('global_mobile.css');

/* 发展历程 */
.development_history_swiper_bg {
  padding-top: 30px;
  padding-bottom: 30px;
  background: url("../images/history_bg.jpg") no-repeat center/cover;
}

.history_title {
  text-align: center;
  width: 94%;
  margin: 0 auto;
}
.history_title h2 {
  font-size: 30px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 23px;
}
.history_title p {
  font-size: 14px;
  color: #666666;
  font-weight: normal;
}

.development_history_swiper {
  width: 94%;
  margin: 0 auto;
  margin-top: 30px;
  overflow: hidden;
}

.development_history_swiper2 {
  overflow: visible !important;
}
.development_history_swiper2 .swiper-slide {
  border-radius: 20px;
  background-color: #c9151e;
  position: relative;
  padding: 17px 3%;
}
.development_history_swiper2 .swiper-slide::after {
  content: "";
  display: block;
  clear: both;
}
.development_history_swiper2 .swiper-slide div {
  height: 270px;
  overflow-y: auto;
}
.development_history_swiper2 .swiper-slide dt {
  text-align: center;
  font-size: 28px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 10px;
}
.development_history_swiper2 .swiper-slide p {
  font-size: 14px;
  color: #ffffff;
  line-height: 26px;
  font-weight: normal;
  margin-bottom: 10px;
}
.development_history_swiper2 .swiper-slide p::after {
  content: "";
  display: block;
  clear: both;
}
.development_history_swiper2 .swiper-slide p span {
  display: block;
  float: left;
  min-width: 120px;
}
.development_history_swiper2 .swiper-slide p i {
  float: right;
  width: calc(100% - 125px);
}
.development_history_swiper2 .swiper-button-next {
  width: 35px;
  height: 35px;
  right: -0px;
  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: 35px;height: 35px;left: -0px;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: 30px;}
.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 b img {height: 23px;}
.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: 18px;height: 18px;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: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #fff;
}
.development_history_swiper1 .swiper-slide i {
  float: right;
  display: block;
  width: calc(100% - 31px);
  height: 4px;
  background: url(../images/icon_round2.png) left;
  background-size: auto 4px;
  margin-top: 8px;
  position: relative;
}
.development_history_swiper1 .swiper-slide i::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 0%;
  height: 4px;
  border-radius: 2px;
  background-color: #c9151e;
}
.development_history_swiper1 .swiper-slide p {
  font-size: 16px;
  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: #bfe3f3;
}
.development_history_swiper1 .swiper-slide.swiper-slide-thumb-active span::after {
  background-color: #c9151e;
}
.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 {margin:0 auto; overflow:hidden;background-color: #f8f9fb;padding-top: 39px;padding-bottom: 39px;marging-bottom: 39px;}
.idesign {width: 100%;margin: 0 auto;}
.idesign_swiper { overflow: hidden; position: relative;}
.idesign_swiper .swiper-slide {height: 380px;position: relative;  overflow: hidden;transition: all 0.6s ease;}
.idesign_swiper .idesign_swiper_active {width: 100% !important;}
.idesign_text {position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;padding: 0 9.7%;transition: all 0.4s ease;}
.idesign_text div {position: absolute;bottom: 2%;left: 0px;width: 100%;padding: 0 9.7%; text-align:center;transition: all 0.4s ease;}
.idesign_text img{width:40px;}
.idesign_text h3 {font-size: 18px;color: #ffffff;font-weight: bold;margin-top: 13px; margin-bottom: 15px;}
.idesign_text span {color: #ffffff;}
.idesign_swiper div.idesign_swiper_active2 {
  width: 100% !important;
}

.idesign_swiper .swiper-button-next,
.idesign_swiper .swiper-button-prev { width: 43px;height: 43px;border-radius: 50%;background: #666666;transition: all 0.4s ease;}
.idesign_swiper .swiper-button-prev{left:0px;}
.idesign_swiper .swiper-button-next{right:0px;}
.idesign_swiper .swiper-button-next:hover,
.idesign_swiper .swiper-button-prev:hover {
  background: #c9151e;
}

.idesign_swiper .swiper-button-next::after,
.idesign_swiper .swiper-button-prev::after {
  font-size: 18px;
}

.idesign_img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.idesign_img img {width: auto;height: 380px;}




/* 产品 */
.iproducts_bg {margin:0 auto;padding-top: 29px;padding-bottom: 24px; overflow: hidden;}
.iproducts {margin: 0 auto;overflow: hidden;margin-bottom: 10px;}
.pro_nav{ width:94%; margin:0 auto; margin-bottom:20px; border:1px #dddddd solid;}
.pro_nav h2{ height:46px; line-height:46px; padding-left:15px;border-bottom:1px #dddddd solid; overflow:hidden;}
.pro_nav h2 a{font-size:13px; 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:20px; line-height:20px; padding-left:15px;}
.pro_nav ul li a{ font-size:12px; color:#666666;}
.pro_nav h2 a:hover,.pro_nav ul li a:hover{ color:#9d1521;}

.ipro_list{  width:94%; margin:0 auto; overflow:hidden;}
.ipro_lista ul li{float:left; width:49%; margin-right:2%; border:1px #dddddd solid; margin-bottom:20px;}.ipro_list ul li:nth-child(2n){margin-right:0%;}
.ipro_img{height:158px; width:100%; overflow:hidden;}
.ipro_lista img{ width: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_more {width:100%; height:30px;}.ipro_more a{font-size:12px; color:#ffffff; background:#c9151e; padding:5px 10px; 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: 0px; margin:0 auto; overflow:hidden;background: url("../images/iaboutus_bg.jpg") no-repeat center/cover;position: relative; padding-bottom:30px;
}
.iaboutus { margin: 0 auto; overflow:hidden; position:relative; }
.iaboutus_left { width:94%; margin:0 auto;}
.iaboutus_left img {width: 100%;border-radius: 10px; overflow:hidden;}
.iaboutus_right {width:94%; margin:0 auto;}
.iaboutus_right h2{ font-weight:normal; color:#333; font-size:14px; margin-bottom:5px;}
.iaboutus_right h1{  color:#333; font-size:20px; font-weight:bold; margin-bottom:10px;}
.iaboutus_right dd{ display:block; width:40px; height:2px; background:#c9151e;margin-bottom:10px;}
.iaboutus_right p {color: #666666;margin:0 auto;font-size: 12px;line-height: 25px;}

.iaboutus_right ul { margin: 0px auto; overflow:hidden;}
.iaboutus_right ul li {float: left;width: 24%;height: 100px;padding-top: 25px;cursor: pointer; transition: all 0.4s ease;}
.iaboutus_right ul li dt span {font-size: 30px;color: #c9151e;font-weight: bold;}
.iaboutus_right ul li dt i { font-size: 18px; vertical-align: top;}
.iaboutus_right ul li dt sup {font-size: 25px;}
.iaboutus_right ul li p {font-size: 12px;color: rgba(0, 0, 0, 0.5);line-height: 20px;}






/* 新闻资讯 */
.inews_bg {
  background-color: #fff;
  padding-top: 23px;
  padding-bottom: 20px;
  overflow: hidden; margin:0 auto;
  position: relative;
}
.inews {margin: 0 auto;overflow:hidden;}
.inews_left{width:94%; margin:0 auto;overflow:hidden;}

.inews_con ul li {width: 100%; 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: 16px;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: 12px;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:94%; margin:0 auto; margin-bottom:20px;overflow:hidden;border:1px #dddddd solid; padding-bottom:20px;}
.inews_right:hover .inews_text  .inews_titlea {color: #c9151e;}
.inews_right p{ height:104px;}
.inews_right .inews_img{ height:220px; 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;}