﻿@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
}

.ease {
  transition: all .3s linear;
}

a,
a:link,
a:visited,
a:hover,
a:active {
  color: #faf8f1;
  text-decoration: none;
}

html {
  width: 100%;
  min-height: 100%;
}

body {
  width: 100%;
  min-height: 100%;
  max-width: 750px;
  min-width: 320px;
  margin: 0 auto;
  font: 0.24rem/1.6 "Microsoft Yahei", Arial;
  color: #faf8f1;
  background: #262626;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

body:before,
body:after {
  content: "";
  width: 100%;
  display: block;
}

body:after {
  height: 1.15rem;
}

img {
  border: 0px;
}

em,
b {
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: .24rem;
}

ul,
ol {
  list-style-type: none;
}

input,
button,
textarea {
  outline: none;
  font-family: "Microsoft Yahei", Arial;
  font-size: .24rem;
  -webkit-appearance: none !important;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}

.hidden {
  display: none;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  width: 100%;
  height: 0;
  line-height: 0;
  font-size: 0;
}

/*公用样式*/
.layout {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 101;
  background: #000;
  opacity: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.por {
  position: relative;
}

.poa {
  position: absolute;
}

.tac {
  text-align: center;
}

.ico,
.icobef:before,
.icobef:after {
  background: url(../images/ico.png) no-repeat;
  display: inline-block;
  background-size: 5rem auto;
  vertical-align: middle;
}

.icobef:before,
.icobef:after {
  content: "\20";
  display: block;
}

/*清除浮动*/
.clearfix {
  *zoom: 1;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.header {
  width: 100%;
  height: 1.09rem;
  position: relative;
  background: url(../images/head_bg.jpg) no-repeat;
  background-size: 100% 100%;
}

.header .logo {
  display: block;
  position: absolute;
  left: 1.06rem;
  top: 0;
  z-index: 10;
}

.header .logo img {
  height: 1.7rem;
  display: block;
  box-sizing: content-box;
}

.header .navBtn {
  width: 0.8rem;
  height: 1.09rem;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 11;
}

.header .navBtn span {
  width: .4rem;
  height: 2px;
  display: block;
  left: .2rem;
  z-index: 11;
  position: absolute;
  background: #fff;
  transition-duration: .5s;
}

.header .navBtn span:first-child {
  top: .38rem;
}

.header .navBtn span:nth-child(2) {
  top: .52rem;
  transition-duration: .1s;
}

.header .navBtn span:nth-child(3) {
  top: .66rem;
}

.header .navBtn.close {
  z-index: 222;
}

.header .navBtn.close span {
  z-index: 222;
}

.header .navBtn.close span:nth-child(2) {
  left: -100%;
  opacity: 0;
}

.header .navBtn.close span:nth-child(1) {
  transform: rotate(45deg);
  top: 50%;
}

.header .navBtn.close span:nth-child(3) {
  transform: rotate(-45deg);
  top: 50%;
}

.header .topsearch {
  width: .35rem;
  height: 1rem;
  position: absolute;
  right: 1.19rem;
  top: 0px;
  text-align: center;
}

.header .topsearch.on:before {
  background-position: -1.82rem 0;
}

.header .topsearch:before {
  width: 0.35rem;
  height: 0.34rem;
  margin: .37rem auto 0rem;
  background-position: 0 0;
}

.header .tsearch {
  width: 100%;
  height: 1rem;
  padding: .2rem 3%;
  position: absolute;
  left: 0;
  top: 1rem;
  z-index: 1122;
  background: #efefef;
  border-top: 1px solid #d3d3d3;
}

.header .tsearch .txt {
  width: 75%;
  color: #000;
  text-indent: .2rem;
  color: #666;
  font-size: .22rem;
  height: .6rem;
  background: none;
  border: 1px solid #bbb;
  position: absolute;
  left: 3%;
  top: .2rem;
}

.header .tsearch .btn {
  color: #fff;
  font-size: .22rem;
  width: 20%;
  height: .6rem;
  line-height: .6rem;
  text-align: center;
  border: 0px;
  background: #7f1a20;
  position: absolute;
  right: 3%;
  top: .2rem;
}

.header .tsearch:before {
  width: 0.45rem;
  height: 0.45rem;
  position: absolute;
  left: .4rem;
  top: .32rem;
  background-position: 0 0;
}

.header .tsearch.bsearch {
  display: block;
  position: relative;
  z-index: 10;
  margin: .3rem auto;
  background: none;
  border-top: 0;
  top: 0;
}

.header .tsearch.bsearch .txt {
  height: 0.76rem;
}

.header .tsearch.bsearch .btn {
  height: 0.76rem;
  line-height: 0.76rem;
}

.header .tsearch.bsearch:before {
  top: .36rem;
}

/* banner */
.banner .swiper-container {
  overflow: hidden;
}

.banner .swiper-container .swiper-slide img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  width: 100%;
}

.banner .swiper-container .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
  left: auto;
  right: .2rem;
  bottom: .4rem;
  width: 100%;
}

.banner .swiper-pagination-bullet {
  width: .5rem;
  height: .5rem;
  background: url(../images/ico.png) no-repeat;
  display: inline-block;
  background-size: 5rem auto;
  vertical-align: middle;
  background-position: -2.85rem 0;
  opacity: 1;
}

.banner .swiper-pagination-bullet-active {
  background-position: -2.35rem 0;
}

/*.g-top*/
.g-top {
  width: .84rem;
  height: .84rem;
  position: fixed;
  right: .1rem;
  bottom: 1.5rem;
  display: block;
  z-index: 99;
  background-position: 0 -0.54rem;
}

/*footer*/
.footer {
  margin: .2rem .3rem;
  color: #444;
  text-align: center;
  font-size: .24rem;
  border-top: 1px solid #555555;
  /*bnav*/
}

.footer .bnav {
  width: 100%;
}

.footer .bnav li {
  width: 100%;
  border-bottom: 1px solid #cccccc;
}

.footer .bnav li a {
  width: 100%;
  display: block;
}

.footer .bnav li .nav1 {
  width: 100%;
  height: 0.8rem;
  line-height: 0.8rem;
  color: #444;
  font-size: .26rem;
  display: block;
}

.footer .bnav li .nav1:after {
  width: .25rem;
  height: .32rem;
  display: block;
  float: right;
  background-position: -0.48rem 0;
  margin-top: .24rem;
}

.footer .bnav li .box {
  padding-bottom: .2rem;
  display: none;
}

.footer .bnav li .box a {
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: .22rem;
  color: #444;
  opacity: .8;
}

.footer .bnav li.hover .nav1:after {
  display: block;
}

.footer .copyright {
  width: 100%;
  padding: .3rem 0;
  line-height: .45rem;
  text-align: center;
  font-size: .22rem;
  color: #f9f2e9;
}

.footer .copyright a {
  color: #f9f2e9;
}

.footer img {
  width: 1.99rem;
  padding-top: .3rem;
}

.line {
  background: #eee;
  width: 100%;
  height: .2rem;
}

/* navBar */
.navBar {
  width: 100%;
  height: 1.15rem;
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 100;
  background: #3c3c3c;
  box-sizing: border-box;
}

.navBar ul {
  max-width: 750px;
  min-width: 320px;
  width: 100%;
  height: 1.15rem;
  margin: 0 auto;
}

.navBar li {
  float: left;
  width: 25%;
  height: 1.15rem;
}

.navBar li a {
  width: 100%;
  height: 1.15rem;
  padding-top: .1rem;
  font-size: .24rem;
  display: block;
  text-align: center;
  box-sizing: border-box;
  color: #fff;
}

.navBar li.hover {
  background: #961928;
}

.navBar li a:before {
  width: .5rem;
  height: .5rem;
  display: block;
  margin: 0 auto;
}

.navBar li:nth-child(1) a:before {
  background-position: -1rem -.86rem;
}

.navBar li:nth-child(2) a:before {
  background-position: -1.5rem -.86rem;
}

.navBar li:nth-child(3) a:before {
  background-position: -2rem -.86rem;
}

.navBar li:nth-child(4) a:before {
  background-position: -2.5rem -.86rem;
}

/*subNav*/
.ease {
  transition: all .3s linear;
}

.subNav {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 111;
  background: #262626;
  transform: translateX(100%);
}

.subNav .con {
  max-width: 750px;
  min-width: 320px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.subNav .title {
  height: 1rem;
  position: relative;
  padding-top: .04rem;
  margin-bottom: .2rem;
  border-bottom: 1px solid #292929;
  background: url(../images/head_bg.jpg) no-repeat;
  background-size: 100% 100%;
}

.subNav .title .logo {
  height: 1rem;
  line-height: 1rem;
  padding: 0 3% 0 5%;
  display: block;
}

.subNav .title .logo img {
  height: .41rem;
  display: block;
  padding-top: .25rem;
  box-sizing: content-box;
}

.subNav .title .close {
  position: absolute;
  width: 1rem;
  height: 0.98rem;
  top: 0;
  right: 0px;
}

.subNav .title .close:before,
.subNav .title .close:after {
  width: .4rem;
  height: .03rem;
  display: block;
  content: "\20";
  right: .3rem;
  top: .4rem;
  z-index: 11;
  position: absolute;
  background: #fff;
}

.subNav .title .close:before {
  transform: rotate(45deg);
  top: 50%;
}

.subNav .title .close:after {
  transform: rotate(-45deg);
  top: 50%;
}

.subNav .list {
  padding-top: .5rem;
}

.subNav .list li {
  width: 100%;
  height: 0.8rem;
  line-height: 0.8rem;
  padding: 0 .8rem;
  text-align: center;
  font-size: .32rem;
}

.subNav .list li a {
  display: block;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #716555;
  color: #e2c29a;
}

.subNav .subTel {
  margin-left: .4rem;
  margin-top: .3rem;
}

.subNav .subTel span {
  font-size: .22rem;
  line-height: .28rem;
  color: #333333;
}

.subNav .subTel a {
  color: #7f1a20;
  font-size: .46rem;
  display: block;
  font-weight: normal;
}

.subNavShow2 {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

/***********************index css*****************/
/*prolist*/
.prolist .item {
  width: calc(48.5%);
  margin-right: 3%;
  margin-bottom: .2rem;
  float: left;
  position: relative;
}

.prolist .item a {
  width: 100%;
  display: block;
}

.prolist .item h3 {
  width: 100%;
  height: 0.7rem;
  line-height: 0.7rem;
  text-align: center;
  background: #fff;
}

.prolist .item figure {
  width: 100%;
  position: relative;
  padding-top: 75%;
  overflow: hidden;
}

.prolist .item figure img {
  position: absolute;
  width: 100%;
  min-height: 100%;
  left: 0;
  top: 0;
}

.prolist .item:nth-child(2n) {
  margin-right: 0;
}

/*ipro*/
.iproduct {
  width: 100%;
  padding: .5rem 3% .4rem;
  background: #f0f0f0;
}

.iproduct .title {
  width: 100%;
  margin-bottom: .25rem;
  font-size: .34rem;
  font-weight: bold;
  color: #7f1a20;
}

.iproduct .title span {
  color: #999999;
  text-transform: uppercase;
  margin-left: .15rem;
}

.iproduct .title:after {
  width: 0.54rem;
  height: 0.3rem;
  margin-top: .1rem;
  background-position: -1.2rem 0;
}

.iproduct .tab {
  width: 100%;
  margin-bottom: .2rem;
}

.iproduct .tab a {
  width: 31.3%;
  margin-left: 3%;
  margin-bottom: .2rem;
  height: 0.68rem;
  line-height: 0.68rem;
  display: block;
  float: left;
  text-align: center;
  background: #fff;
}

.iproduct .tab a:nth-child(3n+1) {
  margin-left: 0;
}

.iproduct .morebtn {
  width: 100%;
  height: 0.7rem;
  line-height: 0.7rem;
  display: block;
  text-align: center;
  background: #fff;
}

/*inews*/
.inews .title {
  width: 100%;
  margin-bottom: .3rem;
  padding: .4rem .4rem 0;
  font-size: .34rem;
  position: relative;
}

.inews .title .more {
  width: .84rem;
  height: .84rem;
  display: block;
  position: absolute;
  right: 3%;
  top: .58rem;
  background-position: -1.02rem -0.5rem;
}

.inews .title span {
  display: block;
  font-size: .5rem;
  line-height: .5rem;
}

.inews .imglist {
  width: 5.6rem;
  padding-bottom: .4rem;
  margin: 0px auto;
  position: relative;
  overflow: hidden;
  border-radius: .05rem;
}

.inews .imglist .list {
  width: 500%;
}

.inews .imglist .item {
  float: left;
  width: 5.6rem;
  padding-bottom: .4rem;
  background: #fff;
  display: block;
}

.inews .imglist .item a {
  display: block;
  width: 100%;
}

.inews .imglist .item img {
  width: 100%;
  border-radius: .05rem;
  display: block;
}

.inews .imglist .item .time {
  color: #666666;
  font-family: arial;
  display: block;
  padding: .3rem 0 .15rem;
}

.inews .imglist .item h3 {
  font-size: .28rem;
  color: #333333;
  padding-top: .2rem;
}

.inews .tip {
  width: 100%;
  height: .2rem;
  position: absolute;
  left: 0;
  bottom: .3rem;
}

.inews .tip span {
  width: 0.3rem;
  height: .08rem;
  border-radius: .04rem;
  margin-right: .14rem;
  display: inline-block;
  vertical-align: top;
  background: #999999;
}

.inews .tip span.cur {
  background: #7f1a20;
}

/*iabout*/
.iabout {
  width: 100%;
  padding-bottom: .8rem;
  position: relative;
  z-index: 20;
  background: #343434 url(../images/iaboutbg.jpg) no-repeat center bottom;
  background-size: 100% auto;
  color: #fff;
}

.iabout .img {
  width: 6rem;
  display: block;
  position: relative;
  overflow: hidden;
}

.iabout .img img {
  width: 100%;
  display: block;
}

.iabout .tit1 {
  width: 3.5rem;
  height: 2rem;
  padding: .1rem;
  background: #7f1a20;
  position: absolute;
  right: 0;
  top: -0.42rem;
  z-index: 20;
}

.iabout .tit1 .con {
  border: 1px solid #ed858d;
  color: #fff;
  padding: .28rem .3rem .3rem;
}

.iabout .tit1 .con .en {
  font-size: .34rem;
  line-height: .34rem;
  font-weight: bold;
  margin-bottom: .15rem;
  display: block;
  text-transform: uppercase;
}

.iabout .tit1 .con h3 {
  line-height: .35rem;
  font-size: .24rem;
}

.iabout .tit1 .con h3 span {
  font-size: .26rem;
  display: block;
}

.iabout .tit2 {
  font-size: .34rem;
  color: #fff;
  padding: .45rem 3% .18rem;
}

.iabout .txtcon {
  padding: 0 3% .5rem;
  font-size: .26rem;
  line-height: .5rem;
  color: #fff;
}

.iabout .more {
  width: 2.8rem;
  height: .7rem;
  line-height: .66rem;
  margin-left: 3%;
  color: #fff;
  text-align: center;
  border: .02rem solid #999999;
  font-weight: bold;
  display: block;
}

/**************category****************/
.cateList {
  width: 100%;
  height: 0.8rem;
  line-height: 0.8rem;
  text-align: center;
  background: #05adf6;
  color: #fff;
  position: relative;
}

.cateList .goBack {
  width: .8rem;
  height: .8rem;
  padding-top: .25rem;
  position: absolute;
  left: .1rem;
  top: 0;
}

.cateList .goBack:before {
  width: .2rem;
  height: .32rem;
  display: block;
  margin: 0 auto;
  background-position: -0.86rem 0;
}

.cateList h3 {
  font-size: .3rem;
}

.cateList h3 s {
  width: .22rem;
  height: .18rem;
  margin-left: .1rem;
  background-position: -1.23rem 0;
}

.cateList .box {
  width: 100%;
  position: absolute;
  left: 0;
  top: .8rem;
  padding: .3rem 3% .2rem;
  z-index: 11;
  background: #fff;
  display: none;
  box-shadow: .05rem .05rem .05rem rgba(0, 0, 0, 0.2);
}

.cateList .box a {
  width: 48.5%;
  margin-right: 3%;
  margin-bottom: .15rem;
  height: .62rem;
  line-height: .6rem;
  border: 1px solid #dddddd;
  font-size: .26rem;
  text-align: center;
  display: block;
  float: left;
}

.cateList .box a:nth-child(2n) {
  margin-right: 0;
}

.cateList .box a.on {
  background: #7f1a20;
  border-color: #7f1a20;
  color: #fff;
}

.dialog-layout {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  background: #000;
  opacity: .8;
}

/*content*/
.content {
  width: 100%;
  padding: .3rem 0 .3rem;
  min-height: 8.5rem;
}

.content.iteam {
  padding: 0 3% .4rem;
}

/*newsPage*/
.newsPage {
  padding-bottom: .4rem;

}

.newsPage .item {
  width: 94%;
  padding-right: .1rem;

  display: block;
  background: #fff;
  margin: 0 auto .3rem;
  border-radius: .1rem;
}

.newsPage .item img {
  width: 2.66rem;
  height: 2rem;
  display: block;
  border-radius: .1rem 0 0 .1rem;
  margin-right: .2rem;
}

.newsPage .item h3 {
  padding-top: .2rem;
  font-size: .3rem;
  line-height: 0.5rem;

  margin-bottom: .06rem;
  overflow: hidden;
  color: #333333;
}

.newsPage .item .time {
  color: #999;
  font-size: .22rem;
}

.newsPage .item:first-child {
  padding-top: 0;
}

/*picturePage*/
.picturePage {
  width: 100%;
  padding-bottom: 5%;
  background: #3e3d3d;
}

.picturePage .item {
  width: 45.5%;
  margin-left: 3%;
  margin-bottom: .3rem;
  float: left;
  background: #262626;
}

.picturePage .item a {
  display: block;
  width: 100%;
}

.picturePage .item figure {
  width: 100%;
  padding-top: 75%;
  overflow: hidden;
  position: relative;
  background: #262626;
}

.picturePage .item img {
  width: 100%;
  min-height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.picturePage .item h3 {
  text-align: center;
  line-height: .6rem;
  height: .6rem;
  background: #332e2e;
}

.searchPage .list {
  width: 100%;
  padding: 0;
}

.searchPage {
  min-height: 8rem;
}

.searchPage .list .item img {
  height: auto;
}

.seeMore {
  width: 94%;
  margin: 0 auto;
  height: 0.7rem;
  line-height: 0.7rem;
  display: block;
  text-align: center;
  background: #262626;
}

/*reLink*/
.reLink {
  margin: .2rem 3% .2rem;
  border: 1px solid #999;
  color: #333;
}

.reLink .prevLink,
.reLink .nextLink {
  width: 100%;
  height: 0.6rem;
  line-height: 0.6rem;
  position: relative;
  overflow: hidden;
  text-indent: .18rem;
  border-bottom: 1px solid #999;

}

.reLink .prevLink:before,
.reLink .nextLink:before {
  width: 0.16rem;
  height: 0.26rem;
  position: absolute;
  right: .18rem;
  top: .18rem;
  background-position: -4.45rem 0;
}

.reLink .nextLink {
  border-bottom: 0;
}

/*showInfo*/
.showInfo {
  padding: 0 0 .2rem;
  overflow: hidden;
}

.showInfo article {
  width: 100%;
  padding: .3rem 0;
  text-align: center;

  border-bottom: 1px solid #999;
}

.showInfo article .title {
  margin: 0 2%;
  font-size: .36rem;
  line-height: .44rem;
  text-align: center;
}

.showInfo article .mark {
  font-size: .22rem;
  padding: .2rem 0 0;
  text-align: center;

}

.showInfo article .mark span {
  margin: 0 .06rem;
}

.showInfo .img {
  width: 94%;
  margin: .25rem auto;
}

.showInfo .img img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  background: #262626;
}

.showInfo .contxt {
  padding: .2rem 3% .4rem;
  line-height: .42rem;

}

.showInfo .contxt img {
  max-width: 100%;
  height: auto !important;
}

/*imessage*/
.imessage {
  margin-top: .6rem;
  margin-bottom: .4rem;
}

.imessage h2 {

  margin-bottom: .3rem;
  text-align: center;
  font-size: .3rem;
}

.imsg {
  width: 93%;
  margin: 0 auto;
}

.imsg .item {
  width: 100%;
  height: .67rem;
  box-sizing: border-box;
  margin-bottom: .28rem;
  position: relative;
  line-height: .67rem;
  border: 1px solid #aaaaaa;
  background: #fff;
}

.imsg .item span.red {
  position: absolute;
  left: .05rem;
  top: .02rem;
  color: red;
}

.imsg .item s {
  width: .35rem;
  height: .32rem;
  position: absolute;
  right: .1rem;
  top: .18rem;
}

.imsg .item s {
  background-position: -1.05rem -0.98rem;
}

.imsg .item:nth-child(2) s {
  background-position: -1.46rem -0.98rem;
}

.imsg .item:nth-child(3) s {
  background-position: -1.82rem -0.98rem;
}

.imsg .item .txt {
  width: 100%;
  height: .65rem;
  text-indent: .2rem;
  line-height: .65rem;
  border: 0px;
  background: none;
  outline: none;
  color: #666;
}

.imsg .item.liuyan {
  width: 100%;
  margin-bottom: .2rem;
  height: 2.08rem;
}

.imsg .item.liuyan textarea {
  width: 100%;
  color: #666;
  overflow: hidden;
  box-sizing: border-box;
  padding: .1rem 0;
  text-indent: .2rem;
  height: 2.08rem;
  font-family: "微软雅黑";
  resize: none;
  border: 0;
  background: none;
}

.imsg .submit {
  width: 100%;
  height: .68rem;
  cursor: pointer;
  border: 0;
  line-height: .68rem;
  text-align: center;
  color: #fff;
  display: block;
  background: #7f1a20;
}

/*proPage*/
.proPage .item {
  margin: 0 3% .4rem;
  background: #fcfafb;
  border-bottom: .04rem solid #e7e5e6;
}

.proPage .item a {
  display: block;
  width: 100%;
}

.proPage .item a img {
  width: 100%;
  display: block;
}

.proPage .item h3 {
  height: 1rem;
  line-height: 1rem;
  color: #333333;
  font-size: .28rem;
  font-weight: bold;
  padding-left: .2rem;
}

/*aboutPage*/
.aboutPage {
  padding: .3rem 3% .4rem;
  color: #fff;
  line-height: .38rem;
  box-sizing: border-box;
}

.aboutPage img {
  max-width: 100%;
}

/*contactPage*/
.contactPage {
  padding-bottom: .3rem;
}

.contactPage .txtcon {
  padding: 0 3% .3rem;
}

.contactPage .txtcon img {
  max-width: 100%;
}

.contactPage .imessage {
  position: relative;
}

.contactPage .miaod {
  position: absolute;
  width: 100%;
  height: .01rem;
  display: block;
  opacity: 0;
  left: 0;
  top: -1rem;
}

.contactPage .title {
  margin: .2rem 3% .2rem;
  color: #61b32e;
  font-size: .34rem;
  font-weight: bold;
}

.contactPage .mapArea {
  width: 94%;
  margin: 0 auto;
  overflow: hidden;
  margin-top: .2rem;
}

.BMap_bubble_content {
  font-size: .2rem;
}

/*fenx*/
#nativeShare {
  margin: 0 auto;
  width: 100%;
  padding-top: 0.3rem;
  max-width: 750px;
  min-width: 320px;
}

#nativeShare .label {
  margin-left: 0.2rem;
  font-size: 0.24rem;
  color: #666666;
  line-height: 0.6rem;
}

#nativeShare .list {
  width: 4.5rem;
  float: right;
}

#nativeShare .list span {
  height: 0.9rem;
  width: 0.9rem;
  padding: 0;
  display: inline-block;
}

#nativeShare .list span i {
  margin: 0 auto;
  width: 0.63rem;
  height: 0.63rem;
  display: block;
}

#nativeShare .weibo i {
  background-image: url('../images/weibo.png');
  background-size: cover;
}

#nativeShare .weixin i {
  background-image: url('../images/weixin_friend.png');
  background-size: cover;
}

#nativeShare .weixin_timeline i {
  background-image: url('../images/weixin.png');
  background-size: cover;
}

#nativeShare .qq i {
  background-image: url('../images/qq.png');
  background-size: cover;
}

#nativeShare .qzone i {
  background-image: url('../images/qqzone.png');
  background-size: cover;
}

#nativeShare .more i {
  background-image: url('../images/more.png');
  background-size: cover;
}

#nativeShare .list span.qzone,
#nativeShare .list span.more {
  width: 0.73rem;
}

#fenxiang {
  display: none;
}

.fenx {
  height: 1.0rem;
  width: 100%;
}

.fenx .tt {
  margin-left: 0.2rem;
  font-size: 0.24rem;
  color: #fff;
  line-height: 0.6rem;
}

.fenx .bdsharebuttonbox {
  width: 80%;
  float: right;
}

.fenx .bdsharebuttonbox a {
  margin-left: 0.2rem;
}

#bdfx a {
  height: 0.6rem;
  width: 0.6rem;
  margin: 0;
  padding: 0;
  margin: 0 0.08rem;
  display: inline-block;
}

#bdfx .d1 {
  background: url("../images/weixin.png") no-repeat center;
  background-size: 100% 100%;
}

#bdfx .d2 {
  background: url("../images/weibo.png") no-repeat center;
  background-size: 100% 100%;
}

embed {
  width: 100% !important;
  height: auto !important;
}

.g_wximg {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99999;
  display: none;
}

.g_wximg .close {
  background: url(../images/close.png) no-repeat center;
  background-size: .4rem auto;
  width: .4rem;
  height: .4rem;
  cursor: pointer;
  position: fixed;
  right: 18%;
  top: 18%;
  text-align: center;
  display: block;
  z-index: 12;
}

.g_wximg .bdtel img {
  width: 4.0rem !important;
  display: block;
}

.bdtel {
  position: fixed;
  top: 22%;
  z-index: 10;
  padding: 0 0 .1rem;
  max-width: 750px;
  min-width: 320px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.bdtel .upIn {
  width: 6.4rem;
  display: block;
  text-align: center;
  color: #fff;
  padding: 4%;
  margin: 0 auto;
}

.bdtel p {
  padding: 2%;
  text-align: center;
  color: #fff;
}

.bdtel img {
  margin: 0 auto;
  display: block;
  max-width: 80% !important;
}

.bdtelbg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  max-width: 750px;
  min-width: 320px;
  display: none;
}

.bga {
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
}

.erro {
  color: red;
  font-size: .26rem;
  text-align: center;
  min-height: 4rem;
  padding-top: .5rem;
}

.erro img {
  max-width: 100%;
}

.flash .cut3video {
  width: 100%;
}

.showInfo .btn {
  margin: .2rem 3% .3rem;
}

.showInfo .btn a {
  width: 48%;
  line-height: .6rem;
  border: 1px solid #ddd;
  display: block;
  float: left;
  text-align: center;
}

.showInfo .btn a:nth-child(2) {
  float: right;
}

.showInfo .tit {
  margin: .2rem 3%;
  font-size: .3rem;
  border-left: 2px solid #7f1a20;
  padding-left: .2rem;
}

.bd_weixin_popup .bd_weixin_popup_foot {
  font-size: 10px !important;
  text-align: left;
  line-height: 16px !important;
  color: #666;
}

.bd_weixin_popup .bd_weixin_popup_main {
  padding: 12px 10px;
  min-height: 140px;
  padding-bottom: 4px !important;
}

.iQuick_nav {
  background: url(../images/iQuick_nav.png) no-repeat center bottom;
  background-size: 100% 1px;
  margin: 0 .3rem;
}

.iQuick_nav ul {
  padding: 0.4rem 0;
}

.iQuick_nav li {
  float: left;
  width: 25%;
  text-align: center;
  display: block;
}

.iQuick_nav li a {
  display: block;
}

.iQuick_nav li img {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0 auto;
  display: block;
}

.iQuick_nav li h3 {
  margin-top: 0.24rem;
  line-height: .3rem;
  font-size: .3rem;
  font-weight: normal;
}

.index_title {
  text-align: center;
  padding: .73rem 0 .58rem;
}

.index_title img {
  width: 4.28rem;
}

.index_more {
  width: 2.81rem;
  height: .65rem;
  line-height: .65rem;
  margin: .7rem auto;
  background: url(../images/index_more.png) no-repeat;
  text-align: center;
  background-size: 100% 100%;
}

.index_more a {
  color: #eccead;
  display: block;
  width: 100%;
  height: 100%;
}

.floor_1 .body {
  padding: 0 .3rem;
}

.floor_1 .body p {
  font-size: .26rem;
}

.floor_1 .body li {
  float: left;
  width: 23%;
  font-size: .26rem;
  text-align: center;
  padding: .47rem 0 0;
}

.floor_1 .body li h3 {
  color: #eccead;
}

.floor_1 .body li img {
  width: 1.91rem;
}

.floor_2 .box1 {
  background: url(../images/f2_bg.jpg) no-repeat;
  background-size: 100% 7.78rem;
  height: 7.78rem;
}

.floor_2 .box1 li {
  float: left;
  width: 50%;
  text-align: center;
  padding-top: .56rem;
  padding-bottom: .1rem;
}

.floor_2 .box1 li img {
  width: 2.32rem;
  height: 2.32rem;
  border-radius: 100%;
}

.floor_2 .box1 li h3 {
  font-size: .32rem;
  color: #eccead;
}

.floor_2 .box2 {
  background: url(../images/f2_bg2.jpg) no-repeat;
  background-size: 100% 7.78rem;
  height: 6.3rem;
  overflow: hidden;
}

.floor_2 .box2 .swiper-container {
  padding-bottom: 0.8rem;
  margin: 0 .3rem;
}

.floor_2 .box2 .swiper-slide {
  position: relative;
  overflow: hidden;
  margin-bottom: 0.25rem;
}

.floor_2 .box2 .swiper-container-horizontal>.swiper-pagination-bullets,
.floor_2 .box2 .swiper-pagination-custom,
.floor_2 .box2 .swiper-pagination-fraction {
  bottom: 0.34rem;
}

.floor_2 .box2 .swiper-pagination-bullet {
  width: 0.26rem;
  height: 0.26rem;
  box-sizing: border-box;
  opacity: 1;
  padding: 0;
  margin: 0;
  background: url(../images/ico.png) no-repeat;
  display: inline-block;
  background-size: 5rem auto;
  border-radius: 0;
  vertical-align: middle;
  background-position: -1.01rem -.48rem;
}

.floor_2 .box2 .swiper-pagination-bullet-active {
  background-position: -1.32rem -.49rem;
}

.floor_2 .box2 .swiper-slide img {
  max-width: 100%;
  display: block;
}

.floor_2 .box2 .swiper-slide h3 {
  text-align: center;
  font-size: .28rem;
  line-height: .8rem;
}

.floor_3 {
  padding: 0 .3rem;
}

.floor_3 li {
  text-align: center;
  font-size: 28px;
  width: 48%;
  background: url(../images/f3_li.png) no-repeat center top;
  background-size: 2.99rem 3.03rem;
  margin-bottom: .5rem;
}

.floor_3 li p {
  margin-top: .4rem;
  background: url(../images/f3_li_on.png) center center no-repeat;
  width: 100%;
  height: .86rem;
  line-height: .86rem;
  font-size: .24rem;
  color: #f9f2e9;
  background-size: 2.21rem 100%;
}

.floor_3 li img {
  width: 100%;
  margin-top: .3rem;
}

.floor_3 li:nth-child(2n+1) {
  float: right;
}

.floor_4 {
  background: url(../images/f4.jpg) no-repeat;
  background-size: cover;
  padding-bottom: .5rem;
}

.floor_4 ul {
  margin: 0 .3rem;
}

.floor_4 li {
  margin-bottom: .52rem;
  background: url(../images/news_li.png) no-repeat center bottom;
  background-size: 100% 1px;
  padding-bottom: .3rem;
}

.floor_4 li:last-child {
  background: none;
}

.floor_4 li .left {
  width: 60%;
  float: left;
  padding-bottom: .05rem;
  display: block;
  box-sizing: border-box;
}

.floor_4 li .left span {
  color: #a3a09d;
  font-size: .2rem;
}

.floor_4 li .left h3 {
  font-size: .32rem;
  line-height: .55rem;
  color: #f9f2e9;
  height: .55rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.floor_4 li .left p {
  font-size: .24rem;
  color: #d1cfcf;
  padding-top: .05rem;
  padding-bottom: .05rem;
}

.floor_4 li .right {
  width: calc(100% - 62%);
  float: right;
  display: block;
}

.floor_4 li .right img {
  width: 100%;
  display: block;
  border-radius: .1rem;
}

.floor_5 .index_title h3 {
  font-size: .3rem;
  color: #eccead;
  font-weight: bold;
  margin: .15rem 0;
}

.floor_5 .index_title h3 i {
  width: .32rem;
  height: .33rem;
  background-position: -3.42rem 0;
  margin-right: .1rem;
}

.floor_5 .index_title h4 {
  font-size: .55rem;
  color: #fff;
  margin-bottom: .55rem;
}

.floor_5 .index_title span {
  font-size: .36rem;
  color: #eccead;
  font-weight: bold;
}

.floor_5 .body {
  padding: 0 1rem;
}

.floor_5 .body li input {
  width: 100%;
  background: none;
  border: none;
  border-bottom: 1px solid #efd7b3;
  color: #eccead;
  outline: none;
  line-height: .78rem;
  margin-bottom: .3rem;
}

.floor_5 .body .index_more {
  border: none;
  color: #eccead;
  display: block;
  margin-top: .4rem;
}

.sub_banner {
  width: 100%;
  height: 3rem;
}

.sub_banner h3 {
  color: #eccead;
  font-size: .45rem;
  margin-left: .6rem;
  padding-top: .9rem;
  padding-bottom: .35rem;
}

.sub_banner span {
  display: block;
  width: 1rem;
  height: 1px;
  background: #817248;
  margin-left: .6rem;
}

.showmenu {
  background: #000;
  width: 100%;
  padding: 0.3rem 0% .2rem;
}

.showmenu a {
  width: 31%;
  margin-left: 1.75%;
  height: .7rem;
  display: block;
  float: left;
  line-height: .7rem;
  text-align: center;
  border-radius: .04rem;
  color: #f9f2e9;
  margin-bottom: .15rem;
  box-sizing: border-box;
  font-size: .28rem;
  background: url(../images/nav_li.png) no-repeat;
  background-size: 100% 100%;
}

.showmenu a:nth-child(3n) {
  margin-right: 0;
}

.showmenu a.hover {
  color: #fff;
  background: url(../images/nav_on.png) no-repeat;
  background-size: 100% 100%;
}

.about_1 {
  padding: 0 2% .6rem;
}

.about_1 .body img {
  width: 100%;
}

.about_1 .body h3 {
  font-size: .3rem;
  font-weight: bold;
  padding: .3rem .2rem;
  color: #eccead;
  text-align: center;
}

.about_1 .body .p {
  font-size: .26rem;
  padding: 0 .2rem;
}

.about_1 .index_title h3 {
  background: url(../images/f5_title.png) no-repeat center center;
  background-size: 6.87rem .44rem;
}

.left {
  float: left;
}

.right {
  float: right;
}

.about_2 {
  background: #191919;
}

.about_2 .swiper-container {
  overflow: hidden;
}

.about_2 .swiper-container .swiper-slide img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  width: 100%;
}

.about_2 .swiper-container .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}

.about_2 .swiper-container-horizontal>.swiper-pagination-bullets,
.about_2 .swiper-pagination-custom,
.about_2 .swiper-pagination-fraction {
  bottom: .4rem;
  left: .48rem;
}

.about_2 .swiper-pagination-bullet {
  width: .15rem;
  height: .15rem;
  float: left;
  border-radius: 100%;
  background: #fff;
  opacity: 1;
}

.about_2 .swiper-pagination-bullet-active {
  background: #ce0015;
}

.about_2 .body {
  padding: .8rem .57rem .3rem;
}

.about_2 .body .left {
  width: .74rem;
}

.about_2 .body .left img {
  width: .74rem;
}

.about_2 .body .right {
  width: 4.95rem;
  color: #ccc;
  font-size: .26rem;
  line-height: .45rem;
}

.about_2 .body .right .index_more {
  margin-left: 0;
}

.about_3 {
  background: #010101;
  padding-bottom: .45rem;
  overflow: hidden;
}

.about_3 .swiper-container {
  padding-bottom: 0.8rem;
  margin: 0 .3rem;
}

.about_3 .swiper-slide {
  position: relative;
  overflow: hidden;
  margin-bottom: 0.25rem;
}

.about_3 .swiper-container-horizontal>.swiper-pagination-bullets,
.about_3 .swiper-pagination-custom,
.about_3 .swiper-pagination-fraction {
  bottom: 0.34rem;
}

.about_3 .swiper-pagination-bullet {
  width: 0.26rem;
  height: 0.26rem;
  box-sizing: border-box;
  opacity: 1;
  padding: 0;
  margin: 0;
  background: url(../images/ico.png) no-repeat;
  display: inline-block;
  background-size: 5rem auto;
  border-radius: 0;
  vertical-align: middle;
  background-position: -1.01rem -.48rem;
}

.about_3 .swiper-pagination-bullet-active {
  background-position: -1.32rem -.49rem;
}

.about_3 .swiper-slide img {
  max-width: 100%;
  display: block;
}

.about_3 .swiper-slide h3 {
  text-align: center;
  font-size: .28rem;
  line-height: .8rem;
}

.about_4 {
  background: url(../images/about_4_bg.png) center 4.8rem no-repeat;
  background-size: 100% .19rem;
  overflow: hidden;
}

.about_4 .index_title h3 {
  background: url(../images/index_title5.png) no-repeat center center;
  background-size: 6.87rem 100%;
  letter-spacing: .19rem;
  padding-left: .06rem;
}

.about_4 .swiper-container {
  width: 96%;
  margin: 0 2%;
}

.about_4 .swiper-slide {
  background-size: cover;
  background-position: center;
}

.about_4 .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}

.about_4 .gallery-top .swiper-slide {
  height: 3rem;
}

.about_4 .gallery-top .swiper-slide h3 {
  font-size: 2.8rem;
  color: #e2c29a;
  font-weight: bold;
  position: absolute;
  z-index: 10;
  width: 100%;
  text-align: center;
  line-height: 2.8rem;
  height: 2.8rem;
  opacity: .02;
}

.about_4 .gallery-top .swiper-slide p {
  text-align: center;
  padding-top: .9rem;
  font-size: .28rem;
  position: relative;
  z-index: 11;
}

.about_4 .gallery-thumbs {
  height: 1.15rem;
  box-sizing: border-box;
  margin-bottom: .3rem;
}

.about_4 .gallery-thumbs .swiper-slide {
  width: 20%;
  text-align: center;
  padding-top: .55rem;
  opacity: 1;
}

.about_4 .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  color: #eccead;
  font-weight: bold;
  text-align: center;
}

.about_4 .swiper-button-next,
.about_4 .swiper-button-prev {
  width: .2rem;
  background: url(../images/ico.png) no-repeat;
  background-size: 5rem auto;
  height: .24rem;
  background-position: -.03rem -1.52rem;
  top: .62rem;
  margin-top: 0;
  z-index: 10;
  outline: none;
}

.about_4 .swiper-button-next {
  background-position: -.25rem -1.52rem;
}

.floor_6 .index_title h3 {
  background: url(../images/f5_title.png) no-repeat center center;
  background-size: 6.87rem .44rem;
}

.floor_6 .index_more a {
  background: url(../images/f6_wx.png) no-repeat;
  background-size: 100% 100%;
}

.floor_6 .index_more a:first-child {
  background: url(../images/f6_more.png) no-repeat;
  background-size: 100% 100%;
  color: #eccead;
}

.floor_6 .body {
  padding: 0 2%;
}

.floor_6 .swiper-container {
  overflow: hidden;
  padding-bottom: .9rem;
}

.floor_6 .swiper-container .swiper-slide h3 {
  background: url(../images/f6_li.png) left bottom no-repeat;
  background-size: 100% 100%;
  height: .72rem;
  color: #fff;
  text-align: center;
  line-height: .72rem;
}

.floor_6 .swiper-container .swiper-slide figure {
  position: relative;
  padding-top: 75%;
  width: 100%;
  overflow: hidden;
  border-radius: .1rem .1rem 0 0;
}

.floor_6 .swiper-container .swiper-slide img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.floor_6 .swiper-container .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}

.floor_6 .swiper-container-horizontal>.swiper-pagination-bullets,
.floor_6 .swiper-pagination-custom,
.floor_6 .swiper-pagination-fraction {
  bottom: .31rem;
}

.floor_6 .swiper-pagination-bullet {
  width: .15rem;
  height: .15rem;
  border-radius: 100%;
  background: #999;
  opacity: 1;
}

.floor_6 .swiper-pagination-bullet-active {
  background: #ce0015;
}

.floor_6 .img {
  width: 100%;
  padding-bottom: .69rem;
}

/*****通用*****/
@media only screen and (min-width: 751px) {
  html {
    font-size: 100px;
  }
}

@media only screen and (max-width: 750px) {
  html {
    font-size: 100px;
  }
}

@media only screen and (max-width: 640px) {
  html {
    font-size: 85.3333px;
  }
}

@media only screen and (max-width: 540px) {
  html {
    font-size: 72px;
  }
}

@media only screen and (max-width: 480px) {
  html {
    font-size: 64px;
  }
}

@media only screen and (max-width: 414px) {
  html {
    font-size: 55.2px;
  }
}

@media only screen and (max-width: 400px) {
  html {
    font-size: 53.3333px;
  }
}

@media only screen and (max-width: 375px) {
  html {
    font-size: 50px;
  }
}

@media only screen and (max-width: 360px) {
  html {
    font-size: 48px;
  }
}

@media only screen and (max-width: 320px) {
  html {
    font-size: 42.6666px;
  }
}

/*# sourceMappingURL=style.css.map */