*{
    margin: 0;
    padding: 0;
    word-break: break-all;
    font-family: "Microsoft Yahei",Tahoma,Verdana,Arial;
    -webkit-text-size-adjust: none;
    color: #333333;
}
/* .swiper-button-next, .swiper-button-prev{
    background-image: none !important;
    padding: 20px 10px */
/* } */
.swiper-button-next, .swiper-button-prev{
    padding: 15px 10px;
    border-radius: 5px;
    background-size: 22px 36px !important;
    width: 22px !important;
    height: 35px !important;
    margin-top: -18px !important; 
}
.swiper-button-next:hover, .swiper-button-prev:hover{
    background-color: rgba(255, 255, 255, 0.7);   
    
}
/* .swiper-button-next::before{
    width: 60px;
    height: 60px;
    content: "";
    background-image: url(static/image/arr-right.png) !important;
} */
.c_b{
    clear: both;
}
a:link,a:visited,a:active {color:#333333;text-decoration:none;}
img {
    border:none;
}
ul li {
    list-style-type:none;
}
:root {
    --theme-color: #c61e2b;
    --font-size-16: 16px;
    --vice-color: #fcedd0	
}
.m{
    margin: auto;
    width: 1200px;
    clear: both;
}
body{
    background-color: #fcf9f2;
    position: relative;
}
.header .top{
   
    background-color: #f4eee0;
}
.top-box {
    display: flex;
    height: 40px;
    line-height: 40px;
    align-items: center;
    justify-content: space-between;
}
.top-box .left{
    width: 550px;
    display: flex;
    justify-content: space-between;
}
.top-box .left img{
    height: 22px;
    vertical-align: middle;
    margin-right: 10px;
}
.top-box .outtime{
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    /* font-weight: 500; */
}
.top-box .outtime span{
    color: var(--theme-color);
    font-weight: bold;
    font-size: 20px;
    /* font-weight: bold; */
}
.top-box .lang{
    text-align: right;
    font-size: 14px;
    display: flex;
    /* color: #666; */
}
.top-box .langicon{
    display: block;
    height: 16px;
    line-height: 16px;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    font-size: 14px;
    padding-left: 20px;
    color: #666;
    margin-left: 10px;
}
.top-box .lang .en{
    background-image: url('../image/lang-en.png');
}
.top-box .lang .hk{
    background-image: url('../image/lang-hk.png');
}
.top-box .lang img{
    height: 20px;
    vertical-align: middle;
    margin-right: 5px;
}
.header .head{
    height: 168px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.head .left{
    display: flex;
}
.head .content{
    justify-content: center;
    align-content: center;
    align-items: center;
}
.head .content .h4{
    font-size: 28px;
    line-height: 56px;
}
.head .content .h5{
    font-size: var(--font-size-16);
}
.head .other{
    width: 367px;
    text-align: right;
}
.head .other img{
    height: 75px;
    border: 1px solid #e1e1e1;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 5px;
    margin-left: 10px;

}

.ex-desc{
    box-sizing: border-box;
    line-height: 30px;
    padding: 15px 20px 30px;
    overflow: hidden;
	background-image: url('../image/ex-desc.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.ex-desc .content{
    margin-top: 15px;
    line-height: 30px;
	text-align: center;
	font-size: 16px;
	letter-spacing: 3px
}
.ex-desc .content a{
    color: var(--theme-color);
	font-weight: bold;
}

.mid-title{
    width:400px;
    margin:0 auto;
    text-align:justify;
    text-align-last:justify
}
.ex-desc .max-head{
	background-image: url('../image/ex-gk.png');
	height: 50px;
	width: 174px;
	line-height: 50px;
	margin: 0 auto;
	background-size: 100% 100%;
}
.ex-desc .desc-bottom{
	background-image: url('../image/ex-bottom.png');
	height: 38px;
	width: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
	margin-top: 20px;
}
.head .logo{
    width: 230px;
    align-items: center;
    justify-items: center;
    box-sizing: border-box;
    padding-right: 20px;
}
.head .logo img{
    width: 100%;
}
.header .navbar{
    background-color: var(--theme-color);
    display: flex;
    height: 36px;
    line-height: 36px;
}
.navbar li{
    width: 171px;
    float: left;
    text-align: center;
    font-size: var(--font-size-16);
    position: relative;
    height: 36px;
    z-index: 999;
}
.navbar li a{
    color: #fff;
}
.navbar li.active, .navbar li:hover{
    background-color: #fcf9f2;
    box-shadow: 0px -3px 10px #999;
}
.navbar li.active a, .navbar li:hover a{
    color: var(--theme-color);
    font-weight: bold;
}
.navbar li.mainlevel ul {
    width:171px; 
    position:absolute; 
    background:#FFF; 
    display:none; 
    top:36px;
    left:0; 
    filter: Alpha(opacity=95); 
    -moz-opacity: .95;
    opacity: 0.95;
}
.navbar li.mainlevel:hover ul{
    display: block;
}
.navbar li.mainlevel ul li{
    background: var(--theme-color);  
    width:171px; 
    margin:0; 
    padding:0; 
    line-height:36px;
    height:36px;
    font-size: 14px;
}
.navbar li.mainlevel li a {
    color: #fff;
    font-weight: normal;
}
.navbar li.mainlevel:hover li:hover{
    background: #fcf9f2;
}
.navbar li.mainlevel:hover li:hover a{
    color: var(--theme-color);
    font-weight: bold;
}
.swiper-banner{
    position: relative;
    height: 400px;
    overflow: hidden;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sign-in{
    display: flex;
    justify-content: center;
    padding: 30px 0 10px;
}
.sign-in .bth{
    padding: 10px 35px;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    margin: 0 30px;
    background-color: var(--theme-color);
    border-radius: 5px;
}
.sign-in .bth:hover{
    box-shadow: 0px -3px 10px #999;
}
.sign-in .bth a{
    color: #ffffff;
}
.front-page, .front-page2 {
    display: flex;
    margin-top: 20px;
    justify-content: space-between;
}
.front-page .head, .front-page2 .head{
    height: 30px;
    padding: 15px 10px;
    display: flex;
    justify-content: space-between;
}
.front-page .head span, .front-page2 .head span{
    font-weight: bold;
    align-items: center;
    align-self: flex-end;
    font-size: 20px;
}
.front-page .more, .front-page2 .more{
    font-size: 14px;
    color: var(--theme-color);
    align-self: flex-end;
}
.video{
    width: 430px;
    box-sizing: border-box;
    padding: 0 10px 10px;
    background-color: #ffffff;
}
.swiper-photo{
    width: 750px;
    box-sizing: border-box;
    padding: 0 10px 10px;
    background-color: #ffffff;
}
.swiper-photo .photo-show{
    width: 566px;
    height: 326px;
    overflow: hidden;
}
.swiper-photo img{
    width: 100%;
}
.swiper-photo .photo-list{
    width: 154px;
    overflow: hidden;
}
.swiper-photo-box{
    display: flex;
    justify-content: space-between;
}
.swiper-photo .photo-list li{
    height: 102px;
    overflow: hidden;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.swiper-photo .photo-list li:last-child{
    margin-bottom: 0;
}
.swiper-photo .photo-list li:hover{
    cursor: pointer;
}
.swiper-photo .photo-list li.active{
    border: 2px solid var(--theme-color);
}
.type-info{
    display: flex;
    margin-top: 20px;
}
.type-info .item{
    width: 390px;
    margin-right: 15px;
    padding: 10px 0;
    font-size: 16px;
    font-weight: bold;
	position: relative;
    text-align: center;
    background-color: var(--theme-color);
}
.type-info .item:before{
	content: "";
    position: absolute;
    top: 16px;
	right: 20px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 10px 10px 10px;
        border-color:#fff transparent  transparent  transparent;
}
.type-info .item a{
    color: #ffffff;
    display: block;
}
.type-info .item:last-child{
    margin-right: 0;
}
.new-product{
    box-sizing: border-box;
    padding: 0 10px;
    background-color: #ffffff;
    width: 795px;
}
.product-box .item:hover {
	box-shadow: rgb(153, 153, 153) 2px 2px 10px
}
.product-box .item{
    float: left;
    width: 380px;
	/* background-color: #f0f0f0; */
	box-sizing: border-box;
	margin-bottom: 10px;
    margin-right: 15px;
	border: 1px solid #eee;
}
.product-box .item:nth-child(even) {
    margin-right: 0;
}
.product-box .item:hover img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05); 
    transform: scale(1.05);
}
.product-box .img{
    height: 248px;
    overflow: hidden;
}
.product-box .img img{
    width: 100%;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}
.product-box .title{
    font-size: 16px;
    color: #333333;
    line-height: 30px;
	padding: 0 15px;
    height: 30px;
    margin-top: 10px;
    overflow: hidden;
}
.product-box .company{
    font-size: 14px;
    color: #666;
	padding: 0 15px;
	overflow: hidden;
    line-height: 20px;
    margin-bottom: 15px;
}
.formerly_exhibitor{
    width: 390px;
    background-color: #ffffff;
}
.formerly_exhibitor .exhibitor_box{
	height: 672px;
	overflow: hidden;
	position: relative;
}
.exhibitor_box .ex_ui{
	position: absolute;
	width: 100%;
}
.exhibitor_box .item{
    padding: 0 10px 15px;
    height: 84px;
    box-sizing: border-box;
}
.exhibitor_box .item img{
    width: 62px;
    height: 62px;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 2px;
    margin-right: 10px;
}
.exhibitor_box .com{
    margin-left: 10px;
    /* width: 100%; */
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.exhibitor_box .bus{
    font-size: 14px;
    color: #666;
    height: 20px;
    line-height: 20px;
}
.honor-exhibitor{
    padding-top: 40px;
}
.swiper-exhibitor{
    position: relative;
    height: 195px;
    margin-top: 20px;
    overflow: hidden;
}
.honor-item {
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.honor-com .img{
    width: 240px;
    height: 97px;
    box-sizing: border-box;
    overflow: hidden;
    float: left;
    padding: 20px;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.honor-com {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    box-sizing: border-box;
}
.max-head{
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: var(--theme-color);
}
.meanwhile{
    margin-top: 40px;
}
.iadarea{
    margin-top: 20px;
}
.iadarea li{float:left;position: relative;width: 596px;height:auto;overflow: hidden; margin: 0 8px 10px 0;}
.iadarea li:nth-child(even){margin-right: 0}
.iadarea li img{width: 100%}
.news, .medium{
    width: 1200px;
    margin-top: 10px;
    background-color: #ffffff;
}
.news .head, .medium .head{padding: 15px 20px;}

.news-box .item{padding: 20px; border-bottom: 1px solid #f0f0f0; box-sizing: border-box; width: 50%;height: 149px; float: left;}
.news-box .item:hover{background: #f1f1f1a6}
.news-box p.img{width: 180px; height: 108px;  border-radius: 5px;  overflow: hidden; position: relative; float: left;}
.news-box p.img .cate{position: absolute; left: 10px; top: 10px; background-color: rgba(0,0,0,0.5); color: #ffffff; z-index: 20; padding: 3px 5px; font-size: 12px; border-radius: 5px;}
.news-box p.img .cate a{color: #ffffff;}
.news-box p.img img{width: 100%;border: 0; border-radius: 5px;transition: all 0.6s;}
.news-box p.img:hover img{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05);transform:scale(1.05);}

.news-box .list-text{width: 360px; float: right;}
.news-box .title-text{font-size: 18px; line-height: 40px; height: 40px; font-weight: bold; overflow: hidden;}
.news-box .desc-text{font-size: 14px; color: #666; line-height: 24px; max-height: 48px; overflow: hidden;}
.news-box .info-text{padding-top: 4px;  font-size: 12px;}
.news-box .info-text span{color: #999;}
.medium-box{padding: 0 20px 20px; box-sizing: border-box; width: 100%;}
/* .medium-box li{width: 144px;} */
.medium-box li{float:left;width: 146px;height:78px;border: 1px solid #eee;text-align: center;margin:-1px -1px 0 0; box-sizing: border-box; padding: 10px;}
.medium-box li img{width: 122px;height: 58px;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;}
.medium-box li:hover img{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05);transform:scale(1.05);}
.footer{
    background-color: #fcedd0;
    margin-top: 40px;
}
.footer-box {
    display: flex;
    padding: 10px 0 30px;
}
.footer-box .item{
    width: 33.33%;
    box-sizing: border-box;
    padding: 0 20px;
}
.footer-box .item .tit{
    font-size: 24px;
    line-height: 70px;
}
.footer-box .item .info{
    line-height: 32px;
    font-size: 14px;
}
.footer-box .item .info2{
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    line-height: 24px;
}
.footer-box .item .img {
    display: flex;
    margin-top: 20px;
    justify-content: space-between;
}
.footer-box .img img{
    width: 170px;
}
.footer-box .img2 {
    width: 100px;
    /* margin: 0 20px; */
    text-align: center;
}
.footer-box .img2 .t1{
    width: 100px;
    height: 100px;
    box-sizing: border-box;
    padding: 5px;
    background-color: #ffffff;
}
.footer-box .img2 img{
    width: 100%;
}
.nav-float{
    position:fixed;
    top: 30%;
    width: 80px;
    display: none;
    left: 0;
    background: var(--theme-color);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 15px 5px;
    box-sizing: border-box;
    text-align: center;
}
.nav-float img{
    width: 100%;
}
.nav-float .service{
    padding-bottom: 10px;
    box-sizing: border-box;
}
.nav-float .service img{
    width: 60px;
}
.nav-float .gotop{
    width: 35px;
    cursor: pointer;
    margin-top: 15px;
}
.nav-float .item {
    border-bottom: 1px solid #ccc;
    line-height: 28px;
    font-size: 20px;
    padding: 8px 0;
    text-align: center;
}
.nav-float .item a {
    color: #fff;
}
.article-box{
    position: relative;
    margin-top: 10px;
}
.article-box .art-nav{
    width: 180px;
    box-sizing: border-box;
    float: left;
}
.article-box .ex-weapp-qrcode {
    padding: 20px;  
    margin-top: 10px;
    background: #ffffff;
}
.article-box .ex-weapp-qrcode p{
    line-height: 24px;
    text-align: center;
    color: #666;
    font-size: 14px;
}
.article-box .ex-weapp-qrcode img{
    width: 100%;
}
.article-box .art-nav li{
    line-height: 45px;
    background: #fff;
    font-size: 16px;
    height: 45px;
    overflow: hidden;
    border-bottom: 1px dashed #eee;
    padding: 0 20px
}
.article-box .art-nav li.active{
    background: var(--theme-color)
}
.article-box .art-nav li.active a{
    color: #fff;
}
.article-box .art-nav li:last-child{
    border-bottom: none;
}
.article-box .art-content{
    width: 1000px;
    background: #ffffff;
    padding: 30px;
    box-sizing: border-box;
    float: right;
}
.article-box .art-content .title{
    font-size: 24px;
    text-align: center;
    line-height: 40px;
}
.article-box .art-content .time{
    line-height: 30px;
    margin-top: 20px;
    color: #666;
    text-align: center;
}
.article-box .art-content .content{
    font-size: 16px;
    line-height: 30px;
    margin-top: 20px;
    font-size: 14px !important;
}
.exhibitor-list .item{
    width: 100%;
    padding: 15px 0;
    height: 130px;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
    clear: both;
}
.exhibitor-list .item:last-child{
    border-bottom: none;
}
.exhibitor-list .item img{
    width: 90px;
    height: 90px;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 2px;
    margin-right: 20px;
}
.exhibitor-list .com{
    margin-left: 10px;
    font-size: 18px;
    /* width: 100%; */
    height: 34px;
    line-height: 34px;
    font-weight: bold;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.exhibitor-list .num{
    font-size: 14px;
    color: #666;
    margin-top: 5px;
}
.exhibitor-list .num span{
    display: inline-block;
    border-radius: 20px;
    padding: 2px 10px;
    color: var(--theme-color);
    border: 1px solid var(--theme-color)
}
.exhibitor-list .bus{
    font-size: 14px;
    color: #666;
    height: 30px;
    line-height: 30px;
}
.product-list{
    width: 1000px;
    padding: 20px 0 20px 20px;
    float: right;
    background: #ffffff;
    box-sizing: border-box;
}
.product-list .item{
    width: 306px;
    margin-bottom: 10px;
}
.product-list .item, .product-list .item:nth-child(even) {
    margin-right: 20px;
}
.news-list{
    width: 1000px;
    float: right;
    background: #ffffff;
    box-sizing: border-box;
}
.news-list .item{
    width: 100%;
}
.news-list .list-text{
    width: 760px;
}

.navbar {
    position: relative;
    min-height: 36px; 
    margin-bottom: 0px;
    border: 1px solid transparent;
}


.pagination-content.number .pagination {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: none;
    margin: 20px 0 20px;
}
.pagination-content.number .pagination li a,.pagination-content.number .pagination li span {
    border: 1px solid #86bc42;
    display: inline-block;
    font-family: raleway;
    font-size: 14px;
    font-weight: 500;
    height: 27px;
    line-height: 24px;
    margin: 0 5px;
    width: 26px;padding: 0;
    text-align:center;
}

.pagination-content.number .pagination li.active span{ background-color:#86bc42}
.pagination-content.number .pagination li a i {font-size: 20px; line-height: 25px;}
.pagination-content.number .pagination li a:hover, .pagination-content.number .pagination li.current a {
    color: #ffffff;
    box-shadow: 2px 0 20px rgba(34, 30, 31, 0.2);
}
.pagination-content.number .pagination li:first-child a, .pagination-content.number .pagination li:last-child a {
    box-shadow: 2px 0 20px rgba(34, 30, 31, 0.2);
    color: #337ab;
}
.pagination-content.number .pagination li:first-child a:hover, .pagination-content.number .pagination li:last-child a:hover {
    color: #2d3e50;
}

.pagination>li {
    display: inline;
}


.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}
.pagination>li>a, .pagination>li>span {
    padding: 6px 12px;
    margin-top: 20px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}


.footbar{clear: both;width:100%;min-width:1200px;background: #333;line-height: 30px; font-size: 12px;} 
.footbar .m{display: flex; justify-content: space-between; align-items: center; }
.footbar p, .footbar a{color: #fff;}
.footbar img{ height: 20px; }
.prompt {
	font-size: 14px;
	padding: 8px 10px;
	margin-bottom: 10px;
	background-color: var(--vice-color);
	border-radius: 5px;
	text-align: center;
}


.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
