﻿@import url('font-awesome.min.css');

body,
input,
h1,
h2,
h3,
h4,
h5,
h6,
p,
textarea,
table,
div,
ul,
li,
select {
    font-family: Microsoft YaHei;
    margin: 0;
    padding: 0;
    color: inherit;
    line-height: 1;
}

img {
    border: 0;
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
}

.title a:visited {
    color: #888 !important;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

:focus {
    outline: none !important;
    border-color: inherit;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

h3,
h4,
h5,
h6 {
    font-weight: normal;
}

.auto {
    width: 1200px;
    margin: 0 auto;
}

em,
i {
    font-style: normal;
}

* {
    box-sizing: border-box;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"] {
    -webkit-appearance: none;
}

input[type="button"] {
    border: none;
}

textarea {
    -webkit-appearance: none;
}

body {
    min-width: 1200px;
}

:hover {
    transition: all .2s;
}

.img_hover_wrap {
    overflow: hidden;
}

.img_hover {
    transition: all .3s;
}

.img_hover:hover {
    transform: scale(1.05, 1.05);
}

.img_traslate {
    transition: all .3s;
}

.img_traslate:hover {
    transform: translateY(-10px);
}

.img_rotate {
    transition: all .3s;
}

.img_rotate:hover {
    transform: rotate(-360deg);
}

.bold {
    font-weight: bold;
}

.center {
    text-align: center;
}

.img {
    width: 100%;
    display: block;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ele {
    position: relative;
}

.ele:before,
.ele:after {
    content: '';
    position: absolute;
    display: block;
}

.ipt {
    display: block;
    border: none;
}

.ipt_button {
    cursor: pointer;
}

.item_scale .icon {
    transition: all .3s;
}

.item_scale:hover .icon {
    transform: scale(1.05, 1.05);
}

/*头部*/
.hd_bar {
    height: 40px;
    background: #f5f5f5;
    border-bottom: 1px solid #acd692;
}

.hd_bar .font {
    font-size: 14px;
    color: #999999;
    line-height: 40px;
}

.hd_bar .info {
    font-size: 0;
    padding: 5px 0;
}

.hd_bar .links {
    display: inline-block;
    font-size: 14px;
    color: #808080;
    vertical-align: text-bottom;
}

.hd_bar .links a {
    font-size: 14px;
    color: #808080;
    padding: 0 10px;
    line-height: 30px;
}

.hd_bar .links a:hover {
    color: #acd692;
}

.hd_search {
    width: 170px;
    height: 30px;
    border-radius: 20px;
    border: 1px solid #ddd;
    display: inline-block;
    background: #fff;
    overflow: hidden;
    padding: 0 10px;
    margin-left: 15px;
}

.hd_search .ipt_txt {
    width: 115px;
    float: left;
    height: 30px;
    line-height: 30px;
}

.hd_search .ipt_button {
    color: #61ac32;
    float: right;
    width: 30px;
    height: 30px;
    font-size: 20px;
    text-align: center;
    line-height: 30px;
}

.head {
    padding: 10px 0;
}

.hd_logo {
    display: block;
}

.hd_logo .img {
    height: 60px;
    width: auto;
}

.hd_nav {
    font-size: 0;
}

.hd_nav li {
    margin: 0 15px;
    display: inline-block;
    position: relative;
}

.hd_nav li>a {
    font-size: 16px;
    color: #213752;
    padding: 0 5px;
    line-height: 60px;
    border-bottom: 2px solid transparent;
    display: block;
}

.hd_nav li.cur>a {
    color: #55a732;
    border-color: #55a732;
}

.hd_nav li:hover>a {
    color: #55a732;
}

.hd_nav .subdrop {
    background: #fff;
    width: 120px;
    position: absolute;
    left: 50%;
    margin-left: -60px;
    z-index: 30;
    padding: 5px 0;
    display: none;
    border-radius: 4px;
    box-shadow: 0 0 5px #ddd;
}

.hd_nav .subdrop a {
    display: block;
    font-size: 13px;
    color: #666666;
    line-height: 32px;
    text-align: center;
}

.hd_nav .subdrop a:hover {
    color: #55a732;
}

.hd_nav li:hover .subdrop {
    display: block;
}

/*首页*/
.mb25 {
    margin-bottom: 25px;
}

.idx_main {
    /*background: #f6f6f6;*/
    padding: 30px 0 20px;
}

.idx_menu {
    margin-left: -22px;
    padding-bottom: 30px;
}

.idx_menu .item {
    width: 385px;
    height: 115px;
    margin-left: 22px;
    float: left;
    padding: 0 25px;
}

.idx_menu .icon {
    /*width: 160px;*/
    height: 110px;
    margin-top: 5px;
}

.idx_menu .info {
    padding-top: 35px;
    width: 175px;
    float: right;
}

.idx_menu .title {
    font-size: 24px;
    color: #ffffff;
}

.idx_menu .en {
    font-size: 14px;
    color: #ffffff;
    margin-top: 10px;
    text-transform: uppercase;
    margin: 15px 0;
}

.idx_menu .more {
    font-size: 14px;
    color: #fff;
    width: 110px;
    height: 30px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 30px;
    display: block;
}

.idx_menu .item_01 {
    background: #65aee1;
}

.idx_menu .item_02 {
    background: #a3c164;
}

.idx_menu .item_03 {
    background: #71c09e;
}

.idx_menu .item:hover {
    box-shadow: 0 0 10px #999;
}

.idx_menu .item_01 .more:hover {
    background: #fff;
    color: #65aee1;
}

.idx_menu .item_02 .more:hover {
    background: #fff;
    color: #a3c164;
}

.idx_menu .item_03 .more:hover {
    background: #fff;
    color: #71c09e;
}

.idx_top {
    height: 55px;
    background: #61ac32;
}

.idx_top .font {
    font-size: 16px;
    color: #fefeff;
    font-weight: bold;
    display: inline-block;
    margin-left: 35px;
    line-height: 55px;
    float: left;
}

.idx_top .txt {
    margin-right: 35px;
}

.idx_top li {
    font-size: 16px;
    color: #fff;
    line-height: 55px;
}

.idx_top li a:hover {
    opacity: .8;
}

.idx_sec {
    background: #fff;
    padding: 15px;
    box-shadow: 0 0 10px #ddd;
}

.idx_titbox {
    padding: 15px 0;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 20px;
}

.idx_titbox .cn {
    font-size: 22px;
    color: #213752;
    line-height: 35px;
    position: relative;
}

.idx_titbox .cn:after {
    position: absolute;
    content: '';
    background: #61ac32;
    width: 40px;
    height: 3px;
    left: 0;
    bottom: -20px;
}

.idx_titbox .en {
    font-size: 22px;
    color: #999999;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.leftimg img {
    float: left;
    width: 145px;
    margin-right: 10px;
}

.idx_news {
    width: 585px;
    /*box-shadow: 0 0 10px #ddd;*/
}

.idx_news .topbox .imgbox {
    width: 260px;
    height: 150px;
}

.idx_news .topbox .info {
    width: 295px;
    height: 150px;
    background: #f6f6f6;
    padding: 10px 6px 0 13px;
    overflow: hidden;
}

.idx_news .topbox .tit {
    display: block;
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.idx_news .topbox .tit:hover {
    color: #61ac32;
}

.idx_news .topbox .desc {
    font-size: 14px;
    color: #999999;
    line-height: 25px;
    margin-top: 5px;
    height: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.idx_news .list {
    margin-top: 15px;
}

.idx_news .list li {
    background: url(../images/idx_05-1.jpg) no-repeat left center;
    background-size: 6px;
    padding-left: 15px;
    line-height: 30px;
    height: 30px;
}

.idx_news .tag {
    position: absolute;
    font-size: 10px;
    color: #fff;
    padding: 2px 4px;
    /*height: 14px;*/
    line-height: 12px;
    background: #a3c164;
    text-align: center;
    display: inline-block;
    margin-top: 7px;
    margin-left: 8px;
}

.idx_news .list .title {
    font-size: 12px;
    color: #666666;
    display: inline-block;
    max-width: 400px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.idx_news .list .date {
    font-size: 12px;
    color: #999999;
}

.idx_news .list li:hover .title {
    color: #61ac32;
}

.idx_more {
    font-size: 16px;
    color: #61ac32;
    width: 100px;
    line-height: 35px;
    text-align: center;
    display: block;
    float: right;
    border: 1px solid #61ac32;
}

.idx_more:hover {
    color: #fff;
    background: #61ac32;
}

.idx_news .idx_more {
    /*margin-top: 10px;*/
}

.idx_news .topbox {
    position: relative;
}

.idx_news .hd {
    position: absolute;
    width: 270px;
    right: 15px;
    bottom: 15px;
    text-align: right;
    z-index: 10;
}

.idx_news .hd li {
    width: 12px;
    height: 12px;
    margin: 0 2px;
    background: url(../images/idx_05.jpg) no-repeat center;
    background-size: cover;
    display: inline-block;
}

.idx_news .hd li.on {
    background: url(../images/idx_05-1.jpg) no-repeat center;
    background-size: cover;
}

.idx_about {
    width: 585px;
    box-shadow: 0 0 10px #ddd;
}

.idx_about .detail {}

.idx_about .list {
    margin: 0 0 15px -14px;
}

.idx_about .item {
    width: 175px;
    height: 270px;
    border: 1px solid #ddd;
    float: left;
    margin: 0 0 0 14px;
}

.idx_about .item .imgbox {
    width: 175px;
    height: 100px;
}

.idx_about .item .info {
    padding: 15px 10px 0 5px;
}

.idx_about .item .title {
    font-size: 16px;
    color: #61ac32;
    border-left: 2px solid #61ac32;
    margin-left: 10px;
    padding-left: 10px;
}

.idx_about .item .desc {
    font-size: 12px;
    color: #666666;
    line-height: 20px;
    height: 65px;
    overflow: hidden;
    margin-top: 15px;
}

.idx_about .item .idx_more {
    width: 60px;
    line-height: 25px;
    font-size: 12px;
}

.idx_pro .list {
    margin-left: -30px;
}

.idx_pro .item {
    width: 270px;
    float: left;
    margin-left: 30px;
}

.idx_pro .item .imgbox {
    /*height: 170px;*/
}

.idx_pro .item .info {
    padding: 15px 10px;
}

.idx_pro .item .title {
    font-size: 16px;
    color: #666666;
}

.idx_pro .item .brief {
    font-size: 14px;
    color: #999999;
    margin-top: 10px;
}

.idx_pro .item .title:hover {
    color: #61ac32;
    text-decoration: underline;
}

.idx_links .list {
    margin-left: -30px;
    padding-bottom: 10px;
}

.idx_links .list a {
    display: block;
    float: left;
    width: 165px;
    height: 50px;
    border: 1px solid #ddd;
    font-size: 16px;
    color: #666666;
    line-height: 50px;
    margin-left: 30px;
    padding-left: 65px;
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: 20px center;
}

.idx_links .list .contact {
    background-image: url(../images/idx_13.png);
}

.idx_links .list .download {
    background-image: url(../images/idx_14.png);
}

.idx_links .list .review {
    background-image: url(../images/idx_15.png);
}

.idx_links .list .book {
    background-image: url(../images/idx_16.png);
}

.idx_links .list .email {
    background-image: url(../images/idx_17.png);
}

.idx_links .list .fund {
    background-image: url(../images/idx_18.png);
    width: 195px;
}

.idx_links .list a:hover {
    color: #fff;
    background-color: #61ac32;
}

.idx_links .list .contact:hover {
    background-image: url(../images/idx_13-1.png);
}

.idx_links .list .download:hover {
    background-image: url(../images/idx_14-1.png);
}

.idx_links .list .review:hover {
    background-image: url(../images/idx_15-1.png);
}

.idx_links .list .book:hover {
    background-image: url(../images/idx_16-1.png);
}

.idx_links .list .email:hover {
    background-image: url(../images/idx_17-1.png);
}

.idx_links .list .fund:hover {
    background-image: url(../images/idx_18-1.png);
}

/*底部*/
.foot {
    padding: 25px 0;
    background: #2f3031;
    text-align: center;
}

.foot .lks {
    font-size: 14px;
    color: #6f8196;
    margin-top: 25px;
}

.foot .lks a {
    font-size: 14px;
    color: #6f8196;
    padding: 0 10px;
}

.foot .lks a:hover {
    color: #fff;
}

.foot .font {
    font-size: 14px;
    color: #6f8196;
    margin-top: 10px;
}

.foot .vxbox {
    text-align: center;
    width: 320px;
}

.foot .vxbox .wx {
    width: 90px;
    /*height: 100px;*/
    /*padding:5px;*/
    background: #fff;
    text-align: center;
    color: #333;
    margin-top: 10px;
    margin-left: 10px;
}

.foot .vxbox .wx img {
    width: 80px;
    height: 80px;
    margin: 5px auto;
    /*padding:3px 5px;*/
    /*background: #fff;
            color:#333;
            margin-top: 10px;
            margin-left: 10px;*/
}

.foot .vxbox .wx p {
    /*width: 80px;*/
    height: 20px;
    font-size: 14px;
    line-height: 20px;
}

.foot .vxbox .img {
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

.foot .vxbox .fz {
    font-size: 14px;
    color: #6f8196;
    margin-top: 10px;
}

/*新闻列表*/
.news_main {
    padding: 30px 0 20px;
    /*background: #f5f5f5;*/
}

.news_l {
    width: 250px;
    box-shadow: 0 0 10px #ddd;
}

.menu_top {
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 46px;
    height: 46px;
    background: #009933;
}

.menu_list {
    text-align: center;
}

.menu_list li {}

.menu_list li>a {
    font-size: 16px;
    color: #333333;
    height: 45px;
    display: block;
    line-height: 45px;
    padding: 0 10px;
    transition: all 0s;
    background: #fff;
}

.menu_list li>a em {
    display: block;
    line-height: 45px;
    border-bottom: 1px solid #efefef;
    height: 45px;
}

.menu_list li>a:hover,
.menu_list li.cur>a {
    background: #61ac32;
    color: #fff;
}


.menu_list .submenu {
    background: #f0f5ec;
    display: none;
}

.menu_list .submenu a {
    font-size: 14px;
    color: #666666;
    line-height: 44px;
    display: block;
    border-bottom: 1px solid #f8faf6;
    padding: 0 10px;
}

.menu_list .submenu a:last-child {
    border-bottom: none;
}

.menu_list .submenu a:hover,
.menu_list .submenu a.this {
    background: #61ac32;
    color: #fff;
}

.pro_menu li>a {
    border-bottom: 1px solid #efefef;
}

.pro_menu li>a em {
    position: relative;
}

.pro_menu li>a em:after {
    content: '';
    display: inline-block;
    background: url(../images/icon_07.png) no-repeat center;
    background-size: cover;
    width: 10px;
    height: 6px;
    margin-left: 15px;
}

.pro_menu li.active>a em:after {
    background: url(../images/icon_07-1.png) no-repeat center;
    background-size: cover;
}

.pro_menu li.active .submenu {
    display: block;
}




.news_r {
    width: 900px;
}

.pub_top {
    border-bottom: 1px solid #ddd;
}

.pub_top .tit {
    font-size: 14px;
    color: #333333;
    margin-right: 15px;
    line-height: 35px;
}

.pub_top .en {
    font-size: 14px;
    color: #2a81e0;
    text-transform: uppercase;
    line-height: 35px;
}

.crumb {}

.crumb .icon {
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

.crumb a {
    line-height: 35px;
    font-size: 14px;
    color: #999999;
    padding: 0 7px;
}

.crumb .circle {
    font-size: 18px;
    font-weight: bold;
    color: #999999;
}

.crumb a:hover {
    color: #000;
}

.news_list {
    padding: 20px 0 30px;
}

.news_list .t_list {
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 10px #ddd;
}

.news_list .t_list .imgbox {
    width: 340px;
    height: 210px;
}

.news_list .t_list .info {
    width: 480px;
    padding-top: 8px;
}

.news_list .cat {
    font-size: 18px;
    color: #333333;
    padding-left: 15px;
}

.news_list .cat:before {
    width: 4px;
    height: 16px;
    left: 0;
    top: 50%;
    margin-top: -8px;
    background: #61ac32;
}

.news_list .t_list .title {
    display: block;
    font-size: 20px;
    color: #333333;
    margin-top: 20px;
}

.news_list .t_list .date {
    font-size: 14px;
    color: #999999;
    margin-top: 15px;
    display: block;
}

.news_list .t_list .desc {
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    margin-top: 15px;
}

.news_list .t_list .more {
    color: #61ac32;
}

.news_list .t_list .more:hover {
    text-decoration: underline;
}

.news_list .t_list .title:hover {
    color: #61ac32;
}

.news_list .b_list {
    margin-top: 15px;
    padding: 25px 25px 0;
    background: #fff;
    box-shadow: 0 0 10px #ddd;
}

.news_list .top .cat {
    font-size: 16px;
}

.news_list .top .more {
    font-size: 14px;
    color: #61ac32;
    float: right;
}

.news_list .top .more:hover {
    text-decoration: underline;
}

.news_list .list .item {
    padding: 25px 0;
    border-bottom: 1px solid #eee;
}

.news_list .list .date {
    width: 70px;
    height: 70px;
    text-align: center;
    border: 1px solid #ddd;
    padding-top: 1px;
}

.news_list .list .day {
    font-size: 26px;
    color: #666666;
    font-weight: bold;
    margin: 10px 0 7px;
    display: block;
}

.news_list .list .year {
    font-size: 14px;
    color: #666666;
}

.news_list .list .info {
    width: 770px;
}

.news_list .list .title {
    display: block;
    font-size: 16px;
    color: #333333;
}

.news_list .list .tag {
    font-size: 10px;
    color: #fff;
    padding: 0 4px;
    height: 14px;
    line-height: 14px;
    background: #a3c164;
    text-align: center;
    display: inline-block;
    margin-left: 30px;
}

.tag {
    font-size: 10px;
    color: #fff;
    padding: 0 4px;
    height: 14px;
    line-height: 14px;
    background: #a3c164;
    text-align: center;
    display: inline-block;
    margin-left: 30px;
}

.news_list .list .desc {
    font-size: 14px;
    color: #999999;
    line-height: 23px;
    margin-top: 15px;
}

.news_list .item:hover .title {
    color: #61ac32;
}

.news_list .item:last-child {
    border-bottom: none;
}

.pagelist {
    text-align: center;
    font-size: 14px;
    color: #333333;
    line-height: 26px;
}

.pagelist a {
    display: inline-block;
    /*width: 26px;height: 26px;*/
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 14px;
    color: #333333;
    line-height: 26px;
    margin: 0 2px;
    padding: 0 5px;
}

.pagelist .num {
    width: 26px;
    height: 26px;
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 3px;
    text-align: center;
    margin: 0 3px;
    background: transparent;
}

.pagelist .ipt_button {
    width: 46px;
    height: 26px;
    background: #61ac32;
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    display: inline-block;
    border: none;
    border-radius: 3px;
}

.pagelist a:hover,
.pagelist a.cur,
.pagelist span.cur {
    color: #fff;
    background-color: #61ac32;
    border-color: #61ac32;
}

.pagelist a.prev,
.pagelist a.next {
    width: 70px;
    text-align: left;
}

.pagelist a.prev {
    background: url(../images/icon_03.png) no-repeat 5px center;
    background-size: 6px 9px;
    padding-left: 18px;
}

.pagelist a.next {
    background: url(../images/icon_04.png) no-repeat 56px center;
    background-size: 6px 9px;
    padding-left: 8px;
}

.pagelist a.prev:hover {
    background: url(../images/icon_03-1.png) no-repeat 5px center #61ac32;
    background-size: 6px 9px;
}

.pagelist a.next:hover {
    background: url(../images/icon_04-1.png) no-repeat 56px center #61ac32;
    background-size: 6px 9px;
}

.list tr td {
    padding: 25px 0;
    border-bottom: 1px solid #eee;
}

.dataTables_info {
    display: none;
}

.dataTables_paginate {
    text-align: center;
    padding: 20px 0px;
}

.dataTables_paginate a {
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 14px;
    color: #333333;
    line-height: 26px;
    margin: 0 2px;
    padding: 0 8px;
}

.dataTables_paginate .paginate_button {
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 14px;
    color: #333333;
    line-height: 26px;
    margin: 0 2px;
    padding: 0 12px;
}

.dataTables_paginate a:hover,
.dataTables_paginate a.paginate_active {
    color: #fff;
    background-color: #61ac32;
    border-color: #61ac32;
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 14px;
    line-height: 26px;
    margin: 0 2px;
    padding: 0 12px;
}

/*.dataTables_paginate a.previous {
        background: url(../images/icon_03.png) no-repeat 5px center;
        background-size: 6px 9px;
        padding-left: 18px;
    }

    .dataTables_paginate a.next {
        background: url(../images/icon_04.png) no-repeat 56px center;
        background-size: 6px 9px;
        padding-left: 8px;
    }

    .dataTables_paginate a.previous:hover {
        background: url(../images/icon_03-1.png) no-repeat 5px center #61ac32;
        background-size: 6px 9px;
    }

    .dataTables_paginate a.next:hover {
        background: url(../images/icon_04-1.png) no-repeat 56px center #61ac32;
        background-size: 6px 9px;
    }*/
/*新闻详情*/
.news_detail {
    padding: 40px 0;
}

.news_detail .title {
    font-size: 24px;
    color: #333333;
    text-align: center;
}

.news_detail .smbox {
    padding: 10px 0;
    border-bottom: 1px solid #e6e6e6;
    text-align: center;
    margin-top: 10px;
}

.news_detail .smbox span {
    font-size: 13px;
    color: #666666;
    margin: 0 20px;
    display: inline-block;
    padding-left: 25px;
}

.news_detail .smbox .date {
    background: url(../images/icon_05.png) no-repeat left center;
    background-size: 18px;
}

.news_detail .smbox .skim {
    background: url(../images/icon_06.png) no-repeat left center;
    background-size: 18px;
}

.news_detail .editbox {
    padding: 30px 0;
}

.news_detail .editbox p {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    text-indent: 2em;
    margin-bottom: 10px;
}

/*产品专区列表*/
.topic_list {
    padding: 30px 0;
}

.topic_list .list {
    margin: 0 0 0 -24px;
}

.topic_list .item {
    text-align: center;
    background: #fff;
    float: left;
    padding: 20px 10px 20px;
    width: 290px;
    /*height: 310px;*/
    box-shadow: 0 0 10px #ddd;
    margin: 0 0 30px 18px;
}

.topic_list .item .imgbox {
    /*width: 230px;*/
    min-height: 76px;
    margin: 0 auto;
}

.topic_list .item .title {
    display: block;
    font-size: 18px;
    color: #333333;
    margin-top: 15px;
    line-height: 18px;
    height: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.topic_list .item .more {
    font-size: 15px;
    color: #61ac32;
    width: 105px;
    height: 32px;
    line-height: 32px;
    display: block;
    margin: 17px auto 0;
    border: 1px solid #61ac32;
    border-radius: 5px;
}

.topic_list .item .title:hover {
    color: #61ac32;
}

.topic_list .item .more:hover {
    color: #fff;
    background: #61ac32;
}

.topic_list .item:hover {
    box-shadow: 0 0 10px #999;
}

/*产品专区列表*/
.pro_list {
    padding: 30px 0;
}

.pro_list .list {
    margin: 0 0 0 -24px;
}

.pro_list .item {
    text-align: center;
    background: #fff;
    float: left;
    padding: 20px 30px 0;
    width: 290px;
    height: 310px;
    box-shadow: 0 0 10px #ddd;
    margin: 0 0 30px 16px;
}

.pro_list .item .imgbox {
    width: 230px;
    height: 180px;
    margin: 0 auto;
}

.pro_list .item .title {
    display: block;
    font-size: 18px;
    color: #333333;
    margin-top: 15px;
    line-height: 18px;
    height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pro_list .item .more {
    font-size: 15px;
    color: #61ac32;
    width: 105px;
    height: 32px;
    line-height: 32px;
    display: block;
    margin: 17px auto 0;
    border: 1px solid #61ac32;
    border-radius: 5px;
}

.pro_list .item .title:hover {
    color: #61ac32;
}

.pro_list .item .more:hover {
    color: #fff;
    background: #61ac32;
}

.pro_list .item:hover {
    box-shadow: 0 0 10px #999;
}

/*产品专区详情*/
.pro_detail {
    padding: 50px 30px 30px;
}

.pro_top .picbox {
    width: 325px;
}

.pro_top .imgbox {
    width: 100%;
    height: 300px;
    background: #fff;
    border: 1px solid #ddd;
}

.pro_top .imgbox img {
    width: 100%;
}

.pro_top .bot {
    margin-top: 20px;
}

.pro_top .bot a {
    font-size: 16px;
    color: #666666;
    line-height: 20px;
    padding-left: 30px;
    margin-right: 25px;
    display: inline-block;
}

.pro_top .bot .share {
    background: url(../images/icon_08.png) no-repeat left center;
    ba ckground-size: 20px;
}

.pro_top .bot .store {
    background: url(../images/icon_09.png) no-repeat left center;
    ba ckground-size: 20px;
}

.pro_top .bot .thumb {
    background: url(../images/icon_10.png) no-repeat left center;
    ba ckground-size: 20px;
}

.pro_top .info {
    width: 510px;
}

.pro_top .title {
    font-size: 28px;
    color: #333333;
}

.pro_top .tag {
    font-size: 14px;
    color: #fff;
    height: 26px;
    line-height: 26px;
    background: #d7090c;
    display: inline-block;
    padding: 0 6px;
    margin-left: 10px;
    vertical-align: middle;
}

.pro_top .brief {
    margin-top: 20px;
    font-size: 14px;
    color: #999999;
    line-height: 24px;
}

.pro_top .price {
    color: #d7090c;
    margin-top: 25px;
}

.pro_top .price .font {
    color: #d7090c;
}

.pro_top .price .yen {
    font-size: 22px;
}

.pro_top .price i {
    font-size: 14px;
}

.pro_top .font {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    display: inline-block;
    width: 75px;
}

.pro_top .weight {
    margin: 10px 0;
}

.pro_top .fz {
    font-size: 16px;
    color: #333333;
    line-height: 30px;
}

.pro_top .numbox {
    width: 100px;
    height: 30px;
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 3px;
    text-align: center;
    vertical-align: middle;
}

.pro_top .numbox .butt {
    display: block;
    float: left;
    width: 30px;
    height: 28px;
    line-height: 30px;
    background: #fff;
}

.pro_top .numbox .ipt_num {
    width: 38px;
    height: 28px;
    font-size: 16px;
    color: #333333;
    float: left;
    display: block;
    border: none;
    text-align: center;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.pro_top .btns {
    margin-top: 20px;
}

.pro_top .btns .lk {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    width: 165px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    border-radius: 6px;
    display: block;
    float: left;
    margin-right: 30px;
}

.pro_top .btns .addcar {
    background: #f4a331;
}

.pro_top .btns .buy {
    background: #d7090c;
}

.pro_top .btns .lk:hover {
    box-shadow: 0 0 10px #999;
}

.pro_con {
    margin-top: 40px;
    border: 1px solid #ddd;
}

.pro_tabmenu {
    background: #fff;
    border-bottom: 1px solid #ddd;
}

.pro_tabmenu a {
    width: 33.3%;
    display: block;
    float: left;
    font-size: 20px;
    color: #333333;
    line-height: 35px;
    height: 40px;
    border-bottom: 2px solid transparent;
    text-align: center;
    padding: 5px 0;
}

.pro_tabmenu a em {
    display: block;
    height: 30px;
    border-right: 1px solid #ddd;
}

.pro_tabmenu a:last-child em {
    border-right: none;
}

.pro_tabmenu a.cur,
.pro_tabmenu a:hover {
    color: #61ac32;
    border-bottom-color: #61ac32;
}

.pro_editbox {
    padding: 30px 25px;
}

.pro_editbox p {
    font-size: 14px;
    color: #666666;
    line-height: 22px;
    text-indent: 2em;
}

/*产品馆*/
.pro_sec {
    background: #fff;
    padding: 10px 15px 15px;
}

.pro_sec .idx_titbox {
    margin-bottom: 0;
}

.pro_sec .item {
    display: block;
    float: left;
    width: 290px;
}

.pro_sec .item .icon {
    width: 290px;
    height: 205px;
    display: block;
}

.pro_func .detail {
    padding: 40px 0 35px;
}

.pro_func .item {
    width: 16%;
    float: left;
    text-align: center;
}

.pro_func .item .icon {
    width: 70px;
    height: 70px;
    margin: 0 auto;
}

.pro_func .item .font {
    font-size: 18px;
    color: #444444;
    margin-top: 25px;
}

.pro_func .item:hover .font {
    color: #009f34;
}

.pro_label {
    background: url(../images/pro_22.jpg) no-repeat center;
    background-size: cover;
}

.pro_label .detail {
    padding: 50px 0;
}

.pro_label .detail li {
    width: 25%;
    float: left;
}

.pro_label .detail .button {
    width: 100px;
    height: 80px;
    display: block;
    margin: 0 auto;
    font-size: 18px;
    line-height: 95px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    transition: all .3s;
}

.pro_label .detail .button_01 {
    background-image: url(../images/pro_18.png);
    color: #009f34;
}

.pro_label .detail .button_02 {
    background-image: url(../images/pro_19.png);
    color: #ff2f70;
}

.pro_label .detail .button_03 {
    background-image: url(../images/pro_20.png);
    color: #019cdc;
}

.pro_label .detail .button_04 {
    background-image: url(../images/pro_21.png);
    color: #ff9000;
}

.pro_label .detail .button:hover {
    transform: scale(1.02, 1.02);
}

/*健康生活*/
.banner {
    position: relative;
}

.banner .hd {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 30px;
    text-align: center;
}

.banner .hd li {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: inline-block;
    margin: 0 5px;
}

.banner .hd li.on {
    background: #fff;
}

.banner .bd img {
    display: block;
    width: 100%;
}

.banner .prev,
.banner .next {
    width: 48px;
    height: 48px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -24px;
    z-index: 10;
}

.banner .prev {
    background: url(../images/idx_20.png) no-repeat center;
    background-size: cover;
    left: 5%;
}

.banner .next {
    background: url(../images/idx_21.png) no-repeat center;
    background-size: cover;
    right: 5%;
}

.banner:hover .prev {
    background: url(../images/idx_20-1.png) no-repeat center;
    background-size: cover;
}

.banner:hover .next {
    background: url(../images/idx_21-1.png) no-repeat center;
    background-size: cover;
}

.health_main .h_more {
    font-size: 16px;
    color: #61ac32;
    float: right;
    line-height: 35px;
}

.health_main .h_more:hover {
    text-decoration: underline;
}

.health_main .idx_sec {
    width: 585px;
}

.health_food .list .item {
    padding: 7px 0;
    border-bottom: 1px dashed #dddddd;
}

.health_food .list .item:last-child {
    border-bottom: 0;
}

.health_food .list .imgbox {
    width: 180px;
    height: 100px;
}

.health_food .list .info {
    width: 340px;
}

.jksc .list .imgbox {
    width: 75px;
    height: 100px;
}

.jksc .list .info {
    width: 450px;
}

.health_food .list .title {
    display: block;
    font-size: 16px;
    color: #333333;
    margin: 10px 0 15px;
    height: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.health_food .list .brief {
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    height: 48px;
    /*overflow:hidden;
    white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
}

.health_food .idx_titbox {
    margin-bottom: 5px;
}

.health_food {
    padding-bottom: 3px;
}

.health_food .list .item:hover .title {
    color: #61ac32;
}

.health_skin .list .item {
    padding: 15px 0;
    border-bottom: 1px dashed #eee;
}

.health_skin .list .title {
    font-size: 16px;
    color: #333333;
    display: block;
    background: url(../images/idx_05-1.jpg) no-repeat left center;
    background-size: 6px;
    padding-left: 15px;
    height: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.health_skin .list .desc {
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    padding-left: 15px;
    margin-top: 10px;
    height: 48px;
    /*white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.health_skin .list .item:hover .title {
    color: #61ac32;
}

.health_skin .list .item:last-child {
    border: none;
}

.health_hall .info {
    width: 425px;
}

.health_hall .pic {
    width: 60px;
    text-align: center;
}

.health_hall .pic .name {
    font-size: 14px;
    color: #333333;
    margin-top: 8px;
}

.health_hall .list .desc {
    margin-top: 15px;
}

.health_hall .idx_titbox {
    margin-bottom: 18px;
}

.health_phy .list .item {
    margin: 0 0 20px 0;
    background: #f6f6f6;
}

.health_phy .list .imgbox {
    width: 260px;
    height: 155px;
}

.health_phy .list .info {
    width: 290px;
    height: 155px;
    padding: 25px 25px 0;
}

.health_phy .list .title {
    display: block;
    font-size: 16px;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.health_phy .list .brief {
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    margin-top: 15px;
    height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.health_phy .item:hover .title {
    color: #61ac32;
}

.health_phy {
    padding-bottom: 0;
}

.inner_hd {
    display: none;
}