﻿@charset "UTF-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
* {
    font-family: "microsoft yahei";
}
body {
    background: #fff;
    color: #333;
    font-family: "microsoft yahei";
    font-size: 14px;
    line-height: 30px;
    display: block !important;
    padding-left: 230px;
}
td, th, caption {
    font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
img {
    border: none;
}
ol, ul, li {
    list-style: none;
}
input, textarea, select, button {
    font-size: 14px;
}
table {
    border-collapse: collapse;
}
html {
    overflow-y: scroll;
}
/* css common*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
*zoom:1;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
html {
    overflow-x: hidden;
}
.clear {
    clear: both;
}
.w1200 {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
.w100 {
    width: 100%;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
/*----------header----------*/
header {
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    width: 230px;
}
header .container {
    width: 100%;
    background: url(../images/img_9.jpg) repeat right bottom #fcf5ec;
}
header .logo {
    padding-top: 100px;
    text-align: center;
}
header .logo a {
}
header .logo a img {
}
header .menu {
    margin-top: 130px;
}
header .menu ul {
}
header .menu ul li {
    margin-top: 45px;
}
header .menu ul li:first-child {
    margin-top: 0;
}
header .menu a {
    display: block;
    line-height: 1em;
    text-align: center;
    color: #333333;
    font-size: 16px;
}
header .menu a.on, header .menu a:hover {
    color: #852e2f;
    font-weight: bold;
}
header .mbtn {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    background: url(../images/menu.png) no-repeat center #852e2f;
    background-size: 20px auto;
    display: none;
}
body.on-menu header .mbtn {
    background-image: url(../images/menu-hide.png);
}
/*-----------main-----------*/
main {
    background: none no-repeat 50% 100%;
    background-size: cover;
}
.contant {
    width: 100%;
    padding: 90px 0;
    overflow: hidden;
    position: relative;
}
.contant.bg-g {
    background-color: #f8f8f8;
}
.contant.nopd {
    padding: 0;
}
.top {
    width: 100%;
    height: 100px;
    background: url(../images/img_10.jpg) repeat-x center top;
    display: block;
}
/*----------footer----------*/
footer {
    background-color: #262422;
    padding: 32px 50px;
}
footer .info {
    text-align: center;
    width: 100%;
    font-size: 14px;
    color: #fff;
}
footer .info a {
    color: #fff;
}
/*----------标题----------*/
.indexTitle {
    margin-bottom: 70px;
    text-align: center;
}
.indexTitle h3 {
    color: #040000;
    font-size: 32px;
}
.indexTitle p {
    color: #de1b29;
    text-transform: uppercase;
    line-height: 16px;
    margin-top: 10px;
}
/*----------焦点图----------*/
.carousel {
    position: relative
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}
.carousel-inner>.item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img {
    line-height: 1
}

@media all and (transform-3d), (-webkit-transform-3d) {
.carousel-inner>.item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
}
.carousel-inner>.item.active.right, .carousel-inner>.item.next {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}
.carousel-inner>.item.active.left, .carousel-inner>.item.prev {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}
.carousel-inner>.item.active, .carousel-inner>.item.next.left, .carousel-inner>.item.prev.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
}
.carousel-inner>.active, .carousel-inner>.next, .carousel-inner>.prev {
    display: block
}
.carousel-inner>.active {
    left: 0
}
.carousel-inner>.next, .carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}
.carousel-inner>.next {
    left: 100%
}
.carousel-inner>.prev {
    left: -100%
}
.carousel-inner>.next.left, .carousel-inner>.prev.right {
    left: 0
}
.carousel-inner>.active.left {
    left: -100%
}
.carousel-inner>.active.right {
    left: 100%
}
.ui-homebanner {
    position: relative;
}
.ui-homebanner .view {
}
.ui-homebanner .view .img {
    display: block;
    background: none no-repeat center;
    background-size: cover;
    position: relative;
}
.ui-homebanner .view .img:hover {
    opacity: .95;
}
.ui-homebanner .view .img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/sd-a.png);
    background-size: 100% 100%;
}
.ui-homebanner .view .img .tt {
    height: 290px;
    position: absolute;
    top: 50%;
    margin-top: 50px;
    left: 0;
    width: 100%;
}
.ui-homebanner .view .img .tt p {
    line-height: 1em;
    text-align: center;
    color: #fff;
}
.ui-homebanner .view .img .tt p.p1 {
}
.ui-homebanner .view .img .tt p.p1 img {
    transition: transform 300ms;
}
.ui-homebanner .view .img:hover .tt p.p1 img {
    transform: scale(1.05, 1.05);
}
.ui-homebanner .view .img .tt p.p2 {
    margin-top: 40px;
    font-size: 30px;
    font-weight: bold;
}
.ui-homebanner .view .img .tt p.p3 {
    margin-top: 50px;
}
.ui-homebanner .view .img .tt p.p3 label {
    display: inline-block;
    width: 122px;
    line-height: 42px;
    background-color: #eef3f9;
    text-align: center;
    color: #852e2f;
    font-size: 16px;
    cursor: pointer;
}
.ui-homebanner .view .img .tt p.p3 label:hover {
    background-color: #852e2f;
    color: #fff;
}
.ui-homebanner .navi {
    position: absolute;
    top: 50%;
    margin-top: -55px;
    right: 5%;
    width: 36px;
}
.ui-homebanner .navi ul {
}
.ui-homebanner .navi ul li {
    margin-bottom: 36px;
}
.ui-homebanner .navi ul li:last-child {
    margin-bottom: 0;
}
.ui-homebanner .navi a {
    display: block;
    color: #eef3f9;
    font-size: 14px;
    line-height: 1em;
    position: relative;
    text-align: center;
}
.ui-homebanner .navi a:before, .ui-homebanner .navi a:after {
    content: '';
    display: inline-block;
    width: 44px;
    height: 1px;
    background-color: #eef3f9;
    position: absolute;
    top: 50%;
    transition: width 300ms;
    width: 0;
}
.ui-homebanner .navi a.on:before, .ui-homebanner .navi a.on:after {
    width: 44px;
}
.ui-homebanner .navi a:before {
    right: 36px;
}
.ui-homebanner .navi a:after {
    left: 36px;
}
/*----------新闻----------*/
.indexNews {
}
.indexNews ul {
    margin: 0 -3px;
}
.indexNews ul li {
    width: 50%;
    float: left;
    padding: 0 3px;
    box-sizing: border-box;
    display: block;
}
.indexNews .i {
    display: block;
    overflow: hidden;
    position: relative;
}
.indexNews .i >img {
    width: 100%;
    transition: transform 300ms;
    display: block;
}
.indexNews .i:hover >img {
    transform: scale(1.05, 1.05);
}
.indexNews .i >.ct {
    width: 40%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(45, 38, 31, .8);
    background: url(../images/op_b50.png) \9;
    padding: 0 35px;
    padding-top: 70px;
    box-sizing: border-box;
}
.indexNews .i >.ct h3 {
    color: #ffffff;
    font-size: 18px;
    line-height: 1em;
    height: 1em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.indexNews .i >.ct h5 {
    margin-top: 18px;
    color: #cccccc;
    font-size: 14px;
    line-height: 1em;
}
.indexNews .i >.ct p {
    color: #e5e5e5;
    font-size: 14px;
    line-height: 30px;
    margin-top: 15px;
    height: 150px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
.ui-more {
    text-align: center;
    margin-top: 70px;
}
.ui-more a {
    display: inline-block;
    width: 204px;
    border: 2px solid #852e2f;
    line-height: 54px;
    text-align: center;
    color: #852e2f;
    font-size: 14px;
}
.ui-more a:hover {
    background-color: #852e2f;
    color: #fff;
}
/*----------体验----------*/
.bg-homeexpe {
    background: url(../images/bg-a.jpg);
    background-size: cover;
}
.ui-homeexpe {
    width: 95%;
    margin: 0 auto;
    max-width: 1260px;
}
.ui-homeexpe ul {
    margin: 0 -10px;
}
.ui-homeexpe ul li {
    width: 50%;
    float: left;
    padding: 0 10px;
    box-sizing: border-box;
}
.ui-homeexpe.bg-g ul li .i {
    background-color: #f8f8f8;
}
.ui-homeexpe .i {
    display: block;
    background-color: #fff;
}
.ui-homeexpe .i .img {
    overflow: hidden;
}
.ui-homeexpe .i .img img {
    width: 100%;
    transition: transform 300ms;
}
.ui-homeexpe .i:hover .img img {
    transform: scale(1.05, 1.05);
}
.ui-homeexpe .i .txt {
    padding: 35px 50px;
}
.ui-homeexpe .i .txt h3 {
    line-height: 1em;
    color: #353535;
    position: relative;
    font-size: 20px;
    height: 1em;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
}
.ui-homeexpe .i .txt h3:before {
    content: '';
    display: inline-block;
    width: 9px;
    height: 9px;
    border: 1px solid #d90e13;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left: -15px;
}
.ui-homeexpe .i .txt p {
    line-height: 1em;
    color: #9b9b9b;
    position: relative;
    font-size: 14px;
    height: 1em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 15px;
}
/*----------民宿----------*/
.ui-homehouse {
    overflow: hidden;
    padding-bottom: 78px;
    position: relative;
    max-width: 1260px;
    margin: 0 auto;
}
.ui-homehouse .aw {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #000;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-family: 宋体;
    position: absolute;
    bottom: 0;
}
.ui-homehouse .aw:hover {
    background-color: #852e2f;
}
.ui-homehouse .aw.l {
    left: 50%;
    margin-left: -50px;
}
.ui-homehouse .aw.r {
    right: 50%;
    margin-right: -50px;
}
.ui-homehouse ul {
}
.ui-homehouse ul li {
    width: 33.33%;
    float: left;
}
.ui-homehouse .i {
    margin: 0 10px;
    display: block;
}
.ui-homehouse .i .img {
    overflow: hidden;
}
.ui-homehouse .i .img img {
    width: 100%;
    transition: transform 300ms;
}
.ui-homehouse .i:hover .img img {
    transform: scale(1.05, 1.05);
}
.ui-homehouse .i .txt {
    background-color: #852e2f;
    padding-top: 30px;
    padding-bottom: 40px;
}
.ui-homehouse .i .txt h3 {
    line-height: 1em;
    text-align: center;
    color: #fff;
    font-size: 18px;
}
.ui-homehouse .i .txt p {
    margin-top: 10px;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    text-align: center;
    color: #fff;
    font-size: 14px;
    padding: 0 15%;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.ui-homehouse .i .txt h5 {
    margin-top: 10px;
    text-align: center;
}
.ui-homehouse .i .txt h5 label {
    display: inline-block;
    width: 51px;
    height: 51px;
    background: url(../images/sp-a.png);
    background-size: 100% 100%;
    line-height: 51px;
    text-align: center;
    color: #fff;
    vertical-align: middle;
    font-size: 12px;
    transition: transform 900ms;
}
.ui-homehouse .i:hover .txt h5 label {
    transform: rotateY(360deg);
}
.lrlist {
}
.lrlist .ct {
    overflow: hidden;
}
.lrlist .ct ul {
    position: relative;
    left: 0;
}
/*links*/
.links_item {
    display: inline-block;
    width: 25%;
    text-align: center;
    line-height: 30px;
    float: left;
}
.links_item a {
    display: block;
    color: #666;
    margin-top: 10px;
    margin-bottom: 10px;
    border-right: dotted 1px #ddd;
}
.links_item:nth-child(4n) a {
    border-right: 0;
}
/*----------内页焦点图----------*/
.subBan {
    position: relative;
    overflow: hidden;
}
.subBan >img {
    width: 100%;
    transition: transform 300ms;
}
.subBan:hover >img {
    transform: scale(1.05, 1.05);
}
.navTow {
    width: 100%;
    background-color: #f8f8f8;
    padding-top: 90px;
}
.navTow ul {
    text-align: center;
}
.navTow ul li {
    display: inline-block;
    margin-right: 20px;
}
.navTow .nli {
    height: 40px;
    text-align: center;
}
.navTow .nli span {
    display: block;
}
.navTow .nli span a {
    width: 155px;
    height: 40px;
    display: block;
    color: #333;
    font-size: 14px;
    line-height: 40px;
    background-color: #f2f2f2;
}
.navTow .nli.on, .navTow .nli:hover {
    color: #fff;
    background-color: #852e2f;
}
.navTow .nli.on span a, .navTow .nli:hover span a {
    color: #fff;
    background-color: #852e2f;
}
/*----------内页简介----------*/
.aboutBox {
    width: 95%;
    margin: 90px auto 0;
    max-width: 1260px;
    background-color: #fff;
    box-sizing: border-box;
}
.aboutBox p {
    margin-bottom: 10px;
}
.aboutBox img {
    width: 100%;
    height: auto;
}
/*----------内页简介----------*/
.jjBox {
    width: 95%;
    margin: 90px auto 0;
    max-width: 1260px;
    background-color: #fff;
    box-sizing: border-box;
}
.jjBox .jjBox_fl {
    float: left;
    width: 100%;
    padding: 35px;
    box-sizing: border-box;
}
.jjBox .jjBox_fl p {
    margin-bottom: 5px;
}
.jjBox .jjBox_fr {
    float: left;
    width: 50%;
    background: #000;
    min-height: 500px;
}
.jjBox .jjBox_fr .vod {
    margin-top: 80px;
}
.jjBox img {
    width: 100%;
    height: auto;
}
/*----------内页图文样式----------*/
.subListA {
    width: 95%;
    margin: 0 auto;
    max-width: 1260px;
}
.subListA li {
    width: 32%;
    height: auto;
    margin-right: 2%;
    float: left;
    background-color: #fff;
    margin-top: 25px;
}
.subListA li:nth-child(3n) {
    margin-right: 0;
}
.subListA li .view {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
}
.subListA li .view img {
    width: 100%;
    height: auto;
    transition: transform 300ms;
}
.subListA li .text {
    width: 100%;
    padding: 35px 35px;
    box-sizing: border-box;
    display: block;
}
.subListA li .text h3 {
    width: 100%;
    font-size: 16px;
    color: #333;
    line-height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.subListA li .text p {
    width: 100%;
    height: 75px;
    font-size: 14px;
    color: #666;
    line-height: 25px;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.subListA li:hover img {
    transform: scale(1.05, 1.05);
}
/*----------内页图文样式----------*/
.subListB {
    width: 95%;
    margin: 0 auto;
    max-width: 1260px;
}
.subListB li {
    padding: 25px 0;
    border-bottom: 1px dashed #dddddd;
    display: block;
}
.subListB li img {
    float: left;
    width: 220px;
    height: 120px;
    transition: transform 300ms;
}
.subListB li:hover img {
    transform: scale(1.05, 1.05);
}
.subListB li .ct {
    margin-left: 250px;
}
.subListB li .ct h3 {
    line-height: 30px;
    color: #333333;
    font-size: 16px;
    margin-bottom: 15px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.subListB li:hover .ct h3 {
    text-decoration: underline !important;
}
.subListB li .ct h3 span {
    color: #424242;
    font-size: 14px;
    float: right;
}
.subListB li .ct p {
    color: #999999;
    font-size: 14px;
    line-height: 25px;
    width: 100%;
    height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
/*----------内页新闻样式----------*/
.newsListG {
    width: 95%;
    margin: 0 auto;
    max-width: 1260px;
}
.newsListG .tit {
    width: 98%;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    color: #333;
    border-bottom: solid 2px #852e2f;
    padding: 0 1%;
    margin-bottom: 20px;
}
.newsListG .tit .tit_mc {
    width: 68%;
    float: left;
    text-indent: 10px;
}
.newsListG .tit .tit_sl {
    float: right;
    width: 20%;
    text-align: right;
}
.newsListG .tit .tit_sj {
    float: right;
    width: 10%;
    text-align: center;
}
.newsListG li {
    width: 98%;
    height: 50px;
    background-image: url(../images/icon_1.jpg);
    background-position: 8px center;
    background-repeat: no-repeat;
    line-height: 50px;
    border-bottom: 1px dashed #ccc;
    padding: 0 1%;
    overflow: hidden;
}
.newsListG li span {
    float: right;
    color: #999;
    width: 10%;
    text-align: center;
    display: block;
}
.newsListG li .text {
    width: 68%;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    float: left;
    text-indent: 20px;
}
.newsListG li a:hover {
    color: #852e2f;
}
.newsListG li .an {
    float: right;
    width: 10%;
    height: 26px;
    background-color: #852e2f;
    line-height: 26px;
    color: #fff;
    text-align: center;
    margin-right: 2%;
    margin-top: 10px;
    display: block;
    border-radius: 13px;
}
.newsListG li .an:hover {
    color: #fff;
}
.newsListG li .sl {
    float: right;
    width: 30%;
    color: #999;
    text-align: right;
}
.newsListG li .an:hover {
    color: #fff;
}
/*----------内页视频讲经----------*/
.subSp {
    width: 95%;
    margin: 0 auto;
    max-width: 1260px;
}
.subSp li {
    float: left;
    width: 20%;
    height: 150px;
    text-align: center;
    font-size: 18px;
    color: #333;
    line-height: 30px;
}
.subSp li:nth-child(2n) {
    background-color: #eee;
}
.subSp li a {
    color: #333;
    display: block;
    padding: 0 2.5%;
    display: block;
    width: 95%;
    height: 100px;
    padding-top: 50px;
}
.proListE {
    width: 95%;
    margin: 0 auto;
    max-width: 1260px;
}
.proListE li {
    width: 30%;
    height: auto;
    margin: 0 5% 20px 0;
    float: left;
    display: block;
}
.proListE li:nth-child(3n) {
    margin-right: 0;
}
.proListE li .pic {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    padding-top: 66%;
    position: relative;
}
.proListE li .pic img {
    width: 100%;
    height: 100%;
    transition: all ease-out .3s;
    position: absolute;
    top: 0;
    left: 0;
}
.proListE li .txt {
    width: 100%;
    display: block;
    color: #333;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 10px;
}
.proListE li:hover .txt {
    color: #852e2f;
}
.proListE li:hover img {
    transform: scale(1.05)
}
/*分页效果*/
.pages {
    width: 95%;
    max-width: 1260px;
    height: auto;
    overflow: hidden;
    clear: both;
    text-align: right;
    margin: 60px auto 0;
}
.pages ul{
    float: right;
}
.pages ul li{
    float: left;
}
.pages ul li.active span{
    color: #fff;
    background: #852e2f;
    border-color: #852e2f;
}
.pages a, .pages span {
    background: #eee;
    color: #333;
    text-decoration: none;
    margin: 0 5px;
    padding: 5px 11px;
}
.pages span:first-child {
    background: #eee;
}
.pages a:hover {
    color: #fff;
    background: #852e2f;
}
.pages span.current {
    color: #fff;
    background: #852e2f;
    border-color: #852e2f;
}
.pages span.disabled {
    background: #eee;
}
.pages span.disabled:hover {
    background: #852e2f;
    color: #fff;
    text-decoration: none;
}
/*----------内页详情页----------*/
.subShow {
    width: 95%;
    margin: 0 auto;
    max-width: 1260px;
    padding-top: 20px;
}
.subShow .title {
    width: 100%;
    font-size: 24px;
    line-height: 40px;
    color: #222;
    font-weight: bold;
    text-align: center;
}
.subShow .time {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
    font-size: 14px;
    line-height: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #999;
    text-align: center;
    margin-top: 55px;
}
.subShow .time span {
    display: inline-block;
}
.subShow .text {
    width: 100%;
    margin-top: 55px;
    text-align: justify;
    text-justify: inter-ideograph;
}
.subShow .text p {
    font-size: 15px;
    line-height: 30px;
    color: #222;
    margin-bottom: 10px;
}
.subShow .text img {
    max-width: 1100px;
    height: auto;
    margin-top: 10px;
}
/* 上一条新闻 * */
.nv_ud {
    width: 100%;
    margin-top: 100px;
}
.nv_ud div {
    width: 46%;
    border-top: #eee solid 1px;
    border-bottom: #eee solid 1px;
    height: 70px;
    color: #666;
    font-size: 15px;
    line-height: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.nv_ud div a {
    color: #222;
}
.nv_ud div a:hover {
    color: #00a2ea;
}
/*内页评论*/

.comment {
    padding: 90px 0;
    overflow: hidden;
    position: relative;
    padding-bottom: 0;
}
.comment_form {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.comment_text {
    width: 100%;
    height: 80px;
    box-sizing: border-box;
    padding: 8px;
    line-height: 24px;
    border: solid 1px #eee;
    margin-bottom: 15px;
}
.comment_submit {
    width: 100px;
    height: 40px;
    line-height: 36px;
    border: solid 0 #eee;
    background-color: #852e2f;
    color: #fff;
    font-size: 14px;
    margin-right: 0;
    display: block;
    float: right;
}
.comment_list {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 30px;
}
.comment_list li {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 0px;
}
.commentk {
    border-bottom: solid 1px #eee;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 30px;
    padding-top: 7px;
    padding-bottom: 7px;
    box-sizing: border-box;
}
.comment_time {
    /*    float: right;*/
    color: #999;
    display: block;
}
.reply {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-left: 30px;
    box-sizing: border-box;
    font-size: 13px;
}
.replyk {
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    border-bottom: dashed 1px #eee;
}
.reply_p {
}
.reply_time {
    float: right;
    color: #999;
}
.comment_p span {
    /*    margin-right: 10px;*/
    font-weight: bold;
    color: #852e2f;
}
.reply_p span {
    /*    margin-right: 10px;*/
    font-weight: bold;
    color: #852e2f;
}
.reply_p svg {
    width: 15px;
    height: 15px;
    margin-bottom: -2px;
}
.reply_p svg path {
    fill: #aaa;
}
.comment_item {
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    margin-bottom: 15px;
}
.comment_item2 {
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    margin-bottom: 15px;
    padding-top: 15px;
}
.comment_item h1 {
    line-height: 40px;
    font-weight: normal;
    font-size: 16px;
    color: #555;
}
.comment_item input[type="text"] {
    width: 100%;
    height: 40px;
    border: solid 1px #eee;
    box-sizing: border-box;
    font-size: 14px;
    color: #666;
    padding-left: 8px;
    padding-right: 8px;
}
.comment_item input[type="text"]::placeholder {
}
.comment_item textarea {
    width: 100%;
    height: 100px;
    border: solid 1px #eee;
    box-sizing: border-box;
    font-size: 14px;
    color: #666;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.comment_item input.comment_submit2 {
    float: right;
    width: 100px;
}
.w100p {
    width: 100%;
}
.w50p {
    width: 50%;
}
.w33p {
    width: 33.33%;
}
.w66p {
    width: 66.66%;
}
.pt0 {
    padding-top: 0;
}
.feedback {
    width: 100%;
    padding-bottom: 90px;
    height: auto;
    overflow: hidden;
}
.feedback.bg-g {
    background-color: #f8f8f8;
}
.comment_submit2 {
    width: 32%;
    height: 40px;
    line-height: 36px;
    border: solid 0 #eee;
    background-color: #852e2f;
    color: #fff;
    font-size: 14px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.comment_item label {
    height: 40px;
    line-height: 40px;
}
.comment_item label input {
    float: left;
    width: 17px;
    height: 17px;
    margin-top: 12px;
    margin-right: 5px;
}
.comment_p {
    /*	width: calc(100% - 100px);*/
    width: 100%;
}
.reply_p {
    /*	width: calc(100% - 100px);*/
    width: 100%;
}
.huifu {
    cursor: pointer;
}
.huifu_form {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: none;
}

.huifu_txt {
    width: calc(100% - 270px);
    height: 32px;
    border: solid 1px #852e2f;
    box-sizing: border-box;
    padding-left: 7px;
    padding-right: 7px;
    color: #666;
    font-size: 14px;
    float: left;
    margin-right: -1px;
    margin-bottom: 5px;
}
.huifu_name {
    width: 110px;
    height: 32px;
    border: solid 1px #852e2f;
    
    box-sizing: border-box;
    padding-left: 7px;
    padding-right: 7px;
    color: #666;
    font-size: 14px;
    float: left;
    
}
.huifu_niming{
    width: 70px;
    height: 32px;
    box-sizing: border-box;
    padding-left: 7px;
    padding-right: 7px;
    color: #666;
    font-size: 14px;
    float: left;
}
.huifu_niming label input {
    float: left;
    width: 17px;
    height: 17px;
    margin-top: 6px;
    margin-right: 5px;
}
.huifu_sub {
    width: 50px;
    height: 32px;
    box-sizing: border-box;
    border: solid 0 #eee;
    background-color: #852e2f;
    color: #fff;
    font-size: 14px;
    float: left;
}
.tips {
    width: 90%;
    height: auto;
    overflow: hidden;
/*    text-align: center;*/
    line-height: 24px;
    color: #aaa;
    margin-top: -20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1260px;
}
.tips2 {
    width: 90%;
    height: auto;
    overflow: hidden;
    text-align: center;
    line-height: 24px;
    color: #aaa;
    margin-left: auto;
    margin-right: auto;
/*    padding-top: 30px;*/
    padding-bottom: 10px;
}


@media (max-width: 767px) {
body {
    padding-left: 0;
}
.container {
    width: 100%;
    padding: 0 15px;
}
.contant {
    width: 100%;
    padding: 30px 0;
    overflow: hidden;
    position: relative;
}
.top {
    display: none;
}
header {
    width: 100%;
    height: 50px;
    background-color: #fff;
    overflow: hidden;
}
header:before {
    content: '';
    display: inline-block;
    position: absolute;
    z-index: 1;
    top: 50px;
    left: 0;
    width: 100%;
    border-top: 1px solid #ccc;
}
body.on-menu header {
    overflow: visible;
}
header .container {
    background-color: #fff;
}
header .logo {
    padding-top: 5px;
}
header .logo a img {
    height: 45px;
}
header .mbtn {
    display: block;
}
header .menu {
    margin-top: 60px;
}
header .menu ul li {
    margin-top: 30px;
}
header .menu a {
    font-size: 14px;
}
header .foot {
    padding-bottom: 20px;
}
header .foot p.p2 {
    margin-top: 10px;
}
main {
    padding-top: 50px !important;
}
.indexTitle {
    margin-bottom: 30px;
    text-align: center;
}
.indexTitle h3 {
    color: #040000;
    font-size: 20px;
    font-weight: bold;
}
.indexTitle p {
    color: #852e2f;
    text-transform: uppercase;
    line-height: 12px;
    margin-top: 5 px;
}
.ui-homebanner .view .img {
    height: 200px !important;
}
.ui-homebanner .view .img .tt {
    height: 120px;
    margin-top: -60px;
}
.ui-homebanner .view .img .tt p.p1 img {
    height: 40px;
}
.ui-homebanner .view .img .tt p.p2 {
    margin-top: 10px;
    font-size: 12px;
    padding: 0 10%;
    line-height: 1.2em;
    font-weight: normal;
}
.ui-homebanner .view .img .tt p.p3 {
    margin-top: 10px;
}
.ui-homebanner .view .img .tt p.p3 label {
    width: 80px;
    line-height: 28px;
    font-size: 12px;
}
.ui-homebanner .navi {
    left: 0;
    width: auto;
    bottom: 10px;
    top: auto;
    margin-top: 0;
    right: 0;
}
.ui-homebanner .navi ul {
    text-align: center;
}
.ui-homebanner .navi ul li {
    width: 20px;
    display: inline-block;
    margin-bottom: 0;
}
.ui-homebanner .navi a {
    font-size: 12px;
}
.ui-homebanner .navi a.on {
    font-weight: bold;
}
.ui-homebanner .navi a:before, .ui-homebanner .navi a:after {
    display: none;
}
.ui-homebanner .navi a:before {
    right: 26px;
}
.ui-fullpart {
    padding: 20px 0;
}
.indexTitle {
    margin-bottom: 20px;
    text-align: center;
}
.indexNews ul li {
    width: 100%;
    padding: 0 3px;
    box-sizing: border-box;
    padding: 3px 0;
}
.indexNews .i >img {
    width: 100%;
    transition: transform 300ms;
    display: block;
}
.indexNews .i >.ct {
    width: 50%;
    padding: 30px 15px 0;
}
.indexNews .i >.ct h3 {
    color: #ffffff;
    font-size: 15px;
    line-height: 1em;
    height: 1em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.indexNews .i >.ct h5 {
    margin-top: 10px;
    color: #cccccc;
    font-size: 12px;
    line-height: 1em;
}
.indexNews .i >.ct p {
    color: #e5e5e5;
    font-size: 12px;
    line-height: 20px;
    margin-top: 10px;
    height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
footer {
    background-color: #262422;
    padding: 20px 50px;
}
footer .info {
    font-size: 12px;
}
.aboutBox {
    width: 95%;
    margin: 30px auto 0;
    max-width: 1260px;
    background-color: #fff;
    padding: 20px 30px;
}
.aboutBox .p {
    margin-bottom: 5px;
}
.aboutBox img {
    max-width: 100%;
}
.jjBox {
    width: 95%;
    margin: 30px auto 0;
    max-width: 1260px;
    background-color: #fff;
    box-sizing: border-box;
}
.jjBox .jjBox_fl {
    float: left;
    width: 100%;
    padding: 20px 4%;
    box-sizing: border-box;
}
.jjBox .jjBox_fl p {
    margin-bottom: 5px;
}
.jjBox .jjBox_fr {
    float: left;
    width: 100%;
    background: #000;
    min-height: 0;
}
.jjBox .jjBox_fr .vod {
    margin-top: 0;
}
.jjBox img {
    width: 100%;
    height: auto;
}
.ui-homeexpe ul li {
    width: 100%;
    padding: 10px 0;
}
.ui-homehouse ul {
    margin: 0;
}
.ui-homehouse ul li {
    padding: 0;
    width: 100%;
    margin-bottom: 5px;
}
.ui-homehouse ul li:last-child {
    margin-bottom: 0;
}
.ui-homehouse .i .txt {
    padding: 15px 0;
    padding-bottom: 10px;
}
.ui-homehouse .i .txt h3 {
    font-size: 16px;
}
.ui-homehouse .i .txt p {
    font-size: 12px;
    line-height: 20px;
}
.ui-homehouse .i .txt h5 {
    margin-top: 5px;
}
.ui-homehouse .i .txt h5 label {
    transform: scale(.7, .7);
}
.ui-homehouse {
    padding-bottom: 40px;
}
.ui-homehouse .aw {
    zoom: .8;
}
.ui-homehouse .aw.l {
    margin-left: -45px;
}
.ui-homehouse .aw.r {
    margin-right: -45px;
}
/*----------内页图文样式----------*/

.subListA li {
    width: 100%;
    height: auto;
    margin-right: 0;
    float: left;
    background-color: #fff;
    margin-top: 20px;
}
.subListA li .text {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    display: block;
}
.subListA li .text h3 {
    width: 100%;
    font-size: 14px;
    color: #333;
    line-height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.subListA li .text p {
    width: 100%;
    height: 60px;
    font-size: 12px;
    color: #666;
    line-height: 20px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.subListB li {
    padding: 10px 0;
}
.subListB li img {
    float: none;
    width: 100%;
    height: auto;
}
.subListB li .ct {
    margin-left: 0;
    margin-top: 10px;
}
.subListB li .ct h3 {
    font-size: 14px;
    margin-bottom: 10px;
    height: auto;
}
.subListB li .ct p {
    font-size: 12px;
    line-height: 22px;
    height: 44px;
}
.subSp {
    width: 95%;
    margin: 0 auto;
    max-width: 1260px;
}
.subSp li {
    float: left;
    width: 33.3%;
    height: 50px;
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 50px;
    overflow: hidden;
    background-color: #fff;
}
.subSp li:nth-child(2n) {
    background-color: #eee;
}
.subSp li a {
    color: #333;
    display: block;
    padding: 0 2.5%;
    display: block;
    width: 95%;
}
.newsListG .tit {
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    margin-bottom: 10px;
}
.newsListG .tit .tit_mc {
    width: 57%;
}
.newsListG .tit .tit_sl {
    float: right;
    width: 20%;
}
.newsListG .tit .tit_sj {
    width: 20%;
}
.newsListG li span {
    width: 20%;
    font-size: 12px;
}
.newsListG li .text {
    width: 57%;
    text-indent: 18px;
    font-size: 12px;
}
.newsListG li a:hover {
    color: #852e2f;
}
.newsListG li .an {
    font-size: 12px;
}
.newsListG li .sl {
    width: 30%;
}
.subShow {
    width: 95%;
    margin: 0 auto;
    max-width: 1260px;
}
.comment {
    padding: 30px 0;
    overflow: hidden;
    position: relative;
    padding-bottom: 0;
}
.navTow {
    width: 100%;
    background-color: #f8f8f8;
    padding-top: 30px;
}
.navTow .nli span a {
    width: 100px;
}
.feedback {
    width: 100%;
    padding-bottom: 30px;
    height: auto;
    overflow: hidden;
}
.ui-more {
    margin-top: 30px;
}
.ui-more a {
    display: inline-block;
    width: 204px;
    height: 46px;
    border: 2px solid #852e2f;
    line-height: 42px;
    text-align: center;
    box-sizing: border-box;
    color: #852e2f;
    font-size: 14px;
}
.comment_item:nth-child(4) {
    padding-left: 0;
    padding-right: 0;
}
.comment_item h1 {
    font-size: 14px;
}
.subShow .time {

}
    .huifu_txt {
        width: 100%;
        
    }
    .huifu_name {
        width: calc( 100% - 120px );
    }
    .subShow .text img {
        max-width: 100%;
    }
}
