home.css 4.97 KB
.captionOrange, .captionBlue, .captionBlack, .captionSymbol
{
	display: block;
	color: #fff;
	/*font-size: 20px;*/
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	border-radius: 4px;
}
.captionOrange
{
	background: #EB5100;
	background-color: rgba(235, 81, 0, 0.6);
}
.captionBlue
{
	background: #746FBD;
	background-color: rgba(21, 21, 120, 0.6);
}
.captionBlack
{
	background: #000;
	background-color: rgba(0, 0, 0, 0.4);
}
.captionSymbol
{
	border-radius: 100px !important;
	font-weight: 400 !important;
	font-size: 26px !important;
	background: #000;
	background-color: rgba(0, 0, 0, 0.4);
}
.captionTextBlack
{
	display: block;
	color: #000;
	font-size: 20px;
	line-height: 30px;
}
.captionTextWhite
{
	display: block;
	color: #fff;
	font-size: 20px;
	line-height: 30px;
}
a.captionOrange, a.captionOrange:active, a.captionOrange:visited,a.captionTextWhite, a.captionTextWhite:active, a.captionTextWhite:visited
{
	color: #fff;
	text-decoration: none;
}
a.captionOrange:hover
{
	color: #eb5100;
	text-decoration: underline;
	background-color: #eeeeee;
	background-color: rgba(238, 238, 238, 0.7);
}
a.captionTextBlack, a.captionTextBlack:active, a.captionTextBlack:visited
{
	color: #000;
	text-decoration: none;
}
a.captionTextWhite:hover
{
	color: #eb5100;
	text-decoration: underline;
}
a.captionTextBlack:hover
{
	color: #eb5100;
	text-decoration: underline;
}
.jssorb01 {
	position: absolute;
}
.jssorb01 div, .jssorb01 div:hover, .jssorb01 .av {
	position: absolute;
	/* size of bullet elment */
	width: 12px;
	height: 12px;
	filter: alpha(opacity=70);
	opacity: .7;
	overflow: hidden;
	cursor: pointer;
	border: #000 1px solid;
}
.jssorb01 div { background-color: gray; }
.jssorb01 div:hover, .jssorb01 .av:hover { background-color: #d3d3d3; }
.jssorb01 .av { background-color: #fff; }
.jssorb01 .dn, .jssorb01 .dn:hover { background-color: #555555; }
.jssorb17 {
	position: absolute;
}
.jssorb17 div, .jssorb17 div:hover, .jssorb17 .av {
	position: absolute;
	/* size of bullet elment */
	width: 16px;
	height: 16px;
	background: url(/images/banner/b17.png) no-repeat;
	overflow: hidden;
	cursor: pointer;
}
.jssorb17 div { background-position: -7px -7px; }
.jssorb17 div:hover, .jssorb17 .av:hover { background-position: -37px -7px; }
.jssorb17 .av { background-position: -67px -7px; }
.jssorb17 .dn, .jssorb17 .dn:hover { background-position: -97px -7px; }
.jssora05l, .jssora05r {
	display: block;
	position: absolute;
	/* size of arrow element */
	width: 40px;
	height: 40px;
	cursor: pointer;
	background: url(/images/banner/a17.png) no-repeat;
	overflow: hidden;
}
.jssora05l { background-position: -10px -40px; }
.jssora05r { background-position: -70px -40px; }
.jssora05l:hover { background-position: -130px -40px; }
.jssora05r:hover { background-position: -190px -40px; }
.jssora05l.jssora05ldn { background-position: -250px -40px; }
.jssora05r.jssora05rdn { background-position: -310px -40px; }

.jssorb05 {
	position: absolute;
}
.jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
	position: absolute;
	/* size of bullet elment */
	width: 16px;
	height: 16px;
	background: url(/images/banner/b05.png) no-repeat;
	overflow: hidden;
	cursor: pointer;
}
.jssorb05 div { background-position: -7px -7px; }
.jssorb05 div:hover, .jssorb05 .av:hover { background-position: -37px -7px; }
.jssorb05 .av { background-position: -67px -7px; }
.jssorb05 .dn, .jssorb05 .dn:hover { background-position: -97px -7px; }

.jssora22l, .jssora22r {
	display: block;
	position: absolute;
	/* size of arrow element */
	width: 40px;
	height: 58px;
	cursor: pointer;
	background: url(/images/banner/a22.png) center center no-repeat;
	overflow: hidden;
}
.jssora22l { background-position: -10px -31px; }
.jssora22r { background-position: -70px -31px; }
.jssora22l:hover { background-position: -130px -31px; }
.jssora22r:hover { background-position: -190px -31px; }
.jssora22l.jssora22ldn { background-position: -250px -31px; }
.jssora22r.jssora22rdn { background-position: -310px -31px; }

.service .block{
	margin-bottom: 80px;
}
.service .block.blocklast{
	margin-bottom: 0px;
}
.service .block:after {
	clear: both;
}
.service .block:before, .service .block:after {
	display: table;
	line-height: 0;
	content: "";
}
.service .block .imgblock{
	float: left;
	margin-right: 20px;
}
.service .block .imgblock.r{
	margin-left: 20px;
	float: right;
}
.service .block .imgblock img{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
.service .block .txtblock{
	/*float: left;*/
}
.service .block .txtblock h3{
	font-size: 26px;
	margin: 0;
	opacity: .99;
	text-transform: uppercase;
	color: #475f75;
	font-weight: normal;
}
.service .block .txtblock p{
	font-size: 15px;
	margin: 10px 0 0;
	line-height: 23px;
	color: #666666;
	font-weight: lighter;
}
/*.service .block .txtblock ul{
	display: block;
	padding: 0;
	list-style: outside;
	width: 95%;
}
.service .block .txtblock ul li{
	font-size: 15px;
	line-height: 23px;
	display: list-item;
	text-align: -webkit-match-parent;
	color: #666666;
}*/