﻿@charset "gb2312";

body, div, ol, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, p, form, footer, fieldset, legend, input, img, a, p, span, td, iframe {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
}

html {
    width: 100%;
    font-family: '微软雅黑', Microsoft Yahei;
    font-size: 20px;
    outline: 0;
    -webkit-text-size-adjust: none;
}

body {
    background: #f5f5f5;
}

.clear {
    clear: both;
}

a:link, a:visited, a:active {
    color: #666;
    text-decoration: none;
}

a:hover {
    color: #666;
}

ul, li {
    list-style: none;
}

h1, h2, h3 {
    font-weight: normal;
    font-size: 100px;
}

.clear {
    clear: both;
}

.H15 {
    height: 0.15rem;
}

.H20 {
    height: 0.2rem;
}

.H30 {
    height: 0.3rem;
}

.Logo {
    width: 100%;
    height:2rem;
    line-height:2rem;
    color: #666666;
    font-size: 1rem;
    text-align: center;
}
/*手机端焦点图样式 */
#bn{height:160px;position:relative;overflow:hidden;text-align:center;}
#bn .tu{text-align:center;display:block;background:url("/Uploadfiles/Ad/banner.png") no-repeat;}
#bn #hao .xu{background:url(/statics/mobile/images/imagehei.png) no-repeat center center;display:inline;float:left;height:49px;width:59px;line-height:49px;color:#FFFFFF;font-size:24px;font-weight:bolder;cursor:pointer;}
#bn #hao{position:absolute;right:50px;height:53px;z-index:3;bottom:0px;}
#bn .txt{display:block;position:absolute;top:60px;height:53px;width:auto;z-index:3;padding-left:10px;padding-right:10px;}
#bn .txt em{background:url(/statics/mobile/images/txtbg.png) no-repeat center center;display:block;height:53px;width:154px;font-size:14px;font-style:normal;line-height:50px;color:#FFFFFF;font-weight:bold;position:absolute;z-index:3;}
#bn .txt .zi1{left:-4px;}
#bn .txt .zi2{left:55px;}
#bn .txt .zi3{left:115px;}
#bn .tiao{background:#000000;height:55px;width:100%;position:absolute;bottom:0px;z-index:2;left:0px;filter:alpha(opacity=30);-moz-opacity:0.3;-khtml-opacity:0.3;opacity:0.3;}
#bn .tu .lianjie{ width:100%;}
#bn .tu .lianjie img{
    max-width:100%;
    height:160px;
}
/*菜单样式*/
.menu{
    width:100%;
    height:80px;
    background:#016620;
}
.menu ul li{
    width:24%;
    height:40px;
    line-height:40px;
    float:left;
    color:#ccc;
    font-size:0.8rem;
    text-align:center;
    font-weight:500;
    background:#016620;
}
.menu ul li a{
    color:#ccc;
}
.menu .on{
  background:#1A7536;
}
.menu .on a{
    color:#fff;
    background:#1A7536;
}

.menu .off{
    color:#ccc;
    background:#016620;
}
.menu .off a{
    color:#ccc;
    background:#016620;
}
.menu .off:hover{
  background:#1A7536;
  color:#fff;
}
.menu .off:hover a{
  background:#1A7536;
  color:#fff;
}
/*搜索页面样式*/
.Search{
    width:100%;
    height:1rem;
    text-align:center;
    margin-top:0.4rem;
}
.Search .keyword{
    width:70%;
    height:1.8rem;
    line-height:1.8rem;
    font-size:16px;
    color:#ccc;
    text-align:left;
    border:solid 1px #ccc;
    border-radius:5px 0px 0px 5px;
    padding-left:25px;
    background:url("/statics/images/search_icon.png") #F7F3ED 5px 10px no-repeat;
    margin:0 auto;
    float:left;
    margin-left:13px;
}
.Search .S_button{
    width:16%;
    height:1.8rem;
    display:block;
    background:#016620;
    text-align:center;
    padding-left:0.4rem;
    float:left;
    color:#fff;
    font-weight:600;
    font-size:0.8rem;
    border:solid 1px #016620;
    letter-spacing:0.5rem;   
    border-radius:0px 5px 5px 0px;
}
/*网页底部样式*/
.footer{
    width:100%;
    height:auto;
    background:#016620;
    padding-top:20px;
    padding-bottom:20px;
}
.footer-con p{
    line-height:1.2rem;
    font-size:0.8rem;
    text-align:center;
    padding-left:20px;
    padding-right:20px;
    color:#aca8a8;
}
.footer-con p a{
    color:#aca8a8;
}