@charset "utf-8";
/*
*	****************************************
*	*           index style               
*	****************************************
*/
/*head*/
#head,#head1 {
  height: 60px;
  width: 100%;
  text-align: center;
  position: relative;
  /* border: 1px #f00 solid; */
}
#head .logo {
  width: 30%;
  display: block;
  margin: 0 auto;
  padding: 10px 0;
}
#head .logo img {
  display: block;
  width: 100%;
}
#head a.lng {
  display: block;
  height: 60px;
  position: absolute;
  left: 11px;
  top: 0;
  overflow: hidden;
  font-size: 0;
}
#head a.lng img {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  font-size: 16px;
  font-family: Arial;
}
#head a.lng span {
  display: inline-block;
  font-size: 16px;
  color: #333;
  vertical-align: middle;
  padding-left: 5px;
  line-height: 60px;
}
/* public title */
@font-face {
  font-family: "xiaoze";
  src: url(../font/LCALLIG.TTF);
}
.title {
  height: 46px;
  /* font-family: "xiaoze"; */
  padding: 0 3.125%;
  border-bottom: 1px solid #cccccc;
  overflow: hidden;
  line-height: 46px;
  /* font-family: "xiaoze"; */
}
.title strong {
  font-size: 20px;
  color: #1c1c1c;
}
/*首页*/
/* .setBg{
	background:url("../images/indexbg.jpg") no-repeat left top;
} */
.indexlogo {
  width: 50%;
  margin: 30px auto;
}
img {
  max-width: 100%;
  margin: 0 auto;
}
.index strong {
    width: 100%;
  /*width: 26%;*/
  display: block;
  font-size: 18px;
  color: #3a86c0;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.index .flkf {
  width: 80%;
  margin: 20px auto 40px auto;
  text-align: center;
}
.index .intro {
  /*width: 85%;*/
  margin: 20px auto;
  color: #fff;
  text-align: center;
  font: 14px/30px "Arial";
  padding: 0 3.125%;
  /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
}
.index .threedot {
  width: 1.8%;
  margin: 0 auto;
}
.index .newpro {
  width: 45%;
  display: block;
  margin-left: 15px;
  background: #40acbc;
  float: left;
  margin-bottom: 15px;
}
.newpro {
  display: block;
  background: #40acbc;
  width: 45%;
  height: 100px;
}
.newpro:hover {
  box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}
.index .enter {
  display: block;
  width: 80%;
  margin: 0 auto;
  /* margin:0 auto; */
  /* margin-left: 15px;
	float: left;
	margin-bottom: 15px; */
}
/* .enter:hover{
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
} */
.index .navul li a {
  width: 45%;
  height: 50%;
  display: block;
  text-align: center;
  /* line-height: 40px; */
  float: left;
  margin-left: 13px;
  margin-top: 20px;
  background: #2579b9;
  /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
}
.index .navul p {
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #fff;
}
.index .navul li a img {
  width: 100%;
  height: 200px;
}
/* .index .navul li a:hover{
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
} */
.swiper-container {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.swiper-slide {
  overflow: auto;
}
.intros {
  width: 100%;
  height: 80px;
}
.intros h1 {
  text-align: center;
  line-height: 80px;
  font-size: 25px;
}
.Hot-selling {
  width: 100%;
  height: 80px;
  text-align: center;
  line-height: 80px;
}
.Hot-selling h1 {
  font-size: 25px;
}
.products {
  margin-bottom: 5%;
  /* border: 1px #f00 solid; */
}
.products ul {
  padding: 0 3.125%;
}
.products li {
  width: 48%;
  margin-top: 3.125%;
  float: left;
  margin-right: 12px;
  position: relative;
}
.products li a {
  display: block;
}
/* .products li a:active p{
  background-color: #2579b9;
  color: #fff;
} */
.products li img {
  /*width: 100%;*/
  /*width: 160px;*/
  height: 170px;
  /* border:1px solid #cccccc; */
  display: block;
}
.products li p {
  font-size: 14px;
  color: #333;
  text-align: center;
  line-height: 28px;
  padding: 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* background: #cccccc; */
}
.products li a .fa {
  display: block;
  width: 160px;
  height: 130px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 20px;
  opacity: 0;
}
.products li a .fa p {
  color: #fff;
  margin-top: 50px;
}
.products .swiper-container .swiper-wrapper .swiper-slide {
  height: 200px;
}


/* 关于我们 */
.about {
  margin-bottom: 3.125%;
  padding: 1% 0 5% 0;
  /*border: 1px solid #f00;*/
}
.about .box {
  width: 90%;
  margin: 0 auto;
  /* padding: 3.125% 3.125% 0 3.125%; */
  display: flex;
  flex-direction: column;
  margin-top: 3.125%;
  /* border: 1px #f00 solid; */
}
.about>.box>img:nth-of-type(1) {
  max-width: 80%;
  display: block;
  float: left;
  padding-bottom: 3.125%;
}
.about>.box>p {
  font-size: calc(10px + 0.2rem);
  line-height: 28px;
  text-indent: 2em;
  font-family: PingFang;
}
.about>.box>a{
  width: 100px;
  height: 30px;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  margin-top: 10px;
}



/* 工厂 */
.gc {
  margin-bottom: 5%;
  position: relative;
  /* border: 1px #f00 solid; */
}
.gc>.title{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* border: 1px #f00 solid; */
}
.gc>.title>.strong{
  width: 100%;
  text-align: center;
}
.gc>.swiper{
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 3.125%;
  /* border: 1px #f00 solid; */
}
.gc>.swiper img{
  width: 100%;
}




/* 新闻 */
.news {
  padding: 5% 0;
  background: #f7f7f7;
}
.news>.title{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* border: 1px #f00 solid; */
}
.news>.title>strong{
  width: 100%;
  text-align: center;
}
.news>.news_nav{
  width: 100%;
  height: 40px;
  margin-top: 3.125%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  /* border: 1px #f00 solid; */
}
.news>.news_nav>p{
  height: 100%;
  /* flex: 1; */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  position: relative;
  /* border: 1px #f00 solid; */
}
.news>.news_nav>p>span{
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #333;
  /* display: none; */
  opacity: 0;
  transition: all 0.5s;
}
.news>.news_nav>p.on>span{
  opacity: 1;
}
.news>.tab{
  width: 90%;
  margin: 0 auto;
  margin-top: 3.125%;
  /* border: 1px #f00 solid; */
}
.news>.tab .tab1{
  width: 100%;
  display: none;
}
.news>.tab .tab1.on{
  display: block;
}
.news>.tab .tab1>ul li a{
  width: 100%;
  height: 100px;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px #646363 solid;
  background: #fff;
}
.news>.tab .tab1>ul li:nth-last-of-type(1){
  border-bottom: none;
}
.news>.tab .tab1>ul li>a>img{
  width: 100px;
  margin: 0 0 0 10px;
}
.news>.tab .tab1>ul li>a>div{
  width: 70%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* border: 1px #f00 solid; */
}
.news>.tab .tab1>ul li>a>div>span{
  color: #999999;
  font-size: 12px;
}






.swiper-containers .swiper-container .swiper-slide a {
  display: block;
  height: 200px;
  color: #666666;
}
.swiper-containers .swiper-container .swiper-slide {
  width: 375px;
  height: 200px;
  margin: 0 auto;
}
.swiper-container .swiper-slide .swiper_img {
  width: 120px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  /*margin-left: 45px;*/
  margin-top: 44px;
}
.swiper-container .swiper-slide p {
  text-align: center;
  margin-top: 10px;
}
.swiper-containers .swiper-wrapper .swiper-slide img {
  /*width: 375px;*/
  /*height: 200px;*/
  /*margin-left: 107px;*/
}
.swiper-containers .swiper-slide p {
  text-align: center;
  color: #666666;
}
.banner {
  width: 100%;
  height: auto;
  position: relative;
  /*border: 1px #f00 solid;*/
}
.banner .swiper2{
  width: 100%;
}
.banner .swiper2 .swiper-wrapper .swiper-slide img{
  width: 100%;
}

.banner>.banner1{
	width: 100%;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	bottom: 10%;
  z-index: 100;
  animation: pathRotate 2s linear alternate infinite;
	/* border: 1px #f00 solid; */
}
.banner>.banner1>img{
	width: calc(10px + 1.5rem);
	height: calc(10px + 1.5rem);
}
@keyframes pathRotate {
  0%,
  100% {
    bottom: 7%;
  }
  50% {
    bottom: 13%;
  }
}



/* .caise {
  width: 100%;
  height: auto;
}
.caise ul {
  display: flex;
  flex-wrap: width;
  justify-content: space-between;
}
.caise ul li {
  width: 34%;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #2579b9;
  color: #fff;
}
.caise ul li a p {
  text-align: center;
  color: #fff;
  line-height: 40px;
}
.caise ul li a p {
  color: #fff;
} */
.dingduo {
  width: 100%;
}
.dingduo ul {
  position: relative;
  left: 5px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.dingduo ul li {
  width: 46%;
  height: auto;
  border: 1px solid #e5e5e5;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.dingduo ul li>a>p {
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  background: #2579b9;
}
.dingduo ul li>a img {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.dingduo>a{
  display: flex;
  width: 185px;
  height: 40px;
  background: #2579b9;
  margin: 0 auto;
  margin-top: 3.125%;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
}

