/* 定义首页特有样式 */
/* 作者：昝树兵 */
/* 最后更新：2010-6-22 */

.MnCotInHome {
	padding-top: 3px;
}

/*============================ 中间BANNER轮播区域 ==============================*/
.centBanInHome {
	margin-bottom: 15px;
}
/*.centBanInHome .banCtrl {
	height:270px;
	background: url(../img/bgCenBanCtrl.png) repeat-x left top;
	width:283px;
	top: 0;
	right: 0;
	float: right;
}
.centBanInHome .banCtrl div {
	display: block;
	height: 35px;
	font-size: 14px;
	font-family: "微软雅黑", Arial;
	background: url(../img/iconDot01.gif) repeat-x left bottom;
	line-height: 35px;
	margin: 0 10px;
	padding-bottom: 5px;
	cursor: pointer;
}
.centBanInHome .banCtrl div span {
	display: none;
}
.centBanInHome .banCtrl div.curr {
	position: relative;
	height:65px;
	background: none;
}
.centBanInHome .banCtrl div.curr a {
	font-size: 18px;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	position: absolute;
	left: 0;
	top: 15px;
	z-index: 105;
}
.centBanInHome .banCtrl div.curr span {
	display: block;
	position: absolute;
	right: -8px;
	top: 2px;
	width: 297px;
	height:65px;
	background: url(../img/bgCenBanCtrlCurr.gif) no-repeat left top;
	z-index: 104;
}*/

/*============================ CmnList01 style ==============================*/
.MnCotInHome .CmnList01 {
	margin: 0 10px 0 0;
}

/*============================ register in home style ==============================*/
.MnCotInHome .register {
	margin-bottom: 15px;
}
.MnCotInHome .register .CmnInputBox {
	width: 170px;
}
.MnCotInHome .register .cmnForm01 {
	margin: 20px 0 10px 0;
}
.MnCotInHome .register .submitLine dd a {
	margin: 0 auto;
}
.MnCotInHome .register dl {
	margin: 0 0 15px 8px;
}
.MnCotInHome .register dl dt {
	float: left;
	width: 80px;
	font-size: 14px;
	color: #444;
	line-height: 27px;
	text-align: right;
}
.MnCotInHome .register a.btnRegister {
	display: block;
	width: 150px;
	height:60px;
	background: url(../img/btnRegisterNow.gif) no-repeat left top;
}
.MnCotInHome .register a.btnRegister:hover {
	background: url(../img/btnRegisterNowOn.gif) no-repeat left top;
}

/*============================ downloadInHome in home style ==============================*/
.MnCotInHome .downloadInHome {
	margin-bottom: 17px;
}
.MnCotInHome .downloadInHome ul {
	margin: 10px 0;
}
.MnCotInHome .downloadInHome li {
	height: 73px;
	overflow: hidden;
}
.MnCotInHome .downloadInHome a {
	display: inline-block;
	width: 100%;
	height: 73px;
}
.MnCotInHome .downloadInHome .dloadiPhone a {
	background: url(../img/dload_iphone.png) no-repeat 10px top;
}
.MnCotInHome .downloadInHome .dloadiPhone a:hover {
	background: url(../img/dload_iphone.png) no-repeat 10px -84px;
}
.MnCotInHome .downloadInHome .dloadAndroid a {
	background: url(../img/dload_android.png) no-repeat 10px top;
}
.MnCotInHome .downloadInHome .dloadAndroid a:hover {
	background: url(../img/dload_android.png) no-repeat 10px -84px;
}
.MnCotInHome .downloadInHome .dloadSymbian a {
	background: url(../img/dload_symbian.png) no-repeat 10px top;
}
.MnCotInHome .downloadInHome .dloadSymbian a:hover {
	background: url(../img/dload_symbian.png) no-repeat 10px -84px;
}
.MnCotInHome .downloadInHome .dloadWm a {
	background: url(../img/dload_wm.png) no-repeat 10px top;
}
.MnCotInHome .downloadInHome .dloadWm a:hover {
	background: url(../img/dload_wm.png) no-repeat 10px -84px;
}
.MnCotInHome .downloadInHome .comingSoon {
	position: relative;
}
.MnCotInHome .downloadInHome .comingSoon span {
	position: absolute;
	left: 10px;
	top: 0;
	width: 49px;
	height: 49px;
	background: url(../img/iconComingSoon.gif) no-repeat left top;
}
