.txt-slide1{
	margin-top:8% !important;
}
.cont1 {
	width: 100%;
	float: left;
}
.txt {width:100%;padding:2%;box-sizing:border-box;line-height:160%;font-size:1.5em;margin-top:20px;}

.imgaddress{
	width: 50%;
	margin: auto;
}
.imgaddress img{
	width: 100% !important;
}
.cont1-left {
	width: 34%;
	float: left;
	padding-right: 20px;
	box-sizing: border-box;
	margin-top: 30px;
}
.cont1-left img {
	width: 100%;
}
.cont1-right {
	width: 66%;
	float: left;
	margin-top: 30px;
	font-size: 1.4em;
	line-height: 180%;
}
.cont1-right strong{
	font-size:17px;
	color:#006888;
}
@media screen and (max-width: 640px) {
.cont1, .cont2 {
  background: #F7F7F7;
  padding: 4%;
  box-sizing: border-box;
}
.imgaddress{
	width: 100%;
	margin: auto;
}
.cont1-left {
	width: 100%;
	text-align: center;
	padding: 2%;
	box-sizing: border-box;
}
.cont1-right {
	width: 100%;
	padding-bottom:10px;
	border-bottom:1px dotted #666;
}
}

