@import "other/jason.min.css";
@import "other/swiper.min.css";
@import "../font/iconfont.css";
body.detail{
  padding-top:125px;
}
body.detail .f1{
  margin-bottom:25px;
}
.com-btn {
  width: 102px;
  height: 29px;
  line-height: 29px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  color: #000;
  background-color: transparent;
}
.com-btn a {
  line-height: inherit;
  background: url(../images/common/btn-bg.png);
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  height: 100%;
}
.com-btn:hover {
  background-color: #934747;
}
.com-btn:hover a {
  color: #fff;
}
.com-btn-search {
  width: 100px;
  height: 30px;
  background-color: #1F1F1F;
  color: #d09e88;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.com-btn-search span {
  padding: 0 5px;
}
.com-btn-search:hover {
  background-color: #474747;
}
.com-select {
  width: 134px;
  height: 30px;
  display: inline-block;
  font-size: 14px;
  background-color: #735E5C;
  color: #dccfce;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.com-select span {
  margin-left: -10px;
}
.com-select b {
  border-top-color: #fff;
}
.com-select .select-list a {
  background-color: #1F1F1F;
}
.com-select .select-list a:hover {
  background-color: #735E5C;
}
.title_common{
    padding: 30px 0 20px 0;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.title_common .font{
    font-size: 34px;
    letter-spacing: 4px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #333333;
}
.title_common img{
    margin: 0 !important;
}
.news {
  color: #7c7c7c;
  background-color: #fff;
  padding: 35px 0;
}
.news:hover i {
  color: #934747;
}
.news:hover .news-time {
  border-color: #934747;
}
.news-time {
  width: 140px;
  height: 140px;
  border: 2px solid #D9D9D9;
  text-align: center;
  padding-top: 28px;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.news h5 {
  font-size: 25px;
}
.news .line {
  height: 1px;
  width: 55px;
  background-color: #DCDCDC;
  display: inline-block;
}
.news h4 {
  color: #934747;
  font-size: 39px;
}
.news i {
  position: absolute;
  right: 12px;
  top: -12px;
  color: #BDBDBD;
  font-size: 24px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.news-text {
  margin-left: 160px;
}
.news h6 {
  margin-bottom: 15px;
  line-height: 130%;
  color: #000;
  font-size: 18px;
}
.news h6 > a {
  color: #000;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
.news h6:hover a {
  color: #995151;
}
.news h6 + p {
  font-size: 14px;
  line-height: 150%;
}
.news-list {
  padding-left: 32px;
}
.news-list li:not(:last-child) {
  margin-bottom: 20px;
}
.news-list-time {
  color: #b1b1b1;
}
.news-list-circle {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border: 2px solid #934747;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 12px;
}
.news-list a span {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.news-list a:hover .news-list-circle {
  background-color: #934747;
}
.news-list a:hover span {
  color: #934747;
}
.pages {
  text-align: center;
  background-color: #C1BCB3;
  padding: 18px 0;
  margin-top: 15px;
}
.pages a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 0 4px;
  background-color: #DDDAD4;
  font-size: 14px;
}
.pages a.active{
  background-color: #934747;
  color: #fff;
}
.pages a:hover,
.pages a:hover a,
.pages a.hover,
.pages a.hover a {
  background-color: #934747;
  color: #fff;
}
::selection {
  background-color: #6F5A57;
  color: #fff;
}
.container {
  width: 1200px;
}
body.content {
  background-color: #EAE8E4;
}
.header {
  height: 90px;
  background-color: rgba(210, 207, 196, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
}
.header .header-logo {
  width: 311px;
  height: 59px;
  background-image: url(../images/header/header-logo.png);
}
.header .header-nav {
  position: relative;
}
.header .header-navList {
  height: 90px;
}
.header .header-navList > li {
  position: relative;
  cursor: pointer;
  z-index: 2;
}
.header .header-navList > li > a {
  padding: 10px 10px;
  display: block;
}
.header .header-nav-sonList {
  position: absolute;
  width: auto;
  top: 90px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  font-size: 14px;
}
.header .header-nav-sonList a {
  display: block;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
  padding: 10px 40px;
  color: #DFDDD5;
  background-color: transparent;
  white-space: nowrap;
}
.header .header-nav-sonList a:hover {
  background-color: #934747;
}
.header .header-line {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 0;
  background-color: #934747;
}
.footer {
  height: 331px;
  margin-top: 75px;
}
.footer-content {
  height: 273px;
  background-color: #727272;
  color: #dcdcdc;
  font-size: 12px;
  min-width: 1200px;
}
.footer-content ul {
  float: left;
  margin-right: 48px;
}
.footer-content li {
  margin-bottom: 15px;
}
.footer-content .title {
  font-size: 16px;
  margin: 35px 0 35px 0;
  color: #fff;
}
.footer-content b {
  border: 3px solid transparent;
  border-top-color: #fff;
  display: inline-block;
  margin-left: 7px;
}
.footer-content img {
  margin-top: -10px;
}
.footer-content a {
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
.footer-content a:hover {
  color: #A5A5A5;
}
.footer-bottom {
  color: #494949;
  font-size: 14px;
  height: 58px;
  background-color: #CACACA;
  min-width: 1200px;
}
.footer-bottom p {
  line-height: 58px;
}
.footer-bottom .m-select {
  margin-left: -375px;
  width: 150px;
  height: 27px;
  line-height: 27px;
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.footer-bottom .m-select span {
  color: #777777;
}
.footer-bottom .m-select b {
  border-top-color: #E1CECC;
}
.footer-bottom .m-select .select-list {
  top: auto;
  bottom: 100%;
  color: #fff;
}
.footer-bottom .m-select .select-list a {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  background-color: #934747;
}
.footer-bottom .m-select .select-list a:hover {
  background-color: #A84D4D;
}
.footer-bottom p > a {
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  margin:0 3px;
}
.footer-bottom p > a:hover {
  color: #A84D4D;
}
.content-banner {
  margin-bottom: 40px;
  text-align: center;
}
.content-banner .banner {
  height: 410px;
  position: relative;
  margin-bottom: 40px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}
.content-banner .bg-shade {
  background-color: rgba(0, 0, 0, 0.4);
}
.content-banner .text {
  position: relative;
  z-index: 1;
  min-width: 1200px;
}
.content-banner .content-banner__line {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 50px;
  background-color: #934747;
}
.content-banner .heading {
  text-align: center;
  padding: 180px 0 90px 0;
  color: #fff;
}
.content-banner .heading .font {
  font-size: 39px;
}
.content-banner .nav2 {
  display: inline-block;
  color: #fff;
}
.content-banner .nav2 li {
  padding-bottom: 4px;
}
.content-banner .nav2 li:not(:last-child) {
  margin-right: 27px;
}
.content-banner .nav2 a {
  padding: 4px 6px;
}
.content-banner h3 {
  font-size: 26px;
  margin-bottom: 10px;
}
.content-banner .path {
  color: #735e5c;
  font-size: 12px;
}
.content-banner .path a.iconfont {
  font-size: 20px;
  font-weight: bold;
  margin-right: 2px;
}
.content-banner .path a:not(.iconfont):hover {
  color: #463734;
}
.index-main {
  min-width: 1200px;
}
.index-main .swiper-container {
  height: 680px;
}
.index-main .swiper-container a {
  display: block;
}
.index-main .pagination {
  position: absolute;
  z-index: 20;
  bottom: 25px !important;
  left: 0;
  text-align: center;
}
.index-main .pagination span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  margin: 0 5px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
  opacity: 1;
}
.index-main .pagination span.swiper-pagination-bullet-active {
  border-color: #934747;
}
.index-main .f1 {
  background-color: #DDDAD4;
}
.index-main .f2 {
  background-color: #EBEBEB;
}
.index-main .f3 {
  background: url(../images/index/f3-bg.jpg);
}
.index-main .f4 {
  background-color: #FFFFFF;
}
.index-main .f1 > .title,
.index-main .f2 > .title,
.index-main .f3 > .title,
.index-main .f4 > .title {
  display: block;
  padding: 30px 0 20px 0;
  margin: 0 auto;
}
.index-main .f1 .container > a,
.index-main .f1 .container > div {
  height: 300px;
  position: relative;
  overflow: hidden;
}
.index-main .f1 .container > :nth-child(1) {
  background-color: #91918C;
}
.index-main .f1 .container > :nth-child(1) .pic {
  bottom: -40px;
  right: -66px;
}
.index-main .f1 .container > :nth-child(1):hover .pic {
  right: -46px;
}
.index-main .f1 .container > :nth-child(2) {
  background-color: #504F4B;
}
.index-main .f1 .container > :nth-child(2) .pic {
  bottom: -39px;
  right: -58px;
}
.index-main .f1 .container > :nth-child(2):hover .pic {
  right: -38px;
}
.index-main .f1 .container > :nth-child(3) {
  background-color: #687557;
}
.index-main .f1 .container > :nth-child(3) .pic {
  bottom: -12px;
  right: -80px;
}
.index-main .f1 .container > :nth-child(3):hover .pic {
  right: -60px;
}
.index-main .f1 .container > :nth-child(4) {
  background-color: #726742;
}
.index-main .f1 .container > :nth-child(4) .pic {
  bottom: -22px;
  right: -52px;
}
.index-main .f1 .container > :nth-child(4):hover .pic {
  right: -32px;
}
.index-main .f1 .container > :nth-child(5) {
  background-color: #7A7472;
}
.index-main .f1 .container > :nth-child(5) .pic {
  bottom: -15px;
  right: -130px;
}
.index-main .f1 .container > :nth-child(5):hover .pic {
  right: -110px;
}
.index-main .f1 .container > :nth-child(6) {
  background-color: #7A7B86;
}
.index-main .f1 .container > :nth-child(6) .pic {
  bottom: -10px;
  right: -18px;
}
.index-main .f1 .container > :nth-child(6):hover .pic {
  right: 2px;
}
.index-main .f1 .container > :nth-child(7) {
  background-color: #8E7D7C;
  overflow: visible;
}
.index-main .f1 .cname {
  margin: 35px 0 0 40px;
  display: block;
}
.text_cnames{
    position: absolute;
    top: 35px;
    left: 40px;
    writing-mode: vertical-rl;
    font-size: 26px;
    letter-spacing: 4px;
}
.text_cnames.one{
    color: #4A3A25;
}
.text_cnames.two{
    color: #000000;
}
.text_cnames.three{
    color: #E3C38D;
}
.text_cnames.four{
    color: #E5E2C5;
}
.text_cnames.five{
    color: #D4B898;
}
.text_cnames.six{
    color: #D6D6D6;
}
.index-main .f1 .pic {
  position: absolute;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
.index-main .f1 .f1-search {
  padding: 25px;
  font-size: 14px;
  color: #fff;
  overflow: visible;
}
.index-main .f1 .f1-search h5 {
  font-size: 22px;
  margin-bottom: 20px;
}
.index-main .f1 .f1-search form > div > span {
  line-height: 30px;
  margin-right: 12px;
  width: 42px;
}
.index-main .f1 .f1-search .br {
  margin-left: 54px !important;
}
.index-main .f1 .f1-search .m-select {
  margin: 0 0 15px 0;
  float: left;
  width: 195px;
}
.index-main .f1 .f1-search .btn {
  width: 195px;
  margin-top: 20px;
}
.index-main .f2 .f2-news {
  background-color: #FFFFFF;
  padding: 50px 30px;
}
.index-main .f2-btn {
  display: block;
  margin: 28px auto 35px auto;
}
.index-main .f3 {
  padding-bottom: 70px;
  color: #7c7c7c;
}
.index-main .f3 p {
  margin-top: 15px;
}
.index-main .f3 .col-3{
  padding:0 5px;
}
.index-main .f3-pic {
  overflow: hidden;
  /*width: 285px;*/
  height: 220px;
}
.index-main .f3-pic img {
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  width: 100%;
  height: 100%;
}
.index-main .f3 a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.index-main .f4 {
  color: #fff;
  text-align: center;
}
.index-main .f4 .line {
  height: 1px;
  width: 55px;
  background-color: #fff;
  display: block;
  margin: 25px auto 61px auto;
}
.index-main .f4 a {
  height: 290px;
  width: 50%;
  padding-top: 50px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  background-repeat: no-repeat;
  background-position:center;
  -webkit-background-size:cover;
  background-size:cover;
}
.index-main .f4 a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.index-main .f4 a:hover {
  -webkit-transform: translateZ(30px) translateY(-5px);
  -moz-transform: translateZ(30px) translateY(-5px);
  -ms-transform: translateZ(30px) translateY(-5px);
  -o-transform: translateZ(30px) translateY(-5px);
  transform: translateZ(30px) translateY(-5px);
}
.index-main .f4 a:hover:after {
  -webkit-box-shadow: 0 10px 20px #7D7D7D;
  -moz-box-shadow: 0 10px 20px #7D7D7D;
  box-shadow: 0 10px 20px #7D7D7D;
}
.index-main .f4 a:first-child {
  background-image: url(../images/index/f4-bg-1.jpg);
}
.index-main .f4 a:last-child {
  background-image: url(../images/index/f4-bg-2.jpg);
}
.index-main .f4 img {
  margin: 30px auto 0 auto;
  display: block;
}
.intro-main .text {
  vertical-align: top;
  padding: 75px 55px 0 55px;
  width: 100%;
  background-color: #fff;
  font-size: 14px;
  color: #7c7c7c;
}
.intro-main .text p {
  line-height: 200%;
  margin-bottom: 20px;
}
.intro-main .text .r {
  font-size: 16px;
  color: #934747;
}
.from-main .col-8 {
  width: 8%;
}
.from-main .col-15 {
  width: 15%;
}
.from-main .col-10 {
  width: 10%;
}
.from-main .col-35 {
  width: 35%;
}
.from-main .col-21 {
  width: 21%;
}
.from-main .col-10 {
  width: 10%;
}
.from-main table {
  border-spacing: 0;
  width: 100%;
}
.from-main table tbody {
  font-size: 14px;
  color: #7c7c7c;
}
.from-main table tbody > tr:first-child {
  color: #fff;
  font-size: 16px;
  background-color: #8E7D7C;
}
.from-main table tbody > tr:first-child > .th {
  font-weight: inherit;
  float: none;
  padding: 20px 0;
}
.from-main table tbody > tr:first-child > .th:not(:last-child) {
  letter-spacing: 5px;
}
.from-main tbody tr:nth-child(even) {
  background-color: #EFE8E8;
}
.from-main tbody tr:nth-child(odd) {
  background-color: #FBF4F4;
}
.from-main tbody td {
  padding: 12px 0;
  text-align: center!important;
}
.from-main .container p,
.from-main .container div {
  font-size: 14px;
  margin: 10px 0;
  line-height: 200%;
  color: #7c7c7c;
}
.detail-main .pic,
.detail-main .text {
  float: none;
}
.detail-main .pic {
  background-color: #e4e1da;
}
.detail-main .pic #pic-b {
  height: 600px;
  position: relative;
}
.detail-main .pic #pic-b:hover button {
  opacity: 1;
}
.detail-main .pic #pic-b > div {
  position: relative;
  height: 100%;
}
.detail-main .pic #pic-b a {
  opacity: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
}
.detail-main .pic #pic-b a.active {
  opacity: 1;
  z-index: 0;
}
.detail-main .pic #pic-b .btn-b-prev {
  left: 20px;
  opacity: 0;
}
.detail-main .pic #pic-b .btn-b-next {
  right: 20px;
  opacity: 0;
}
.detail-main .pic-s {
  padding: 20px 0;
  margin-right:-100px;
  text-align: left;
}
.detail-main #picS {
  width: 500px;
  vertical-align: middle;
  position: relative;
}
.detail-main #picS .swiper-slide {
  border: 3px solid transparent;
  cursor: pointer;
  opacity: .9;
  -webkit-transition: opacity 0.2s , border-color 0.2s;
  -moz-transition: opacity 0.2s , border-color 0.2s;
  -ms-transition: opacity 0.2s , border-color 0.2s;
  -o-transition: opacity 0.2s , border-color 0.2s;
  transition: opacity 0.2s , border-color 0.2s;
}
.detail-main #picS .swiper-slide div{
  height:100%;
}
.detail-main #picS .swiper-slide:hover {
  opacity: 1;
}
.detail-main #picS .swiper-slide.hover {
  border-color: #934747;
}
.detail-main .btn-s-prev,
.detail-main .btn-s-next {
  height: 68px;
  width: 22px;
  padding: 0;
  color: #fff;
  background-color: #D8D5CE;
  border: none;
}
.detail-main .btn-s-prev:hover,
.detail-main .btn-s-next:hover {
  background-color: #934747;
}
.detail-main .btn-s-prev:active,
.detail-main .btn-s-next:active {
  background-color: #703838;
}
.detail-main .btn-prev {
  margin-right: 7px;
}
.detail-main .btn-next {
  margin-left: 7px;
}
.detail-main .text {
  padding: 35px 60px 0 40px;
  vertical-align: top;
  color: #7c7c7c;
  background-color: #fff;
}
.detail-main .text .intro-caption,
.detail-main .text .attribute-caption {
  color: #9e947e;
}
.detail-main .text .line {
  display: block;
  width: 55px;
  height: 1px;
  background-color: #934747;
  margin: 10px 0 20px 0;
}
.detail-main .text .attribute {
  margin-bottom: 5px;
}
.detail-main .text .attribute p {
  float: left;
  margin-bottom: 20px;
}
.detail-main .text .intro .paragraph {
  font-size: 14px;
  line-height: 170%;
}
.detail-main .text .com-btn {
  /*position: absolute;*/
  /*right: 40px;*/
  /*bottom: 35px;*/
  margin:30px 0 15px 0
}
.detail-main .other {
  margin-top: 75px;
}
.detail-main .other .other-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
}
.detail-main .other .swiper-slide {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  color: #888887;
}
.detail-main .other .swiper-slide p {
  margin-top: 12px;
  font-size: 14px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.detail-main .other .swiper-slide:hover,
.detail-main .other .swiper-slide:hover a,
.detail-main .other .swiper-slide.hover,
.detail-main .other .swiper-slide.hover a {
  color: #934747;
}
.detail-main .btn-right,
.detail-main .btn-left,
.detail-main .btn-b-next,
.detail-main .btn-b-prev {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 22px;
  font-weight: bold;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  color: #BCBCBC;
  border: none;
  position: absolute;
  z-index: 1;
  top: 43%;
}
.detail-main .btn-right > i,
.detail-main .btn-left > i,
.detail-main .btn-b-next > i,
.detail-main .btn-b-prev > i {
  position: relative;
}
.detail-main .btn-right:hover,
.detail-main .btn-left:hover,
.detail-main .btn-b-next:hover,
.detail-main .btn-b-prev:hover,
.detail-main .btn-right:hover a,
.detail-main .btn-left:hover a,
.detail-main .btn-b-next:hover a,
.detail-main .btn-b-prev:hover a,
.detail-main .btn-right.hover,
.detail-main .btn-left.hover,
.detail-main .btn-b-next.hover,
.detail-main .btn-b-prev.hover,
.detail-main .btn-right.hover a,
.detail-main .btn-left.hover a,
.detail-main .btn-b-next.hover a,
.detail-main .btn-b-prev.hover a {
  background-color: #934747;
  color: #fff;
}
.detail-main .btn-left,
.detail-main .btn-b-prev {
  left: -60px;
}
.detail-main .btn-left i,
.detail-main .btn-b-prev i {
  left: -1px;
}
.detail-main .btn-right,
.detail-main .btn-b-next {
  right: -60px;
}
.detail-main .btn-right i,
.detail-main .btn-b-next i {
  left: 1px;
}
.list-main .search {
  background-color: #8E7D7C;
  padding: 25px;
  color: #fff;
  margin-bottom: 30px;
}
.list-main .search .select-box>div>span{
  margin-right:20px;
}
.list-main .search h3,form{
  display: inline-block;
  vertical-align: middle;
}
.list-main .search h3 {
  font-size: 22px;
  font-weight: bold;
}
.list-main .search form {
  margin-left:50px;
}
.list-main .select-box > div {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}
.list-main .select-box span {
  margin-right: 5px;
}
.list-main .list {
  margin: 0 -10px;
  color: #7c7c7c;
}
.list-main .list a {
  padding: 0 10px;
  margin-bottom: 30px;
}
.list-main .list a:hover,
.list-main .list a:hover a,
.list-main .list a.hover,
.list-main .list a.hover a {
  color: #934747;
}
.list-main .list p {
  font-size:14px;
  margin-top: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.list-main .list .pic {
  overflow: hidden;
}
.list-main .list .pic div {
  height:100%;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.list-main .list a:hover .pic div{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.news-list-main .news-list {
  padding: 0 15px;
  overflow: hidden;
}
.news-list-main .news-list li {
  /* width: 50%; */
  /* float: left; */
  padding: 0 20px;
}
.news-content-main .news-text {
  margin-left: 0;
  padding: 0 30px;
}
.news-content-main .news-text .p img{
  margin:10px;
}
.news-content-main .news-text h6 {
  font-size: 20px;
}
.news-content-main .news-text .ctime {
  display: block;
  font-size: 14px;
  margin: 10px 0;
}
.news-content-main .news-text .p {
  margin-bottom: 30px;
}
.news-content-main .news-text .p p {
  line-height: 140%;
}
.news-content-main .news-footer-btn {
  overflow: hidden;
}
.news-content-main .next,
.news-content-main .pre {
  float: left;
  width: 50%;
  font-size: 14px;
}
.news-content-main .next a:hover,
.news-content-main .pre a:hover {
  color: #934747;
}
/*2017.6.21 下拉菜单新增模拟功能*/
.m-select input,
.m-select select {
  display: none;
}

/*2017.7.25 新闻页面 居右 新增联系我们页面*/
.news-content-main .pre{
  text-align: right;
}

.contact-main{
  height:620px;
  background-color:#fff;
}

.contact-main>div,.contact-main>div>div,.contact-main>div>div>div{
  height:100%;
}

.contact-text{
  padding-top:120px;
  padding-left:110px;
}

.contact-title{
  font-size:18px;
  color:#934747;
  font-weight:bold;
  margin-bottom:25px;
}

.contact-text p{
  color:#7c7c7c;
  font-size:14px;
}

.contact-text p+p{
  margin-top:15px;
}

.contact-code{
  margin-top:15px;
}

.contact-bg{
  position: absolute;
  top:0;left:0;
  z-index: 0;
}

#map>div:first-child{
  left:40px !important;
}
.content .f1,.content .f4{
  background-color:transparent;
}
.content .f3{
  background:none;
  padding-bottom:0;
}
.content .f3 .col-4{
  padding-left:10px;
  padding-right:10px;
}
.content .f3 .col-4 .f3-pic{
  width: auto;
  height:auto;
  margin:0;
}

.content-banner .heading .font{
  margin-bottom:15px;
}
.news-text img {
  display: block !important;
  margin: 10px auto !important;
  max-width: 100% !important;
}
.jgsz{
    background: url(../images/jgsz.jpg) top center no-repeat;
    height: 811px;
    padding-top: 40px;
    padding-left: 10%;
    padding-right: 10%;
    
}
.jgsz-list-li{
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 10px;
    font-size: 14px;
    color: #6b6b6b;
    border-bottom: 1px dotted #d5cbb7;
    
}
.jgsz-title{
    color: #000;
    background: url(../images/iicon.png) left no-repeat;
    padding-left: 30px;
    height: 18px;
    line-height: 18px;
    margin-bottom: 12px;
}
.jgsz-tit{
  line-height: 30px;   
}

/* 2018.02.05 新增搜索关键词 */
.input {
  border-radius: 3px;
  height: 30px;
  width: 195px;
  background-color: #735E5C;
  color: #dccfce;
  display: inline-block;
  border: none;
  padding-left: 10px;
}
.detail-main .intro * {
  line-height: 1.5 !important;
  font-size: 14px !important;
}
.detail-main .intro-caption {
  font-size: 16px !important;
}