/*
 * LankeCMS (http://lankecms.com)
 * Copyright (c) 2013-2015 http://lankecms.com All rights reserved.
 * Author: 钟若天 <lankecms@163.com>
 */
@font-face {
    font-family: Roboto;
    src: url('Roboto-Light.ttf');
}

body {
    font-family: Arial, Helvetica, sans-serif;
}

ul {
    list-style: none;
}

.logo {
    margin: 0px;
}

.flash img {
    width: 100%
}

.flash ul.bxslider {
    list-style: none;
}

.flash div.bx-pager {
    bottom: 4%;
}

.flash div.bx-controls-direction {
    display: none;
}

.main {
    padding: 30px 0px 10px 0px;
}

.img-thumbnail:hover,
.opacity_img:hover {
    opacity: 0.8;
}

/*导航菜单*/
.navbar {
    margin: 0px;
    background-color: #fff;
    border: none;
    box-shadow: 0rem 0.6rem 0.7rem rgba(0, 0, 0, 0.397);
    /* background: linear-gradient(#008639, rgb(233, 181, 10)); */
}

#app_menudown {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 16px;
}

#app_menudown:hover {
    background-color: #333333;
}

/*关于我们*/
.aboutus {
    text-align: center;
    color: #fff;
    padding: 40px 20px 100px 20px;
}

.aboutus h2 {
    font-size: 50px;
    font-weight: 300;
    font-family: 'Roboto', Arial;
}

.aboutus p {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
}

.view-all {
    margin-top: 20px;
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
    transition: box-shadow 0.4s;
}

.view-all:hover,
.view-all:focus {
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
    box-shadow: 0px 0px 25px #ccc;
}

/*产品搜索*/
.search_group {
    margin: 43px 0px 30px 0px;
    border: 1px solid #dfe1e3;
}

.search_group input.form-control {
    border-radius: 0px;
    box-shadow: none;
    color: #2185c5;
    padding: 12px 10px;
    height: 36px;
    background: transparent;
    border: none;
}

.search_group input.form-control:focus {
    box-shadow: none;
    border-color: #b2e0fb;
}

.mysearch_btn {
    background-color: #1260aa;
    color: #fff;
}

.mysearch_btn:hover,
.mysearch_btn:focus {
    background-color: #00c6ff;
    color: #fff;
}

#submit_search {
    color: #31363c;
    font-size: 13px;
}

#submit_search:hover {
    color: #46d8ad;
    cursor: pointer;
}

/*首页产品*/
.index_product {
    clear: both;
    padding: 0px 0px 0px 0px;
    margin-right: -15px;
    margin-left: -15px;
}

.index_product div.product_img {
    border-right: 1px solid #e5e5e5;
    margin: 20px 0px;
}

.index_product .pro_boxs {
    overflow: hidden;
}

.title_h1 {
    color: #ffffff;
    margin: 0px;
    display: block;
    padding: 16px 20px 17px 20px;
    font-weight: 300;
    font-size: 23px;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    background-color: #45b65f;
}

.product_list {
    clear: both;
    padding: 35px 0px 0px 0px;
}

.product_list2 {
    padding-top: 20px;
    overflow: hidden;
}
.product_list2 .product_img {
    padding-left: 0px;
    padding-bottom: 20px;
}
.product_list2 .cen_boxs{
    border: 1px solid #dcdcdc;
}
.product_img {
    padding-left: 15px;
    padding-right: 15px;
    min-height: 288px;
}
.product_img .pro_boxs{
    overflow: hidden;
}
.product_img img {
    margin-right: auto;
    margin-left: auto;
    display: block;
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
    max-height: 190px;
    transition: all .5s ease .1s;
}

.product_img:hover img {
    transform: scale(1.2);
}

.product_title {
    margin: 10px 0px 0px 0px;
    padding: 0px 10px;
    height: 28px;
    line-height: 14px;
    text-align: center;
}

.product_title a {
    color: #578639;
    transition: color 0.3s;
}

.product_img:hover a {
    text-decoration: none;
    color: #6cd32b;
}

.product_desc {
    height: 45px;
    margin: 0px 0px 15px 0px;
    text-align: center;
    padding: 0px 10px;
    font-family: Arial;
    font-size: 12px;
    color: #bcbcbc;
    line-height: 18px;
}

/*首页新闻*/
.news_box {
    margin: 36px 0px 0px 0px;
}

.index_news {
    clear: both;
    list-style: none;
    margin: 0px;
    padding: 20px 10px;
}

.index_news li {
    color: #545455;
    border-bottom: 1px dotted #dddddd;
    background: url(../images/li.png) no-repeat left 16px;
    line-height: 21px;
    padding: 10px 0px;
    padding-left: 13px;
    position: relative;
    transition: all 0.6s;
}

.index_news li:after,
.index_news li:before {
    content: '';
    position: absolute;
    left: -1px;
    top: -1px;
    width: 0;
    height: 100%;
    background: #FFFFFF;
    z-index: -2;
}

.index_news li:hover a{
    color: #FFFFFF;
    z-index: 1;
    background: transparent;
}
.index_news li:hover span{
    color: #FFFFFF;
    z-index: 1;
    background: transparent;
}
.index_news li:before {
    color: #fff;
    transition: all 0.6s;
    background: #198b3456;
    z-index: -1;
}

.index_news li:hover:after,
.index_news li:hover:before {
    color: #000;
    width: 100%;
}

.index_news li a {
    color: #545455;
    font-family: Arial;
    transition: color 0.3s;
}

.index_news li a:hover {
    text-decoration: none;
}

.news_time {
    float: right;
    margin-right: 5px;
}

.left_news {
    clear: both;
    border: 1px solid #45b65f;
}

.left_news span.news_time {
    display: none;
}

/*首页联系*/
.index_contact {
    margin: 36px 0px 15px 0px;
    font-family: Arial;
    /* border: 1px solid #45b65f; */
}
.cneter_left  .index_contact {
    margin: 36px 0px 15px 0px;
    font-family: Arial;
    border: 1px solid #45b65f;
}
.cneter_left .index_contact p{
    padding: 5px 10px;
}
.index_contact .glyphicon{
    margin: 0px 10px;
}
.contact_mian{
    background: #45b65f;
    padding: 30px 40px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.cneter_left .glyphicon-menu-hamburger{
    font-size: 20px;
    margin-right: 10px;
}
.cneter_left .glyphicon-signal{
    font-size: 20px;
    margin-right: 10px;
}
@media (max-width: 992px){
    .contact_mian{
        display: flex;
      flex-wrap: wrap;
    }
}
.contact_left{
    /* margin-right: 30px; */
}
.contact_left img{
    width: 100%;
}
.contact_right{
    position: relative;
}
.contact_right p{
    color: #fff !important;
}
.contact_right .glyphicon{
    margin-right: 10px;
}
.contact_right h3{
    color: #fff;
    border-bottom: 1px solid #fff;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.index_contact P {
    clear: both;
    color: #545455;
}

.list_box {
    clear: both;
    padding: 35px 0px 0px 0px;
}
.list_box h2{
    background-color: #077dc5;
}
.path_title {
    border: 1px solid #f2f2f2;
    padding: 8px 19px;
    overflow: hidden;
}
.product_list2 .product_img:hover a {
    text-decoration: none;
    color: #077dc5;
}
.product_list2 .product_title a {
    color: #000000;
    transition: color 0.3s;
}
/*栏目导航*/
.left_nav {
    clear: both;
    margin-top: 35px;
    border: 1px solid #45b65f;
}

.left_h1 {
    color: #fffcfc;
    margin: 0px;
    display: block;
    padding: 16px 20px 17px 20px;
    font-weight: 300;
    font-size: 23px;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    background-color:#45b65f;
}

.left_nav_ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin: 15px 0px 0px 0px;
    padding-bottom: 10px;
}

.left_nav_ul>li {
    position: relative;
    border-bottom: 1px solid #f2f2f2;
    background: url(../images/left_li.gif) 6px 15px no-repeat;
    padding: 8px 0px 8px 18px;
}

.left_nav_ul>li>a {
    text-decoration: none;
    color: #303c4b;
}

.left_nav_ul>li>a:hover,
.left_nav_ul li a.left_active {
    color: #46d8ad;
}

/*小类*/
ul.left_snav_ul {
    list-style: none;
    padding: 0px;
    display: none;
    padding-top: 8px;
}

ul.left_snav_ul>li {
    margin: 0px;
    padding: 5px 0px 5px 10px;
    background: url(../images/left_sli.gif) 0px 13px no-repeat;
}

ul.left_snav_ul>li>a {
    border: 0;
    color: #969494;
    padding: 5px 0px 5px 0px;
}

ul.left_snav_ul>li>a:hover {
    text-decoration: none;
    color: #46d8ad;
}

.menu_head {
    cursor: pointer;
    font: 600 18px/30px "Open Sans", sans-serif;
    width: 35px;
    text-align: center;
    color: #303c4b;
    display: inline-block;
    position: absolute;
    top: 3px;
    right: 0px;
}

.menu_head:hover {
    color: #46d8ad;
}

/*新闻列表*/
.list_news {
    clear: both;
    list-style: none;
    margin: 0px;
    padding: 10px 0px 20px 0px;
}

.list_news li {
    color: #898989;
    background: url(../images/li.png) no-repeat left 14px;
    line-height: 22px;
    padding: 8px 0px;
    padding-left: 13px;
    border-bottom: 1px dashed #e3e2e2;
    /*dotted*/
}

.list_news li a {
    color: #303c4b;
}

.list_news li a:hover {
    text-decoration: none;
    color: #46d8ad;
}

.contents {
    clear: both;
    padding: 20px 2px 0px 2px;
    line-height: 28px;
    color: #898989;
    overflow: auto;
}

.contents_title {
    margin: 0px;
    padding: 10px 0px;
    text-align: center;
    color: #000;
    font-size: 18px;
    color: #434343;
    font-weight: bold;
    line-height: 34px;
    font-family: 'Microsoft Yahei';
}

/*分页样式*/
.page {
    clear: both;
    margin: 20px 0px 0px 0px;
    text-align: center;
}

.page a {
    display: inline-block;
    font-family: Arial;
    font-size: 13px;
    border: #dbdbdb 1px solid;
    padding: 4px 9px;
    margin: 2px;
    margin-bottom: 5px;
    color: #31363c;
    text-decoration: none
}

.page a:hover,
.page a:focus {
    font-family: Arial;
    font-size: 13px;
    border: #000 1px solid;
    padding: 4px 9px;
    color: #fff;
    background-color: #31363c;
}

.page .current {
    font-family: Arial;
    border: #000 1px solid;
    font-size: 13px;
    padding: 5px 9px;
    color: #fff;
    margin: 2px;
    background-color: #31363c
}

/*产品展示*/
#pic-page {
    text-align: center;
    margin-top: 10px;
}

#pic-page a {
    margin: 0 2px;
}

#pic-page a img {
    width: 40px;
    padding: 2px;
    border: solid #ccc 1px;
    margin-bottom: 5px;
}

#pic-page a:hover img,
#pic-page a.active img {
    border: solid #5280DD 1px;
}

.showpic_box,
.proinfo_box {
    margin: 30px 0px 20px 0px;
}

.product_h1 {
    margin: 0px;
    line-height: 22px;
    font-size: 18px;
    color: #145ca1;
    padding-bottom: 10px;
    border-bottom: 1px solid #145ca1;
}
.details_box{
    display: flex;
    align-items: center;
}
@media (max-width: 992px){
    .details_box{
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
}
.details_img{
    border: 1px solid #dcdcdc;
}
.details_title{
    margin: 20px 0px;
}
.details_title p{
    width: 180px;
    line-height: 45px;
    background: #077dc5;
    float: left;
    text-align: center;
    color: #fff;
    font-size: 18px;
    margin: 5px 0px;
}
.product_info {
    list-style: none;
    padding: 0px;
    margin-top: 10px;
}

.product_info li {
    line-height: 24px;
    padding-bottom: 12px;
}

.product_con {
    clear: both;
    border-top: 1px solid #ccc;
    margin: 10px 0px 20px 0px;
    padding: 20px 0px 0px 0px;
    line-height: 26px;
    color: #898989;
    overflow: auto;
   
}

.related_h1 {
    padding: 30px 0px 12px 0px;
    color: #303c4b;
    margin: 0px;
    display: block;
    font-weight: 300;
    font-size: 16px;
    border-bottom: 5px solid #f4f5f6;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    text-align: center;
    border-bottom: 1px solid #dcdcdc;
}

.download_btn {
    text-align: right;
    margin: 10px 10px 20px 0px;
}

.page-btn {
    background-color: #008639;
    border-radius: 0px;
    border: none;
    transition: background 0.3s;
}

.page-btn:hover,
.page-btn:focus {
    background-color: #31363c;
}

.grey-btn {
    border-radius: 0px;
    border: none;
    background-color: #E8E8E8;
}

.grey-btn:hover,
.grey-btn:focus {
    background-color: #ccc;
}

.related_news {
    padding-top: 15px;
    clear: both;
}

.a2a_default_style {
    display: inline-block;
}

/*在线留言订购*/
.feedback {
    margin-top: 30px;
}

.form-horizontal .form-group {
    margin-right: -10px;
    margin-left: -10px;
}

.codeimg {
    margin: 0px 0px -10px -18px;
}


/*上一个下一个*/
.point {
    clear: both;
    margin: 20px 0px 40px 0px;
    padding-bottom: 40px;
    line-height: 22px;
}

.point span.to_prev {
    text-align: center;
}

.point span.to_prev a {
    color: #0068b7;
}

.point span.to_prev a:hover {
    color: #ea042b
}

.point span.to_next {
    text-align: center;
}

.point span.to_next a {
    color: #0068b7;
}

.point span.to_next a:hover {
    color: #ea042b
}

/*标签样式*/
.tags {
    margin: 8px 0px 10px 0px
}

.tags a {
    margin: 0px 5px 8px 0px
}

.tags_list {
    padding: 5px 10px 100px 10px
}

.tags_ul {
    margin-top: 30px;
}

.tags_ul li {
    line-height: 28px;
    margin-bottom: 8px;
    padding-bottom: 10px;
}

.tags_ul h3 {
    font-size: 14px;
    padding: 0px;
    margin: 0px;
    line-height: 20px;
}

.tags_ul p {
    font-size: 13px;
    padding: 0px;
    margin: 0px;
    color: #a0a0a0;
    line-height: 20px;
    padding-top: 8px;
}

/*网站地图*/
ul.ul_sitemap {
    margin: 30px 0px 40px 30px;
}

ul.ul_sitemap li {
    list-style: none;
    line-height: 26px;
    clear: both;
}

ul.ul_sitemap li a {
    color: #7d7d7d;
}

li.small_li_sitemap {
    clear: both;
    padding-left: 12px;
}

li.small_li2_sitemap {
    float: left;
    padding-left: 20px;
}

#translate {
    width: 180px;
    margin: 0 auto;
}

#translate-this {
    margin: 15px 0px 10px 0px;
}

/*底部信息*/
footer {
    text-align: center;
    background-color: #45b65f;
    color: #fbfdff;
    padding: 30px 0px 20px 0px;
    margin-top: 38px;
    font-size: 13px;
}

.copyright {
    line-height: 20px;
}
.copyright_p span{
    margin-right: 10px;
}
.copyright a {
    color: #ffffff;
}

.foot_nav {
    width: 25%;
    float: left;
    background-color: #fafafa;
    text-align: center;
}

.foot_nav:hover,
.foot_nav:focus {
    background-color: #e4e4e4;
}

.foot_nav a {
    color: #898989;
    display: block;
}

.foot_nav a:hover,
.foot_nav a:focus {
    text-decoration: none;
}

.foot_nav span {
    display: block;
    padding: 3px 0px 0px 0px;
}

.webshare {
    width: 200px;
    padding: 5px;
}

/*大屏幕*/
@media screen and (min-width: 769px) {
    .logo {
        max-height: 37px;
        max-width: 260px;
        margin-top: 8px;
    }

    .flash {
        margin-top: 60px;
    }

    .navbar {
        min-height: 60px;
    }

    .navbar-nav {
        float: right;
    }

    .navbar-nav>li>a {
        /*padding\0: 0px; */
        transition: background 0.4s;
        text-align: center;
    }

    .navbar-default .navbar-nav>li>a {
        padding-top: 20px;
        padding-bottom: 20px;
        color: #000000;
        font-weight: 500 !important;
        font-size: 18px;
        font-weight: 300;
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
    }

    .navbar-default .navbar-nav>li>a:hover,
    .navbar-default .navbar-nav>li>a:focus,
    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:hover,
    .navbar-default .navbar-nav>.open>a,
    .navbar-default .navbar-nav>.open>a:hover,
    .navbar-default .navbar-nav>.open>a:focus {
        background-color: #333333;
        color: #fff;
    }

    .small-nav {
        min-height: 60px;
        /* background: linear-gradient(#008639, rgb(233, 181, 10)); */
        background: #fff;
    }

    .small-nav .navbar-nav>li>a {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .small-nav img.logo {
        max-height: 37px;
        max-width: 260px;
        margin-top: 8px;
    }

    .navbar-brand {
        display: none;
    }

    .nav_small {
        background-color: #333333;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-right: 25px;
        border-radius: 0px;
        border: none;
        box-shadow: none;
    }

    .nav_small>li {}

    .nav_small>li>a {
        line-height: 20px;
        color: #eeeeee;
        font-size: 12px;
        font-family: Arial
    }

    .nav_small>li>a:hover {
        color: #46d8ad;
        background: transparent;
    }

    #app_menudown,
    #small_search {
        display: none;
    }

    .index_left_nav,
    .footer_nav {
        display: none;
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .logo {
        max-width: 170px;
        margin-top: 35px;
    }

    .small-nav img.logo {
        max-width: 170px;
        margin-top: 20px;
    }
}

/*小屏幕*/
@media screen and (max-width: 768px) {
    .navbar {}

    .navbar-default .navbar-brand {
        color: #fff;
    }

    .navbar-default .navbar-brand:hover,
    .navbar-default .navbar-brand:focus {
        color: #fff;
    }

    .navbar-toggle {
        border: none;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border: 1px solid #008639;
    }

    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: #077dc5;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #595757;
    }

    .navbar-default .navbar-nav {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .navbar-default .navbar-nav>li {}

    .navbar-default .navbar-nav>li:last-child {
        border: none;
    }

    .navbar-default .navbar-nav>li>a,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #000000;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
    }

    .navbar-default .navbar-nav>li>a:hover,
    .navbar-default .navbar-nav>li>a:focus,
    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:hover,
    .navbar-default .navbar-nav>.active>a:focus,
    .navbar-default .navbar-nav>.open>a,
    .navbar-default .navbar-nav>.open>a:hover,
    .navbar-default .navbar-nav>.open>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        background-color: #333333;
        color: #fff;
    }

    .flash {
        margin-top: 50px;
    }

    .logo {
        margin: 10px 0px 0px 5px;
        max-width: 160px;
        max-height: 35px;
    }

    .list_box {
        margin: 5px 0px 0px 0px;
    }

    .flash div.bx-pager {
        /*display:none;*/
    }

    #product div.flash,
    #product h2.left_h1,
    #photo div.flash,
    #photo h2.left_h1 {
        display: none;
    }

    #product div.list_box,
    #photo div.list_box {
        margin-top: 35px;
    }

    .index_left_nav {
        margin: 0px 15px 0px 15px;
    }

    .index_product div.product_img {
        border-bottom: 1px solid #e5e5e5;
    }

    .product_con img,
    .contents img {
        width: 100%;
    }

    .news_time {
        display: none;
    }

    .footer_nav {
        background-color: #fafafa;
    }

    #pic-page a img {
        width: 35px;
    }

    #cmsFloatPanel {
        display: none;
    }

    .point span.to_prev,
    .point span.to_next {
        text-align: left;
        padding-bottom: 8px;
    }

    footer {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 767px) {
    .copyright_p {
        display: none;
    }
}

/*414px到768px*/
@media screen and (min-width:414px) and (max-width:768px) {

    .col-mm-1,
    .col-mm-2,
    .col-mm-3,
    .col-mm-4,
    .col-mm-5,
    .col-mm-6,
    .col-mm-7,
    .col-mm-8,
    .col-mm-9,
    .col-mm-10,
    .col-mm-11,
    .col-mm-12 {
        float: left;
    }

    .col-mm-12 {
        width: 100%;
    }

    .col-mm-11 {
        width: 91.66666667%;
    }

    .col-mm-10 {
        width: 83.33333333%;
    }

    .col-mm-9 {
        width: 75%;
    }

    .col-mm-8 {
        width: 66.66666667%;
    }

    .col-mm-7 {
        width: 58.33333333%;
    }

    .col-mm-6 {
        width: 50%;
    }

    .col-mm-5 {
        width: 41.66666667%;
    }

    .col-mm-4 {
        width: 33.33333333%;
    }

    .col-mm-3 {
        width: 25%;
    }

    .col-mm-2 {
        width: 16.66666667%;
    }

    .col-mm-1 {
        width: 8.33333333%;
    }
}

.index_title {
    position: relative;
    margin-bottom: 30px;
}

.index_top {
    margin-top: 30px;
    text-align: center;
}

.index_B {
    text-align: center;
    position: relative;
    z-index: 99;
    width: 100px;
    margin: auto;
    background: #fff;
    color: #7B7C7D;
}

.index_title .inbr {
    position: absolute;
    height: 1px;
    width: 100%;
    background: #dcdcdc;
    top: 50px;
    left: 0;
    z-index: 1;
}

.container-fluid {
    max-width: 1170px;
    margin: 0 auto;
}