@charset "utf-8";
/* CSS Document */

.txt {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 900px;
	z-index: 10;
	overflow: hidden;
}
.mm {
}
.title {
	padding: 15% 0 30px 25%;
	text-align: left;
}
#bg {
	background: url(../images/service/bg.jpg);
	background-size: cover;
	background-position: center;
	opacity: 0.3;
}
.mainball {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	width: 680px;
	height: 680px;
	border-radius: 50%;
	background: #000;
}
.mainball article {
	position: absolute;
	padding: 0 15% 0 25%;
	opacity: 0;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.mainball .on {
	opacity: 1;
}
article > .tt {
	color: #BA9C6F;
	display: block;
	margin-top:15px;
	margin-bottom: 10px;
}
.iconball {
	position: absolute;
	top: 0;
	width: 350px;
	height: 350px;
	top: 50%;
	transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	background: #111;
	border-radius: 50%;
}
.lineball {
	position: absolute;
	width: 95%;
	height: 95%;
	margin: 2.5%;
	border-radius: 50%;
	border: #666 solid 1px;
}
.iconmask {
	position: absolute;
	width: 100%;
	height: 200px;
	top: 50%;
	margin-top: -100px;
	overflow: hidden;
}
.iconball ul {
	position: relative;
	width: 100%;
	top: 0;
}
.iconball li {
	cursor: pointer;
	color: #eeeeee;
	height: 30px;
	opacity: 0.5;
	transform: scale(0.8);
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	text-align: center;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.iconball li:hover, .iconball .on2 {
	opacity: 1;
}
.iconball .on2 {
	margin: 10px 0;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	color: #BA9C6F;
}
@media screen and (max-width:960px) {
.txt {
	position: relative;
	width: 100%;
	height: auto;
	z-index: 10;
	overflow: auto;
}
.iconball {
	display: none;
}
.mainball {
	position: relative;
	right: auto;
	top: 0;
	transform: none;
	-o-transform: none;
	-ms-transform: none;
	-moz-transform: none;
	-webkit-transform: none;
	width: auto;
	height: auto;
	min-height: 100%;
	border-radius: 0;
	background-color: rgba(0,0,0,0.7);
	padding: 100px 0;
}
.lineball {
	position: relative;
	width: auto;
	height: auto;
	margin: auto;
 border-radius0;
	border: none;
}
.mainball article {
	position: relative;
	margin: 10px 30px;
	padding: 0 20px;
	height: auto;
	opacity: 1;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.mainball article .tt {
	cursor: pointer;
	text-align: center;
	margin-bottom:0;
	margin-top:20px;
	
	font-size: 1.1em;
	color:#999;
	opacity:0.8;
}
.mainball article .nn{
	margin-top:10px;
}

.mainball .on .tt{
	color:#BA9C6F;
	opacity:1;
}
.mainball .on .tt::before {
	content: " ";
	position: absolute;
	width: 10px;
	top: 10px;
	bottom: 0;
	left: 0;
	border: #BA9C6F solid 1px;
	border-right: none;
}
.mainball .on .tt::after {
	content: " ";
	position: absolute;
	width: 10px;
	top: 10px;
	bottom: 0;
	right: 0;
	border: #BA9C6F solid 1px;
	border-left: none;
}

.title {
	padding: 20px 0 30px 0;
	text-align: center;
}
}
@media screen and (max-width:1100px) {
}
@media screen and (max-width:780px) {
}
 @media screen and (max-width:520px) {
}
