﻿@charset "utf-8";
/* CSS Document */
/*reset css*/


body,ul,ol,dl,dd,h1,h2,h3,h4,h5,h6,p,form,td,input{margin:0;padding:0;  font-family:Calibri, Arial;}
/*清浮动*/
.clearfix:after{content:"";display:block;clear:both;}
.clearfix{zoom:1;}
/*兼容Google浏览器*/
html,body{-webkit-text-size-adjust:none; height:100%;}
/*public*/
body{ height:100%; min-height:680px;font-size:14px; color:#606060; text-align:left; line-height:1.6em; position:relative;  min-width:1280px; margin:0 auto; background:#323031 url(../images/houbg.jpg) no-repeat 0 center;  position:relative; }
img{border:none;}
li{list-style:none;}
input,select,textarea{outline:none;border:none; background:none;}
textarea{resize:none;}
a{text-decoration:none;}
a{color:#464646;}

a:hover, .news_list .line_nav span, .sub_nav p a:hover{color:#679101; text-decoration:none;}
/*解决a标签点击后的虚线框问题*/
a {outline:none;}
a:active {star:expression(this.onFocus=this.blur());}
:focus { outline:0;}
/*public*/
.fl{float:left;}
.fr{float:right;}
.cl{clear:both; height:0;}
.top_title{display:none;}
.wrap{width:1200px; margin:0 auto; position:relative;}
hr{height:0;border:none;border-top:1px solid #c8c8c8; width:100%; }
h1,h2,h3,h4,h5,h6{font-weight:normal;}
h2{font-size:30px;}
h3{font-size:24px;}
h4{font-size:18px;}
h5{font-size:16px;}
.txt_center{text-align:center;}
.header, .main, .section, .footer{width:100%; min-width:1190px;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.clearfix{*+height:1%;}

.content{ position:absolute; margin-left:186px; height:450px;top: 50%;
transform: translateY(-50%) !important;}
.jieshao{ width:345px; float:left; margin-top:80px; font-size:12px;}
.jieshao img{ margin-bottom:10px;}

.denglu{
	width:480px;
	margin-top:60px;
	margin-left:200px;
	float:left;
	background:#fff;
	border-radius:5px;
	border:1px solid #ddd;
	box-sizing:border-box;
	padding:20px 40px;
	}
.denglu h2{ text-align:center; font-size:20px; padding-bottom:20px; font-weight:bold;}

.form-contorl{
	background:#fff;
	border-radius:5px;
	border:1px solid #ddd;
	padding:5px 8px;
	line-height:30px;
}
.denglu p{ margin:5px 0 15px 0}
.yourname{ width:95%; background:url(../images/icons.png) no-repeat right -25px;}
.yourname:active,.yourname:focus{ border-color:#db242b; box-shadow:0 0 7px #db242b; background-position:right 8px;}
.password{ width:95%; background:url(../images/icons.png) no-repeat right -90px;}
.password:active,.password:focus{ border-color:#db242b; box-shadow:0 0 7px #db242b; background-position:right -57px;}
.verify{ width:45%;}
.verify:active,.verify:focus{ border-color:#db242b; box-shadow:0 0 7px #db242b; }
.denglu input ,.denglu img{ vertical-align:middle;}

p.tijiao{ margin:25px 0 5px; text-align:center;}
.submit{
	background:#db242b;
	border-radius:5px;
	border:0 solid #ddd;
	padding:5px 50px;
	line-height:20px;
	color:#fff;
	cursor:pointer;
	transition:ease-in all 0.3s;
}
.submit:hover,.submit:focus{ background:#b31d22;}

.copyright{ color:#fff; font-size:16px; text-align:center; width:100%; position:fixed; bottom:20px; left:0;}



