*{
	margin:0 auto;
	padding:0;
	font-size:12px;
	color:#4d4d4d;
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
	font-size: 12px;
}
ul,ol li{
	list-style-type: none;
}
a{
	display:inline-block;
	text-decoration:none;
	cursor:pointer;
}
input{
	outline: none;
}

/*头部导航*/
.top{
	width:100%;
	max-width:100%;
	min-width:1200px;
	height:80px;
	background:#000000;
	position:fixed;
	left:0;
	top:0;
	z-index: 2;
}
.top_con{
	width:1200px;
	height:80px;
	position:relative;
}
.top_con img{
	position:absolute;
	left:0;
	height:80px;
	width:auto;
}
.top_con p{
	margin-left:300px;
}
.top_con p a{
	height:80px;
	line-height: 80px;
	padding:0 20px;
	color:#ffffff;
	margin:0 20px;
}
.top_con p a:hover{
	background:url("../images/nav_bc.jpg");
	background-repeat: no-repeat;
	background-size:100% 100%;
}
/*banner图*/
.banner{
	width: 100%;
	/*height: 560px;*/
	/*background: black;*/
	/*子绝父相*/
	position: relative;
	/*超出部分全部隐藏，解决横向滚动条*/
	overflow: hidden;
}
.banner ul{
	position: absolute;
}
.banner ul li{
	/*这个100%是相对于父盒子的（会把父盒子的宽度继承过来,如父盒子300%,这这里的100%就会相当于300%）*/
	width: 100%;
	height: 640px;
	float: left;
	background-repeat:no-repeat;
	background-size:100% 100%;
}
.banner ol{
	/*width: 60px;*/
	height: 20px;
	position: absolute;
	left:50%;
	/*margin-left: -40px;*/
	bottom: 30px;
	padding: 0 10px;
	border-radius: 10px;
}
.banner ol li{
	width: 10px;
	height: 10px;
	float: left;
	margin: 5px 5px;
	background:#ccc;
	border-radius: 50%;
	cursor: pointer;
}
.banner ol .current{
	background:#fff;
}
/*公司介绍*/
.companyPorfile{
	width:100%;
	max-width:100%;
	min-width:1200px;
	height:580px;
	padding-top:60px;
}
.companyPorfile_con{
	width:1200px;
	height:450px;
	text-align: center;
}
.fonts01{
	width:100%;
	position:relative;
	margin-top:50px;
}
.fonts01 .left_fonts{
	width:50%;
	margin-left:0;
}
.fonts01 .left_fonts h2{
	text-align: left;
	color:#84c3ef;
	margin-bottom:15px;
	font-style:italic;
}
.fonts01 .left_fonts p{
	text-align:left;
	text-indent:25px;
	line-height: 28px;
	margin-bottom: 40px;
	margin-left:12px;
}
.fonts01 .company_pic{
	position:absolute;
	top:10px;
	right:0;
	width:45%;
	height:300px;
}
/*会员说明*/
.member{
	width:100%;
	max-width:100%;
	min-width:1200px;
	height:560px;
	background:url("../images/member.jpg");
	background-repeat: no-repeat;
	background-size:100% 100%;
	padding-top:80px;
}

.member_con{
	width:1200px;
	height:386px;
}
.title02{
	margin-left:503px;
}
.member_con ul{
	width:100%;
	margin-top:54px;
}
.member_con ul li{
	display:inline-block;
	width:238px;
	text-align:center;
	margin:0 29px;
}
.member_con ul li a{
	width:140px;
	height:140px;
	border-radius: 70px;
	background:url("../images/text01.png");
	background-repeat: no-repeat;
	background-size:100% 100%;
}
.member_con ul li a:hover{
	width:140px;
	height:140px;
	border-radius: 70px;
	background:url("../images/text02.png");
	background-repeat: no-repeat;
	background-size:100% 100%;
}
.member_con ul li h4{
	margin-top:20px;
	font-size:16px;
	color:#60b2ea;
}
.member_con ul li img{
	margin-top:10px;
	margin-bottom:17px;
}
.member_con ul li p{
	line-height: 22px;
}
/*企业新闻*/
.corporateNews{
	width:100%;
	max-width:100%;
	min-width:1200px;
	height:560px;
	padding-top:80px;
}
.news_con{
	width:1200px;
	text-align: center;
}
.outbox{
	width:1200px;
	margin-top:50px;
}
.box_left{
	width:496px;
	float:left;
	text-align: left;
}
.box_left h6{
	margin-top:20px;
	margin-bottom:18px;
	font-size:16px;
}
.box_left p{
	text-align:left;
	margin-bottom:30px;
	line-height: 20px;
	color:#828282;
}
.box_left span{
	color:#828282;
}
.box_right{
	width:614px;
	float:right;
}
.box_right ul li{
	width:614px;
	height:84px;
	background:#f9f9f9;
	margin-bottom:15px;
	padding-top:20px;
	text-align: left;
	position:relative;
}
.box_right ul li h6{
	width:411px;
	margin-left:116px;
	font-size:16px;
}
.box_right ul li p{
	width:411px;
	margin-left:116px;
	color:#808080;
	margin-top:10px;
}
.box_right ul li .time{
	position:absolute;
	top:19px;
	left:35px;
	text-align: center;

}
.box_right ul li .time span{
	font-size:28px;
}
.box_right ul li .time i{
	font-style: normal;
}
.box_right ul li .line02{
	position:absolute;
	top:30px;
	left:83px;
}
/*联系我们*/
.contactUs{
	width:100%;
	max-width:100%;
	min-width:1200px;
	height:560px;
	padding-top:80px;
	background:url("../images/call.jpg");
	background-repeat: no-repeat;
	background-size:100% 100%;
}
.contactUs_con{
	width:1200px;
	text-align: center;
}
.inps{
	width:1200px;
	margin-top:50px;
	text-align: left;
}
.inps input{
	width:346px;
	height:56px;
	padding-left:20px;
}
.inps input:nth-child(1){
	margin-right:30px;
	margin-left:0;
}
.inps textarea{
	display:block;
	width:1200px;
	height:198px;
	margin-bottom:50px;
	margin-top:28px;
}
/*底部版权*/
.footer{
	width:100%;
	max-width:100%;
	min-width:1200px;
	height:80px;
	background:#000000;
	padding-top:40px;
}
.footer p{
	text-align: center;
	color:#ffffff;
}
.footer p:nth-child(2){
	margin-top:19px;
}





