/* 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 {
  font-family: Microsoft Yahei;
  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;
}

/* 顶部导航 */
.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 li {
  width: auto;
  height: 48px;
  border-right: 1px solid #0084bf;
  padding: 0 46px;
  float: left;
  font: 18px/48px "Microsoft Yahei";
  color: #fff;
}
.nav li:hover {
  background: #0084bf;
}
.nav .first {
  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;
}

/* 品牌动态、订货会 */
.brand {
  width: 750px;
  height: 400px;
  background-color: #f6f8fa;
  border-radius: 10px;
}

.brand .brand_slide {
  display: flex;
}

.brand .brand_slide img {
  width: 310px;
  height: 400px;
  transition: all 0.2s;
  object-fit: cover;
}

.brand .brand_slide .content {
  display: flex;
  flex-direction: column;
  padding: 20px;
}

.brand .brand_slide .content .type {
  position: relative;
  font-size: 22px;
  color: #00a2ea;
  margin-bottom: 30px;
}

.brand .brand_slide .content .title {
  position: relative;
  font-size: 26px;
  line-height: 39px;
  margin-bottom: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.brand .brand_slide .content p {
  position: relative;
  width: 410px;
  height: 100px;
  font-size: 16px;
  line-height: 24px;
  color: #909090;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.brand .brand_slide .content .time {
  position: absolute;
  bottom: 20px;
  font-size: 16px;
  color: #909090;
}

.brand .brand_pagination {
  left: 300px !important;
  bottom: 20px !important;
}

.meeting {
  width: 420px;
  height: 400px;
  background-color: #f6f8fa;
  border-radius: 10px;
  padding: 20px;
}

.meeting .type {
  font-size: 22px;
  color: #00a2ea;
  margin-bottom: 20px;
}

.meeting ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.meeting ul li a {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}

.meeting ul li a .title {
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}

.meeting ul li a:hover .title {
  color: #00a2ea;
}

.meeting ul li a .content {
  display: flex;
  justify-content: space-between;
}

.meeting ul li a .content img {
  width: 100px;
  height: 60px;
  border-radius: 5px;
  object-fit: cover;
  object-position: 0 20%;
}

.meeting ul li a .content p {
  position: relative;
  width: 270px;
  height: 66px;
  font-size: 12px;
  line-height: 22px;
  color: #909090;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.navbar {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}

.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;
}

.card-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.card-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 380px;
  height: 387px;
  background-color: #f6f8fa;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 30px;
  margin-right: 30px;
}
.card-item:nth-child(3n) {
  margin-right: 0;
}

.card-item .img {
  width: 340px;
  height: 213px;
  border-radius: 10px;
  overflow: hidden;
}

.card-item .img img {
  width: 100%;
  height: 100%;
  border-radius: 10px;

  transition: all 0.2s;
}

.card-item:hover .img img {
  transform: scale(1.05);
}

.card-item:hover .brand-name {
  color: #00a2ea;
}

.card-item .brand-name {
  font-size: 18px;
}

.card-item .company {
  font-size: 18px;
}

.card-item .button button {
  width: 340px;
  height: 38px;
  font-size: 16px;
  color: #1c9bf4;
  background-color: #e7eefe;
  border: 0;
  border-radius: 5px;
  cursor: pointer;
}

.card-item .button:hover button {
  background-color: #0093dd;
  color: #fff;
}

.card-list {
  width: 100%;
  background: #fff;
  box-shadow: 0 0 10px rgb(0 0 0 / 5%);
  border-radius: 10px;
  padding: 0 20px 20px 20px;
  box-sizing: border-box;
  margin-bottom: 30px;
}

.card-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.card-list li {
  width: 275px;
  padding: 0 10px;
  font-size: 16px;
  background: #f5f7f7;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  line-height: 40px;
  border-radius: 5px;
  margin-top: 20px;
  color: #333;
  transition: all 0.2s;
}

.card-list li:hover {
  color: #00a2ea;
  background-color: #e4f0fb;
}

/*品牌新闻*/
.brandNews {
  box-sizing: border-box;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 0 10px rgb(0 0 0 / 5%);
  margin-bottom: 30px;
}
.brandNews ul {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: space-between;
}
.brandNews ul::after {
  content: none;
}
.brandNews ul li {
  position: relative;
  display: flex;
  width: 350px;
  height: 70px;
  background: rgba(239, 243, 245, 0.5);
  border-radius: 5px;
  padding: 15px;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 10px;
}

.brandNews ul li .time {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  /* width: 100px; */
  height: 46px;
  border-right: 1px solid #d6d6d6;
  padding-right: 10px;
  margin-right: 10px;
}

.brandNews ul li .time .day {
  font-size: 40px;
  letter-spacing: 2px;
}

.brandNews ul li .time .year {
  margin-top: 10px;
  font-size: 14px;
  line-height: 12px;
  color: #909090;
}

.brandNews ul li:first-child {
  width: 70px;
  padding: 12px;
  color: #007edc;
  background: #e4f0fb;
  text-align: center;
}
.brandNews ul li:first-child h2 {
  font-size: 20px;
  line-height: 23px;
}
.brandNews ul li h3 {
  position: relative;
  width: 330px;
  font-size: 16px;
  line-height: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.brandNews ul li:not(:first-child):hover {
  background: #e4f0fb;
  color: #007edc;
}
.brandNews ul li h3 span {
  display: inline-block;
  font-size: 12px;
  line-height: 14px;
  height: 16px;
  font-weight: normal;
  background: #607d8b;
  color: #fff;
  padding: 0 3px;
  border-radius: 3px;
  margin-right: 5px;
  transform: translateY(-1px);
}
.brandNews ul li h3 span.women {
  background: #da251d;
}
.brandNews ul li h3 span.men {
  background: #2196f3;
}
.brandNews ul li h3 span.child {
  background: #ff9800;
}
.brandNews ul li h3 span.under {
  background: #673ab7;
}
.brandNews ul li h3 span.leisure {
  background: #795548;
}
.brandNews ul li p {
  position: relative;
  width: 330px;
  font-size: 14px;
  line-height: 14px;
  color: #666666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 8px;
}

.brandNews ul .more {
  width: 70px;
  font-size: 16px;
  line-height: 22px;
  color: #999999;
  text-align: center;
}
.brandNews ul .more:hover {
  color: #666666;
}

.trade {
  display: flex;
  height: 320px;
}

.trade .swiper-wrapper {
  display: flex;
  align-items: flex-start;
}

.trade .trade-slide {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 600px;
  height: 280px;
  color: #909090;
  background-color: #f7fbff;
  transition: 300ms;
  transform: scale(0.8);
  border-radius: 10px;
  padding: 30px 20px;
  cursor: pointer;
}

.trade .trade-slide .trade-title {
  flex: none;
  font-size: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.trade .trade-slide .trade-title span {
  color: #909090;
}

.trade .trade-slide p {
  font-size: 16px;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.trade .trade-slide .publish {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
}

.trade-slide.swiper-slide-active {
  transform: scale(1);
  color: #000;
}

.trade-slide.swiper-slide-active .trade-title span {
  color: #78c6b0;
}

.trade .trade-pagination {
  bottom: 0 !important;
}

.font-left .last {
  padding-right: 0 !important;
}

/* 每日精选 */
.winnow {
  display: flex;
  justify-content: space-between;
}

.winnow .picture {
  position: relative;
  width: 390px;
  height: 515px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.winnow .picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  transition: all 0.2s;
}

.winnow .picture p {
  position: absolute;
  text-align: center;
  bottom: 10px;
  left: 10px;
  width: 370px;
  height: 40px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 40px;
  color: #000;
  background-color: rgba(255, 255, 255, 0.5);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 10px;
}

.winnow .picture-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 390px;
  height: 515px;
  border-radius: 10px;
}

.winnow .picture-box a {
  position: relative;
  width: 390px;
  height: 250px;
  overflow: hidden;
  border-radius: 10px;
}

.winnow .picture-box img {
  width: 390px;
  height: 250px;
  border-radius: 10px;
  object-fit: cover;
  object-position: 0 10%;
  transition: all 0.2s;
}

.winnow a:hover img {
  transform: scale(1.05);
}

.winnow .picture-box p {
  position: absolute;
  text-align: center;
  bottom: 10px;
  left: 10px;
  width: 370px;
  height: 40px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 40px;
  color: #000;
  background-color: rgba(255, 255, 255, 0.5);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 10px;
}

.banner-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  transition: all 0.3s;
}

.banner-box .banner-item {
  width: 290px;
  height: 376px;
  background-color: chocolate;
  border-radius: 10px;
  transition: all 0.5s;
}

.banner-box .banner-item a {
  position: relative;
  overflow: hidden;
}

.banner-box .banner-item img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.banner-box .banner-item .intro {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 200px;
  background: linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
  border-radius: 10px;
  padding: 20px 30px;
}

.banner-box .banner-item .intro .text {
  position: absolute;
  bottom: 20px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}

.banner-box .banner-item .intro .text img {
  width: 35px;
  height: 35px;
  margin-bottom: 10px;
  transition: all 0.3s;
}

.banner-box .banner-item .intro .text h3 {
  font-size: 28px;
  margin-bottom: 10px;
  transition: all 0.3s;
}

.banner-box .banner-item .intro .text p {
  display: none;
  font-size: 16px;
  transition: all 0.3s;
}

/* 最初展示样式 */
.banner-box .banner-item:nth-child(2) .intro {
  justify-content: flex-start;
}

.banner-box .banner-item:nth-child(2) {
  width: 600px;
}

.banner-box .banner-item:nth-child(2) .intro .text {
  align-items: flex-start;
}

.banner-box .banner-item:nth-child(2) .intro .text img {
  display: none;
}

.banner-box .banner-item:nth-child(2) .intro .text img {
  width: 35px;
  height: 35px;
}

.banner-box .banner-item:nth-child(2) .intro .text h3 {
  font-size: 28px;
  margin-bottom: 10px;
}

.banner-box .banner-item:nth-child(2) .intro .text p {
  display: block;
  font-size: 16px;
}

.banner-box:hover .banner-item {
  width: 290px;
}

.banner-box .banner-item:hover {
  width: 600px;
}

/* 鼠标移动样式 */
.banner-box:hover .banner-item .intro {
  justify-content: center;
  align-items: center;
}

.banner-box:hover .banner-item .intro .text {
  justify-content: center;
  align-items: center;
}

.banner-box:hover .banner-item .intro .text img {
  display: block;
}

.banner-box:hover .banner-item .intro .text p {
  display: none;
}

.banner-box .banner-item:hover .intro {
  justify-content: flex-start;
}

.banner-box .banner-item:hover .intro .text {
  align-items: flex-start;
}

.banner-box .banner-item:hover .intro .text img {
  display: none;
  transition: all 0.3s;
}

.banner-box .banner-item:hover .intro .text p {
  display: block;
  transition: all 0.3s;
}
