@charset "UTF-8";
img{
	max-width: 100%;
}
.clearfix:after, .clearfix:before {
    content: "";
    display: table
}
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1;
}
.box{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}
.sj_banner{
	display: none;
}
.landing-page>div{
	padding: 50px 0;
	background: #fafafa;
}
/*头部*/
.navs {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background: #FFFFFF;
   box-shadow: 0px 3px 21px 0 rgba(0, 0, 0, .09)
}
.nav_content {
    height: 70px;
}
.nav_left {
    float: left;
    width: 220px;
    margin-top: 11.5px;
}
.nav_right {
    float: right;
}
.nav_right ul {
    height: 70px;
}
.nav_right ul li {
    float: left;
	min-width: 88px;
    height: 100%;
    line-height: 70px;
    font-size: 16px;
    padding: 0 12px;
    cursor: pointer;
    box-sizing: border-box;
    margin: 0 5px;
	text-align: center;
}
.nav_right ul li:hover {
    background: #1744a4;
    color: #fff;
}
.actives{
    background: #1744a4;
    color: #FFFFFF;
}
.banner-box {
    margin-top: 69px;
}
/*背景*/
.content_title{
	margin-bottom: 40px;
}
.content_title h3{
	font-size: 30px;
	color: #1744a4;
	font-weight: bold;
	text-align: center;
	position: relative;
}
.content_title h3:after, 
.content_title h3:before {
    content: '';
    width: 60px;
    height: 1px;
    background: #1744a4;
    display: inline-block;
    margin: 0px 20px;
    vertical-align: middle;
}
.bbs_background_content p{
	line-height: 30px;
	color: #666666;
	margin-bottom: 30px;
	text-indent: 2em;
	font-size: 15px;
}
.bbs_background_img li{
	float: left;
	margin-right: 2%;
	width: 23.5%;
	background: #FFFFFF;
}
.bbs_background_img li:nth-child(4n){
	margin-right: 0;
}
.bbs_background_img li>div{
	overflow: hidden;
}
.bbs_background_img li img{
	width: 100%;
	height: 100%;
	transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}
.bright-spot-left img:hover, .bbs_background_img li img:hover {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
/*亮点*/
.bright-spot-content{
	overflow: hidden;
}
.bright-spot-content li{
	position: relative;
	float: left;
	width: 48%;
	margin-bottom: 20px;
    /* background: #1A5D83;
	color: #fff; */
	/* transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out; */
	box-sizing: border-box;
	z-index: 1;
}
.bright-spot-pic{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	overflow: hidden;
}
.bright-spot-pic img{
	position: relative;
	transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}
 .bright-spot-content li:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.2);
} 
.bright-spot-title{
	margin-bottom: 15px;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.spot-text-content{
	padding: 15px;
	box-sizing: border-box;
	background-color: #fff;
}
.bright-spot-text{
	height: 60px;
	line-height: 30px;
	font-size: 15px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.bright-spot-content li .bright-spot-number{
	position: absolute;
	padding: 10px;
	top: 0;
    right: 0;
    left: auto;
    font-size: 50px;
    font-weight: 700;
	border-top-right-radius: 10px;
	background-color: rgba(0,0,0,.3);
    color: #fff;
}
/* 议题 */
.issue-content-list li{
	float: left;
	width: 32%;
	padding: 15px;
	margin-right: 2%;
	margin-bottom: 2%;
	box-sizing: border-box;
	text-align: center;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.issue-content-list li:nth-child(odd){
	background: #2368a9;
	color: #fff;
}
.issue-content-list li:nth-child(even){
	background: #1A5D83;
	color: #fff;
}
.issue-content-list li:nth-child(3n){
	margin-right: 0;
}
.issue-picture img{
	transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}
.issue-picture-left,
.issue-picture-right{
	float: left;
	width: 49%;
	overflow: hidden;

}
.issue-picture-left{
	margin-right: 2%;
}
.issue-picture-right{
	margin-right: 0;
}
.issue-picture-left img:hover, 
.issue-picture-right img:hover {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
/* end */
/*日程*/
.schedule-of-table{
	background: #fff;
}
.schedule-of-box1{
	min-width: 1010px;
}
.schedule-of-table table{
	width: 100%;
	min-width: 950px;
	background: #FFFFFF;
}
.schedule-of-table table tr th,
.schedule-of-table table tr td{
	border: 1px solid #333;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box;
}
.schedule-of-table table tr td p{
	margin: 4px 0;
}
.schedule-of-table table tr td strong{
	display: block;
	text-align: left;
	color: #1744a4;
}
.schedule-of-table table tr th{
	background: #95C9F0;
	color: #333;
}
.note{
	color: red;
	font-size: 16px;
	margin-top: 10px;
}
.schedule-box-content{
	padding: 30px;
	box-sizing: border-box;
}
.schedule-segmentation{
	position: relative;
	overflow: hidden;
}
.schedule-time{
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 5px;
}
.schedule-venue{
	position: absolute;
	right: 0;
	top: 0;
	padding: 5px;
}
.schedule-of-title{
	padding: 20px;
	text-align: center;
	background: #016FD1;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
/*参会企业行业范围*/
.pro_lists{
	text-align: left;
}
.pro_lists li{
	float: left;
	width: 49%;
	margin-right: 2%;
    padding: 20px;
    margin-bottom: 2%;
    border-radius: 4px;
	border: 1px solid #1A5D83;
	box-sizing: border-box;
}
.pro_lists li:nth-child(2n){
	margin-right: 0;
}
.pro_lists li .lists-title{
    color: #1A5D83;
    font-size: 18px;
    font-weight: bold;
}
.pro_lists li .bg-line{
    width: 30px;
    height: 1px;
    background: #1A5D83;
    margin: 15px 0;
}
.pro_lists li .lists-text{
	height: 52px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	color: #1A5D83;
}
.note{
	color: red;
	font-size: 16px;
	margin-top: 10px;
}
.schedule-segmentation{
	position: relative;
	overflow: hidden;
}
.schedule-time{
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 5px;
}
.schedule-venue{
	position: absolute;
	right: 0;
	top: 0;
	padding: 5px;
}
.schedule-of-title{
	padding: 20px;
	text-align: center;
	background: #2368A9;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
.industry-content{
	padding: 20px 0 30px;
	text-align: center;
}
/*留资框*/
.banner-box{
	position: relative;
}
.online_registration {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 70px;
}
.online_registration .box {
    height: 70px;
    padding: 0;
    background: rgba(0, 0, 0, .3);
}
.online_registration_title {
    width: 15%;
    box-sizing: border-box;
    line-height: 60px;
    padding: 10px;
    background: #3641AD;
    border-radius: 15px 15px 0 0;
    color: #fff;
    text-align: center;
    font-size: 18px;
    float: left;
    margin-top: -10px;
    font-weight: bold;
}
.online_registration ul {
    float: right;
    width: 78%;
    margin-right: 3.5%;
}
.online_registration ul li {
    position: relative;
    width: 18%;
    margin: 15px 2% 15px 0;
    float: left;
}
.online_registration_title {
    width: 15%;
    box-sizing: border-box;
    line-height: 60px;
    padding: 10px;
    background: #1744a4;
    border-radius: 15px 15px 0 0;
    color: #fff;
    text-align: center;
    font-size: 18px;
    float: left;
    margin-top: -10px;
    font-weight: bold;
}
.online_registration ul .text1,
.online_registration ul li select{
    background: #FFFFFF;
    color: #333333;
    line-height: 40px;
    padding:0 15px;
    height: 40px;
    width: 100%;
    box-sizing: border-box;
    border: 0;
}
.online_registration ul li:last-child {
    margin-right: 0;
}
.online_registration ul .sub {
    line-height: 40px;
    height: 40px;
    background: #1744a4;
    color: #FFFFFF;
    text-align: center;
    font-size: 15px;
    padding: 0;
    border: 0;
    width: 100%;
    cursor: pointer;
}
/* 历届参会企业展示 */
.moment-img ul li{
	float: left;
	width: 18.4%;
	padding: 10px;
	margin-right: 2%;
	margin-bottom: 2%;
	border: 1px solid #dedede;
	box-sizing: border-box;
}
.moment-img ul li img{
	width: 200px;
}
.moment-img ul li:nth-child(5n){
	margin-right: 0;
}
/*精彩瞬间*/
.moment-img img{
	text-align: center;
}
/* 报名 */
.landing-page .cost-information{
	background: url(../img/tnpm/bj.png) no-repeat;
	background-size: cover;
}
.cost-information .content_title h3{
	color: #FFFFFF;
}
.cost-information .content_title h3:after, 
.cost-information .content_title h3:before {
    background: #FFFFFF;

}
.cost-left,
.cost-right{
	float: left;
	width: 47.5%;
	box-sizing: border-box;
}
.cost-left{
	padding-right: 5%;
	margin-right: 5%;
}
.cost-right{
	border-left: 1px solid #FFFFFF;
}
.cost-left li{
    margin-bottom: 20px;
    box-sizing: border-box;
    overflow: hidden;
}
.cost-left li:last-child{
	margin-bottom: 0;
}
.cost-left li select{
	width: 49%;
	background: #FFFFFF;
    border-radius: 4px;
	font-size: 14px;
}
.cost-left li input,
.cost-left li select{
    height: 40px;
    box-sizing: border-box;
    padding: 0 15px;
    color: #666666;
}
.cost-left .star{
	font-size: 0;
}
.cost-left .star input{
	width: 49%;
	background: #FFFFFF;
    border-radius: 4px;
	margin-right: 2%;
	margin-bottom: 20px;
	font-size: 14px;
}
.cost-left .star input:nth-child(2n){
	margin-right: 0;
}
.cost-left .star input:nth-child(3),
.cost-left .star input:nth-child(4){
	margin-bottom: 0;
}
.cost-left li .sub{
	width: 100%;
    border-radius: 4px;
	background: #dd2727;
	color: #FFFFFF;
}
 .cost-left li input::-webkit-input-placeholder{
    color:#666;
}
.cost-left li input::-moz-placeholder{   /* Mozilla Firefox 19+ */
   color:#666;
}
.cost-left li input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#666;
}
.cost-left li input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#666;
}
.scan-code{
	text-align: center;
}
.scan-code-title{
	font-size: 16px;
	color: #FFFFFF;
	padding: 20px 0;
}
.scan-code-img{
	width: 180px;
	height: 180px;
	display: inline-block;
	box-sizing: border-box;
	padding: 10px;
	background: #FFFFFF;
}
/* 组织机构 */
.content_titles h3{
	height: 46px;
	line-height: 46px;
	margin-bottom: 20px;
	padding-left: 20px;
	font-size: 24px;
    color: #fff;
    font-weight: bold;
	background: url(../img/tnpm/943.png) no-repeat left center;
    background-size: contain;
}
.organization-content-unit>div {
    display: inline-block;
    vertical-align: middle;
	color: #333;
}

.organization-unit-title {
    font-size: 16px;
    font-weight: bold;
}

.organization-name span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
	color: #333;
}

.organization-name em {
    display: inline-block;
    margin: 0 10px;
    width: 2px;
    height: 15px;
    vertical-align: middle;
	background-color: #333;
}

.organization-content-unit {
    line-height: 26px;
	padding-bottom: 20px;
    margin-bottom: 20px;
	border-bottom: 1px dashed #dedede;
}
.organization-content-unit:last-child{
    margin-bottom: 0;
}
/* end */
.m-footer{
	display: none;
}
/* end */
@media screen and (max-width: 1230px){
	.m-footer{
		display: block;
		background: #262626;
		text-align: center;
	}
	.m-footer-up{
		padding: 20px 0;
		border-bottom: 1px solid #aaa;
	}
	.m-footer-up img{
		max-width: 120px;
	}
	.m-footer-down{
		padding: 20px 0;
	}
	.m-footer-down p{
		font-size: 13px;
		line-height: 26px;
		text-align: center;
		color: #f5f5f5;
	}
	.m-footer-down p a{
		color: #f5f5f5;
	}
}
@media screen and (max-width: 1200px){
	.content_title h3{
		font-size: 24px;
	}
	.schedule-of-table{
		overflow-x: auto;
	}
	.nav_right ul li{
		min-width: 80px;
		font-size: 14px;
	}
}
@media screen and (max-width: 960px){
	.cost-left{
		width: 100%;
		margin: 0;
		padding: 0;
		/*padding-bottom: 30px;*/
		/*border-bottom: 1px solid #FFFFFF;*/
	}
	.cost-right{
		width: 100%;
		border: none;
		margin-top: 30px;
	}
	.banner-box{
		margin-top: 70px;
	}
	.nav_right{
		display: none;
	}
	.nav_left{
		float: none;
		display: inline-block;
	}
	.nav_content{
		text-align: center;
	}
	.navs{
		border-bottom: 1px solid #dedede;
	}
}
@media screen and (max-width: 750px){
	.pc_banner{
		display: none;
	}
	.sj_banner{
		display: block;
	}
	.online_registration .box {
	    background: #FFFFFF;
	    padding-top: 15px;
	}
	.online_registration {
	    position: relative;
	    padding-bottom: 15px;
	}
	.online_registration .box,
	.online_registration {
    	height: auto;
    	background: #FFFFFF;
	}
	.online_registration_title {
	    display: none;
	}
	.online_registration ul {
	    float: none;
	    width: 100%;
	    height: auto;
	    padding: 0 15px;
	    box-sizing: border-box;
	}
	.online_registration ul li {
	    width: 100%;
	}
	.online_registration ul .text1,
	.online_registration ul li select{
	    border: 1px solid #DEDEDE;
	}
}
@media screen and (max-width: 580px){
	.content_title h3{
		font-size: 20px;
	}
	.landing-page>div{
		padding: 30px 0;
	}
	.content_title{
		margin-bottom: 15px;
	}
	.bbs_background_img li{
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.bbs_background_img li:last-child{
		margin-bottom: 0;
	}
	.content_title h3:after, 
	.content_title h3:before{
		width: 20px;
	}
	.bright-spot-content li{
		width: 100%;
		margin-bottom: 20px;
	}
	.successive-content tr td{
		font-size: 12px;
	}
	
	.scan-code-img{
		width: 150px;
		height: 150px;
	}
	.bright-spot-content li .bright-spot-right .three{
		height: auto;
	}
	.bbs_background_content p{
		margin-bottom: 10px;
		line-height: 26px;
		font-size: 14px;
	}
	.bright-spot-title{
		font-size: 16px;
	}
	.bright-spot-text{
		font-size: 14px;
		height: auto;
		line-height: 26px;
	}
	.bright-spot-content li .bright-spot-number{
		font-size: 30px;
	}
	.issue-content-list li{
		width: 49%;
	}
	.issue-content-list li:nth-child(3n){
		margin-right: 2%;
	}
	.issue-content-list li:nth-child(2n){
		margin-right: 0;
	}
	.issue-picture-left{
		margin-bottom: 20px;
	}
	.issue-picture-left, 
	.issue-picture-right{
		width: 100%;
	}
	.organization-name span{
		font-size: 14px;
	}
	.pro_lists li{
		width: 100%;
		margin-right: 0;
	}
}

