@charset "utf-8";
@media (max-width: 1000px) {
    body {
        padding-top: 60px;
    }
    /* header */
    header {
        height: 60px;
        position: fixed;
        left: 0px;
        top: 0px;
        background: #fff;
        box-shadow: 0 0 10px #ccc;
    }
    header section {
        padding: 0;
    }
    header .logo {
        top: 10px;
    }
    header .logo img {
        height: 40px;
    }
    header nav {
        display: none;
        position: fixed;
        left: 0px;
        top: 60px;
        bottom: 0px;
        right: 0px;
        width: 100%;
        background: #fff;
        box-shadow: 0 0 5px #ccc;
        padding: 10px;
        overflow-y: auto;
    }
    header nav li {
        width: 100%;
        text-align: left;
        position: relative;
    }
    header nav li>a {
        font-size: 14px;
        font-weight: normal;
        line-height: 45px;
        border-bottom: 1px solid #ddd;
    }
    header nav li>.iconfont {
        position: absolute;
        right: 0px;
        top: 0px;
        width: 45px;
        height: 45px;
        line-height: 45px;
        text-align: right;
        font-size: 20px;
    }
    header nav li:last-child>a {
        border-bottom: 0;
    }
    header nav li:hover>a,
    header nav li.on>a {
        color: #a27149;
    }
    header nav li:hover>.iconfont,
    header nav li.on>.iconfont {
        color: #a27149;
    }
    header nav .sub {
        position: static;
        background: none;
        height: auto;
        padding: 10px 0 5px 0;
        line-height: 24px;
        transform: translateX(0);
    }
    header nav .sub a {
        padding: 0;
        color: #999;
        display: block;
        overflow: hidden;
    }
    header nav .sub a:hover {
        background: none;
    }
    header nav .sub:before,
    header nav .sub:after {
        display: none;
    }
    header .search {
        right: 140px;
        top: 10px;
        width: 40px;
        text-align: center;
        height: 40px;
        line-height: 40px;
        padding: 0;
        border-left: 0;
    }
    header .search .fd {
        position: fixed;
        left: auto;
        right: 0px;
        top: 60px;
        border-top: 0;
        box-shadow: 0 0 5px #ccc;
        width: 100%;
    }
    header .search .fd input {
        width: 100%;
    }
    header .yyqie {
        position: absolute;
        right: 60px;
        top: 10px;
        line-height: 40px;
    }
    header .nav {
        right: 10px;
        top: 10px;
        width: 40px;
    }
    header .nav i {
        line-height: 40px;
        height: 40px;
        background: none;
        color: #a27149;
    }
    header .nav i:hover {
        background: none;
    }
    header .nav.cur i:before {
        content: "\e606";
    }
    /* footer */
    footer .box {
        padding: 20px 0;
        display: block;
        font-size: 12px;
    }
    footer .box .nav {
        display: none;
    }
    footer .box .cont {
        width: 100%;
        overflow: hidden;
        line-height: 24px;
    }
    footer .box .cont .tel {
        height: auto;
        line-height: 32px;
        font-size: 22px;
        margin: 4px 0 5px 0;
        padding: 5px 0 0 0;
    }
    footer .box .cont .tel i {
        font-size: 32px;
        margin-right: 8px;
        position: relative;
        top: -2px;
    }
    footer .box .ewm {
        display: none;
    }
    footer .bj {
        font-size: 12px;
        padding: 15px 0;
    }
    footer .bj .link {
        display: none;
    }
    footer .bj .copy {
        float: none;
    }
    /* yy */
    .yy_but {
        right: -1px;
        width: 30px;
        height: 92px;
        margin-top: -46px;
        background-size: 100% 100%;
    }
    .yy_box {
        background: #f5f5f5;
        overflow-y: auto;
    }
    .yy_box .close {
        right: 0px;
        top: 0px;
    }
    .yy_box .box {
        padding: 20px 10px;
    }
    .yy_box .tit {
        border-bottom: 1px solid #ccc;
        padding: 0 0 10px 0;
        font-size: 12px;
        line-height: 18px;
    }
    .yy_box .tit span {
        font-size: 20px;
        padding: 0 10px 0 0;
        line-height: 36px;
    }
    .yy_box .tit em {
        font-size: 12px;
    }
    .yy_box .tit i {
        width: 5px;
    }
    .yy_box ul li {
        margin-top: 15px;
        padding: 0 0 0 130px;
        line-height: 40px;
        font-size: 14px;
    }
    .yy_box ul li .bt {
        position: absolute;
        left: 0px;
        top: 0px;
        padding: 0 5px 0 0;
        width: 130px;
    }
    .yy_box ul li .che {
        padding: 7px 0 5px 0;
    }
    .yy_box ul li .che label {
        margin-left: 0;
        float: none;
        line-height: 28px;
    }
    .yy_box ul li .che label input {
        top: 3px;
    }
    .yy_box ul li .che label:first-child {
        margin-left: 0;
    }
    /* banner */
    .banner .banner_next,
    .banner .banner_prev {
        width: 30px;
        line-height: 50px;
        margin-top: -25px;
        font-size: 30px;
    }
    .banner .banner_next {
        right: 10px;
    }
    .banner .banner_prev {
        left: 10px;
    }
    .banner .swiper-pagination-bullets {
        bottom: 10px;
    }
    .banner .swiper-pagination-bullets .swiper-pagination-bullet {
        width: 20px;
        height: 3px;
        margin: 0 3px;
    }
    /* index */
    .in_box {
        padding: 20px 0 30px 0;
    }
    .in_tit {
        background-size: auto 20px;
        padding: 0 0 25px 0;
        font-size: 14px;
        margin-bottom: 15px;
    }
    .in_tit span {
        font-size: 20px;
    }
    .in_tit span .ml {
        margin-left: 10px;
    }
    .in_news {
        width: 100%;
        padding: 0 0 20px 0;
    }
    .in_news .tab {
        height: 42px;
        line-height: 42px;
        border-bottom: 1px solid #d5d5d5;
        overflow: hidden;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    .in_news .tab li {
        padding: 0;
        font-size: 14px;
    }
    .in_news .xun {
        padding: 8px 0 0 0;
    }
    .in_news .xun li {
        padding: 0;
        line-height: 28px;
    }
    .in_news .xun li a {
        padding: 0 15px;
        background-size: auto 8px;
    }
    .in_news .xun li span {
        font-size: 12px;
    }
    .in_tbut {
        width: 100%;
        margin: 0;
    }
    .in_tbut dd:hover span {
        padding-right: 20px;
    }
    .in_tbut dt a {
        height: 203px;
    }
    .in_tbut dt .fd {
        padding: 0 10px;
        font-size: 16px;
    }
    .in_tbut dt .fd em {
        font-size: 26px;
    }
    .in_tbut dd a {
        height: 50px;
        line-height: 50px;
    }
    .in_tbut dd span {
        padding: 0 10px 0 0;
        font-size: 16px;
    }
    .in_pro {
        height: auto;
    }
    .in_pro li {
        padding: 1px;
        width: 50%;
    }
    .in_pro li a {
        height: auto;
    }
    .in_pro li img {
        position: static;
        height: auto;
        width: 100%;
        transform: translateX(0);
    }
    .in_pro li .fd {
        background: none;
    }
    .in_pro li .fd span {
        line-height: 32px;
        font-size: 14px;
        background: rgba(180, 100, 35, 0.5);
        letter-spacing: 0;
    }
    .in_pro li:first-child {
        padding: 1px;
        width: 100%;
    }
    .in_jsx {
        padding: 0 30px;
    }
    .in_jsx .tou {
        width: 20%;
        font-size: 12px;
    }
    .in_jsx .tou img {
        border: 2px solid #dfdfdf;
        margin-bottom: 5px;
    }
    .in_jsx .box {
        width: 80%;
        padding: 2px 0 0 22px;
        overflow: hidden;
        position: relative;
    }
    .in_jsx .box .info {
        border: 8px solid #f2f2f2;
        padding: 10px;
        font-size: 12px;
        line-height: 22px;
    }
    .in_jsx .box:before {
        top: 20px;
        left: 10px;
        border-top: 10px solid transparent;
        border-right: 12px solid #f2f2f2;
        border-bottom: 10px solid transparent;
    }
    .in_jsx .jsx_next,
    .in_jsx .jsx_prev {
        width: 26px;
        font-size: 26px;
    }
    /* all */
    .position {
        display: none;
    }
    .main {
        padding: 20px 0;
    }
    .main_top {
        margin-top: 0px;
    }
    .main_top section {
        padding: 20px 10px;
        min-height: inherit;
    }
    .main_left {
        width: 100%;
    }
    .main_right {
        display: none;
    }
    /* shaicate */
    .shaicate {
        margin-bottom: 20px;
    }
    .shaicate dl {
        font-size: 14px;
        padding: 0 0 0 42px;
        margin-bottom: 5px;
        line-height: 24px;
    }
    .shaicate dl dd {
        font-size: 12px;
    }
    .shaicate dl dd a {
        margin: 0 10px 5px 0;
    }
    .shaicate dl dd .on {
        padding: 0 10px;
    }
    /* cateone */
    .cateone {
        overflow: visible;
        position: relative;
        margin: -20px -10px 0 -10px;
        z-index: 10;
    }
    .cateone .tit {
        display: block;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        color: #a27149;
        background: #F2F2F2;
        padding: 0 10px;
    }
    .cateone .tit .iconfont {
        position: absolute;
        right: 10px;
        top: 0px;
        text-align: center;
        color: #a27149;
        font-size: 20px;
        font-weight: bold;
    }
    .cateone ul {
        display: none;
        position: absolute;
        left: 0px;
        top: 50px;
        width: 100%;
        background: #fff;
        box-shadow: 0 0 10px #ccc;
        margin: 0;
    }
    .cateone ul li {
        width: 100%;
        margin-left: 0px;
    }
    .cateone ul li a {
        padding: 0 10px;
        line-height: 34px;
        border-radius: 0px;
        background: none;
    }
    .cateone ul li.on a {
        padding: 0 10px;
    }
    /* catetwo */
    .catetwo {
        overflow: visible;
        position: relative;
        margin: -20px -10px 0 -10px;
        z-index: 10;
        padding: 0 0 20px 0;
        font-size: 14px;
        line-height: 34px;
    }
    .catetwo .tit {
        display: block;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        color: #a27149;
        background: #F2F2F2;
        padding: 0 10px;
    }
    .catetwo .tit .iconfont {
        position: absolute;
        right: 10px;
        top: 0px;
        text-align: center;
        color: #a27149;
        font-size: 20px;
        font-weight: bold;
    }
    .catetwo ul {
        display: none;
        position: absolute;
        left: 0px;
        top: 50px;
        width: 100%;
        background: #fff;
        box-shadow: 0 0 10px #ccc;
        margin: 0;
        float: none;
    }
    .catetwo ul li {
        width: 100%;
        margin-left: 0px;
    }
    .catetwo ul li a {
        padding: 0 10px;
        border-bottom: 0;
    }
    .catetwo ul li.on a,
    .catetwo ul li:hover a {
        border-bottom: 0;
        background: #a27149;
        color: #fff;
    }
    .catetwo .dqwz {
        display: none;
    }
    /* piclist */
    .piclist {
        margin: -5px;
    }
    .piclist li {
        width: 50%;
        padding: 5px;
    }
    .piclist li span {
        font-size: 14px;
        line-height: 30px;
    }
    .piclist.four li {
        width: 50%;
    }
    /* 分页 */
    .dede_pages {
        padding: 15px 0 0 0;
    }
    .dede_pages li {
        margin: -1px 0 0 -1px;
        border-radius: 0;
    }
    .dede_pages li a {
        padding: 0 10px;
    }
    .dede_pages li.pageinfo {
        display: none;
    }
    /* view_pic */
    .view_pic .tit {
        line-height: 36px;
        margin: 15px 0;
    }
    .view_pic .tit span {
        padding: 0 15px;
        font-size: 16px;
    }
    .view_pic .butmore {
        padding: 15px 0 0 0;
    }
    .view_pic .butmore a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
    }
    .view_pic .dan_pic {
        width: 100%;
    }
    .view_pic .cs_box {
        width: 100%;
        padding: 15px 0 0 0;
        font-size: 14px;
    }
    .view_pic .cs_box .bt {
        font-size: 20px;
        padding: 0 0 10px 0;
    }
    .view_pic .cs_box .ms {
        margin: 10px 0;
        padding: 5px;
        font-size: 12px;
        line-height: 22px;
        text-align: justify;
    }
    .view_pic .cs_box .bdsharebuttonbox {
        display: none;
    }
    .view_pic .cs_box .but {
        width: 124px;
        line-height: 36px;
        margin-top: 0;
    }
    .view_pic .cbt {
        border-bottom: 1px solid #cccccc;
        padding: 0 0 10px 0;
        overflow: hidden;
        margin: 15px 0;
    }
    .view_pic .cbt .bt {
        font-size: 20px;
        padding: 0 0 5px 0;
    }
    .view_pic .cbt .cs {
        margin-left: -10px;
        line-height: 24px;
    }
    .view_pic .cbt .cs span {
        margin-left: 0px;
        width: 50%;
        float: left;
        padding: 0 0 0 10px;
    }
    .view_pic .sxfx {
        margin: 15px 0 0 0;
    }
    .view_pic .sxfx .bdsharebuttonbox {
        display: none;
    }
    .view_pic .banpic {
        padding: 0;
    }
    .view_pic .banpic .probanbig img {
        width: 100%;
        height: 220px;
        cursor: pointer;
    }
    .view_pic .banpic .probansmall {
        width: 100%;
        overflow: hidden;
        position: relative;
        right: 0px;
        top: 0px;
        bottom: 0px;
        padding: 0 35px;
        margin-top: 10px;
    }
    .view_pic .banpic .probansmall li img {
        margin: 0;
        width: 100%;
        height: 60px;
        border: 1px solid transparent;
        opacity: 0.7;
    }
    .view_pic .banpic .probansmall .active-nav img {
        border: 1px solid #a27149;
        opacity: 1;
    }
    .view_pic .banpic .probansmall .prev,
    .view_pic .banpic .probansmall .next {
        width: 30px;
        height: auto;
        line-height: inherit;
        top: 0px;
        bottom: 0px;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
    }
    .view_pic .banpic .probansmall .next {
        left: auto;
        right: 0px;
    }
    .view_pic .piclist li:nth-child(3) {
        display: none;
    }
    /* tan_pic */
    .tan_pic {
        padding: 50px;
    }
    .tan_pic .close {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 30px;
    }
    .tan_pic .swiper-pagination-bullets {
        width: 100%;
        z-index: 5;
        left: 0px;
    }
    .tan_pic .swiper-pagination-bullet {
        width: 15px;
        height: 3px;
        border-radius: 3px;
        margin: 0 3px;
    }
    .tan_pic .swiper-button-next,
    .tan_pic .swiper-button-prev {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-top: -20px;
        font-size: 40px;
    }
    /* proall */
    .proall .in_pic {
        margin: 15px 0 10px 0;
    }
    /* pagebody */
    .pagebody .tit {
        padding: 0 0 10px 0;
    }
    .pagebody .tit em {
        font-size: 24px;
    }
    .pagebody img {
        padding: 5px 0;
    }
    /* tulist */
    .tulist li {
        width: 50%;
    }
    .tulist li .box {
        padding: 15px 10px;
    }
    /* newslist */
    .newslist {
        padding: 0 0 5px 0;
    }
    .newslist li {
        border-bottom: 1px dashed #ddd;
    }
    .newslist li .pic {
        margin-right: 10px;
    }
    .newslist li .pic img {
        width: 125px;
        height: 80px;
    }
    .newslist li .bt {
        white-space: normal;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        height: 60px;
        font-size: 18px;
        line-height: 28px;
    }
    .newslist li p {
        display: none;
    }
    .newslist li .cs {
        height: 20px;
        line-height: 26px;
        overflow: hidden;
        font-size: 12px;
        color: #999;
        font-family: Arial;
    }
    .newslist li .cs i {
        color: #a27149;
        font-weight: bold;
        margin-right: 4px;
    }
    .newslist li .cs span {
        padding-right: 10px;
    }
    .newslist li em {
        display: none;
    }
    /* view_news */
    .view_news .cs span {
        padding-left: 10px;
    }
    .view_news .body img {
        padding: 5px 0;
		max-width:100%;
    }
	.view_pic .body img{max-width:100%;}
    .view_news .sx {
        padding: 0;
        line-height: 22px;
        font-size: 12px;
    }
    .view_news .sx .bdsharebuttonbox {
        display: none;
    }
    .view_news .xgnew {
        padding: 5px 0 0 0;
    }
    .view_news .xgnew .tits {
        height: 30px;
        border-bottom: 1px solid #ccc;
    }
    .view_news .xgnew .tits span {
        height: 30px;
        padding: 0 6px 0 0;
        border-bottom: 1px solid #b46423;
    }
    .view_news .xgnew ul {
        margin: 10px -10px 0 -10px;
    }
    .view_news .xgnew ul li {
        padding: 0 10px;
    }
    .view_news .xgnew ul li a {
        padding: 0 0 0 10px;
        line-height: 26px;
    }
    .view_news .xgnew ul li a:before {
        margin-top: -2px;
    }
    #bdmap {
        width: 100%;
        height: 250px;
    }
    /* in_piclr */
    .in_piclr {
        display: block;
    }
    .in_piclr ul {
        width: 100%;
    }
    .in_piclr ul li {
        padding: 2px;
    }
    .in_piclr ul li span {
        bottom: -32px;
        line-height: 32px;
    }
    .in_piclr ul:nth-child(1) {
        width: 100%;
    }
    /* wapnone */
    .wapnone {
        display: none;
    }
}