/* @font-face {
  font-family: 'titleBlack';
  src: url('../font/epc_landing/title_black.woff') format('woff');
} */

html,
body {
  height: 100%;
  background: #DDF1F2;
}

body {
  /* padding-top: 72px; */
}

* {
  box-sizing: border-box;
}

.fl {
  float: left;
}

.fr{
  float: right;
}

.firstModule {
  position: relative;
  height: 488px;
    margin-bottom: 32px;
}

#navigation{
  position: static;
}

/* 第一屏banner */
.banner {
  height: 425px;
  background: url(../img/Landing/greenExpo/img_banner_bg.png) no-repeat;
  background-size: 100% 425px;
  min-width: 1200px;
  position: relative;
}

.banner .heart {
  height: 425px;
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding-top: 52px;
}



/* tablist */
.tablist {
  width: 100%;
  height: 63px;
  background: #fff;

  position: absolute;
  bottom: 0px;
}

.tablist .heart {
  width: 1200px;
  margin: 0 auto;
}

.tablist li {
  width: 20%;
  height: 63px;
  line-height: 63px;
  text-align: center;
  font-size: 18px;
  color: #333;
  cursor: pointer;
}

.tablist .active {
  font-weight: 700;
  color: #fff;
  background: url(../img/Landing/greenExpo/img_bg_hov.png);
  position: relative;
}

.common .heart{
  width: 1200px;
  margin: 0 auto;
}

.common .heart .title {
  text-align: center;
  margin-bottom: 36px;
}

.common .heart .content{
  margin-bottom: 48px;
}

/* 展会基本介绍 */
.basicIntroduction .heart{
  width: 1200px;
}
.basicIntroduction .heart .content{
  height: 431px;
  background: url(../img/Landing/greenExpo/img_bg1.png) no-repeat;
  padding-top: 28px;
  margin-bottom: 48px;
  /* border-radius: 12px 12px 30px 30px; */
  position: relative;
} 

.basicIntroduction .heart .content .inner{
  width: 1200px;
  height: 378px;
  position: absolute;
  left: 0;
  bottom: 0;
  box-shadow: 0px 6px 16px 0px rgba(3, 132, 145, 0.16);
  border-radius: 12px;
}

.basicIntroduction .heart .content .words{
  width: 962px;
  margin-left: 80px;
  line-height: 28px;
  text-indent: 25px;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}


.basicIntroduction .heart .content .words:nth-child(2){
  margin-bottom: 80px;
}

.basicIntroduction .heart .content .dataviews{
  height: 73px;
  padding-left: 63px;
}

.basicIntroduction .heart .content .dataviews li{
  text-align: center;
  margin-right: 95px;
}
.basicIntroduction .heart .content .dataviews li:nth-child(n+3){
  margin-right: 113px;
}

.basicIntroduction .heart .content .dataviews li p{
  font-size: 14px;
  color: #333;
  margin-bottom: 21px;
}

/* 展会组织架构 */
.organization .heart .content{
  height: 445px;
  background: url(../img/Landing/greenExpo/img_bg2.png) no-repeat;
  border-radius: 12px 12px 12px 12px;
  padding: 36px 32px 0;
  box-shadow: 0px 6px 16px 0px rgba(3,132,145,0.16);
}

.organization .heart .content .dataviews .item{
  margin-right: 52px;
}

.organization .heart .content .dataviews .item:last-child{
  margin-right: 0;
}

.organization .heart .content .dataviews .item .name{
  width: 194px;
  height: 49px;
  line-height: 49px;
  padding-left: 46px;
  font-size: 20px;
  margin-bottom: 30px;
  color: #fff;
  background:url(../img/Landing/greenExpo/img_fbt_bg.png);
}

.organization .heart .content .dataviews .item p{
  font-size: 14px;
  color: #333;
  margin-bottom: 22px;
}

/* 展会参观群体 */
.visitingGroups .heart .content .dataviews .item{
  width: 379px;
  height: 87px;
  border-radius: 8px;
  box-shadow: 0px 6px 16px 0px rgba(3,132,145,0.16);
  background: rgba(255,255,255,0.25);
  padding: 20px 0 20px 32px;
  margin-right: 31px;
  margin-bottom: 26px;
}

.visitingGroups .heart .content .dataviews .item:nth-child(n+4){
  width: 420px;
  margin-bottom: 0px;
}

.visitingGroups .heart .content .dataviews .item:nth-child(2){
  position: relative;
  bottom: 13px;
}

.visitingGroups .heart .content .dataviews .item:nth-child(3){
  margin-right: 0;
}
.visitingGroups .heart .content .dataviews .item:nth-child(4){
  margin-left: 164px;
}

.visitingGroups .heart .content .dataviews .item .icon{
  width: 47px;
  height:47px;
  line-height: 42px;
  text-align: center;
  border-radius: 8px 0px 8px 0px;
  background: linear-gradient( 90deg, #008392 0%, #7FC76D 100%);
  margin-right: 24px;
}

.visitingGroups .heart .content .dataviews .item:nth-child(n+3) h3{
  line-height: 24px;
}

.visitingGroups .heart .content .dataviews .item:nth-child(n+4) h3{
  max-width: 288px;
}

.visitingGroups .heart .content .dataviews .item h3{
  font-size: 16px;
  color: #333;
  font-weight: 700;
  height: 47px;
  line-height: 47px;
  max-width: 258px;
}

/* 展会优势 */
.exhibitionAdvantages .heart .content .dataviews .item{
  width: 368px;
  height: 530px;
  background: url(../img/Landing/greenExpo/img_bg4.png);
  box-shadow: 0px 6px 16px 0px rgba(3,132,145,0.16);
  border-radius: 16px 16px 184px 184px;
  padding: 47px 24px 0;
  text-align: center;
  margin-right: 48px;
}

.exhibitionAdvantages .heart .content .dataviews .item:last-child{
  margin-right: 0;
}

.exhibitionAdvantages .heart .content .dataviews .item .icon{
  width: 116px;
  height: 116px;
  margin-bottom: 21px;
}

.exhibitionAdvantages .heart .content .dataviews .item h3{
  font-size: 20px;
  color: #333;
  margin-bottom: 16px;
}

.exhibitionAdvantages .heart .content .dataviews .item .words{
  text-align: left;
  font-size: 14px;
  color: #666;
  line-height: 25.2px;
  height: 213px;
}

.exhibitionAdvantages .heart .content .dataviews .item .down{
  font-size: 15px;
  color: #3B5D5F;
  font-weight: 700;
}

.exhibitionAdvantages .heart .content .dataviews .item .down span{

  vertical-align: middle;
}

.exhibitionAdvantages .heart .content .dataviews .item .down img{
  vertical-align: middle;
}

.exhibitionAdvantages .heart .content .dataviews .item .typeList{
  font-size: 15px;
  color: #3B5D5F;
  font-weight: 700;
  padding-left: 37px;
}

.exhibitionAdvantages .heart .content .dataviews .item .typeList li{
  margin-right: 46px;
}

.exhibitionAdvantages .heart .content .dataviews .item .typeList li:last-child{
  margin-right: 0;
}

.exhibitionAdvantages .heart .content .dataviews .item:last-child .typeList li{
  margin-right: 28px;
}

/* 展会参会费用 */
.participationFees .heart .content{
  height: 2036px;
  background: url(../img/Landing/greenExpo/img_bg5.png) no-repeat;
}

/* 展会参会费用->公共部分 */
.public .secondaryTitle{
  height: 78px;
  line-height: 78px;
  color: #fff;
  padding: 0 64px;
}

.public .secondaryTitle .left{
  font-size: 36px;
}
.public .secondaryTitle .right .hotline{
  font-size: 16px;
  vertical-align: middle;
  margin-right: 16px;
}
.public .secondaryTitle .right .val{
  font-size: 22px;
  vertical-align: middle;
  letter-spacing: 5px;
}
.public .secondaryTitle .right .icon{
  vertical-align: middle;
  margin-right: 16px;
}

/* 展会参会费用->展位费用 */
.boothFees{
  margin-bottom: 32px;
  padding-bottom: 40px;
  box-shadow: 0px 6px 16px 0px rgba(3, 132, 145, 0.16);
  border-radius: 16px;
}

.boothFees .boothviews{
  padding: 36px 32px 0;
  margin-bottom: 25px;
}

.boothFees .boothviews .item{
  width: 362px;
  height: 392px;
  background: #FFFFFF;
  border-radius: 12px;
  padding: 24px;
  margin-right: 25px;
}

.boothFees .boothviews .item:last-child{
  margin-right: 0;
}

.boothFees .boothviews .item img{
  margin-bottom: 20px;
}

.boothFees .boothviews .item h3{
  font-size: 20px;
  color: #333;
  margin-bottom: 26px;
}
.boothFees .boothviews .item .applyInfo{
  height: 40px;
  line-height: 40px;
}

.boothFees .boothviews .item .applyInfo .price{
  font-size: 14px;
  color: #999;
  vertical-align: -5px;
}
.boothFees .boothviews .item .applyInfo .priceVal{
  font-size: 32px;
  color: #FF1746;
  font-weight: 700;
  vertical-align: middle;
  
}
.boothFees .boothviews .item .applyInfo .priceVal .symbol{
  font-size: 14px;
  color: #FF1746;
  font-weight: 400;
}
.boothFees .boothviews .item .applyInfo .applyBtn{
  display: inline-block;
  width: 128px;
  height: 40px;
  background: linear-gradient( 90deg, #008392 0%, #7FC76D 100%);
  border-radius: 44px;
  vertical-align: 1;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}

.boothFees .plan{
  padding: 0 32px;
}


/* 展会参会费用->展位费用 */
.exhibitorFees{
  box-shadow: 0px 6px 16px 0px rgba(3, 132, 145, 0.16);
  border-radius: 16px;
  padding-bottom: 38px;
  margin-bottom: 32px;
}

.exhibitorFees .forum{
  margin: 36px 32px 0;
  background: #fff;
  border-radius: 12px;
}
.exhibitorFees .forumviews{
  padding: 24px 24px 28px;

}

.exhibitorFees .forumviews .item{
  width: 530px;
  height: 121px;
  border-radius: 16px;
  margin-right: 24px;
  margin-bottom: 25px;
}

.exhibitorFees .forumviews .item img{

  border-radius: 16px;

}

.exhibitorFees .forumviews .item:nth-child(2n){
  margin-right: 0;
}
.exhibitorFees .forumviews .item:nth-child(n+2){
  margin-bottom: 0;
}

.exhibitorFees .priceviews{
  padding: 0 24px;
  padding-bottom: 24px;
}

.exhibitorFees .priceviews .item{
  margin-right: 72px;
}

.exhibitorFees .priceviews .applyBtn{
  width: 128px;
  height: 40px;
  line-height: 40px;
  background: linear-gradient( 90deg, #008392 0%, #7FC76D 100%);
  border-radius: 44px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  cursor:pointer;
}

.exhibitorFees .priceviews .item:nth-child(3){
  margin-right: 0;
}

.exhibitorFees .priceviews .item .name{
  font-size: 20px;
  color: #333;
  font-weight: 700;
  margin-right: 26px;
  display: inline-block;
  height: 42px;
  line-height: 49px;
}
.exhibitorFees .priceviews .item .price{
  font-size: 14px;
  color: #999;
  display: inline-block;
  height: 42px;
  line-height: 51px;
}
.exhibitorFees .priceviews .item .priceVal{
  font-size: 32px;
  color: #FF1746;
  font-weight: 700;
  display: inline-block;
  height: 42px;
  line-height: 42px;
}

.exhibitorFees .priceviews .item .priceVal .symbol{
  font-size: 14px;
  vertical-align: 2px;
}

/* 展会参会费用->广告费用 */
.advertisingFees{
  box-shadow: 0px 6px 16px 0px rgba(3, 132, 145, 0.16);
  border-radius: 16px;
}
.advertisingFees .advertisingviews{
  padding: 36px 31px 40px;
}
.advertisingFees .advertisingviews .item{
  width: 205px;
  height: 360px;
  background: #FFFFFF;
  border-radius: 12px;
  padding: 20px 16px 0;
  margin-right: 28px;
}

.advertisingFees .advertisingviews .item:last-child{
  margin-right: 0;
}

.advertisingFees .advertisingviews .item img{
  margin-bottom: 20px;
}
.advertisingFees .advertisingviews .item .name{
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 26px;
}
.advertisingFees .advertisingviews .item .price{
  font-size: 14px;
  color: #999;
}
.advertisingFees .advertisingviews .item .priceVal{
  font-size: 32px;
  color: #FF1746;
  font-weight: 700;
  margin-bottom: 15px;
}
.advertisingFees .advertisingviews .item .priceVal .symbol{
  font-size: 14px;
}
.advertisingFees .advertisingviews .item .applyBtn{
  display: inline-block;
  width: 128px;
  height: 40px;
  line-height: 40px;
  background: linear-gradient( 90deg, #008392 0%, #7FC76D 100%);
  border-radius: 44px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  cursor:pointer;
}




/* 弹框 */

.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  display: none;
}

.modal .mask,
.warp {
  position: fixed;
  z-index: 102;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.5);
}

.modal .warp .content {
  width: 376px;
  height: 114px;
  background: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  margin: 0 auto;
  margin-top: 20%;
  padding: 30px 0;
  position: relative;
}

.modal .warp .content .text{
  font-size: 14px;
  color: #333;
  text-align: center;
  margin-bottom: 10px;
}

.modal .warp .content .conventionalBrowser  {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  background: linear-gradient(90deg, #008392 20%, #7FC76D 100%);
  -webkit-background-clip: text; /* 只将背景应用于文字 */
  color: transparent; /* 文字颜色透明，使背景显示出来 */
}

.modal .warp .content .ie {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  color: #7FC76D;
  -webkit-background-clip: border-box; /* 只将背景应用于文字 */
  background:none;
}

.modal .warp .content .close{
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}



.myWorkspace .mermber{
  box-sizing: content-box;
  z-index: 999;
}

/* .myWorkspace:hover .mermber{
  display: block;
} */