/* CSS Document */

.title1{
	background: url(../img/6626758_di1.jpeg) no-repeat;
	height: 161px;
	margin-top:20px;
}
.title-a{
	text-align: center;
	color:#a3844b;
	font-size:30px;
	padding-top:15px;
	margin-bottom:10px;
	}
.txt-bottom{	
	width: 350px;
	height: 30px;	
	background-color: red;
	margin:0 auto;
}
.title-txt{
	font-size: 18px;	
	text-align:center;
	color: #FFFFFF;
	letter-spacing:8px;
}
.intro{
	margin:20px 0;
	text-align:center;
}
.intro-img{
	width:372px;
	height:332px;
}
.intro-title{
	font-size: 24px;
	color: #a3844b;
	}
.intro-R{
	display:inline-block;
	margin-left: 10px;
	width:390px;
}
.intro-R img{
	width:390px;
	height:130px;
}
.title{
	font-size: 36px;
	color: #a3844b;
	font-weight: bold;
	text-align:center;
	margin-bottom:30px;
	margin-top:30px;
	background:url(../img/line1.png) no-repeat;
	background-size:contain;
	background-position:center;
	letter-spacing:8px;
}
.traffic{
	width:800px;
	margin:20px auto 50px;
}
.traffic-L{
	display:inline-block;
	width:260px;
}
.traffic-LR img{
	display:inline-block;
	width:540px;
}
.pay{
	margin-top:30px;
	padding-bottom:50px;
	background-image:url(../img/6626759_di2.jpeg);
}
.pay-frm{
	width:800px;
	margin:0 auto;\
}
.pay img{
	width:750px;
}

@media (max-width:1024px) {
	
	.title1{
		height: auto;
		margin-top:0px;
	}
	.title-a{
		font-size:25px;
		margin-top:5px;
		margin-bottom:5px;
		}
	.title-txt{
		font-size: 14px;
		line-height:30px;
	}
	.txt-bottom{	
		width: auto;
		height: 30px;	
		background-color: red;	
	}
	.intro{
		width: auto;
		height:auto;
		margin:10px 0;
	}
	.intro-img{
		width:100%;
	}
	.intro-title{
		font-size: 18px;
		margin:10px 0 5px;	
	}
	.Txt-p{
		line-height:21px;
		margin-bottom:5px;
		text-indent:30px;
	}
	.intro-R{
		margin-left: 0px;
		width:auto;
		height:auto;
	}
	.intro-R img{
		display: none;
	}
	.title{
		width:auto;
		font-size: 18px;		
		margin:5px;
		background:none;
	}
	.traffic{
		width:auto;
		margin: 0 ;
	}
	.traffic-LR img{
		width: 100%;
	}
	.traffic-L{
		width:auto;
	}
	.pay{		
		margin-top:10px;
		padding:10px 0;	
	}
	.pay-frm{
		width:auto;
	}
	.pay img{
		width:100%;
	}	
}