.phone{
  position: relative;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
.phone .top{

  width: 100%;
  height: 4rem;
  background: url("../images/i_top_bg.jpg") no-repeat;
  background-size: 100% 100%;
}
.phone .nav{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 0.9rem;
  padding: 0 0.3rem;
  z-index: 999;
  border-bottom: 1px solid #000;
}
.phone .nav .logo{
  width: auto;
  height: 0.5rem;
}
.phone .nav .nav_i{
  width: 0.3rem;
}
.phone .nav .h1{
  font-weight: bold;
  font-size: 0.3rem; 
  color: black;
  position: relative;
}

.phone .form_box{
  position: relative;
  width: 100%;
  padding: 0.64rem 0.76rem;
}
.phone .form_box::before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 3rem;
  height: 3.46rem;
  background: url("../images/bg1.png") no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}
.phone .form_box::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  height: 3.46rem;
  background: url("../images/bg2.png") no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}
.phone .form_box .form_con{
  width: 100%;
  height: 6.5rem;
  background: url("../images/i_form_bg.jpg") no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  padding: 0.9rem 0;
}
.phone .form_box .form_con .tit{
  position: relative;
  font-size: 0.36rem;
  font-weight: bold;
  color: #fff;
}
.phone .form_box .form_con .tit::before{
  content: '';
  position: absolute;
  bottom: -0.3rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.7rem;
  height: 0.07rem;
  background: #c11919;
}
.phone .form_box .form_con .form{
  width: 3.14rem;
}
.phone .form_box .form_con .form .inp{
  width: 100%;
  height: 0.5rem;
  background-color: #fff;
  border-radius: 0.06rem;
  border: 1px solid #ddd;
  margin-bottom: 0.12rem;
  padding-left: 0.2rem;
  outline: none;
}
.phone .form_box .form_con .form .btn{
  background: #c11919;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding-left: none;
  color: #fff;
  cursor: pointer;
}
.phone .production{
  position: relative;
  padding: 0 0.4rem ;
}
.phone .production::before{
  position: absolute;
  content: '';
  width: 100%;
  height: 3.87rem;
  background: url("../images/txt_bg.png") no-repeat;
  background-size: 100% 100%;
  top: 0;
  left: 0;
}
.phone .production .tit{
  position: relative;
  text-align: center;
  font-size: 0.36rem;
  color: #000;
  font-weight: bold;
}
.phone .production .tit::before{
  content: '';
  position: absolute;
  bottom: -0.3rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.7rem;
  height: 0.07rem;
  background: #c11919;
}
.phone .production .nav_list{
  padding: 0 .5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.7rem;
}

.phone .production .nav_list p{
  position: relative;
  font-size: 0.26rem; 
  width: 1.44rem;
  height: 0.53rem;
  line-height: 0.53rem;
  text-align: center;
  z-index: 1;
}
.phone .production .nav_list p a{
  color: #000;
}
.phone .production .nav_list p.on a{
  color: #fff;
}
.phone .production .nav_list p.on{
  color: #fff;
}
.phone .production .nav_list p.on:before{
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1.44rem;
  height: 0.53rem;
  background: url("../images/i_txt_bg.png") no-repeat;
  background-size: 100% 100%;
  z-index: -1;

}
.phone .production{
  position: relative;
  z-index: 1;
}
.phone .production .search{
  position: relative;
  width: 2.2rem;
  height: 0.36rem;
  border-radius: 0.18rem;
  margin: 0.3rem auto;
  border: 1px solid #000;

}
.phone .production .search input{
  width: 100%;
  left: 100%;
  padding-left: 0.5rem;
  border: none;
  background-color: none;
  outline: none;
  border-radius: 0.18rem;
  background: none;
  height: 100%;
}
.phone .production .search .submit{
  position: absolute;
  top: 50%;
  right: -0.4rem;
  padding: 0 0.1rem;
  height: 0.36rem;
  line-height: 0.36rem;
  border-radius: 0.18rem;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.14rem;
  transform: translateY(-50%);
}
.phone .production .search::before{
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.18rem;
  height: 0.19rem;
  background: url("../images/i_search.png") no-repeat;
  background-size: 100% 100%;
  left: 0.2rem;
}
.phone .s_tit{
  font-size: 0.36rem;
  margin-bottom: 0.5rem;
}
.phone .goods_list{
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.phone  .goods_list::before{
  content: '';
  position: absolute;
  bottom: 1rem;
  left: -1rem;
  width: 9.47rem;
  height: 3.2rem;
  background: url("../images/txt_bg2.png") no-repeat;
  background-size: 100% 100%;
  z-index:-1;
}
.phone .goods_list .goods_item{
  width: 48%;
  margin-bottom: 0.2rem;
  background: #fff;
}
.phone .goods_list .goods_item .img{
  width: 100%;
  height: 3.36rem;
}
.phone .goods_list .goods_item .img img{
  width: 100%;
  height: 100%;
}
.phone .goods_list .goods_item .msg{
  position: relative;
  height: 3.8rem;
  padding: 0.2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.phone .goods_list .goods_item .tag{
  padding: 0 0.1rem;
  position: absolute;
  top: 0.18rem;
  right: 0.32rem;
  width: 0.35rem;
  height: 0.55rem;
  background: url("../images/i_icon_bg.png") no-repeat;
  background-size: 100% 100%;
  color: #fff;
  font-size: 0.16rem;
}
.phone .goods_list .goods_item .msg .msg_tit{
  font-size: 0.2rem;
  font-weight: bold;
  text-align: left;
}
.phone .goods_list .goods_item .msg .tit span + span{
  color: #929292;
  margin-left: 0.2rem;
  font-size: 0.12rem;

}
.phone .goods_list .goods_item .msg .info{
  color: #666666;
  font-size: 0.14rem;
}
.phone .goods_list .goods_item .msg .info span + span{
  margin-left: 0.2rem;
}
.phone .goods_list .goods_item .msg .details{
  color: #707070;
  font-size: 0.12rem;
}
.phone .recommend{
 position: relative;
 z-index: 0;
 padding: 0 0.4rem;
}
.phone .recommend::before{
  position: absolute;
  content: '';
  bottom: -0.5rem;
  left: 0;
  width: 100%;
  height: 3.27rem;
  background: url("../images/txt_bg3.png") no-repeat;
  background-size: 100% 100%;
  z-index:-1;
}
.phone .recommend .title{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 1.45rem;
  background: url("../images/tit_bg.jpg") no-repeat;
  background-size: 100% 100%;
  font-size: 0.36rem;
  font-weight: bold;
  margin: 0.6rem 0;
}
.phone .recommend .more{
  width: 2.2rem;
  height: 0.4rem;
  border-radius: 0.2rem;
  border: 1px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.5rem auto;
  font-size: 0.14rem;
  z-index:10;
}
.phone .footer{
  position: relative;
}
.phone .footer::before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5.72rem;
  background: url("../images/txt_bg5.png") no-repeat;
  background-size: 100% 100%;
  z-index:-1;
}
.phone .footer .item{
  padding: 0 0.4rem;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.4rem;
  z-index:10;
}
.phone .footer .item p{
  width: 0.2rem;
  height: 1.2rem;
  padding-left: 0.14rem;
  font-size: 0.2rem;
  border-left: 1px solid #000;
  z-index:10;
}
.phone .footer .item p.clear{
  border-left: none;
  z-index:10;
}
.phone .footer_msg{
  display: flex;
  align-items: center;
  margin-top: 0.3rem;
  border-bottom: 1px solid #000;
  padding: 0 0.3rem 0.3rem;
  z-index:10;
}
.phone .footer_msg img{
  width: 0.41rem;
  height: 0.65rem;
  margin-right: 0.2rem;
  z-index:10;
}
.phone .footer_msg  span{
  font-size: 0.2rem;
  z-index:10;
}
.phone .footer .footer_tips{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 0.3rem 0;
  line-height: 0.4rem;
  font-size: 0.1rem;
  z-index:15;
}
.pop{
  position: fixed;
  top: 1rem;
  right: 0.32rem;
  width: 1.22rem;
  height: 3.5rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background: rgba(0,0,0,06);
  border-radius: 0.1rem;
  display: none;
  z-index: 999;
}
.pop.on{
  display: flex;
}
.pop .item{
  display: flex;
  align-items: center;
  flex: 1;
  color: #fff;

  font-size: 0.2rem;
  -webkit-border-radius: 0.1rem;
  -moz-border-radius: 0.1rem;
  -ms-border-radius: 0.1rem;
  -o-border-radius: 0.1rem;
}
.pop .item a{
  color: #fff;
}
.pop .item.on a{
  color: #c11919;
}
.pop .item.on{
  position: relative;
  color: #c11919;
}
.pop .item.on::after{
  content: '';
  position: absolute;
  top: 50%;
  left: -0.2rem;
  width: 0.12rem;
  height: 0.2rem;
  transform: translateY(-50%);
  background: url("../images/icon_bg.png") no-repeat;
  background-size: 100% 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.pc{
  position: relative;
  width: 100%;
  height: 100%;
  /* overflow: auto; */
}
.pc .top_box{
  width: 100%;
  height: 716px;
  background: url("../images/pc_banner.jpg") no-repeat;
  background-size: 100% 100%;
}
.pc .top_box .top_box_content{
  position: relative;
  width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  padding-top: 30px;

}
.top_line{
  width: 100%;
  height: 1px;
  background: #000;
  margin-top: 20px;
}
.top_tit{
  box-sizing: border-box;
  padding-top: 100px;
  width: 1200px;
  margin:  auto ;

}
.top_tit .tit{
  width: 777px;
  height: 245px;
}
.pc .top_box .top_box_content .logo{
  width: 330px;
  height: auto;
}
.pc .top_box .top_box_content .nav{
  display: flex;

}
.pc .top_box .top_box_content .nav p a{
  color: #000;
}
.pc .top_box .top_box_content .nav p{
  width: 20px;
  height: 50px;
  padding-left: 4px;
  border-left: 6px solid #000;
  font-size: 20px;
  margin-right: 80px;
}
.pc .top_box .top_box_content .nav p.on a{
  color: #c11919;
}
.pc .top_box .top_box_content .nav p.on{
  color: #c11919;
  border-left: 6px solid #c11919;
}
.pc .form_box{
  position: relative;
  width: 100%;
  padding-top: 90px;
}
.pc .form_box::before,.pc .form_box::after{
  content: '';
  position: absolute;
  top: 0;
  width: 585px;
  height: 645px;
  background: url("../images/pc_bg1.png") no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}
.pc .form_box::after{
  left: 0;
}
.pc .form_box::before{
  right: 0;
}
.pc .form_box .form_box_content{
  width: 1200px;
  height: 470px;
  margin: auto;
  background: url("../images/pc_middle.png") no-repeat;
  background-size: 100% 100%;
  padding: 86px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.pc .form_box .form_box_content .title{
  position: relative;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
}
.pc .form_box .form_box_content .title:before{
  content: '';
  position: absolute;
  left: 50%;
  bottom: -20px;
  width: 76px;
  height: 8px;
  background-color: #c11919;
  transform: translateX(-50%);
}
.pc .form_box .form_box_content .form_list{
  width: 990px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pc .form_box .form_box_content .form_list .form_item{
  width: 310px;
  height: 48px;
  border-radius: 10px;
  border: 1px solid #ddd;
  overflow: hidden;
  font-size: 20px;
  margin-bottom: 20px;
}
.pc .form_box .form_box_content .form_list .form_item input{
  width: 100%;
  height: 100%;
  outline: none;
  background-color: #fff;
  border: none;
  padding: 5px;
}
.pc .form_box .form_box_content .form_list .form_item.form_submit{
  background-color: #c11919;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}
.pc .product_box{
  position: relative;
  width: 100%;
  z-index: 2;
}
.pc .product_box::before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 964px;
  z-index: -1;
  background: url("../images/pc_bg2.png") no-repeat;
  background-size: 100% 100%;
}
.pc .product_box .product_box_content{
  width: 1200px;
  margin: auto;
}
.pc .product_box .title{
  text-align: center;
  position: relative;
  font-size: 36px;
  font-weight: bold;
  color: #000;
  margin: 110px 0;
}
.pc .product_box .title::before{
  content: '';
  position: absolute;
  left: 50%;
  bottom: -20px;
  width: 76px;
  height: 8px;
  background-color: #c11919;
  transform: translateX(-50%);
}
.pc .product_box .nav_box{
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.pc .product_box .nav{
  display: flex;
}
.pc .product_box .nav p{
  position: relative;
  margin-right: 80px;
  font-size: 28px;
}
.pc .product_box .nav p a{
  color: #000;
}
.pc .product_box .nav p.on a{
  color: #fff;
}
.pc .product_box .nav p.on{
  color: #fff;
}
.pc .product_box .nav p.on::before{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 133px;
  height: 50px;
  background: url("../images/i_txt_bg.png") no-repeat;
  background-size: 100% 100%;
  z-index: -1;
  transform: translate(-50%,-50%);
}
.pc .product_box .nav_box .search{
  position: relative;
  width: 220px;
  height: 36px;
  border: 1px solid #000;
  border-radius: 18px;
  padding: 5px; 
  box-sizing: border-box;

}
.pc .product_box .nav_box .search::before{
  content: '';
  position: absolute;
  top: 50%;
  left: 20px;
  width: 18px;
  height: 18px;
  background: url("../images/i_search.png") no-repeat;
  background-size: 100% 100%;
  transform: translateY(-50%);
  z-index: 2;
}
.pc .product_box .nav_box .search input{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: none;
  border: none;
  outline: none;
  font-size: 20px;
  padding-left: 42px;
  border-radius: 18px;
}
.pc .product_box .nav_box .search .searcg_btn{
  position: absolute;
  top: 50%;
  right: -20px;
  height: 103%;
  padding-left: 14px;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  line-height: 36px;
  border-radius: 20px;
  transform: translateY(-50%);
}
.pc .product_tit{
  font-size: 36px;
  margin: 77px 0 30px;
}
.pc .product_list{
  display: flex;
  justify-content: space-between;
}
.pc  .product_list .product_item{
  width: 32%;
  background-color: #fff;
}
.pc  .product_list .product_item .product_item_img{
  width: 100%;
  height: 338px;
}
.pc  .product_list .product_item .product_item_img img{
  width: 100%;
  height: 100%;
}
.pc  .product_list .product_item .msg{
  position: relative;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pc .product_list .product_item .msg .tag{
  position: absolute;
  top: 18px;
  right: 32px;
  width: 35px;
  height: 55px;
  padding: 0 10px;
  background: url("../images/i_icon_bg.png") no-repeat;
  background-size: 100% 100%;
  color: #fff;
  font-size: 16px;
}
.pc .product_list .product_item .msg .msg_tit{
  font-size: 20px;
}
.pc  .product_list .product_item .msg .msg_tit span{
  color: #929292;
  font-size: 12px;
  margin-left: 20px;
}
.pc .product_list .product_item .msg .info{
  color: #666666;
  font-size: 14px;
}
.pc .product_list .product_item .msg .info span{
  margin-right: 20px;
}
.pc  .product_list .product_item .msg .details{
  color: #707070;
  font-size: 12px;
}
.pc .recommend_box{
  position: relative;
  width: 100%; 
  z-index: 1;
}
.pc .recommend_box::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 662px;
  background: url("../images/pc_bg3.png") no-repeat;
  background-size: 100% 100%;
  transform: translateY(-50%);
}
.product_list_box{
  width: 1200px;
  margin: auto;
}
.pc .recommend_box .recommend_box_content{
  width: 1200px;
  margin: 66px auto 0;
  height: 236px;
  background: url("../images/pc_tit_bg.png") no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 82px;
}
.pc .recommend_box .more{
  width: 220px;
  height: 40px;
  margin: 40px auto;
  border-radius: 10px;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #333333;
}
.footer_box{
  position: relative;
}
.footer_box::before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1386px;
  background: url("../images/txt_bg5.png") no-repeat;
  background-size: 100% 100%;
}
.footer_box .footer_box_content{
  width: 1200px;
  margin: 70px auto 0;
}
.footer_box .footer_box_content .list{
  display: flex;
  flex-wrap: wrap;
}
.footer_box .footer_box_content .list p{
  width: 20px;
  font-size: 18px;
  color: #000000;
  padding: 0 52px 0 12px;
  border-left: 1px solid #000;
  margin-bottom: 44px;
}
.footer_box .footer_box_content .fotter_msg{
  display: flex;
  align-items: center;
}
.footer_box .footer_box_content .fotter_msg img{
  width: 44px;
  height: auto;
}
.footer_box .footer_box_content .fotter_msg span{
  font-size: 16px;
  margin-left: 12px;
}
.line{
  width: 100%;
  height: 1px;
  background-color: #000;
  margin: 30px 0;
}
.fotter_tips{
  text-align: center;
  font-size: 18px;
  padding: 10px 0 30px;
}
.search-fixed{
  background-color: #fff;
}