.banner {
  width: 100%;
  margin-top: 100px;
}
.banner .img {
  width: 100%;
}
.about {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 40px 0 80px;
  background: url("../images/about.png") no-repeat right 307px;
}
.about_main {
  width: 1200px;
  height: auto;
  /* overflow: hidden; */
  margin: 0 auto;
}
.about_title {
  width: 395px;
  margin: 0 auto;
  height: 90px;
}
.about_con {
  width: 600px;
  height: 380px;
  background: #ffcf42;
  margin-top: 50px;
  position: relative;
}
.about_con_img {
  width: 600px;
  height: 380px;
  position: absolute;
  top: 30px;
  left: 39px;
}
.about_con_img img {
  width: 100%;
}
.about_con_text {
  width: 618px;
  padding: 40px 39px;
  background: #fff;
  position: absolute;
  top: 45px;
  left: 500px;
  box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.1);
}
.about_con_title {
  font-size: 24px;
  color: #e62129;
}
.about_con_line {
  width: 95px;
  height: 2px;
  background: #e62129;
  margin-top: 24px;
}
.about_con_text p {
  font-size: 14px;
  color: #333;
  margin-top: 40px;
  line-height: 1.8;
}
.lookDetail {
  font-size: 14px;
  color: #e62129;
  padding-top: 15px;
  float: right;
}
.product {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-bottom: 110px;
}
.product_title {
  width: 710px;
  height: 89px;
  margin: 0 auto;
}
.product_one {
  width: 1200px;
  height: 641px;
  margin: 0 auto;
  position: relative;
  margin-top:45px;
}
.product_one_con {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.product_one_title {
  width: 100%;
  height: 65px;
  background: #ff3e46;
}
.product_one_title span {
  font-size: 24px;
  color: #fff;
  padding-left: 22px;
}
.product_one_title a {
  font-size: 14px;
  color: #fff;
  padding-right: 24px;
}
.product_one_list {
  padding: 30px 19px;
}
.product_one_item {
  display: block;
  width: 275px;
  height: auto;
  overflow: hidden;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.product_one_item:nth-of-type(4n) {
  margin-right: 0;
}

.product_one_img {
  width: 273px;
  height: 273px;
  border: 1px solid #eeeeee;
}
.product_one_item:hover .product_one_img {
  border: 1px solid #e62129;
}
.product_one_img img {
  width: 100%;
  height: 100%;
}
.product_one_text {
  width: 100%;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 14px;
  color: #333;
}
.product_banner {
  width: 100%;
  height: 355px;
  background: url("../images/p02.jpg") no-repeat center/cover;
}
.product_one_item.color .product_one_text {
  color: #fff;
}
.product_two {
  width: 1200px;
  min-height: 474px;
  position: relative;
  margin: 0 auto;
}
.product_two_con {
  width: 1200px;
  height: auto;
  /* overflow: hidden; */
  position: absolute;
  left: 0;
  top: -65px;
}
.product_two_title {
  width: 100%;
  height: 65px;
  background: #ffcf42;
}
.product_two_title span {
  font-size: 24px;
  color: #fff;
  padding-left: 22px;
}
.product_two_title a {
  font-size: 14px;
  color: #fff;
  padding-right: 24px;
}
.product_two_list {
  width: 100%;
  height: 505px;
}

.product_two_list .swiper-container {
  width: 100%;
  height: 100%;
  position: static;
}
.product_two_list .swiper-slide {
  width: 400px !important;
  /* text-align: center; */
  font-size: 18px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1);

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.7);
}
.product_two_list .swiper-slide-prev,
.can_banner .swiper-slide-next {
  transform: scale(0.7);
}
.product_two_list .swiper-slide-active,
.product_two_list .swiper-slide-duplicate-active {
  transform: scale(1);
}
.product_two_item {
  width: 392px;
  height: 474px;
  background: #fff;
  margin:0 auto;
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
  display: block;
}
.product_two_img{
  width:100%;
  height:405px;
}
.product_two_img img{
  width:100%;
  height:100%;
}
.product_two_text{
  width:100%;
  height:68px;
  line-height: 68px;
  text-align: center;
  font-size: 16px;
  color:#333;
}
.product_two_list .swiper-button-prev, .product_two_list .swiper-button-next {
  width:121px;
  height:121px;
}
.product_two_list .swiper-button-prev{
  background: url("../images/prev.png")no-repeat center;
}
.product_two_list .swiper-button-next{
  background: url("../images/next.png")no-repeat center;
}
.product_two_list .swiper-button-prev:after, .product_two_list .swiper-button-next:after {
  display: none;
}
.product_two_list .swiper-button-prev{
  left:-121px;
  z-index: 999;
}
.product_two_list .swiper-button-next{
  right:-121px;
  z-index: 999;
}