/* DaTouWang URL: www.datouwang.com */
body, html { font-size: 100%; 	padding: 0; margin: 0;}

/* Reset */
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

body{	
background: url(../img/daohang_bg.jpg);
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
font-weight: 500;
font-size: 1.05em;
font-family: "Microsoft YaHei";
}

/* .holderCircle{
	width:500px;
	height:500px;
	border-radius:100%;
	margin:60px auto;
	position:relative;
} */
.holderCircle{width:500px;
    height:500px;
    border-radius:100%;
	margin:60px auto;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 11;
    /*设定这个div的margin-top的负值为自身的高度的一半,margin-left的值也是自身的宽度的一半的负值.*/ 
    /*宽为400,那么margin-top为-200px*/ 
    /*高为200那么margin-left为-100px;*/ 
    margin: -250px 0 0 -250px;}

/* .holderCircle::after{
	content:'';
	width:500px;
	height:500px;
	border-radius:100%;
	border:1px solid #000;
	position:absolute;
	top:0;
} */

.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:#ddd;
	color:#fff;
	border-radius:100%;
	text-align: center;
	line-height: 80px;
	font-size:30px;
	z-index:3;
	cursor:pointer;		
}

.dotCircle  .itemDot::after {
	content:"";
	width: 82px;
	height: 82px;
	position: absolute;
	border-radius: 100%;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index:2;
}
.dotCircle  .itemDot::before{
	content:"";
	width: 85px;
	height: 85px;
	position: absolute;
	border-radius: 100%;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index:2;	
}

.dotCircle  .itemDot .zi{font-size: 16px;font-weight: bold; font-family: "Microsoft YaHei";}

.dotCircle  .itemDot1{
	background:#cdd8c7;
	color:#000;
}
.dotCircle  .itemDot1::after	{
	
}
.dotCircle  .itemDot1::before{
	border-color:#cdd8c7
}







.dotCircle .itemDot.active{
	background:#ff9c01;
	color:#fff;
	transition:0.5s;
}
.dotCircle .itemDot.active::before{
	border-color:#cdd8c7;
}	

.dotCircle  .itemDot .forActive{
	width:56px;
	height:56px;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	display:none;
}

.dotCircle  .itemDot .forActive::after{
	content: '';
	width: 5px;
	height: 5px;
	border: 3px solid #FE9290;
	bottom: -31px;
	left: -14px;
	filter: blur(1px);
	position: absolute;
	border-radius: 100%;
}

.dotCircle  .itemDot .forActive::before{
	content: '';
	width: 6px;
	height: 6px;
	filter: blur(5px);
	top: -15px;
	position: absolute;
	transform: rotate(-45deg);
	border: 6px solid #F48E2A;
	right: -39px;
}


.dotCircle  .itemDot.active .forActive{
	display:block;
}


.dotCircle .itemDot:hover{
	background:#ff9c01;
	color:#fff;
	transition:0.5s;
}
.dotCircle .itemDot:hover::before{
	border-color:#ff9c01;
}	






.contentCircle{
	width: 315px;
	height: 315px;
	border-radius: 100%;
	background: url(../img/dh_zjbg.png) no-repeat;
	background-size: 100% 100%;
	color: #fff;
	position: relative;
	top: 93px;
	right: 0;
	bottom: 0;
	left: 0;
	/* box-shadow: 0px 0px 69px 1px #2b152e; */
	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;
	line-height: 315px;
}

.CirItem.active{
	z-index:1;
	opacity:1;
	transform:scale(1);
	transition:0.5s;
}

.contentCircle .CirItem1::after
{
	content:'';
	width:50%;
	height:100%;
	border-bottom-left-radius:315px;
	border-top-left-radius: 315px;
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	background:rgba(0, 0, 0, 0.33);
}


@media only screen and (min-width: 300px) and (max-width: 599px){
body{	
	background: url(../img/daohang_bg.jpg);
	background-size:100% auto;
	-webkit-background-size:100% auto;
	background-position: center;
	background-repeat: repeat;
	height:100vh;
	position: relative;
}
.dotCircle{
	width:70%;
	height:70%;
	position:absolute;
	margin:auto;
	top:0;
	left:0;
	right:0;
	bottom:0;
	border-radius:100%;
	z-index:20;
}
.contentCircle{
	width: 200px;
	height: 200px;
	top:50%;
	margin-top:-100px;
}


.contentCircle .CirItem{
	line-height: 200px;
}


}
@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) {

}