/* 标题 */
.caseTitle1 img {
  width:53px;
  height:49px;
}

.caseTitle2 img {
  width:59px;
  height:46px;
}

.caseTitle3 img {
  width:35px;
  height:49px;
}

.newsContent {
  width: 100vw;
  min-width: 1200px;
  /* padding: 0px 0 100px; */
  box-sizing: border-box;
  background-color: #FFF;
  margin-top: 40px;
}

.content {
  background-color: #F7F7F7;

}

/* banner图 */
.showMeTheBanner{
    height:376px;
    background:url(../../imgs/aboutUs/banner.png)no-repeat;
    background-size:100%;
    
}
.wordSpace{
    height:261px;
    background:linear-gradient(-65deg,rgba(166,81,13,0.61),rgba(160,61,18,0.61));
    text-align:center;
    padding-top:115px;
}
.wordSpace>div:nth-child(1){
    font-size:52px;
    font-family:SourceHanSansSC-Light;
    font-weight:300;
    color:#fff;
}

.wordSpace>div:nth-child(2){
    width:128px;
    height:2px;
    background:rgba(255,255,255,0.71);
    margin:32px auto;
    
}
.wordSpace>div:nth-child(3){
    font-size:16px;
    font-family:SourceHanSansSC-Light;
    font-weight:300;
    color:#D7D7D7
}


/* 展会头部 */
.exhibition{
    max-width: 100vw;
    min-width: 1200px;
    padding: 84px 10.3% 0;
    box-sizing: border-box;
    margin:0 auto;
    display: flex;
    justify-content: space-between;
}

.headLeft>div:nth-child(1){
    width: calc(100vw/2.47);
    min-width: calc(1200px/2.47);
    height: calc(100vw/11.21);
    min-height: calc(1200px/11.21);
    position:relative;
}
.headLeft>div:nth-child(1) img{
    width:100%;
    height:100%;
}

.headLeft>div:nth-child(1)>div{
    width:48px;
    height:48px;
    background:#F5905F;
    position:absolute;
    top:0;
}
.headLeft>div:nth-child(1)>div>div:nth-child(1){
    font-size:32px;
    font-family: SourceHanSansSC-Normal;
    color:#fff;
}
.headLeft>div:nth-child(1)>div>div:nth-child(2){
    font-size:9px;
    font-family: SourceHanSansSC-Normal;
    color:#fff;
}

.headLeft>div:nth-child(2){
    font-size:18px;
    font-family:SourceHanSansSC-Regular;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:28px;
    margin-top:33px;
    width:calc(100vw/2.5);
    min-width:calc(1200px/2.5);
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}
.headLeft>div:nth-child(3){
    width:calc(100vw/2.67);
    min-width:calc(1200px/2.67);
    font-size:14px;
    font-family:SourceHanSansSC-Light;
    font-weight:300;
    color:rgba(107,107,107,1);
    line-height:24px;
    margin-top:8px;
}
.headLeft>div:nth-child(4){
    width:108px;
    height:28px;
    line-height:28px;
    background:#F5905F;
    color:#fff;
    text-align:center;
    margin-top:17px;
    cursor: pointer;
}
.headRight{
    flex: 1;
    margin-left:45px;
}
.headRight>div{
    height: calc(100vw/13.4);
    min-height: calc(1200px/13.4);
    border-bottom:1px solid #C2C2C2;
}

.headRight>div:nth-child(3){
    border-bottom:none;
}
.headRightContent>div:nth-child(1){
    width:calc(100vw/21);
    min-width:calc(1200px/21);
    height: calc(100vw/12.4);
    min-height: calc(1200px/12.4);
}
.headRightContent>div:nth-child(1)>div:nth-child(1){
    font-size:47px;
    font-family: SourceHanSansSC-Normal;
    color:#a3a3a3;
}
.headRightContent>div:nth-child(1)>div:nth-child(2){
    font-size:12px;
    font-family: SourceHanSansSC-Normal;
    color:#a3a3a3;
}
.headRightContent{
    display: flex;
    cursor: pointer;
}
.headRightContent>div:nth-child(2) div:first-child{
    font-size:16px;
    font-family:SourceHanSansSC-Regular;
    font-weight:400;
    color:rgba(103,103,103,1);
    margin-left:30px;
    margin-top:10px;
    width:calc(100vw/3.43);
    min-width:calc(1200px/3.43);
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    cursor: pointer;
}
.headRightContent>div:nth-child(2) div:last-child{
    margin-top:10px;
    font-size:12px;
    font-family:SourceHanSansSC-Light;
    font-weight:300;
    color:rgba(163,163,163,1);
    line-height:19px;
    margin-left:30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;

}
.separator{
    height:1px;
    background:#c7c7c7;
    margin:40px 11%;
    padding: 0 10.4%;
    box-sizing: border-box;
    clear:both;
    
}


/* 展会底部 */
.exhibitionFooter{
  width: 100vw;
  min-width: 1200px;
  padding: 0 10.3%;
  box-sizing: border-box;
}
.exhibitionFooter>div{
    height:156px;
    margin-bottom:30px;
    display: flex;
    justify-content: space-between;
    padding: 0 7%;
}
.exhibitionFooter>div>div:nth-child(1){
    width:260px;
    height:156px;
    margin-right: 30px;
}

.exhibitionFooter>div>div:nth-child(1) img{
    width:100%;
    height:100%;
}
.exhibitionFooter>div>div:nth-child(2){
    height:117px;
    /* margin-left:65px; */
    /* border-right:1px solid #D2D2D2; */
    /* padding-right:auto; */
    /* margin: 0 100px; */
    box-sizing: border-box;

}
.exhibitionFooter>div>div:nth-child(2)>div:nth-child(1){
    font-size:16px;
    font-family:SourceHanSansSC-Regular;
    font-weight:400;
    color:rgba(245,144,95,1);
    line-height:23px;
    width:400px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    cursor: pointer;
}
.exhibitionFooter>div>div:nth-child(2)>div:nth-child(2){
    width:446px;
    height:80px;
    font-size:12px;
    font-family:SourceHanSansSC-Light;
    font-weight:300;
    color:rgba(163,163,163,1);
    line-height:19px;
    margin-top:20px;
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 4;
overflow: hidden;
}
.exhibitionFooter>div>div:nth-child(2)>div:nth-child(3){
    font-size:12px;
    font-family:SourceHanSansSC-Light;
    font-weight:300;
    color:rgba(163,163,163,1);
    line-height:19px;
    margin-top:35px;
}
.exhibitionFooter>div>div:nth-child(3){
    width:100px;
    height:62px;
    text-align:center;
    margin-left:20px;
    margin-top:28px;
    padding-left: 20px;
    border-left: 1px solid #D2D2D2;;
}
.exhibitionFooter>div>div:nth-child(3)>div:nth-child(1){
    font-size:35px;
    font-family: SourceHanSansSC-Light;
    font-weight:Light;
    color:#F5905F;
}

.exhibitionFooter>div>div:nth-child(3)>div:nth-child(2){
    font-size:30px;
    font-family: SourceHanSansSC-Light;
    font-weight:Light;
    color:#F5905F;
    white-space: nowrap;
}



/* 底部 */
.footerMsg{
    height:246px;
    margin-top:5px;
    background-color:#F7F7F7;
    clear:both;
}
.footerMsg>div>div{
    display:inline-block;
    vertical-align:top;
}
.footerMsg .footerTitle1{
    font-size:18px;
    font-family:SourceHanSansSC-Regular;
    font-weight:400;
    color:rgba(51,51,51,1);
    /* line-height:246px; */
    margin-left:35px;
}
.footerTitle1>div:nth-child(1){
    margin-top:80px;

}
.footerTitle1>div:nth-child(2){
    margin-top:8px !important;
}
.footerTitle1>div:nth-child(2),.footerTitle1>div:nth-child(3),.footerTitle1>div:nth-child(4){
    font-size:14px;
    font-family:SourceHanSansSC-Regular;
    font-weight:400;
    color:rgba(138,138,138,1);
    margin-top:0;
    margin-right:40px;
    line-height:25px;
}

.footerMsg>div>div:nth-child(2){
    height:74px;
    width:1px;
    background:#E3E3E3;
    margin:86px 21px 0 24px;
}

.footerMsg>div>div:nth-child(4){
    height:74px;
    width:1px;
    background:#E3E3E3;
    margin-top:86px;
}

.footerMsg>div>div:nth-child(6){
    height:74px;
    width:1px;
    background:#E3E3E3;
    margin:86px 1px 0 44px;
}

.footerMsg .footerTitle2{
    font-size:14px;
    font-family:SourceHanSansSC-Regular;
    font-weight:400;
    color:rgba(138,138,138,1);
    margin-top:56px;
    margin-right:40px;
    line-height:25px;
}
.footerMsg .footerTitle3{
    font-size:18px;
    font-family:SourceHanSansSC-Regular ;
    font-weight:400;
    color:rgba(138,138,138,1);
    margin-top:39px;
    text-align:center;
    margin-left:43px;
}
.footerMsg .qrCode{
    margin-top:30px;
}
.footerMsg .qrCode>div:nth-child(1){
    width:90px;
    height:90px;
    background:url(../../imgs/index/weixin@2x.png)no-repeat;
    display:inline-block;
    font-size:14px;
    font-family:SourceHanSansSC-Regular;
    font-weight:400;
    color:rgba(138,138,138,1);
}
.footerMsg .qrCode>div:nth-child(2){
    width:91px;
    height:91px;
    background:url(../../imgs/index/ali@2x.png)no-repeat;
    display:inline-block;
    font-size:14px;
    font-family:SourceHanSansSC-Regular;
    font-weight:400;
    color:rgba(138,138,138,1);
    margin-left:50px;
}
.footerMsg .qrCode img{
    width: 90px;
    height: 90px;
}
.footerMsg .qrCode p{
    font-size: 14px;
    margin-top: 8px;
}

/* 售后服务 */
.help{
    width: 144px;
    height: 50px;
    position: fixed;
    right: 0;
    top: 60%;
    background: #00aef3;
    border-radius: 5px;
    z-index: 122;
}
.help .line1{
    display: flex;
    height: 32px;
    margin-top: 2px;
}
.help .line1>div:nth-child(1){
    margin: 6px 0 0 13px ;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 3px;
    text-shadow: 2px 2px 2px #333;
}
.help .line1>div:nth-child(2){
    width: 32px;
    height: 32px;
    background: url("../../imgs/index/help.png") no-repeat;
    
}
.help .line2{
    font-size: 10px;
    color: #E0E0E0;
    text-shadow: 2px 2px 2px #333;
    padding:  1px 0 0 13px;
}