.holderCircle {
	width: 500px;
	height: 500px;
	border-radius: 100%;
	margin: auto;
	position: relative;
	background-image: url(../images/a1_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 500px auto;
}
.dotCircle {
	width: 100%;
	height: 100%;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 100%;
	z-index: 20;
}
.dotCircle .itemDot {
	display: block;
	width: 80px;
	height: 80px;
	position: absolute;
	background: #272275;
	color: #fff;
	border-radius: 100%;
	text-align: center;
	line-height: 60px;
	font-size: 30px;
	z-index: 3;
	cursor: pointer;
	border: 1px solid #fff;
}
.itemDot img {
	width: 60px;
	height: 60px;
	margin: 10px;
}
.dotCircle .itemDot.active {
	background: #fff;
	color: #00458c;
	transition: 0.5s;
}
.dotCircle .itemDot.active::before {
	border-color: #34495e;
}
.dotCircle .itemDot:hover {
	background: #fff;
	color: #00458c;
	transition: 0.5s;
}
.dotCircle .itemDot:hover::before {
	border-color: #34495e;
}
.contentCircle {
	width: 230px;
	height: 230px;
	border-radius: 100%;
	color: #fff;
	position: relative;
	top: 135px;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.contentCircle .CirItem {
	border-radius: 100%;
	color: #fff;
	position: absolute;
	text-align: center;
	bottom: 0;
	left: 0;
	opacity: 0;
	transform: scale(0);
	transition: 0.5s;
	font-weight: bold;
	font-size: 13px;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	margin: auto;
	background: #272275;
	line-height: 250px;
}
.CirItem.active {
	z-index: 1;
	opacity: 1;
	transform: scale(1);
	transition: 0.5s;
}
.CirItem img {
	width: 180px;
	height: 180px;
}
.dotCircle .itemDot1 {
	background-image: url(../images/a_icon1.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 60px 60px;
}
.dotCircle .itemDot1:hover, .dotCircle .itemDot1.active {
	background-image: url(../images/a_icon1_h.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 60px 60px;
}
.dotCircle .itemDot2 {
	background-image: url(../images/a_icon2.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 60px 60px;
}
.dotCircle .itemDot2:hover, .dotCircle .itemDot2.active {
	background-image: url(../images/a_icon2_h.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 60px 60px;
}
.dotCircle .itemDot3 {
	background-image: url(../images/a_icon3.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 60px 60px;
}
.dotCircle .itemDot3:hover, .dotCircle .itemDot3.active {
	background-image: url(../images/a_icon3_h.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 60px 60px;
}
.dotCircle .itemDot4 {
	background-image: url(../images/a_icon4.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 60px 60px;
}
.dotCircle .itemDot4:hover, .dotCircle .itemDot4.active {
	background-image: url(../images/a_icon4_h.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 60px 60px;
}
.dotCircle .itemDot5 {
	background-image: url(../images/a_icon5.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 60px 60px;
}
.dotCircle .itemDot5:hover, .dotCircle .itemDot5.active {
	background-image: url(../images/a_icon5_h.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 60px 60px;
}
.dotCircle .itemDot6 {
	background-image: url(../images/a_icon6.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 60px 60px;
}
.dotCircle .itemDot6:hover, .dotCircle .itemDot6.active {
	background-image: url(../images/a_icon6_h.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 60px 60px;
}
.contentCircle .CirItem1::after, .contentCircle .CirItem2::after, .contentCircle .CirItem3::after, .contentCircle .CirItem4::after, .contentCircle .CirItem5::after, .contentCircle .CirItem6::after, .contentCircle .CirItem7::after, .contentCircle .CirItem8::after, .contentCircle .CirItem9::after, .contentCircle .CirItem10::after {
	content: '';
	width: 50%;
	height: 100%;
	border-bottom-left-radius: 250px;
	border-top-left-radius: 250px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.contentCircle .CirItem1, .contentCircle .CirItem2, .contentCircle .CirItem3, .contentCircle .CirItem4, .contentCircle .CirItem5, .contentCircle .CirItem6 {
	background: #272275;
}

@media only screen and (min-width: 300px) and (max-width: 599px) {
.holderCircle {
	width: 280px;
	height: 280px;
	margin: 50px auto;
	background-size: 280px auto;
}
.holderCircle::after {
	width: 100%;
	height: 100%;
}
.dotCircle {
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.dotCircle .itemDot {
	display: block;
	width: 50px;
	height: 50px;
}
.contentCircle {
	width: 120px;
	height: 120px;
	top: 80px;
}
.contentCircle .CirItem {
	line-height: 120px;
}
.CirItem img {
	width: 80px;
	height: 80px;
}
.dotCircle .itemDot1 {
	background-size: 35px 35px;
}
.dotCircle .itemDot1:hover, .dotCircle .itemDot1.active {
	background-size: 35px 35px;
}
.dotCircle .itemDot2 {
	background-size: 35px 35px;
}
.dotCircle .itemDot2:hover, .dotCircle .itemDot2.active {
	background-size: 35px 35px;
}
.dotCircle .itemDot3 {
	background-size: 35px 35px;
}
.dotCircle .itemDot3:hover, .dotCircle .itemDot3.active {
	background-size: 35px 35px;
}
.dotCircle .itemDot4 {
	background-size: 35px 35px;
}
.dotCircle .itemDot4:hover, .dotCircle .itemDot4.active {
	background-size: 35px 35px;
}
.dotCircle .itemDot5 {
	background-size: 35px 35px;
}
.dotCircle .itemDot5:hover, .dotCircle .itemDot5.active {
	background-size: 35px 35px;
}
.dotCircle .itemDot6 {
	background-size: 35px 35px;
}
.dotCircle .itemDot6:hover, .dotCircle .itemDot6.active {
	background-size: 35px 35px;
}
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
}

@media only screen and (min-width: 1500px) {
}
