*{margin: 0;padding: 0;}
header,footer,nav,div,p,span,b,a,input,textarea,ul,li{font-family: '微软雅黑';margin: 0;padding: 0;}
ul li{list-style: none;}
a{text-decoration: none;color: #000;}
table {border-collapse:collapse;}table,th, td{border: 1px solid #ddd;line-height: 30px;padding: 10px;}
input{outline: none;}
textarea{resize: none;outline: none;}
iframe{display: block;width: 800px;height: 600px;border: 0;margin: 0 auto;}
html,body{min-width: 1265px;}

/* ::-webkit-input-placeholder{color: #201f1d;}
::-moz-placeholder{color: #201f1d;}
:-moz-placeholder{color: #201f1d;} */

/*浮动*/
.f_le{float: left;}
.f_ri{float: right;}
/*清除浮动*/
.clearfix:after{content: "";display: block;height: 0;font-size: 0;clear: both;visibility: hidden;}

/*定位*/
.p_re{position: relative;}
.p_ab{position: absolute;}

/*弹性盒子*/
.flexbox{display: -webkit-flex;display: flex;-webkit-justify-content: space-between;justify-content: space-between;} /*横向弹性*/
.flexbox11{display: -webkit-flex;display: flex;-webkit-justify-content: center;justify-content: center;} /*横向弹性*/
.flexbox22{display: -webkit-flex;display: flex;-webkit-justify-content: space-around;justify-content: space-around;} /*横向弹性*/
.flexbox_1{display: -webkit-flex;display: flex;-webkit-align-items: center;align-items: center;-webkit-flex-wrap: wrap;height: 900px;} /*纵向弹性*/
.flexc{margin: auto auto;}
.flexwarp{flex-wrap: wrap;}  /*弹性盒子换行*/

/* 文字分栏 */
.column{column-width:300px;-moz-column-width:300px; /* Firefox */-webkit-column-width:300px; /* Safari and Chrome */
    column-count:; /* 列数 */
    column-gap:; /* 列间距 */
    column-rule:; /* 分隔线 */
}

/*字体超出隐藏*/
.txthide{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.txthide2{ text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;}

.pic{overflow: hidden;position: relative;}
.pic img{display: block;width: 100%;height: auto;min-height: 100%;position: absolute;top: 50%;left: 50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);}



/*宽度*/
.wrapper{width: 83.33%;min-width: 1200px;margin: 0 auto;}
.n-wrapper{width: 75%;min-width: 1200px;margin: 0 auto;}

article{font-size: 16px;color: #000000;text-align: justify;line-height: 30px;}
article img{max-width: 100%;}
article iframe{display: block;width: 800px;height: 600px;margin: 0 auto;border: 0;}



/* 顶部 */
.header{width: 100%;min-width: 1265px;height: 105px;padding: 0 1.5625%;box-sizing: border-box;position: absolute;top: 0;left: 0;right: 0;z-index: 4;}

.header .logo{display: block;width: 16.545%;height: 105px;line-height: 105px;float: left;}
.header .logo img{width: 100%;vertical-align: middle;}
.header .logo h1{display: none;}

.header .language{width: 66px;height: 16px;border: 1px solid #fff;border-radius: 18px;float: left;margin: 43px 0 0 15px;overflow: hidden;}
.header .language a{display: block;font-size: 12px;color: #fff;text-transform: uppercase;height: 16px;width: 50%;float: left;text-align: center;}
.header .language a.active{background: #fff;color: #000;}

.h-btn{width: 50px;height: 50px;border-radius: 100%;float: right;margin-top: 27px;cursor: pointer;}
.h-btn img{display: block;width: 100%;}

.n-search{width: 135px;height: 50px;border-radius: 50px;background: #0592a3;float: right;margin: 27px 18px 0 2.345vw;position: relative;z-index: 3;}
.n-search .sinp{width: 0;height: 50px;border-radius: 50px;box-sizing: border-box;background: #0592a3;border: 0;padding: 0 15px;color: #fff;position: absolute;top: 0;right: 75px;z-index: -1;transition: 1s;}
.n-search .sinp::-webkit-input-placeholder{color: #fff;}
.n-search .sinp::-moz-placeholder{color: #fff;}
.n-search .sinp:-moz-placeholder{color: #fff;}
.n-search .sbtn{display: block;font-size: 16px;color: #fff;border: 0;background: url(../images/a01.png) left center no-repeat #0592a3;height: 50px;line-height: 50px;width: 60px;margin: 0 0 0 37.5px;text-align: right;cursor: pointer;border-radius: 50px;transition: .5s;}
.n-search:hover .sinp{width: 150px;z-index: 9;}
.n-search:hover .sbtn{margin-left: 60px;}

.nav{float: right;height: 105px;}
.nav a.na{display: block;font-size: 16px;color: #ffffff;height: 105px;line-height: 105px;float: left;margin-left: 2.345vw;transition: .5s;}
.nav a.na:first-child{margin-left: 0;}
.nav a.na:hover{color: #0592a3;}
.nav a.na.active{color: #0592a3;font-weight: bold;}


/* 下拉 */
.selectBox{width: 100%;position: absolute;top: 105px;left: 0;right: 0;height: 448px;display: none;z-index: 9;}
.selectBox .left-bar{width: 260px;float: left;background: rgba(5,146,163,.95);height: 448px;box-sizing: border-box;padding-top: 15px;}
.selectBox .left-bar a{display: block;width: 100%;font-size: 18px;color: #ffffff;line-height: 50px;height: 50px;text-align: center;margin-bottom: 10px;transition: .5s;}
.selectBox .left-bar a:hover{background: rgba(0,0,0,.28);}
.selectBox .left-bar a.active{background: rgba(0,0,0,.28);}
.selectBox .right-body{width: calc(100% - 260px);height: 448px;background: #fff;float: right;}
.selectBox .right-body .wrap{width: 1450px;height: 448px;background: #fff;}
.selectBox .right-body .wrap .dd{margin: 0 auto;box-sizing: border-box;padding-top: 48px;}
.selectBox .right-body .wrap .dd1{width: 452px;margin: 0 0 0 auto;display: none;overflow: hidden;}
.selectBox .right-body .wrap .dd2{width: 423px;margin: 0 auto;}
.selectBox .right-body .wrap .dd3{width: 353px;margin: 0 0;}
.selectBox .right-body .wrap img{display: block;width: 100%;}

.selectBox .right-body .wrap .dd1 h3{font-size: 22px;color: #303030;line-height: 30px;margin-left: 3%;}
.selectBox .right-body .wrap .dd1 em{display: block;width: 90px;height: 1px;background: #dcdcdc;margin: 10px 0 15px 3%;}
.selectBox .right-body .wrap .dd1 a{display: block;min-width: 25%;box-sizing: border-box;border-right: 1px solid #303030;height: 20px;line-height: 20px;font-size: 18px;color: #303030;float: left;margin-bottom: 10px;padding: 0 3%;transition: .5s;}
.selectBox .right-body .wrap .dd1 a:hover{color: #0592a3;}
.selectBox .right-body .wrap .dd1 .tp{display: block;width: 97%;margin-top: 30px;margin-left: 3%;}

.selectBox .right-body .wrap .dd2 .dd2-pic{display: block;width: 100%;}
.selectBox .right-body .wrap .dd2 .dd2-pic img{display: block;width: 100%;}
.selectBox .right-body .wrap .dd2 h3{font-size: 22px;color: #303030;line-height: 30px;border-bottom: 1px solid #dcdcdc;padding-bottom: 12px;margin-top: 25px;margin-bottom: 15px;}
.selectBox .right-body .wrap .dd2 p{font-size: 18px;color: #303030;line-height: 35px;}
.selectBox .right-body .wrap .dd2 p img.ico{display: block;width: 16px;height: 16px;float: left;margin: 9px 10px;}

/* .selectBox .right-body .wrap .data-sele-id3 a{width: 47.7%;margin-right: 4.6%;}
.selectBox .right-body .wrap .data-sele-id3 a:nth-child(2n){margin-right: 0;} */


/* 右侧导航 */
.slide-nav{width: 280px;height: 100%;background: rgba(0,0,0,.78);position: fixed;top: 0;bottom: 0;right: -280px;z-index: 9;overflow: hidden;box-sizing: border-box;padding: 5.32vh 15px 0;transition: 1s;}
.slide-nav .slide-in-nav{position: absolute;top: 80px;bottom: 30px;left: 15px;right: 15px;overflow: hidden;overflow-y: auto;}
.slide-nav .slide-in-nav::-webkit-scrollbar {display: none;}
.slide-nav.active{right: 0px;}

.slide-nav .slide-name{font-size: 20px;color: #ffffff;font-weight: bold;line-height: 31px;}
.slide-nav .yc{display: block;width: 43px;height: 31px;float: right;transition: .5s;}
.slide-nav .yc img{display: block;width: 100%;}
.slide-nav .yc:hover{-webkit-transform: translateX(-10px);-moz-transform: translateX(-10px);-ms-transform: translateX(-10px);-o-transform: translateX(-10px);transform: translateX(-10px);}

.slide-nav .slide-title{font-size: 18px;color: rgba(255,255,255,.76);font-weight: bold;line-height: 30px;margin-top: 4.255vh;margin-bottom: 15px;line-height: 20px;}
.slide-nav .sn-body{width: 100%;margin-top: 15px;}
.slide-nav .sn-body a{display: block;font-size: 14px;color: rgba(255,255,255,.76);margin-top: 10px;transition: .5s;}
.slide-nav .sn-body a.tit{float: left;width: 32%;margin: 0 2% 10px 0;}
.slide-nav .sn-body a.tit:nth-child(3n){margin-right: 0;}
.slide-nav .sn-body a:hover{color: #fff;}

.slide-nav .sn-lx{margin-top: 5.319vh;}
.slide-nav .sn-lx a{display: block;float: left;margin-right: 10px;padding: 0 10px;height: 28px;line-height: 28px;border-radius: 28px;background: #939393;font-size: 14px;color: #233386;transition: .5s;}
.slide-nav .sn-lx a img{display: inline-block;vertical-align: middle;margin-right: 5px;}
.slide-nav .sn-lx a:hover{background: #fff;}

.slide-nav .logo-slide{display: block;margin: 20.425vh auto 30px;max-width: 100%;}

@media screen and (max-width: 1760px) {
    .selectBox .right-body .wrap{width: 100%;}
}
@media screen and (max-width: 1600px) {
    .selectBox .right-body .wrap .dd3{display: none;}
}
@media screen and (max-width: 1440px) {
    .n-search{margin-left: 1.5vw;}
    .nav a.na{margin-left: 1.5vw;}
}
@media screen and (max-width: 1280px){
    .n-search{margin-left: 15px;}
    .nav a.na{margin-left: 15px;}
}



/* 底部 */
.footer{width: 100%;background: url(../images/bj_03.jpg) bottom center no-repeat;background-size: auto 100%;min-height: 930px;box-sizing: border-box;padding: 130px 0 130px;}
.footer .wrapper{background: rgba(38,183,255,.14);height: 670px;box-sizing: border-box;padding: 0 7.5%;}

.footer .f-box{border-bottom: 1px solid rgba(255,255,255,.5);height: 145px;}
.footer .f-box .f-item{margin: auto 0;}
.footer .f-box .f-item .ico{display: inline-block;width: 45px;vertical-align: middle;margin-right: 10px;}
.footer .f-box .f-item p{font-size: 16px;color: #fff;vertical-align: middle;display: inline-block;}
.footer .f-box em{display: block;width: 1px;height: 50px;background: rgba(255,255,255,.5);margin: auto 15px;}

.footer .f-box2{border-bottom: 1px solid rgba(255,255,255,.5);padding: 30px 0 35px;color: #fff;}
.footer .foot-left{margin: auto 0;width: calc(100% - 300px);}
.footer .f-box2 .text{margin: auto 0;float: left;width: 33.3%;}
.footer .f-box2 .text .tit{font-size: 20px;font-weight: bold;line-height: 30px;/* margin-bottom: 15px; */margin-bottom: 0;}
.footer .f-box2 .text article{font-size: 14px;line-height: 30px;color: #fff;/* min-height: 120px; */}
.footer .f-box2 .text article p span{display: block;}
.footer .f-box2 .qrcode{width: 270px;margin: auto 0;}
.footer .f-box2 .qrcode .list{width: 125px;float: left;margin-right: 20px;}
.footer .f-box2 .qrcode .list:nth-child(2n){margin-right: 0;}
.footer .f-box2 .qrcode .list img{display: block;width: 94px;margin: 0 auto;}
.footer .f-box2 .qrcode .list p{text-align: center;line-height: 35px;margin-bottom: 10px;}

.footer .f-box3{height: 135px;}
.footer .f-box3 p{font-size: ;max-width: 60%;margin: auto 0;font-size: 14px;color: #0592a3;line-height: 25px;}
.footer .f-box3 a{color: #0592a3;transition: .5s;}
.footer .f-box3 .logo-foot{display: block;width: 21.538%;margin: auto 0;}
.footer .f-box3 a:hover{color: #fff;}



/* 浮窗 */
.float-window{position: fixed;top: 50%;right: 30px;z-index: 10;margin-top: -171px;width: 70px;border-radius: 80px;background: rgba(46,141,197,.77);padding: 10px;}
.float-window .fw-top{display: block;width: 70px;margin: 0 auto;cursor: pointer;}
.float-window .s-item{display: block;width: 100%;text-align: center;font-size: 14px;color: #ffffff;line-height: 20px;padding: 15px 0;position: relative;}
.float-window .s-item img{display: block;width: 32px;margin: 0 auto;}
.float-window .s-item .ewmpic{display: block;background: #fff;width: 100px;height: 100px;position: absolute;left: -110px;top: 50%;margin-top: -50px;transition: .5s;opacity: 0;}
.float-window .s-item:hover .ewmpic{opacity: 1;}



/*轮播*/
.banner{width: 100%;position: relative;overflow: hidden;z-index: 0;}
.banner .swiper-slide img{width: 100%;display: block;}
.banner .swiper-slide video{display: block;width: 100%;}
.banner .swiper-slide video source{width: 100%;}
.banner .swiper-slide{position: relative;}
.banner .swiper-slide .v-bth{position: absolute;top: 0;left: 0;right: 0;}
.banner .swiper-slide .v-bth.b-hide{display: none;}

.banner .scroll{display: block;width: 104px;height: 49px;margin: 0 auto;position: absolute;left: 0;right: 0;bottom: 20px;z-index: 3;cursor: pointer;animation: mymove 3s ease infinite;}
@keyframes mymove {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}

.n-banner{width: 100%;position: relative;overflow: hidden;z-index: 0;}
.n-banner img{display: block;width: 100%;}

.banner .swiper-pagination{position: absolute;bottom: 25px;}
.banner .swiper-pagination-bullet{width: 12px;height: 12px;opacity: 1;background: #fff;}
.banner .swiper-pagination-bullet-active{width: 40px;height: 12px;opacity: 1;border-radius: 12px;background: #15499a;}



/* 首页 标题 */
.n-titbox{width: 100%;text-align: center;color: #202020;margin-bottom: 45px;}
.n-titbox .title{font-size: 42px;font-weight: bold;line-height: 65px;}
.n-titbox .slogan{font-size: 16px;}



/* 实时动态 */
.n-dynamic{width: 100%;padding: 60px 0; background: -webkit-linear-gradient(#001228, #013c5e);background: -o-linear-gradient(#001228, #013c5e);background: -moz-linear-gradient(#001228, #013c5e);background: linear-gradient(#001228, #013c5e);min-height: 800px;}

.n-dynamic .n-titbox .title{color: #0592a3;}
.n-dynamic .n-titbox .slogan{color: #fff;}

#carousel{display: block;height: auto;margin: 0 auto;-webkit-perspective: 1200px;perspective: 1200px;position: relative;top: 120px;width: 100%;}

#carousel #container{display: block;height: 300px;margin: 0 auto;-webkit-transform: rotateY(0deg);-ms-transform: rotateY(0deg);-o-transform: rotateY(0deg);transform: rotateY(0deg);-webkit-transform-origin: center bottom 0;transform-origin: center bottom 0;-webkit-transform-style: preserve-3d;transform-style: preserve-3d;-webkit-transition: all 1s ease-in-out;transition: all 1s ease-in-out;width: 465px;z-index: 3;}

#carousel .item{display: block;margin: 0;padding: 0;width: 465px;-webkit-transform: translateZ(930px);-ms-transform: translateZ(930px);-o-transform: translateZ(930px);transform: translateZ(930px);position: absolute;}
#carousel .item .d-pic{display: block;width: 100%;height: 252px;position: relative;overflow: hidden;-webkit-box-reflect:below 2px -webkit-linear-gradient(transparent,transparent 80%,rgba(0,0,0,.3))}
#carousel .item img{width: 100%;display: block;width: 100%;height: auto;min-height: 100%;position: absolute;top: 50%;left: 50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);/* -webkit-box-reflect: below 0 linear-gradient(transparent, transparent, #0003); */  /* -webkit-box-reflect:below 2px -webkit-linear-gradient(transparent,transparent 80%,rgba(0,0,0,.3) */)}

#carousel .tc-btn-container{display: block;float: left;height: 0;margin-top: -50px;position: absolute;top: 50%;width: 100%;}

#carousel .tc-next,#carousel .tc-prev{display: block;width: 59px;height: 59px;}
#carousel .tc-next{float: right;cursor: pointer;}
#carousel .tc-prev{float: left;cursor: pointer;}



/* 首页 展会数据 */
.n-data{width: 100%;padding: 90px 0;}

.n-data .nd-left{width: 23.9375%;margin: auto 0;}
.n-data .nd-left .n-titbox{text-align: left;}
.n-data .nd-left .flow-pic{width: 100%;}
.n-data .nd-left .flow-pic img{display: block;width: 100%;}
.n-data .nd-left .flow-data{width: 100%;background: #e4e4e4;padding: 45px 9.138% 5px;box-sizing: border-box;margin-top: 55px;}
.n-data .nd-left .flow-data .flow-item{width: 50%;float: left;margin-bottom: 40px;height: 85px;}
.n-data .nd-left .flow-data .flow-item .num{font-size: 2.395vw;color: #565656;font-family: 'Impact';font-weight: 300;display: inline-block;line-height: 55px;}
.n-data .nd-left .flow-data .flow-item small{font-size: 1.875vw;color: #aaaaaa;}
.n-data .nd-left .flow-data .flow-item small span{font-size: 1.25vw;color: #aaaaaa;}
.n-data .nd-left .flow-data .flow-item .tit{font-size: 0.9375vw;color: #000000;line-height: 30px;}

.n-data .nd-right{width: 25.9375%;margin: auto 0;}
.n-data .nd-right .list-sp{width: 100%;position: relative;margin-bottom: 16px;overflow: hidden;}
.n-data .nd-right .list-sp img.pic{display: block;width: 100%;transition: .5s;}
.n-data .nd-right .list-sp a{position: absolute;top: 0;left: 0;right: 0;bottom: 0;color: #fff;}
.n-data .nd-right .list-sp .cont{margin: auto auto;}
.n-data .nd-right .list-sp .tit{font-size: 1.5625vw;font-weight: bold;margin-bottom: 25px;}
.n-data .nd-right .list-sp .ico{display: block;width: 3.385vw;margin: 0 auto;}
.n-data .nd-right .list-sp:hover img.pic{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);}

.n-data .nd-center{width: 35.625%;margin: auto 0; /* width: 43.75%; height: 570px; background: #ddd;*/position: relative;}
.n-data .nd-center canvas {position: absolute;width: 100%;height: 100%;top: 0;left: 0;z-index: 3;}
.n-data .nd-center .roll-box {position: relative;z-index: 1;width: 100%;margin: 0 auto;}
.n-data .nd-center .roll-box > img {position: absolute;width: 100%;height: 100%;top: 0;left: 0;}
.n-data .nd-center .roll-box > img.cir4 {position: relative;height: 100%;animation: roll_5 17s linear infinite;}
.n-data .nd-center .roll-box > img.cir5 {animation: roll_5 20s linear infinite;}
.n-data .nd-center .roll-box > img.cir6 {animation: roll_5 14.2s linear infinite;animation-delay: 0.3s;}
.n-data .nd-center .roll-box > img.cir7 {animation: roll_5 10.4s linear infinite;animation-delay: 0.5s;}

@keyframes roll_5 {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@media screen and (max-width: 1360px) {
    .n-data .nd-left .flow-data .flow-item .num{font-size: 34px;}
    .n-data .nd-left .flow-data .flow-item small{font-size: 24px;}
    .n-data .nd-left .flow-data .flow-item small span{font-size: 18px;}
    .n-data .nd-left .flow-data .flow-item .tit{font-size: 14px;}

    .n-data .nd-right .list-sp .tit{font-size: 22px;}
    .n-data .nd-right .list-sp .ico{width: 45px;}
}



/* 首页 长春航空展 */
.n-aviation{width: 100%;position: relative;}
.n-aviation .a-pic{display: block;width: 100%;}
.n-aviation .wrap{display: block;width: 100%;height: 100%;position: absolute;top: 0;bottom: 0;left: 0;right: 0;}
.n-aviation .wrap em{display: block;width: 25%;height: 100%;box-sizing: border-box;border-right: 1px solid rgba(255,255,255,.1);float: left;position: relative;font-style: normal;}
.n-aviation .n-more{display: block;width: 100%;height: 120px;background: #0592a3;color: #fff;font-size: 20px;line-height: 120px;position: absolute;bottom: 0;box-sizing: border-box;padding: 0 25px;}
.n-aviation .n-more img{display: block;margin: auto 0;position: absolute;right: 25px;top: 0;bottom: 0;}



/* 首页 同期活动 */
.n-activity{width: 100%;background: #191919;}

.n-activity .n-titbox{width: 25%;float: right;box-sizing: border-box;padding: 210px 0 0;}
.n-activity .n-titbox .title{color: #0592a3;}
.n-activity .n-titbox .slogan{color: #fff;}

.n-activity .list{width: 25%;box-sizing: border-box;border-right: 1px solid rgba(255,255,255,.1);float: left;padding: 170px 1.823% 160px;}
.n-activity .list a{display: block;width: 100%;color: #fff;}
.n-activity .list .tit{font-size: 1.458vw;line-height: 45px;height: 45px;margin-bottom: 55px;transition: .5s;}
.n-activity .list .desc{font-size: 16px;line-height: 28px;text-align: justify;color: #c8c8c8;height: 84px;text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;line-clamp: 3;-webkit-box-orient: vertical;margin-bottom: 35px;}
.n-activity .list .time{color: #898989;font-size: 16px;line-height: 28px;}

.n-activity .list:hover .tit{color: #0592a3;}

@media screen and (max-width: 1440px) {
    .n-activity .list .tit{font-size: 20px;}
}

.n-activeiPic{width: 100%;}
.n-activeiPic .list{display: block;width: 25%;float: left;overflow: hidden;}
.n-activeiPic .list1{display: block;width: 50%;float: left;overflow: hidden;}
.n-activeiPic img{display: block;width: 100%;transition: .5s;min-height: 100%;}
.n-activeiPic img:hover{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);}



/* 首页 合作伙伴 */
.n-partner{width: 100%;min-height: 573px;background: url(../images/bj_02.jpg) center center no-repeat;background-size: auto 100%;box-sizing: border-box;padding: 85px 0;}

.n-partner .list{display: block;width: 15.5%;float: left;margin: 0 1.4% 20px 0;box-shadow: 0 0 20px rgba(0,0,0,.1);transition: .5s;}
.n-partner .list:nth-child(6n){margin-right: 0;}
.n-partner .list img{display: block;width: 100%;}
.n-partner .list:hover{box-shadow: 5px 5px 10px rgba(0,0,0,.1);-webkit-transform: translateY(-10px);-moz-transform: translateY(-10px);-ms-transform: translateY(-10px);-o-transform: translateY(-10px);transform: translateY(-10px);}



/* 面包屑 */
.crumbs{width: 100%;background: rgba(0,0,0,.6);height: 90px;margin-top: -90px;position: relative;z-index: 3;overflow: hidden;}
.crumbs h3{font-size: 28px;color: #ffffff;float: left;height: 90px;line-height: 90px;}

.m-crumb{float: right;height: 90px;line-height: 90px;overflow: hidden;}
.m-crumb,.m-crumb a,.m-crumb i{font-size: 14px;color: #fff;}
.m-crumb i{font-family: 'simsun';font-style: normal;}
.m-crumb span{color: #21becd}



/* 内页 */
.n-out{padding-top: 60px;width: 100%;}
.n-gray{background: #f6f6f6;padding: 65px 0 130px;}
.cap-title{font-size: 45px;color: #0a99ab;text-align: center;font-weight: bold;line-height: 60px;/* height: 60px; */margin-bottom: 35px;}



/* 关于展会 组织机构 */
.tissue{width: 100%;background: url(../images/bj_zzjg.jpg) bottom center no-repeat;padding: 60px 0 200px;}

.tissue .tis-one{margin-bottom: 110px;}
.tissue .pic{width: 230px;height: 710px;float: left;overflow: hidden;}
.tissue .pic img{display: block;width: 100%;}
.tissue .tis-cont{width: calc(100% - 290px);float: right;text-align: justify;font-size: 16px;color: #010101;line-height: 30px;padding-top: 60px;}
.tissue .tis-cont img{display: block;width: 100%;}

.tissue .tis-two{margin-bottom: 70px;}
.tissue .tis-two .item{width: 32%;margin-right: 2%;float: left;height: 202px;}
.tissue .tis-two .item:nth-child(3n){margin-right: 0;}
.tissue .tis-two .title{border-bottom: 1px solid #0593a1;font-size: 30px;color: #0592a3;line-height: 60px;font-weight: bold;margin-bottom: 15px;}
.tissue .tis-two .title em{display: block;width: 120px;height: 2px;background: #0592a3;}
.tissue .tis-two .tit{display: block;font-size: 16px;color: #010101;line-height: 25px;margin-bottom: 8px;transition: .5s;}
.tissue .tis-two .tit:hover{color: #0592a3;}

.tissue .tis-three{background: #f8f8f8;}
.tissue .tis-three .title{width: 232px;height: 222px;background: url(../images/bj_04.jpg) center center no-repeat;font-size: 30px;color: #fff;text-align: center;line-height: 222px;font-weight: bold;float: left;}
.tissue .tis-three .cont{width: calc(100% - 232px);float: right;height: 222px;box-sizing: border-box;padding: 40px 2.345vw;}
.tissue .tis-three .item{margin: 0 auto;}
.tissue .tis-three a{display: block;font-size: 16px;color: #010101;line-height: 35px;transition: .5s;}
.tissue .tis-three a:hover{color: #0592a3;}

@media screen and (max-width: 1360px) {
    .tissue .tis-three .cont{padding: 40px 30px;}
}



/* 关于展会 展会概况 */
.zhgk{}
.zhgk .box{width: 525px;float: right;height: 570px;}
.zhgk .list{height: 130.5px;background: #fff;box-sizing: border-box;border-left: 4px solid #23b4c5;margin-bottom: 16px;padding: 15px 40px;transition: .5s;}
.zhgk .list:last-child{margin-bottom: 0;}
.zhgk .list .ico{display: block;width: 58px;height: 58px;margin: auto 0;}
.zhgk .list .ico img{display: block;width: 100%;}
.zhgk .list .cont{width: 320px;margin: auto 0;}
.zhgk .list .tit{font-size: 26px;color: #000000;font-weight: bold;line-height: 40px;}
.zhgk .list .desc{font-size: 18px;color: #010101;line-height: 30px;}

.zhgk .list:hover{-webkit-transform: translateX(-23px);-moz-transform: translateX(-23px);-ms-transform: translateX(-23px);-o-transform: translateX(-23px);transform: translateX(-23px);/* width: 548px; */}

.zhgk .gk-pic{width: calc(100% - 548px);height: 570px;float: left;}



/* 关于展会 展馆规划 */
.planning{}
.planning .plan-title{box-sizing: border-box;border: 2px solid #0096a8;background: #0096a8;margin-bottom: 95px;}
.planning .plan-title img{display: block;width: 164px;float: left;}
.planning .plan-title p{width: calc(100% - 164px);box-sizing: border-box;float: right;text-align: center;line-height: 94px;font-size: 30px;color: #fff;}

.planning .plan-wrap{width: 100%;margin-bottom: 95px;}
.planning .plan-wrap img{display: block;width: 100%;}

.planning .list{width: 32%;float: left;margin: 0 2% 35px 0;background: #ffffff;height: 245px;box-sizing: border-box;padding: 25px 0;}
.planning .list:nth-child(3n){margin-right: 0;}
.planning .list .name{font-size: 26px;color: #0096a8;font-weight: bold;height: 30px;line-height: 26px;box-sizing: border-box;border-left: 5px solid #0592a3;padding-left: 18px;margin-bottom: 30px;}
.planning .list .cont{column-width:100px;-moz-column-width:100px;-webkit-column-width:100px;column-count: 3;column-gap: 10px;}

.planning .n-gray{padding: 60px 0 130px;}
.planning .n-gray img{display: block;max-width: 100%;}



/* 关于展会 下载中心 */
.download{}
.download .list{box-sizing: border-box;background: #fff;box-shadow: 0 0 10px rgba(0,0,0,.1);padding: 30px 45px;margin-bottom: 20px;}
.download .list .ico{display: block;width: 58px;height: 48px;float: left;margin-right: 50px;margin-top: 13px;}
.download .list .ico img{display: block;width: 100%;}
.download .list .cont{width: calc(100% - 290px);float: left;}
.download .list .tit{display: block;font-size: 24px;color: #000000;line-height: 40px;transition: .5s;}
.download .list .type{font-size: 18px;color: #6b6b6b;line-height: 35px;}
.download .list .d-btn{display: block;width: 128px;height: 48px;border: 1px solid #0592a3;border-radius: 3px;text-align: center;line-height: 48px;font-size: 22px;color: #0592a3;float: right;margin-top: 17px;transition: .5s;}
.download .list:hover .tit{color: #0592a3;}
.download .list:hover .d-btn{background: #0592a3;color: #fff;}



/* 关于展会 往期回顾 */
.review{padding-bottom: 100px;}
.review .rev-title{font-size: 45px;color: #000000;text-align: center;line-height: 60px;margin-bottom: 60px;}
.review .rev-box{padding-top: 60px;}
.review .n-gray{padding-bottom: 50px;}
.review .list{display: block;width: 18.4%;float: left;margin: 0 2% 25px 0;box-shadow: 0 0 10px rgba(0,0,0,.1);transition: .5s;}
.review .list:nth-child(5n){margin-right: 0;}
.review .list img{display: block;width: 100%;}
.review .list:hover{box-shadow: 5px 5px 10px rgba(0,0,0,.1);-webkit-transform: translateY(-10px);-moz-transform: translateY(-10px);-ms-transform: translateY(-10px);-o-transform: translateY(-10px);transform: translateY(-10px);}

.review .rev-head{width: 100%;border-bottom: 3px solid #0592a3;}
.review .rev-head a{display: block;width: 138px;height: 58px;text-align: center;line-height: 58px;color: #0592a3;font-size: 30px;float: left;margin: 4px 2px 0;box-sizing: border-box;border: 1px solid #0592a3;transition: .5s;}
.review .rev-head a:hover{background: #0592a3;color: #fff;}
.review .rev-head a.active{background: #0592a3;color: #fff;}

.review .rev-body{width: 100%;position: relative;padding-top: 50px;}
.review .carousel{width: 71%;float: right;position: relative;overflow: hidden;z-index: 3;}
.review .carousel img{display: block;width: 100%;}
.review .carousel .swiper-button-next,.review .carousel .swiper-button-prev{width: 61px;height: 61px;margin-top: -30px;position: absolute;top: 50%;}
.review .carousel .swiper-button-prev{left: 0;}
.review .carousel .swiper-button-next{left: 61px;right: unset;}
.review .carousel-thumbs{width: 587px;background: url(../images/bj_06.jpg) left bottom no-repeat;padding: 0 0 60px 60px;overflow: hidden;position: absolute;left: 0;top: 50%;margin-top: -180px;z-index: 0;}
.review .carousel-thumbs img{display: block;width: 100%;}



/* 媒体中心 媒体合作 */
.partner{}
.partner .p-box{box-sizing: border-box;background: #0096a8;padding: 30px 25px;margin-bottom: 60px;}
.partner .p-box .text{width: 27.22%;padding: 10px 30px 10px 0;border-right: 1px solid #fff;color: #fff;font-size: 1.25vw;line-height: 35px;margin: auto auto auto 0;}
.partner .p-box .item{color: #fff;font-size: 18px;line-height: 28px;margin: auto auto;}
.partner .p-box .item img.ico{display: inline-block;width: 61px;height: 61px;vertical-align: middle;margin-right: 20px;transition: .5s;}
.partner .p-box .item p{display: inline-block;vertical-align: middle;}
.partner .p-box .item:hover .ico{-webkit-transform: translateX(10px);-moz-transform: translateX(10px);-ms-transform: translateX(10px);-o-transform: translateX(10px);transform: translateX(10px);}

.partner .list{display: block;width: 18.4%;float: left;margin: 0 2% 25px 0;box-shadow: 0 0 10px rgba(0,0,0,.1);transition: .5s;}
.partner .list:nth-child(5n){margin-right: 0;}
.partner .list img{display: block;width: 100%;}
.partner .list:hover{box-shadow: 5px 5px 10px rgba(0,0,0,.1);-webkit-transform: translateY(-10px);-moz-transform: translateY(-10px);-ms-transform: translateY(-10px);-o-transform: translateY(-10px);transform: translateY(-10px);}

@media screen and (max-width: 1600px) {
    .partner .p-box .text{font-size: 20px;}
}



/* 媒体中心 实时动态 */
.caring{}
.caring .list{width: 23.875%;float: left;margin: 0 1.5% 45px 0;background: #fff;box-shadow: 0 0 10px rgba(0,0,0,.1);transition: .5s;}
.caring .list:nth-child(4n){margin-right: 0;}
.caring .list .pic{display: block;width: 100%;height: 215px;overflow: hidden;position: relative;}
.caring .list .pic img{display: block;min-width: 100%;min-height: 100%;}
.caring .list .cont{display: block;padding: 20px;box-sizing: border-box;}
.caring .list .tit{font-size: 20px;color: #000000;line-height: 35px;transition: .5s;}
.caring .list .desc{font-size: 16px;color: #6b6b6b;line-height: 30px;}
.caring .list .time{font-size: 16px;color: #6b6b6b;line-height: 25px;}

.caring .list:hover{box-shadow: 5px 5px 10px rgba(0,0,0,.1);-webkit-transform: translateY(-10px);-moz-transform: translateY(-10px);-ms-transform: translateY(-10px);-o-transform: translateY(-10px);transform: translateY(-10px);}
.caring .list:hover .tit{color: #0096a8;}



/* 媒体中心 展会动态 */
.dynamic{}

.dynamic .list{box-sizing: border-box;background: #fff;padding: 25px;margin-bottom: 25px;box-shadow: 0 0 10px rgba(0,0,0,.1);}
.dynamic .list .pic{display: block;width: 300px;height: 190px;overflow: hidden;position: relative;float: left;transition: .5s;}
.dynamic .list .pic img{display: block;display: block;min-width: 100%;min-height: 100%;}
.dynamic .list .cont{display: block;width: calc(100% - 335px);height: 190px;float: right;padding-top: 20px;box-sizing: border-box;}
.dynamic .list .tit{font-size: 26px;color: #000000;line-height: 35px;margin-bottom: 25px;transition: .5s;}
.dynamic .list .desc{font-size: 18px;color: #6b6b6b;line-height: 30px;text-align: justify;}
.dynamic .list .time{font-size: 18px;color: #6b6b6b;line-height: 30px;margin-top: 10px;}

.dynamic .list:hover .pic{-webkit-transform: translateX(10px);-moz-transform: translateX(10px);-ms-transform: translateX(10px);-o-transform: translateX(10px);transform: translateX(10px);}
.dynamic .list:hover .tit{color: #0096a8;}



/* 媒体中心 行业资讯 */
.news{}
.news .list{width: 49%;height: 180px;float: left;margin: 0 2% 25px 0;background: #fff;box-sizing: border-box;padding: 20px;}
.news .list:nth-child(2n){margin-right: 0;}
.news .list .pic{display: block;width: 210px;height: 130px;overflow: hidden;position: relative;float: left;transition: .5s;}
.news .list .pic img{display: block;display: block;min-width: 100%;min-height: 100%;}
.news .list .cont{display: block;width: calc(100% - 235px);float: right;height: 130px;padding-top: 10px;box-sizing: border-box;}
.news .list .tit{font-size: 24px;color: #000000;line-height: 35px;margin-bottom: 15px;transition: .5s;}
.news .list .desc{font-size: 16px;color: #6b6b6b;line-height: 30px;}
.news .list .time{font-size: 18px;color: #6b6b6b;line-height: 30px;}

.news .list:hover .pic{-webkit-transform: translateX(10px);-moz-transform: translateX(10px);-ms-transform: translateX(10px);-o-transform: translateX(10px);transform: translateX(10px);}
.news .list:hover .tit{color: #0096a8;}



/* 新闻详情页 */
.content{padding-bottom: 130px;}
.content .cont-title{text-align: center;font-size: 34px;color: #0096a8;line-height: 45px;padding-bottom: 40px;border-bottom: 1px solid #0096a8;margin-bottom: 75px;}
.content article{font-size: 16px;color: #000000;text-align: justify;line-height: 30px;}
.content article img{max-width: 100%;}
.content article iframe{display: block;width: 800px;height: 600px;margin: 0 auto;border: 0;}



/* 同期活动 活动日程 */
.schedule{}
.schedule article{font-size: 16px;color: #000000;text-align: justify;line-height: 30px;}
.schedule article img{max-width: 100%;}
.contscheduleent article iframe{display: block;width: 800px;height: 600px;margin: 0 auto;border: 0;}



/* 同期活动 UTC无人机应用技能大赛 */
.activity{padding-bottom: 130px;}

.slidebar{width: 250px;float: left;}
.slidebar .sb-head{background: #0096a8;text-align: center;font-size: 26px;color: #fff;line-height: 35px;height: 75px;}
.slidebar .sb-head p{margin: auto auto;}
.slidebar .sb-body{background: #f9f9f9;box-sizing: border-box;padding: 0 0 30px;}
.slidebar .sb-body a{display: block;/* border-bottom: 1px solid #dedede; */padding-right: 10px;position: relative;font-size: 18px;color: #000000;line-height: 30px;padding: 15px 25px 15px 15px;transition: .5s;}
.slidebar .sb-body a em{display: block;width: 0;height: 0;border-width: 5px 0 5px 7px;border-style:solid;border-color: transparent transparent transparent #0096a8;position: absolute;top: 50%;right: 15px;margin-top: -2px;transition: .5s;}
.slidebar .sb-body a:after{content: '';display: block;height: 1px;background: #dedede;position: absolute;bottom: 0;left: 15px;right: 15px;}
.slidebar .sb-body a:hover{background: #4ec8d7;color: #fff;}
.slidebar .sb-body a:hover em{border-color: transparent transparent transparent #fff;}
.slidebar .sb-body a:hover:after{background: transparent;}
.slidebar .sb-body a.active{background: #4ec8d7;color: #fff;font-weight: bold;}
.slidebar .sb-body a.active em{border-color: transparent transparent transparent #fff;}
.slidebar .sb-body a.active:after{background: transparent;}

.activity .n-right{width: calc(100% - 285px);float: right;}
.activity .cap-title{border-bottom: 1px solid #0096a8;padding-bottom: 35px;}
.activity article{font-size: 16px;color: #000000;text-align: justify;line-height: 30px;}
.activity article img{max-width: 100%;}
.activity article iframe{display: block;width: 800px;height: 600px;margin: 0 auto;border: 0;}



/* 展商在线 展会信息 */
.exhibition{}

.exhibition .exhi-title{font-size: 30px;color: #000000;font-weight: bold;line-height: 40px;margin-bottom: 35px;}
.exhibition article{font-size: 16px;color: #000000;text-align: justify;line-height: 30px;}
.exhibition article img{max-width: 100%;}
.exhibition article iframe{display: block;width: 800px;height: 600px;margin: 0 auto;border: 0;}



/* 展商在线 参展申请 */
.apply{background: #fff;border-top: 4px solid #23b4c5;padding: 0 0 115px;}
.apply .a-item{border-bottom: 1px solid #e5e5e5;box-sizing: border-box;padding: 40px 40px;}
.apply .a-title{font-size: 20px;color: #0592a3;line-height: 44px;}

.apply .a-list{margin-bottom: 20px;}
.apply .a-lab{width: 105px;float: left;text-align: right;font-size: 18px;color: #7e7e7e;display: block;height: 44px;line-height: 44px;}
.apply .a-lab em{display: inline-block;width: 7px;height: 7px;background: #f4523b;border-radius: 100%;margin-right: 12px;vertical-align: middle;}

.apply .a-rbox{width: calc(100% - 140px);float: right;min-height: 44px;}
.apply input{display: block;height: 44px;box-sizing: border-box;border: 1px solid #dddddd;border-radius: 3px;background: #f4f4f4;padding: 0 15px;font-size: 18px;color: #7e7e7e;}
.apply .a-inp{width: 265px;}
.apply .a-inp1{width: 755px;}
.apply .a-inp2{width: 100px;display: inline-block;}
.apply .a-inp3{width: 315px;display: inline-block;}
.apply .ts{display: block;line-height: 44px;font-size: 18px;color: #000000;text-transform: uppercase;margin-left: 20px;}
.apply input.a-radio{width: 60px;float: left;opacity: 0;position: relative;z-index: 1;cursor: pointer;}
.apply span.dx{display: block;width: 60px;height: 44px;line-height: 44px;font-size: 24px;color: #000000;text-transform: uppercase;float: left;text-align: right;margin-left: -60px;margin-right: 25px;position: relative;z-index: 0;}
.apply span.dx::before{content: "";display: block;width: 20px;height: 20px;border-radius: 100%;border: 1px solid #8c8c8c;position: absolute;left: 0;top: 50%;margin-top: -10px;z-index: 0;box-sizing: border-box;transition: .3s;}
.apply input.a-radio:checked+span.dx::before{border: 4px solid #f4523b;}
.apply .mark{display: block;background: transparent;float: right;width: calc(100% - 260px);float: right;text-align: center;font-size: 16px;color: #ff8574;line-height: 44px;}

.apply .row{width: 25%;float: left;}
.apply .row:nth-child(2){width: 35%;}
.apply .row:nth-child(4){width: 15%;}
.apply input.a-check{width: 100%;opacity: 0;position: relative;z-index: 1;cursor: pointer;}
.apply span.ck{display: block;width: 100%;height: 44px;line-height: 44px;font-size: 18px;color: #000000;text-transform: uppercase;position: relative;z-index: 0;margin-top: -44px;margin-bottom: 10px;box-sizing: border-box;padding-left: 40px;}
.apply span.ck::before{content: "";display: block;width: 20px;height: 20px;border: 1px solid #8c8c8c;position: absolute;left: 0;top: 50%;margin-top: -10px;z-index: 0;box-sizing: border-box;border-radius: 3px;transition: .3s;}
.apply input.a-check:checked+span.ck::before{border-color: #f4523b;background: url(../images/ico09.png) center center no-repeat #f4523b;background-size: 100% 100%;}

.apply .row1{width: 25%;float: left;}
.apply .row1:nth-child(3){width: 50%;}

.apply .a-rbox1{width: calc(100% - 300px);}
.apply span.dx1{font-size: 18px;}

.apply .a-rbox2{margin-top: 80px;}
.apply .a-btn{width: 212px;height: 64px;border: 0;border-radius: 5px;float: left;margin-right: 18px;background: #00beed;font-size: 22px;color: #ffffff;cursor: pointer;margin-top: 80px;}
.apply .a-btn.active{background: #00abc0;margin-left: 180px;}



/* 展商在线 展商登陆系统 */
.system{padding: 70px 0;position: relative;z-index: 3;}

/* .system .crumbs{background: transparent;margin-top: -30.55vw;} */

.login{width: 565px;margin: -26vw auto 0;border-radius: 10px;overflow: hidden;}
.login .lTop{width: 100%;height: 245px;background: rgba(255,255,255,.5);box-sizing: border-box;padding-top: 80px;}
.login .lTop img{display: block;margin: 0 auto;}
.login .lTop p{font-size: 24px;color: #ffffff;text-align: center;line-height: 50px;}
.login .lBody{background: #fff;/* min-height: 450px; */box-sizing: border-box;padding: 45px 50px;}
.login .item{height: 58px;border-bottom: 1px solid #d0d0d0;overflow: hidden;margin-bottom: 20px;}
.login .item .ico{display: block;width: 39px;float: left;}
.login .item .l-inp{display: block;border: 0;width: calc(100% - 60px);float: right;height: 39px;line-height: 39px;font-size: 20px;color: #000000;}
.login .item .l-inp::-webkit-input-placeholder{color: #000000;}
.login .item .l-inp::-moz-placeholder{color: #000000;}
.login .item .l-inp:-moz-placeholder{color: #000000;}
.login .item .l-inp1{width: 245px;margin-right: 20px;}
.login .item .l-yzm{display: block;width: 140px;height: 39px;float: right;background: #797979;font-size: 18px;color: #fff;text-align: center;line-height: 39px;}
.login .forget{display: block;float: right;font-size: 18px;color: #2b2b2b;line-height: 25px;}
.login .l-btn{display: block;width: 100%;height: 65px;background: #0592a3;font-size: 24px;color: #ffffff;border: 0;border-radius: 3px;margin-top: 30px;cursor: pointer;}
.login .l-link{display: block;font-size: 20px;color: #0592a3;text-align: center;line-height: 35px;margin-top: 30px;}

@media screen and (max-width: 1360px) {
    .login{margin-top: -315px;}
    /* .system .crumbs{margin-top: -405px;} */
}



/* 展商在线 展商登陆系统 注册 */
.register{width: 100%;box-sizing: border-box;background: #fff;border-radius: 10px;overflow: hidden;padding: 45px 3.906vw;margin: -26vw auto 0;}
.register .reg-title{font-size: 30px;color: #0592a3;line-height: 40px;margin-bottom: 70px;}
.register .reg-title a{font-size: 20px;color: #0592a3;float: right;}
.register .items{width: 31.25%;float: left;margin-right: 3.6%;}
.register .items .item{display: flex;height: 52px;border: 1px solid #e8e8e8; line-height: 50px; margin-bottom: 25px;}
.register .items .item p{margin: 0 20px 0 30px;}
.register .items .item p img{margin-top: 17px;}
.register .items .item input{flex: 1; background: none; outline: none; border: none; padding: 0 15px; line-height: 50px; font-size: 18px;color: #747474;}
.register .item span{border-right: 1px solid #e8e8e8; padding: 0 20px; color: #747474;font-size: 18px;}
.register .item span img{margin: 32px 20px 0 10px; display: inline-block;}
.register select{flex: 1; background: none; outline: none; border: none; padding-right: 30px; line-height: 50px; font-size: 18px; color: #747474; height: 50px; padding: 0 20px;}
.register .fa_file{width: 33px;height: 33px; position: relative;display: block; vertical-align: middle; margin: 8.5px 15px 0 0;}
.register .fa_file .file_add{display: block;width: 100%;height: 100%;background: url(../images/dl_05.jpg) center center no-repeat; border: none; padding: 0; background-size: 100%;}
.register .fa_file .fb_file{display: block;width: 100%;height: 100%;position: absolute;top: 0;left: 0;opacity: 0;cursor: pointer;z-index: 1;}
.register .fa_file .fa_pic{display: block;width: 100%;height: 100%;position: absolute;top: 0;left: 0;}

.register .yzm{height: 52px; margin: 0; width: 135px;border: 0;background: #797979;color: #fff;font-size: 18px;}

.register input[type="button"]{line-height: 66px; background: #0592a3; color: #fff; width: 30%; display: block; outline: none; border: none; font-size: 24px; font-weight: bold;float: right;font-weight: 400;}




/* 观众服务 在线预登记 */
.gzfw{}
.gzfw-pic{display: block;width: 100%;margin-bottom: 45px;}
.gzfw-name{width: 350px;height: 80px;background: -moz-linear-gradient(left,#0592a3, #25c4d4);background: -webkit-linear-gradient(left,#0592a3,#25c4d4);background: -o-linear-gradient(left,#0592a3,#25c4d4);background: -ms-linear-gradient(left,#0592a3,#25c4d4);background: linear-gradient(left,#0592a3,#25c4d4);border-radius: 10px;margin: 0 auto 75px;text-align: center;line-height: 80px;font-size: 24px;color: #ffffff;}
.gzfw .gzfw-mark{font-size: 16px;color: #ff8574;line-height: 30px;}
.gzfw .gzfw-bt{font-size: 18px;color: #7e7e7e;line-height: 35px;margin-bottom: 15px;}
.gzfw .gzfw-bt em{display: inline-block;width: 7px;height: 7px;background: #f4523b;border-radius: 100%;margin-right: 12px;vertical-align: middle;}



/* 观众服务 票务中心 */
.ticket{padding-bottom: 130px;}
.ticket .tic-pic{width: 100%;margin-top: -5.2vw;margin-bottom: 80px;}
.ticket .tic-pic img{display: block;width: 100%;}

.ticket article{font-size: 16px;color: #000000;text-align: justify;line-height: 30px;}
.ticket article img{max-width: 100%;}
.ticket article iframe{display: block;width: 800px;height: 600px;margin: 0 auto;border: 0;}



/* 观众服务 团队参观 */
.tdcg{}
.tdcg .a-lab{width: 135px;}
.tdcg .a-rbox{width: calc(100% - 170px);}

.group{background: #fff;box-sizing: border-box;padding: 55px 4.6875vw;margin-top: 20px;}
.group .g-head{box-sizing: border-box;border-bottom: 1px solid #00abc0;}
.group .g-head p{width: 33.333%;float: left;border-top: 1px solid #e2e2e2;border-left: 1px solid #e2e2e2;box-sizing: border-box;font-size: 20px;color: #000000;text-align: center;line-height: 55px;cursor: pointer;transition: .5s;}
.group .g-head p:last-child{border-right: 1px solid #e2e2e2;}
.group .g-head p:hover{background: #00abc0;color: #fff;border-color: #00abc0;}
.group .g-head p.active{background: #00abc0;color: #fff;border-color: #00abc0;}

.group .g-body{min-height: 275px;padding-top: 45px;font-size: 18px;color: #000000;line-height: 38px;text-align: justify;display: none;}



/* 观众服务 参展企业 */
.exhibitor{padding-bottom: 130px;}

.exhibitor .exhiSearch{width: 520px;height: 50px;box-sizing: border-box;border: 1px solid #e8e8e8;border-radius: 50px;padding: 0 30px;float: left;}
.exhibitor .exhiSearch form{display: block;width: 100%;height: 100%;}
.exhibitor .exhiSearch .es-inp{display: block;width: 435px;float: left;box-sizing: border-box;border: 0;background: transparent;height: 48px;float: left;font-size: 16px;color: #999999;}
.exhibitor .exhiSearch .es-inp::-webkit-input-placeholder{color: #999999;}
.exhibitor .exhiSearch .es-inp::-moz-placeholder{color: #999999;}
.exhibitor .exhiSearch .es-inp:-moz-placeholder{color: #999999;}
.exhibitor .exhiSearch .es-btn{display: block;width: 19px;height: 19px;background: url(../images/ico14.png) center center no-repeat;float: right;margin-top: 14.5px;border: 0;cursor: pointer;}

.exhibitor .exhiA{display: block;float: right;}
.exhibitor .exhiA .ico{display: block;width: 32px;height: 32px;margin: 0 auto 5px;transition: .5s;}
.exhibitor .exhiA p{font-size: 16px;color: #202020;line-height: 25px;}
.exhibitor .exhiA:hover .ico{-webkit-transform: translateY(-5px);-moz-transform: translateY(-5px);-ms-transform: translateY(-5px);-o-transform: translateY(-5px);transform: translateY(-5px);}

.exhibitor .exhi-item{margin-top: 30px;}
.exhibitor .exhi-item .eiB{display: block;width: 105px;float: left;font-size: 20px;color: #1a1a1a;line-height: 50px;}
.exhibitor .exhi-item .ei-box{width: calc(100% - 105px);float: right;}
.exhibitor .exhi-item .ei-box a{display: block;float: left;margin-left: 10px;height: 50px;line-height: 50px;font-size: 18px;color: #5a5a5a;background: #dfdfdf;border-radius: 50px;padding: 0 30px;cursor: pointer;transition: .5s;}
.exhibitor .exhi-item .ei-box a:hover{background: #0592a3;color: #fff;}
.exhibitor .exhi-item .ei-box a.active{background: #0592a3;color: #fff;}

.exhibitor .exhi-item1{margin: 30px 0;display: none;}
.exhibitor .exhi-item1 a{display: block;float: left;height: 50px;line-height: 50px;margin-left: 30px;font-size: 16px;color: #202020;cursor: pointer;}
.exhibitor .exhi-item1 a em{display: block;box-sizing: border-box;border: 1px solid #999999;border-radius: 3px;float: left;width: 14px;height: 14px;margin-top: 18px;margin-right: 5px;}
.exhibitor .exhi-item1 a.active em{border-color: #0592a3;background: url(../images/ico09.png) center center no-repeat #0592a3;background-size: 100% 100%;}

.exhibitor .exhi-green{width: 100%;background: #0592a3;margin-bottom: 60px;}
.exhibitor .exhi-green p{float: left;padding-left: 22px;line-height: 66px;background: url(../images/ico15.png) left center no-repeat;margin-right: 20px;font-size: 16px;color: #fff;}
.exhibitor .exhi-green select{display: block;width: 250px;height: 40px;background: url(../images/ico16.png) right center no-repeat #fff;border-radius: 40px;border: 0;float: left;margin-top: 11px;box-sizing: border-box;padding: 0 20px;font-size: 16px;color: #5a5a5a;appearance:none;-moz-appearance:none;-webkit-appearance:none;cursor: pointer;outline: 0;}

.exhibitor .list{border-bottom: 1px dashed #dcdcdc;margin-bottom: 40px;padding-bottom: 40px;position: relative;}
.exhibitor .list .pic{display: block;width: 380px;height: 300px;float: left;transition: .5s;}
.exhibitor .list .pic img{display: block;width: 100%;}
.exhibitor .list .cont{width: calc(100% - 410px);float: right;}
.exhibitor .list .tit{display: block;width: calc(100% - 375px);font-size: 20px;color: #1a1a1a;font-weight: bold;line-height: 30px;transition: .5s;}
.exhibitor .list font{display: inline-block;font-size: 16px;color: #5a5a5a;background: #e8e8e8;border-radius: 30px;height: 30px;padding: 0 15px;line-height: 30px;margin: 10px 0 10px;}
.exhibitor .list .desc{font-size: 16px;color: #5a5a5a;text-align: justify;line-height: 28px;text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;line-clamp: 3;-webkit-box-orient: vertical;margin-bottom: 12px;}
.exhibitor .list figure{width: 110px;float: left;margin-right: 30px;}
.exhibitor .list figure:last-child{margin-right: 0;}
.exhibitor .list figure img{display: block;width: 100%;}
.exhibitor .list figure p{font-size: 12px;color: #5a5a5a;line-height: 15px;padding: 8px 10px 0;}

.exhibitor .list .status{position: absolute;top: 0;right: 0;}
.exhibitor .list .status a.sA{display: block;min-width: 150px;height: 50px;border-radius: 50px;box-sizing: border-box;padding: 0 20px 0 55px;float: left;font-size: 18px;color: #fff;line-height: 50px;}
.exhibitor .list .status a.sA1{background: url(../images/ico18.png) 20px center no-repeat #070707;}
.exhibitor .list .status a.col{background: url(../images/ico17.png) 20px center no-repeat #0592a3;margin-right: 20px;}
.exhibitor .list .status a.col.active{background: url(../images/ico17_hover.png) 20px center no-repeat #0592a3;}

.exhibitor .list:hover .pic{-webkit-transform: translateX(10px);-moz-transform: translateX(10px);-ms-transform: translateX(10px);-o-transform: translateX(10px);transform: translateX(10px);}
.exhibitor .list:hover .tit{color: #0592a3;}

.hint{background: #9a9a9a;width: 335px;height: 50px;box-sizing: border-box;font-size: 20px;color: #ffffff;line-height: 50px;padding: 0 28px;position: fixed;z-index: 15;top: 50%;right: -335px;margin-top: -25px;transition: .5s;}
.hint.on{right: 0;}

    /* 我的参展计划 */
.plan{width: 580px;height: 75vh;background: #f7f7f7;position: fixed;right: -580px;top: 50%;margin-top: -37.5vh;z-index: 15;transition: .8s;}
.plan .p-head{height: 120px;background: #0592a3;position: relative;font-size: 32px;color: #ffffff;text-align: center;line-height: 120px;}
.plan .p-head .plan-close{display: block;width: 17px;height: 31px;margin: auto 0;position: absolute;top: 0;bottom: 0;left: 30px;cursor: pointer;}
.plan .plan-out{position: absolute;top: 120px;left: 0;right: 0;bottom: 0;}
.plan .plan-in{position: absolute;top: 0;left: 0;right: 0;bottom: 0;overflow-y: auto;}
.plan .plan-in::-webkit-scrollbar {display: none;}
.plan .p-list{background: #fff;box-sizing: border-box;padding: 30px 30px;border-bottom: 1px solid #dcdcdc;}
.plan .p-list .pic{display: block;width: 165px;height: 130px;float: left;transition: .5s;}
.plan .p-list .pic img{display: block;width: 100%;}
.plan .p-list .p-cont{width: calc(100% - 185px);float: right;}
.plan .p-list .tit{display: block;font-size: 20px;color: #1a1a1a;font-weight: bold;line-height: 30px;transition: .5s;}
.plan .p-list .desc{font-size: 14px;color: #666666;line-height: 20px;margin-bottom: 35px;margin-top: 5px;}
.plan .p-list font{display: inline-block;font-size: 16px;color: #5a5a5a;background: #e8e8e8;border-radius: 30px;height: 30px;padding: 0 15px;line-height: 30px;}
.plan .p-list .ico{display: block;width: 26px;float: right;}
.plan .p-list:hover .pic{-webkit-transform: translateX(10px);-moz-transform: translateX(10px);-ms-transform: translateX(10px);-o-transform: translateX(10px);transform: translateX(10px);}
.plan .p-list:hover .tit{color: #0592a3;}
.plan.show{right: 0;}



/* 观众服务 参展企业 发布询盘 */
.publish{width: 1000px;margin: 0 auto;padding-bottom: 130px;}
.publish .pub-item{margin-bottom: 30px;}
.publish .pub-item .pub-lab{width: 180px;float: left;line-height: 50px;font-size: 18px;color: #383838;text-align: right;}
.publish .pub-item .pub-box{width: calc(100% - 180px);float: right;}
.publish input{display: inline-block;height: 50px;box-sizing: border-box;border: 1px solid #dddddd;border-radius: 50px;padding: 0 30px;font-size: 16px;color: #6d6d6d;line-height: 48px;}
.publish .pub-inp{width: 365px;}
.publish .pub-inp1{width: 730px;}
.publish select{display: inline-block;height: 50px;box-sizing: border-box;border: 1px solid #dddddd;border-radius: 50px;padding: 0 45px 0 25px;background: url(../images/ico20.png) right center no-repeat;appearance:none;-moz-appearance:none;-webkit-appearance:none;outline: none;cursor: pointer;font-size: 16px;color: #6d6d6d;line-height: 48px;}
.publish option{line-height: 45px;}
.publish .pub-sel{width: 365px;}
.publish .pub-sel1{width: 140px;margin-right: 10px;}
.publish .pub-yzm{display: inline-block;width: 140px;height: 50px;text-align: center;line-height: 50px;color: #fff;font-size: 16px;background: #0592a3;border-radius: 50px;margin-left: 10px;}
.publish input.pub-radio{width: 120px;float: left;opacity: 0;position: relative;z-index: 1;cursor: pointer;}
.publish span.dx{display: block;width: 120px;height: 50px;line-height: 50px;font-size: 16px;color: #000000;text-transform: uppercase;float: left;margin-left: -120px;margin-right: 25px;position: relative;z-index: 0;box-sizing: border-box;padding-left: 30px;}
.publish span.dx::before{content: "";display: block;width: 16px;height: 16px;border-radius: 100%;border: 1px solid #8c8c8c;position: absolute;left: 0;top: 50%;margin-top: -8px;z-index: 0;box-sizing: border-box;transition: .3s;}
.publish input.pub-radio:checked+span.dx::before{border: 1px solid #0592a3;padding: 3px;background: #0592a3;background-clip: content-box;}
.publish .pub-item mark{display: inline-block;height: 50px;background: transparent;font-size: 32px;color: #c20000;line-height: 50px;margin-left: 30px;vertical-align: middle;}
.publish .fa_file{width: 100px;height: 100px;position: relative;display: inline-block;vertical-align: middle;}
.publish .fa_file .file_add{display: block;width: 100%;height: 100px;background: url(../images/a16.jpg) center center no-repeat;}
.publish .fa_file .file_txt{font-size: 16px;color: #9a9a9a;display: block;text-align: center;line-height: 40px;}
.publish .fa_file .fb_file{display: block;width: 100%;height: 100px;position: absolute;top: 0;left: 0;opacity: 0;cursor: pointer;z-index: 1;}
.publish .fa_file .fa_pic{display: block;width: 100%;height: 100px;position: absolute;top: 0;left: 0;}

.publish .pub-btn{display: inline-block;width: 350px;height: 80px;background: #f2f2f2;font-size: 20px;color: #5a5a5a;border: 0;cursor: pointer;margin-top: 55px;}
.publish .pub-btn.active{background: #0592a3;color: #fff;margin-left: 130px;margin-right: 40px;}



/* 观众服务 参展企业 展商介绍 */
.exhiContent{}
.exhiContent .picture{display: block;width: 500px;float: left;}
.exhiContent .synopsis{width: calc(100% - 540px);float: right;}
.exhiContent .synopsis h4{font-size: 20px;color: #1a1a1a;line-height: 30px;padding-top: 10px;margin-bottom: 15px;}
.exhiContent .synopsis .sy-cont{min-height: 240px;}
.exhiContent .synopsis .sy-cont,.exhiContent .synopsis .sy-cont p{font-size: 16px;color: #1a1a1a;line-height: 25px;margin-bottom: 10px;}
.exhiContent .synopsis .status{margin-top: 30px;}
.exhiContent .synopsis .status a.sA{display: block;min-width: 150px;height: 50px;border-radius: 50px;box-sizing: border-box;padding: 0 20px 0 55px;float: left;font-size: 18px;color: #fff;line-height: 50px;}
.exhiContent .synopsis .status a.sA1{background: url(../images/ico18.png) 20px center no-repeat #070707;}
.exhiContent .synopsis .status a.col{background: url(../images/ico17.png) 20px center no-repeat #0592a3;margin-right: 20px;}
.exhiContent .synopsis .status a.col.active{background: url(../images/ico17_hover.png) 20px center no-repeat #0592a3;}

.exhiContent article{margin: 30px 0;padding-bottom: 30px;font-size: 16px;color: #5a5a5a;line-height: 30px;text-align: justify;border-bottom: 1px dashed #dcdcdc;}
.exhiContent article img{max-width: 100%;}

.exhiContent h5{font-size: 20px;color: #1a1a1a;line-height: 30px;margin-bottom: 25px;}

.n-product{width: 100%;}
.n-product .list{width: 17.6%;float: left;margin-right: 3%;margin-bottom: 25px;}
.n-product .list:nth-child(5n){margin-right: 0;}
.n-product .list .pic{display: block;width: 100%;height: 200px;transition: .5s;}
.n-product .list .pic img{display: block;width: 100%;}
.n-product .list .tit{font-size: 16px;color: #5a5a5a;line-height: 20px;padding: 15px 15px 0;transition: .5s;}
.n-product .list:hover .pic{-webkit-transform: translateY(-10px);-moz-transform: translateY(-10px);-ms-transform: translateY(-10px);-o-transform: translateY(-10px);transform: translateY(-10px);}
.n-product .list:hover .tit{color: #0592a3;}

.n-relation{padding: 30px 0 45px;overflow: hidden;}
.n-relation .picScroll{width: 100%;position: relative;}
.n-relation .picScroll .bd{width: 100%;overflow: hidden;}
.n-relation .picScroll .bd li{float: left;width: 252px;float: left;margin-right: 45px;}
.n-relation .picScroll .bd li .pic{display: block;width: 100%;height: 200px;background: #fff;}
.n-relation .picScroll .bd li .pic img{display: block;width: 100%;}
.n-relation .picScroll .bd li .tit{display: block;box-sizing: border-box;font-size: 16px;color: #5a5a5a;padding: 10px 15px 0;transition: .5s;}
.n-relation .picScroll .hd{width: 100%;height: 0;position: absolute;top: 50%;margin-top: -14px;z-index: 2;}
.n-relation .picScroll .hd a{display: block;width: 28px;height: 28px;overflow: hidden;position: absolute;top: 0;cursor: pointer;}
.n-relation .picScroll .hd a img{display: block;width: 100%;}
.n-relation .picScroll .hd a.prev{left: -60px;}
.n-relation .picScroll .hd a.next{right: -60px;}
.n-relation .picScroll .bd li:hover .tit{color: #0592a3;}

@media screen and (max-width: 1280px) {
    .n-relation .picScroll .hd a.prev{left: -28px;}
    .n-relation .picScroll .hd a.next{right: -28px;}
}



/* 观众服务 交通指南 */
.traffic{padding-bottom: 130px;}
.traffic .tra-text{width: 100%;min-height: 190px;box-sizing: border-box;background: url(../images/bj_05.png) bottom right no-repeat #23b4c5;padding: 25px 35px;color: #fff;font-size: 18px;line-height: 30px;text-align: justify;}
.traffic .tra-map{width: 100%;height: 500px;background: #ddd;overflow: hidden;}
.traffic .tra-map iframe{display: block;width: 100%;height: 100%;border: 0;}



/* 联系我们 */
.contact{padding-bottom: 130px;}
.contact .map{display: block;width: calc(100% - 460px);height: 685px;background: #ddd;overflow: hidden;float: left;}
.contact .map iframe{display: block;width: 100%;height: 100%;border: 0;}
.contact .box{width: 460px;height: 685px;background: #0592a3;box-sizing: border-box;padding: 60px 15px;float: right;}
.contact .box .logo-contact{display: block;margin: 0 auto 40px;}
.contact .box .text{background: #44adba;box-sizing: border-box;padding: 30px 15px;color: #fff;font-size: 20px;line-height: 35px;margin-bottom: 40px;}
.contact .box .c-qrcode{display: inline-block;width: 155px;margin-left: 35px;}
.contact .box .c-qrcode img{display: block;width: 100%;}
.contact .box .c-qrcode p{font-size: 20px;color: #fff;text-align: center;line-height: 30px;margin-top: 5px;}



/* 视频 */
.video{}
.video .list-sp{width: 32%;position: relative;margin: 0 2% 35px 0;overflow: hidden;float: left;}
.video .list-sp:nth-child(3n){margin-right: 0;}
.video .list-sp img.pic{display: block;width: 100%;transition: .5s;}
.video .list-sp a{position: absolute;top: 0;left: 0;right: 0;bottom: 0;color: #fff;}
.video .list-sp .cont{margin: auto auto;}
.video .list-sp .tit{font-size: 1.5625vw;font-weight: bold;margin-bottom: 25px;}
.video .list-sp .ico{display: block;width: 3.385vw;margin: 0 auto;}
.video .list-sp:hover img.pic{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);}



/* 搜索结果 */
.search{}
.search .list{width: 100%;height: 75px;border-bottom: 1px dashed #ccc;line-height: 75px;}
.search .list em{display: block;width: 4px;height: 11px;background: #44adba;float: left;margin: 32px 15px 0 0;}
.search .list .time{display: block;float: right;font-size: 18px;color: #5a5a5a;}
.search .list .tit{display: block;float: left;width: calc(100% - 150px);color: #5a5a5a;font-size: 18px;transition: .5s;}
.search .list:hover .tit{color: #44adba;}



/* 直播 */
.zbWindow{position: fixed;top: 0;bottom: 0;left: 0;right: 0;background: rgba(0,0,0,.6);z-index: 9;display: none;}
.zbWindow .zbIn{background: #fff;width: 67.1875vw;height: 69.149vh;margin: auto auto;position: absolute;top: 0;left: 0;right: 0;bottom: 0;}
.zbWindow .zbIn .zbGb{display: block;width: 54px;height: 54px;cursor: pointer;position: absolute;top: -27px;right: -27px;overflow: hidden;}
.zbWindow .zbIn .zbGb img{display: block;width: 100%;}






/* 上下页 */
.m-clips{margin: 60px 0 0;font-size: 16px;color: #444;line-height: 35px;border-top: 1px solid #dcdcdc;padding-top: 45px;}
.m-clips a{font-size: #444;line-height: 35px;}





/*效果  hover滑动效果*/
/* animation-name:fadeInUp;animation-delay: 0.1s; */
.y{box-shadow: 5px 5px 10px #535c8c;-webkit-transform: translateY(-10px);-moz-transform: translateY(-10px);-ms-transform: translateY(-10px);-o-transform: translateY(-10px);transform: translateY(-10px);}
.r{transform:rotate(-5deg);-ms-transform:rotate(-5deg);-webkit-transform:rotate(-5deg);box-shadow: 5px 5px 10px #888;}
.x{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);}
.c{transform:rotateY(360deg);-webkit-transform:rotateY(360deg);}
@media screen and (max-width: 1360px) {}
