@charset "utf-8";
/*勉县农业 */
@import url("css/bootstrap.min.css");
@import url("css/home.css");
@import url("css/page.css");
@import url("css/kweb.css");
body {
    font-family: "微软雅黑";
    font-size: 14px;
    line-height: 24px;
    color: #333;
    background-color: #f4f4f4;
}

* {
    margin: 0px;
    padding: 0px;
}

a:link,
a:visited {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #d3a554;
    text-decoration: none;
}

img {
    max-width: 100%;
}

ul {
    margin: 0;
}

.bg {
    background: #f3f3f3;
    padding: 20px 0;
    margin: 30px 0 50px 0;
}

.navbar {
    margin-bottom: 0;
}

.container {
    max-width: 1200px;
}

.container-fluid {
    max-width: 1200px;
}

.navbar-inverse {
    background: #fff;
    border: 0;
    height: 70px;
}

.navbar-brand {
    background-image: url(images/logo.png);
    background-repeat: no-repeat;
    width: 75px;
    height: 29px;
    display: block;
    background-size: 100%;
    margin-top: 21px;
}

@media (max-width: 640px) {
    .navbar-inverse {
        height: 60px;
    }

    .navbar-brand {
        width: 178px;
        margin-top: 10px;
    }
}

.menu-mobile {
    display: none;
    border: solid 1px #5a5d66;
    border-radius: 3px;
    width: 36px;
    height: 33px;
}

.menu-mobile:hover {
    background: #5a5d66;
}

.menu-mobile:before {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    bottom: 8px;
    left: 5px;
    right: 5px;
    width: auto;
    height: auto;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-width: 1px 0;
}

.menu-mobile:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 5px;
    right: 5px;
    width: auto;
    margin-top: -1px;
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
}

.menu-dropdown-icon:before {
    content: "";
    display: none;
    cursor: pointer;
    float: right;
    padding: 15px;
    background: url(images/icon/icon-sj.png) no-repeat right center;
    background-size: 30%;
    color: #333;
    margin-right: 15px;
    margin-top: 6px;
}

/**导航**/
.menu ul {
    list-style: none;
    padding: 0;
    box-sizing: border-box;
    margin-left: 330px;
}

.menu .menubox {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 30px;
}

.menu > ul:before,
.menu > ul:after {
    content: "";
    display: table;
}

.menu > ul:after {
    clear: both;
}

.menu > ul > li {
    float: left;
    padding: 0;
    margin: 0;
}

.menu > ul > li a {
    text-decoration: none;
    padding: 23px 30px;
    display: block;
    font-size: 16px;
}

.menu > ul > li div {
    display: none;
    width: 100%;
    background: #455163;
    padding: 20px;
    position: absolute;
    z-index: 99;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}

.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > div > ul > li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 25%;
    background: none;
    float: left;
    font-size: 15px;
}

.menu > ul > li > div > ul > li a {
    color: #fff;
    padding: 0;
    width: 95%;
    display: block;
    border-bottom: 1px solid #6d7581;
}

.menu > ul > li > div > ul > li > ul {
    display: block;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box;
}

.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > div > ul > li > ul > li {
    float: left;
    width: 100%;
    margin: 0;
    font-size: .8em;
}

.menu > ul > li > div > ul > li > ul > li a {
    border: 0;
    font-size: 12px;
}

.menu > ul > li > ul.normal-sub {
    width: 200px;
    left: auto;
    padding: 10px 20px;
}

.menu > ul > li > ul.normal-sub > li {
    width: 100%;
}

.menu > ul > li > ul.normal-sub > li a {
    border: 0;
}

@media only screen and (max-width: 992px) {
    .container-fluid {
        padding: 0;
    }

    .navbar-header {
        padding-left: 15px;
    }

    .menu-mobile {
        display: block;
        position: absolute;
        right: 15px;
        top: 15px;
    }

    .menu > ul > li > div > ul > li a {
        width: 100%;
    }

    .menu > ul > li > div > ul > li a {
        padding-bottom: 8px;
    }

    .menu {
        max-height: 430px;
        overflow: auto;
    }

    .menu .menubox {
        padding-left: 0;
    }

    .menu-dropdown-icon:before {
        display: block;
    }

    .menu > ul {
        display: none;
    }

    .menu > ul > li div {
        padding: 10px 20px;
    }

    .menu > ul > li {
        width: 100%;
        float: none;
        display: block;
    }

    .menu > ul > li a {
        padding: 8px 10px;
        width: 100%;
        display: block;
        border-bottom: solid 1px #5a5d66;
    }

    .menu > ul > li:hover {
        background: none;
    }

    .menu > ul > li > ul {
        position: relative;
    }

    .menu > ul > li > ul.normal-sub {
        width: 100%;
    }

    .menu > ul > li > div > ul > li {
        float: none;
        width: 100%;
        margin-top: 5px;
    }

    .menu > ul > li > ul > li:first-child {
        margin: 0;
    }

    .menu > ul > li > ul > li > ul {
        position: relative;
    }

    .menu > ul > li > ul > li > ul > li {
        float: none;
    }

    .menu .show-on-mobile {
        display: block;
    }
}

@media (min-width: 992px) {
    .navbar-nav > li > a {
        height: 27px;
        line-height: 27px;
        padding: 0 15px;
        margin-top: 22px;
    }

    .navbar-nav > li:first-child > a {
        background: #d3a554;
        color: #fff;
        border-radius: 20px;
    }

    .navbar-nav > li:last-child > a {
        color: #d3a554;
        margin-left: 30px;
        border: 1px solid #d3a554;
        border-radius: 20px;
        box-sizing: border-box;
    }
}

@media (max-width: 992px) {
    .navbar-nav {
        background-color: #252525;
        margin: 0;
    }

    .navbar-nav > li > a {
        display: inline-block;
        float: left;
    }
}

.row {
    max-width: 1200px;
    margin: 0 auto;
}

.footer {
    color: #808084;
    padding: 8px 0;
    text-align: center;
}

.footer p {
    margin: 0 auto;
    color: #fff;
    font-size: 13px;
}

#footer_box {
    background-color: #252525;
}

/*公共样式*/
.wrap {
    padding: 30px 0;
}

.wrap .container {
    padding: 0;
}

.panel {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 15px;
}

.panel-heading {
    font-size: 16px;
    padding: 0;
    color: #333;
    position: relative;
    margin-bottom: 15px;
}

.panel-heading strong {
    display: inline-block;
    color: #333;
    background-repeat: no-repeat;
    background-position: left center;
    width: 205px;
    height: 79px;
}

.panel-heading .more {
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 14px;
    color: #999999;
}

.panel-body {
    padding: 15px 40px;
    background-color: #fff;
    margin-bottom: 25px;
    border-radius: 8px;
}

.thumbnail {
    padding: 0;
    margin-bottom: 20px;
    border-radius: 8px;
}
.gr_info{
    margin-top: 70px;
    background: url("../images/gr_head_bg.png") no-repeat;
    text-align: center;
    color: #fff;
    padding: 50px 0 30px;
}
/*.gr_info i{*/
    /*display: inline-block;*/
    /*width: 25px;*/
    /*height: 25px;*/
    /*background: url("../Themes/images/icon/ewm_sm.png") no-repeat;*/
    /*background-size: 100% 100%;*/
    /*position: relative;*/
    /*top: 4px;*/
    /**/
/*}*/
.gr_info b{
    font-size: 24px;
}
.gr_info>div>div{
    padding:15px 0;
}
.gr_info>div>img{
    width: 200px;
    height: 260px;
}
.gr_info>p{
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.jngyxl li{
    float: left;
    width: 33%;
    text-align: center;
}
.jngyxl li b{
    display: block;
    font-size: 22px;
    margin-bottom: 10px;
}
.span_box1>div>span{
    width: 5px;
    height: 17px;
    border-radius: 10px;
    background: #d3a554;
    display: inline-block;
    position: relative;
    top: 2px;
}
.span_box1>div:first-child{
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
    border-bottom: 1px solid #e9e9e9;
}
.span_box1 span img{
    position: relative;
    top: -2px;
    left: -5px;
}
.jngyxl{
    padding: 20px 0;
    overflow: hidden;
}
.row_rt{
    margin-top: 40px;
}
.span_box1{
    background: #fff;
    margin-bottom: 20px;
    border-radius: 8px;
}
#sz_intro .row>div{
    font-weight: normal;
    font-size: 14px;
    line-height: 32px;
}
#sz_intro .row span{
    color: #999;
}
.intro_txt .row{
    line-height: 22px;
}
.intro_txt{
    padding: 10px 0 15px;
    overflow: hidden;
}
.browse_user img{
    float: left;
    display: inline-block;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin-right: 5px;
    margin-bottom: 5px;
}
.browse_user img:nth-child(7),.browse_user img:nth-child(14){
    margin-right: 0;
}
.browse_user{
   margin: 20px 0 15px;
    max-height: 106px;
    overflow: hidden;
}
#szxc_lb .slides,#szxc_lb .slides li{
    height: 320px;
    background:none;
}
#szxc_lb .flexslider{
    height: auto;
}
#szxc_lb .flex-direction-nav{
    display: block;
    position: absolute;
    left: 0;
    top: 40%;
    width: 100%;
}
#szxc_lb{
    margin-top: 25px;
    margin-bottom: 15px;
}
#szxc_lb .flex-control-paging{
    bottom: 0;
    display: none;
}
#szxc_lb .slides li a{
    display: inline-block;
    width: 370px;
    height: 320px;
}
#szxc_lb .slides li a img{
    width: 100%;
    height: 100%;
}
#szxc_lb .flex-direction-nav a{
    color: transparent;
    display: inline-block;
    width: 35px;
    height: 35px;
}
#szxc_lb .flex-direction-nav li:first-child{
    float: left;
    padding: 5px;
}
#szxc_lb .flex-direction-nav li:last-child{
    float: right;
    padding: 5px;
}
#szxc_lb .flex-direction-nav li:first-child a{
    background: url("../Themes/images/icon/xc_lf.png") no-repeat;
    background-size: 100% 100%;
}
#szxc_lb .flex-direction-nav li:last-child a{
    background: url("../Themes/images/icon/xc_rt.png") no-repeat;
    background-size: 100% 100%;
}
#szxc_lb .flex-control-paging li a.flex-active{
    background: #d3a554;
}
.dn_top input{
    height: 103px;
    width: 85%;
    border-radius: 0;
    border: 1px solid #e9e9e9;
    box-shadow:none;
}
.dn_top{
    padding: 20px 25px;
    overflow: hidden;
}
.dn_top a{
    display: inline-block;
    width:13%;
    background: #d3a554;
    color: #fff;
    height: 103px;
    text-align: center;
    font-size: 20px;
    margin-left: 2%;
    padding-top: 30px;
}
.dn_card{
    width: 100%;
    border-radius: 8px;
    margin-bottom: 20px;
    background: #fff;
    clear: both;
}
.dn_list{
    padding: 20px 25px 10px;
}
.dn_list img{
    display: inline-block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    margin-right: 5px;
}
.dn_list span{
    font-size: 16px;
    color: #000018;
}
.dn_list p{
    font-size: 16px;
    color: #999;
    line-height: 20px;
    margin-top: 10px;
}
.ewm_fix{
    position: fixed;
    right: 0;
    top: 50%;
    text-align: center;
}
.ewm_fix img{
    display: block;
    width: 150px;
    height: 150px;
}
.ewm_fix p{
    margin-top: 10px;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover{
    color: #333;
    background-color: antiquewhite;
}
.flex-control-nav{
    display: none;
}
.row_rwjng{
    max-width: 1215px;
    margin: 0 auto;
}
.row_sj{
    max-width: 1210px;
    margin: 0 auto;
}