﻿.container{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
/*公共样式*/
.left{
	float: left;
}
.right{
	float: right;
}
.center{
	margin: 0 auto;
}
.clear:after{
	content: "";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}


/*头部*/
/*.header{
	min-width: 900px;
	width: 100%;
	height: 62px;	
	line-height: 62px;
	zoom: 1;
	border-bottom: 1px solid #d6dfea;
	background-color: #eff4fa;
}
.header_logo{
	padding-left: 50px;
	text-align: center;
	font-size: 26px;
}
.header_logo img{
	vertical-align: middle;
}
.header_nav{
	padding-right: 50px;
}
.header_nav>li{
	float: right;
	padding: 0 10px;
	zoom: 1;
}
.header_nav li:hover a,.header_nav li:hover i{
	color:#00CCFF;	
}
.active_nav a,.active_nav i{
	color:#00CCFF;
}*/

/*内容*/
.content{
	position: absolute;
	top:62px;	
	bottom:50px;
	width: 100%;
	/*height: 100%;*/	
	overflow: hidden;
}
.page_container{
	width: 100%;
	/*height: 100%;*/
	position: absolute;	
	top: 0;
	/*background-color: #ccc;*/
}

.page{
	position: relative;
	width: 100%;
/*	height: 100%;*/
	overflow: hidden;
/*	background-size: cover;*/
	background-repeat: no-repeat;
	background-position: center center;
}
.page_header h3{
	/*min-width: 900px;*/
	display: none;
	/*opacity: 0;*/
	padding: 60px 0;
	font-size: 16px;
	color:#fff;
	text-align: center;	
	
}
.page_img{	
	position: absolute;
	width: 100%;
	top: 220px;
	bottom: 180px;
	text-align: center;
}
.page_img>img{
	/*position: absolute;*/
	height: 100%;
	/*opacity: 0;*/
	/*filter:alpha(opacity=0);*/
	display: none;
}
.page_one{
	background-image: url(../img/bacg1.jpg);
	/*background-color:#94d4f1;*/
	/*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/page1.png',sizingMethod='scale');*/
}
.shades{
	position: absolute;
	/*left: 0;
	top: 0;
	height: 500px;
	width: 500px;*/
}
.shades_item{
	position: absolute;
	width: 0;
	height: 100%;
	overflow: hidden;
	/*background: #5babf2;*/
}
.shades_item img{
	position: absolute;
	height: 100%;
	left: 0;
}
.page_two{
	background-image: url(../img/bacg2.jpg);
	/*background-color:#fff;*/
	/*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/page2.png',sizingMethod='scale');/*兼容ie8以下*/*/
	
	
}
.rotate{
	position: absolute;
	width: 500px;
	height: 500px;
}
.rotate .rotate_item{
	position: absolute;
	width:0;
	height: 0;
	overflow: hidden;
}
.rotate_item img{
	position: absolute;
}
.page_three{
	background-image: url(../img/bacg3.jpg);
	/*background-color:#5c96e1;*/
	/*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/page3.png',sizingMethod='scale');/*兼容ie8以下*/*/
	/*background-size: 100% 100%;*/
	
}

.page_three .page_img{
	top:35%;
	bottom: 25%;
}
.page_three img{
	/*height: 50%;*/
}
.page_three h3{
	padding: 80px 0;
}
.page_four{
	background-image: url(../img/bacg4.jpg);
	/*background-color:#67bbbb;*/
	/*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/page4.png',sizingMethod='scale');/*兼容ie8以下*/*/
	
}
.page_four .page4{
/*	display: block;*/
	/*top:100%;*/
}
.page_four h3{
	/*color: #fff;*/
}
.page_five{
	background-image: url(../img/bacg5.jpg);
	/*background-color: #fff;*/
	/*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/page5.png',sizingMethod='scale');/*兼容ie8以下*/*/
	
}

.page_index{
	width: 70px;
	position: absolute;
	right: 50px;
	top: 50%;
	margin-top: -75px;
}
.page_index>span{
	display: block;
	width: 25px;
	height: 20px;	
	margin-bottom: 10px;
	/*text-align: center;	
	zoom: 1;
	color: green;*/
	/*background: #fff;*/
	border: 1px solid #ccc;
}

/*侧边栏*/
.sidebar{
	/*display: none;*/
	position: absolute;
	width: 200px;
	height: 100%;
	padding: 0 20px;
	right: -240px;
	top: 0;	
	background-color: #0a2240;
	z-index: 2000;	
}

.sidebar>h3{
	height: 62px;
	font-size: 20px;
	line-height: 62px;
	color: #fff;
}
.sidebar li{
	padding: 10px 0;
	color:#58a7cc;
	font-size: 18px;
}
.side_menu a{
	color: #00CCFF;
}
.side_menu a:hover{
	color: #fff;
}
/*蒙层*/
.mark{
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
	position: absolute;
	top: 0;
	left: 0;
	zoom: 1;

}
/*登录头*/

.login_title>a{
	background-color: #55A532;
	padding: 0 10px;
	color: #fff;
}
/*登录页面*/
.login{
	width: 340px;
	height: 400px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -150px;
	margin-top: -200px;	
	background-color: #fff;
	border-radius: 10px;
}

.login_header>h3{	
	height: 50px;
	text-align: center;
	line-height: 50px;
    font-family: "lucida Grande",Verdana,"Microsoft YaHei";
    font-size: 16px;
    border-bottom: 1px solid #c0cdd9;
    background-color: #f9fbfe;
    margin-bottom: 40px;
    border-radius: 10px 10px 0 0;
}
.login_header>span{
	padding: 10px;
	position: absolute;
	font-size: 16px;
	cursor: pointer;
}
.acount,.password,.checkbox,.btn{
	position: relative;
	background: none;
    border: 1px solid #96a5b4;
    height: 38px;
    width: 282px;
    border-radius: 5px;
    margin: 10px auto;
   
}
.acount label,.password label{
	position: absolute;
	left: 20px;
	top: 10px;
	color: #ccc;
}
.acount input,.password input,.btn>button{
	display: block;
	position: relative;
	width: 100%;
	height: 38px;	
	line-height: 38px;
	padding: 0 20px;
	border-style: none;
	outline: none;
	background:transparent;	
}
.checkbox{
	border:none;
	line-height:38px ;
}
.checkbox>input{
	width: 20px;
	height: 20px;
	vertical-align: middle;	
}
.checkbox>label{
	font-size: 14px;
}
.btn{
	background-color: #5a98de;
    border-radius: 3px;
    text-align: center;       
}
.btn>button{
	display: inline;
	font-size: 18px;
    font-weight: 700;
    color: #fff;
    cursor: pointer; 
}
.login_footer{
	position: absolute;
	bottom: 0;
	right: 0;
}
.login_footer li{
	float: right;
	padding: 10px;
}


/*企业介绍页样式*/
.intro_content{
	width: 1000px;
	/*height:500px;*/
	margin:20px 0 0 -500px ;	
	left: 50%;	
}
.contact{
	width: 278px;
	border: 1px solid #96A5B4;	
}
.contact h3,.intro h3{
	padding: 10px;
	background:#00CCFF ;
	font-size: 20px;
}
.contact li{
	padding: 10px 10px;
}
.intro{
	width:698px;
	border: 1px solid #96A5B4;
}
.intro p{
	padding: 10px;
}
