* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@font-face {
    font-family: 'iconfont';  /* project id 2289513 */
    src: url('//at.alicdn.com/t/font_2289513_ip7cwjjajwe.eot');
    src: url('//at.alicdn.com/t/font_2289513_ip7cwjjajwe.eot?#iefix') format('embedded-opentype'),
    url('//at.alicdn.com/t/font_2289513_ip7cwjjajwe.woff2') format('woff2'),
    url('//at.alicdn.com/t/font_2289513_ip7cwjjajwe.woff') format('woff'),
    url('//at.alicdn.com/t/font_2289513_ip7cwjjajwe.ttf') format('truetype'),
    url('//at.alicdn.com/t/font_2289513_ip7cwjjajwe.svg#iconfont') format('svg');
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.row {
    width: 1230px;
    padding: 0 15px;
    margin: 0 auto;
}
.flexBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.clear:before,
.clear:after {
    content: '';
    display: block;
    clear: both;
}

body {
    line-height: 1.5;
    font-family: 'Arial', 'Microsoft YaHei', 'SimHei', 'SimSun', sans-serif;
    background: #ffffff;
}
.scroll {
    scrollbar-width: none; /* firefox */
    -ms-overflow-style: none; /* IE 10+ */
    overflow: auto;
}
.scroll::-webkit-scrollbar {
    width : 10px;
    height: 1px;
}
.scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .1);
    background: #bbbbbb;
}
.scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
    background: #efefef;
}

#newBridge {
    display: none !important;
}

/* header */
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    box-shadow: 0 0 13px rgba(0, 0, 0, .2);
    z-index: 999;
}
.header .row {
    height: 80px;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}
.head-link > a {
    cursor: pointer;
    line-height: 80px;
    color: #999;
    font-size: 16px;
    transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    padding-left: 48px;
}
.head-link > a.active,
.head-link > a:hover {
    color: #093fa2;
}
.met-more {
    cursor: pointer;
    position: relative;
    line-height: 80px;
    color: #093fa2;
    font-size: 16px;
    transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
}
.met-more:hover {
    color: #231E84;
}
.met-more-box {
    display: none;
    position: absolute;
    top: 80px;
    left: 50%;
    background: #ffffff;
    padding: 10px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.met-more:hover .met-more-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.met-more-box > a {
    position: relative;
    width: 220px;
    margin-right: 10px;
}
.met-more-box > a:last-child {
    margin-right: 0;
}
.met-more-box > a:hover:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
}
.met-more-box > a:hover:after {
    content: '点击进入';
    position: absolute;
    top: 50%;
    left: 50%;
    color: #ffffff;
    font-size: 20px;
    letter-spacing: 2px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.met-more-box img {
    display: block;
    width: 100%;
}

/* banner */
.banner {
    position: relative;
    height: 650px;
    margin-top: 80px;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    width: 100%;
    height: 100%;
    background-image: none;
    background-position: top center;
    background-repeat: no-repeat;
}
.swiper-slide img {
    display: block;
    width: 100%;
}
.banner-link {
    justify-content: center;
    position: absolute;
    left: 50%;
    bottom: 30px;
    width: 1200px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    z-index: 99;
}
.banner-link-list {
    position: relative;
    width: 270px;
    margin-right: 40px;
}
.banner-link-list:last-child {
    margin-right: 0;
}
.banner-link-list:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -19px;
    width: 2px;
    height: 135px;
    background: url(../images/banner-line.png) no-repeat;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.banner-link-list:last-child:after {
    display: none;
}
.banner-link-list img {
    display: block;
    width: 100%;
}
.banner-link-mask { 
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 60px;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    background: url(../images/banner-mask.png) no-repeat;
    background-size: 100% 100%;
    opacity: 0;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
}
.banner-link-list:hover .banner-link-mask {
    opacity: 1;
}

/* main */
.main-box {
    padding: 40px 0;
}
.main-title {
    color: #333333;
    background: url(../images/title-bg.png) 65px 0 no-repeat;
    padding-top: 15px;
}
.main-title.two {
    color: #333333;
    background: url(../images/title-bg.png) 65px 0 no-repeat;
    padding-top: 15px;
}
.main-title.white {
    color: #ffffff;
    background: url(../images/title-bg2.png) 65px 0 no-repeat;
}
.main-title h3 {
    font-size: 26px;
}
.main-title span {
    display: block;
    font-size: 12px;
    margin-top: -3px;
}
.main-title2 {
    text-align: center;
    margin-bottom: 50px;
}
.main-title2 h3 {
    color: #333333;
    font-size: 26px;
    font-weight: bold;
}
.main-title2 span {
    display: block;
    color: #666666;
    font-size: 12px;
}
.main-info {
    margin-top: 40px;
}

/* group */
.group-box {
    text-align: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .05);
    padding: 80px 0;
    margin-bottom: 80px;
}
.group-box h2 {
    color: #0713b7;
    font-size: 36px;
    font-weight: bold;
}
.group-box h3 {
    color: #0713b7;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 20px;
}
.group-box h4 {
    color: #0713b7;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 40px;
}
.group-box p {
    color: #333333;
    font-size: 16px;
    margin-top: 14px;
}

/* introduct */
.intro-txt {
    background: #093fa2;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    padding: 0 45px;
}
.intro-txt p {
    color: #ffffff;
    font-size: 16px;
    margin: 10px 0;
}

/* content */
.con-box {
    background: url(../images/con-bg.png) top center no-repeat #5792ff;
}
.con-info {
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.con-list {
    flex-direction: column;
    -webkit-flex-direction: column;
}
.con-img {
    position: relative;
}
.con-img > img {
    display: block;
}
.con-img > p {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.con-btn {
    line-height: 65px;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    background: url(../images/con-btn-bg.jpg) center no-repeat;
}

/* exhibitors */
.exh-info {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.exh-list {
    width: 232px;
    border: 1px solid #efefef;
    margin-right: 10px;
    margin-bottom: 10px;
}
.exh-list:nth-child(5n) {
    margin-right: 0;
}
.exh-list img {
    display: block;
    width: 100%;
}

/* map */
.map-box {
    background: url(../images/map-bg.png) top center no-repeat #5792ff;
}
.map-info {
    position: relative;
    background: #ffffff;
}
.map-txt {
    width: 520px;
    height: 460px;
    overflow: auto;
    padding: 45px 70px;
}
.map-txt:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 510px;
    height: 45px;
    background: #ffffff;
}
.map-txt:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 510px;
    height: 45px;
    background: #ffffff;
}
.map-txt p {
    font-size: 14px;
    margin: 20px 0;
}
.map-img {
    flex-grow: 1;
    -webkit-flex-grow: 1;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}

/* contact */
.contact-info {
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.contact-list {
    width: 385px;
    color: #ffffff;
    font-size: 14px;
    background: url(../images/contact-bg.png)  no-repeat #0b3ca8;
    background-position: 310px -55px;
    padding: 80px 0 80px 90px;
}
.contact-list h3 {
    position: relative;
    line-height: 22px;
    font-weight: normal;
}
.contact-list h3:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -15px;
    width: 4px;
    height: 14px;
    background: #5d9cdc;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.contact-list p {
    margin: 6px 0;
}

/* footer */
.footer {
    line-height: 54px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    background: #0b3ca8;
}


/* enroll */
.enroll-box {
    padding-top: 270px;
    padding-bottom: 220px;
}
.enroll-bg {
    background: url(../images/enroll-bg.png) top center no-repeat #d8e6ff;
}
.enroll-info {
    width: 1200px;
    background: #ffffff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding-top: 40px;
    margin: 0 auto;
}
.enroll-top {
    height: 100px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 40px;
}
.enroll-title h3 {
    color: #1A59A6;
    font-size: 34px;
    margin-bottom: 8px;
}
.enroll-title p {
    font-size: 16px;
}
.enroll-num {
    color: #1A59A6;
    font-size: 20px;
    font-weight: bold;
    margin-top: 38px;
}
.enroll-inputBox {
    padding: 0 140px;
}
.enroll-inputBox-list {
    position: relative;
    width: 50%;
    padding-bottom: 10px;
}
.enroll-inputBox-list:first-child {
    padding-right: 45px;
}
.enroll-inputBox-list:last-child {
    padding-left: 45px;
}
.enroll-inputBox-item {
    margin-bottom: 20px;
}
.enroll-inputBox-item > span {
    position: relative;
    line-height: 35px;
    color: #666666;
    font-size: 16px;
    padding-left: 15px;
    margin-right: 15px;
    white-space: nowrap;
}
.enroll-inputBox-item.not_empty > span:before {
    content: '*';
    position: absolute;
    top: 0;
    left: 0;
    color: red;
}
.enroll-inputBox-item > input,
.enroll-inputBox-item > select {
    width: 0;
    height: 35px;
    color: #999999;
    border: 1px solid #EFEFEF;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    flex: 1;
    appearance: none;
    -webkit-appearance: none;
    padding: 0 10px;
}
.enroll-inputBox-mult {
    width: 0;
    flex: 1;
}
.enroll-btn {
    text-align: center;
    padding-bottom: 40px;
    margin-top: 25px;
}
.enroll-btn button,
.enroll-btn a {
    cursor: pointer;
    display: inline-block;
    width: 210px;
    line-height: 50px;
    color: #ffffff;
    font-size: 18px;
    background: #1A59A6;
    border: none;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    margin: 0 20px;
    padding: 0;
}
.enroll-btn a.gray {
    color: #666666;
    background: #dddddd;
}

/* inviteCode */
.inviteCode {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    z-index: 999;
}
.inviteCodeBox {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #ffffff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    padding: 15px;
}
.inviteCodeBox img {
    max-width: 600px;
    margin: 0 auto;
}
.inviteCodeBox p {
    color: #666666;
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}


/* guest */
.guest-item {
    position: relative;
    width: 220px;
    background: #0b3ca8;
    margin-right: 25px;
    margin-bottom: 25px;
}
.guest-item:nth-child(5n){
    margin-right:0;
}
.guest-img {
    position: relative;
}

.guest-img img {
    display: block;
    width: 100%;
    height: 256px;
}
.guest-info {
    position: relative;
    color: #ffffff;
    padding: 20px 5px 15px;
}

.guest-info h3 {
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 10px;
}

.guest-info p {
    text-align: center;
    line-height: 1.5;
    font-size: 14px;
}

.guest-hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 1.5;
    color: #ffffff;
    background: #0b3ca8;
    opacity: 0;
    padding-top: 15px;
}

.guest-hover p {
    height: 300px;
    text-align: justify;
    padding: 0 15px;
    margin-top: 10px;
}
.scroll2 {
    scrollbar-width: none;
    -ms-overflow-style: none;
    overflow: auto;
}

.guest-box {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.guest-wrap{
    background:#5792ff;
}
.guest-item:hover .guest-hover{
    opacity:1;
}


.scroll {
    scrollbar-width: none;
    -ms-overflow-style: none;
    overflow: auto;
}
.scroll::-webkit-scrollbar {
    display: none;
}
.scroll::-webkit-scrollbar-thumb {
    background: #383031;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.1);
}
.scroll::-webkit-scrollbar-track {
    background: #111;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
}


.guest-img.invite:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 64px;
    background: url(../images/guest/guest_invite.png) no-repeat;
}

.guest-img {
    position: relative;
}

.mt-picture {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.picture-img {
    width: 264px;
    background: #dde8e8;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 10px;
    margin-bottom: 30px;
}
.picture-img img {
    display: block;
    width: 100%;
}
.data-download{
    text-align:center;
    margin-bottom:5px;
}
.data-download a{
    background:#fff;
    padding:5px;
    color:#333;
    border-radius: 5px;
    font-size:14px;
}
.zoomed{
    position: relative;
    z-index:999;
}

/* 会后报道 */
.hhbd-txt{
    display:flex;
    flex-direction: column;
    flex-grow:1;
}
.hhbd-box .intor-img{
    width:500px;
}
.intor-img img{
    width:100%;
}

.mt-report-info {
    box-sizing:border-box;
    padding-left:20px;
    width: 700px;
    line-height: 1.5;
}

.mt-report-video {
    width: 500px;
}
.mt-report-video img {
    width: 100%;
    background: #333333;
}
.hhbd-more{
    margin-top:35px;
    display:block;
}
.mt-report-info h3, .mt-report-info h3 > a {
    color: #333333;
    font-size: 26px;
}
.mt-report-info h3{
    text-align:center;
}
.mt-report-info p {
    color: #333333;
    text-align: justify;
    text-indent: 2em;
    margin-top: 14px;
}


.picture-more-code{
    width:150px;
    height:150px;
    background:#fff;
    padding:10px;
    border-radius:10px;
    box-shadow: 0 0 4px #efefef;
    position: absolute;
    bottom:50px;
    left:50%;
    transform: translateX(-50%);
    display:none;
}
.picture-more-code img{
    width:100%;
}
.picture-wrap{
    position: relative;
}