a:hover { color: #096733; }
.swiper-pagination-bullet{
    width: 10px;
    height: 10px;
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #FDFDFD;
    opacity: .6;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #FFFFFF;
}
.margin-none{margin:0px !important;}
.font-color-white{color: white !important;}
.font-color-e5{color: #e5e5e5 !important;}
.allwidth { width: 1400px; margin: 0 auto; }

/*首页*/
.index-menu-top {
    height: 60px;
    overflow: hidden;
}
.menu-tip {
    font-size: 12px;
    color: #686969;
    margin-top: 30px;
}
.menu-contact {
    background: #096733;
    width: 200px;
    height: 55px;
    border-radius: 0px 0px 10px 10px;
    padding-top: 27px;
    font-size: 14px;
    color: white;
    padding-left: 6px;
}
.index-menu-box .am-fl img {
    width: 180px;
    margin-top: 5px;
    margin-left: 10px;
}
.menu-right-list {
    width: 16.666%;
    text-align: center;
    line-height: 57px;
    font-size: 14px;
    position: relative;
}
.menu-right-li-one {
    display: block;
    color: #000;
    width: 100%;
    height: 57px;
    overflow: hidden;
}
.menu-right-li-one:hover {
    color: #000;
}
.menu-right-li-second a {
    display: block;
    background: white;
    line-height: 37px;
    color: #464646;
    transition-duration: 0.5s;
}
.menu-right-li-second {
    position: absolute;
    z-index: 99;
    width: 100%;
    background: white;
    box-shadow: 1px 5px 8px #D6D6D6;
}
.menu-right-li-second a:hover {
    background: rgb(0, 171, 76);
    width: 130px;
    margin: 0 auto;
    color: white;
    border-radius: 8px;
    transition-duration: 0.5s;
}
a.menu-right-li-one span {
    display: block;
    width: 100px;
    height: 30px;
    margin: 0 auto;
    margin-top: 15px;
    line-height: 30px;
    transition-duration: 0.5s;
}
a.menu-right-li-one:hover span {
    background: #096733;
    width: 130px;
    transition-duration: 0.5s;
    color: white;
    border-radius: 8px;
}
.index-menu-link {
    background: #096733;
    padding: 10px 10px;
    padding-bottom: 5px;
}
.index-menu-link .am-cf a.am-fl {
    text-align: center;
    background: white;
    margin-left: 8px;
    margin-right: 7px;
    line-height: 30px;
    font-size: 13px;
    color: #888888;
    border-radius: 5px;
    border: 1px solid #8A8989;
    width: calc(33.33% - 15px);
    margin-bottom: 5px;
}
.index-menu-link .am-cf a.am-fl:hover {
    background: none;
    border: 1px solid #fff;
    color: white;
    transition-duration: 0.4s;
}
.index-about-top {
    margin-top: 32px;
}
.index-about-top h2 {
    text-align: center;
    font-size: 22px;
    font-weight: 100;
    color: #000;
    margin: 0px;
}
.index-about-top-line {
    text-align: center;
}
.index-about-top h3 {
    font-size: 14px;
    font-weight: 100;
    text-align: center;
    margin: 0px;
    color: #000;
}
.index-about-ctc {
    margin-top: 10px;
}
.index-about-ctc-right {
    padding: 10px;
}
.index-about-ctc-right img {
    width: 100%;
    display: block;
}
.index-about-ctc-left {
    padding: 0px 10px;
    font-size: 14px;
    color: #000;
    line-height: 32px;
}
.index-about-bottom-right {
    padding: 3px 10px;
    line-height: 32px;
    font-size: 14px;
    text-align: center;
    border: 1px solid #FF7511;
    color: #FF7511;
    margin-top: 27px;
    margin-left: 15px;
    transition-duration: 0.4s;
}
.index-about-bottom img {
    width: 140px;
}
.index-about-bottom {
    text-align: center;
}
.index-about-bottom-right:hover {
    background: #FF7511;
    color: white;
    transition-duration: 0.4s;
}
.index-ys {
    background: url(../images/bg.jpg) no-repeat scroll center top #ebebeb;
    background-size: cover;
    background-attachment: fixed;
    background-attachment: scroll\9;
    height: 590px;
    margin-bottom: 20px;
    overflow-x: hidden;
}
.index-ys-top {
    padding-top: 30px;
}
.index-ys-top h2 {
    color: white;
}
.index-ys-top h3 {
    color: white;
}
.index-ys-list {
    margin-top: 50px;
}
.index-ys-list .am-fl {
    width: 33.33%;
    text-align: center;
    padding: 10px;
}
.index-ys-list .am-fl img {
    width: 100%;
}
.index-ys-bottom {
    margin-top: 10px;
    text-align: center;
}
.index-ys-bottom img {
    width: 150px;
}
.index-ys-bottom a {
    display: block;
    width: 120px;
    text-align: center;
    background: #FF7511;
    border: 1px solid #FF7511;
    line-height: 32px;
    font-size: 14px;
    margin: 0 auto;
    margin-top: 27px;
    color: white;
}
.index-ys-bottom a:hover {
    background: #D05700;  
}
.index-pro-tab .am-fl {
    width: calc(33.33% - 10px);
    text-align: center;
    border: 1px solid #525050;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 12px;
    color: #757575;
    border-radius: 8px;
    line-height: 30px;
    transition-duration: 0.4s;
    margin-bottom: 10px;
}
.index-pro-tab-active {
    background: #096733;
    color: white !important;
    border: 1px solid #096733 !important;
    transition-duration: 0.4s;
}
.index-pro-li {
    width: 50%;
    padding: 10px 5px;
    position: relative;
    overflow: hidden;
}
a.index-pro-a {
    display: block;
}
.index-pro-img {
    width: 290px;
    height: 193px;
    overflow: hidden;
}
.index-pro-img img {
    width: 100%;
}
.index-pro-title {
    font-size: 14px;
    text-align: center;
    margin-top: 8px;
    color: dimgrey;
    display: block;
}
a.index-pro-a:hvoer .index-pro-title {
    color: #000;
}
.index-pro-pop {
    position: absolute;
    width: 290px;
    height: 193px;
    top: 193px;
    background: rgba(10, 10, 10, 0.62);
    color: white;
    padding: 20px;
    overflow: hidden;
    transition-duration: 0.4s;
}
.index-pro-li:hover .index-pro-a .index-pro-pop {
    top: 0px;
    transition-duration: 0.4s;
}
.index-pro-pop-text {
    font-size: 12px;
    margin-top: 10px;
    text-indent: 30px;
    line-height: 20px;
    height: 77px;
    overflow: hidden;
    color: white;
}
.index-pro-pop-title {
    color: white;
}
a.index-pro-pop-more {
    display: block;
    font-size: 12px;
    color: white;
    border: 1px solid #fff;
    width: 100px;
    text-align: center;
    line-height: 28px;
    margin-top: 15px;
    margin-left: 140px;
}
a.index-pro-pop-more:hover {
    background: white;
    color: #000;
}
.index-pro-a {
    width: 100%;
    height: 0px;
    padding-bottom: 67%;
    overflow: hidden;
    position: relative;
}
.index-pro-tab {
    margin-top: 20px;
}
.index-pro {
    padding-bottom: 20px;
}
.index-news {
    background: url(../images/bg2.jpg) no-repeat scroll center top #ebebeb;
    background-size: cover;
    background-attachment: fixed;
    background-attachment: scroll\9;
    height: 650px;
}
.index-news-li {
    width: calc(50% - 10px);
    margin-left: 5px;
    margin-right: 5px;
    overflow: hidden;
    background: white;
    padding: 10px;
    margin-bottom: 10px;
}
.index-news-img {
    width: 100%;
    height: 86px;
    overflow: hidden;
}
.index-news-img img {
    width: 100%;
}
.index-news-ctc {
    font-size: 12px;
    color: #4C4C4C;
    margin-top: 10px;
    height: 58px;
    overflow: hidden;
}
.index-news-list {
    margin-top: 30px;
}
.index-news-title {
    color: #3E3E3E;
    text-align: center;
}
.index-zz-list .am-fl {
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    overflow: hidden;
    box-shadow: 1px 2px 8px #B3B3B3;
    margin-bottom: 15px;
}
.index-zz-img {
    overflow: hidden;
    width: 100%;
    height: 0px;
    padding-bottom: 67%;
}
.index-zz-img img {
    width: 100%;
}
.index-zz-title {
    line-height: 50px;
    font-size: 14px;
    text-align: center;
    color: #676767;
    padding: 0px 10px;
}
.index-zz-list {
    margin-top: 30px;
}
/*底部*/

.friend {
    background: #E4E4E4;
    padding: 20px 0px;
    line-height: 30px;
}
.friend-title {
    font-size: 17px;
    color: #000;
    margin-right: 10px;
}
.friend-li {
    border-left: 1px dashed #BBB;
    color: #646464;
    font-size: 14px;
    margin-left: 15px;
    padding-left: 15px;
}
.f-logo {
    background: #096733;
    text-align: center;
    padding: 8px 0px;
    color: white;
}
.bottom {
    background: #E4E4E4;
    color: black;
    font-size: 14px;
}
.bottom .am-cf .am-fl {
    width: 33.33%;
}
.bottom {
    background: #E4E4E4;
    color: black;
    font-size: 14px;
    padding: 20px 0px;
}
.bottom-menu {
    font-size: 15px;
    text-align: center;
    border-top: 1px solid #096733;
    padding-top: 15px;
}
a.bottom-menu-li {
    margin-left: 10px;
    margin-right: 10px;
    color: black;
}
.bottom-copy {
    text-align: center;
    background: #515151;
    color: white;
    line-height: 22px;
    font-size: 12px;
}
.bottom-copy a {
    color: white;
    margin-left: 5px;
    margin-right: 5px;
}
.bottom-right-text {
    padding-right: 17px;
    margin-top: 7px;
}
.bottom-left-li {
    line-height: 30px;
    text-align: center;
}
.bottom-right {
    margin-bottom: 15px;
}
/*内页*/
.one-banner-img {
    width: 100%;
    height: 197px;
    overflow: hidden;
}
.one-banner {
    position: relative;
    height: 197px;
    width: 100%;
    overflow: hidden;
}
.info-classname {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 0px;
    line-height: 197px;
    background: rgba(2, 2, 2, 0.24);
    color: white;
    font-size: 27px;
}
.one-banner-img img {
    min-width: 100%;
    height: 100%;
}
.one {
    padding-top: 15px;
    background: #f5f5f5;
}
.bread span {
    font-size: 14px;
    font-weight: bold;
    color: black;
}
.bread {
    font-size: 14px;
    border-bottom: 1px solid #B6B6B6;
    line-height: 35px;
}
a.toindex {
    color: #333;
}
.one-box {
    padding-top: 15px;
}
.one-left {
    width: 240px;
}
.one-left-top {
    background: #00843B;
    color: white;
    text-align: center;
}
.one-left-top-title {
    font-size: 23px;
    padding-top: 15px;
}
.one-left-top-en {
    font-size: 15px;
    padding-top: 3px;
    padding-bottom: 15px;
}
.one-left-box {
    position: relative;
}
.one-left-top-bg {
    position: absolute;
    top: 0px;
    left: -70px;
}
.one-left-li {
    padding-left: 40px;
    padding-top: 20px;
}
.one-left-li a {
    display: block;
    background: none;
    color: #505050;
    padding-left: 15px;
    line-height: 50px;
    transition-duration: 0.5s;
    font-size: 14px;
}
.one-left-li-active {
    background: #07BD58 !important;
    color: white !important;
    transition-duration: 0.5s;
}
.one-left-ctc {
    margin-top: 20px;
}
.one-left-phone {
    padding: 20px 15px;
}
.one-left-phone-right {
    width: calc(100% - 60px);
}
.one-left-phone-title {
    font-size: 12px;
    color: #121212;
}
.one-left-phone-num {
    font-weight: bold;
    color: #00843B;
    font-size: 25px;
    letter-spacing: -2px;
    line-height: 22px;
}
.one-left-ctc-box {
    padding: 0px 15px 20px 15px;
    font-size: 14px;
    color: black;
    line-height: 30px;
}
.one-right-img {
    text-align: center;
}
.one-right-img img {
    max-width: 80%;
}
.one-right-img img {
    width: 100%;
}
.one-right-ctc {
    font-size: 14px;
    color: #6F6F6F;
    padding: 10px;
    overflow-x: hidden;
}
.one-right-ctc img {
    max-width: 100%;
}
/*热门推荐*/
.remen {
    margin-top: 50px;
    text-align: center;
    padding-bottom: 50px;
}
.remen-top-box {
    width: 200px;
    background: white;
    margin: 0 auto;
    padding: 10px 0px;
    box-shadow: 1px 1px 10px #A0A0A0;
    z-index: 1;
    position: absolute;
    left: calc(50% - 100px);
}
.remen-top-title {
    font-size: 24px;
}
.remen-top-en {
    font-size: 12px;
    color: #979797;
}
.remen-top {
    position: relative;
    height: 80px;
}
.remen-top-line {
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    top: 45px;
    z-index: 0;
}
.remen-des {
    margin-top: 10px;
    font-size: 15px;
    color: dimgrey;
}
.remen-li {
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    overflow: hidden;
    background: white;
    margin-top: 20px;
}
.remen-li-img {
    width: 100%;
    height: 0px;
    overflow: hidden;
    padding-bottom: 67%;
}
.article-list {
    padding: 0px 15px;
}
.remen-li-img img {
    width: 100%;
}
.remen-li-title {
    padding: 10px 15px;
    font-size: 13px;
    color: #949494;
}
.remen-li-title:hover {
    color: #404040;
}
/*新闻列表*/
.article-list-r {
    font-size: 50px;
    font-weight: bold;
    color: #656565;
    line-height: 35px;
}
.article-list-o {
    font-size: 14px;
    text-align: center;
    color: #7B7B7B;
    margin-top: 5px;
}
.article-list-time {
    width: 65px;
    text-align: center;
    border-right: 1px solid #00843B;
    padding-top: 5px;
}
.article-list-ctc {
    width: calc(100% - 65px);
    padding-left: 20px;
}
.article-list-ctc-title {
    font-size: 15px;
    color: #2F2F2F;
}
.article-lists-ctc-txt {
    font-size: 12px;
    line-height: 16px;
    margin-top: 5px;
    color: #909090;
    height: 31px;
    overflow: hidden;
}
.mian_list_li {
    display: block;
    padding-bottom: 15px;
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 15px;
}
.mian_list_li:hover .article-list-ctc-title{
    color: #096733;
}
.article-list-big-title {
    font-size: 29px;
    text-align: center;
    padding: 20px 0px 40px 0px;
}

/*分页*/
span.current {
    padding: 4px 10px;
    font-size: 15px;
    border: 1px solid #CECECE;
    margin-left: 5px;
    margin-right: 5px;
}
a.num {
    border: 1px solid #CECECE;
    padding: 4px 10px;
    background: #CECECE;
    font-size: 15px;
    color: #464646;
}
a.num:hover {
    background: #096733;
    border: 1px solid #096733;
    color: white;
}
a.next,a.prev {
    font-size: 14px;
    color: #4F4F4F;
}
span.rows {
    font-size: 14px;
}
.page {
    padding-top: 15px;
}
.bread a {
    color: #363636;
}
.imginfo-top-img {
    border: 1px solid #DEDEDE;
    padding: 5px;
}
.imginfo-top-img img {
    width: 100%;
}
.imginfo-top-right {
    margin-top: 10px;
}
.imginfo-top-right-title {
    background: #019E46;
    color: white;
    padding: 8px;
    font-size: 14px;
    text-align: center;
}
.imginfo-top-right-des {
    margin-top: 20px;
    text-indent: 26px;
    font-size: 14px;
    color: #7F7F7F;
}
.imginfo-ctc {
    margin-top: 30px;
}
.imginfo-ctc-title {
    background: #019E46;
    line-height: 42px;
    color: white;
    padding-left: 12px;
    font-size: 17px;
}
.imginfo-ctc-ctc {
    padding: 25px;
}
.imginfo-ctc-ctc img {
    max-width: 100%;
}
.product-big-title {
    font-size: 25px;
    padding: 0px;
    text-align: left;
    padding-left: 10px;
}
.product-li {
    margin-bottom: 30px;
}
.map {
    margin-top: 30px;
    border: 1px solid #eee;
}

/*菜单固定*/
.index-menu {
    position: fixed;
    width: 100%;
    z-index: 9;
    background: white;
    box-shadow: 1px 1px 5px #B9B9B9;
    top: 0px;
    transition-duration: 0.5s;
    height: 57px;
}
body {
    padding-top: 57px;
    padding-bottom: 50px;
}
.animate-menu {
    top: -56px;
    transition-duration: 0.8s;
}
.animate-menu .index-menu-box img {
    width: 200px;
    transition-duration: 0.5s;
}

/*手机端新增样式*/
.m-menu-btn {
    width: 70px;
    text-align: center;
    line-height: 40px;
    background: #096733;
    color: white;
    border-radius: 3px;
    margin-top: 9px;
    margin-right: 10px;
    font-size: 14px;
    cursor: pointer;
}
.m-menu-btn:hover {
    background: #009642;
}
.am-dropdown-content li {
    font-size: 14px;
}
.am-dropdown-content {
    min-width: 110px;
}
ul.am-dropdown-content>li>a {
    display: block;
    clear: both;
    font-weight: 400;
    color: #333;
    white-space: nowrap;
    line-height: 27px;
    text-align: center;
}
a.f-logo-img img {
    max-width: 80%;
}
.bottom-center img {
    max-width: 80%;
}
.bread_bg {
    padding: 0px 10px;
}
.imginfo-top {
    padding: 10px;
}
.foot {
    position: fixed;
    width: 100%;
    bottom: 0px;
    height: 50px;
    background: #00863C;
    box-shadow: 1px -1px 7px rgba(0, 142, 63, 0.7);
    z-index: 9999;
}
.foot-li {
    width: 25%;
    text-align: center;
}
.foot-li-img img {
    width: 20px;
}
.foot-li-title {
    font-size: 12px;
    color: white;
    margin-top: 3px;
}

/*留言*/
.mesg-li {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
    text-align: center;
}
.mesg-li span {
    width: 85px;
    line-height: 38px;
}
.mesg-li input {
    width: 300px;
    height: 38px;
    outline: none;
    padding: 0px 10px;
}
.mesg-li textarea {
    width: 300px;
    padding: 10px;
    outline: none;
    resize: none;
    height: 150px;
}
.mesg-btn {
    text-align: center;
}
.mesg-btn input {
    width: 300px;
    height: 40px;
    font-size: 14px;
    color: white;
    background: #00843B;
    border: none;
    outline: none;
    border-radius: 3px;
    margin-top: 20px;
    margin-bottom: 80px;
}
.m-about {
    padding: 0px 5px;
    padding-top: 10px;
}
.m-a-info-content {
    padding: 0px 5px;
}
.m-a-info-content img{
    max-width: 100%;
}
.m-about-time {
    font-size: 14px;
}
.m-a-info-title {
    padding: 0px 5px;
    background: #D9F1E4;
    line-height: 38px;
}
