/* 轮播图部分 */
.shuf {
    height: 460px;
    margin-top: 10px;
}
.leftnav {
    width: 180px;
    height: 100%;
    border: 1px solid #ddd;
    box-sizing: border-box;
    float: left;
    padding: 5px 0;
    box-shadow: 0 0 5px #ddd;
    background: #eee;
    position: relative;
    margin-right: 20px;
}
.leftnav li {
    width: 100%;
    height: 10%;
    line-height: 40px;
    font-size: 14px;
    padding: 0 10px;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
    cursor: pointer;
}
.leftnav li a {
    color: #000;
}
.leftnav li:last-child {
    border: none;
}
.leftnav li:hover {
    background: #e00;
}
.leftnav li:hover a {
    color: #fff;
}
.leftnav li .box {
    position: absolute;
    top: -1px;
    left: 180px;
    background: #eee;
    border: 1px solid #ddd;
    box-sizing: border-box;
    width: 750px;
    height: 460px;
    display: none;
    z-index: 100;
}
.leftnav li .box h3 {
    font-size: 14px;
    line-height: 40px;
    margin: 0 15px;
    color: #e00;
}
.leftnav li .box p {
    line-height: 30px;
}
.leftnav li .box p a {
    color: #000;
    font-size: 12px;
    margin: 0 15px;
}
.leftnav li .box p a:hover {
    color: #e00;
}
.leftnav li:hover .box {
    display: block;
}
/**/
.rightshuf {
    width: 1000px;
    height: 100%;
    float: right;
}
.rightshuf .shuf-t {
    width: 100%;
    height: 290px;
}
.rightshuf .shuf-t #shuf1 {
    width: 760px;
    height: 100%;
    float: left;
}
/**/
#shuf1 .swiper-container {
   width: 100%;
   height: 100%;
   margin-left: auto;
   margin-right: auto;
}
#shuf1 .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;
}
#shuf1 .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: rgba(28,255,255,.8);
}
#shuf1 .swiper-button-white {
    background-size: 20px 25px;
    background-color: rgba(0,0,0,.8);
}
/**/
.rightshuf .shuf-t .ment {
    width: 240px;
    height: 100%;
    float: right;
    padding-left: 15px;
    box-sizing: border-box;
}
.rightshuf .shuf-t .ment .tered {
    width: 100%;
    height: 45px;
}
.rightshuf .shuf-t .ment .tered a {
    float: left;
    width: 110px;
    height: 100%;
    background: #f60;
    color: #fff;
    line-height: 45px;
    text-align: center;
    font-size: 14px;
}
.rightshuf .shuf-t .ment .tered a:hover {
    background: #d33;
}
.rightshuf .shuf-t .ment .tered a:nth-child(1) {
    margin-right: 5px;
}
/**/
.rightshuf .shuf-t .ment .title {
    width: 100%;
    height: 37px;
    line-height: 37px;
    border-bottom: 1px solid #ddd;
    margin-top: 8px;
    padding-left: 20px;
    box-sizing: border-box;
}
.rightshuf .shuf-t .ment .title h3 {
    width: 70px;
    height: 34px;
    border-bottom: 2px solid #f60;
    color: #f60;
    font-size: 14px;
}
/**/
.rightshuf .shuf-t .ment .notice {
    width: 100%;
    height: 200px;
    padding: 10px 20px;
    box-sizing: border-box;
}
.rightshuf .shuf-t .ment .notice li {
    width: 100%;
    height: 26px;
    line-height: 24px;
}
/**/
.rightshuf .shuf-b {
    width: 998px;
    height: 155px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    margin-top: 15px;
}
.shuf-b.swiper-container {
    width: 100%;
    height: 100%;
  }
  .rightshuf .shuf-b .swiper-slide a {
      display: block;
      width: 100%;
      height: 100%;
  }
  /* .shuf-b .swiper-slide:nth-child(even) {
      border-right: 1px solid #ddd;
      border-left: 1px solid #ddd;
  } */
  .rightshuf .shuf-b .swiper-slide{
      box-sizing: border-box;
      border-left: 1px solid #ddd;
      /* border-right: 1px solid #ddd; */
  }
.rightshuf .shuf-b .swiper-slide h3 {
    font-size: 14px;
    color: #d33;
    line-height: 20px;
    margin: 5px 0;
    padding-left: 15px;
    box-sizing: border-box;
}
.rightshuf .shuf-b .swiper-slide p {
    font-size: 14px;
    color: #666;
    line-height: 22px;
    text-align: center;
    box-sizing: border-box;
    margin-top: 3px;
}
.rightshuf .shuf-b .swiper-slide .common {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    margin-bottom: 8px;
}
.rightshuf .shuf-b .swiper-button-white {
    background-size: 15px 25px;
    background-color: rgba(0,0,0,.4);
}
/**/
/*广告*/
.adver1 {
    height: 80px;
    margin-top: 20px;
}
.adver1 .common {
    width: 100%;
    height: 100%;
}
/*新闻资讯*/
.news {
    height: auto;
    overflow: hidden;
    margin-top: 10px;
}
.news .title {
    width: 100%;
    height: 50px;
    line-height: 48px;
    border-bottom: 2px solid #ddd;
    box-sizing: border-box;
}
.news .title h2 {
    font-size: 20px;
    width: 130px;
    float: left;
    border-bottom: 2px solid #e00;
}
.news .title span {
    float: right;
    margin-right: 10px;
}
.news .title span a {
    font-size: 14px;
}
/**/
.news .news-t {
    width: 100%;
    height: 300px;
    padding: 15px 0;
    box-sizing: border-box;
}
.news .news-t #shuf2 {
    width: 420px;
    height: 100%;
    float: left;
}
#shuf2 .swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
#shuf2 .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;
}
#shuf2 .swiper-pagination-bullet {
    width: 30px;
    height: 4px;
    background: #e00;
    border-radius: 0%;
}
#shuf2 .swiper-slide .common {
    width: 100%;
    height: 100%;
    position: relative;
}
#shuf2 .swiper-slide .common p {
    width: 100%;
    height: 55px;
    background: rgba(0,0,0,.8);
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    padding: 0 10px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 75px;
}
/**/
.news-t .news-tc {
    width: 460px;
    height: 100%;
    float: left;
    padding: 0 20px;
    box-sizing: border-box;
}
.news-tc .newstop {
    width: 100%;
    height: 45px;
    line-height: 42px;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
}
.news-tc .newstop h3 {
    float: left;
    font-size: 18px;
    border-bottom: 2px solid #e00;
    box-sizing: border-box;
}
.news-tc .newstop h3 i {
    color: #e00;
}
.news-tc .newstop span a {
    float: right;
    font-size: 12px;
}
.news-t .news-tc ul {
    width: 100%;
    height: 225px;
    padding: 10px 0;
    box-sizing: border-box;
}
.news-t .news-tc ul li {
    width: 100%;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
}
.news-t .news-tc ul li a {
    float: left;
    width: 350px;
    height: 100%;
}
.news-t .news-tc ul li span {
    float: right;
    color: #777;
}
.news-t .news-tc ul li:first-child a {
    font-size: 16px;
    color: #f60;
}
/**/
.news-t .news-tr {
    width: 320px;
    height: 100%;
    float: left;
}
.news-tr .newstop {
    width: 100%;
    height: 45px;
    line-height: 42px;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
}
.news-tr .newstop h3 {
    float: left;
    font-size: 18px;
    border-bottom: 2px solid #e00;
    box-sizing: border-box;
}
.news-tr .newstop h3 i {
    color: #e00;
}
.news-tr .newstop span a {
    float: right;
    font-size: 12px;
}
.news-tr .box {
    width: 100%;
    height: 225px;
    padding-top: 15px;
    box-sizing: border-box;
}
.news-tr .box #shuf3 {
    width: 100%;
    height: 100%;
    background: #eee;
}
#shuf3 .swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
/* #shuf3 .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; 
}*/
#shuf3 .swiper-pagination-bullets {
    bottom: 6px;
}
#shuf3 .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: rgba(0,0,0,.4);
}
#shuf3 .swiper-slide .common {
    width: 260px;
    height: 140px;
    position: relative;
    margin: 10px auto;
}
#shuf3 .swiper-slide p {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #444;
    position: absolute;
    left: 0;
    bottom: 22px;
    text-align: center;
}
#shuf3 .swiper-button-white {
    width: 20px;
    height: 40px;
    background-size: 15px 25px;
    background-color: rgba(0,0,0,.4);
    margin-top: -45px;
}
/**/
.news .news-b {
    width: 100%;
    height: 430px;
    overflow: hidden;
    border: 1px dashed #ddd;
    border-right: none;
    border-bottom: none;
    box-sizing: border-box;
}
.news .news-b li {
    width: 20%;
    height: 50%;
    float: left;
    padding: 6px 15px;
    border-right: 1px dashed #dddd;
    border-bottom: 1px dashed #ddd;
    box-sizing: border-box;
}
.news .news-b li a {
    width: 100%;
    height: 100%;
}
.news .news-b li p {
    width: 100%;
    line-height: 25px;
    color: #888;
}
.news .news-b li h4 {
    width: 100%;
    height: 54px;
    line-height: 27px;
    overflow: hidden;
    font-size: 14px;
}
.news .news-b li .common {
    width: 100%;
    height: 120px;
}
/* 采购大厅 */
.procu {
    height: auto;
    overflow: hidden;
    margin-top: 15px;
}
.procu .title {
    width: 100%;
    height: 50px;
    line-height: 48px;
    border-bottom: 2px solid #ddd;
    box-sizing: border-box;
}
.procu .title h2 {
    width: 130px;
    font-size: 20px;
    float: left;
    border-bottom: 2px solid #e00;
}
.procu .title span {
    float: right;
    margin-right: 10px;
}
.procu .title span a {
    font-size: 14px;
}
/**/
.procu .ment {
    width: 100%;
    height: auto; 
    box-sizing: border-box;
    overflow: hidden;
    margin-top: 10px;
}
.procu .ment .ment-l {
    width: 450px;
    height: 336px;
    float: left;
}
.procu .ment .ment-l .topment {
    background: #eee;
}
.procu .ment .ment-l .same {
    width: 100%;
    height: 36px;
}
.procu .ment .ment-l .same li {
    width: 100%;
    height: 100%;
    padding-left: 15px;
    box-sizing: border-box;
}
.procu .ment .ment-l .topment li p {
    float: left;
    height: 100%;
    line-height: 36px;
    font-size: 14px;
}
.procu .ment .ment-l .botment {
    height: 300px;
}
.procu .ment .ment-l .botment li {
    height: 30px;
}
.procu .ment .ment-l .botment li p {
    line-height: 30px;
    float: left;
}
.procu .ment .ment-l .botment li:hover {
    background: #e00;
}
.procu .ment .ment-l .botment li:hover p {
    color: #fff;
}
.same li .goods {
    width: 150px;
}
.same li .number {
    width: 100px;
}
.same li .region {
    width: 100px;
}
.same li .time {
    width: 85px;
}
/**/
.ment .ment-r {
    width: 280px;
    height: 336px;
    float: right;
}
.ment .ment-r .common {
    width: 100%;
    height: 100%;
}
/* 广告位 */
.adver2 {
    height: 150px;
    overflow: hidden;
    margin-top: 15px;
}
.adver2 .common {
    width: 100%;
    height: 100%;
}
/* 产品供给 */
.supply {
    height: auto;
    margin-top: 15px;
    overflow: hidden;
}
.supply .title {
    width: 100%;
    height: 50px;
    line-height: 48px;
    border-bottom: 2px solid #ddd;
    box-sizing: border-box;
}
.supply .title h2 {
    width: 130px;
    font-size: 20px;
    float: left;
    border-bottom: 2px solid #e00;
    box-sizing: border-box;
}
.supply .title span {
    float: right;
    margin-right: 10px;
}
.supply .title span a {
    font-size: 14px;
}
.supply .supp {
    width: 100%;
    height: 430px;
    overflow: hidden;
}
.supply .supp .sup-nav {
    float: left;
    width: 250px;
    height: 100%;
    overflow: hidden;
}
.supply .supp .sup-nav li {
    width: 100%;
    height: 10%;
    line-height: 42px;
    border-bottom: 1px solid #fff;
    background: #eef;
    padding-left: 20px;
    font-size: 14px;
    box-sizing: border-box;
    cursor: pointer;
}
.supply .supp .sup-nav .sup-hover {
    background: #fff;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
}
.supply .supp .all {
    float: right;
    width: 950px;
    height: 100%;
    overflow: hidden;
    border: 1px solid #ddd;
    border-top: none;
    border-left: none;
    box-sizing: border-box;
}
.supply .supp .sup-men {
    width: 100%;
    height: 100%;
    padding: 15px;
    box-sizing: border-box;
}
.supply .supp .sup-men ul {
    width: 100%;
    height: 360px;
    min-height: 300px;
    border: 1px dashed #ddd;
    border-right: none;
    border-top: none;
    box-sizing: border-box;
    overflow: hidden;
}
.supply .supp .sup-men ul li {
    width: 16.6%;
    height: 50%;
    border-right: 1px dashed #ddd;
    border-top: 1px dashed #ddd;
    box-sizing: border-box;
    float: left;
}
.supply .supp .sup-men ul li a {
    width: 100%;
    height: 100%;
}
.supply .supp .sup-men ul li .common {
    width: 140px;
    height: 140px;
}
.supply .supp .sup-men ul li p {
    line-height: 30px;
    font-size: 14px;
}
.supply .supp .sup-men .single {
    width: 100%;
    height: 50px;
    overflow: hidden;
    padding: 5px 0;
    box-sizing: border-box;
}
.supply .supp .sup-men .single a {
    float: left;
    margin-right: 25px;
    line-height: 40px;
}
/* 企业信息 */
.company {
    height: auto;
    overflow: hidden;
    margin-top: 15px;
}
.company .title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 2px solid #ddd;
}
.company .title h2 {
    float: left ;
    width: 130px;
    height: 100%;
    font-size: 20px;
    border-bottom: 2px solid #e00;
}
.company .title .navtop {
    width: 800px;
    height: 100%;
    float: left;
    margin-left: 100px;
}
.company .title .navtop li {
    line-height: 49px;
    float: left;
    padding: 0 10px;
    border: 1px solid #fff;
    border-bottom: none;
    box-sizing: border-box;
    cursor: pointer;
}
.company .title .navtop .nav-active {
    border: 1px dashed #ddd;
    border-bottom: 2px solid #fff;
    box-sizing: border-box;
}
.company .title span {
    float: right;
    margin-right: 15px;
}
.company .title a {
    font-size: 14px;
}
/**/
.company .all {
    width: 100%;
    min-height: 300px;
    overflow: hidden;
}
.company .pany {
    display: none;
    width: 100%;
    height: auto;
    overflow: hidden;
    min-height: 300px;
}
.company .pany:first-child{
    display: block;
}
.company .pany li {
    width: 16.66%;
    padding: 15px 5px 0;
    box-sizing: border-box;
    overflow: hidden;
    float: left;
}
.company .pany li a {
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
    box-sizing: border-box;
    overflow: hidden;
}
.company .pany li .common {
    width: 167px;
    height: 167px;
    margin-top: 10px;
}
.company .pany li .common img{width: 100%; height: 100%;}
.company .pany li p {
    line-height: 30px;
    font-size: 12px;
    margin-top: 10px;
}
/* 品牌 */
.brand {
    height: auto;
    margin-top: 15px;
    overflow: hidden;
}
.brand .title {
    width: 100%;
    height: 50px;
    border-bottom: 2px solid #ddd;
    box-sizing: border-box;
    line-height: 48px;
}
.brand .title h2 {
    float: left;
    width: 130px;
    height: 100%;
    font-size: 20px;
    border-bottom: 2px solid #e00;
}
.brand .title a {
    float: right;
    margin-right: 15px;
    font-size: 14px;
}
.brand ul {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
    min-height: 202px;

}
.brand ul li {
    width: 170px;
    height: 67px;
    border: 1px dashed #ddd;
    box-sizing: border-box;
    float: left;
    margin: 0 1px 10px 0;
    display: block;
}

.brand ul li .common {
    width: 100%;
    height: 100%;
}
/* 友情链接 */
.link.layout {
    height: 120px;
    margin-top: 15px;
    margin-bottom: 15px;
    overflow: hidden;
}
.link h2 {
    float: left;
    width: 110px;
    height: 100%;
    line-height: 120px;
    font-size: 16px;
    text-align: center;
    background: #eee;
}
.link .name {
    width: 1090px;
    height: 100%;
    float: right;
    padding: 10px;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px dashed #ddd;
    border-left: none;
}
.link .name a {
    float: left;
    margin-right:30px; 
    line-height: 25px;
}
