﻿@charset "utf-8";
/* CSS Document */
body{ margin:0px; padding:0px; overflow-y: hidden; overflow-x:hidden;}

/*默认*/
.head{
	height:110px;
	overflow:hidden;
}
.head .biaoti{
	background:url(../img/head.png) no-repeat;
	margin-left:40px;
	margin-top:40px;
	height:30px;
}

.comtent{
	background:url(../img/comtent_bg.png);
	background-size:100%;
	height:550px;
	width:100%;
}

.loging{
	width:480px;
	height:344px;
	background:rgba(255,255,255,1.00);
	border-radius:10px;
	position:absolute;
	right:40px;
	margin-top:100px;
	box-shadow: 0 0 10px 2px rgba(0,0,0,0.5);
}

.profile{
	height:50px;
	width:136px;
	margin:30px auto;
	padding-top:40px;
	background:url(../img/lodding_biaot.png) no-repeat;
}
.profile span{
	display:none;	
}
/*输入框*/
.loging .login-text{
	min-width:350px; margin:0 auto; width:70%; margin-top:20px;
}
.login-text span{background:#21a2f4; border:#21a2f4; height:40px;}
.login-text input{height: 40px; padding: 5px; border:#21a2f4 1px solid;}

.Log{
	width:70%; 
	min-width:350px; 
	margin:30px auto;
}
.Log button{
	width:100%; 
	border:none; 
	border-radius:4px; 
	height:36px; 
	background:#21a2f4;
}
.Log button:hover{ background:#3d77bf;}

/*实时文章*/
.text{
	position:absolute;
	right:40px;
	margin-top:420px;
	color:#fff;
	width:480px;
}
.text p{ float:left; padding-left:10px;}

.foot{
	text-align:center;
	margin-top:30px;
	width:1440px;
	margin:0 auto;
	position:absolute;
	bottom:20px;
	z-index:99;
	width:100%;
}
.foot span{
	 color:#4d4d4d;	 
}

/*轮播*/
.silder { height:550px; overflow: hidden;text-align: center;margin: 0 auto;position:relative;float:left;}
.silder .silder_list {height:550px; overflow:hidden;position: relative;}
.silder .silder_list a{position:absolute; top:0;left:0;}
.silder .silder_list a,.silder .silder_list img{display:inline-block;float:left;}
.silder .silder_page{height:42px;text-align:right; margin:0 auto;right:1px; overflow:hidden;position:absolute; bottom:1px; display:none;}
.silder .silder_page li{width:16px; font-size:12px; float:left; height:16px;line-height:16px;margin:15px 10px 0 0; background:#F1F1F1;display:inline-block;text-align:center;color:#000;}
.silder .silder_page li.current{background:#C70B31;color:#fff;}
.silder_desc{color:#fff;background:url(tit_bg.png) repeat 0 0;float:left;line-height:42px;height:42px;width:100%;overflow:hidden;position:absolute;left:0;bottom:0;text-align:left;text-indent:10px;}
.silder .silder_page li:hover{cursor:pointer;}

@media (min-width: 1680px){
.comtent{height: 688px;}
.loging{
	height: 450px;  
	width: 540px;
	position:absolute;
	right:14%;
}
.profile{
	height:136px;
	width:136px;
	margin:30px auto;
}
.profile span{
	height: 96px;
    width: 96px;
    /* border: 8px #fff solid; */
    /* margin: 30px auto; */
    border-radius: 100px;
    background: #d9d9d9;
    display: block;
    color: #fff;
    font-size: 60px;
    padding-left:16px;
    padding-top: 20px;
	margin-left:16px;
    margin-top: 10%;
}
.loging .login-text{
	margin-top:40px;
}
.silder .silder_list{position: relative; top: 40px; left:40px;}
.foot{margin-top:50px;}
}

@media (min-width: 1680px){
.comtent{height: 688px;}
.loging{
	height: 450px;  
	width: 540px;
	position:absolute;
	right:14%;
}
.profile{
	height:136px;
	width:136px;
	margin:30px auto;
}
.profile span{
	height: 96px;
    width: 96px;
    /* border: 8px #fff solid; */
    /* margin: 30px auto; */
    border-radius: 100px;
    background: #B0C3DA;
    display: block;
    color: #fff;
    font-size: 60px;
    padding-left:16px;
    padding-top: 20px;
	margin-left:16px;
    margin-top: 10%;
}
.loging .login-text{
	margin-top:40px;
}
.silder .silder_list{position: relative; top: 40px; left:40px;}
.foot{margin-top:50px;}
}

