body {
	height: 100%;
}

.sc_banner {
	height: 430px;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

.wid_1154 {
	max-width: 1155px;
	min-width: 320px;
	min-height: 438px;
	margin: 0 auto;
}

.bg_fff {
	background: #fff;
}

.bg_f0f {
	background: #f0f0f0;
}

.bg_eaeef4 {
	background: #eaeef4;
}

.sc_img {
	width: 50%;
	text-align: center;
}

.sc_img_left {
	float: left;
}

.sc_img_right {
	float: right;
}

.sc_word {
	width: 50%;
	text-align: left;
	line-height: 30px;
}

.sc_word_right {
	float: right;
}

.sc_word_left {
	float: left;
}

.sc_word h2 {
	font-size: 36px;
	color: #333;
	font-weight: 400;
	margin-bottom: 15px;
	margin-top: 120px;
}

.sc_word div {
	font-size: 16px;
	color: #666666;
}


/*电子签到*/

.Sign_block {
	margin-left: -11px;
	border-left: 1px solid #cccccc;
	margin-top: 60px;
}

.Sign_block .Sign_tit {
	font-size: 36px;
	font-weight: 400;
	text-align: center;
}

.Sign_block .eve {
	position: relative;
	margin: 100px 0 150px 0;
}

.Sign_block .eve .round_icon {
	position: absolute;
	left: -9px;
	top: 10px;
	display: inline-block;
	width: 18px;
	height: 18px;
	background: #0066cc;
	border-radius: 50%;
}

.Sign_block .eve .word {
	position: absolute;
	left: 25px;
	top: 0;
	width: 370px;
	z-index: 2;
}

.Sign_block .eve .name {
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 10px;
}

.Sign_block .eve .name_other {
	font-size: 16px;
	line-height: 30px;
	color: #666;
	text-align: justify;
}

.Sign_block .eve .img_icon {
	text-align: right;
	position: relative;
	right: 0;
	top: 0;
	z-index: 1;
}

.pc_product {
	max-width: 900px;
	margin: 0 auto;
	padding: 50px 0;
	overflow: auto;
}

.pc_product .tit_block h2 {
	font-size: 28px;
	padding-bottom: 40px;
	font-weight: normal;
	margin-bottom: 10px;
	text-align: center;
}

.product_block .pr_eve {
	display: inline-block;
	float: left;
	width: 24.3%;
	text-align: center;
	cursor: pointer;
}

.product_block .pr_eve dl dt {
	display: block;
	width: 118px;
	height: 118px;
	margin: 0 auto;
	border-radius: 50%;
	border: 1px solid #e2e2e2;
}

.product_block .pr_eve dl dt .icon {
	display: block;
	height: 53px;
	width: 48px;
	margin: 0 auto;
	margin-top: 30px;
	background-image: url(/images/dzqd_icon.png);
}

.product_block .pr_eve dl dt .icon01 {
	background-position: 0px 0px;
}

.product_block .pr_eve dl dt .icon02 {
	background-position: -81px 0px;
}

.product_block .pr_eve dl dt .icon03 {
	background-position: -162px 0px;
}

.product_block .pr_eve dl dt .icon04 {
	background-position: -243px 0px;
}

.product_block .pr_eve dl dd {
	padding-top: 26px;
}

.product_block .pr_eve dl dd h3 {
	font-size: 18px;
	font-weight: normal;
}

.product_block .pr_eve dl dd .subtitle {
	font-size: 14px;
	word-break: break-all;
	padding-top: 5px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.product_block .pr_eve dl dt,
.product_block .pr_eve dl dt .icon,
.product_block .pr_eve dl dd {
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.btn_empt {
	color: #fff;
	font-size: 28px;
	border: 1px solid #fff;
	border-radius: 2px;
	margin: 0 auto;
	display: block;
	width: 300px;
	padding: 10px 0;
	text-align: center;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.btn_empt:hover {
	background: #0066cc;
	color: #fff;
	border: 1px solid #0066cc;
}

.btn_wid100 {
	padding: 50px 0;
}

.btn_bg01 {
	background: url(/images/btn_bg01.jpg) no-repeat center center;
	background-size: cover;
}

.btn_bg02 {
	background: url(/images/btn_bg02.jpg) no-repeat center center;
	background-size: cover;
}


/*新闻详细*/

.new_content {
	padding-top: 160px;
}

.new_content .title {
	font-size: 36px;
	line-height: 50px;
	color: #333;
	font-weight: 400;
	text-align: center;
}

.new_content .titleh3 {
	color: #999;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	margin: 25px 0 65px 0;
}

.new_content .new_word {
	max-width: 1015px;
	margin: 0 auto;
	min-width: 320px;
	font-size: 15px;
	color: #666;
	line-height: 28px;
	text-align: justify;
	word-break: break-all;
	padding-bottom: 30px;
}

.new_content .new_word img {
	max-width: 1015px;
}


/*新闻列表*/

.new_list {
	padding-top: 100px;
}

.new_list li:last-child {
	border: none;
}

.new_list .eve {
	margin: 0;
	padding: 46px 5%;
	border-bottom: 1px dashed #bcbcbc;
	overflow: hidden;
}

.new_list .eve .news_img {
	float: left;
	width: 23%;
}

.new_list .eve .news_img img {
	width: 100%;
}

.new_list .eve .news_word {
	float: right;
	width: 72%;
	padding-left: 4%;
}

.new_list .eve .news_word .tit {
	color: #333;
	line-height: 30px;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: 400;
}

.new_list .eve .news_word .word_introduce {
	color: #999;
	text-align: justify;
	word-break: break-all;
	line-height: 32px;
	margin: 10px 0;
}

.new_list .eve .news_word .see_all {
	color: #999;
}


/*会议微站*/

.video_box {
	margin-bottom: 30px;
}

.video_box,
.video_word {
	width: 50%;
	display: block;
	float: left;
}

.video_word {
	line-height: 28px;
	font-size: 16px;
	padding-top: 45px;
}

.video_bg {
	width: 449px;
	height: 325px;
	padding: 18px 18px 74px 18px;
	background: url(/images/video_bg.png);
	margin: 0 auto;
}

.video_bg video {
	width: 413px;
	height: 233px;
	background: #000;
}

.hywz_tit {
	font-size: 36px;
	text-align: center;
	padding-top: 80px;
	margin-bottom: 40px;
	font-weight: 400;
}

.HYWZ_block01 {
	max-width: 850px;
	margin: 0 auto;
	padding-bottom: 80px;
	overflow: auto;
}

.HYWZ_block01 .eve_block {
	display: inline-block;
	width: 33.33%;
	float: left;
}

.HYWZ_block01 .eve {
	margin: 0 14px;
	padding: 0 16px;
	background: #fff;
	height: 237px;
}

.HYWZ_block01 .eve .tit {
	text-align: center;
	font-size: 24px;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
	color: #0066cc;
}

.HYWZ_block01 .eve .word {
	padding: 15px 0;
	overflow: hidden;
}

.HYWZ_block01 .eve .word span {
	display: inline-block;
	width: 50%;
	line-height: 30px;
	float: left;
}

.HYWZ_block02 {
	padding-bottom: 80px;
	text-align: center;
}

.HYWZ_block03 {
	overflow: auto;
	padding-bottom: 80px;
}

.HYWZ_block03 .eve_block {
	display: inline-block;
	width: 33.33%;
	float: left;
}

.HYWZ_block03 .eve {
	margin: 0 7.5%;
}

.HYWZ_block03 .eve .tit {
	margin: 0 20%;
}

.HYWZ_block03 .eve .tit img {
	width: 100%;
}

.HYWZ_block03 .eve .word {
	text-align: center;
	padding-top: 10px;
}

.HYWZ_block03 .eve .word h4 {
	font-size: 20px;
	font-weight: normal;
}

.HYWZ_block03 .eve .word p {
	font-size: 16px;
	margin-bottom: 10px;
}

.HYWZ_block03 .eve .word .copy {
	text-align: left;
	line-height: 26px;
	font-size: 14px;
	color: #999;
}


/*案例*/

.C_block {
	max-width: 1155px;
	min-width: 320px;
	min-height: 438px;
	margin: 0 auto;
	padding-bottom: 80px;
}

.case_tit {
	font-size: 36px;
	font-weight: 400;
	text-align: center;
	padding: 70px 0 50px 0;
}

.case_img {
	width: 60%;
}

.case_img img {
	width: 100%;
}

.case_img_left {
	float: left;
}

.case_img_right {
	float: right;
}

.case_word {
	width: 32.55%;
	text-align: left;
	line-height: 30px;
}

.case_word .case_logo {
	max-width: 240px;
	margin: 0 auto;
	text-align: center;
}
.case_word .case_logo img{max-width:170px;}

.case_word .word {
	color: #666;
	font-size: 16px;
	line-height: 30px;
	text-align: justify;
	border-top: 1px solid #ccc;
	padding-top: 20px;
	margin-top: 10px;
}

.case_word .word a {
	color: #0066cc;
}

.case_word_right {
	float: right;
}

.case_word_left {
	float: left;
}


/*互动墙*/

.HDQ_block {
	max-width: 1043px;
	min-width: 320px;
	margin: 0 auto;
	padding: 85px 0;
	overflow: hidden;
}

.HDQ_block2 {
	max-width: 1043px;
	min-width: 320px;
	margin: 0 auto;
	padding-top: 35px;
	overflow: hidden;
}

.HDQ_block3 {
	max-width: 1200px;
	min-height: 372px;
	margin: 0 auto;
	margin-top: 37px;
	overflow: auto;
	background: url(/images/HDQ_BG04.png) no-repeat center center;
}

.HDQ_img01 {
	width: 30%;
	float: left;
}

.HDQ_word01 {
	float: right;
	padding-top: 50px;
	text-align: center;
	min-height: 159px;
	font-size: 18px;
	color: #ec5f3a;
	line-height: 28px;
	width: 662px;
	background: url(/images/HDQ_BG01.png) center center no-repeat;
}

.HDQ_img {
	width: 53%;
}

.HDQ_img_left {
	float: left;
}

.HDQ_img_right {
	float: right;
}

.HDQ_word {
	padding-top: 60px;
	width: 36.8%;
	text-align: left;
	line-height: 30px;
}

.HDQ_word .HDQ_tit {
	height: 42px;
	background: url(/images/HDQ_BG02.png) no-repeat left center;
	color: #fff;
	font-size: 22px;
	line-height: 42px;
	padding-left: 24px;
	;
}

.HDQ_word .word {
	color: #666;
	font-size: 16px;
	line-height: 36px;
	text-align: justify;
	padding: 35px 0 23px 0;
	background: url(/images/HDQ_BG03.png) right bottom no-repeat;
}

.HDQ_word_right {
	float: right;
}

.HDQ_word_left {
	float: left;
}

.HDQ_block3 .tit {
	color: #fff;
	font-size: 30px;
	font-weight: normal;
	text-align: center;
	padding: 53px 0 25px 0;
}

.HDQ_CJ {
	max-width: 737px;
	margin: 0 auto;
}

.HDQ_CJ .eve {
	width: 25%;
	float: left;
	margin-bottom: 18px;
}

.HDQ_CJ .eve span {
	display: block;
	width: 100px;
	height: 100px;
	color: #fff;
	margin: 0 auto;
	border: 1px solid #fff;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
}

.HDQ_CJ .eve span em {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	line-height: 100px;
	color: #fff;
	font-size: 16px;
	text-shadow: 2px 2px 2px #565656;
	text-align: center;
	z-index: 2;
}

.HDQ_CJ .eve span img {
	border-radius: 50%;
	width: 100%;
	opacity: 0.6;
}


/*解决方案*/

.JJFA_block {
	max-width: 1200px;
	margin: 0 auto;
	min-width: 320px;
	padding: 65px 0;
}

.JJFA_tit_block {
	text-align: center;
	padding: 0 3%;
}

.JJFA_tit_block h2 {
	color: #333333;
	font-size: 36px;
	margin-bottom: 10px;
	font-weight: 400;
}

.JJFA_tit_block .subtitle {
	color: #666;
	font-size: 16px;
}

.JJFA_img {
	text-align: center;
	padding-top: 40px;
}

@media screen and (max-width:768px) {
	.JJFA_block {
		padding:25px 0;
	}
	.JJFA_tit_block h2 {
		color: #333333;
		font-size:18px;
		margin-bottom: 10px;
		font-weight: 400;
	}
	.JJFA_tit_block .subtitle {
		color: #666;
		font-size: 12px;
	}
	.JJFA_img{padding:20px 3% 0 3%;}
	.JJFA_img img {
		width: 100%;
	}
	.pc_product .tit_block h2 {
		font-size: 18px;
		padding-bottom: 10px;
	}
	.product_block .pr_eve dl dd {
		padding-top: 10px;
	}
	.pc_product {
		margin: 0 auto;
		padding: 20px 0;
	}
	.Sign_block .eve .name {
		font-size: 18px;
	}
	.HYWZ_block01 .eve .tit {
		font-size: 18px;
	}
	.video_box,
	.video_word {
		width: 100%;
		float: none;
	}
	.video_bg {
		width: 100%;
		height: auto;
		padding: 0;
		background: none;
	}
	.video_word {
		line-height: 28px;
		font-size: 14px;
		width: auto;
		padding: 0 3%;
		margin-bottom: 30px;
	}
	.video_bg video {
		width: 100%;
	}
	.hywz_tit {
		font-size: 18px;
		padding: 40px 3% 20px 3%;
		margin: 0;
	}
	.HYWZ_block02 {
		padding-bottom: 20px;
	}
	.HYWZ_block02 img {
		width: 100%;
	}
	.HYWZ_block01 {
		padding-bottom: 20px;
	}
	.HYWZ_block01 .eve_block {
		display: inline-block;
		width: 100%;
		float: left;
	}
	.HYWZ_block01 .eve {
		margin: 0;
		padding: 0 16px;
		background: #f0f0f0;
		height: auto;
	}
	.case_img {
		display: none;
	}
	.case_img img {
		width: 100%;
		margin: 0 auto;
	}
	.wid_1154 {
		height: auto;
		min-height: initial;
	}
	.HYWZ_block03 .eve_block {
		display: inline-block;
		width: 100%;
		float: left;
		margin-bottom: 20px;
	}
	.HYWZ_block03 {
		overflow: auto;
		padding-bottom: 20px;
	}
	.HDQ_block {
		padding: 20px 0;
	}
	.HDQ_img01 {
		width: 100%;
		float: none;
	}
	.HDQ_img01 img {
		width: 100%;
	}
	.HDQ_word01 {
		float: none;
		padding-top: 50px;
		text-align: left;
		padding: 50px 3% 0 3%;
		height: auto;
		font-size: 18px;
		color: #ec5f3a;
		line-height: 28px;
		width: 100%;
		background: url(/images/HDQ_BG01.png) center center no-repeat;
	}
	.HDQ_img {
		width: 100%;
	}
	.HDQ_img img {
		width: 100%;
	}
	.HDQ_img_left {
		float: none;
		padding: 0 3%;
	}
	.HDQ_word_right {
		float: none;
	}
	.HDQ_word {
		width: 100%;
		text-align: left;
		line-height: 30px;
	}
	.HDQ_word .word {
		color: #666;
		font-size: 16px;
		line-height: 36px;
		text-align: justify;
		padding: 35px 3% 23px 3%;
	}
	.HDQ_CJ .eve {
		width: 50%;
		float: left;
		margin-bottom: 18px;
	}
	.HDQ_block3 {
		max-width: 1200px;
		min-height: 372px;
		margin: 0 auto;
		margin-top: 37px;
		overflow: auto;
		background: url(/images/HDQ_BG04.png) no-repeat center center;
		background-size: cover;
	}
	.C_block {
		max-width: 1155px;
		min-width: 320px;
		min-height: initial;
		margin: 0 auto;
		padding: 0 3%;
		padding-bottom: 40px;
	}
	.case_tit {
		font-size: 18px;
		font-weight: 400;
		text-align: center;
		padding: 30px 0 20px 0;
	}
	.case_img_left {
		float: none;
	}
	.case_img_right {
		float: none;
	}
	.case_img {
		width: 100%;
	}
	.case_word_right {
		float: none;
	}
	.case_word_left {
		float: none;
	}
	.case_word {
		width: 100%;
		text-align: left;
		line-height: 30px;
	}
	.case_word .word {
		margin-top: 0;
		font-size: 14px
	}
	.case_word .case_logo img {
		width: 50%;
	}
	.new_content .new_word {
		padding: 0 3%;
		font-size: 15px;
		color: #666;
		line-height: 28px;
		text-align: justify;
		word-break: break-all;
	}
	.sc_img {
		width: 100%;
		text-align: center;
	}
	.sc_img img {
		width: 50%;
		margin: 0 auto;
		margin-top: 30px !important;
	}
	.sc_img_left {
		float: none;
	}
	.sc_img_right {
		float: none;
	}
	.sc_word {
		width: auto;
		text-align: none;
		padding: 0 3%;
		margin-bottom: 30px;
	}
	.sc_word_right {
		float: none;
	}
	.sc_word_left {
		float: none;
	}
	.sc_word h2 {
		font-size: 22px;
		font-weight: 400;
		margin-bottom: 15px;
		margin-top: 20px;
		text-align: center;
	}
	.sc_word div {
		font-size: 14px;
	}
	.Sign_block .Sign_tit {
		font-size: 18px;
	}
	.Sign_block .eve {
		position: relative;
		margin: 30px 3% 20px 3%;
	}
	.Sign_block .eve .img_icon {
		text-align: right;
		position: static;
		right: 0;
		top: 0;
		z-index: 1;
		padding: 20px 0 40px 0;
	}
	.Sign_block .eve .img_icon img {
		width: 100%;
	}
	.Sign_block {
		margin-left: 0px;
		border-left: 1px solid #cccccc;
		margin-top: 60px;
	}
	.Sign_block .eve .word {
		position: static;
		left: 25px;
		top: 0;
		width: auto;
		z-index: 2;
	}
	.Sign_block .eve .round_icon {
		display: none;
	}
	.sc_banner {
		height: 158px;
	}
	.product_block .pr_eve {
		display: inline-block;
		width: 50%;
		text-align: center;
		cursor: pointer;
		margin-bottom: 20px;
	}
	.new_content {
		padding-top: 100px;
	}
	.new_content .title {
		font-size: 26px;
		line-height: 32px;
		color: #333;
		font-weight: 400;
		text-align: left;
		padding: 0 3%;
	}
	.new_content .titleh3 {
		margin: 10px 0 20px 0;
	}
	.new_content .new_word img {
		width: 100%;
	}
	.new_list {
		padding-top: 70px;
	}
	.new_list .eve {
		margin: 0;
		padding: 20px 3%;
	}
	.new_list .eve .news_word {
		padding-left: 0;
	}
	.new_list .eve .news_word .tit {
		line-height: 24px;
		margin-bottom: 10px;
		font-size: 16px;
	}
	.new_list .eve .news_word .word_introduce {
		margin: 10px 0 0 0;
		line-height: 24px;
		font-size: 12px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	.btn_wid100 {
		padding: 15px 0;
	}
	.btn_empt {
		color: #fff;
		font-size: 16px;
		border: 1px solid #fff;
		border-radius: 2px;
		margin: 0 auto;
		display: block;
		width: 150px;
	}
	.new_list .eve .news_word .see_all {
		display: none;
	}
}

/*摇一摇抢红包*/
#yao-main .section1{
	width: 1160px;
	height: 575px;
	margin: 0 auto;
	background: url(../images/yao-img1-bg.png)no-repeat top center;
	margin-top: -145px;
    position: relative;
    z-index: 1;
}
.sp1{
	width: 695px;
	padding-top: 230px;
	padding-left: 122px;
}
#yao-main p{
	text-align: center;
	font-size: 28px;
	color: #8a1c21;
	line-height: 60px;
}
#yao-main .section2{
	width: 1160px;
	height: 584px;
	margin: 0 auto;
	background: url(../images/yao-img2-bg.png)no-repeat top center;
    z-index: 1;
}
.sp2{
	margin: 0 auto;
    width: 500px;
    padding-top: 200px;
    margin-right: 45px;
}
#yao-main .section3{
	width: 1160px;
	height: 580px;
	margin: 0 auto;
	background: url(../images/yao-img3-bg.png)no-repeat top center;
    z-index: 1;
}
.sp3{
	width: 600px;
	margin: 0 auto;
	margin-left: 150px;
    padding-top: 105px;
}
#yao-main .section4{
	width: 1160px;
	height: 585px;
	margin: 0 auto;
	background: url(../images/yao-img4-bg.png)no-repeat top center;
    z-index: 1;
}
.sp4{
	width: 600px;
	margin: 0 auto;
	margin-right: 102px;
    padding-top: 200px;
}
#yao-main .section5{
	width: 1160px;
	height: 585px;
	margin: 0 auto;
	background: url(../images/yao-img5-bg.png)no-repeat top center;
    z-index: 1;
}
.section5 h4{
	font-weight: 400;
	font-size: 28px;
	color: #8a1c21;
	line-height: 60px;
	margin-left: 480px;
	padding-top: 120px;
}
.sp5 h5{
	font-weight: 400;
	font-size: 28px;
	color: #8a1c21;
	margin-left: 250px;
	margin-top: 6px;
}
.sp5 h5:nth-of-type(1){
	margin-top: 55px;
	
}
#section5 .sp5 p{
	font-size: 18px;
	color: #8a1c21;
	margin-left: 250px;
	text-align: left;
	line-height: 40px;
}

@media only screen and (max-width: 768px) {
    .hudong_Two > a {
        text-decoration: none!important;
        display: inline-block!important;
        width: 100px!important;
        height: 22px!important;
        line-height: 22px!important;
        position: absolute!important;
        bottom: 6px!important;
        left: 50%!important;
        margin-left: -50px!important;
        font-size: 14px!important;
        font-weight: 600;
        border: 1px solid #ffffff!important;
        color: white!important;
        border-radius: 2px!important;
        box-sizing: border-box!important;
    }
}

/*@768over*/