@media (max-width: 1680px){
	.cw1680{width: 94%;}
	.cw1600{width: 94%;}
	.cw1400{width: 94%;}
	.cw1200{width: 94%;}
}

@media (max-width: 750px){
	body,body *{font-size:26px}
	.cw1680{width: 90%;}
	.cw1600{width: 90%;}
	.cw1400{width: 90%;}
	.cw1200{width: 90%;}
}
/*特殊字体
@font-face{
	font-family:"GILROY-REGULAR";
	src: url("/static/themes/font/GILROY-REGULAR.OTF") format("opentype");
}
@font-face{
	font-family:"Gilroy-Medium";
	src: url("/static/themes/font/Gilroy-Medium.ttf") format("opentype");
}
@font-face{
	font-family:"Gilroy-Bold";
	src: url("/static/themes/font/Gilroy-Bold.ttf") format("opentype");
}*/

#inner-swiper .text-box{position:absolute;top:50%;left:50%;transform: translate(-50%,-50%);z-index: 2;text-align: center;}
#inner-swiper .text-box .title1{color:#fff;font-size: 47px;text-transform: uppercase;margin-bottom:15px;}
#inner-swiper .text-box .title2{color:#fff;font-size: 14px;text-transform: uppercase;}
@media (max-width: 750px) {
    #inner-swiper .text-box .title2{font-size: 18px;}
}

/*查看详情按钮图标*/
.more-box .more-icon{background: url(/images/detail-icon.png) no-repeat center;display: none;}
.more-box:hover .more-icon{display: inline-block;}

/*内页标题*/
.inner-title{}
.inner-title .title-cn{font-size: 24px;color: #0048d2;font-weight: 700;margin-bottom: 25px;}
.inner-title .title-en{font-size: 60px;/*font-family:"Gilroy-Bold";*/ font-weight:700;}
.inner-title .btn-box{right: 0;bottom: 10px;}
.inner-title .btn-box .btns{width: 70px;height: 70px;border-radius: 100%;border: 1px solid #0048d2;}
.inner-title .btn-box .prev{background: url(/images/btn-l.png) no-repeat center;}
.inner-title .btn-box .next{background: url(/images/detail-icon2.png) no-repeat center;margin-left: 30px;}
.inner-title .btn-box .prev:hover{background: url(/images/banner-l.png) no-repeat center #0048d2;}
.inner-title .btn-box .next:hover{background: url(/images/detail-icon.png) no-repeat center #0048d2;}
@media (max-width: 750px){
	.inner-title .title-cn{font-size: 36px;}
	.inner-title .btn-box{position: static;margin-top: 20px;}
}

/* 分页 */
#turn_page{ display: flex; justify-content: center; align-items: center; }
#turn_page .word{ display: none;}
#turn_page span, 
#turn_page a, 
#turn_page font{ font-size: 14px; /*font-family:"Gilroy-Bold";*/ font-weight:700; line-height: 60px; width: 60px; text-align: center; border: 1px solid #e5e5e5; box-sizing: border-box; border-radius: 50%;margin: 0 5px;height: 60px;}
#turn_page a:hover,
#turn_page .prev:hover,
#turn_page .next:hover
{border:1px solid #0048d2;color: #0048d2;}
#turn_page .page_item_current{ background: #0048d2; border-radius: 50%; border-color: #0048d2; color: #fff;}
#turn_page img{ width: auto;margin-top: 23px;}
#turn_page .prev{ border-radius: 100%;background: url(/images/page-l.png) no-repeat center;font-size: 0;}
#turn_page .next{ border-radius: 100%;background: url(/images/page-r.png) no-repeat center;font-size: 0;}
#turn_page font.page_item{ border: 1px solid #ebebeb;}
#turn_page font.page_item:hover{ border: 1px solid #0048d2;}
#turn_page .page-form{ display: flex; justify-content: start; align-items: center; margin-left: 20px;}
#turn_page .page-form .count{  color: #666; }
#turn_page .page-form .page{ display: flex; justify-content: center; align-items: center; margin-left: 8px;  color: #666;}
#turn_page .page-form .page input[type=text]{ margin: 0 4px; width: 40px; height: 40px; border: 1px solid #e5e5e5;  color: #666; text-align: center;}
#turn_page .page-form .btn{ margin-left: 10px; width: 60px; height: 40px; line-height: 0; border: 1px solid #e5e5e5;}
#turn_page .page-form .btn input[type=submit]{ width: 100%; height: 100%; line-height: 40px;  color: #666; cursor: pointer;}

/*全站搜索*/
.global-search{width:100%; padding-bottom:40px;}
.global-search .form{margin-bottom:22px;margin-top: 20px;}
.global-search .form .text{width: 340px;padding-left: 15px;height: 49px;line-height: 49px;border:1px solid #dddddd;border-top-left-radius:5px;border-bottom-left-radius:5px;border-right:none;font-size: 16px;}
.global-search .form .submit{height: 49px;width: 59px;border:1px solid #bb966a;border-top-right-radius: 5px;border-bottom-right-radius:5px;background: #0048d2 url(/images/search1.png) no-repeat center center;color: #fff;font-size: 16px;}
.global-search .list{width:100%; margin-bottom:50px;}
.global-search .list .info .cate{padding-left:15px;}
.global-search .list .new .cate{}
.global-search .list .know .cate{}
.global-search .list .info li{padding:20px 0; border-bottom:1px solid #dddddd;}
.global-search .list .info li:first-child{border-top:1px solid #dddddd;}
.global-search .list .info .title{margin-right:16px; line-height:22px; color:#0048d2; font-size:16px; font-weight:bold;}
.global-search .list .info .day,.global-search .list .info .cate{color:#888888; font-size:16px; margin-right:20px;}
.global-search .list .info .day{margin:0;}
.global-search .list .info .desc{height:60px; overflow:hidden; margin-top:1.375%; color:#888888; font-size:14px; line-height:32px;}

@media (max-width: 750px){
	/*全站搜索*/
	.global-search .form .text{font-size: 26px;}
	.global-search .form .submit{width: 75px;font-size: 26px;}
	.global-search .list .info .title{font-size: 28px;line-height: 1.6;}
	.global-search .list .info .day, .global-search .list .info .cate{font-size: 28px;line-height: 1.6;}
	.global-search .list .info .desc{font-size: 26px;line-height: 1.6;height: 120px;}
}

/*头部*/
#header .nav-main{display: none;}
.header-inner{height: 138px;}
#header.none{transform: translate3d(0px,-100%,0);}
#header{left: 0;top: 0;z-index: 50;width: 100%;height: 138px;}
#header .logo{width: 194px;height: 56px;margin-top: 40px;}
#header .logo img:nth-child(2){display: none;}
#header .text{padding-left: 20px;border-left: 1px solid rgba(255,255,255,.3);margin-top: 42px;margin-left: 23px;color: #fff;}
#header .text.time{margin-top: 26px;}
#header .text .t{font-size: 18px;line-height: 30px;color: #fff;}
#header .text .t1{line-height: 26px;color: #fff;}
#header .text .t2{font-size: 60px;/*font-family:"GILROY-REGULAR";*/color: #fff;}
#header .text .t3{margin-top: 23px;color: #fff;font-weight: 700;}
#header .search{width: 20px;height: 20px;background: url(/images/ind-search.png) no-repeat center;margin-top: 60px;}
#header .lang{width: 19px;height: 19px;background: url(/images/lang1.png) no-repeat center;z-index: 2;margin-right: 30px;margin-top: 60px;}
#header .lang .lang-box{top: 30px;left: -30px;padding: 10px 0;width: 80px;z-index: 10;display:none;line-height: 30px;background: #fff;box-shadow: 0 0 20px 3px rgba(0,0,0,.1);}
#header .lang .lang-box .l{}
#header .lang .lang-box .l:hover{color: #004eb8;}
#header .nav{}
#header .nav .one-nav{margin-right: 40px;line-height: 135px;}
#header .nav .one-nav .one-a{font-size: 16px;color: #fff;}
#header .nav .one-nav:hover .two-nav{display: block;}
#header .nav .one-nav .two-nav{background: #fafafa;width: 100%;left: 0;top: 135px;z-index: 2;padding: 58px 0 85px;line-height: 2.5;display: none;box-shadow: 0 5px 10px -5px rgba(0,0,0,.1);}
#header .nav .one-nav .two-nav .content{display: flex;justify-content: center;}
#header .nav .one-nav .two-nav .content .item{margin-right: 9.0625%;}
#header .nav .one-nav .two-nav .content .item .tit{font-size: 18px;font-weight: 700;margin-bottom: 20px;}
#header .nav .one-nav .two-nav .content .item .tit::after{content: '';position: absolute;left: 0;bottom: -3px;width: 18px;height: 2px;background: #0048d2;}
#header .nav .one-nav .two-nav .content .item .ite>a:hover{color: #0048d2;}
#header .nav .one-nav .two-nav .content .btn-box{padding-top: 12px;}
#header .nav .one-nav .two-nav .content .btn-box .btn{min-width: 200px;height: 70px;line-height: 70px;border-radius: 35px;border: 1px solid #0048d2;font-size: 18px;color: #0048d2;font-weight: 700;margin-bottom: 25px;}
#header .nav .one-nav .two-nav .content .btn-box .btn .more-icon{width: 15px;height: 11px;margin-right: 20px;}
#header .nav .one-nav .two-nav .content .btn-box .btn:hover{background: #0048d2;color: #fff;}
#header .nav .one-nav .two-nav.about{padding: 30px 0;background: #fff;border-top: 1px solid #d6d6d6;}
#header .nav .one-nav .two-nav.about .content .item{margin: 0 2.8125%;}
#header .nav .one-nav .two-nav.about .content .item:hover{font-weight: 700;color: #004eb8;}
#header .nav .one-nav .two-nav.about .content .item.cur{font-weight: 700;color: #004eb8;}
#header:hover{background: #fff;}
#header:hover .logo img:nth-child(1){display: none;}
#header:hover .logo img:nth-child(2){display: block;}
#header:hover .text{color: #333;}
#header:hover .text .t{color: #333;}
#header:hover .text .t1{color: #333;}
#header:hover .text .t2{color: #004eb8;}
#header:hover .text .t3{color: #333;}
#header:hover .search{background-image: url(/images/search.png);}
#header:hover .lang{background-image: url(/images/lang2.png);}
#header:hover .nav .one-nav .one-a{color: #333;}
#header:hover .nav .one-nav .one-a:hover{color: #004eb8;}

#header.cur{background: #fff;box-shadow: 0 0px 10px 0 rgba(0,0,0,.1);}
#header.cur .logo img:nth-child(1),#header.on .logo img:nth-child(1){display: none;}
#header.cur .logo img:nth-child(2),#header.on .logo img:nth-child(2){display: block;}
#header.cur .text,#header.on .text{color: #333;}
#header.cur .text .t,#header.on .text .t{color: #333;}
#header.cur .text .t1,#header.on .text .t1{color: #333;}
#header.cur .text .t2,#header.on .text .t2{color: #004eb8;}
#header.cur .text .t3,#header.on .text .t3{color: #333;}
#header.cur .search,#header.on .search{background-image: url(/images/search.png);}
#header.cur .lang,#header.on .lang{background-image: url(/images/lang2.png);}
#header.cur .nav .one-nav.cur,#header.on .nav .one-nav.cur{border-bottom: 3px solid #004eb8;}
#header.cur .nav .one-nav .one-a,#header.on .nav .one-nav .one-a{color: #333;}
#header.cur .nav .one-nav:hover .one-a,#header.on .nav .one-nav:hover .one-a{color: #004eb8;}
#header.cur .nav .one-nav.cur .one-a,#header.on .nav .one-nav.cur .one-a{color: #004eb8;}

@media (max-width: 1540px){
	#header .nav .one-nav{margin-right: 30px;}
}

@media (max-width: 1440px){
	#header .text{padding-left: 10px;margin-left: 13px;}
	#header .nav .one-nav{margin-right: 20px;}
}

@media (max-width: 1366px){
	#header .nav .one-nav{margin-right: 15px;}
	#header .lang{margin-right: 20px;}
}

@media (max-width: 1280px){
	#header .nav .one-nav{margin-right: 10px;}
	#header .lang{margin-right: 10px;}
	#header .text{padding-left: 5px;margin-left: 5px;}
	#header .text .t2{font-size: 56px;}
}

/*@media (max-width: 750px){*/
@media (max-width: 1200px){
	#header.mcur{background: #fff;}
	#header.mcur{background: #fff;box-shadow: 0 0px 10px 0 rgba(0,0,0,.1);}
	#header.mcur .logo img:nth-child(1){display: none;}
	#header.mcur .logo img:nth-child(2){display: block;}
	#header.mcur .text{color: #333;}
	#header.mcur .text .t{color: #333;}
	#header.mcur .text .t1{color: #333;}
	#header.mcur .text .t2{color: #004eb8;}
	#header.mcur .text .t3{color: #333;}
	#header.mcur .search{background-image: url(/images/search.png);}
	#header.mcur .lang{background-image: url(/images/lang2.png);}
	#header.mcur .nav .one-nav.cur{border-bottom: 3px solid #004eb8;}
	#header.mcur .nav .one-nav .one-a{color: #333;}
	#header.mcur .nav .one-nav.cur .one-a{color: #004eb8;}
	#header .text{display: none;}
	#header .lang{width: 36px;height: 36px;background-size: 28px;margin-top: 50px;}
	#header .search{width: 36px;height: 36px;background-size: 28px;margin-top: 50px;}
	#header .lang .lang-box{top: 45px;left: -20px;}
	#header .lang .lang-box .l{margin: 10px 0;}
	#header .nav-icon{width: 40px;height: 40px;background: url(/images/gengduo-fff.png) no-repeat center;margin: 48px 0 0 20px;}
	#header .nav-icon.cur{background: url(/images/guanbi-fff.png) no-repeat center;}
	#header.cur .nav-icon,#header.on .nav-icon,#header.mcur .nav-icon,#header:hover .nav-icon{background-image: url(/images/gengduo.png);}
	#header.cur .nav-icon.cur,#header.on .nav-icon.cur,#header.mcur .nav-icon.cur{background-image: url(/images/guanbi.png);}
	#header .nav{display: none;}
	#header .nav-main{top: 138px;left: 0;right: 0;width: 100%;height: 0;background: #fff;overflow-y: auto;z-index: 22;box-shadow: 0 10px 30px 0 rgba(0,0,0,.1);display: block;}
	#header .nav-main.cur{height: 800px;}
	#header .nav-main .m-nav{width: 90%;margin: 0 auto;}
	#header .nav-main .m-nav .one-nav{line-height: 80px;border-bottom: 1px solid #ebebeb;background: url(/images/down-icon1.png) no-repeat right 25px;}
	#header .nav-main .m-nav .one-nav.cur{background: url(/images/top-icon.png) no-repeat right 25px;}
	#header .nav-main .m-nav .one-nav .one-a{}
	#header .nav-main .m-nav .one-nav .two-nav{width: 100%;padding-left: 30px;}
	#header .nav-main .m-nav .one-nav .two-nav .two-a{background: url(/images/down-icon1.png) no-repeat right 25px;width: 100%;}
	#header .nav-main .m-nav .one-nav .two-nav .two-a.cur{background: url(/images/top-icon.png) no-repeat right 25px;}
	#header .nav-main .m-nav .one-nav .two-nav .two-a.nobg{background: none;}
	#header .nav-main .m-nav .one-nav .two-nav .two-a .three-nav{padding-left: 30px;width: 100%;}
}

/*banner*/
#index-swiper{width: 100%;}
#index-swiper .bbtn{width: 40px;height: 40px;border-radius: 100%;border: 2px solid rgba(255,255,255,.3);top: 50%;z-index: 2;}
#index-swiper .prev{background: url(/images/banner-l.png) no-repeat center;left: 103px;}
#index-swiper .next{background: url(/images/banner-r.png) no-repeat center;right: 103px;}
#index-swiper .bbtn:hover{border-color: rgba(255,255,255,1);}

#index-swiper #ind-one{left: 0;right: 0;width: 66.354%;margin: 0 auto;bottom: -72px;z-index: 3;}
#index-swiper #ind-one .item{width: 23.233%;margin-right: 2.356%;background-size: cover;padding: 12px 25px 16px;border-radius: 10px;}
#index-swiper #ind-one .item:last-child{margin-right: 0;}
/*#index-swiper #ind-one .item.item1{background-image: url(/images/ind-one-bg1.png);}*/
/*#index-swiper #ind-one .item.item2{background-image: url(/images/ind-one-bg2.png);}*/
/*#index-swiper #ind-one .item.item3{background-image: url(/images/ind-one-bg3.png);}*/
/*#index-swiper #ind-one .item.item4{background-image: url(/images/ind-one-bg4.png);}*/
#index-swiper #ind-one .item.item1{background: rgb(16,91,231);background-image: linear-gradient(to right, rgb(72,150,255) , rgb(16,91,231));}
#index-swiper #ind-one .item.item2{background: rgb(136,125,253);background-image: linear-gradient(to right, rgb(136,124,254) , rgb(136,125,253));}
#index-swiper #ind-one .item.item3{background: rgb(20,200,200);background-image: linear-gradient(to right, rgb(123,224,223) , rgb(20,200,200));}
#index-swiper #ind-one .item.item4{background: rgb(83,63,206);background-image: linear-gradient(to right,  rgb(159,150,254) ,  rgb(83,63,,206));}
/*#index-swiper #ind-one .item .icon{width: 35px;height: 25px;}*/
/*#index-swiper #ind-one .item .tit-cn{font-size: 24px;color: #fff;font-weight: 700;margin: 14px 0 6px;}*/
#index-swiper #ind-one .item .tit-cn{font-size: 22px;color: #fff;font-weight: 700;margin: 14px 0 6px;}
#index-swiper #ind-one .item .tit-en{color: #fff;/*font-family:"GILROY-REGULAR"; text-transform: uppercase;*/}
#index-swiper #ind-one .item:hover{transform: translateY(-10px);box-shadow: 0 8px 20px 0px rgba(0,0,0,.3);}
#index-swiper #ind-one .item .more{width: 15px;height: 11px;top: 50%;right: 25px;transform: translateY(-50%);}



@media (max-width: 1366px){
	#index-swiper #ind-one{width: 80%;}
}

@media (max-width: 750px){
	#index-swiper #ind-one{width: 90%;bottom: -90px;position: static;margin-top: 80px;}
	#index-swiper #ind-one .item{width: 48%;margin-right: 4%;margin-bottom: 2%;}
	#index-swiper #ind-one .item:nth-child(2n){margin-right: 0;}
	#index-swiper #ind-one .item .tit-cn{font-size: 30px;}
	#index-swiper .prev,
	#index-swiper .next{display: none;}
	#index-swiper #ind-one .item.item4 {background: rgb(83,63,206) !important;}
}


/*首页*/
#ind-about{padding-top: 170px;}
#ind-about .top{width: 90%; margin: 0 auto;}
#ind-about .top .title{width: 13.631%;font-size: 24px;font-weight: 700;padding-top: 15px; display: none;}
/* #ind-about .top .title::before{position: absolute;content: "";width: 170px;height: 2px;background: #004eb8;left: 0;top: 0;} */
#ind-about .top .text{width: 55.441%;padding-right: 3.528%;height: 465px;overflow-y: auto;}
#ind-about .top .text .txt1{font-size: 46px;color: #1a38cc;font-weight: bold;}
#ind-about .top .text .txt2{font-size: 18px;color: #a4a4a4;line-height: 1.8;margin-top: 30px; text-align: justify;}
#ind-about .top .text .txt3{font-size: 16px;line-height: 2.18;margin: 40px 0 35px;display: none;}
#ind-about .top .text .more{padding-left: 30px;background: url(/images/detail-icon2.png) no-repeat left;/*letter-spacing: 5px;*/}
#ind-about .top .text .more:hover{color: #004eb8;}
#ind-about .top .video-box{width: 44.393%;}

#ind-about .top .video-box .pic{width: 100%;}
#ind-about .top .video-box .play-icon{width: 100px;height: 100px;background: url(/images/play-icon.png) no-repeat center;left: 50%;top: 50%;transform: translate(-50%,-50%);z-index: 2;pointer-events: none;}
#ind-about .top .video-box .bg{width: 350px;height: 320px;background: url(/images/dian-bg.png) repeat left top;right: -33%;bottom: -43%;z-index: -1;pointer-events: none;}
#ind-about .bot{width: 100%;margin-top: 100px;}
#ind-about .bot .content{width: 85.357%;margin: 0 auto;}
#ind-about .bot .content .li{width: 25%;padding: 40px 0 60px;}
#ind-about .bot .content .li:last-child{border-right: 0;}
#ind-about .bot .content .li .data .num{font-size: 80px;color: #226bdd; /*font-family:"Gilroy-Bold";*/ font-weight:700;}
#ind-about .bot .content .li .data .unit1{font-size: 80px;color: #226bdd;font-weight: 700;}
#ind-about .bot .content .li .data .unit2{font-size: 80px;color: #226bdd; /*font-family:"Gilroy-Bold";*/ font-weight:700;}
#ind-about .bot .content .li .tit{font-size: 24px;margin-top: 32px;color: #7f7f7f;}
#ind-about .bot .content .li .tit::after{position: absolute;content: "";width: 31px;height: 1px;background: #004eb8;left: 0;right: 0;margin: auto;bottom: -13px;display: none;}

@media screen and (max-width:2560px) {
	#ind-about {padding: 170px 150px 0px;overflow: hidden;}
	#ind-about .top .text .txt1 {font-size: 38px;}
	#ind-about .top .text .txt2 {font-size: 22px; text-align: justify;}
	#ind-about .bot .content .li .data .num,
	#ind-about .bot .content .li .data .unit1,
	#ind-about .bot .content .li .data .unit2 {font-size: 60px;}
	#ind-about .bot .content .li .tit {font-size: 24px;}
	#ind-about .bot {margin-top: 50px;}
}

@media (max-width: 1920px){
	#ind-about {padding: 170px 0px 0px;}
	#ind-about .top .text .txt1{font-size: 40px;color: #1a38cc;font-weight: bold;}
	#ind-about .top .text .txt2{font-size: 18px;color: #a4a4a4;line-height: 1.8;margin-top: 30px; text-align: justify;}
	#ind-about .bot .content .li .data .num{font-size: 65px;color: #226bdd; /*font-family:"Gilroy-Bold";*/ font-weight:700;}
	#ind-about .bot .content .li .data .unit1{font-size: 65px;color: #226bdd;font-weight: 700;}
	#ind-about .bot .content .li .data .unit2{font-size: 65px;color: #226bdd; /*font-family:"Gilroy-Bold";*/ font-weight:700;}
	#ind-about .bot .content .li .tit{font-size: 24px;margin-top: 32px;color: #7f7f7f;}
	#ind-about .bot{width: 100%;margin-top: 100px;}
}

@media (max-width: 1440px){
	#ind-about .top .text{padding-right: 1.6%;height: 370px;}
	#ind-about .top .text .txt1 {font-size: 39px;}
    #ind-about .bot{width: 100%;margin-top: 60px;}
}

@media screen and (max-width:1366px) {
	#ind-about .top .text .txt1 {font-size: 36px;}
}

@media screen and (max-width:1280px) {
	#ind-about .top .text{height: 296px;}
	#ind-about .top .text .txt1 {font-size: 29px;}
}

@media screen and (max-width:1200px) {
	#ind-about .top .text{height: 276px;}
	#ind-about .top .text .txt1 {font-size: 26px;}
}

@media screen and (max-width:1024px) {
	#ind-about .bot .content .li{width: 50%;border-right: 0;height: 250px;}
	#ind-about .bot .content .li .tit{font-size: 28px;}
	#ind-about .top .text{overflow-y: auto; height: auto;}
	#ind-about .bot .content .li .data .num{font-size: 60px;}
	#ind-about .bot .content .li .data .unit1{font-size: 60px;}
	#ind-about .bot .content .li .data .unit2{font-size: 36px;}
	#ind-about .top {width: 100%; display: flex;flex-direction: column-reverse;}
	#ind-about .top .video-box {width: 100%;}
	#ind-about .top .text {width: 100%;padding: 0;margin-top: 30px;}
}

@media (max-width: 750px){
	#ind-about{padding-top: 80px;}
	#ind-about .top .title{float: none;width: 100%;font-size: 36px;}
	#ind-about .top .text{float: none;width: 100%;}
	#ind-about .top .text .txt1,
	#ind-about .top .text .txt2{font-size: 38px;margin: 10px 0;}
	#ind-about .top .text .txt3{font-size: 28px;}
	#ind-about .top .video-box{float: none;width: 100%;margin-top: 30px;}
	#ind-about .bot{margin-top: 30px;}
	#ind-about .bot .content{width: 100%;}
}

#ind-exh{padding-top: 150px;}
#ind-exh .title{}
#ind-exh .title .title-en{font-size: 70px; /*font-family:"Gilroy-Bold";*/ font-weight:700;}
#ind-exh .title .title-cn{font-size: 36px;font-weight: 700;margin-bottom: 13px;}
#ind-exh .pic{width:92%;;z-index: -1;background: #f3f8fb;right: 0;margin: 60px auto 0;}
#ind-exh .text{right: 135px;bottom: 0;background: #004eb8;width: 29.678%;padding: 65px 30px 60px 40px;display: none;}
#ind-exh .text .tit{font-size: 30px;color: #fff;line-height: 1.5;font-weight: 700;}
#ind-exh .text .line{width: 170px;height: 2px;background: #fff;margin: 25px 0 30px;}
#ind-exh .text .brief{font-size: 16px;color: #fff;line-height: 2.18;}
#ind-exh .text .more{color: #fff;padding-left: 40px;background: url(/images/detail-icon.png) no-repeat left;margin-top: 50px;/*letter-spacing: 5px;*/}
#ind-exh .bg{width: 350px;height: 320px;background: url(/images/dian-bg.png) repeat left top;right: 40%;bottom: -16%;z-index: -1;display: none;}
@media screen and (max-width:2560px) {
	#ind-exh {padding: 80px 150px 0;overflow: hidden;}
	#ind-exh .pic {right: -310px;}
	#ind-exh .title .title-en {font-size: 70px;}
	#ind-exh .title .title-cn {font-size: 36px;}
}
@media screen and (max-width:1920px) {
	#ind-exh {padding: 80px 0px 0;}
	/*#ind-exh .pic{width: 88.125%;transform: translateY(-60px);z-index: -1;background: #f3f8fb;right: 0;}*/
	#ind-exh .pic{width:92%;;z-index: -1;background: #f3f8fb;right: 0;margin: 60px auto 0;}
	#ind-exh .title .title-en{font-size: 70px; /*font-family:"Gilroy-Bold";*/ font-weight:700;}
	#ind-exh .title .title-cn{font-size: 36px;font-weight: 700;margin-bottom: 13px;}
}
@media screen and (max-width:1680px) {
	/*#ind-exh .pic {right: -80px;}*/
}	

@media (max-width: 1440px){
    #ind-exh{padding-top: 50px;padding-bottom: 40px;}
	#ind-exh .text{right: 80px;width: 32%;}
	#ind-exh .pic{width: 100%;}
	/*#ind-exh .pic {right: -70px;}*/
}

@media (max-width: 1440px){
	#ind-exh .text{padding: 30px 20px;}
	#ind-exh .title .title-cn{margin-bottom: 13px;}
}

@media screen and (max-width:1024px) {
	/*#ind-exh .pic {right: 0;}*/
	#ind-exh{padding-bottom: 0;}
}	

@media (max-width: 750px){
	#ind-exh{padding-top: 50px;padding-bottom: 0;}
	/*#ind-exh .pic{width: 100%;transform: translateY(0);}*/
	#ind-exh .title .title-cn{font-size: 36px;margin-bottom: 15px;}
	#ind-exh .title .title-en{font-size: 65px;}
	#ind-exh .text{position: static;width: 100%;padding: 50px 5%;}
	#ind-exh .text .tit{font-size: 42px;}
	#ind-exh .text .brief{font-size: 28px;}
}

#ind-forum{padding: 0px 0 150px;}
#ind-forum .content{display: flex;flex-direction: column;}
#ind-forum .content .left{width: 51%;height: 730px;padding-left: 30px;}
#ind-forum .content .left .container{padding-right: 35px;}
#ind-forum .content .left .slide{}
#ind-forum .content .left .item{display: flex;align-items: center;background: #0e245d;}
#ind-forum .content .left .item:nth-child(2n){background: #004eb8;}
#ind-forum .content .left .item:nth-child(3n){background: #11b2de;}
#ind-forum .content .left .item .logo{width: 26.415%;border-right: 1px solid #fff;display:none;}
/*#ind-forum .content .left .item .title{width: 41.635%;padding-left: 40px;padding-right: 15px;}*/
#ind-forum .content .left .item .title{width: 68.050%;padding-left: 40px;padding-right: 15px;}
#ind-forum .content .left .item .title .title-cn{font-size: 24px;color: #fff;font-weight: 700;margin-bottom: 10px;}
#ind-forum .content .left .item .title .title-en{font-size: 12px;color: #fff;/*font-family:"GILROY-REGULAR";*/text-transform: uppercase;line-height: 1.6;}
#ind-forum .content .left .item .pic{width: 31.95%;padding-top: 32.327%;}
#ind-forum .content .left .item:hover .pic .pic-mask{background: url(/images/detail-icon3.png) no-repeat center rgba(30,70,149,.9);}
.swiper-container-vertical > .swiper-scrollbar{background: rgba(0,78,184,.1);height: 45%;top: auto;bottom: 0;width: 2px;}
.swiper-scrollbar-drag{background: rgba(0,78,184,1);}
#ind-forum .content .right{width: 100%;}
#ind-forum .content .right .title{}
#ind-forum .content .right .title .title-en{font-size: 70px; /*font-family:"Gilroy-Bold";*/ font-weight:700;}
#ind-forum .content .right .title .title-cn{font-size: 36px;font-weight: 700;margin: 0 0 16px 25px;}
#ind-forum .content .right .brief{width: 90%; font-size: 18px;line-height: 2.18;margin: 60px auto 40px;}
#ind-forum .content .right .more{padding-left: 30px;background: url(/images/detail-icon2.png) no-repeat left;/*letter-spacing: 5px;*/display: none;}
#ind-forum .content .right .more:hover{color: #004eb8;}
/* #ind-forum .content .newbig {display: grid;grid-template-columns: repeat(4,1fr);gap: 30px;} */
#ind-forum .content .newbig {display: flex;flex-wrap: wrap;     width: 90%; margin: 0 auto;}
#ind-forum .content .newbig .box {width: 22.8%;margin-right: 2.9%;margin-bottom: 30px;}
#ind-forum .content .newbig .box .m-pic {overflow: hidden;margin-bottom: 10px;}
#ind-forum .content .newbig .box:nth-of-type(4n) {margin-right: 0;}
#ind-forum .content .newbig .box .world {font-weight: bold;font-size: 16px;padding: 0 20px;line-height: 1.5;overflow:hidden;text-overflow:ellipsis;display:-webkit-box !important;-webkit-box-orient:vertical;-webkit-line-clamp:2; text-align: center;}
#ind-forum .content .newbig .box:hover .world {color: #004eb8;}

#ind-forum .content .btn-box{margin: 40px auto 0;}
#ind-forum .content .btn{margin: 0 auto; width: 200px;height: 70px;line-height: 70px;border-radius: 35px;border: 1px solid #0048d2;font-size: 18px;color: #0048d2;font-weight: 700;}
#ind-forum .content .btn:hover{background: #0048d2;color: #fff;}

@media screen and (max-width:2560px) {
	#ind-forum {padding: 80px 150px 100px;}
	#ind-forum .content .right .brief {font-size: 18px;}
	#ind-forum .content .right .title .title-en {font-size: 70px;}
	#ind-forum .content .right .title .title-cn {font-size: 36px;}
	#ind-forum .content .newbig .box .world {font-size: 24px;}
}

@media (max-width: 1920px){
	#ind-forum{padding: 90px 0 150px;}
	#ind-forum .content .right .brief{width: 90%; font-size: 18px;line-height: 2.18;margin: 60px auto 40px;}
	#ind-forum .content .right .title .title-en{font-size: 70px; /*font-family:"Gilroy-Bold";*/ font-weight:700;}
	#ind-forum .content .right .title .title-cn{font-size: 36px;font-weight: 700;margin: 0 0 16px 25px;}
	#ind-forum .content .newbig .box .world {font-size: 16px; text-align: center;}
}

@media (max-width: 1440px){
	#ind-forum .content .left .item .logo{width: 22.415%;}
	/*#ind-forum .content .left .item .title{width: 45.635%;padding-left: 25px;}*/
	#ind-forum .content .left .item .title{width: 68.050%;padding-left: 25px;}
}

@media screen and (max-width:1024px) {
	#ind-forum .content .newbig {justify-content: space-between;}
	#ind-forum .content .newbig .box {width: 48%;margin-right: 0;}
	#ind-forum .content .newbig .box:nth-of-type(2n) {margin-right: 0;}
}

@media (max-width: 750px){
	#ind-forum .content{display: block;}
	#ind-forum .content .left{width: 100%;padding-left: 0;}
	#ind-forum .content .left .item .title{width: 68.05%;}
	#ind-forum .content .left .item .title .title-cn{font-size: 30px;}
	#ind-forum .content .left .item .title .title-en{font-size: 24px;}
	#ind-forum .content .left .item .logo{display: none;}

	#ind-forum .content .right{width: 100%;padding-left: 0;}
	#ind-forum .content .right .title{margin-top: 20px;}
	#ind-forum .content .right .title .title-en{font-size: 60px;}
	#ind-forum .content .right .title .title-cn{font-size: 36px;}
	#ind-forum .content .right .brief{font-size: 28px;padding-right: 0;margin-top: 30px;}
	#ind-forum .content .newbig .box .world {font-size: 26px;}
	#ind-forum .content .btn{font-size: 26px;}
}

#ind-news{padding: 0px 0 120px;}
#ind-news .left{width: 100%;background: #fff;position: relative;z-index: 2;}
#ind-news .left .line{width: 120px;height: 2px;background: #004eb8;margin-bottom: 40px;}
#ind-news .left .title{}
#ind-news .left .title .title-en{font-size: 70px; /*font-family:"Gilroy-Bold";*/ font-weight:700;}
#ind-news .left .title .title-cn{font-size: 36px;font-weight: 700;margin: 0 0 16px 25px;}
#ind-news .left .bigbox {display: flex;justify-content: space-between;margin-top: 60px;align-items: center;}
#ind-news .left .content{width: 50%;}
#ind-news .left .newimg {width: 50%;}
#ind-news .left .content .li{padding: 70px 40px;border-top: 1px solid #f5f4fa;display: flex;justify-content: space-between;align-items: center;}
#ind-news .left .content .li:first-child {padding-bottom: 70px;padding-top: 0; border-top: none;}
#ind-news .left .content .li:last-child {padding-bottom: 0;padding-top: 70px;}

#ind-news .left .content .li .text{border-left: 5px solid #004eb8;padding: 0 30px;width: calc(100% - 100px);}
#ind-news .left .content .li .text .tit{font-size: 20px;font-weight: bold;}
#ind-news .left .content .li .text .brief{margin-top: 25px;font-size: 18px;}
#ind-news .left .content .li .time{width: 100px;}
#ind-news .left .content .li .time .d{font-size: 50px; /*font-family:"Gilroy-Bold";*/ font-weight:700;line-height: 1;}
#ind-news .left .content .li .time .ym{font-size: 20px; /*font-family:"Gilroy-Bold";*/ font-weight:700;}
#ind-news .left .content .li:hover .text .tit,
#ind-news .left .content .li:hover .text .brief,
#ind-news .left .content .li:hover .time .d,
#ind-news .left .content .li:hover .time .ym{color: #004eb8;}
#ind-news .right{top: 0;right: 0;width: 50%;z-index: 1;display: none;}
#ind-news .right .li{background: #004eb8;}
#ind-news .right .pic{width: 100%;padding-top: 73.229%;}
#ind-news .right .message{background: #004eb8;padding: 9.375% 9.375% 13.541% 29.166%;}
#ind-news .right .message .time{color: #fff; /*font-family:"Gilroy-Bold";*/ font-weight:700;}
#ind-news .right .message .tit{font-size: 30px;color: #fff;line-height: 1.5;height: 90px;overflow: hidden;font-weight: 700;margin: 25px 0;}
#ind-news .right .message .brief{color: #fff;line-height: 2.14;height: 60px;overflow: hidden;}
.swiper-container-horizontal>.swiper-pagination-bullets{margin-left: 14%;bottom: 30px;}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 13px;background: #fff;opacity: 1}
.swiper-pagination-bullets .swiper-pagination-bullet-active{position: relative;}
.swiper-pagination-bullets .swiper-pagination-bullet-active::after{position: absolute;content: "";width: 16px;height: 16px;background: rgba(255,255,255,.5);top: -4px;left: -4px;z-index: -1;border-radius: 100%;z-index: -1;}
#ind-news .dian-bg1{background: url(/images/dian-bg.png);width: 250px;height: 100px;top: 3.645%;left: 10.9375%;}
#ind-news .dian-bg2{background: url(/images/dian-bg.png);width: 175px;height: 175px;bottom: 7.291%;right: 2.083%;}

@media screen and (max-width:2560px) {
	#ind-news {padding: 0px 150px 120px;}
	#ind-news .left .title .title-en {font-size: 70px;}
	#ind-news .left .title .title-cn {font-size: 36px;}
	#ind-news .left .content .li:first-child {padding-bottom: 45px;}
	#ind-news .left .content .li:last-child {padding-top: 45px;}
	#ind-news .left .content .li {padding: 45px 40px;}
}

@media screen and (max-width:1920px) {
	#ind-news{padding: 0px 0 120px;}
	#ind-news .left .title .title-en{font-size: 70px; /*font-family:"Gilroy-Bold";*/ font-weight:700;}
	#ind-news .left .title .title-cn{font-size: 36px;font-weight: 700;margin: 0 0 16px 25px;}
	#ind-news .left .content .li{padding: 70px 40px;border-top: 1px solid #f5f4fa;display: flex;justify-content: space-between;align-items: center;}
	#ind-news .left .content .li:first-child {padding-bottom: 70px;padding-top: 0; border-top: none;}
	#ind-news .left .content .li:last-child {padding-bottom: 0;padding-top: 70px;}
}

@media screen and (max-width:1960px) {
	
}

@media screen and (max-width:1680px) {
	#ind-news .left .content .li{padding: 60px 40px;}
	#ind-news .left .content .li:first-child {padding-bottom: 60px;}
	#ind-news .left .content .li:last-child {padding-top: 60px;}
}

@media screen and (max-width:1440px) {
	#ind-news .left .content .li{padding: 35px 40px;}
	#ind-news .left .content .li:first-child {padding-bottom: 35px;}
	#ind-news .left .content .li:last-child {padding-top: 35px;}
}

@media screen and (max-width:1024px) {
	#ind-news .left .bigbox{flex-direction: column-reverse;}
	#ind-news .left .content{width: 100%;padding: 0;margin-top: 30px;}
	#ind-news .left .newimg {width: 100%;}
	#ind-news .left .content .li {padding-left: 0;}
}

@media (max-width: 750px){
	#ind-news .left .content .li{padding: 30px 40px;}
	#ind-news .left .content .li:first-child {padding-bottom: 30px;}
	#ind-news .left .content .li:last-child {padding-top: 30px;}
	#ind-news .left .title .title-en{font-size: 60px;}
	#ind-news .left .title .title-cn{font-size: 36px;margin-bottom: 10px;}
	#ind-news .left{width: 100%;}
	#ind-news .left .content .li{padding: 50px 0;}
	#ind-news .left .content .li .text .tit{font-size: 28px;}
	#ind-news .left .content .li .time{margin-top: 0;}
	#ind-news .left .content .li .time .d{font-size: 40px;margin-bottom: 5px;}
	#ind-news .left .content .li .time .ym{font-size: 24px;}
	#ind-news .right{width: 90%;position: static;margin: 0 auto;}
	#ind-news .right .message{padding: 5% 5% 10%;}
	#ind-news .right .message .brief{height: auto;}
	.swiper-container-horizontal > .swiper-pagination-bullets{margin-left: 0;}
}


/*展商中心-展会介绍*/
#ind-about.intro{padding: 150px 0 95px;}
#ind-exh.intro{padding: 25px 0 80px; /*background: #f3f8fb;*/}
/*#ind-exh.intro .pic{width: 92%;transform: translateY(0);}*/
#ind-exh.intro .inner-title{left: 0;top: 0px;}
@media (max-width: 1440px){
	#ind-exh.intro .inner-title{top: -30px;}
	/*#ind-exh.intro .pic{width: 92%;}*/
}
@media (max-width: 750px){
	#ind-exh.intro .inner-title{position: static;text-align: left;}
	#ind-exh.intro .pic{margin-top: 20px;}
}

#exh-intro{padding: 100px 0;}
#exh-intro .content{display: flex;align-items: center;}
#exh-intro .content .pic{width: 43.6875%;}
#exh-intro .content .text{width: 56.3125%;padding-left: 6.25%;}
#exh-intro .content .text .top {display: flex;align-items: center;justify-content: space-between;}
#exh-intro .content .text .top .btn {width: 200px;height: 70px;border-radius: 35px;font-size: 24px;line-height: 70px;text-align: center;background: #0048d2;color: #fff;}
#exh-intro .content .text .t1{/*font-size: 60px;*/font-size: 48px;font-weight: 700;/*font-family:"Gilroy-Bold";*/}
#exh-intro .content .text .t1 span{font-size: 48px;}
#exh-intro .content .text .t2{font-size: 36px;font-weight: 700;margin: 35px 0 50px;}
#exh-intro .content .text .t3{font-size: 16px;line-height: 2.18;}
#exh-intro .content .text .cont{display: flex;justify-content: space-between;margin-top: 50px;}
#exh-intro .content .text .cont .li{}
#exh-intro .content .text .cont .li .icon{width: 50px;height: 50px;margin-right: 5px;}
#exh-intro .content .text .cont .li .txt{}
#exh-intro .content .text .cont .li .txt .data{}
#exh-intro .content .text .cont .li .txt .data .num{font-size: 32px; /*font-family:"Gilroy-Bold";*/ font-weight:700;}
#exh-intro .content .text .cont .li .txt .data .unit{font-weight: 700;}
#exh-intro .content .text .cont .li .txt .tit{} 

@media(max-width: 1440px){
	#exh-intro .content .text{padding-left: 4%;}
}

@media(max-width: 1440px){
	#exh-intro .content .text{padding-left: 2%;}
}

@media(max-width: 750px){
	#exh-intro .content{display: block;}
	#exh-intro .content .pic{width: 100%;margin-bottom: 20px;}
	#exh-intro .content .text{width: 100%;padding-left: 0;}
	#exh-intro .content .text .t2{margin: 20px 0;}
	#exh-intro .content .text .t3{font-size: 28px;}
	/*#exh-intro .content .text .cont{flex-wrap: wrap;}
	#exh-intro .content .text .cont .li{width: 50%;text-align: center;margin-bottom: 35px;}*/
	#exh-intro .content .text .cont .li{text-align: center;}
}

#industry{padding: 100px 0;background: #f3f8fb;}
#industry .content{margin-top: 70px;}
#industry .content .item{width: 32%;margin-right: 2%;}
#industry .content .item:nth-child(3n){margin-right: 0;}
#industry .content .item .title{font-size: 20px;color: #0048d2;font-weight: 700;}
#industry .content .item .cont{margin-top: 40px;}
#industry .content .item .cont .li{margin-bottom: 8px;}
#industry .content .item .cont .li .tit{color: #535050;width: 30%;}
#industry .content .item .cont .li .percentage-box{width: 51%;height: 14px;margin: 0 2%;overflow: hidden;border-radius: 5px;}
#industry .content .item .cont .li .percentage-box .percentage{background: #0048d2;left: 0;top: 0;border-radius: 5px;}
#industry .content .item .cont .li .num{color: #535050;/*font-family:"GILROY-REGULAR";*/width: 15%;}
#industry .content .item .item1{width: 100%;margin-top: 40px;}
#industry .content .item1 .cont{margin-top: 15px;}
#industry .content .item .cont .li.li1{width: 48%;margin-right: 4%;}
#industry .content .item .cont .li.li1:nth-child(2n){margin-right: 0;}
#industry .content .item .cont .li.li1 .percentage-box .percentage{opacity: .55;}
#industry .content .item1 .title{position: relative;}
#industry .content .item1 .title::before{position: absolute;content: '';width: 8px;height: 8px;background: #0043c4;border-radius: 100%;left: 38%;top: 12px;}
#industry .content .item1 .title::after{position: absolute;content: '';width: 125px;height: 1px;border-top: 1px dashed #0043c4;left: 12%;top: 16px;}
#industry .content .item .cont .li .tit.on{position: relative;color: #0043c4;}
#industry .content .item .cont .li .tit.on::before{position: absolute;content: '';width: 8px;height: 8px;background: #0043c4;border-radius: 100%;left: 48%;top: 8px;}
#industry .content .item .cont .li .tit.on::after{position: absolute;content: '';width: 15px;height: 100px;border-top: 1px dashed #0043c4;border-left: 1px dashed #0043c4;left: 38%;top: 12px;}

@media(max-width: 1440px){
	#industry .content .item .cont .li .tit.on::before{left: 40%;}
	#industry .content .item .cont .li .tit.on::after{width: 10px;height: 98px;}
	#industry .content .item1 .title::before{left: 35%;}
	#industry .content .item1 .title::after{width: 100px;}
}

@media(max-width: 750px){
	#industry .content .item{width: 100%;margin-right: 0;margin-bottom: 30px;}
	#industry .content .item .title{font-size: 30px;}
	#industry .content .item .cont .li .tit{width: 33%;}
	#industry .content .item .cont .li .percentage-box{width: 48%;}
	#industry .content .item .cont .li.li1 .tit{width: 28%}
	#industry .content .item .cont .li.li1 .percentage-box{width: 43%}
	#industry .content .item .cont .li.li1 .num{width: 25%;}
	#industry .content .item .cont .li .tit.on::before{width: 12px;height: 12px;top: 14px;}
	#industry .content .item .cont .li .tit.on::after{width: 20px;height: 130px;left: 30%;top: 19px}
	#industry .content .item1 .title::before{top: 18px;width: 12px;height: 12px;}
	#industry .content .item1 .title::after{top: 25px;left: 10%;width: 180px;}
}

#depart{padding: 100px 0;}
#depart .content{}
#depart .content .left{width: 50%;}
#depart .content .left .title{font-size: 20px;color: #0043c4;font-weight: 700;margin-bottom: 50px;}
#depart .content .right{width: 50%;}
#depart .content .right .item{width: 62.5%;margin: 100px auto 0;}
#depart .content .right .item .cont{margin-top: 40px;}
#depart .content .right .item .cont .li{margin-bottom: 8px;}
#depart .content .right .item .cont .li .tit{color: #535050;width: 30%;}
#depart .content .right .item .cont .li .percentage-box{width: 51%;height: 14px;margin: 0 2%;overflow: hidden;border-radius: 5px;}
#depart .content .right .item .cont .li .percentage-box .percentage{background: #0048d2;left: 0;top: 0;border-radius: 5px;}
#depart .content .right .item .cont .li .num{color: #535050;/*font-family:"GILROY-REGULAR";*/width: 15%;}
@media(max-width: 750px){
	#chartdiv{margin: auto;}
	#depart .content .left{float: none;width: 100%;}
	#depart .content .left .title{font-size: 28px;margin-top: 25px;}
	#depart .content .right{float: none;width: 100%;}
	#depart .content .right .item{width: 100%;margin-top: 30px;}
}

/*展商中心-展会视频*/
#exh-video-year{padding: 100px 0;}
#exh-video-year .content{}
#exh-video-year .content .container{width: 81.25%;margin: 0 auto;}
#exh-video-year .content .li{width: 20%;height: 55px;line-height: 55px;background: #fff;font-weight: 700;text-align: center;border: 1px solid #d6d6d6;}
#exh-video-year .content .li.cur{background: #0048d2;color: #fff;}
#exh-video-year .content .li:hover{background: #0048d2;color: #fff;}
#exh-video-year .content .btn{width: 55px;height: 55px;border-radius: 100%;border: 1px solid #0048d2;top: 0;}
#exh-video-year .content .prev{left: 0;background: url(/images/btn-l.png) no-repeat center;}
#exh-video-year .content .next{right: 0;background: url(/images/detail-icon2.png) no-repeat center;}
#exh-video-year .content .prev:hover{background: url(/images/banner-l.png) no-repeat center #0048d2;}
#exh-video-year .content .next:hover{background: url(/images/banner-r.png) no-repeat center #0048d2;}
@media (max-width: 750px){
	#exh-video-year{padding-bottom: 0;}
	#exh-video-year .content .btn{width: 65px;height: 65px;}
	#exh-video-year .content .container{width: 75%;}
	#exh-video-year .content .li{height: 65px;line-height: 65px;}
}

#exh-video{}
#exh-video .content{padding: 100px 0 40px;background: #fff;}
#exh-video .content:nth-child(2){background: #f3f8fb;}
#exh-video .content .cont{margin-top: 60px;}
#exh-video .content .cont .li{width: 22.875%;margin: 0 2.833% 60px 0;}
#exh-video .content .cont .li:nth-child(4n){margin-right: 0;}
#exh-video .content .cont .li .pic{padding-top: 60.928%;}
#exh-video .content .cont .li .tit{line-height: 1.8;height: 50px;overflow: hidden;margin-top: 15px;}
#exh-video .content .cont .li:hover .tit{color: #0048d2;}
#exh-video .content .cont .li:hover .pic .play{background: url(/images/play-icon2.png) no-repeat center rgba(2,71,201,.9);}
@media (max-width: 750px){
	#exh-video .content .cont .li{width: 100%;margin-right: 0;}
	#exh-video .content .cont .li .tit{height: auto;}
}

/*展商中心-应用领域*/
#application{padding: 100px 0 70px;}
#application .content{}
#application .content .li{width: 31.0625%;margin: 0 3.40625% 30px 0;padding-top: 18.75%;}
#application .content .li:nth-child(3n){margin-right: 0;}
#application .content .li .pic{}
#application .content .li .text{width: 100%;height: 60px;/*line-height: 60px;*/left: 0;right: 0;bottom: 0;background: rgba(2,71,201,.9);}
#application .content .li .text .tit{font-size: 18px;color: #fff;padding: 0 20px;}
#application .content .li .text .icon{background: url(/images/detail-icon.png) no-repeat center;width: 15px;height: 11px;margin: 30px auto 0;display: none;}
#application .content .li:hover .text{height: 100%;}
#application .content .li:hover .text .cont{margin-top: 30px;}
#application .content .li:hover .icon{display: block;}

@media(max-width: 750px){
	#application .content .li{width: 100%;padding-top: 60.362%;margin-right: 0;float: none;}
	#application .content .li .text{height: 80px;}
	#application .content .li .text .tit{font-size: 30px;}
}

/*参加展会*/
#participate{width: 100%;background: url(/images/participate.png) no-repeat center;background-size: cover;padding: 7.552% 0 7.8125%;}
#participate .title-cn{font-size: 36px;color: #fff;font-weight: 700;}
#participate .title-en{font-size: 60px;color: #fff; /*font-family:"Gilroy-Bold";*/ font-weight:700; margin: 30px 0 40px;}
#participate .btn-box{}
#participate .btn-box .btn{min-width: 200px;height: 70px;line-height: 70px;background: #fff;border-radius: 35px;margin-right: 30px;}
#participate .btn-box .btn .text{font-size: 24px;color: #0048d2;font-weight: 700;}
#participate .btn-box .btn .more-icon{width: 15px;height: 100%;margin-right: 15px;}
#participate .btn-box .btn:hover{background: #0048d2;}
#participate .btn-box .btn:hover .text{color: #fff;}
#participate .btn-box .more-box:hover .more-icon{display: inline-block;}

/*参加展会-预定展位弹窗*/
#participate-form{position: fixed;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0,0,0,.4);z-index: 51;}
#participate-form .content{width: 560px;/*height: 675px;*/background: #fff;border-radius: 15px;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);padding: 50px 80px;}
#participate-form .content .title{font-size: 36px;font-weight: 700;}
#participate-form .content .form-box{margin-top: 30px;}
#participate-form .content .form-box .tit{font-size: 16px;font-weight: 700;margin-bottom: 10px;}
#participate-form .content .form-box .tit span{color: #ff0000;}
#participate-form .content .form-box .input{width: 100%;height: 52px;border: 1px solid #d7d7d7;border-radius: 10px;display: block;margin-bottom: 25px;padding: 0 20px;color: #bebebe;}
#participate-form .content .form-box .input input{width: 100%;}
#participate-form .content .form-box .submit{margin: 50px auto 0;width: 170px;height: 52px;line-height: 50px;color: #fff;background: #0048d2;border-radius: 26px;}
#participate-form .content .form-box .submit .more-icon{width: 15px;height: 52px;}
#participate-form .content .form-box .submit:hover .more-icon{display: inline-block;margin-right: 20px;}

@media (max-width: 750px){
	#participate-form .content{padding: 50px 30px;}
	#participate-form .content .form-box .tit{font-size: 26px;}
	#participate-form .content .form-box .input{height: 62px;}
	#participate-form .content .form-box .submit{height: 62px;line-height: 60px;width: 200px;border-radius: 31px;}
}

/*展商中心-应用领域详情*/
#app-search{padding: 100px 0;}
#app-search form .text{width: 330px;padding: 0 20px;height: 55px;line-height: 55px;border:1px solid #eaeaea;border-right:none;}
#app-search form .submit{height: 55px;width: 55px;background: #0048d2 url(/images/search1.png) no-repeat center center;color: #fff;font-size: 16px;}
#app-search form .text::-webkit-input-placeholder{color: #333;}
#app-search form .text:-moz-placeholder {color: #333;}
#app-search form .text::-moz-placeholder{color: #333;}
#app-search form .text:-ms-input-placeholder {color: #333;}
@media(max-width: 750px){
	#app-search form .text{width: 500px;height: 65px;line-height: 65px;}
	#app-search form .submit{width: 65px;height: 65px;}
}

#app-detail{padding-bottom: 100px;}
#app-detail .content{}
#app-detail .content .li{width: 48%;margin-right: 4%;margin-bottom: 100px;}
#app-detail .content .li:nth-child(2n){margin-right: 0;}
#app-detail .content .li .left{width: 45.572%;}
#app-detail .content .li .left .pic{padding-top: 100%;border-radius: 10px;}
#app-detail .content .li .right{width: 54.428%;padding-left: 35px;padding-top: 15px;}
#app-detail .content .li .right .icon{width: 116px;height: 50px;margin-bottom: 40px;}
#app-detail .content .li .right .t1{font-size: 24px;font-weight: 700;}
#app-detail .content .li .right .t2{font-size: 16px;color: #999;margin-top: 28px;}
#app-detail .content .li .right .t2 span{font-size: 20px;/*font-family:"Gilroy-Bold";*/ font-weight:700;}
#app-detail .content .li .right .btn-box{margin-top: 28px;}
#app-detail .content .li .right .btn-box .btn{min-width: 170px;height: 52px;line-height: 50px;color: #0048d2;background: #fff;border-radius: 25px;margin-right: 20px;border: 1px solid #0048d2;}
#app-detail .content .li .right .btn-box .btn:nth-child(2){margin-right: 0;}
#app-detail .content .li .right .btn-box .btn .more-icon{width: 15px;height: 100%;margin-right: 15px;}
#app-detail .content .li .right .btn-box .btn:hover{background: #0048d2;}
#app-detail .content .li .right .btn-box .btn:hover .text{color: #fff;}
#app-detail .content .li .right .btn-box .more-box:hover .more-icon{display: inline-block;}
#app-detail .content .li .text-box{width: 100%;height: 130%;right: -108%;top: -15%;background: rgba(13,81,212,.95);z-index: 2;border-radius: 10px;}
#app-detail .content .li:nth-child(2n) .text-box{right: auto;left: -109%;}
#app-detail .content .li .text-box .close{background: url(/images/close-fff.png) no-repeat center;width: 40px;height: 40px;top: 10px;right: 10px;background-size: 20px;z-index: 3;}
#app-detail .content .li .text-box .cont{font-size: 16px;color: #fff;line-height: 2;width: 85%;margin: 2% auto;height: 288px;}
#app-detail .content .li .text-box .cont *{font-size: 16px;color: #fff;}
#app-detail .mCSB_scrollTools{right: -9px;}
#app-detail .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background: #fff;}

@media(max-width: 1440px){
	#app-detail .content .li{width: 49%;margin-right: 2%;}
	#app-detail .content .li .right{padding-left: 25px;}
	#app-detail .content .li .right .btn-box .btn{min-width: 150px;margin-right: 10px;}
	#app-detail .content .li .text-box{right: -104%;}
	#app-detail .content .li:nth-child(2n) .text-box{left: -104%;}
}

@media(max-width: 1440px){
	#app-detail .content .li .right .btn-box .btn{margin-bottom: 10px;}
}

@media(max-width: 750px){
	#app-detail .content .li{float: none;width: 100%;margin-right: 0;}
	#app-detail .content .li .text-box{left: 0;top: -4%;height: 108%;}
	#app-detail .content .li:nth-child(2n) .text-box{right: 0;top: -4%;left: 0;}
	#app-detail .content .li .right .t1{font-size: 36px;}
	#app-detail .content .li .right .t2{font-size: 28px;}
	#app-detail .content .li .right .t2 span{font-size: 30px;}
	#app-detail .content .li .text-box .cont{font-size: 24px;height: 576px;}
	#app-detail .content .li .text-box .cont *{font-size: 24px;}
	#app-detail .content .li .left{float: none;width: 100%;}
	#app-detail .content .li .left .pic{padding-top: 51.851%;}
	#app-detail .content .li .right{float: none;width: 100%;text-align: center;padding-left: 0;}
	#app-detail .content .li .right .icon{margin: 30px auto;}
	#app-detail .content .li .right .btn-box .btn{min-width: 180px;height: 62px;line-height: 60px;border-radius: 31px;}
}

/*展商中心-应用领域详情咨询弹窗*/
#consult-form{position: fixed;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0,0,0,.4);z-index: 51;}
#consult-form .content{width: 560px;/*height: 675px;*/background: #fff;border-radius: 15px;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);padding: 50px 80px;/*overflow-y: auto;*/}
#consult-form .content .title{font-size: 36px;font-weight: 700;}
#consult-form .content .form-box{margin-top: 30px;}
#consult-form .content .form-box .tit{font-size: 16px;font-weight: 700;margin-bottom: 10px;}
#consult-form .content .form-box .tit span{color: #ff0000;}
#consult-form .content .form-box .input{width: 100%;height: 52px;border: 1px solid #d7d7d7;border-radius: 10px;display: block;margin-bottom: 25px;padding: 0 20px;color: #bebebe;}
#consult-form .content .form-box .input.textarea{height: 100px;padding: 20px;}
#consult-form .content .form-box .input input{width: 100%;}
#consult-form .content .form-box .submit{margin: 50px auto 0;width: 170px;height: 52px;line-height: 52px;color: #fff;background: #0048d2;border-radius: 26px;}
#consult-form .content .form-box .submit .more-icon{width: 15px;height: 52px;}
#consult-form .content .form-box .submit:hover .more-icon{display: inline-block;margin-right: 20px;}

@media(max-width: 1440px){
	#consult-form .content{padding: 30px 80px;}
	#consult-form .content .form-box .input{margin-bottom: 15px;}
	#consult-form .content .form-box .submit{margin-top: 30px;}
}

@media (max-width: 750px){
	#consult-form .content{padding: 50px 30px;}
	#consult-form .content .form-box .tit{font-size: 26px;}
	#consult-form .content .form-box .input{height: 62px;}
	#consult-form .content .form-box .input.textarea{height: 150px;}
	#consult-form .content .form-box .submit{height: 62px;line-height: 60px;width: 200px;border-radius: 31px;}
}

/*观众中心-展会概览*/
#prev-exh{padding: 100px 0 100px;background: #fff;}
#prev-exh .mcscroll{height: 670px;margin-top: 50px;}
#prev-exh .content{height: 670px;overflow: hidden;  margin-top: 50px; background: #fff;border: 1px solid #ebeff9;padding: 0 8px 10px;}
#prev-exh .content .slide{display: flex; height: 87px;border-bottom: 1px solid #ebeff9;}
#prev-exh .content .pic{width: 11.11111%; height: 87px; padding-top: 5.36%;border-right: 1px solid #ebeff9;}
#prev-exh .content .pic:nth-child(9n){border-right: 0;}
/*#prev-exh .content .pic:nth-last-child(-n+10){border-bottom: 0;}*/
#prev-exh .content .pic::before{width: 108%;height: 108%;opacity: 0;background: #fff;position: absolute;top: 0;bottom: 0;left: 0;right: 0;z-index: 2;margin: auto;content: '';transform: translate3d(-4%,0,0);border: 1px solid #b9ccf1;border-bottom: 3px solid #0048d2;border-top: 1px solid #eaeef9;}
#prev-exh .content .pic img{position: relative; z-index: 3; width: 75%;}
#prev-exh .content .pic:hover::before{opacity: 1;}
#prev-exh .mCSB_scrollTools{right: -8px;}
#prev-exh .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background: #0048d2;}

@media(max-width: 1280px){
	#prev-exh .content .pic{width: 12.5%;padding-top: 5.25%;}
	#prev-exh .content .pic:nth-child(10n){border-right: 1px solid #ebeff9;}
	#prev-exh .content .pic:nth-child(8n){border-right: 0;}
}

@media(max-width: 750px){
	#prev-exh .content .pic{width: 25%;padding-top: 12.25%;}
	#prev-exh .content .pic:nth-child(8n){border-right: 1px solid #ebeff9;}
	#prev-exh .content .pic:nth-child(4n){border-right: 0;}
	#prev-exh .content .pic img {transform: scale(0.8);}
}

#aud-btns{padding: 100px 0;}
#aud-btns .btn-box{margin-top: 28px;}
#aud-btns .btn-box .btn{min-width: 200px;height: 72px;line-height: 70px;color: #0048d2;background: #fff;border-radius: 35px;margin-right: 20px;border: 1px solid #0048d2;padding: 0 20px;}
#aud-btns .btn-box .btn .text{font-size: 18px;font-weight: 700;color: #0048d2;}
#aud-btns .btn-box .btn .more-icon{width: 15px;height: 100%;margin-right: 15px;}
#aud-btns .btn-box .btn:hover{background: #0048d2;}
#aud-btns .btn-box .btn:hover .text{color: #fff;}
#aud-btns .btn-box .more-box:hover .more-icon{display: inline-block;}

@media(max-width: 750px){
	#aud-btns .btn-box .btn{min-width: 180px;margin-right: 8px;}
	#aud-btns .btn-box .btn .text{font-size: 24px;}
}

/*观众中心-团体参观*/
#strategy{padding: 100px 0;}
#strategy .content{display: flex;align-items: center;}
#strategy .content .pic{width: 53.75%;}
#strategy .content .text{width: 46.25%;padding-left: 8.4375%;}
/*#strategy .content .text .cont{margin-top: 80px;}*/
#strategy .content .text .cont{margin-top: 40px;}
#strategy .content .text .cont .li{display: flex;align-items: center;/*margin-bottom: 65px;*/margin-bottom: 25px;}
#strategy .content .text .cont .li:last-child{margin-bottom: 0;}
#strategy .content .text .cont .li .icon{width: 60px;height: 60px;}
#strategy .content .text .cont .li .txt{margin-left: 25px;width: calc(100% - 85px);}
#strategy .content .text .cont .li .txt .t1{font-size: 24px;color: #0048d2;font-weight: 700;margin-bottom: 20px;}
#strategy .content .text .cont .li .txt .t2{font-size: 16px;line-height: 1.5;}
#strategy .content .text .brief{margin-top: 25px;}

@media(max-width: 1440px){
	#strategy .content .text{padding-left: 6.438%;}
}

@media(max-width: 1280px){
	#strategy .content .text{padding-left: 2.438%;}
}

@media(max-width: 750px){
	#strategy .content{display: block;}
	#strategy .content .pic{width: 100%;margin-bottom: 30px;}
	#strategy .content .text{width: 100%;padding-left: 0;}
	#strategy .content .text .cont .li .txt .t1{font-size: 30px;}
	#strategy .content .text .cont .li .txt .t2{font-size: 26px;}
}

#welfare{padding: 100px 0;background: #f3f8fb;}
#welfare .content{margin-top: 35px;}
#welfare .content .li{width: 18.5625%;margin-right: 1.796875%;padding-top: 22.5625%;}
#welfare .content .li:nth-child(5n){margin-right: 0;}
#welfare .content .li .pic{}
#welfare .content .li .tit{padding: 20px;background: rgba(23,87,210,.9);font-size: 18px;color: #fff;left: 0;right: 0;bottom: 0;z-index: 2;}

@media(max-width: 750px){
	#welfare .content .li{float: none;width: 100%;margin-right: 0;padding-top: 121.548%;margin-bottom: 30px;}
	#welfare .content .li .tit{font-size: 28px;}
}

/*我要组团*/
#exh-group{width: 100%;background: url(/images/aud-group-bg.png) no-repeat center;background-size: cover;padding: 9.375% 0 9.375%;}
#exh-group .title-cn{font-size: 36px;color: #fff;font-weight: 700;}
#exh-group .title-en{font-size: 60px;color: #fff; /*font-family:"Gilroy-Bold";*/ font-weight:700; margin: 30px 0 40px;}
#exh-group .btn-box{}
#exh-group .btn-box .btn{min-width: 200px;height: 70px;line-height: 70px;background: #fff;border-radius: 35px;margin-right: 30px;padding: 0 20px;}
#exh-group .btn-box .btn .text{font-size: 24px;color: #0048d2;font-weight: 700;}
#exh-group .btn-box .btn .more-icon{width: 15px;height: 100%;margin-right: 15px;}
#exh-group .btn-box .btn:hover{background: #0048d2;}
#exh-group .btn-box .btn:hover .text{color: #fff;}
#exh-group .btn-box .more-box:hover .more-icon{display: inline-block;}

/*参加展会-预定展位弹窗*/
#exh-group-form{position: fixed;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0,0,0,.4);z-index: 51;}
#exh-group-form .content{width: 560px;/*height: 675px;*/background: #fff;border-radius: 15px;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);padding: 50px 80px;}
#exh-group-form .content .title{font-size: 36px;font-weight: 700;}
#exh-group-form .content .form-box{margin-top: 30px;}
#exh-group-form .content .form-box .tit{font-size: 16px;font-weight: 700;margin-bottom: 10px;}
#exh-group-form .content .form-box .tit span{color: #ff0000;}
#exh-group-form .content .form-box .input{width: 100%;height: 52px;border: 1px solid #d7d7d7;border-radius: 10px;display: block;margin-bottom: 25px;padding: 0 20px;color: #bebebe;}
#exh-group-form .content .form-box .input input{width: 100%;}
#exh-group-form .content .form-box .submit{margin: 50px auto 0;width: 170px;height: 52px;line-height: 52px;color: #fff;background: #0048d2;border-radius: 26px;}
#exh-group-form .content .form-box .submit .more-icon{width: 15px;height: 52px;}
#exh-group-form .content .form-box .submit:hover .more-icon{display: inline-block;margin-right: 20px;}

@media (max-width: 750px){
	#exh-group-form .content{padding: 50px 30px;}
	#exh-group-form .content .form-box .tit{font-size: 26px;}
	#exh-group-form .content .form-box .input{height: 62px;}
	#exh-group-form .content .form-box .submit{height: 62px;line-height: 60px;width: 200px;border-radius: 31px;}
}

/*新闻列表*/
#news-cate{padding: 100px 0;}
#news-cate .content{max-width: 100%;}
#news-cate .content .li{min-width: 230px;height: 55px;border: 1px solid #d6d6d6;width: auto;line-height: 53px;}
#news-cate .content .li.cur{background: #004eb8;font-weight: 700;color: #fff;}
#news-cate .content .li:hover{background: #004eb8;font-weight: 700;color: #fff;}

@media(max-width: 750px){
	#news-cate .content .li{height: 65px;line-height: 63px;}
}

#news{padding-bottom: 100px;}
#news .content{margin-bottom: 50px;}
#news .content .li{width: 30.8125%;margin-right: 3.78125%;margin-bottom: 50px;}
#news .content .li:nth-child(3n){margin-right: 0;}
#news .content .li .pic{width: 100%;padding-top: 60.851%;}
#news .content .li .top{margin: 15px 0 20px;}
#news .content .li .top .cate{font-size: 12px;color: #fff;min-width: 33px;height: 20px;line-height: 20px;padding: 0 10px;}
#news .content .li .top .cate.cate1{background: #fc7205;}
#news .content .li .top .cate.cate2{background: #00b4e3;}
#news .content .li .top .cate.cate3{background: #004cd9;}
#news .content .li .top .time{color: #666;/*font-family:"GILROY-REGULAR";*/margin-left: 10px;line-height: 20px;}
#news .content .li .title{font-size: 18px;line-height: 1.66;font-weight: 700;margin-bottom: 10px;height: 60px;overflow: hidden;}
#news .content .li .brief{line-height: 1.8;height: 51px;overflow: hidden;}

@media (max-width: 750px){
	#news .content .li{float: none;width: 100%;margin-right: 0;}
	#news .content .li .top .cate{font-size: 24px;height: 36px;line-height: 36px;}
	#news .content .li .top .time{line-height: 36px;}
	#news .content .li .title{font-size: 30px;height: auto;}
	#news .content .li .brief{height: auto;}
}

/*新闻详情*/
#crumbs{width: 100%;padding: 30px;background: #fafafa;line-height: 2;}
#crumbs .title1{font-size: 12px;color: #999;}
#crumbs .title2{font-size: 12px;width: 14.285%;}
#crumbs span{font-size: 12px;color: #999;margin: 0 8px;}
#crumbs .back{font-size: 12px;color: #999;background: url(/images/back-icon.png) no-repeat right;padding-right: 30px;}
#crumbs .back:hover{color: #004eb8;background-image: url(/images/back-icon-h.png);}
#crumbs .title1:hover{color: #004eb8;}

@media (max-width: 750px){
	#crumbs{padding: 30px 0;}
	#crumbs .title1{font-size: 24px;}
	#crumbs span{font-size: 24px;}
	#crumbs .title2{width: 60%;font-size: 24px;}
	#crumbs .back{font-size: 24px;}
}

#news-detail{padding: 100px 0;}
#news-detail .title{font-size: 36px;font-weight: 700;margin-bottom: 40px;}
#news-detail .time{color: #666;padding-left: 22px;background: url(/images/time-icon.png) no-repeat left;margin-right: 40px;}
#news-detail .time span{color: #666;/*font-family:"GILROY-REGULAR";*/}
#news-detail .views{color: #666;padding-left: 33px;background: url(/images/views-icon.png) no-repeat left;}
#news-detail .views span{color: #666;/*font-family:"GILROY-REGULAR";*/}
#news-detail .share-box{color: #666;}
#news-detail .share-box .share{width: 20px;height: 20px;margin-left: 15px;}
#news-detail .share-box .share.wx{background: url(/images/share-wx1.png) no-repeat center;}
#news-detail .share-box .share.wb{background: url(/images/share-wb1.png) no-repeat center;}
#news-detail .share-box .share.fb{background: url(/images/share-fb1.png) no-repeat center;}
#news-detail .share-box .share.tw{background: url(/images/share-tw1.png) no-repeat center;}
#news-detail .share-box .share.in{background: url(/images/share-in1.png) no-repeat center;}
#news-detail .share-box .share.wx:hover{background-image: url(/images/share-wx3.png);}
#news-detail .share-box .share.wb:hover{background-image: url(/images/share-wb3.png);}
#news-detail .share-box .share.fb:hover{background-image: url(/images/share-fb3.png);}
#news-detail .share-box .share.tw:hover{background-image: url(/images/share-tw2.png);}
#news-detail .share-box .share.in:hover{background-image: url(/images/share-in3.png);}
#news-detail .content{padding-top: 50px;border-top: 1px solid #eee;margin-top: 28px;}
#news-detail .btn-box{margin-top: 100px;}
#news-detail .btn-box .btns{width: 50%;padding: 5% 12.083% 5% 6.666%;border: 1px solid #f0f0f0;}
#news-detail .btn-box .btns.prev{background: url(/images/prev-l.png) no-repeat center left 13.333%;}
#news-detail .btn-box .btns.next{background: url(/images/prev-r.png) no-repeat center right 13.333%;padding: 5% 6.666% 5% 12.083%;}
#news-detail .btn-box .btns .t1{font-size: 18px;color: #000;margin-bottom: 12px;}
#news-detail .btn-box .btns .t2{color: #000;width: 56.666%;}
#news-detail .btn-box .btns:hover .t1{color: #fff;font-weight: 700;}
#news-detail .btn-box .btns:hover .t2{color: #fff;}
#news-detail .btn-box .btns.prev:hover{background: url(/images/prev-l-h.png) no-repeat center left 13.333% #0048d2;}
#news-detail .btn-box .btns.next:hover{background: url(/images/prev-r-h.png) no-repeat center right 13.333% #0048d2;}

@media (max-width: 750px){
	#news-detail{padding-top: 50px;}
	#news-detail .time{background-size: 24px;padding-left: 30px;}
	#news-detail .views{background-size: 30px;padding-left: 36px;}
	#news-detail .share-box{float: left;margin-top: 20px;}
	#news-detail .share-box .share{width: 32px;height: 32px;}
	#news-detail .share-box .share.wx{background-size: 28px;}
	#news-detail .share-box .share.wb{background-size: 28px;}
	#news-detail .share-box .share.fb{background-size: 28px;}
	#news-detail .share-box .share.tw{background-size: 28px;}
	#news-detail .share-box .share.in{background-size: 28px;}
	#news-detail .btn-box .btns{width: 100%;}
	#news-detail .btn-box .btns .t1{font-size: 30px;}
	#news-detail .btn-box .btns .t2{width: 75%;}
}

/*合作媒体*/
.news-media{padding: 100px 0;}
.news-media .content{background: #fff;border: 1px solid #ebeff9;border-bottom: 0;margin-top: 40px;}
.news-media .content .pic{width: 11.11111%;padding-top: 5.36%;border-right: 1px solid #ebeff9;border-bottom: 1px solid #ebeff9;}
.news-media .content .pic:nth-child(9n){border-right: 0;}
.news-media .content .pic::before{width: 108%;height: 108%;opacity: 0;background: #fff;position: absolute;top: 0;bottom: 0;left: 0;right: 0;z-index: 2;margin: auto;content: '';transform: translate3d(-4%,0,0);border: 1px solid #b9ccf1;border-bottom: 3px solid #0048d2;border-top: 1px solid #eaeef9;}
.news-media .content .pic img{position: relative; z-index: 3;}
.news-media .content .pic:hover::before{opacity: 1;}

@media(max-width: 1280px){
	.news-media .content .pic{width: 12.5%;padding-top: 5.25%;}
	.news-media .content .pic:nth-child(10n){border-right: 1px solid #ebeff9;}
	.news-media .content .pic:nth-child(8n){border-right: 0;}
}

@media(max-width: 750px){
	.news-media .content .pic{width: 25%;padding-top: 12.25%;}
	.news-media .content .pic:nth-child(8n){border-right: 1px solid #ebeff9;}
	.news-media .content .pic:nth-child(4n){border-right: 0;}
}

#media-par{padding: 100px 0;background: #f3f8fb;}
#media-par .content{margin-top: 50px;}
#media-par .content{}
#media-par .content .li{width: 15.625%;margin: 0 1.25% 1.25% 0;background: #fff;border-radius: 20px;padding: 1.875% 1%;}
#media-par .content .li:nth-child(6n){margin-right: 0;}
#media-par .content .li .tit{font-size: 16px;font-weight: 700;}
#media-par .content .li .pic{width: 142px;height: 142px;margin: 30px auto 0;}

@media(max-width: 750px){
	#media-par .content .li{width: 48%;margin-right: 4%;margin-bottom: 4%;padding: 3.875% 2%;}
	#media-par .content .li:nth-child(6n){margin-right: 4%;}
	#media-par .content .li:nth-child(2n){margin-right: 0;}
	#media-par .content .li .tit{font-size: 26px;}
}

/*展商资料*/
#download{padding: 100px 0;}
#download .content{margin-top: 50px;}
#download .content .li{width: 31.0625%;margin: 0 3.40625% 3.40625% 0;background: #f3f8fb;padding: 2.8125% 3.125%;border-radius: 15px;}
#download .content .li:nth-child(3n){margin-right: 0;}
#download .content .li .tit{font-size: 24px;font-weight: 700;margin-bottom: 30px;}
#download .content .li .down{min-width: 170px;height: 50px;line-height: 50px;border: 1px solid #0048d2;border-radius: 25px;color: #0048d2;padding: 0 20px;}
#download .content .li .down .icon{background: url(/images/down-icon.png) no-repeat center;width: 11px;height: 50px;margin-right: 15px;display: none;}
#download .content .li .down:hover{background: #0048d2;color: #fff;}
#download .content .li .down:hover .icon{background-image: url(/images/down-icon-h.png);display: inline-block;}
#download .ajax-page{margin-top: 45px;}
#download .ajax-page .load{min-width: 170px;height: 50px;line-height: 50px;border: 1px solid #0048d2;border-radius: 25px;color: #0048d2;padding: 0 20px;}
#download .ajax-page .load .icon{width: 15px;height: 50px;margin-right: 15px;}
#download .ajax-page .load:hover{background: #0048d2;color: #fff;}

@media(max-width: 750px){
	#download .content .li{width: 48%;margin-right: 4%;}
	#download .content .li:nth-child(3n){margin-right: 4%;}
	#download .content .li:nth-child(2n){margin-right: 0;}
	#download .content .li .tit{font-size: 30px;}
	#download .content .li .down{height: 60px;line-height: 60px;border-radius: 30px;}
	#download .ajax-page .load{height: 60px;line-height: 60px;border-radius: 30px;}
}

/*展会照片*/
#photos{padding: 100px 0;}
#photos .content{margin-top: 50px;}
#photos .content .container{padding-bottom: 55px;}
#photos .content .li{width: 31.0625%;margin: 0 3.40625% 2.1875% 0;padding-top: 18.75%;}
#photos .content .li:nth-child(3n){margin-right: 0;}
#photos .content .li .pic{}
#photos .content .li .text{width: 100%;height: 60px;/*line-height: 60px;*/left: 0;right: 0;bottom: 0;background: rgba(2,71,201,.9);}
#photos .content .li .text .tit{font-size: 18px;color: #fff;}
#photos .content .li .text .icon{background: url(/images/search1.png) no-repeat center;width: 16px;height: 18px;margin: 30px auto 0;display: none;}
#photos .content .li:hover .text{height: 100%;}
#photos .content .li:hover .text .cont{margin-top: 30px;}
#photos .content .li:hover .icon{display: block;}
#photos .content .swiper-container-horizontal>.swiper-scrollbar{height: 2px;}

@media(max-width: 750px){
	#photos .content .li{width: 100%;margin-right: 0;float: none;padding-top: 60.362%;}
	#photos .content .li .text{height: 80px;}
	#photos .content .li .text .tit{font-size: 30px;}
}

/*会议一览表*/
#con-list{padding: 100px 0;}
#con-list .content{margin-top: 40px;}
#con-list .content .top{padding: 23px 0;background: #0047d2;}
#con-list .content .top .ttit{font-size: 16px;color: #fff;font-weight: 700;text-align: center;width: 33.333%;}
#con-list .content .bot{}
#con-list .content .bot .ul{margin-top: 12px;}
#con-list .content .bot .ul .cate_name{background: #ccc; padding: 25px 0; font-size: 20px; font-weight: bold; text-align: center;}
#con-list .content .bot .ul .li{border-bottom: 2px solid #ebeff2;}
#con-list .content .bot .ul .li:last-child{border-bottom: 0;}
#con-list .content .bot .ul .li .btit{font-size: 14px;width: 33.333%;padding: 25px 0;}
#con-list .content .bot .ul .li .btit1{font-weight: 700;}
#con-list .content .bot .ul .li .bgc1{ display: flex; justify-content: center; align-items: center;background: #deebf7;}
#con-list .content .bot .ul .li .bgc2{ display: flex; justify-content: center; align-items: center; background: #f3f8fb;}
#con-list .content .bot .ul:nth-child(3n-1) .li .bgc1{background: #fff2cc;}
#con-list .content .bot .ul:nth-child(3n-1) .li .bgc2{background: #faf4e1;}
#con-list .content .bot .ul:nth-child(3n) .li .bgc1{background: #e2f0d9;}
#con-list .content .bot .ul:nth-child(3n) .li .bgc2{background: #e9fade;}
#con-list .content .bot .ul .li .pdl{ display: flex; justify-content: center; align-items: start; flex-direction: column; padding-left: 40px;}
#con-list .content .bot .ul .li .pdl .brief{ color: #999;}
#con-list .content .bot_tips{ margin-top: 10px; opacity: .8;}

@media(max-width: 750px){
	#con-list .content .top .ttit{font-size: 26px;}
	#con-list .content .bot .ul .li .btit{font-size: 24px;line-height: 36px;}
	#con-list .content .bot .ul .li .pdl{padding-left: 20px;}
	#con-list .content .bot .ul .cate_name{font-size: 30px;}
}

#hall-map{padding: 0 0 100px;background: #fff;}
#hall-map .content{margin-top: 40px;transform: translateY(-250px);}

/*会议详情*/
#meet-banner{width: 100%;}
#meet-intro{padding: 100px 0 0;}
#meet-intro .top{}
#meet-intro .top .logo{width: 402px;height: 100px;margin-bottom: 40px;text-align:left;}
#meet-intro .top .title-cn{width: 72%;font-size: 48px;font-weight: 700;margin: 0 0 10px;}
#meet-intro .top .title-en{width: 72%;font-size: 24px;/*font-family:"Gilroy-Bold";*/ font-weight:700;}
#meet-intro .top .btn-box{right: 0;top: 53%;}
#meet-intro .top .btn-box .btn{min-width: 170px;height: 50px;line-height: 50px;margin-left: 50px;border-radius: 25px;border: 1px solid #0048d2;padding: 0 20px;}
#meet-intro .top .btn-box .btn .more-icon{width: 15px;height: 50px;margin-right: 20px;}
#meet-intro .top .btn-box .btn .text{color: #0048d2;}
#meet-intro .top .btn-box .btn:hover{background: #0048d2;}
#meet-intro .top .btn-box .btn:hover .text{color: #fff;}
#meet-intro .bot{margin-top: 90px;}
#meet-intro .bot .left{width: 71%;display: flex;justify-content: start;flex-wrap: wrap;}
#meet-intro .bot .left .item{width: 25%;margin-bottom: 45px;padding: 0 10px 0 25px;}
#meet-intro .bot .left .item::before{content: '';position: absolute;top: 0;bottom: 0;left: 0;height: 50%;margin: auto;width: 1px;background: #f2f2f2;}
#meet-intro .bot .left .item:nth-child(1)::before,
#meet-intro .bot .left .item:nth-child(5)::before{display: none;}
#meet-intro .bot .right{width: 29%;padding-left: 50px;}
#meet-intro .bot .right::before{content: '';position: absolute;top: 0;bottom: 0;left: 0;height: 80%;margin: auto;width: 1px;background: #f2f2f2;}
#meet-intro .bot .tit-cn{font-size: 20px;font-weight: 700;}
#meet-intro .bot .tit-en{color: #666; /*font-family:"Gilroy-Bold";*/ font-weight:700; margin-top: 5px;}
#meet-intro .bot .brief{line-height: 2.14;margin-top: 15px;}

@media(max-width: 1366px){
	#meet-intro .top .title-cn{width: 66%;}
	#meet-intro .top .title-en{width: 66%;}
}

@media(max-width: 750px){
	#meet-intro .top .title-cn{width: 100%;}
	#meet-intro .top .title-en{font-size: 30px;width: 100%;}
	#meet-intro .top .btn-box{position: static;}
	#meet-intro .top .btn-box .btn{margin: 30px 30px 0 0;min-width: 180px;height: 60px;line-height: 60px;border-radius: 30px;}
	#meet-intro .bot .left{float: none;width: 100%;}
	#meet-intro .bot .right{float: none;width: 100%;padding-left: 0;}
	#meet-intro .bot .tit-cn{font-size: 30px;}
	#meet-intro .bot .left .item{width: 100%;padding-left: 0;margin-bottom: 30px;}
	#meet-intro .bot .left .item::before{display: none;}
}

#meeting-info{padding: 100px 0;}
#meeting-info .editor{max-width: 100%;overflow-x: auto;}

@media(max-width: 750px){
	#meeting-info{padding-top: 30px;}
	/*#meeting-info .editor{max-width: 100%;overflow-x: auto;}*/
}

#speaker{padding: 100px 0;background: #f3f8fb;}
#speaker .content{margin-top: 60px;overflow: visible !important;}
#speaker .content .li{width: 14.6875%;margin: 0 2.375% 60px 0;}
#speaker .content .li:nth-child(6n){margin-right: 0;}
#speaker .content .li .pic{padding-top: 100%;z-index: 5;}
#speaker .content .li .t1{font-size: 24px;font-weight: 700;/*font-family:"Gilroy-Bold";*/ font-weight:700; margin: 40px 0 15px;}
#speaker .content .li .t2{font-size: 16px;color: #666;/*font-family:"GILROY-REGULAR";*/}
#speaker .content .li .brief{background: rgba(0,72,210,.95);width: 350%;/*height: 80%;*/height: 270px;left: -10%;top: -5%;z-index: 2;border-radius: 20px;padding: 20% 15% 10% 125%;}
#speaker .content .li .brief .txt{color: #fff;line-height: 2.14;height: 180px;}
#speaker .content .li .brief .txt *{color: #fff;line-height: 2.14;}
#speaker .content .li:nth-child(6n) .brief,
#speaker .content .li:nth-child(6n-1) .brief{left: auto;right: -10%;padding: 20% 125% 10% 15%;}
#speaker .ajax-page{margin-top: 45px;}
#speaker .ajax-page .load{min-width: 170px;height: 50px;line-height: 50px;border: 1px solid #0048d2;border-radius: 25px;color: #0048d2;}
#speaker .ajax-page .load .icon{width: 15px;height: 50px;margin-right: 15px;}
#speaker .ajax-page .load:hover{background: #0048d2;color: #fff;}
#speaker .mCSB_scrollTools{right: -9px;}
#speaker .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background: #fff;}

@media(max-width: 1440px){
	#speaker .content .li .brief{height: 245px;}
}

@media(max-width: 1366px){
	#speaker .content .li .brief{height: 220px;}
	#speaker .content .li .brief .txt{height: 150px;}
}

@media(max-width: 750px){
	#speaker .content .li{width: 48%;margin-right: 4%;}
	#speaker .content .li:nth-child(6n){margin-right: 4%;}
	#speaker .content .li:nth-child(2n){margin-right: 0;}
	#speaker .content .li .t1{font-size: 30px;}
	#speaker .content .li .t2{font-size: 26px;}
	#speaker .content .li .pic{padding-top: 62.9333%;}
}

#speech{padding: 100px 0;}

/*关于我们-主办介绍*/
#host-about{padding: 100px 0;background: #f3f8fb;}
#host-about .content{display: flex;align-items: center;}
#host-about .content .pic{width: 43.75%;}
#host-about .content .text{width: 56.25%;padding-left: 12.5%;}
#host-about .content .text .brief{font-size: 16px;line-height: 2.1875;margin-top: 15px;}

@media (max-width: 1440px){
	#host-about .content .text{padding-left: 8%;}
}

@media (max-width: 1280px){
	#host-about .content .text{padding-left: 4%;}
}

@media (max-width: 750px){
	#host-about .content{display: block;}
	#host-about .content .pic{width: 100%;margin-bottom: 30px;}
	#host-about .content .text{width: 100%;padding-left: 0;}
	#host-about .content .text .brief{font-size: 28px;}
}

#host-project{padding: 100px 0;}
#host-project .content{margin-top: 70px;}
#host-project .content .container{padding: 30px;}
#host-project .content .li{width: 33.333%;border-right: 1px solid #eaeaea;border-bottom: 1px solid #eaeaea;padding: 30px 20px 30px 70px;z-index: 3;}
#host-project .content .li:nth-child(3n){border-right: 0;}
#host-project .content .li:nth-last-child(-n+3){border-bottom: 0;}
#host-project .content .li .pic{width: 166px;height: 45px;margin-bottom: 35px;}
#host-project .content .li .text{}
#host-project .content .li .text .txt{margin-bottom: 20px;}
#host-project .content .li .text .txt .t1{font-size: 20px;font-weight: 700;}
#host-project .content .li .text .txt .t2{color: #666; /*font-family:"Gilroy-Bold";*/ font-weight:700;}
#host-project .content .li .text .txt .t3{color: #727272;}
#host-project .content .li .icon{width: 15px;height: 11px;background: url(/images/detail-icon2.png) no-repeat center;right: 16.885%;top: 15%;/*display: none;*/opacity: 0;}
#host-project .content .li::before{width: 108%;height: 108%;opacity: 0;background: #fff;position: absolute;top: 0;bottom: 0;left: 0;right: 0;z-index: -1;margin: auto;content: '';transform: translate3d(-4%,0,0);box-shadow: 0 0 10px 1px rgba(0,0,0,.1);transition: all .3s;}
#host-project .content .li:hover::before{opacity: 1;}
#host-project .content .li:hover .icon{/*display: block;*/opacity: 1;}

@media (max-width: 1440px){
	#host-project .content .li{padding-left: 50px;}
}

@media (max-width: 1366px){
	#host-project .content .li{padding-left: 30px;}
}

@media (max-width: 750px){
	#host-project .content .container{padding: 0;}
	#host-project .content .li{width: 100%;padding: 25px;}
	#host-project .content .li .text .txt .t1{font-size: 30px;}
}

/*关于我们-联系我们*/
#contact{padding: 100px 0;}
#contact .content{margin-top: 75px;}
#contact .content .left{width: 50%;}
#contact .content .left .li{margin-bottom: 25px;}
#contact .content .left .li .tit{font-size: 24px;color: #0048d2;font-weight: 700;padding-left: 70px;line-height: 40px;}
#contact .content .left .li .msg{font-size: 18px;font-weight: 700;line-height: 2;padding-left: 70px;margin-top: 12px;}
#contact .content .left .share-box{margin-top: 35px;padding-left: 70px;}
#contact .content .left .share-box .share{width: 27px;height: 22px;margin-right: 40px;opacity: .5;}
#contact .content .left .share-box .share:hover{opacity: 1;}
#contact .content .left .share-box .share.wx{background: url(/images/share-wx2.png) no-repeat center;}
#contact .content .left .share-box .share.wb{background: url(/images/share-wb2.png) no-repeat center;}
#contact .content .left .share-box .share.fb{background: url(/images/share-fb2.png) no-repeat center;}
#contact .content .left .share-box .share.in{background: url(/images/instagram.png) no-repeat center;}
#contact .content .left .share-box .share.tw{background: url(/images/share-tw2.png) no-repeat center;}
#contact .content .left .share-box .share.bl{background: url(/images/bilibili.png) no-repeat center;width: 50px;}
#contact .content .left .share-box .share.zh{background: url(/images/zhihu.png) no-repeat center;}
#contact .content .left .share-box .share .code{position: absolute;left:0;bottom:30px;width:200px;height:200px;max-height:0;padding:0 10px;box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);background:#fff;border-radius:5px;overflow:hidden;}
#contact .content .left .share-box .share .code img{width:100%;}
#contact .content .left .share-box .share:hover .code{max-height:300px;padding:10px;}
#contact .content .right{width: 50%;}
#contact .content .right .form-box{}
#contact .content .right .form-box .tit{font-size: 16px;font-weight: 700;margin-bottom: 10px;}
#contact .content .right .form-box .tit span{font-size: 16px;font-weight: 700;color: #ff0000;}
#contact .content .right .form-box .input{width: 100%;height: 52px;line-height: 50px;border: 1px solid #d7d7d7;display: block;padding: 0 20px;margin-bottom: 30px;}
#contact .content .right .form-box .input input{width: 100%;}
#contact .content .right .form-box .textarea{width: 100%;height: 202px;border: 1px solid #d7d7d7;display: block;padding: 20px;margin-bottom: 35px;}
#contact .content .right .form-box .textarea textarea{width: 100%;}
#contact .content .right .form-box .submit{min-width: 170px;height: 50px;line-height: 50px;border-radius: 25px;border: 1px solid #0048d2;color: #0048d2;/*letter-spacing: 5px;*/}
#contact .content .right .form-box .submit .more-icon{width: 15px;height: 50px;}
#contact .content .right .form-box .submit:hover{background-color: #0048d2;color: #fff;}
#contact .content .right .form-box .submit:hover .more-icon{margin-right: 20px;}
#contact .content .right .form-box .tips span{color: #ff0000;}

@media (max-width: 750px){
	#contact .content .left .share-box .share{width: 36px;height: 36px;margin-right: 35px;}
    #contact .content .left .share-box .share.wx{background-size: 36px;}
    #contact .content .left .share-box .share.wb{background-size: 36px;}
    #contact .content .left .share-box .share.fb{background-size: 36px;}
    #contact .content .left .share-box .share.in{background-size: 36px;}
    #contact .content .left .share-box .share.bl{background-size: 75px;width: 75px;}
    #contact .content .left .share-box .share.zh{background-size: 36px;}
    #contact .content .left .share-box .share.tw{background-size: 36px;}
    #contact .content .left .share-box .share .code{width:300px;height:300px;bottom:40px;}
	#contact .content .left{float: none;width: 100%;}
	#contact .content .left .li .tit{font-size: 36px;line-height: 48px;}
	#contact .content .left .li .msg{font-size: 28px;}
	#contact .content .right{float: none;width: 100%;margin-top: 50px;}
	#contact .content .right .form-box .tit{font-size: 28px;}
	#contact .content .right .form-box .tit span{font-size: 26px;}
	#contact .content .right .form-box .input{height: 62px;}
	#contact .content .right .form-box .textarea{height: 162px;}
	#contact .content .right .form-box .submit{height: 60px;line-height: 60px;border-radius: 30px;}
}

/*底部*/
#footer{padding: 100px 0 45px;background: #002d83;}
#footer .top{}
#footer .top .nav{padding-bottom: 25px;border-bottom: 1px solid rgba(255,255,255,.1);}
#footer .top .nav .nav-a{color: #fff;margin-right: 60px;}
#footer .top .nav .nav-a:last-child{margin-right: 0;}
#footer .top .tel{font-size: 30px;color: #fff;/*font-family:"Gilroy-Bold";*/ font-weight:bold; margin: 50px 0 20px}
#footer .top .txt{color: #fff;line-height: 2;margin-right: 25px;}
#footer .top .qrcode{top: 20px;right: 0;}
#footer .top .qrcode .pic{width: 131px;height: 131px;background: #fff;margin: auto;}
#footer .top .qrcode .txt{color: #999;margin-top: 20px;width: 100%;}
#footer .bot{margin-top: 25px;padding-top: 30px;border-top: 1px solid rgba(255,255,255,.1);}
#footer .bot .txt1{color: #fff;font-weight: 700;line-height: 2;margin-bottom: 6px;}
#footer .bot .txt2{color: #fff;line-height: 2;margin-right: 16px;}
#footer .bott{margin-top: 40px;}
#footer .bott .share-box{}
#footer .bott .share-box .share{width: 20px;height: 20px;margin-right: 35px;opacity: .5;}
#footer .bott .share-box .share:hover{opacity: 1;}
#footer .bott .share-box .share.wx{background: url(/images/share-wx.png) no-repeat center;}
#footer .bott .share-box .share.wb{background: url(/images/share-wb.png) no-repeat center;}
#footer .bott .share-box .share.fb{background: url(/images/share-fb.png) no-repeat center;}
#footer .bott .share-box .share.in{background: url(/images/share-in.png) no-repeat center;}
#footer .bott .copyright,
#footer .bott .copyright *{color: rgba(255,255,255,.5);line-height: 1.8;}
#footer .bott .copyright a:hover{color: rgba(255,255,255,1);}

@media (max-width: 1024px){
	#footer .top .nav .nav-a{margin-right: 30px;}
}

@media (max-width: 750px){
	#footer .top .nav{display: block;}
	#footer .top .nav .nav-a{display: inline-block;margin: 15px 25px 15px 0;}
	#footer .top .tel{font-size: 42px;margin-top: 20px;}
	#footer .top .txt{display: block;width: 100%;margin-right: 0;}
	#footer .top .qrcode{position: static;margin-top: 25px;}
	#footer .top .qrcode .pic{margin: 0 auto;}
	#footer .bott .share-box .share{width: 36px;height: 36px;}
	#footer .bott .share-box .share.wx{background-size: 36px;}
	#footer .bott .share-box .share.wb{background-size: 36px;}
	#footer .bott .share-box .share.fb{background-size: 36px;}
	#footer .bott .share-box .share.in{background-size: 36px;}
	#footer .bott .share-box{margin-bottom: 20px;}
}

#float{}
#float{width:53px; top:50%; transform:translate(0, -50%); right:8px; z-index:10;}
#float li{height:53px; line-height:53px; margin:0 0 5px; min-width:53px;box-shadow: 0 0 10px 0 rgba(0,0,0,.1);}
#float li .p1{background:#fff; font-size:24px; border-radius:4px; right:0;}
#float li .p1 .xx{font-size:20px; color:#fff; font-family:'Gilroy-Bold'; display:none;margin-left: 10px;}
#float li .p1.qq{background: url(/images/login.svg) no-repeat center center #fff;}
#float li:not(.not_show):hover .p1{width:234px; background:#0048d2; color:#fff;}
#float li:not(.not_show):hover .p1{right:0;}
#float li:not(.not_show):hover .p1 .xx{display:inline-block;}
#float li .p1.qq:hover{background: url(/images/login2.svg) no-repeat 50px center #0048d2;}
#float li.not_show:hover .p1{background:#0048d2; color:#fff;}
#float li .code{width:131px; height:131px; background:#fff; right:60px; top:0; border:1px solid #ccc;}
#float li:hover .code{display:block;}

@media screen and (max-width: 750px){
	#float{display:none;}
}

@media (max-width: 1680px){

}

@media (max-width: 1440px){

}

@media (max-width: 1366px){

}

@media (max-width: 1280px){

}

@media (max-width: 1200px){

}

@media (max-width: 1024px){

}

@media (max-width: 750px){

}

