/* CSS Document */

/*====
	寮瑰嚭灞傛牱寮�
	娆℃牱寮忔枃浠跺彲浠ヨ劚绂诲叾浠栨牱寮忓崟鐙娇鐢�
====*/

/*鍏ㄥ眬鏍峰紡*/
.radius3 {border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px;}
.radius5 {border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;}
.radius8 {border-radius: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px;}
.radius10 {border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px;}
.radius50 {border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%;}
.center {text-align: center;}
.noBorder {border: none;}
.re{position:relative; z-index: 1;left: 0;top: 0;} /*鐩稿瀹氫綅鏍峰紡*/
.ab{ position:absolute; z-index: 10;}/*缁濆瀹氫綅鍏敤鏍峰紡*/
.fixed{position: fixed; z-index: 100;}

.publicPopStyleBlue {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url(../images/pop/Black40.png);	
}
.publicPopStyleBlue .popContainer {
	width: 800px;
	border: none;
	left: 50%;
	top: 50%;
	background: #fff;
	border: solid 1px #cccccc;	
}
.publicPopStyleBlue .popCotent {
	padding: 25px 0;	
}
.publicPopStyleBlue .popCotent .title {
	padding: 10px 0 30px 0;	
}
.publicPopStyleBlue .popCloseBtnNew {
	right: 10px;
	top: 10px;	
	width: 26px;
	height: 26px;
	cursor: pointer;
	background: url(../images/pop/closeBtn.png) no-repeat center;
}
.publicPopStyleBlue .popCloseBtnNew:hover {
	transform:rotate(180deg);
	-ms-transform:rotate(180deg); 	/* IE 9 */
	-moz-transform:rotate(180deg); 	/* Firefox */
	-webkit-transform:rotate(180deg); /* Safari 鍜�Chrome */
	-o-transform:rotate(180deg); 	    /* Opera */	
}
.publicPopStyleBlue .popHeader {
	height: 70px;
	line-height: 70px;
	font-size: 18px;
	color: #fff;
	border-radius: 5px 5px 0 0; 
	-webkit-border-radius: 5px 5px 0 0; 
	-moz-border-radius: 5px 5px 0 0;
	background: #57aafa url(../images/pop/popHeadBg.png) no-repeat center bottom;	
}
.publicPopStyleBlue .popHeader .icon {
	bottom: 0;
	left: 50%;	
}
.publicPopStyleBlue .popHeadIcon {
	bottom: 0;
	left: 50%;	
}
.publicPopStyleBlue .popbtnGroup {
	padding: 25px 0 0px 0;	
}
.publicPopStyleBlue .popbtnGroup .popBtn {
	padding: 0 20px;
	min-width: 96px;
	margin: 0 10px;
	height: 34px;
	outline: none;	
}
.publicPopStyleBlue .popbtnGroup .popBtn:hover {
	filter: alpha(opacity=80);
	opacity: 0.8;	
}
.publicPopStyleBlue .popbtnGroup .popBtnCancel {
	color: #666;
	background: #fff;
	border: solid 1px #e9eaec;
}
.publicPopStyleBlue .popbtnGroup .popBtnSure {
	border: solid 1px #49a5f7;
	background: #49a5f7;
	color: #fff;	
}
.publicPopStyleBlue .popbtnGroup .popBtnStop {
	color: #666;
	background: #d2cfcf;
	border: solid 1px #e9eaec;
}
.zIndexMax {z-index: 100000000;}




/*===
	  寮瑰嚭灞傚唴瀹瑰尯鍩熸牱寮�
===*/
.publicPopStyleBlue .commentBox textarea {
	display: block;
	padding: 10px;
	width: 660px;
	min-height: 300px;
	margin: 0 auto;
	border: solid 1px #ccc;
}
.publicPopStyleBlue .commentText {
	width: 160px;
	line-height: 20px;
	right: 30px;
	bottom: 30px;	
}
.publicPopStyleBlue .commentText a {
	color: #4da6f2;	
}
.publicPopStyleBlue .commentSubmit {
	color: #333;
	padding: 40px 0;
}
.publicPopStyleBlue .commentSubmit span {
	color: #f38e00;	
}


/*鏈夊淇℃伅*/
.publicPopStyleBlue .popCloseBtnNew01 { 
	right: -30px;
	top: 0;
	background: url(../images/details/popCloseBtn.png) no-repeat center;
}
.KeywordBox h3 {
	margin: 10px 0;
	color: #444;	
	font-weight: normal;
}
.KeywordBox p.f16 {
	color: #b4bbc9;
	padding: 10px 0 20px 0;	
}
.KeywordBox ul {
	padding: 0 30px;	
}
.KeywordBox li {
	line-height: 48px;
	transition: none;
	color: #444;
	border-bottom: solid 1px #f4f4f4;	
}
.KeywordBox li.active {
	background: url(../images/details/check.png) no-repeat 96% center;	
}

