@charset "utf-8";
/**
 * 本文件专门用于适配电脑/手机
 * 其中，电脑版仅考虑屏幕尺寸>=1500,如小于1500则水平滚动，而不重新排版
 * 已经重新定义，xs<768≤sm<1200≤md<1500≤lg ;小于768即为手机版（电脑版最低尺寸为1280 / 150% = 853，符合电脑版小尺寸定义）
 */
.hidden{
    display:none;
}

/*电脑版*/
@media (min-width: 768px){
    .navbar-brand.hidden-pc{
        display:inherit !important;
        color: #FFFFFF;
    }
    .hidden-sm,.hidden-md,.hidden-lg{
        display:none;
    }
    .container {
        max-width: 1440px;
    }
    .footer .bot-box .fot p {
        display: inline;
        margin-right: 0px;
    }
    .footer .bot-box .fot p a {
        display: inline;
        margin-left: 0px;
    }
    .footer {
        padding-top: 20px;
        background-color: #eaeaea;
        width: 100%;
    }
    .footer .bot-box .fot {
        margin-top: 14px;
    }
    .footer .max-box {
        width: 1440px;
        max-width: 92%;
        margin: 0px auto;
    }
    .footer .top-box {
        width: 100%;
        margin-bottom: 40px;
        box-sizing: initial;
    }
    .footer .max-box .left {
        /*width: 320px;*/
        margin-bottom: 0;
        float: left;
    }
    .footer .max-box .left .img {
        /*width: 160px;*/
        margin-bottom: 20px;
    }
    .footer .max-box .left .detaile {
        font-size: 14px;
    }
    .footer .max-box .center {
        display: block;
    float: left;
        margin-left: 10%;
        width: 50%;
    }
    
    
    .footer .max-box .center li {
        width: 25%;
        float: left;
    }
    
    
    
    .footer .max-box .center li .tit {
        font-size: 16px;
        color: #666;
        line-height: 1.6;
        display: block;
        margin-bottom: 10px;
    }
    .footer .max-box .center li a, .footer .bot-box .fot a {
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }
    .footer .max-box .center li .tt {
        font-size: 12px;
        color: #b8b8b8;
        line-height: 2;
        display: block;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }
    .footer .max-box .center li a, .footer .bot-box .fot a {
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }
    .footer .max-box .ewm {
        width: 105px;
        float: right;
        padding: 0 0 40px 70px;
        border-left: 1px solid #dcdcdc;
    }
    
    .footer .max-box .ewm img {
        display: block;
        width: 100%;
    }
    .footer .max-box .ewm .title {
        font-size: 12px;
        margin-top: 5px;
    }
    .footer .bot-box {
        width: 100%;
        border-top: 1px solid #e9e9e9;
        padding: 25px 0 35px;
    }
    
    .footer .bot-box .fot {
        width: calc(100% - 400px);
        font-size: 14px;
        line-height: 1.6;
        padding: 0;
        border-top: 0;
        margin-top: 5px;
    }
    
    .footer .bot-box .fot {
        width: 100%;
        float: left;
        /*font-size: 0.24rem;*/
        color: #717171;
        line-height: 1.6;
        padding: 0.15rem 0 0.4rem;
        /*border-top: 1px solid #c2c2c2;*/
        margin-top: 0.3rem;
    }
    .footer .bot-box .fot a {
        margin-right: 15px;
    }
    .footer .max-box .center li a, .footer .bot-box .fot a {
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }
    .footer .bot-box .fot p a {
        display: block;
        margin-left: 0;
    }
    .footer .bot-box .fot a {
        margin-right: 15px;
    }
    
    /*首页视频*/
    #index-enterprise-video{
        height: 288px;
    }
    /*内页顶部横幅大图*/
    #header-banner{
        height: 430px;
    }
    .contents .row{
        width: 100%;
    }
    /*关于我们，底部向日葵背景的版块链接，调整为5个之后，md-2不能用了 */
    .bklj{
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    
    
    
}
/*手机版*/
@media (max-width: 768px) {
    .hidden-xs{
        display:none !important;
    }
    
    .visible-xs{
        display:inherit !important;
    }
    
    .indNewsList a span{
      width: unset !important;
    }
    .nav-bg{
        /*background: #1c8208;*/
    }
    .slicknav_btn {
        border-color: #CCCCCC;
    }
    .slicknav_menu .slicknav_icon-bar {
        background: #ffffff;
    }
    #carousel-area {
        background: transparent !important;
    }
    .navbar-brand {
        position: absolute;
        top: 12px;
        /* color: #1c8208!important; */
    }
    .navbar-toggler{
        display: none;
      }
    /* #menu is the original menu */
      #wpb-mobile-menu {
        display: none;
      }
      .slicknav_menu {
        display: block;
      }
    /*原 main.css 移植*/
    .nav-inline .nav-item + .nav-item {
    margin-left: 0;
    float: none;
    }
    #main-menu ul .dropdown .dropdown-menu {
    display: block;
    position: relative;
    width: 100%;
    }
    #main-menu {
    clear: both;
    width: 100%;
    }
    nav.navbar.navbar-light {
    min-height: 73px;
    }
    nav.navbar.navbar-light button.navbar-toggler {
    background: #333 none repeat scroll 0 0;
    border-radius: 0 !important;
    margin-top: 17px;
    }
    nav.navbar.navbar-light ul.nav-inline .nav-item {
    display: block;
    }
    nav.navbar.navbar-light ul.nav-inline {
    max-height: 350px;
    overflow-x: scroll;
    margin-top: 20px;
    }
    #roof {
    display: none;
    }
    #main-menu ul > li > a {
    font-size: 12px !important;
    padding: 18px 10px;
    }
    .page-header-content h2 {
    text-align: center;
    }
    .footer-widget {
    margin-bottom: 40px;
    }
    .carousel-item > img {
    height: 100% !important;
    }
    #carousel-area .carousel-item .carousel-caption h2 {
    font-size: 20px;
    font-weight: 600;
    }
    #carousel-area .carousel-item .carousel-caption h3 {
    font-size: 16px;
    }
    .btn-lg {
    font-size: 10px;
    padding: 10px 16px;
    text-transform: uppercase;
    }
    .section-title {
    font-size: 18px;
    }
    .section-subcontent {
    font-size: 12px;
    line-height: 17px;
    }
    #portfolio a.filter {
    font-size: 10px;
    margin: 5px;
    padding: 5px 11px;
    }
    .controls {
    padding: 0;
    }
    .pricing-table-x .table-header h3 {
    font-size: 18px;
    }
    .plan-info > p {
    font-size: 12px !important;
    }
    .pricing-table-x .button-area {
    padding: 14px 0 40px;
    }
    .pricing-table-x {
    margin: 20px 15px;
    }
    .service2-single-service .fa {
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    width: 45px;
    }
    .service2-single-service h2 {
    font-size: 15px;
    }
    .service2-single-service p {
    font-size: 11px;
    }
    .images {
    text-align: center;
    }
    .split h2.title {
    font-size: 16px;
    line-height: 24px;
    }
    #other-services .service-content p.lead {
    font-size: 12px;
    line-height: 28px;
    margin-bottom: 7px;
    }
    #other-services .service-content p {
    font-size: 12px;
    }
    .about2-intro-image {
    margin-bottom: 10px;
    }
    #default-tab li.nav-item a.nav-link {
    padding: 5px;
    font-size: 12px;
    }
    .single-testimonial-area h3 {
    font-size: 18px;
    line-height: 25px;
    }
    .single-testimonial-area p {
    font-size: 12px;
    }
    .section {
        /*padding: 40px 10px;*/
    }
    .page-header-area {
    height: 86px;
    }
    .page-header-content h2 {
    font-size: 28px;
    }
    .cta-content h2 {
    font-size: 20px;
    line-height: 32px;
    }
    .cta-content p {
    font-size: 12px;
    line-height: 18px;
    padding-top: 5px;
    }
    .cta-content .btn {
    font-size: 12px;
    margin-top: 0;
    padding: 7px 12px;
    }
    #google-map-contact {
    height: 200px;
    padding: 0;
    }
    .section-padding {
    padding: 60px 0;
    }
    .contact-title-text h2 {

    font-size: 30px;
    }
    .contact-title-text p {
    font-size: 14px;
    }
    .contact-widget h2 {
    margin-bottom: 10px;
    font-size: 20px;
    }
    .contact-widget address {
    line-height: 35px;
    font-size: 12px;
    }
    .error-section h1 {
    font-size: 4rem;
    }
    .error-section h4 {
    font-size: 16px;
    }
    #round-tab ul li a {
    font-size: 12px;
    padding: 6px !important;
    }
    #vertical-tab .nav-tabs, #vertical-tab .tab-content {
    vertical-align: top;
    display: inherit;
    }
    #vertical-tab ul.nav-tabs li a {
    font-size: 12px;
    padding: 12px 40px;
    }
    #vertical-tab ul.nav-tabs {
    margin-bottom: 20px;
    }
    #vertical-tab p {
    font-size: 13px;
    line-height: 23px !important;
    }
    .shortcode-buttons-area .col-md-3 , .shortcode-pie-skill-area .col-md-6 {
    margin: 30px 0;
    }
    .single-portfolio-area .small-title {
    margin-top: 30px;
    }
    .portfolio-controls ul li a.btn {
    padding: 5px 30px;
    }
    .featured-wrapper img {
    height: 200px;
    }
    .blog-post-footer ul li a {
    padding: 4px 12px;
    }
    .blog-post-footer a.btn {
    margin-top: 10px;
    }
    iframe {
    height: 340px !important;
    }
    ul.pagination a.page-link {
    font-size: 10px;
    padding: 5px;
    }
    .search-bar {
    margin-top: 40px;
    }
    .sidebar-area .widget {
    margin-bottom: 30px;
    }
    .about-author-section .media-left {
    display: block !important;
    text-align: center;
    }
    .about-author-section .media .media-body {
    padding-left: 10px;
    text-align: center;
    padding-top: 20px;
    }
    .author-footer .fa {
    font-size: 18px !important;
    height: 35px !important;
    line-height: 35px !important;
    width: 35px !important;
    }
    .comments-area .media-left, .comments-area .media-right {
    display: block;
    margin-bottom: 5px;
    text-align: center;
    }
    .comment-author {
    margin: 10px 0;
    }
    .commentor-info > p {
    font-size: 13px;
    line-height: 23px;
    }
    .portfolio-img img {
        width: 100%;
    }
    /*底部*/
    footer .links{
       
    }
    footer .links .tit{
        font-size: small;
    }
    .detaile {
        padding: 1rem;
    }
    footer .fot{
        font-size: small;
        background: black;
        color: #AAA;
        width: 100vw;
        padding: 1rem;
    }
    .footer a.tit{
        color: #FFF !important;
    }
    /*新闻页面*/
    .contents{
        width:100% !important;
    }
    .article_info{
        margin: 0 !important;
        padding: 0 !important;
    }
    /*顶部选项卡*/
    .pages_nav_title {
        background: transparent !important;
        margin: 0 !important;
        padding: 0;
    }
    
        
    
    .nav_title a{
        padding: 0 6px !important;
        font-size: smaller;
    }
    
    .article_list {
        background: #fff !important;
        width: 100% !important;
        margin-right: 0 !important;
        padding: 1rem !important;
    }

    .about_right {
        width: 100% !important;
    }
    
    .row{
        /*
        padding: 0 !important;
        */
        margin:0 !important;
        
    }
    
    /*关于农旅网底部向日葵底图的板块链接*/
    .bklj {
        height: 203px !important;
        background-position: bottom center;
        border: 1px solid #fff !important;
        width: 20% !important;
    }
    /*正文标题*/
    .organization .title h4{
        padding: 20px 0 0 0 !important;
    }
    .article_list .row, .organization .row, .article_list .col-md-12, .organization .col-md-12{
        padding:0;
    }
    
    .organization img{
        max-width: 100%;
    }
    
    .gap-12px-md{
        height: 12px;
    }
    
    /*党群建设模板，底部幻灯片*/
    #dangqun_3{
        padding:0 15px;
    }
    
    /*业务板块 入口页面*/
    .house_line ul{
        list-style: none;
        padding: 0;
    }
    .house_line li{
        width: 100% !important;
        margin-top: 1rem;
    }
    .house_line li img{
        width:100% !important;
        height: 135% !important;
    }
    .house_line .house_box{
        visibility:visible !important;
    }
    .house_line .house_line_title{
        visibility:hidden !important;
    }
    
    .bussiness_detail  .float-left{
        width: 100%;
    }
    
    .business{
        margin: 30px 0 !important;
    }
    
    .featured-box  .container{
        padding: 0 !important;
    }
    /*二级菜单*/
    li ul a[role="menuitem"]{
        text-indent:2rem;
    }
    
    .house_line li{
            padding-bottom: 50% !important;
    }
    .blank_jb{
        display:inherit !important;
    }
    
    .fixed-top{
        position: relative;
    }
    .row.news-xq h4 {
        padding: 1rem 0;
    }
    
    .article_list .news-xq{
        border-bottom: none;
    }
    /*内页横幅高度*/
    #header-banner{
        height: 40vw;
    }
    
    footer{
        background: #eaeaea;
    }
    
    #dangqun_md_banner{
        /*padding: 15px 0;*/
        display:none;
    }
    /*选项卡居中*/
    .pages_nav_title{
        justify-content: center;
    }
    .nav_title>div{
        padding:0;
    }
    
    .business_title_name h3.even{
        background-image: url(/template/web/Static/images/title2_bg_yw_u.png)!important;
    }
    .business_title_name h3{
        background-image: url(/template/web/Static/images/title2_bg_yw_d.png)!important;
    }
    /*手机版的分页组件，要支持换行，否则超出*/
    .pagination{
      flex-wrap: wrap;
    }
    
    /*手机版 二级栏目名称*/
    .nav_title a{
      width : 25vw;
    }
    
}
@media (min-width: 768px) and (max-width: 1200px) {
    .visible-sm{
        display:inherit !important;
    }
	.footer .max-box .center{
		margin-left: 18px !important;
	}
	.footer .max-box .ewm{
		display:none;
	}
}
@media (min-width: 1200px) and (max-width: 1500px) {
    .visible-md{
        display:inherit !important;
    }
	.footer .max-box .center{
		margin-left: 30px !important;
	}
}
@media (min-width: 1500px) {
    .visible-lg{
        display:inherit !important;
    }
	
}


@media screen and (min-width: 1024px) and (max-width: 1488){
    body{
        min-width:1500px;
    }
    .footer .max-box .center {
        display: block;
        float: left;
        margin-left: 5%;
        width: calc(100% - 250px - 105px - 150px);
    }
}

