
@charset "UTF-8";
html {-webkit-text-size-adjust:none;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,span{padding:0;margin:0;}
body{font:normal 14px/1.5em pbfont,"微软雅黑","宋体","冬青黑体简体中文 w3"; color: #333;}
em{font-style: normal;}
ol,ul,li{list-style:none;}
.clearfix{*zoom:1;}
.clearfix:after{content:"."; display:block;clear:both;visibility:hidden;line-height:0;height:0;}
a{color:#222222;text-decoration:none;-webkit-transition: all .2s linear;transition: all .2s linear;}
.fl{float: left;}
.fr{float: right;}
.ellipsis{text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.cola9 {color: #a9a9a9;}
.col82 {color: #828c9b}
.col32 {color: #ff3232;}
.col35 {color: #ff3532}
.colf3 {color: #FF3333}
.col33 {color: #333333}
.col9 {color: #999999}
.col06 {color: #0066CC}
.italic {font-style: italic}
.justify{text-align: justify;}
.foinwe {font-weight: bold;}
.font18 {font-size: .36rem;}
.font16 {font-size: .32rem;}
.font24 {font-size: .48rem;}
.font14 {font-size: .28rem;}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {color: #a39f9f;}
input:-moz-placeholder, textarea:-moz-placeholder {color:#a39f9f;}
input::-moz-placeholder, textarea::-moz-placeholder {color:#a39f9f;}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {color:#a39f9f;}

@media screen and (max-width: 321px) {
    body {
        font-size:16px
    }
}

@media screen and (min-width: 321px) and (max-width:400px) {
    body {
        font-size:18px
    }
}

@media screen and (min-width: 400px) and (max-width: 500px) {
    body {
        font-size:20px
    }
}

@media screen and (min-width: 500px) {
    body {
        font-size: 22px;
        max-width: 11rem;
        margin: 0 auto;
    }
}

.content {width: 100%;background: #f6f6f6;height: 100%;}
.content .head-top {width: 100%;display: flex;align-items: center;height: .96rem;background: #ffffff;justify-content: space-between;box-sizing: border-box;padding: 0 .4rem;box-shadow: 0px .01rem .1rem 0px #e2e2e2;position: relative;}
.content .head-top .menu img {width: .47rem;height: .33rem;display: block;}
.content .head-top .logo img {width: 1.75rem;height: .59rem;display: block;}
.content .head-top .login {font-size: .3rem;color: #333333;line-height: .4rem;}

.content .home-head-top {width: 100%;display: flex;align-items: center;height: .96rem;background: #eb0011;justify-content: space-between;box-sizing: border-box;padding: 0 .4rem;position: relative;}
.content .home-head-top .logo img {width: 2.1rem;height: 0.76rem;display: block;}
.content .home-head-top .right {display: flex;align-items: center;}
.content .home-head-top .right .user img {width: 0.38rem;height: 0.4rem;display: block;margin-right: 0.6rem;}
.content .home-head-top .right .menu img {width: 0.47rem;height: 0.33rem;display: block;} 

.content .search {width: 100%;display: flex;align-items: center;justify-content: center;padding: .3rem .4rem;box-sizing: border-box;}
.content .search .search {padding: 0;}
.content .search .s-box {width: 6.7rem;height: .7rem;border: 1px solid #999999;border-radius: .36rem;display: flex;align-items: center;background: #ffffff;box-sizing: border-box;padding: 0 .3rem;}
.content .search .s-box img {width: .4rem;height: .4rem;margin-right: .2rem;}
.content .search .s-box input {outline: none;height: 100%;border: 0;}

.content .type-item {width: 100%;background: #FDE5E7;padding: .21rem .4rem;box-sizing: border-box;}
.content .type-item ul {display: flex;align-items: center;flex-wrap: wrap;justify-content: space-between;}
.content .type-item ul li {text-align: center;width: 16.72%;}
.content .type-item ul li a {display: inline-block;font-size: .32rem;color: #333333;}

/* 新闻资讯 */
.content .news-information {width: 100%;background: #ffffff;box-sizing: border-box;padding: .3rem .4rem;}
.content .news-information .slid-box {width: 100%;}
.content .news-information .slid-box .swiper-slide a {display: flex;width: 100%;height: 4.4rem;align-items: center;justify-content: center;}
.content .news-information .slid-box .swiper-slide img {max-width: 100%;}
.content .news-information .slid-box .swiper-slide p {width: 100%;height: .6rem;text-align: center;font-size: .24rem;line-height: .6rem;color: #ffffff;background: rgba(0, 0, 0, 0.6);}
.content .news-information .slid-box .swiper-container {width: 100%;height: 4.4rem;position: relative;}
.content .news-information .slid-box .swiper-container .swiper-slide p {position: absolute;bottom: 0;}
.content .news-information .slid-box .swiper-container .swiper-pagination {width: auto!important;position: absolute;left: none!important; right: 0!important;height: .6rem;bottom: 0;text-align: right;box-sizing: border-box;padding-right: .1rem;}
.content .news-information .slid-box .swiper-container .swiper-pagination .swiper-pagination-bullet {width: .1rem;height: .1rem;}
.content .news-information .slid-box .swiper-container .swiper-pagination .swiper-pagination-bullet-active {width: .3rem;background: #eb0011;border-radius: .1rem;}
.content .news-information .news-item {width: 100%;margin-top: .3rem;}
.content .news-information .news-item li {border-bottom: 2px dotted #e6e6e6;padding-bottom: 0.2rem;margin-bottom: 0.2rem;}
.content .news-information .news-item li:last-child {padding-bottom: 0;margin-bottom: 0;border-bottom: 0;}
.content .news-information .news-item li a.box {display: flex;align-items: center;justify-content: space-between;}
.content .news-information .news-item li a.box .info {width: 3.94rem;}
.content .news-information .news-item li a.box .info p:nth-child(1) {font-size: 0.3rem;color: #333333;line-height: 0.44rem;margin-bottom: 0.3rem;}
.content .news-information .news-item li a.box .info p:nth-child(2) {font-size: 0.24rem;color: #888888;line-height: 0.22rem;}
.content .news-information .news-item li a.box .img {display: flex;align-items: center;justify-content: center;width: 2.4rem;height: 1.5rem;}
.content .news-information .news-item li a.box .img img {max-width: 100%;}
.content .news-information .news-item li p.title {font-size: 0.3rem;color: #333333;line-height: 0.44rem;margin-bottom: 0.08rem;}
.content .news-information .news-item li label {display: flex;align-items: center;justify-content: center;width: 0.6rem;height: 0.3rem;border-radius: 0.05rem;border: 1px solid #eb0011;font-size: 0.2rem;color: #eb0011;}

/* 优秀品牌 */
/* .content .brands {width: 100%;background: #ffffff;box-sizing: border-box;padding: .3rem .4rem;margin-top: .2rem;}
.content .brands .lab {width: 100%;display: flex;align-items: center;justify-content: space-between;height: .44rem;margin-bottom: .3rem;}
.content .brands .lab a:nth-child(1) {font-size: .34rem;color: #333333;line-height: .44rem;font-weight: bold;}
.content .brands .lab a:nth-child(2) {font-size: .24rem;color: #888888;line-height: .7rem;}
.content .brands .con {width: 100%;margin-top: .3rem;}
.content .brands .con ul{display: flex;flex-wrap: wrap;}
.content .brands .con li {width: 3.3rem;align-items: center;padding-bottom: .2rem;border: 1px solid #e6e6e6;margin-bottom: .2rem;}
.content .brands .con li img {max-width: 3.3rem;border-bottom: 1px solid #e6e6e6;}
.content .brands .con li p{font-size: .28rem;color: #333333;text-align: center;}
.content .brands .con li .img {display: flex;margin-right: .3rem;align-items: center;justify-content: center;width: 2.9rem;height: 1.2rem;min-width: 2.9rem;}
.content .brands .con li .img img {max-width: 2.9rem;display: block;}
.content .brands .con li .item {width: 3.54rem;}
.content .brands .con li .item a {display: block;font-size: .26rem;color: #333333;line-height: .48rem;} */
/* 传动微视 */
.content .c-video {width: 100%;background: #ffffff;box-sizing: border-box;padding: .4rem;margin-top: .2rem;}
.content .c-video .lab {width: 100%;display: flex;align-items: center;justify-content: space-between;height: .44rem;margin-bottom: .3rem;}
.content .c-video .lab a:nth-child(1) {font-size: .34rem;color: #333333;line-height: .44rem;font-weight: bold;}
.content .c-video .lab a:nth-child(2) {font-size: .24rem;color: #888888;line-height: .7rem;}
.content .c-video .con {width: 100%;margin-top: .3rem;}
.content .c-video .con .item {width: 100%;height: 3.8rem;margin-bottom: 0.3rem;position: relative;}
.content .c-video .con .item .swiper-container {height: 100%;}
.content .c-video .con .item .swiper-container .swiper-pagination {position: absolute;bottom: 3px;text-align: right;}
.content .c-video .con .item .swiper-container .swiper-pagination .swiper-pagination-bullet-active {background: #eb0011;}
.content .c-video .con .item a {display: flex;align-items: center;justify-content: center;position: relative;width: 100%;height: 100%;}
.content .c-video .con .item a .play {width: 0.76rem;height: 0.76rem;position: absolute;}
.content .c-video .con .item a img {max-width: 100%;}
.content .c-video .con .item a p {width: 100%;height: 0.6rem;background: #000000;opacity: 0.5;line-height: 0.6rem;text-align: center;font-size: 0.24rem;color: #ffffff;position: absolute;bottom: 0;}
.content .c-video .con li {width: 100%;display: flex;justify-content: space-between;padding-bottom: 0.2rem;margin-bottom: 0.2rem;border-bottom: 2px dotted #e6e6e6;}
.content .c-video .con li:last-child {padding-bottom: 0;margin-bottom: 0;border-bottom: 0;}
.content .c-video .con li p.title {font-size: 0.3rem;color: #333333;line-height: 0.44rem;width: 3.74rem;}
.content .c-video .con li a {display: flex;align-items: center;justify-content: center;width: 2.65rem;height: 1.5rem;position: relative;}
.content .c-video .con li a .play {width: 0.76rem;height: 0.76rem;position: absolute;}
.content .c-video .con li a img {max-width: 100%;}
/* 知识分享 */
.content .knowledge {width: 100%;background: #ffffff;box-sizing: border-box;padding: .4rem .4rem 0 .4rem;margin-top: .2rem;}
.content .knowledge .lab {width: 100%;display: flex;align-items: center;justify-content: space-between;height: .44rem;margin-bottom: .3rem;}
.content .knowledge .lab a:nth-child(1) {font-size: .34rem;color: #333333;line-height: .44rem;font-weight: bold;}
.content .knowledge .con ul {display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
.content .knowledge .con li a {display: block;width: 100%;height: 2.38rem;display: flex;align-items: center;justify-content: center;position: relative;}
.content .knowledge .con li a .play {width: 0.76rem;height: 0.76rem;position: absolute;}
.content .knowledge .con li {width: 3.2rem;margin-bottom: .3rem;}
.content .knowledge .con li a img {max-width: 100%;display: block;border-radius: .1rem;}
.content .knowledge .con li p {font-size: .28rem;color: #333333;margin-top: .1rem;}
/* 产品中心 */
.content .pro-center {width: 100%;background: #ffffff;box-sizing: border-box;padding: .3rem .4rem;margin-top: .2rem;}
.content .pro-center .lab {width: 100%;display: flex;align-items: center;justify-content: space-between;height: .44rem;margin-bottom: .3rem;}
.content .pro-center .lab a:last-child {font-size: .24rem;color: #888888;line-height: .7rem;}
.content .pro-center .lab .tabs a {font-size: .3rem;color: #333333;line-height: .4rem;}
.content .pro-center .lab .tabs a.active {font-size: .34rem;font-weight: bold;line-height: .45rem;color: #333333;}
.content .pro-center .con {width: 100%;margin-top: .3rem;}
.content .pro-center #tabs-container {position: relative;}
.content .pro-center #tabs-container .swiper-slide ul {display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
.content .pro-center #tabs-container .swiper-slide li {width: 3.2rem;height: 4rem;border: 1px solid #e6e6e6;box-sizing: border-box;padding: 0 .2rem .2rem .2rem;margin-bottom: .3rem;overflow: hidden;}
.content .pro-center #tabs-container .swiper-slide li .img {display: flex;align-items: center;justify-content: center; width: 2.8rem;height: 2.62rem;margin-bottom: .3rem;overflow: hidden;}
.content .pro-center #tabs-container .swiper-slide li .img img {max-width: 2.8rem;}
.content .pro-center #tabs-container .swiper-slide li .name {font-size: .28rem;color: #333333;line-height: .37rem;}
.content .pro-center #tabs-container .swiper-slide li .brand img {width: .22rem;height: .2rem;}
.content .pro-center #tabs-container .swiper-slide li .brand a {font-size: .22rem;color: #888888;}
.content .pro-center #tabs-container #pag-2 {position: absolute;bottom: -.15rem;text-align: center;}
.content .pro-center #tabs-container #pag-2 .swiper-pagination-bullet {width: .1rem;height: .1rem;}
.content .pro-center #tabs-container #pag-2 .swiper-pagination-bullet-active {width: .3rem;background: #eb0011;border-radius: .1rem;}
/* 专题报道 */
.content .special-report {width: 100%;background: #ffffff;box-sizing: border-box;padding: .4rem;margin-top: .2rem;}
.content .special-report .lab {width: 100%;display: flex;align-items: center;justify-content: space-between;height: .44rem;margin-bottom: .3rem;}
.content .special-report .lab a:nth-child(1) {font-size: .34rem;color: #333333;line-height: .44rem;font-weight: bold;}
.content .special-report .lab a:nth-child(2) {font-size: .24rem;color: #888888;line-height: .7rem;}
.content .special-report .con {width: 100%;margin-top: .3rem;}
.content .special-report .con .item {width: 100%;height: 3.8rem;margin-bottom: 0.3rem;}
.content .special-report .con .item a {display: flex;align-items: center;justify-content: center;position: relative;width: 100%;height: 100%;}
.content .special-report .con .item a img {max-width: 100%;}
.content .special-report .con .item a p {width: 100%;height: 0.6rem;background: #000000;opacity: 0.5;line-height: 0.6rem;text-align: center;font-size: 0.24rem;color: #ffffff;position: absolute;bottom: 0;}
.content .special-report .con li {width: 100%;display: flex;justify-content: space-between;padding-bottom: 0.2rem;margin-bottom: 0.2rem;border-bottom: 2px dotted #e6e6e6;}
.content .special-report .con li:last-child {padding-bottom: 0;margin-bottom: 0;border-bottom: 0;}
.content .special-report .con li p.title {font-size: 0.3rem;color: #333333;line-height: 0.44rem;width: 3.74rem;}
.content .special-report .con li a {display: flex;align-items: center;justify-content: center;width: 2.65rem;height: 1.5rem;position: relative;overflow: hidden;}
.content .special-report .con li a img {max-width: 100%;}
/* 技术中心 */
.content .tech-center {width: 100%;background: #ffffff;box-sizing: border-box;padding: .3rem .4rem;margin-top: .2rem;}
.content .tech-center .lab {width: 100%;display: flex;align-items: center;justify-content: space-between;height: .44rem;}
.content .tech-center .lab a:nth-child(1) {font-size: .34rem;color: #333333;line-height: .44rem;font-weight: bold;}
.content .tech-center .lab a:nth-child(2) {font-size: .24rem;color: #888888;line-height: .7rem;}
.content .tech-center .con {width: 100%;margin-top: .15rem;}
.content .tech-center .con li {display: flex;/* align-items: center; */}
.content .tech-center .con li span {font-size: .32rem;color: #888888;line-height: .56rem;margin-right: .1rem;}
.content .tech-center .con li a {font-size: .28rem;color: #333333;line-height: .56rem;}
/* 展会推荐 */
.content .exhibition {width: 100%;background: #ffffff;box-sizing: border-box;padding: .3rem .4rem;margin-top: .2rem;}
.content .exhibition .lab {width: 100%;display: flex;align-items: center;justify-content: space-between;height: .44rem;margin-bottom: .3rem;}
.content .exhibition .lab a:nth-child(1) {font-size: .34rem;color: #333333;line-height: .44rem;font-weight: bold;}
.content .exhibition .lab a:nth-child(2) {font-size: .24rem;color: #888888;line-height: .7rem;}
#e1 li, #e2 li {margin-bottom: .3rem;display: flex;align-items: center;justify-content: space-between;}
#e1 li .img, #e2 li .img{display: flex;align-items: center;justify-content: center;width: 2.4rem;height: 1.74rem;}
#e1 li .img img, #e2 li .img img {max-width: 2.4rem;border-radius: .1rem;}
#e1 li .info, #e2 li .info {width: 3.94rem;}
#e1 li .info a, #e2 li .info a {font-size: .28rem;color: #333333;line-height: .35rem;margin-bottom: .3rem;display: block;}
#e1 li .info p, #e2 li .info p {font-size: .26rem;color: #666666;line-height: .5rem;}
#tabs1-container #pag-3 {position: absolute;bottom: -.1rem;text-align: center;}
#tabs1-container #pag-3 .swiper-pagination-bullet {width: .1rem; height: .1rem;}
#tabs1-container #pag-3 .swiper-pagination-bullet-active {width: .3rem;background: #eb0011;border-radius: .1rem;}
.lianmeng a {padding-left:0.5rem;}

/* 杂志期刊 */
.content .magazine {width: 100%;background: #ffffff;box-sizing: border-box;padding: .3rem .4rem;margin-top: .2rem;}
.content .magazine .lab {width: 100%;display: flex;align-items: center;justify-content: space-between;height: .44rem;margin-bottom: .3rem;}
.content .magazine .lab a:nth-child(1) {font-size: .34rem;color: #333333;line-height: .44rem;font-weight: bold;}
.content .magazine .lab a:nth-child(2) {font-size: .24rem;color: #888888;line-height: .7rem;}
.content .magazine .con {width: 100%;margin-top: .3rem;}
.content .magazine .con li {padding-bottom: .2rem;border-bottom: 1px solid #e6e6e6;margin-bottom: .2rem;display: flex;}
.content .magazine .con li:last-child {padding-bottom: 0;border-bottom: 0;margin-bottom: 0;}
.content .magazine .con li .img {display: flex;width: 2.46rem;height: 3.22rem;align-items: center;justify-content: center;margin-right: .2rem;}
.content .magazine .con li .img img {max-width: 2.46rem;}
.content .magazine .con li .intro {/* width: 4.04rem; */width: 75%; box-sizing: border-box;padding: .1rem 0;}
.content .magazine .con li .intro p.name {font-size: .3rem;color: #333333;font-weight: bold;line-height: .4rem;margin-bottom: .2rem;}
.content .magazine .con li .intro p.in {font-size: .28rem;color: #666666;line-height: .5rem;margin-bottom: .1rem;}
.content .magazine .con li .intro p:last-child {width: 100%;text-align: right;}
.content .magazine .con li .intro p:last-child img {width: 1.52rem;height: .57rem;box-shadow: 0 .01rem 0 0 #7f0009;border-radius: .5rem;display: inline-block;}
/* 页脚 */
.content .footer {width: 100%;height: .76rem;background: #333333;display: flex;align-items: center;justify-content: space-around;font-size: .26rem;color: #ffffff;box-sizing: border-box;padding: 0 .8rem;max-width: 11rem;}
.content .footer a {font-size: .26rem;color: #ffffff;}

.content .explain {width: 100%;height: 1.18rem;background: #f6f6f6;display: flex;align-items: center;justify-content: center;font-size: .22rem;color: #333333;max-width: 11rem;}
.content .explain a {font-size: .22rem;color: #eb0011;}

/* 弹窗 */
.dialog {width: 100%;height: 100%;background: rgba(0, 0, 0, 0.5);display: flex;align-items: center;justify-content: center;position: fixed;top: 0;z-index: 999999;display: none;}
.dialog p {position: relative;}
.dialog p span {font-size: .5rem;color: #333333;font-weight: bold;position: absolute;top: .01rem;right: .15rem;}
.dialog-show {display: flex;}
/* ******************************************* 首页 end **************************************************** */

/* ******************************************** 列表页 *********************************************** */
/* .list-content {height: 100%;background: #ffffff;} */
/* .child-page .footer {position: fixed;bottom: 1.18rem;z-index: 9999;}
.child-page .explain {position: fixed;bottom: 0;background: #f6f6f6;z-index: 9999;} */
.child-page .head-top .back a {font-size: .3rem;color: #666666;display: flex;align-items: center;}
.child-page .head-top .back a img {width: .16rem;height: .3rem;margin-right: .2rem;display: block;}
.child-page .head-top .home img {width: .4rem;height: .36rem;display: block;}

.list-content .news-list {width: 100%;background: #ffffff;box-sizing: border-box;padding: .3rem .4rem;}
.list-content .news-list .lab {width: 100%;overflow: hidden;display: flex;align-items: center;margin-bottom: 0.3rem;}
.list-content .news-list .lab .swiper-slide {width: 1.36rem;margin-right: .4rem;}
.list-content .news-list .lab .swiper-slide a {font-size: .34rem;color: #333333;}
.list-content .news-list .lab .swiper-slide:last-child {margin-right: 0;}
.list-content .news-list .lab .on {font-weight: bold;border-bottom: 3px solid #eb0011;box-sizing: border-box;padding-bottom: .05rem;}
.list-content .news-list .slid-box {width: 100%;}
.list-content .news-list .slid-box .swiper-slide a {display: flex;width: 100%;height: 4.4rem;align-items: center;justify-content: center;}
.list-content .news-list .slid-box .swiper-slide img {max-width: 100%;}
.list-content .news-list .slid-box .swiper-slide p {width: 100%;height: .6rem;text-align: center;font-size: .24rem;line-height: .6rem;color: #ffffff;background: rgba(0, 0, 0, 0.6);}
.list-content .news-list .slid-box .swiper-container {width: 100%;height: 4.4rem;position: relative;}
.list-content .news-list .slid-box .swiper-container .swiper-slide p {position: absolute;bottom: 0;}
.list-content .news-list .slid-box .swiper-container .swiper-pagination {width: auto!important;position: absolute;left: none!important; right: 0!important;height: .6rem;bottom: 0;text-align: right;box-sizing: border-box;padding-right: .1rem;}
.list-content .news-list .slid-box .swiper-container .swiper-pagination .swiper-pagination-bullet {width: .1rem;height: .1rem;}
.list-content .news-list .slid-box .swiper-container .swiper-pagination .swiper-pagination-bullet-active {width: .3rem;background: #eb0011;border-radius: .1rem;}
.list-content .news-list .list-item {display: none;}
.list-content .news-list .list-con {width: 100%;margin-top: .4rem;}
.list-content .news-list .list-con li {display: flex;justify-content: space-between;padding-bottom: .2rem;margin-bottom: .2rem;border-bottom: 2px dotted #e6e6e6;}
.list-content .news-list .list-con li .img {display: flex;align-items: center;justify-content: center;width: 2.4rem;height: 1.5rem;/* margin-right: .3rem; */overflow: hidden;border-radius: .1rem;min-width: 2.4rem;}
.list-content .news-list .list-con li .img img {max-width: 2.4rem;}
.list-content .news-list .list-con li .info {width: 3.94rem;}
.list-content .news-list .list-con li .info a {font-size: .3rem;color: #333333;line-height: .44rem;min-height: .88rem;display: block;}
.list-content .news-list .list-con li .info p {display: flex;align-items: center;justify-content: space-between;margin-top: .1rem;}
.list-content .news-list .list-con li .info p span {font-size: .24rem;color: #888888;}
.list-content .news-list .list-con .more {width: 100%;display: flex;align-items: center;justify-content: center;margin-top: .4rem;}
.list-content .news-list .list-con .more img {width: 2.16rem;height: .65rem;}
.list-content .news-list .block {display: block;}

/* ********************************************************* 详情页 *********************************************** */
.detail-content {background: #ffffff;height: 100%;width: 100%;position: relative;top: 0px;bottom: 0px;}
.detail-content .detail-part-con {width: 100%;box-sizing: border-box;padding: .3rem .4rem;}
.detail-content .detail-part-con .title p:nth-child(1) {font-size: .44rem;color: #333333;line-height: .64rem;margin-bottom: .2rem;}
.detail-content .detail-part-con .title p:nth-child(2) span:nth-child(1) {margin-right: .4rem;}
.detail-content .detail-part-con .title p:nth-child(2) span {font-size: .24rem;color: #888888;}
.detail-content .detail-part-con .title p:nth-child(2) span span {font-size: .24rem;color: #333333;margin-right: 0!important;}
.detail-content .detail-part-con .con {margin-top: .2rem;}
.detail-content .detail-part-con .con p {font-size: .32rem;color: #333333;line-height: .56rem;margin-bottom: .2rem;text-align: justify;word-break: break-all;}
.detail-content .detail-part-con .con p video {max-width: 100%;width: 100%;}
.detail-content .detail-part-con .con p img {max-width: 100%;height: auto!important;}
.detail-content .detail-part-con .con img {max-width:100%;height: auto!important;}
.detail-content .detail-part-con .con p:last-child {margin-bottom: 0;}
.detail-content .detail-part-con .label {display: flex;align-items: center;margin-top: .3rem;}
.detail-content .detail-part-con .label span {font-size: .3rem;color: #333333;}
.detail-content .detail-part-con .label a {font-size: .3rem;color: #eb0011;margin-right: .1rem;}
.detail-content .detail-part-con .label a:last-child {margin-right: 0;}
/* 相关资讯 */
.detail-content .detail-part-con .relevant-information {width: 100%;margin-top: .4rem;}
.detail-content .detail-part-con .relevant-information .lab {border-bottom: 1px solid #e6e6e6;padding-bottom: .1rem;}
.detail-content .detail-part-con .relevant-information .lab a {font-size: .34rem;color: #333333;font-weight: bold;}
.detail-content .detail-part-con .relevant-information .r-con {width: 100%;margin-top: .2rem;}
.detail-content .detail-part-con .relevant-information .r-con li {margin-bottom: .3rem;}
.detail-content .detail-part-con .relevant-information .r-con li:last-child {margin-bottom: 0;}
.detail-content .detail-part-con .relevant-information .r-con li a {font-size: .28rem;color: #333333;display: block;line-height: .4rem;margin-bottom: .15rem;}
.detail-content .detail-part-con .relevant-information .r-con li p {display: flex;align-items: center;font-size: .24rem;color: #888888;}
.detail-content .detail-part-con .relevant-information .r-con li p span:nth-child(1) {margin-right: .8rem;}

/* ***************************************************** 视频 *********************************** */
.video-content {width: 100%;} 
.video-content .part-v {width: 100%;box-sizing: border-box;padding: .3rem .4rem;background: #ffffff;}
.video-content .part-v .lab {width: 100%;overflow: hidden;display: flex;align-items: center;}
.video-content .part-v .lab .swiper-slide {width: 1.36rem;margin-right: .4rem;}
.video-content .part-v .lab .swiper-slide a {font-size: .34rem;color: #333333;}
.video-content .part-v .lab .swiper-slide:last-child {margin-right: 0;}
.video-content .part-v .lab .on {font-weight: bold;border-bottom: 3px solid #eb0011;box-sizing: border-box;padding-bottom: .05rem;}
.video-content .part-v .video-list-item {width: 100%;margin-top: .2rem;}
.video-content .part-v .video-list-item .lab {font-size: .34rem;color: #333333;font-weight: bold;line-height: .45rem;}
.video-content .part-v .video-list-item .list {width: 100%;margin-top: .2rem;}
.video-content .part-v .video-list-item .list ul {display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;display: none;}
.video-content .part-v .video-list-item .list ul.block {display: flex;}
.video-content .part-v .video-list-item .list li {width: 3.24rem;margin-bottom: .3rem;}
.video-content .part-v .video-list-item .list li .img {display: flex;align-items: center;justify-content: center;width: 3.24rem;height: 1.94rem;overflow: hidden;border-radius: .1rem;}
.video-content .part-v .video-list-item .list li .img img {max-width: 3.24rem;}
.video-content .part-v .video-list-item .list li p:nth-child(2) a {font-size: .28rem;color: #333333;}
.video-content .part-v .video-list-item .list li p:nth-child(3) {font-size: .24rem;color: #888888;line-height: .3rem;}
.video-content .part-v .video-list-item .do {width: 100%;display: flex;align-items: center;justify-content: space-between;}
.video-content .part-v .video-list-item .do a img {width: 3.24rem;height: .68rem;}
.video-content .part-v .video-list-item:last-child .list li .img {display: flex;align-items: center;justify-content: center;width: 3.24rem;height: 2.4rem;overflow: hidden;border-radius: .1rem;}

.video-content .part-v .video-list-item .item {width: 100%;height: 3.8rem;position: relative;}
.video-content .part-v .video-list-item .item .swiper-container {height: 100%;}
.video-content .part-v .video-list-item .item .swiper-container .swiper-pagination {position: absolute;bottom: 3px;text-align: right;}
.video-content .part-v .video-list-item .item .swiper-container .swiper-pagination .swiper-pagination-bullet-active {background: #eb0011;}
.video-content .part-v .video-list-item .item a {display: flex;align-items: center;justify-content: center;position: relative;width: 100%;height: 100%;}
.video-content .part-v .video-list-item .item a .play {width: 0.76rem;height: 0.76rem;position: absolute;}
.video-content .part-v .video-list-item .item a img {max-width: 100%;}
.video-content .part-v .video-list-item .item a p {width: 100%;height: 0.6rem;background: #000000;opacity: 0.5;line-height: 0.6rem;text-align: center;font-size: 0.24rem;color: #ffffff;position: absolute;bottom: 0;}
/* 列表 */
.video-content .v-list {width: 100%;box-sizing: border-box;padding: .3rem .4rem;background: #ffffff;}
.video-content .v-list .lab {font-size: .34rem;color: #333333;font-weight: bold;line-height: .45rem;}
.video-content .v-list .list {width: 100%;margin-top: .3rem;}
.video-content .v-list .list ul {display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
.video-content .v-list .list li {width: 3.24rem;margin-bottom: .3rem;}
.video-content .v-list .list li .img {display: flex;align-items: center;justify-content: center;width: 3.24rem;height: 1.94rem;overflow: hidden;border-radius: .1rem;}
.video-content .v-list .list li .img img {max-width: 3.24rem;}
.video-content .v-list .list li p:nth-child(2) a {font-size: .28rem;color: #333333;}
.video-content .v-list .list li p:nth-child(3) {font-size: .24rem;color: #888888;line-height: .35rem;}
.video-content .v-list .list .more {width: 100%;display: flex;align-items: center;justify-content: center;margin-top: .4rem;}
.video-content .v-list .list .more img {width: 2.16rem;height: .65rem;}
/* 视频详情 */
.video-detail {width: 100%;background: #f6f6f6;}
.video-detail .head-top {background: #333333;}
.video-detail .head-top span {font-size: .3rem;color: #ffffff;line-height: .4rem;}
.video-detail .head-top .back a {font-size: .3rem;color: #ffffff;display: flex;align-items: center;}
.video-detail .video-detail-con {width: 100%;}
.video-detail .video-detail-con .video-box video {width: 100%;height: 4.24rem;display: block;}
.video-detail .video-detail-con .operation {width: 100%;background: #333333;padding: .4rem;box-sizing: border-box;}
.video-detail .video-detail-con .operation p.share {display: none!important;}
.video-detail .video-detail-con .operation .type {display: flex;align-items: center;justify-content: space-around;}
.video-detail .video-detail-con .operation .type p {display: flex;align-items: center;font-size: .26rem;color: #999999;line-height: .35rem;}
.video-detail .video-detail-con .operation .type p.click {color: #eb0011;}
.video-detail .video-detail-con .operation .type p span {margin-left: .1rem;}
.video-detail .video-detail-con .operation .type p.collect i {margin-top: .1rem;}
.video-detail .video-detail-con .operation .type p img {margin-top: .05rem;}
.video-detail .video-detail-con .operation .type p:nth-child(1) img {width: .28rem;height: .28rem;}
.video-detail .video-detail-con .operation .type p:last-child img {width: .24rem;height: .24rem;}
.video-detail .video-detail-con .operation .consult {display: flex;align-items: center;justify-content: center;width: 100%;margin-top: .4rem;}
.video-detail .video-detail-con .operation .consult img {width: 2.16rem;height: .65rem;}
.video-detail .video-detail-con .title {width: 100%;box-sizing: border-box;background: #444444;padding: .4rem;}
.video-detail .video-detail-con .title p:nth-child(1) {font-size: .44rem;color: #ffffff;line-height: .59rem;}
.video-detail .video-detail-con .title p:last-child {font-size: .28rem;color: #cfcfcf;;line-height: .44rem;margin-top: .3rem;}
.video-detail .video-detail-con .video-explain {width: 100%;box-sizing: border-box;padding: .4rem;background: #ffffff;}
.video-detail .video-detail-con .video-explain .lab {width: 100%;border-bottom: 1px solid #e6e6e6;font-size: .34rem;font-weight: bold;color: #333333;line-height: .45rem;padding-bottom: .2rem;}
.video-detail .video-detail-con .video-explain .con {width: 100%;padding-top: .2rem;position: relative;}
.video-detail .video-detail-con .video-explain .con p {font-size: .28rem;color: #333333;line-height: .5rem;margin-bottom: .2rem;text-align: justify;}
.video-detail .video-detail-con .video-explain .con p:last-child {margin-bottom: 0;}
.video-detail .video-detail-con .video-explain .con .shade {position: absolute;bottom: 0;width: 100%;height:1.04rem;background:linear-gradient(180deg,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);}
.video-detail .video-detail-con .video-explain .control {width: 100%;margin-top: .2rem;}
.video-detail .video-detail-con .video-explain .control .block {display: flex;}
.video-detail .video-detail-con .video-explain .control p {width: 100%;display: flex;align-items: center;font-size: .28rem;color: #666666;line-height: .37rem;display: none;}
.video-detail .video-detail-con .video-explain .control p span {margin: 0 .1rem;}
.video-detail .video-detail-con .video-explain .control p img:nth-child(1) {width: .28rem;height: .28rem;}
.video-detail .video-detail-con .video-explain .control p img:last-child {width: .24rem;height: .12rem;}
/* 看了又看 */
.video-detail .video-detail-con .video-list-item {width: 100%;background: #ffffff;margin-top: .2rem;box-sizing: border-box;padding: .4rem;}
.video-detail .video-detail-con .video-list-item .lab {font-size: .34rem;color: #333333;font-weight: bold;line-height: .45rem;border-bottom: 1px solid #e6e6e6;padding-bottom: .2rem;}
.video-detail .video-detail-con .video-list-item .list {width: 100%;margin-top: .3rem;}
.video-detail .video-detail-con .video-list-item .list ul {display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;display: none;}
.video-detail .video-detail-con .video-list-item .list ul.block {display: flex;}
.video-detail .video-detail-con .video-list-item .list li {width: 3.24rem;margin-bottom: .3rem;}
.video-detail .video-detail-con .video-list-item .list li .img {display: flex;align-items: center;justify-content: center;width: 3.24rem;height: 1.94rem;border-radius: .1rem;overflow: hidden;}
.video-detail .video-detail-con .video-list-item .list li .img img {max-width: 3.24rem;}
.video-detail .video-detail-con .video-list-item .list li p:nth-child(2) a {font-size: .28rem;color: #333333;}
.video-detail .video-detail-con .video-list-item .list li p:nth-child(3) {font-size: .24rem;color: #888888;}
.video-detail .video-detail-con .video-list-item .do {width: 100%;display: flex;align-items: center;justify-content: space-between;}
.video-detail .video-detail-con .video-list-item .do a img {width: 3.24rem;height: .68rem;display: block;}
/* 视频TOP */
.video-detail .video-detail-con .video-top {width: 100%;box-sizing: border-box;padding: .4rem;background: #ffffff;margin-top: .2rem;}
.video-detail .video-detail-con .video-top .lab {font-size: .34rem;color: #333333;font-weight: bold;line-height: .45rem;border-bottom: 1px solid #e6e6e6;padding-bottom: .2rem;}
.video-detail .video-detail-con .video-top .list {width: 100%;margin-top: .3rem;}
.video-detail .video-detail-con .video-top .list li {width: 100%;display: flex;margin-bottom: .3rem;}
.video-detail .video-detail-con .video-top .list li:last-child {margin-bottom: 0;}
.video-detail .video-detail-con .video-top .list li .img {display: flex;align-items: center;justify-content: center;width: 3.2rem;height: 1.8rem;margin-right: .2rem;overflow: hidden;border-radius: .1rem;}
.video-detail .video-detail-con .video-top .list li .img img {max-width: 3.2rem;}
.video-detail .video-detail-con .video-top .list li .info {width: 3.24rem;}
.video-detail .video-detail-con .video-top .list li .info .name {height: .96rem;margin-bottom: .3rem;}
.video-detail .video-detail-con .video-top .list li .info .name a {font-size: .28rem;color: #333333;line-height: .37rem;}
.video-detail .video-detail-con .video-top .list li .info .num {width: 100%;display: flex;align-items: center;font-size: .24rem;color: #888888;line-height: .31rem;}
.video-detail .video-detail-con .video-top .list li .info .num img {display: inline-block;width: .24rem;height: .24rem;margin-right: .04rem;margin-top: .03rem;}

/* **************************************************************** 品牌页 ******************************************************** */
.brand-con {width: 100%;}
.brand-con .brand-nav-box {width: 100%;box-sizing: border-box;padding: .4rem .4rem .3rem .4rem;background: #ffffff;}
.brand-con .brand-nav-box .lab {width: 100%;overflow: hidden;display: flex;align-items: center;box-sizing: border-box;height: .6rem;}
.brand-con .brand-nav-box .lab .swiper-slide {width: 1.7rem;text-align: center;}
.brand-con .brand-nav-box .lab .swiper-slide a {font-size: .34rem;color: #333333;}
.brand-con .brand-nav-box .lab .swiper-slide:last-child {margin-right: 0;}
.brand-con .brand-nav-box .lab .on {font-weight: bold;box-sizing: border-box;border-bottom: 3px solid #eb0011;margin: 0 .1rem;}
.brand-con .brand-nav-box .lab .on a {display: inline-block;}
.brand-con .item-list {display: none;}
.brand-con .show {display: block;}
.brand-con .brand-recom {width: 100%;box-sizing: border-box;padding: 0 .4rem .4rem .4rem;background: #ffffff;}
.brand-con .brand-recom .label {width: 100%;font-size: .34rem;color: #333333;font-weight: bold;line-height: .45rem;}
.brand-con .brand-recom ul {width: 100%;display: flex;align-items: center;flex-wrap: wrap;margin-top: .3rem;}
.brand-con .brand-recom ul li {width: 2.24rem;height: 1.7rem;box-sizing: border-box;border: 1px solid #f2f2f2;margin-right: -1px;margin-bottom: -1px;}
.brand-con .brand-recom ul li .img {display: flex;align-items: center;justify-content: center;width: 100%;height: 1.06rem;overflow: hidden;box-sizing: border-box;padding: .1rem;}
.brand-con .brand-recom ul li .img img {max-width: 100%;max-height: 100%;}
.brand-con .brand-recom ul li span {display: flex;align-items: center;justify-content: center;height: .64rem;font-size: .28rem;color: #333333;}
.brand-con .brand-item {width: 100%;margin-top: .2rem;box-sizing: border-box;padding: .4rem;background: #ffffff;}
.brand-con .brand-item .lab {width: 100%;overflow: hidden;display: flex;align-items: center;box-sizing: border-box;justify-content: space-between;}
.brand-con .brand-item .lab .all {font-size: 0.34rem;line-height: 0.45rem;color: #333333;font-weight: bold;}
.brand-con .brand-item .lab .slide-tab {width: 55%; overflow: hidden;display: flex;align-items: center;box-sizing: border-box;}
.brand-con .brand-item .lab .swiper-slide {width: 1.8rem;text-align: center;}
.brand-con .brand-item .lab .swiper-slide a {font-size: .28rem;color: #888888;}
.brand-con .brand-item .lab .swiper-slide:last-child {margin-right: 0;}
.brand-con .brand-item .lab .active a {font-weight: bold;box-sizing: border-box;font-size: .28rem;color: #333333;}
.brand-con .brand-item .swiper-container {margin-top: .3rem;}
.brand-con .brand-item .swiper-container .list ul {display: flex;align-items: center;flex-wrap: wrap;margin-right: -.3rem;}
.brand-con .brand-item .swiper-container .list ul li {width: 2.1rem;height: 2.36rem;box-sizing: border-box;border: 1px solid #f2f2f2;margin-bottom: .2rem;margin-right: .2rem;}
.brand-con .brand-item .swiper-container .list ul li .img {display: flex;align-items: center;justify-content: center;width: 100%;height: 1.06rem;overflow: hidden;box-sizing: border-box;padding: .1rem;}
.brand-con .brand-item .swiper-container .list ul li .img img {max-width: 100%;max-height: 100%;}
.brand-con .brand-item .swiper-container .list ul li span {display: flex;align-items: center;justify-content: center;height: .64rem;font-size: .28rem;color: #333333;}
.brand-con .brand-item .swiper-container .list ul li a:last-child {width: 100%;height: .64rem; display: flex;align-items: center;justify-content: center;background: #f2f2f2;}
.brand-con .brand-item .swiper-container .list ul li a:last-child span {width:1.5rem;height:.44rem;border-radius:.06rem;border:1px solid rgba(235,0,17,1);display: flex;align-items: center;justify-content: center;font-size: .2rem;color: #eb0011;box-sizing: border-box;}
.brand-con .brand-item .swiper-container .hint {width: 100%;box-sizing: border-box;padding-top: .4rem;display: flex;align-items: center;justify-content: center;padding-bottom: 1.9rem;}
.brand-con .brand-item .swiper-container .hint .more img {width: 2.16rem;height: .65rem;}
.brand-con .brand-item .swiper-container .hint p.nomore {font-size: .26rem;color: #666666;display: none;}

/* ************************************************************ 企业列表页 ********************************************** */
.company {width: 100%;}
.company .search {width: 100%;display: flex;align-items: center;justify-content: space-between;padding: .3rem .4rem;box-sizing: border-box;}
.company .search .s-box {width:5.48rem;height: .7rem;border: 1px solid #999999;border-radius: .36rem;display: flex;align-items: center;background: #ffffff;box-sizing: border-box;padding: 0 .3rem;}
.company .search .s-box img {width: .4rem;height: .4rem;margin-right: .2rem;}
.company .search .s-box input {outline: none;height: 100%;border: 0;}
.company .search .filter a {font-size: .24rem;color: #666666;line-height: .31rem;display: flex;align-items: center;}
.company .search .filter a img {display: block;width: .4rem;height: .42rem;margin-left: .06rem;}
.company .join-box {width: 100%;height: .92rem;box-sizing: border-box;padding: 0 .4rem;box-shadow: 0px .02rem .08rem 0px rgba(0,0,0,0.15);display: flex;align-items: center;justify-content: space-between;background: #ffffff;position: relative;display: none;}
.company .join-box span:nth-child(1) {font-size: .3rem;color: #333333;line-height: .4rem;}
.company .join-box span:nth-child(2) {font-size: .28rem;color: #333333;line-height: .37rem;}
.company .join-box a img {display: block;width: 1.4rem;height: .49rem;}

.company .lab-nav {width: 100%;background: #ffffff;box-sizing: border-box;padding: 0.3rem 0.4rem;display: flex;align-items: center;justify-content: space-between;}
.company .lab-nav a {font-size: 0.34rem;color: #333333;}
.company .lab-nav a.on {font-weight: bold;border-bottom: 0.04rem solid #eb0011;}

.company .company-con {margin-top: 0.2rem;}
.company .company-con .com-nav-box {width: 100%;box-sizing: border-box;padding: .3rem .4rem;background: #ffffff;}
.company .company-con .com-nav-box .lab {width: 100%;overflow: hidden;display: flex;align-items: center;box-sizing: border-box;height: .6rem;}
.company .company-con .com-nav-box .lab .swiper-slide {width: 1.7rem;margin-right: .1rem;text-align: center;}
.company .company-con .com-nav-box .lab .swiper-slide a {font-size: .34rem;color: #333333;}
.company .company-con .com-nav-box .lab .swiper-slide:last-child {margin-right: 0;}
.company .company-con .com-nav-box .lab .on a {font-weight: bold;border-bottom: 3px solid #eb0011;box-sizing: border-box;display: inline-block;}
.company .company-con .company-con-list {width: 100%;margin-top: .3rem;}
.company .company-con .company-con-list ul {display: none;}
.company .company-con .company-con-list ul.block {display: block;}
.company .company-con .company-con-list li {width: 100%;height: 2.56rem;box-sizing: border-box;border: 1px solid #f2f2f2;padding: .3rem;margin-bottom: .2rem;}
.company .company-con .company-con-list li:last-child {margin-bottom: 0;}
.company .company-con .company-con-list li p {display: flex;align-items: center;margin-bottom: .15rem;}
.company .company-con .company-con-list li p:last-child {margin-bottom: 0;}
.company .company-con .company-con-list li p:nth-child(1) {font-size: .32rem;color: #333333;line-height: .42rem;}
.company .company-con .company-con-list li p:nth-child(1) img {display: block;width: .36rem;height: .48rem;margin-left: .1rem;}
.company .company-con .company-con-list li p:nth-child(2) {font-size: .24rem;color: #333333;line-height: .31rem;}
.company .company-con .company-con-list li p:nth-child(2) img {display: block;width: 1.1rem;height: .37rem;margin-right: .1rem;}
.company .company-con .company-con-list li p:nth-child(3) span:nth-child(1) {font-size: .24rem;color: #333333;line-height: .31rem;}
.company .company-con .company-con-list li p:nth-child(3) span:nth-child(2) {font-size: .24rem;color: #888888;line-height: .31rem;}
.company .company-con .company-con-list li p:nth-child(4) span {font-size: .24rem;color: #333333;line-height: .31rem;margin-right: .4rem;}
.company .company-con .company-con-list li p:nth-child(4) img {display: block;width: 1.22rem;height: .34rem;}
.company .company-con .company-con-list .hint {width: 100%;box-sizing: border-box;padding-top: .4rem;display: flex;align-items: center;justify-content: center;}
.company .company-con .company-con-list .hint .more img {width: 2.16rem;height: .65rem;}
.company .company-con .company-con-list .hint p.nomore {font-size: .26rem;color: #666666;display: none;}

/* ********************************************************* 产品列表 ******************************************** */
.product {width: 100%;}
.product .search {width: 100%;display: flex;align-items: center;justify-content: space-between;padding: .3rem .4rem;box-sizing: border-box;}
.product .search .s-box {width: 5.48rem;height: .7rem;border: 1px solid #999999;border-radius: .36rem;display: flex;align-items: center;background: #ffffff;box-sizing: border-box;padding: 0 .3rem;}
.product .search .s-box img {width: .4rem;height: .4rem;margin-right: .2rem;}
.product .search .s-box input {outline: none;height: 100%;border: 0;}
.product .search .filter a {font-size: .24rem;color: #666666;line-height: .31rem;display: flex;align-items: center;}
.product .search .filter a img {display: block;width: .4rem;height: .42rem;margin-left: .06rem;}
.product .parduct-con .parduct-nav-box {width: 100%;box-sizing: border-box;padding: .4rem .4rem .3rem .4rem;background: #ffffff;}
.product .parduct-con .parduct-nav-box .lab {width: 100%;overflow: hidden;display: flex;align-items: center;box-sizing: border-box;height: .6rem;}
.product .parduct-con .parduct-nav-box .lab .swiper-slide {width: 1.7rem;margin-right: .1rem;text-align: center;}
.product .parduct-con .parduct-nav-box .lab .swiper-slide a {font-size:.34rem;color: #333333;}
.product .parduct-con .parduct-nav-box .lab .swiper-slide:last-child {margin-right: 0;}
.product .parduct-con .parduct-nav-box .lab .on a {font-weight: bold;border-bottom: 3px solid #eb0011;box-sizing: border-box;display: inline-block;}
.product .parduct-con .item-list {display: none;}
.product .parduct-con .show {display: block;}
.product .parduct-con .item-list .pro-list-item {width: 100%;box-sizing: border-box;padding:0 .4rem .4rem .4rem;background: #ffffff;}
.product .parduct-con .item-list .pro-list-item .lab {font-size: .34rem;color: #333333;font-weight: bold;line-height: .45rem;}
.product .parduct-con .item-list .pro-list-item .list {width: 100%;margin-top: .3rem;}
.product .parduct-con .item-list .pro-list-item .list ul {display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;display: none;}
.product .parduct-con .item-list .pro-list-item .list ul.block {display: flex;}
.product .parduct-con .item-list .pro-list-item .list li {width: 3.25rem;height: 3.9rem; margin-bottom: .2rem;box-sizing: border-box;border: 1px solid #e6e6e6;padding: .1rem;}
.product .parduct-con .item-list .pro-list-item .list li .img {display: flex;align-items: center;justify-content: center;width: 3rem;height: 3rem;overflow: hidden;}
.product .parduct-con .item-list .pro-list-item .list li .img img {max-width: 3rem;}
.product .parduct-con .item-list .pro-list-item .list li p {font-size: .28rem;color: #333333;line-height: .37rem;margin-top: .2rem;box-sizing: border-box;padding: 0 .1rem;}
.product .parduct-con .item-list .pro-list-item .do {width: 100%;display: flex;align-items: center;justify-content: space-between;}
.product .parduct-con .item-list .pro-list-item .do a img {width: 3.24rem;height: .68rem;display: block;}
.product .parduct-con .item-list .all-product {width: 100%;margin-top: .2rem;box-sizing: border-box;padding: .4rem .4rem;background: #ffffff;}
.product .parduct-con .item-list .all-product .lab {font-size: .34rem;color: #333333;font-weight: bold;line-height: .45rem;}
.product .parduct-con .item-list .all-product .list {width: 100%;margin-top: .3rem;}
.product .parduct-con .item-list .all-product .list ul {display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
.product .parduct-con .item-list .all-product .list li {width: 3.25rem;height: 3.9rem; margin-bottom: .2rem;box-sizing: border-box;border: 1px solid #e6e6e6;padding: .1rem;}
.product .parduct-con .item-list .all-product .list li .img {display: flex;align-items: center;justify-content: center;width: 3rem;height: 3rem;overflow: hidden;}
.product .parduct-con .item-list .all-product .list li .img img {max-width: 3rem;}
.product .parduct-con .item-list .all-product .list li p {font-size: .28rem;color: #333333;line-height: .37rem;margin-top: .2rem;box-sizing: border-box;padding: 0 .1rem;}

/* *********************************************************************** 产品详情 *************************************************** */
.product-detail {width: 100%;}
.product-detail .footer {bottom: 1.08rem;}
.product-detail .contact {width: 100%;height: 1.08rem;background: #ffffff;box-sizing: border-box;padding: 0 .4rem;position: fixed;bottom: 0;z-index: 9999;display: flex;align-items: center;justify-content: space-between;max-width: 11rem;}
.product-detail .contact p {display: flex;align-items: center;}
.product-detail .contact p img {display: block;width: .72rem;height: .72rem;margin-right: .2rem;}
.product-detail .contact p span {font-size: .28rem;font-weight: bold;color: #333333;}
.product-detail .contact div a img{display: block;width: 2.4rem;height: .88rem;}
.product-detail .product-detail-con {width: 100%;background: #ffffff;}
.product-detail .product-detail-con .pro-slides {width: 100%;height: 7.5rem;position: relative;}
.product-detail .product-detail-con .pro-slides .swiper-slide a {display: flex;align-items: center;justify-content: center;width: 100%;height: 100%;}
.product-detail .product-detail-con .pro-slides .swiper-slide img {display: block;width: 100%;height: 7.5rem;}
.product-detail .product-detail-con .pro-slides .swiper-pagination {width: 1rem;height: .44rem;background: #cfcfcf;border-radius: .22rem;position: absolute;left: auto; right: .4rem;bottom: .4rem; font-size: .24rem;color: #ffffff;line-height: .31rem;display: flex;align-items: center;justify-content: center;letter-spacing: .05rem;}
.product-detail .product-detail-con .pro-slides .do {position: absolute;top: .3rem;right: .5rem;display: flex;align-items: center;z-index: 9999;}
.product-detail .product-detail-con .pro-slides .do a {display: flex;align-items: center;font-size: .24rem;color: #666666;}
.product-detail .product-detail-con .pro-slides .do a img {display: block;width: .28rem;height: .28rem;margin-right: .06rem;margin-bottom: .03rem;}
.product-detail .product-detail-con .pro-slides .do a.share {margin-right: .4rem;display: none;}
.product-detail .product-detail-con .pro-slides .do a.collected {display: none;}
.product-detail .product-detail-con .pro-slides .do a.collect {display: none;}
.product-detail .product-detail-con .pro-slides .do a.flex {display: flex;}
.product-detail .product-detail-con .product-detail-intro {width: 100%;box-sizing: border-box;padding: .3rem .4rem;}
.product-detail .product-detail-con .product-detail-intro .pro-information {width: 100%;}
.product-detail .product-detail-con .product-detail-intro .pro-information p.name {font-size: .44rem;color: #333333;font-weight: bold;line-height: .59rem;margin-bottom: .2rem;}
.product-detail .product-detail-con .product-detail-intro .pro-information .inf p {font-size: .28rem;color: #333333;line-height: .5rem;}
.product-detail .product-detail-con .product-detail-intro .pro-introduce {width: 100%;margin-top: .3rem;}
.product-detail .product-detail-con .product-detail-intro .pro-introduce .lab {width: 100%;height: .84rem;background: #f2f2f2;display: flex;align-items: center;box-sizing: border-box;padding: 0 .3rem;font-size: .34rem;font-weight: bold;}
.product-detail .product-detail-con .product-detail-intro .pro-introduce .con {width: 100%;box-sizing: border-box;border: 1px solid #f2f2f2;padding: .2rem .3rem;margin-top: .2rem;overflow: hidden;}
.product-detail .product-detail-con .product-detail-intro .pro-introduce .con p {font-size: .28rem;color: #333333;line-height: .5rem;margin-bottom: .2rem;}
.product-detail .product-detail-con .product-detail-intro .pro-introduce .con p:last-child {margin-bottom: 0;}
.product-detail .product-detail-con .product-detail-intro .pro-introduce .con p img {max-width: 100%;}
.product-detail .product-detail-con .product-detail-intro .pro-company {width: 100%;height: 2.88rem;box-sizing: border-box;border: 1px solid #f2f2f2;padding: .3rem;margin-top: .2rem;}
.product-detail .product-detail-con .product-detail-intro .pro-company p {display: flex;align-items: center;justify-content: space-between;}
.product-detail .product-detail-con .product-detail-intro .pro-company p a {display: flex;align-items: center;}
.product-detail .product-detail-con .product-detail-intro .pro-company p:nth-child(1) {margin-bottom: .4rem;}
.product-detail .product-detail-con .product-detail-intro .pro-company p:nth-child(1) img {display: block;width: 2.32rem;height: 1.1rem;margin-right: .3rem;}
.product-detail .product-detail-con .product-detail-intro .pro-company p:nth-child(1) span {font-size: .28rem;color: #333333;line-height: .37rem;font-weight: bold;display: block;width: 3.58rem;}
.product-detail .product-detail-con .product-detail-intro .pro-company p:nth-child(2) img {display: block;width: 2.96rem;height: .68rem;}
.product-detail .product-detail-con .product-detail-intro .warmprompt {width: 100%;box-sizing: border-box;border: 1px solid #f2f2f2;padding: .3rem;margin-top: .2rem;}
.product-detail .product-detail-con .product-detail-intro .warmprompt .lab {display: flex;align-items: center;font-size: .22rem;color: #999999;}
.product-detail .product-detail-con .product-detail-intro .warmprompt .lab img {display: block;width: .24rem;height: .24rem;margin-bottom: .01rem;margin-right: .05rem;}
.product-detail .product-detail-con .product-detail-intro .warmprompt p {font-size: .24rem;color: #999999;line-height: .4rem;margin-bottom: .2rem;}
.product-detail .product-detail-con .product-detail-intro .warmprompt p:last-child {margin-bottom: 0;}
.product-detail .product-detail-con .product-detail-intro .rec-product {width: 100%;margin-top: .4rem;margin-bottom: 1rem;}
.product-detail .product-detail-con .product-detail-intro .rec-product .pro-list-item {width: 100%;box-sizing: border-box;background: #ffffff;}
.product-detail .product-detail-con .product-detail-intro .rec-product .pro-list-item .lab {width: 100%;height: .84rem;background: #f2f2f2;display: flex;align-items: center;box-sizing: border-box;padding: 0 .3rem;font-size: .34rem;font-weight: bold;}
.product-detail .product-detail-con .product-detail-intro .rec-product .pro-list-item .list {width: 100%;margin-top: .2rem;}
.product-detail .product-detail-con .product-detail-intro .rec-product .pro-list-item .list ul {display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;display: none;}
.product-detail .product-detail-con .product-detail-intro .rec-product .pro-list-item .list ul.block {display: flex;}
.product-detail .product-detail-con .product-detail-intro .rec-product .pro-list-item .list li {width: 3.25rem;height: 3.9rem; margin-bottom: .2rem;box-sizing: border-box;border: 1px solid #e6e6e6;padding: .1rem;}
.product-detail .product-detail-con .product-detail-intro .rec-product .pro-list-item .list li .img {display: flex;align-items: center;justify-content: center;width: 3rem;height: 3rem;overflow: hidden;}
.product-detail .product-detail-con .product-detail-intro .rec-product .pro-list-item .list li .img img {max-width: 3rem;}
.product-detail .product-detail-con .product-detail-intro .rec-product .pro-list-item .list li p {font-size: .28rem;color: #333333;line-height: .37rem;margin-top: .2rem;box-sizing: border-box;padding: 0 .1rem;}
.product-detail .product-detail-con .product-detail-intro .rec-product .pro-list-item .do {width: 100%;display: flex;align-items: center;justify-content: space-between;margin-top: .2rem;}
.product-detail .product-detail-con .product-detail-intro .rec-product .pro-list-item .do a img {width: 3.24rem;height: .68rem;}

/* 分享 */
/* .share-box {width: 100%;background: #ffffff;height: 3rem;position: fixed;bottom: 0;z-index: 999999;box-sizing: border-box;padding: .5rem;}
.share-box a {width: 1rem;height: 1rem!important;padding: 0;margin: 0;} */

/* *************************************************************** 展会 ************************************************* */
.exhibition {width: 100%;}
.exhibition .search {width: 100%;display: flex;align-items: center;justify-content: space-between;padding: .3rem .4rem;box-sizing: border-box;}
.exhibition .search .s-box {height: .7rem;border: 1px solid #999999;border-radius: .36rem;display: flex;align-items: center;background: #ffffff;box-sizing: border-box;padding: 0 .3rem;}
.exhibition .search .s-box img {width: .4rem;height: .4rem;margin-right: .2rem;}
.exhibition .search .s-box input {outline: none;height: 100%;border: 0;}
.exhibition .search .filter a {font-size: .24rem;color: #666666;line-height: .31rem;display: flex;align-items: center;}
.exhibition .search .filter a img {display: block;width: .4rem;height: .42rem;margin-left: .06rem;}
.exhibition .exhibition-con .exhibition-nav-box {width: 100%;box-sizing: border-box;padding: .4rem .4rem .3rem .4rem;background: #ffffff;}
.exhibition .exhibition-con .exhibition-nav-box .lab {width: 100%;overflow: hidden;display: flex;align-items: center;box-sizing: border-box;height: .6rem;}
.exhibition .exhibition-con .exhibition-nav-box .lab .swiper-slide {width: 1.7rem;margin-right: .1rem;text-align: center;}
.exhibition .exhibition-con .exhibition-nav-box .lab .swiper-slide a {font-size: .34rem;color: #333333;}
.exhibition .exhibition-con .exhibition-nav-box .lab .swiper-slide:last-child {margin-right: 0;}
.exhibition .exhibition-con .exhibition-nav-box .lab .on a {font-weight: bold;border-bottom: 3px solid #eb0011;box-sizing: border-box;display: inline-block;}
.exhibition .exhibition-con .exhibition-nav-box .exhibition-foreshow {width: 100%;margin-top: .3rem;}
.exhibition .exhibition-con .exhibition-nav-box .exhibition-foreshow .lab {font-size: .34rem;color: #333333;font-weight: bold;line-height: .45rem;}
.exhibition .exhibition-con .exhibition-nav-box .exhibition-foreshow .slid-box {margin-top: .2rem;}
.exhibition .exhibition-con .exhibition-nav-box .exhibition-foreshow .slid-box .swiper-slide a {display: flex;width: 100%;height: 4.84rem;align-items: center;justify-content: center;}
.exhibition .exhibition-con .exhibition-nav-box .exhibition-foreshow .slid-box .swiper-slide img {max-width: 100%;}
.exhibition .exhibition-con .exhibition-nav-box .exhibition-foreshow .slid-box .swiper-slide p {width: 100%;height: .6rem;text-align: center;font-size: .24rem;line-height: .6rem;color: #ffffff;background: rgba(0, 0, 0, 0.6);}
.exhibition .exhibition-con .exhibition-nav-box .exhibition-foreshow .slid-box .swiper-container {width: 100%;height: 4.84rem;position: relative;}
.exhibition .exhibition-con .exhibition-nav-box .exhibition-foreshow .slid-box .swiper-container .swiper-slide p {position: absolute;bottom: 0;}
.exhibition .exhibition-con .exhibition-nav-box .exhibition-foreshow .slid-box .swiper-container .swiper-pagination {width: auto!important;position: absolute;left: none!important; right: 0!important;height: .6rem;bottom: 0;text-align: right;box-sizing: border-box;padding-right: .1rem;}
.exhibition .exhibition-con .exhibition-nav-box .exhibition-foreshow .slid-box .swiper-container .swiper-pagination .swiper-pagination-bullet {width: .1rem;height: .1rem;}
.exhibition .exhibition-con .exhibition-nav-box .exhibition-foreshow .slid-box .swiper-container .swiper-pagination .swiper-pagination-bullet-active {width: .3rem;background: #eb0011;border-radius: .1rem;}
.exhibition .exhibition-con .exhibition-nav-box .exhibition-foreshow .list {width: 100%;margin-top: .2rem;box-sizing: border-box;padding: 0 .1rem;}
.exhibition .exhibition-con .exhibition-nav-box .exhibition-foreshow .list li {display: flex;align-items: center;}
.exhibition .exhibition-con .exhibition-nav-box .exhibition-foreshow .list li span {font-size: .32rem;color: #888888;margin-right: .1rem;}
.exhibition .exhibition-con .exhibition-nav-box .exhibition-foreshow .list li a {font-size: .28rem;color: #333333;line-height: .56rem;}
/* 展会推荐 */
.exhibition .exhibition-con .exhibition-recomm {width: 100%;box-sizing: border-box;padding: .3rem .4rem;background: #ffffff;margin-top: .2rem;}
.exhibition .exhibition-con .exhibition-recomm .lab {font-size: .34rem;color: #333333;font-weight: bold;line-height: .45rem;}
.exhibition .exhibition-con .exhibition-recomm .list {width: 100%;margin-top: .2rem;}
.exhibition .exhibition-con .exhibition-recomm .list li {display: flex;margin-bottom: .2rem;}
.exhibition .exhibition-con .exhibition-recomm .list li:last-child {margin-bottom: 0;}
.exhibition .exhibition-con .exhibition-recomm .list li .img {display: flex;align-items: center;justify-content: center;width: 2.62rem;height: 1.9rem;margin-right: .3rem;overflow: hidden;border-radius: .1rem;min-width: 2.62rem;}
.exhibition .exhibition-con .exhibition-recomm .list li .img img {max-width: 2.62rem;}
.exhibition .exhibition-con .exhibition-recomm .list li .info {/* width: 3.8rem; */width: auto;}
.exhibition .exhibition-con .exhibition-recomm .list li .info p {font-size: .26rem;color: #666666;}
.exhibition .exhibition-con .exhibition-recomm .list li .info p:nth-child(1) {margin-bottom: .2rem;}
.exhibition .exhibition-con .exhibition-recomm .list li .info p a {font-size: .28rem;color: #333333;}
.exhibition .exhibition-con .exhibition-item {width: 100%;margin-top: .2rem;box-sizing: border-box;}
.exhibition .exhibition-con .exhibition-item .exhibition-list-item {width: 100%;background: #ffffff;box-sizing: border-box;padding: .3rem .4rem;}
.exhibition .exhibition-con .exhibition-item .exhibition-list-item .lab {font-size: .34rem;color: #333333;font-weight: bold;line-height: .45rem;}
.exhibition .exhibition-con .exhibition-item .exhibition-list-item .list {margin-top: .2rem;}
.exhibition .exhibition-con .exhibition-item .exhibition-list-item .list ul {display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;display: none;}
.exhibition .exhibition-con .exhibition-item .exhibition-list-item .list ul.block {display: flex;}
.exhibition .exhibition-con .exhibition-item .exhibition-list-item .list li {width: 3.25rem;margin-bottom: .3rem;}
.exhibition .exhibition-con .exhibition-item .exhibition-list-item .list li .img {display: flex;align-items: center;justify-content: center;width: 3.25rem;height: 2.3rem;overflow: hidden;border-radius: .1rem;}
.exhibition .exhibition-con .exhibition-item .exhibition-list-item .list li .img img {max-width: 100%;}
.exhibition .exhibition-con .exhibition-item .exhibition-list-item .list li p {font-size: .24rem;color: #666666;line-height: .4rem;}
.exhibition .exhibition-con .exhibition-item .exhibition-list-item .list li p a {font-size: .28rem;color: #333333;line-height: .55rem;}
.exhibition .exhibition-con .exhibition-item .exhibition-list-item .list li p.name {margin-bottom: .05rem;}
.exhibition .exhibition-con .exhibition-item .exhibition-list-item .do {display: flex;align-items: center;justify-content: space-between;}
.exhibition .exhibition-con .exhibition-item .exhibition-list-item .do img {display: block;width: 3.24rem;height: .68rem;}
.exhibition .exhibition-con .exhibition-item .exhibition-list-item:nth-child(4) {margin-top: .2rem;}
.exhibition .exhibition-con .exhibition-item .exhibition-list-item:nth-child(4) ul {display: none;}
.exhibition .exhibition-con .exhibition-item .exhibition-list-item:nth-child(4) ul.block {display: block!important;}
.exhibition .exhibition-con .exhibition-item .exhibition-list-item:nth-child(4) li {display: flex;align-items: center;width: auto;margin-bottom: 0;}
.exhibition .exhibition-con .exhibition-item .exhibition-list-item:nth-child(4) li:nth-child(1) {margin-bottom: .1rem;}
.exhibition .exhibition-con .exhibition-item .exhibition-list-item:nth-child(4) li .img {width: 3.25rem;height: 1.84rem;display: flex;align-items: center;justify-content: center;margin-right: .2rem;overflow: hidden;border-radius: .1rem;min-width: 3.25rem;}
.exhibition .exhibition-con .exhibition-item .exhibition-list-item:nth-child(4) li .img img {max-width: 100%;}
.exhibition .exhibition-con .exhibition-item .exhibition-list-item:nth-child(4) li .info {/* width: 3.22rem; */width: auto;}
.exhibition .exhibition-con .exhibition-item .exhibition-list-item:nth-child(4) li .info p:nth-child(1) {margin-bottom: .1rem;}
.exhibition .exhibition-con .exhibition-item .exhibition-list-item:nth-child(4) li .info a {font-size: .28rem;color: #333333;}
.exhibition .exhibition-con .exhibition-item .exhibition-list-item:nth-child(4) li .info p {font-size: .24rem;color: #666666;line-height: .4rem;}
.exhibition .exhibition-con .exhibition-item .exhibition-list-item:nth-child(4) li span {font-size: .34rem;color: #888888;margin-right: .1rem;}
.exhibition .exhibition-con .exhibition-item .exhibition-list-item:nth-child(4) li a {font-size: .28rem;color: #333333;line-height: .56rem;}
.exhibition .exhibition-con .exhibition-item .exhibition-list-item:nth-child(4) .do {margin-top: .2rem;}
.exhibition .exhibition-con .exhibition-item .exhibition-list-item:nth-child(5) .list li .img {display: flex;align-items: center;justify-content: center;width: 3.25rem;height: 1.94rem;overflow: hidden;border-radius: .1rem;}
.exhibition .exhibition-con .exhibition-item .exhibition-list-item:nth-child(5) .list li p.name {margin-bottom: 0;}

/* ********************* 展会列表 ********************* */
.exhibition .exhibition-list-con {width: 100%;background: #ffffff;box-sizing: border-box;padding: .3rem .4rem;}
.exhibition .exhibition-list-con .exhibition-nav-box {width: 100%;display: flex; justify-content: space-between;}
.exhibition .exhibition-list-con .exhibition-nav-box .labels {font-size: .34rem;color: #333333;font-weight: bold;line-height: .45rem;box-sizing: border-box;padding-top: .02rem;}
.exhibition .exhibition-list-con .exhibition-nav-box .lab {width: 4.5rem;overflow: hidden;display: flex;align-items: center;box-sizing: border-box;position: relative;}
.exhibition .exhibition-list-con .exhibition-nav-box .lab .shade {position: absolute;top: 0;right: -0.1rem;width: .5rem;background: #ffffff;z-index: 999;opacity: 0.6;height: 100%;}
.exhibition .exhibition-list-con .exhibition-nav-box .lab .swiper-slide {width: .64rem;text-align: center;margin: 0 .1rem;}
.exhibition .exhibition-list-con .exhibition-nav-box .lab .swiper-slide a {font-size: .28rem;color: #888888;}
.exhibition .exhibition-list-con .exhibition-nav-box .lab .swiper-slide:last-child {margin-right: 0;}
.exhibition .exhibition-list-con .exhibition-nav-box .lab .on a {color: #333333;font-weight: bold;}
.exhibition .exhibition-list-con .list {width: 100%;margin-top: .2rem;}
.exhibition .exhibition-list-con .list ul {display: none;}
.exhibition .exhibition-list-con .list ul.block {display: block;}
.exhibition .exhibition-list-con .list li {display: flex;margin-bottom: .2rem;justify-content: space-between;}
.exhibition .exhibition-list-con .list li:last-child {margin-bottom: 0;}
.exhibition .exhibition-list-con .list li .img {display: flex;align-items: center;justify-content: center;width: 2.62rem;height: 1.9rem;min-width: 2.62rem;overflow: hidden;border-radius: .1rem;}
.exhibition .exhibition-list-con .list li .img img {max-width: 2.62rem;border-radius: .1rem;}
.exhibition .exhibition-list-con .list li .info {width: 3.8rem;}
.exhibition .exhibition-list-con .list li .info p {font-size: .26rem;color: #666666;}
.exhibition .exhibition-list-con .list li .info p:nth-child(1) {margin-bottom: .3rem;}
.exhibition .exhibition-list-con .list li .info p a {font-size: .28rem;color: #333333;}
.exhibition .exhibition-list-con .list li .info p.time {line-height: .45rem;}
.exhibition .exhibition-list-con .list li .info p.address {line-height: .45rem;}
/* ******************************************* 展会详情 ***************** */
.exhibition-detail {width: 100%;}
.exhibition-detail .exhibition-detail-con {width: 100%;box-sizing: border-box;padding: .3rem .4rem;background: #ffffff;}
.exhibition-detail .exhibition-detail-con .exhibition-detail-info {width: 100%;}
.exhibition-detail .exhibition-detail-con .exhibition-detail-info p.title {font-size: .44rem;color: #333333;line-height: .59rem;font-weight: bold;text-align: center;}
.exhibition-detail .exhibition-detail-con .exhibition-detail-info p img {max-width: 100%;display: block;}
.exhibition-detail .exhibition-detail-con .exhibition-detail-info p {margin-bottom: .3rem;}
.exhibition-detail .exhibition-detail-con .exhibition-detail-info .intro {width: 100%;}
.exhibition-detail .exhibition-detail-con .exhibition-detail-info .intro p {margin-bottom: .1rem;display: flex;}
.exhibition-detail .exhibition-detail-con .exhibition-detail-info .intro p span {display: block;}
.exhibition-detail .exhibition-detail-con .exhibition-detail-info .intro p:last-child {margin-bottom: 0;}
.exhibition-detail .exhibition-detail-con .exhibition-detail-info .intro p span:nth-child(1) {font-size: .28rem;color: #3a3a3a;line-height: .44rem;width: 1.4rem;}
.exhibition-detail .exhibition-detail-con .exhibition-detail-info .intro p span:nth-child(2) {font-size: .28rem;color: #666666;line-height: .44rem;width: 5.18rem;}
/* 展会介绍 */
.exhibition-detail .exhibition-detail-con .exhibition-introduction {width: 100%;margin-top: .3rem;}
.exhibition-detail .exhibition-detail-con .exhibition-introduction .lab {font-size: .34rem;color: #333333;font-weight: bold;line-height: .45rem;border-bottom: 1px solid #e6e6e6;padding-bottom: .15rem;}
.exhibition-detail .exhibition-detail-con .exhibition-introduction .con {width: 100%;padding-top: .2rem;position: relative;overflow: hidden;}
.exhibition-detail .exhibition-detail-con .exhibition-introduction .con p {font-size: .28rem;color: #333333;line-height: .5rem;margin-bottom: .2rem!important;text-align: justify;}
.exhibition-detail .exhibition-detail-con .exhibition-introduction .con p img {max-width: 100%;}
.exhibition-detail .exhibition-detail-con .exhibition-introduction .con p:last-child {margin-bottom: 0;}
.exhibition-detail .exhibition-detail-con .exhibition-introduction .con .shade {position: absolute;bottom: 0;width: 100%;height:1.04rem;background:linear-gradient(180deg,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);}
.exhibition-detail .exhibition-detail-con .exhibition-introduction .control {width: 100%;margin-top: .2rem;}
.exhibition-detail .exhibition-detail-con .exhibition-introduction .control .block {display: flex;}
.exhibition-detail .exhibition-detail-con .exhibition-introduction .control p {width: 100%;display: flex;align-items: center;font-size: .28rem;color: #666666;line-height: .37rem;display: none;}
.exhibition-detail .exhibition-detail-con .exhibition-introduction .control p span {margin: 0 .1rem;}
.exhibition-detail .exhibition-detail-con .exhibition-introduction .control p img:nth-child(1) {width: .28rem;height: .28rem;}
.exhibition-detail .exhibition-detail-con .exhibition-introduction .control p img:last-child {width: .24rem;height: .12rem;}
/* 联系方式 */
.exhibition-detail .exhibition-detail-con .contact {width: 100%;margin-top: .3rem;}
.exhibition-detail .exhibition-detail-con .contact .lab {font-size: .34rem;color: #333333;font-weight: bold;line-height: .45rem;border-bottom: 1px solid #e6e6e6;padding-bottom: .15rem;}
.exhibition-detail .exhibition-detail-con .contact .con {width: 100%;margin-top: .1rem;}
.exhibition-detail .exhibition-detail-con .contact .con p {font-size: .28rem;color: #333333;line-height: .5rem;}
.exhibition-detail .exhibition-detail-con .warmprompt {width: 100%;box-sizing: border-box;margin-top: .2rem;}
.exhibition-detail .exhibition-detail-con .warmprompt .lab {display: flex;align-items: center;font-size: .22rem;color: #999999;}
.exhibition-detail .exhibition-detail-con .warmprompt .lab img {display: block;width: .24rem;height: .24rem;margin-bottom: .01rem;margin-right: .05rem;}
.exhibition-detail .exhibition-detail-con .warmprompt p {font-size: .24rem;color: #999999;line-height: .4rem;margin-bottom: .2rem;text-align: justify;}
.exhibition-detail .exhibition-detail-con .warmprompt p:last-child {margin-bottom: 0;}

/* ********************************************************* 专题 ********************************************** */
.dissertation {width: 100%;}
.dissertation .search {width: 100%;display: flex;align-items: center;justify-content: space-between;padding: .3rem .4rem;box-sizing: border-box;}
.dissertation .search .s-box {height: .7rem;border: 1px solid #999999;border-radius: .36rem;display: flex;align-items: center;background: #ffffff;box-sizing: border-box;padding: 0 .3rem;}
.dissertation .search .s-box img {width: .4rem;height: .4rem;margin-right: .2rem;}
.dissertation .search .s-box input {outline: none;height: 100%;border: 0;}
.dissertation .search .filter a {font-size: .24rem;color: #666666;line-height: .31rem;display: flex;align-items: center;}
.dissertation .search .filter a img {display: block;width: .4rem;height: .42rem;margin-left: .06rem;}
.dissertation .dissertation-con {width: 100%;box-sizing: border-box;padding: .3rem .4rem;background: #ffffff;}
.dissertation .dissertation-con .dissertation-nav {display: flex;align-items: center;justify-content: space-between;}
.dissertation .dissertation-con .dissertation-nav span {font-size: .34rem;color: #333333;line-height: .45rem;padding-bottom: .1rem;font-weight:bold;}
.dissertation .dissertation-con .dissertation-nav span.on {font-weight: bold;border-bottom: .06rem solid #eb0011;}
.dissertation .dissertation-con .con {width: 100%;margin-top: .3rem;}
.dissertation .dissertation-con .con ul {display: none;align-items: center;flex-wrap: wrap;margin-right: -.26rem;}
.dissertation .dissertation-con .con ul.block {display: flex;}
.dissertation .dissertation-con .con ul li {width: 3.24rem;margin-bottom: .3rem;margin-right: .24rem;}
.dissertation .dissertation-con .con ul li .img {width: 3.24rem;height: 1.82rem;display: flex;align-items: center;justify-content: center;overflow: hidden;border-radius: .14rem;}
.dissertation .dissertation-con .con ul li .img img {max-width: 100%;}
.dissertation .dissertation-con .con ul li p {font-size: .28rem;color: #333333;line-height: .37rem;text-align: center;margin-top: .15rem;}
/* 专题详情 */
.dissertation-detail {width: 100%;}
.dissertation-detail .dissertation-detail-con {background: #ffffff;}
.dissertation-detail .dissertation-detail-con .banner {width: 100%;}
.dissertation-detail .dissertation-detail-con .banner img {max-width: 100%;display: block;}
.dissertation-detail .dissertation-detail-con .dissertation-intro {width: 100%;box-sizing: border-box;padding: .3rem .4rem;}
.dissertation-detail .dissertation-detail-con .dissertation-intro .lab {font-size: .34rem;color: #333333;font-weight: bold;line-height: .45rem;border-bottom: 1px solid #e6e6e6;padding-bottom: .15rem;}
.dissertation-detail .dissertation-detail-con .dissertation-intro .con {width: 100%;padding-top: .2rem;position: relative;}
.dissertation-detail .dissertation-detail-con .dissertation-intro .con p {font-size: .28rem;color: #333333;line-height: .5rem;margin-bottom: .2rem;text-align: justify;}
.dissertation-detail .dissertation-detail-con .dissertation-intro .con p:last-child {margin-bottom: 0;}
.dissertation-detail .dissertation-detail-con .dissertation-intro .con p img {max-width: 100%;display: block;}
.dissertation-detail .dissertation-detail-con .dissertation-intro .con .shade {position: absolute;bottom: 0;width: 100%;height:1.04rem;background:linear-gradient(180deg,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);}
.dissertation-detail .dissertation-detail-con .dissertation-intro .control {width: 100%;margin-top: .2rem;}
.dissertation-detail .dissertation-detail-con .dissertation-intro .control .block {display: flex;}
.dissertation-detail .dissertation-detail-con .dissertation-intro .control p {width: 100%;display: flex;align-items: center;font-size: .28rem;color: #666666;line-height: .37rem;display: none;}
.dissertation-detail .dissertation-detail-con .dissertation-intro .control p span {margin: 0 .1rem;}
.dissertation-detail .dissertation-detail-con .dissertation-intro .control p img:nth-child(1) {width: .28rem;height: .28rem;}
.dissertation-detail .dissertation-detail-con .dissertation-intro .control p img:last-child {width: .24rem;height: .12rem;}

/* .swiper-notification {display: none;} */

/* ***************************************************** 技术页面 ******************************************** */
.technology {width: 100%;}
.technology .search {width: 100%;display: flex;align-items: center;justify-content: space-between;padding: .3rem .4rem;box-sizing: border-box;}
.technology .search .s-box {height: .7rem;border: 1px solid #999999;border-radius: .36rem;display: flex;align-items: center;background: #ffffff;box-sizing: border-box;padding: 0 .3rem;}
.technology .search .s-box img {width: .4rem;height: .4rem;margin-right: .2rem;}
.technology .search .s-box input {outline: none;height: 100%;border: 0;}
.technology .search .filter a {font-size: .24rem;color: #666666;line-height: .31rem;display: flex;align-items: center;}
.technology .search .filter a img {display: block;width: .4rem;height: .42rem;margin-left: .06rem;}
.technology .technology-con {width: 100%;}
.technology .technology-con .technology-nav-box {width: 100%;box-sizing: border-box;padding:.3rem .4rem;background: #ffffff;}
.technology .technology-con .technology-nav-box .lab {width: 100%;overflow: hidden;}
.technology .technology-con .technology-nav-box .lab .swiper-wrapper {display: flex;align-items: center;justify-content: space-between;font-size:.34rem;font-weight:bold;}
.technology .technology-con .technology-nav-box .lab .swiper-slide {width: 1.36rem;margin-right: .4rem;}
.technology .technology-con .technology-nav-box .lab .swiper-slide a {font-size: .34rem;color: #333333;}
.technology .technology-con .technology-nav-box .lab .swiper-slide:last-child {margin-right: 0;}
.technology .technology-con .technology-nav-box .lab .on {font-weight: bold;border-bottom: 3px solid #eb0011;box-sizing: border-box;}

.technology .technology-con .technology-nav-box .hot-data {width: 100%;margin-top: .3rem;}
.technology .technology-con .technology-nav-box .hot-data .lab {font-size: .34rem;color: #333333;font-weight: bold;line-height: .45rem;}
.technology .technology-con .technology-nav-box .hot-data .slid-box {margin-top: .2rem;}
.technology .technology-con .technology-nav-box .hot-data .slid-box .swiper-slide a {display: flex;width: 100%;height: 4.1rem;align-items: center;justify-content: center;}
.technology .technology-con .technology-nav-box .hot-data .slid-box .swiper-slide img {max-width: 100%;}
.technology .technology-con .technology-nav-box .hot-data .slid-box .swiper-slide p {width: 100%;height: .6rem;text-align: center;font-size: .24rem;line-height: .6rem;color: #ffffff;background: rgba(0, 0, 0, 0.6);}
.technology .technology-con .technology-nav-box .hot-data .slid-box .swiper-container {width: 100%;height: 4.1rem;position: relative;}
.technology .technology-con .technology-nav-box .hot-data .slid-box .swiper-container .swiper-slide p {position: absolute;bottom: 0;}
.technology .technology-con .technology-nav-box .hot-data .slid-box .swiper-container .swiper-pagination {width: auto!important;position: absolute;left: none!important; right: 0!important;height: .6rem;bottom: 0;text-align: right;box-sizing: border-box;padding-right: .1rem;}
.technology .technology-con .technology-nav-box .hot-data .slid-box .swiper-container .swiper-pagination .swiper-pagination-bullet {width: .1rem;height: .1rem;}
.technology .technology-con .technology-nav-box .hot-data .slid-box .swiper-container .swiper-pagination .swiper-pagination-bullet-active {width: .3rem;background: #eb0011;border-radius: .1rem;}
.technology .technology-con .technology-nav-box .hot-data .list {width: 100%;margin-top: .2rem;box-sizing: border-box;padding: 0 .1rem;}
.technology .technology-con .technology-nav-box .hot-data .list li {display: flex;align-items: center;}
.technology .technology-con .technology-nav-box .hot-data .list li span {font-size: .32rem;color: #888888;margin-right: .1rem;}
.technology .technology-con .technology-nav-box .hot-data .list li a {font-size: .28rem;color: #333333;line-height: .56rem;}
.technology .technology-con .technology-list-part {width: 100%;}
.technology .technology-con .technology-list-part .technology-item {width: 100%;box-sizing: border-box;padding: .3rem .4rem;background: #ffffff;margin-top: .2rem;}
.technology .technology-con .technology-list-part .technology-item .lab {width: 100%;display: flex;align-items: center;justify-content: space-between;}
.technology .technology-con .technology-list-part .technology-item .lab span {font-size: .34rem;color: #333333;font-weight: bold;line-height: .45rem;}
.technology .technology-con .technology-list-part .technology-item .lab a {font-size: .24rem;color: #888888;line-height: .35rem;}
.technology .technology-con .technology-list-part .technology-item .con {width: 100%;margin-top: .2rem;}
.technology .technology-con .technology-list-part .technology-item .con li:nth-child(1) {width: 100%;display: flex;align-items: center;margin-bottom: .1rem;}
.technology .technology-con .technology-list-part .technology-item .con li:nth-child(1) .img {width: 2.32rem;height: 1.6rem;display: flex;align-items: center;justify-content: center;margin-right: .3rem;overflow: hidden;border-radius: .1rem;min-width: 2.32rem;}
.technology .technology-con .technology-list-part .technology-item .con li:nth-child(1) .img img {max-width: 2.32rem;}
.technology .technology-con .technology-list-part .technology-item .con li:nth-child(1) .info {/* width: 4.15rem; */width: auto;}
.technology .technology-con .technology-list-part .technology-item .con li:nth-child(1) .info p:nth-child(1) {font-size: .28rem;color: #333333;margin-bottom: .15rem;}
.technology .technology-con .technology-list-part .technology-item .con li:nth-child(1) .info p:nth-child(2) {font-size: .26rem;color: #666666;line-height: .4rem;}
.technology .technology-con .technology-list-part .technology-item .con li:nth-child(1) .info p:nth-child(2) a {font-size: .26rem;color: #333333;}
.technology .technology-con .technology-list-part .technology-item .con li span {font-size: .34rem;color: #999999;margin-right: .1rem;}
.technology .technology-con .technology-list-part .technology-item .con li a {font-size: .28rem;color: #333333;line-height: .56rem;}
/* 热门下载 */
.technology .technology-con .hot-download {width: 100%;margin-top: .2rem;background: #ffffff;box-sizing: border-box;padding: .3rem .4rem;}
.technology .technology-con .hot-download .lab {width: 100%;display: flex;align-items: center;justify-content: space-between;}
.technology .technology-con .hot-download .lab span {font-size: .34rem;color: #333333;font-weight: bold;line-height: .45rem;}
.technology .technology-con .hot-download .lab a {font-size: .24rem;color: #888888;line-height: .35rem;}
.technology .technology-con .hot-download .con {width: 100%;margin-top: .2rem;}
.technology .technology-con .hot-download .con li span {font-size: .34rem;color: #999999;margin-right: .1rem;}
.technology .technology-con .hot-download .con li a {font-size: .28rem;color: #333333;line-height: .56rem;}
/* 相关视频 */
.technology .technology-con .correlation-video {width: 100%;margin-top: .2rem;background: #ffffff;box-sizing: border-box;padding: .3rem .4rem;}
.technology .technology-con .correlation-video .lab {font-size: .34rem;color: #333333;font-weight: bold;line-height: .45rem;}
.technology .technology-con .correlation-video .con {width: 100%;margin-top: .3rem;}
.technology .technology-con .correlation-video .con ul {display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
.technology .technology-con .correlation-video .con li {width: 3.2rem;margin-bottom: .2rem;}
.technology .technology-con .correlation-video .con li .img {width: 3.2rem;height: 2.38rem;display: flex;align-items: center;justify-content: center;overflow: hidden;border-radius: .1rem;}
.technology .technology-con .correlation-video .con li .img img {max-width: 100%;}
.technology .technology-con .correlation-video .con li p {font-size: .28rem;color: #333333;line-height: .37rem;box-sizing: border-box;padding: .1rem;}

/* 技术列表 */
.technology .technology-con .technology-list-con {width: 100%;box-sizing: border-box;padding: 0 .4rem .4rem .4rem;background: #ffffff;}
.technology .technology-con .technology-list-con li {display: flex;margin-bottom: .3rem;justify-content: space-between;}
.technology .technology-con .technology-list-con li:last-child {margin-bottom: 0;}
.technology .technology-con .technology-list-con li .img {display: flex;align-items: center;justify-content: center;width: 2.76rem;height: 1.9rem;/* margin-right: .3rem; */overflow: hidden;border-radius: .1rem;min-width: 2.76rem;}
.technology .technology-con .technology-list-con li .img img {max-width: 100%;}
.technology .technology-con .technology-list-con li .info {width: 3.74rem;}
.technology .technology-con .technology-list-con li .info p.title {font-size: .28rem;color: #333333;font-weight:bold;}
.technology .technology-con .technology-list-con li .info p.inf {font-size: .26rem;color: #888888;line-height: .4rem;}
.technology .technology-con .technology-list-con li .info p.time {font-size: .24rem;color: #666666;}
.technology .technology-con .technology-list-con .hint {width: 100%;box-sizing: border-box;padding-top: .4rem;display: flex;align-items: center;justify-content: center;}
.technology .technology-con .technology-list-con .hint .more img {width: 2.16rem;height: .65rem;}
.technology .technology-con .technology-list-con .hint p.nomore {font-size: .26rem;color: #666666;display: none;}

/* **************************************** 下载页 *************************************** */
.data-download {width: 100%;}
.data-download .data-download-con .download-nav-box {width: 100%;box-sizing: border-box;padding:.3rem .4rem;background: #ffffff;}
.data-download .data-download-con .download-nav-box .lab {width: 100%;overflow: hidden;display: flex;align-items: center;box-sizing: border-box;height: .6rem;}
.data-download .data-download-con .download-nav-box .lab .swiper-wrapper {display: flex;align-items: center;justify-content: space-between;}
.data-download .data-download-con .download-nav-box .lab .swiper-slide {width: 1.36rem;margin-right: .4rem;}
.data-download .data-download-con .download-nav-box .lab .swiper-slide a {font-size: .34rem;color: #333333;}
.data-download .data-download-con .download-nav-box .lab .swiper-slide:last-child {margin-right: 0;}
.data-download .data-download-con .download-nav-box .lab .on a {font-weight: bold;border-bottom: 3px solid #eb0011;box-sizing: border-box;display: inline-block;}
.data-download .data-download-con .download-list-con {width: 100%;background: #ffffff;box-sizing: border-box;padding: 0 .4rem .4rem .4rem;}
.data-download .data-download-con .download-list-con .new-upload {width: 100%;}
.data-download .data-download-con .download-list-con .new-upload .lab {font-size: .34rem;color: #333333;font-weight: bold;line-height: .45rem;}
.data-download .data-download-con .download-list-con .new-upload .scrol {width: 100%;height: 2.8rem;overflow: hidden;margin-top: .1rem;}
.data-download .data-download-con .download-list-con .new-upload .scrol .swiper-wrapper {display: flex;flex-direction: column;}
.data-download .data-download-con .download-list-con .new-upload .scrol .swiper-wrapper .swiper-slide {display: flex;align-items: center;height: .7rem!important;}
.data-download .data-download-con .download-list-con .new-upload .scrol .swiper-wrapper .swiper-slide span {font-size: .34rem;color: #888888;margin-right: .1rem;height: .4rem;line-height: .36rem;}
.data-download .data-download-con .download-list-con .new-upload .scrol .swiper-wrapper .swiper-slide a {font-size: .28rem;color: #333333;line-height: .4rem;}
.data-download .data-download-con .download-list-con .new-upload .upload {width: 100%;display: flex;align-items: center;justify-content: center;margin-top: .3rem;}
.data-download .data-download-con .download-list-con .new-upload .upload img {display: block;width: 3.6rem;height: .65rem;}
.data-download .data-download-con .download-list-con .list {width: 100%;}
.data-download .data-download-con .download-list-con .list li {border-bottom: 2px dotted #e6e6e6;padding-bottom: .2rem;margin-bottom: .2rem;}
.data-download .data-download-con .download-list-con .list li .title {display: flex;align-items: center;justify-content: space-between;}
.data-download .data-download-con .download-list-con .list li .title a {font-size: .32rem;font-weight: bold;color: #333333;}
.data-download .data-download-con .download-list-con .list li .title a img {display: block;width: 1.1rem;height: .36rem;}
.data-download .data-download-con .download-list-con .list li .info {font-size: .28rem;color: #333333;line-height: .44rem;margin: .1rem 0;}
.data-download .data-download-con .download-list-con .list li .data-info {display: flex;align-items: center;justify-content: space-between;}
.data-download .data-download-con .download-list-con .list li .data-info p {display: flex;flex-direction: column; font-size: .24rem;color: #888888;line-height: .44rem;}
.data-download .data-download-con .download-list-con .list .hint {width: 100%;box-sizing: border-box;padding-top: .4rem;display: flex;align-items: center;justify-content: center;}
.data-download .data-download-con .download-list-con .list .hint .more img {width: 2.16rem;height: .65rem;}
.data-download .data-download-con .download-list-con .list .hint p.nomore {font-size: .26rem;color: #666666;display: none;}
/* 下载弹框 */
.data-download .download-dialog {width: 100%;height: 100%;background: rgba(0, 0, 0, 0.5);position: fixed;top: 0;z-index: 99999;display: none;align-items: center;justify-content: center;}
.data-download .flex {display: flex;}
.data-download .download-dialog .box {width: 6.7rem;height: 4rem;background: #ffffff;box-sizing: border-box;padding: .7rem .6rem;position: relative;}
.data-download .download-dialog .box .close {display: block;width: .24rem;height: .24rem;position: absolute;top: .2rem;right: .2rem;}
.data-download .download-dialog .box p.title {font-size: .32rem;font-weight: bold;color: #333333;line-height: .42rem;}
.data-download .download-dialog .box .data-info {display: flex;align-items: center;justify-content: space-between;margin: .4rem 0;}
.data-download .download-dialog .box .data-info p {display: flex;flex-direction: column; font-size: .24rem;color: #888888;line-height: .44rem;}
.data-download .download-dialog .box .bt {display: flex;align-items: center;justify-content: center;}
.data-download .download-dialog .box .bt img {display: block;width: 5.94rem;height: .56rem;}
/* 资料详情 */
.data-detail {width: 100%;}
.data-detail .data-detail-con {width: 100%;box-sizing: border-box;padding: .3rem .4rem;background: #ffffff;}
.data-detail .data-detail-con .data-information {width: 100%;box-sizing: border-box;border: 1px solid #e6e6e6;padding: .4rem .3rem;}
.data-detail .data-detail-con .data-information .title {border-bottom: 1px solid #e6e6e6;text-align: center;padding-bottom: .3rem;}
.data-detail .data-detail-con .data-information .title .name {font-size: .34rem;font-weight: bold;color: #333333;line-height: .45rem;margin-bottom: .1rem;}
.data-detail .data-detail-con .data-information .title .time {font-size: .24rem;color: #666666;line-height: .31rem;}
.data-detail .data-detail-con .data-information .desc {width: 100%;margin-top: .2rem;}
.data-detail .data-detail-con .data-information .desc p {font-size: .28rem;color: #333333;line-height: .5rem;}
.data-detail .data-detail-con .data-information .desc p:last-child {font-weight: bold;}
.data-detail .data-detail-con .data-information a {width: 100%;display: flex;align-items: center;justify-content: center;margin-top: .3rem;}
.data-detail .data-detail-con .data-information a img {display: block;width: 5.94rem;height: .56rem;}
.data-detail .data-detail-con .data-introduce {width: 100%;margin-top: .4rem;}
.data-detail .data-detail-con .data-introduce .lab {width: 100%;border-bottom: 1px solid #e6e6e6;padding-bottom: .2rem;font-size: .34rem;color: #333333;font-weight: bold;line-height: .45rem;}
.data-detail .data-detail-con .data-introduce .con {margin-top: .2rem;}
.data-detail .data-detail-con .data-introduce .con p {font-size: .26rem;color: #333333;line-height: .56rem;text-align: justify;margin-bottom: .2rem;}
.data-detail .data-detail-con .data-introduce .con p:last-child {margin-bottom: 0;}
.data-detail .data-detail-con .data-introduce .con p img {max-width: 100%;}
.data-detail .data-detail-con .data-introduce .data-company {width: 100%;margin-top: .3rem;box-sizing: border-box;padding: .2rem .3rem;background: #f6f6f6;}
.data-detail .data-detail-con .data-introduce .data-company .name {font-size: .3rem;color: #333333;font-weight: bold;}
.data-detail .data-detail-con .data-introduce .data-company .info {margin-top: .1rem;}
.data-detail .data-detail-con .data-introduce .data-company .info p {font-size: .22rem;color: #565656;line-height: .4rem;}
/* 相关下载 */
.data-detail .data-detail-con .correlation {width: 100%;margin-top: .4rem;}
.data-detail .data-detail-con .correlation .lab {width: 100%;border-bottom: 1px solid #e6e6e6;padding-bottom: .2rem;font-size: .34rem;color: #333333;font-weight: bold;line-height: .45rem;}
.data-detail .data-detail-con .correlation .con {margin-top: .2rem;}
.data-detail .data-detail-con .correlation .con li {display: flex;align-items: center;}
.data-detail .data-detail-con .correlation .con li span {font-size: .34rem;color: #888888;margin-right: .1rem;}
.data-detail .data-detail-con .correlation .con li a {font-size: .28rem;color: #333333;}

/* *************************************************** 商机页 *************************************************** */
.business {width: 100%;}
.business .search {width: 100%;display: flex;align-items: center;justify-content: space-between;padding: .3rem .4rem;box-sizing: border-box;}
.business .search .s-box {height: .7rem;border: 1px solid #999999;border-radius: .36rem;display: flex;align-items: center;background: #ffffff;box-sizing: border-box;padding: 0 .3rem;}
.business .search .s-box img {width: .4rem;height: .4rem;margin-right: .2rem;}
.business .search .s-box input {outline: none;height: 100%;border: 0;}
.business .search .filter a {font-size: .24rem;color: #666666;line-height: .31rem;display: flex;align-items: center;}
.business .search .filter a img {display: block;width: .4rem;height: .42rem;margin-left: .06rem;}
.business .business-nav {display: flex;align-items: center;justify-content: space-between;box-sizing: border-box;background: #ffffff;padding: .4rem;}
.business .business-nav a {font-size: .34rem;color: #333333;line-height: .45rem;padding-bottom: .1rem;}
.business .business-nav a.on {font-weight: bold;border-bottom: .06rem solid #eb0011;}
.business .c-identity {width: 100%;background: #ffffff;box-sizing: border-box;padding: 0 .4rem .4rem .4rem;}
.business .c-identity .lab {width: 100%;display: flex;align-items: center;}
.business .c-identity .lab span {display: flex;align-items: center;justify-content: center;width: 50%;height: .6rem;background: #e6e6e6;font-size: .3rem;color: #333333;box-sizing: border-box;border: 1px solid #e6e6e6;}
.business .c-identity .lab span.on {font-weight: bold;background: #ffffff;}
.business .c-identity .list {width: 100%;margin-top: .3rem;}
.business .c-identity .list ul {display: flex;align-items: center;justify-content: space-between;display: none;}
.business .c-identity .list ul.block {display: flex;}
.business .c-identity .list ul li {width: 21.645%;background: #f2f2f2;border-radius: .2rem;overflow: hidden;padding: 4.33% 0;}
.business .c-identity .list ul li img {display: block;margin-bottom: .1rem;}
.business .c-identity .list ul li a {display: flex;align-items: center;justify-content: center;flex-direction: column;width: 100%;height: 100%;}
.business .c-identity .list ul li span:nth-child(1) {display: flex;align-items: center;justify-content: center; height: .53rem;}
.business .c-identity .list ul li span:nth-child(2) {font-size: .26rem;color: #333333;line-height: .35rem;}
.business .c-identity .list ul:nth-child(1) li:nth-child(1) img {width: .47rem;height: .47rem;}
.business .c-identity .list ul:nth-child(1) li:nth-child(2) img {width: .52rem;height: .47rem;}
.business .c-identity .list ul:nth-child(1) li:nth-child(3) img {width: .49rem;height: .45rem;}
.business .c-identity .list ul:nth-child(1) li:nth-child(4) img {width: .49rem;height: .48rem;}
.business .c-identity .list ul:nth-child(2) li:nth-child(1) img {width: .47rem;height: .47rem;}
.business .c-identity .list ul:nth-child(2) li:nth-child(2) img {width: .46rem;height: .53rem;}
.business .c-identity .list ul:nth-child(2) li:nth-child(3) img {width: .48rem;height: .48rem;}
.business .c-identity .list ul:nth-child(2) li:nth-child(4) img {width: .47rem;height: .5rem;}
/* 供应动态 */
.business .supply-dynamic {width: 100%;margin-top: .2rem;background: #ffffff;box-sizing: border-box;padding: .3rem .4rem;}
.business .supply-dynamic .lab {width: 100%;display: flex;align-items: center;justify-content: space-between;}
.business .supply-dynamic .lab span {font-size: .34rem;color: #333333;font-weight: bold;line-height: .45rem;}
.business .supply-dynamic .lab a {font-size: .24rem;color: #888888;}
.business .supply-dynamic .con {margin-top: .1rem;}
.business .supply-dynamic .con li {display: flex;align-items: center;border-bottom: 2px dotted #e6e6e6;}
.business .supply-dynamic .con li:last-child {border-bottom: 0;}
.business .supply-dynamic .con li img {display: block;width: .36rem;height: .36rem;margin-right: .2rem;}
.business .supply-dynamic .con li a {font-size: .28rem;color: #333333;line-height: .8rem;}
/* 优质供应商推荐 */
.business .high-quality-supplier {width: 100%;margin-top: .2rem;background: #ffffff;box-sizing: border-box;padding: .3rem .4rem;}
.business .high-quality-supplier .lab {font-size: .34rem;color: #333333;font-weight: bold;line-height: .45rem;}
.business .high-quality-supplier .list {margin-top: .2rem;}
.business .high-quality-supplier .list ul {align-items: center;flex-wrap: wrap;display: none;}
.business .high-quality-supplier .list ul.block {display: flex;}
.business .high-quality-supplier .list ul li {width: 33.4%;box-sizing: border-box;border: 1px solid #f2f2f2;text-align: center;margin-right: -1px;margin-bottom: -1px;}
.business .high-quality-supplier .list ul li a {display: flex;align-items: center;justify-content: center;flex-direction: column;width: 100%;text-align: center;overflow: hidden;height: 1.06rem;}
.business .high-quality-supplier .list ul li img {display: block;max-width: 100%;}
.business .high-quality-supplier .list ul li span {font-size: .28rem;color: #333333;line-height: .6rem;}
.business .high-quality-supplier .do {width: 100%;display: flex;align-items: center;justify-content: space-between;margin-top: .3rem;}
.business .high-quality-supplier .do img {display: block;width: 3.24rem;height: .68rem;}
/* 供应信息 */
.supply {width: 100%;box-sizing: border-box;padding: .3rem .4rem;background: #ffffff;}
.supply .business-nav {padding: 0;height: .6rem;}
.supply .supply-list {width: 100%;margin-top: .3rem;}

.supply .supply-list ul.block {display: block;}
.supply .supply-list li {width: 100%;border-bottom: 2px dotted #e6e6e6;padding-bottom: .2rem;display: flex;margin-bottom: .2rem;}
.supply .supply-list li:last-child {margin-bottom: 0;border-bottom: 0;}
.supply .supply-list li .img {width: 1.6rem;height: 1.6rem;display: flex;align-items: center;justify-content: center;box-sizing: border-box;border: 1px solid #e6e6e6;min-width: 1.6rem;margin-right: .2rem;overflow: hidden;}
.supply .supply-list li .img img {max-width: 100%;display: block;}
.supply .supply-list li .info {width: 100%;}
.supply .supply-list li .info .p-name a {font-size: .28rem;color: #333333;line-height: .4rem;}
.supply .supply-list li .info .c-name {font-size: .28rem;color: #888888;line-height: .4rem;margin: .06rem 0;}
.supply .supply-list li .info .add {display: flex;align-items: center;justify-content: space-between;}
.supply .supply-list li .info .add p {display: flex;align-items: center;}
.supply .supply-list li .info .add p span {font-size: .26rem;color: #888888;}
.supply .supply-list li .info .add p span:nth-child(1) {margin-right: .3rem;}
.supply .supply-list li .info .add p span span {color: #eb0011;margin-right: 0!important;}
.supply .supply-list li .info .add a img {display: block;width: 1.2rem;height: .43rem;}
.supply .supply-list .hint {width: 100%;box-sizing: border-box;padding-top: .4rem;display: flex;align-items: center;justify-content: center;}
.supply .supply-list .hint .more img {width: 2.16rem;height: .65rem;display: none;}
.supply .supply-list .hint p.nomore {font-size: .26rem;color: #666666;display: none;}



/* ************************************************************ 登录 *************************************************** */
.login-box {width: 100%;background: #ffffff;box-sizing: border-box;padding: 0.4rem;}
.login-box .register {text-align: right;}
.login-box .register a {font-size: 0.28rem;color: #555555;line-height: 0.37rem;}
.login-box .logo {width: 100%;display: flex;align-items: center;justify-content: center;margin-top: 0.3rem;}
.login-box .logo img {width: 3.63rem;height: 1.2rem;}
.login-box .f-box {width: 100%;border: 1px solid #e6e6e6;border-radius: 0.08rem;box-sizing: border-box;margin-top: 0.8rem;overflow: hidden;}
.login-box .f-box .from-item {height: 0.9rem;border-bottom: 1px solid #e6e6e6;box-sizing: border-box;display: flex;align-items: center;justify-content: space-between;padding: 0 0.4rem;}
.login-box .f-box .from-item:last-child {border-bottom: 0;}
.login-box .f-box .from-item input {outline: none;border: 0;height: 100%;}
.login-box .f-box .from-item .change-code {font-size: 0.28rem;color: #999999;width: 1rem;display: block;}
.login-box .but-1 {margin-top: 0.6rem;display: none;}
.login-box .show {display: block!important;}
.login-box .but-2 {margin-top: 0.6rem;display: none;}
.login-box .but-1 input {width: 100%;height: 0.94rem;background: url('../images/login/b-1.png')no-repeat;background-size: 100% 100%;display: block;outline: none;border: 0;margin: 0;}
.login-box .but-2 input {width: 100%;height: 0.94rem;background: url('../images/login/b-2.png')no-repeat;background-size: 100% 100%;display: block;outline: none;border: 0;margin: 0;}
.login-box .forget {width: 100%;display: flex;align-items: center;justify-content: space-between;margin-top: 0.3rem;}
.login-box .forget a {font-size: 0.28rem;color: #555555;line-height: 0.37rem;}
.login-box .third-party {width: 100%;margin-top: 1rem;}
.login-box .third-party .label {display: flex;align-items: center;justify-content: space-around;}
.login-box .third-party .label b {display: block;width: 2.12rem;height: 1px;background: #888888;}
.login-box .third-party .label span {font-size: 0.26rem;color: #888888;line-height: 0.35rem;}
.login-box .third-party .type-logo {width: 100%;display: flex;align-items: center;justify-content: center;margin-top: 0.4rem;}
.login-box .third-party .type-logo img {width: 0.9rem;height: 0.9rem;display: block;}

.phone-login .block {display: flex!important;}
.phone-login .getcode,.anewget {width: 2.34rem;height: 100%;text-align: center;display: none;background: #eb0011;font-size: 0.28rem;color: #ffffff;align-items: center;justify-content: center;}
.phone-login .time {display: none;background: #eb0011;width: 2.34rem;height: 100%;text-align: center;align-items: center;justify-content: center;font-size: 0.28rem;color: #ffffff;}
.phone-login .f-box .from-item select {width: 4rem;border: 0;outline: none;height: 100%;font-size: 0.28rem;color: #999999;}
.phone-login .f-box .from-item:nth-child(1) input {box-sizing: border-box;padding: 0 0.2rem;border-left: 1px solid #e6e6e6;margin-left: 0.2rem;}

.binding {width: 100%;}
.binding .logo {text-align: center;display: block;margin-bottom: 0.4rem;}
.binding .logo span {font-size: 0.28rem;color: #333333;line-height: 0.37rem;}
.binding .logo a {width: 1.85rem;height: 1.85rem;border: 1px solid #e6e6e6;box-sizing: border-box;border-radius: 100%;display: flex;align-items: center;justify-content: center;margin: 0 auto;overflow: hidden;}
.binding .logo img {max-width: 100%;height: auto;}
.binding .exp {width: 4.16rem;text-align: center;margin: 0 auto;}
.binding .exp p {font-size: 0.32rem;color: #333333;line-height: 0.48rem;}
.binding .exp p span {font-size: 0.32rem;color: #eb0011;line-height: 0.48rem;}
.binding .f-box {margin-top: 0.6rem;}
.binding .but-1 input {width: 100%;height: 0.94rem;background: url('../images/login/b-3.png')no-repeat;background-size: 100% 100%;display: block;outline: none;border: 0;margin: 0;}
.binding .but-2 input {width: 100%;height: 0.94rem;background: url('../images/login/b-4.png')no-repeat;background-size: 100% 100%;display: block;outline: none;border: 0;margin: 0;}

.register-num {}
.register-num form {margin-top: 0.6rem;}
.register-num .from-item {height: 0.9rem;border: 1px solid #e6e6e6;box-sizing: border-box;display: flex;align-items: center;justify-content: space-between;padding: 0 0.4rem;width: 100%;border-radius: 0.08rem;margin-bottom: 0.3rem;}
.register-num .from-item input {outline: none;border: 0;height: 100%;}
.register-num .from-item .change-code {font-size: 0.28rem;color: #999999;width: 1rem;display: block;}
.register-num .block {display: flex!important;}
.register-num .getcode,.anewget {width: 2.34rem;height: 100%;text-align: center;display: none;background: #eb0011;font-size: 0.28rem;color: #ffffff;align-items: center;justify-content: center;}
.register-num .time {display: none;background: #eb0011;width: 2.34rem;height: 100%;text-align: center;align-items: center;justify-content: center;font-size: 0.28rem;color: #ffffff;}
.register-num .but {width: 100%;margin-top: 0.8rem;}
.register-num .but input {width: 100%;height: 0.94rem;background: url('../image/login/b-5.png')no-repeat;background-size: 100% 100%;display: block;outline: none;border: 0;margin: 0;}
.register-num .hi {width: 100%;font-size: 0.28rem;color: #888888;line-height: 0.37rem;text-align: center;margin-top: 0.3rem;}
.register-num .hi a {font-size: 0.28rem;color: #2882e8;line-height: 0.37rem;}

/* 找回密码 */
.find-password {width: 100%;box-sizing: border-box;padding: 0.4rem;background: #ffffff;}
.find-password .label {font-size: 0.32rem;color: #555555;line-height: 0.42rem;font-weight: bold;margin-bottom: 0.6rem;}
.find-password .type-ite {width: 100%;height: 1.9rem;border: 1px solid #e6e6e6;border-radius: 0.08rem;box-shadow: 0px 0px 0.1rem 0px #E6E6E6;box-sizing: border-box;padding: 0.67rem .4rem;margin-bottom: 0.6rem;}
.find-password .type-ite:last-child {margin-bottom: 0;}
.find-password .type-ite a {display: flex;align-items: center;justify-content: space-between;}
.find-password .type-ite a p {display: flex;align-items: center;}
.find-password .type-ite a p img.user {width: 0.4rem;height: 0.45rem;margin-right: 0.2rem;}
.find-password .type-ite a p span {font-size: 0.28rem;color: #555555;font-weight: bold;}
.find-password .type-ite a img {width: 0.18rem;height: 0.31rem;display: inline-block;}
.find-password .type-ite a p img.ph {width: 0.3rem;height: 0.45rem;margin-right: 0.2rem;}
.find-password .hint {width: 100%;background: #f4f5f6;box-sizing: border-box;padding: 0.3rem 0.4rem;border-radius: 0.08rem;margin-top: 3.5rem;}
.find-password .hint p {font-size: 0.26rem;color: #555555;line-height: 0.4rem;}
.find-password .hint p span {font-size: 0.26rem;color: #eb0011;}

.find-password .find {width: 100%;text-align: right;margin-bottom: 0.6rem;}
.find-password .find a {font-size: 0.28rem;color: #555555;line-height: 0.37rem;}
.find-password .item {width: 100%;background: url('../image/login/icon-4.png')no-repeat 60% 0%;background-size: 5.28rem 0.48rem;display: flex;align-items: center;box-sizing: border-box;padding-top: 0.8rem;}
.find-password .item span {font-size: 0.26rem;color: #999999;line-height: 0.35rem;display: inline-block;width: 1.3rem;text-align: center;}
.find-password .item span:nth-child(1) {margin-left: 0.48rem;}
.find-password .item span:nth-child(2) {margin-left: 0.3rem;}
.find-password .item span:nth-child(3) {margin-left: 0.3rem;}
.find-password .item span:nth-child(4) {margin-left: 0.29rem;}
.find-password .item .bl {color: #333333!important;}
.find-password .f-box {height: 1.81rem;margin-top: 0.6rem;}
.find-password .f-box .from-item:nth-child(1) input {width: 100%;}
.find-password .but-1 input {width: 100%;height: 0.94rem;background: url('../image/login/b-6.png')no-repeat;background-size: 100% 100%;display: block;outline: none;border: 0;margin: 0;}
.find-password .but-2 input {width: 100%;height: 0.94rem;background: url('../image/login/b-7.png')no-repeat;background-size: 100% 100%;display: block;outline: none;border: 0;margin: 0;}

.fp-1 .item {width: 100%;background: url('../image/login/icon-5.png')no-repeat 60% 0%;background-size: 5.28rem 0.48rem;display: flex;align-items: center;box-sizing: border-box;padding-top: 0.8rem;}
.fp-1 .infomation {width: 100%;}
.fp-1 .infomation .info-1 {width: 100%;margin-top: 0.8rem;}
.fp-1 .infomation .info-1 p:nth-child(1) {font-size: 0.32rem;color: #333333;line-height: 0.42rem;}
.fp-1 .infomation .info-1 p:nth-child(2) {font-size: 0.3rem;color: #eb0011;line-height: 0.4rem;}
.fp-1 .infomation .info-2 {margin-top: 0.6rem;}
.fp-1 .infomation .info-2 .lab {font-size: 0.32rem;color: #333333;line-height: 0.42rem;margin-bottom: 0.3rem;}
.fp-1 .infomation .info-2 .types {width: 100%;border-bottom: 1px solid #999999;box-sizing: border-box;padding-bottom: 0.2rem;}
.fp-1 .infomation .info-2 .types a {display: flex;align-items: center;justify-content: space-between;}
.fp-1 .infomation .info-2 .types a .doing {display: flex;align-items: center;}
.fp-1 .infomation .info-2 .types a .doing img {width: 0.68rem;height: 0.68rem;margin-right: 0.3rem;}
.fp-1 .infomation .info-2 .types a img {width: 0.18rem;height: 0.32rem;}
.fp-1 .infomation .info-2 .types a .doing .mobile span {display: block;}
.fp-1 .infomation .info-2 .types a .doing .mobile span:nth-child(1) {font-size: 0.3rem;color: #333333;line-height: 0.4rem;}
.fp-1 .infomation .info-2 .types a .doing .mobile span:nth-child(2) {font-size: 0.28rem;color: #999999;line-height: 0.37rem;}
.fp-1 .checkCode-num {width: 100%;margin-top: 0.6rem;display: none;}
.fp-1 .block {display: block;}
.fp-1 .checkCode-num .inf p:nth-child(1) {font-size: 0.32rem;color: #333333;line-height: 0.42rem;}
.fp-1 .checkCode-num .inf p:nth-child(2) {font-size: 0.28rem;color: #666666;line-height: 0.37rem;}
.fp-1 .checkCode-num .form-item {display: flex;align-items: center;justify-content: space-between;}
.fp-1 .checkCode-num .form-item input {width: 0.75rem;outline: none;border: 0;border-bottom: 2px solid #eb0011;box-sizing: border-box;text-align: center;padding: 0.15rem 0;font-size: 0.36rem;color: #333333;}
.fp-1 .checkCode-num .form-item .nextBut {width: 100%;height: 0.94rem;background: url('../image/login/b-7.png')no-repeat;background-size: 100% 100%;display: block;outline: none;border: 0;margin: 0;}
.fp-1 .checkCode-num .form-item:last-child {margin-top: 0.4rem;}
.fp-1 .checkCode-num .block {display: flex!important;}
.fp-1 .checkCode-num .anewget {display: none;font-size: 0.28rem;color: #999999;align-items: center;background: #ffffff;text-align: left;margin-top: 0.1rem;width: 1.2rem;}
.fp-1 .checkCode-num .time {display: none;align-items: center;font-size: 0.28rem;color: #999999;margin-top: 0.1rem;}

.find-for-num .do-type {width: 100%;margin-top: 0.2rem;display: flex;align-items: center;justify-content: space-between;}
.find-for-num .do-type a {font-size: 0.28rem;color: #555555;line-height: 0.37rem;}

.reset-pwd {width: 100%;}
.reset-pwd .subbutton {width: 100%;margin-top: 0.6rem;}
.reset-pwd .item {width: 100%;background: url('../image/login/icon-9.png')no-repeat 60% 0%;background-size: 5.28rem 0.48rem;display: flex;align-items: center;box-sizing: border-box;padding-top: 0.8rem;margin-bottom: 0.6rem;}
.reset-pwd .subbutton input {width: 100%;height: 0.94rem;background: url('../image/login/b-8.png')no-repeat;background-size: 100% 100%;display: block;outline: none;border: 0;margin: 0;}
.reset-pwd .from-item {height: 0.9rem;border: 1px solid #e6e6e6;box-sizing: border-box;display: flex;align-items: center;justify-content: space-between;padding: 0 0.4rem;width: 100%;border-radius: 0.08rem;margin-bottom: 0.3rem;}
.reset-pwd .from-item input {outline: none;border: 0;height: 100%;}

.finish-reset-pwd {width: 100%;background: #ffffff;box-sizing: border-box;padding: 1rem .4rem;}
.finish-reset-pwd .p-1 {width: 100%;text-align: center;}
.finish-reset-pwd .p-1 img {width: 1.6rem;height: 1.6rem;}
.finish-reset-pwd .p-1 span {font-size: 0.36rem;font-weight: bold;color: #555555;line-height: 0.47rem;}
.finish-reset-pwd .back-home {width: 100%;margin-top: 3rem;}
.finish-reset-pwd .back-home a {display: flex;}
.finish-reset-pwd .back-home img {width: 100%;height: 0.94rem;}
.finish-reset-pwd .hint {width: 100%;background: #f4f5f6;box-sizing: border-box;padding: 0.3rem 0.4rem;border-radius: 0.08rem;margin-top: 2rem;}
.finish-reset-pwd .hint p {font-size: 0.26rem;color: #555555;line-height: 0.4rem;}
.finish-reset-pwd .hint p span {font-size: 0.26rem;color: #eb0011;}



/* +++++++++++++++++++++++++++++++++++++++++++++++++ 修改样式 ++++++++++++++++++++++++++++++++++++++++++++ */
/* 产品详情在线询价 */
.product-detail .shade {width: 100%;height: 100%; position: fixed;background: rgba(0, 0, 0, 0.5);top: 0;z-index: 99999;display: none;}
.product-detail .issue-form {width: 6.7rem;box-sizing: border-box;padding: .3rem 0.4rem;background: #ffffff;border-radius: 0.08rem;z-index: 999999;position: fixed;top: 50%;left: 50%;transform: translate(-50%,-50%);display: none;}
.product-detail .issue-form .closed {position: absolute;top: 0.2rem;right: 0.2rem;}
.product-detail .issue-form .closed img {display: block;width: 0.24rem;height: 0.24rem;}
.product-detail .issue-form .lab {width: 100%;text-align: center;font-size: 0.32rem;color: #333333;font-weight: bold;line-height: 0.42rem;/* margin-bottom: 0.4rem; */}
.product-detail .issue-form .f-box {width: 100%;}
.product-detail .issue-form .f-box .form-item {margin-bottom: 0.2rem;}
.product-detail .issue-form .f-box .form-item:last-child {margin-top: 0.4rem;display: flex;align-items: center;justify-content: center;margin-bottom: 0;}
.product-detail .issue-form .f-box .form-item:last-child input {width: 4rem;height: 0.64rem;background: #eb0011;font-size: 0.3rem;font-weight: bold;color: #ffffff;border-radius: 0.5rem;display: flex;align-items: center;justify-content: center;}
.product-detail .issue-form .f-box .form-item label {width: 100%;}
.product-detail .issue-form .f-box .form-item label span {font-size: 0.26rem;color: #333333;line-height: 0.7rem;}
.product-detail .issue-form .f-box .form-item label span:last-child {color: #eb0011;margin-left: 0.06rem;}
.product-detail .issue-form .f-box .form-item input {width: 100%;height: 0.64rem; box-sizing: border-box;border: 1px solid #e6e6e6;outline: none;background: #fafafa;border-radius: 0.08rem;padding: 0 0.2rem;}
.product-detail .showed {display: block!important;}

/* 联系我们 */
.contact-us-con {width: 100%;background: #ffffff;}
.contact-us-con .banner {width: 100%;height: 3.5rem;overflow: hidden;}
.contact-us-con .banner img {max-width: 100%;display: block;}
.contact-us-con .cont-info {width: 100%;box-sizing: border-box;padding: 0.4rem;}
.contact-us-con .cont-info .lab {font-size: 0.34rem;color: #333333;line-height: 0.45rem;text-align: center;margin-bottom: 0.2rem;}
.contact-us-con .cont-info .con {width: 100%;}
.contact-us-con .cont-info .con p {font-size: 0.28rem;color: #333333;line-height: 0.56rem;}
.contact-us-con .cont-info .con p:nth-child(1) {font-weight: bold;}
.contact-us-con .c-map {width: 100%;box-sizing: border-box;padding: 0.4rem;}
.contact-us-con .company-map {width: 100%;height: 4.5rem;}
.contact-us-con .company-map .BMapLabel {width: 3.69rem;height: 0.79rem;background: url('../images/add/bg.png')no-repeat;border: 0!important;background-size: 100% 100%;font-size: 0.26rem!important;color: #ffffff;text-align: center;line-height: 0.7rem!important;background-color: transparent!important;}

/* 关于我门 */
.intro-us-con {width: 100%;background: #ffffff;}
.intro-us-con .banner {width: 100%;height: 3.5rem;overflow: hidden;}
.intro-us-con .banner img {max-width: 100%;display: block;}
.intro-us-con .information {width: 100%;box-sizing: border-box;padding: 0.4rem;}
.intro-us-con .information .part {margin-bottom: 0.3rem;}
.intro-us-con .information .part .lab {width: 100%;text-align: center;font-size: 0.34rem;color: #333333;line-height: 0.45rem;margin-bottom: 0.2rem;}
.intro-us-con .information .part p {font-size: 0.28rem;color: #333333;line-height: 0.56rem;text-align: justify;}
.intro-us-con .information .part p img {max-width: 100%;display: block;}
.intro-us-con .information .part .img {margin-bottom: 0.3rem;}

/* 主导航 */
.main-nav-con {width: 100%;background: #ffffff;box-sizing: border-box;padding: 0.4rem .4rem;}
.main-nav-con .part-item {width: 100%;margin-bottom: 0.2rem;}
.main-nav-con .part-item .lab {width: 100%;display: flex;align-items: center;margin-bottom: 0.3rem;}
.main-nav-con .part-item .lab span {font-size: 0.34rem;font-weight: bold;color: #333333;line-height: 0.41rem;margin-left: 0.2rem;}
.main-nav-con .part-item .lab img {margin-top: 0.04rem;}
.main-nav-con .part-item:nth-child(1) .lab img {width: 0.35rem;height: 0.32rem;}
.main-nav-con .part-item:nth-child(2) .lab img {width: 0.36rem;height: 0.31rem;}
.main-nav-con .part-item:nth-child(3) .lab img {width: 0.35rem;height: 0.35rem;}
.main-nav-con .part-item:nth-child(4) .lab img {width: 0.34rem;height: 0.32rem;}
.main-nav-con .part-item:nth-child(5) .lab img {width: 0.34rem;height: 0.33rem;}
.main-nav-con .part-item:nth-child(6) .lab img {width: 0.33rem;height: 0.33rem;}
.main-nav-con .part-item:nth-child(7) .lab img {width: 0.33rem;height: 0.32rem;}
.main-nav-con .part-item:nth-child(8) .lab img {width: 0.41rem;height: 0.32rem;}
.main-nav-con .part-item:nth-child(9) .lab img {width: 0.42rem;height: 0.27rem;}
.main-nav-con .part-item .list {margin-right: -0.22rem;}
.main-nav-con .part-item .list a {display: flex;align-items: center;justify-content: center;width: 2.08rem;height: 0.64rem;box-sizing: border-box;border: 1px solid #cfcfcf;border-radius: 0.08rem;margin-bottom: 0.2rem;margin-right: 0.225rem;float: left;font-size: 0.28rem;color: #333333;}

/* 品牌列表 */
.brand-page {position: relative;}
.brand-page .search {width: 100%;display: flex;align-items: center;justify-content: space-between;padding: .3rem .4rem;box-sizing: border-box;}
.brand-page .search .s-box {width: 5.48rem;height: .7rem;border: 1px solid #999999;border-radius: .36rem;display: flex;align-items: center;background: #ffffff;box-sizing: border-box;padding: 0 .3rem;}
.brand-page .search .s-box img {width: .4rem;height: .4rem;margin-right: .2rem;}
.brand-page .search .s-box input {outline: none;height: 100%;border: 0;}
.brand-page .search .filter a {font-size: .24rem;color: #666666;line-height: .31rem;display: flex;align-items: center;}
.brand-page .search .filter a img {display: block;width: .4rem;height: .42rem;margin-left: .06rem;}
.brand-list-content {width: 100%;}
.brand-list-content .location {width: 100%;display: flex;align-items: center;box-sizing: border-box;padding: .3rem 0.4rem;background: #ffffff;}
.brand-list-content .location img {width: 0.35rem;height: 0.32rem;display: block;margin-right: 0.2rem;}
.brand-list-content .location span {font-size: 0.34rem;font-weight: bold;color: #333333;}
.brand-list-content .location b {color: #666666;font-size: 0.28rem;margin: 0 0.1rem;}
.brand-list-content .brand-con-part {width: 100%;box-sizing: border-box;padding: 0.4rem;background: #ffffff;margin-top: 0.2rem;}
.brand-list-content .brand-con-part ul {display: flex;align-items: center;flex-wrap: wrap;}
.brand-list-content .brand-con-part li {width: 2.24rem;height: 1.7rem;box-sizing: border-box;border: 1px solid #f2f2f2;text-align: center;margin-right: -1px;margin-bottom: -1px;overflow: hidden;}
.brand-list-content .brand-con-part li a {display: block;/* align-items: center; *//* justify-content: center; */overflow: hidden;width: 100%;height: 1.06rem;box-sizing: border-box;padding: .06rem;text-align: center;line-height: 1.06rem;}
.brand-list-content .brand-con-part li a img {max-width: 100%;display: inline-block;}
.brand-list-content .brand-con-part li span {font-size: 0.28rem;color: #333333;line-height: 0.37rem;}
.brand-list-content .brand-con-part .hint {width: 100%;margin-top: 0.5rem;}
.brand-list-content .brand-con-part .hint .block {display: flex!important;}
.brand-list-content .brand-con-part .hint .more {width: 100%;display: none;align-items: center;justify-content: center;}
.brand-list-content .brand-con-part .hint .more img {height: 0.65rem;display: block;}
.brand-list-content .brand-con-part .hint .nomore {font-size: 0.26rem;color: #666666;line-height: 0.35rem;text-align: center;display: none;}

/* 侧边导航 */
.shade-box,.shade-box2 {position: fixed;top: 0; width: 100%;height: 100%;background: rgba(0, 0, 0, 0.5);z-index: 9999;display: none;max-width: 11rem;}
.broadside-nav,.broadside-nav2 {position: fixed;top: 0; z-index: 99999;background: #333333;width: 3.09rem;height: 100%;display: none;max-width: 3.09rem;}
.broadside-nav li,.broadside-nav2 li {width: 3.09rem;height: 0.96rem;box-sizing: border-box;line-height: .96rem;}
.broadside-nav li a,.broadside-nav2 li a {font-size: 0.3rem;color: #ffffff;padding: 0 0.4rem;display: block;width: 100%;height: 100%;box-sizing: border-box;}
.broadside-nav li.chosed a,.broadside-nav2 li.chosed a {background: #111111;font-weight: bold;}

/* 企业列表 */
.company .location {width: 100%;display: flex;align-items: center;box-sizing: border-box;padding: .3rem 0.4rem;background: #ffffff;}
.company .location img {width: 0.35rem;height: 0.32rem;display: block;margin-right: 0.2rem;}
.company .location span {font-size: 0.34rem;font-weight: bold;color: #333333;}
.company .location b {color: #666666;font-size: 0.28rem;margin: 0 0.1rem;}
/* .company .company-con {margin-top: 0.2rem;} */
.company .company-con .com-nav-box .company-con-list {margin-top: 0;}
.company .company-con .com-nav-box .company-con-list ul {display: block;}

/* 产品列表 */
.product-list {width: 100%;}
.product-list .search {width: 100%;display: flex;align-items: center;justify-content: space-between;padding: .3rem .4rem;box-sizing: border-box;}
.product-list .search .s-box {width: 5.48rem;height: .7rem;border: 1px solid #999999;border-radius: .36rem;display: flex;align-items: center;background: #ffffff;box-sizing: border-box;padding: 0 .3rem;}
.product-list .search .s-box img {width: .4rem;height: .4rem;margin-right: .2rem;}
.product-list .search .s-box input {outline: none;height: 100%;border: 0;}
.product-list .search .filter a {font-size: .24rem;color: #666666;line-height: .31rem;display: flex;align-items: center;}
.product-list .search .filter a img {display: block;width: .4rem;height: .42rem;margin-left: .06rem;}
.product-list .location {width: 100%;display: flex;align-items: center;box-sizing: border-box;padding: .3rem 0.4rem;background: #ffffff;}
.product-list .location img {width: 0.35rem;height: 0.32rem;display: block;margin-right: 0.2rem;}
.product-list .location span {font-size: 0.34rem;font-weight: bold;color: #333333;}
.product-list .location b {color: #666666;font-size: 0.28rem;margin: 0 0.1rem;}
.product-list .product-con-list {width: 100%;box-sizing: border-box;background: #ffffff;padding: 0.4rem;margin-top: 0.2rem;}
.product-list .product-con-list ul {display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
.product-list .product-con-list li {width: 3.25rem;height: 3.9rem; margin-bottom: .2rem;box-sizing: border-box;border: 1px solid #e6e6e6;padding: 0 .1rem;}
.product-list .product-con-list li .img {display: flex;align-items: center;justify-content: center;width: 3rem;height: 3rem;overflow: hidden;}
.product-list .product-con-list li .img img {max-width: 3rem;}
.product-list .product-con-list li p {font-size: .28rem;color: #333333;line-height: .37rem;margin-top: .2rem;box-sizing: border-box;padding: 0 .1rem;}
.product-list .product-con-list .hint {width: 100%;margin-top: 0.5rem;}
.product-list .product-con-list .hint .block {display: flex!important;}
.product-list .product-con-list .hint .more {width: 100%;display: none;align-items: center;justify-content: center;}
.product-list .product-con-list .hint .more img {height: 0.65rem;display: block;}
.product-list .product-con-list .hint .nomore {font-size: 0.26rem;color: #666666;line-height: 0.35rem;text-align: center;display: none;}

/* 展会 */
.exhibition .exhibition-con .exhibition-item {margin-top: 0;}


/* ++++++++++++++++++++++++++++++++++++++++++++ 企业分类导航 ++++++++++++++++++++++++++++++++++++++++ */
.company-navigation {width: 100%;}
.company-navigation .com-nav-con {width: 100%;background: #ffffff;box-sizing: border-box;padding: 0.4rem .4rem;}
.company-navigation .com-nav-con .part-item {width: 100%;margin-bottom: 0.3rem;}
.company-navigation .com-nav-con .part-item:last-child {margin-bottom: 0;}
.company-navigation .com-nav-con .part-item .lab {width: 100%;display: flex;align-items: center;margin-bottom: 0.3rem;}
.company-navigation .com-nav-con .part-item .lab span {font-size: 0.34rem;font-weight: bold;color: #333333;line-height: 0.41rem;margin-left: 0.2rem;}
.company-navigation .com-nav-con .part-item:nth-child(1) .lab img {width: 0.34rem;height: 0.34rem;}
.company-navigation .com-nav-con .part-item:nth-child(2) .lab img {width: 0.31rem;height: 0.34rem;}
.company-navigation .com-nav-con .part-item:nth-child(3) .lab img {width: 0.32rem;height: 0.32rem;}
.company-navigation .com-nav-con .part-item:nth-child(4) .lab img {width: 0.37rem;height: 0.32rem;}
.company-navigation .com-nav-con .part-item .list {margin-right: -0.22rem;}
.company-navigation .com-nav-con .part-item .list a {display: flex;align-items: center;justify-content: center;width: 2.08rem;height: 0.64rem;box-sizing: border-box;border: 1px solid #cfcfcf;border-radius: 0.08rem;margin-bottom: 0.2rem;margin-right: 0.225rem;float: left;font-size: 0.28rem;color: #333333;}
.cd_backTop {width: 0.96rem;height: 0.96rem;background: #ffffff; box-shadow: 0px 1px 10px 0px #CFCFCF;border: 1px solid #A6A6A6;align-items: center;justify-content: center;flex-direction: column; position: fixed;right: 0.5rem;bottom: 4rem;border-radius: 100%;display: none;}
.cd_backTop img {width: 0.42rem;height: 0.23rem;margin-top: 0.05rem;}
.cd_backTop span {font-size: 0.28rem;color: #333333;}
.flex {display: flex;}

/* +++++++++++++++++++++++++++++++++++++++++++++++ 网站导航 ++++++++++++++++++++++++++++++++++++++++++++ */
.site-navigation {width: 100%;background: #ffffff;}
.site-navigation .site-navigation-list {width: 100%;}
.site-navigation .site-navigation-list li {border-bottom: 1px solid #cfcfcf;}
.site-navigation .site-navigation-list li:last-child {border-bottom: 0;}
.site-navigation .site-navigation-list li p {width: 100%;background: #666666;height: 0.8rem; display: none;align-items: center;justify-content: space-between;box-sizing: border-box;padding: 0 0.4rem;}
.site-navigation .site-navigation-list li p a {font-size: 0.3rem;font-weight: bold;color: #ffffff;}
.site-navigation .site-navigation-list li p span {font-size: 0.3rem;font-weight: bold;color: #ffffff;}
.site-navigation .site-navigation-list li p img {width: 0.34rem;height: 0.2rem;}
.site-navigation .site-navigation-list li .unfold {display: none;}
.site-navigation .site-navigation-list li .flex {display: flex;}
.site-navigation .site-navigation-list li .list {display: none;}
.site-navigation .site-navigation-list li .list a {display: flex;align-items: center;box-sizing: border-box;padding: 0 0.6rem;font-size: 0.3rem;color: #333333;border-bottom: 1px solid #cfcfcf;width: 100%;height: 0.8rem;background: #f6f6f6;}
.site-navigation .site-navigation-list li .list a:last-child {border-bottom: 0;}

/* +++++++++++++++++++++++++++++++++++++++++++++++++ 求购详情 +++++++++++++++++++++++++++++++++++++++++++++ */
.buy-detail {background: #ffffff;}
.buy-detail .contact {width: 100%;height: 1.08rem;background: #ffffff;box-sizing: border-box;padding: 0 .4rem;position: fixed;bottom: 0;z-index: 9999;display: flex;align-items: center;justify-content: space-between;max-width: 11rem;}
.buy-detail .contact p {display: flex;align-items: center;}
.buy-detail .contact p a img {display: block;width: .72rem;height: .72rem;margin-right: .2rem;}
.buy-detail .contact p span {font-size: .28rem;font-weight: bold;color: #333333;}
.buy-detail .contact a img{display: block;height: .88rem;}

.buy-detail .shade {width: 100%;height: 100%; position: fixed;background: rgba(0, 0, 0, 0.5);top: 0;z-index: 99999;display: none;}
.buy-detail .issue-form {width: 6.7rem;box-sizing: border-box;padding: 0.4rem;background: #ffffff;border-radius: 0.08rem;z-index: 999999;position: fixed;top: 50%;left: 50%;transform: translate(-50%,-50%);display: none;}
.buy-detail .issue-form .closed {position: absolute;top: 0.2rem;right: 0.2rem;}
.buy-detail .issue-form .closed img {display: block;width: 0.24rem;height: 0.24rem;}
.buy-detail .issue-form .lab {width: 100%;text-align: center;font-size: 0.32rem;color: #333333;font-weight: bold;line-height: 0.42rem;/* margin-bottom: 0.4rem; */}
.buy-detail .issue-form .not-login {width: 100%;margin-top: 0.15rem;}
.buy-detail .issue-form .not-login {font-size: 0.24rem;color: #666666;}
.buy-detail .issue-form .not-login a {font-size: 0.24rem;color: #005af8;margin: 0 0.06rem;}
.buy-detail .issue-form .f-box {width: 100%;}
.buy-detail .issue-form .f-box .form-item {margin-bottom: 0.2rem;}
.buy-detail .issue-form .f-box .form-item:last-child {margin-top: 0.4rem;display: flex;align-items: center;justify-content: center;margin-bottom: 0;}
.buy-detail .issue-form .f-box .form-item:last-child input {width: 4rem;height: 0.64rem;background: #eb0011;font-size: 0.3rem;font-weight: bold;color: #ffffff;border-radius: 0.5rem;display: flex;align-items: center;justify-content: center;}
.buy-detail .issue-form .f-box .form-item label {width: 100%;}
.buy-detail .issue-form .f-box .form-item label span {font-size: 0.26rem;color: #333333;line-height: 0.7rem;}
.buy-detail .issue-form .f-box .form-item label span:last-child {color: #eb0011;margin-left: 0.06rem;}
.buy-detail .issue-form .f-box .form-item input {width: 100%;height: 0.64rem; box-sizing: border-box;border: 1px solid #e6e6e6;outline: none;background: #fafafa;border-radius: 0.08rem;padding: 0 0.2rem;}
.buy-detail .showed {display: block!important;}

.buy-detail .buy-detail-con {width: 100%;box-sizing: border-box;padding: 0.4rem;}
.buy-detail .buy-detail-con .buy-pro-intro {width: 100%;}
.buy-detail .buy-detail-con .buy-pro-intro .name {width: 100%;}
.buy-detail .buy-detail-con .buy-pro-intro .name span:nth-child(1) {font-size: 0.44rem;color: #eb0011;font-weight: bold;}
.buy-detail .buy-detail-con .buy-pro-intro .name span:last-child {font-size: 0.44rem;color: #333333;font-weight: bold;}
.buy-detail .buy-detail-con .buy-pro-intro .buy-pro-intro-con {width: 100%;margin-top: 0.1rem;}
.buy-detail .buy-detail-con .buy-pro-intro .buy-pro-intro-con p {font-size: 0.28rem;color: #333333;line-height: 0.5rem;}

.buy-detail .buy-detail-con .buy-detail-intro {width: 100%;margin-top: 0.4rem;}
.buy-detail .buy-detail-con .buy-detail-intro .title {width: 100%;background: #f2f2f2;line-height: 0.84rem;display: flex;align-items: center;font-size: 0.34rem;color: #333333;font-weight: bold;box-sizing: border-box;padding: 0 0.2rem;}
.buy-detail .buy-detail-con .buy-detail-intro .con {width: 100%;margin-top: 0.2rem;box-sizing: border-box;border: 1px solid #f2f2f2;padding: 0.3rem;}
.buy-detail .buy-detail-con .buy-detail-intro .con p {font-size: 0.28rem!important;color: #333333;line-height: 0.5rem;margin-bottom: 0.2rem;}
.buy-detail .buy-detail-con .buy-detail-intro .con p:last-child {margin-bottom: 0;}
.buy-detail .buy-detail-con .buy-detail-intro .con p span {font-size: .28rem!important;}
.buy-detail .buy-detail-con .buy-detail-intro .con p img {max-width: 100%;}

.buy-detail .buy-detail-con .hint {width: 100%;margin-top: 0.4rem;box-sizing: border-box;border: 1px solid #f2f2f2;padding: 0.3rem;}
.buy-detail .buy-detail-con .hint p:nth-child(1) {display: flex;align-items: center;}
.buy-detail .buy-detail-con .hint p img {width: 0.24rem;height: 0.24rem;}
.buy-detail .buy-detail-con .hint p span {font-size: 0.22rem;color: #999999;}
.buy-detail .buy-detail-con .hint p {font-size: 0.24rem;color: #999999;line-height: 0.4rem;}
.buy-detail .footer {margin-bottom: 1.08rem;}
