html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,textarea {margin: 0;padding: 0;}
address,cite,dfn,em,var,i {font-style: normal;}
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}
body {font-size: 14px;line-height: 1.5;font-family: 'Microsoft Yahei', 'simsun', 'arial', 'tahoma';background: #fff;width: 100%;height: 100%;}
table {border-collapse: collapse;border-spacing: 0;}
button,input,select,textarea {font-size: 100%;}
fieldset,img {border: 0;}
a {text-decoration: none;background: none}
ul{list-style: none;}
h1 {font-size: 22px;}
:focus {outline: none;}
.clearfix {clear: both;content: "";display: block;overflow: hidden}
.clear {clear: both;}
.fl {float: left;}
.fr {float: right;}
.container {width: 1200px;margin: 0 auto;}
section {
	min-height: 600px;
}
header li {
	display: inline-block;
	width: 90px;
	text-align: center;
	position: relative;
}

header a {
	color: #535353;
}

header .header_c {
	display: inline-block;
	height: 80px;
	line-height: 77px;
}
header .header_nav .nav_li {
	border-top: 3px solid #fff;
}
header .header_nav .index_nav_li {
	border-top: 3px solid transparent;
}
header .header_nav .index_nav_li:hover {
	border-top: 3px solid #333;
	background: #fff;	
}
header .header_nav .index_nav_li:hover>a {
	color: #000;
}
header .header_nav .nav_li:hover {
	border-top: 3px solid #8d1c21;
	background: #ccc;
}
header .header_nav .nav_li:hover .hover{
	display: block;
}
header .header_nav .index_nav_li:hover .hover{
	display: block;
}
header .logo {
	width: 20%;
	float: left;
	
}
header .logo img {
	margin-top: 13px;
}
header .header_nav {
	width: 79%;
}
.banner {
	height: 375px;
    overflow: hidden;
    position: relative;
}
.banner img {
	width: 100%;
	position: absolute;
    top: -124px;
}
.rest {
	background: #8d1c21;
	/*height: 80px;*/
	/*margin-top: 12px;*/
}

.rest li {
	margin-top: 15px;
	margin-bottom: 10px;
	display: inline-block;
	margin-right: 10px;
	width: 70px;
}

footer a,
footer {
	color: #f8f2f2;
	z-index: 99;
	position: relative;
}

footer li {
	display: inline-block;
	border-right: 1px solid #bf9963;
	height: 17px;
	line-height: 17px;
}

.container>div {
	display: inline-block;
}
section .container .nav {
	width: 20%;
}
.container .nav h2 {
	margin-top: 20px;
	margin-left: 20px;
}
.container .nav_list {
	margin-top: 20px;
}
.container .nav_list a{
	color: #000;
}
.container .nav_list li{
	width: 86%;
	height: 30px;
	line-height: 30px;
	padding-left: 20px;
	cursor: pointer;
}
.container .contact {
	background: #fff;
	margin-top: 10px;
	color: #595959;
	width: 95%;
	padding-bottom: 20px;
	/*border: 1px solid #d2d2d1;
	 border-color: transparent; */
}
.container .contact h4 {
	border-bottom: 1px solid #d2d2d1;
	padding-left: 20px;
	height:35px;
	line-height: 35px;
	font-weight: normal;
}
.container .contact ul {
	padding-left: 20px;
}
.container .contact ul div {
	display: inline-block;
}
.container .contact ul div:nth-child(1){
	width: 30px;
	margin-top: 15px;
}
.container .contact ul div:nth-child(2){
	height: 30px;
	margin-top: 15px;
}
section .container .content_right {
	width: 80%;
}
.content_right>h5 {
	margin-left: 30px;
	margin-top: 20px;
	font-size: 15px;
	color: #5a5a5a;
	font-weight: normal;
}
.content_right>div {
	margin-top: 5px;
}
.nearsite-message {
	display: inline-block;
	clear: both;
	margin: 0 10px;
	width: 100%;
}

.nearsite-message .avatar {
	float: left;
	border: 1px solid #bdbdbd;
	width: 10px;
	height: 10px;
	margin-top: 10px;
	border-radius: 50%;
}

.nearsite-message .content {
	float: left;
	margin: 0 0px 10px 10px;
	padding: 5px 0px 0 10px;
	border-radius: 7px;
	position: relative;
	min-height: 20px;
	font-size: 15px;
	width: 94%;
}

.nearsite-message .content h4{
	margin-bottom: 8px;
}
.nearsite-message .content p{
	line-height: 26px;
	color: #505050;
}
.nearsite-message .content h3 {
	color: #8c8c8c;
	font-weight: normal;
	font-size: 20px;
}
.vertbar {
	width: 1px;
	height: 74px;
	background-color: #bdbdbd;
	margin: 21px 5.9px -15px;
	background: #bdbdbd;
}
.hover {
	z-index: 9999;
	position: absolute;
	left: 0;
	top: 77px;
	text-align: center;
	width: 90px;
	display: none;
	background: #ccc\0/;
}
.nav_li .hover ul {
	background: rgba(222,222,222,.8);
}
.hover li {
	display: block;
	height: 35px;
	line-height: 35px;
}
.hover li:hover {
	background: #8d1c21;
	color: #fff;
}
.index_nav_li .hover {
	background: rgba(50,50,50,.8);
}
.index_select {
	background: transparent;
    border: 0;
    color: #bf9963;
}
.select {
	background: transparent;
	background: #8d1c21\0/;
    border: 0;
}
.select option {
	color: #000;
	color: #fff\0/;
	border: 0;
}
.search {
	position: relative;
}
.search .search_hover {
 	display: none;
}
 .search_hover {
 	position: absolute;
 	left: -120px;
 	top: 77px;
 }
.search:hover .search_hover {
	display: block;
}

.search_hover input {
	height: 40px;
	line-height: 40px;
    border: 0;
    padding: 0;
    margin: 0;
    float: left;
    width: 125px;
    background: #565656;
    color: #fff;
}
.search_hover div {
	display: inline-block;
    height: 40px;
    line-height: 40px;
    width: 80px;
    text-align: center;
    background: #8d1d22;
    float: left;
    color: #fff;
    cursor: pointer;
}
/* login */
.login{
	width: 230px;
	height: 230px;
	background: #fff;
	margin-top: 36px;
	border: 1px solid #d2d2d1;
}
.login h4{
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	color: #595959;
	border-bottom: 1px solid #d2d2d1;
}
.login input{
	width: 80%;
	height: 25px;
	font-size: 14px;
	margin-left: 10%;
	margin-top: 15px;
	border: 1px solid #d2d2d1;

}
.login button{
	width: 80%;
	height: 25px;
	margin-left: 10%;
	margin-top: 15px;
	background: #8d1c21;
	border: none;
	color: #fff;
}
.login input::placeholder{
	font-size: 14px;
	color: #959595;
}
.loginSussess{
	width: 228px;
	height: 40px;
	line-height: 40px;
	background: #fff;
	padding: 0 10px;
	box-sizing: border-box;
	display: none;
}
.loginSussess a{
	float: right;
	text-decoration: underline;
}
.loginSussess .name{
	display: inline-block;
	width: 115px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.loginSussess .nowUser{
	float: left;
}
.userBox,.passwordBox,.canvasBox{
	position: relative;
}
.userBox .userError,.passwordBox .passwordError,.canvasBox .canvasError{
	font-size: 12px;
	color: red;
	position: absolute;
	bottom: -16px;
	left: 24px;
}
