﻿ul,
ol {
  padding-left: 0;
}
ul li,
ol li {
  list-style-type: none;
}
a {
  text-decoration: none;
}
body,
html,
form {
  width: 100%;
  padding: 0;
  margin: 0;
  font-family: '微软雅黑', Arial;
  background: #ededed;
}
input,
select {
  font-family: '微软雅黑', Arial;
}
* {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
.btn {
  display: inline-block;
  padding: 0 20px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 3px;
  margin: 20px auto;
  font-size: 14px;
  text-decoration: none;
  border: 1px solid #535353;
  color: #535353;
}
.header {
  width: 100%;
  height: 40px;
  text-align: center;
  background: #000000;
  position: relative;
  padding-top: 10px;
}
.header .logo {
  margin-top: 0px;
  height: 30px;
}
.header .control {
  width: 60px;
  height: 30px;
  position: absolute;
  left: 10px;
  top: 18px;
}
.header .control span {
  display: block;
  width: 25px;
  height: 2px;
  background: #ffffff;
  margin-bottom: 5px;
  transform-origin: 30% center;
  -webkit-transform-origin: 30% center;
  transition: transform .4s;
  -webkit-transition: -webkit-transform 0.4s;
}
.header .control.on .line1 {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.header .control.on .line2 {
  display: none;
}
.header .control.on .line3 {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.header .ulnav {
  position: absolute;
  z-index: 999;
  left: 0;
  top: 50px;
  width: 120px;
  margin: 0;
  display: none;
  padding-left: 0;
}
.header .ulnav li {
  text-align: left;
  width: 120px;
  position: relative;
}
.header .ulnav li > a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  width: 120px;
  height: 50px;
  line-height: 50px;
  background: #151414;
  padding-left: 10%;
}
.header .ulnav li div {
  display: none;
  position: absolute;
  left: 120px;
  top: 0;
  padding-left: 20%;
  width: 130%;
}
.header .ulnav li div a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #ffffff;
  font-size: 14px;
}
.header .ulnav li div.sp {
  top: -98px;
}
.header .ulnav li div.sp a {
  height: auto;
  line-height: normal;
  padding: 6px 0;
}
.header .ulnav li div.sp2 {
  top: -48px;
}
.header .ulnav li div.sp3 {
  top: -200px;
}
.header .ulnav li.active > a {
  background: #000000;
}
.header .ulnav li.active div {
  display: block;
}
.header .ulnav.current {
  background: rgba(0, 0, 0, 0.6);
  width: 90%;
}
.header .search {
  width: 40px;
  position: absolute;
  right: 10px;
  top: 15px;
  display: none;
  height: 30px;
}
.header .search img {
  width: 70%;
}
.footer {
  width: 100%;
  position: relative;
}
.footer ul {
  margin-top: 0;
  padding-bottom: 10px;
  background: #000000;
  margin-bottom: 0;
}
.footer ul li {
  color: #ffffff;
  padding-top: 8px;
  padding-left: 20px;
  font-size: 14px;
}
.footer ul li:nth-child(3) {
  padding-bottom: 10px;
}
.footer ul li:nth-child(4) {
  padding-top: 0;
}
.footer a {
  color: #ffffff;
}
.footer > a {
  position: absolute;
  top: 45%;
  display: block;
  width: 30px;
}
.footer > a img {
  width: 100%;
}
.footer > a:nth-child(1) {
  right: 60px;
}
.footer > a:nth-child(2) {
  right: 20px;
}
.popcode {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  vertical-align: middle;
  z-index: 9999;
  display: none;
}
.popcode img {
  display: inline-block;
  margin-top: 35%;
}
/*首页*/
.home {
  width: 96%;
  margin-left: 2%;
  overflow: hidden;
  margin-top: 20px;
}
.home .logo1 {
  position: absolute;
  right: 10px;
  top: 55px;
  z-index: 99;
  width: 12%;
}
.home .topcon {
  width: 100%;
  position: relative;
}
.home .topcon .swiper-slide img {
  width: 100%;
  display: block;
}
.home .topcon .swiper-pagination {
  font-size: 0;
  bottom: 0;
}
.home .topcon .swiper-pagination span {
  width: 16.66%;
  height: 30px;
  opacity: 0.79;
  display: inline-block;
  border-radius: 0;
  margin: 0;
}
.home .topcon .swiper-pagination span:nth-child(1) {
  background: #7c8991;
}
.home .topcon .swiper-pagination span:nth-child(2) {
  background: #acaa6f;
}
.home .topcon .swiper-pagination span:nth-child(3) {
  background: #5899cf;
}
.home .topcon .swiper-pagination span:nth-child(4) {
  background: #a64a3d;
}
.home .topcon .swiper-pagination span:nth-child(5) {
  background: #b3a1b6;
}
.home .topcon .swiper-pagination span:nth-child(6) {
  background: #d3d2d1;
}
.home .topcon .swiper-pagination span.swiper-pagination-bullet-active {
  height: 40px;
  opacity: 1;
}
.home .botcon {
  width: 100%;
  overflow: hidden;
}
.home .botcon .btn_pinpai {
  color: #535353;
  border: 1px solid #535353;
}
.home .botcon .homestyle {
  background: #7c8991;
  padding: 20px 0;
  text-align: center;
}
.home .botcon .homestyle img {
  width: 100%;
  display: block;
}
.home .botcon .homestyle .b_style {
  color: #ffffff;
  border: 1px solid #ffffff;
}
.home .botcon .homepro1 {
  margin-top: 20px;
  background: #ffffff;
  padding: 30px 0;
  text-align: center;
  border-radius: 5px;
}
.home .botcon .homepro1 img {
  width: 65%;
}
.home .botcon .homepro1 .bg {
  margin-top: -40px;
}
.home .botcon .homepro1 p {
  line-height: 25px;
  color: #535353;
  margin-top: 2px;
  font-size: 14px;
}
.home .botcon .homepro1 .cn_title {
  font-size: 20px;
  font-weight: bold;
  color: #303030;
  letter-spacing: 2px;
  margin-bottom: 0;
}
.home .botcon .homepro1 .mb_entitle {
  color: #000000;
  margin-top: 15px;
  margin-bottom: -6px;
  font-size: 16px;
}
.home .botcon .homepro1 .des {
  color: #535353;
  text-align: center;
  font-size: 14px;
  width: 150px;
  font-family: '微软雅黑';
  line-height: 30px;
  border: 1px solid #535353;
  display: inline-block;
}
.home .botcon .homepro1 .homepro1_bot div {
  display: none;
}
.home .botcon .homepro1 .homepro1_bot div:nth-child(1) {
  display: block;
}
.home .botcon .botsame {
  margin-top: 20px;
  background: #ffffff;
  padding: 10px 0;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 20px;
}
.home .botcon .botsame h3 {
  text-align: left;
  padding-left: 20px;
}
.home .botcon .botsame p {
  color: #535353;
  text-align: center;
  font-size: 14px;
  line-height: 25px;
}
.home .botcon .botsame img {
  width: 100%;
}
/*产品页*/
.pro {
  width: 96%;
  margin: 10px auto 30px auto;
  height: auto;
  min-height: 340px;
}
.pro .con {
  border-radius: 5px;
  text-align: center;
  margin-bottom: 10px;
  overflow: hidden;
}
.pro .con img {
  width: 60%;
}
.pro .con .co {
  overflow: hidden;
  text-align: center;
}
.pro .con .co .lingshou {
  font-size: 12px;
  color: #535353;
  border: 1px solid #535353;
  text-align: center;
  width: 120px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
}
.pro .con .co > div {
  width: 39.5%;
  float: left;
  margin-right: 1%;
  background: #ffffff;
  margin-bottom: 1%;
  padding: 5%;
  position: relative;
}
.pro .con .co > div:nth-child(2n) {
  margin-right: 0;
}
.pro .con .co > div:nth-child(n+3) {
  display: none;
}
.pro .con .co.active > div:nth-child(n+3) {
  display: block;
}
.pro .con h3 {
  border-bottom: 3px solid #0055a6;
  height: 60px;
  line-height: 60px;
  padding-left: 20px;
  text-align: left;
  background: #ffffff;
  margin: 0;
}
.pro .con .en_t {
  margin-bottom: 5px;
  color: #595757;
  font-size: 14px;
  width: 120%;
  margin-left: -10%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.pro .con .cn_t {
  margin-top: 0;
  color: #535353;
  font-size: 14px;
  width: 120%;
  margin-left: -10%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.pro .con .bot_arrow {
  display: block;
  -webkit-transform: rotate(90deg);
  -transform: rotate(90deg);
  width: 40px;
  height: 30px;
  margin: 20px auto;
}
.pro .con .bot_arrow img {
  width: 30%;
  margin-top: 11%;
}
.pro .con .co.active + .bot_arrow {
  display: none;
}
.pro .con .pop_lingshou {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  display: none;
}
.pro .con .pop_lingshou a {
  color: #535353;
}
.pro .con .pop_lingshou p {
  margin: 0;
  font-size: 12px;
}
.pro .con .pop_lingshou .tit_ls {
  margin-top: 16%;
}
.pro .con .pop_lingshou .cn_name {
  margin-top: 25px;
}
.pro .con .pop_lingshou .txt_ls {
  font-size: 8px;
  width: 80%;
  position: absolute;
  left: 10%;
  bottom: 10px;
}
.pro .con .pop_lingshou .ls_close {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  right: 0;
  top: 0;
  text-align: center;
}
.pro .con .pop_lingshou .ls_close img {
  width: 35%;
  margin-top: 15%;
  margin-left: 30%;
}
/*产品详情*/
.pro_det {
  width: 96%;
  text-align: center;
  background: #ffffff;
  margin-left: 2%;
  padding-top: 20px;
}
.pro_det img {
  width: 100%;
}
.pro_det .midimg {
  width: 100%;
  margin: 10px auto 30px auto;
}
.pro_det .cn_t {
  letter-spacing: 2px;
  margin-bottom: 0;
  font-size: 16px;
  margin-top: 0;
}
.pro_det .en_t {
  color: #7d7d7d;
  font-size: 12px;
  letter-spacing: 1px;
  margin-top: 5px;
}
.pro_det .container {
  width: 100%;
  overflow: hidden;
  margin-top: 5px;
  background: #ffffff;
}
.pro_det .det {
  width: 80%;
  margin: 20px auto 20px auto;
  color: #676767;
  line-height: 25px;
  font-size: 14px;
}
.pro_det .prope {
  width: 90%;
  text-align: center;
  font-size: 14px;
  margin: 0 auto;
  overflow: hidden;
  padding-left: 0;
}
.pro_det .prope li {
  width: 32%;
  height: auto;
  margin-right: 2%;
  float: left;
  line-height: 2em;
  padding: 20px 0;
}
.pro_det .prope li span {
  display: block;
  width: 100%;
  text-align: center;
  color: #676767;
  font-size: 14px;
}
.pro_det .prope li span.sp {
  color: #7d7d7d;
  font-size: 20px;
}
.pro_det .prope li span.sp1 {
  font-size: 10px;
  line-height: 16px;
  margin: 10px auto;
  height: 50px;
}
.pro_det .prope li:nth-child(3) {
  margin-right: 0;
}
.pro_det .icon_list {
  text-align: center;
  padding: 0;
}
.pro_det .icon_list li {
  display: inline-block;
  margin-right: 0;
  width: 25%;
}
.pro_det .icon_list li img {
  width: 80%;
}
.pro_det .icon_list.sp li {
  width: 18%;
}
.pro_det .samepro {
  width: 80%;
  margin: 0px auto 40px auto;
  position: relative;
}
.pro_det .samepro h4 {
  margin-bottom: 0;
}
.pro_det .samepro img {
  width: 80%;
}
.pro_det .samepro .Sameswiper {
  margin-top: 30px;
}
.pro_det .samepro .swiper-button-next.swiper-button-disabled,
.pro_det .samepro .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}
.pro_det .samepro .swiper-button-prev,
.pro_det .samepro .swiper-container-rtl .swiper-button-next,
.pro_det .samepro .swiper-button-next,
.pro_det .samepro .swiper-container-rtl .swiper-button-prev {
  background-image: none;
}
.pro_det .samepro .swiper-button-next {
  right: -30px;
  top: 73%;
  width: 20px;
}
.pro_det .samepro .swiper-button-prev {
  left: -30px;
  top: 73%;
  width: 20px;
}
.pro_det .bot_btn {
  font-size: 0;
}
.pro_det .bot_btn a.active {
  background: #535353;
  color: #ffffff;
}
.pro_det .tubu_rate {
  width: 90%;
  margin: 0 auto;
  font-size: 0;
  text-align: center;
  overflow: hidden;
  border: 1px solid #7d7d7d;
  color: #676767;
}
.pro_det .tubu_rate p {
  margin: 0 auto;
  width: auto;
  font-size: 12px;
  display: inline-block;
  font-weight: bold;
  vertical-align: middle;
}
.pro_det .tubu_rate span {
  font-size: 12px;
  font-weight: normal;
}
.pro_det .tubu_rate .first {
  border-right: 0;
  width: 28%;
  font-size: 14px;
}
.pro_det .tubu_rate .last {
  width: 70%;
  border-left: 1px solid #7d7d7d;
  padding: 5px 0;
}
/*国标认证*/
.gb {
  width: 96%;
  margin: 10px auto 30px auto;
  text-align: center;
}
.gb img {
  width: 100%;
}
.gb .container {
  width: 100%;
  overflow: hidden;
  margin-top: 10px;
  background: #ffffff;
  border-radius: 5px;
  padding: 20px 0 40px 0;
  margin-bottom: 10px;
  font-size: 12px;
}
.gb .cn_t {
  letter-spacing: 2px;
  margin-bottom: 0;
  font-size: 16px;
}
.gb p {
  font-size: 14px;
  width: 100%;
  color: #676767;
  line-height: 25px;
}
.gb .en_t {
  color: #7d7d7d;
  font-size: 12px;
  letter-spacing: 1px;
  margin-top: 5px;
}
.gb .det {
  width: 100%;
  margin: 20px auto 20px auto;
  color: #676767;
  letter-spacing: 2px;
  line-height: 25px;
  font-size: 14px;
}
.gb .icon_biao {
  width: 37%;
}
/*品牌故事*/
.story .container {
  overflow: visible;
}
.story .toptong {
  margin-top: -100px;
  width: 80%;
}
.story p {
  font-size: 14px;
  width: 100%;
  text-align: center;
  color: #676767;
  margin-left: 0;
  line-height: 25px;
}
.story .normalp {
  font-size: 14px;
  width: 90%;
  text-align: justify;
  color: #676767;
  margin-left: 5%;
  line-height: 25px;
}
.story .consp {
  background: #0055a6;
  margin-top: 80px;
}
.story .consp .toptong {
  margin-top: -80px;
  width: 90%;
}
.story .consp .cn_t,
.story .consp .en_t,
.story .consp .normalp {
  color: #ffffff;
}
.story .consp p {
  color: #ffffff;
}
/*可持续发展*/
.develop {
  text-align: center;
}
.develop .normalp {
  font-size: 14px;
  width: 90%;
  color: #676767;
  margin-left: 5%;
  line-height: 25px;
}
.develop .desp {
  background: #f5f5f5;
}
.develop .desp li {
  width: 90%;
  margin-left: 5%;
  text-align: left;
  background: url(../images/deve_bg.png) left top no-repeat;
  overflow: hidden;
  padding-bottom: 20px;
}
.develop .desp li h3 {
  padding-left: 10%;
  margin-top: 0;
  margin-bottom: 3px;
}
.develop .desp li p {
  font-size: 14px;
  width: 90%;
  text-align: justify;
  color: #676767;
  margin-left: 10%;
  line-height: 25px;
  margin-top: 0;
}
/*风格*/
.style {
  width: 96%;
  margin: 10px auto 30px auto;
  text-align: center;
}
.style img {
  width: 100%;
}
.style .container {
  width: 100%;
  overflow: hidden;
  margin-top: 10px;
  background: #ffffff;
  border-radius: 5px;
  padding: 20px 0;
  margin-bottom: 10px;
  font-size: 12px;
}
.style .container p {
  font-size: 14px;
  width: 90%;
  text-align: center;
  color: #676767;
  margin-left: 5%;
  line-height: 25px;
}
.style .container .en_t {
  color: #7d7d7d;
  font-size: 12px;
  letter-spacing: 1px;
  margin-top: -3px;
  line-height: 20px;
}
.style .container .cn_t {
  letter-spacing: 2px;
  margin-bottom: 0;
  font-size: 16px;
}
.style .style_tong {
  width: 40%;
}
.style .showStyle .cn_t {
  color: #000000;
}
.style .showStyle .con_bottom .right img {
  width: 80%;
}
/*门店查询*/
.store {
  width: 96%;
  margin: 10px auto 30px auto;
}
.store img {
  width: 100%;
}
.store .container {
  overflow: hidden;
  margin-top: 10px;
  background: #ffffff;
  border-radius: 5px;
  padding: 20px 10px 40px 10px;
  margin-bottom: 10px;
}
.store .container h3 {
  color: #000000;
  margin-bottom: 5px;
  font-size: 14px;
}
.store .container p {
  margin: 0 0 5px 0;
  font-size: 10px;
  color: #676767;
}
.store .container div {
  overflow: hidden;
}
.store .container div input {
  width: 64%;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  padding-left: 10px;
  color: #676767;
  letter-spacing: 2px;
  float: left;
  margin-right: 5%;
  border-radius: 0;
}
.store .container div a {
  width: 25%;
  height: 38px;
  line-height: 38px;
  display: block;
  text-align: center;
  background: #676767;
  color: #ffffff;
  float: right;
  font-size: 14px;
}
.store .container div select {
  width: 32%;
  height: 38px;
  line-height: 38px;
  font-size: 12px;
  padding-left: 10px;
  color: #676767;
  float: left;
  margin-right: 5%;
  border-radius: 0;
}
.store .container .protype {
  width: 69%;
  height: 38px;
  line-height: 38px;
  font-size: 12px;
  padding-left: 10px;
  color: #676767;
  margin-right: 5%;
  border-radius: 0;
}
.store .container .countNum {
  font-size: 14px;
  margin-top: 30px;
  letter-spacing: 2px;
  display: none;
}
.store .container .listcon {
  position: relative;
  overflow: hidden;
  height: 30px;
}
.store .container .listcon .shadowpop,
.store .container .listcon .poptip {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #ffffff;
  z-index: 999;
}
.store .container .listcon .poptip {
  display: none;
  text-align: center;
  padding: 20% 0;
}
.store .container .list {
  height: 300px;
  margin-top: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
}
.store .container .list li {
  border-bottom: 1px solid #dfdfdf;
  padding: 10px;
}
.store .container .list p {
  color: #676767;
  font-size: 14px;
}
.store .container .list p span {
  color: #2e2e2e;
}
.store .container .list .active {
  background: #dfdfdf;
}
/*搜索结果页*/
.searchReslut .topsearch {
  width: 250px;
  height: 40px;
  margin: 30px auto;
  border: 1px solid #7d7d7d;
}
.searchReslut .topsearch input {
  width: 70%;
  height: 100%;
  text-align: center;
  font-size: 0.9em;
  color: #7d7d7d;
  letter-spacing: 2px;
  float: left;
  margin-right: 5px;
  font-family: '微软雅黑';
  border-radius: 0;
  background: none;
  border: 0;
}
.searchReslut .topsearch i {
  display: block;
  width: 40px;
  height: 100%;
  background: #7d7d7d url(../images/search.jpg) right center no-repeat;
  float: right;
  cursor: pointer;
  border-left: 1px solid #7d7d7d;
}
.tip {
  width: 100%;
  margin: 30px auto;
  text-align: center;
  height: 200px;
  position: absolute;
  left: 0;
  top: 35%;
}
/*新闻页*/
.news {
  width: 96%;
  margin: 10px auto 30px auto;
}
.news .text-center {
  text-align: center;
}
.news img {
  width: 100%;
}
.news .con {
  margin: 20px auto;
  overflow: hidden;
  padding: 30px 10px;
  color: #676767;
  background: #ffffff;
  border-radius: 5px;
}
.news .con p {
  line-height: 25px;
  padding: 0 20px;
  font-size: 14px;
}
.news .con .title {
  width: 100%;
  font-size: 14px;
  margin-bottom: 10px;
}
.news .con .mr10 {
  margin-right: 10%;
}
.news .con .mt60 {
  margin-top: 60px;
}
.news .con .mt120 {
  margin-top: 120px;
}
.news .con .f14 {
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 1px;
  text-align: center;
  padding: 0;
}
.news .con h1 {
  font-weight: normal;
  letter-spacing: 2px;
  text-align: center;
  margin: 0px 0 5px 0;
  font-size: 20px;
}
.news .con h3 {
  letter-spacing: 2px;
  color: #000000;
  text-align: center;
  margin-bottom: 15px;
  font-size: 16px;
  margin-top: 5px;
}
.news .con h4 {
  display: inline-block;
  border-left: 5px solid #0055a6;
  border-right: 5px solid #0055a6;
  padding: 0 10px;
  letter-spacing: 2px;
  color: #000000;
  margin: 0;
}
.news .con .left {
  float: left;
  width: 100%;
  text-align: justify;
}
.news .con .left p {
  margin-bottom: 10px;
  margin-top: 0;
}
.news .con .left span {
  color: #7d7d7d;
  padding-right: 20px;
}
.news .con .right {
  float: left;
  width: 100%;
}
.news .con .right p {
  margin-bottom: 10px;
  margin-top: 0;
}
.news .con img {
  margin-bottom: 5px;
  margin-top: 20px;
}
.news .con:nth-child(2n+1) {
  background: #f5f5f5;
}
.news .last {
  border-bottom: none;
}
.news .graycon {
  background: #eaeaea;
  margin-top: 100px;
  float: left;
  width: 100%;
}
.news .graycon .left {
  width: 100%;
}
.news .graycon .left img {
  margin-top: -60px;
  width: 70%;
  margin-left: 15%;
}
.news .graycon .right {
  width: 100%;
  padding-top: 20px;
}
.news .clear {
  clear: both;
}
@media (min-width: 767px) {
  .header {
    height: 60px;
  }
  .header .logo {
    width: auto;
    margin-top: 10px;
  }
  .header .control {
    top: 30px;
  }
  .header .ulnav {
    top: 70px;
  }
  .store .container input {
    width: 67%;
  }
}
@media screen and (orientation: portrait) {
  /*  css[竖向定义样式]  */
}
@media screen and (orientation: landscape) {
  /*   css[横向定义样式]  */
}