html{
	font-family:"Microsoft YaHei"
}
*{
  	margin:0;
  	padding:0;
  	vertical-align:top;
}
#channel .header {
    position: relative;
    width: 100%;
    min-width: 1024px;
    height: 460px;
    background-color: #1e82d8;
    overflow: hidden;
    background-image: url(../images/login_bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
#channel{
	position: relative;
	width: 100%;
	box-sizing:border-box;
	height: 100%;
	margin:0 auto;
}
#channel .header .logo img{
	height:100%;
}
#channel .box{
	min-width: 1200px;
	margin: 0 auto;
	max-width:1700px;
}
#channel .help .list:hover{
	text-shadow:#1991b9 1px 0 10px,#1991b9 0 1px 10px,#1991b9 -1px 0 10px,#1991b9 0 -1px 10px;
}
#channel .header .box{
	margin-top: 238px;
	min-width: 1200px;
	height: 150px;
	text-align: center
}
#channel .header .logo{
	float:left;
	margin-top: 15px;
	width: 950px;
	height: 90px;
}
    #channel .header .logo-img {
        float: left;
        margin-left: 30px;
    }
    #channel .header .logo-text-large {
        float: left;
        margin-top: 20px;
        margin-left: 15px;
        font-size: 30px;
        color: #fff;
        font-weight: bold;
    }
    #channel .header .logo-text-small {
        float: left;
        margin-top: 30px;
        font-size: 24px;
        color: #fff;
        font-family: KaiTi;
    }
#channel .header .login{
	position: absolute;
	right: 34px;
	top: 12px;
	text-align: center;
	color: #fff;
	font-size: 16px;
}
#channel .header .login img:hover{
	    box-shadow: 0 0 30px #1991b9;
}
#channel .header .login img{
	display: block;
	width: 48px;
	height: 48px;
	margin-bottom: 10px;
	border-radius: 50%;
}
#channel .header .help{
	float:right;
	margin-top:24px;
    margin-right:100px;
	color: #d2e6f7;
	font-size: 16px;
}
#channel .header .help .list{
	display:  inline-block;
	margin-right: 30px;
}
#channel .header .help .list img{
	width: 18px;
	position: relative;
	top: 3px;
	margin-right: 5px;
}
#channel .header .box .list{
	display: inline-block;
	width: 105px;
	margin:  0 60px 0 60px;
}
#channel .header .box .list .listimg_outer{
	display: block;
	width: 101px;
	height: 101px;
	margin-bottom: 20px;
	border-radius:52px;
	border:2px solid #81e1ff;
	background-color:rgba(255,255,255,0.8);
}
#channel .header .box .list .listimg_outer img{
	width:48px;
	height:48px;
	margin-top:26px;
}
#channel .header .box .list:hover .listimg_outer{
	box-shadow:0 0 30px #1991b9;
	background-color:#fff;
}
#channel .header .box .list:hover .listimg_outer img{
	width:60px;
	height:60px;
	margin-top:20px;
}
#channel .header .box .list p{
	color: #fff;
	font-size:16px;
	text-align: center;
	text-shadow:#0994bc 1px 0 0,#0994bc 0 1px 0,#0994bc -1px 0 0,#0994bc 0 -1px 0;
}
#channel .header .box .list:hover p{
	text-shadow:#1991b9 1px 0 10px,#1991b9 0 1px 10px,#1991b9 -1px 0 10px,#1991b9 0 -1px 10px;
}

#channel .center{
	width: 100%;
	height: 204px;
	text-align: center;
}
/*#channel .center .list{
	position: relative;
	display: inline-block;
	width: 200px;
	margin:  80px 12px 0 12px;
	position:relative;
}
#channel .center .list img:first-child{
	width: 200px;
	height: 120px;
	max-width:270px;
	min-width:200px;
	left:0;
	right:0;
	border-radius:6px;
	min-height:120px;
}
#channel .center .go_login0:hover img:first-child{
	box-shadow:0 0 30px #67bbe7;
}
#channel .center .go_login1:hover img:first-child{
	box-shadow:0 0 30px #a1dc74;
}
#channel .center .go_login2:hover img:first-child{
	box-shadow:0 0 30px #95aded;
}
#channel .center .go_login3:hover img:first-child{
	box-shadow:0 0 30px #edce69;
}
#channel .center .service:hover img:first-child{
	box-shadow:0 0 30px #f5b697;
}
#channel .gologin_icon{
	position:absolute;
	top:26px;
	left:0;
	right:0;
	margin:0 auto;
	height:44px;
}
*/
#channel .center p{
	text-align:center;
	color: #666;
	font-size: 14px;
	letter-spacing: 2px;
    padding:5px;
}
#channel .footer{
	bottom: 0;
	width: 100%;
	height: 82px;
	background-color: #e5e7ea;
}
#channel .footer .box{
	text-align: center;
}
#channel .footer .img{
	display: inline-block;
	position: relative;
	top: 12px;
	margin-right: 20px;
	width: 49px;
	height: 62px;
}
#channel .footer .info{
	display: inline-block;
	text-align: left;
	font-size: 14px;
	color: #666;
	line-height: 24px;
	margin-top:24px;
}
*{
	vertical-align:top;
}
.center .box{
	min-height:274px;
}
.mask{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background-color:rgba(0,0,0,0.4);
	z-index:1;
}
.logindiv{
	width:390px;
	height:430px;
	position:fixed;
	right:0;
	bottom:0;
	top:0;
	left:0;
	margin:auto;
	z-index:1;
}
.close_logindiv{
	position:absolute;
	top:45px;
	right:-10px;
	width:30px;
	height:30px;
	background: url(../../js/layer/skin/default/xubox_ico0.png) no-repeat;
	background-position: -60px -195px;
	cursor:pointer;
}
.close_logindiv:hover{
	background-position: -91px -195px;
}
.xubox_setwin .xubox_close1{
	z-index:1;
}
.loginshow{
	display:none;
}

