@import url(./reset.css);
@import url(./animate.css);
.container {
  width: 1190px;
  margin-left: auto;
  margin-right: auto;
}
.header-top {
  position: relative;
  z-index: 999;
  line-height: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  background: #f4f4f4;
  
}
.header-top .item {
  position: relative;
  display: inline-block;
  height: 12px;
  line-height: 12px;
  vertical-align: middle;
  font-size: 12px;
  color: rgba(0,0,0,.85);
}
.top-welcome {
  float: left;
}
.top-links {
  float: right;
  padding-left: 25px;
  background: url(../images/icon-tel.png) top left no-repeat;
  background-size: contain;
}
.top-links .tel {
  color: #d81e06;
}
.clearfix::after {
  content: ".";
    display: block;
    height: 0;
    font-size: 0;
    visibility: hidden;
    clear: both;
}
.header-main {
  position: relative;
  z-index: 999;
  padding: 15px 0 10px;
  background-color: #fff;
}
.header-main.fixed {
    -webkit-animation: fadeInDown .3s forwards;
    animation: fadeInDown .3s forwards;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    padding-top: 5px;
    /* -webkit-box-shadow: 0 0 6px 0 rgb(0 0 0 / 10%); */
    box-shadow: 2px 2px 6px 0 rgb(0 0 0 / 50%);
    /* border-bottom: 1px solid #eee; */
    /* box-sizing: border-box; */
}
.header-main.fixed .header-logo {
  height: 50px;
  width: auto;
  box-sizing: border-box;
}
.header-main.fixed .header-search, .header-main.fixed .header-shopcart {
  margin-top: 5px;
}
.header-main.fixed .header-qrcode {
  display:none;
}
.header-main .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
  box-sizing: border-box;
  /* height: 38px; */
  /* background: #fff; */
  /* border: 1px solid #ccc; */
}
.header-main .header-logo {
  float: left;
  width: 280px;
  height: 75px;
  margin-right: 20px;
  -webkit-transition: none;
  transition: none;
}
.header-main img {
  max-height: 100%;
  vertical-align: middle;
  display: block;
  height: 100%;
  box-sizing: border-box;
}
.header-main .header-search {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 590px;
  height: 40px;
  margin-left: -40px;
}
.header-main .header-search .search-input {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ed2920;
  padding: 2px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border-radius: 3px;
  overflow: hidden;
  height: 100%;
}
.header-main .header-search .search-input input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #fff;
  display: block;
  padding: 0 12px;
  font-size: 14px;
  outline: none;
  -webkit-transition: none;
  transition: none;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.header-main .header-search .search-input .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 110px;
    line-height: 36px;
    background: #ed2920;
    text-align: center;
    outline: none;
}
.header-main .header-search .search-input .btn i {
  display: inline-block;
  padding-left: 30px;
  background: url(../images/search.png) no-repeat 0;
  background-size: 20px;
  font-size: 18px;
  font-style: normal;
  color: #fff;
}
.header-main .header-shopcart {
  display: inline-block;
  width: 130px;
  height: 40px;
  vertical-align: top;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  background: #ed2920;
  position: relative;
  overflow: hidden;
}
.header-main .header-shopcart i {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding-left: 25px;
  vertical-align: middle;
  background: url(../images/shopcart.png) no-repeat 0;
  background-size: 20px;
  font-style: normal;
  font-size: 18px;
  color: #fff;
}
.header-main .header-search,.header-main .header-shopcart {
  margin-top: 25px;
}
.header-qrcode {
  float: right;
  width: 80px;
  height: 80px;
  margin-top: -11px;
  text-align: right;
  margin-top: 8px;
}
nav {
  position: relative;
  margin-top: 40px;
  height: 600px;
  animation: bc 6s infinite;
}
@keyframes bc {
  0% {
    background-color: rgb(30, 95, 135);
  }
  50% {
    background-color: rgb(43, 17, 78);
  }
  100% {
    background-color: rgb(30, 95, 135);
  }
}
nav {
  border-top: 3px #ed2920 solid;
}
nav .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
nav .menu {
  margin-top: -43px;
}
nav .menu-categories {
  float: left;
  width: 230px;
  height: 40px;
  line-height: 40px;
  background: #ed2920 url(../images/menu.png) no-repeat 14px;
  background-size: 20px;
  text-indent: 48px;
  font-size: 18px;
  color: #fff;
}
nav .categories_list {
  background-color: #fff;
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 99;
  height: 600px;
  width: 230px;
}
nav .categories_list .category-title {
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  transition: all .3s;
}
nav .categories_list .category-title:hover {
  background-color: #f4f4f4;
}
nav .categories_list .category-title:hover .title {
  color: #d81e06;
}
.categories_list_right {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  background-color: #fff;
  height: 600px;
  width: 960px;
  border: 1px solid rgba(0,0,0,.08);
  -webkit-box-shadow: 0 3px 6px rgb(0 0 0 / 5%);
  box-shadow: 0 3px 6px rgb(0 0 0 / 5%);
  padding: 10px 20px 20px;
  overflow: hidden;
}
nav .categories_list .category-title.active>.categories_list_right {
  display: block;
}
.categories_list_right li {
  font-size: 14px;
}
.categories_list_right li a {
  display: block;
  width: 48%;
  padding:5px;
  margin-right: 15px;
  margin-bottom: 2px;
  float: left;
  line-height: 18px;
}
.categories_list_right li:hover a {
  color: #d81e06;
  background-color: #f4f4f4;
}
nav .categories_list .category-title .title {
  display: block;
  width: 100%;
  font-size: 14px;
  color: rgba(0,0,0,.85);
}
.bottom-banner {
  height: 130px;
  padding-top: 10px;
  overflow: hidden;
  display: flex;
  position:absolute;
  bottom: -128px;
  left: 230px;
  width: 960px;
  padding-left: 10px;
}
.bottom-banner li {
  margin-right: 10px;
  transition: all .3s;
  overflow: hidden;
}
.bottom-banner li:hover {
  opacity: .8;
}
.bottom-banner li:last-child {
  margin: 0;
}
.bottom-banner img {
  width: 100%;
}
.swiper-container .iconfont  {
  display: none;
}
main {
  background-color: rgb(244, 245, 245);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  overflow: hidden;
}
.protection {
  margin-top: 30px;
  background: #fff;
  position: relative;
  padding: 30px 0px 40px 30px;
}
.protection-title {
  text-align: left;
  line-height: 60px;
  height: 60px;
}
.big-title {
  display: inline-block;
  font-size: 24px;
  color: #262626;
  font-weight: 600;
}
 .title-des {
  display: inline-block;
  font-size: 14px;
  color: #898989;
  margin-left: 12px;
 }
.more {
  text-decoration: none;
  float: right;
  padding: 8px;
  margin-top: 15px;
  margin-right: 10px;
  line-height: 12px;
  color: #222;
  border: 1px solid rgba(0,0,0,.04);
  border-radius: 14px;
  font-size: 12px;
  text-align: center;
  box-sizing: border-box;
}
.more::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: url(../images/right.png) no-repeat 50%;
  background-size: cover;
}
.more:hover {
  color: #ed2920;
  border: 1px solid #ed2920;
}
.more:hover::after {
  background-image: url(../images/right-red.png);
}
.protection-body {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.top-nav {
  width: 120px;
  padding: 30px 0 0;
}
.top-nav li a{
  text-align: left;
  height: 16px;
  line-height: 16px;
  font-size: 16px;
  color: #262626;
  margin-bottom: 36px;
  cursor: pointer;
  display: block;
  transition: all .3s;
}
.top-nav li.active a,.top-nav li:hover a{
  font-weight: 600;
  color: #ed2920;
}
.top-right ul {
  display: none;
  width: 100%;
  flex-wrap: wrap;
  padding-left: 30px;
}
.top-right ul li {
  width: calc(25% - 15px);
  margin-right: 15px;
  margin-bottom: 15px;
  background-color: #fff;
}
.top-right ul li:nth-child(4n) {
  margin-right: 0;
}
.top-right ul li img {
  width: 100%;
  transition: all .3s linear;
}
.top-right ul li span {
  display: block;
  width: 100%;
  padding: 5px;
  text-align: left;
  line-height: 20px;
  font-size: 12px;
  color: #222;
  position: relative;
  transition: all .3s linear;
  border: 1px solid #e8e8e8;
  height: 52px;
  text-indent: 20px;
}
.top-right ul li span i {
  text-indent: 0;
  font-style: normal;
  font-weight: 600;
  width: 14px;
  height: 14px;
  background: #ed2920;
  border-radius: 2px;
  color: #fff;
  font-size: 8px;
  line-height: 15px;
  position: absolute;
  left: 5px;
  text-align: center;
  top: 8px;
}
.top-right ul li span::before {
  content: '查看详情';
  position: absolute;
  width: 100%;
  color: #fff;
  background-color: #ed2920;
  text-align: center;
  bottom: 100%;
  left: 0;
  opacity: .85;
  height: 0%;
  line-height: 30px;
  z-index: -1;
  transition: all .3s linear;
}
.top-right ul li:hover span{
  border-color: #ed2920;
}
.top-right ul li:hover span::before {
  z-index: 0;
  height: 60%;
}
.top-right ul li:hover img{
  opacity: .8;
}
.top-right ul:first-child {
  display: flex;
}
.display-none {
  display: none !important;
}
.display-flex {
  display: flex !important;
}
.protection-bottom {
  margin: 20px auto 40px;
  display: flex;
  width: 1190px;
  justify-content: space-between;
}
.protection-bottom img {
  display: block;
  width: 48%;
  border-radius: 5px;
}
.coryright {
  background: #333;
  max-height: 120px;
  padding: 10px 0;
  width: 100%;
  margin: 0 auto;
  bottom: 0;
  font-size: 12px;
  text-align: center;
  color: #999;
}

.coryright a {
  color: #999;
}
@media screen and (max-width: 800px) { 
  * {
    touch-action: pan-y;
  }
  .header-top {
    display: none;
  }

  .header-main .header-search {
    width: 100%;
  }
  .container {
    width: 100%;
    padding: 0 10px;
  }

  .header-main .header-shopcart,.header-qrcode {
    display: none;
  }
  .header-main .header-logo {
    width: 30%;
    height: auto;
    margin: 2px 0 0 0px;
  }
  .header-main .header-search {
    width: 65%;
    margin-top: 0;
  }
  .header-main .header-search {
    height: 30px;
  }
  .header-main .header-search .search-input input {
    font-size: 12px;
  }
  .header-main .header-search .search-input .btn i {
    font-size: 14px;
    padding-left: 20px;
    background-size: 16px;
  }
  .header-main .header-search .search-input .btn {
    width: 60px;
  }
  nav {
    height: auto;
  }
  nav .container {
    flex-wrap: wrap ;
    padding: 0;
  }
  nav .container img {
    width: 100%;
  } 
  .bottom-banner {
    width: 100%;
    position: relative;
    left: 0;
    bottom: 0;
    padding: 5px 10px;
    height: auto;
  }
  nav .categories_list {
    width: 160px;
    background: #f2f2f2;
    display: none;
  }
  .categories-container .categories_list {
    display: none !important;
  }
  .categories-container.active .categories_list{
    display: block !important;
    }
  nav .categories_list .category-title {
    display: flex;
    width: 100%;
  }
  nav .categories_list li:first-child ul {
    display: block;
  }
  nav .menu {
    margin-top: -32px;
  }
  nav .menu-categories {
    width: 160px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  .categories_list_right {
    width: auto;
    height: 100%;
    padding: 0;
    background-color: #f1f2f4;
  }
  .categories_list_right::after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    visibility: hidden;
    clear: both;
  }
  .categories_list_right li {
    width: 50%;
    border: 1px solid #e6e6e6;
    float: left;
  }
  .categories_list_right li a {
    display: block;
    text-align: center;
    margin: 0;
    float: none;
    padding: 10px;
    color: #888;
    width: 100%;
  }
  nav .categories_list .category-title.active {
    border-left: .2rem solid #f03a58;
    color: #d90e32;
    background-color: #fff;
  }
  .protection {
    padding-top: 10px;
  }
  .protection-body {
    flex-wrap: wrap;
    width: 100%;
  }
  .protection-title {
    height: 30px;
    line-height: 30px;
  }
  .more {
    margin-top: 0;
    padding: 10px;
  }
  .top-nav {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
  }
  .top-nav li {
    width: 33.33%;
  }
  .top-nav li a {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .top-center {
    display: none;
  }
  .top-right ul {
    padding: 0;
  }
  .top-right ul li {
    width: calc(50% - 8px);
  }
  .top-right ul li:nth-child(2n) {
    margin-right: 0;
  }
  .protection-bottom {
    width: 100%;
    margin: 0;
    padding: 10px;
    flex-wrap: wrap;
  }
  .protection-bottom img {
    width: 100%;
    margin-bottom: 10px;
  }
  .coryright {
    padding: 10px;
  }
  .header-main .container {
    display: flex;
    flex-wrap: wrap;
  }
  .header-main .header-logo {
    width: 60%;
    display: block;
    margin: 0 auto;
}
.header-main {
  padding-top: 5px;
}
.header-main .header-search {
  width: 80%;
  margin: 0 auto;
}
.header-main.fixed {
  height: 110px;
}
.more {
  border: 1px solid #ccc;
}
.categories_list_right li a {
}
nav .categories_list .category-title.active>.categories_list_right {
  display: inline-table;
}
.categories_list_right li {
  width: 100%;
}
}
.display_none {
  display: none;
}
.sf-menu {
  display: block !important;
}
@media screen and (max-width: 800px) { 
  .categories_list_right img {
    display: none;
  }
  .header-main img {
    width: 100%;
  }
}
@media screen and (min-width: 800px) {
  nav .categories_list .category-title.active>.categories_list_right {
    display: flex;
    flex-wrap: wrap;
  }
.category-title ul li {
  width: 25%;
}
.category-title ul li img {
  width: 100%;
  max-width: 150px;
  display: block;
  margin: 0 auto;
}
.categories_list_right li a {
  width: 100%;
  text-align: center;
}

}
.top-right ul li img {
  width: 100%;
  transition: all .3s linear;
  height: 150px;
  display: block;
  max-width: 150px;
  margin: 0 auto;
}
/* footer */
.footer {
	width:100%;
	background:#292929;
	margin-top:0px;
	padding-bottom:20px;
}
.footer-top {
	float:left;
	margin-top:42px;
	padding-bottom:32px;
	border-bottom:1px solid #3f3f3f
}
.footer-top .fT-xs {
	float:left;
	width:165px;
	height:160px;
	border-right:1px solid #3f3f3f;
	margin-right:36px;color:#878787
}
.footer-top .fT-xs h3 {
	float:left;
	width:165px;
	border-right:1px solid #ff5e00;
	margin-top:0;
	padding-bottom:16px;
	font-size:14px;
	font-family:"微软雅黑";
	color:#b2b2b2
}
.footer-top .fT-xs h3 a{color:#b2b2b2}
.footer-top .fT-xs ul li {
	margin-bottom:12px;
}
.footer-top .fT-xs ul li a {
	font-size:12px;
	font-family:"Microsoft Yahei";
	color:#878787
}
.footer-top .fT-xs ul li a:hover {
	color:#ff5e00;
}
.fT-xs h1 {
	font-size:20px;
	color:#fff;
	font-family:"Arial"
}
.fT-tel {
	float:left;
	width:180px;
	text-align:center
}
.fT-tel h1 {
	font-size:25px;
	color:#fff;
	font-family:"Arial"
}
.fT-tel p {
	font-size:12px;
	color:#878787; line-height:30px;
	font-family:"Microsoft Yahei";
	margin-top:8px
}
.footer-bottom {
	float:left;
	width:100%;
	margin-top:15px;
	text-align:center
}
.footer-bottom p {
	margin-top:12px
}
.footer-bottom .fB-p1 a {
	color:#707070
}
.footer-bottom .fB-p1 a:hover {
	color:#ff5e00
}
.footer-bottom .fB-p1 span {
	font-family:"Microsoft Yahei","Arial";
	color:#707070; padding:0 8px;
}
.footer-bottom .fB-p2 span {
	font-family:"Microsoft Yahei","Arial";
	color:#707070;
	margin-right:5px
}
.fB-p3 {
	font-family:"Microsoft Yahei";
	color:#707070; line-height:22px;
	font-size:12px
}
/*底部链接*/
.mlk{width:100%; border-bottom:1px solid #3f3f3f;}
.mlink {
    font-size: 13px;
    line-height: 26px;
	color:#878787;
	width:1190px; 
	margin:15px auto;
}
.mlink a{color:#878787; padding:0 10px 0px 0px;}
.link_head {height:35px;line-height:35px;font-size:14px;overflow:hidden; width:1190px; margin:0 auto;margin-top:22px; }
.link_1 {float:left;width:80px;text-align:center;  margin-right:10px;cursor:pointer;background:#000; color:#6a6969;font-weight:normal;font-size:14px;}
.link_2 {float:left; width:80px;text-align:center;margin-right:10px;cursor:pointer; background:#384144;font-size:14px;color:#fff}
.sm {
    font-size: 14px;
    line-height: 26px;
    text-indent: 2em;
	color:#878787;
	width:1190px; 
	padding-top:22px;
	margin:0px auto 0 auto;
	
}
.ppsm{ width:100%;height:180px;background:#169ef4 url("images/ppsm.png") no-repeat center;}
@media screen and (max-width: 800px) {
  .sm ,.link_head,.mlink,.protection-bottom{
    width: 100%;
  }
  .footer {
    padding: 0 10px;
  }
}
.prod-li{grid-template-columns: repeat(3, 1fr);display: grid;grid-gap:20px;margin-bottom: 30px;}
.prod-li dd{transition: box-shadow,transform .3s linear,-webkit-box-shadow,-webkit-transform .3s linear;border-radius: 3px;overflow: hidden;border: 1px solid rgba(0,0,0,.125);}
.prod-li dd:hover{box-shadow: 0 4px 12px rgb(0 0 0 / 25%);-webkit-transform: scale(1.02);transform: scale(1.02);}
.prod-li dd .prod-box{display: flex;flex-direction: column;}
.prod-li dd .prod-box .prod-img{width: 100%;}
.prod-li dd .prod-box .prod-img img{width: 100%;}
.prod-li dd .prod-box .prod-con{padding: 15px;}
.prod-li dd .prod-box .prod-con .prod-title{width: 100%;margin-bottom: 10px;}
.prod-li dd .prod-box .prod-con .prod-title a{line-height: 32px;font-size: 20px;color: #595757;}
.prod-li dd .prod-box .prod-con .prod-tags{display: flex;flex-wrap: wrap;margin-bottom: 10px;}
.prod-li dd .prod-box .prod-con .prod-tags a{padding: 0 10px;border: 1px solid rgba(0,0,0,.125);height: 26px;display: block;line-height: 26px;border-radius: 26px;overflow: hidden;color: #898989;margin-right: 5px;margin-bottom: 10px;}
.prod-li dd .prod-box .prod-con .prod-info{line-height: 24px;font-size: 16px;margin-bottom: 10px;color: #898989;}
.prod-li dd .prod-box .prod-con .prod-pic{display: flex;flex-wrap: wrap;justify-content: center;}
.prod-li dd .prod-box .prod-con .prod-pic a{display: block;width: 120px;border: 1px solid rgba(0,0,0,.125);margin-bottom: 10px;}
.prod-li dd .prod-box .prod-con .prod-pic a:first-child{margin-right: 20px;}
.prod-li dd .prod-box .prod-con .prod-pic a img{width: 100%;}
.prod-li dd .prod-box .prod-con .prod-type{text-align: center;font-weight: bold;line-height: 24px;font-size: 16px;margin-bottom: 10px;}
.prod-li dd .prod-box .prod-con .prod-btn{display: flex;justify-content: flex-end;}
.prod-li dd .prod-box .prod-con .prod-btn a{background-color: #006346;padding: 10px;font-size: 12px;border-radius: 3px;overflow: hidden;margin-left: 5px;color: #fff;}
@media screen and (max-width: 768px){
  .prod-li{grid-template-columns: repeat(1, 1fr);}
}