.fz36 {
	font-size: 36px !important;
}

.demo-icon i {
	font-size: 30px;
	line-height: 30px;
	color: #666;
}

/*new right*/
.cndns-right {
	position: fixed;
	right: 1vw;
	bottom: 30%;
	margin-top: -100px;
	z-index: 100
}

.cndns-right-meau {
	position: relative;
	background: #FFFFFF;
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
}

.cndns-right-btn {
	width: 48px;
	height: 48px;
	border: 1px solid #ccc;
	text-align: center;
	display: block;
	margin-bottom: 2px;
	position: relative;
	background-color: #fff;
	/* border-radius: 50%; */
}

.cndns-right-btn span {
	color: #848484;
	font-size: 26px;
	line-height: 48px;
}

.cndns-right-btn sup {
	display: block;
	min-width: 24px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	color: #fff;
	border-radius: 50%;
	background-color: #cf3629;
	position: absolute;
	left: -12px;
	top: -12px;
}

.cndns-right-btn p {
	color: #cf3629;
	font-size: 14px;
	line-height: 18px;
	padding-top: 5px;
	display: none;
}

.cndns-right-meau:hover .cndns-right-btn span {
	display: none
}

.cndns-right-meau:hover .cndns-right-btn p {
	display: block;
}



.meau-top .cndns-right-btn span {
	font-size: 12px;
	line-height: 12px;
	padding-top: 10px;
	display: block
}

.meau-top .cndns-right-btn i {
	display: block;
}

.meau-top.cndns-right-meau:hover .cndns-right-btn {
	background-color: #cf3629
}

.meau-top.cndns-right-meau:hover .cndns-right-btn span {
	display: block;
	color: #fff
}

.meau-top.cndns-right-meau:hover .cndns-right-btn i {
	color: #fff;
}

.cndns-right-box {
	position: absolute;
	top: 0px;
	right: 60px;
	display: none;
}

.cndns-right-box .box-border {
	border: 1px solid #ccc;
	border-top: 4px solid #cf3629;
	padding: 20px;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
	box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
	position: relative
}

.cndns-right-box .box-border .arrow-right {
	display: block;
	width: 13px;
	height: 16px;
	background: url(../images/arrow.png) no-repeat;
	position: absolute;
	right: -13px;
	bottom: 55px;
	z-index: 99;
}

.cndns-right-box .box-border .sev-t span {
	font-size: 42px;
	float: left;
	display: block;
	line-height: 56px;
	margin-right: 20px;
	color: #d3d3d3
}

.cndns-right-box .box-border .sev-t p {
	float: left;
	color: #cf3629;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 0;
}

.cndns-right-box .box-border .sev-t p i {
	display: block;
	font-size: 16px;
	color: #aaa;
}

.cndns-right-box .box-border .sev-b {
	padding-top: 15px;
	margin-top: 15px;
	border-top: 1px solid #e4e4e4
}

.cndns-right-box .box-border .sev-b h4 {
	color: #666;
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 15px;
}

.cndns-right-box .box-border .sev-b li {
	float: left;
	width: 33.33333%
}



.meau-contact .cndns-right-box .box-border {
	width: 250px;
	height: 100px;
	/* overflow: hidden; */
}

.cndns-right-meau:hover .cndns-right-box {
	display: block
}

.meau-code .cndns-right-box {
	top: inherit;
	bottom: -50px;
}

.meau-code .cndns-right-box .box-border {
	width: 156px;
	text-align: center;
	border-top: 1px solid #ccc;
}

.meau-code .cndns-right-box .box-border i {
	display: block;
	color: #cf3629;
	font-size: 16px;
	line-height: 16px;
	margin-top: 10px;
}

.meau-code .cndns-right-box .box-border .arrow-right {
	top: inherit;
	bottom: 60px;
}

.meau-zs .cndns-right-btn {
	background-color: #cf3629;
	color: #fff;
	margin-top: 80px;
	border-color: #cf3629
}

.meau-zs .cndns-right-btn span {
	color: #fff
}

.meau-zs .cndns-right-btn p {
	color: #fff
}