/***************top and bottom css*********************/
.sc { font-family: Noto Serif SC;}
.modal {  display: none; position: fixed; z-index: 666; left: 0; top: 0; width: 100%; height: 100%; overflow: auto;  background-color: rgba(0, 0, 0, 0.4);}
.modal-content { display: flex; flex-direction: column; position: relative; background-color: #fefefe; margin: 60% auto;
  padding:0.2rem; border: 1px solid #888; width:80%; animation: topDown 0.4s;}

@keyframes topDown {
  from {
    top: -300px;
    opacity: 0;
  }

  to {
    top: 0;
    opacity: 1;
  }
}
.modal-header { display: block;flex-direction: row; align-items: center; justify-content: space-between; text-align: right;}
.close { float: right; color: #aaa; font-size:0.28rem; font-weight: bold;transition: all ease 0.36s; display: block;
  width:0.6rem;  height:0.8rem; background: url("../images/closeModal.png") no-repeat center center;}
.close:hover { color: black; text-decoration: none; cursor: pointer; transform: rotate(360deg);transition: all ease 0.36s;}
.modal-body { padding-top:0.2rem; padding-bottom:0.3rem; margin-top:0.1rem;}
.modal-body .stxt { float: left; width:78%; height:0.8rem; border: #CCC solid 1px; padding-left:0.3rem; outline: none;}
.modal-body .sbtn { width:0.8rem; height:0.82rem; background: url("../images/search_btn.png") no-repeat center center #b26051;
  border: none;  cursor: pointer;}


/**header_main**/

.index.trans{ width:100%; overflow:hidden; position:relative;  z-index:11; }
.header_top{ width: 100%; position:relative; height:0.5rem; left: 0; top: 0; background-color: #b26051;z-index: 6;}
.header_top .header_top_z{ float: left; font-size:0.2rem; color: #fadacd; line-height:0.5rem; padding-left:0.3rem;}
.header_top .header_top_y{ float: right;padding-right: 3vw; padding-top: 8px;}
.header_top .header_top_y .search_btn i{ display: block; width: 0.2rem; height:0.2rem; background: url(../images/searchico.png) no-repeat center center;  cursor: pointer; background-size: cover;}


.header_main {
  position: relative;
  width: 100%;
  height: 1rem;
  z-index: 100;
}
.header_main .logo {
  position: absolute;
  top: 0;
  left: 0;
}
.header_main .logo img {
  display: block;
  padding-left: 0.3rem;
  padding-top: 0.2rem;
  height: 0.6rem;
  box-sizing: content-box;
  float:left
}



.header_main .en{ display: none; font-size: 0.34rem; color: #333; line-height: 1rem; text-transform: uppercase;  position: absolute; right: 1.2rem; top: 0;}
.header_main .navbtn {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.9rem;
  height: 0.66rem;
  padding-top: 0.34rem;
  z-index: 12;
}
.header_main .navbtn s {
  width: 0.33rem;
  height: 0.31rem;
  display: block;
  margin: 0 auto;
  /* background-position: -0.38rem 0; */background-position: -1.68rem 0;
}
/* .header_main.hover .navbtn s{  background-position: -0.4rem 0;} */
.header_main .navbtn.cur s {
  background-position: -1.92rem 0;
}
.header_main .ce {
  position: absolute;
  right: 1.1rem;
  font-family: arial;
  font-size: 0.36rem;
  line-height: 1rem;
  color: #fff;
}
.header_main.hover .ce{ color:#333;}
.header_main .member {
  position: absolute;
  right: 2.1rem;
  top: 0.32rem;
  display: block;
  width: 0.34rem;
  height: 0.34rem;
  background-position: 0 0;
}
.header_main.hover { position: fixed; left: 0; top: 0;
  background:#fff;
  box-shadow: 5px 4px 4px rgba(0, 0, 0, 0.1);
}
.header_main.hover1 {
  background: #b26051;
  box-shadow: 5px 4px 4px rgba(0, 0, 0, 0.1);
}
.header_main .goBack {
  width: 1rem;
  height: 0.8rem;
  position: absolute;
  left: 0;
  top: 0;
}
.header_main .goBack:before {
  width: 0.22rem;
  height: 0.36rem;
  margin: 0.28rem auto 0;
  background: url(../g-images/g-ico.png) no-repeat;
  background-size: 4rem auto;
  background-position: -0.98rem -0.9rem;
  content: '';
  display: block;
}

/*subNav*/
.subNav { position: fixed; max-width: 640px; min-width: 320px; width: 100%; margin: 0 auto; height: 100%; top: 0; bottom: 0; z-index: 9999; display: none; overflow-y:auto; background:#fff;}
.subNav .subNavCon { width: 100%; height: 100%; position: absolute; right: 0; top: 0; background: #fff;}
.subNav ul { width: 100%; padding: .8rem 0 .5rem; overflow-y: auto; height: 100%; padding-bottom: 1rem;}
.subNav li { width: 94%;display: block; line-height: 1rem;margin: 0 3%;position: relative; border-bottom: 1px solid #ddd;}
.subNav li a { display: block; color: #333; font-size: 0.28rem; width: 80%; float: left;}
.subNav li s { width: .16rem; height: .2rem; display: block; text-align: center; color: #333; font-size: .24rem; background-position: -1.5rem -0.9rem; margin-top: .38rem; margin-right: .1rem; float: right; position: relative; z-index: 11;}
.subNav li .box { display: none;}
.subNav li.on .box{display:block;}
.subNav li .box a { border-color: #f9f9f9; width: 100%; height: 0.6rem; line-height: 0.6rem; color: #333 !important; font-size: .24rem;}
.subNav li.on > a { color:#b26051;}
.subNav li.on s {background-position: -1.3rem -0.9rem;}
.subNav li.hover a { color: #ff0000;}
.subNav .guan {  position: absolute; right: 0.3rem; top: 0.4rem; width: .28rem; height: .3rem; display: block; margin: 0 auto;}


.subNavShow { display: block;}
/***footer****/
.footer_main {
  color:#443434;
  line-height: 0.4rem;
  padding: 0.5rem 0.3rem 0.6rem;
background:url(../images/d14_02.jpg) center center no-repeat; background-size: cover;
  font-size: 0.26rem;
}
.footer_main .txt {
  color:#443434;
  font-size: 0.26rem;
  line-height: 0.45rem;
  padding-right: 0.2rem; padding-top: 0.4rem;
}
.footer_main .txt a {
  color: #443434;
}
.footer_main .txt a:hover {
  color: #b26051;
}
.footer_main .link {
  border-bottom:1px solid #525867;
  padding-bottom: 0.59rem;
  margin-bottom: 0.3rem;
}
.footer_main .link a {
  width: 33.3333%;
  text-align: left;
  display: block;
  float: left;
  font-size: 0.3rem;
  line-height: 0.6rem;
  color: #443434;
}
.footer_main img {
  display: block;
  width:70%;
}
.footer_main .bottom_tel h3 { font-size:0.36rem;color: #493434; font-weight: bold; padding-top: 0.5rem;}
.footer_main .bottom_tel ul{ display: flex; justify-content:left; position: relative; width: 100%; flex-wrap: wrap;}
.footer_main .bottom_tel ul li{ text-align: center;transition:all ease 0.36s; width: 25%; padding-top:0.3rem;}
.footer_main .bottom_tel ul li img{ display: block; margin: 0 auto; width: 60%;}
.footer_main .bottom_tel ul li span{ display: block; font-size:0.24rem; color: #6a5d5d; line-height:0.36rem; padding-top:0.12rem;}

.footer_main .bottom_nav h3 { font-size:0.36rem;color: #493434; font-weight: bold; padding-top: 0.5rem;}
.footer_main .bottom_nav ul{ display: flex; justify-content:left; position: relative; width: 100%; flex-wrap: wrap;}
.footer_main .bottom_nav ul li{ text-align: center;transition:all ease 0.36s; width:33.3%; padding-top:0.3rem;}
.footer_main .bottom_nav ul li img{ display: block; margin: 0 auto; width: 80%;}
.footer_main .bottom_nav ul li span{ display: block; font-size:0.24rem; color: #6a5d5d; line-height:0.36rem; padding-top:0.12rem;}

.footer_main a {
  color: #443434;
}
.navBar {
  width: 100%;
  height: 1rem;
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 100;
  background: #fff;
  border-top: 1px solid #ddd;
}
.navBar ul {
  max-width: 750px;
  min-width: 320px;
  width: 100%;
  height: 1rem;
  margin: 0 auto;
}
.navBar ul li {
  float: left;
  width: 20%;
  height: 1rem;
}
.navBar ul li a {
  width: 100%;
  height: 1rem;
  padding-top: 0.15rem;
  font-size: 0.2rem;
  display: block;
  text-align: center;
  color: #333;
}
.navBar ul li a:before {
  width: 0.45rem;
  height: 0.42rem;
  display: block;
  margin: 0 auto 0.02rem;
}
.navBar ul li:first-child {
  border-left: 0px;
}
.navBar ul li:nth-child(1) a:before {
  background-position: -0.51rem -0.92rem;
}
.navBar ul li:nth-child(2) a:before {
  background-position: 0.06rem -0.92rem;
}
.navBar ul li:nth-child(4) a:before {
  background-position: -1.08rem -0.92rem;
}
.navBar ul li:nth-child(5) a:before {
  background-position: -1.68rem -0.92rem;
}
.navBar #nav2 {
  position: absolute;
  z-index: 10;
  width: 0.86rem;
  height: 0.86rem;
  left: 50%;
  margin-left: -0.43rem;
  top: -0.43rem;
  text-align: center;
  font-size: 0.2rem;
}
.navBar #nav2 .ico {
  width: 0.86rem;
  height: 0.86rem;
  background-position: 0 -1.52rem;
}
/*悬浮工具*/
.g_top {
  width: 0.8rem;
  height: 0.8rem;
  padding-top: 0.2rem;
  background: #b26051;
  border-radius: 100%;
  position: fixed;
  right: 0.1rem;
  bottom: 1.4rem;
  display: block;
  z-index: 999;
  opacity: 0.89;
  display: none;
  box-sizing:border-box;
}
.g_tel {
  width: 0.8rem;
  height: 0.8rem;
  background:#b26051;
  border-radius: 100%;
  position: fixed;
  right: 0.1rem;
  bottom: 3.2rem;
  display: block;
  z-index: 999;
  text-align: center;
}
.g_tel a {
  display: block;
  width: 100%;
  height: 100%;
}
.g_tel i {
  width: 0.34rem;
  height: 0.35rem;
  margin:0 auto;
  margin-top: 0.26rem;
  background-position: -2.54rem -0.57rem;
  margin-bottom: 0.1rem;
}
.g_nav {
  width: 0.8rem;
  height: 0.8rem;
  padding-top: 0.26rem;
  background: #b26051;
  border-radius: 100%;
  position: fixed;
  right: 0.1rem;
  bottom: 2.3rem;
  display: block;
  z-index: 999;
  text-align: center;
  box-sizing:border-box;
}
.g_nav i {
  width: 0.33rem;
  height: 0.33rem;
  margin:0 auto;
  background-position: -3.1rem -0.56rem;
  margin-bottom: 0.05rem;
}
.g_top:before {
  width: 0.42rem;
  height: 0.36rem;
  margin: 0.08rem auto 0;
  background-position: -2.56rem 0;
  display:block;
  margin-left:0.2rem;
}
.g_top:hover {
  background: #ff0000;
}
/*imessage*/
.imessage {
  margin-top: 0.6rem;
  margin-bottom: 0.4rem;
}
.imessage h2 {
  color: #333333;
  margin-bottom: 0.3rem;
  text-align: center;
  font-size: 0.28rem;
}
.imsg {
  width: 93%;
  margin: 0 auto;
}
.imsg .item {
  width: 100%;
  height: 0.67rem;
  box-sizing: border-box;
  margin-bottom: 0.28rem;
  position: relative;
  line-height: 0.67rem;
  border: 1px solid #aaaaaa;
  background: #fff;
}
.imsg .item span.red {
  position: absolute;
  left: 0.05rem;
  top: 0.02rem;
  color: red;
}
.imsg .item s {
  width: 0.35rem;
  height: 0.32rem;
  position: absolute;
  right: 0.1rem;
  top: 0.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: 0.65rem;
  text-indent: 0.2rem;
  line-height: 0.65rem;
  border: 0px;
  background: none;
  outline: none;
  color: #666;
}
.imsg .item.liuyan {
  width: 100%;
  margin-bottom: 0.2rem;
  height: 2.08rem;
}
.imsg .item.liuyan textarea {
  width: 100%;
  color: #666;
  overflow: hidden;
  padding: 0.1rem;
  height: 2.08rem;
  font-family: "微软雅黑";
  resize: none;
  border: 0;
  box-sizing: border-box;
  background: none;
}
.imsg .submit {
  width: 100%;
  height: 0.68rem;
  cursor: pointer;
  border: 0;
  line-height: 0.68rem;
  text-align: center;
  color: #fff;
  display: block;
  background: #00bce9;
}
/***************top and bottom css end*********************/
/* imgtog */
.imgtog {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.imgtog .list {
  float: left;
  width: 500%;
}
.imgtog .list .item {
  float: left;
  width: 20%; position:relative;
}
.imgtog .list .item img {
  width: 100%;
}
.imgtog .prev,
.imgtog .next {
  width: 0.3rem;
  height: 0.45rem;
  position: absolute;
  top: 0.9rem;
  z-index: 20;
}
.imgtog .prev {
  left: 0.1rem;
  background-position: -0.98rem 0;
}
.imgtog .next {
  right: 0.1rem;
  background-position: -1.4rem 0;
}
.imgtog .tip {
  width: 100%;
  position: absolute;
  left: 0rem;
  bottom: 0.9rem;
  margin-left: 0;
  text-align: center;
  z-index: 10;
}
.imgtog .tip span {
  width: 0.12rem;
  height: 0.12rem;
  margin: 0 0.1rem;
  border-radius: 0.5rem;
  display: inline-block;
  cursor: pointer;
  vertical-align: top;
  text-align: center;
  background:#fff;
  box-sizing: border-box;
  opacity: 0.5;
  border-radius: 0.5rem;
}

.imgtog .list .item .inner{ position:absolute; left:5%; top:38%; color:#fff;}
.imgtog .list .item .inner h2{ font-size:0.5rem; line-height:0.64rem; color:#fff; padding-bottom:0.2rem;}
.imgtog .list .item .inner h3{ font-size:0.3rem; line-height:0.6rem; color:#fff; font-weight:normal;}
.imgtog .list .item .inner h4{ font-size:0.3rem; line-height:0.6rem; color:#fff; font-weight:normal;}
.imgtog .list .item:nth-child(1) .inner h3{font-size:0.5rem; line-height:0.64rem; color:#fff; font-weight:bold;}

.imgtog .tip span.cur {
  background: #b26051;
  opacity: 1;
}
.imgtog.banner {
  width: 100%;
}
.imgtog.banner .list .item a {
  width: 100%;
  display: block;
}
.imgtog.banner .list .item img {
  display: block;
}
.imgtog.banner .tip {
  bottom: 0.1rem;
}
.banner_main {
  position: relative;
  z-index: 9;
  overflow: hidden;
}
.banner_main .pbg1 {
  position: absolute;
  bottom: -0.4rem;
  left: 0;
  width: 3.75rem;
  height: 2.35rem;
  background: url("../images/pbg1.png") no-repeat center center;
  background-size: 100%;
}
.banner_main .pbg2 {
  position: absolute;
  bottom: -0.4rem;
  right: 0;
  width: 6.49rem;
  height: 2.41rem;
  background: url("../images/pbg2.png") no-repeat center center;
  background-size: 100%;
}
.indexsplit {
  width: 100%;
  height: 0.3rem;
  background: #f7f7f7;
  border-top: 1px solid #e5e5e5;
}
.imgtog.banner .zyk{position: absolute;
  bottom:1rem;
  left: 0.6rem;
  width: 1.36rem;
  height: 0.46rem;
  background: url("../images/zzz_03.png") no-repeat center center;
  background-size: 100%;}
.indexmore,
.addclick {
  text-align: center;
  height: 0.74rem;
  line-height: 0.74rem;
  width: 94%;
  display: block;
  margin: 0 auto 0.2rem;
  font-size: 0.28rem;
  background: #00bce9;
  color: #fff;
}
.indexmore:link,
.addclick:link,
.indexmore:visited,
.addclick:visited {
  color: #fff;
}
.addclick {
  width: 94%;
  border-color: #999;
}
/**********************index css*************************/

.floor_1_01 { display: flex; justify-content: space-between; position: relative;width: 100%; padding-top:0.8rem;}
.floor_1_01 h3 { display: block;font-size:0.5rem; color: #b26051; line-height:0.56rem; font-weight: bold; position: relative;}
.floor_1_01 h3 span{ font-size:0.5rem; color: #b26051;}
.floor_1_01 h3:before { content: ""; position: absolute; right:-0.5rem;  top:0.14rem; background:url(../images/a3_03.png) center center no-repeat; height: 0.35rem; width: 0.43rem; -webkit-transition-duration: 0.3s;  transition-duration: 0.3s;-webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; background-size: cover;}

.floor_1_01 .a2{ display: block; width: 1.5rem; height:0.56rem; background-color: #333; border-radius:0.5rem; text-align: center; line-height:0.56rem; font-size:0.24rem; color: #fff;}


.floor_12_main{ padding: 0 0.3rem; position: relative;background: url(../images/k1_02.jpg) no-repeat top center; background-size: cover; padding-bottom: 0.9rem;}
.floor_12_main .swiper12{ width: 100%; position: relative; }
.floor_12_main .swiper12 .swiper-wrapper{ padding-bottom: 0.7rem;}
.floor_12_main .swiper12 .swiper-slide{ width: 100%; position: relative; margin-top: 0.5rem; text-align: left; background-color: #fff;}
.floor_12_main .swiper12 .swiper-slide a{ display: block; align-items: center; justify-content: center;display: flex; height: 100%; width: 100%;}
.floor_12_main .swiper12 .swiper-slide .img1{ display: block; margin: 0 auto; width: 100%;}
.floor_12_main .swiper12 .swiper-slide .w{ width:84%; padding: 8% 8%; position: relative;}
.floor_12_main .swiper12 .swiper-slide .w h3{ font-size:0.34rem; color: #1f2732; line-height:0.36rem; font-weight: bold;}
.floor_12_main .swiper12 .swiper-slide .w p{ font-size:0.24rem; color: #1f2732; line-height:0.4rem; margin-top:6%; text-overflow: -o-ellipsis-lastline;
  overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; line-clamp: 4; -webkit-box-orient: vertical;}
.floor_12_main .swiper12 .swiper-slide .w a{ display: block; width: 2rem; height: 0.5rem; background-color: #ff7403; border-radius:5rem; margin-top: 8%;text-align: center; font-size:0.24rem; line-height:0.5rem; color: #fff;}

.floor_12_main .swiper12 .swiper-pagination-bullet{ background-color: #999;}
.floor_12_main .swiper12 .swiper-pagination-bullet-active{background-color: #b26051;}

.floor_11_main{ position: relative; overflow: hidden; background: url(../images/k1_03.png) no-repeat center center; padding:0 0.3rem 1rem;
background-size: cover;}
.floor_11_main .mySwiperc{ margin-top: 0.4rem; width: 100%; position: relative;}
.floor_11_main .mySwiperc .swiper-wrapper{ padding-bottom: 0.7rem;}
.floor_11_main .mySwiperc .img{ display: block; width: 100%; overflow: hidden; border-radius: 0.1rem;}
.floor_11_main .mySwiperc .img img{ display: block; width: 100%;}
.floor_11_main .mySwiperc .swiper-slide a .w{ width:100%; position: relative; padding-top: 0.3rem;}
.floor_11_main .mySwiperc .swiper-slide a .w h3{ font-size:0.34rem; color: #b26051; line-height:0.42rem; font-weight: bold;}
.floor_11_main .mySwiperc .swiper-slide a h5{ font-size:0.28rem; color: #333; line-height:0.28rem; font-weight: bold; border-left: #333 solid 0.05rem; padding-left:0.16rem; margin-top:0.3rem;}
.floor_11_main .mySwiperc .swiper-slide a .p{ width: 100%; position: relative;}
.floor_11_main .mySwiperc .swiper-slide a .p h4{ font-size:0.26rem; color: #666; line-height:0.36rem; padding-top:0.2rem;}
.floor_11_main .mySwiperc .swiper-slide a .p p{ width: 100%; padding-top:0.1rem;}
.floor_11_main .mySwiperc .swiper-slide a .p p span{ display: block; font-size:0.24rem; color: #666; line-height:0.26rem;position: relative; padding-left:0.16rem; margin-top:0.14rem;}
.floor_11_main .mySwiperc .swiper-slide a .p p span::before { position: absolute; left: 0; top:0.08rem; content: ""; width:0.08rem;
 height:0.08rem;background:#b26051; transition: 3s; z-index: -1; border-radius:0.3rem;}
 .floor_11_main .mySwiperc .swiper-slide a .s{ width: 1.8rem; height:0.5rem; background-color: #fff; border-radius:0.5rem; text-align: center; margin-top:0.4rem;}
.floor_11_main .mySwiperc .swiper-slide a .s p{ display: inline-block;}
.floor_11_main .mySwiperc .swiper-slide a .s p span{ display: block; float: left; font-size:0.24rem; color: #0b1900; line-height:0.5rem;}
.floor_11_main .mySwiperc .swiper-slide a .s p i{ display: block; width:0.2rem; height:0.2rem; float: left; margin-left:0.1rem; margin-top:0.16rem; background-color: #b26051;align-items: center; justify-content: center;display: flex; border-radius:0.3rem;}
.floor_11_main .mySwiperc .swiper-slide a .s p i s{ display: block; width:0.06rem; height:0.09rem; background-position:-1.35rem -1.79rem;}
.floor_11_main .mySwiperc .swiper-pagination-bullet-active { background:#b26051;}


.floor_1_00 { display: inline-block; width: 100%; padding-top: 1rem;}
.floor_1_00 h3 { float: left;}
.floor_1_00 h3 p { color: #333; font-size:0.26rem; line-height:0.3rem; padding-bottom:0.14rem; text-transform: uppercase;}
.floor_1_00 h3 b{ display: block;font-size:0.48rem; color: #333; line-height:0.48rem;}
.floor_1_00 h3 span { display: block; font-size:0.3rem; color: #999;  line-height: 0.3rem; font-family: Arial; float: left; padding-left: 0.2rem;
padding-top:0.16rem; font-weight: normal;}
.floor_1_00 h3 em { display: block; font-size:0.3rem; color: #b26051;  line-height:0.34rem;}
.floor_1_00 .a1 {display: block;  transition: all ease 0.36s; float: right; width:1.7rem; height:0.54rem;
border: #333 solid 1px; border-radius:0.5rem; text-align: center;}
.floor_1_00 .a1 p{ display: inline-block;}
.floor_1_00 .a1 p span{ display: block; float: left; font-size: 0.24rem; color: #333; line-height:0.54rem;}
.floor_1_00 .a1 p i{ display: block; width:0.32rem; height:0.32rem; border-radius: 0.6rem; background-color: #b26051; float: left; 
margin-left:0.14rem; margin-top:0.08rem;position: relative;}
.floor_1_00 .a1 p i s{ display: block; width:0.16rem; height:0.06rem; background-position: -0.06rem -3.09rem;position: absolute;top: 50%;left: 50%;
 transform: translate(-50%, -50%);}
  .floor_0_main .floor_1_00 h3 { float: none; }
 .floor_0_main .floor_1_00 h4 {
    font-size: 0.24rem;
    color: #666;
    line-height: 0.34rem;
    padding-top: 0.14rem;
    font-weight: normal;
}

.floor_0_2{ width: 100%; position: relative; margin-top: 0.5rem;}
.floor_0_2 .swiper0{ position: relative; width: 100%;}
.floor_0_2 .swiper0 .swiper-wrapper{ padding-bottom: 0.7rem;}

.floor_0_2 .swiper0 .swiper-slide{ position: relative; height: 5rem;}
.floor_0_2 .swiper0 .swiper-slide a{ display: block;background-color: #fff;border-radius: 10px; position: relative; width: 100%; height: 100%;max-width: initial;}
.floor_0_2 .swiper0 .swiper-slide .w{ padding: 8%; height: 84%; position: relative;}
.floor_0_2 .swiper0 .swiper-slide .w h3{  font-size:0.28rem; line-height:0.32rem; font-weight: bold; height:0.48rem; border-bottom: #ddd solid 1px; font-weight: bold;}
.floor_0_2 .swiper0 .swiper-slide .w .p{ width: 100%; margin-top:0.2rem;}
.floor_0_2 .swiper0 .swiper-slide .w .p span{ display: block; padding-left:0.12rem; font-size:0.22rem; line-height:0.34rem; color: #8b8b8b; position: relative;}
.floor_0_2 .swiper0 .swiper-slide .w .p span::before { position: absolute;left: 0; top:0.16rem; content: ""; width:0.04rem; height:0.04rem;
background:#9d9d9d; transition: 3s; z-index: 1; display: block;}
.floor_0_2 .swiper0 .swiper-slide .w .s{ display: block; width:0.54rem; height:0.54rem; background-position: -0.86rem -2.98rem; position: absolute; bottom: 6%; left: 8%;}


.floor_0_2 .swiper0 .swiper-slide .img1{ width: 60%; position: absolute; right: 5%; bottom: 7%;}
.floor_0_2 .swiper0 .swiper-slide.swiper-slide-active .img1{ width: 56%; right: 4%; bottom: 7%;}

.floor_0_2 .swiper0 .swiper-pagination-bullet { background: #fff;}
.floor_0_2 .swiper0 .swiper-pagination-bullet-active { background: #fff;}

.floor_0_main{ padding: 0 0.3rem 0.9rem;position: relative; overflow: hidden;background: url(../images/y6_02.jpg) no-repeat center center; background-size: cover;}
.floor_0_main .swiper0{ margin-top: 0.4rem; width: 100%; position: relative;}
.floor_0_main .swiper0 .swiper-wrapper{ padding-bottom: 0.7rem;}
.floor_0_main .swiper0 .img-box{ display: block; width: 100%; overflow: hidden; border-radius: 0.1rem;}
.floor_0_main .swiper0 .img-box img{ display: block; width: 100%; border-radius: 0.1rem;}
.floor_0_main .swiper0 .text-box { width: 100%;margin-top:0.3rem;}
.floor_0_main .swiper0 .text-box .tit-1,
.floor_0_main .swiper0 .text-box .tit-2{ display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; color: #333;}
.floor_0_main .swiper0 .text-box .tit-1{line-height:0.36rem; color: #b26051; margin-bottom:0.1rem; font-size:0.32rem; font-weight: bold;}
.floor_0_main .swiper0 .text-box .tit-2{line-height:0.36rem; margin-bottom:0.4rem; font-size:0.28rem;}
.floor_0_main .swiper0 .text-box .content{ height:2.3rem; background:#fff; background-size: cover; border-radius:0.1rem; overflow: hidden; position: relative;box-shadow: 1px 0px 1px rgba(0,93,170,0.1);}
.floor_0_main .swiper0 .text-box .content .name{ width:0.4rem; background: #b26051;
position: absolute; top: 0; left: 0px; height: 100%;}
.floor_0_main .swiper0 .text-box .content .box{ line-height:0.36rem; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4;  overflow: hidden; font-size:0.24rem; color: #333; padding: 4% 4% 4% 12%;}
.floor_0_main .swiper0 .swiper-pagination-bullet-active { background:#b26051;}



.floor_1_00 .p{width:70%; font-size: 0.24rem; line-height:0.34rem; color: #666; float: right;}
.floor_0_main .top { width: 100%; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap;
padding-bottom:0.44rem; border-bottom: 1px solid #efefef; position: relative;}
.floor_0_main .top::before { content: ''; width:0.4rem; height: 1px; background: #b26051; position: absolute; left: 0; bottom: -1px;}
.floor_0_main .top .title { font-size:0.46rem; font-weight: bold; color: #000; line-height:0.48rem;}
.floor_0_main .top .more { display: inline-flex; align-items: center; font-size:0.24rem; color: #b26051;}
.floor_0_main .top .more span { width:0.26rem; height:0.26rem; margin-left:0.1rem; display: inline-flex;justify-content: center;
 align-items: center; border-radius: 50%; background: #b26051; position: relative; overflow: hidden;}
.floor_0_main .top .more span i{ display: block; width:0.05rem; height:0.1rem; background-position: -1.36rem -3.41rem;  position: absolute;top: 50%; left: 50%; 
transform: translate(-50%, -50%);}

.list_bt{ font-size:0.4rem; color: #00458f; line-height:0.42rem; font-weight: bold; padding-top:0.8rem; text-align: center;}
.floor_0_1{width: 100%; position: relative; overflow: hidden; margin-top: 0.2rem;}

.floor_0_main .list { width: 100%; padding: 0.3rem 0 0.9rem; position: relative; z-index: 3;}
.floor_0_main .list .swiper-container { width: 100%; position: relative;}
.floor_0_main .list .swiper-wrapper{ padding-bottom: 0.6rem;}
.floor_0_main .list .swiper-container .swiper-slide { width: 100%; position: relative; transition: all ease-out 0.5s;background: url(../images/k3_09.jpg) no-repeat center center; background-size: cover; height: 3.26rem;}
.floor_0_main .list .swiper-container .swiper-slide .w{ position: relative; padding:7% 5% 5%; width: 60%;}
.floor_0_main .list .swiper-container .swiper-slide .w h3{ font-size:0.28rem; line-height:0.32rem; font-weight: bold;}
.floor_0_main .list .swiper-container .swiper-slide .w p{ font-size:0.24rem; color: #666; line-height:0.36rem; width: 90%; margin-top:0.12rem;}
.floor_0_main .list .swiper-container .swiper-slide .w span{ display: block; font-size:0.24rem; color: #999; line-height:0.24rem; font-family: Arial; margin-top:0.24rem;}
.floor_0_main .list .swiper-container .swiper-slide .img{ display: block; width: 2.4rem; position: absolute; right: 5%; top: 12%;}
.floor_0_main .list .swiper-container .swiper-slide .img img{ display: block; width: 100%;}
.public-btn { min-width:1.4rem; height:0.56rem; padding: 0 0.2rem 0 0.38rem; border-radius: 0.3rem;
 display: inline-flex; justify-content: center; align-items: center; background: #b26051;
 color: #fff; transition: all ease-out 0.3s; cursor: pointer;}
.public-btn span { display: inline-flex; transition: all ease-out 0.3s; margin-left: 0.26rem; width:0.26rem; height:0.26rem; background-color: #fff;
border-radius: 0.5rem; position: relative;}
.public-btn span i{  display: block; width:0.05rem; height:0.1rem; background-position: -1.36rem -3.26rem;  position: absolute;top: 50%; left: 50%; 
transform: translate(-50%, -50%);}
.floor_0_main .list .swiper-container .swiper-slide-thumb-active { opacity: 1;}
.floor_0_main .list .swiper-pagination-bullet-active { background: #b26051;}

.index_title { text-align:left; position:relative;}
.index_title h3 { font-size:0.5rem; font-weight: bold; color: #000; line-height:0.54rem;}
.index_title h3 span{ color: #b26051;font-size:0.5rem;}
.index_title a{ display: flex; position: absolute; right: 0; top:0.22rem; font-size:0.24rem; color: #b26051; line-height:0.24rem;transition:all ease 0.36s;}
.index_title a i{ display: block; width:0.23rem; height:0.18rem; background-position: -1.78rem -3.96rem; margin-left:0.1rem;transition: all ease 0.36s; margin-top: 0.02rem;}


.floor_1_main { padding:0.8rem 0.3rem 0.8rem; position: relative;overflow: hidden; }
.floor_1_main .floor_1_0{ display: block; width: 100%; position: relative; }
.floor_1_main .floor_1_0 .floor_1_01{ width: 100%; position: relative;}
.floor_1_main .floor_1_0 .floor_1_01 .swiper-wrapper{ padding-bottom:0.6rem;}
.floor_1_main .floor_1_0 .floor_1_01 .swiper-slide{ position: relative; margin-top:0.46rem;transition:all ease 0.36s; }
.floor_1_main .floor_1_0 .floor_1_01 .swiper-slide a{ display: block; width:100%; background-color: #fff; border-radius:0.1rem; overflow: hidden;box-shadow: 1px 0px 5px rgba(93, 46, 46, 0.2);}
.floor_1_main .floor_1_0 .floor_1_01 .swiper-slide .img{ display: block; width: 100%; border-radius:0.1rem; overflow:hidden;}
.floor_1_main .floor_1_0 .floor_1_01 .swiper-slide .img img{ display: block; width: 100%;}
.floor_1_main .floor_1_0 .floor_1_01 .swiper-slide .w{ padding: 5%;}
.floor_1_main .floor_1_0 .floor_1_01 .swiper-slide .w .time{ display: block; font-size:0.24rem; color: #333; line-height:0.26rem;}
.floor_1_main .floor_1_0 .floor_1_01 .swiper-slide .w h3{ display: block; font-size:0.3rem; color: #272727; line-height:0.4rem; height:0.82rem; text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; 
-webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; margin-top:0.14rem;}
.floor_1_main .floor_1_0 .floor_1_01 .swiper-slide .w .p{ font-size:0.24rem; color: #b26051; display: flex; margin-top:0.26rem;}
.floor_1_main .floor_1_0 .floor_1_01 .swiper-slide .w .p i{ display: block; width:0.09rem; height:0.16rem; background-position: -0.44rem -2.26rem; margin-left:0.1rem; margin-top:0.1rem;}
.floor_1_main .floor_1_0 .floor_1_01 .swiper-pagination-bullet-active { background: #b26051;}

.floor_2_main { padding: 0.9rem 0.3rem 0; position: relative; background: url(../images/d5_02.jpg) top center no-repeat; background-size: cover; overflow: hidden;}
.floor_2_main .index_title h3{ color: #fff;}
.floor_2_main .index_title h3 span{ color: #fff;}
.floor_2_main .index_title a{ color: #fff;}
.floor_2_111{ width: 100%; position: relative; margin-top: 0.4rem;}
.floor_2_111 .swiper-wrapper{ padding-bottom:0.6rem;}
.floor_2_111 .swiper-slide{ position: relative; transition:all ease 0.36s; }
.floor_2_111 .swiper-slide .img{ display: block; width: 100%; overflow:hidden;}
.floor_2_111 .swiper-slide .img img{ display: block; width: 100%;}
.floor_2_111 .swiper-slide .w{ padding-top: 0.3rem;}
.floor_2_111 .swiper-slide .w h3{ font-size: 0.28rem; color: #333; font-weight: normal; line-height: 0.36rem; height: 0.62rem;}
.floor_2_111 .swiper-slide .w .item_year{ font-size: 0.24rem; padding-top: 0.14rem;}
.floor_2_111 .swiper-slide .w .item_year .mm span{ padding-right: 0.1rem;}
.floor_2_111 .swiper-pagination-bullet-active { background: #b26051;}

.floor_3_main { background: url(../images/d5_03.jpg) center center no-repeat; background-size: cover; position: relative; overflow: hidden;padding: 0.9rem 0.3rem;}
.floor_3_main .index_title { text-align: center;}
.floor_3_1{ width: 100%; position: relative; margin-top:0.4rem;}
.floor_3_11{ width: 100%; position: relative;}
.floor_3_11 .swiper3{ display: block; width: 100%; position: relative; overflow: hidden; transition: ease-in-out .2s; margin-top: 0.3rem;}
.floor_3_11 .swiper3 .swiper-slide{ display:none; width: 100%; position: relative; background-color: #fff;}
.floor_3_11 .swiper3 .swiper-slide.swiper-slide-active{ display: block;}
.floor_3_11 .swiper3 .swiper-slide a{ display: block; width: 100%; overflow: hidden;}
.floor_3_11 .swiper3 .swiper-slide img{ display: block; width: 100%; transition:all ease 0.36s;}
.floor_3_11 .swiper3 .swiper-slide .w{ padding: 5%; position: relative;}
.floor_3_11 .swiper3 .swiper-slide .w h3{font-size:0.32rem; color: #333;line-height:0.4rem; font-weight: bold;
  padding-bottom:0.12rem;}
.floor_3_11 .swiper3 .swiper-slide .w p{ font-size:0.24rem; color: #4b3d3d; line-height:0.4rem; position: relative;}
.floor_3_11 .swiper3 .swiper-slide .w p::before { content: ""; display: none; background-color: #b26051; font-family: serif; width:0.1rem; height: 0.1rem; border-radius: 50%; position: absolute; left: 0; top:0.14rem;}


.floor_3_12{ width:100%; display: flex; justify-content: space-between; position: relative;}
.floor_3_12 a{ display: block;width: 23.5%; position: relative; overflow: hidden;transition: ease-in-out .2s; height: 0.6rem; line-height: 0.6rem; background-color: #fff; border: #e6cdc8 solid 1px; text-align: center; font-size: 0.26rem;}
.floor_3_12 a.ac{ background: #f7efed;color: #b26051;}

.floor_4_main{ background: url(../images/d8_02.jpg) top center no-repeat; background-size: cover; position: relative; overflow: hidden;padding: 0.9rem 0.3rem 0;}
.floor_4_main .index_title h3{ color: #fff;}
.floor_4_main .index_title h3 span{ color: #fff;}
.floor_4_main .index_title a{ color: #fff;}
.floor_4_1 .floor_4_11{ text-align: left; width:100%;}
.floor_4_1 .floor_4_11 .swiper4{ width: 100%; margin-top:0.4rem; background-color: #fff;}
.floor_4_1 .floor_4_11 .swiper4 .swiper-slide{ position: relative; height: 100%;}
.floor_4_1 .floor_4_11 .swiper4 .swiper-slide a{ display: block; height: 100%; padding: 5% 8%;}
.floor_4_1 .floor_4_11 .swiper4 .swiper-slide.swiper-slide-next a{ border-right: none;}
.floor_4_1 .floor_4_11 .swiper4 .swiper-slide .item_year{ font-size:0.24rem; color: #c9bfbd;}
.floor_4_1 .floor_4_11 .swiper4 .swiper-slide .item_year .dd{ display: block; font-size:0.4rem; color: #ab594a; font-weight: bold;line-height:0.5rem;}
.floor_4_1 .floor_4_11 .swiper4 .swiper-slide h3{ font-size:0.28rem; color: #333; line-height:0.38rem; font-weight: bold; height: 0.72rem; text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; 
display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; margin-top:0.3rem;}
.floor_4_1 .floor_4_11 .swiper4 .swiper-slide p{ font-size:0.24rem; color: #b26051;padding-top: 0.4rem;}

.floor_4_2{ width: 100%; padding-top:0.8rem;}
.floor_4_2 .w1400{ position: relative;}
.floor_4_2 .w1400 img{ display: block; width: 100%; border-radius:0.1rem;}
.floor_4_2 .w1400 p{ font-size:0.42rem; color: #fff; font-weight: bold; position: absolute; left: 0; top: 0; width: 100%; height: 100%;align-items: center; justify-content: center;display: flex;letter-spacing:0.1rem;text-shadow: rgba(0, 0, 0, 0.3) 1px 0px 2px;}

.floor_5_main{ background: url(../images/d10_02.jpg) bottom center no-repeat; background-size: cover; position: relative; overflow: hidden;padding: 0.9rem 0.3rem;}
.floor_5_main .index_title { text-align: center;}
.floor_5_1{ width: 100%; position: relative;display: flex; justify-content: space-between; flex-wrap: wrap;
 }
.floor_5_1 .li{ position: relative;transition:all ease 0.36s; width: 32%; margin-top:0.4rem;}
.floor_5_1 .li .h3{ width:1.76rem; height:1.76rem; border: #f3dad5 solid 2px; border-radius: 50%;align-items: center; justify-content: center;display: flex; position: relative; margin: 0 auto;}

.floor_5_1 .li img{ display: block; width:0.7rem; margin: 0 auto;}
.floor_5_1 .li .num{ font-size:0.45rem; color: #b26051; font-weight: bold;}
.floor_5_1 .li:hover { transform: translateY(-5px); transition:all ease 0.36s;}
.floor_5_1 .li p{ font-size:0.26rem; color: #393232; line-height:0.34rem; padding-top:0.12rem; width: 80%; margin: 0 auto; text-align: center;}
.floor_5_2{ text-align: center; font-size:0.24rem; color: #999; padding-top:0.3rem; }
.floor_5_3{ padding-top: 1.4rem;}
.floor_5_3 #gallery{ width: 100%; position: relative;}
.floor_5_3 #gallery img{ display: block;width: 97.5%;border:#db9779 solid 5px; border-radius:0.1rem;}
.floor_5_3 #gallery .swiper-wrapper{ padding-bottom: 0.6rem; }
.floor_5_3 #gallery .swiper-pagination-bullet {  background: #fff;}



.a1{display: block; width: 1.8rem; height:0.56rem;  border-radius:0.5rem; border: #b26051 solid 1px;
 text-align: center; margin-top:0.5rem;transition: all ease 0.36s;}
.a1 p{ display: inline-block;}
.a1 p span{ display: block; float: left; font-size:0.24rem; color: #b26051; 
line-height:0.56rem; float: left;}
.a1 p i{ float: left; margin-left:0.16rem; position: relative; width:0.36rem; height:0.36rem; background-color: #b26051; border-radius: 50%; 
margin-top:0.1rem; display: block;}
.a1 p i s{ display: block;transition: all ease 0.36s; 
width:0.14rem; height:0.08rem; background-position: -0.37rem -3.99rem;position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}




.weui_mask { background: rgba(0,0,0,.6);}
.weui_mask, .weui_mask_transition, .weui_mask_transparent { position: fixed; z-index: 1000; width: 100%; height: 100%;  top: 0; left: 0;}
.weui_dialog { position: fixed; z-index: 5000; width:85%; top: 50%; left: 50%; -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); text-align: center; border-radius:0.15rem; }
.weui_dialog_ft { position: absolute; right: -0.18rem;top: -0.22rem; display: -webkit-box; display: -webkit-flex; display: flex;    z-index: 66666;}
.weui_btn_dialog.primary { color: #2b2b2b;}
.weui_dialog_ft a { display: block; -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; text-decoration: none; -webkit-tap-highlight-color: rgba(0,0,0,0); width:0.5rem; height:0.5rem; background:url(../images/closeM.png) center center no-repeat;transition: All 0.4s ease-in-out;             -webkit-transition: All 0.4s ease-in-out;             -moz-transition: All 0.4s ease-in-out;             -o-transition: All 0.4s ease-in-out; background-size:100%;}
.weui_dialog .in_title{ width:100%;}
.weui_dialog .in_title img{ margin:0 auto; width:100%; display:block;}
.weui_dialog .in_title span{ line-height:60px;}
.weui_dialog_ft a:hover{transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);}

.laohan-ul .lac{ display: none; }


/*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: 5.4rem;
  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: 1rem;
  width: 100%;
}
.fenx .tt {
  font-size: 0.24rem;
  color: #666666;
  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: 0px 0.08rem;
  display: inline-block;
}
#bdfx .d1 {
  background: url(../images/weixin_friend.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: 0.4rem auto;
  width: 0.4rem;
  height: 0.4rem;
  cursor: pointer;
  position: fixed;
  right: 18%;
  top: 18%;
  text-align: center;
  display: block;
  z-index: 12;
}
.g_wximg .bdtel img {
  width: 4rem !important;
  display: block;
}
.bdtel {
  position: fixed;
  top: 22%;
  z-index: 10;
  padding: 0 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%;
}


.sub_banner{ width:100%; position:relative;}
.sub_banner {
  position: relative;
}
.sub_banner .img {
    display: block;
    width: 100%;
}
.sub_banner .btn {
  position: absolute;
  left: 50%;
  margin-left: -0.6rem;
  width: 1.18rem;
  height: 1.33rem;
  z-index: 11;
  top: 50%;
  margin-top: -0.66rem;
  cursor: pointer;
}
.sub_flash .cut3video {
  width: 100%;
  position: relative;
  z-index: 10;
}
.showVedio2 { width:90%; position: fixed; left: 50%; top: 50%; margin: -1.84rem 0 0 -3.36rem; z-index: 9999;  display: none; }
.showVedio2_shili{height:3.61rem;}
.showVedio2 .playcon { height:100%; }
.showVedio2 .close { width: .40rem; height: .40rem; position: absolute; right: -0.16rem; top: -0.16rem; cursor: pointer; background: url(../images/close.png) no-repeat center center; -webkit-transition: all ease 300ms; -moz-transition: all ease 300ms; -ms-transition: all ease 300ms; -o-transition: all ease 300ms; transition: all ease 300ms;  z-index:10; background-size:100%;}
.showVedio2 .close:hover { transform: rotate(180deg); }
.showVedio2 video { width: 100%;  display: block; }
.dialog-layout { position: fixed; width: 100%; height: 100%; left: 0; top: 0; z-index: 999; background: #000; opacity: .5; }
.no_subbanner{width:100%; height:79px;}
video{ display: block; width: 100%;}

.about_main_1{ padding-bottom:0.8rem;}
.about_main_11{ width:100%; overflow:hidden;}
.about_main_111 .p{ font-size:0.26rem; color:#333; line-height:0.36rem; padding-top:0.3rem;}
.about_main_111 .a1{ display:block; width:2.7rem; height:0.76rem; background-color:#dfe6eb; border-radius:0.7rem; text-align:center; margin-top:0.46rem;}
.about_main_111 .a1 p{ display:inline-block;}
.about_main_111 .a1 p span{ display:block; font-size:0.26rem; color:#b26051; line-height:0.76rem; float:left;}
.about_main_111 .a1 p i{ display:block; width:0.24rem; height:0.24rem; background-position:0 -4.47rem; float:left; margin-left:0.46rem; margin-top:0.26rem;}
.about_main_1 video{ width:100%; display:block; margin-top:0.4rem;}

.about_main_1 .left h1 {
  font-size:0.5rem;
  padding-bottom:0.2rem;
  color: #000;
}

.about_main_1 .left p,.about_main_1 .right p{
  line-height:0.4rem;
  font-size:0.24rem;text-align:justify;
}

.about_main_1 .left ul {
  display: table;
  width: 100%;
}
.about_main_1 .left .ul {
  display: block;
  margin-bottom:0.5rem;
  margin-top:0.4rem;
}
.about_main_1 .left .ul ul {
  display: -webkit-box;
  display: box;
}
.about_main_1 .left .ul ul li {
  -webkit-box-flex: 1;
  box-flex: 1;
}
.about_main_1 .left .ul ul li b {
  font-size:0.5rem;
  color: #272a44;
  font-weight: bold;
}
.about_main_1 .left .ul ul li span {
  font-size:0.3rem;
  font-weight:400;
  padding-left:0.05rem;
}
.about_main_1 .left .ul ul li p {
  font-size:0.26rem;
  line-height:0.26rem;
}

.about_main_1 .right{ padding-top:0.2rem;}

.about_main_1 .right li {
  margin-bottom:0.4rem;
  margin-top:0.5rem;
}
.about_main_1 .right li .fl {
  width:100%;
}
.about_main_1 .right li .fl img {
  width:1.2rem;
  height:1.2rem;
  float: left;
  margin-right:0.12rem;
}
.about_main_1 .right li .fl h3 {
  font-size:0.3rem; font-weight:normal;padding-top: 0.1rem;
}
.about_main_1 .right li .fl h4 {
  font-size:0.3rem;
  font-weight:bold;    padding-top: 0.12rem;
}
.about_main_1 .right li .fl h4 span{font-size:0.3rem;
  font-weight:normal; display:inline-block; padding-left:0.14rem;font-weight:bold; }
.about_main_1 .right li .fr {
  width: 81%;
}
.about_main_1 .right li .fr h3 {
  font-size:0.3rem;font-weight:normal;
}
.about_main_1 .right li .fr h4 {
  font-size: 0.3rem;
  font-weight: bold; padding-top:0.1rem;
}

.sub_top{ width:100%; height:1rem; display:none;}

.sub_local {
   position:absolute; z-index:10; bottom:0%;left:0rem; width:100%; background: url(../images/m1.png) center center no-repeat;
   height: 0.9rem; background-size: cover;
}
.sub_local .sub_left { text-align: left;}
.sub_local .sub_left h3 { font-size: 0.42rem; color:#fff; line-height: 0.9rem; padding-left: 0.3rem;}
.sub_local .sub_left h4{color: #fff; display: none;
  margin-top:0.2rem;
  font-size:0.34rem;
  line-height:0.42rem;
  font-family: Arial;
  text-shadow: rgba(0, 0, 0, 0.7) 1px 0px 1px;
  text-transform: uppercase; padding-left: 0.3rem; font-weight: normal;}
.sub_local .sub_left p{ font-size: 0.24rem; padding-left: 0.3rem; padding-top: 0.12rem; color: #fff; display: none;}
.sub_local .sub_left p a{ display: inline-block; font-size: 0.24rem; color: #fff; }
.sub_local .sobtitle {
    font-size:0.3rem;
    line-height:0.42rem;
    color: #fff;text-shadow: 0px 1px 2px #8c8c8c;
}

.quanqiu_main_1{ padding:0 0.3rem; background-color:#fff; padding-bottom:0.5rem;}
.quanqiu_main_1 .bd li{ width:100%;}
.quanqiu_main_1 .bd li img{ display:block; width:100%; text-align:center;}
.quanqiu_main_1 .bd li p{ font-size: 0.4rem;
    line-height: 0.9rem; padding-top:0.2rem; text-align:center;
    color: #333;
    display:block;}
.quanqiu_main_1 .slideTxtBox .hd {
  position: absolute;
  height:0.68rem;
  left: 0%;
  bottom:0.2rem;
  width: 100%;
  z-index: 10;
}
.quanqiu_main_1 .slideTxtBox .hd ul {
  width: 100%;
  float: left;
}
.quanqiu_main_1 .slideTxtBox .hd ul li {
  float: left;
  line-height: 0.68rem;
  cursor: pointer;
  width: 32%;
  margin-right: 2%;
  height: 0.68rem;
  font-size: 0.26rem;
  background: #7e7e7e;
  color: #fff; text-align:center;
}
.quanqiu_main_1 .slideTxtBox .hd ul li:nth-child(1){ width:28%;}
.quanqiu_main_1 .slideTxtBox .hd ul li:nth-child(2){ width:30%;}
.quanqiu_main_1 .slideTxtBox .hd ul li:nth-child(3){ width:38%;}
.quanqiu_main_1 .slideTxtBox .hd ul li i {
  width: 0.4rem;
  height:0.4rem; display:none;
  background-position: -3.71rem -1.19rem;
  margin-right: 0.21rem;
  margin-left: 0.22rem;
  transition: ease-in-out 0.2s;
}
.quanqiu_main_1 .slideTxtBox .hd ul li:nth-child(2) i {
  background-position: -4.11rem -1.19rem;
}
.quanqiu_main_1 .slideTxtBox .hd ul li:nth-child(3) i {
  background-position: -4.51rem -1.19rem;
}
.quanqiu_main_1 .slideTxtBox .hd ul li:last-child {
  margin-right: 0;
}
.quanqiu_main_1 .slideTxtBox .hd ul li a {
  color: #fff; font-size:0.2rem;
}
.quanqiu_main_1 .slideTxtBox .hd ul li.on {
  background: linear-gradient(to right bottom, #2256ea, #3881f8);
  color: #fff;
}
.quanqiu_main_1 .slideTxtBox .hd ul li.on a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}

.quanqiu_main_1 .slideTxtBox .bd ul {
  zoom: 1;
  width: 100%;
}
.quanqiu_main_1 .slideTxtBox .bd li {
  width: 100%;
}
.quanqiu_main_1 .slideTxtBox .bd li .box .tit {
  border-bottom: 1px solid #e7e7e7;
  width:100%;
  font-size:0.4rem;
  padding-top:0.6rem;
  padding-bottom:0.2rem;
}
.quanqiu_main_1 .slideTxtBox .bd li .boc p {
  font-size:0.26rem;
  line-height:0.4rem;
}
.quanqiu_main_1 .slideTxtBox .bd li dl{ display:inline-block; width:100%;}
.quanqiu_main_1 .slideTxtBox .bd li .boc dd{ display:inline-block; width:50%; float:left;}
.quanqiu_main_1 .slideTxtBox .bd li .boc dd i{ display:block; width:0.28rem; height:0.31rem; background: url(../images/xt_03.png) no-repeat center center; float:left; background-size:100%; }
.quanqiu_main_1 .slideTxtBox .bd li .boc dd span{ display:block; line-height:0.31rem; float:left; padding-left:0.2rem;}
.quanqiu_main_1 .slideTxtBox .bd li .tu{display:block; width:100%; background: url(../images/znx.jpg) no-repeat center center; background-size:100%; height:3.5rem;}
.quanqiu_main_1 .slideTxtBox{ position:relative; width:100%;}
.quanqiu_main_1 .slideTxtBox .bd li.l2 .tu{display:block; width:100%; background: url(../images/znc.jpg) no-repeat center center; background-size:100%; height:3.5rem;}
.quanqiu_main_1 .slideTxtBox .bd li .boc.bom i{ display:block; width:0.28rem; height:0.31rem; background: url(../images/xt_06.png) no-repeat center center; float:left; background-size:100%; }
.quanqiu_main_1 .slideTxtBox .bd li.l3 .tu{display:block; width:100%; background: url(../images/zwc_03.jpg) no-repeat center center; background-size:100%; height:3.5rem; margin-top:-0.3rem;}
.quanqiu_main_1 .slideTxtBox .bd li.l3 p{ font-size:0.3rem; text-align:left;    line-height: 0.7rem;}
.quanqiu_main_1 .slideTxtBox .bd li .box .ss {
  width: 100%;
}
.quanqiu_main_1 .slideTxtBox .bd li .box .ss b {
  font-size:0.5rem;
  margin-right:0.1rem;
  font-weight: 400;
}
.quanqiu_main_1 .slideTxtBox .bd li .box .ss span {
  font-size:0.3rem; font-weight:normal;
}
.quanqiu_main_1 .slideTxtBox .bd li .box .ss h4 {
  font-size:0.2rem;
  font-weight: 400;
  margin-bottom:0.1rem;
}
.quanqiu_main_1 .slideTxtBox .bd li .box .ss .left {
  width:55%;
}
.quanqiu_main_1 .slideTxtBox .bd li .box .ss .right {
  width:45%;
}









.quanqiu_main_2{background:url("../images/z11_01.jpg") no-repeat center center; background-size:100%; width:100%;}
.quanqiu_main_2 .about_tit{ padding-top:0.5rem;}
.quanqiu_main_2 .about_tit .tit{ color:#fff;}
.quanqiu_main_2 .body{ padding:0.3rem; padding-top:0.4rem; padding-bottom:0.5rem;}
.quanqiu_main_2 .body ul{ display:inline-block; width:100%;/*background:url("../images/z12_01.jpg") no-repeat center center;background-size:100%;*/}
.quanqiu_main_2 .body ul li{ float:left; width:50%;float: left;}
.quanqiu_main_2 .body ul li img{ display:block; width:99.7%;    border-bottom: #ddd solid 1px;     border-right: #ddd solid 1px;}


.about_5_main{ padding-top:0.6rem;}
.about_5_main .more {
  background: #b26051;
  width: 3rem;
  height:0.6rem;
  line-height:0.6rem;
  margin:0 auto;
  text-align: center; margin-top:0.5rem;
  font-size:0.26rem;
}
.about_5_main .more a {
  color: #fff;
}
.about_5_main .more:hover i {
  transition: ease-in-out .2s;
  transform: translateX(10px);
}
.about_5_main .about_5 .bd li .txt .tit {
    line-height:0.6rem;
}
.about_5_main .about_5 .bd li .txt p{ text-align:center; line-height:0.4rem; color:#fff;}

.yingyong_1 {
    background: #fff;
    padding:0.3rem;box-shadow: 0 0.01rem 0.1rem rgba(0, 0, 0, 0.2); margin:0.3rem;
}
.yingyong_1 .left {
  width:100%;
}
.yingyong_1 .left h3 {
  font-size:0.32rem;
  margin-bottom:0.12rem;
}
.yingyong_1 .left span {
  display: block;
  width:0.4rem;
  height:0.02rem;
  background: #999;
  margin-bottom:0.12rem;
}
.yingyong_1 .left p {
  font-size:0.24rem;
  line-height:0.34rem;
}
.yingyong_1 .right {
  width:100%; margin-top:0.2rem;
}
.yingyong_1 .right li{
overflow: hidden;
float: left;
width: 31.3%;
margin-left:1%;    margin-right: 1%;
position: relative;
border-radius:0.1rem;
transition: ease-in-out .2s;height:3.46rem;}
.yingyong_1 .right li .on {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;background: url(../images/yingyong_1_on.png);
}
.yingyong_1 .right li .on i {
    width:0.65rem;
    height:0.65rem;
    background-position: -2.98rem -1.16rem;
    margin-top: 1rem;
    border-radius: 100%;box-shadow: 0px 0px 0px 0.08rem rgba(255, 255, 255, 0.2);
}
.yingyong_1 .right li .on h3 {
    font-size:0.24rem;
    color: #fff;
    margin-top:0.5rem;
    transition: ease-in-out .2s;
}
.yingyong_2{ padding-top:0.3rem; padding-bottom:0.3rem;}
.yingyong_2 .body {
  padding-top:0.5rem;
  text-align: center;
}
.yingyong_2 .body ul {
  display: inline-block;
}
.yingyong_2 .body li {
  float: left;
  display: inline-block;
 margin: 0 0.54rem;
    margin-bottom: 0.4rem;
}
.yingyong_2 .body li img{ display:block; width:1.4rem;}
.yingyong_2 .body li h3 {
  font-size:0.26rem;
  padding-top:0.08rem;
}

.yingyong_main_bv {
    background: #272a44;
    padding-top:0.6rem; height:7rem;
}
.yingyong_main_bv .about_tit .tit{ color:#fff;}
.yingyong_main_bv .about_tit .tit i{ background-color:#fff;}
.yingyong_main_bv .yin_c { margin:0 0.3rem;
  margin-top:0.3rem;
  padding-bottom:0.8rem; position:relative;
}
.yingyong_main_bv .yin_c li {
      width: 3rem;
  position: relative;
}
.yingyong_main_bv .yin_c li img {
      width: 3rem;
  display: block;
  z-index: 9;
  position: relative;height: 2.4rem;
}
.yingyong_main_bv .yin_c li h3 {
  position: absolute;
  width: 100%;
  left: 0;
  font-size:0.3rem;
  color: #fff;
  z-index: 10;
  height:0.3rem;
  top: 50%;
  margin-top: -0.15rem;
  text-align: center;
}
.yingyong_main_bv .yin_c li:nth-child(1) i {
  width: 0.39rem;
  height: 0.24rem;
  background-position: -2.03rem -1.68rem;
  position: absolute;
  top: 50%;
  margin-top: -0.12rem;
  right: -0.64rem;
}

.yingyong_main_bv .yin_c li:nth-child(2){ position:absolute; right:0; top:0;}
.yingyong_main_bv .yin_c li:nth-child(2) i{width: 0.24rem;
  height: 0.39rem;
  background-position: -0rem -3.31rem;
  position: absolute;
  bottom:-0.5rem;
  left: 50%; margin-left:-0.12rem;}
.yingyong_main_bv .yin_c li:nth-child(3){ position:absolute; right:0; top:3rem;}
.yingyong_main_bv .yin_c li:nth-child(3) i{width: 0.39rem;
  height: 0.24rem;
  background-position: -0.37rem -3.41rem;
  position: absolute;
  top: 50%; margin-top: -0.12rem;left: -0.64rem;}
.yingyong_main_bv .yin_c li:nth-child(4){ position:absolute; left:0; top:3rem;}
.yingyong_main_bv .yin_c li:nth-child(4) i{ display:none;}






.yingyong_main_3 {
    background: #272a44;
    padding-top:0.6rem;
}
.yingyong_main_3 .about_tit .tit{ color:#fff;}
.yingyong_main_3 .about_tit .tit i{ background-color:#fff;}
.yingyong_main_3 .body { padding:0 0.3rem;
  margin-top:0.3rem;
  padding-bottom:0.8rem;
}
.yingyong_main_3 .body li {
  float: left;
  width: 46%;
  margin-left: 8%;
  position: relative; margin-top:0.3rem;
}
.yingyong_main_3 .body li img {
  width: 96%;
  display: block;
  z-index: 9;
  position: relative;
}
.yingyong_main_3 .body li h3 {
  position: absolute;
  width: 100%;
  left: 0;
  font-size:0.3rem;
  color: #fff;
  z-index: 10;
  height:0.3rem;
  top: 50%;
  margin-top: -0.15rem;
  text-align: center;
}
.yingyong_main_3 .body li i {
  width: 0.39rem;
  height: 0.24rem;
  background-position: -2.03rem -1.68rem;
  position: absolute;
  top: 50%;
  margin-top: -0.12rem;
  right: -0.43rem;
}
.yingyong_main_3 .body li:first-child {
  margin-left: 0;
}
.yingyong_main_3 .body li:nth-child(3){ margin-left:0;}
.yingyong_main_3 .body li:nth-child(2) i{ display:none;}
.yingyong_main_3 .body li:last-child i {
  display: none;
}
.yingyong_main_3 .body li:nth-child(2) img,.yingyong_main_3 .body li:nth-child(4) img{ float:right;}

.yingyong_main_4 {
  padding-top:0.6rem;
}
.yingyong_main_4 .body {
  padding-top:0.5rem;
}
.yingyong_main_4 li {

  background: #f4f4f4;    padding: 0.26rem 0;
  position: relative; overflow:hidden;
}
.yingyong_main_4 li .w1440{ padding:0 0.3rem;}
.yingyong_main_4 li .left {

}
.yingyong_main_4 li .left h3 {
  font-size:0.36rem;
  padding-top:1rem;
}
.yingyong_main_4 li .left h3 p{padding-top:0.3rem;font-size:0.24rem;line-height:0.34rem;width:3.8rem;}
.yingyong_main_4 li .left h3 i {
  width: 0.17rem;
  height: 0.29rem;
  background-position: 0 -1.44rem;
  margin-right: 0.15rem;
  margin-bottom: 0.02rem;
}
.yingyong_main_4 li .right {
  width:4rem;
}
.yingyong_main_4 li .right img {
  margin-right: 0.58rem; width:100%;
}
.yingyong_main_4 li:nth-child(2n) {
  background: #fff;
}
.yingyong_main_4 li:nth-child(2n) .left {
  float: right;
  width: 2.6rem;    padding-bottom: 0.8rem;
}
.yingyong_main_4 li:nth-child(2n) .right {
  float: left;    width: 3rem;
}
.yingyong_main_4 li:nth-child(2n) .right img {
  margin-right: 0;
}
.sje_zj p{ padding-top:0.3rem;}
.sje_zj{ padding-top:0px; padding-bottom:0.3rem;}
.sje_zj ul{ display:inline-block; width:100%; padding-top:0.4rem;}
.sje_zj ul li{ width:100%; background-color:#fff; margin-bottom:0.3rem;}
.sje_zj ul li img{ display:block; width:100%;}
.sje_zj ul li p{ display:block; line-height:0.66rem; font-size:0.24rem; text-align:center; padding-top:0;}
.xiaotu{ padding-top:0.3rem; padding-bottom:0.8rem;}
.xiaotu ul{ display:inline-block; width:100%;}
.xiaotu ul li{display:block;margin-top:0.3rem;width:3.3rem;height:2.66rem;background:#fff;box-shadow: 0.04rem 0 0.12rem rgba(0,0,0,0.1); float:left; margin-right:0.3rem;}
.xiaotu ul li:nth-child(2n) { margin-right:0;}
.xiaotu ul li a{display:block;}
.xiaotu ul li figure{width: 100%;padding-top: 34.25%;position: relative;overflow: hidden;border-bottom: 1px solid #dddddd;}
.xiaotu ul li figure img{width: 100%;min-height: 100%;display: block;position: absolute;left: 0;top: 0;}
.xiaotu ul li .txt .tit{height:0.72rem;font-weight:normal;font-size:0.3rem;line-height:0.72rem;text-align:center;color:#171d3a;}
.xiaotu ul li .txt .tit span{ padding-left:0.2rem;}


@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes animatemap {
  0% {
    transform: translateY(-10px);
  }
  20% {
    border-radius: 2px;
  }
  50% {
    transform: translateY(-5px);
    border-bottom-right-radius: 25px;
  }
  80% {
    border-radius: 2px;
  }
  100% {
    transform: translateY(-10px);
  }
}
@-webkit-keyframes big {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}



/*****通用*****/
@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;
  }
}
