p,a{font-size:16px; }
a{transition:.5s;}
button{transition:.5s;}
.wrap{max-width:1410px;margin:0 auto;}
@media(max-width:1410px){
    .wrap{width:90%;margin:0 auto;}
}

/*首页-头部*/
header{margin:0 auto;width:100%;height:100px;display: flex;justify-content: space-between;align-items: center;padding:0 1.5rem;position: fixed;top:0;z-index:1999;}
/*header .header_logo{width:373px;margin-top: -10px;}*/
header .header_logo{height: 40px}
/*header .header_logo{display:none;} 暂时隐藏logo*/
header nav{height: 100%;font-size:16px;position: relative;display: flex;justify-content: center;align-items: center;}
header .nav-main{width: 100%;height: 100%;list-style-type: none;}
header .nav-main span{display: inline-block;margin-left: 7px;width:12px;height: 9px;background: url('../images/down-icon.png') no-repeat;}
header .hover-up{transition-duration: .5s;transform: rotate(180deg);-webkit-transform: rotate(180deg);}
header .hover-down{transition-duration: .5s;transform: rotate(0deg);-webkit-transform: rotate(0deg);}
header .nav-main>li{position:relative;font-weight:bold;height: 100%;display: flex;float: left;color: #fff;margin-right: 50px;cursor: pointer;line-height: 109px;justify-content: center;align-items: center;}
header .nav-main>li a{display: block;width:100%;height:100%;font-size: 16px;color: #fff;}
header .nav-main>li a img{width:66px;}
header .nav-main>li:nth-last-child(1){margin-right:0px;}
header .hidden-box{display: none;width:auto;border: 1px solid #eee;position: absolute;top:96px;background:#fff;z-index:100;}
header .hidden-box>ul{list-style-type: none;color: #333;cursor: pointer;}
header .hidden-box li{width: 105px;height: 55px;border-bottom:1px solid #eee;}
header .hidden-box li:hover{background:#f8f8f8;}
header .hidden-box li a{color:#333;font-size:16px;display: flex;width: 100%;height: 100%;justify-content: center;align-items: center;}
header .hidden-box li:last-child{border:none;}
header .header_login{width:53px;}
header.black_bg{background:rgba(0,0,0,.7);}
/*下拉部分 子导航*/
header .hidden-loc-2{left: 21.5%;}
header .hidden-loc-4{left: 44.5%;}
header .hidden-loc-5{left: 56.5%}
@media screen and (max-width: 1600px){
    header .header_logo{width:250px;}
}
@media screen and (max-width: 1440px){
    header .header_logo{width:200px;}
    header nav, header .nav-main>li a, header .hidden-box li a{font-size:15px;}
    header .nav-main>li a img{width:50px;}
}
@media screen and (max-width: 1280px){
    header .nav-main>li{margin-right:35px;}
    header .hidden-loc-1{left: 51px;}
    header .hidden-loc-2{left: 157px;}
}
@media screen and (max-width: 1024px){
    header nav, header .nav-main>li a, header .hidden-box li a{font-size:14px;}
    header .nav-main>li{margin-right:25px;}
    header .hidden-loc-1{left: 39px;}
    header .hidden-loc-2{left: 136px;}
}

/*移动端导航css*/
.mobile_header{width:100%; background:#013a6f;height:60px;display:none;position:fixed;top:0;left:0;z-index:1999;}
.mobile_header .container{width:100%;height:100%;display:flex;justify-content: space-between;align-items: center;}
.mobile_header .container img{height: 90%;}
.mobile_header .container i{font-size:40px;color:#fff;}
.open_logo img {width: 150px;margin-top: 20px;}
#nav-phone {position:fixed; top:0; right:-100%; width:100%; height: 100%; background:#fff;z-index:2000;}
.close { display: flex;justify-content: flex-end;font-size: 20px;color: #fff;cursor: pointer;margin: 10px 20px 0 0;opacity: 1!important;position: absolute;right: 3px;top: 18px;}
.mobile_header .mobile_menu {width:92%; margin:30px auto 0; height:auto; z-index:99;}
.mobile_header .mobile_menu li{width:100%;}
.mobile_header .mobile_menu li a{display:block;height:100%; font-size:16px; line-height:48px; border-bottom:1px #f5f5f5 solid;color:#222;}
.mobile_menu li h3 {width:100%;background: url(../images/icon_01.png) 98% center no-repeat; background-size:12px; opacity:0.8; position:relative;}
.mobile_menu li.selected h3{background: url(../images/icon_02.png) 98% center no-repeat; background-size:12px; opacity:0.8;}
.mobile_menu li .list-item {position:relative;overflow: hidden;zoom: 1;display: none;padding-bottom: 30px;max-height: 300px;overflow-y: scroll;}
.mobile_menu li .list-item a{display:block; padding-left:20px; font-size:15px;}
.mobile_menu li .list-item a:hover{color:#c3a478;}
.open_logo{display: flex; justify-content: center; align-items: center;background: #013a6f;}
.open_logo img{width:210px;vertical-align: 20px;}
.mobile_header .mobile_menu li i{color:#c72032; margin-right:5px;}
#navToggle{display: none;}
@media screen and (max-width: 992px){
    header{display:none;}
    .mobile_header{display:flex;}
    .nav_top{display:none;}
    .mobile_header .container i{font-size:40px;}
}
@media screen and (max-width: 576px){
    .mobile_header .container img{height: 40%;}
    .mobile_header .container i{font-size:30px;}
}

/*首页-轮播图*/
.banner{height:1080px;}
#swiper1{width:100%;height:100%;overflow-y:hidden;}
#swiper1 .swiper-slide video, #swiper1 .swiper-slide img{width:100%;}
#swiper1 .swiper-slide{overflow-y:hidden;}
.m_banner{display: none;}
@media(max-width:992px){
    .banner{display: none;}
    #swiper-pagination1{display: none;}
    .m_banner{display: block;width:100%;margin-top:60px;}
    .m_banner img{width:100%;height:auto;}
}

/*首页-展会介绍*/
.default_about h2{font-size:64px;font-weight:bold;text-align: center;padding:70px 0 50px 0;border-bottom:1px solid #e5e5e5;}
.default_about .wrap{display: flex;justify-content: space-between;padding:60px 0 10px 0;align-items: center;}
.default_about .left{width:45%;padding-left:2%;}
.default_about .left img{width:100%;}
.default_about .right{width:50%;}
.default_about .right h3{font-size:38px;margin-bottom:44px;}
.default_about .right .intro{font-size:16px;line-height:1.5;margin-bottom:70px;}
.default_about .right .details{display: flex;justify-content: space-between;}
.default_about .right li{width:30%;display: flex;flex-direction: column;justify-content: center;align-items: center;color:#013a6f;}
.default_about .right i{font-size:45px;}
.default_about .right li:first-child i{font-weight:bold;}
.default_about .right p{font-size:18px;margin:10px 0;}
.default_about .right span{font-size:38px;font-weight:bold;}
.default_about .right h4{font-size:20px;}
.default_about .right .more{width:180px;height:50px;border-radius:50px;border:1px solid #013a6f;color:#013a6f;display:flex;justify-content: space-between;align-items: center;margin-top:60px;padding:0 26px;}
.default_about .right .more span{font-size:18px;font-weight:normal;}
.default_about .right .more:hover{background:#013a6f;color:#fff;}
@media(max-width:992px){
    .default_about .wrap{display: block;}
    .default_about .left{width:100%;padding-left: 0%;}
    .default_about .right{width:100%;padding-top:30px;}
}
@media(max-width:768px){
    .default_about h2{font-size:40px;}
}
@media(max-width:576px){
    .default_about .right h3{font-size:28px;}
    .default_about .right span{font-size:20px;}
    .default_about .right h4{font-size:16px;}
    .default_about .wrap{padding-bottom:50px;}
    .default_about h2{padding: 40px 0 30px 0;font-size:24px;}
    .default_about .wrap{padding: 40px 0 50px 0;}
}

/*首页-展出品类*/
.default_pdt_cates{background:#f4f5f6;padding:115px 0;}
.default_pdt_cates .wrap{display: flex;justify-content: space-between;align-items: center;}
.default_pdt_cates .left{width:46%;}
.default_pdt_cates h4{color:#013a6f;font-size:24px;font-weight:bold;line-height:1.5;}
.default_pdt_cates h3{font-size:38px;margin:50px 0 22px 0;line-height:1.5;}
.default_pdt_cates p{font-size:16px;line-height:1.5;}
.default_pdt_cates .right{width:46%;}
.default_pdt_cates .more{width:180px;height:50px;border-radius:50px;border:1px solid #013a6f;color:#013a6f;display:flex;justify-content: space-between;align-items: center;margin-top:60px;padding:0 26px;}
.default_pdt_cates .more span{font-size:18px;font-weight:normal;}
.default_pdt_cates .more:hover{background:#013a6f;color:#fff;}
@media(max-width:992px){
    .default_pdt_cates .wrap{display: block;}
    .default_pdt_cates .left{width:100%;}
    .default_pdt_cates .right{width:100%;margin-top:30px;}
}
@media(max-width:576px){
    .default_pdt_cates h3{font-size:24px;}
    .default_pdt_cates{padding: 50px 0;}
}

/* 首页-物流 */
.default_wuliu{padding:85px 60px;border-bottom:1px solid #e5e5e5;}
.default_wuliu h2{font-size:64px;font-weight:bold;text-align: center;}
.default_wuliu .items{display: flex;justify-content: space-between;align-items: center;}
.default_wuliu .item{width:49%;position:relative;}
.default_wuliu .back, .default_wuliu .back img{width:100%;}
.default_wuliu .front{position:absolute;left:0;bottom:0;padding:50px 60px;width:100%;}
.default_wuliu h4{padding:13px 16px;display: inline-block;background:#000;color:#fff;}
.default_wuliu h3{font-size:33px;color:#fff;margin:60px 0 24px 0;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.default_wuliu p{font-size:16px;line-height:1.5;color:#fff;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.default_wuliu .more{width:220px;height:50px;border-radius:50px;border:1px solid #fff;color:#fff;display:flex;justify-content: space-between;align-items: center;margin-top:36px;padding:0 26px;}
.default_wuliu .more span{font-size:18px;font-weight:normal;}
.default_wuliu .more:hover{background:#013a6f;color:#fff;}
@media(max-width:1200px){
    .default_wuliu h3{font-size: 28px;margin: 14px 0 18px 0;}
}
@media(max-width:1024px){
    .default_wuliu h3{font-size: 22px;}
    .default_wuliu .more{height: 35px;margin-top: 15px;}
    .default_wuliu .more span {font-size: 16px;}
}
@media(max-width:992px){
    .default_wuliu .items{display: block;}
    .default_wuliu .item{width:100%;}
}
@media(max-width:768px){
    .default_wuliu h2{font-size:40px;}
    .default_wuliu .front{padding:30px;}
}
@media(max-width:576px){
    .default_wuliu{padding:50px 20px;}
    .default_wuliu h2{font-size:28px;line-height: 1.5;}
    .default_wuliu .front{padding:20px;}
    .default_wuliu p{max-height: 50px;overflow:hidden;}
}

/* 首页-分类区 */
.default_cates{padding:100px 0;}
.default_cates .list{display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;}
.default_cates .item{width:32.5%;position:relative;margin-bottom:20px;overflow:hidden;}
.default_cates img{width:100%;height:100%;transition: .5s;}
.default_cates .item:hover img{transform: scale(1.1);}
.default_cates .txt{width:100%;height:80px;line-height:80px; top:30%;position:absolute;left:0;display: flex;justify-content: center;align-items: center;font-size:32px;font-weight: bold;color:#fff;background:rgba(183,0,185,0.6);color:#fff;}
@media(max-width:992px){
    .default_cates .item{width:49%;}
}
@media(max-width:576px){
    .default_cates {padding: 50px 0;}
    .default_cates .txt{font-size:20px;}
}

/* 首页-谁来参观 */
.default_who{width:100%;height:700px;background:url(../images/default_who_bg2.jpg)center center/cover no-repeat;}
.default_who .wrap{display: flex;justify-content: space-between;align-items: center;height:100%;}
.default_who .left{width:50%;padding-left:8%;color:#fff;}
.default_who .left h2{font-size:38px;margin-bottom:28px;}
.default_who .left p{font-size:16px;line-height:1.5;}
.default_who .right{width:50%;padding-left:22%;padding-top: 5%;}
.default_who .right img{width:62px;transition: .5s;}
.default_who .right img:hover{transform: scale(1.1);}
/*安装视频弹窗css*/
.video_bg .video_info .videolist {height:60px; display:flex; justify-content:space-between; align-items:center; border-bottom:1px #ccc solid; padding:0 15px;}
.video_bg .video_info .videolist:nth-child(2n){background:#f7f7f7;}
.video_bg .video_info .videolist:last-child{border-bottom:none;}
.video_bg .video_info .videolist:hover{ cursor: pointer; }
.videos{display:none; position:fixed; z-index:999; width:100%; height:100%; left:0; top:0; z-index:100; background:rgba(0,0,0,0.85); text-align:center;}
.videos_play{position:relative; z-index:100; left:50%; top:50%; margin-left:-400px; margin-top:-200px;width:800px; max-height:800px;}
.videos video#video{max-width:800px; height:auto; margin:0 auto;}
.vclose{position:absolute;right:1%; top:-1%; font-size:42px; color:#fff; cursor:pointer;}
@media screen and (min-width:1920px){
    .default_who .right {padding-left: 31%;padding-top: 5%;}
}
@media screen and (width:1920px){
    .default_who .right {padding-left: 22%;padding-top: 5%;}
}
@media screen and (max-width:1200px){
    .default_who .right {padding-left: 29%;padding-top: 5%;}
}
@media screen and (max-width:1024px){
    .default_who .right {padding-left: 34%;padding-top: 5%;}
}
@media screen and (max-width:768px){
    .default_who{height:auto;padding-bottom:30px;}
    .default_who .wrap{display:block;}
    .default_who .left{width:100%;padding-left:0;padding-top:20px;}
    .default_who .right{width:100%;padding-top:40px;padding-left: 0;display: flex;justify-content: center;}
}
@media screen and (max-width:576px){
    .video_bg{padding:30px 0;}
    .video_bg .row{ margin:0;}
    .video_bg .video_info .videolist {padding:10px 5px 5px 5px; justify-content:flex-start; flex-direction:column; align-items:flex-start;}
    .videos video#video{max-width:calc(100% - 20px);}
    .videos_play{position:relative; z-index:100; left:0; top:30%; margin-left:0px; margin-top:0; width:100%;}
    .b_search{margin:20px auto 30px; height:40px;}
    .form_control{width: 100%; line-height:40px; padding:0 54px 0 24px; border-radius:20px;}
    .b_search_btn{line-height:40px;}
    .video_bg .video_info span{margin-left:10px; font-size:12px;}
    .video_bg .video_info span i{font-size:14px;}
    .vclose{top:-4px; color:#fff;}
    .default_who .left h2{font-size:28px;}
}

/*首页-新闻资讯*/
.default_news{border-bottom:1px solid #e5e5e5;}
.default_news .title{padding:97px 0 38px 0;display: flex;justify-content: space-between;align-items: center;border-bottom:1px solid #e5e5e5;}
.default_news .left{width:60%;}
.default_news h2{font-size:38px;margin-bottom:20px;}
.default_news p{font-size:16px;line-height:1.5;}
.default_news .right{width:40%;}
.default_news .more{float:right;width:180px;height:50px;border-radius:50px;border:1px solid #013a6f;color:#013a6f;display:flex;justify-content: space-between;align-items: center;margin-top:60px;padding:0 26px;}
.default_news .more span{font-size:18px;font-weight:normal;}
.default_news .more:hover{background:#013a6f;color:#fff;}
.default_news .news_list{display:flex;justify-content: space-between;padding:52px 0 80px 0;}
.default_news .news_item{width:24%;display:flex;flex-direction: column;transition: .5s;padding:10px;}
.default_news .news_item:hover{box-shadow: 0 0 10px 3px rgba(0,0,0,.3);}
.default_news .news_cover{height:190px;}
.default_news .news_time{font-size:16px;color:rgba(0,0,0,.5);margin:20px 0 24px 0;}
.default_news .news_title{color:#000;font-size:16px;line-height: 1.5;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
@media(max-width:992px){
    .default_news .title{flex-wrap:wrap;border-bottom:0;}
    .default_news .left{width:100%;}
    .default_news .right{width:100%;}
    .default_news .news_list{flex-wrap:wrap;}
    .default_news .news_item{width:49%;margin-bottom:20px;}
    .default_news .news_cover{height:280px;}
}
@media(max-width:576px){
    .default_news .title{padding: 50px 0 20px 0;}
    .default_news .more{margin-top:30px;}
    .default_news .news_list{padding: 52px 0 50px 0;}
    .default_news h2{font-size:28px;}
    .default_news .news_cover{height:200px;}
}

/* 返回顶部 */
.backtop{height:70px;width:100%;border-bottom:1px solid #dbdcde;}
.backtop .wrap{display:flex;justify-content: flex-end;}
.backtop .box{padding:15px 0;}
.backtop span{margin-right:10px;color:#000;}
.backtop img{width:35px;}

/*底部*/
footer .wrap{display:flex;justify-content: space-between;}
footer .left{width:35%;padding-top:60px;}
footer .left img{width:80%;}
/*footer .left>img{display:none;}暂时隐藏logo*/
footer .middle{width: 25%;border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5;padding:60px 5% 50px 5%;}
footer .middle h2{font-size:24px;font-weight:bold;margin-bottom:22px;}
footer .middle .line{display:flex;justify-content: start;align-items: center;margin-bottom:12px;position: relative;color:#000;}
footer .middle .line .wechat_code{width:240px;position:absolute;left:60px;z-index:2;display: none;}
footer .middle .line:hover .wechat_code{display: block;}
footer .middle .line .douyin_code{width:240px;position:absolute;left:70px;z-index:2;display: none;}
footer .middle .line:hover .douyin_code{display: block;}
footer .middle i{font-size:20px;margin-right:8px;}
footer .middle span{font-size:14px;}
footer .right{width:40%;padding:60px 5% 50px 5%;}
footer .right h2{font-size:24px;font-weight:bold;margin-bottom:22px;}
footer .right p{font-size:14px;margin-bottom:12px;}
footer .right a{color:#000;}
#m_footer{display: none;}
@media(max-width:992px) {
    footer .wrap{flex-wrap:wrap;}
    footer .left{width:0;}
    footer .middle{width:100%;border:0;padding-bottom:0;}
    footer .right{width:100%;}
    footer .right p{line-height: 1.5;}
}

/* 底部版权 */
.copyright{border-top:1px solid #e5e5e5;}
.copyright .wrap{padding:30px 0;display:flex;justify-content: space-between;align-items: center;}
.copyright .left{width:50%;color:#000;}
.copyright .left p{font-size:14px;line-height: 2;}
.copyright .left a{font-size:14px;color:#000;}
.copyright .right{width:50%;display: flex;justify-content: end;}
.copyright .right span{font-size:14px;}
.copyright .right a{color:#000;}
@media(max-width:992px) {
    .copyright .wrap{flex-wrap:wrap;}
    .copyright .left{width:100%;}
    .copyright .left a{display: block;}
    .copyright .right{width:100%;justify-content: start;margin-top:10px;flex-wrap: wrap;}
    .copyright .right span{margin-bottom:10px;}
    .copyright .right span a{font-size:14px;}
    #m_hidden{display: none;}
    .m_hidden{display: none;}
}

/*------------------------------------------------------------------------------*/

/*页面公共样式*/
.common_banner{height:640px;color:#fff;padding-top:12%;}
.common_banner h1{font-size:48px;font-weight:bold;margin-bottom:30px;text-align: center;}
.common_banner p{font-size:18px;line-height:1.5;text-align: center;}
.down{text-align: center;width: 100%;text-align: center;margin-top: 8%;}
.down_img{animation:scrollFn .5s infinite alternate;-webkit-animation:scrollFn .5s infinite alternate;width:40px;}
@keyframes scrollFn{0%{transform:translateY(-60%);}100%{transform:translateY(0);}}
@media(min-width:992px){
    .down_img:hover{  transition:1s;  cursor:pointer;}
}
@media(max-width:992px) {
    .down{display: none;}
    .common_banner{height:400px;padding-top:14%;margin-top:60px;}
    .common_banner h1{font-size:28px;line-height: 1.5;}
    .common_banner p{font-size:16px;}
}
@media(max-width:576px) {
    .common_banner p{display: none;}
    .common_banner{height:280px;padding-top:0;display: flex;justify-content: center;align-items: center;}
}
@media(min-width:1920px){
    .down{margin-top: 4%;}
}

/*展会介绍*/
.about_intro{border-bottom:1px solid #dbdcde;}
.about_intro .wrap{display:flex;flex-direction: column;justify-content: center;}
.about_intro h2{text-align: center;font-size:48px;padding:74px 0 52px 0;font-weight: bold;color:#333;}
.about_intro img{width:100%;}
.about_intro p{text-align: center;line-height: 1.5;margin-top:50px;font-size:18px;}
.about_intro .details{display: flex;justify-content: space-between;padding:90px 0 100px 0;}
.about_intro li{width:20%;display: flex;flex-direction: column;justify-content: center;align-items: center;color:#013a6f;}
.about_intro i{font-size:45px;}
.about_intro li:first-child i, .about_intro li:last-child i{font-weight:bold;}
.about_intro li p{font-size:18px;margin:10px 0;}
.about_intro li span{font-size:38px;font-weight:bold;}
.about_intro li h4{font-size:20px;}

.about_main{padding:100px 0;border-bottom:1px solid #dbdcde;}
.about_main .wrap{display:flex;justify-content: space-between;}
.about_main .left{width:46%;}
.about_main .left img{width:100%;}
.about_main .right{width:50%;}
.about_main .right h2{font-size:48px;color:#333;font-weight:bold;}
.about_main .right p{font-size:18px;color:#333;margin-top:30px;line-height: 1.5;}
.about_main .right .list{margin-top:60px;}
.about_main .right .item{display:flex;color:#013a6f;font-size:20px;margin-bottom:25px;}
.about_main .right .item span{width:5%;width:23px;height:23px;display: block;border-radius: 50%;background:#013a6f;color:#fff;display: flex;justify-content: center;align-items: center;margin-right:10px;}
.about_main .right .item b{width:17%;font-weight:bold;}
.about_main .right .item p{width:78%;margin-top:0;}

.about_cates{padding:74px 0 80px 0;}
.about_cates h1{text-align: center;font-size:48px;font-weight:bold;color:#333;margin-bottom:24px;}
.about_cates p{text-align: center;line-height: 1.5;font-size:24px;color:#000;margin-bottom:50px;}
.about_cates .line1{display:flex;justify-content: space-between;align-items: center;}
.about_cates .line2{display:flex;justify-content: space-between;align-items: center;}
.about_cates .pic{margin-bottom:20px;border-radius: 5px;padding:45px;}
.about_cates .line1 .pic{width:49%;height:583px;}
.about_cates .line2 .pic{width:32%;height:388px;}
.about_cates .txt{color:#fff;}
.about_cates .line2 .txt{margin-top:10%;}
.about_cates .txt h2{font-size:28px;font-weight: bold;margin-bottom:30px;color:#fff;}
.about_cates .txt p{font-size:20px;margin-bottom:30px;color:#fff;text-align: left;}

.about_pic .wrap{background:#fff;padding:65px 53px;}
.about_pic h2{font-size:48px;font-weight:bold;color:#333;margin-bottom:30px;}
.about_pic p{font-size:18px;color:#333;line-height: 1.5;}
.about_pic img{width:100%;}

.about_nb{padding:80px 0;border-bottom:1px solid #dbdcde;}
.about_nb .wrap{display:flex;height:700px;}
.about_nb .left{width:42%;height:100%;}
.about_nb .right{width:58%;height:100%;display:flex;flex-direction: column;justify-content: center;color:#fff;background:#2C43A2;padding:0 30px;}
.about_nb h2{font-size:48px;font-weight:bold;margin-bottom:20px;}
.about_nb h3{font-size:24px;margin-bottom:32px;}
.about_nb p{font-size:16px;margin-bottom:26px;line-height: 1.5;}
.about_nb p:last-child{margin-bottom:0;}
@media(max-width:1200px) {
    .about_main .right .item{font-size:16px;}
    .about_main .right p{font-size:16px;}
    .about_main .right .item b{padding-top: 4px;}
    .about_nb h2{font-size:28px;}
    .about_nb h3{font-size:18px;margin-bottom: 16px;}
    .about_nb p{margin-bottom:16px;}
}
@media(max-width:1024px) {
    .about_main .right .item b{width:18%;}
    .about_nb p:last-child{display: none;}
}
@media(max-width:992px) {
    .about_nb p:last-child{display: block;}
    .about_intro li span{font-size:28px;}
    .about_intro li h4{font-size:16px;}
    .about_main .right .item b{width:19%;}
    .about_cates .txt p{font-size:16px;}
    .about_nb .wrap{flex-wrap:wrap;height:auto;}
    .about_nb .left{height:300px;width:100%;}
    .about_nb .right{width:100%;height: auto;padding:30px;}
}
@media(max-width:768px) {
    .about_intro li span{font-size:28px;}
    .about_intro li h4{font-size:16px;}
    .about_intro h2{font-size:28px;padding: 50px 0 40px 0;}
    .about_intro p{font-size:16px;}
    .about_intro .details{padding:40px 0 50px 0;}

    .about_main .right .item b{width:19%;}
    .about_main{padding:50px 0;}
    .about_main .wrap{flex-wrap:wrap;}
    .about_main .left{width:100%;}
    .about_main .right{width:100%;margin-top:30px;}
    .about_main .right h2{font-size:28px;}

    .about_cates .txt p{font-size:16px;}
    .about_cates h1{font-size:28px;}
    .about_cates p{font-size:18px;}
    .about_cates .pic{padding:20px;}
    .about_cates .txt h2{font-size:20px;}
    .about_cates {padding: 50px 0 40px 0;}

    .about_pic .wrap{padding:30px 20px;}
    .about_pic h2{font-size:24px;}

    .about_nb .wrap{flex-wrap:wrap;height:auto;}
    .about_nb .left{height:300px;width:100%;}
    .about_nb .right{width:100%;height: auto;padding:30px;}
    .about_nb p:last-child{display: block;}
}
@media(max-width:576px){
    .about_intro .details{flex-wrap:wrap;}
    .about_intro li:last-child{display: none;}
    .about_intro li{width:49%;margin-bottom:40px;}

    .about_cates .line1{flex-wrap:wrap;}
    .about_cates .line1 .pic{width:100%;height:250px;}
    .about_cates .line1 .pic:first-child{height:360px;}
    .about_cates .line2{flex-wrap:wrap;}
    .about_cates .line2 .pic{width:100%;height:250px;}
    .about_cates .line2 .txt{margin-top:0;}

    .about_pic p{font-size:16px;}
}
@media(max-width:414px){
    .about_main .right .item b {width: 27%;}
}

/*展商名录列表*/
.company_intro{padding:60px 0 20px 0;border-bottom: 1px solid #dbdcde;}
.company_intro h2{font-size:48px;color:#333;font-weight:bold;text-align: center;padding-bottom:50px;}
.company_intro .title{display:flex;justify-content: space-between;align-items: center;border-top:1px solid #dbdcde;border-bottom:1px solid #dbdcde;}
.company_intro .left{width:22%;padding:26px 30px;border-right:1px solid #dbdcde;position:relative;}
.company_intro .left h6{display: flex;align-items: center;cursor: pointer; -webkit-touch-callout: none;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
.company_intro .left .fl{font-size:16px;color:#333;}
.company_intro .left #text_content{font-size:16px;color:#333;}
.company_intro .left i{font-size:32px;color:#333;}
.company_intro .left ul{display:none;position:absolute;border: 1px solid #ccc;background:#f4f5f7;left: 85px;top:65px;z-index: 2;}
.company_intro .left li{padding:10px;border-bottom:1px solid #ccc;cursor: pointer;}
.company_intro .left li:hover{background:#fff;}
.company_intro .left li:last-child{border:0;}
.company_intro .center{width:23%;}
.company_intro .right{width:35%;border-left:1px solid #dbdcde;padding:26px 30px;}
.company_intro .right .exhibits-top-search{display: flex;justify-content: end;align-items: center;}
.company_intro .right input{width:80%;border:none;outline:none;background:transparent;}
.company_intro .right input::-webkit-input-placeholder {color:#000;}
.company_intro .right button{width:20%;border:none;outline:none;background:transparent;}
.company_intro .right button i{font-size:26px;color:#000;}
.company_intro .client-list{padding:50px 0;}
.company_intro .client-list ul{display:flex;justify-content: space-between;align-items: center;flex-wrap: wrap;}
.company_intro .client-list li{width:25%;margin-bottom:20px;}
.company_intro .client-list li:hover{box-shadow: 0 0 10px 3px rgba(0,0,0,.5);}
.company_intro .client-list a{padding:20px;display: block;}
.company_intro .client-list .client-list-img{height:215px;}
.company_intro .client-list .client-pos{background:rgba(0,0,0,.6);color:#fff;font-size:14px;border-radius: 0 0 5px 0;display: inline-block;padding:5px 10px;}
.company_intro .client-list .client-list-text{}
.company_intro .client-list .client-list-data{display: flex;align-items: center;padding:10px 0;}
.company_intro .client-list .client-list-data p{font-size:16px;color:rgba(0,0,0,.5);margin-right:30px;}
.company_intro .client-list .client-list-data i{font-size:20px;color:rgba(0,0,0,.5);margin-right:5px;}
.company_intro .client-list h6{font-size:18px;color:#333;padding-bottom:20px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.company_intro .client-list.pdt-list h6{font-size:20px;color:#000;text-align: center;margin-top:20px;padding-bottom:10px;}
.company_intro .client-list .intro{font-size:16px;color:#666;text-align: center;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.company_intro .client-list .mores{display: flex;justify-content: center;}
.company_intro .client-list .more{width:180px;height:50px;border-radius:50px;border:1px solid #013a6f;color:#013a6f;display:flex;justify-content: space-between;align-items: center;margin-top:30px;padding:0 26px;}
.company_intro .client-list .more span{font-size:18px;font-weight:normal;}
.company_intro .client-list .more:hover{background:#013a6f;color:#fff;}
@media(max-width:1200px){
    .company_intro .left{width: 27%;}
}
@media(max-width:1024px){
    .company_intro .left{width: 27%;padding:15px 10px;}
    .company_intro .right{padding:15px 10px;width:40%;}
}
@media(max-width:992px){
    .company_intro .client-list li{width:49%;}
    .company_intro .client-list a{padding:0;}
    .company_intro .client-list .client-list-img{height:300px;}
}
@media(max-width:768px){
    .company_intro .center{display: none;}
    .company_intro .title{flex-wrap:wrap;}
    .company_intro .left{width:100%;border: 1px solid #dbdcde;}
    .company_intro .right{width:100%;border: 1px solid #dbdcde;}
    .company_intro h2{font-size:28px;}
    .company_intro .client-list{padding:20px 0;}
    .company_intro .client-list.pdt-list h6{font-size:18px;}
}
@media(max-width:576px){
    .company_intro{padding-top:30px;}
    .company_intro h2{padding-bottom:30px;}
    .company_intro .client-list .client-list-img{height:200px;}
    .company_intro .client-list h6{font-size:16px;}
}

/*展商名录详情*/
.company_detail h2{font-size:38px;font-weight:bold;color:#000;text-align: center;padding:70px 0 45px 0;border-bottom:1px solid #7a7a7b;}
.company_detail .title{display: flex;justify-content: space-between;align-items: center;}
.company_detail .title .name{font-size:28px;font-weight: bold;color:#013a6f;border:none;}
.company_detail .title .collect-button{width:153px;height:55px;border:1px solid #f18128;color:#f18128;border-radius: 10px;display: flex;justify-content: center;align-items: center;cursor: pointer;}
.company_detail .title .iconfont{margin-right:15px;font-size:26px;}
.company_detail .title span{font-size:20px;}
.company_detail .title .collect-button:hover{background: rgb(255,251,234);}
.company_detail .cn{font-size:16px;color:#333;margin-bottom:30px;line-height: 1.5;padding-top:30px;}
.company_detail .en{font-size:16px;color:#333;margin-bottom:30px;line-height: 1.5;}
.company_detail .info{display: flex;justify-content: space-between;align-items: center;}
.company_detail .info .left{width:48%;}
.company_detail .info img{width:100%;}
.company_detail .info .right{width:48%;}
.company_detail .info .line{font-size:16px;color:#333;padding:20px 0;border-bottom: 1px solid #dbdcde;display: flex;}
.company_detail .info .line_left{width:23%;}
.company_detail .info .line_right{width:78%;line-height: 1.5;}
.company_detail .info .line a{color:#333;}
.company_detail .pdts{padding:20px 0 0 0;}
.company_detail .pdts .title{font-size:28px;color:#000;font-weight: bold;position: relative;text-indent: 10px;margin:28px 0;}
.company_detail .pdts .title::before{display: block;content: "";position: absolute;left:0;width:4px;height:100%;background:#000;}
.company_detail .pdts ul{border-top:1px solid #dbdcde;margin-top:28px;display: flex;justify-content: space-between;padding-top:20px;flex-wrap:wrap;}
.company_detail .pdts li{width:25%;}
.company_detail .pdts li:hover{box-shadow: 0 0 10px 3px rgba(0,0,0,.5);}
.company_detail .pdts li a{display: block;padding:10px;}
.company_detail .pdts li img{width:100%;}
.company_detail .pdts li p{font-size:16px;color:#000;padding:20px 0;text-align: center;}
.company_detail .pdts li:last-child:nth-child(4n+3){margin-right:25%;}
.company_detail .pdts li:last-child:nth-child(4n+2){margin-right:50%;}
.company_detail .mores{display: flex;justify-content: center;}
.company_detail .more{width:180px;height:50px;border-radius:50px;border:1px solid #013a6f;color:#013a6f;display:flex;justify-content: space-between;align-items: center;margin-top:30px;padding:0 26px;}
.company_detail .more span{font-size:18px;font-weight:normal;}
.company_detail .more:hover{background:#013a6f;color:#fff;}
@media(max-width:992px){
    .company_detail .info .line_left{width:12%;}
}
@media(max-width:768px){
    .company_detail .title{flex-wrap:wrap;}
    .company_detail .info{flex-wrap:wrap;}
    .company_detail .info .left{width:100%;}
    .company_detail .info .right{width:100%;}
    .company_detail .pdts li{width:49%;}
    .company_detail .pdts ul{flex-wrap:wrap;}
    .company_detail .info .line_left{width:8%;}
    .company_detail .pdts .title{text-indent: 0;}
    .company_detail .pdts .title::before{display: none;}
}
@media(max-width:576px){
    .company_detail h2{font-size:28px;padding:50px 0 25px 0;}
    .company_detail .title .name{font-size:20px;line-height: 1.5;}
    .company_detail .title .collect-button{height:40px;}
    .company_detail .title span{font-size:16px;}
    .company_detail .pdts{padding-bottom:30px;}
    .company_detail .info .line_left{width:10%;}
}
@media(max-width:414px){
    .company_detail .info .line_left{width:14%;}
}

/*展品一览详情*/
.product-detail{padding-top:80px;border-bottom:1px solid #dbdcde;}
.product-detail .top{display: flex;justify-content: space-between;}
.product-detail .top .left{width:48%;}
.product-detail .top .right{width:48%;padding-top:40px;}
.product-detail .gallery-top {margin-bottom:5px;}
.product-detail .gallery-top img{width:100%;}
.product-detail .gallery-thumbs {width:100%; box-sizing: border-box; padding: 10px 0;}
.product-detail .gallery-thumbs .swiper-slide {opacity: 0.4; cursor: pointer;}
.product-detail .gallery-thumbs .swiper-slide-thumb-active {opacity: 1; border:1px #013a6f solid;}
.product-detail .gallery-thumbs img{width:100%;}
.product-detail .top .right h2{font-size:28px;color:#000;font-weight:bold;padding-bottom:35px;border-bottom:1px solid #dbdcde;margin-bottom:38px;}
.product-detail .top .right .line{display: flex;font-size:16px;color:#333;line-height: 1.5;margin-bottom:10px;}
.product-detail .top .btns{display: flex;align-items: center;justify-content: space-between;padding:53px 30px;border-top:1px solid #dbdcde;margin-top:262px;}
.product-detail .collect{width:40%;height:55px;border:1px solid #f18128;color:#f18128;border-radius: 10px;display: flex;justify-content: center;align-items: center;cursor: pointer;}
.product-detail .collect .iconfont{margin-right:15px;font-size:26px;}
.product-detail .collect span{font-size:20px;}
.product-detail .collect:hover{background: rgb(255,251,234);}
.product-detail .collect.ask-button{border:1px solid #27b900;color:#27b900;}
.product-detail .collect.ask-button:hover{background: rgb(242,255,244);}
.product-detail .bottom{padding-bottom:30px;}
.product-detail .bottom .title{font-size:28px;color:#000;font-weight: bold;position: relative;text-indent: 10px;margin:28px 0;}
.product-detail .bottom .title::before{display: block;content: "";position: absolute;left:0;width:4px;height:100%;background:#000;}
.product-detail .bottom p{font-size:16px;color:#000;line-height: 1.5;margin-bottom:40px;}
.product-detail .bottom p.cn{border-top:1px solid #dbdcde;padding-top:40px;}
@media(max-width:1200px){
    .product-detail .top .btns{margin-top:214px;}
}
@media(max-width:992px){
    .product-detail .top .right .line .line_left{width:25%;}
}
@media(max-width:768px){
    .product-detail .top .right .line .line_left{width:30%;}
}
@media(max-width:576px){
    .product-detail{padding-top:40px;}
    .product-detail .top{flex-wrap:wrap;}
    .product-detail .top .left{width:100%;}
    .product-detail .top .right{width:100%;}
    .product-detail .top .btns{margin-top:40px;}
}
@media(max-width:414px){
    .product-detail .bottom .title{font-size:20px;text-indent: 0;}
    .product-detail .bottom .title::before{display: none;}
    .product-detail .top .right .line .line_left{width:25%;}
}

/*同期活动*/
.activity{padding-bottom:100px;border-bottom:1px solid #dbdcde;}
.activity h2{font-size:48px;font-weight: bold;color:#333;padding:72px 0 57px 0;text-align: center;}
.activity .box1{display: flex;justify-content: space-between;flex-wrap: wrap;}
.activity .item{width:32%;margin-bottom:30px;position:relative;height:300px;}
.activity p{font-size:18px;color:#fff;position:absolute;bottom:40px;left:40px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.activity h3{font-size:48px;font-weight: bold;color:#333;padding:72px 0 28px 0;text-align: center;}
.activity .sub{font-size:16px;color:#333;text-align: center;line-height: 1.5;margin-bottom:50px;}
.activity .box2 .item{height:432px;width:49%;}
@media(max-width:1200px){
    .activity p{bottom:20px;left:20px;font-size:18px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;max-width:90%;}
}
@media(max-width:992px){
    .activity .item{width:49%;}
    .activity .box2 .item{height:300px;}
    .activity{padding-bottom:50px;}
}
@media(max-width:768px){
    .activity h2{font-size:28px;padding: 50px 0 30px 0;}
    .activity p{font-size:16px;}
    .activity .item{height:200px;}
    .activity h3{font-size:28px;padding: 50px 0 30px 0;}
    .activity .box2 .item{height:200px;}
    .activity .sub {margin-bottom:30px;}
}

/*行业新闻*/
.news{padding-bottom:100px;border-bottom:1px solid #dbdcde;}
.news h2{font-size:48px;font-weight: bold;color:#333;padding:72px 0 57px 0;text-align: center;}
.news .box{display: flex;justify-content: space-between;flex-wrap: wrap;}
.news .item{width:32%;margin-bottom:30px;}
.news .item:hover{box-shadow: 0 0 10px 3px rgba(0,0,0,.5);}
.news .img{height:245px;}
.news .txt{padding:25px 30px;background:#fff;}
.news .news_time{font-size:14px;color:rgba(0,0,0,.5);}
.news .news_title{font-size:20px;color:#000;margin:10px 0 50px 0;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.news .news_sub{font-size:16px;color:rgba(0,0,0,.7);line-height: 1.5;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.news .news_more{padding:10px 20px;font-size:16px;color:#000;background:#ededed;display: inline-block;margin-top:38px;}
@media(max-width:992px){
    .news h2{font-size:28px;padding:50px 0 30px 0;}
    .news .item{width:49%;}
}
@media(max-width:768px){
    .news h2{font-size:28px;padding:50px 0 30px 0;}
    .news .item{width:49%;}
    .news .news_title{margin-bottom:20px;}
    .news{padding-bottom:50px;}
}
@media(max-width:576px){
    .news .img{height:200px;}
    .news .txt{padding:20px 10px;}
    .news .news_title{font-size:16px;}
    .news .news_sub{font-size:14px;}
    .news .news_more{margin-top:20px;}
    .news{padding-bottom:30px;}
}

/*新闻详情*/
.news-detail h2{font-size:24px;color:#333;font-weight: bold;text-align: center;padding:72px 0 38px 0;line-height: 1.5;}
.news-detail .line{display: flex;justify-content: space-between;align-items: center;padding-bottom:16px;border-bottom:1px solid #dbdcde;}
.news-detail .left{font-size:16px;color:#666;}
.news-detail .content{padding:56px 0 100px 0;border-bottom:1px solid #dbdcde;}
.news-detail p{font-size:16px;color:#333;line-height: 1.5;margin-bottom:30px;}
.news-detail p span{font-size:16px!important;color:#333!important;line-height: 1.5!important;font-family: '微软雅黑'!important;}
.news-detail .content img{max-width:100%!important;}
@media(max-width:576px){
    .news-detail .content{padding:30px 0 50px 0;}
    .news-detail .line{flex-wrap:wrap;}
    .news-detail .left{width:100%;}
    .news-detail .right{width:100%;margin-top:20px;}
}

/*分页公共样式*/
.page{display:flex;justify-content: center;align-items: center;width:100%;margin-top:.2rem;}
.pagination{margin-bottom:.7rem;}
.pagination li {width: 50px;height:36px;border: 1px solid #a6a6a6;margin: 0 4px;}
.pagination li span,.pagination li a{font-size:14px;color:#666666;width:100%;height:100%;display:flex;align-items: center;justify-content: center;}
.pagination li.active{background:#0d59c6;}
.pagination li.active span,.pagination li.active a{color:#fff;}
@media(max-width:992px){

}

/*为何参展*/
.shower1 h2{font-size:48px;color:#333;text-align: center;font-weight: bold;padding:70px 0 50px 0;}
.shower1 .list{display: flex;justify-content: space-between;}
.shower1 .item{width:24%;}
.shower1 .box{padding:28px 37px;margin-bottom:35px;background:#fff;}
.shower1 .box .num{width:40px;height:40px;background:#453737;color:#fff;font-size:24px;font-weight: bold;border-radius: 50%;margin-bottom:33px;display: flex;justify-content: center;align-items: center;}
.shower1 .box h3{font-size:16px;color:#000;font-weight: bold;margin-bottom:5px;}
.shower1 .box p{font-size:16px;color:#000;line-height: 1.5;}

.shower1-process{background:#013a6f;color:#fff;padding-bottom:20px;}
.shower1-process h2{font-size:48px;text-align: center;font-weight: bold;padding:53px 0 22px 0;}
.shower1-process p{font-size:16px;text-align: center;line-height: 1.5;}
.shower1-process .list{display: flex;justify-content: space-between;margin:50px 0 70px 0;}
.shower1-process .item{width:25%;border-right:1px solid #34618c;display: flex;flex-direction: column;align-items: center;}
.shower1-process .item:last-child{border:none;}
.shower1-process .item span{width:160px;height:160px;display: block;background:#022e57;border-radius:50%;display: flex;justify-content: center;align-items: center;}
.shower1-process .item i{color:#fff;font-size:70px;}
.shower1-process .item p{font-size:18px;margin-top:35px;text-align: center;line-height: 1.5;}

.shower1-service{padding-bottom:100px;border-bottom:1px solid #dbdcde;}
.shower1-service h2{padding:93px 0 56px 0;font-size:48px;text-align: center;font-weight: bold;color:#333;}
.shower1-service .list{display: flex;justify-content: space-between;}
.shower1-service .item{background:#fff;padding:25px;width:32%;}
.shower1-service .img{height:223px;overflow:hidden;}
.shower1-service .img img{transition:.5s;}
.shower1-service .item:hover img{transform: scale(1.1);}
.shower1-service h3{padding:33px 0 10px 0;color:#013a6f;font-size:20px;border-bottom:2px solid #013a6f;display: inline-block;}
.shower1-service p{margin-top:28px;line-height: 1.5;padding-bottom:30px;}
@media(max-width:992px){
    .shower1 .list{flex-wrap:wrap;}
    .shower1 .item{flex-wrap:wrap;width:100%;}
    .shower1 .box{width:100%;}
}
@media(max-width:768px){
    .shower1 h2{font-size:28px;padding: 40px 0 30px 0;}
    .shower1-process h2{font-size:28px;padding: 40px 0 30px 0;}
    .shower1-process .list{flex-wrap:wrap;}
    .shower1-process .item{width:49%;margin-bottom:30px;}
    .shower1-process{padding-bottom:0;}

    .shower1-service{padding-bottom:50px;}
    .shower1-service h2{font-size:28px;padding: 0px 0 40px 0;}
    .shower1-service .list{flex-wrap:wrap;}
    .shower1-service .item{width:100%;}
    .shower1-service .img{width:100%;height:auto;}
    .shower1-service .img img{width:100%;}
    .shower1-process .item p{font-size:16px;}
}
@media(max-width:576px){
    .shower1-process .item span{width:120px;height:120px;}
    .shower1-process .item i{font-size:40px;}
    .shower1-process .item p{overflow : hidden;text-overflow: ellipsis;display: -webkit-box; -webkit-line-clamp: 2;-webkit-box-orient: vertical;}
}

/*收费标准*/
.shower2{padding-bottom:100px;border-bottom:1px solid #dbdcde;}
.shower2 h2{padding:70px 0 50px 0;font-size:48px;color:#333;text-align: center;font-weight:bold;}
.shower2 table{border:1px solid #000;}
.shower2 th{background:#013a6f;color:#fff;font-weight: bold;font-size:20px;text-align: center;padding:20px;border-right:1px solid #000;}
.shower2 td{font-size:16px;color:#000;text-align: center;padding:20px;border-right:1px solid #000;vertical-align: middle;}
.shower2 tr:nth-child(3), .shower2 tr:nth-child(5){background:#fff;}

.shower2 .info{margin-top:45px;background:#fff;display: flex;justify-content: space-between;align-items: center;padding:30px 0;}
.shower2 .left{width:52%;}
.shower2 .left img{width:100%;}
.shower2 .right{width:40%;padding-right:45px;}
.shower2 .right h4{font-size:28px;color:#333;margin-bottom:30px;}
.shower2 .right p{font-size:18px;color:#333;line-height: 1.5;margin:19px 0;}
@media(max-width:768px){
    .shower2 h2{padding:50px 0 40px 0;font-size:28px;}
    .shower2 th{font-size:18px;}
    .shower2 .right h4{font-size:20px;}
    .shower2 .right p{font-size:16px;}
    .shower2{padding-bottom:50px;}
}
@media(max-width:576px){
    .shower2 .table{overflow-x:scroll;}
    .shower2 .info{flex-wrap:wrap;}
    .shower2 .left{width:100%;}
    .shower2 .right{width:100%;padding:10px 20px;}
    .shower2 td, .shower2 th{white-space:nowrap;}
}

/*物流服务*/
.shower3{padding-bottom:100px;border-bottom:1px solid #dbdcde;}
.shower3 h2{padding:70px 0 55px 0;font-size:48px;color:#333;text-align: center;font-weight:bold;}
.shower3 .part1{display: flex;justify-content: space-between;margin-bottom:30px;}
.shower3 .part1 .box{width:48%;background:#fff;padding:20px 20px 40px 20px;}
.shower3 .part1 img{width:100%;}
.shower3 .part1 p{font-size:16px;line-height: 2;margin-top:30px;}

.shower3 .part2{display: flex;justify-content: space-between;align-items: center;background:#fff;margin-bottom:30px;padding:40px;}
.shower3 .part2 .left{width:50%;}
.shower3 .part2 img{width:100%;}
.shower3 .part2 .right{width:46%;}
.shower3 h3{color:#013a6f;font-size:24px;margin-bottom:37px;}
.shower3 .part2 .list{display: flex;justify-content: space-between;}
.shower3 .part2 ul{width:50%;}
.shower3 .part2 li{font-size:16px;color:#000;padding:10px 0;list-style:disc inside;}

.shower3 .part3{background:#fff;padding:60px 40px 55px 40px;}
.shower3 .part3 h3{}
.shower3 .part3 p{font-size:16px;line-height: 1.5;}
.shower3 .part3 img{width:100%;margin-top:36px;}
@media(max-width:1200px){
    .shower3 .part2 .left{width:40%;}
    .shower3 .part2 .right{width:56%;}
}
@media(max-width:992px){
    .shower3 .part2{flex-wrap:wrap;}
    .shower3 .part2 .left{width:100%;}
    .shower3 .part2 .right{width:100%;margin-top:30px;}
}
@media(max-width:768px){
    .shower3 h2{font-size:28px;padding:40px 0 30px 0;}
    .shower3 .part2 ul{width:49%;}
    .shower3 .part2 li{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
    .shower3 .part2, .shower3 .part3{padding:20px;}
    .shower3{padding-bottom:50px;}
}
@media(max-width:576px){
    .shower3 .part1{flex-wrap:wrap;}
    .shower3 .part1 .box{width:100%;}
    .shower3 .part1 p{margin-top:20px;}
    .shower3 .part2 ul{width:100%;}
    .shower3 .part2 .list{flex-wrap:wrap;}
}

/*广告服务*/
.shower4 tr:nth-child(2n+1){background:#fff;}

/*为何参观*/
.buyer{padding-bottom:100px;border-bottom:1px solid #dbdcde;}
.buyer h2{padding:70px 0 55px 0;font-size:48px;color:#333;text-align: center;font-weight:bold;}
.buyer .part1{display: flex;justify-content: space-between;flex-wrap:wrap;}
.buyer .part1 .box{width:32%;background:#fff;padding:34px 34px 48px 34px;margin-bottom:35px;}
.buyer .part1 .num{width:44px;height:44px;background: #453737;border-radius: 50%;color:#fff;display: flex;justify-content: center;align-items: center;font-size:27px;font-weight:bold;}
.buyer .part1 p{font-size:16px;line-height: 1.5;margin-top:30px;}
.buyer .part1 .box-not{display: flex;justify-content: center;align-items: center;flex-direction: column;}
.buyer .part1 .box-not img{width:50%;margin-bottom:0px;}
.buyer .part1 .box-not p{color:#e5e5e5;font-size:28px;}

.buyer .part2{display: flex;justify-content: space-between;align-items: center;padding:70px 20px 0 20px;background:#fff;margin-bottom:60px;}
.buyer .part2 .left{width:30%;}
.buyer .part2 img{width:100%;}
.buyer .part2 .right{width:65%;padding-bottom:50px;}
.buyer .part2 h3{font-size:38px;margin-bottom:33px;}
.buyer .part2 p{font-size:16px;line-height: 1.5;}
.buyer .part2 a{width:260px;height:60px;color:#fff;background:#013a6f;display: flex;justify-content: center;align-items: center;margin:25px 0 60px 0;}
.buyer .part2 div{font-size:16px;color:#013a6f;line-height: 1.5;}

.buyer .part3{padding:74px 64px;background:#fff;display: flex;justify-content: space-between;align-items: center;}
.buyer .part3 .left{width:50%;}
.buyer .part3 h3{font-size:38px;margin-bottom:30px;}
.buyer .part3 p{font-size:16px;line-height: 1.5;margin-bottom:38px;}
.buyer .part3 .right{width:45%;height:380px;background:url(../images/buyer-part3.png) center center/cover no-repeat;}
.buyer .part3 .videolist{height:100%;display:flex;justify-content: center;align-items: center;}
@media(max-width:992px){
    .buyer .part1 .box{width:49%;}
}
@media(max-width:768px){
    .buyer h2{padding:40px 0 30px 0;font-size:28px;}
    .buyer .part1 .box{margin-bottom:20px;}
    .buyer .part2{padding:20px;flex-wrap:wrap;margin-bottom:30px;}
    .buyer .part2 .left{width:100%;}
    .buyer .part2 .right{width:100%;margin-top:20px;padding-bottom:30px;}
    .buyer .part2 a{margin-bottom:30px;}
    .buyer .part3{padding:20px;flex-wrap:wrap;}
    .buyer .part3 .left{width:100%;}
    .buyer .part3 .right{width:100%;}
    .buyer{padding-bottom:50px;}
}
@media(max-width:576px){
    .buyer .part1 .box{width:100%;}
    .buyer .part3 h3{font-size:28px;}
}

/*交通指引*/
.service{padding-bottom:80px;border-bottom:1px solid #dbdcde;}
.service h2{padding:70px 0 55px 0;font-size:48px;color:#333;text-align: center;font-weight:bold;}
.service .item{background:#fff;margin-bottom:24px;width:100%;padding:35px 27px;display: flex;justify-content: space-between;}
.service .left{width:42%;}
.service .left img{width:100%;}
.service .right{width:52%;padding-right:70px;}
.service .right .title{padding-top:30px;padding-bottom:22px;font-size:20px;font-weight: bold;}
.service .right p{font-size:16px;line-height: 1.5;}
.service .right .tip1{margin-top:30px;}

.servise-hotel{position: relative;}
.servise-hotel .banner{padding-top:130px;width:100%;height:450px;background:url(../images/service-hotel-banner.jpg) center center/cover no-repeat;}
.servise-hotel h2{font-size:48px;color:#fff;text-align: center;font-weight:bold;}
.servise-hotel .block{padding:30px;background:#fff;position:absolute;top:283px;}
.servise-hotel p{font-size:16px;color:#000;margin-top:30px;line-height: 1.5;}
.servise-hotel .tip{color:#013a6f;line-height: 1.5;}
.servise-hotel span{font-size:18px;font-weight: bold;margin-right:40px;}
.servise-hotel table{border:1px solid #000;}
.servise-hotel th{background:#013a6f;color:#fff;font-weight: bold;font-size:20px;text-align: center;padding:20px;border-right:1px solid #000;}
.servise-hotel td{font-size:16px;color:#000;text-align: center;padding:20px;border-right:1px solid #000;vertical-align: middle;}
.servise-hotel tr:nth-child(2n){background:#f4f5f7;}

.service-nb{margin-top:590px;padding-bottom:80px;border-bottom:1px solid #dbdcde;}
.service-nb h2{padding:70px 0 55px 0;font-size:48px;color:#333;text-align: center;font-weight:bold;}
.service-nb .list{display: flex;justify-content: space-between;flex-wrap: wrap;}
.service-nb .item{width:24%;height:218px;position: relative;margin-bottom:20px;}
.service-nb .back{width:100%;height:100%;}
.service-nb .ti{padding:5px 10px;color:#fff;font-size:14px;background:rgba(0,0,0,.5);display: inline-block;float: right;}
.service-nb .title{position: absolute;bottom:20px;left:30px;font-size:18px;color:#fff;font-weight: bold;}
.service-nb .front{width:100%;height:100%;position: absolute;top:0;left:0;z-index:-1;}
.service-nb .cover{background:rgba(0,0,0,.5);padding:30px 20px;width:100%;height:100%;position: absolute;left:0;top:0;z-index:1;}
.service-nb .content{line-height: 1.5;color:#fff;font-size:14px;position:absolute;z-index:2;left:0;top:0;padding:30px 20px;}
.service-nb .content .title{position: static;margin-bottom:10px;}
.service-nb .content p{font-size:14px;}
.service-nb .item:hover .front{z-index:1;}
.service-nb .item:hover .back>.title{display: none;}
@media(max-width:1200px){
    .service-nb{margin-top: 49%;}
}
@media(max-width:1024px){
    .service-nb{margin-top: 62%;}
}
@media(max-width:992px){
    .servise-hotel .banner{display: block;}
    .service-nb .front{display: none;}
    .service-nb .item:hover .back>.title{display: block;}
}
@media(max-width:768px){
    .service h2{padding:40px 0 30px 0;font-size:28px;}
    .service .item{padding:20px;flex-wrap:wrap;}
    .service .left{width:100%;}
    .service .right{width:100%;padding-right:0;}
    .service{padding-bottom:40px;}

    .servise-hotel h2{font-size:28px;}
    .servise-hotel .banner{height:200px;display: flex;justify-content: center;align-items: center;padding-top:0;}
    .servise-hotel .block{position:static;}
    .servise-hotel th{font-size:18px;}

    .service-nb{margin-top:0;}
    .service-nb h2{padding:40px 0 30px 0;font-size:28px;}
    .service-nb .item{width:49%;margin-bottom:10px;}
}
@media(max-width:576px){
    .servise-hotel .block{padding:20px;}
    .servise-hotel .table{overflow-x:scroll;}
    .servise-hotel table{white-space: nowrap;}
    .service-nb{padding-bottom:40px;}
    .servise-hotel span{font-size:16px;}
    .servise-hotel span::before{content: "";display: block;}

    .service-nb .title{left: 10px;}
}

/*联系我们*/
.contact{padding-bottom:80px;border-bottom:1px solid #dbdcde;}
.contact h2{padding:70px 0;font-size:48px;color:#333;text-align: center;font-weight:bold;}
.contact .info{display: flex;justify-content: space-between;}
.contact .left h3{font-size:20px;color:#000;font-weight: bold;margin-bottom:20px;}
.contact .left .line{display: flex;align-items: center;padding:12px 0;border-bottom:1px solid #e0e1e3;}
.contact .left i{color:#fff;background:#000;width:28px;height:28px;border-radius: 50%;display: flex;justify-content: center;align-items: center;margin-right:20px;}
.contact .left span{font-size:16px;color:#000;}
.contact .left a{font-size:16px;color:#000;}
.contact .right{display: flex;justify-content: end;}
.contact .right .box{margin-right:35px;}
.contact .right img{width:242px;margin-bottom:20px;}
.contact .right p{font-size:16px;text-align: center;color:#000;}
#dituContent{height:600px;margin-top:100px;}
@media(max-width:992px){
    .contact .info{flex-wrap:wrap;}
    .contact .left{width:100%;}
    .contact .right{width:100%;justify-content: start;margin-top:30px;}
    #dituContent{margin-top:40px;height:500px;}
}
@media(max-width:768px){
    .contact h2{padding:40px 0;font-size:28px;}
    .contact{padding-bottom:40px;}
}
@media(max-width:576px){
    .contact h2{padding:40px 0;font-size:28px;}
    .contact{padding-bottom:40px;}
    .contact .right .box{width:48%;}
    .contact .right img{width:100%;}
    #dituContent{height:300px;}
}

.friends .friend{background:#fff;}
.logo_name{color:#fff;width:30%;padding-left:10$;font-size:18px;font-weight:bold;}

/*------------------------------------------------------------------------------*/

