/*public*/
* {
    outline: none;
    padding: 0;
    margin: 0;
    transition: .3s all;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
body {
    font-size: 16px;
    font-family: "Microsoft YaHei", Helvetica, arial, sans-serif;
    color: #333;
    line-height: 24px;
}
h1, h2, h3, h4, h5, h6, th {
    font-size: 100%;
    font-weight: normal;
}
form, iframe, span, dl, dd, dt, pre, fieldset, legend, p, img {
    border: 0;
}
img {
    /*image-rendering: pixelated;*/
}
ul,li,ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
i, em {
    font-style: normal;
}
a {
    text-decoration: none;
    background: none;
    color: #333;
}
a:hover {
    color: #81bc00;
}
ul, ol {
    list-style: none;
}
input, textarea, select, button {
    font-size: 100%;
    border: 0;
    display: block;
    font-family: "Microsoft YaHei", Helvetica, arial, sans-serif;
}
input::-webkit-input-placeholder {
    color: #ccc;
}
input:-moz-placeholder {
    color: #ccc;
}
input:-ms-input-placeholder {
    color: #ccc;
}
textarea::-webkit-input-placeholder {
    color: #ccc;
}
textarea:-moz-placeholder {
    color: #ccc;
}
textarea:-ms-input-placeholder {
    color: #ccc;
}
.clearfix {
    zoom: 1;
}
.clearfix:after {
    content: '';
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.hang2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.hang1 {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.container {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
.header {
    height: 110px;
    border-bottom: 1px solid #eee;
}
.logo {
    float: left;
    height: 110px;
    padding: 15px 0;
}
.logo img {
    display: block;
    height: 100%;
}
.menu {
    float: left;
    line-height: 70px;
    padding-left: 330px;
    font-size: 0;
}
.menu li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 20px 0;
    white-space: nowrap;
}
.menu li > a {
    display: block;
    padding: 0 20px;
    font-size: 16px;
}
.menu li.active > a,
.menu li:hover > a {
   color: #81bc00;
}
.submenu {
    position: absolute;
    left: 0;
    z-index: 99;
    display: none;
    transition: none .3s;
    background: rgba(255,255,255,.9);
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.submenu a {
    display: block;
    line-height: 40px;
    padding: 0 30px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}
.submenu a:hover {
    color: #81bc00;
}
.sousuo {
    float: right;
    width: 40px;
    height: 40px;
    background: url("../images/sousuo.png") center no-repeat;
    margin-top: 35px;
    position: relative;
}
.sousuo:hover {
    background: url("../images/sousuo2.png") center no-repeat;
}
.sousuo:hover .sch {
    display: block;
}
.sch {
    position: absolute;
    right: 0;
    top: 40px;
    width: 350px;
    height: 42px;
    line-height: 40px;
    border: 1px solid #81bc00;
    z-index: 99;
    border-radius: 30px;
    overflow: hidden;
    display: none;
}
.sch .ipt {
    float: left;
    width: 270px;
    height: 40px;
    padding: 13px 20px;
}
.sch .btn {
    float: right;
    width: 78px;
    height: 40px;
    text-align: center;
    background: #81bc00;
    color: #fff;
}
.swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.lunbo {
    position: relative;
    height: 523px;
    overflow: hidden;
}
.swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    width: 10px;
    height: 10px;
    border-radius: 0;
}
.swiper-pagination-bullet-active {
    width: 20px;
    background: #81bc00;
    border: 2px solid #81bc00;
}
.title {
    text-align: center;
    margin-bottom: 25px;
}
.title h2 {
    font-size: 28px;
    line-height: 30px;
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 2px solid #81bc00;
}
.title p {
    color: #999;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 5px;
}
.wrap {
    padding: 40px 0;
}
.prowrap {
    padding-bottom: 22px;
}
.prolist a {
    display: block;
    float: left;
    position: relative;
    width: 340px;
    height: 191px;
    text-align: center;
    margin: 0 0 18px 18px;
    box-shadow: 0 0 15px rgba(0,0,0,.07);
    overflow: hidden;
}
.prolist img {
    height: 100%;
    max-width: none;
}
.prolist h2 {
    position: absolute;
    left: 10px;
    bottom: 10px;
    background: #81bc00;
    color: #fff;
    padding: 5px 20px;
    line-height: normal;
}
.prolist a:hover img {
    transform: scale(1.1);
}
.prolist a:hover h2 {
    bottom: 20px;
    background: #fdb913;
}
.bigpro {
    float: left;
}
.bigpro a {
    width: 467px;
    height: 400px;
    line-height: 400px;
    margin: 0;
}
.bigpro img {
    height: auto;
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
}
.newswrap {
    background-color: #fafafa;
    padding-bottom: 20px;
}
.newslist {
    margin-right: -20px;
}
.newslist li {
    float: left;
    width: 590px;
    transition: none;
    margin: 0 20px 20px 0;
    border: 1px solid #eee;
}
.newslist li a {
    display: block;
    padding: 15px;
}
.newslist span {
    display: inline-block;
    line-height: 30px;
    background: #eee;
    font-size: 14px;
    padding: 0 10px;
    border-radius: 3px;
}
.newslist h2 {
    display: block;
    margin: 8px 0 3px;
}
.newslist p {
    display: inline-block;
    padding-right: 20px;
    background: url("../images/right.png") right center no-repeat;
    font-size: 14px;
    color: #999;
}
.newslist li:hover {
    border-color: #81bc00;
}
.newslist li:hover span {
    background: #81bc00;
    color: #fff;
}
.newslist li:hover h2,
.newslist li:hover p {
    color: #81bc00;
}
.newslist li:hover p {
    background: url("../images/right2.png") right center no-repeat;
}
.food {
    margin-right: -20px;
}
.food li {
    float: left;
    width: 590px;
    margin: 0 20px 20px 0;
}
.food .tp {
    float: left;
    width: 150px;
    height: 80px;
    overflow: hidden;
}
.food .tp img {
    display: block;
    height: 100%;
    min-width: 100%;
}
.food .text {
    margin-left: 165px;
}
.food h2 {
    color: #81bc00;
}
.food p {
    font-size: 14px;
    color: #999;
    line-height: 22px;
    margin-top: 10px;
}
.foodwrap {
    padding-bottom: 20px;
}
.aboutwrap {
    background: url("../images/aboutbg.png") #81bc00 center no-repeat;
    background-size: auto 100%;
}
.aboutwrap .title h2 a,
.aboutwrap .title p {
    color: #fff;
}
.aboutwrap .title h2 {
    border-color: #acdb46;
}
.aboutbox {
    overflow: hidden;
}
.aboutimg {
    float: left;
    width: 430px;
    border: 1px solid #acdb46;
    padding: 10px;
}
.aboutimg img {
    display: block;
    width: 100%;
}
.abouttext {
    margin-left: 460px;
    color: #fff;
    line-height: 26px;
    font-size: 14px;
}
.abouttext p {
    margin-bottom: 10px;
}
.footer {
    background: url("../images/fobg.jpg") #181818 center no-repeat;
    padding: 30px 0;
    font-size: 14px;
    color: #fff;
}
.footer a {
    color: #fff;
}
.copy {
    text-align: center;
    border-top: 1px solid #535353;
    padding-top: 15px;
    margin-top: 30px;
}
.copy span {
    padding: 0 10px;
}
.ft-l,
.ft-c {
    float: left;
    width: 33%
}
.ft-c p {
    line-height: 40px;
    padding-left: 25px;
}
.ft-r {
    float: right;
    width: 200px;
}
.ft-r a {
    display: block;
    line-height: 40px;
    padding-left: 33px;
    white-space: nowrap;
}
.ft1 {
    background: url("../images/ft1.png") center left no-repeat;
}
.ft2 {
    background: url("../images/ft2.png") center left no-repeat;
}
.ft3 {
    background: url("../images/ft3.png") center left no-repeat;
}
.ft4 {
    background: url("../images/ft4.png") center left no-repeat;
}
.ft5 {
    background: url("../images/ft5.png") center left no-repeat;
}
.ft6 {
    background: url("../images/ft6.png") center left no-repeat;
}
.telphone {
    font-size: 26px;
    background: url("../images/tel.png") left no-repeat;
    padding: 0 0 0 50px;
    line-height: 40px;
    margin-top: 5px;
}
.inner {
    position: relative;
}
.inner img {
    display: block;
    width: 100%;
}
.intt {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    margin-top: -38px;
    color: #fff;
    z-index: 2;
}
.intt h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
}
.intt p {
    display: inline-block;
    font-size: 14px;
    padding-left: 20px;
    background: url("../images/weizhi.png") center left no-repeat;
}
.intt p,
.intt a {
    color: #fff;
}
.intt span {
    font-family: SimSun-ExtB;
    padding: 0 5px;
}
.yin {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    z-index: 1;
}
.page {
    padding: 30px 0 40px;
    min-height: 400px;
}
.container img {
    max-width: 100%;
}
.con {
    line-height: 30px;
}
.xqtt {
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
    text-align: center;
    color: #81bc00;
}
.xqinfo {
    text-align: center;
    border: 1px solid #eee;
    padding: 3px 0;
    font-size: 14px;
    overflow: hidden;
    color: #999;
    margin: 15px 0 20px;
}
.xqinfo span {
    padding-right: 15px;
}
.pian {
    padding-top: 15px;
    border-top: 1px solid #e4e4e4;
    margin-top: 30px;
}
.pian li {
    padding: 5px 0;
    overflow: hidden;
}
.pian p {
    float: left;
    width: 70px;
    color: #81bc00;
}
.pian a {
    display: block;
    margin-left: 70px;
}



/*分页*/
/*分页*/
#pages {
    padding: 30px 0 0;
    text-align: center;
}
#pages ul {
    /*float: right;*/
    font-size: 0;
}
#pages li {
    display: inline-block;
    margin: 0 4px;
    border: 1px solid #e6e6e6;
    line-height: 22px;
}
#pages li span,
#pages li a {
    display: block;
    width: 30px;
    height: 30px;
    color: #7d7d7d;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
}
#pages li:hover,
#pages li.active {
    border: 1px solid #81bc00;
    background-color: #81bc00;
}
#pages li:first-child,
#pages li:last-child {
    background: #81bc00;
    border: 1px solid #81bc00;
}
#pages li:first-child span,
#pages li:first-child a,
#pages li:last-child span,
#pages li:last-child a,
#pages li:hover a,
#pages li:hover span,
#pages li.active span {
    color: #fff;
}
.page-l {
    float: left;
    width: 260px;
    border: 1px solid #eee;
    padding: 20px;
}
.page-r {
    margin-left: 276px;
}
.sidett {
    font-size: 22px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.sidemenu li:hover a,
.sidemenu li.active a {
    color: #81bc00;
}
.sidemenu a {
    display: block;
    padding: 6px 20px 6px 42px;
    background: url("../images/jt.png") 20px center no-repeat;
}
.page-r .prolist a {
    width: 290px;
    height: auto;
}
.page-r .prolist .tp {
    width: 290px;
    height: 163px;
    padding: 10px 0;
    overflow: hidden;
}
.page-r .prolist h2 {
    position: relative;
    left: auto;
    bottom: auto;
    background: none;
    color: #333333;
    padding: 10px;
    text-align: center;
}
.page-r .prolist a:hover h2 {
    bottom: auto;
    background: none;
}
.proimg {
    float: left;
    width: 370px;
    border: 1px solid #81bc00;
    padding: 10px;
}
.proimg img {
    display: block;
    width: 100%;
}
.protext {
    margin-left: 400px;
}
.protext .xqtt {
    text-align: left;
}
.proxq {
    padding-top: 30px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}
.proxq h2 {
    display: inline-block;
    border-bottom: 2px solid #81bc00;
    padding-bottom: 10px;
    font-size: 22px;
}
.sword {
    padding-bottom: 20px;
}
.sword i {
    color: #f00;
    padding: 0 3px;
}