/* ----------------------------------------------------------------
    Modify     : 手机全页面调用样式
    Created on : 2019-4-6, 15:07:00
    Author     : Snake
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
        无限大分辨率 ( 支持未来分辨率大的显示器 )
-----------------------------------------------------------------*/
@media screen and (min-width:1920px) {

}

/* ----------------------------------------------------------------
        特殊分辨率 ( 支持长方形的显示器 )
-----------------------------------------------------------------*/
@media screen and (min-width: 1100px) and (max-width: 1199px) {
    .container {
        width: 1000px;
    }

    /* ----------------------------------------------------------------
            PC顶部
    -----------------------------------------------------------------*/
    .navTop .topCont {
        right: 0;
    }

    /* ----------------------------------------------------------------
            所有页面调用背景大图, 固定导航菜单
    -----------------------------------------------------------------*/
    .index-bg {
        margin-top: 50px;
    }

    .index-navMenu-box .index-navMenu-logo img.logo-img {
        width: 130px;
        height: 55px;
    }

    /* ----------------------------------------------------------------
            首页
    -----------------------------------------------------------------*/
    /* ------ 农家介绍.上 ------ */
    /* 左边轮播图 */
    .h-about-carousel {
        width: 400px;
        height: 277px;
    }

    .h-about-carousel .carousel-inner .item img {
        width: 400px;
        height: 277px;
    }

    /* 右边内容 */
    .h-about-txt {
        width: 465px;
    }

    .h-about-txt .hr {
        width: 515px;
    }

    .h-about-txt .h-about-txts {
        line-height: 25px;
    }

    /* ------ 农家介绍.下 ------ */
    .jingui-txt {
        width: 530px;
    }

    /* ------ 相关荣誉 ------ */
    /* 左边 */
    .h-honor .h-honor-left {
        width: 530px;
    }

    .h-honor-left .hr {
        width: 580px;
    }

    /* ----------------------------------------------------------------
            其他模版.other
    -----------------------------------------------------------------*/
    /* ------ 列表中心 ------ */
    /* 新闻资讯 */
    .news-list .news-box .news-cont {
        width: 590px;
    }

    /* 产品,案例 - 列表 */
    .contact-list .contact-img img {
        width: 100%;
        height: 171px;
    }

    /* 扫二维码 */
    .contact-code {
        width: 380px;
    }

    .contact-code .contact-code-img {
        width: 100px;
    }

    .contact-code .contact-code-img img {
        width: 100px;
        height: 100px;
    }

    .contact-code .contact-code-txt {
        width: 260px;
    }

    .contact-code .contact-code-txt p {
        font-size: 18px;
    }

    .contact-code .contact-code-txt p:nth-child(1) {
        margin-top: 3px;
    }

    .contact-code .contact-code-txt p.pro-arrow img {
        width: 35px;
        height: 35px;
    }

    /* ----------------------------------------------------------------
            底部.foot
    -----------------------------------------------------------------*/
    /* 底部导航 */
    .foot-navMenu {
        margin-right: 45px;
    }
}

/* ----------------------------------------------------------------
        普通分辨率 ( 支持平板,旧式显示器,纯平显示器 )
-----------------------------------------------------------------*/
@media screen and (min-width: 800px) and (max-width: 1099px) {
    .container {
        width: 800px;
    }

    /* ----------------------------------------------------------------
            PC顶部
    -----------------------------------------------------------------*/
    .navTop .topCont {
        right: 0;
    }

    /* ----------------------------------------------------------------
            所有页面调用背景大图, 固定导航菜单
    -----------------------------------------------------------------*/
    .index-bg {
        margin-top: 50px;
    }

    .index-navMenu-box .index-navMenu-item li {
        background-size: 100% 100%;
    }

    .index-navMenu-box .index-navMenu-logo img.logo-img {
        top: 18px;
        width: 110px;
        height: 46px;
    }

    /* ----------------------------------------------------------------
            首页
    -----------------------------------------------------------------*/
    /* ------ 农家介绍.上 ------ */
    /* 左边轮播图 */
    .h-about-carousel {
        width: 300px;
        height: 207px;
    }

    .h-about-carousel .carousel-inner .item img {
        width: 300px;
        height: 207px;
    }

    /* 右边内容 */
    .h-about-txt {
        width: 370px;
    }

    .h-about-txt .hr {
        width: 420px;
    }

    .h-about-txt .h-about-txts {
        line-height: 25px;
        overflow: hidden;
        word-wrap: break-word;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 6;
    }

    /* ------ 农家介绍.下 ------ */
    /* 左边图片 */
    .jingui-left {
        width: 250px;
    }

    .jingui-left .jingui-left-img img {
        width: 250px;
        height: 154px;
    }

    .jingui-txt {
        width: 425px;
        line-height: 25px;
        overflow: hidden;
        word-wrap: break-word;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 8;
    }

    /* ------ 相关荣誉 ------ */
    /* 左边 */
    .h-honor .h-honor-left {
        width: 380px;
    }

    .h-honor-left .hr {
        width: 430px;
    }

    /* 右边 */
    .h-honor-right {
        width: 300px;
        height: 397px;
    }

    .h-honor-right img {
        width: 300px;
        height: 397px;
    }

    /* ------ 相关荣誉 ------ */
    .h-farm .h-farm-item .h-farm-img img {
        width: 320px;
        height: 308px;
    }

    /* ----------------------------------------------------------------
            其他模版.other
    -----------------------------------------------------------------*/
    /* ------ 分类导航 ------ */
    .nav-classify li.nav-classify-item:nth-child(1) {
        padding-left: 210px;
    }

    .nav-classify li.nav-classify-item:nth-child(2) {
        padding-right: 175px;
    }

    /* ------ 列表中心 ------ */
    /* 新闻资讯 */
    .news-list .news-box .news-img {
        width: 230px;
        height: 146px;
    }

    .news-list .news-box .news-img img {
        width: 230px;
        height: 146px;
    }

    .news-list .news-box .news-cont {
        width: 440px;
    }

    /* 产品,案例 - 列表 */
    .contact-list .contact-img img {
        width: 100%;
        height: 129px;
    }

    /* 扫二维码 */
    .contact-code {
        width: 380px;
    }

    .contact-code .contact-code-img {
        width: 100px;
    }

    .contact-code .contact-code-img img {
        width: 100px;
        height: 100px;
    }

    .contact-code .contact-code-txt {
        width: 260px;
    }

    .contact-code .contact-code-txt p {
        font-size: 18px;
    }

    .contact-code .contact-code-txt p:nth-child(1) {
        margin-top: 3px;
    }

    .contact-code .contact-code-txt p.pro-arrow img {
        width: 35px;
        height: 35px;
    }

    /* ----------------------------------------------------------------
            底部.foot
    -----------------------------------------------------------------*/
    /* 底部导航 */
    .foot-navMenu {
        width: 240px;
        margin-right: 35px;
    }

    .foot-navMenu li {
        width: 105px;
    }

    /* 二维码 */
    .foot-code {
        width: 200px;
    }

    .foot-code .foot-code-item {
        width: 90px;
    }

    .foot-code .foot-code-item .foot-code-img, .foot-code .foot-code-item .foot-code-img img {
        width: 90px;
        height: 90px;
    }

    /* 在线地图 */
    .foot-map {
        width: 270px;
    }

    .foot-map p img, .foot-map .foot-map-img, .foot-map .foot-map-img img {
        width: 270px!important;
        height: 160px!important;
    }
}

/* ----------------------------------------------------------------
        分辨率大于等于800,这里不用修改 ( 支持平板和PC电脑 )
-----------------------------------------------------------------*/
@media screen and (min-width: 800px) {
    /* ----------------------------------------------------------------
        统一调用,PC显示,手机平板隐藏
    -----------------------------------------------------------------*/
    .cont-pc {
        display: block;
    }

    .cont-mobile {
        display: none;
    }

    /* ------ 当前位置 ------ */
    .location {
        display: block;
    }
}

/* ----------------------------------------------------------------
        分辨率小于800 ( 支持手机平板 )
-----------------------------------------------------------------*/
@media screen and (max-width: 799px) {
    /* ----------------------------------------------------------------
        统一调用,PC隐藏,手机平板显示
    -----------------------------------------------------------------*/

.sj_cp { width:100%; height:auto; background-color:#ffffff; }    
.sj_cp ul { }
.sj_cp ul li { width:50%; float:left; margin:0 0 10px 0; height:auto;background-color:#ffffff; }
.pic {height:55vw;}	
.title { height:20px; line-height:20px; text-align:center; }	
	
	
	.cont-pc {
        display: none;
    }

    .cont-mobile {
        display: block;
    }

    .container {
        padding-left: 5px;
        padding-right: 5px;
    }

    /* 图片移动变大 */
    .img-hidden {
        overflow: hidden;
    }

    .img-hidden img.img-transition {
        transition: all 0.6s;
    }

    .img-hidden img.img-transition:hover {
        transform: scale(1.4);
    }

    /* 标题 */
    .h-title {
        width: 85%;
        font-size: 14px;
        margin: 0 auto 20px auto;
    }

    .h-title b {
        font-size: 21px;
    }

    /* 标题更多 */
    .h-more {
        font-size: 18px;
        margin-top: 10px;
    }

    .h-more a span {

    }

    /* ----------------------------------------------------------------
        菜单导航
    -----------------------------------------------------------------*/
    .navmTop {
        border: 0;
        background: #000;
    }

    .navmTop .container {
        padding-left: 0;
        padding-right: 0;
    }

    .navmTop .navbar-header {
        margin-left: 0;
        margin-right: 0;
    }

    .navmTop .navbar-header {
        width: 100%;
        height: 50px;
        margin: 0;
        text-align: center;
    }

    .navmTop .dl-menuwrapper {
        width: 13%;
        height: 50px;
        float: left;
    }

    .navmTop .dl-menuwrapper .dl-menu {
        width: 180px;
        top: 50px;
    }

    .navmTop .navbar-brand {
        font-size: 21px;
        float: right;
        color: #fff;
        position: relative;
        z-index: 9;
        width: 86%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .navmTop .navbar-brand:hover {
        color: #fff;
    }

    .navmTop .navbar-default .navbar-toggle {
        border: 0;
        background: none;
    }

    .navmTop .navbar-default .navbar-toggle:hover, .navmTop .navbar-default .navbar-toggle:focus {
        background: none;
    }

    .navmTop .navbar-nav {
        text-align: left;
    }

    /* ----------------------------------------------------------------
        幻灯片
    -----------------------------------------------------------------*/
    .carousel-item {
        margin-top: 50px;
    }

    /* ----------------------------------------------------------------
            所有页面调用背景大图, 固定导航菜单
    -----------------------------------------------------------------*/
    .index-mbg {
        width: 100%;
        /*margin-top: 50px;*/
    }

    .cont-box {
        display: inline-block;
        width: 100%;
        margin-top: 0!important;
        padding: 0!important;
        background: #f3f2f0;
    }

    /* ----------------------------------------------------------------
        首页
    -----------------------------------------------------------------*/
    /* -- 关于公司 -- */
    .h-commpay {
        padding: 50px 0;
    }

    .h-commpay .h-commpay-img {
        width: 100%;
    }

    .h-commpay .h-commpay-img img {
        width: 100%;
        height: 100%;
    }

    .h-commpay .h-commpay-txt {
        width: 100%;
        margin-top: 30px;
    }

    .h-commpay .h-commpay-txt p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 0px;
    }

    /* -- 产品中心 -- */
    .h-pro {
        padding: 30px 0;
    }

    /* -- 案例中心 -- */
    .h-case {
        margin-top: 50px;
    }

    /* -- 切换效果 -- */
    .h-news {
        margin: 50px 0;
    }

    /* 切换按钮 */
    .h-tab {
        margin-top: 0;
    }

    .h-tab .tab-item {
        width: 50%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .h-tab .tab-item .h-tab-img img {
        width: 100%;
        height: 100%;
    }

    .h-tab .tab-item .h-tab-txt {
        font-size: 18px;
        height: 50px;
    }

    /* -- 新闻中心 -- */
    .h-news {
        margin: 30px 0 40px 0;
    }

    /* 推荐新闻 */
    .h-news-hot {
        margin-top: 10px;
    }

    .h-news-hot li {
        width: 48%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .h-news-hot li:nth-child(1){
        width: 100%;
    }

    .h-news-hot li:nth-child(3){
        float: right;
    }

    .h-news-hot .h-news-img img {
        width: 100%;
        height: 100%;
    }

    .h-news-hot .h-news-txt {
        font-size: 14px;
        padding: 0;
        margin-top: 5px;
    }

    /* 新闻列表 */
    .h-news-list {
        margin-top: 0;
    }

    .h-news-list li {
        width: 100%;
        float: left;
    }

    .h-news-list .h-news-txts {
        width: 65%;
    }

    /* ----------------------------------------------------------------
     其他页面
 -----------------------------------------------------------------*/
    /* 定位 */
    .mobile-location {
        overflow: hidden;
        height: 50px;
        line-height: 50px;
        padding: 0 5px;
        position: relative;
        border-bottom: 1px solid #E4E3E3;
        background: url("../images/h.png") no-repeat left 18px;
    }

    /* 标题 */
    .other-text {
        margin-top: 30px;
    }

    .text-center {
        font-size: 18px;
        color: #e57919;
    }

    .text-center span {
        width: 15%;
        height: 2px;
        top: -6px;
        position: relative;
        display: inline-block;
        background: #e57919;
    }

    .other-text h1 {
        font-size: 21px;
    }

    .other-text h5 {
        font-size: 14px;
        color: #999;
    }

    /* 切换选项卡 */
    .nav-menu {
        width: 100%;
        display: inline-block;
        margin-top: 10px;
    }

    .nav-menu li {
        text-align: center;
        width: 31%;
        float: left;
        padding: 5px 0;
        margin-bottom: 10px;
        margin-right: 3%;
        border: 1px solid #e57919;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
    }

    .nav-menu li:nth-child(3n+3) {
        margin-right: 0;
    }

    .nav-menu li.cur {
        background: #e57919;
    }

    .nav-menu li.cur a {
        width: 100%;
        color: #fff;
        display: inline-block;
    }

    .nav-menu li:hover, .nav-menu li:hover a {
        color: #fff;
        background: #e57919;
    }

    /* 产品列表和详情页面 */
    .product_content {
        width: 100%;
        display: inline-block;
    }

    ul.product_list {
        display: inline-block;
    }

    ul.product_list li img {
        width: 100%;
        height: 100%;
        padding: 5px;
        margin: 0 auto;
        border: 1px solid #eee;
    }

    ul.product_list li .text-center {
        height: 22px;
        font-size: 16px;
        color: #000;
        margin: 10px auto;
        font-weight: normal;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .product_details {
        display: inline-block;
        margin-top: 20px;
    }

    .product_details img {
        width: 100%!important;
    }

    .product_details p {
        margin-bottom: 5px;
    }

    .product_details p img {
        width: 100%
    }

    /* 新闻列表页面和详情页面 */
    .news_content {
        width: 100%;
        display: inline-block;
    }

    .news_content ul {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .news_content li {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px dotted #9d9d9d;
    }

    .news_content li span {
        width: 26%;
        text-align: right;
        float: right;
    }

    .news_content .news_list {
        margin-top: 20px;
        display: inline-block;
    }

    .news_list .glyphicon {
        width: 4%;
        float: left;
        top: 3px;
    }

    .news_list a.news_a {
        overflow: hidden;
        width: 68%;
        float: left;
        margin-left: 3px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .news_details {
        display: inline-block;
    }

    .conY_text img {
        width: 100%!important;
        height: 100%!important;
    }

    /* 在线留言 */
    .table-responsive {
        border: 0;
    }

    .table-responsive textarea {
        width: 100%;
        border-radius: 4px;
        border: 1px solid #ccc
    }

    .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
        vertical-align: middle;
    }

    .table-responsive .btn-success {
        background: #e57919;
        border: 1px solid #e57919;
    }

    /* ----------------------------------------------------------------
        分页
    -----------------------------------------------------------------*/
    .page_content {
        text-align: center;
    }

    .page_content > a {
        display: inline;
        background-color: #fff;
        border: 1px solid #ddd;
        padding: 5px 8px;
        color: #000;
    }

    .pagination > li > a, .pagination > li > span {
        color: #000;
    }

    .page_content span {
        background: #e57919;
        color: #fff;
        padding: 5px 10px;
    }

    .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
        background: #e57919;
        border: 1px solid #e57919;
    }

    /* ----------------------------------------------------------------
           go-top.返回头部
    -----------------------------------------------------------------*/
    .go-top.show {
        bottom: 90px;
        z-index: 5;
    }

    /* ----------------------------------------------------------------
        手机底部 固定 返回头部
    -----------------------------------------------------------------*/
    .h-top-fluid {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        margin-bottom: 0;
        background: #fff;
    }

    .h-top-fluids {
        padding-left: 0;
        padding-right: 0;
        background: #f08519;
    }

    .h-top-fluid .back-up {
        float: right;
        color: #fff;
        padding: 5px 0;
    }

    .h-top-fluid .glyphicon {
        margin-left: 5px;
    }

    /* ----------------------------------------------------------------
        底部信息
    -----------------------------------------------------------------*/
    .m-foot {
        padding: 15px 0;
        margin-bottom: 62px;
        background: #dee8f2;
    }

    /* ------ 二维码 ------ */
    .m-foot-logo {
        width: 100%;
        text-align: center;
    }

    .m-foot-logo img {
        width: 153px;
        height: 72px;
    }

    /* ------ 服务热线 ------ */
    .m-foot-phone {
        width: 100%;
        margin: 5px 0;
    }

    .m-foot-phone p {
        color: #000;
        font-size: 16px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .m-foot-phone p:nth-child(1) {
        color: #e87716;
        font-size: 30px;
        font-weight: bold;
    }

    /* ------ 服务热线 ------ */
    .m-foot-message {
        width: 100%;
    }

    .m-foot-message p {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .m-foot-message, .m-foot-message p, .m-foot-message a, .m-foot-message p a {
        color: #000;
    }

    .m-foot-message a:hover, .m-foot-message p:hover a {
        color: #f00;
        text-decoration: underline;
    }

    /* ----------------------------------------------------------------
        固定底部
    -----------------------------------------------------------------*/
    .footer {
        padding: 10px 0;
        background: #000;
    }

    .footer .col-xs-12 {
        font-size: 12px;
        color: #fff;
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }

    .footer .img-responsive {
        height: 25px;
        margin: 0 auto;
    }
}

/* ----------------------------------------------------------------
        根据不同手机分辨率来显示图片大小
-----------------------------------------------------------------*/
@media screen and (min-width: 411px) and (max-width: 415px) {
    /* ----------------------------------------------------------------
        其他页面
    -----------------------------------------------------------------*/
    /* 产品中心, 案例中心 */
    ul.product_list li img {
        width: 161px;
        height: 125px;
    }
}

@media screen and (min-width: 374px) and (max-width: 376px) {
    /* ----------------------------------------------------------------
        其他页面
    -----------------------------------------------------------------*/
    /* 产品中心, 案例中心 */
    ul.product_list li img {
        width: 143px;
        height: 111px;
    }
}

@media screen and (min-width: 359px) and (max-width: 361px) {
    /* ----------------------------------------------------------------
        其他页面
    -----------------------------------------------------------------*/
    /* 产品中心, 案例中心 */
    ul.product_list li img {
        width: 135px;
        height: 105px;
    }
}

@media screen and (min-width: 319px) and (max-width: 321px) {
    /* ----------------------------------------------------------------
            所有页面调用背景大图, 固定导航菜单
    -----------------------------------------------------------------*/
    .index-navMenu-box .index-navMenu-item li {
        background-size: 100%;
    }

    .index-navMenu-box .index-navMenu-item li a {
        font-size: 15px;
        top: 24px;
    }

    /* ----------------------------------------------------------------
        其他页面
    -----------------------------------------------------------------*/
    /* 产品中心, 案例中心 */
    ul.product_list li img {
        width: 115px;
        height: 90px;
    }
}