@charset "utf-8";
/* CSS Document */
/* Public */
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, form{margin:0;padding:0;}
body{font:normal 14px/18px Microsoft YaHei, Arial, Helvetica, sans-serif;color:#555555;background:#ffffff;}
ul, ol{list-style-type:none;}
select{font-size:12px;}
li{list-style:none;}
button{cursor:pointer;margin:0;padding:0;}
a{color:#555555;text-decoration:none}
a:hover{text-decoration:none;color:#eb3c00;}
img{border:none}
input,select{vertical-align:middle}
input:focus {outline:none;}
.clear{clear:both;height:0;overflow:hidden;line-height:0;font-size:0;}
/*字体方向*/
.text_left{text-align:left;}
.text_center{text-align:center;}
.text_right{text-align:right;}
/*头部*/
.header-con{ padding: 20px; background:rgba(255,255,255,.8); position:fixed; top:0; left:0; width:100%; z-index:999;}
.logo{ background:url(../images/logo.png) no-repeat; width:362px; height:34px;display: inline-block;background-size: contain;}
.header-rightcon{margin-top: 20px;}
.header-rightcon ul li{display: inline-block;margin: 0 25px;}
.header-rightcon li a{ color:#3e3a39;}
.header-rightcon li a:hover{ color:#00694a;}

/*动画*/
@-webkit-keyframes fade {
	0% { opacity: 1;}
	50% { opacity: 0.3;}
	100% { opacity: 1;}
}
@keyframes fade {
	0% { opacity: 1;}
	50% { opacity: 0.3;}
	100% { opacity: 1;}
}

@media(max-height:900px) {
	.header-con{padding: 15px;}
	.logo{ width:300px; height:28px;}
	.header-rightcon{margin-top: 15px;}
	.header-rightcon ul li{display: inline-block;margin: 0 25px;}
}

