﻿/* CSS Document */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
p,
div,
ul,
li,
dl,
dd,
dt,
h1,
h2,
h3,
table,
td,
tr {
  padding: 0;
  margin: 0;
}

html {
  background-color: #fff;
}

body {
  line-height: 26px;
  font-size: 14px;
  background-color: #fff;
}

img {
  border: 0;
  display: inline-block;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  color: #333;
}

a {
  text-decoration: none;
  color: #000;
}

/* 状态一: 未被访问过的链接 */
a:link {
  text-decoration: none;
  color: #000;
}

/* 状态二: 已经访问过的链接 */
a:visited {
  text-decoration: none;
  color: #000;
}

/* 状态三: 鼠标划过(停留)的链接(默认红色) */
a:hover {
  text-decoration: none;
  color: #000;
}
/* 状态四: 被点击的链接 */
a:active {
  text-decoration: none;
  color: #000;
}

input {
  outline: none;
  background: transparent;
  border: none;
  outline: medium;
  width: 100%;
  height: 50px;
}
/* // 当输入框获取焦点时 */
input:focus {
  outline: none;
  background-color: transparent;
}

::-moz-selection {
  background: rgb(241, 241, 241);
}

h1,
i,
em {
  font-style: normal;
  font-weight: normal;
}

input:focus {
  outline: none;
}
button:focus {
  outline: none;
  border-color: transparent;
}
select:focus {
  outline: none;
}

.hd h2 a {
  color: #333;
  text-decoration: none;
}

.hd h2 a:hover {
  text-decoration: none;
}

.company-tle i a:hover {
  color: #025fa4;
}

.hot-busy-list a:hover {
  text-decoration: none !important;
  color: #025fa4 !important;
}

.hot-busy-list a h1:hover {
  color: #025fa4 !important;
}

.company-txet a:active {
  color: #333;
}

.clearfix {
  clear: both;
  font-size: 0px;
  height: 0px;
  line-height: 0px;
  width: 0px;
  visibility: hidden;
}

.wrapper {
  width: 1200px;
  margin: auto;
}

.wrapper_adv {
  height: 90px;
  position: relative;
  width: 100%;
  margin-top: 20px;
}

.banner285 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1200px;
  margin: 20px auto;
}

.banner285 ul li {
  position: relative;
  margin-bottom: 10px;
}

.banner285 img {
  width: 285px;
  height: 90px;
  border: 1px solid #e1e1e1;
}

.banner285 a {
  display: block;
  width: 285px;
  height: 90px;
  position: relative;
  /* border: 1px solid #e1e1e1; */
}

.banner285 a::after {
  content: "";
  display: block;
  width: 24px;
  height: 14px;
  position: absolute;
  right: 1px;
  bottom: 1px;
  background: url(http://css.china-ef.com/images/2016/icon-ad.png) no-repeat;
}

.banner285 img:hover {
  opacity: 0.9;
}

.wrapper_adv a::after {
  content: "";
  display: block;
  width: 24px;
  height: 14px;
  position: absolute;
  right: 1px;
  bottom: 1px;
  background: url(http://css.china-ef.com/images/2016/icon-ad.png) no-repeat;
}

.wrapper_adv img {
  border: 1px solid #e1e1e1;
}

.flex-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.swiper {
  margin: 0 !important;
  padding: 0 !important;
}

.swiper-container {
  margin: 0 !important;
  padding: 0 !important;
}

/* .swiper-button-prev {
  color: #fff !important;
  opacity: 0.5 !important;
}

.swiper-button-next {
  color: #fff !important;
  opacity: 0.5 !important;
} */
/* 标签导航栏 */
.navbar {
  display: flex;
  justify-content: space-between;
  /* margin: 20px 0; */
  margin-bottom: 20px;
}

.navbar .navbar-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 55px;
  border-left: 10px solid #0093dd;
  padding: 0 10px;
}

.navbar .navbar-title h2 {
  font-size: 38px;
  line-height: 39px;
}

.navbar .navbar-title p {
  font-size: 14px;
  line-height: 14px;
  color: #999;
}

.navbar .navbar-item {
  display: flex;
  align-items: center;
}

.navbar .navbar-item li {
  height: 30px;
  font-size: 16px;
  line-height: 30px;
  border-radius: 5px;
  background-color: #f8f8f8;
  padding: 0 10px;
  margin-left: 10px;
}

.navbar .navbar-item li:hover {
  background: #e4f0fb;
  color: #007edc;
}

.navbar .navbar-item li:last-child {
  color: #fff;
  background-color: #0093dd;
}

.navbar .navbar-item li:last-child a {
  color: #fff;
}

/* 顶部导航 */
.top_bg_header {
  background: url(http://css.61ef.cn/common/2015/images/top_bg_header.jpg) repeat-x;
  height: 51px;
  overflow: hidden;
  width: 100%;
}
.siderbar_top_left {
  float: left;
}
.siderbar_top_common,
.bntmit_login,
.siderbar_top_left dt {
  background: url(http://css.61ef.cn/common/2015/images/top_current.png) no-repeat;
}
.siderbar_top_left dt {
  font: 12px/40px "宋体";
  display: inline;
  white-space: nowrap;
  float: left;
  background-position: -3px 17px;
  padding: 0px 20px 0px 8px;
}
.siderbar_top_left dt a {
  color: #7c5536;
}
.siderbar_top_right {
  float: right;
  font: 12px/40px "宋体";
  height: 50px;
}
.bntmit_login {
  background-position: 0px -16px;
  width: 40px;
  height: 33px;
  display: block;
  padding-left: 30px;
  float: left;
  padding-right: 10px;
  line-height: 40px;
}
.bntmit_login a {
  color: #fff;
}
.Sub_bntMit {
  font: 12px/40px "宋体";
  color: #7c5536;
  padding-left: 5px;
}
.siderbar_submit {
  width: 80px;
  float: right;
}

.siderbar_submit a {
  width: 80px;
  color: #fff;
}
.siderbar_mit_login {
  width: 30px;
  float: right;
  font: 12px/40px "宋体";
  padding-left: 5px;
  text-align: center;
}
.siderbar_mit_login a {
  color: #7c5536;
}
.siderbar_top_login {
  max-width: 98px;
  height: 50px;
  margin: 0px 5px;
  text-align: center;
  position: relative;
}
.siderbar_top_login a {
  color: #f37101 !important;
}
.siderbar_top_right dt {
  font: 12px/40px "宋体";
  display: inline;
  white-space: nowrap;
  float: left;
  color: #7c5536;
}
.sina_mit_li {
  width: 38px;
  float: right;
  line-height: 38px;
}
.sina_mit_li span {
  float: right;
}
.sina_mit_QQ {
  width: 32px;
  float: right;
}
.siderbar_top_right dt a {
  margin: 0px 5px;
  color: #7c5536;
}
.sina_bntmit_login {
  background: url(http://css.61ef.cn/common/2015/images/header_gray.png) no-repeat 0px 0px;
  width: 32px;
  margin-top: 10px;
  height: 33px;
  display: block;
  line-height: 33px;
  float: left;
}
.QQ_bntmit_login {
  background: url(http://css.61ef.cn/common/2015/images/header_gray.png) no-repeat -36px 0px;
  width: 32px;
  margin-top: 10px;
  height: 33px;
  display: block;
  line-height: 33px;
  float: left;
}

.list_menu li {
  background: url(http://css.61ef.cn/common/2015/images/current.png) no-repeat !important;
  display: inline-block;
}
.list_menu li {
  width: 62px !important;
  text-align: center;
  float: left;
  font-size: 12px;
  background-position: 16px 0px !important;
}
.list_menu li a {
  color: #666666;
}
.list_menu li.last {
  background: none !important;
}

/* 导航列表 */
.listMenu {
  width: 1200px;
  height: 12px;
  padding: 20px 0;
  margin: 0 auto;
}
.listMenu li {
  padding: 0 23px;
  width: auto;
  float: left;
  text-align: center;
  border-right: 1px solid #d5d5d5;
  font: 13px/13px "Microsoft YaHei", "微软雅黑", "SimHei", "黑体";
}
.listMenu li.first {
  padding-left: 16px;
}
.listMenu li.last {
  border-right: none;
  padding-right: 0;
}
.listMenu a:hover {
  text-decoration: underline;
}

/*--------LOGO 相信品牌的力量-------*/

.logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* height: 47px; */
  padding: 15px 0;
}
.logo_name {
  display: flex;
}
.logo h1 {
  font: bold 30px/47px "Microsoft Yahei";
}
.logo i {
  font: bold 30px/47px "Microsoft Yahei";
  padding: 0 20px 0 15px;
}
.logo a {
  color: #00a2ea;
}

/*-------- 导航条 -------*/
.nav {
  height: 48px;
  width: 100%;
  background: #00a2ea;
}

.nav ul {
  display: flex;
  justify-content: space-between;
}
.nav li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 48px;
  border-right: 1px solid #0084bf;
  padding: 0 29px;
  float: left;
  font: 18px/48px "Microsoft Yahei";
  color: #fff;
}
.nav li:hover {
  background: #0084bf;
}

.nav ul .on {
  background: #0084bf;
}
.nav .first {
  width: 150px;
  background: #0084bf;
}
.nav a {
  color: #fff;
  cursor: pointer;
}
.nav .first a {
  background: url(../images/homeIcon.png) no-repeat center left #0084bf;
  /* padding-left: 25px; */
}
.nav li.last {
  border: none;
  /* background: #f19f00; */
  /* width: 200px; */
  padding: 0;
  text-align: center;
}
.nav li.last a {
  font: 20px/48px "Microsoft Yahei";
  letter-spacing: 3px;
  font-weight: bold;
}
.path a:hover,
.recommend a:hover,
.hotBrand a:hover,
.nav li.last a:hover {
  text-decoration: underline;
}

/* 推荐产品 */
.recommend {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 1200px;
  height: 420px;
  box-shadow: 0 0 10px rgb(0 0 0 / 5%);
  border-radius: 10px;
  margin: 30px 0;
  padding: 20px;
}

.recommend .title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 85px;
  background: url(../images/bg.png) no-repeat top;
  background-position: center;
  font-size: 35px;
  font-weight: 700;
  color: #02669a;
}

.recommend .shop .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* 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.8);
}
.recommend .shop .swiper-slide-active,
.recommend .shop .swiper-slide-duplicate-active {
  transform: scale(1);
}

.recommend .shop .shop-item {
  position: relative;
  /* width: 450px;
  height: 300px; */
  border-radius: 10px;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #e1e1e1;
}

.recommend .shop .shop-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.swiper-button-prev {
  left: 0 !important;
}

.swiper-button-next {
  right: 0 !important;
}

.recommend .shop .shop-item .label {
  position: absolute;
  bottom: 20px;
  width: 80%;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 5px;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 10px;
}

.shop-box {
  width: 1200px;
  /* height: 600px; */
  box-shadow: 0 0 10px rgb(0 0 0 / 5%);
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 30px;
}

.shop-lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.shop-lists li {
  position: relative;
  width: 275px;
  height: 184px;
  border-radius: 10px;
  margin-bottom: 20px;
  overflow: hidden;
  border: 1px solid #e1e1e1;
}

.shop-lists li a {
  display: flex;
  justify-content: center;
}

.shop-lists li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}

.shop-lists li img:hover {
  transform: scale(1.05);
}

.shop-lists li .label {
  position: absolute;
  text-align: center;
  bottom: 10px;
  width: 90%;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 5px;
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 10px;
}

.shop-lists li:hover .label {
  color: #0084bf;
}

.shop-box .news-lists {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.shop-box .news-lists li a {
  display: flex;
  justify-content: space-between;
  width: 568px;
  margin-bottom: 20px;
}

.shop-box .news-lists li .news-title {
  width: 500px;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.shop-box .news-lists li:hover .news-title {
  color: #0093dd;
}

.shop-box .news-lists li .date {
  font-size: 18px;
  color: #a1a1a1;
}

.font-left .last {
  padding-right: 0 !important;
}

.path {
  display: flex;
  align-items: center;
  font-size: 14px;
  height: 13px;
  padding-left: 25px;
  margin: 20px 0;
  background: url(http://www.61ef.cn/brand/2016/images/ioc-path.png) no-repeat center left;
}

.path a {
  margin: 0 5px;
}

.path a:hover,
.recommend a:hover,
.hotBrand a:hover,
.nav li.last a:hover {
  text-decoration: underline;
}

/*-------- 分页 -------*/
.page {
  width: 100%;
  text-align: center;
  font-size: 14px;
  margin: 40px 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.page a {
  font-size: 15px;
  padding: 10px 18px;
  border: 1px solid #eee;
  margin-right: 10px;
  color: #000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #f7f7f7;
}
.page a.show {
  color: #fff;
  border: 1px solid #00a2ea;
  background: #00a2ea;
}
.page .active {
  color: #fff;
  border: 1px solid #00a2ea;
  background: #00a2ea;
}
.page a:hover {
  background: #00a2ea;
  color: #fff;
  border: 1px solid #00a2ea;
}

.page .on {
  background: #00a2ea;
  color: #fff;
  border: 1px solid #00a2ea;
}
