html,body{
    margin: 0;
    padding: 0;
    background-color:#fff;
    font-family:'Microsoft YaHei',Tahoma,'\5FAE\8F6F\96C5\9ED1',Arial,Helvetica,sans-serif;
    /*background: url(/rail/statics/images/rail2/tancgif/bg.png) no-repeat center top;*/
}
/*初始化css*/
img{
    border: none;
}
a{
    text-decoration:none;
    out-line: none;
    color:black;
}
 
.tancgifwap{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    /*background-color: rgba(0,0,0,0.5);*/
}
.tancgifcon{
    width: 400px;
    /* margin: 0 auto; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.tancgifcon .tancimg1{
    width: 400px;
   height: auto;
}
.tancgifcon .tancimg2{
    width: 400px;
   height: auto;
   display: none;
}
.tancgifcon .tanclogo{
    width: 126px;
   height: auto;
   position:absolute;
   bottom:134px;
   left:137px;
}
.tancgifcon .shuming{
	display:inline-block;
    font-size:15px;
	line-height:24px;
	margin-top:14px;
	color:#333;
	padding-bottom:20px;
}

.tancgifcon .djkdh{
    width: 100px;
    height: 100px;
    position: absolute;
    top: 240px;
    left: 150px;
    cursor: pointer;
    border-radius: 100%;
}
.conwap12{
    
    width: 100%;
    text-align: center;
    position: absolute;
    top: 430px;
    
}
.conwap12 p{

    font-size: 16px;
    color: #d45733;
    margin: 0;
    width: 356px;
    /* font-weight: bold; */
    margin: 0 auto;
    padding: 4px 0;
    display: none;
}
.conwap12 .zuih{
    position: absolute;
    top: 0px;
    left: 32px;
	left:3px;
	width:100%
   
}

.conwap12 p span{
    font-weight: bold;
    font-size: 19px;
}
/* 适应手机端 */
@media screen and (max-width: 750px) {
	.tancgifwap{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		/*background-color: rgba(0,0,0,0.5);*/
	}
	.tancgifcon{
		width: 88%;
		/* margin: 0 auto; */
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.tancgifcon .tancimg1{
		width: 100%;
	   height: auto;
	}
	.tancgifcon .tancimg2{
		width: 100%;
	   height: auto;
	   display: none;
	}
	.tancgifcon .tanclogo{
		width: 35%;
	   height: auto;
	   position:absolute;
	   bottom:18%;
	   left:35%;
	}
	.tancgifcon .shuming{
		display:inline-block;
		font-size:14px;
		line-height:24px;
		margin-top:14px;
		color:#333;
		padding-bottom:20px;
	}
	.tancgifcon .djkdh{
		width: 100px;
		height: 100px;
		position: absolute;
		top: 240px;
		left: 150px;
		top: 33%;
		left: 36%;
		cursor: pointer;
		border-radius: 100%;
		/*border:1px solid #111;*/
	}
	.conwap12{
		
		width: 100%;
		text-align: center;
		position: absolute;
		top: 430px;
		top: 53%;
		/*bottom:14%;*/
		
		
	}
	.conwap12 p{
	
		font-size: 15px;
		color: #d45733;
		margin: 0;
		width:100%;
		/* font-weight: bold; */
		margin: 0 auto;
		padding: 4px 0;
		display: none;
	}
	.conwap12 .zuih{
		position: absolute;
		top: 0px;
		left: 32px;
		left:0px;
		width:100%
	   
	}
	
	.conwap12 p span{
		font-weight: bold;
		font-size: 19px;
	}
}

