/*首页*/
.header{
	height:400px;
	/*background:url("../images/banner-wrapgray.jpg") repeat-x;*/
	
	background: linear-gradient(to right, #f8f8fa, 50%, #e9ebed);
}
.banner-wrap{
	height:400px;
	background:url("../images/banner-bg.jpg") no-repeat center;
	background-size:auto 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:40px;
	padding-left:40px;
}
.banner-text2 img{
	width:650px;
	height:auto;
}
.nav-tab{
	color:#fff;
	margin-right:20px;
    margin-bottom:0;
}

.nav-tab li{
	margin:0 15px;
	float:left;
	padding-bottom:5px;
}
.nav-tab li a{
	/*color:#fff;*/
	color:#216da4;
	font-size:16px;
	font-weight:bold;
}

.nav-tab li a:hover{
	text-decoration:none;
}
.tab-active{
	border-bottom:3px solid #216da4;
	/*border-bottom:3px solid #fff;*/
}
.nav-language{
	width:100px;
	height:35px;
	border-radius:40px;
	color:#fff;
	background:#216da4;
    /*background:#1b71ef;*/
    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:30px;
}

.title-box h2{
	font-size: 30px;
    color: #303030;
    text-align: center
}

.title-box p{
	font-size: 48px;
    font-weight: bold;
    color:#1259e7;
    opacity: .06;
    text-align: center;
    margin-top: -76px;
}

.blue-line{
	height:4px;
	width:40px;
	background:#2e73a9;
	display:block;
	position:absolute;
	left:50%;
	margin-left:-20px;
}

.pictures-lunbo{
	width: 520px;
    height: 430px;
    float: left;
    background: #ccc;
    margin-top:30px;
}
.exhi-introduce-box{
	background:#f9faff;
	height:560px;
	/*height:520px;*/
}
.exhibition-introduce{
	width:590px;
	float:right;
	padding:30px 30px 0 20px;
}


.exhi-introducein-cotent{
}
.exhi-introducein-cotent p{
	margin-top:15px;
	font-size:14px;
	line-height:24px;
	text-align:justify;
}
.apply-btn{
	width:200px;
	height:50px;
	line-height:50px;
	border-radius:5px;
	background:#ea6200;
	display:block;
	color:#fff;
	text-align:center;
	margin-top:10px;
	display:flex;
	justify-content:center;
	align-items:center;
}
.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;

}

.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:2px solid #548ec9;
	border-radius:6px;
	margin-top:5px;
	justify-content: center;
	align-items:center;
	color:#548ec9;;
}
.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;
}


.extra-service-icon{
	width:75px;
	height:35px;
	display:block;
}
.extra-service-icon img{
	width:100%;
	height:100%;
}
.extra-service li{
	width:25%;
	height:130px;
	padding:25px 0 0 25px;
}
.extra-service-text{
	padding-top:5px;
}
/*展商列表*/
.wrap-blue{
	 background-image: linear-gradient(to right,#4479ae,#134c86);
	/* background-image: linear-gradient(to bottom,#134c86,#4479ae);*/
	 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-right: 2%;
}
.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;
	/*background:#1c7afb;*/
	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:#2e3340;
	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: #1c7afb;
    display: block;
    position: absolute;
    left:0;
    
}

/*详情页*/
.nav-crumbs{
	font-size:14px;
	padding-top:15px;
	
}

.nav-crumbs a{
	color:#666;
}
.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:217px;
    height: 45px;
    line-height: 45px;
    background: #2aabe2;
    border-radius: 0 50px 50px 0;
    font-size:18px;
    color: #fff;
    box-shadow: 3px 5px 0 #dfdfdf;
    padding-left: 50px;
    box-sizing: border-box;
}
.company-details-info{
	padding:15px 40px;
	word-wrap:break-word; 
	word-break:normal;
	
}

.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%;
}


/*报名页*/
.register-title{
	text-align: center;
    font-size: 22px;
    font-weight: bold;
    padding-top: 20px;
}
.booth-price{
	text-align:center;
	padding-top:15px;
}
.booth-price span{
	font-size:16px;
}
.booth-price span:first-child{
	font-size:28px;
	color:#e8380f;
	font-weight:bold;
}
.booth-price span:first-child i{
	font-size:16px;
	font-style:normal;
}
.apply-content{
	width:700px;
	margin:0 auto;
	padding-top:20px;
}
.apply-content-input{
	height:45px;
	line-height:45px;
	margin-bottom:15px;
}
.apply-content-input span{
	text-align:right;
	padding-right:10px;
	width:200px;
	display:block;
	float:left;
}
.apply-content-input input[type="text"]{
	width:300px;
	height:40px;
	padding:5px 15px;
	border:1px solid #eee;
	border-radius:6px;
}

/*单选框*/
.radio-box{

}
.radio{
 width:200px;
 float:left;
}
.radio input[type="radio"] {
  position: absolute;
  opacity: 0;
  
}
.radio input[type="radio"] + .radio-label:before {
  content: '';
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width:25px;
  height:25px;
  position: relative;
  top:0;
  margin-right:10px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  margin-top:10px;

}
.radio input[type="radio"]:checked + .radio-label:before {
  content:'';
  background:url("../images/duihao.png") no-repeat;
  background-size:100% 100%;
  border:none;
  width:26px;
  height:26px;
  margin-top:10px;
}
/*单选框--end*/

.submit-btn{
	height:45px;
	line-height:45px;
	width:300px;
	background:#ea6200;
	margin:0 auto;
	border-radius:6px;
	color:#fff;
	text-align:center;
	cursor:pointer;
	font-size:16px;
}
