@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  border-radius: 0;
}
body {
  font-size: 13px;
  font-family: "微软雅黑";
  margin: 0px auto !important;
  background: #fff;
  padding-top: 65px;
}
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
img {
  border: none;
  vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  color: #000;
}
i {
  font-style: normal;
}
/* 头部 固定定位*/
.top_bg {
  width: 100%;
  height: 65px;
  z-index: 9999;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 0 5px #ddd;
}
.top {
  width: 94%;
  height: auto;
  margin: 0 auto;
}
.top_logo {
  float: left;
  margin-top: 12px;
}
.top_logo img {
  height: 40px;
}
.top_logo h1 {
  font-size: 22px;
  color: #fff;
  font-weight: 550;
  line-height: 65px;
}
.top_logo span {
  color: #ccc;
  font-size: 22px;
}
.top_nav {
  position: absolute;
  right: 0;
  top: 65px;
  width: 50%;
  background-color: #fff;
  display: none;
  /*隐藏*/
}
.top_nav ul {
  overflow: hidden;
}
.top_nav ul li {
  float: none;
}
.top_nav ul li a {
  display: block;
  font-size: 16px;
  color: #666;
  line-height: 45px;
  border-top: 1px solid #eee;
  padding-left: 25px;
}
.top_right {
  float: right;
}
.top_right img {
  height: 33px;
  width: auto;
  margin-top: 16px;
}
.en {
  float: right;
  width: 50px;
  font-size: 16px;
  color: #333333;
  line-height: 36px;
  height: 36px;
  background: url(../images/en.png) no-repeat left center;
  background-size: 19px;
  padding-left: 25px;
  position: relative;
  margin-top: 14px;
  margin-left: 60px;
}
.en .lang em {
  width: 80px;
  position: absolute;
  left: 0px;
  top: 30px;
  background: #fff;
  z-index: 12;
  box-shadow: 0px 0px 11px 6px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 5px 0px;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition: all 0.4s ease;
  font-style: normal;
}
.en .lang em:before {
  width: auto;
  content: "";
  border-left: 7px transparent solid;
  border-right: 7px transparent solid;
  border-bottom: 7px #fff solid;
  position: absolute;
  left: 30px;
  top: -5px;
}
.en .lang em a {
  float: left;
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: #222;
}
.en .lang:hover em {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.en .lang em:hover a {
  color: #333;
}
/* banner */
.swiper {
  display: none;
}
.pc_banner {
  display: none;
}
.sj_banner img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.box_swipe {
  overflow: hidden;
  position: relative;
  display: block;
}
.box_swipe ul li {
  width: 100%;
  height: auto;
}
.box_swipe ul li img {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: middle;
}
.box_swipe > ol {
  width: 100%;
  height: auto;
  position: absolute;
  text-align: center;
  bottom: 10px;
  z-index: 1;
}
.box_swipe > ol > li {
  width: 18px;
  height: 5px;
  margin-left: 3px;
  margin-right: 3px;
  cursor: pointer;
  background: #fff;
  display: inline-block;
  text-align: center;
  border-radius: 2px;
}
.box_swipe > ol > li.on {
  background: #333;
}
/* 标题 */
.title {
  margin-bottom: 10px;
}
.title h1 {
  font-size: 20px;
  color: #333;
  font-weight: 500;
}
.title h2 {
  font-size: 14px;
  color: #898b8d;
  line-height: 23px;
  font-weight: 500;
}
/* 标题 */
.title {
  text-align: center;
  margin-bottom: 10px;
}
.title h1 {
  font-size: 14px;
  color: #666;
  margin-bottom: 1px;
}
.title h2 {
  font-size: 36px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 10px;
}
.title p {
  font-size: 14px;
  color: #999;
}
/* 产品 */
.iproducts {
  width: 94%;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  overflow: hidden;
}
.iproducts_item1 {
  margin-bottom: 2%;
}
.iproducts_item1 ul::after {
  content: '';
  display: block;
  clear: both;
}
.iproducts_item1 ul li {
  position: relative;
  margin-bottom: 10px;
}
.iproducts_item1 ul li:hover .iproducts_item1_img img {
  transform: scale(1.1);
}
.iproducts_item1 ul li:hover .iproducts_item1_text span {
  text-decoration: underline;
}
.iproducts_item1_img {
  border-radius: 5px;
  overflow: hidden;
}
.iproducts_item1_img img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  transition: all 0.4s ease;
}
.iproducts_item1_text {
  position: absolute;
  top: 30%;
  left: 0px;
  width: 100%;
  text-align: center;
}
.iproducts_item1_text h1 {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 13px;
}
.iproducts_item1_text p {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 11px;
}
.iproducts_item1_text span {
  font-size: 14px;
  color: #ffffff;
}
.iproducts_item2 {
  margin-bottom: 2%;
}
.iproducts_item2 ul::after {
  content: '';
  display: block;
  clear: both;
}
.iproducts_item2 ul li {
  position: relative;
  margin-bottom: 10px;
}
.iproducts_item2 ul li:hover .iproducts_item2_img img {
  transform: scale(1.1);
}
.iproducts_item2_img {
  border-radius: 5px;
  overflow: hidden;
}
.iproducts_item2_img img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  transition: all 0.4s ease;
}
.iproducts_item2_text {
  position: absolute;
  top: 13%;
  left: 0px;
  text-align: center;
  width: 100%;
}
.iproducts_item2_text h1 {
  font-size: 18px;
  color: #ffffff;
}
/* 产品推荐 */
.iproducts_r {
  width: 94%;
  margin: 0 auto;
  margin-top: 30px;
}
.iproducts_r h1 {
  font-size: 18px;
  color: #333;
  margin-top: 13px;
  margin-bottom: 5px;
}
.iproducts_r p {
  font-size: 16px;
  color: #333;
  margin-bottom: 20px;
}
.iproducts_r_left {
  float: left;
  width: 50%;
  text-align: center;
  margin-bottom: 30px;
}
.iproducts_r_left .iproducts_more {
  margin: 0 auto;
}
.iproducts_r_center img {
  width: 100%;
  height: auto;
}
.iproducts_r_right {
  float: left;
  width: 50%;
  text-align: center;
  margin-bottom: 30px;
}
.iproducts_r_right .iproducts_more {
  margin: 0 auto;
}
.iproducts_more {
  display: block;
  width: 90px;
  height: 29px;
  line-height: 27px;
  text-align: center;
  border: 1px solid #333333;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.iproducts_more:hover a {
  color: #fff;
}
.iproducts_more:hover i {
  width: 100%;
  opacity: 1;
}
.iproducts_more a {
  display: block;
  font-size: 14px;
  color: #2b2b2b;
}
.iproducts_more i {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #2b2b2b;
  z-index: -9;
  opacity: 0;
  transition: all 0.4s;
}
/* 发现更多 */
.imore_bg {
  clear: both;
  padding-top: 30px;
  background-color: #f0f4f8;
}
.imore_title {
  font-size: 24px;
  color: #333;
  text-align: center;
  margin-bottom: 30px;
}
.imore {
  width: 94%;
  margin: 0 auto;
}
.imore ul::after {
  content: '';
  display: block;
  clear: both;
}
.imore ul li img {
  width: 100%;
  height: 265px;
  object-fit: cover;
}
.imore_item {
  background-color: #fff;
  margin-bottom: 2%;
  border-radius: 10px;
  overflow: hidden;
}
.imore_text {
  min-height: 90px;
  padding: 3%;
  padding-top: 15px;
}
.imore_text h1 {
  color: #444;
  font-size: 18px;
  margin-bottom: 7px;
}
.imore_text p {
  font-size: 16px;
  color: #333;
  line-height: 26px;
}
/* 探索旗舰店 */
.istore_bg {
  padding-top: 30px;
  padding-bottom: 30px;
  background: url(../images/s_bg.gif);
}
.istore_title {
  font-size: 24px;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
.istore {
  width: 94%;
  margin: 0 auto;
}
.istore ul::after {
  content: '';
  display: block;
  clear: both;
}
.istore_item {
  margin-bottom: 20px;
}
.istore_item img {
  width: 100%;
  height: 256px;
  object-fit: cover;
}
.istore_text {
  font-size: 16px;
  color: #fff;
  margin-top: 10px;
}
/* 产品 */
.products1 {
  width: 94%;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 30px;
}
.products1::after {
  content: '';
  display: block;
  clear: both;
}
.products1_text {
  margin-top: 20px;
  margin-bottom: 30px;
}
.products1_text h1 {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  margin-bottom: 9px;
}
.products1_text p {
  font-size: 16px;
  color: #333;
  margin-bottom: 15px;
}
.products1_img {
  overflow: hidden;
}
.products1_img img {
  width: 100%;
  height: auto;
  margin-bottom: -54px;
}
.products2 {
  width: 94%;
  margin: 0 auto;
  padding: 30px 0;
  box-shadow: 0 0 5px #eee;
}
.products2 ul::after {
  content: '';
  display: block;
  clear: both;
}
.products2 ul li {
  float: left;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.products2 ul li:nth-child(2n+2) {
  margin-right: 0%;
}
.products2 ul li p {
  font-size: 14px;
  color: #333;
  text-align: center;
  margin-top: 16px;
}
.products_img img {
  width: 100%;
  height: auto;
}
.products3 {
  width: 94%;
  margin: 0 auto;
  margin-bottom: 40px;
}
.products3::after {
  content: '';
  display: block;
  clear: both;
}
.products3_text {
  margin-top: 30px;
}
.products3_text h1 {
  font-size: 20px;
  color: #333;
  margin-bottom: 10px;
}
.products3_text p {
  font-size: 14px;
  color: #333;
  line-height: 25px;
  margin-bottom: 10px;
}
.products3_img img {
  width: 100%;
  height: auto;
}
.products4 {
  width: 94%;
  margin: 0 auto;
  margin-bottom: 40px;
}
.products4::after {
  content: '';
  display: block;
  clear: both;
}
.products4 .products3_text {
  float: right;
}
.products4 .products3_img {
  float: left;
}
.services_bg {
  width: 94%;
  margin: 0 auto;
  padding-top: 30px;
  text-align: center;
  margin-bottom: 30px;
}
.services_title {
  font-size: 24px;
  color: #333;
  margin-bottom: 30px;
}
.services ul::after {
  content: '';
  display: block;
  clear: both;
}
.services ul li {
  margin-bottom: 20px;
}
.services_text {
  text-align: left;
  margin-bottom: 15px;
}
.services_text h1 {
  font-size: 18px;
  color: #333;
  margin-bottom: 18px;
}
.services_text i {
  display: block;
  width: 26px;
  height: 1px;
  background-color: #333;
  margin-bottom: 21px;
}
.services_text p {
  font-size: 14px;
  color: #999;
  line-height: 25px;
}
.services_img img {
  width: 100%;
  height: auto;
}
/* 常见问题 */
.problem_bg {
  width: 94%;
  margin: 0 auto;
}
.problem_title {
  font-size: 24px;
  color: #333;
  text-align: center;
  margin-bottom: 30px;
}
.problem ul li {
  line-height: 55px;
  border-bottom: 1px solid #f0f0f0;
}
.problem ul li:last-child {
  border: 0;
}
.problem ul li a {
  font-size: 14px;
  color: #333;
}
.problem ul li a::after {
  content: '';
  display: block;
  clear: both;
}
.problem ul li i {
  float: right;
  font-size: 12px;
  color: #999;
}
/* 留言中心 */
.contact_bg {
  background-color: #fcfcfc;
  margin-top: 30px;
  margin-bottom: 50px;
  box-sizing: border-box;
}
.contact_title {
  font-size: 24px;
  color: #333;
  text-align: center;
  margin-bottom: 30px;
}
.contact {
  width: 94%;
  margin: 0 auto;
}
.contact p {
  font-size: 14px;
  color: #666;
  margin-bottom: 31px;
}
.contact span {
  display: block;
  width: 58px;
  float: left;
  text-align: center;
  font-size: 14px;
  color: #666;
}
.contact .contact_input {
  overflow: hidden;
}
.contact .contact_input div {
  margin-bottom: 10px;
  overflow: hidden;
}
.contact .contact_input input[type="text"] {
  width: calc(100% - 60px);
  float: left;
  height: 34px;
  border: 1px solid #dadada;
}
.contact .contact_input span {
  height: 34px;
  line-height: 34px;
}
.contact .contact_textarea {
  overflow: hidden;
}
.contact .contact_textarea textarea {
  width: calc(100% - 58px);
  height: 66px;
  border: 1px solid #dadada;
  float: left;
  box-sizing: border-box;
  padding: 8px 5px;
  resize: none;
}
.contact .contact_textarea span {
  height: 66px;
  line-height: 66px;
}
.contact input[type="button"] {
  display: block;
  width: 240px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background-color: #8e8e8e;
  border: 0;
  color: #fff;
  cursor: pointer;
  margin: 0 auto;
  margin-top: 33px;
}
/* 关于我们 */
.aboutus {
  width: 94%;
  margin: 0 auto;
  background-color: #fcfcfc;
}
.aboutus::after {
  content: '';
  display: block;
  clear: both;
}
.aboutus_left {
  display: none;
}
.aboutus_left img {
  width: 100%;
  height: auto;
}
.aboutus_right {
  margin-top: 30px;
}
.aboutus_right h1 {
  font-size: 24px;
  color: #333;
  margin-bottom: 20px;
  text-align: center;
}
.aboutus_right p {
  font-size: 14px;
  color: #666;
  line-height: 25px;
}
/* 发展历史 */
.history_bg {
  margin-top: 30px;
  margin-bottom: 30px;
}
.history_title {
  font-size: 24px;
  color: #333;
  text-align: center;
  margin-bottom: 30px;
}
.history {
  width: 341px;
  margin: 0 auto;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}
.history::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background-color: #e3e3e3;
  z-index: -9;
}
.history ul li {
  margin-bottom: 15px;
}
.history ul li::after {
  content: '';
  display: block;
  clear: both;
}
.history ul li:nth-child(even) .history_text {
  float: right;
}
.history ul li:nth-child(even) .history_num {
  float: right;
  margin-right: 17px;
}
.history ul li:nth-child(even) .history_num::before {
  display: none;
}
.history ul li:nth-child(even) .history_num::after {
  float: right;
  margin-top: 10px;
  margin-left: 10px;
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  background-color: #333333;
  border-radius: 50%;
}
.history_text {
  float: left;
  width: 150px;
}
.history_text p {
  font-size: 14px;
  color: #333;
  line-height: 23px;
  margin-top: 15px;
}
.history_text img {
  width: 100%;
  height: auto;
}
.history_num {
  float: left;
  font-size: 17px;
  color: #333;
  margin-left: 17px;
  margin-top: 24px;
}
.history_num::before {
  float: left;
  margin-top: 10px;
  margin-right: 10px;
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  background-color: #333333;
  border-radius: 50%;
}
/* 联系我们 */
.map_bg {
  position: relative;
}
.map_bg > img {
  width: 100%;
  height: 500px;
}
.map {
  width: 94%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-top: 30px;
  background-color: #fff;
}
.map h1 {
  font-size: 24px;
  color: #333;
  text-align: center;
  margin-bottom: 30px;
}
.map ul::after {
  content: '';
  display: block;
  clear: both;
}
.map ul li {
  text-align: center;
  margin-bottom: 20px;
}
.map ul li h2 {
  font-size: 16px;
  color: #444;
  margin-top: 15px;
  margin-bottom: 5px;
}
.map ul li p {
  font-size: 14px;
  color: #808080;
}
/* 常见问题详情页 */
.problem_detail {
  width: 94%;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 60px;
}
.problem_detail_title {
  border-bottom: 1px solid #f0efef;
  padding-bottom: 15px;
  margin-bottom: 20px;
  text-align: center;
}
.problem_detail_title h1 {
  font-size: 24px;
  color: #333;
  margin-bottom: 15px;
}
.problem_detail_title p {
  font-size: 14px;
  color: #adadad;
}
.problem_detail_mian {
  font-size: 14px !important;
  color: #676767 !important;
  line-height: 25px !important;
}
.problem_detail_mian p,
.problem_detail_mian span {
  font-size: 14px !important;
  color: #676767 !important;
  line-height: 25px !important;
}
.problem_detail_mian img {
  max-width: 100%;
  height: auto;
}
.problem_detail_bottom {
  border-top: 1px dashed #f0efef;
  padding-top: 20px;
  margin-top: 40px;
}
.problem_detail_bottom a {
  display: block;
  font-size: 13px;
  color: #666;
  line-height: 35px;
}
.problem_detail_bottom i {
  display: inline-block;
  margin-right: 15px;
}
.bottom_bg {
  min-height: 50px;
  background-color: #242424;
  padding-top: 8px;
}
.bottom {
  display: none;
}
.bottom_text {
  clear: both;
  border-top: 1px solid #2f2f2f;
  text-align: center;
  line-height: 23px;
  font-size: 14px;
  color: #929292;
}
/* 侧边栏 */
.sidebar {
  position: fixed;
  bottom: 50px;
  right: 5%;
  z-index: 9999;
}
.sidebar .return {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 2px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  font-family: '宋体';
  font-size: 20px;
  box-sizing: border-box;
  transition: all 0.6s;
  border: 1px solid #e2e2e2;
}
.sidebar .return:hover {
  opacity: 0.5;
}
.sidebar .return p {
  display: inline-block;
  transform: rotate(90deg);
  line-height: 50px;
  font-size: 24px;
  font-weight: 550;
  color: #666;
}
/*# sourceMappingURL=./mobile.css.map */