*{margin: 0;padding: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;border-radius: 0;border: 0;outline: none;/* vertical-align: middle; */ font-family: 'Source Han Sans CN';}
ul,li,ol{list-style: none;}
a{-webkit-text-decoration: none;text-decoration: none;color: inherit;}
img{border: 0;}
table{width: 100%;}
table,th,td,tr{border-collapse:collapse;border: 1px solid #dcdcdc;line-height: 1.5;padding: 15px 10px;}
input,textarea,select,button{outline: none;resize: none;} 
input:focus,textarea:focus,select:focus,button:focus{outline: none;}
iframe,video{display: block;max-width: 100%;height: auto;border: 0;margin: 0 auto;}
html,body{width: 100%;position: relative;font-size: 16px;line-height: 1.5;color: #000;background-color: #fff;}
@media only screen and (min-width:1921px ) { html{font-size: 100px!important;}}
/* 思源黑体 */
@font-face { font-family:SourceHanSerifCN; src: url(SourceHanSansSC_Heavy.ttf);}
/* 行文本 */
.txthide{overflow: hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space: nowrap;}
.txthide1{display: -webkit-box!important; -webkit-box-orient:vertical; -webkit-line-clamp:1; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden}
.txthide2{display: -webkit-box!important; -webkit-box-orient:vertical; -webkit-line-clamp:2; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden;}
.txthide3{display: -webkit-box!important; -webkit-box-orient:vertical; -webkit-line-clamp:3; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden;}
.txthide4{display: -webkit-box!important; -webkit-box-orient:vertical; -webkit-line-clamp:4; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden;}
/* --公共样式-- */
/* 内容盒 */
.main_box{width: 100%;margin: 0 auto;position: relative;}
/* 首页盒 - 内页盒 */
.wrapper , .sub_wrapper{max-width:-webkit-calc(13.6rem + 80px);max-width:-moz-calc(13.6rem + 80px);max-width:calc(13.6rem + 80px);min-width: 1263px;margin: 0 auto;padding: 0 40px;}

/* 头部 */
header{width: 100%;height: 100px;padding: 0 .85rem;position: relative;z-index: 9;}
header .logo{display: block;width:2.8rem;}
header .logo img{display: block;width:100%;}
header .countdown{width: -webkit-fit-content;width: -moz-fit-content;width: fit-content;font-weight: bolder;line-height: .4rem;}
header .countdown .text{font-size: .16rem;color: #fff;padding-left: .3rem;line-height: 1.2;text-shadow: 0 1px 1px #c6482a, -1px -1px 1px #fce7b7 ,  1px 1px 1px #fce7b7; -webkit-text-stroke: 1px #c6482a;}

header .countdown .desc{display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-moz-box-align: center;-ms-flex-align: center;align-items: center;font-size: .28rem;color: #fff;text-shadow: -2px -1px 2px #c6482a,2px -1px 2px #c54527,-1px 2px 2px #8b0a03,0px 4px 3px #8b0a03, -2px 3px 3px #fce7b7, 0px 5px 3px #fce7b7 ; -webkit-text-stroke: 1px #b1331e;font-family: SourceHanSerifCN; }
header .countdown .desc span{font-size: .34rem;background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#feff7b));background: -webkit-linear-gradient(bottom, #fff, #feff7b);background: -moz-linear-gradient(bottom, #fff, #feff7b);background: -o-linear-gradient(bottom, #fff, #feff7b);background: linear-gradient(to top, #fff, #feff7b); -webkit-background-clip: text; color: transparent; text-shadow:none;}
header .nav{height: 100%;color: #000;white-space: nowrap;font-weight: lighter;position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%);transform: translate(-50%,-50%);}
header .nav dd{width: auto;height: 100%;margin-right: 2px;position: relative;}
header .nav dd:last-child{margin-right: 0;}
header .nav dd>a{display: block;font-size: 18px;line-height: 100px;padding: 0 .18rem;position: relative;}
header .nav ul{display: none;width: 100%;height: auto;position: absolute;top:70px;left: 0;}
header .nav ul li{width: 100%;height: 46px;background-color: #3964c6;margin-bottom: 1px;}
header .nav ul a{display: block;width: 100%;font-size: 14px;color: #fff;line-height: 46px;text-align: center;}
header .nav dd:hover ul{display: block;}
header .nav ul li:hover{background-color: #fff;}
header .nav ul li:hover a{color: #3964c6;font-weight: 400;}
header .nav .nav_index>a{padding: 0 0 0 .4rem;    background:url(../icons/dimensions.png) no-repeat 0.2rem center;}
header .nav .nav_phone{ background-color:#e9effd;margin-left:0.35rem; border-radius:30px; padding-left:20px; background-image:url(../icons/dianhua.png);background-repeat: no-repeat; background-position: 0.15rem center;}
header .nav .nav_phone>a{line-height:40px}
header .right_info .menu_btn , header .menu_btn img{display: block;width: 30px;height: 22px;}
@media only screen and (min-width:1921px ) {
	header .nav{max-width:-webkit-calc(13.6rem + 80px);max-width:-moz-calc(13.6rem + 80px);max-width:calc(13.6rem + 80px);-webkit-box-pack: justify;-webkit-justify-content: space-between;-moz-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;padding: 0 40px;}
}


/* banner */
.banner{width: 100%;position: relative;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
.banner img{display: block;width: 100%;}
.banner .assembly{width:-webkit-fit-content ;width:-moz-fit-content ;width:fit-content ;height: 45px;position: absolute;left: 1.15rem;bottom: 125px;z-index: 2;}
.banner .pagination{width: auto;font-size: .28rem;color: #fff;font-weight: bolder;line-height: 1;padding: 0 45px;}
/* 底部 */
footer{width: 100%;background-color: #151b26;padding: .6rem 0;}
footer .top{padding-bottom: 30px;border-bottom: 1px solid #2f2f2f;}
footer .top .logo , footer .top .logo img{display: block;height: .58rem;margin-bottom:.34rem ;}
footer .top .nav dd{width: auto;font-size: 18px;color: #fff;margin-right: .5rem;}
footer .ticket{ display: block; width: 1.77rem;font-size: .18rem; color: #fff; line-height: .44rem; text-align: center; background-color: #151b26; position: relative; overflow: hidden; border: 1px solid #444444; margin-right: 15px;}
footer .ticket::after{display: block;content: '';width: 40px;height: 120%;background: -webkit-gradient(linear , left top, right top , from(rgba(255,255,255,0)) , color-stop(rgba(255,255,255,.05)), to(rgba(255,255,255,0)));background: -webkit-linear-gradient(left , rgba(255,255,255,0) , rgba(255,255,255,.05), rgba(255,255,255,0));background: -moz-linear-gradient(left , rgba(255,255,255,0) , rgba(255,255,255,.05), rgba(255,255,255,0));background: -o-linear-gradient(left , rgba(255,255,255,0) , rgba(255,255,255,.05), rgba(255,255,255,0));background: linear-gradient(to right , rgba(255,255,255,0) , rgba(255,255,255,.05), rgba(255,255,255,0));position: absolute;top: 50%;left: -50px;-webkit-transform: rotate(15deg) translateY(-50%);-moz-transform: rotate(15deg) translateY(-50%);-ms-transform: rotate(15deg) translateY(-50%);-o-transform: rotate(15deg) translateY(-50%);transform: rotate(15deg) translateY(-50%);}
footer .ticket:hover::after{left: 100%;-webkit-transition: .5s;-o-transition: .5s;-moz-transition: .5s;transition: .5s;}
footer .i_unit{padding: 30px 0;}
footer .i_unit{padding: 30px 0;}
footer .i_unit .item{font-size: .16rem;color: #797979;line-height: 1.65;margin-bottom: 10px;}
footer .i_unit .title{color: #fff;}
@media only screen and (min-width:960px ) and (max-width:1560px ) { footer .top .nav dd , footer .exhibition .left_info .text , footer .exhibition .ticket{font-size: 15px;} footer .exhibition .left_info .desc{font-size: 17px;} footer .i_unit .item{font-size: 13px;}}
footer .i_unit .item:last-child{margin-bottom: 0;}
footer .i_unit .content{-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;-ms-flex:1;flex:1;}
footer .i_unit .content .list{display: block;margin-right: .3rem;}
footer .i_unit .content .list:hover{color: #eee;-webkit-transition: .4s;-o-transition: .4s;-moz-transition: .4s;transition: .4s;}
footer .bottom{padding-top: 30px;} 
footer .bottom .website{font-size: 13px;color: #797979;line-height: 2;}
footer  .qr_code{font-size: 14px;color: #9d9d9d;line-height: 1.2;}
footer  .qr_code .qr_code_txt{ display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 1.77rem; -webkit-box-pack: stretch; -webkit-justify-content: stretch; -moz-box-pack: stretch; -ms-flex-pack: stretch; justify-content: stretch; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -moz-box-orient: vertical; -moz-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -webkit-justify-content: space-between; -moz-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;}
footer  .qr_code .code-txt{ height: 35px; text-align: right; padding-right: 15px;}
footer  .qr_code .img{width: 1.18rem;height: 1.18rem;background-color: #fff;margin-left: 15px;}
footer  .qr_code .img img{display: block;width: 100%;height: 100%;-o-object-fit: contain;object-fit: contain;}
footer  .PNS{padding-left: 25px;background: url(../icons/PNS.png)no-repeat left center / auto 100%;}
/* 首页 */
.index_main{ padding-bottom: 90px;background: url(../images/index-bj.png)no-repeat bottom right / 100% auto #fff;}
.index_main .box.wrapper{padding-top: 50px;}


/* 内栏目导航和首页数据信息 */
.public_nav.public_info{background: #3964c6; color: #fff; margin:0 auto;}
.public_info{margin-bottom: .5rem;}
.public_info .info_box{width:990px;height: 74px;margin: auto;font-size: 0.16rem;}
.public_info .info_box .info_logo , .public_info .info_logo img{display: block;width: auto; height: 44px;}
.public_info .info_box .line{display: block;width: 1px;height: 34px;background-color: #fff;}
.public_info .info_box .info_num{ font-size: 25px;}
.public_info .info_box .info_num span{ font-size: 15px;}
.public_info .info_box .info_title{ font-size: 12px;color: #dbd8db;}
.public_nav .nav_box{width: 100%;height: 74px;margin: auto;font-size: 16px;padding: 0 38px;position: relative;}
.public_nav .nav_box .nav_swiper{width: 100%;height: 100%;overflow: hidden;}
.public_nav .nav_swiper .swiper-slide{width: -webkit-fit-content;width: -moz-fit-content;width: fit-content;font-size: 16px;color: #fff;text-align: center;line-height: 1.2;padding:0 60px;position: relative;}
.public_nav .nav_swiper .swiper-slide:not(:last-child)::after{display: block;content: '';width: 1px;height: 35px;background-color: #fff;position: absolute;top: 50%;right: -1px;-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);transform: translateY(-50%);}
.public_nav .nav_box .nav_prev , .public_nav .nav_box .nav_next{width: 24px;height: 24px;-o-background-size: 100% 100%;background-size: 100% 100%;background-repeat: no-repeat;position: absolute;top: 50%;-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);transform: translateY(-50%);cursor: pointer;}
.public_nav .nav_box .nav_prev {background-image: url(../icons/nav_prev.png);left: 0;}
.public_nav .nav_box .nav_next {background-image: url(../icons/nav_next.png);right: 0;}

/* 内页公共标题 和  盒子 */
.PSub_title{ font-size: 32px;color: #000000;font-weight: bold;line-height: 1.4;text-align: center;padding-bottom: 30px;margin-bottom: 55px ;position: relative;}
.PSub_title::after{content: '';display: block;width: 200px;height: 4px;background: #d2d2d2;position: absolute;bottom: 0;right: 0;left: 0;margin: auto;}
.PSub_listBox{width: 100%;background-color: #fff;padding: 70px 60px;margin-bottom: 50px;-webkit-box-shadow: 0 3px 9px 0 #d0dae8;box-shadow: 0 3px 9px 0 #d0dae8;}
.PSub_bj{width: 100%;background-color: #e9ecf5;overflow: hidden;}
.PSub_bj>.main{padding-top: 53px;}


.P_floating{width: -webkit-fit-content;width: -moz-fit-content;width: fit-content;position: fixed;right: 45px;top: 50%;-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);transform: translateY(-50%);z-index: 20;}
.P_floating .btn_list{display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-moz-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-webkit-justify-content: center;-moz-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-moz-box-orient: vertical;-moz-box-direction: normal;-ms-flex-direction: column;flex-direction: column;width: 67px;background-color: #fff;padding: 20px 10px;-webkit-box-shadow: 0 2px 10px 0 rgba(208,218,232,.9);box-shadow: 0 2px 10px 0 rgba(208,218,232,.9);margin-bottom: 10px;cursor: pointer;}
.P_floating .btn_list:last-child{margin-bottom: 0;}
.P_floating .btn_list .icon{display: block;width: 25px;height: auto;}
.P_floating .btn_list .title{font-size: 14px;color: #e80a0a;font-weight: bold;margin-top: 10px;line-height: 1.2;}


/* 首页 */
.i-introduce .article{position: relative;}
.i-introduce .article .text{ width: 50%; background: #f2f4f9; padding: 50px;}
.i-introduce .text .name{ font-size: 24px;font-weight: bold;}
.i-introduce .text .name span{ font-size: 32px;}
.i-introduce .text .dese{font-size: 16px; padding-top: 18px; line-height: 2;}
.i-introduce .text .more{display: block;width: 104px;font-size: 16px; border: 1px solid #000000;line-height: 34px;border-radius: 4px; text-align: center; margin: 20px 0; }
.i-introduce .article .img{ width: 50%;height: 100%;position: absolute;top: 0;right: 0;}
.i-introduce .article .img img{display: block;width:100%; height: 100%;-o-object-fit: cover;object-fit: cover;position: absolute;top: 0;left: 0;}
.i-introduce .btn_box .list_btn{height: 56px;padding: 0 14px; background: #fff;font-size: 16px;color: #004bb1; margin-right: 20px; background-color: #fff; border-radius: 5px;}
.i-introduce .btn_box .list_btn:last-child{ margin-right: 0;}
.i-introduce .btn_box .list_btn img{display: block;width: 25px;margin-right: 10px;}


/* 一年会 */
.i-meet dl dd{width: -webkit-calc((100% - 14px) / 2);width: -moz-calc((100% - 14px) / 2);width: calc((100% - 14px) / 2);height: 162px;color: #fff;margin-right: 14px;margin-bottom: 14px;overflow: hidden;}
.i-meet dl dd:nth-child(even){margin-right: 0;}
 .i-meet dl dd a{display: block;width: 100%;height: 100%;padding: 25px 55px;}
.i-meet dl dd .title{font-size: 30px;font-weight: bold;}
.i-meet dl dd .desc{font-size: 18px;line-height: 1.2;}


/* 高峰论坛 */
.i-forum .name{font-size: 40px;color: #000;font-weight: bold;text-align: center;line-height: 1;}
.i-forum .intro{font-size: 20px;color: #6b6b6b;text-align: center;line-height: 2;padding-top: 10px;}
.i-forum dl {padding-top: 40px;}
.i-forum dl dd{width: -webkit-calc((100% - 42px) / 4);width: -moz-calc((100% - 42px) / 4);width: calc((100% - 42px) / 4);margin-right: 14px;margin-bottom: 35px;border-radius: 6px;background-color: #fff;-webkit-box-shadow: 0 4px 15px 0 rgba(0,0,0,.05);box-shadow: 0 4px 15px 0 rgba(0,0,0,.05);position: relative;overflow: hidden;}
.i-forum dl dd:nth-child(4n){margin-right: 0;}
.i-forum dd .img{width: 100%;height: 121px;overflow: hidden;}
.i-forum dd .img img{display: block;width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;}
.i-forum dd .icon{width: 65px;height: 65px;border-radius: 50%;overflow: hidden;position: absolute;top: 89px;left: 50%;-webkit-transform: translateX(-50%);-moz-transform: translateX(-50%);-ms-transform: translateX(-50%);-o-transform: translateX(-50%);transform: translateX(-50%);background-color: #fff;-webkit-box-shadow: 0 1px 10px 0 rgba(208,218,232,.3);box-shadow: 0 1px 10px 0 rgba(208,218,232,.3);}
.i-forum dd .icon img{display: block;width: 90px;height: auto;position: absolute;top: 50%;left: 50%;-webkit-transform:translate(-50% , -45px);-moz-transform:translate(-50% , -45px);-ms-transform:translate(-50% , -45px);-o-transform:translate(-50% , -45px);transform:translate(-50% , -45px);}
.i-forum dd .text{padding: 55px 25px 25px;}
.i-forum dd .text .name{font-size: 18px;color: #000000;font-weight: bold;text-align: center;}
.i-forum dd .text ul{width: 100%;min-height: -webkit-calc(30px * 5);min-height: -moz-calc(30px * 5);min-height: calc(30px * 5);margin-top: 10px;margin-bottom: 12px;}
.i-forum dd .text ul .title{display: block;width: 100%;font-size: 15px;color: #595656;line-height: 2;}
.i-forum dd .text ul .title:hover{color:#1557d8;-webkit-text-decoration: underline;text-decoration: underline;}
.i-forum dd .text .more{display: block;width: -webkit-fit-content;width: -moz-fit-content;width: fit-content;font-size: 13px;color: #1557d8;line-height: 2;background-color: #eaf3ff;border-radius: 4px;padding: 0 7px;}


/* 轮播  -会议赞助、合作机构 */
.Pub_slideshow .name{font-size: 30px;color: #000000;font-weight: bold;}
.Pub_slideshow .item{position: relative;}
.Pub_slideshow .swiper{width: -webkit-calc(100% - 60px);width: -moz-calc(100% - 60px);width: calc(100% - 60px);overflow: hidden;position: relative;padding: 20px 10px 10px;margin: 0 auto;}
.Pub_slideshow .swiper .swiper-slide{display: block;height: 103px;background-color: #fff;border-radius: 10px;-webkit-box-shadow: 0 1px 10px 0 rgba(0,0,0,.05);box-shadow: 0 1px 10px 0 rgba(0,0,0,.05);overflow: hidden;}
.Pub_slideshow .swiper .swiper-slide img{display: block;width: 100%;height: 100%;-o-object-fit: contain;object-fit: contain;}
.Pub_slideshow .item .slide-prev , .Pub_slideshow .item .slide-next{width: 16px;height: 52px;background-position: center;-o-background-size: 100% 100%;background-size: 100% 100%;background-repeat: no-repeat;position: absolute;top: 50%;-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);transform: translateY(-50%);cursor: pointer;}
.Pub_slideshow .item .slide-prev{background-image: url(../icons/slide-arrow-left.png);left: 0;}
.Pub_slideshow .item .slide-next{background-image: url(../icons/slide-arrow-right.png);right: 0;}

/* 表单 */
.PSub_form .name{font-size: 20px;color: #fff;font-weight: bold;text-align: center;line-height: 54px;background-color: #1557d8;border: 1px solid #c1c1c1;border-bottom: 0;}
.PSub_form .form_box{border: 1px solid #c1c1c1;padding:  70px 85px 45px;position: relative;}
.PSub_form .form_box .tips{font-size: 14px;color: #000000;line-height: 1;position: absolute;top: 20px;left: 60px;}
.PSub_form .form_box .tips em{color: #df0b00;}
.PSub_form .form_box .list{width: 46%;margin-bottom: 15px;}
.PSub_form .form_box .list.lang{width: 100%;}
.PSub_form .form_box .list .txt{font-size: 16px;color: #252525;line-height: 2;}
.PSub_form .form_box .list .txt em{color: #df0b00;padding-right: 5px;}
.PSub_form .form_box .list input , .PSub_form .form_box .list select{width: 100%;height: 40px;font-size: 14px;color: #333;border-radius: 4px;border: 1px solid #d9d9d9;padding: 0 10px;}
.PSub_form .form_box .btn{width: 138px;font-size: 16px;color: #fff;text-align: center;line-height: 39px;background-color: #1557d8;border-radius: 4px;margin: 25px auto 0;cursor: pointer;}



/* 会议一览表 */
.meeting .main{padding-bottom: 50px;}
.meeting .meet_title {padding-bottom: 0;margin-bottom: 0;position: relative;z-index: 2;}
.meeting .meet_title::after{display: block;content: '';width: 100%;height: 15px;background-color: #fff;position: absolute;left: 0;bottom: -15px;}
.meeting .meet_title .PSub_title{margin-bottom: 0;}
.meeting .table_list .list_top{padding-bottom: 26px; border-bottom:4px solid #000000 ; margin-bottom:40px;}
.meeting .table_list .item_name{font-size: 22px;color: #000000;font-weight: bold;}
.meeting .table_list .register_btn{width: -webkit-fit-content;width: -moz-fit-content;width: fit-content;height: 40px;font-size: 16px;padding: 0 13px;margin-left: 20px;border-radius: 4px;}
.meeting .table_list .register_btn img{display: block;width: auto;height: 29px;margin-right: 7px;}
.meeting .table_list .register_btn.pay {background-color: #eaf3ff; color: #1557d8;}
.meeting .table_list .register_btn.free {background-color: #1557d8; color: #fff;}
.meeting .table_list .item_content{width: 100%;font-size: 16px;color: #595656;text-align: center;}
.meeting .table_list .item_content td{padding: 15px 20px;}
.meeting .table_list .item_content  a:hover{color: #1557d8 ;-webkit-text-decoration: underline;text-decoration: underline;}
table tr:hover{background-color: #eee;}

/* 论坛 */
.forum .list .img{width: 29.7%;height: 287px;margin-right: 45px;} 
.forum .list .img img{display: block;width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;}
.forum .list>.text .title{font-size: 20px;color: #000000;font-weight: bold;} 
.forum a.list>.text .title:hover{color: #1557d8;-webkit-text-decoration: underline;text-decoration: underline;}
.forum .list>.text .date_address{width: 100%;height: 68px;font-size: 16px;color: #595656;text-align: center;background-color: #f6f7fb;margin: 20px 0;}
.forum .list>.text .date_address>.info{width: 50%;}
.forum .list .more{display: block;width: 82px;font-size: 14px;color: #1557d8;line-height: 28px;text-align: center;border-radius: 4px;background-color: #eaf3ff;margin-top: 20px;}
.forum .list .desc{width: 100%;font-size: 16px;color: #595656;line-height: 2;text-align: justify;} 
.forum .list .desc img ,.forum .list .desc video{max-width: 100%;}
.forum .wait_for_meet .date_address{font-size: 16px;color: #000000;font-weight: bold;margin-bottom: 20px;}
.forum .wait_for_meet>.date_address .info{display: block;min-width: 300px;padding-right: 20px;}
.forum .list .unit{width: 100%;padding-top: 25px;}
.forum .wait_for_meet>.date_address a.info:hover{color: #1557d8;-webkit-text-decoration: underline;text-decoration: underline;}
.forum .unit .item_name{font-size: 16px;color: #000000;font-weight: bold;line-height: 1.5;margin-bottom: 5px;}
.forum .unit a{display: block;width: 33.3%;font-size: 16px;color: #6a6a6a;line-height: 2;margin-right: 10px;}
/* 论坛详情 */
.forum_art .list_table .table_title{width: 100%;min-height: 74px;font-size: 20px;color: #fff;text-align: center;font-weight: bold;background-color: #1557d8;padding: 20px;}
.forum_art .list_table .table_box{width: 100%;font-size: 16px;color: #595656;text-align: center;}
.forum_art .list_table .table_box td{padding: 15px 20px;text-align: left;}
.forum_art .table_box table td:first-child{padding: 15px 10px;text-align: center;}
.forum_art .list_guest .i_list{width: -webkit-calc((100% - 105px) / 4);width: -moz-calc((100% - 105px) / 4);width: calc((100% - 105px) / 4);margin-right: 35px;border: 1px solid #c1c1c1;margin-bottom: 38px;}
.forum_art .list_guest .i_list:nth-child(4n){margin-right: 0;}
.forum_art .list_guest .i_list .img{width: 100%;height: 281px;overflow: hidden;}
.forum_art .list_guest .i_list .img>img{display: block;width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;}
.forum_art .list_guest .i_list .bot_text{min-height: 120px;font-size: 16px;text-align: center;line-height: 2;padding: 20px 10px;}
.forum_art .list_guest .bot_text .title{color: #000000;font-weight: bold;}
.forum_art .list_guest .bot_text .ftitle{color: #595656;}
.forum_art .list_guest .tips{font-size: 16px;color: #ff0000;text-align: center;}
.forum_art .list_unit .unit_item{line-height: 2;margin-bottom: 25px;}
.forum_art .unit_item .name{font-size: 18px;color: #000;font-weight: bold;}
.forum_art .unit_item>.item_box a{display: block;font-size: 16px;color: #6a6a6a;margin-right: 20px;}
.forum_art .list_unit .register_btn{width: -webkit-fit-content;width: -moz-fit-content;width: fit-content;height: 40px;font-size: 16px;padding: 0 13px;border-radius: 4px;background-color: #eaf3ff; color: #1557d8;}
.forum_art .list_unit .register_btn img{display: block;width: auto;height: 29px;margin-right: 7px;}

/* 会议赞助 */
.sponsor .top_contact{height: 70px;font-size: 16px;color: #fff;text-align: center;background: #1557d8;}
.sponsor .list {margin-top: 60px;}
.sponsor .list .img {width: 39.3%;height: 268px;margin-right: 50px;}
.sponsor .list .img  img{display: block;width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;}
.sponsor .list .title{font-size: 20px;color: #000;font-weight: bold;margin-bottom: 15px;}
.sponsor .list .tips , .sponsor .list article{font-size: 16px;color: #595656;line-height: 2;}
.sponsor .list .tips{font-weight: bold;}


/* 我要参会 */
.join .top{width: 100%;padding: 50px 60px;border: 1px solid #c1c1c1;}
.join .top .text{line-height: 2;}
.join .top .title{font-size: 20px;color: #000000;font-weight: bold;}
.join .top .desc{width: 100%;font-size: 16px;color: #595656;}
.join .top .desc img{max-width: 100%;}
.join .top .icon{display: block;width: 87px;height: auto;margin-top: 10px;margin-left: 55px;}
.join .question{width: 100%;margin: 50px 0;}
.join .question .name{font-size: 20px;color: #000000;font-weight: bold;text-align: center;}
.join .item .list{width: -webkit-calc((100% - 116px) / 3);width: -moz-calc((100% - 116px) / 3);width: calc((100% - 116px) / 3);margin-right: 58px;margin-top: 35px;border: 1px solid #c1c1c1;padding: 40px ;}
.join .item .list:nth-child(3n){margin-right: 0;}
.join .item .list .icon{display: block;max-width: 100%;height: 112px;margin: 0 auto 25px;}
.join .item .list .title{font-size: 18px;color: #000000;font-weight: bold;text-align: center;margin-bottom: 15px;}
.join .item .list .desc{font-size: 16px;color: #595656;line-height: 1.9;text-align: justify;}
.join .PSub_form .name{color: #000000;background-color: #f6faff;}


/* 下载中心 */
.download .channel_nav .nav_list{width: -webkit-calc((100% - 120px) / 7);width: -moz-calc((100% - 120px) / 7);width: calc((100% - 120px) / 7);margin-right: 20px;margin-bottom: 20px;}
.download .channel_nav .nav_list:nth-child(7n){margin-right: 0;}
.download .nav_list a{display: block;width: 100%;font-size: 18px;color: #1557d8;line-height: 40px;text-align: center;border-radius: 4px;background-color: #eaf3ff;}
.download .nav_list a.active , .download .nav_list:hover a{color: #fff;background-color: #1557d8;-webkit-transition: .5s;-o-transition: .5s;-moz-transition: .5s;transition: .5s;}
.download .item .classify{margin-top: 50px;}
.download .classify .name{font-size: 16px;color: #000000;line-height: 1;font-weight: bold;}
.download .classify .list{width: 100%;height: 71px;font-size: 16px;color: #595656;background-color: #f6faff;padding: 0 60px;margin-top: 30px;}
.download .classify .list .title{padding: 0 36px;position: relative;}
.download .classify .list .title::after{display: block;content: '';width: 13px;height: 13px;border-radius: 50%;border: 1px solid #b2b4b7;position: absolute;top: 50%;left: 0;-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);transform: translateY(-50%);}
.download .classify .list .icon{width: 12px;height: 17px;background-image: url(../icons/download-icon.png);background-repeat: no-repeat;background-position: left top;-o-background-size: 100% 200%;background-size: 100% 200%;margin-right: 15px; }
.download .classify .list:hover{background-color: #1557d8;color:#fff;-webkit-transition: .5s;-o-transition: .5s;-moz-transition: .5s;transition: .5s;}
.download .classify .list:hover .icon{background-position: left bottom;}


/* 论坛服务 */
.serve .art_list{margin-bottom: 70px;}
.serve .art_list:last-of-type{margin-bottom: 0;}
.serve .art_list .img{width: 35.2%;margin-right: 40px;}
.serve .art_list .img img{display: block;width: 100%;height: auto;}
.serve .art_list .title{font-size: 20px;color: #000000;font-weight: bold;margin-bottom: 20px;}
.serve .art_list article{font-size: 16px;color: #595656;line-height: 2;}
.serve .botUrl{padding-top: 30px;}
.serve .botUrl .list_btn{width: -webkit-fit-content;width: -moz-fit-content;width: fit-content;font-size: 16px;color: #1557d8;line-height: 40px;padding: 0 20px;border-radius: 4px;background-color: #eaf3ff;margin-right: 26px;}
.serve .contct_box{margin-bottom: 60px;}

.serve .contct_box .list{display: block;width: -webkit-calc((100% - 42px) / 4);width: -moz-calc((100% - 42px) / 4);width: calc((100% - 42px) / 4);margin-right: 14px;margin-bottom: 14px;padding: 21px 25px 25px;border: 1px solid #e2e7ef;border-radius: 10px;}
.serve .contct_box .list:nth-child(4n){margin-right: 0;}
.serve .contct_box .list .title{width: 100%;font-size: 18px;color: #000000;font-weight: bold;line-height: 1.5;margin-bottom: 7px;}
.serve .contct_box .list dd{width: 100%;;font-size: 14px;color: #808080;line-height: 1.57;}
.serve .contct_box .list dd span{white-space: nowrap;}
.serve .contct_box .list dd a{color: #1557d8;-webkit-text-decoration: underline;text-decoration: underline;}
.serve .contct_box .list dd .desc{word-wrap: break-word;word-break: break-all;}
.serve .contct_box .list:hover{border-color: #005dad;-webkit-transition: .5s;-o-transition: .5s;-moz-transition: .5s;transition: .5s;}

.serve .contct_box .tips{font-size: 16px;color: #ff0000;text-align: center;}
.serve .contct_box .tips>a{display: inline;color: #1557d8;}
.serve .contct_box .tips>a:hover{font-weight: bold;-webkit-text-decoration: underline;text-decoration: underline;}


/* 交通指引 */
.traffic .guidance_img{width: 100%;margin-bottom: 45px;}
.traffic .guidance_img img{display: block;width: 100%;}
.traffic .transport .item{border: 1px solid #979797;border-right: none;border-bottom: none;margin-bottom: 35px;}
.traffic .transport .item>.name{width: 100%;font-size: 22px;color: #ffffff;line-height: 74px;text-align: center;background-color: #1557d8;}
.traffic .transport dl dd{width: 50%;font-size: 16px;color: #595656;line-height: 2;padding: 30px 25px;border-bottom: 1px solid #979797;border-right: 1px solid #979797;}
.traffic .transport dl dd.lang{width: 100%;}
.traffic .transport dl dd .title{font-weight: bold;}
.traffic .area{font-size: 16px;color: #595656;line-height: 2;}
.traffic .area .name{font-size: 20px;color: #000000;font-weight: bold;margin-bottom: 20px;}
.traffic .area .title{font-weight: bold;}
.traffic .area .intro{margin-bottom: 35px;}


/* 酒店预订 */
.hotel .table_title{width: 100%;font-size: 22px;color: #ffffff;line-height: 74px;text-align: center;background-color: #1557d8;}
.hotel .table_box table{text-align: center;}
.hotel .table_box table th{font-size: 18px;}


.box_wap_show{display: none;}
/* 手机端 */
@media only screen and (max-width:960px ) {
	html,body{font-size: .24rem}
	table, th, td, tr{padding: .2rem;}
	.box_wap_hide{display: none!important;}
	.box_wap_show{display: block;}
	
	.wrapper, .sub_wrapper{max-width: 100%;width: 100%;min-width: 100%;padding: 0 .24rem;}
	.index_main{background: #e9ecf5;padding-bottom: .6rem;}
	.index_main .box.wrapper{padding-top: .28rem;}
	
	header{height: 1.2rem;padding: 0 .5rem;}
	header .logo{width: 3.32rem;}
	header .menu_btn{width: .52rem;}
	header .menu_btn img{display: block;width: 100%;height: auto;}
	
	
	.public_info .info_box{width: 100%;height: 1.1rem;padding:  0 .56rem;}
	.public_info .info_box .info_num{font-size: .35rem;line-height: 1.2;}
	.public_info .info_box .info_num span{font-size: .2rem;}
	.public_info .info_box .info_title{font-size: .2rem;}
	
	.wap_btn_item{display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex;width: 100%;height: 1.26rem;background-color: #fff;padding: 0 .24rem;}
	.wap_btn_item .list_btn{display: block;}
	.wap_btn_item .list_btn .icon{display: block;width: auto;width: .44rem;height: .44rem;margin: 0 auto .1rem;-o-object-fit: contain;object-fit: contain;}
	.wap_btn_item .list_btn .txt{font-size: .24rem;color: #004bb1;text-align: center;}
	
	
	.i-meet dl dd{width: -webkit-calc((100% - .24rem) / 2);width: -moz-calc((100% - .24rem) / 2);width: calc((100% - .24rem) / 2);height: 1.1rem;margin-right: .24rem;margin-bottom: .24rem;border-radius: .1rem;}
	.i-meet dl dd a{padding: .2rem .32rem;}
	.i-meet dl dd .title{font-size: .26rem;}
	.i-meet dl dd .desc{width: 100%;font-size: .22rem;display: -webkit-box!important; -webkit-box-orient:vertical; -webkit-line-clamp:1; -o-text-overflow: ellipsis; text-overflow: ellipsis; overflow: hidden}
	
	
	.wap-forum .top{width: 100%;color: #000;overflow: hidden;padding: .32rem 0 .2rem;}
	.wap-forum .top .name{font-size: .36rem;font-weight: bold;text-align: center;}
	.wap-forum .top .intro{width: 100%;font-size: .22rem;padding-right: 30%;}
	.wap-forum .item dd{width: -webkit-calc((100% - .24rem) / 2);width: -moz-calc((100% - .24rem) / 2);width: calc((100% - .24rem) / 2);margin-right: .24rem;margin-bottom: .24rem;border-radius: 10px;background-color: #fff;overflow: hidden;-webkit-box-shadow: 0 .02rem .16rem 0 rgba(0,0,0,.1);box-shadow: 0 .02rem .16rem 0 rgba(0,0,0,.1);}
	.wap-forum .item dd:last-child , .wap-forum .item dd:nth-last-child(2){margin-bottom: 0;}
	.wap-forum .item dd:nth-child(2n){margin-right: 0;}
	.wap-forum .item dd>a{display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-moz-box-align: center;-ms-flex-align: center;align-items: center;width: 100%;padding: .28rem .3rem;}
	.wap-forum .item .text .name{width: 100%;font-size: .26rem;font-weight: bold;line-height: .32rem;padding-right: .1rem;margin-bottom: .1rem;}
	.wap-forum .item .text span{font-size: .22rem;color: #5c5c5c;}
	.wap-forum .item .img{width: .9rem;height: .9rem;overflow: hidden;position: relative;}
	.wap-forum .item .img img{display: block;width: 100%;height: auto;position: absolute;left: 0;bottom: 0;}
	
	.Pub_slideshow .wap_box{width: 100%;padding: .32rem; background: url(../images/index-bj.png) no-repeat bottom right / cover #fff;-webkit-box-shadow: 0 .02rem .16rem 0 rgba(0,0,0,.1);box-shadow: 0 .02rem .16rem 0 rgba(0,0,0,.1);border-radius: .1rem;}
	.Pub_slideshow .name{font-size: .3rem;}
	.Pub_slideshow .swiper{width: -webkit-calc(100% - .8rem);width: -moz-calc(100% - .8rem);width: calc(100% - .8rem);padding: .2rem .1rem .1rem;}
	.Pub_slideshow .swiper .swiper-slide{height: 1.3rem;border-radius: .1rem;}
	.Pub_slideshow .item .slide-prev, .Pub_slideshow .item .slide-next{width: .24rem;height: .78rem;}
	
	.wap_footer .hd{display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-moz-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: justify;-webkit-justify-content: space-between;-moz-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;width: 100%;height: .9rem;font-size: .28rem;color: #fff;background-color: #000;padding: 0 .45rem 0 .55rem;border-top: .01rem solid #fff;}
	.wap_footer .hd .icon{display: block;width: .13rem;height: .24rem;}
	
	.wap_footer .bd{display: none;padding: .24rem .55rem;background-color: #f0f0f0;}
	.wap_footer .bd.item a{display: block;font-size: .24rem;line-height: 2;}
	.wap_footer .bd.qrcode .img{display: block;width: 60%;height: auto;margin: 0 auto .2rem;}
	.wap_footer .bd.qrcode .txt{font-size: .24rem;color: #000000;text-align: center;}
	
	
	.PSub_bj{background-color: #fff;}
	.PSub_bj>.main{padding-top: 0;}
	.PSub_title{font-size: .34rem;padding-bottom: .2rem;margin-bottom: .5rem;}
	.PSub_title::after{width:2.37rem ;height: .04rem;}
	.PSub_listBox{padding: .4rem 0 0;-webkit-box-shadow: none;box-shadow: none;margin-bottom: .4rem;}
	
	.public_nav .nav_box{height: 1rem;font-size: .24rem;padding: 0 .38rem;}
	.public_nav .nav_box .nav_prev, .public_nav .nav_box .nav_next{width: .3rem;height: .3rem;}
	.public_nav .nav_swiper .swiper-slide{font-size: .24rem;padding: 0;-webkit-box-pack: center;-webkit-justify-content: center;-moz-box-pack: center;-ms-flex-pack: center;justify-content: center;}
	
	
	.PSub_form .name{font-size: .3rem;line-height: .76rem;}
	.PSub_form .form_box{padding: .44rem;}
	.PSub_form .form_box .tips{font-size: .24rem;position: static;margin-bottom: .3rem;}
	.PSub_form .form_box .list{width: 100%;margin-bottom: .3rem;}
	.PSub_form .form_box .list .txt{font-size: .26rem;}
	.PSub_form .form_box .list input, .PSub_form .form_box .list select{font-size: .24rem;height: .62rem;border-radius: .04rem;padding: 0 .2rem;}
	.PSub_form .form_box .btn{width: 1.9rem;font-size: .24rem;line-height: .64rem;margin-top: .4rem;border-radius: .04rem;}
	
	
	
	.meeting .table_list:not(:last-child){margin-bottom: 0;}
	.meeting .table_list .list_top{display: block;margin-bottom: .5rem;padding-bottom: .5rem;border-width: .04rem;}
	.meeting .table_list .item_name{font-size: .26rem;}
	.meeting .table_list .register_btn{height: .53rem;font-size: .24rem;padding: 0 15px;margin-left: 0;margin-right: .5rem;border-radius: .04rem;margin-top: .3rem;}
	.meeting .table_list .register_btn img{height: .29rem;margin-right: .1rem;}
	.meeting .table_list .item_content{font-size: .24rem;overflow: auto;}
	.meeting .table_list .item_content table{width: 200vw;}
	.meeting .table_list .item_content td{padding: .2rem;}
	.meeting .table_list .wap_tips , .hotel .wap_tips{font-size: .22rem;color: #ff0000;text-align: center;padding: .2rem 0 .1rem;}
	
	
	.forum .wait_for_meet .date_address{font-size: .24rem;margin-bottom: .1rem;}
	.forum .wait_for_meet>.date_address .info{-webkit-box-flex: 1;-webkit-flex: 1;-moz-box-flex: 1;-ms-flex: 1;flex: 1;min-width: auto;padding-right: .1rem;}
	.forum .list .desc{font-size: .24rem;}
	.forum .list .unit{padding-top: .3rem;}
	.forum .unit .item_name{font-size: .26rem;margin-bottom: .1rem;}
	.forum .unit a{width: 100%;font-size: .24rem;margin-right: 0;}
	.forum .wap_listBox{padding: 0 .24rem;}
	.forum .wap_listBox .list{display: block;padding: .5rem;background-color: #fff;-webkit-box-shadow: 0 0 .13rem 0 rgba(0,0,0,.1);box-shadow: 0 0 .13rem 0 rgba(0,0,0,.1);}
	.forum .list .img{width: 100%;height: 3.1rem;margin-right: 0;margin-bottom: .4rem;}
	.forum .list>.text .title{font-size: .28rem;}
	.forum .list>.text .date_address{display: block;height: auto;font-size: .24rem;text-align: left;margin: .3rem 0;padding: .2rem;}
	.forum .list>.text .date_address>.info{width: 100%;}
	.forum .list>.text .more{width: 1.12rem;font-size: .22rem;line-height: .38rem;border-radius: .03rem;margin-top: .4rem;}
	
	.forum_art .list_art{display: block;}
	.forum_art .list_table .table_title{font-size: .3rem;min-height: .76rem;padding: .1rem;}
	.forum_art .list_table .table_box{font-size: .24rem;overflow: auto;}
	.forum_art .list_table .table_box table{width: 150vw;}
	.sponsor .wap_listBox{padding: 0 .24rem;margin-bottom: .4rem;}
	.sponsor .wap_listBox .list{display: block;padding: .5rem;background-color: #fff;-webkit-box-shadow: 0 0 .13rem 0 rgba(0,0,0,.1);box-shadow: 0 0 .13rem 0 rgba(0,0,0,.1);margin-top: 0;}
	.forum_art .list_guest .i_list{width: -webkit-calc((100% - .35rem) / 2);width: -moz-calc((100% - .35rem) / 2);width: calc((100% - .35rem) / 2);margin-right: .35rem;margin-bottom: .35rem;}
	.forum_art .list_guest .i_list:nth-child(2n){margin-right: 0;}
	.forum_art .list_guest .i_list .img{height: 2.65rem;}
	.forum_art .list_guest .i_list .bot_text{min-height: .8rem;font-size: .24rem;line-height: 1.5;padding: .2rem .1rem;}
	.forum_art .list_guest .tips{font-size: .24rem;}
	.forum_art .unit_item .name{font-size: .26rem;}
	.forum_art .unit_item>.item_box a{width: 100%;font-size: .24rem;margin-right: 0;}
	.forum_art .list_unit .register_btn{height: .53rem;font-size: .24rem;padding: 0 15px;margin-left: 0;margin-right: .5rem;border-radius: .04rem;margin-top: .3rem;}
	.forum_art .list_unit .register_btn img{height: .29rem;margin-right: .1rem;}
	
	.sponsor .top_contact{-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;height: auto;font-size: .24rem;line-height: 1.66;text-align: left;padding: .16rem;margin-bottom: .5rem;}
	.sponsor .top_contact dd{min-width: 50%;padding-left: .1rem;}
	.sponsor .wap_listBox{padding: 0 .24rem;margin-bottom: .4rem;}
	.sponsor .wap_listBox .list{display: block;padding: .5rem;background-color: #fff;-webkit-box-shadow: 0 0 .13rem 0 rgba(0,0,0,.1);box-shadow: 0 0 .13rem 0 rgba(0,0,0,.1);margin-top: 0;}
	.sponsor .list .img{width: 100%;height: 3.1rem;margin-right: 0;margin-bottom: .4rem;}
	.sponsor .list .title{font-size: .28rem;margin-bottom: .1rem;}
	.sponsor .list .tips, .sponsor .list article{font-size: .24rem;}
	
	.join .top{display: block;padding: .4rem .5rem;position: relative;border-width: .01rem;}
	.join .top .title{font-size: .28rem;margin-bottom: .2rem;line-height: 1.5;}
	.join .top .desc{font-size: .24rem;text-align: justify;}
	.join .top .icon{width: .81rem;margin-top: 0;margin-left: 0;position: absolute;top: .4rem;right: .5rem;}
	.join .question{margin: .4rem 0;}
	.join .question .name{font-size: .28rem;}
	.join .item .list{display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-moz-box-align: center;-ms-flex-align: center;align-items: center;width: 100%;margin-right: 0;margin-top: .3rem;padding: .5rem .6rem;border-width: .01rem;}
	.join .item .list .icon{width: 1.12rem;height: 1.12rem;margin: 0 .4rem 0 0;}
	.join .item .list .title{font-size: .26rem;margin-bottom: .1rem;text-align: left;}
	.join .item .list .desc{font-size: .24rem;line-height: 1.79;}
	
	
	.download .channel_nav .nav_list{width: -webkit-calc((100% - .6rem) / 4);width: -moz-calc((100% - .6rem) / 4);width: calc((100% - .6rem) / 4);margin-right: .2rem;margin-bottom: .2rem;}
	.download .channel_nav .nav_list:nth-child(7n){margin-right: .2rem;}
	.download .channel_nav .nav_list:nth-child(4n){margin-right: 0;}
	.download .classify .name{font-size: .28rem;}
	.download .nav_list a{font-size: .24rem;line-height: .6rem;border-radius: .04rem;}
	.download .item .classify{margin-top: .4rem;}
	.download .classify .list{height: 1.02rem;font-size: .24rem;padding: 0 .3rem;margin-top: .25rem;}
	.download .classify .list .title{padding: .4rem;}
	.download .classify .list .title::after{width: .2rem;height: .2rem;}
	.download .classify .list .icon{width: .15rem;height: .21rem;margin-right: .1rem;}
	
	
	.serve .art_list{display: block;margin-bottom: .4rem;}
	.serve .art_list .img{width: 100%;height: 3.4rem;margin-right: 0;margin-bottom: .4rem;margin-right: 0;overflow: hidden;}
	.serve .art_list .img img{height: 100%;-o-object-fit: cover;object-fit: cover;}
	.serve .art_list .title{font-size: .28rem;margin-bottom: .1rem;}
	.serve .art_list article{font-size: .24rem;}
	.serve .botUrl{padding-top: .4rem;-webkit-box-pack: center;-webkit-justify-content: center;-moz-box-pack: center;-ms-flex-pack: center;justify-content: center;}
	.serve .botUrl .list_btn{width: 2.5rem;font-size: .24rem;line-height: .66rem;text-align: center;padding: 0 ;border-radius: .04rem;margin-right: .7rem;}
	.serve .botUrl .list_btn:last-child{margin-right: 0;}
	.serve .contct_box{margin-bottom: .4rem;}
	.serve .contct_box .list{width: 100%;margin-right: 0;padding: .40rem .35rem .35rem;border-radius: .1rem;margin-bottom: .2rem;}
	.serve .contct_box .list .title{font-size: .28rem;margin-bottom: .1rem;}
	.serve .contct_box .list dd{font-size: .24rem;}
	.serve .contct_box .top_info>.title{font-size: .26rem;margin-bottom: .1rem;}
	.serve .contct_box .top_info>.icon{width: .52rem;}
	.serve .contct_box .list>.txt{font-size: .24rem;word-break: break-all;line-height: 1.5;}
	.serve .contct_box .tips{font-size: .24rem;text-align: left;}
	
	
	.traffic .guidance_img{margin-bottom: .4rem;}
	.traffic .transport .item{border-width: .01rem;margin-bottom: .4rem;}
	.traffic .transport .item>.name{font-size: .3rem;line-height: .76rem;}
	.traffic .transport dl{display: block;}
	.traffic .transport dl dd{width: 100%;font-size: .24rem;padding: .2rem .4rem;}
	.traffic .transport dl dd .title{font-size: .26rem;}
	.traffic .area{font-size: .24rem;}
	.traffic .area .name{font-size: .28rem;margin-bottom: .3rem;}
	.traffic .area .title{font-size: .26rem;}
	.traffic .area .intro{margin-bottom: .2rem;}
	
	
	.hotel .table_title{font-size: .3rem;line-height: .76rem;}
	.hotel .table_box{width: 100%;overflow: auto;}
	.hotel .table_box table{width: 250vw;}
	.hotel .table_box table th{font-size: .26rem;}
}









