html, body {
    padding: 0;
    margin: 0;
}
body {
    color: #454545;
    font-size: 14px;
    font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: url(../images/bg.png) center no-repeat;
	background-size: cover;
}
* {
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
}
ul, li {
    list-style: none;
    padding: 0;
    margin: 0;
}
img {
    display: block;
}
h1, h2, h3, h4, h5, h6, h7 {
    margin: 0;
}
p {
    word-wrap: break-word;
    text-align: justify;
    margin: 0;
}
h10 {
    line-height: 40px;
    padding: 0 10px;
}
.left {
    float: left;
}
.right {
    float: right;
}
.clear:after {
    content: '';
    display: block;
    clear: both;
}
.row {
    width: 1000px;
    margin: 0 auto;
}
.line {
    border: 1px dashed #dddddd;
    margin: 50px 0 15px;
}
.red {
    color: #d40707;
}

/* 头部 */
.header {
    width: 100%;
    height: 350px;
    background: url(../images/banner.png) center no-repeat;
}

/* 导航 */
.nav {
    background: #91acef;
}
.nav li {
    position: relative;
    float: left;
    width: 25%;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.nav li.active {
    background: rgba(255, 255, 255, 0.3);
}
.nav li:after {
    content: '';
    position: absolute;
    top: 7px;
    right: 0;
    width: 1px;
    height: 26px;
    background: rgba(255, 255, 255, 0.3);
}
.nav li:last-child:after {
    background: transparent;
}
.nav li a {
    cursor: pointer;
    display: block;
    color: #333333;
    text-decoration: none;
}

/* 内容 */
.parts {
    margin-top: 30px;
}
.box-30 {
    width: 30%;
}
.box-48 {
    width: 48%;
}
.box-50 {
    width: 50%;
}
.box-68 {
    width: 68%;
}
.box {
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.box > .title {
    line-height: 40px;
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    text-indent: 20px;
    background: #91acef;
}
.box > .content {
    padding: 15px;
}

.part1 > .box {
    height: 278px;
}
.met-txt {
    line-height: 1.65;
    font-size: 16px;
    text-indent: 2em;
}

.liuBox > img {
    width: 100%;
}

.met-group {
    height: 207px;
    line-height: 1.6;
    margin: 3px 0 8px;
}
.met-group td {
    height: 40px;
}
.slider_four_in_line img {
    width: 100%;
}
.met-guest {
    padding: 4px 0;
}
.met-guest h7 {
    display: block;
    line-height: 2;
    font-size: 14px;
}
.met-guest p {
    color: #666666;
    font-size: 12px;
    text-align: center;
}

/* 嘉宾少5个 */
.pic-guest {
	width: 20%;
	/* height: 215px; */
	margin: 0 10px
}
.text-guest {
	padding: 10px;
	font-size: 10px;
}
.text-guest p{
	text-align: center
}


.logolist {
    padding: 10px 0;
}
.logolist a {
    float: left;
    width: 16%;
    border: 1px solid #CCC;
    margin-left: .57%;
}
.logolist a img {
    width: 100%;
    height: 60px;
}

.contact > li {
    float: left;
    width: 33%;
    line-height: 2;
    font-size: 13px;
    padding: 10px 24px;
}
.contact > li > h2 {
    font-size: 18px;
}

.footer {
    line-height: 2;
    color: #666666;
    font-size: 12px;
    text-align: center;
    padding: 20px 0 10px;
}
.footer a {
    color: #666666;
    text-decoration: none;
}
.footer a:hover {
    text-decoration: underline;
}
.footer p {
    font-size: 13px;
    text-align: center;
}



/* 会议介绍 */
.introduction .content h1 {
    line-height: 2;
    text-align: center;
}
.introduction .content p {
    margin: 8px 0;
}
.introduction .slider_one_big_picture {
    width: 600px;
    height: 333px;
}

/* 全国路线 */
.title_tab{
	width: 53%;
}
.bg_table th{
	padding: 5px 0 5px 10px;
    text-align: left;
    border-bottom: 1px solid #000;
}
.bg_table td{
	padding: 10px;
    border-bottom: 1px dashed #3b8fef;
}
.img_tab{
	width: 47%
}
.img_tab img{
	width: 90%;
 	margin: 50px 20px
}

/* 参会报名 */
.qybm{
	width: 940px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
.table2{
	border-collapse: collapse;
	width: 910px;
	overflow: hidden;
	margin: 20px auto;
}
.table2 td,.table2 th{
	border: 1px solid #dedede;
	border-collapse: collapse;
	text-align: left;
	font-size: 15px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: center;
}

.btn{
	border: 0px;
	padding: 3px 20px 3px 20px;
	color: #fff;
	background-color: #009933;
}

.contant .main9 .mainsy .lx .lx_nr .iframebox {
	line-height: 30px;
	padding-left: 20px;
}
.contant .main4 .mainsy .bj .bj_nr .bgg p {
	text-align: left;
	line-height: 24px;
}
.contant .main4 .mainsy .bj .bj_nr .bgg table {
	width: 800px;
	text-align: center;
	font-size: 14px;
	line-height: 28px;
	background-color: #FFFFF0;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	margin-left: auto;
	margin-right: auto;
}
.contant .main4 .mainsy .bj .bj_nr .bgg table tr td p {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}
.contant .main4 .mainsy .bj .bj_nr .bgg table tr td {
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
input{
	margin: 0;
	padding: 0;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
.login_input {
	margin-top: 2px;
	padding: 0 3px;
	height: 30px;
	line-height: 30px;
	border: 0;
	width: 90%;
	background: none;
	font-family: "Microsoft Yahei", "Verdana", "Arial";
}
/*Example for a Menu Style*/
.menu {
	color: #FFFFFF;
	height: 44px;
	
	overflow: hidden;
	margin-top: 20px;
}
.menu ul {margin:0px; padding:0px; list-style:none; text-align:center;}
.menu li {display:inline; line-height:16px;height: 44px;}
.menu li a {
	height: 44px;
	color: #888;
	text-decoration: none;
	display: block;
	width: 453px;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 5px;
	float: left;
	overflow: hidden;
	background-color: #FEF1C5;
	border-radius: 10px 10px 0 0;
	font-size: 16px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
	font-weight: bold;
}
.menu li a.tabactive {
	background-color: #009933;
	font-weight: bold;
	position: relative;
	z-index:2 !important;
	color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #093;
	border-right-color: #009933;
	border-left-color: #009933;
}
.box1 {
	display: block;
	width: 960px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.box2 {
	display: block;
	width: 960px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #FFFFCC;
	padding-top: 10px;
	border: 1px solid #666;
}
.box .box_tex {
	float: left;
	width: 438px;
	padding: 20px;
	background-color: #E9F7D0;
}
.box_tex1 {
	padding-left: 40px;
	border: 1px solid #333;
}
.box .box_texr {
	float: left;
	width: 442px;
	padding: 20px;
	background-color: #FCEBE2;
}
.box .box_tex table tr td {
	color: #121212;
}
.hy_box,.hy_boximg {
	margin-right: 30px;
	margin-left: 30px;
	margin-bottom:20px;
}


.enroll {
	border-top: 1px solid #dedede;
	border-left: 1px solid #dedede;
}
.enroll .list-item,
.enroll .list-item3 {
	width: 99.9999%;
	line-height: 30px;
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	padding: 5px 20px;
	
}
.enroll .list-item{
	padding-left: 42%
}
.enroll .list-item2 {
	line-height: 30px;
}
.enroll .list-item2 .item2-box {
	float: left;
	width: 14.2857%;
}
.enroll .list-item2 .item2-box li {
	text-align: center;
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	padding: 5px 0;
}
.enroll input[type="checkbox"] {
	vertical-align: middle;
}
.enroll .list-item3 {
	text-align: center;
}
.enroll .list-item3 input {
	margin: 0 10px;
}

/* 关于唯样 */
.title_p{
	padding: 20px
}
.title_img{
	padding: 20px
}

/* 参会礼物 */
.lp_content li {
    float: left;
    width: 330px;
    position: relative;
    margin-right: 5px;
    text-align: right;
	padding: 45px 0 20px 0;
}

.firstImg img {
    margin-left: 60px;
}

.lp_content li p {
    font-size: 16px;
	line-height: 28px;
	text-align: center
}


.lp_content li.last {
    margin-right: 0;
}
/* 会议赞助 */
.hyzz { 
    width: 1000px; 
    margin: 0 auto; 
    color: #2a2a2a; 
    padding: 30px 0 15px;
}
.hyzz img {
    display: inline-block;
}
.tit2 { 
    height: 94px; 
    line-height: 47px;  
    text-align: center; 
    font-family: "微软雅黑"; 
    margin-bottom: 15px;
}
.tit2 span { 
    padding: 0 10px; 
    font-size: 30px;
    color: #00a0cb; 
    font-weight: 440; 
    background: #ffffff;
}
.tit2 span font { 
    font-size: 14px;
}
.body-text {
    background-color: #fff;
    color: #25373C;
    font-size: 18px;
    text-align: center;
}
.body-text p {
    width: 15%;
    display: inline-block;
    text-align: left;
    padding: 20px;
    color: #45636B;
}
.body-text1 {
    background-color: #fff;
    color: #25373C;
    font-size: 18px;
    text-align: center;
    display: none;
}
.body-text1 p {
    width: 15%;
    display: inline-block;
    text-align: left;
    padding: 20px;
    color: #45636B;
}
.detail-con {
    font-size: 14px; 
    line-height: 28px; 
    padding: 0 20px 20px; 
    color: #2a2a2a;
}
.detail-con p {
    margin: 0;
}
.detail-con h2 { 
    font-size:18px; 
    font-family:"微软雅黑"; 
    color: #2a2a2a; 
    margin-top: 0;
    margin-bottom: 15px; 
    padding: 10px 0;
}
.detail-con h2 strong {  
    padding: 5px;
}
.detail-con a { 
    color: #f34469; 
    text-decoration: underline;
}
.detail-con a:hover { 
    color: #118AF1;
    -webkit-transition:0.5s; 
    -moz-transition: 0.5s; 
    text-decoration: underline;
}
.detail-con ol li {
	margin-left: 40px;
}
.detail-con table ,.detail-con table tr td {
	border: 1px solid #CCC;
}
.detail-con table tr td { 
    padding: 5px;
}


/* 手机端导航 */
.bocweb-header {
    position: fixed;
    z-index: 100;
    left: 0;
    width: 100%;
    transition: transform 0.8s,opacity 0.8s;
    background: #91acef;
    border-bottom: 1px solid #ccc;
    -webkit-transition: transform 0.8s,opacity 0.8s;
    -moz-transition: transform 0.8s,opacity 0.8s;
    -ms-transition: transform 0.8s,opacity 0.8s;
    -o-transition: transform 0.8s,opacity 0.8s;
}

.bocweb-header .in-block,.bocweb-header .wrap .bocweb-nav li.lang span,.bocweb-header .wrap .bocweb-nav li.link span {
	display: inline-block;
	*display: inline;
	*zoom: 1
}

.bocweb-header .table {
	display: table;
	width: 100%;
	height: 100%
}

.bocweb-header .table .table-cell {
	display: table-cell;
	vertical-align: middle
}

.bocweb-header .wrap {
	height: 100%;
	padding: 0 2.15%
}

.bocweb-header .wrap .bocweb-logo {
	display: block;
	height: 100%
}

.bocweb-header .wrap .bocweb-logo img {
	display: block;
	height: 100%;
	max-height:63px
}

.bocweb-header .wrap .bocweb-nav {
	height: 100%;
	font-size: 0
}

.bocweb-header .wrap .bocweb-nav li {
	position: relative;
	padding: 0 35px;
	height: 100%
}

.bocweb-header .wrap .bocweb-nav li a {
	display: block;
	font-size: 16px;
	line-height: 64px;
	text-align: center;
	font-family: "HYX1-45W";
    color: #e3e1f0;
    text-decoration: none;
}

.bocweb-header {
    display: none;
}
.bocweb-header .wrap .bocweb-menu {
	display: none
}
.fl {
	float: left;
	display: inline
}
.fr {
	float: right;
	display: inline
}

/* 移动端报名 */
.labe-mob{
	display: none;
}



@media (max-width: 768px) {
	.bocweb-header{
        display: block;
        top: 0;
		height: 54px
	}

	.bocweb-header .wrap .bocweb-logo {
		position: relative;
		z-index: 110
	}

	.bocweb-header .wrap .bocweb-menu {
		display: block;
		position: relative;
		top: 16px;
		z-index: 110;
		cursor: pointer
	}

	.bocweb-header .wrap .bocweb-menu .line2 {
		background: #fff;
		border-radius: 3px;
		display: block;
		height: 2px;
		position: relative;
		top: 0;
		transition: transform 0.3s ease,top 0.3s ease,width 0.3s ease,opacity 0.3s;
		transform-origin: center center;
		width: 30px
	}

	.bocweb-header .wrap .bocweb-menu .line2:nth-child(2) {
		margin: 8px 0
	}

	.bocweb-header .wrap .bocweb-menu.active .line2:nth-child(1) {
		top: 10px;
		transform: rotate(45deg)
	}

	.bocweb-header .wrap .bocweb-menu.active .line2:nth-child(2) {
		opacity: 0;
		width: 0
	}

	.bocweb-header .wrap .bocweb-menu.active .line2:nth-child(3) {
		top: -10px;
		transform: rotate(-45deg)
	}

	.bocweb-header .wrap .bocweb-nav {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		box-sizing: border-box;
		z-index: 109;
		background-color: #083b7d
	}

	.bocweb-header .wrap .bocweb-nav ul {
		padding-top: 60px
	}

	.bocweb-header .wrap .bocweb-nav li {
		float: none;
		padding: 0;
		height: auto;
		margin: 0 4.16%;
		opacity: 0;
		transform: translate3d(0, 10px, 0);
		transition: transform 0.4s ease,opacity 0.4s ease;
		display: block;
	}

	.bocweb-header .wrap .bocweb-nav li a {
		position: relative;
		padding: 28px 0;
		font-size: 20px;
		line-height: 1.2;
		text-align: left;
		border-bottom: 1px solid rgba(255,255,255,0.2);
	}

	.bocweb-header .wrap .bocweb-nav li.lang {
		padding: 0
	}

	.bocweb-header .wrap .bocweb-nav li.lang .text {
		display: none
	}

	.bocweb-header .wrap .bocweb-nav li.lang .mb-text {
		display: inline-block;
		font-size: 18px
	}

	.bocweb-header .wrap .bocweb-nav li.lang .icon {
		display: none
	}

	.bocweb-header .wrap .bocweb-nav li.lang:after {
		display: none
	}

	.bocweb-header .wrap .bocweb-nav li.link {
		padding: 65px 0 0;
		border: none
	}

	.bocweb-header .wrap .bocweb-nav li.link .text {
		font-size: 16px
	}

	.bocweb-header .wrap .bocweb-nav li.link .icon {
		background-size: contain
	}

	.bocweb-header .wrap .bocweb-nav li.link a {
		width: 140px;
		height: 38px;
		padding: 0;
		line-height: 38px;
		margin: 0 auto;
		text-align: center
	}

	.bocweb-header .wrap .bocweb-nav li.active a .mb-icon {
		transform: rotate(0deg);
		opacity: 1
	}

	.bocweb-header.h-show {
		z-index: 99999
	}

	.bocweb-header.h-show .wrap .bocweb-nav li {
		opacity: 1;
		transform: translate3d(0, 0, 0)    ;
		-webkit-transform: translate3d(0, 0, 0)    ;
		-moz-transform: translate3d(0, 0, 0)    ;
		-ms-transform: translate3d(0, 0, 0)    ;
		-o-transform: translate3d(0, 0, 0)    ;
}
.enroll .list-item2 .item2-box li{
	display: inline-block;
	width: 49%;

}
/* 移动端报名 */
.list-pc{
	display: none;
}

.labe-mob {
	display: block;
}
   
}

@media screen and (max-width: 768px) {
	body {
		background-size: auto 100%;
	}
    .row {
        width: 94%;
	}
	.header {
		height: auto !important;
		background: url(../images/banner_app.png);
		background-size: cover;
		padding-bottom: 177%;
	}
    .parts {
        margin-top: 20px;
    }
    .box {
        width: 100%;
        height: auto !important;
    }
    .box-50 {
        margin-top: 20px;
    }
    .slider_one_big_picture {
		width: 100% !important;
        height: 196px !important;
    }
    .met-group {
        height: auto !important;
    }
    .met-group td {
        height: auto !important;
    }
    .box-68 {
        margin-top: 20px;
    }
    .contact > li {
        width: 100%;
	}
	.nav {
		display: none;
	}
	.next_button,
	.prev_button {
		display: none;
	}
	.table2,
	table {
		width: 100% !important;
	}
	.hyzz {
		width: 100%;
	}

	.enroll {
		width: 96%;
		margin: 0 auto;
	}
	.list-item label span:nth-child(3) {
		display: block;
	}
	.list-item2 .item2-box {
		width: 100% !important;
	}
	.list-item2 .item2-box input {
		width: 100%;
	}

	.item2-box li:nth-child(3n),
	.item2-box li:nth-child(4n) {
		display: none;
	}

	/* 新增 */
	.title_tab{
		width: 100%
	}
	.img_tab{
		width: 100%
	}
	.title_img img{
		width: 100%
	}
	.logolist a{
		width: 32%
	}

}