.switch_verson {
  display: inline-block;
  vertical-align: top;
  -webkit-app-region: no-drag;
  padding-left: 55px;
}

.yccom .switch_verson {
  padding-left: 22px;
}

.switch_verson .el-button--primary {
  background: #F2F3F3;
  padding: 6px 10px;
  line-height: 20px;
  border: none;
}

.switch_verson .el-button--primary span {
  color: #4286F8;
}

.switch_verson .el-button--primary:focus,
.switch_verson .el-button--primary:hover {
  background-color: #F2F3F3;
}

.switch_verson .el-button--primary:focus span,
.switch_verson .el-button--primary:hover span {
  color: #4286F8;
}

.switch_verson .icon_tip {
  width: 16px;
  height: 16px;
  margin-right: 4px;
  position: relative;
  top: 2px;
}

.drop_item.el-dropdown-menu {
  width: 106px;
  text-align: left;
  padding: 0;
  margin: 0;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.16);
  border: none;
  border-radius: 0;
}

.drop_item .el-dropdown-menu__item {
  line-height: 36px;
  padding: 0 0 0 10px;
}

.drop_item .el-dropdown-menu__item:hover {
  background: #E9F2FF;
}

.drop_item .el-dropdown-menu__item a {
  color: #333333;
}

.drop_item .el-dropdown-menu__item .icon_no {
  width: 16px;
  height: 16px;
  position: relative;
  top: 2px;
  margin-right: 4px;
}

.switch_verson .el-icon--right {
  margin-left: 10px;
}

.c_bd_main .c_menu.termin {
  background: #fff;
  padding-top: 10px;
  width: 166px;
}
.c_bd_main .c_menu.termin+.c_container{
  margin-left: 166px;
}

.c_bd_main .c_menu.termin .more {
  border-top: 1px solid #E1E6F0;
  background-color: #fff;
  width: 166px;
}

.c_bd_main .c_menu.termin .more span {
  border-top: none;
}

.c_bd_main .c_menu.termin .more span a {
  color: #374567;
  background: url(../images/ico_set_ter.png) left center no-repeat;
  padding-left: 36px;
}

.c_bd_main .c_menu .ter_navigation {
  scrollbar-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.1);
  /* 第一个方块颜色，第二个轨道颜色(用于更改火狐浏览器样式) */
  scrollbar-width: thin;
  /* 火狐滚动条无法自定义宽度，只能通过此属性使滚动条宽度变细 */
  -ms-overflow-style: none;
  height: calc(100% - 120px);
  overflow-y: auto;
}

.c_bd_main .c_menu .ter_navigation::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.c_bd_main .c_menu .ter_navigation::-webkit-scrollbar-thumb {
     background: rgba(0, 0, 0, 0.2)
}
.c_bd_main .c_menu .ter_navigation::-webkit-scrollbar-track {
     border-radius: 0;
     background: rgba(0, 0, 0, 0.1);
}
.c_bd_main .c_menu .ter_navigation ul li {
  margin-bottom: 5px;
  position: relative;
}

.c_bd_main .c_menu .ter_navigation ul li a:hover,
.c_bd_main .c_menu .ter_navigation ul li a.curr {
  background: url(../images/navline_curr.png) left top no-repeat;
  background-color: #E9F2FF;
}

.c_bd_main .c_menu .ter_navigation ul li a {
  display: block;
  height: 46px;
  line-height: 46px;
  color: #151E33;
  font-size: 14px;
  position: relative;
  text-indent: 30px;
}

.c_bd_main .c_menu .ter_navigation ul li em {
  /* width: 100px; */
  font-style: normal;
  position: relative;
  display: inline-block;
  text-indent: 30px;
  text-align: left;
}

.c_bd_main .c_menu .ter_navigation ul li em::before {
  width: 20px;
  height: 20px;
  content: '';
  position: absolute;
  left: 5px;
  top: 13px
}

.c_bd_main .c_menu .ter_navigation ul li .icon_nav_1 {
  position: absolute;
  right: 28px;
  top: 16px;
}

.c_bd_main .c_menu .ter_navigation ul li .nav_01 em::before {
  background: url(../images/icon_1.png) left center no-repeat;
  background-size: 20px 20px;
}

.c_bd_main .c_menu .ter_navigation ul li .nav_02 em::before {
  background: url(../images/icon_2.png) left center no-repeat;
  background-size: 20px 20px;
}

.c_bd_main .c_menu .ter_navigation ul li .nav_03 em::before {
  background: url(../images/icon_3.png) left center no-repeat;
  background-size: 20px 20px;
}

.c_bd_main .c_menu .ter_navigation ul li .nav_04 em::before {
  background: url(../images/icon_4.png) left center no-repeat;
  background-size: 20px 20px;
}

.c_bd_main .c_menu .ter_navigation ul li .nav_05 em::before {
  background: url(../images/icon_5.png) left center no-repeat;
  background-size: 20px 20px;
}

.c_bd_main .c_menu .ter_navigation ul li .nav_06 em::before {
  background: url(../images/icon_6.png) left center no-repeat;
  background-size: 20px 20px;
}

.c_bd_main .c_menu .ter_navigation ul li .nav_08 em::before {
  background: url(../images/icon_8.png) left center no-repeat;
  background-size: 20px 20px;
}

.c_bd_main .c_menu .ter_navigation ul li .nav_09 em::before {
  background: url(../images/icon_9.png) left center no-repeat;
  background-size: 20px 20px;
}

.c_bd_main .c_menu .ter_navigation ul li .nav_10 em::before {
  background: url(../images/icon_10.png) left center no-repeat;
  background-size: 20px 20px;
}

.c_bd_main .c_menu .ter_navigation ul li .nav_12 em::before {
  background: url(../images/icon_12.png) left center no-repeat;
  background-size: 20px 20px;
}

.c_bd_main .c_menu .ter_navigation ul li .nav_13 em::before {
  background: url(../images/icon_13.png) left center no-repeat;
  background-size: 20px 20px;
}

.c_bd_main .c_menu .ter_navigation ul li .nav_14 em::before {
  background: url(../images/icon_14.png) left center no-repeat;
  background-size: 20px 20px;
}

.c_bd_main .c_menu .ter_navigation ul li .nav_01.curr em::before {
  background: url(../images/icon_1_a.png) left center no-repeat;
  background-size: 20px 20px;
}

.c_bd_main .c_menu .ter_navigation ul li .nav_02.curr em::before {
  background: url(../images/icon_2_a.png) left center no-repeat;
  background-size: 20px 20px;
}

.c_bd_main .c_menu .ter_navigation ul li .nav_03.curr em::before {
  background: url(../images/icon_3_a.png) left center no-repeat;
  background-size: 20px 20px;
}

.c_bd_main .c_menu .ter_navigation ul li .nav_04.curr em::before {
  background: url(../images/icon_4_a.png) left center no-repeat;
  background-size: 20px 20px;
}

.c_bd_main .c_menu .ter_navigation ul li .nav_05.curr em::before {
  background: url(../images/icon_5_a.png) left center no-repeat;
  background-size: 20px 20px;
}

.c_bd_main .c_menu .ter_navigation ul li .nav_06.curr em::before {
  background: url(../images/icon_6_a.png) left center no-repeat;
  background-size: 20px 20px;
}

.c_bd_main .c_menu .ter_navigation ul li .nav_08.curr em::before {
  background: url(../images/icon_8_a.png) left center no-repeat;
  background-size: 20px 20px;
}

.c_bd_main .c_menu .ter_navigation ul li .nav_09.curr em::before {
  background: url(../images/icon_9_a.png) left center no-repeat;
  background-size: 20px 20px;
}

.c_bd_main .c_menu .ter_navigation ul li .nav_10.curr em::before {
  background: url(../images/icon_10_a.png) left center no-repeat;
  background-size: 20px 20px;
}

.c_bd_main .c_menu .ter_navigation ul li .nav_12.curr em::before {
  background: url(../images/icon_12_a.png) left center no-repeat;
  background-size: 20px 20px;
}

.c_bd_main .c_menu .ter_navigation ul li .nav_13.curr em::before {
  background: url(../images/icon_13_a.png) left center no-repeat;
  background-size: 20px 20px;
}

.c_bd_main .c_menu .ter_navigation ul li .nav_14.curr em::before {
  background: url(../images/icon_14_a.png) left center no-repeat;
  background-size: 20px 20px;
}

.c_bd_main .c_menu .ter_navigation ul li a:hover em,
.c_bd_main .c_menu .ter_navigation ul li a.curr em {
  background-color: rgba(255, 255, 255, .2);
}
.c_bd_main .c_menu .ter_navigation ul li .is_paid {
  position: absolute;
  width: 34px;
  height: 15px;
  display: block;
  top: 4px;
  right: 10px;
  background: url(../images/paid_tip.png) no-repeat;
}
.w_customer_article {
  min-width: 780px;
}

.w_customer_article .search {
  margin-bottom: 10px;
  float: right;
  width: 200px;
  height: 32px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w_customer_article .search input {
  border: none;
  background: #fff;
  height: 30px;
  line-height: 30px;
  width: 170px;
  padding: 0 10px;
}

.w_customer_article .search a {
  display: block;
  float: right;
  width: 28px;
  height: 30px;
  text-indent: -99999px;
  background: url(../images/icon_search_a.png) center no-repeat;
  background-color: #fff;
}

/* 活动start */
.t_activity_list {
  background: #fff;
  padding:10px 0 0 0;
}

.t_activity_list ul {
  margin-left: -1%;
}

.t_activity_list ul li {
  width:13.28%;
  margin-right: 0;
  margin-left:1%;
  float: left;
  background: #FFFFFF;
  border-radius: 6px;
  margin-bottom: 16px;
  box-shadow: 0px 1px 6px rgb(0 0 0 / 8%);
}
@media (max-width: 1600px) and (min-width: 1400px){
  .t_activity_list ul li{
    width: 15.66%;
  }
}
@media (max-width: 1382px) and (min-width: 1024px){
  .t_activity_list ul li{
    width: 19%;
  }
}
.t_activity_list ul li img {
  border-radius: 6px 6px 0 0;
  display: block;
  width: 100%;
  height: 110px;
  object-fit: cover;
}

.t_activity_list ul li .info {
  padding: 0 16px 8px 16px;
}

.t_activity_list ul li .info .title {
  padding: 10px 0;
  border-bottom: 1px dashed #eee;
  margin-bottom: 12px;
}

.t_activity_list ul li .info h3 {
  height: 36px;
  line-height: 18px;
  color: #1B243A;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 13px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.t_activity_list ul li .info p {
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 20px;
  color: #AAB1BC;
  font-size: 12px;
  padding-bottom: 8px
}

.t_activity_list ul li .info p.time {
  background: url(../images/icon_time.png) left 2px no-repeat;
}

.t_activity_list ul li .info p.address {
  background: url(../images/icon_address.png) left 2px no-repeat;
}

/* 活动end */

/* CMF资讯start */
.t_cmfNewsListWarp {
  background: #fff;
  padding: 20px;
}

.t_cmfNewsListWarp .NewsTable {
  height: 50px;
  border-bottom: 1px solid #eee;
}

.t_cmfNewsListWarp .NewsTable a {
  display: inline-block;
  margin-right: 28px;
  line-height: 48px;
  color: #7F8B9E;
}

.t_cmfNewsListWarp .NewsTable a.curr {
  color: #4286F7;
  border-bottom: 2px solid #4286F7;
}

.t_cmfNewsListWarp .newsList ul {
  margin-left:-1%;
}
.t_cmfNewsListWarp .newsList ul li {
  width: 13.28%;
  float: left;
  margin-left: 1%;
  background: #FFFFFF;
  border-radius: 6px;
  margin-bottom: 20px;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

@media(min-width:1366px) and (max-width: 1600px) {
  .t_cmfNewsListWarp .newsList ul li {
    width: 15.66%;
  }
}
@media(min-width:1024px) and (max-width: 1382px) {
  .t_cmfNewsListWarp .newsList ul li {
    width: 19%;
  }
}

.t_cmfNewsListWarp .newsList ul li .img {
  width: 100%;
  border-radius: 6px 6px 0 0;
}

.t_cmfNewsListWarp .newsList ul li .img img {
  width: 100%;
  display: block;
  height: 160px;
  object-fit: cover;
  border-radius: 6px 6px 0 0;
}

.t_cmfNewsListWarp .newsList ul li .info {
  padding: 8px 10px;
}

.t_cmfNewsListWarp .newsList ul li .info h3 {
  color: #1B243A;
  line-height: 20px;
  height: 40px;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 13px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.t_cmfNewsListWarp .newsList ul li .info .pull {
  padding-top: 4px;
}

.t_cmfNewsListWarp .newsList ul li .info .pull span {
  display: inline-block;
  color: #909090;
  padding-left: 22px;
  line-height: 20px;
  font-size: 12px;
}

.t_cmfNewsListWarp .newsList ul li .info .pull span.read {
  background: url(../images/ico_read.png) left center no-repeat;
}

.t_cmfNewsListWarp .newsList ul li .info .pull span.fav {
  background: url(../images/icon_favn.png) left center no-repeat;
}

.t_cmfNewsListWarp .newsList.monthly {
  padding-top: 20px;
}

.t_cmfNewsListWarp .newsList.monthly ul li {
  height: auto;
}

.t_cmfNewsListWarp .newsList.monthly ul li .info h3 {
  height: auto;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
}

.t_cmfNewsListWarp .newsList.monthly ul li .img img {
  width: 100%;
  height: 290px;
}

.t_cmfNewsListWarp .contact_copy_form .MonthlyPop {
  width: 60%;
  height: 80%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding-top: 30px;
}

.t_cmfNewsListWarp .contact_copy_form .MonthlyPop .close {
  width: 54px;
  height: 54px;
  background: url(../images/icon_close.png) center no-repeat;
  background-color: #fff;
  border-radius: 4px;
  float: right;
  margin-left: 20px;
}

.t_cmfNewsListWarp .contact_copy_form .MonthlyPop .PopConBox {
  overflow: hidden;
  height: 100%;
}

.t_cmfNewsListWarp .contact_copy_form .MonthlyPop .popContShow {
  width: 100%;
  height: calc(100% - 74px);
  ;
  padding: 30px;
  overflow: hidden;
  overflow-y: auto;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 6px;
}

.t_cmfNewsListWarp .contact_copy_form .MonthlyPop .popContShow .box iframe {
  width: 588px;
  height: auto;
  border: 0;
}

.t_cmfNewsListWarp .contact_copy_form .downBtn {
  position: absolute;
  width: 60%;
  top: 94%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.t_cmfNewsListWarp .contact_copy_form .downBtn a {
  width: 210px;
  height: 54px;
  margin: 0 auto;
  background: linear-gradient(89deg, #0990FE 0%, #216AFD 100%);
  border-radius: 4px;
  padding-left: 70px;
}

.t_cmfNewsListWarp .contact_copy_form .downBtn a em {
  line-height: 54px;
  padding-left: 30px;
  background: url(../images/down.png) left center no-repeat;
  color: #fff;
  font-size: 14px;
  text-align: left;
  font-style: normal;
}

.t_news_detail.cmfLibrarydetail {
  margin-top: 0;
}

.t_news_detail.cmfLibrarydetail .btnItem {
  float: none;
  position: fixed;
  right: 30px;
  width: 70px;
  background-color: #fff;
  background: #FFFFFF;
  bottom: 50px;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
}

.t_news_detail.cmfLibrarydetail .btnItem a {
  display: block;
  width: 100%;
  text-align: center;
  border: none;
  height: 69px;
  line-height: 2;
  padding: 34px 0 0 0;
  border-radius: 0;
  margin: 0;
  border-bottom: 1px solid #E8ECF3;
}

.t_news_detail.cmfLibrarydetail .btnItem a em {
  padding: 0;
  background: none;
  height: 30px;
  font-style: normal;
  color: #FF7322;
}

.t_news_detail.cmfLibrarydetail .btnItem a.share {
  background: url(../images/btn_share.png) center 14px no-repeat;
  background-size: 20px auto;
}

.t_news_detail.cmfLibrarydetail .btnItem a.share em {
  background: none;
}

.t_news_detail.cmfLibrarydetail .btnItem a.b1 {
  background: url(../images/cmf_chouc.png) center 14px no-repeat;
  background-size: 20px auto;
}

.t_news_detail.cmfLibrarydetail .btnItem a.b1.on {
  background: url(../images/cmf_chouc1.png) center 14px no-repeat;
  background-size: 20px auto;
}

.t_news_detail.cmfLibrarydetail .btnItem a.b2 {
  background: url(../images/cmf_zan.png) center 14px no-repeat;
  background-size: 20px auto;
}

.t_news_detail.cmfLibrarydetail .btnItem a.b2.on {
  background: url(../images/cmf_zan1.png) center 14px no-repeat;
  background-size: 20px auto;
}

.t_news_detail.cmfLibrarydetail .btnItem a.b_top {
  background: url(../images/cmf_top.png) center 14px no-repeat;
  background-size: 20px auto;
}

.t_news_detail.cmfLibrarydetail .btnItem a.b_back {
  background: url(../images/cmf_back.png) center 14px no-repeat;
  background-size: 20px auto;
}


.t_news_detail.cmfLibrarydetail .btnItem a.b1.on em {
  background: none;
}

.t_news_detail.cmfLibrarydetail .btnItem a.b2.on em {
  background: none;
}

.t_news_detail .topInfo {
  text-align: center;
}

.t_news_detail .topInfo h2 {
  color: #333;
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
}

.t_news_detail .topInfo p {
  padding-top: 20px;
}

.t_news_detail .topInfo p span {
  display: inline-block;
  color: #999;
  margin-left: 15px;
}

.t_news_detail .con {
  padding: 40px 0;
  line-height: 26px;
  max-width: 1200px;
  margin: 0 auto;
}

.t_news_detail .con img {
  max-width: 100%;
}

/* CMF资讯end*/

/* 案例库start */
.cmfLibrarydetail {
  margin-top: 20px;
}

.cmfLibrarydetail .right_item_content {
  width: 350px;
  float: right;
  margin-left: 15px
}

.cmfLibrarydetail .right_item_content {
  width: 350px;
  float: right;
  margin-left: 15px;
}

.cmfLibrarydetail .right_item_content .companyInfo {
  background-color: #fff;
  margin-bottom: 16px;
  padding: 20px;
}

.cmfLibrarydetail .right_item_content .companyInfo .logo {
  width: 76px;
  height: 76px;
  float: left;
  margin-right: 15px;
  border: 1px solid #f1f1f1;
  border-radius: 6px;
}

.cmfLibrarydetail .right_item_content .companyInfo .logo span {
  display: table-cell;
  width: 74px;
  text-align: center;
  vertical-align: middle;
  height: 74px;
}

.cmfLibrarydetail .right_item_content .companyInfo .logo span img {
  max-height: 68px;
  max-width: 68px;
}

.cmfLibrarydetail .right_item_content .companyInfo .title {
  color: #1B243A;
  font-size: 19px;
  font-weight: bold;
}

.cmfLibrarydetail .right_item_content .companyInfo .desc {
  overflow: hidden;
}

.cmfLibrarydetail .right_item_content .companyInfo .label {
  color: #7F8B9E;
  padding-top: 6px;
}

.cmfLibrarydetail .right_item_content .companyInfo .mark {
  margin-top: 6px;
}

.cmfLibrarydetail .right_item_content .companyInfo .mark img {
  display: inline-block;
  height: 24px;
}

.cmfLibrarydetail .right_item_content .companyInfo .view {
  margin-top: 12px;
}

.cmfLibrarydetail .right_item_content .companyInfo .view a {
  width: 120px;
  height: 40px;
  text-align: center;
  border: 1px solid #E8ECF3;
}

.cmfLibrarydetail .right_item_content .companyInfo .view a em {
  line-height: 40px;
  padding-right: 20px;
  font-style: normal;
  color: #4286F7;
  background: url(../images/ico_row.png) right center no-repeat;
}

.cmfLibrarydetail .right_item_content .desc_item .item {
  background-color: #fff;
  margin-bottom: 16px;
  padding: 20px;
}

.cmfLibrarydetail .right_item_content .desc_item .item.dsi_guide {
  max-height: 372px;
  overflow-y: auto;
}

.cmfLibrarydetail .right_item_content .desc_item span {
  display: block;
  color: #1B243A;
  font-size: 18px;
}

.cmfLibrarydetail .right_item_content .desc_item .application {
  margin-top: 20px;
}

.cmfLibrarydetail .right_item_content .desc_item .application ul {
  margin-left: -16px;
}

.cmfLibrarydetail .right_item_content .desc_item .application ul li {
  width: 92px;
  height: 82px;
  float: left;
  margin-left: 16px;
  margin-bottom: 16px;
  border: 1px solid #E8ECF3;
  text-align: center;
}

.cmfLibrarydetail .right_item_content .desc_item .application ul li img {
  height: 28px;
  margin-top: 16px;
}

.cmfLibrarydetail .right_item_content .desc_item .application ul li p {
  color: #7F8B9E;
  font-size: 12px;
  padding-top: 4px;
}

.cmfLibrarydetail .right_item_content .item h2 {
  display: block;
  color: #1B243A;
  font-size: 18px;
}

.cmfLibrarydetail .right_item_content .item .zd_list {
  margin-top: 20px;
  border-top: 1px dashed #eee;
}

.cmfLibrarydetail .right_item_content .item .zd_list ul li {
  padding: 14px 0 5px 0;
  border-bottom: 1px dashed #eee;
}

.cmfLibrarydetail .right_item_content .item .zd_list ul li:last-child {
  border-bottom: none;
}

.cmfLibrarydetail .right_item_content .item .zd_list ul li .name {
  float: left;
  padding-right: 20px;
  color: #1B243A;
  font-size: 14px;
  margin-right: 10px;
}

.cmfLibrarydetail .right_item_content .item .zd_list ul li .label {
  overflow: hidden;
  text-align: right;
}

.cmfLibrarydetail .right_item_content .item .zd_list ul li .label span {
  background-color: #f3f3f3;
  line-height: 22px;
  color: #7F8B9E;
  font-size: 12px;
  padding: 0 12px;
  display: inline-block;
  margin-left: 4px;
  margin-bottom: 7px;
}

.cmfLibrarydetail .right_item_content .item .zd_list ul li .label span.curr {
  background: #DEEAFF;
  color: #4286F8;
}

.cmfLibrarydetail .right_item_content .contact-us {
  margin-top: 12px;
}

.cmfLibrarydetail .right_item_content .contact-us p {
  padding-bottom: 4px;
}

.cmfLibrarydetail .right_item_content .contact-us .c1,
.cmfLibrarydetail .right_item_content .contact-us .c2 {
  color: #7F8B9E;
  font-size: 14px;
}

.cmfLibrarydetail .right_item_content .contact-us .c1 span {
  display: inline-block;
  color: #4286F8;
  font-size: 14px;
}

.cmfLibrarydetail .right_item_content .contact-us .c2 span {
  display: inline-block;
  color: #1B243A;
  font-size: 14px
}

.cmfLibrarydetail .right_item_content .contact-us .ewm {
  text-align: center;
  margin-top: 20px;
}

.cmfLibrarydetail .right_item_content .contact-us .ewm img {
  width: 163px;
  padding: 2px;
  border: 1px solid #eee;
  border-radius: 4px;
}

.cmfLibrarydetail .left_item_content {
  overflow: hidden;
}

.cmfLibrarydetail .left_item_content .picbundle {
  padding: 20px;
  background-color: #fff;
  margin-bottom: 16px;
}

.cmfLibrarydetail .right_item_content .item .caseLabel ul li {
  padding: 14px 0;
  border-bottom: 1px dashed #eee;
}

.cmfLibrarydetail .right_item_content .desc_item span {
  display: block;
  color: #1B243A;
  font-size: 18px;
}

.cmfLibrarydetail .right_item_content .item .caseLabel ul li .name {
  float: left;
  padding-right: 20px;
  color: #7F8B9E;
  font-size: 16px;
  margin-right: 10px;
}

.cmfLibrarydetail .right_item_content .item .caseLabel ul li .label {
  overflow: hidden;
  text-align: right;
  color: #1B243A;
  font-size: 16px;
}

.cmfLibrarydetail .right_item_content .item .partShow {
  padding: 20px 0;
}

.cmfLibrarydetail .right_item_content .item .partShow ul li {
  background-color: #fcfcfc;
  padding: 20px 30px;
  margin-bottom: 20px;
  border-radius: 6px;
}

.cmfLibrarydetail .right_item_content .item .partShow ul li .title {
  font-size: 16px;
  font-weight: bold;
  color: #1B243A;
  margin-bottom: 8px
}

.cmfLibrarydetail .right_item_content .item .partShow ul li .info {
  line-height: 30px;
}

.cmfLibrarydetail .right_item_content .item .partShow ul li .info b {
  color: #1B243A;
}

.cmfLibrarydetail .left_item_content .picbundle .topName {
  overflow: hidden;
  line-height: 30px;
  font-size: 18px;
  font-weight: bold;
  color: #1B243A;
}

.cmfLibrarydetail .left_item_content .picbundle .slideswiper {
  margin-top: 30px
}

.cmfLibrarydetail .left_item_content .picbundle .slideswiper .swiper-wrapper {
  height: 270px;
}

.cmfLibrarydetail .left_item_content .picbundle .slideswiper .swiper-slide {
  text-align: center;
}

.cmfLibrarydetail .left_item_content .picbundle .slideswiper img {
  max-width: 100%;
  height: 270px
}

.cmfLibrarydetail .left_item_content .picbundle .slideswiper .swiper-button-next,
.cmfLibrarydetail .left_item_content .picbundle .slideswiper .swiper-button-prev {
  width: 40px;
  height: 58px;
  margin-top: -29px
}

.cmfLibrarydetail .left_item_content .picbundle .slideswiper .swiper-button-next:after {
  background: url(../images/cmf_youhua.png) no-repeat;
  background-size: 40px auto;
  width: 40px;
  height: 58px;
  content: '';
}

.cmfLibrarydetail .left_item_content .picbundle .slideswiper .swiper-button-prev:after {
  background: url(../images/cmf_zuohua.png) no-repeat;
  background-size: 40px auto;
  width: 40px;
  height: 58px;
  content: '';
}

.cmfLibrarydetail .left_item_content .detail_desc {
  padding: 20px;
  background-color: #fff;
  min-height: 500px
}

.cmfLibrarydetail .left_item_content .detail_desc .tibar {
  border-bottom: 1px solid #E1E6F0;
  height: 42px px;
}

.cmfLibrarydetail .left_item_content .detail_desc .tibar h2 {
  display: inline-block;
  height: 42px;
  color: #4286F7;
  border-bottom: 4px solid #4286F7;
  font-size: 18px;
}

.cmfLibrarydetail .left_item_content .detail_desc .descCon {
  line-height: 28px;
  color: #1B243A;
  margin-top: 16px;
}

.cmfLibrarydetail .left_item_content .detail_desc .descCon img {
  max-width: 100%;
}

.cmfLibrarydetail .btnItem {
  float: right;
  text-align: right;
}

.cmfLibrarydetail .btnItem a {
  display: inline-block;
  padding-right: 16px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #E8ECF3;
  padding-left: 14px;
  border-radius: 4px;
  text-align: left;
  margin-left: 10px;
}

.cmfLibrarydetail .btnItem a.b1 em {
  background: url(../images/cmf_chouc.png) left 1px no-repeat;
  background-size: 16px auto;
}

.cmfLibrarydetail .btnItem a.b1.on em {
  background: url(../images/cmf_chouc1.png) left 1px no-repeat;
  background-size: 16px auto;
}

.cmfLibrarydetail .btnItem a.b2 em {
  background: url(../images/cmf_zan.png) left center no-repeat;
}

.cmfLibrarydetail .btnItem a.b2.on em {
  background: url(../images/cmf_zan1.png) left center no-repeat;
}

.cmfLibrarydetail .btnItem a.b1.share em {
  background: url(../images/btn_share.png) left 1px no-repeat;
  background-size: 16px auto;
}

.cmfLibrarydetail .btnItem a.b3 {
  text-align: center;
  padding-left: 16px;
  color: #fff;
  background-color: #4286F8;
  border: 1px solid #4286F8
}

.cmfLibrarydetail .btnItem a em {
  padding-left: 20px;
  height: 30px;
  font-style: normal;
  color: #FF7322;
}

.cmfLibrarydetail .btnItem a.b1 em {
  background: url(../images/cmf_chouc.png) left 1px no-repeat;
  background-size: 16px auto;
}

.cmfLibrarydetail .btnItem a.b1.on em {
  background: url(../images/cmf_chouc1.png) left 1px no-repeat;
  background-size: 16px auto;
}

.cmfLibrarydetail .btnItem a.b2 em {
  background: url(../images/cmf_zan.png) left center no-repeat;
}

.cmfLibrarydetail .btnItem a.b2.on em {
  background: url(../images/cmf_zan1.png) left center no-repeat;
}

.t_news_detail.cmfLibrarydetail .btnItem a em {
  padding: 0;
  background: none;
}

/* 案例库end */

/* 材料库start */
.t_cmfNewsListWarp .newsList.material ul li .companyInfo {
  margin: 0 10px;
  border-top: 1px solid #F6F6F6;
  padding: 10px 0;
  height: 48px;
}

.t_cmfNewsListWarp .newsList.material ul li .companyInfo .logo {
  width: 44px;
  float: left;
  height: 44px;
  margin-right: 10px;
  border: 1px solid #eee;
  border-radius: 50%;
}

.t_cmfNewsListWarp .newsList.material ul li .companyInfo .logo .picTab {
  width: 44px;
  height: 44px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.t_cmfNewsListWarp .newsList.material ul li .companyInfo .logo .picTab img {
  max-width: 30px;
  max-height: 30px;
}

.t_cmfNewsListWarp .newsList.material ul li .companyInfo .infoShow {
  overflow: hidden;
}

.t_cmfNewsListWarp .newsList.material ul li .companyInfo .infoShow .companyName {
  color: #7F8B9E;
  font-size: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 20px;
}

.t_cmfNewsListWarp .newsList.material ul li .companyInfo .infoShow img {
  height: 20px;
  width: auto;
  float: right;
  margin-left: 10px;
}

/* 材料库end */

/* 工艺库start */
.cmfLibraryList {
  background: #fff;
  padding: 20px;
  min-height: 700px;
}

.cmfLibraryList .crumbCurr {
  margin-bottom: 14px;
}

.cmfLibraryList .crumbCurr span {
  display: block;
  float: left;
  margin-right: 4px;
  line-height: 26px;
}

.cmfLibraryList .crumbCurr .curr-tag {
  overflow: hidden;
}

.cmfLibraryList .crumbCurr .curr-tag a {
  display: inline-block;
  position: relative;
  padding: 4px 18px 4px 4px;
  border: 1px solid #eee;
  border-radius: 4px;
  font-size: 12px;
  color: #666;
  margin: 0 6px 6px 0;
}

.cmfLibraryList .crumbCurr .curr-tag a .icon-close {
  position: absolute;
  width: 10px;
  height: 10px;
  right: 4px;
  top: 7px;
  margin-right: 0;
  background: url(../images/ico_out.png) no-repeat;
  background-size: 10px auto;
}

.cmfLibraryList .crumbCurr .curr-tag a:hover {
  border: 1px solid #006fff;
}

.cmfLibraryList .crumbCurr .curr-tag a:hover .icon-close {
  background: url(../images/ico_out_aa.png) no-repeat;
  background-size: 10px auto;
}

.cmfLibraryType {
  overflow: hidden;
}

.cmfLibraryType ul li {
  width: 19.5%;
  display: block;
  float: left;
  margin-bottom: 5px;
  margin-right: .3%;
  position: relative;
}

.cmfLibraryType ul li:nth-child(5n) {
  margin-right: 0;
}

.cmfLibraryType ul li img {
  display: block;
  width: 100%;
  height: auto;
}

.cmfLibraryType ul li .hove {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.cmfLibraryType ul li.typeItem:hover .hove {
  display: block;
}

.t_cmfTypeSelect .selectlist {
  margin-bottom: 26px;
}

.t_cmfTypeSelect .selectlist ul li {
  position: relative;
  height: 34px;
  float: left;
  margin-right: 16px;
  z-index: 99;
}

.t_cmfTypeSelect .selectlist ul li .navItem {
  height: 30px;
  line-height: 30px;
  background: #FFFFFF;
  border: 1px solid #E1E6F0;
  padding-left: 20px;
  border-radius: 24px;
  cursor: pointer;
  padding-right: 10px;
}

.t_cmfTypeSelect .selectlist ul li .navItem em {
  color: #7F8B9E;
  line-height: 30px;
  font-style: normal;
  padding-right: 22px;
  position: relative;
  font-size: 13px;
}

.t_cmfTypeSelect .selectlist ul li .navItem em::after {
  content: '';
  position: relative;
  top: -3px;
  left: 10px;
  border: solid #7F8B9E;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 2.5px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.t_cmfTypeSelect .selectlist ul li .navItem.curr em {
  color: #006FFF;
}

.t_cmfTypeSelect .selectlist ul li .navItem.curr em::after {
  content: '';
  content: '';
  position: relative;
  top: 0px;
  left: 10px;
  border: solid #006FFF;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 2.5px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.t_cmfTypeSelect .selectlist ul li .dorpBox {
  position: absolute;
  display: none;
  top: 30px;
  max-height: 380px;
  overflow-y: auto;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
}

.t_cmfTypeSelect .selectlist ul li .dorpBox::-webkit-scrollbar {
  width: 6px;
  background-color: #fff;
}

.t_cmfTypeSelect .selectlist ul li .dorpBox::-webkit-scrollbar-track {
  border-radius: 6px;
  background-color: rgba(230, 230, 230, 0.8);
}

.t_cmfTypeSelect .selectlist ul li .dorpBox::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: rgba(168, 186, 199, 1);
}

.t_cmfTypeSelect .selectlist ul li .single {
  width: 166px;
  padding: 10px 20px;
}

.t_cmfTypeSelect .selectlist ul li .single .item a {
  display: block;
  line-height: 40px;
  color: #7F8B9E;
}

.t_cmfTypeSelect .selectlist ul li .single .item a.on {
  color: #006FFF;
  background: url(../images/icon_hook.png) right center no-repeat;
}

.t_cmfTypeSelect .selectlist ul li .many {
  width: 538px;
  padding: 20px 0;
  overflow-y: hidden;
  max-height: none;
}

.t_cmfTypeSelect .selectlist ul li .many .manyselect {
  padding: 0 40px;
  max-height: 360px;
  overflow-y: auto;
}

.t_cmfTypeSelect .selectlist ul li .dorpBox .manyselect::-webkit-scrollbar {
  width: 6px;
  background-color: #fff;
}

.t_cmfTypeSelect .selectlist ul li .dorpBox .manyselect::-webkit-scrollbar-track {
  border-radius: 6px;
  background-color: rgba(230, 230, 230, 0.8);
}

.t_cmfTypeSelect .selectlist ul li .dorpBox .manyselect::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: rgba(168, 186, 199, 1);
}

.t_cmfTypeSelect .selectlist ul li .many .item .title {
  color: #151E33;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 16px;
}

.t_cmfTypeSelect .selectlist ul li .many .item .title span {
  color: #BEC6D4;
  font-size: 12px;
  display: inline-block;
  padding-left: 6px;
}

.t_cmfTypeSelect .selectlist ul li .many .navbox {
  margin-left: -16px;
  overflow: hidden;
}

.t_cmfTypeSelect .selectlist ul li .many .navbox a {
  display: block;
  width: 100px;
  height: 36px;
  background: #F6F7F8;
  opacity: 1;
  float: left;
  margin-bottom: 14px;
  margin-left: 16px;
  line-height: 36px;
  text-align: center;
  border: 1px solid #F6F7F8;
  border-radius: 4px;
  color: #7F8B9E;
}

.t_cmfTypeSelect .selectlist ul li .many .navbox a.on {
  border: 1px solid #006FFF;
  color: #006FFF;
}

.t_cmfTypeSelect .selectlist ul li .many .item {
  margin-bottom: 16px;
}

.t_cmfTypeSelect .selectlist ul li .many .btn {
  padding-top: 20px;
  border-top: 1px solid #eee;
  text-align: center;
}

.t_cmfTypeSelect .selectlist ul li .many .btn a {
  display: inline-block;
  width: 130px;
  height: 44px;
  border-radius: 4px;
  text-align: center;
  line-height: 44px;
  font-size: 14px;
}

.t_cmfTypeSelect .selectlist ul li .many .btn a.Clear {
  border: 1px solid #7F8B9E;
  color: #7F8B9E;

}

.t_cmfTypeSelect .selectlist ul li .many .btn a.submit {
  color: #fff;
  margin-left: 16px;
  background: linear-gradient(89deg, #0990FE 0%, #216AFD 100%);
}

.cmfLibraryList .wall {
  display: block;
  position: relative;
}

.cmfLibraryList .wall-column {
  display: block;
  position: relative;
  width: 14.28%;
  float: left;
  padding: 0 5px;
  box-sizing: border-box;
}

@media (max-width: 1440px) {
  .cmfLibraryList .wall-column {
    width: 20% !important;
  }
}

@media (max-width: 1600px) {
  .cmfLibraryList .wall-column {
    width: 16.6666%;
  }
}

.cmfLibraryList .article {
  display: block;
  margin: 0 0 10px 0;
  background: white;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  /* box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05); */
  transition: all 220ms;
}

.cmfLibraryList .article:hover {
  box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
  transition: all 220ms;
}

.cmfLibraryList .article img {
  display: block;
  width: 100%;
  transition: all 0.6s;
}

.cmfLibraryList .article .img {
  overflow: hidden;
}

.cmfLibraryList .article .img img:hover {
  transform: scale(1.2);
}

.cmfLibraryList .article .info {
  padding: 12px 16px;
}

.cmfLibraryList .article .info .title {
  color: #1B243A;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.cmfLibraryList .article .info .pull {
  padding-top: 5px;
}

.cmfLibraryList .article .info .pull span {
  display: inline-block;
  color: #909090;
  padding-left: 22px;
  line-height: 20px;
  padding-right: 5%;
}

.cmfLibraryList .article .info .pull span.read {
  background: url(../images/ico_read.png) left center no-repeat;
}

.cmfLibraryList .article .info .pull span.fav {
  background: url(../images/icon_favn.png) left top no-repeat;
}

.pop_detail .el-dialog__body {
  padding: 0;
  overflow-y: auto;
  height: calc(100% - 64px);
}

.pop_detail .el-dialog__wrapper .el-dialog {
  background-color: #f8f8f8;
  overflow: hidden;
}

.pop_detail>.el-dialog__wrapper>.el-dialog {
  background-color: #f8f8f8;
  height: 80%;
  width: 80%;
  overflow: hidden;
}

.pop_detail .el-dialog__header {
  padding: 20px;
  background-color: #fff;
}

.pop_detail .c_container {
  margin-left: 0;
}

/* 工艺库end */

/* 概况start */
.bannerSwitch .flexslider {
  position: relative;
  text-align: center;
  line-height: 0px;
  margin-right: auto;
  margin-left: auto;
  height: auto;
}

.bannerSwitch .flexslider .slides li {
  display: none;
  -webkit-backface-visibility: hidden;
  list-style-type: none;
}

.bannerSwitch .flexslider.cmf {
  margin-bottom: 20px;
}

.bannerSwitch .flexslider .slides img {
  display: block;
  width: 100%;
}


.bannerSwitch .flex-control-nav li {
  display: inline-block;
  padding: 0 4px;
}

.bannerSwitch .flex-control-nav li a {
  display: block;
  width: 12px;
  height: 5px;
  text-indent: -999999px;
  background: #828282;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.16);
  opacity: 0.49;
}

.bannerSwitch .flex-control-nav li a.flex-active {
  background: #828282;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.16);
  opacity: 1;
}

.bannerSwitch .flex-direction-nav li a {
  display: block;
  text-indent: -99999px;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  margin-top: -25px;
}

.bannerSwitch .flex-direction-nav li a.flex-prev {
  left: 40px;
  background: url(../images/icon_xz.png) no-repeat;
}

.bannerSwitch .flex-direction-nav li a.flex-next {
  right: 40px;
  background: url(../images/icon_xy.png) no-repeat;
}

.t_homepageWarp {
  margin-top: 22px;
}

.t_homepageWarp .topbar {
  height: 36px;
}

.t_homepageWarp .topbar .title {
  line-height: 36px;
  color: #151E33;
  float: left;
  font-size: 18px;
  padding-left: 18px;
  background: url(../images/icon_dian.png) left center no-repeat;
}

.t_homepageWarp .topbar .title span {
  display: inline-block;
  font-size: 12px;
  line-height: 26px;
  color: #7F8B9E;
  padding-left: 14px;
}

.t_homepageWarp .topbar .more {
  float: right;
}

.t_homepageWarp .topbar .more a {
  display: block;
  width: 60px;
  height: 26px;
  line-height: 26px;
  padding-left: 12px;
  background-color: #fff;
  border-radius: 20px;
}

.t_homepageWarp .topbar .more a em {
  font-style: normal;
  color: #4286F7;
  line-height: 26px;
  padding-right: 15px;
  background: url(../images/icon_zk.png) right center no-repeat;
  background-size: 5px 10px;
}

.t_homepageWarp .t_cmfNewsListWarp .newsList ul {
  margin-left: -16px;
}

.t_homepageWarp .t_cmfNewsListWarp .newsList ul li {
  width: 221.5px;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.08);
  margin-left: 18px;
  margin-right: 0;
}

.t_homepageWarp .t_cmfNewsListWarp .newsList.material ul li .img img {
  height: 160px;
}

.t_homepageWarp .pageItem {
  margin-bottom: 22px;
}

.t_homepageWarp .pageItem:last-child {
  margin-bottom: 0;
}
.t_homepageWarp .t_activity_list ul {
  margin-left: -19px;
}

.t_homepageWarp .t_activity_list ul li {
  width:221.5px;
  margin-right: 0;
  margin-left: 19px;
}

.t_homepageWarp .t_activity_list ul li .img img {
  height: 110px;
}

.t_homepageWarp .t_cmfNewsListWarp .newsList {
  overflow: hidden;
  height: 242px;
}

.t_homepageWarp .t_activity_list {
  overflow: hidden;
  height: 275px;
  padding: 20px;
}

.t_homepageWarp .t_activity_list ul li {
  margin-bottom: 20px;
}

.t_homepageWarp .t_cmfNewsListWarp .newsList.material {
  height: 292px;
}


@media (max-width:1382px) {

  .t_homepageWarp .t_cmfNewsListWarp .newsList ul li,
  .t_homepageWarp .t_activity_list ul li {
    width: 209.5px !important;
  }
}

@media (max-width:1366px) {

  .t_homepageWarp .t_cmfNewsListWarp .newsList ul li,
  .t_homepageWarp .t_activity_list ul li {
    width: 207px !important;
  }
}

@media (max-width:1400px) {

  .t_homepageWarp .t_cmfNewsListWarp .newsList ul li,
  .t_homepageWarp .t_activity_list ul li {
    width: 213.5px;
  }
}

@media (max-width:1600px) {

  .t_homepageWarp .t_cmfNewsListWarp .newsList ul li,
  .t_homepageWarp .t_activity_list ul li {
    width: 208px;
  }
}

.w_customer_article .t_activity_list {
  margin-bottom: 20px;
}

/* 概况end */


/* 线上展会 */
.v_online_home {
  min-width: 700px;
}

.v_online_home .header_bar {
  font-size: 14px;
  line-height: 40px;
  border-bottom: 1px solid rgba(225, 230, 240, 1);
  background: #fff;
  /* padding: 20px 20px 10px 20px;
  margin-bottom: 16px; */
  padding: 0 20px;
}

.v_online_home .header_bar a {
  margin-right: 30px;
  display: inline-block;
  color: #7F8B9E;
  line-height: 40px;
}

.v_online_home .header_bar a.curr {
  color: #D51E26;
  border-bottom: 2px solid #D51E26;
}

.v_online_home .header_bar a .el-icon-link {
  margin-left: 2px;
}

.v_online_home .header_img {
  margin-top: 24px;
  margin-bottom: 24px;
}

.v_online_home .header_img img {
  width: 100%;
  display: block;
}

.v_online_home .header_btn {
  position: relative;
  background-color: #fff;
  border-bottom: 1px solid #E1E6F0;
  padding:20px;
}

.v_online_home .header_btn .item {
  display: inline-block;
  width: 100px;
  height: 36px;
  border: 1px solid #D51E26;
  border-radius: 2px;
  font-size: 14px;
  line-height: 36px;
  color: #D51E26;
  background: #FFFFFF;
  text-align: center;
  margin-right: 20px;
  cursor: pointer;
}

.v_online_home .header_btn .item.curr {
  color: #FFFFFF;
  background: #D51E26;
}

.w_customer_article .search_box.online {
  position: absolute;
  right: 20px;
  top: 20px;
}

.w_customer_article .search_box.online .search {
  margin-bottom: 0;
}

.v_online_home .c_exhibition {
  min-width: 700px;
  background: #fff;
  padding-bottom: 8px;
  border-bottom: 1px dashed #F0F0F0;
  margin-bottom: 16px;
}

.v_online_home .c_exhibition .zhanqu {
  display: inline-flex;
  width: 100%;
}

.v_online_home .c_exhibition .zhanqu .title {
  width: 50px;
  flex: 0 0 auto;
}

.v_online_home .c_exhibition .zhanqu .area {
  flex: 1 1 auto;
  padding-right: 100px;
  position: relative;
}

.v_online_home .c_exhibition .zhanqu .area .zqdesc {
  position: absolute;
  right: 0;
  top: 15px;
  color: #D51E26;
  cursor: pointer;
}

.v_online_home .c_exhibition .zhanqu .area .zqdesc img {
  width: 14px;
  height: 14px;
  margin-right: 6px;
  position: relative;
  top: 2px;
}

.v_online_home .c_exhibition .zhanqu .area .item {
  width: 240px;
  height: 50px;
  display: inline-block;
  padding: 8px 10px;
  background: #fff;
  border: 1px solid #F0F0F0;
  border-radius: 2px;
  margin-left: 16px;
  margin-bottom: 16px;
  cursor: pointer;
  font-size: 0;
  vertical-align: top;
}

.v_online_home .c_exhibition .zhanqu .area .item.cmf_five {
  width: 50px;
  padding: 8px 0;
  text-align: center;
}

.v_online_home .c_exhibition .zhanqu .area .item.cmf_five .desc {
  border-right: 0;
}

.v_online_home .c_exhibition .zhanqu .area .item.all_area {
  width: 80px;
  height: 50px;
  border: 1px solid #F0F0F0;
  border-radius: 2px;
  font-size: 12px;
  line-height: 32px;
  color: #666666;
  text-align: center;
}

.v_online_home .c_exhibition .zhanqu .area .item.all_area.curr {
  color: #D51E26;
}

.v_online_home .c_exhibition .zhanqu .area .item.curr {
  background: rgba(213, 30, 38, 0.08);
  border: 1px solid #D51E26;
  border-radius: 2px;
}

.v_online_home .c_exhibition .zhanqu .area .item .desc {
  display: inline-block;
  text-align: center;
  width: 42px;
  font-size: 18px;
  line-height: 32px;
  color: #D51E26;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.v_online_home .c_exhibition .zhanqu .area .item .con {
  display: inline-block;
  height: 32px;
  width: 176px;
  font-size: 12px;
  line-height: 16px;
  color: #666666;
  padding-left: 8px;
  vertical-align: top;
  overflow: hidden;
}

.v_online_home .c_exhibition .zhanqu .area .item.curr .con {
  color: #D51E26;
}

.v_online_home .zhezhao {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 200;
}

.v_online_home .up_desc {
  position: fixed;
  width: 50%;
  height: 60%;
  top: 25%;
  left: 25%;
  z-index: 201;
  background: #fff;
  min-width: 400px;
}

.v_online_home  .up_desc .hear_bar {
  padding: 0 30px;
  width: 50%;
  height: 60px;
  background: #F7F7F8;
  border-radius: 4px 4px 0px 0px;
  font-size: 18px;
  line-height: 60px;
  color: #333333;
  position: fixed;
  top: 25%;
  left: 25%;
}

.v_online_home .up_desc .hear_bar .image {
  float: right;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.v_online_home  .up_desc .hear_bar .image img {
  width: 100%;
  height: 100%;
}

.v_online_home  .up_desc .list_box {
  padding: 0 30px;
  margin-top: 60px;
  overflow-y: auto;
  height: 80%;
}

.v_online_home  .up_desc .list_box ul li {
  display: flex;
  padding-top: 20px;
}

.v_online_home  .up_desc .list_box ul li .left_box {
  width: 32px;
  height: 32px;
  background: rgba(213, 30, 38, 0.08);
  border: 1px solid #D51E26;
  border-radius: 2px;
  font-size: 20px;
  font-weight: bold;
  line-height: 32px;
  color: #D51E26;
  flex: 0 0 auto;
  text-align: center;
  margin-right: 16px;
}

.v_online_home  .up_desc .list_box ul li .right_info {
  flex: 1 1 auto;
  padding-bottom: 20px;
  border-bottom: 1px solid #F0F0F0;
}

.v_online_home  .up_desc .list_box ul li:nth-child(8) .right_info {
  border-bottom: none;
}

.v_online_home .up_desc .list_box ul li .right_info p:first-child {
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  color: #111111;
  padding-bottom: 10px;
}

.v_online_home .up_desc .list_box ul li .right_info p:last-child {
  font-size: 14px;
  line-height: 22px;
  color: #666666;
}
.t_cmfNewsListWarp .w_copy_select{
  padding: 20px 0 0 0;
}
.t_cmfNewsListWarp .w_copy_select .item:last-child{
   margin-bottom: 5px;
}
.w_copy_select.exhibition {
  background: #fff;
  margin-bottom: 16px;
  margin-top: 16px;
}

.w_copy_select.exhibition .sxrrbox a {
  color: #333333;
}

.w_copy_select.exhibition .sxrrbox a.curr,
.w_copy_select.exhibition .sxrrbox a:hover {
  background: rgba(213, 30, 38, 0.08);
  color: #D51E26;
  border-radius: 2px;
}

.v_online_home .c_companylist {
  padding-bottom: 40px;
}

.v_online_home .c_companylist .c_company {
  min-width: 700px;
  padding: 30px 40px;
  margin-bottom: 16px;
  background: #fff;
}

.v_online_home .c_company .top_info {
  display: flex;
  width: 100%;
}

.v_online_home .c_company .top_info .left {
  display: inline-block;
  width: 400px;
  flex: 0 0 auto;
  font-size: 0;
}

.v_online_home .c_company .top_info .left .image {
  width: 160px;
  height: 110px;
  border: 1px solid #F0F0F0;
  border-radius: 2px;
  display: inline-flex;
  justify-content: center;
  align-content: center;
  padding: 8px 4px;
}

.v_online_home .c_company .top_info .left .image img {
  max-width: 142px;
  max-height: 100px;
  width: 100%;
  object-fit: contain;
}

.v_online_home .c_company .top_info .left .title {
  display: inline-block;
  width: 240px;
  padding-left: 20px;
  vertical-align: top;
}

.v_online_home .c_company .top_info .left .title .hangye {
  max-height: 52px;
  overflow: hidden;
}

.v_online_home .c_company .top_info .left .title .name {
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  color: #111111;
  overflow: hidden;
}

.v_online_home .c_company .top_info .left .title .zhantai {
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  margin-top: 6px;
  margin-bottom: 6px;
}

.v_online_home .c_company .top_info .left .title .hangye .item {
  display: inline-block;
  padding: 2px 8px;
  font-size: 12px;
  line-height: 18px;
  margin-right: 10px;
  margin-bottom: 4px;
}

.v_online_home .c_company .top_info .left .title .hangye .item:nth-child(n) {
  background: #E9EFFD;
  color: #7A9DF8;
}

.v_online_home .c_company .top_info .left .title .hangye .item:nth-child(2n) {
  background: #E5F4ED;
  color: #4FAD70;
}

.v_online_home .c_company .top_info .left .title .hangye .item:nth-child(3n) {
  background: #FCEEEA;
  color: #EE8383;
}

.v_online_home .c_company .top_info .right {
  display: inline-block;
  flex: 1 1 auto;
  padding-left: 40px;
}

.v_online_home .c_company .top_info .right .zhaiyao {
  color: #666666;
  line-height: 22px;
  padding-bottom: 20px;
}

.v_online_home .c_company .top_info .right .link {
  font-size: 0;
}

.v_online_home .c_company .top_info .right .link a {
  display: inline-block;
  width: 110px;
  height: 36px;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  margin-right: 10px;
}

.v_online_home .c_company .top_info .right .link a:first-child {
  background: #D51E26;
  color: #fff;
  border: 1px solid #fff;
}

.v_online_home .c_company .top_info .right .link a:last-child {
  background: #fff;
  color: #D51E26;
  border: 1px solid #D51E26;
}

.v_online_home .c_company .top_info .right .link a img {
  width: 20px;
  height: 20px;
  position: relative;
  top: 5px;
  margin-left: 2px;
  margin-right: 2px;
}

.v_online_home .page_item span.num a:hover,
.v_online_home .page_item span.num a.curr {
  color: #fff;
  background-color: #D51E26;
}

.v_online_home .page_item span.next a,
.v_online_home .page_item span.pre a {
  border: 1px solid #fff;
}

.v_online_home .page_item span.next a:hover,
.v_online_home .page_item span.pre a:hover {
  border: 1px solid #D51E26;
}

.v_online_home .c_company .bot_product {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dashed #F0F0F0;
}

.v_online_home .c_company .bot_product .title .left_title {
  float: left;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  color: #333333;
}

.v_online_home .c_company .bot_product .title .right_btn {
  float: right;
  line-height: 20px;
  color: #999999;
}

.v_online_home .c_company .bot_product .title .right_btn .image {
  border: 1px solid #E6E6E6;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  justify-content: center;
  align-content: center;
  vertical-align: top;
}

.v_online_home .c_company .bot_product .title .right_btn span img {
  width: 12px;
  height: 12px;
  cursor: pointer;
  position: relative;
  top: 3px;
}

.v_online_home .c_company .bot_product .pro_box {
  width: 100%;
  margin-top: 15px;
}

.v_online_home .c_company .bot_product .pro_box ul li.item {
  display: inline-block;
  width: 18%;
  margin-right: 2.5%;
  border: 1px solid #EAEAEA;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.03);
  font-size: 0;
}

.v_online_home .c_company .bot_product .pro_box ul li.item:last-child {
  margin-right: 0;
}

.v_online_home .c_company .bot_product .pro_box ul li.item .image {
  width: 100%;
  height: 146px;
  display: flex;
  align-content: center;
  justify-content: center;
}

.v_online_home .c_company .bot_product .pro_box ul li.item .image img {
  width: 100%;
  height: 146px;
  object-fit: cover;
}

.v_online_home .c_company .bot_product .pro_box ul li.item .pro_title {
  padding: 12px;
  height: 64px;
  overflow: hidden;
}

.v_online_home .c_company .bot_product .pro_box ul li.item .pro_title span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 18px;
  color: #111111;
  font-size: 14px;
}

.v_online_home .c_company .bot_product .title .right_btn .pageindex {
  color: rgba(213, 30, 38, 1)
}

.v_online_home .c_productlist {
  min-width: 700px;
  padding-bottom: 40px;
}

.v_online_home .c_productlist .prolist_box {
  background: #fff;
  padding: 30px 0 10px 40px;
  font-size: 0;
  margin-bottom: 20px;
}

.v_online_home .c_productlist .prolist_box ul li {
  display: inline-block;
  width: 216px;
  height: 234px;
  background: #FFFFFF;
  border: 1px solid #EAEAEA;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.03);
  margin-right: 20px;
  margin-bottom: 20px;
}

.v_online_home .c_productlist .prolist_box ul li .image {
  width: 100%;
}

.v_online_home .c_productlist .prolist_box ul li .image img {
  width: 100%;
  height: 146px;
  object-fit: cover;
  display: block;
}

.v_online_home .c_productlist .prolist_box ul li .title {
  width: 100%;
  height: 60px;
  padding: 12px 12px 8px 12px;
  font-size: 14px;
  line-height: 20px;
  color: #111111;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.v_online_home .c_productlist .prolist_box ul li .company {
  font-size: 12px;
  line-height: 16px;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 12px;
}

.v_online_home .w_copy_select.exhibition .cmfTypeSelect .selectlist {
  margin-bottom: 0;
}

.pop_detail .el-dialog__body {
  padding-top: 10px;
}

.v_online_home .page_item span a {
  background-color: #fff;
}

.page_item span.pre a {
  background-color: #fff;
}

.page_item span.next a {
  background-color: #fff;
}

/* 线上展会end */

/* 头部导航start */
.c_bd_header .c_head_menu ul li.down {
  height: 50px;
}

.c_bd_header .c_head_menu ul li.down a {
  padding-left: 20px;
  color: #1B243A;
  line-height: 52px;
  padding-right: 14px;
  display: block;
  background: url(../images/ico_down.png) left center no-repeat;
}

.c_bd_header .c_head_menu ul li.appDown {
  height: 50px;
  margin-right: 14px;
}

.c_bd_header .c_head_menu ul li.appDown .appBtn {
  padding-left: 20px;
  color: #1B243A;
  line-height: 52px;
  padding-right: 20px;
  display: block;
  background: url(../images/icon_app.png) left no-repeat;
  background-size: 16px 16px;
}

.el-popover.pop_appDown {
  padding: 8px 5px 12px 5px;
}

.el-popover.pop_appDown .tip {
  text-align: center;
  color: #7F8B9E;
  font-size: 12px;
}

/* 头部导航end */

/* 切换版本页面start */
.login_content .form_item .switch_area {
  padding-top: 94px;
  padding-left: 158px;
}

.login_content .form_item .switch_area .top_title {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 42px;
}

.login_content .form_item .switch_area .switch_box .item {
  margin-bottom: 50px;
}

.login_content .form_item .switch_area .switch_box .item:last-child {
  margin-bottom: 0;
}

.login_content .form_item .switch_area .switch_box .item p {
  font-size: 14px;
  color: #999999;
  margin-bottom: 16px;
}

.login_content .form_item .switch_area .switch_box .item .item_area {
  width: 344px;
  height: 100px;
  background: #FFFFFF;
  padding: 20px 40px;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.08);
  border: 1px solid #EEEEEE;
  cursor: pointer;
  font-size: 0;
  display: flex;
  align-items: center;
}

.login_content .form_item .switch_area .switch_box .item .item_area:hover {
  border: 1px solid #4286F8;
}


.login_content .form_item .switch_area .switch_box .item .item_area img {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-right: 20px;
}

.login_content .form_item .switch_area .switch_box .item .text {
  font-size: 16px;
  color: #333333;
  margin-right: 18px;
}

.login_content .form_item .switch_area .switch_box .item .tip {
  font-size: 16px;
  color: #D6D6D6;
}

/* 切换版本页面end */
.yctml .top_tibar .search_box{
  position: absolute;
  right: 0;
  top: 5px;
}
.yctml .search_box.craft{
  position: absolute;
  right: 0;
  top: 0;
}

.w_customer_article .top_tibar.cloud_zh {
  position: relative;
}
.w_customer_article .top_tibar.cloud_zh .btn_rz {
  position: absolute;
  right: 0;
  top: 0;
  width: 140px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #FF8929;
  color: #fff;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}

.content_paid_tip.cloud_zh .tip_content {
  padding-bottom: 36px;
  background: #fff;
}

.b_top_per {
  display: none;
  width: 70px;
  height: 70px;
  position: fixed;
  right: 14%;
  top: calc(100% - 15vh);

  text-align: center;
  padding: 34px 0 0 0;
  border-radius: 0;
  margin: 0;
  border: 1px solid #E8ECF3;
  background: url(../images/cmf_top.png) center 14px no-repeat;
  background-size: 20px auto;
}
.b_top_per em{
  height: 30px;
  color: #FF7322;
  font-style: normal;
  line-height: 30px;
}

.el-dialog__wrapper .b_top_per {
  display: block;
}

/*云展会*/
.cloud_expo_wrap{
  width: 1134px;
  margin: 0 auto;
}
.cloud_expo_wrap .banner_box{
   background-color: #fff;
   margin-bottom: 13px;
   padding: 16px 24px;
}
.cloud_expo_wrap .v_online_home .banner_box .header_img{
    margin: 0 0 16px 0;
}
.cloud_expo_homeNav ul li{
  width: 33.33%;
  float: left;
  text-align: center;
}
.cloud_expo_homeNav ul li img{
  width: 36px;
  height: 36px;
}
.cloud_expo_homeNav ul li .text_name{
  color: #333;
  line-height: 20px;
  margin-top: 6px;
}
.cloud_expo_wrap .cloud_expoType{
  background-color: #fff;
  padding: 24px 24px 8px 24px;
}
.cloud_expo_wrap .cloud_expoType ul{
  margin-left: -16px;
}
.cloud_expo_wrap .cloud_expoType ul li{
  width:535px;
  float:left;
  height: 124px;
  margin-bottom: 16px;
  margin-left: 16px;
}
.cloud_expo_wrap .cloud_expoType ul li img{
  display: block;
  width: 100%;
  height: 124px;
}
.cloud_expoTrends{
  width: 1134px;
  background: url(../images/bg_cloud_trends.png) no-repeat;
  background-size:100% 100%;
}
.cloud_expoTrends .top_number{
  height: 128px;
  padding: 0 22px;
}
.cloud_expoTrends .top_number .item{
  float: left;
  text-align: center;
  padding-top: 30px;
  position: relative;
  height: 120px;
}
.cloud_expoTrends .top_number .item:nth-child(1)::after{
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 66px;
  background-color: #ffff;
  display: block;
  margin-top: -33px;
}
.cloud_expoTrends .top_number .item .num{
    color: #4286F7;
    font-size: 30px;
    line-height: 35px
}
.cloud_expoTrends .top_number .item .text{
  color: #000;
  font-size: 18px;
  padding-top: 8px;
  line-height: 25px;
}
.cloud_expoTrends .cmf_carouse_x{
  width: 100%;
  height: 38px;
  background: rgba(255,255,255,0.8);
}
.cloud_expoTrends .cmf_carouse_x #container_small_tip{
    position: relative;
    height: 38px;
    width:1094px;
    margin: 0 20px;
    line-height: 38px;
    color: #000;
    font-size: 12px;
    overflow: hidden;
}
.cloud_expoTrends .cmf_carouse_x #content_small_tip{
   position: absolute;
   top: 0;
   left: 0;
   white-space:nowrap;
}
.cloud_expoTrends .expoTrendsShow {
  padding: 24px;
}
.cloud_expoTrends .expoTrendsShow .cmf_carouse{
  width: 530px;
  float: left;
  height: 728px;
  background-color: rgba(66,134,247,0.3);
  border: 1px solid #fff;
}
.cloud_expoTrends .expoTrendsShow .one{
  margin-right: 26px;
}
.cloud_expoTrends .expoTrendsShow .top_title{
  height: 40px;
  width: 150px;
  margin: 0 auto;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 18px;
  background: url(../images/cloud_trends_tibar.png) no-repeat;
}
.cloud_expoTrends .expoTrendsShow .marqueebox {
  background-color: #fff;
  padding:0 16px;
  margin: 0 16px;
  height: 640px;
  overflow: hidden;
  position: relative;
}
.cloud_expoTrends .expoTrendsShow .marqueebox .swiper-wrapper{
    height: 640px;
}
.cloud_expoTrends .expoTrendsShow .marqueebox ul li{
   background: rgba(66,134,247,0.1);
   line-height: 40.125px;
   padding: 0 10px
}
.cloud_expoTrends .expoTrendsShow .marqueebox ul li.curr{
  background-color: #fff;
}
.cloud_expoTrends .expoTrendsShow .marqueebox ul li a{
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cloud_expo_wrap .cloud_nav ul li{
  width: 25%;
  float: left;
  text-align: center;
  margin-bottom:26px;
} 
.cloud_expo_wrap .cloud_nav ul li img{
  width: 36px;
  height: 36px;
}
.cloud_expo_wrap .cloud_nav ul li .text_name{
  color: #333;
  font-size: 14px;
  line-height: 20px;
  margin-top: 6px;
}
.period_activity{
  background-color: #fff;
}
.period_activity .tab_nav{
    height: 48px;
    padding: 0 20px;
    border-bottom: 1px solid #F6F7F8;
}
.period_activity .tab_nav a{
  display: block;
  float: left;
  margin-right: 32px;
  line-height: 48px;
  position: relative;
  color: #333;
}
.period_activity .tab_nav a.curr{
  color: #4286F7;
}
.period_activity .tab_nav a.curr::after{
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  width: 28px;
  height: 2px;
  left: 50%;
  margin-left: -14px;
  background-color: #4286F7;
}
.period_activity .activity_list{
    margin-top: 0;
    padding: 16px 22px;
}
.period_activity .activity_list .t_activity_list{
  padding: 0;
}
.period_activity .activity_list ul{
  margin-left: -16px;
}
.period_activity .activity_list ul li{
  width:260px;
  height: 248px;
  background: #FFFFFF;
  box-shadow: 0px 1px 6px 1px rgba(0,0,0,0.08);
  border-radius: 6px 6px 6px 6px;
  margin-left: 16px;
  margin-bottom: 16px;
  margin-right: 0;
}
.period_activity  .activity_list ul li .info{
  border-bottom: none;
}
.period_activity .activity_list ul li img{
  display: block;
  width: 260px;
  border-radius: 6px 6px 0  0;
  height: 126px;
}
.period_activity .activity_list ul li .title{
  border-bottom: 1px solid #F6F6F6;
  padding-bottom: 6px;
  margin-bottom: 8px;
}
.period_activity .activity_list ul li h3{
   height: 40px;
   line-height: 20px;
   display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
   white-space: normal;
}
.period_activity .activity_list ul li .time{
  display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #999;
    padding-left: 18px;
    margin-top: 8px;
    font-size: 12px;
    height: 16px;
    background: url(../images/icon_time.png) left center no-repeat;
}
.t_demandShow .headCon{
  background-color: #fff;
  margin-bottom:16px;
}
.t_demandShow .headCon .tabNav{
   height: 48px;
   border-bottom: 1px solid #E1E6F0;
   padding: 0 24px;
}
.t_demandShow .headCon .tabNav a{
  display: block;
  float: left;
  margin-right: 32px;
  position: relative;
  line-height: 48px;
  color: #333;
}
.t_demandShow .headCon .tabNav a.curr{
  color:#4286F7;
  font-weight: bold;
}
.t_demandShow .headCon .tabNav a.curr::after{
  content: '';
  display: block;
  background-color: #4286F7;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -14px;
  width: 28px;
  height: 2px;
}
.t_demandShow .headCon .adShow{
  padding:16px 24px;
}
.t_demandShow .headCon .adShow img{
  display: block;
  width: 100%;
}
.t_demandShow .headCon .navItem{
  padding: 0 24px 20px 24px;
}
.t_demandShow .headCon .navItem ul li{
  width: 50%;
  float: left;
  text-align: center;
}
.t_demandShow .headCon .navItem ul li .text_name{
  color: #333;
  line-height: 20px;
  margin-top: 8px;
}
.t_demandShow .t_demandList{
  background-color: #fff;
  padding: 0 24px;
}
.t_demandShow .t_demandList .w_copy_select .item:last-child .sxrrbox a{
  margin: 0 12px;
}
.t_demandShow .t_demandList .w_copy_select .item:last-child{
  margin-bottom: 10px;
}
.t_companyShopList{
  background-color: #fff;
  padding:30px 24px;
}
.t_companyShopList ul li{
  border-bottom: 1px solid #E1E6F0;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
.t_companyShopList ul li .img{
   width: 100px;
   height: 100px;
   border: 1px solid #eee;
   border-radius: 4px;
   float: left;
   margin-right: 20px;
}
.t_companyShopList ul li .img span{
   display: table-cell;
   width: 100px;
   height: 100px;
   vertical-align: middle;
   text-align: center;
}
.t_companyShopList ul li .img span img{
   max-width: 98px;
   max-height:98px;
}
.t_companyShopList ul li .info{
  overflow: hidden;
}
.t_companyShopList ul li .title{
    height: 24px;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    color: #333333;
    padding-right: 120px;
}
.t_companyShopList ul li .label{
  margin-top: 10px;
}
.t_companyShopList ul li:hover{
  background-color: #fff
}
.t_companyShopList ul li .label img{
  height:22px;
}
.t_companyShopList ul li .address{
  margin-top: 6px;
}
.t_companyShopList ul li .address span{
  background: url(../images/place.png) left center no-repeat;
  display: inline-block;
  padding-left: 20px;
  color: #999;
}
.t_companyShopList ul li .item_btn{
  position: absolute;
  right: 0;
  top: 50px;
  margin-top: -20px;
}
.t_demandShow .popGotoTip{
  width: 380px;
  height: 136px;
  position: absolute;
  background-color: #fff;
  border-radius: 6px;
  padding:20px;
  top: 50%;
  left: 50%;
  margin-top: -68px;
  margin-left: -195px;
  z-index: 99;
}
.t_demandShow .popGotoTip .tipSCon{
   color: #999;
   padding-top: 15px;
}
.t_demandShow .popGotoTip  .btn{
  text-align: right;
  margin-top: 15px;
}
.t_demandShow .popGotoTip  .btn a{
  width: 56px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  display: inline-block;
  border-radius: 2px;
}
.t_demandShow .popGotoTip  .btn .is_none{
   border: 1px solid #eee;
   color: #333;
}
.t_demandShow .popGotoTip  .btn .is_ye{
  background-color: #66b1ff;
  border: 1px solid #66b1ff;
  color: #fff;
  margin-left: 20px;
}
.t_demandShow .popGotoTipMak{
   background-color: rgba(0, 0, 0, .6);
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 66;
}
.t_demandShow .popGotoTip h2{
  color: #333;
  font-size: 15px;
}
.t_companyShopList ul li .item_btn span{
  display: block;
  width: 102px;
  height: 42px;
  border: 1px solid #2577E3;
  border-radius: 2px;
  font-size: 14px;
  line-height: 40px;
  color: #2577E3;
  text-align: center;
}
.IndustryGroupCon{
  background-color: #fff;
  padding: 40px 175px;
}
.IndustryGroupCon .title{
  color: #000;
  font-size: 24px;
  line-height: 42px;
  text-align: center;
  width: 442px;
  margin: 0 auto;
}
.IndustryGroupCon .groupCode{
  width: 400px;
  margin: 0 auto;
}
.IndustryGroupCon .groupCode .topInfo{
  height: 116px;
  text-align: center;
  background: linear-gradient(180deg, #05D157 0%, #1AA138 100%);
  border-radius: 10px 10px 0 0;
  margin-top: 24px;
}
.IndustryGroupCon .groupCode .topInfo .name{
  color: #fff;
  font-size: 33px;
  line-height: 46px;
  padding-top: 10px;
}
.IndustryGroupCon .groupCode .topInfo .tip{
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  padding-top: 5px;
}
.IndustryGroupCon .groupCode .codeShow{
  height: 386px;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.16);
  border-radius: 0 0 10px 10px;
  padding: 24px 46px 0 46px;
  text-align: center;
}
.IndustryGroupCon .groupCode .codeShow .s_text{
  color: #666;
  font-size: 16px;
  line-height: 22px;
}
.IndustryGroupCon .groupCode .codeShow .codeImg{
  padding-top: 16px;
}
.IndustryGroupCon .groupCode .codeShow img{
  width: 276px;
  height: 276px;
}
.IndustryGroupCon .moreGroup{
  background-color: rgba(0, 0, 0, .04);
  padding: 30px 86px;
  margin-top: 56px;
  margin-bottom: 80px;
}
.IndustryGroupCon .moreGroup .tipText{
  float: left;
  margin-right: 10px;
  color: #333;
  font-size: 16px;
  line-height: 22px;
}
.IndustryGroupCon .moreGroup .con{
  overflow: hidden;
}
.IndustryGroupCon .moreGroup .con span{
  line-height: 22px;
  display: inline-block;
  color: #666;
  padding: 0 12px 12px 0;
  font-size: 16px;
}
.siginExhibit{
   width: 800px;
    height: 620px;
    position: absolute;
    background-color: #fff;
    left: 50%;
    top: 50%;
    margin-left: -400px;
    margin-top: -310px;
    border-radius: 4px;
}
.siginExhibit .title-text{
  text-align: center;
  line-height: 26px;
  padding-top: 20px;
  font-size: 26px;
  font-weight: bold;
  color: #333;
}
.siginExhibit .safety-tip{
  height: 40px;
  background-color: #ECF4FF;
  line-height: 40px;
  text-align: center;
  margin-top: 14px;
}
.siginExhibit .safety-tip em{
    font-style: normal;
    line-height: 40px;
    color: #2577E3;
    padding-left: 30px;
    background: url(../images/icon_safety.png) left center no-repeat;
}
.siginExhibit  .close {
  width: 60px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
}
.siginExhibit  .close a{
  display: block;
  height: 50px;
  text-indent: -99999px;
  background: url(../images/icon_close.png) center no-repeat;
}
.siginExhibit .formBox{
  padding: 40px 120px;
}
.siginExhibit .formBox .item{
  margin-bottom: 16px;
}
.siginExhibit .formBox .item .ti-text{
  display: block;
  width: 60px;
  margin-right: 10px;
  float: left;
  line-height: 40px;
  text-align: right;
}
.siginExhibit .formBox .item .el-input,.siginExhibit .formBox .item .el-textarea{
  float: left;
  width: 490px;
}
.siginExhibit .formBox .item .el-input--small .el-input__inner{
   height: 40px;
   line-height: 40px;
}
.siginExhibit .formBox .item .el-button--primary{
  margin-left: 70px;
}
.exhibitCompanyShow{
  position: relative;
}
.exhibitCompanyShow .switchTab{
   background-color: #fff;
   height:48px;
   padding: 0 20px;
   border-bottom: 1px solid #F6F7F8;
}
.exhibitCompanyShow .switchTab a{
  display: block;
  float: left;
  margin-right: 32px;
  color: #333333;
  line-height: 46px;
}
.exhibitCompanyShow .r_companyTi{
  background-color: #fff;
  height: 42px;
  border-bottom: 1px solid #eee;
}
.exhibitCompanyShow .r_companyTi span{
  display: block;
  padding-left: 46px;
  color: #333;
  font-size: 15px;
  line-height: 42px;
  font-weight: bold;
  background: url(../images/ico_hota.png) 24px center no-repeat;
  background-size:18px auto;
}
.exhibitCompanyShow .switchTab a.curr{
  color: #4286F7;
  font-weight: bold;
  border-bottom: 2px solid #4286F7;
}
.hot_supplier .item{
  background-color: #fff;
  margin-bottom: 16px;
}
.hot_supplier .item .ti{
  height: 48px;
  padding-left: 46px;
  color: #333;
  font-weight: bold;
  line-height: 48px;
  border-bottom: 1px solid #F6F7F8;
}
.hot_supplier .item .zs{
  background: url(../images/icon_zs.png) 24px center no-repeat;
}
.hot_supplier .item .hj{
  background: url(../images/icon_jp.png) 24px center no-repeat;
}
.hot_supplier .list{
  padding: 24px 24px 6px 24px;
}
.hot_supplier .list ul {
  margin-left: -16px;
}
.hot_supplier .list ul li{
  width: 204px;
  height: 180px;
  float: left;
  margin-left: 16px;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px 1px rgba(0,0,0,0.03);
  border: 1px solid #EAEAEA;
  margin-bottom: 18px;
}
.hot_supplier .list ul li .img{
  width: 202px;
  height: 138px;
  border-bottom: 1px solid #EAEAEA;
}
.hot_supplier .list ul li .img span{
  display: table-cell;
  width: 202px;
  height: 138px;
  text-align: center;
  vertical-align: middle;
}
.hot_supplier .list ul li .img span img{
  max-width: 202px;
  max-height: 137px;
}
.hot_supplier .list ul li .name{
   padding: 0 10px;
   line-height: 42px;
   color:#111111;
   text-overflow: ellipsis;
   overflow: hidden;
   white-space: nowrap;
}
.exhibitCompanyShow .list_item{
  background-color: #fff;
  margin-bottom: 16px;
  padding: 24px;
}
.exhibitCompanyShow .list_item .companyPic{
  width: 420px;
  height: 216px;
  float: right;
  margin-left: 20px;
  position: relative;
  top: -10px;
}
.exhibitCompanyShow .list_item .companyTopInfo{
  overflow: hidden;
}
.exhibitCompanyShow .list_item .companyTopInfo .title{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color:#333;
  line-height: 24px;
  font-size: 18px;
}
.exhibitCompanyShow .list_item .companyTopInfo .title.is_hot{
  background: url(../images/ico_hota.png) left 4px no-repeat;
  background-size:16px auto;
  padding-left: 18px;
}
.exhibitCompanyShow .list_item .companyTopInfo .desc{
  margin-top: 10px;
  color: #999;
  line-height: 22px;
  height: 66px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.exhibitCompanyShow .list_item .companyTopInfo .label{
  margin-top: 10px;
}
.exhibitCompanyShow .list_item .companyTopInfo .label span{
  display: inline-block;
  line-height: 22px;
  margin-right: 10px;
  padding: 0 8px;
  font-size: 12px;
}
.exhibitCompanyShow .list_item .companyTopInfo .label span:nth-child(1){
  background-color: #E9EFFD;
  color: #7A9DF8;
}
.exhibitCompanyShow .list_item .companyTopInfo .label span:nth-child(2){
  background-color: #E5F4ED;
  color:#4FAD70;
}
.exhibitCompanyShow .list_item .companyTopInfo .label span:nth-child(3){
  background-color: #FCEEEA;
  color: #EE8383;
}
.exhibitCompanyShow .list_item .companyTopInfo .area{
    margin-top: 10px;
}
.exhibitCompanyShow .list_item .companyTopInfo .area span{
   line-height: 20px;
   padding-left: 24px;
   color: #333;
   background:url(../images/icon_loc.png) left center no-repeat;
}
.exhibitCompanyShow .list_item .companyTopInfo .bottom_desc{
  height: 36px;
  margin-top: 10px;
}
.exhibitCompanyShow .list_item .companyTopInfo .bottom_desc .right_con{
   float: left;
   width: 228px;
   height: 36px;
   border: 1px solid #D51E26;
   margin-right: 16px;
   padding: 0 8px;
   border-radius: 2px;
}
.exhibitCompanyShow .list_item .companyTopInfo .bottom_desc .right_con .tips{
  float: left;
  color: #333;
  font-size: 12px;
  line-height: 34px;
  padding-right: 8px;
  position: relative;
}
.exhibitCompanyShow .list_item .companyTopInfo .bottom_desc .right_con .tips::after{
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 20px;
  right: 0;
  top: 50%;
  margin-top: -10px;
  background-color: #E9E9E9;;
}
.exhibitCompanyShow .list_item .companyTopInfo .bottom_desc .right_con a{
  float: right;
  line-height: 34px;
  color: #D51E26;
  font-size: 12px;
  padding-right: 16px;
  background: url(../images/icon_row.png) right center no-repeat;
}
.exhibitCompanyShow .list_item .companyTopInfo .bottom_desc .contact_company{
  width: 114px;
  height: 36px;
  float: left;
  background-color: #D51E26;
  border-radius: 2px;
}
.exhibitCompanyShow .list_item .companyTopInfo .bottom_desc .contact_company a{
  display: block;
  line-height: 36px;
  color: #fff;
  text-align: center;
  background: url(../images/icon_msg.png) 8px center no-repeat;
}
.exhibitCompanyShow .pro_box ul li{
   background-color: #fff;
   padding: 24px;
   margin-bottom: 16px;
}
.exhibitCompanyShow .pro_box ul li .pro_name{
  color: #333;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}
.exhibitCompanyShow .pro_box ul li .pro_name.is_hot{
  background: url(../images/ico_hota.png) left 4px no-repeat;
  background-size: 16px auto;
  padding-left: 18px;
}
.exhibitCompanyShow .pro_box ul li .proInfo {
  margin-top: 10px;
}
.exhibitCompanyShow .pro_box ul li .proInfo .image{
  width: 216px;
  float: left;
  margin-right: 24px;
}
.exhibitCompanyShow .pro_box ul li .proInfo .image img{
  display: block;
  width: 216px;
  height: 136px;
  object-fit: cover;
}
.exhibitCompanyShow .pro_box ul li .proInfo .info{
  overflow: hidden;
}
.exhibitCompanyShow .pro_box ul li .proInfo .desc{
  color: #999;
  line-height: 22px;
  height: 66px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.exhibitCompanyShow .pro_box ul li .proInfo .comp_name{
  margin-top: 10px;
}
.exhibitCompanyShow .pro_box ul li .proInfo .comp_name span{
   background-color: #E9EFFD;
   line-height: 22px;
   font-size: 12px;
   color: #7A9DF8;
   padding: 0 8px;
   display: inline-block;
}
.exhibitCompanyShow .pro_box ul li .inquiry_btn{
  margin-left: 240px;
}
.exhibitCompanyShow .pro_box ul li  .inquiry_btn a{
  display: block;
  width: 88px;
  line-height: 36px;
  padding-left: 40px;
  color: #fff;
  background: url(../images/icon_price1.png) 16px center no-repeat;
  background-color: #D51E26;
  border-radius: 2px;
}
.exhibitCompanyShow .header{
  background-color: #fff;
  padding: 24px;
  margin-bottom: 16px;
  position: relative;
}
.companySwiperPic{
   height: 216px;
}
.companySwiperPic .swiper-slide{
  text-align: center;
}
.companySwiperPic .img span{
  width: 420px;
  display: table-cell;
  height: 216px;
  vertical-align: middle;
}
.companySwiperPic img{
  max-height: 216px;
  max-width:100% ;
}
.companySwiperPic .swiper-slide .video-js{
  width: 420px;
  height: 216px;
}
.companySwiperPic .swiper-container{
  padding-bottom: 16px;
}
.companySwiperPic .swiper-container .swiper-pagination-bullets{
  bottom: 0;
}
.t_cmfTypeSelect .selectlist ul li .zhanwei .single .item a{
  border-bottom: 1px solid #eee;
}
.t_cmfTypeSelect .selectlist ul li .zhanwei .single .item a:last-child{
  border-bottom: none;
}
.t_cmfTypeSelect .selectlist ul li .zhanwei .single .item .desc{
  color: #999;
  font-size: 12px;
  line-height: 14px;
  padding-bottom: 6px;
  position: relative;
  top: -5px;
}
.exhibitCompanyShow .t_cmfTypeSelect{
  float: left;
  margin-top:2px;
}
.exhibitCompanyShow .t_cmfTypeSelect .selectlist{
   margin-bottom: 4px;
}
.exhibitCompanyShow .header_search{
  float: right;
  width: 200px;
  height: 32px;
  border: 1px solid #ccc;
  border-radius: 2px;
}
.exhibitCompanyShow .header_search input {
  border: none;
  background: #fff;
  height: 30px;
  line-height: 30px;
  width: 198px;
  padding: 0 20px 0 10px;
  background: url(../images/icon_search_a.png) 180px center no-repeat;
}
.exhibitCompanyShow .header .zqdesc{
  position: absolute;
  right: 44px;
  top: 32px;
  cursor: pointer;
}
.cloud_expo_wrap .exhibitDesc{
  padding: 40px;
  background-color: #fff;
  text-align: center;
}
.cloud_expo_wrap .exhibitDesc img{
  max-width: 100%;
}
.exhibitCompanyShow .zqdesc{
  float: left;
  line-height: 34px;
  cursor: pointer;
}
.exhibitCompanyShow .zqdesc img{
  margin-right: 2px;
  position: relative;
  top: 1px;
}
.exhibitCompanyShow .w_copy_select{
   padding: 20px 20px 16px 20px;
   margin-top: 0;
}
.exhibitCompanyShow .proShow{
  min-height: 500px;
}