.page {
    position: relative;
    width: 100%;
    overflow: hidden;
}


/* 头部样式 */

.block_1 {
    padding: 20px 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
}

.block_1 .image_1 {
    float: left;
    width: 421px;
    height: 68px;
}

.block_1 .box_1 {
    float: right;
    margin-top: 14px;
    width: 420px;
    height: 40px;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 5px;
    border: 1px solid rgba(0, 84, 167, 1);
    overflow: hidden;
}

.block_1 .box_1 input {
    float: left;
    width: 360px;
    height: 38px;
    font-size: 14px;
    color: #666;
    border: 0;
}

.block_1 .box_1 button {
    float: right;
    width: 58px;
    height: 38px;
    font-size: 14px;
    color: #fff;
    border: 0;
    background: #0054A7;
}


/* 导航样式 */

.group_1 {
    width: 100%;
    height: 50px;
    background-color: rgba(240, 131, 0, 1);
}

.group_1>ul {
    padding: 0;
    list-style: none;
}

.group_1>ul>li {
    float: left;
    width: 170px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
}

.group_1>ul>li a {
    display: block;
}

.group_1>ul>li:hover>a,
.group_1>ul>li.active>a {
    color: #F08300;
    background: #FFD9B7;
}


/* 内容区域 */

.block_2 {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.image_2 {
    width: 100%;
    height: 650px;
    overflow: hidden;
}

.image_2 .swiper-container {
    width: 100%;
    height: 100%;
}

.image_2 .swiper-slide {
    background-position: top center !important;
    background-repeat: no-repeat !important;
    background-size: auto 100% !important;
}

.image_2 .swiper-slide a {
    display: block;
    width: 100%;
    height: 650px;
}

.group_22{
    padding-top: 50px;
    padding-bottom: 20px;
    overflow: hidden;
}
.association_slide{
    float: left;
    position: relative;
    width: 665px;
    height: 380px;
    overflow: hidden;
}
.association_slide ul{
    padding: 0;
    list-style: none;
}
.association_slide .bd li{
    position: relative;
}
.association_slide .bd li img{
    width: 100%;
    height: 380px;
}
.association_slide .bd li .cover_tit{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 12px 20px;
    padding-right: 200px;
    background: rgba(0,0,0,.5);
}
.association_slide .bd li .cover_tit p{
    font-size: 18px;
    color: #fff;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.association_slide .hd{
    position: absolute;
    right: 5px;
    bottom: 15px;
}
.association_slide .hd li{
    float: left;
    margin-right: 10px;
    width: 14px;
    height: 14px;
    font-size: 0;
    border: 1px solid #fff;
    border-radius: 50%;
}
.association_slide .hd li.on{
    background: #fff;
}
.association_right{
    float: right;
    width: 500px;
}
.association_right .association_title{
    font-size: 22px;
    color: #0054A7;
}
.association_right .association_text{
    margin-top: 17px;
    width: 100%;
    height: 288px;
    overflow: hidden;
}
.association_right .association_text.active{
    height: auto;
}
.association_right .association_text,.association_text *{
    font-size: 16px;
    color: #333;
    line-height: 2;
}
.association_right .item_more{
    margin-top: 5px;
    text-align: right;
}
.association_right .item_more a{
    font-size: 16px;
    color: #0054A7;
}

.group_2 {
    padding: 13px 0;
    line-height: 27px;
    background-color: rgba(242, 242, 242, 1);
    overflow: hidden;
}

.group_2 .image-text_1 {
    float: left;
}

.group_2 .image-text_1 .label_1 {
    margin-right: 5px;
    width: 28px;
    height: 24px;
}

.group_2 .image-text_1 .text-group_1 {
    font-size: 18px;
    color: rgba(0, 84, 167, 1);
}

.notice_slide {
    float: left;
    margin-left: 15px;
    width: 940px;
    height: 27px;
    overflow: hidden;
}

.notice_slide .bd ul {
    padding: 0;
    list-style: none;
}

.notice_slide .bd li {
    float: left;
    margin-right: 60px;
    width: auto !important;
    font-size: 16px;
    color: #333;
    line-height: 27px;
}

.notice_slide .bd li span {
    margin-right: 5px;
}

.notice_slide .bd li:hover {
    color: rgba(0, 84, 167, 1);
}

.group_2 .text_13 {
    float: right;
    font-size: 16px;
    color: rgba(0, 84, 167, 1);
}

.group_3 {
    position: relative;
    padding: 70px 0;
    width: 100%;
    background: #fff;
}

.group_3 .w1200 {
    position: relative;
    z-index: 999;
}

.group_3::before {
    content: "";
    display: block;
    position: absolute;
    top: 36px;
    left: 0;
    width: 125px;
    height: 563px;
    background: url(../images/bg1.png) no-repeat;
}

.group_3::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 51px;
    width: 509px;
    height: 739px;
    background: url(../images/bg2.png) no-repeat;
}

.text-wrapper_3 {
    font-size: 28px;
    color: rgba(34, 34, 34, 1);
    text-align: center;
    font-weight: bold;
    background: url(../images/titlebg.png) center center no-repeat;
}

.image_3 {
    margin-top: 35px;
    padding-bottom: 50px;
    width: 100%;
    min-height: 880px;
    background: url(../images/bg9.png) no-repeat;
    background-size: auto 100%;
    overflow: hidden;
}

.venue_title {
    margin-top: 30px;
    margin-bottom: 12px;
    text-align: center;
    overflow: hidden;
}

.venue_title h5 {
    font-size: 30px;
    color: #F7F9FF;
}

.venue_title h6 {
    margin-top: 6px;
    font-size: 14px;
    color: #F7F9FF;
    font-weight: normal;
}

.venue_img {
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.venue_img img {
    max-width: 100%;
}

.group_4 {
    position: relative;
    padding: 70px 0;
    width: 100%;
    background: url(../images/bg3.png) top center no-repeat;
}

.programme_tab {
    margin: 0 auto;
    margin-top: 35px;
    width: 1220px;
}

.programme_tab .box_3 {
    margin: 0 auto;
    margin-bottom: 20px;
    width: 1200px;
    height: 40px;
}

.programme_tab .box_3 ul {
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.programme_tab .box_3 ul li {
    float: left;
    margin-right: 10px;
    width: 150px;
    height: 40px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    background: #C7C7C7;
    cursor: pointer;
}

.programme_tab .box_3 ul li:last-child {
    margin-right: 0;
}

.programme_tab .box_3 ul li.on {
    background: #0054A7;
}

.programme_tab .bd {
    width: 100%;
}

.programme_items {
    width: 100%;
}

.programme_table {
    margin: 0 auto;
    width: 1200px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(93, 93, 93, 0.21);
    overflow: hidden;
}

.programme_table table {
    width: 100%;
}

.programme_table table thead tr {
    background: #F08300;
}

.programme_table table thead th {
    padding: 13px 20px;
    font-size: 18px;
    color: #fff;
    text-align: left;
    font-weight: normal;
}

.programme_table table tbody td {
    padding: 13px 20px;
    font-size: 16px;
    color: #333;
    line-height: 28px;
    text-align: left;
    vertical-align: top;
}

.programme_table table tbody tr {
    border-bottom: 1px solid #DEDEDE;
}

.programme_table table tbody tr:last-child {
    border-bottom: 0;
}

.programme_table table tbody tr td:nth-child(3) {
    width: 375px;
}

.programme_table table tbody tr td:nth-child(4) {
    width: 235px;
}

.programme_table table tbody tr td[colspan] {
    text-align: center;
}

.programme_table table tbody tr:nth-child(even) td {
    background: rgba(240, 131, 0, 0.1);
}

.programme_table table tbody tr {
    -webkit-transition: all .8s;
    -ms-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
}

.programme_table table tbody tr:hover {
    background: rgba(240, 131, 0, 0.2);
}

.group_5 {
    padding: 56px 0;
    padding-bottom: 50px;
    width: 100%;
    background: url(../images/bg4.png) top center no-repeat;
    overflow: hidden;
}

.group_5 .text-wrapper_3 {
    background: url(../images/titlebg2.png) center center no-repeat;
}

.group_5 .text-group_2 {
    margin-top: 10px;
    font-size: 14px;
    color: rgba(102, 102, 102, 1);
    text-align: center;
    font-weight: 700;
}

.text-wrapper_15 {
    margin-top: 25px;
    font-size: 16px;
    color: #0054A7;
    text-align: right;
}

.group_7 {
    margin: 0 auto;
    padding: 10px 0;
    width: 1226px;
}

.group_7 .bd ul {
    padding: 0;
    list-style: none;
}

.group_7 .bd li {
    margin-bottom: 19px;
}

.group_7 .bd li .directory_items {
    margin: 0 auto;
    width: 1200px;
}

.group_7 .bd li .block_3 {
    float: left;
    margin-right: 12px;
    padding: 0 20px;
    width: 230px;
    height: 146px;
    box-shadow: 0px 0px 13px 0px rgba(20, 73, 124, 0.28);
    background-color: rgba(255, 255, 255, 1);
    -webkit-transition: all .4s;
    -ms-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    border: 1px solid transparent;
}

.group_7 .bd li .block_3:hover {
    border: 1px solid #0054A7;
}

.group_7 .bd li .block_3:last-child {
    margin-right: 0;
}

.group_7 .bd li .block_3 .image_13 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 72px;
    border-bottom: 1px dashed #DEDEDE;
}

.group_7 .bd li .block_3 .image_13 img {
    max-width: 90%;
    max-height: 55px;
}

.group_7 .bd li .block_3 .image-text_3 {
    padding-top: 5px;
}

.group_7 .bd li .block_3 .image-text_3 p {
    font-size: 14px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.group_7 .bd li .block_3 .image-text_3 p img {
    margin-right: 7px;
}

.group_18 {
    position: relative;
    padding: 70px 0;
    padding-top: 60px;
    width: 100%;
    background: #fff;
}

.group_18::before {
    content: "";
    display: block;
    position: absolute;
    top: 40px;
    left: 0;
    width: 100px;
    height: 221px;
    background: url(../images/bg5.png) no-repeat;
}

.group_18::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: -10px;
    width: 259px;
    height: 375px;
    background: url(../images/bg6.png) no-repeat;
}

.group_18 .w1200 {
    position: relative;
    z-index: 999;
}

.group_18 .text-wrapper_3 {
    background: url(../images/titlebg3.png) center center no-repeat;
}

.block_16 {
    margin-top: 35px;
    width: 100%;
    overflow: hidden;
}

.block_16 .block_18 {
    float: left;
    position: relative;
    margin-right: 30px;
    width: 580px;
    height: 325px;
    overflow: hidden;
}

.block_16 .block_18:last-child {
    margin-right: 0;
}

.block_16 .block_18 img {
    width: 100%;
    height: 325px;
    -webkit-transition: all .8s;
    -ms-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
}

.block_16 .block_18:hover img {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    /* IE 9 */
    -moz-transform: scale(1.2);
    /* Firefox */
    -webkit-transform: scale(1.2);
    /* Safari  Chrome */
    -o-transform: scale(1.2);
}

.block_16 .block_18 .group_19 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.5);
}

.block_16 .block_18 .group_19 .text-wrapper_17 {
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.block_16 .block_18 .group_19 .box_17 {
    margin-top: 5px;
    width: 100%;
    line-height: 30px;
    overflow: hidden;
}

.block_16 .block_18 .group_19 .box_17 .text_54 {
    float: left;
    max-width: 70%;
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.block_16 .block_18 .group_19 .box_17 .text-wrapper_18 {
    float: right;
    width: 84px;
    height: 30px;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    color: rgba(255, 255, 255, 1);
    background-color: rgba(140, 158, 180, 1);
    border-radius: 15px;
}

.group_29 {
    position: relative;
    z-index: 999;
    padding: 65px 0;
    padding-bottom: 70px;
    width: 100%;
    background: url(../images/bg7.jpg) top center no-repeat;
    overflow: hidden;
}

.group_31 {
    margin-top: 8px;
    width: 100%;
    height: 504px;
    overflow: hidden;
}

.group_32 {
    float: left;
    position: relative;
    width: 896px;
    height: 504px;
    overflow: hidden;
}

.group_32 img {
    width: 100%;
    height: 504px;
    -webkit-transition: all .8s;
    -ms-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
}

.group_32:hover img {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    /* IE 9 */
    -moz-transform: scale(1.2);
    /* Firefox */
    -webkit-transform: scale(1.2);
    /* Safari  Chrome */
    -o-transform: scale(1.2);
}

.group_32 .text-wrapper_30 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 20px;
    padding-top: 85px;
    padding-right: 45px;
    background: url(../images/titlebg5.png) no-repeat;
}

.group_32 .text-wrapper_30 .paragraph_12 {
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*要显示的行数*/
    overflow: hidden;
}

.group_33 {
    float: right;
    width: 287px;
    height: 504px;
    overflow: hidden;
}

.group_33 .group_34 {
    position: relative;
    margin-bottom: 12px;
    width: 100%;
    height: 160px;
    overflow: hidden;
}

.group_33 .group_34:last-child {
    margin-bottom: 0;
}

.group_33 .group_34 img,
.group_37 .group_38 .video_img {
    width: 100%;
    height: 160px;
    -webkit-transition: all .8s;
    -ms-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
}

.group_33 .group_34:hover img,
.group_37 .group_38:hover .video_img {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    /* IE 9 */
    -moz-transform: scale(1.2);
    /* Firefox */
    -webkit-transform: scale(1.2);
    /* Safari  Chrome */
    -o-transform: scale(1.2);
}

.group_33 .group_34 .text-wrapper_31,
.group_37 .group_38 .text-wrapper_34 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 8px 15px;
    background: url(../images/titlebg6.png) no-repeat;
}

.group_33 .group_34 .text-wrapper_31 .text_70,
.group_37 .group_38 .text_73 {
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.group_37 {
    margin-top: 16px;
    width: 1200px;
    height: 160px;
    overflow: hidden;
}

.group_37 .group_38 {
    position: relative;
    float: left;
    margin-right: 17px;
    width: 287px;
    height: 160px;
    overflow: hidden;
}

.group_37 .group_38:last-child {
    margin-right: 0;
}

.group_37 .group_38 .label_2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.group_21 {
    padding: 70px 0;
    width: 100%;
    background-color: rgba(249, 127, 10, 1);
    overflow: hidden;
}

.group_21 .text-wrapper_3 {
    color: #fff;
    background: url(../images/titlebg4.png) center center no-repeat;
}

.group_21 .group_23 {
    margin-top: 35px;
    text-align: center;
    overflow: hidden;
}

.group_21 .group_23 .text-group_43 {
    width: 100%;
    text-align: center;
}

.group_21 .group_23 .text-group_43 .text_60 {
    font-size: 24px;
    color: rgba(255, 255, 255, 1);
    line-height: 26px;
}

.group_21 .group_23 .text-group_43 .text_61 {
    margin-top: 10px;
    font-size: 18px;
    color: rgba(255, 255, 255, 1);
    line-height: 26px;
}

.group_21 .group_23 .block_20 {
    margin: 0 auto;
    margin-top: 10px;
    width: 40px;
    height: 5px;
    background-color: rgba(255, 255, 255, 1);
}

.group_26 {
    margin-top: 32px;
    width: 1200px;
    overflow: hidden;
}

.group_26 .block_21 {
    float: left;
    position: relative;
    margin-right: 22px;
    width: 385px;
}

.group_26 .block_21:last-child {
    margin-right: 0;
}

.group_26 .block_21 .text-wrapper_22 {
    margin-bottom: 1px;
    padding: 23px 20px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    background-color: rgba(255, 255, 255, 0.6);
}

.group_26 .block_21 .group_27 {
    padding: 14px 20px;
    height: 185px;
    background-color: rgba(255, 255, 255, 0.6);
    overflow: hidden;
    overflow-y: auto;
}
.group_26 .block_21 .group_27::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 8px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 8px;
}

.group_26 .block_21 .group_27::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
}

.group_26 .block_21 .group_27::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    border-radius: 0;
    background: none;
}

.group_26 .block_21 .group_27 .text-wrapper_25 {
    width: 100%;
    overflow: hidden;
}

.group_26 .block_21 .group_27 .text-wrapper_25 p,
.group_26 .block_21 .group_27 .paragraph_6 p {
    font-size: 16px;
    color: rgba(51, 51, 51, 1);
    line-height: 28px;
}

.group_26 .block_21 .group_27 .paragraph_6 {
    width: 100%;
    overflow: hidden;
}

.group_26 .block_21 .image_35 {
    position: absolute;
    right: 0;
    bottom: 0;
}


/* 底部样式 */

.block_24 {
    padding: 35px 0;
    width: 100%;
    background-color: rgba(0, 84, 167, 1);
    overflow: hidden;
}

.block_24 .group_42 {
    margin: 0 auto;
    width: 1200px;
    overflow: hidden;
}

.block_24 .group_42 .paragraph_13 {
    float: left;
}

.block_24 .group_42 .paragraph_13 .text_77 {
    margin-bottom: 15px;
    font-size: 18px;
    color: rgba(255, 255, 255, 1);
    font-weight: normal;
    line-height: 26px;
}

.block_24 .group_42 .paragraph_13 p {
    font-size: 14px;
    color: #fff;
    line-height: 28px;
}

.block_24 .group_42 .group_43 {
    float: right;
    margin-top: 55px;
}

.block_24 .group_42 .group_43 .image_41 {
    float: left;
    margin-right: 20px;
    width: 110px;
    height: 110px;
}

.block_24 .group_42 .group_43 .image-wrapper_2 {
    margin-left: 13px;
    float: left;
}

.block_24 .group_42 .group_43 .image-wrapper_2 .paragraph_14 {
    margin-bottom: 25px;
    width: 100%;
    overflow: hidden;
}

.block_24 .group_42 .group_43 .image-wrapper_2 .paragraph_14 p {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
}

.block_24 .group_42 .group_43 .image-wrapper_2 .label_6 {
    margin-right: 20px;
}


/*********************************** 子页样式 *********************************/

.pagecontent {
    background: #fff url(../images/bg8.png) top center no-repeat;
}

.BreadNav {
    padding: 15px 0;
    font-size: 14px;
    color: #333;
    overflow: hidden;
}

.BreadNav a,
.BreadNav span {
    display: block;
    float: left;
}

.BreadNav span {
    margin: 0 5px;
}

.BreadNav a:hover,
.BreadNav a.active {
    color: #0054A7;
}

.page_content {
    padding: 30px 30px;
    min-height: calc(100vh - 458px);
    background: #fff;
    overflow: hidden;
}

.page_title {
    margin-top: 5px;
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.page_title h6 {
    font-size: 30px;
    color: #0054A7;
}

.page_title::after {
    content: "";
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    width: 38px;
    height: 7px;
    background: #D8E5F6;
}

.exhibitor_nav {
    position: relative;
    margin: 25px 0;
    margin-bottom: 18px;
    text-align: center;
}
.exhibitor_nav ul{
    margin: 0 auto;
    padding: 0;
    list-style: none;
    text-align: center;
}
.exhibitor_nav ul li  {
    display: inline-block;
    margin: 0 3px;
    padding-bottom: 12px;

}
.exhibitor_nav ul li a{
    display: block;
    padding: 0 20px;
    height: 33px;
    font-size: 16px;
    color: #0054A7;
    text-align: center;
    line-height: 33px;
    color: #0054A7;
    border-radius: 16px;
    -webkit-transition: all .4s;
    -ms-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}

.exhibitor_nav ul li:hover a ,
.exhibitor_nav ul li.active a{
    color: #fff;
    background: #0054A7;
}
.exhibitornav_two{
    /*display: none;*/
    margin-top: -19px;
    margin-bottom: 20px;
    width: 100%;
    overflow: hidden;
}
.exhibitornav_two .threenav_box{
    width: 100%;
    padding: 10px 10px;
    text-align: center;
    border: 1px dotted #DEDEDE;
    overflow: hidden;
}
.exhibitornav_two .threenav_box a{
    display: inline-block;
    margin: 0 10px;
    font-size: 16px;
    color: #333;
}
.exhibitornav_two .threenav_box a:hover,.exhibitornav_two .threenav_box a.active{
    color: #0054A7;
}

.first_list {
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.first_list li {
    float: left;
    margin-right: 10px;
    margin-bottom: 20px;
    padding: 0 15px;
    width: 220px;
    height: 146px;
    border: 1px solid #DEDEDE;
    -webkit-transition: all .4s;
    -ms-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
}

.first_list li:nth-child(5n) {
    margin-right: 0;
}

.first_list li:hover {
    border-color: #0054A7;
}

.first_list li .img_box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 72px;
    border-bottom: 1px dashed #DEDEDE;
}

.first_list li .img_box img {
    max-width: 90%;
    max-height: 55px;
}

.first_list li .item_cont {
    padding-top: 5px;
    line-height: 30px;
}

.first_list li .item_cont p {
    font-size: 14px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.first_list li .item_cont img {
    margin-right: 7px;
}

.first_list li .item_cont .item_info {
    font-size: 14px;
    color: #333;
    line-height: 30px;
}

.exhibitor_section,
.exhibitor_header {
    width: 100%;
}

.exhibitor_header .exhibitor_left {
    float: left;
    width: calc(100% - 110px);
}

.exhibitor_header .exhibitor_left .img_box {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 116px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(93, 93, 93, 0.1);
}

.exhibitor_header .exhibitor_left .img_box img {
    max-width: 90%;
    max-height: 100px;
}

.exhibitor_header .exhibitor_left .item_cont {
    float: left;
    width: 815px;
    margin-left: 20px;
    margin-top: 10px;
}

.exhibitor_header .exhibitor_left .item_cont h5 {
    font-size: 18px;
    color: #333;
}

.exhibitor_header .exhibitor_left .item_cont h6 {
    font-size: 14px;
    color: #333;
    font-weight: normal;
    line-height: 30px;
}

.exhibitor_header .exhibitor_left .item_cont p {
    margin-top: 20px;
    font-size: 14px;
    color: #666;
    line-height: 24px;
}

.exhibitor_header .exhibitor_right {
    float: right;
    margin-top: 20px;
    width: 95px;
}

.exhibitor_header .exhibitor_right p {
    font-size: 14px;
    color: #333;
}

.exhibitor_header .exhibitor_right p img {
    margin-right: 25px;
}

.exhibitor_header .exhibitor_right a {
    display: block;
    margin-top: 12px;
    width: 100%;
    height: 26px;
    font-size: 14px;
    color: #0152D9;
    text-align: center;
    line-height: 26px;
    background: #EAF0FA;
    border-radius: 3px;
}

.exhibitor_header .exhibitor_right a img {
    margin-right: 10px;
}

.exhibitor_section .exhibitor_body {
    margin-top: 35px;
    width: 100%;
    overflow: hidden;
}

.exhibitor_body .exhibitor_item {
    margin-bottom: 25px;
    width: 100%;
    overflow: hidden;
}

.exhibitor_title {
    padding-left: 15px;
    font-size: 18px;
    color: #0054A7;
    line-height: 24px;
    background: url(../images/titbg7.jpg) left center no-repeat;
}

.exhibitor_text {
    margin-top: 15px;
    width: 100%;
    overflow: hidden;
}

.exhibitor_text,
.exhibitor_text p {
    font-size: 16px;
    color: #333;
    line-height: 2;
    word-wrap: break-word;
}

.product_slide {
    margin-top: 15px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.product_slide .swiper-container.gallery-top {
    float: left;
    width: 910px;
    height: 592px;
    overflow: hidden;
}

.product_slide .swiper-slide {
    cursor: pointer;
}

.product_slide .swiper-container.gallery-top .swiper-slide img {
    width: 100%;
    height: 592px;
    object-fit: cover;
}

.product_slide .swiper-container.gallery-top .swiper-slide .img_box,
.product_slide .swiper-container.gallery-thumbs .swiper-slide .img_box {
    position: relative;
}

.product_slide .swiper-container.gallery-top {
    position: inherit;
    position: initial;
}

.product_slide .swiper-container.gallery-top .swiper-slide .img_box .cover_section {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 25px 20px;
    padding-top: 70px;
    padding-right: 50px;
    background: url(../images/titlebg5.png) no-repeat;
    background-size: cover;
}

.product_slide .swiper-container.gallery-top .swiper-slide .img_box .cover_section p {
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    /*要显示的行数*/
    overflow: hidden;
}

.product_slide .swiper-container.gallery-thumbs {
    float: right;
    width: 220px;
    height: 592px;
    overflow: hidden;
}

.product_slide .swiper-container.gallery-thumbs .swiper-slide,
.product_slide .swiper-container.gallery-thumbs .swiper-slide .img_box {
    width: 100%;
    height: 143px;
    overflow: hidden;
}

.product_slide .swiper-container.gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
    border: 2px solid #90C31F;
}

.product_slide .swiper-container.gallery-thumbs .swiper-slide .video_img {
    width: 100%;
    height: 143px;
    object-fit: cover;
}

.product_slide .swiper-container.gallery-thumbs .swiper-slide.swiper-slide-thumb-active .video_img {
    height: 139px;
}

.product_slide .swiper-container.gallery-thumbs .swiper-slide .img_box .cover_section {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
}

.product_slide .swiper-button-next,
.product_slide .swiper-button-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    width: 90px;
    height: 25px;
    background: rgba(0, 0, 0, 0.4);
    z-index: 999;
    outline: none;
    left: inherit;
    right: 65px;
}

.product_slide .swiper-button-next,
.product_slide .swiper-container-rtl .swiper-button-prev {
    top: inherit;
    bottom: 0;
}

.product_slide .swiper-button-prev,
.product_slide .swiper-container-rtl .swiper-button-next {
    top: 0;
}

.reportnav {
    width: 100%;
    text-align: center;
}

.reportnav a {
    display: inline-block;
    position: relative;
    margin: 0 6px;
    width: 290px;
    height: 50px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
    background: rgba(43, 107, 246, .1);
}

.reportnav a.active {
    color: #fff;
    background: #0054A7;
}

.reportnav a.active::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -14px;
    margin: 0 auto;
    width: 0;
    height: 0;
    border: 7px solid;
    border-color: #0054A7 transparent transparent transparent;
}

.two_list,
.three_list {
    margin-top: 27px;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.two_list li,
.three_list li {
    float: left;
    margin-right: 10px;
    margin-bottom: 20px;
    width: 275px;
    height: 218px;
}

.two_list li img,
.three_list li .img_box,
.three_list li .img_box .video_img {
    width: 100%;
    height: 160px;
}

.three_list li .img_box {
    position: relative;
    overflow: hidden;
}

.three_list li .img_box .icon_video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.two_list li p,
.three_list li p {
    margin-top: 10px;
    font-size: 16px;
    color: #333;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*要显示的行数*/
    overflow: hidden;
}

.two_list li:hover p,
.three_list li:hover p {
    color: #0054A7;
}

.imgbig_pop,
.videobig_pop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 9999;
}

.imgbig_content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.imgbig_panel {
    position: relative;
    padding-top: 40px;
    width: 1200px;
    z-index: 999;
}

.imgbig_panel .close {
    position: absolute;
    top: 0;
    right: 0;
}

.imgbig_slide .swiper-container.gallery-top {
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
}

.imgbig_slide .swiper-container.gallery-top .swiper-slide .img_box {
    margin: 0 auto;
    width: 1200px;
    height: 700px;
    overflow: hidden;
}

.imgbig_slide .swiper-container.gallery-top .swiper-slide .img_box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.imgbig_slide .swiper-container.gallery-top .swiper-slide .img_box img {
    max-width: 100%;
    max-height: 700px;
}

.imgbig_slide .swiper-container.gallery-top .swiper-slide p {
    margin-top: 13px;
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*要显示的行数*/
    overflow: hidden;
}

.imgbig_slide .gallery-thumbsbox {
    position: relative;
    margin: 0 auto;
    margin-top: 15px;
    width: 1000px;
    height: 60px;
    overflow: hidden;
}
.imgbig_slide .gallery-thumbsbox .swiper-wrapper{
    display: flex;
    justify-content: center;
}

.imgbig_slide .swiper-container.gallery-thumbs .swiper-slide img {
    width: 100%;
    height: 60px;
    object-fit: cover;
}

.imgbig_slide .swiper-container.gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
    border: 2px solid #0c54a0;
}

.imgbig_slide .swiper-container.gallery-thumbs .swiper-slide.swiper-slide-thumb-active img {
    height: 56px;
}

.imgbig_slide .swiper-button-next,
.imgbig_slide .swiper-button-prev {
    outline: none;
}

.imgbig_slide .swiper-container.gallery-top .swiper-button-next,
.imgbig_slide .swiper-container.gallery-top .swiper-button-prev {
    width: 48px;
    height: 48px;
}

.imgbig_slide .swiper-container.gallery-top .swiper-button-prev,
.imgbig_slide .swiper-container.gallery-top .swiper-container-rtl .swiper-button-next {
    left: 0;
    background: url(../images/icon15.png) no-repeat;
}

.imgbig_slide .swiper-container.gallery-top .swiper-button-next,
.imgbig_slide .swiper-container.gallery-top .swiper-container-rtl .swiper-button-prev {
    right: 0;
    background: url(../images/icon16.png) no-repeat;
}

.videobig_section {
    width: 100%;
    height: 665px;
}

.videobig_section iframe,
.videobig_section video {
    display: block;
    width: 100%;
    height: 665px;
}
.popover-md{
    display: none;
}
.zhanshi{
    display: none;
    position: absolute;
    top: 0;
    right: -240px;
    padding: 0 20px;
    padding-bottom: 10px;
    width: 230px;
    max-height: 600px;
    box-shadow: 0px 0px 13px 0px rgba(20, 73, 124, 0.28);
    background-color: rgba(255, 255, 255, 1);
    -webkit-transition: all .4s;
    -ms-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    border: 1px solid #0054A7;
    overflow: hidden;
    overflow-y: auto;
}
.zhanshi .img_box{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 72px;
    border-bottom: 1px dashed #DEDEDE;
}
.zhanshi .img_box img{
    max-width: 90%;
    max-height: 55px;

}
.zhanshi .item_tit{
    padding-top: 5px;
}
.zhanshi .item_tit p{
    font-size: 14px;
    color: #333;
    line-height: 24px;
    text-align: center;
}
.zhanshi .xqing{
    font-size: 14px;
    color: #0054A7;
    background: #fff;
    border: 0;
}
.jxw_fixed{
    position: fixed;
    bottom: 0;
    z-index: 9999;
}
.jxw_fixed.left{
    left: 10px;
}
.jxw_fixed.right{
    right: 10px;
}
.jxw_fixed img{
    width: 120px;
}
