/* brand product foreign_trade */
.check_brand_right_box_top img {
  transition: 1s;
  -webkit-transition: 1s;
}
.check_brand_right_box_top img:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
/* gift_zone */
.gift_left {
  overflow: hidden;
}
.gift_left img {
  transition: 1s;
  -webkit-transition: 1s;
}
.gift_left img:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
/* customized */
.customized_content ul li {
  overflow: hidden;
}
.customized_content ul li img {
  transition: 1s;
  -webkit-transition: 1s;
}
.customized_content ul li img:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
/* shaving_colution */
.shaving_colution_content_right_box:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
.shaving_colution_content_right_box img {
  transition: 1s;
  -webkit-transition: 1s;
}
/* content_us */
.contact_content_left_one {
  overflow: hidden;
}
.contact_content_left_one:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
.contact_content_left_one img {
  transition: 1s;
  -webkit-transition: 1s;
}
@media screen and (max-width: 980px) and (min-width: 640px) {
  /* logo */
  .index_logo img {
    width: 100%;
  }

  .footer_infor {
    width: 33.3%;
  }
  .footer_two_text {
    width: 33.3%;
  }
  .footer_logo {
    float: right;
    width: 33.3%;
    text-align: center;
  }
  .lianjie {
    float: right;
    width: 24%;
    padding-top: 30px;
    margin-left: 0;
    margin-right: 5%;
  }

  .btn_f {
    float: left;
    width: 15%;
    height: 34px;
    text-align: center;
    line-height: 34px;
    color: #fff;
    background: #24aae1;
    border-radius: 25px;
    margin-top: 38px;
    margin-left: 25%;
    font-size: 12px;
    margin-bottom: 30px;
  }
  .dianpu_box {
    padding-top: 15px;
  }
  .dianpu_box li:first-child {
    line-height: 50px;
  }
  .dianpu_box li {
    float: left;
    margin-right: 18px;
    margin-top: 10px;
    vertical-align: text-bottom;
  }
  .dianpu_box li div {
    width: 50px;
    height: 50px;
  }
  .dianpu_box .tianmao_box {
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
  }
  .dianpu_box {
    width: 55%;
  }
  .beian_num {
    margin-left: 25%;
    color: #fff;
    font-size: 13px;
    padding: 20px 0;
    float: left;
  }
  .manpin {
    color: #fff;
    float: left;
    font-size: 13px;
    padding: 20px;
    margin-left: 17px;
  }
  .hexiao_box {
    width: 100%;
    overflow: hidden;
  }
}

@media screen and (max-width:375px) {
				.tianmao_box img{
					width: 60% !important;
					position:absolute;
					top: 50% !important;
					left: 50% !important;
					transform: translate(-50%,-50%);
				}
				.index_content_left{
				    margin-top: 45px;
				}
				.brand_baner img{
					margin-top: 45px !important;
				}
			}