@charset "UTF-8";
.m-box-sw {
  display: none;
  padding-top: 51px;
  z-index: 9;
  position: relative;
}

.pc-wrap {
  position: relative;
  z-index: 9;
}

.w1818 {
  width: calc(100% - 100px);
  padding: 0 50px;
}

a {
  -webkit-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s;
  color: #666;
}

.en-font {
  font-family: "apple";
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

/*****************loadding*******************/
.loader-wrap, .loader-container {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
}

.loader-wrap .rect {
  left: 50px;
  height: calc(50% - 50px);
  width: calc(100% - 100px);
  position: absolute;
  z-index: 1;
  background-color: #b6a579;
}
.loader-wrap .rect-top {
  top: 50px;
}
.loader-wrap .rect-bottom {
  bottom: 50px;
}
.loader-wrap .logo-load {
  display: block;
  width: 90px;
  height: 61px;
  background: url("http://www.gowani.cn/static/web/css/../img/logo_load.png") no-repeat center;
  position: absolute;
  top: 50%;
  margin-top: -93px;
  left: 50%;
  margin-left: -45px;
  z-index: 3;
  opacity: 0;
}

.loader-progress-container {
  position: absolute;
  left: 50px;
  width: calc(100% - 100px);
  height: 1px;
  background-color: #b4b4b4;
  top: 50%;
  z-index: 2;
  opacity: 0;
}
.loader-progress-container .loader-progress {
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  width: 0px;
}

.loader-frame {
  width: 100%;
  height: 100%;
  position: relative;
}
.loader-frame .side {
  background-color: #b6a579;
  position: absolute;
  -webkit-transition: all 800ms cubic-bezier(0.075, 0.82, 0.165, 0.86);
          transition: all 800ms cubic-bezier(0.075, 0.82, 0.165, 0.86);
}
.loader-frame .side.ff {
  background-color: #fff;
}
.loader-frame .side-t {
  left: 0;
  width: 100%;
  height: 50px;
  top: 0;
}
.loader-frame .side-r {
  right: 0;
  width: 50px;
  height: 100%;
  top: 0;
}
.loader-frame .side-b {
  height: 50px;
  width: 100%;
  bottom: 0;
  left: 0;
}
.loader-frame .side-l {
  width: 50px;
  height: 100%;
  left: 0;
  top: 0;
}

.container-wrap-main {
  opacity: 0;
  position: relative;
  z-index: 100;
}

/******************头部******************/
header {
  position: fixed;
  left: 0;
  right: 0;
  top: top;
  background-color: #fff;
  z-index: 11;
  -webkit-transition: all 0.3s ease-out 0s;
          transition: all 0.3s ease-out 0s;
  height: 50px;
}
header .row-box {
  padding: 17px 0;
  -webkit-transition: all 0.3s ease-out 0s;
          transition: all 0.3s ease-out 0s;
  height: 16px;
}
header .shopcar {
  display: inline-block;
  width: 14px;
  height: 13px;
  background: url("http://www.gowani.cn/static/web/css/../img/ico_01.png") no-repeat center;
  margin-top: 21px;
}
header .search-ico {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("http://www.gowani.cn/static/web/css/../img/ico_02.png") no-repeat center;
  cursor: pointer;
}
header .search-box {
  width: 18px;
  margin-left: 12px;
  margin-top: 18px;
}
header .search-box .search-form {
  width: 102px;
  border: 1px solid #e3e3e3;
  display: none;
  border-radius: 8px;
}
header .search-box .tex {
  border: none;
  width: 76px;
  font-size: 12px;
  height: 13px;
  line-height: 12px;
  color: #333;
  margin-left: 6px;
  padding: 2px 0 1px;
}
header .search-box .sub-btn {
  border: none;
  width: 16px;
  height: 16px;
  background: url("http://www.gowani.cn/static/web/css/../img/ico_02.png") no-repeat center;
  margin-right: 3px;
}
header .lang-box {
  margin-left: 19px;
  line-height: 22px;
  margin-top: 16px;
  font-family: "Arial";
  color: #000;
}
header .lang-box .sele {
  display: inline-block;
  margin-left: 8px;
}
header .lang-box .sele a {
  color: #000;
  display: inline-block;
}
header .lang-box .tit {
  padding-right: 12px;
  background: url("http://www.gowani.cn/static/web/css/../img/ico_03.png") no-repeat right center;
  color: #b5a579;
  font-size: 14px;
  font-family: "Times New Roman";
  cursor: pointer;
}
header .lang-box .subbox {
  display: none;
}
header .logo {
  display: block;
  width: 103px;
  height: 69px;
  position: absolute;
  left: 50%;
  margin-left: -52px;
  top: 10px;
  -webkit-transition: all 0.3s ease-out 0s;
          transition: all 0.3s ease-out 0s;
  text-align: center;
}
header .logo img {
  width: auto;
  display: inline;
}
header .menu-btn {
  display: inline-block;
  line-height: 30px;
  font-size: 14px;
  font-family: "Times New Roman";
  color: #86806f;
  height: 30px;
  margin-top: 16px;
  text-transform: uppercase;
  z-index: 101;
  -webkit-transition: color 0.5s ease 0s;
          transition: color 0.5s ease 0s;
  position: relative;
  cursor: pointer;
}
header .menu-btn.hover .menu-ico {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
  -webkit-transition: -webkit-transform 0.6s ease 0.5s;
          transition: transform 0.6s ease 0.5s;
}
header .menu-btn.hover .menu-ico span {
  left: 5px;
}
header .menu-ico {
  display: block;
  width: 28px;
  height: 22px;
  margin-left: 13px;
  position: relative;
  margin-top: 4px;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transform-origin: center center 0;
      -ms-transform-origin: center center 0;
          transform-origin: center center 0;
}
header .menu-ico span {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #191919;
  -webkit-transition: background 0.5s ease 0s;
          transition: background 0.5s ease 0s;
}
header .menu-ico .line-fir {
  top: 0;
  -webkit-transform-origin: left top 0;
      -ms-transform-origin: left top 0;
          transform-origin: left top 0;
}
header .menu-ico .line-sec {
  top: 10px;
}
header .menu-ico .line-thi {
  bottom: 0;
  -webkit-transform-origin: left bottom 0;
      -ms-transform-origin: left bottom 0;
          transform-origin: left bottom 0;
}
header.short .logo {
  top: 8px;
  height: 52px;
  width: 78px;
  margin-left: -39px;
}
header.short .row-box {
  padding: 6px 0;
}
header .shopcar, header .search-box, header .lang-box, header .logo, header .menu-btn {
  opacity: 0;
}
header.index {
  margin-top: -39px;
  opacity: 0;
}

header.show {
  height: auto;
}
header.show .row-box {
  -webkit-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s;
  height: 55px;
}
header.show .shopcar, header.show .search-box, header.show .lang-box, header.show .logo, header.show .menu-btn {
  opacity: 1;
}

header.show.index {
  margin-top: 0;
  opacity: 1;
}

.load-top-fadeIn {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: -100%;
  z-index: 101;
  background-color: #fff;
  overflow: hidden;
}

.load-bot-fadeIn {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 100%;
  z-index: 101;
  background-color: #b6a579;
  overflow: hidden;
}

.load-fadeIn {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 101;
  background-color: #b6a579;
  overflow: hidden;
  display: none;
}
dt{ font-weight:900;}
nav.m-nav {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: -100%;
  z-index: 100;
  background-color: #b5a579;
  overflow: hidden;
  display: none;
}
nav.m-nav.show {
  display: block;
}
nav.m-nav .cent-list-wrap {
  width: 82%;
  margin: 5% auto 0;
  position: relative;
}
nav.m-nav ul {
  width: 102%;
}
nav.m-nav li {
  width: 48%;
  margin-right: 2%;
  margin-bottom: 28px;
}
nav.m-nav li .tit {
  display: block;
  line-height: 66px;
  font-size: 28px;
  font-family: "宋体";
  color: #fff;
  border-bottom: 1px solid #c4b794;
}
nav.m-nav .sub {
  line-height: 36px;
  font-size: 16px;
  margin-top: 20px;
}
nav.m-nav .sub a {
  color: #e8e1cf;
  display: inline-block;
}
nav.m-nav .sub p {
  position: relative;
}
nav.m-nav .sub .line {
  width: 0;
  height: 1px;
  background-color: #dcd3bc;
  position: absolute;
  left: -12px;
  top: 18px;
  -webkit-transition: width 0.5s ease 0s;
          transition: width 0.5s ease 0s;
}
nav.m-nav .sub span.lin-s:hover a {
  color: #fff;
}
nav.m-nav .sub span.lin-s:hover .line {
  width: 155px;
}
nav.m-nav li.fir {
  min-height: 232px;
}
nav.m-nav li.thi {
  margin-top: -180px;
}
nav.m-nav .bot-link-box {
  width: 100%;
  margin-top: 25px;
  border-top: 1px solid #c4b794;
  padding-top: 2px;
  position: relative;
}
nav.m-nav .share {
  position: absolute;
  right: 0;
  bottom: 0;
}
nav.m-nav .share a {
  display: block;
  float: left;
  width: 26px;
  height: 26px;
  opacity: 0.3;
  -webkit-transition: opacity 0.3s ease 0s;
          transition: opacity 0.3s ease 0s;
  padding: 0;
}
nav.m-nav .share .sina {
  background: url("http://www.gowani.cn/static/web/css/../img/ico_37.png") no-repeat center;
}
nav.m-nav .share .txwb {
  background: url("http://www.gowani.cn/static/web/css/../img/ico_38.png") no-repeat center;
}
nav.m-nav .share .in {
  background: url("http://www.gowani.cn/static/web/css/../img/ico_39.png") no-repeat center;
}
nav.m-nav .share .wx {
  background: url("http://www.gowani.cn/static/web/css/../img/ico_40.png") no-repeat center;
}
nav.m-nav .share a:hover {
  opacity: 1;
}

nav.pc-nav {
  position: fixed;
  right: 0;
  top: 0;
  height: calc(100% - 66px);
  padding-top: 66px;
  width: 940px;
  background-color: #fff;
  display: none; z-index:11111111111111111111111;
}
nav.pc-nav.show{
  display: block;
}
nav.pc-nav .left-menu {
  width: 48%;
  text-align: center;
  padding-top: 24px;
  height: 94%;
}

nav.pc-nav .left-menu .scroll-cont {
  height: 100%; overflow-y:scroll;
  position: relative;
}
nav.pc-nav .left-menu .ps-scrollbar-y-rail {
  background-color: #d0d0d0;
  display: block;
  opacity: 1;
  width: 1px;
  height: 100%;
}
nav.pc-nav .left-menu .ps-scrollbar-y-rail .ps-scrollbar-y {
  background-color: #969696;
  right: -1px;
}
nav.pc-nav .left-menu .content {
  position: relative;
  top: 0;
}
nav.pc-nav .fade-dl {
  display: none;
  width: 100%;
}
nav.pc-nav .right-intr {
  width: 52%;
  text-align: center;
  height: 100%;
  position: relative;
}
nav.pc-nav .right-intr .cont-wrap {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  margin-top: -350px;
}
nav.pc-nav .right-intr .font {
  display: block;
  width: 77%;
  line-height: 24px;
  color: #a0a0a0;
  margin: 21px auto 40px;
}
nav.pc-nav .right-intr .line {
  display: block;
  width: 40px;
  margin: 0 auto;
  height: 1px;
  background-color: #000;
}
nav.pc-nav .right-intr .home-ico {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url("http://www.gowani.cn/static/web/css/../img/ico_42.png") no-repeat center;
  margin-top: 12px;
}
nav.pc-nav .right-intr ul {
  width: 50%;
  margin: 6px auto 21px;
}
nav.pc-nav .right-intr li {
  width: 100%;
  cursor: pointer;
  line-height: 30px;
  margin-bottom: 0;
  color: #000;
  font-size: 14px;
  text-align: center;
}
nav.pc-nav .right-intr .share {
  margin-top: 30px;
  text-align: center;
  width: 100%;
  margin-bottom: 25px;
}
nav.pc-nav .right-intr .share a {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0 8px;
  padding: 0;
  float: none;
}
nav.pc-nav .right-intr .share .sina {
  background: url("http://www.gowani.cn/static/web/css/../img/ico_43.png") no-repeat center #2f2f2f;
}
nav.pc-nav .right-intr .share .tx {
  background: url("http://www.gowani.cn/static/web/css/../img/ico_44.png") no-repeat center #2f2f2f;
}
nav.pc-nav .right-intr .share .in {
  background: url("http://www.gowani.cn/static/web/css/../img/ico_45.png") no-repeat center #2f2f2f;
}
nav.pc-nav .right-intr .share .wx {
  background: url("http://www.gowani.cn/static/web/css/../img/ico_46.png") no-repeat center #2f2f2f;
}
nav.pc-nav .right-intr .back {
  display: block;
  line-height: 26px;
  text-align: center;
  font-weight: bold;
  color: #9d9d9c;
  margin-top: 18px;
  text-transform: uppercase;
}
nav.pc-nav dl {
  width: 100%;
  padding-bottom: 23px;
  margin-bottom: 20px;
  position: relative;
}
nav.pc-nav dt {
  line-height: 30px;
  font-size: 14px;
  margin-bottom: 8px;
}
nav.pc-nav dt a {
  color: #000;
}
nav.pc-nav dd {
  line-height: 26px;
  font-size: 14px;
}
nav.pc-nav dd.ty-tit{
  font-size: 14px;
  color: #333;
  font-weight: bold;
}
nav.pc-nav dd a {
  color: #888;
}
nav.pc-nav dd a:hover {
  color: #000;
}
nav.pc-nav dl:before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
}
nav.pc-nav dl:last-child:before {
  display: none;
}

/******************底部***************/
footer {
  background-color: #f6f6f6;
  z-index: 10;
}
footer .return-top {
  display: block;
  width: 33px;
  height: 30px;
  background: url("http://www.gowani.cn/static/web/css/../img/ico_04.png") no-repeat center;
  cursor: pointer;
}
footer .top-main {
  min-height: 380px;
  padding-top: 52px;
}
footer .bot-wrap {
  text-align: right;
  border-top: 1px solid #e9e9e9;
  line-height: 30px;
  color: #b1b1b1;
  -webkit-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s;
  padding: 15px 2.7%;
  width: 94.6%;
  z-index: 10;
}
footer .bot-wrap a {
  color: #b1b1b1;
}
footer .bot-wrap a:hover {
  color: #333;
}
footer .bot-wrap.fixed {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 9px 2.7%;
  border-top: none;
  background-color: #fff;
  opacity: 0;
}
footer .bot-wrap.fixed .share {
  margin-top: 3px;
}
footer .bot-wrap .music-btn{
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("http://www.gowani.cn/static/web/css/../img/ico_music.png") no-repeat center top;
  margin-right: 8px;
  margin-top: 7px;
  cursor: pointer;
  animation: 3s linear 0s infinite running Turnico;
}
footer .bot-wrap .music-btn.hov{
  background: url("http://www.gowani.cn/static/web/css/../img/ico_music.png") no-repeat center bottom;
  animation: none;
}
@keyframes Turnico {
  0% {
      transform: rotate(0deg);
  }
  50% {
      transform: rotate(180deg);
  }
  100% {
      transform: rotate(360deg);
  }
}
footer .bot-wrap .ft1{
  margin-right: 5px;
}
footer .navbox {
  margin-left: 7%;
  width: 58%;
}
footer .navbox dl {
  width: 16%;
  float: left;
}
footer .navbox dt {
  line-height: 33px;
  margin-bottom: 14px;
  font-size: 16px;
}
footer .navbox dt a {
  color: #000;
}
footer .navbox dd {
  line-height: 30px;
  font-size: 13px;
}
footer .navbox dd a {
  color: #b1b1b1;
}
footer .navbox dd a:hover {
  color: #000;
}
footer .navbox img {
  max-width: 100%;
}

footer .follow .tit {
  line-height: 33px;
  color: #000;
}
footer .share {
  margin-top: 14px;
}
footer .share a {
  display: inline-block;
  width: 26px;
  height: 26px;
  padding: 0;
  float: left;
  margin: 0 9px 0 0;
  opacity: 0.3;
  -webkit-transition: opacity 0.3s ease 0s;
          transition: opacity 0.3s ease 0s;
}
footer .share .sina {
  background: url("http://www.gowani.cn/static/web/css/../img/ico_05.png") no-repeat center;
}
footer .share .txwb {
  background: url("http://www.gowani.cn/static/web/css/../img/ico_06.png") no-repeat center;
}
footer .share .in {
  background: url("http://www.gowani.cn/static/web/css/../img/ico_07.png") no-repeat center;
}
footer .share .wx {
  background: url("http://www.gowani.cn/static/web/css/../img/ico_08.png") no-repeat center;
}
footer .share a:hover {
  opacity: 1;
}
footer .inquire {
  width: 292px;
  margin-bottom: 30px;
}
footer .follow{
  float: right;
  width: 292px;
}
footer .inquire .tit {
  line-height: 36px;
  font-size: 16px;
  color: #000;
}
footer .inquire .s-t {
  line-height: 26px;
  font-size: 12px;
  color: #b1b1b1;
  margin-top: 9px;
}
footer .inquire .search-box {
  border: 1px solid #c8c8c8;
  margin-top: 9px;
  width: 190px;
}
footer .inquire .search-box .tex {
  border: none;
  font-size: 14px;
  color: #333;
  height: 18px;
  line-height: 18px;
  padding: 6px 6px 5px;
  width: 146px;
}
footer .inquire .search-box .sub-btn {
  border: none;
  width: 30px;
  height: 29px;
  background: url("http://www.gowani.cn/static/web/css/../img/ico_12.png") no-repeat center;
}
footer .inquire .link-tit{
  line-height: 26px;
  text-align: right;
  margin-top: 24px;
  width: 192px;
}
footer .inquire .tm-pic{
  /*margin-top: 23px;*/
  display: inline-block;
  width: 96px;
  height: 96px;
  background: url("http://www.gowani.cn/static/web/css/../img/img_59.png") no-repeat center;
  margin-left: 97px;
}
footer .inquire .tm-pic:hover{
  background: url("http://www.gowani.cn/static/web/css/../img/img_60.png") no-repeat center;
}
footer .inquire .tm-tit{
  /*padding: 0 18px;*/
  text-align: right;
  width: 192px;
}
footer.show .bot-wrap.fixed {
  display: none;
}

footer.block .bot-wrap.fixed {
  opacity: 1;
}

/****************首页***************/
.i-ban {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.i-ban ul {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.i-ban li {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
.i-ban li img {
  max-width: 100%;
}
/*.i-ban .cont-box {
  width: 520px;
  position: absolute;
  left: 12%;
  top: 50%;
  margin-top: -168px;
  text-align: center;
}*/
.i-ban li.li-left .cont-box{
  width: 520px;
  position: absolute;
  left: 12%;
  top: 50%;
  margin-top: -168px;
  text-align: center;
}
.i-ban li.li-right .cont-box{
  width: 520px;
  position: absolute;
  right: 14.8%;
  top: 50%;
  margin-top: -168px;
  text-align: center;
}
.i-ban .cont-box span {
  display: block;
  width: 100%;
  position: relative;
  opacity: 0;
  top: 30px;
}
.i-ban .box3 {
  margin-top: 12px;
}
.i-ban .link {
  display: inline-block;
  width: 116px;
  padding-left: 52px;
  height: 42px;
  line-height: 42px;
  color: #fff;
  margin-top: 58px;
  font-family: "Times New Roman";
  font-size: 19px;
  background: url("http://www.gowani.cn/static/web/css/../img/ico_11.png") no-repeat 38px center #b5a579;
  text-align: left;
  -webkit-transition: opacity 0.3s ease 0s;
          transition: opacity 0.3s ease 0s;
  position: relative;
  opacity: 0;
  top: 30px;
}

.margin-t {
  padding-top: 50px;
  -webkit-transition: padding 0.3s ease-out 0s;
          transition: padding 0.3s ease-out 0s;
}

.margin-t.top {
  padding-top: 89px;
}

.i-float-left {
  position: fixed;
  left: 8px;
  top: 50%;
  margin-top: -72px;
  display: none;
}
.i-float-left .ico {
  display: block;
  width: 34px;
  height: 46px;
  background: url("http://www.gowani.cn/static/web/css/../img/ico_09.png") no-repeat center;
}
.i-float-left ul {
  margin-top: 6px;
  width: 16px;
  margin-left: 10px;
  background: url("http://www.gowani.cn/static/web/css/../img/bg_point_01.png") repeat-y center top;
}
.i-float-left li {
  width: 16px;
  height: 16px;
  margin-bottom: 9px;
  cursor: pointer;
}
.i-float-left li i {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #b7b7b7;
  margin: 5px auto 0;
}
.i-float-left li:last-child {
  margin-bottom: 0;
}
.i-float-left li.hover i {
  background-color: #b5a579;
}

.i-sec-wrap {
  padding-top: 54px;
  padding-bottom: 94px;
  text-align: center;
}
.i-sec-wrap .bd {
  display: block;
  width: 100%;
  height: 30px;
  background: url("http://www.gowani.cn/static/web/css/../img/font_bd_01.png") no-repeat center;
}
.i-sec-wrap .cn-tit {
  line-height: 44px;
  margin-top: 18px;
  font-size: 30px;
  color: #000;
}
.i-sec-wrap .en-tit {
  line-height: 30px;
  margin-top: 6px;
  font-size: 16px;
  color: #929292;
  font-style: italic;
}
.i-sec-wrap .cn-tit-sec {
  line-height: 30px;
  margin-top: 26px;
  color: #595959;
  font-size: 14px;
}
.i-sec-wrap .en-tit-sec {
  line-height: 24px;
  font-size: 16px;
  color: #c8c8c8;
  margin-top: 5px;
  font-style: italic;
}
.i-sec-wrap .bd, .i-sec-wrap .cn-tit, .i-sec-wrap .en-tit, .i-sec-wrap .cn-tit-sec, .i-sec-wrap .en-tit-sec {
  position: relative;
  top: 20px;
  opacity: 0;
}

.i-thi-wrap img {
  max-width: 100%;
  width: 100%;
}
.i-thi-wrap .box {
  position: relative;
  overflow: hidden;
}
.i-thi-wrap .up-box {
  position: absolute;
  left: 50%;
  margin-left: -172px;
  top: 50%;
  height: 108px;
  margin-top: -54px;
  text-align: center;
  width: 344px;
  cursor: pointer;
  -webkit-perspective: 500px;
          perspective: 500px;
}
.i-thi-wrap .f36 {
  font-size: 36px;
  line-height: 40px;
  margin-top: 24px;
  font-weight: bold;
}
.i-thi-wrap .s-en {
  font-family: "Arial";
  line-height: 22px;
  text-transform: uppercase;
}
.i-thi-wrap .up-box.fir .flippety, .i-thi-wrap .up-box.fir .flop {
  background: rgba(255, 255, 255, 0.95);
}
.i-thi-wrap .up-box.fir .tips {
  color: #444;
}
.i-thi-wrap .up-box.sec .flippety, .i-thi-wrap .up-box.sec .flop {
  background: rgba(201, 165, 94, 0.95);
}
.i-thi-wrap .up-box.sec .tips {
  color: #fff;
}
.i-thi-wrap .up-box.sec .s-en {
  opacity: 0.8;
}
.i-thi-wrap .tips {
  width: 344px;
  height: 108px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: all 0.3s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
          transition: all 0.3s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;
  position: absolute;
  left: 0;
  top: 0;
  text-transform: uppercase;
  -webkit-transform: translateZ(-54px);
          transform: translateZ(-54px);
}
.i-thi-wrap .flippety {
  -webkit-transform: translateZ(54px);
          transform: translateZ(54px);
  height: 108px;
  width: 100%;
  float: left;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.i-thi-wrap .flop {
  -webkit-transform: rotateX(-90deg) translateZ(-54px);
          transform: rotateX(-90deg) translateZ(-54px);
  height: 108px;
  width: 100%;
  float: left;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.i-thi-wrap .flop .f36{
  font-family: "微软雅黑";
  font-weight: normal;
  font-size: 30px;
}
.i-thi-wrap .up-box:hover .tips {
  -webkit-transform: translateZ(-54px) rotateX(90deg);
          transform: translateZ(-54px) rotateX(90deg);
}
.i-thi-wrap .list-bg {
  position: absolute;
  width: 100%;
  height: 0;
  -webkit-transition: height 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.6s;
          transition: height 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0.6s;
  background-color: #e3d3b6;
}
.i-thi-wrap .left-bg {
  top: 0;
}
.i-thi-wrap .right-bg {
  bottom: 0;
}
.i-thi-wrap .active .list-bg {
  height: 100%;
}
.i-thi-wrap .list-cont {
  z-index: 2;
  display: none;
}
.i-thi-wrap .list-cont .timer {
  font-size: 18px;
  color: #1f2124;
  position: absolute;
  left: 2%;
  top: 3.6%;
  line-height: 28px;
  z-index: 3;
}
.i-thi-wrap .list-cont .back {
  display: inline-block;
  padding-left: 25px;
  background: url("http://www.gowani.cn/static/web/css/../img/ico_10.png") no-repeat left center;
  line-height: 28px;
  color: #121013;
  position: absolute;
  right: 1.8%;
  top: 3.6%;
  cursor: pointer;
  z-index: 3;
}
.i-thi-wrap .list-cont .pagenation {
  position: absolute;
  bottom: 36px;
  line-height: 22px;
  font-family: "Arial";
  text-align: center;
  width: 100%;
  left: 0;
}
.i-thi-wrap .list-cont .pagenation .in {
  color: #b6a683;
}
.i-thi-wrap .list-cont .scroll {
  padding-top: 5.8%;
  height: 94.2%;
  z-index: 1;
}
.i-thi-wrap .list-cont .scroll li {
  position: absolute;
  top: 0;
  width: 25.4%;
  opacity: 0;
  -webkit-transform: scale(0.6);
      -ms-transform: scale(0.6);
          transform: scale(0.6);
  left: 37.2%;
  cursor: pointer;
  /*-webkit-filter: grayscale(35%);
          filter: grayscale(35%);*/
}
.i-thi-wrap .list-cont .scroll li.cent {
  box-shadow: 0 0 46px 0 #6b5f48;
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}
.i-thi-wrap .list-cont.trans li {
  -webkit-transition: all 0.4s ease-in 0s;
          transition: all 0.4s ease-in 0s;
}
.i-thi-wrap .list-cont .butn {
  display: block;
  width: 35%;
  position: absolute;
  top: 5.8%;
  height: 94%;
  cursor: pointer;
  z-index: 2;
}
.i-thi-wrap .list-cont .prev {
  right: 0;
  cursor: url("http://www.gowani.cn/static/web/css/../img/btn_02.png"), auto;
}
.i-thi-wrap .list-cont .next {
  left: 0;
  cursor: url("http://www.gowani.cn/static/web/css/../img/btn_01.png"), auto;
}
.i-thi-wrap .row {
  top: 30px;
  opacity: 0;
}

.i-fou-wrap {
  padding-top: 80px;
  padding-bottom: 150px;
}
.i-fou-wrap .top-tit {
  text-align: center;
}
.i-fou-wrap .top-tit .cn {
  height: 35px;
}
.i-fou-wrap .top-tit .en {
  font-size: 46px;
  color: #333;
  line-height: 52px;
  text-transform: uppercase;
}
.i-fou-wrap .top-tit p {
  position: relative;
  top: 20px;
  opacity: 0;
}
.i-fou-wrap .list-wrap {
  width: 76%;
  position: relative;
  overflow: hidden;
  margin: 64px auto 0;
  padding: 10px;
  top: 30px;
  opacity: 0;
}
.i-fou-wrap .list-wrap ul {
  width: 101%;
}
.i-fou-wrap .list-wrap li {
  width: 31.3%;
  margin-right: 1.7%;
  box-shadow: 0 0 10px 5px #f3f3f3;
}
.i-fou-wrap .list-wrap .img {
  display: block;
  position: relative;
  overflow: hidden;
}
.i-fou-wrap .list-wrap .img img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.4s linear 0s;
          transition: transform 0.4s linear 0s;
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
}
.i-fou-wrap .list-wrap li:hover .img img {
  -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  -webkit-transition: -webkit-transform 0.4s linear 0s;
          transition: transform 0.4s linear 0s;
}
.i-fou-wrap .list-wrap .cn-tit {
  height: 40px;
}
.i-fou-wrap .list-wrap .cont {
  padding-top: 36px;
  padding-bottom: 50px;
  text-align: center;
}
.i-fou-wrap .list-wrap .line {
  display: block;
  width: 37px;
  height: 1px;
  background-color: #7f7f7f;
  margin: 16px auto 0;
}
.i-fou-wrap .list-wrap .font {
  display: block;
  width: 84%;
  margin: 21px auto 0;
  font-size: 13px;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  position: relative;
}

.i-fiv-wrap {
  margin-bottom: 74px;
  position: relative;
}
.i-fiv-wrap .bg-wrap {
  background: url("http://www.gowani.cn/static/web/css/../img/bg_03.jpg") no-repeat center;
  padding-top: 80px;
  height: 820px;
  position: relative;
}
.i-fiv-wrap .tit {
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  top: 80px;
  z-index: 2;
  opacity: 0;
}
.i-fiv-wrap .tit .en-f62 {
  font-size: 62px;
  color: #b6a683;
  line-height: 72px;
  text-transform: uppercase;
}
.i-fiv-wrap .tit .en-f16 {
  font-size: 16px;
  color: #b6a683;
  margin-top: 7px;
  line-height: 30px;
  text-transform: uppercase;
}
.i-fiv-wrap .tit .cn-f18 {
  margin-top: 7px;
  line-height: 32px;
}
.i-fiv-wrap .bot-navlist {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.i-fiv-wrap .bot-navlist ul {
  width: 100%;
}
.i-fiv-wrap .bot-navlist li {
  height: 56px;
  line-height: 54px;
  padding-top: 4px;
  cursor: pointer;
}
.i-fiv-wrap .bot-navlist .color-fir {
  background-color: #fafafa;
}
.i-fiv-wrap .bot-navlist .color-sec {
  background-color: #f5f5f5;
}
.i-fiv-wrap .bot-navlist .num {
  font-size: 31px;
  margin-left: 5.7%;
  color: #c8c4bd;
  font-style: italic;
}
.i-fiv-wrap .bot-navlist .s-tit {
  font-size: 24px;
  color: #9b9486;
  font-family: "宋体";
}
.i-fiv-wrap .bot-navlist .en-tt {
  font-size: 14px;
  color: #d1cec9;
  text-transform: uppercase;
  font-style: italic;
}
.i-fiv-wrap .bot-navlist li.hover {
  background-color: #b6a683;
}
.i-fiv-wrap .bot-navlist li.hover .num {
  color: #dbd3c1;
}
.i-fiv-wrap .bot-navlist li.hover .s-tit {
  color: #fff;
}
.i-fiv-wrap .bot-navlist li.hover .en-tt {
  color: #c7bba1;
}
.i-fiv-wrap .bot-navlist.fixed {
  position: fixed;
  left: 0;
  bottom: 48px;
  padding: 0 2.7%;
  width: 94.6%;
  z-index: 10;
}
.i-fiv-wrap .cont-list {
  height: 620px;
  width: 100%;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 230px;
  z-index: 1;
}
.i-fiv-wrap .cont-list .bg-line {
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.i-fiv-wrap .cont-list ul {
  height: 100%;
}
.i-fiv-wrap .cont-list li {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.i-fiv-wrap .cont-list .word {
  display: block;
  position: absolute;
  width: 350px;
  opacity: 0;
  -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
          transform: translateX(-20px);
}
.i-fiv-wrap .cont-list .titbox {
  display: block;
  position: absolute;
  opacity: 0;
  -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
          transform: translateX(-20px);
}
.i-fiv-wrap .cont-list .titbox .cn {
  height: 27px;
}
.i-fiv-wrap .cont-list .titbox .en {
  font-size: 14px;
  color: #7f7b73;
  text-transform: uppercase;
}
.i-fiv-wrap .cont-wrap {
  left: 0;
  top: 0;
}
.i-fiv-wrap .cont-wrap .img-box {
  position: absolute;
  display: block;
  opacity: 0;
  -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
          transform: translateX(-20px);
}
.i-fiv-wrap .cont-wrap .img-box img {
  width: 100%;
}
.i-fiv-wrap .li-fir .bg-line {
  background: url("http://www.gowani.cn/static/web/css/../img/bg_04.png") no-repeat left bottom;
}
.i-fiv-wrap .li-fir .img-fir {
  left: 5.9%;
  bottom: 30.6%;
  width: 7.8%;
}
.i-fiv-wrap .li-fir .img-sec {
  left: 12.3%;
  bottom: 36.3%;
  width: 11.4%;
}
.i-fiv-wrap .li-fir .img-thi {
  width: 28.7%;
  left: 28.6%;
  bottom: 8.5%;
}
.i-fiv-wrap .li-fir .img-fou {
  width: 14.2%;
  left: 72%;
  bottom: 27.4%;
}
.i-fiv-wrap .li-fir .img-fiv {
  width: 21.4%;
  left: 90.6%;
  bottom: 14.2%;
}
.i-fiv-wrap .li-fir .titbox {
  left: 12%;
  bottom: 92.2%;
}
.i-fiv-wrap .li-fir .word {
  left: 28.4%;
  bottom: 66.4%;
  line-height: 24px;
  font-size: 13px;
  color: #7f7b73;
}
.i-fiv-wrap .li-sec .bg-line {
  background: url("http://www.gowani.cn/static/web/css/../img/bg_05.png") no-repeat left bottom;
}
.i-fiv-wrap .li-sec .img-fir {
  width: 21.4%;
  left: -9.4%;
  bottom: 14%;
}
.i-fiv-wrap .li-sec .img-sec {
  width: 28.7%;
  bottom: 36.3%;
  left: 31%;
}
.i-fiv-wrap .li-sec .img-thi {
  width: 14.2%;
  left: 73.5%;
  bottom: 38.4%;
}
.i-fiv-wrap .li-sec .img-fou {
  width: 10%;
  left: 84.6%;
  bottom: 56.7%;
}
.i-fiv-wrap .li-sec .titbox {
  left: 23.5%;
  bottom: 57%;
}
.i-fiv-wrap .li-sec .word {
  left: 62.4%;
  bottom: 12.2%;
}
.i-fiv-wrap .li-thi .bg-line {
  background: url("http://www.gowani.cn/static/web/css/../img/bg_06.png") no-repeat left bottom;
}
.i-fiv-wrap .li-thi .img-fir {
  width: 14.4%;
  left: 5%;
  bottom: 33.7%;
}
.i-fiv-wrap .li-thi .img-sec {
  width: 11.2%;
  left: 31.5%;
  bottom: 40%;
}
.i-fiv-wrap .li-thi .img-thi {
  width: 28.7%;
  left: 61.2%;
  bottom: 13.7%;
}
.i-fiv-wrap .li-thi .img-fou {
  width: 10%;
  left: 86%;
  bottom: 33.2%;
}
.i-fiv-wrap .li-thi .titbox {
  left: 24%;
  bottom: 24.2%;
}
.i-fiv-wrap .li-thi .word {
  left: 48%;
  bottom: 50.4%;
}
.i-fiv-wrap .li-fou .bg-line {
  background: url("http://www.gowani.cn/static/web/css/../img/bg_07.png") no-repeat left bottom;
}
.i-fiv-wrap .li-fou .img-fir {
  width: 11.2%;
  left: 7.3%;
  bottom: 25.6%;
}
.i-fiv-wrap .li-fou .img-sec {
  width: 14.4%;
  left: 28.1%;
  bottom: 25.6%;
}
.i-fiv-wrap .li-fou .img-thi {
  width: 28.7%;
  left: 57.5%;
  bottom: 38.8%;
}
.i-fiv-wrap .li-fou .img-fou {
  width: 10%;
  left: 84.6%;
  bottom: 49.6%;
}
.i-fiv-wrap .li-fou .titbox {
  left: 22%;
  bottom: 63%;
}
.i-fiv-wrap .li-fou .word {
  left: 48%;
  bottom: 15.5%;
}

/****************发展历程****************/
.history-wrap {
  margin-bottom: 40px;
}
.history-wrap .main-wrap {
  width: 100%;
}
.history-wrap .cent-wrap {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 480px;
  margin-top: -240px;
}
.history-wrap .cent-wrap .year {
  display: block;
  text-align: center;
  line-height: 480px;
  font-size: 600px;
  color: #f5f4f4;
  opacity: 0;
}
.history-wrap .cent-wrap .moon {
  display: inline-block;
  font-size: 182px;
  color: #b5a579;
  line-height: 192px;
  left: 50%;
  margin-left: -345px;
  position: absolute;
  top: 14%;
}
.history-wrap .cent-wrap .unit {
  font-size: 122px;
  line-height: 106px;
  color: #564c39;
  position: absolute;
  left: 50%;
  margin-left: -32px;
  top: 49%;
}
.history-wrap .cent-wrap .word {
  display: block;
  width: 66%;
  line-height: 36px;
  font-size: 16px;
  color: #534b3c;
  text-align: center;
  position: absolute;
  left: 17%;
  top: 85%;
}
.history-wrap .cent-wrap .fashion {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  background: url("http://www.gowani.cn/static/web/css/../img/font_14.png") no-repeat center;
  height: 38px;
  top: 75.5%;
}
.history-wrap .cent-wrap .centline {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  opacity: 0.07;
  position: absolute;
  left: 0;
  top: 72%;
}
.history-wrap .cent-wrap .butn {
  position: absolute;
  top: 69%;
  text-align: center;
  z-index: 3;
  width: 42px;
}
.history-wrap .cent-wrap .butn .circle {
  display: block;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 0.6;
  box-shadow: 0 0 6px 3px #e4e3e0;
  margin: 0 auto;
  cursor: pointer;
  -webkit-transition: opacity 0.4s ease 0s;
          transition: opacity 0.4s ease 0s;
}
.history-wrap .cent-wrap .butn i {
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #554b38;
  margin-top: 9px;
  margin-left: 9px;
  float: left;
}
.history-wrap .cent-wrap .butn p {
  line-height: 22px;
  font-size: 14px;
  color: #bcb296;
  margin-top: 7px;
}
.history-wrap .cent-wrap .butn:hover .circle {
  opacity: 0.9;
}
.history-wrap .cent-wrap .prev {
  left: 2.7%;
}
.history-wrap .cent-wrap .next {
  right: 2.7%;
}
.history-wrap .cent-wrap ul, .history-wrap .cent-wrap li {
  width: 100%;
  height: 100%;
}
.history-wrap .cent-wrap ul {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.history-wrap .cent-wrap li {
  position: relative;
}
.history-wrap .cent-wrap li span {
  -webkit-transform: translateX(20px);
      -ms-transform: translateX(20px);
          transform: translateX(20px);
  opacity: 0;
}
.history-wrap .bot-line {
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: 8px;
  left: 0;
  background: url("http://www.gowani.cn/static/web/css/../img/bg_line_02.png") repeat-x 0;
}
.history-wrap .bot-line ul {
  width: 100%;
}
.history-wrap .bot-line li {
  height: 10px;
  width: 480px;
  position: relative;
}
.history-wrap .bot-line li.hover {
  background: url("http://www.gowani.cn/static/web/css/../img/bg_line_01.png") repeat-x 0;
}
.history-wrap .bot-line li.hover .year {
  font-size: 18px;
  color: #7e735d;
  background: url("http://www.gowani.cn/static/web/css/../img/bg_line_03.png") no-repeat center 32px;
}
.history-wrap .bot-line .year {
  display: inline-block;
  padding-bottom: 20px;
  line-height: 32px;
  font-size: 14px;
  color: #e9e1ca;
  position: absolute;
  right: 0;
  bottom: 9px;
  width: 42px;
  text-align: center;
}
.history-wrap .canvas-btn {
  position: absolute;
  top: -2px;
  cursor: pointer;
}
.history-wrap .canvas-btnprev {
  left: 4px;
}
.history-wrap .canvas-btnnext {
  left: 5px;
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
.video-wrap .main-wrap {
  width: 100%;
  background: url("http://www.gowani.cn/static/web/css/../img/bg_09.jpg") no-repeat center;
  padding-bottom: 90px;
}
.video-wrap .titbox {
  padding-top: 82px;
  text-align: center;
}
.video-wrap .titbox .en-tit {
  font-size: 84px;
  line-height: 86px;
  color: #c9a55e;
  text-transform: uppercase;
}
.video-wrap .vid-box {
  width: 50%;
  margin: 28px auto 0;
  position: relative;
  overflow: hidden;
}
.video-wrap .vid-box .video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.video-wrap .bot-en {
  display: block;
  text-align: center;
  margin-top: 30px;
}
.video-wrap .more-btn {
  display: block;
  width: 150px;
  padding-left: 26px;
  line-height: 42px;
  color: #fff;
  font-size: 19px;
  font-family: "Times News Roman";
  background: url("http://www.gowani.cn/static/web/css/../img/ico_13.png") no-repeat 140px 19px #b5a579;
  margin: 24px auto 0;
  cursor: pointer;
}
.video-wrap .vid-list {
  background-color: #e5d9bd;
  padding-top: 70px;
  padding-bottom: 130px;
  margin-bottom: 46px;
}
.video-wrap .vid-list .cent-wrap {
  width: 79.4%;
  margin: 0 auto;
}
.video-wrap .vid-list h3 {
  font-weight: normal;
  font-size: 20px;
  color: #746c59;
  line-height: 66px;
}
.video-wrap .vid-list ul {
  width: 102%;
}
.video-wrap .vid-list li {
  width: 32%;
  margin-right: 1%;
  margin-bottom: 46px;
  position: relative;
  cursor: pointer;
}
.video-wrap .vid-list img {
  width: 100%;
}
.video-wrap .vid-list .ico {
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  top: 50%;
  margin-top: -20px;
  background: url("http://www.gowani.cn/static/web/css/../img/ico_14.png") no-repeat center;
}

.store-entrance {
  padding-bottom: 38px;
}
.store-entrance .main-wrap {
  position: relative;
  overflow: hidden;
}
.store-entrance .cent-box {
  position: absolute;
  left: 50%;
  margin-left: -320px;
  top: 50%;
  margin-top: -127px;
  background: url("http://www.gowani.cn/static/web/css/../img/bg_11.png") repeat 0;
  height: 253px;
  text-align: center;
  width: 640px;
}
.store-entrance .cent-box .en-tt {
  line-height: 50px;
  font-size: 36px;
  color: #b5a579;
  margin-top: 27px;
  text-transform: uppercase;
}
.store-entrance .cent-box .word {
  display: block;
  line-height: 25px;
  font-size: 14px;
  width: 560px;
  margin: 13px auto 0;
}
.store-entrance .cent-box .store-inq {
  display: block;
  width: 170px;
  line-height: 41px;
  text-align: center;
  background-color: #b5a579;
  color: #fff;
  font-family: "宋体";
  font-size: 16px;
  margin: 48px auto 0;
  cursor: pointer;
}

.store-map {
  padding-bottom: 38px;
}
.store-map .main-wrap {
  position: relative;
  height: 790px;
}
.store-map .main-wrap .map {
  width: 100%;
  height: 100%;
}
.store-map .inquire-box {
  width: 243px;
  padding: 0 35px;
  position: absolute;
  left: 7.2%;
  top: 0;
  background: url("http://www.gowani.cn/static/web/css/../img/bg_12.png") repeat 0;
  z-index: 5;
  height: 100%;
}
.store-map h4 {
  font-weight: normal;
  margin-top: 35px;
  font-size: 26px;
  color: #fff;
  line-height: 65px;
  float: left;
}
.store-map .sele-box {
  width: 100%;
  margin-bottom: 15px;
  height: 40px;
  float: left;
}
.store-map select {
  width: 100%;
  height: 40px;
}
.store-map .list-wrap {
  width: 100%;
  margin-top: 20px;
  height: 54%;
  position: relative;
  overflow: hidden;
  float: left;
}
.store-map .list-wrap ul, .store-map .list-wrap li {
  width: 216px;
}
.store-map .list-wrap li {
  margin-bottom: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid #c6ba99;
  cursor: pointer;
  color: #fff;
}
.store-map .list-wrap li:last-child {
  margin-bottom: 0;
  border: none;
}
.store-map .list-wrap .tit {
  line-height: 24px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.store-map .list-wrap .word {
  display: block;
  line-height: 20px;
  font-size: 13px;
  margin-top: 5px;
}
.store-map .list-wrap .call {
  line-height: 22px;
  font-size: 13px;
  margin-top: 4px;
}

.about-wrap {
  color: #999;
  line-height: 24px;
}
.about-wrap .banner-wrap {
  position: relative;
}
.about-wrap .banner-wrap .up-cont {
  position: absolute;
  top: 50%;
  margin-top: -75px;
  text-align: center;
  width: 100%;
  left: 0;
}
.about-wrap .banner-wrap .up-cont p, .about-wrap .banner-wrap .up-cont a {
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
}
.about-wrap .banner-wrap .en-tt {
  line-height: 78px;
  font-size: 62px;
  text-transform: uppercase;
  color: #ddc597;
}
.about-wrap .banner-wrap .discover {
  display: block;
  width: 185px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #ead5ab;
  border: 1px solid #ead5ab;
  margin: 67px auto 0;
  font-size: 20px;
  font-style: italic;
  -webkit-transition: all 0.5s ease 0s;
          transition: all 0.5s ease 0s;
}
.about-wrap .banner-wrap .discover:hover {
  background-color: #ead5ab;
  color: #fff;
}
.about-wrap .w1200 {
  position: relative;
}

.about-wrap .fadeView {
  -webkit-transition: all 0.6s linear 0s;
          transition: all 0.6s linear 0s;
  opacity: 0;
}
.about-wrap .fadeTop {
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px);
}
.about-wrap .fadeBot {
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
}
.about-wrap .fadeLeft {
  -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
          transform: translateX(-20px);
}
.about-wrap .fadeRight {
  -webkit-transform: translateX(20px);
      -ms-transform: translateX(20px);
          transform: translateX(20px);
}
.about-wrap .fadeView.active {
  opacity: 1;
}
.about-wrap .fadeTop.active, .about-wrap .fadeBot.active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.about-wrap .fadeLeft.active, .about-wrap .fadeRight.active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.about-fir {
  padding-top: 90px;
  padding-bottom: 100px;
}
.about-fir .left-box {
  padding-top: 334px;
  line-height: 24px;
  padding-bottom: 80px;
  border-bottom: 1px solid #cdab6c;
  width: 342px;
  margin-left: 30px;
}
.about-fir .left-box .line {
  display: block;
  width: 13px;
  height: 1px;
  background-color: #b6a579;
  margin-top: 16px;
}
.about-fir .left-box h4 {
  margin-top: 35px;
  margin-bottom: 18px;
}
.about-fir .left-box .word {
  margin-bottom: 12px;
}
.about-fir .left-box .word-last {
  width: 707px;
  position: absolute;
  right: -790px;
  bottom: -10px;
}
.about-fir .right-box {
  width: 700px;
  margin-right: 40px;
}
.about-fir .right-box .font-sign {
  display: inline-block;
  position: absolute;
  right: -40px;
  top: 290px;
  line-height: 130px;
  font-size: 120px;
  color: #b6a579;
}
.about-fir .right-box .line {
  display: block;
  width: 107px;
  height: 3px;
  background-color: #b6a579;
  float: right;
}
.about-fir .right-box video {
  position: absolute;
  left: -216px;
  top: 119px;
}
.about-fir .video-sign {
  display: block;
  position: absolute;
  left: -216px;
  top: 119px;
}
.about-fir .video-sign .vid-ico {
  display: inline-block;
  width: 55px;
  height: 55px;
  background: url("http://www.gowani.cn/static/web/css/../img/ico_41.png") no-repeat center;
  position: absolute;
  left: 50%;
  margin-left: -28px;
  top: 50%;
  margin-top: -28px;
}

.about-sec {
  padding-top: 108px;
  padding-bottom: 113px;
  background-color: #f7f5f1;
}
.about-sec .right-wrap {
  width: 420px;
  margin-right: 40px;
  padding-bottom: 36px;
  border-bottom: 1px solid #b6a579;
}
.about-sec .right-wrap .line {
  display: block;
  width: 13px;
  height: 1px;
  background-color: #b6a579;
  margin-top: 19px;
}
.about-sec .right-wrap .cn-tt {
  margin-top: 30px;
  margin-bottom: 18px;
  display: block;
}
.about-sec .right-wrap .word {
  margin-top: 16px;
}
.about-sec .left-box {
  margin-left: 30px;
}
.about-sec .left-box .small-img {
  position: absolute;
  left: 68px;
  top: -298px;
}
.about-sec .left-box .name {
  display: block;
  width: 224px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  color: #fff;
  background-color: #b6a579;
  font-size: 24px;
  position: absolute;
  left: -52px;
  bottom: 32px;
}

.about-thi {
  padding-top: 366px;
  padding-bottom: 120px;
}
.about-thi .left-box {
  width: 392px;
  padding-right: 4px;
  margin-left: 30px;
  padding-bottom: 153px;
  border-bottom: 3px solid #b6a579;
  z-index: 2;
  background-color: #fff;
}
.about-thi .left-box .num {
  margin-top: -29px;
}
.about-thi .left-box .line {
  display: block;
  width: 13px;
  height: 1px;
  background-color: #b6a579;
  margin-top: 15px;
}
.about-thi .left-box .titbox {
  display: block;
  margin-top: 30px;
}
.about-thi .left-box .en-tt {
  font-size: 42px;
  line-height: 50px;
  color: #b6a579;
}
.about-thi .left-box .cn-tt {
  line-height: 36px;
  font-size: 22px;
  color: #1f2124;
}
.about-thi .left-box .top-word {
  width: 342px;
  margin-top: 22px;
}
.about-thi .left-box .word-cont {
  margin-top: 75px;
}
.about-thi .left-box .word {
  margin-bottom: 16px;
}
.about-thi .right-box {
  width: 523px;
  padding-top: 473px;
  z-index: 1;
  margin-right: 156px;
}
.about-thi .right-box .picbox-fir {
  position: absolute;
  top: -270px;
  right: 17px;
}
.about-thi .right-box .titbox {
  position: absolute;
  top: 119px;
  line-height: 133px;
  font-size: 120px;
  color: #b6a579;
  right: -56px;
  z-index: 2;
}
.about-thi .right-box .line {
  display: block;
  float: right;
  width: 107px;
  height: 3px;
  background-color: #b6a579;
}
.about-thi .right-box .small-pic {
  position: absolute;
  right: -117px;
  top: 200px;
  z-index: 2;
}
.about-thi .right-box img {
  position: relative;
  z-index: 1;
}

.about-fou {
  padding-bottom: 77px;
}
.about-fou .return-top {
  width: 130px;
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
}
.about-fou .return-top .ico {
  display: block;
  width: 72px;
  height: 72px;
  margin: 0 auto;
  background: url("http://www.gowani.cn/static/web/css/../img/ico_15.png") no-repeat center #b6a579;
  border-radius: 50%;
}
.about-fou .return-top p {
  line-height: 30px;
  font-size: 13px;
  font-family: "Arial";
  color: #b6a579;
  text-transform: uppercase;
  margin-top: 11px;
}

.about-fiv{
  padding-bottom: 100px;
}
.about-fiv .left-box{
  margin-left: 32px;
  position: relative;
}
.about-fiv .left-box .font-sign{
  position: absolute;
  display: block;
  left: -50px;
  bottom: 50px;
}
.about-fiv .left-box .en-font{
  font-size: 72px;
  line-height: 88px;
  color: #c9a55e;
}
.about-fiv .left-box .line{
  display: block;
  width: 107px;
  height: 3px;
  background-color: #c9a55e;
}
.about-fiv .right-box{
  width: 697px;
  margin-right: 39px;
}
.about-fiv .right-box .line{
  display: block;
  width: 13px;
  height: 1px;
  background-color: #c9a55e;
  margin-top: 24px;
}
.about-fiv .right-box .yel-tit{
  height: 85px;
  margin-top: 28px;
  margin-bottom: 12px;
}
.about-fiv .right-box .font{
  line-height: 21px;
  color: #999;
}
.about-fiv .right-box .s-tit{
  font-size: 18px;
  color: #333;
  margin-top: 23px;
  line-height: 30px;
}
.about-fiv .right-box .font-fir{
  padding-bottom: 15px;
}

/*******************新闻******************/
.news-wrap {
  padding-bottom: 63px;
}
.news-wrap .main-wrap {
  background-color: #fefaf1;
  padding-bottom: 120px;
  padding-top: 86px;
}
.news-wrap .titbox {
  text-align: center;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease 0s;
          transition: opacity 0.3s ease 0s;
}
.news-wrap .titbox .en-tit {
  font-size: 84px;
  line-height: 92px;
  color: #c9a55e;
  text-transform: uppercase;
}
.news-wrap .titbox .cn-tit{
  color: #b6a579;
  font-family: "宋体";
  font-size: 36px;
  line-height: 60px;
}
.news-wrap .titbox.opa {
  opacity: 0;
}
.news-wrap .list {
  padding-top: 84px;
  width: 88%;
  margin: 0 auto;
}
.news-wrap .list ul, .news-wrap .list li {
  width: 100%;
}
.news-wrap .list li {
  background-color: #fff;
  margin-bottom: 80px;
}
.news-wrap .list .img {
  display: block;
  position: relative;
  overflow: hidden;
}
.news-wrap .list .img img {
  width: 100%;
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
  -webkit-transition: -webkit-transform 0.5s ease 0s;
          transition: transform 0.5s ease 0s;
}
.news-wrap .list .img:hover img {
  -webkit-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  -webkit-transition: -webkit-transform 1s ease 0s;
          transition: transform 1s ease 0s;
}
.news-wrap .list .cont-wrap {
  padding-top: 45px;
  width: 79%;
  margin-left: 8.3%;
}
.news-wrap .list .cont-wrap .date {
  line-height: 22px;
  color: #7f7f7f;
}
.news-wrap .list .cont-wrap .s-tit {
  line-height: 30px;
  font-size: 20px;
  font-weight: bold;
  display: block;
  margin-top: 40px;
}
.news-wrap .list .cont-wrap .s-tit a {
  color: #b6a579;
}
.news-wrap .list .cont-wrap .word {
  display: block;
  line-height: 24px;
  margin-top: 20px;
}
.news-wrap .list .cont-wrap .word a {
  color: #999;
  display: inline-block;
}
.news-wrap .list .cont-wrap .word a:hover {
  color: #b6a579;
}
.news-wrap .list .cont-wrap .line {
  display: block;
  width: 11px;
  height: 1px;
  background-color: #d0b279;
  margin-top: 29px;
}
.news-wrap .list .cont-wrap .more {
  display: inline-block;
  line-height: 20px;
  margin-top: 15px;
  font-size: 12px;
  font-family: "Times New Roman";
  color: #b5a579;
}
.news-wrap .list .cont-wrap .more:hover {
  color: #b6a579;
}
.news-wrap .list .fl {
  float: left;
}
.news-wrap .list .fr {
  float: right;
}
.news-wrap .list .r-more {
  display: block;
  width: 170px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  color: #fff;
  font-family: "Times New Roman";
  font-size: 19px;
  margin: 20px auto 0;
  background-color: #b5a579;
  -webkit-transition: background 0.4s ease 0s;
          transition: background 0.4s ease 0s;
}
.news-wrap .list .r-more:hover {
  background-color: #b6a579;
}

.news-info {
  padding-bottom: 50px;
}
.news-info .out-wrap {
  background-color: #fefaf1;
  padding-top: 93px;
  padding-bottom: 140px;
}
.news-info .main-wrap {
  background-color: #fff;
  border-top: 1px dotted #c7c4bd;
  padding-top: 68px;
  width: 88%;
  margin: 0 auto;
  padding-bottom: 150px;
}
.news-info .main-wrap .line {
  display: block;
  width: 70px;
  height: 1px;
  background-color: #e5e5e5;
  margin: 8px auto 0;
}
.news-info .main-wrap img {
  max-width: 100%;
}
.news-info .cent-wrap {
  width: 85.6%;
  margin: 58px auto 0;
}
.news-info .scroll {
  margin: 0 auto;
  width: 90%;
  position: relative;
}
.news-info .scroll .bd {
  margin: 0 auto;
  width: 83%;
  position: relative;
  overflow: hidden;
}
.news-info .scroll ul, .news-info .scroll li {
  width: 100%;
}
.news-info .scroll li{
  text-align: center;
}
.news-info .scroll .butn {
  display: block;
  width: 67px;
  height: 67px;
  position: absolute;
  top: 50%;
  margin-top: -34px;
  cursor: pointer;
}
.news-info .scroll .prev {
  left: 0;
  background: url("http://www.gowani.cn/static/web/css/../img/ico_16.png") no-repeat center;
}
.news-info .scroll .next {
  right: 0;
  background: url("http://www.gowani.cn/static/web/css/../img/ico_17.png") no-repeat center;
}
.news-info .cent-word {
  padding-top: 85px;
  padding-bottom: 85px;
  font-size: 14px;
  line-height: 30px;
  width: 82%;
  margin: 0 auto;
}
.news-info h4 {
  font-weight: normal;
  font-size: 28px;
  line-height: 68px;
  color: #333;
  text-align: center;
}
.news-info .date {
  text-align: center;
  font-size: 14px;
  font-family: "Arial";
  line-height: 30px;
  margin-top: 14px;
}
.news-info .paging {
  border-top: 1px solid #e5e5e5;
  padding-top: 14px;
}
.news-info .paging .fl {
  line-height: 30px;
  font-size: 14px;
  color: #666;
}
.news-info .paging .fl a {
  color: #999;
}
.news-info .paging .fl a:hover {
  color: #333;
}
.news-info .paging .back {
  display: inline-block;
  padding-right: 25px;
  background: url("http://www.gowani.cn/static/web/css/../img/ico_18.png") no-repeat 50px center;
  font-family: 'Arial';
  font-size: 16px;
  line-height: 34px;
  text-transform: uppercase;
}
.news-info .paging .back:hover {
  color: #333;
}
.news-info .m-scroll {
  width: 100%;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  display: none;
}
.news-info .m-scroll .bd {
  width: 78%;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.news-info .m-scroll ul {
  width: 100%;
}
.news-info .m-scroll .butn {
  display: block;
  width: 34px;
  height: 34px;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  cursor: pointer;
  z-index: 2;
}
.news-info .m-scroll .swiper-button-prev {
  left: 0;
  background: url("http://www.gowani.cn/static/web/css/../img/ico_16.png") no-repeat center;
}
.news-info .m-scroll .swiper-button-next {
  right: 0;
  background: url("http://www.gowani.cn/static/web/css/../img/ico_17.png") no-repeat center;
}

/********************社会责任********************/
.duty-wrap {
  padding-bottom: 40px;
}
.duty-wrap .main-wrap {
  background-color: #fefaf1;
  padding-top: 90px;
}
.duty-wrap .titbox {
  text-align: center;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease 0s;
          transition: opacity 0.5s ease 0s;
}
.duty-wrap .titbox .en-tit {
  font-size: 35px;
  color: #c9a55e;
  line-height: 85px;
  text-transform: uppercase;
  font-size: 84px;
}
.duty-wrap .titbox.opa {
  opacity: 0;
}
.duty-wrap .list-wrap {
  padding-top: 58px;
  width: 88%;
  margin: 0 auto;
}
.duty-wrap .list-wrap .section {
  width: 100%;
  background-color: #fff;
  padding-top: 46px;
  padding-bottom: 56px;
  margin-bottom: 26px;
  border-top: 1px dotted #bbb8b2;
}
.duty-wrap .list-wrap .left-date {
  width: 120px;
  text-align: center;
  margin-left: 100px;
}
.duty-wrap .list-wrap .left-date .day {
  font-size: 51px;
  font-family: "Arial";
  color: #b6a579;
  line-height: 48px;
}
.duty-wrap .list-wrap .left-date .year {
  line-height: 20px;
  font-size: 15px;
  font-family: "Arial";
  color: #000;
}
.duty-wrap .list-wrap .left-date .line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000000;
  margin-top: 8px;
}
.duty-wrap .list-wrap .left-date .col-name {
  line-height: 26px;
  font-size: 13px;
  margin-top: 8px;
}
.duty-wrap .list-wrap .right-cont {
  width: 69.4%;
  margin-left: 1.6%;
  padding-top: 22px;
  text-align: center;
}
.duty-wrap .list-wrap .right-cont img {
  max-width: 100%;
}
.duty-wrap .list-wrap h4 {
  font-size: 28px;
  color: #000;
  font-weight: normal;
  line-height: 68px;
}
.duty-wrap .list-wrap .word {
  line-height: 24px;
  font-size: 13px;
}
.duty-wrap .list-wrap .img-scroll {
  margin-top: 32px;
  width: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.duty-wrap .list-wrap .img-scroll li {
  width: 100%;
}
.duty-wrap .list-wrap .page-wrap {
  margin-top: 38px;
  text-align: center;
  width: 100%;
  height: 80px;
  position: relative;
}
.duty-wrap .list-wrap .page-wrap .processed {
  display: inline-block;
  width: 12px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
}
.duty-wrap .list-wrap .page-wrap .bx-prev {
  left: 50%;
  margin-left: -125px;
  background: url("http://www.gowani.cn/static/web/css/../img/left-arrow-black.png") no-repeat center;
}
.duty-wrap .list-wrap .page-wrap .bx-next {
  right: 50%;
  margin-right: -125px;
  background: url("http://www.gowani.cn/static/web/css/../img/right-arrow-black.png") no-repeat center;
}
.duty-wrap .list-wrap .paging-num {
  display: inline-block;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  width: 80px;
  text-align: center;
  line-height: 80px;
  font-size: 14px;
  font-family: "Arial";
  vertical-align: middle;
}
.duty-wrap .list-wrap .open-btn {
  width: 80px;
  height: 80px;
  display: inline-block;
  background: url("http://www.gowani.cn/static/web/css/../img/ico_19.png") no-repeat center;
  cursor: pointer;
  border-right: 1px solid #000;
  vertical-align: middle;
}
.duty-wrap .read-more {
  display: block;
  width: 170px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  color: #fff;
  background-color: #b5a579;
  font-size: 19px;
  font-family: "Times New Roman";
  margin: 85px auto;
}
.duty-wrap .alert-img-wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 100;
  display: none;
}
.duty-wrap .alert-img-wrap .close {
  display: inline-block;
  position: absolute;
  width: 19px;
  height: 19px;
  background: url("http://www.gowani.cn/static/web/css/../img/ico_20.png") no-repeat center;
  left: 1.5%;
  top: 30px;
  cursor: pointer;
  z-index: 2;
}
.duty-wrap .alert-img-wrap .big-imgbox {
  width: calc(100% - 162px);
  position: relative;
  padding-top: 50px;
  height: calc(100% - 50px);
  text-align: center;
  z-index: 1;
}
.duty-wrap .alert-img-wrap .big-imgbox p.tit {
  line-height: 38px;
  font-size: 18px;
  margin-top: 12px;
  color: #000;
}
.duty-wrap .alert-img-wrap .big-imgbox .butn {
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  cursor: pointer;
  width: 12px;
  height: 20px;
}
.duty-wrap .alert-img-wrap .big-imgbox .prev {
  left: 18px;
  background: url("http://www.gowani.cn/static/web/css/../img/left-arrow-black.png") no-repeat center;
}
.duty-wrap .alert-img-wrap .big-imgbox .next {
  right: 18px;
  background: url("http://www.gowani.cn/static/web/css/../img/right-arrow-black.png") no-repeat center;
}
.duty-wrap .alert-img-wrap .big-img {
  width: 78%;
  margin: 0 auto;
  height: calc(100% - 80px);
  position: relative;
  overflow: hidden;
  opacity: 0;
}
.duty-wrap .alert-img-wrap .img-list {
  width: 100px;
  padding: 50px 30px 0;
  border-left: 1px solid #cecece;
  height: calc(100% - 50px);
}
.duty-wrap .alert-img-wrap .img-list ul, .duty-wrap .alert-img-wrap .img-list li {
  width: 100%;
}
.duty-wrap .alert-img-wrap .img-list img {
  width: 100%;
  height: 100%;
}
.duty-wrap .alert-img-wrap .img-list li {
  margin-bottom: 20px;
  cursor: pointer;
  height: 55px;
  position: relative;
}
.duty-wrap .alert-img-wrap .img-list li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.5);
}
.duty-wrap .alert-img-wrap .img-list li.active:before {
  display: none;
}

/********************产品中心******************/
.product-home .banner-wrap {
  position: relative;
  overflow: hidden;
}
.product-home .banner-wrap .up-cont {
  width: 480px;
  position: absolute;
  left: 12.3%;
  top: 50%;
  margin-top: -107px;
  text-align: center;
}
.product-home .banner-wrap .up-cont p, .product-home .banner-wrap .up-cont a {
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
}
.product-home .banner-wrap .en-tt {
  margin-top: 18px;
}
.product-home .banner-wrap .discover {
  display: block;
  width: 110px;
  text-align: left;
  padding-left: 58px;
  background: url("http://www.gowani.cn/static/web/css/../img/ico_11.png") no-repeat 43px center #b5a579;
  font-size: 19px;
  color: #fff;
  font-family: "Times New Roman";
  line-height: 42px;
  margin: 35px auto 0;
}
.product-home .banner-wrap .bg-img, .product-home .banner-wrap .up-cont {
  opacity: 0;
}
.product-home .list-wrap {
  width: 1370px;
  margin: 0 auto;
}
.product-home .top-intr {
  text-align: center;
  padding-top: 46px;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  -webkit-transition: all 0.4s linear 0s;
          transition: all 0.4s linear 0s;
}
.product-home .top-intr h3 {
  font-weight: normal;
  color: #b6a579;
  font-size: 84px;
  line-height: 98px;
  text-transform: uppercase;
}
.product-home .top-intr .s-tit {
  line-height: 38px;
  font-size: 16px;
  color: #c0a357;
  margin-top: 8px;
  display: block;
}
.product-home .top-intr .font {
  display: block;
  line-height: 24px;
  font-size: 13px;
  margin-top: 6px;
  color: #999;
}
.product-home .top-intr.fadeIn, .product-home .brand-style.fadeIn {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
  -webkit-transition: all 0.6s linear 0s;
          transition: all 0.6s linear 0s;
}
.product-home .brand-style {
  width: 440px;
  box-shadow: 0 0 10px 5px #f4f4f4;
  background-color: #fff;
  padding: 13px;
  margin-top: 126px;
  margin-left: 30px;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  -webkit-transition: all 0.6s linear 0s;
          transition: all 0.6s linear 0s;
}
.product-home .brand-style .out-wrap {
  width: 436px;
  border: 2px solid #f6f1e5;
  position: relative;
  padding-top: 36px;
  padding-bottom: 30px;
}
.product-home .brand-style .flow {
  display: inline-block;
  width: 60px;
  height: 53px;
  position: absolute;
}
.product-home .brand-style .flow.fir {
  background: url("http://www.gowani.cn/static/web/css/../img/ico_21.png") no-repeat center;
  left: -6px;
  top: -6px;
}
.product-home .brand-style .flow.sec {
  background: url("http://www.gowani.cn/static/web/css/../img/ico_22.png") no-repeat center;
  right: -6px;
  top: -6px;
}
.product-home .brand-style .flow.thi {
  background: url("http://www.gowani.cn/static/web/css/../img/ico_23.png") no-repeat center;
  left: -6px;
  bottom: -6px;
}
.product-home .brand-style .flow.fou {
  background: url("http://www.gowani.cn/static/web/css/../img/ico_24.png") no-repeat center;
  right: -6px;
  bottom: -6px;
}
.product-home .brand-style .sign-log {
  display: block;
  text-align: center;
  -webkit-transition: all 0.4s ease 0.5s;
          transition: all 0.4s ease 0.5s;
}
.product-home .brand-style .word {
  display: block;
  font-size: 13px;
  line-height: 27px;
  color: #999;
  width: 84%;
  margin: 30px auto 0;
  -webkit-transition: all 0.4s ease 0.8s;
          transition: all 0.4s ease 0.8s;
}
.product-home .brand-style .bot-sign {
  display: block;
  text-align: center;
  margin-top: 36px;
}
.product-home .brand-style .sign-log, .product-home .brand-style .word {
  opacity: 0;
  position: relative;
  top: 20px;
}
.product-home .brand-style.fadeIn .sign-log, .product-home .brand-style.fadeIn .word {
  opacity: 1;
  top: 0;
}
.product-home .list-main {
  padding-top: 52px;
  position: relative;
  width: 100%;
  padding-bottom: 150px;
}
.product-home .list-main ul {
  width: 100%;
}
.product-home .list-main li {
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: 0.3s linear 0s;
          transition: 0.3s linear 0s;
}
.product-home .list-main li .upbox {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 1.5s ease 0s;
          transition: opacity 1.5s ease 0s;
}
.product-home .list-main li a.img {
  display: block;
  position: relative;
  overflow: hidden;
}
.product-home .list-main li.fadeInDown {
  opacity: 1;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: 0.6s linear 0s;
          transition: 0.6s linear 0s;
}
.product-home .list-main a.disco {
  display: block;
  width: 102px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  border: 1px solid #cecece;
  font-size: 13px;
  color: #000;
  text-transform: uppercase;
  margin-top: 5px;
  -webkit-transition: all 0.5s ease 0s;
          transition: all 0.5s ease 0s;
  font-family: "Arial";
}
.product-home .list-main .cont-box {
  padding-top: 19px;
  max-height: 64px;
  overflow: hidden;
}
.product-home .list-main .cont-box .show-tit {
  color: #000;
  -webkit-transition: all 0.3s ease 0.3s;
          transition: all 0.3s ease 0.3s;
  display: block;
}
.product-home .list-main .cont-box .en-tt {
  font-size: 28px;
  line-height: 30px;
  -webkit-transition: all 0.4s ease 0s;
          transition: all 0.4s ease 0s;
  opacity: 1;
  text-transform: uppercase;
  position: relative;
  left: 0;
}
.product-home .list-main .cont-box .cn-tt {
  font-size: 18px;
  line-height: 28px;
  -webkit-transition: all 0.4s ease 0.3s;
          transition: all 0.4s ease 0.3s;
  opacity: 1;
  position: relative;
  left: 0;
}
.product-home .list-main .intr-tit {
  overflow: visible;
  width: 0;
  margin-top: 5px;
}
.product-home .list-main .intr-tit .line {
  display: block;
  width: 2px;
  height: 48px;
  background-color: #000;
  opacity: 0;
  position: relative;
  left: 20px;
}
.product-home .list-main .intr-tit .s-font {
  display: block;
  width: 330px;
  font-size: 16px;
  line-height: 23px;
  margin-left: 30px;
  opacity: 0;
  position: relative;
  left: 20px;
  margin-top: -5px;
}
.product-home .list-main li:hover a.disco {
  background-color: #b6a579;
  color: #fff;
  border: 1px solid #b6a579;
}
.product-home .list-main li:hover .upbox {
  opacity: 1;
}
.product-home .list-main li.pro-li1 {
  float: right;
  margin-top: -650px;
  width: 59%;
}
.product-home .list-main li.pro-li1 .upbox {
  background: url("http://www.gowani.cn/static/web/css/../img/bg_pro_01.png") no-repeat center;
  background-size: 100% 100%;
}
.product-home .list-main li.pro-li2 {
  width: 41.4%;
  margin-left: 2%;
}
.product-home .list-main li.pro-li2 .upbox {
  background: url("http://www.gowani.cn/static/web/css/../img/bg_pro_02.png") no-repeat center;
  background-size: 100% 100%;
}
.product-home .list-main li.pro-li3 {
  margin-top: -58px;
  float: right;
  margin-right: 4.2%;
  width: 46%;
}
.product-home .list-main li.pro-li3 .upbox {
  background: url("http://www.gowani.cn/static/web/css/../img/bg_pro_03.png") no-repeat center;
  background-size: 100% 100%;
}
.product-home .list-main li.pro-li4 {
  width: 35%;
  margin-left: 11.4%;
  margin-top: 43px;
}
.product-home .list-main li.pro-li4 .upbox {
  background: url("http://www.gowani.cn/static/web/css/../img/bg_pro_04.png") no-repeat center;
  background-size: 100% 100%;
}
.product-home .list-main li.pro-li5 {
  width: 46%;
  margin-top: -335px;
  margin-left: -5px;
}
.product-home .list-main li.pro-li5 .upbox {
  background: url("http://www.gowani.cn/static/web/css/../img/bg_pro_05.png") no-repeat center;
  background-size: 100% 100%;
}
.product-home .list-main li.pro-li6 {
  width: 48.8%;
  float: right;
  margin-right: -3.6%;
  margin-top: 70px;
  margin-bottom: 200px;
}
.product-home .list-main li.pro-li6 .upbox {
  background: url("http://www.gowani.cn/static/web/css/../img/bg_pro_06.png") no-repeat center;
  background-size: 100% 100%;
}
.product-home .list-main li.pro-li7 {
  width: 50.3%;
  margin-left: -0.6%;
  margin-top: 40px;
  margin-bottom: 50px;
}
.product-home .list-main li.pro-li7 .upbox {
  background: url("http://www.gowani.cn/static/web/css/../img/bg_pro_07.png") no-repeat center;
  background-size: 100% 100%;
}

/********************产品列表*******************/
.product-list {
  padding-bottom: 46px;
}
.product-list .main-wrap {
  background-color: #fefaf1;
  padding-top: 95px;
}
.product-list .top-tit {
  text-align: center;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease 0s;
          transition: opacity 0.3s ease 0s;
}
.product-list .top-tit h3 {
  font-weight: normal;
  font-size: 84px;
  color: #b6a579;
  line-height: 85px;
  text-transform: uppercase;
}
.product-list .top-tit p.sec-tit {
  text-align: center;
  font-family: "宋体";
  font-size: 36px;
  line-height: 60px;
  color: #b6a579;
}
.product-list .top-tit .cn-tt {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px;
}
.product-list .top-tit .ico {
  display: inline-block;
  width: 37px;
  height: 60px;
  vertical-align: middle;
}
.product-list .top-tit .ico-l {
  background: url("http://www.gowani.cn/static/web/css/../img/ico_28.png") no-repeat center;
}
.product-list .top-tit .ico-r {
  background: url("http://www.gowani.cn/static/web/css/../img/ico_29.png") no-repeat center;
}
.product-list .top-tit .word {
  display: block;
  text-align: center;
  line-height: 36px;
  color: #c5c1b7;
}
.product-list .top-tit.opa {
  opacity: 0;
}
.product-list .list-wrap {
  padding-top: 72px;
  width: 90%;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding-bottom: 30px;
}
.product-list .list-wrap ul {
  width: 101%;
}
.product-list .list-wrap li {
  width: 24%;
  margin-right: 1%;
  position: relative;
  margin-bottom: 60px;
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.6s ease 0s;
          transition: all 0.6s ease 0s;
}
.product-list .list-wrap li img {
  width: 100%;
}
.product-list .list-wrap li .blackbox {
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s;
          transition: opacity 0.3s ease 0s;
}
.product-list .list-wrap li .cent-box {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -100px;
  text-align: center;
}
.product-list .list-wrap li .ico {
  display: inline-block;
  width: 65px;
  height: 65px;
  background: url("http://www.gowani.cn/static/web/css/../img/ico_27.png") no-repeat center;
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s;
}
.product-list .list-wrap li .en-tit {
  font-size: 16px;
  color: #fff;
  line-height: 32px;
  margin-top: 16px;
  text-transform: uppercase;
  font-family: "Times News Roman";
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s;
}
.product-list .list-wrap li .shop-link {
  display: inline-block;
  width: 31px;
  height: 39px;
  background: url("http://www.gowani.cn/static/web/css/../img/ico_30.png") no-repeat center;
  margin-top: 48px;
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.3s ease 0s;
          transition: all 0.3s ease 0s;
}
.product-list .list-wrap li.fadeIn {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.product-list .load-more {
  width: 100px;
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
}
.product-list .load-more .load-sign {
  width: 31px;
  height: 45px;
  margin: 0 auto;
  position: relative;
}
.product-list .load-more .load-sign span {
  display: inline-block;
  width: 7px;
  height: 11px;
  border: 1px solid #000;
  opacity: 0.2;
  position: absolute;
}
.product-list .load-more .load-sign .fir {
  left: 0;
  top: 0;
  -webkit-transition: opacity 0.3s ease 0s;
          transition: opacity 0.3s ease 0s;
}
.product-list .load-more .load-sign .sec {
  left: 11px;
  top: 0;
  -webkit-transition: opacity 0.3s ease 0.3s;
          transition: opacity 0.3s ease 0.3s;
}
.product-list .load-more .load-sign .thi {
  right: 0;
  top: 0;
  -webkit-transition: opacity 0.3s ease 0.6s;
          transition: opacity 0.3s ease 0.6s;
}
.product-list .load-more .load-sign .fou {
  left: 0;
  top: 16px;
  -webkit-transition: opacity 0.3s ease 0.9s;
          transition: opacity 0.3s ease 0.9s;
}
.product-list .load-more .load-sign .fiv {
  left: 11px;
  top: 16px;
  -webkit-transition: opacity 0.3s ease 1.2s;
          transition: opacity 0.3s ease 1.2s;
}
.product-list .load-more .load-sign .sex {
  right: 0;
  top: 16px;
  -webkit-transition: opacity 0.3s ease 1.5s;
          transition: opacity 0.3s ease 1.5s;
}
.product-list .load-more .load-sign .sev {
  left: 0;
  bottom: 0;
  -webkit-transition: opacity 0.3s ease 1.8s;
          transition: opacity 0.3s ease 1.8s;
}
.product-list .load-more .load-sign .eig {
  left: 11px;
  bottom: 0;
  -webkit-transition: opacity 0.3s ease 2.1s;
          transition: opacity 0.3s ease 2.1s;
}
.product-list .load-more .load-sign .nin {
  right: 0;
  bottom: 0;
  -webkit-transition: opacity 0.3s ease 2.4s;
          transition: opacity 0.3s ease 2.4s;
}
.product-list .load-more p {
  line-height: 27px;
  font-family: "Arial";
  color: #000;
  text-transform: uppercase;
  margin-top: 9px;
}
.product-list .load-more.active .load-sign span {
  opacity: 1;
}

/**********************招聘*****************/
.recruit-home {
  padding-bottom: 46px;
}
.recruit-home .main-wrap .cent-box {
  position: absolute;
  top: 50%;
  margin-top: -117px;
  text-align: center;
  width: 100%;
  left: 0;
  opacity: 0;
}
.recruit-home .main-wrap .cent-box .en-tit {
  font-size: 84px;
  color: #ddc597;
  line-height: 85px;
  text-transform: uppercase;
}
.recruit-home .main-wrap .cent-box .cn-tit {
  font-size: 36px;
  line-height: 60px;
  color: #ddc597;
  font-family: "宋体";
}
.recruit-home .main-wrap .en-tit, .recruit-home .main-wrap .cn-tit, .recruit-home .main-wrap .cent-link {
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
}
.recruit-home .main-wrap .cent-link {
  text-align: center;
  width: 100%;
  margin-top: 44px;
  opacity: 0;
}
.recruit-home .main-wrap .cent-link a {
  display: inline-block;
  width: 185px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #ebd5aa;
  color: #ebd5aa;
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.15);
  margin: 0 10px;
  -webkit-transition: all 0.5s ease 0s;
          transition: all 0.5s ease 0s;
}
.recruit-home .main-wrap .cent-link a:hover {
  background-color: #b6a579;
  border-color: #b6a579;
  color: #fff;
}
.recruit-home .main-wrap .bot-link {
  position: absolute;
  bottom: -22px;
  width: 68px;
  left: 50%;
  margin-left: -34px;
  opacity: 0;
}
.recruit-home .main-wrap .bot-link .tit {
  line-height: 30px;
  font-size: 14px;
  color: #ebd5aa;
  text-align: center;
}
.recruit-home .main-wrap .bot-link .ico-btn {
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #fff;
  margin: 8px auto 0;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 2px 2px 0 #ededed;
}
.recruit-home .main-wrap .bot-link .ico-btn i {
  display: inline-block;
  width: 13px;
  height: 8px;
  background: url("http://www.gowani.cn/static/web/css/../img/ico_31.png") no-repeat center;
  margin-top: 19px;
  position: relative;
  -webkit-animation: 1.5s linear 1.8s infinite icoDown;
          animation: 1.5s linear 1.8s infinite icoDown;
}

@-webkit-keyframes icoDown {
  0% {
    opacity: 0;
    top: -20%;
  }
  50% {
    opacity: 1;
    top: 10%;
  }
  100% {
    opacity: 0;
    top: 30%;
  }
}

@keyframes icoDown {
  0% {
    opacity: 0;
    top: -20%;
  }
  50% {
    opacity: 1;
    top: 10%;
  }
  100% {
    opacity: 0;
    top: 30%;
  }
}
.recruit-staff {
  padding-bottom: 50px;
}
.recruit-staff .main-wrap {
  padding-bottom: 80px;
  background-color: #fefaf1;
  padding-top: 66px;
}
.recruit-staff .main {
  position: relative;
  width: 81%;
  opacity: 0;
  margin: 0 auto;
}
.recruit-staff .main .box {
  float: left;
  width: 340px;
}
.recruit-staff .main .cont-box {
  display: block;
  background-color: #fff;
  border-bottom: 2px solid #b5a579;
}
.recruit-staff .main .img {
  display: block;
}
.recruit-staff .main .img img {
  width: 100%;
}
.recruit-staff .main .cont {
  width: 304px;
  padding: 25px 20px 20px 16px;
  display: block;
}
.recruit-staff .main span.titbox {
  display: block;
}
.recruit-staff .main span.titbox .tit {
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  display: block;
  width: 240px;
}
.recruit-staff .main span.titbox .tit a {
  color: #b6a579;
}
.recruit-staff .main span.titbox .date {
  color: #7f7f7f;
  font-family: "Arial";
  line-height: 20px;
  margin-top: 3px;
}
.recruit-staff .main .font {
  display: block;
  line-height: 20px;
  margin-top: 10px;
}
.recruit-staff .main .font a {
  color: #999;
  display: inline-block;
}
.recruit-staff .main .font a:hover {
  color: #b6a579;
}
.recruit-staff .main .line {
  display: block;
  width: 6px;
  height: 1px;
  background-color: #2b2b2b;
  margin-top: 19px;
}
.recruit-staff .main .more {
  display: inline-block;
  margin-top: 14px;
  color: #b5a579;
  line-height: 18px;
  font-style: italic;
  font-family: "Times New Roman";
}
.recruit-staff .main .more:hover {
  color: #b6a579;
}
.recruit-staff .return {
  display: inline-block;
  width: 37px;
  height: 37px;
  background: url("http://www.gowani.cn/static/web/css/../img/ico_34.png") no-repeat center;
  cursor: pointer;
  position: absolute;
  right: 1.3%;
  top: 26px;
}
.recruit-staff .main-wrap .r-more{
  background-color: #b5a579;
  color: #fff;
  display: block;
  font-family: "Times New Roman";
  font-size: 19px;
  height: 42px;
  line-height: 42px;
  margin: 20px auto 0;
  text-align: center;
  transition: background 0.4s ease 0s;
  width: 170px;
}

.recruit-list .main-wrap {
  padding-bottom: 48px;
}
.recruit-staff .titbox{
  text-align: center;
}
.recruit-staff .titbox .en-tit{
  font-size: 84px;
  line-height: 84px;
  color: #c9a55e;
  text-transform: uppercase;
}
.recruit-staff .titbox .cn-tit{
  line-height: 60px;
}
.recruit-list .main-wrap ul, .recruit-list .main-wrap .bd {
  width: 100%;
  height: 100%;
}
.recruit-list .main-wrap .bd {
  z-index: 1;
}
.recruit-list .main-wrap li {
  width: 19.8%;
  background-color: #f5f5f5;
  padding: 48px 0 110px;
  height: calc(100% - 158px);
}
.recruit-list .main-wrap .out-wrap {
  padding: 0 8.3%;
  height: 100%;
}
.recruit-list .main-wrap .top-tit {
  line-height: 64px;
  padding-bottom: 12px;
  width: 100%;
  border-bottom: 1px solid #dcdcdc;
}
.recruit-list .main-wrap .top-tit .tit {
  font-size: 28px;
  color: #333;
}
.recruit-list .main-wrap .top-tit .s-tt {
  font-size: 18px;
}
.recruit-list .main-wrap a.apply {
  display: block;
  width: 130px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background-color: #c2c2c2;
  color: #fff;
  font-size: 14px;

  margin-top: 32px;
}
.recruit-list .main-wrap li:hover {
  background-color: #b5a579;
}
.recruit-list .main-wrap li:hover a.apply {
  background-color: #fff;
  color: #b5a579;
}
.recruit-list .main-wrap li:hover .cont-box {
  color: #fff;
}
.recruit-list .main-wrap li:hover .top-tit {
  border-bottom: 1px solid #c2c2c2;
}
.recruit-list .main-wrap li:hover .top-tit .tit {
  color: #fff;
}
.recruit-list .main-wrap li:hover .top-tit .s-tt {
  color: #fff;
}
.recruit-list .main-wrap .cont-box {
  margin-top: 25px;
  line-height: 24px;
  padding-bottom: 24px;
  height: 68%;
  border-bottom: 1px solid #dcdcdc;
}
.recruit-list .main-wrap .cont-box b {
  font-size: 14px;
}
.recruit-list .main-wrap .scroll-cont {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.recruit-list .main-wrap .scroll-cont .content {
  width: 93%;
}
.recruit-list .main-wrap .scroll-cont .ps-scrollbar-y {
  background-color: #959595;
  width: 3px;
  right: -1px;
}
.recruit-list .main-wrap .scroll-cont .ps-scrollbar-y-rail {
  background-color: #e9e9e9;
  width: 1px;
}
.recruit-list .main-wrap .butn {
  display: block;
  width: 49px;
  height: 49px;
  position: absolute;
  top: 50%;
  margin-top: -40px;
  cursor: pointer;
  z-index: 2;
}
.recruit-list .main-wrap .prev {
  background: url("http://www.gowani.cn/static/web/css/../img/ico_32.png") no-repeat center;
  left: -24px;
}
.recruit-list .main-wrap .next {
  background: url("http://www.gowani.cn/static/web/css/../img/ico_33.png") no-repeat center;
  right: -24px;
}

.recruit-info .table{
  margin: 0 auto;
  padding-top: 84px;
  width: 88%;
  background-color: #fff;
  margin-top: 80px;
}
.recruit-info .table .box {
    border-bottom: 1px solid #f3f3f3;
    border-right: 1px solid #f3f3f3;
    float: left;
    padding-bottom: 30px;
    padding-top: 17px;
    width: 21.8%;
}
.recruit-info .table .box.double {
    width: 43.6%;
}
.recruit-info .table .box.double span {
    width: 13.3%;
}
.recruit-info .table .box.double input {
    border: 0 none;
}
.recruit-info .table .box.fourfold {
    width: 87.2%;
}
.recruit-info .table .box.fourfold span {
    width: 6.65%;
}
.recruit-info .table .box.fourfold textarea {
    border: 1px solid #e5e5e5;
    float: left;
    font-size: 14px;
    height: 166px;
    line-height: 22px;
    padding: 8px 1%;
    width: 83%;
}
.recruit-info .table .box.fourfold i {
    width: 0.8%;
}
.recruit-info .table .box.veri {
    border: 0 none;
}
.recruit-info .table .box.veri input {
    margin-right: 3%;
    width: 31.5%;
}
.recruit-info .table .veri-img {
    height: 30px;
    width: 80px;
}
.recruit-info .table .box.submit {
    border: 0 none;
}
.recruit-info .table .box.submit input {
    background: #76161b none repeat scroll 0 0;
    color: #fff;
    font-size: 14px;
    height: 42px;
    width: 131px;
}
.recruit-info .table .box.submit span {
    visibility: hidden;
}
.recruit-info .table .line {
    border-bottom: 1px solid #f3f3f3;
    clear: both;
}
.recruit-info .table span {
    float: left;
    font-size: 14px;
    line-height: 32px;
    text-align: right;
    width: 26.6%;
}
.recruit-info .table input {
    border: 1px solid #e5e5e5;
    float: left;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding-left: 2%;
    width: 61.5%;
}
.recruit-info .table i {
    color: #e83d46;
    float: left;
    line-height: 10px;
    text-align: right;
    width: 4.2%;
}
.recruit-info .table select {
    border: 1px solid #e5e5e5;
    float: left;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding-left: 2%;
    width: 63.5%;
}

/**********************联系我们*******************/
.contact-wrap .main-wrap {
  padding-bottom: 54px;
  margin-top: 30px;
}
.contact-wrap .main-wrap .col-lg-6 {
  height: 100%;
  overflow: hidden;
}
.contact-wrap .main-wrap .map-box {
  width: 99%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.contact-wrap .main-wrap .rol-right {
  background-color: #c6b082;
}
.contact-wrap .main-wrap .cont-wrap {
  width: 80.5%;
  padding: 5% 15% 0 4.5%;
  height: 95%;
}
.contact-wrap .main-wrap h4 {
  font-weight: normal;
  font-size: 26px;
  line-height: 46px;
  color: #fff;
}
.contact-wrap .main-wrap .s-tit {
  font-size: 13px;
  color: #e8e0d0;
  line-height: 29px;
}
.contact-wrap .main-wrap .form-wrap {
  margin-top: 26px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dbccac;
}
.contact-wrap .main-wrap .left-inp {
  width: 46%;
}
.contact-wrap .main-wrap .rowbox {
  margin-bottom: 22px;
}
.contact-wrap .main-wrap input.tex {
  background-color: #dcceae;
  font-size: 14px;
  color: #9b875f;
  height: 15px;
  padding: 11px 5% 10px;
  line-height: 14px;
  width: 90%;
  border: none;
}
.contact-wrap .main-wrap input.s-tex {
  width: 31%;
}
.contact-wrap .main-wrap .code-img {
  margin-left: 6px;
  cursor: pointer;
}
.contact-wrap .main-wrap .area-wrap {
  width: 48%;
}
.contact-wrap .main-wrap .area {
  background-color: #f3ebdb;
  font-size: 14px;
  color: #9b875f;
  width: 90%;
  padding: 8px 5%;
  height: 256px;
  border: none;
}
.contact-wrap .main-wrap .sub-btn {
  border: none;
  margin-top: 17px;
  width: 100%;
  height: 42px;
  line-height: 42px;
  text-align: center;
  color: #fff;
  background-color: #b09c73;
  font-size: 14px;
}
.contact-wrap .main-wrap .bot-cont {
  width: 100%;
  margin-top: 5%;
}
.contact-wrap .main-wrap .bot-cont ul {
  width: 100%;
}
.contact-wrap .main-wrap .bot-cont li {
  padding-right: 1.8%;
  border-right: 1px solid #d5c4a0;
  margin-right: 1.8%;
  margin-bottom: 15px;
}
.contact-wrap .main-wrap .bot-cont .ico {
  display: block;
  width: 50px;
  height: 50px;
  margin-top: 6px;
  margin-right: 10px;
}
.contact-wrap .main-wrap .bot-cont .ico1 {
  background: url("http://www.gowani.cn/static/web/css/../img/ico_35.png") no-repeat center;
}
.contact-wrap .main-wrap .bot-cont .ico2 {
  background: url("http://www.gowani.cn/static/web/css/../img/ico_36.png") no-repeat center;
}
.contact-wrap .main-wrap .bot-cont li:last-child {
  border-right: none;
}
.contact-wrap .main-wrap .bot-cont .f22 {
  font-size: 16px;
  color: #fff;
  line-height: 30px;
}
.contact-wrap .main-wrap .bot-cont .font {
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}
.contact-wrap .main-wrap .bot-cont .cont {
  padding-top: 4px;
}
.contact-wrap .main-wrap .wx-code {
  display: block;
  width: 76px;
  cursor: pointer;
  margin-left: 10px;
  color: #fff;
  text-align: center;
}
.contact-wrap .main-wrap .wx-code img {
  width: 100%;
}
.contact-wrap .main-wrap .m-box {
  display: none;
}
.contact-wrap .alert-code-box {
  width: 400px;
  display: none;
  height: 400px;
  position: fixed;
  left: 50%;
  margin-left: -200px;
  top: 50%;
  margin-top: -200px;
}
.contact-wrap .alert-code-box .close {
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 5px;
  background: url("http://www.gowani.cn/static/web/css/../img/ico_20.png") no-repeat center;
  width: 19px;
  height: 19px;
  cursor: pointer;
}

.contact-ban{
  position: relative;
}
.contact-ban .tit{
  position: absolute;
  text-align: center;
  font-size: 42px;
  height: 104px;
  color: #f2e6ce;
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -52px;
  opacity: 0;
  transform: translateY(20px);
}
.contact-ban .tit img{
  height: 100%;
}
.contact-ban img{
  opacity: 0;
}
.contact-wrap .main-wrap{
  opacity: 0;
  transform: translateY(20px);
}

.nav1{ cursor:pointer}
.right-close{ position:absolute; right:2%; top:-2%; cursor:pointer}
/*# sourceMappingURL=style.css.map */