    	*{
    		margin: 0;
    		padding:0;
    	}
    	a{
    		text-decoration: none;
    	}
    	p{
    		line-height: 24px;
    	}
    	body{
    		font-family: "微软雅黑";
    	}
    	.dialog-bg-union{
    		display: none;
    		position: fixed;
    		bottom: -200px;
    		right: -200px;
			margin-bottom: -175px;
			margin-right: -250px;
			width: 0px;
			height: 0px;
			box-shadow: 6px 6px 15px 0px #b8b8b8;
			z-index:1000;
    	}
    	.dialog-img-union{
    		width: 500px;
    		height: 264px;
    		background: url(../images/dialog-bg-union.png) center no-repeat;
    		position: relative;
    	}
    	.dialog-dz-union{
    		position: absolute;
    		top: 0px;
    		left: 30px;
    		width: 87px;
    		height: 63px;
    		background: -webkit-linear-gradient(top,#e95d1c, #f77c11); 
            background: -o-linear-gradient(top,#e95d1c, #f77c11); 
            background: -moz-linear-gradient(top,#e95d1c, #f77c11); 
            background: linear-gradient(top,#e95d1c, #f77c11); 
            text-align: center;
            box-sizing: border-box;
    		padding: 6px 0px;
    	}
    	.dialog-dz-union p:nth-child(1){
    		color: #ffffff;
    		font-size: 14px;
    	}
    	.dialog-dz-union p:nth-child(2){
    		color: #ffffff;
    		font-size: 20px;
    		font-weight: bold;
    	}
    	.dialog-a-union{
    		position: absolute;
    		top: 18px;
    		right: 30px;
    		display: inline-block;
    		width: 21px;
    		height: 21px;
    		background: url(../images/dialog-ch-union.png) no-repeat;
    	}
    	.dialog-call-union{
    		width: 440px;
    		height: 140px;
    		background-color: #f2f3f5;
    		border-radius: 8px;
    		margin: 0px auto 0px;
    		position: absolute;
    		left: 0px;
    		right: 0px;
    		bottom: 10px;
    		text-align: center;
    	}
    	.dialog-call-union img{
    		margin-top: -18px;
    	}
    	.dia-tx-p-union{
    		width: 405px;
    		margin: 0 auto;
    		border-bottom: 1px dashed #736e6e;
    		color: #333333;
    		font-size: 36px;
    		font-family: "华康俪金黑W8(P)";
    		padding: 25px 0px 10px;
    	}
    	.dia-tx-hm-union{
    		margin-top: -60px;
    		color: #ff2200;
    		font-size: 30px;
    		font-weight: bold;
    		margin-left: 80px;
    		letter-spacing: 3px;
    	}
    	.dia-tx-p-union span{
			color: #333333;
			font-size: 24px;
			margin-left: 5px;
    	}
    	.dialog-btn-union{
    		height: 86px;
    		background-color: #fff;
    	}
    	.dialog-btn-union > p{
			color: #333333;
			font-size: 16px;
			text-align: center;
			box-sizing: border-box;
    		padding: 6px 0px;
    	}
    	.dialog-btn-union a{
    		display: inline-block;
    		width: 130px;
    		height: 36px;
    		line-height: 36px;
    		text-align: center;
    		border-radius: 8px;
    		color: #ffffff;
    		font-size: 18px;
    	}
    	.dailog-btn-ared-union{
    		background: -webkit-linear-gradient(top,#e95d1c, #f77c11); 
            background: -o-linear-gradient(top,#e95d1c, #f77c11); 
            background: -moz-linear-gradient(top,#e95d1c, #f77c11); 
            background: linear-gradient(top,#e95d1c, #f77c11);
    	}
    	.dailog-btn-ahs-union{
    		background: -webkit-linear-gradient(top,#949a9f, #b9b9ba); 
            background: -o-linear-gradient(top,#949a9f, #b9b9ba); 
            background: -moz-linear-gradient(top,#949a9f, #b9b9ba); 
            background: linear-gradient(top,#949a9f, #b9b9ba);
            margin-left: 150px;
    	}
    	.dialog-btn-union > section{
    		text-align: center;
    	}
