*, :before, :after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font: 14px/1.5 'Microsoft Yahei', 'Helvetica Neue', Helvetica, 'Lucida Grande', Arial, 'Hiragino Sans GB', 'WenQuanYi Micro Hei', STHeiti, SimSun, sans-serif;
    color: #666;
    -webkit-font-smoothing: antialiased;
    font-smooth: always;
    -moz-osx-font-smoothing: grayscale;
}

a {
    text-decoration: none;
    color: #666;
}

a:hover {
    color: #92c951;
}

a:before, a:after, .trans {
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after, .container:before, .container:after {
    content: " ";
    display: table;
}

.clearfix:after, .container:after {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.dib {
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
}

.el {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.page-wrap {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    letter-spacing: 0;
    background: #fff;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.justify {
    text-align: justify;
    text-justify: inter-ideograph;
    letter-spacing: 0px;
    font-size: 0px;
}

.justify:after {
    content: '';
    height: 0px;
    width: 100%;
    display: inline-block;
    overflow: hidden;
}

.justify>* {
    text-align: left;
    font-size: 14px;
}

.justify .box {
    display: inline-block;
    vertical-align: top;
}

.center {
    text-align: center;
}

*[class*="rect-"] {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
}

.rect-100 {
    padding-bottom: 100%;
}

.rect-75 {
    padding-bottom: 75%;
}

.rect-66 {
    padding-bottom: 66%;
}

.rect-56 {
    padding-bottom: 56.25%;
}

.rect-45 {
    padding-bottom: 44.68%;
}

.page-title {
    text-align: center;
    color: #666;
}

.page-title .en {
    font-size: 28px;
    color: #92c951;
    text-transform: uppercase;
}

.page-title .cn {
    display: inline-block;
    font-size: 18px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px
}

.page-title .cn:before, .page-title .cn:after {
    position: absolute;
    content: "";
    bottom: 0;
    width: 34px;
    height: 1px;
    background: #92c951
}

.page-title .cn:before {
    left: 0
}

.page-title .cn:after {
    right: 0
}

.page-title .desc {
    padding-top: 20px;
    width: 75%;
    margin: 0 auto;
    line-height: 1.8;
    color: #848484;
}

/*Header*/
.header {
    width: 100%;
    position: relative;
    padding: 12px 0 0;
    border-bottom: 1px solid #e0e0e0;
    -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.07);
}

.header .container {
    position: relative;
}

.header .box {
    vertical-align: bottom;
}

.navbar-btn {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    right: 10px;
    z-index: 100;
    cursor: pointer;
    display: none;
}

.navbar-btn .icon-bar {
    background: #999;
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-btn .icon-bar+.icon-bar {
    margin-top: 4px;
}

.navbar-header {
    width: 18%;
    margin-bottom: 10px;
}

.navbar-header .logo {
    display: block;
}

.navbar-collapse {
    width: 65.25%;
}

.nav-justify .list {
    position: relative;
}

.nav-justify .list>a {
    display: inline-block;
    position: relative;
    color: #808080;
    z-index: 998;
    font-size: 16px;
    line-height: 60px;
}

.nav-justify .list>a:hover, .nav-justify .active>a {
    color: #91c950
}

.nav-justify .sub-nav {
    cursor: pointer;
    position: absolute;
    top: 100%;
    width: 510px;
    min-height: 0;
    display: none;
    z-index: 999;
    background: #fff;
    -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, .3));
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, .3));
    border: solid 1px #e3e3e3\9;
    border-bottom: solid 5px #92c951;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.nav-justify .has-sub .arrow {
    position: absolute;
    left: 21px;
    top: -20px;
    content: "";
    border: 10px solid transparent;
    border-bottom-color: #fff;
    z-index: 1001;
    opacity: 0;
    width: 0;
    height: 0;
}

.nav-justify .has-sub .arrow:after {
    left: -10px;
    top: -9px;
    position: absolute;
    content: "";
    border: 10px solid transparent;
    border-bottom-color: #fff\9;
}

.nav-justify .has-sub .arrow:before {
    left: -11px;
    top: -11px;
    position: absolute;
    content: "";
    border: 11px solid transparent;
    border-bottom-color: #e3e3e3\9;
}

.nav-justify .has-sub.active .arrow {
    opacity: 1;
}

.nav-justify .sub-nav.right {
    left: auto;
    right: 0;
}

.nav-justify .sub-nav.right .arrow {
    left: auto;
    right: 21px;
}

.nav-justify .sub-nav .justify {
    padding: 20px 15px;
}

.nav-justify .sub-nav .box {
    vertical-align: top;
}

.nav-justify .sub-nav .sub-img {
    width: 59%;
}

.nav-justify .sub-nav .sub-list {
    width: 28%;
}

.nav-justify .sub-nav .sub-list li {
    border-bottom: solid 1px #e1e1e1;
}

.nav-justify .sub-nav .sub-list li a {
    position: relative;
    padding: 8px 0;
    display: block;
    text-align: center;
}

.nav-justify .sub-nav .sub-list li a:hover {
    color: #92c951;
}

.top-bar {
    position: absolute;
    right: 0;
    top: 0;
}

.top-link {
    color: #999;
    vertical-align: middle !important;
}

.top-link li {
    position: relative;
}

.top-link li {
    margin: 0 0 0 8px;
    padding-right: 10px;
}

.top-link li:after {
    position: absolute;
    content: "";
    height: 9px;
    width: 1px;
    background: #999;
    right: 0;
    top: 8px;
}

.top-link li a:hover {
    color: #92c951;
}

.top-link li .fa {
    margin: 0 .3em;
    font-size: 16px;
}

.top-link li:last-child {
    padding: 0;
}

.top-link li:last-child:after {
    background: transparent;
}

.top-link li a {
    white-space: nowrap;
    text-align: center;
    display: inline-block;
    color: #999;
    line-height: 24px;
    text-transform: uppercase;
    font-size: 13px;
}

/*视频弹窗*/
.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.active {
    display: block;
}

.modal-mask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#af000000, endcolorstr=#af000000);
    background: rgba(0, 0, 0, .8);
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px;
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20);
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.video-js {
    height: 0;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
}

/*Focus*/
.banner {
    max-height: 800px;
    overflow: hidden;
}

.banner img {
    z-index: 9;
    display: block;
    width: 100%;
    height: auto
}

.banner .owl-controls {
    position: absolute;
    top: 0;
    z-index: 99;
    height: 100%;
    width: 100%;
    text-align: center
}

.banner .owl-pagination {
    position: absolute;
    width: 100%;
    bottom: 10px
}

.banner .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.banner .owl-controls .owl-page span {
    z-index: 999;
    width: 12px;
    height: 12px;
    margin: 0 3px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 999px;
    background: #fff;
    background: rgba(255, 255, 255, .8);
    display: none;
}

.banner .owl-controls .owl-page.active span, .banner .owl-controls.clickable .owl-page:hover span {
    background: #fff;
    background: rgba(255, 255, 255, 1);
}

.banner .owl-controls .owl-prev, .banner .owl-controls .owl-next {
    position: absolute;
    z-index: 10;
    top: 50%;
    display: none;
    width: 60px;
    height: 120px;
    line-height: 120px;
    margin-top: -60px;
    font-size: 94px;
    color: #fff;
    color: rgba(255, 255, 255, .5);
    -webkit-transition: all .6s ease 0s;
    -moz-transition: all .6s ease 0s;
    -o-transition: all .6s ease 0s;
    transition: all .6s ease 0s;
    -ms-transition: all .6s ease 0s;
}

.banner .owl-controls .owl-prev {
    left: 0;
    margin-left: 2.41667%;
}

.banner .owl-controls .owl-next {
    right: 0;
    margin-right: 2.41667%;
}

.banner .owl-controls .owl-prev:before, .banner .owl-controls .owl-next:before {
    font-family: "FontAwesome";
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.banner .owl-controls .owl-prev:before {
    content: "\f104"
}

.banner .owl-controls .owl-prev:hover, .banner .owl-controls .owl-prev:active, .banner .owl-controls .owl-prev:focus {
    margin-left: 1.61667%;
    color: #fff;
    color: rgba(255, 255, 255, .8);
}

.banner .owl-controls .owl-next:before {
    content: "\f105"
}

.banner .owl-controls .owl-next:hover, .banner .owl-controls .owl-next:active, .banner .owl-controls .owl-next:focus {
    margin-right: 1.61667%;
    color: #fff;
    color: rgba(255, 255, 255, .8);
}

.banner:hover .owl-controls .owl-prev, .banner:hover .owl-controls .owl-next {
    display: block;
}

.banner-small img {
    width: 100%;
}

/*Products*/
.home-cate {
    height: 96px;
    position: relative;
    margin-top: -96px;
    background: url(../images/black.png);
    z-index: 1020;
}

.home-cate .cate-item {
    width: 17%;
}

.home-cate .cate-item.active {
    width: 32%;
    background: #91c950;
}

.home-cate .small {
    padding-top: 10px;
    width: 100%;
    text-align: center;
}

.home-cate .big {
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 0;
    display: none;
}

.home-cate .big img {
    height: 100%;
    width: 100%;
}

.home-cate .cate-item.active .small, .home-cate .cate-item.active .big {
    width: 50%;
}

.home-cate .cate-item.active .big {
    display: block;
}

.home-cate .link {
    height: 96px;
    display: block;
    position: relative;
    color: #fff;
}

.home-cate .ico {
    width: 48px;
    height: 48px;
    overflow: hidden;
    display: inline-block;
}

.home-cate .ico img {
    height: 200%;
    width: auto;
}

/*News*/
.home-block {
    padding: 50px 0 0;
}

.block-title {
    font-size: 20px;
    line-height: 40px;
    color: #333;
}

.block-title .fa {
    color: #eeeeee;
    margin-right: 5px;
}

.home-news {
    width: 59%;
}

.news-list .list {
    border-top: 1px solid #eaeaea;
}

.news-list .list-item {
    border-bottom: 1px solid #eaeaea;
}

.news-list .link {
    display: block;
    padding: 10px 0;
}

.news-list .time {
    width: 12%;
    text-align: center;
    border-right: 1px solid #eaeaea;
    color: #b0b0b0;
    font-family: arial;
}

.news-list .text {
    padding-left: 1%;
    width: 80%;
}

.news-list .ico .fa {
    display: block;
    margin-top: 15px;
    line-height: 32px;
    width: 33px;
    height: 33px;
    border: solid 1px;
    border-radius: 999px;
    text-align: center;
    font-size: 20px;
    color: #d3d3d3;
}

.news-list .date {
    font-size: 30px;
    line-height: 40px;
    display: block;
}

.news-list .year {
    font-size: 14px;
    line-height: 20px;
}

.news-list .title {
    display: block;
    font-size: 15px;
    font-weight: normal;
    color: #666;
    padding: 10px 0 5px;
}

.news-list .desc {
    font-size: 13px;
    color: #999;
}

.news-list .link:hover .title, .news-list .link:hover .desc, .news-list .link:hover .ico .fa {
    color: #92c951;
}

.home-video {
    width: 37%;
}

.video-inner {
    width: 60%;
    margin: 0 auto;
}

.video {
    margin-top: 40px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.video img {
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
}

.video:hover img {
    transform: scale(1.1);
}

.video .play-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    background: url(../images/player.png) no-repeat;
    width: 68px;
    height: 68px;
    -webkit-background-size: cover;
    background-size: cover;
}

/*About*/
.home-about {
    padding: 20px 0 50px
}

.home-about .item {
    width: 23.3%;
    cursor: pointer;
}

.home-about .title {
    font-size: 18px;
    font-weight: normal;
    color: #333;
    margin-bottom: 5px;
    display: block;
}

.home-about .text {
    padding: 15px 10px 0;
}

.home-about .desc {
    line-height: 22px;
    height: 44px;
    font-size: 13px;
    overflow: hidden;
    color: #999;
}

.home-about .more {
    width: 110px;
    line-height: 28px;
    border: 1px solid #d3d3d3;
    background: #fff;
    color: #d3d3d3;
    text-indent: 20px;
    position: relative;
    margin-top: 20px;
    font-size: 13px;
    display: block;
}

.home-about .ico {
    position: absolute;
    line-height: 28px;
    height: 28px;
    right: 10px;
}

.home-about .pic {
    display: block;
}

.home-about .pic:hover img {
    transform: scale(1.1);
}

.home-about .link {
    display: block;
}

.home-about .link:hover .title {
    color: #92c951;
}

.home-about .link:hover .more {
    background: #92c951;
    color: #fff;
}

/*Main*/
.content {
    position: relative;
    margin-top: -100px;
    background: #fff;
    padding: 2.5% 3.75% 3.75%;
}

.main {
    padding-bottom: 2.5%;
    margin-top: 2.5%;
}

/*Crumbs*/
.catalog {
    border-bottom: #eee solid 2px;
}

.catalog a {
    color: #666;
    font-size: 15px;
}

.catalog a:hover {
    color: #92c951;
}

.cate-list {
    font-size: 0;
}

.cate-list .list-item {
    padding-left: 36px;
}

.cate-list .list-item a {
    display: inline-block;
    position: relative;
    font-size: 15px;
    padding-bottom: 10px;
}

.cate-list .list-item a:after {
    position: absolute;
    width: 0;
    left: 0;
    bottom: -2px;
    content: "";
    border-bottom: solid 2px #92c951;
}

.cate-list .list-item.active a {
    color: #92c951
}

.cate-list .list-item.active a:after {
    width: 100%;
}

/*News*/
.news-inner .time {
    width: 7%;
}

.news-inner .text {
    padding-left: 1%;
    width: 90%;
}

/*Certificate*/
.honor-list {
    position: relative;
    margin: 20px -15px 0;
}

.honor-list .list-item {
    margin-bottom: 25px;
    width: 20%;
}

.honor-list .link {
    display: block;
    padding: 0 15px;
    position: relative;
}

.honor-list .pic {
    height: 0;
    display: block;
    padding-top: 75%;
    border: solid 1px #f0f0f0;
    position: relative;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    overflow: hidden
}

.honor-list .link:hover .pic {
    border: solid 1px #92c951;
}

.honor-list .link:hover img {
    transform: scale(1.1);
}

.honor-list .outer {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    display: table
}

.honor-list .outer img {
    margin: 0 auto;
    display: inline-block
}

.honor-list .inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%
}

.honor-list .title {
    text-align: center;
    line-height: 36px;
}

/*Products*/
.product-list {
    width: 100%;
    margin-top: 3.22388%;
    font-size: 0;
}

.product-list .item {
    margin: 0 0 2.22388%;
    width: 23.5%;
}

.product-list .link {
    padding-bottom: 20px;
    display: block;
    border-bottom: solid 2px #f0f0f0;
    position: relative;
}

.product-list .link:after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #92c951;
}

.product-list .link:hover:after {
    left: 0;
    width: 100%;
}

.product-list .pic {
}

.product-list .title {
    margin-top: 15px;
    padding: 5px 15px;
}

.product-list .desc {
    color: #999;
    line-height: 18px;
    height: 18px;
    font-size: 12px;
    padding: 0 15px;
}

.product-list .link:hover {
}

.product-list .link:hover img {
    transform: scale(1.1);
}

.product-list .link:hover .more {
    color: #fff;
    background: #92c951;
}

/*Detail*/
.content-body {
    margin: 25px 0;
}

.detail {
    font-size: 15px;
    line-height: 1.8;
}

.detail ul, .detail ol {
    margin-left: 1.1em;
}

.detail ul li {
    list-style: disc;
}

.detail ol li {
    list-style: decimal;
}

.share {
    padding-top: 20px;
}

.content-title {
    display: block;
    font-size: 18px;
    padding-bottom: 3px;
    text-align: center;
}

.content-time {
    color: #999;
    font-size: 13px;
    text-align: center;
    margin-bottom: 20px;
}

.content-box {
    margin-top: 2.5%;
}

.content-img {
    width: 36.3333%;
}

.content-info {
    width: 60.3333%;
}

.content-tips {
    padding: 10px 0;
    margin: 20px 0;
    font-size: 16px;
    text-transform: uppercase;
    border-bottom: solid 1px #e3e3e3;
}

.content-desc table {
    margin: 15px 0;
}

.content-desc table td, th {
    text-align: left;
    padding: 5px 10px;
    border: 1px solid #f0f0f0;
}

.content-desc table tr:nth-child(even) {
    background: #f9f9f9;
}

.info-title {
    display: block;
    font-size: 20px;
    padding: 14px 0 8px;
    margin-bottom: 20px;
    border-bottom: dashed 1px #e3e3e3;
}

.info-desc {
    line-height: 1.5;
    color: #999;
}

.info-desc ul {
}

.info-desc ul li {
    list-style: none;
    margin-bottom: 5px;
}

.info-desc .fa {
    color: #92c951;
    margin-right: 3px;
}

.info-contact {
    padding-top: 10px;
    border-top: dashed 1px #e3e3e3;
    margin-top: 15px;    
    color: #999;
}

.info-contact a {
    color: #999;
}

.related {
    padding-top: 10px;
    background: url(../images/line.gif) left top repeat-x;
    color: #999;
    margin-top: 20px;
}

.related li {
    margin-bottom: 3px;
}

.related li a {
    color: #999;
}

/*Contact*/
.contact .fa {
    color: #999;
    margin-right: 5px;
}

.contact .left {
    width: 37.5%;
}

.contact .right {
    width: 58.33333%;
}

.contact .form-wrap {
    padding: 0 5px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    background: #fff;
}

.contact .form-title {
    background: #2c9c5e;
    font-size: 16px;
    line-height: 1;
    padding: 15px;
    margin: 0 -6px;
    margin-top: -1px;
    color: #fff;
    margin-bottom: 10px;
}

.form-inline {
    padding: 10px 15px 15px 15px;
    font-size: 14px;
    line-height: 1.5;
    color: #666
}

.form-inline a {
    text-decoration: none;
    color: #238cc8
}

.form-inline {
    margin: 0 -15px
}

.form-inline .form-group {
    float: left;
    width: 50%;
    padding: 5px 15px;
    margin-bottom: 5px;
    position: relative
}

.form-inline .form-group label {
    display: block !important;
    line-height: 1;
    color: #666;
    padding: 0 0 5px 0 !important;
    margin: 0;
    text-transform: capitalize;
    position: static !important;
}

.form-inline .form-group input, .form-inline .form-group textarea {
    width: 100%;
    display: block;
    margin: 0 !important;
    line-height: 21px;
    font-size: 13px;
    padding: 4px 6px;
    color: #666;
    border: 1px solid #d9d9d9
}

.form-inline .form-group textarea {
    height: 84px;
    max-width: 100%;
    margin-bottom: 5px
}

.form-inline .form-block {
    width: 100%
}

.form-inline .form-submit {
    border: solid 1px #f0f0f0;
    background: #fff;
    padding: 7px 15px;
    font-size: 14px;
    line-height: 21px;
    min-width: 110px;
}

/*Pages*/
.page-list {
    overflow: hidden;
    margin: 15px 0;
    text-align: center;
    font-size: 0
}

.page-list span, .page-list a {
    line-height: 16px;
    display: inline-block;
    overflow: hidden;
    margin-right: 4px;
    padding: 3px 7px;
    border: 1px solid #f0f0f0;
    border-radius: 3px;
    font-size: 13px
}

.page-list .current {
    font-weight: bold;
    color: #fff;
    border: 1px solid #92c951;
    background: #92c951
}

#map {
    width: 100%;
    height: 400px;
    border: #ccc solid 1px;
    margin: 15px 0
}

#map li {
    list-style: none;
}

/*Footer*/
.footer {
    border-top: 1px solid #f3f3f3;
    color: #999;
}

.footer>.container {
    padding-top: 38px;
    background: url(../images/footer.png) 100% 0 no-repeat;
}

.footer a {
    color: #999;
}

.footer a:hover {
    color: #91c950;
}

.footer .foot-link {
    width: 60%;
    padding-bottom: 30px;
}

.footer .foot-qcode {
    width: 30.5%;
    padding-bottom: 30px;
}

.footer .qcode {
    width: 32.5%;
    vertical-align: middle;
}

.footer .hotline {
    width: 63.5%;
    vertical-align: middle;
    font-size: 13px;
}

.footer .hotline .num {
    font-weight: bold;
    font-size: 18px;
    color: #666;
    font-family: "Arial";
    padding: 6px 0;
    line-height: 20px;
}

.footer .foot-dt a {
    font-size: 16px;
    line-height: 16px;
    color: #666;
    display: block;
    margin-bottom: 20px;
}

.footer .foot-dd a {
    display: block;
    line-height: 22px;
    margin-bottom: 5px;
    color: #7f7f7f;
    font-size: 13px;
}

.footer .foot-dl a:hover {
    color: #91c950;
}

.footer .share-ico {
    margin-top: 20px;
}

.footer .share-ico a {
    display: inline-block;
    font-size: 34px;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-weight: normal;
    font-family: FontAwesome, Arial, Helvetica, 'Microsoft YaHei', SimSun, Sans-serif;
    color: #666;
    border-radius: 3px;
    background: #fff;
    vertical-align: top;
    margin-right: 10px;
}

.footer .share-ico a:hover {
    background: #91c950;
    color: #fff;
}

.footer .share-ico a:last-child {
    margin-right: 0;
}

.footer .share-ico a.fb:before {
    content: "\e62c";
    font-size: 43px;
    line-height: 1.2;
    margin-left: 4px;
}

.footer .share-ico a.yt:before {
    content: "\e631";
}

.footer .share-ico a.in:before {
    content: "\e630";
}

.footer .share-ico a.gg:before {
    content: "\e62d";
}

.footer .share-ico a.tt:before {
    content: "\e62b";
}

.footer .copyright {
    border-top: 1px solid #f3f3f3;
    padding: 20px 0;
    background: #fff;
    color: #999;
}

.footer .copyright a {
    color: #999;
}

.footer .copyright .box {
    font-size: 13px !important;
}

.footer .copyright a:hover {
    color: #91c950;
}

.footer .other a {
    padding: 0 10px;
}

.footer .other a:last-child {
    padding: 0 0 0 10px;
}

@media screen and (max-width:1150px) {
    .container {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .home-cate {
        margin-left: -10px;
        margin-right: -10px;
    }

    .top-bar {
        right: 10px;
    }

}

@media (max-width:992px) {
    .block {
        display: block;
    }

    .header .box {
        vertical-align: middle;
    }

    .navbar-header .logo, .navbar-btn {
        display: inline-block;
    }

    .navbar-header {
        width: 23%;
        margin-bottom: 12px;
    }

    .top-bar {
        padding: 10px 10px 10px 0;
        position: static;
    }

    .header .navbar-collapse {
        position: absolute;
        left: 0;
        background: #5d9732;
        top: 100%;
        width: 100%;
        z-index: 99999;
        display: none;
        border-top: solid 1px #e3e3e3;
    }

    .nav-justify .list {
        display: block;
    }

    .nav-justify .list>a {
        font-size: 14px;
        display: block;
        line-height: 1;
        padding: 15px 10px;
        color: #fff;
        border-bottom: solid 1px #67a638;
    }

    .nav-justify .list>a:hover, .nav-justify .active>a {
        background: #91c950;
        color: #fff;
    }

    .nav-justify .sub-nav {
        display: none !important;
    }

    .top-link li:after {
        color: #fff;
        background: transparent;
    }

    .top-link li a {
        color: #fff;
    }

    .banner .owl-controls {
        height: auto;
        bottom: -5px;
    }

    .banner .owl-controls .owl-prev, .banner .owl-controls .owl-next {
        display: block;
    }

    .home-news, .home-video {
        width: 100%;
    }

    .video-inner {
        width: 80%;
    }

    .video {
        margin: 40px auto 0;
    }

    .video img {
        width: 100%;
    }

    .home-about .item {
        width: 48.5%;
        margin-bottom: 20px;
    }

    .footer .foot-info {
        width: 100%;
    }

    .footer .other a {
        padding: 0 10px 0 0;
    }

}

@media (max-width:640px) {
    .hidden-xs {
        visibility: hidden;
        opacity: 0;
        display: none !important;
    }

    .content-img, .content-info {
        width: 100%;
    }
    
    .content {
        margin-top: -20px;
    }
    .content-body {
    margin: 20px 0 0;
}
    .catalog {
        border-bottom: 0px;
    }

    .catalog .links {
        width: 100%;
    }

    .cate-list .list-item {
        padding: 0 5px;
        margin: 0 0 5px;
    }

    .cate-list .list-item a {
        font-size: 13px;
        padding: 3px 0;
    }

    .cate-list .list-item a {
        border-bottom: solid 1px #f0f0f0;
    }

    .cate-list .list-item.active a {
        border-bottom: solid 1px #92c951;
    }

    .cate-list .list-item.active a:after {
        width: 0;
    }

    .honor-list .list-item {
        margin-bottom: 25px;
        width: 50%;
    }

    .banner .owl-controls .owl-prev, .banner .owl-controls .owl-next {
        display: none;
    }

    .banner .owl-controls .owl-page span {
        display: block;
        width: 8px;
        height: 8px;
    }

    .product-list .item {
        width: 48.5%;
    }

    .product-list .link {
        padding: 5px 5px;
    }

    .product-list .title {
        margin-top: 0;
        font-size: 13px;
        padding: 5px 0;
    }

    .product-list .more {
        margin-top: 5px;
    }

    .home-cate {
        position: static;
        margin-top: 1px;
        height: auto;
        background: #fff;
    }

    .home-cate .cate-item {
        width: 100%;
    }

    .home-cate .link {
        height: 90px;
        overflow: hidden;
        color: #666;
    }

    .home-cate .small {
        height: 100%;
        padding-top: 0;
        width: 50%;
        position: absolute;
    }

    .home-cate .big {
        width: 50%;
        display: block;
    }

    .home-cate .cate-item.right .small {
        right: 0;
    }

    .home-cate .cate-item.right .big {
        right: auto;
        left: 0;
    }

    .home-cate .ico {
        margin-top: 5px;
    }

    .home-cate .ico img {
        margin-top: -100%;
    }

    .home-cate .link:active {
        background: #92c951;
        color: #fff;
    }

    .home-block {
        padding: 30px 0 0;
    }

    .block-title {
        font-size: 18px;
    }

    .news-list .time {
        width: 20%;
    }

    .news-list .title {
        font-size: 14px;
    }

    .news-list .text {
        padding-left: 1%;
        width: 65%;
    }

    .news-list .desc {
        font-size: 12px;
    }

    .home-about {
        padding: 30px 0;
    }

    .home-about .item {
        width: 100%;
    }

    .home-about .title {
        font-size: 16px;
    }

    .video-inner {
        width: 100%;
    }

    .footer>.container {
        padding-top: 15px;
    }

    .footer .foot-qcode {
        width: 100%;
        padding-bottom: 15px;
    }

}
