@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  border-radius: 0;
  box-sizing: border-box;
}
body {
  font-size: 12px;
  font-family: "微软雅黑";
  margin: 0px auto;
  background: #fff;
}
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: normal;
  color: #000;
}
i {
  font-style: normal;
}
/* 头部 固定定位*/
.top_bg {
  width: 100%;
  height: 140px;
  background-color: #ffffff;
}
.top {
  width: 96%;
  height: auto;
  max-width: 1200px;
  margin: 0 auto;
}
.top_logo {
  float: left;
  margin-top: 44px;
}
.top_logo h1 {
  font-size: 32px;
  font-weight: 550;
  color: #fff;
}
.top_logo h1 span {
  color: #ccc;
}
.top_nav {
  float: right;
  margin-top: 43px;
}
.top_nav ul {
  overflow: hidden;
}
.top_nav ul li {
  float: left;
  margin-left: 63.5px;
  width: 70px;
}
.top_nav ul li a {
  display: block;
  width: auto;
  height: 45px;
  font-size: 16px;
  color: #666;
  line-height: 40px;
  text-align: center;
}
.top_nav ul li span {
  display: none;
  color: #084664;
  font-size: 14px;
}
.top_nav ul li.active a {
  color: #2b2b2b;
  border-bottom: 2px solid #2b2b2b;
}
.top_nav ul li:hover a {
  color: #2b2b2b;
  border-bottom: 2px solid #2b2b2b;
}
.top_search {
  float: right;
  width: 58px;
  height: 40px;
  line-height: 40px;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  margin-top: 40px;
  cursor: pointer;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}
.top_search:hover input[type="image"] {
  opacity: 1;
}
.top_search input[type="text"] {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 40px;
  outline: 0;
  border: 0;
  padding: 0 10px;
  font-size: 14px;
  color: #333;
  z-index: 8;
}
.top_search input[type="image"] {
  float: right;
  width: 25px;
  margin-right: 16px;
  margin-top: 7px;
  opacity: 0.7;
  position: relative;
  z-index: 9;
}
.top_search_show {
  width: 214px;
}
.top_search_show input[type="text"] {
  width: 155px;
  display: block;
}
.top_search_show input[type="image"] {
  opacity: 1;
}
.top_right,
.top_right img {
  display: none;
}
.en {
  float: right;
  width: 60px;
  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: 47px;
  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;
}
.sj_search {
  display: none;
}
/* banner */
.banner .swiper-slide {
  width: 100%;
  height: calc(100vh - 140px);
  position: relative;
}
.banner .swiper-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .swiper-slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.banner .banner_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.banner .banner_text h1 {
  color: #fff;
  margin-top: 15px;
  margin-bottom: 25px;
}
.banner .banner_text p {
  font-size: 24px;
  color: #fff;
  margin-top: -60px;
}
.banner .banner_text img {
  width: auto;
  height: auto;
}
.banner .swiper-pagination {
  bottom: 4% !important;
}
.banner .swiper-pagination-bullet {
  width: 45px;
  height: 1px;
  background-color: #fff;
  opacity: 1;
  border-radius: 0;
}
.banner .swiper-pagination-bullet-active {
  height: 4px;
}
.pc_banner img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.sj_banner {
  display: none;
}
.box_swipe {
  display: none;
}
/* 标题 */
.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%;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 82px;
  margin-bottom: 160px;
  overflow: hidden;
}
.iproducts_item1 {
  margin-bottom: 2%;
}
.iproducts_item1 ul::after {
  content: '';
  display: block;
  clear: both;
}
.iproducts_item1 ul li {
  float: left;
  position: relative;
}
.iproducts_item1 ul li img {
  width: 100%;
  height: auto;
}
.iproducts_item1 ul li:nth-child(odd) {
  width: 64.4%;
  margin-right: 2%;
}
.iproducts_item1 ul li:nth-child(2n+2) {
  width: 33.6%;
}
.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: auto;
  transition: all 0.4s ease;
}
.iproducts_item1_text {
  position: absolute;
  top: 23%;
  left: 0px;
  width: 100%;
  text-align: center;
}
.iproducts_item1_text h1 {
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 18px;
}
.iproducts_item1_text p {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 31px;
}
.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 {
  float: left;
  position: relative;
}
.iproducts_item2 ul li img {
  width: 100%;
  height: auto;
}
.iproducts_item2 ul li:nth-child(1) {
  width: 24.1%;
  margin-right: 1.8%;
}
.iproducts_item2 ul li:nth-child(2n+2) {
  width: 48.2%;
  margin-right: 1.8%;
}
.iproducts_item2 ul li:nth-child(3n+3) {
  width: 24.1%;
}
.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: auto;
  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: 24px;
  color: #ffffff;
}
/* 产品推荐 */
.iproducts_r {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 80px;
  position: relative;
  overflow: hidden;
}
.iproducts_r h1 {
  font-size: 24px;
  color: #333;
  margin-bottom: 9px;
}
.iproducts_r p {
  font-size: 20px;
  color: #333;
  margin-bottom: 29px;
}
.iproducts_r_left {
  float: left;
  width: 30%;
  padding-left: 60px;
  margin-top: 207px;
}
.iproducts_r_center {
  float: right;
  width: 40%;
  margin-right: 30%;
}
.iproducts_r_center img {
  width: 100%;
  height: auto;
}
.iproducts_r_right {
  position: absolute;
  right: 0;
  float: left;
  width: 30%;
  padding-left: 60px;
  margin-top: 207px;
}
.iproducts_more {
  display: block;
  width: 112px;
  height: 34px;
  line-height: 32px;
  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: 90px;
  background-color: #f0f4f8;
}
.imore_title {
  font-size: 32px;
  color: #333;
  text-align: center;
  margin-bottom: 53px;
}
.imore {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}
.imore ul::after {
  content: '';
  display: block;
  clear: both;
}
.imore ul li {
  float: left;
  width: 31.6%;
  margin-right: 2.6%;
}
.imore ul li:nth-child(3n+3) {
  margin-right: 0%;
}
.imore_item {
  background-color: #fff;
  margin-bottom: 7%;
  border-radius: 10px;
}
.imore_item:hover .imore_img img {
  transform: scale(1.1);
}
.imore_img {
  overflow: hidden;
}
.imore_img img {
  width: 100%;
  height: auto;
  transition: all 0.4s ease;
}
.imore_text {
  height: 153px;
  padding: 0 28px;
  padding-top: 25px;
}
.imore_text h1 {
  color: #444;
  font-size: 18px;
  margin-bottom: 7px;
}
.imore_text p {
  font-size: 22px;
  color: #333;
  line-height: 32px;
}
/* 探索旗舰店 */
.istore_bg {
  min-height: 1370px;
  padding-top: 123px;
  background: url(../images/s_bg.gif);
}
.istore_title {
  font-size: 32px;
  color: #fff;
  text-align: center;
  margin-bottom: 90px;
}
.istore {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}
.istore ul::after {
  content: '';
  display: block;
  clear: both;
}
.istore ul li {
  float: left;
  width: 31.6%;
  margin-right: 2.6%;
}
.istore ul li:nth-child(3n+3) {
  margin-right: 0%;
}
.istore_item {
  margin-bottom: 59px;
}
.istore_item:hover .istore_img img {
  transform: scale(1.1);
}
.istore_img {
  overflow: hidden;
}
.istore_img img {
  width: 100%;
  height: auto;
  transition: all 0.4s ease;
}
.istore_text {
  font-size: 16px;
  color: #fff;
  margin-top: 19px;
}
/* 产品 */
.products1 {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.products1::after {
  content: '';
  display: block;
  clear: both;
}
.products1_text {
  float: left;
  width: 50%;
  margin-top: 16%;
  padding: 0 65px;
}
.products1_text h1 {
  font-size: 38px;
  color: #333;
  font-weight: bold;
  margin-bottom: 9px;
}
.products1_text p {
  font-size: 20px;
  color: #333;
  margin-bottom: 31px;
}
.products1_img {
  float: right;
  width: 50%;
}
.products1_img img {
  width: 100%;
  height: auto;
  margin-bottom: -124px;
}
.products2 {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 55px 0;
  margin-bottom: 120px;
  box-shadow: 0 0 5px #eee;
}
.products2 ul {
  padding: 0 7.5%;
}
.products2 ul::after {
  content: '';
  display: block;
  clear: both;
}
.products2 ul li {
  float: left;
  width: 21.3%;
  margin-right: 4.9%;
}
.products2 ul li:nth-child(4n+4) {
  margin-right: 0%;
}
.products2 ul li p {
  font-size: 14px;
  color: #333;
  text-align: center;
  margin-top: 16px;
}
.products2_img img {
  width: 100%;
  height: auto;
}
.products3 {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 130px;
}
.products3::after {
  content: '';
  display: block;
  clear: both;
}
.products3_text {
  float: left;
  width: 44.8%;
  margin-top: 9%;
}
.products3_text h1 {
  font-size: 38px;
  color: #333;
  margin-bottom: 28px;
}
.products3_text p {
  font-size: 18px;
  color: #333;
  line-height: 30px;
  margin-bottom: 49px;
}
.products3_img {
  float: right;
  width: 32.8%;
}
.products3_img img {
  width: 100%;
  height: auto;
}
.products4 {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 130px;
}
.products4::after {
  content: '';
  display: block;
  clear: both;
}
.products4 .products3_text {
  float: right;
}
.products4 .products3_img {
  float: left;
}
.services_bg {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 78px;
  text-align: center;
  margin-bottom: 147px;
}
.services_title {
  font-size: 32px;
  color: #333;
  margin-bottom: 62px;
}
.services ul::after {
  content: '';
  display: block;
  clear: both;
}
.services ul li {
  float: left;
  width: 33.33%;
}
.services ul li:nth-child(odd) .services_text {
  transform: translateY(100%);
}
.services ul li:nth-child(odd) .services_img {
  transform: translateY(-100%);
}
.services_text {
  height: 314px;
  text-align: left;
  padding: 0 59px;
  padding-top: 83px;
}
.services_text h1 {
  font-size: 20px;
  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: 28px;
}
.services_img img {
  width: 100%;
  height: auto;
}
/* 常见问题 */
.problem_bg {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}
.problem_title {
  font-size: 32px;
  color: #333;
  text-align: center;
  margin-bottom: 35px;
}
.problem ul li {
  line-height: 80px;
  border-bottom: 1px solid #f0f0f0;
}
.problem ul li:last-child {
  border: 0;
}
.problem ul li a {
  font-size: 16px;
  color: #333;
}
.problem ul li a::after {
  content: '';
  display: block;
  clear: both;
}
.problem ul li i {
  float: right;
  font-size: 14px;
  color: #999;
}
/* 常见问题详情页 */
.problem_detail {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 60px;
}
.problem_detail_title {
  border-bottom: 1px solid #f0efef;
  padding-bottom: 24px;
  margin-bottom: 20px;
}
.problem_detail_title h1 {
  font-size: 25px;
  color: #333;
  margin-bottom: 31px;
}
.problem_detail_title p {
  font-size: 13px;
  color: #adadad;
}
.problem_detail_mian {
  font-size: 14px !important;
  color: #676767 !important;
  line-height: 26px !important;
}
.problem_detail_mian p,
.problem_detail_mian span {
  font-size: 14px !important;
  color: #676767 !important;
  line-height: 26px !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: 40px;
}
.problem_detail_bottom i {
  display: inline-block;
  margin-right: 15px;
}
/* 留言中心 */
.contact_bg {
  height: 597px;
  background-color: #fcfcfc;
  padding-top: 105px;
  margin-top: 95px;
  box-sizing: border-box;
}
.contact_title {
  font-size: 32px;
  color: #333;
  text-align: center;
  margin-bottom: 53px;
}
.contact {
  width: 94%;
  max-width: 1200px;
  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 {
  float: left;
  width: 33.33%;
}
.contact .contact_input input[type="text"] {
  width: 71.5%;
  float: left;
  height: 34px;
  border: 1px solid #dadada;
}
.contact .contact_input span {
  height: 34px;
  line-height: 34px;
}
.contact .contact_textarea {
  margin-top: 23px;
  overflow: hidden;
}
.contact .contact_textarea textarea {
  width: 90.5%;
  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"] {
  width: 240px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background-color: #8e8e8e;
  border: 0;
  color: #fff;
  cursor: pointer;
  margin-left: 58px;
  margin-top: 33px;
}
/* 关于我们 */
.aboutus {
  background-color: #fcfcfc;
}
.aboutus::after {
  content: '';
  display: block;
  clear: both;
}
.aboutus_left {
  float: left;
  width: 36.5%;
}
.aboutus_left img {
  width: 100%;
  height: auto;
}
.aboutus_right {
  float: left;
  width: 689px;
  margin-left: 7.5%;
  margin-top: 10%;
}
.aboutus_right h1 {
  font-size: 32px;
  color: #333;
  margin-bottom: 44px;
}
.aboutus_right p {
  font-size: 16px;
  color: #666;
  line-height: 32px;
}
/* 发展历史 */
.history_bg {
  margin-top: 90px;
  margin-bottom: 185px;
}
.history_title {
  font-size: 32px;
  color: #333;
  text-align: center;
  margin-bottom: 75px;
}
.history {
  width: 910px;
  margin: 0 auto;
  position: relative;
  padding-top: 74px;
  padding-bottom: 74px;
}
.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: 20px;
}
.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: 47px;
}
.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;
}
.history_text p {
  font-size: 18px;
  color: #333;
  margin-top: 15px;
}
.history_num {
  float: left;
  font-size: 22px;
  color: #333;
  margin-left: 47px;
  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: auto;
}
.map {
  max-width: 1122px;
  width: 94%;
  height: 406px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-top: 63px;
  background-color: #fff;
}
.map h1 {
  font-size: 32px;
  color: #333;
  text-align: center;
  margin-bottom: 88px;
}
.map ul::after {
  content: '';
  display: block;
  clear: both;
}
.map ul li {
  float: left;
  width: 33.3%;
  text-align: center;
}
.map ul li h2 {
  font-size: 16px;
  color: #444;
  margin-top: 21px;
  margin-bottom: 11px;
}
.map ul li p {
  font-size: 16px;
  color: #808080;
}
.bottom_bg {
  height: 520px;
  background-color: #242424;
  padding-top: 87px;
}
.bottom {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}
.bottom::after {
  content: '';
  display: block;
  clear: both;
}
.bottom_left {
  float: left;
}
.bottom_left::after {
  content: '';
  display: block;
  clear: both;
}
.bottom_left dl {
  float: left;
  margin-right: 68px;
}
.bottom_left dt {
  margin-bottom: 21px;
}
.bottom_left dt a {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}
.bottom_left dd {
  padding-left: 5px;
}
.bottom_left dd a {
  font-size: 14px;
  color: #929292;
  line-height: 30px;
}
.bottom_left dd a:hover {
  color: #eeeeee;
}
.bottom_right {
  float: right;
}
.bottom_right ul li {
  margin-bottom: 38px;
}
.bottom_right ul li span {
  display: table-cell;
}
.bottom_right ul li img {
  margin-right: 14px;
}
.bottom_right ul li p {
  font-size: 24px;
  color: #fff;
  margin-top: 7px;
}
.bottom_right ul li h1 {
  font-size: 17px;
  color: #b3b3b3;
}
.bottom_text {
  clear: both;
  border-top: 1px solid #2f2f2f;
  text-align: center;
  line-height: 84px;
  font-size: 14px;
  color: #929292;
  margin-top: 90px;
}
/* 侧边栏 */
.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=./company.css.map */