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

* { margin:0; padding:0; list-style-image: none;list-style-type: none;}
html{
	background-color: #1f1f1f;
}

body {
	background-color: #816E61;
}
img { border:none;}
.fix {clear:both;height: 1px;font-size: 0px;}

::-webkit-scrollbar{width:12px;height:12px}
::-webkit-scrollbar-button:vertical{display:none}
::-webkit-scrollbar-track:vertical{background-color:black}
::-webkit-scrollbar-track-piece{background:#F1F1F1}
::-webkit-scrollbar-thumb:vertical{background-color:#8E8E8E;border-radius:6px}
::-webkit-scrollbar-thumb:vertical:hover{background-color:#3B3B3B}
::-webkit-scrollbar-corner:vertical{background-color:#535353}
::-webkit-scrollbar-resizer:vertical{background-color:#FF6E00}

.top {
height: 50px;
background: rgba(155, 125, 102, 0.30);
background-repeat: repeat-x;
float: left;
width: 81%;
position: fixed;
z-index: 1000;
right: 0px;
top: 0px;
display: none;
}
.logo {height: 50px;
width: 158px;
float: left;
padding-left: 100px;
}
.logo a {text-decoration:none;display: block;height: 50px;width: 158px;background-image: url(../img/logo1_hover.png);background-repeat: no-repeat;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);transform:rotate(0deg);opacity:0.70;}
.logo a:hover {background-image: url(../img/logo1_hover.png);background-repeat: no-repeat;opacity:0.99;}
.nav {
height: 24px;
float: right;
width: 149px;
padding-right: 130px;
padding-top: 13px;
}
.nav_dhrs {
height: 28px;
width: 70px;
float: right;
font-size: 12px;
}
.nav_dhrs a {text-decoration: none;
background-image: url(../img/a_nav_01.png);
background-repeat: no-repeat;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
transform: rotate(0deg);
opacity: 0.7;
text-decoration: none;
display: block;
height: 28px;
width: 70px;
color: #999999;
padding-left: 13px;
padding-top: 3px;
}
.nav_dhrs a:hover {text-decoration: none;background-image: url(../img/a_nav_01.png);background-repeat: no-repeat;opacity:0.99;}
.nav_design {width: 28px;
height: 28px;
float: right;
font-size: 12px;}
.nav_design a {background-image: url(../img/a_nav_01.png);
background-repeat: no-repeat;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
opacity: 0.7;
text-decoration: none;
display: block;
height: 28px;
width: 70px;
color: #999999;
padding-left: 13px;
padding-top: 3px;
}
.nav_design a:hover {text-decoration: none;background-image: url(../img/a_nav_01.png);background-repeat: no-repeat;opacity:0.99;}
.nav_x {height: 28px;width: 45px;float: right;}

.zuo {
	width: 81%;
	background-color: #f1f1f1;
	float: right;
}
.you {
width: 18%;
float: left;
text-align: center;
padding-top: 7%;
position: fixed;
top: -38px;
left: 5px;
z-index: 900;
}

.zuo1 {
	padding-top: 6%;
	padding-right: 12%;
	padding-bottom: 12%;
	padding-left: 12%;
}
.daoyu {font-family: "微软雅黑";font-size: 13px;line-height: 28px;padding-top: 10px;padding-bottom: 10px;padding-right: 15px;padding-left: 15px;border: 1px dashed #e5e5e5;background-color: #d0d0d0;color: #614848;border-radius: 4px;}
.nian {
	font-family: Georgia;
	font-size: 30px;
	line-height: 80px;
	color: #704D46;
}
.photo {
	background-color: #dcdcdc;
	padding: 6px;
	background-image: url(../img/loading2.gif);
	background-position: center center;
	background-size: 40px 40px;
	background-repeat: no-repeat;
	border-radius: 4px;
}
.photo img {
	height: auto;
	width: 100%;
}
.wenzi {
	font-family: "微软雅黑";
	font-size: 13px;
	line-height: 28px;
	color: #704D46;
	padding-bottom: 35px;
	padding-top: 15px;
}
.you img {
height: auto;
width: 75%;
}
.copyright {
height: 50px;
font-family: "微软雅黑";
color: #524338;
position: fixed;
width: 19%;
float: left;
left: -6px;
bottom: 0px;
font-size: 12px;
text-align: center;
}
.copyright a {
	color:#524338;
	text-decoration:none;
	display: block;
	-webkit-transition:all 0.3s ease-in-out;
}
.copyright a:hover {
	text-decoration:none;
	color: #666666;
}
.statistics {
	height: 15px;
	font-family: Verdana;
	font-size: 11px;
	color: #353535;
	text-align: right;
	position: absolute;
	top: -15px;
}
.statistics a { color:#353535; text-decoration:none;}
.statistics a:hover {text-decoration:none;}

/*浏览器滚动条*/
::-webkit-scrollbar {
	width: 5px;
	height: 5px
}

::-webkit-scrollbar-button:vertical {
	display: none
}

::-webkit-scrollbar-track:vertical {
	background-color: black
}

::-webkit-scrollbar-track-piece {
	background: #EAEAEA
}

::-webkit-scrollbar-thumb:vertical {
	background-color: #d1ab73;
	border-radius: 4px
}

::-webkit-scrollbar-thumb:vertical:hover {
	background-color: #c49e66
}

::-webkit-scrollbar-corner:vertical {
	background-color: #535353
}

::-webkit-scrollbar-resizer:vertical {
	background-color: #FF6E00
}
