/**********
	自定义工具函数
	用于将1200px设计稿的px高度转换为750px的rem高度
**********/
/********* 开始首页第一屏*********/
.head {
  position: absolute;
  left: 0px;
  top: 0px;
  background: url(../images/head-bg.png) no-repeat center top;
  height: 157px;
  width: 100%;
  z-index: 9;
}
.language {
  float: right;
  width: 550px;
  margin-top: 28px;
}
.top-enter {
  float: left;
  width: 380px;
  color: #fff;
  height: 23px;
  line-height: 23px;
  text-align:right;
}
.top-enter a {
  padding: 0 8px;
  color: #fff;
}
.search {
  float: right;
  width: 165px;
  height: 23px;
  line-height: 23px;
  background: #fff;
  border-radius: 12px;
}
.search-text {
  margin-left: 10px;
  width: 124px;
  height: 23px;
  line-height: 23px;
  float: left;
  outline: none;
  font-size: 12px;
}
.search-button {
  width: 23px;
  height: 23px;
  background: url(../images/search-ico.png) no-repeat center center;
  cursor: pointer;
  outline: none;
}
.nav {
  margin-top: 16px;
  float: left;
  width: 100%;
}
.nav > ul > li {
  width: 100px;
  float: left;
  height: 41px;
  line-height: 41px;
  text-align: center;
  position: relative;
}
.nav > ul > li > a {
  color: #fff;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  display: block;
  border-radius: 6px;
}
.nav > ul > li:hover > a,
.nav > ul > li.active > a {
  background: #961f23;
}
.nav > ul > li.mr {
  margin-right: 208px;
}
.subnav {
  position: absolute;
  left: 0px;
  top: 41px;
  display: none;
  background: url(../images/transparent.png) repeat;
  width: 100%;
  border-radius: 4px;
  line-height: 28px;
  padding: 10px 0;
}
.subnav li a {
  color: #fff;
  font-size: 14px;
}
.logo {
  position: absolute;
  left: 50%;
  top: 20px;
  width: 127px;
  height: 117px;
  margin-left: -63px;
}
.i-banner .bx-wrapper .bx-pager {
  position: absolute;
  bottom: 40px;
  z-index:51;
}
.i-banner .bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.i-banner .bx-wrapper .bx-pager.bx-default-pager a.active,
.i-banner .bx-wrapper .bx-pager.bx-default-pager a:focus,
.i-banner .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #f00;
}
/********* 结束首页第一屏*********/
/********* 开始首页第二屏*********/
.section02 {
  background: url(../images/section02bg.jpg) center top no-repeat;
  background-size: auto 100%;
}
.i-tbg {
  margin-top: 80px;
  height: 70px;
  text-align: center;
  background: url(../images/i-tbg.png) no-repeat center 40px;
}
.i-tbg em {
  display: block;
  color: #666666;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.i-tbg i {
  display: block;
  color: #c12c20;
  font-size: 24px;
  font-weight: bold;
}
.i-product {
  width: 100%;
  float: left;
  position: relative;
}
.i-product .brush {
  position: absolute;
  width: 361px;
  height: 303px;
  top: 200px;
  left: -361px;
}
.section02-left {
  margin-top: 20px;
  width: 467px;
  float: left;
  height: 490px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.section02-left a {
  position: relative;
  display: block;
}
.section02-left a > img {
  width: 467px;
  height: 490px;
  transition-duration: 1000ms;
  transition-timing-function: ease-out;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -webkit-transition-duration: 1000ms;
  -webkit-transition-timing-function: ease-out;
  -o-transition-duration: 1000ms;
  -o-transition-timing-function: ease-out;
  -o-transform: scale(1, 1);
  -moz-transition-duration: 1000ms;
  -moz-transition-timing-function: ease-out;
  -moz-transform: scale(1, 1);
  -ms-transition-duration: 1000ms;
  -ms-transition-timing-function: ease-out;
  -ms-transform: scale(1, 1);
}
.section02-left a > img:hover {
  transform: scale(1.2, 1.2);
  transition-duration: 1000ms;
  transition-timing-function: ease-out;
  -webkit-transform: scale(1.2, 1.2);
  -webkit-transition-duration: 1000ms;
  -webkit-transition-timing-function: ease-out;
  -o-transform: scale(1.2, 1.2);
  -o-transition-duration: 1000ms;
  -o-transition-timing-function: ease-out;
  -moz-transform: scale(1.2, 1.2);
  -moz-transition-duration: 1000ms;
  -moz-transition-timing-function: ease-out;
  -ms-transform: scale(1.2, 1.2);
  -ms-transition-duration: 1000ms;
  -ms-transition-timing-function: ease-out;
}
.section02-left a > span {
  width: 100%;
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #fff;
  background: url(../images/transparent.png) repeat;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0px;
  transition: background 1s;
  -moz-transition: background 1s;
  -webkit-transition: background 1s;
  -o-transition: background 1s;
}
.section02-left a:hover > span {
  background: rgba(122, 1, 4, 0.5);
}
.section02-list {
  float: left;
  width: 732px;
  position: relative;
  z-index: 2;
}
.section02-list li {
  float: left;
  width: 224px;
  margin: 20px 0 0 20px;
  height: 235px;
  overflow: hidden;
}
.section02-list li a {
  position: relative;
  display: block;
}
.section02-list li a img {
  width: 224px;
  height: 235px;
  transition-duration: 1000ms;
  transition-timing-function: ease-out;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -webkit-transition-duration: 1000ms;
  -webkit-transition-timing-function: ease-out;
  -o-transition-duration: 1000ms;
  -o-transition-timing-function: ease-out;
  -o-transform: scale(1, 1);
  -moz-transition-duration: 1000ms;
  -moz-transition-timing-function: ease-out;
  -moz-transform: scale(1, 1);
  -ms-transition-duration: 1000ms;
  -ms-transition-timing-function: ease-out;
  -ms-transform: scale(1, 1);
}
.section02-list li a img:hover {
  transform: scale(1.2, 1.2);
  transition-duration: 1000ms;
  transition-timing-function: ease-out;
  -webkit-transform: scale(1.2, 1.2);
  -webkit-transition-duration: 1000ms;
  -webkit-transition-timing-function: ease-out;
  -o-transform: scale(1.2, 1.2);
  -o-transition-duration: 1000ms;
  -o-transition-timing-function: ease-out;
  -moz-transform: scale(1.2, 1.2);
  -moz-transition-duration: 1000ms;
  -moz-transition-timing-function: ease-out;
  -ms-transform: scale(1.2, 1.2);
  -ms-transition-duration: 1000ms;
  -ms-transition-timing-function: ease-out;
}
.section02-list li a span {
  width: 100%;
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #fff;
  background: url(../images/transparent.png) repeat;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0px;
  transition: background 1s;
  -moz-transition: background 1s;
  -webkit-transition: background 1s;
  -o-transition: background 1s;
}
.section02-list li a:hover > span {
  background: rgba(122, 1, 4, 0.5);
}
/********* 结束首页第二屏*********/
/********* 开始首页第三屏*********/
.section03 {
  background: url(../images/section03bg.jpg) center top no-repeat;
  background-size: auto 100%;
}
.section03-left {
  margin-top: 20px;
  width: 378px;
  position: relative;
  z-index: 2;
  float: left;
}
.section03-left dl {
  width: 100%;
  float: left;
  margin-top: 1px;
  position: relative;
}
.section03-left dl dt {
  width: 100%;
  float: left;
}
.section03-left dl dt a {
  display: block;
}
.section03-left dl dt a img {
  width: 100%;
  height: 245px;
}
.section03-left dl dd {
  transition: background 1s;
  -moz-transition: background 1s;
  -webkit-transition: background 1s;
  -o-transition: background 1s;
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
}
.section03-left dl dd a {
  display: block;
  text-align: center;
}
.section03-left dl dd a span {
  display: block;
  margin-top: 85px;
  color: #fff;
  line-height: 30px;
  height: 40px;
  display: none;
}
.section03-left dl dd a img {
  width: 32px;
  display: none;
  height: 32px;
  margin: 0 auto;
}
.section03-left dl:hover dd,
.section03-left dl.active dd {
  background: url(../images/transparentf00.png) repeat;
  background: rgba(122, 1, 4, 0.5);
}
.section03-left dl:hover dd span,
.section03-left dl.active dd span,
.section03-left dl:hover dd img,
.section03-left dl.active dd img {
  display: block;
}
.section03-md {
  width: 467px;
  float: left;
  margin: 21px 0 0 1px;
}
.section03-md li {
  height: 490px;
}
.section03-md li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.section03-md li a span {
  width: 96%;
  padding-left: 4%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 44px;
  line-height: 44px;
  background: url(../images/transparent.png) repeat;
  color: #fff;
}
.section03-md .bx-wrapper .bx-controls-auto,
.bx-wrapper .bx-pager {
  bottom: 12px;
  width: 99%;
}
.section03-md .bx-wrapper .bx-controls-auto,
.section03-md .bx-wrapper .bx-pager {
  text-align: right;
  padding-top: 0px;
  padding-right: 20px;
}
.section03-md .bx-wrapper .bx-pager-item {
  font-size: 12px;
  line-height: 20px;
}
.section03-md .bx-wrapper .bx-pager.bx-default-pager a {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 0;
  text-indent: 0;
  background: #fff;
  color: #666666;
  margin: 0 2px;
}
.section03-md .bx-wrapper .bx-pager.bx-default-pager a.active,
.section03-md .bx-wrapper .bx-pager.bx-default-pager a:focus,
.section03-md .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #7a0104;
  color: #fff;
}
.section03-right {
  float: left;
  width: 351px;
  margin-top: 20px;
  margin-left: 1px;
}
.section03-right dl {
  width: 100%;
  height: 163px;
  position: relative;
  float: left;
}
.section03-right dl dt a {
  display: block;
}
.section03-right dl dt a img {
  width: 351px;
  height: 163px;
}
.section03-right dl dd {
  transition: background 1s;
  -moz-transition: background 1s;
  -webkit-transition: background 1s;
  -o-transition: background 1s;
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
}
.section03-right dl dd a {
  display: block;
  text-align: center;
}
.section03-right dl dd a span {
  display: block;
  margin-top: 50px;
  color: #fff;
  line-height: 30px;
  height: 40px;
  display: none;
}
.section03-right dl dd a img {
  width: 32px;
  display: none;
  height: 32px;
  margin: 0 auto;
}
.section03-right dl:hover dd,
.section03-right dl.active dd {
  background: url(../images/transparentf00.png) repeat;
  background: rgba(122, 1, 4, 0.5);
}
.section03-right dl:hover dd span,
.section03-right dl.active dd span,
.section03-right dl:hover dd img,
.section03-right dl.active dd img {
  display: block;
}
/********* 结束首页第三屏*********/
/********* 开始首页第四屏*********/
.section04 {
  background: url(../images/section04bg.jpg) center top no-repeat;
  background-size: auto 100%;
}
.section04-list {
  margin-top: 30px;
  position: relative;
  z-index: 2;
}
.section04-list li {
  float: left;
  width: 244px;
  margin-left: 1px;
  overflow: hidden;
  height: 490px;
  position: relative;
  transition: width 1s;
  -moz-transition: width 1s;
  -webkit-transition: width 1s;
  -o-transition: width 1s;
}
.section04-list li a {
  position: relative;
  display: block;
}
.section04-list li a img {
  width: 464px;
  height: 490px;
}
.section04-list li a span {
  width: 100%;
  left: 0px;
  bottom: 0;
  background: url(../images/transparent.png) repeat;
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #fff;
  transition: background 1s;
  -moz-transition: background 1s;
  -webkit-transition: background 1s;
  -o-transition: background 1s;
  position: absolute;
}
.section04-list li.active {
  width: 464px;
}
.section04-list li.active a span {
  background: url(../images/transparentf00.png) repeat;
  background: rgba(122, 1, 4, 0.5);
}
.book {
  position: absolute;
  left: -344px;
  top: 212px;
}
/********* 结束首页第四屏*********/
/********* 开始首页第五屏*********/
.section05 {
  background: url(../images/section05bg.jpg) center top no-repeat;
  background-size: auto 100%;
}
.section05-list {
  width: 1280px;
  float: left;
  position: relative;
  z-index: 2;
}
.section05-list dl {
  float: left;
  width: 560px;
  margin-top: 40px;
  height: 225px;
  overflow: hidden;
  background: #fff;
  margin-right: 80px;
}
.section05-list dl dt {
  float: left;
  width: 300px;
  height: 225px;
}
.section05-list dl dt a {
  width: 280px;
  height: 225px;
  display: block;
}
.section05-list dl dt a img {
  width: 280px;
  height: 225px;
}
.section05-list dl dd {
  float: left;
  width: 235px;
}
.section05-list dl dd.t1 {
  line-height: 50px;
}
.section05-list dl dd.t1 a {
  color: #666666;
  font-size: 14px;
  font-weight: bold;
}
.section05-list dl dd.t2 {
  line-height: 25px;
}
.section05-list dl dd.t3 {
  margin-top: 10px;
}
.section05-list dl dd.t3 a {
  color: #666666;
  padding-left: 25px;
  font-size: 14px;
  display: block;
  box-sizing: border-box;
  background: url(../images/more.png) left center no-repeat;
}
.section05-list dl dd.t3 a:hover {
  color: #7a0104;
}
/********* 结束首页第五屏*********/
/********* 结束首页第六屏*********/
.section06 {
  background: url(../images/section06bg.jpg) center top no-repeat;
  background-size: auto 100%;
}
.section06-left {
  position: relative;
  z-index: 2;
  margin-top: 20px;
  width: 148px;
  height: 449px;
  float: left;
  padding-top: 42px;
}
.section06-left .bx-wrapper .bx-prev {
  background: url(../images/up.jpg) no-repeat;
  left: 0;
}
.section06-left .bx-wrapper .bx-next {
  background: url(../images/down.jpg) no-repeat;
  right: 0;
}
.section06-left .bx-wrapper .bx-controls-direction a {
  top: -45px;
  width: 149px;
  height: 40px;
  margin-top: 0px;
}
.section06-left .bx-wrapper .bx-controls-direction a.bx-next {
  top: auto;
  bottom: -45px;
  width: 149px;
  height: 40px;
  margin-top: 0px;
}
.section06-left .bx-wrapper img {
  width: 148px;
  height: 96px;
}
.section06-md {
  float: left;
  margin: 17px 0 0 4px;
  position: relative;
}
.section06-md img {
  width: 757px;
  height: 490px;
}
.section06-md span {
  position: absolute;
  left: 0px;
  width: 98%;
  bottom: 0;
  height: 48px;
  line-height: 48px;
  background: url(../images/transparent.png) repeat;
  color: #fff;
  font-size: 14px;
  padding-left: 2%;
}
.section06-right {
  width: 287px;
  float: right;
  margin-top: 17px;
}
.section06-right dl {
  width: 100%;
  height: 160px;
  position: relative;
  float: left;
  margin-bottom: 5px;
}
.section06-right dl dt {
  width: 100%;
  float: left;
}
.section06-right dl dt a {
  display: block;
}
.section06-right dl dt a img {
  width: 100%;
  height: 160px;
}
.section06-right dl dd {
  transition: background 1s;
  -moz-transition: background 1s;
  -webkit-transition: background 1s;
  -o-transition: background 1s;
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
}
.section06-right dl dd a {
  display: block;
  text-align: center;
}
.section06-right dl dd a span {
  display: block;
  margin-top: 40px;
  color: #fff;
  line-height: 30px;
  height: 40px;
  display: none;
}
.section06-right dl dd a img {
  width: 32px;
  display: none;
  height: 32px;
  margin: 0 auto;
}
.section06-right dl:hover dd,
.section06-right dl.active dd {
  background: url(../images/transparentf00.png) repeat;
  background: rgba(122, 1, 4, 0.5);
}
.section06-right dl:hover dd span,
.section06-right dl.active dd span,
.section06-right dl:hover dd img,
.section06-right dl.active dd img {
  display: block;
}
.lotus {
  position: absolute;
  top: 290px;
  left: -378px;
  width: 399px;
  height: 377px;
  background: url(../images/lotus.png) no-repeat;
}
/********* 结束首页第六屏*********/
/********* 开始首页第七屏*********/
.section07 {
  background: url(../images/section07bg.jpg) center top no-repeat;
  background-size: auto 100%;
}
.section07-list {
  margin-top: 20px;
}
.section07-list dl {
  float: left;
  width: 25%;
  height: 443px;
  position: relative;
}
.section07-list dl dt {
  width: 100%;
}
.section07-list dl dt a {
  display: block;
}
.section07-list dl dt a img {
  width: 300px;
  height: 443px;
}
.section07-list dl dd {
  position: absolute;
  background: #cacaca;
  overflow: hidden;
  height: 45px;
  width: 100%;
  left: 0;
  bottom: -45px;
}
.section07-list dl dd a {
  display: block;
  position: relative;
  height: 130;
  width: 100%;
}
.section07-list dl dd a span {
  color: #727272;
  font-size: 14px;
  font-weight: bold;
  display: block;
  text-align: center;
  line-height: 45px;
}
.section07-list dl dd a em {
  color: #fff;
  line-height: 24px;
  display: block;
  padding: 0 12px;
}
.section07-list dl dd a i {
  width: 30px;
  height: 1px;
  background: #fff;
  margin-left: -15px;
  position: absolute;
  left: 50%;
  bottom: 20px;
  display: block;
}
.section07-list dl:hover dd,
.section07-list dl.active dd {
  background: #7a0104;
}
.section07-list dl:hover dd a span,
.section07-list dl.active dd a span {
  color: #fff;
}
/********* 结束首页第七屏*********/
/********* 开始首页第八屏*********/
.section08 {
  background: url(../images/section08bg.jpg) center top no-repeat;
  background-size: auto 100%;
}
.section08-left {
  width: 540px;
  height: 505px;
  float: left;
  margin-top: 20px;
}
.section08-right {
  width: 640px;
  float: right;
  margin-top: 20px;
}
.section08-right dl {
  float: left;
  width: 640px;
  margin-bottom: 20px;
  height: 155px;
  overflow: hidden;
  background: #f1f1f1;
}
.section08-right dl dt {
  float: left;
  width: 340px;
  height: 155px;
}
.section08-right dl dt a {
  width: 320px;
  height: 100%;
  display: block;
}
.section08-right dl dt a img {
  width: 320px;
  height: 100%;
}
.section08-right dl dd {
  float: left;
  width: 280px;
  padding-right: 20px;
}
.section08-right dl dd.t1 {
  line-height: 50px;
}
.section08-right dl dd.t1 a {
  color: #666666;
  font-size: 14px;
  font-weight: bold;
}
.section08-right dl dd.t2 {
  line-height: 25px;
}
.section08-right dl dd.t3 {
  margin-top: 10px;
}
.section08-right dl dd.t3 a {
  color: #666666;
  padding-left: 25px;
  font-size: 14px;
  display: block;
  box-sizing: border-box;
  background: url(../images/more.png) left center no-repeat;
}
.section08-right dl dd.t3 a:hover {
  color: #7a0104;
}
/********* 结束首页第八屏*********/
/********* 开始首页第九屏*********/
.section09 {
  background: url(../images/section09bg.jpg) center top no-repeat;
  position: relative;
  background-size: 100% 100%;
}
.bottom {
  height: 562px;
  position: relative;
}
.bottom-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.menu {
  width: 12.5%;
  float: left;
  text-align: center;
}
.menu dt {
  font-size: 14px;
  color: #555555;
  font-weight: bold;
  height: 30px;
}
.menu dt span {
  border-bottom: #d9d9d9 solid 1px;
  padding-bottom: 2px;
  display: inline-block;
}
.menu dd {
  line-height: 20px;
}
.menu dd a {
  color: #666666;
}
.menu dd a:hover {
  color: #7a0104;
}
.copyright {
  border-top: #e5e5e5 solid 1px;
  margin-top: 20px;
  width: 100%;
  height: 60px;
  line-height: 60px;
}
.copyright .mauto > .fl {
  color: #666666;
  font-size: 14px;
}
.copyright .mauto > .fl a {
  display: inline-block;
  padding: 0 10px;
}
.copyright .mauto > .fr {
  width: 190px;
}
.copyright .mauto > .fr > .bdsharebuttonbox > a {
  margin-top: 22px;
}
/********* 结束首页第九屏*********/
/********* 开始首页右侧图标导航*********/
#fp-nav ul li,
.fp-slidesNav ul li {
  width: 53px;
  height: 50px;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
  background: url(../images/nav-btn.png) no-repeat;
  display: block;
}
#fp-nav ul li a:hover,
.fp-slidesNav ul li a:hover,
#fp-nav ul li a.active,
.fp-slidesNav ul li a.active {
  background: url(../images/nav-btn-hover.png) no-repeat;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  display: none;
}
#fp-nav ul li.t8,
.fp-slidesNav ul li.t8 {
  display: none;
}
#fp-nav ul li.t1 a,
.fp-slidesNav ul li.t1 a {
  background-position: 0 -59px;
}
#fp-nav ul li.t2 a,
.fp-slidesNav ul li.t2 a {
  background-position: 0 -117px;
}
#fp-nav ul li.t3 a,
.fp-slidesNav ul li.t3 a {
  background-position: 0 -179px;
}
#fp-nav ul li.t4 a,
.fp-slidesNav ul li.t4 a {
  background-position: 0 -239px;
}
#fp-nav ul li.t5 a,
.fp-slidesNav ul li.t5 a {
  background-position: 0 -301px;
}
#fp-nav ul li.t6 a,
.fp-slidesNav ul li.t6 a {
  background-position: 0 -361px;
}
#fp-nav ul li.t7 a,
.fp-slidesNav ul li.t7 a {
  background-position: 0 -422px;
}
#fp-nav ul li .fp-tooltip {
  color: #7a0104;
  opacity: 0;
  text-align: right;
  top: 14px;
  width: 100px;
}
#fp-nav ul li:hover .fp-tooltip {
  opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
  right: 62px;
}
/********* 结束首页右侧图标导航*********/
.code {
  position: absolute;
  left: 50%;
  bottom: 32px;
  margin-left: -56px;
  padding: 5px;
  border: #eee solid 1px;
  background: #fff;
  border-radius: 6px;
  display: none;
}
.go-top {
  position: fixed;
  z-index: 999;
  right: 24px;
  bottom: 40px;
}
.go-top a {
  display: block;
  width: 48px;
  height: 48px;
  background: url(../images/go-top.png) no-repeat;
}
.gotop {
  position: fixed;
  z-index: 999;
  right: 24px;
  bottom: 40px;
}
.gotop a.a1 {
  display: block;
  width: 48px;
  height: 48px;
  background: url(../images/go-top.png) no-repeat;
}
.gotop a.a2 {
  display: block;
  margin-top: 10px;
  width: 48px;
  height: 48px;
  background: url(../images/go-index.png) no-repeat;
}
