.bg {
  background: #0075C1;
}
body{
  background-color: #f7fafc;
}
.c{
  color: #de1d17;
}
/* 头部 */
.logo a{
  font-size: 18px;
  font-family: "Microsoft YaHei";
  color: rgb(231, 0, 34);
  font-weight: bold;
  line-height: 1.2;
}
.index_product_text a{color:#fff;}
.phone_beian {
  display: none;
}
.tb_container {
  padding: 0 8.125rem;
  width: 100%;
}
.container{
  padding: 0 22.5rem;
  width: 100%;
}
/* 头部 */
header {
  height: 8.125rem;
  line-height: 8.125rem;
}
header .nav_ul>li {
  font-size: 1rem;
  display: inline-block;
  position: relative;
}
header .nav_ul>li>a {
  font-size: 1.125rem;
  position: relative;
  display: block;
  color: #666666;
  padding: 0 1.5rem;
}
header .nav_ul li a:hover,
 .search i:hover,
 .header .nav_ul li.active a{
	background-color: #e60012;
	border-radius: 0px 0px 10px 10px;
  transition: all .6s;
  color: #FFF;
}
header .nav_ul li a{
  transition: all .6s;
 }
.header.active {
  background-color: #FFF;
  box-shadow: 0 8px 1.875rem -1rem #ddd;
}
.tle{
  margin: 0 .75rem;
}
.tle i{
  padding-right: .625rem;
  font-size: 1.125rem;
  line-height: 1.875rem;
}
.header_center{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.geren{
  display: flex;
  align-items: center;
}
.geren a{
  color: #FFF;
}
.geren>div{
  padding-right: 2rem;
}
.geren>div span{
  padding: 0 .625rem;
}
.geren>div span:first-child{
  border-right: 1px solid #FFF;
}
.geren>div:last-child{
  padding-right: 0;
}
.header.active .geren a{
  color: #666666;
}
.header.active .geren>div span:first-child{
  border-right: 1px solid #666666;
}
/* 头部 */
/* banner */
.banner .banner_title{
  font-family: Alibaba-PuHuiTi-H;
  font-weight: 600;
	font-size: 3.125rem;
	line-height: 5.375rem;
	color: #313131;
}
.banner .banner_title span{
  color: #e60012;
}
.more{
  background-color: #e60012;
	border-radius: 10px;
  width: 12.125rem;
	height: 3rem;
  line-height: 3rem;
}
.more a{
  text-transform: uppercase;
  color: #FFF;
}
.pro_a1{
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.pro_a1 .pro_a1_txt{
  display: inline-block;
  width: 18rem;
	height: 4.375rem;
  line-height: 4.375rem;
	background-color: #f4f4f4;
	border-radius: .5rem;
  color: #333333;
  text-align: center;
}
.hover{
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.gagf_rha::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 1.5rem;
	width: 100%;
	height: 1rem;
	background-color: #e60012;
	border-radius: .375rem;
	opacity: 0.1;
}
.swiper-button-next, .swiper-button-prev {
  top: 98%;
  width: .5625rem;
  height: .875rem;
  background-size: .5625rem .875rem;
}
.swiper-button-next::before, 
.swiper-button-prev::before{
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 3.375rem;
	height: 3.375rem;
	border-radius: 6px;
	border: solid 2px #1b1b1b;
	opacity: 0.5;
}
.swiper-button-next::before{
	background-color: rgba(246, 246, 246, 0.49);
	border: none;
}
.banner .swiper-button-next, 
.banner .swiper-container-rtl .swiper-button-prev {
right: 16%;
}
.banner .swiper-button-prev, 
.banner .swiper-container-rtl .swiper-button-next {
left: 16%;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.9;
}
.hover_link{
  position: absolute;
  right: 3%;
  bottom: 20%;
  writing-mode:vertical-rl;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	letter-spacing: 2px;
	color: #ffffff;
}
.hover_link img{
  width:1.75rem;
}
.hover_link sup{
    top: 0.25rem;
    right: -0.5em;
  font-size:12px;
}
.hover_link sup:before{ 
    position: absolute;
    content: "";
    left: 50%;
    transform: translate(-50%,-50%);
    top: 50%;
    width: 1.25rem;
    height: 1.25rem;
    border: 1px solid #fff;
    border-radius: 50%;
}
.hover_link::before{
  position: absolute;
  content: "";
  left: 50%;
  transform: translate(-50%,-50%);
  top: -48%;
  width: .125rem;
	height: 8.125rem;
	background-color: #ffffff;
}

/* banner */
/* 滚动新闻 */

.zhanhui .zhanhui_li {
  display: flex;
  align-items: center;
  margin: 10px;
  padding: 20px;
  box-shadow: 0px 1px 8px 4px rgba(238, 236, 236, 0.45);
}

.zhanhui .ta.fwb {
  display: flex;
  align-items: center;
  justify-content: center;
}

.zhanhui .row {
  margin-right: -30px;
  margin-left: -30px;
  display: flex;
}

.zhanhui .col-md-10,
.zhanhui .col-md-2 {
  padding-right: 30px;
  padding-left: 30px;
}
/* 滚动新闻 */
.top_c{
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.top_c .title {
	font-size: 3.125rem;
	font-weight: 600;
	line-height: 3.75rem;
	color: #333333;
}
.top_c .right_more a{
	color: #999999;
  text-transform: uppercase;
}
/* 产品 */
.index_one .index_product_img::before{
  position: absolute;
  content: "";
  width: 16.25rem;
	height: 2.75rem;
  background-image: url(../images/logoshuiy.png);
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-size: contain;
}
.index_one .index_product_img{
  height: 18.77vw;
	background-color: #ffffff;
	border-radius: 10px;
	border: solid 1px #eeeeee;
  padding: 1.625rem;
  display: flex;
  align-items: center;
}
.index_one .index_product_img::after{
  position: absolute;
  content: "";
  width: 100%;
	height: 0;
  background-image: url(../images/index_product.png);
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  border-radius: 10px;
  background-size: cover;
}
.index_one .one_li_img:hover .index_product_img::after{
	height: 100%;
}
.index_one .index_product_text{
  opacity: 0;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 1;
  width: 100%;
  padding: 0 3.125rem;
}
.index_one .one_li_img:hover .index_product_text{
  opacity: 1;
}
.index_one .one_li_img:hover .index_product_text .font24::before{
  position: absolute;
  content: "";
  width: 1.75rem;
	height: .125rem;
  left: 0;
  bottom: 0;
	background-color: #ffffff;
}
.index_one .index_product_text .more{
  display: inline;
  border-radius: 0;
  padding-bottom: 5px;
  background: none;
  border-bottom: 1px solid #FFF;
}
.index_one .index_one_li .font16{
	line-height: 1.5 ; font-size:14px;
	color: #333333;
  text-align: center; padding:5px;

}
.one_ul_img{
  display:none;
}
.one_ul_img.active{
  display:block;
}
.index_one .index_one_li.active .font16 a{color:#fff;}
.index_one .index_one_li.active .font16{
	background-color: #de1d17;
  color: #FFF;
  border-radius: 10px;
}
/* .index_three .swiper-container,
.index_one .index_one_ul .swiper-container {
  overflow: inherit;
} */
.index_one .index_one_ul .swiper-button-next, 
.index_one .index_one_ul .swiper-button-prev {
  left: 15%;
  top: 35.5%;
}
.index_one .index_one_ul .swiper-button-next{
  left: auto;
  right: 15%;
}
.index_one .index_one_ul .swiper-button-next::before,
.index_one .index_one_ul .swiper-button-prev::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 3.375rem;
  height: 3.375rem;
  border-radius: 6px;
  border: solid 2px rgba(27, 27, 27, 0);
  opacity: 0.5;
}
/* 产品 */
/* 关于我们 */
.index_two{
  display: flex;
  align-items: end;
}
.index_two .index_about_left .font20{
	font-weight: 600;
	line-height: 2.5rem;
	letter-spacing: 1px;
  text-transform: uppercase;
}
.index_two .index_about_left .font20 img{
  margin-top: -0.75rem;
  width: 30%;
}
.index_two .index_about_left .font38{
  line-height: 4rem;
  font-weight: 600;
}
.index_two .index_about_left .tel{
  border-bottom: 1px solid #ececec;
}
.index_two .index_about_left .font14{
  width: 90%;
  text-align: justify;
  line-height: 1.5rem;
}
.index_two .index_about_right::before{
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  height: 80%;
  background-color: #e5e5e5;
	border-radius: 13px;
  z-index: -1;
}
/* about视频 */
.modal-open .modal{
  padding-right: 0 !important;
}
.modal-header {
  background: #FFF;
}
.modal-dialog {
  width: 60%;
}
/* about视频 */
.index_two .index_about_right .index_one_vid{
  position: absolute;
  visibility: visible;
  left: 55%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 1;
  text-align: center;
  line-height: 6.25rem;
  height: 6.25rem;
  width: 6.25rem;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
}
.index_two .index_about_right .index_one_vid i{
  font-size: 1.625rem;
  color: #de1d17;
}
/* 关于我们 */
/* 应用场景 */
.index_three{
  background-color: #111111;
}
.index_three::before{
  position: absolute;
  content: "";
  left: 50%;
  top: 60%;
  width: 95%;
  height: 15.375rem;
  transform: translate(-50%,-50%);
  background: url(../images/bg_text.png) no-repeat;
  background-size: contain;
}
.index_three .swiper-slide img{
  border-radius: 15px;
}
.index_three .swiper-button-next, 
.index_three .swiper-button-prev{
  top: 67%;
}
.index_three .swiper-button-next, 
.index_three .swiper-button-prev {
  left: 15%;
}
.index_three .swiper-button-next{
  left: auto;
  right: 15%;
}
.index_three .swiper-button-next::before,
.index_three .swiper-button-prev::before {
    transition: all .6s;
  border: solid 2px #ffffff;
}
.index_three .swiper-button-next:hover::before,
.index_three .swiper-button-prev:hover::before {
    transition: all .6s;
  /* opacity: 1; */
  background-color: #ff221b;
  z-index: -1;
  border: 2px solid #ff221b;
}
/* 应用场景 */
/* 产品优势·新闻 */
.index_four .index_four_text{
  border-bottom: .125rem solid #e5e5e5;
}
.index_four .index_four_ul li{
  display: flex;
  align-items: center;
  border-bottom: .125rem  solid #e5e5e5;
}
.index_four .index_four_ul li:last-child{
  border-bottom: none;
}
.index_four .left img{
  border-radius: 8px;
}
/* 产品优势 */
/* 新闻 */
.index_five{
  background-color: #FFF;
}
.index_five .all_content{
  border: solid 1px #dcdcdc;
  padding: 1.25rem;
  transition: all .6s;
}
.index_five .all_content,
.index_five .all_content img{
  border-radius: 15px;
}
.index_five .all_content .font12{
  color: #959595;
  transition: all .6s;
}
.index_five .all_content:hover{
  background-color: #de1d17;
  transition: all .6s;
}
.index_five .all_content:hover .font12,
.index_five .all_content:hover .font16{
  color: #FFF !important;
  transition: all .6s;
}
.index_five .more {
  margin: 0 auto;
  border-radius: 5px;
	border: solid 1px #c9c9c9;
  background: none;
}
/* 底部 */
.beian,footer{
  background-color: #202020;
}
footer .foot{
  display: flex;
  justify-content: space-between;
}
footer .foot .foot_left{
  width: 18%;
}
footer .foot .foot_center{
  padding-left: 6.25rem;
  border-right: 1px solid #313131;
  border-left: 1px solid #313131;
}
footer .foot .foot_center ul li{
  width: 100%;
  float: left;
}
footer .foot .foot_center ul li:nth-child(11){
  display:none;
}

footer .foot .foot_right{
  padding-left: 5rem;
  width: 100%;
}
footer .foot .ul_top::before{
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 1.25rem;
	height: .25rem;
	background-color: #de1d17;
}
footer .code{
  position: absolute;
  right: 0;
  top: 35%;
  transform: translateY(-50%);
}
footer .font14{
  line-height: 1.875rem;
}
.beian{
  line-height: 3.125rem;
}
.beian .txt{
  display: flex;
  align-items: center;
}
.beian a{
  display: flex;
    background-color: #FFF;
    border-radius: .25rem;
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    justify-content: center;
    align-items: center;
    padding: .125rem;
    margin-right: .25rem;
}
.contact_img{
  background-color: #FFF;
}
/* 底部 */
@media (max-width: 1366px) {
  header .nav_ul>li>a{
    font-size: .875rem;
  }
  .font22{
    font-size: 1.25rem;
    line-height: 2.125rem;
  }
  .font16{
    font-size: .875rem;
  }
  .foot {
    padding: 0 7rem;
  }
  .foot_right .right_ul>li:nth-child(3){
    width: 8.25rem;
  }
  .foot li {
    line-height: 2.125rem;
  }
}
@media (max-width: 1140px){
    header .nav_ul>li>a {
        padding: 0 1rem;
    }
    .container {
      padding: 0px 20rem;
    }
}
@media (max-width: 1000px){ 
  html,
  body {
    font-size: 16px;
    line-height: 30px;
  }
  .container {
    padding: 0px 7rem;
  }
  .index_one .index_product_img::before {
    width: 11.25rem;
  }
  .banner .hover .w40{
    width: 40%;
  }
  
  .banner .hover .w55{
    width: 55%;
  }
  header {
    display: none;
  }
  #siteFunctions {
    display: block;
  }
  .phone_logo img {
    height: 30px;
  }
  .banner .banner_title {
    font-size: 20px;
    line-height: 30px;
  }
  .swiper-button-next::before, .swiper-button-prev::before {
    width: 2rem;
    height: 2rem;
  }
  .swiper-button-next, .swiper-button-prev {
    top: 100%;
  }
  .banner .swiper-button-prev, .banner .swiper-container-rtl .swiper-button-next {
    left: 24%;
}
  .banner .swiper-button-next, .banner .swiper-container-rtl .swiper-button-prev {
    right: 24%;
}
.top_c .title {
  font-size: 28px;
  line-height: 36px;
}
.index_one .index_one_ul .swiper-button-next, .index_one .index_one_ul .swiper-button-prev {
  left: 6%;
  top: 38.5%;
}
.index_one .index_one_ul .swiper-button-next {
  left: auto;
  right: 6%;
}
.index_one .index_one_ul .swiper-button-next::before, .index_one .index_one_ul .swiper-button-prev::before{
  display: none;
}
.index_one .index_product_text {
  padding: 0 15px;
}
.index_one .index_product_img {
  height: 27.77vw;
}
.index_two .index_about_left .font20 img {
  width: 28%;
}
  .tb_container {
    padding: 0 30px;
  }
  .more {
    width: 9.125rem;
    height: 2rem;
    line-height: 2rem;
    font-size: 14px;
  }
  .gagf_rha::after {
    bottom: 10px;
    height: 6px;
  }
  .pro_a1 .pro_a1_txt {
    width: 8rem;
    height: 2rem;
    line-height: 2rem;
    font-size: 12px;
  }
 
.pro_a1 .pro_a1_txt {
  background-color: rgba(244, 244, 244, 0.659);
}
.swiper-button-next::before {
  background: rgba(220, 0, 18, 0.453);
}
  .pro_a1 {
    align-items: center;
  }
  footer{
    display: none;
  }
  .beian{
    font-size: 12px;
    background-color: #333;
    color: #FFF;
  }
  .index_two {
    display: block;
}
.w50,.w70,.w30 {
  width: 100%;
}
.pr55 {
  padding-right: 0;
}
.index_two .index_about_left .font14 {
  width: 100%;
}
.pl55 {
  padding-left: 0;
}
.index_three .swiper-button-next::before, .index_three .swiper-button-prev::before {
  width: 2rem;
  height: 2rem;
}
.index_three .swiper-button-next, .index_three .swiper-button-prev {
  left: 10%;
  /* background-image: url(../images/right.png) */
}
.index_three .swiper-button-next {
  left: auto;
  right: 10%;
  /* background-image: url(../images/left.png) */
}
.index_three .swiper-button-next, .index_three .swiper-button-prev {
  top: 60%;
}
}
@media (max-width: 767px) {
  html, body {
    font-size: 14px;
    line-height: 24px;
}
  .container,.tb_container {
    padding: 0 15px;
}
.banner>a>img{
height: 460px;     
}
.swiper-button-next::before, .swiper-button-prev::before {
  width: 1rem;
  height: 1rem;
}
.swiper-button-next, .swiper-button-prev {
  width: .375rem;
  height: .5rem;
  background-size: .375rem .5rem;
}
.banner .swiper-button-prev, .banner .swiper-container-rtl .swiper-button-next {
left: 9%;
top: 103%;
}
.banner .swiper-button-next, .banner .swiper-container-rtl .swiper-button-prev {
right: 9%;
top: 103%;
}
.top_c .title {
  font-size: 20px;
  line-height: 30px;
}
.index_one .index_product_img {
  height: auto;
}
.index_one .index_one_ul .swiper-button-next, .index_one .index_one_ul .swiper-button-prev {
  left: 1%;
  top: 15.1%;
}
.index_one .index_one_ul .swiper-button-next {
  left: auto;
  right: 1%;
}
.index_one .index_one_ul .swiper-button-next::before, .index_one .index_one_ul .swiper-button-prev::before {
  background-color: transparent;
}
.index_two .index_about_left .font38 {
  font-size: 18px;
  line-height: 30px;
}
.index_four .index_four_ul li{
  display: block;
}
.index_one .index_product_img img{
  width: 50%;
  margin: 0 auto; display:block;
}
.index_five .all_content{
  margin-bottom: 15px;
}
}


@media screen and (max-width:960px){
	.zhanhui .row{display:block;}
.zhanhui_li  .ml30{margin-left:0;}
.zhanhui_li .line1{margin-top:15px;}
.zhanhui .ta.fwb{display:none;}
.index_one .one_li_img{margin-bottom:15px;}
#certify .swiper-slide{width:100% !important;}
.login .hover{width:95% !important; max-width:350px;position: static!important;transform:none!important; margin:40px auto!important;}
.login .banner>img{display:none;}
.font32{font-size: 18px;    line-height: 1.4;}
.more{background:none; width:auto; height:auto; line-height:1.6;}
.more a{ display:inline-block;    background-color: #e60012; color:#fff; padding:10px 15px;
    border-radius: 10px;}
.address a{ font-size:12px;}.nybanner_title{position: static !important;    transform: translateY(0);}
.product_address .address{padding:10px 0 !important;line-height: 1.3 !important;}
.product_address .address a{line-height: 1.3 !important;}
.contact_us .hover{    top: 0 !important;  padding:15px;
    left: 0 !important;
    width: 100%!important;
    transform: none !important;
    position: relative !important;}
.contact_us img.w100{position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100%;}
.contact_us{margin-top:15px !important}
#siteFunctions .geren{    position: absolute;
    top: 0;
    right: 50px;}
#siteFunctions .geren>div{padding-right:10px;}
.address{margin-top:5px!important;}
	}

.list_pro .row{    display: flex;
    flex-wrap: wrap;}
.description_content p strong{ color:#333; font-weight:bold;}