/*首页*/
.header{
	height:430px;
	background: linear-gradient(to right, #f8f8fa, 50%, #e9ebed);
	/*background: linear-gradient(to right, #14b5fe, 50%, #1945e5);*/
}
.banner-wrap{
	height:430px;
	background:url("../images/bannerbg05.jpg") no-repeat center;
	background-size:100% 100%;
	
}
/*.container{
	width:1150px;
	margin:0 auto;
}*/
.p-t-30{
	padding-top:30px;
}

.m-t-30{
	margin-top:30px;
}
.m-t-50{
	margin-top:50px;
}
.nav-box{
	float:right;
	padding-top:20px;
	padding-bottom:0px;
	display: flex;
    justify-content: flex-start;
    align-items: center;
}
.banner-text2{
	padding-top:70px;
	padding-left:80px;
}
.banner-text2 img{
	width:670px;
	height:auto;
}
.nav-tab{
	color:#fff;
	margin-right:20px;
    margin-bottom:0;
}

.nav-tab li{
	margin:0 15px;
	float:left;
	padding-bottom:5px;
	background: #d9f1fd;
    border-radius: 30px;
}
.nav-tab li a{
	/*color:#fff;*/
	font-size:16px;
	text-decoration:none;
	color:#216da4;
	font-weight:bold;
}

.nav-tab li a:hover{
	text-decoration:none;
}
.tab-active{
	border-bottom:3px solid #226da4;

	/*border-bottom:3px solid #fff;*/
}
.nav-language{
	width:100px;
	height:35px;
	border-radius:40px;
	color:#fff;
    /*background:#1b71ef;*/
    background:#1f88f8;
    text-align:center;
    font-size:16px;

}
.nav-language a{
	color:#fff;
	line-height:32px;
	font-size:14px;
}

.nav-language a:hover{
	color:#fff;
	text-decoration:none;
}
.title-box{
	position:relative;
	padding-top:10px;
}

.title-dot {
    width: 50px;
    height: 38px;
    display: block;
    background: url("../images/title-dot.png")no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 10px;
}

.title-box h2{
	font-size: 30px;
    color: #1f88f8;
    font-weight: bold;
    padding-left: 35px;
}

.title-box p{
	font-size: 48px;
    font-weight: bold;
    color: #1f88f8;
    opacity: .06;
    margin-top: -76px;
    padding-left: 10px;
}

.blue-line{
	height: 4px;
    width:80px;
    background: #1f88f8;
    display: block;
    position: absolute;
    left: 40px;
}


.home-more-btn {
    width: 100px;
    height: 40px;
    line-height: 40px;
    background: url("../images/more-btngray.png") no-repeat #dfdfdf 60px center;
    background-size: 30% 70%;
    display: block;
    float: right;
    border-radius: 30px;
    color: #333;
    padding-left: 20px;
}

.title-box-left {
    float: left;
    width: 70%;
    height: 50px;
}
.pictures-lunbo{
	width: 520px;
	height:360px;
   /* height: 430px;*/
    float: left;
    background: #ccc;
    margin-top:30px;
}
.exhi-introduce-box{
	background:#f9faff;
	height:560px;
}
.exhibition-introduce{
	width:630px;
	float:right;
	padding:35px 30px 0 20px;
}


.exhi-introducein-cotent{
	padding-top:10px;
}
.exhi-introducein-cotent p{
	margin-top:10px;
	font-size:14px;
	line-height:24px;
	text-indent: 2em;
}
.apply-btn{
	width:240px;
	height:50px;
	line-height:50px;
	border-radius:5px;
	background:#ea6200;
	display:block;
	color:#fff;
	text-align:center;
	margin-top:30px;
	display:flex;
	justify-content:center;
	align-items:center;
	z-index: 999;
	cursor: pointer;
}
.applyIcon{
	width:25px;
	height:25px;
	display:block;
	background:url("../images/applayicon.png") no-repeat;
	background-size:100% 100%;
	margin-right:10px;
}
.apply-btn:hover{
	color:#fff;
	text-decoration:none;
}
.pd0{
	padding-left:0 !important;
	padding-right:0 !important;
}

.exhi-areatext{
	font-size:14px;
	color:#666;
	text-indent:2em;
	line-height:24px;

}

.instructions-box{
	clear:both;
	overflow:hidden;
}

.instructions-demo-left{
	width:48.5%;
	float:left;
	
}

.instructions-demo-right{
	width:48.5%;
	float:right;
}
.instructions-demo1{
	clear:both;
	overflow:hidden;
}

.instructions-demo-title{
	width:120px;
	height:60px;
	line-height:60px;
	display:block;
	background:#36c6b7;
	border-top-right-radius:10px;
	border-bottom-left-radius:10px;
	color:#fff;
	font-size:16px;
	text-align:center;
	float:left;
	margin-right:-10px;
}

.instructions-demo-text{
	height:60px;
	width:78%;
    background:#f9f9f9;
    display:block;
    float:right;
    padding:0 30px;
}

.apply-btn-blue{
	width:180px;
	height:45px;
	display:flex;
	border:1px solid #548ec9;
	border-radius:6px;
	margin-top:5px;
	justify-content: center;
	align-items:center;
	color:#548ec9;
	background:#fff;
}
.apply-btn-blue:hover{
	/*background:#4b8dfe;*/
	color:#4b8dfe;
	text-decoration:none;
}
.applyIconblue{
	width:25px;
	height:25px;
	display:block;
	background:url("../images/applyiconblue.png") no-repeat;
	background-size:100% 100%;
	float:left;
}

.wrap-gray{
	background:#f9faff;
}

.border-blue{
	border:1px solid #d9e8ff;
	border-radius:6px;
	background:#fff;
	margin-top:30px;
}

.extra-service{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	padding:20px 40px 20px 20px;
}


.extra-service-icon{
	width:75px;
	height:35px;
	display:block;
}
.extra-service-icon img{
	width:100%;
	height:100%;
}
.extra-service li{
	width:30%;
	height:130px;
	padding:25px 0 0 25px;
}
.extra-service-text{
	padding-top:5px;
}
/*展商列表*/
.wrap-blue{
	 background-image: linear-gradient(to right,#4479ae,#134c86);
	 padding-bottom:50px;
}
.exhibitors-list{
	display:flex;
	justify-content:flex-start;
	flex-wrap:wrap;
	
}
.exhibitors-list li{
	width:23%;
	background:#fff;
	border-radius:5px;
	padding:2%;
	position:relative;
	height:270px;
	margin-bottom:25px;
	box-shadow: 0 0 15px rgb(80 81 80 / 10%);
	margin-left:1%;
	margin-right:1%;
}
/* .exhibitors-list li:nth-child(4n){
	margin-right:0;
} */
.exhibitors-list li a{
	width:100%;
	height:100%;
	display:block;
	text-decoration:none;
}
.exhibitors-list li a:hover{
	text-decoration:none;
}
.exhibitors-list li:hover{
	box-shadow: 10px 10px 27px 6px rgb(110 138 255 / 24%);
    transition: 0.3s;
    margin-top: -5px;
}
.company-logo{
	height:40px;
	text-align:center;
}
.company-logo img{
	height:100%;
	width:auto;
}
.company-name{
	font-size:18px;
	color:#333;
	font-weight:bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-align:center;
	padding:10px 0 15px 0;
	line-height:24px;
	height:70px;
	
}
.company-info{
	font-size:14px;
	color:#666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height:45px;
}

.list-more-btn{
	width:130px;
	height:40px;
	line-height:40px;
	display:block;
	position:absolute;
	bottom:15px;
	left: 50%;
	background:#2aabe2;
	border-radius:5px;
	text-align:center;
	color:#fff;
    margin-left: -65px;
}

/*分页*/
.pagination-box{
	text-align:center;
}
ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}

ul.pagination li {
	display: inline;
	border-radius:4px;
}

ul.pagination li a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #fff;
    margin: 0 4px;
    border-radius:4px;
    color:#fff;
}

ul.pagination li a.active {
    background-color: #1eabf9;
    color: white;
    border: 1px solid #1eabf9;
}

ul.pagination li a:hover:not(.active) {background-color: #1eabf9;}

/*footer*/
.wrap-footer{
	background:#0055a9;
	color:#fff;
	clear:both;
	overflow:hidden;
}
.footer-left{
	width: 190px;
    float: left;
    border-right: 1px solid #b5c5ea;
    height: 80px;
    margin-right: 30px;
}
.footer-left span{
	display:block;
}
.contact-person{
	float:left;
	width:800px;
	display:flex;
	justify-content: space-between;
}
.contact-person li{
	float:left;
	flex:1;
	font-size:14px;
}
.contact-person-title{
	font-size:18px;
	position:relative;
	padding-bottom:10px;
}
.footer-line{
	height: 4px;
    width: 30px;
    background: #68c2eb;
    display: block;
    position: absolute;
    left:0;
    
}

/*详情页*/
.nav-crumbs{
	font-size:14px;
	padding-top:15px;
	
}

.nav-crumbs a{
	color:#666;
}

.subpage-title-box {
    padding-top: 50px;
}

.subpage-title-box h2 {
    font-size: 30px;
    color: #1f88f8;
    font-weight: bold;
    text-align: center;
    padding-left: 35px;
}

.subpage-title-box p {
    font-size: 48px;
    font-weight: bold;
    color: #1f88f8;
    opacity: .06;
    margin-top: -76px;
    padding-left: 10px;
    text-align: center;
}
.wrap-gray{
	background:#f4faff;
	padding-bottom:50px;
}
.company-details-box{
	background:#fff;
	border-radius:6px;
	padding-bottom:50px;
	border-radius:10px;
	
}
.company-details-box-title{
	text-align:center;
	padding-top:30px;
	margin-top:30px;
}
.company-details-logo{
	height:50px;
	width:auto;
}
.company-details-logo img{
	width:auto;
	height:100%;
}

.company-details-name{
	font-size:20px;
	padding-top:10px;
}
.company-details-content{
	padding-top:15px;
}
.company-details-content-h3{
	width: 197px;
    height: 40px;
    line-height: 40px;
  /*background-image: linear-gradient(to right,#5096cd,#4479ae);*/
   background: #2aabe2;
    border-radius: 0 50px 50px 0;
    font-size: 20px;
    color: #fff;
    box-shadow: 3px 5px 0 #dfdfdf;
    padding-left: 50px;
    box-sizing: border-box;
}
.company-details-info{
	padding:15px 40px;
	/* text-indent:2em; */
}

.company-details-info p{
	font-size:14px;
	padding-bottom:15px;
	/* text-indent:2em; */
}

.company-contact{
	display:flex;
	justify-content: flex-start;
}
.company-contact li{
	width:33%;
}
.company-contact li h5{
	font-size:18px;
}
.company-contact li div{
	padding-bottom:5px;
}
.line-c{
	display: block;
    width: 100px;
    height: 5px;
    border-radius: 5px;
    background: #ccecfd;
    margin: -10px 0 10px;
}

.company-pic{
	padding-top:20px;
}
.company-pic-demo{
	width:30%;
	height:300px;
	float:left;
	margin-right:2%;
	
}
.company-pic-demo img{
	width:100%;
	height:100%;
}


/*展位图版块——————————————————————————————————————————*/
.jb-boot-picbox{
	margin-top:20px;
	margin-bottom:20px;
}

.jb-booth-plan{
	width:520px;
	float:left;
}

.jb-booth-shiyitu{
	width:590px;
	float:right;
}
.jb-booth-pingmian-img{
	height:320px;
}
.jb-booth-pingmian-img img{
	width:100%;
	height:100%;
}

.jb-booth-title{
	text-align:center;
	font-size:16px;
	color:#226da4;
	font-weight:bold;
	padding-top:10px;
}


/*——展会优势————————————————————————————————————*/
.advantagebanner-module{
	background:url("../images/advantagebg.jpg") #fff no-repeat bottom right;
	background-size:15% 85%;
	border-radius:5px;
	box-shadow:3px 2px 10px 2px #dce5f3;
}
.advantagebanner-ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:15px 0;
}

.advantagebanner-ul li {
    float: left;
    flex: 1;
    height:100px;
    border-right: 1px solid #dce1e5;
    padding:0 10px;
}

.advantagebanner-ul li:last-child{
	border-right:0;
}
.advantagebanner-item span {
    display: block;
    text-align: center;
    color:#333;
    font-weight:bold;
    font-size:18px;
}

.advantagebanner-item span.advantagebanner-firstspan{
	font-weight:bold;
	color:#437ff9;
	display:block;
	font-size:30px;
}

.advantagebanner-item span.advantagebanner-firstspan i{
	font-size:16px;
	font-style:normal;
	margin-left:5px;
	font-weight:bold;
}


/*展商列表---外部*/
.exhibitors-list-header{
	height:40px;
	border:1px solid #1f88f8;
	line-height:40px;
}
.icon-num{
	width:4%;
	font-style:normal;
	font-size:16px;
	font-weight:bold;
	background:#1f88f8;
	color:#fff;
	float:left;
	height:40px;
	line-height:40px;
	border-right:1px solid #fff;
	text-align:center;
}

.exhibitors-header-name-en{
	width:96%;
	float:left;
	background:#1f88f8;
	color:#fff;
	height:40px;
	line-height:40px;
	font-weight:bold;
	padding-left:20px;
}
.exhibitors-header-name-cn{
	width:96%;
	float:left;
	background:#1f88f8;
	color:#fff;
	height:40px;
	line-height:40px;
	text-align:center;
	font-weight:bold;
	border-right:1px solid #fff;
}

.exhibitors-list-ul-new{
	
}
.exhibitors-list{
	
}

.exhibitors-list-item:nth-of-type(odd){
	background:#fff;
}
.exhibitors-list-item:nth-of-type(even){
	background:#f8f8f8;
}
.exhibitors-list-item .list-icon-num{
	width:4%;
	font-style:normal;
	font-size:16px;
	font-weight:bold;
	color:#333;
	float:left;
	height:45px;
	line-height:45px;
	border-right:1px solid #eee;
	text-align:center;
}
.exhibitors-list-item{
	border-left:1px solid #eee;
	border-right:1px solid #eee;
	border-bottom:1px solid #eee;
	clear:both;
	overflow:hidden;
}
.exhibitors-list-item .exhibitors-company-en{
	width:96%;
	float:left;
	color:#333;
	height:45px;
	line-height:45px;
	font-weight:bold;
	padding:0 20px;
}

.exhibitors-list-item .exhibitors-company-cn{
	width:96%;
	float:left;
	color:#333;
	height:45px;
	line-height:45px;
	font-weight:bold;
	padding:0 20px;
}

.exhibitors-banner{
	height:160px;
	margin-top:20px;
}
.exhibitors-banner img{
	width:100%;
	height:100%;
}

.exhibitors-wrap {
    background: url(../images/munibottombg.jpg) no-repeat left bottom;
    background-size: 100% 80%;
    padding-bottom: 100px;
}

input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width:24px;
    height:24px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 20px;
    position: relative;
    border-radius: 5px;
    cursor: pointer;
    margin-right:5px;
}
input[type="checkbox"]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    border: 1px solid #CACDCF;
    border-radius: 5px;
}
input[type="checkbox"]:checked::before {
    content: "";
    color: black;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border: 1px solid #ea6200;
    font-size: 12px;
    font-weight: bold;
    background: url("../images/duihaowhite.png") no-repeat #ea6200 center;
    background-size: 80% 60%;
    border-radius: 5px;
}