@charset "utf-8";
/* CSS Document */
body {
	font-family: "微软雅黑", "宋体";
	font-size: 14px;
	line-height: 2em;
	color: #333;
	margin:0px; 
	padding:0;
	background: url(../images/bg.png) no-repeat fixed bottom;
	background-size:100% 100%;
	background-size: cover;	
}
.con_box{
	width:304px;
	height:398px; 
	position:absolute; 
	right:16%; 
	top:50%; 
	margin:-199px 0 0 -152px;
}
.con_box .logo{ 
	width:189px;
	height:35px;
	margin:0 auto 50px;
}
.con_box .login{ 
	width:300px; 
	border-radius:6px; 
	-moz-border-radius:6px; 
	-webkit-border-radius:6px; 
	background:#f4f4f4;
	margin:0 auto; 
	border:1px solid #c92b2f;
}
.con_box .login ul{ 
	padding:5px 15px 15px;
}
.con_box .login ul li{ 
	height:42px; 
	margin-top:25px;
	overflow: hidden;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.con_box .login ul li input{ 
	width:226px; 
	height:36px; 
	padding:2px 32px 2px 10px; 
	border:1px solid #c92b2f;
	border-radius:3px; 
	-moz-border-radius:3px; 
	-webkit-border-radius:3px; 
	color:#2c2c2c;
}
.con_box .login ul li input.mb{
	background: url(../images/login_mb.png) no-repeat 238px 8px;
}
.con_box .login ul li input.pas{
	background: url(../images/login_pas.png) no-repeat 238px 8px;
}
.con_box .login ul li.bnt{
	border-radius:3px;
	-moz-border-radius:3px; 
	-webkit-border-radius:3px; 
	font-size:16px;
	width:270px; 
	height:44px; 
	background:#c92b2f; 
	line-height:44px; 
	color:#fff; 
	font-weight:bold; 
	text-align:center; 
	cursor:pointer;
}
.con_box .login ul li.bnt:hover{ 
	background:#d6363a;
}
.con_box .login ul li.btn{
	border-radius:3px;
	-moz-border-radius:3px; 
	-webkit-border-radius:3px; 
	font-size:16px;
	width:270px; 
	height:40px; 
	background:#fff; 
	line-height:40px; 
	font-weight:bold; 
	text-align:center; 
	cursor:pointer;
	border: 1px solid #c92b2f;
	color: #c92b2f;
	margin-top: 10px;
}
.con_box .login ul li.btn:hover{ 
	background:#c92b2f;
	color:#fff; 
}
.con_box .cop_ri{
	width:300px; 
	height:40px; 
	font-size:12px;
	line-height:40px; 
	text-align:center;
	color:#d7eaff;
}
.con_box .login ul li label {
	cursor: pointer;
}
.con_box .login ul li label input{
	width: auto;
}
.forget{
	height: auto!important;
	margin-top: 15px!important;
}
.bnt{
	margin-top: 10px!important;
}
.forget input{
	margin-left: 8px;
	cursor: pointer;
}

/* 弹窗 */

.hide_box {
    width: 800px;
    color: #fff;
    color: #444;
    background: #fff;
    box-shadow: 1px 2px 2px #555;
    display: none;
}
.hide_box h4 {
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    background: #c92b2f;
    color: #fff;
    padding: 0 10px;
    border: 1px solid #c92b2f;
    font-size: 14px;
    border-bottom: 1px solid #c92b2f;
}
.hide_box h4 a {
    width: 14px;
    line-height: 13px;
    _line-height: 15px;
    height: 13px;
    font-family: arial;
    overflow: hidden;
    display: block;
    background: #fff;
    color: #c77405;
    float: right;
    text-align: center;
    text-decoration: none;
    margin-top: 7px;
    font-size: 14px;
    font-weight: normal;
    border-radius: 2px;
    _font-size: 12px;
}
.hide_box .con-body {
    padding: 50px 10px;
    font-size: 13px;
    border: 1px solid #ccc;
}
.con-body ul{
	width: 100%;
	overflow: hidden;
}
.con-body li{
	float: left;
	width: 25%;
	text-align: center;
	line-height: 1.5;
}
.index_download_item_iconWrap{
	width: 100%;
}
.index_download_item_iconWrap img{
    width: 180px;
    height: auto;
    background-size: 180px;
	display: block;
	margin: 0 auto;
}
.index_download_item_title {
    margin-bottom: 4px;
    color: #323232;
    font-size: 16px;
}
.index_download_item_desc {
    color: silver;
    font-size: 14px;
}