@charset "UTF-8";
/*-----default model-----*/
body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dd, figure, menu, input, textarea, button, select, th, td, figcaption {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, b, strong {
  font-size: 100%;
  font-weight: normal;
}

li {
  list-style: none;
}

em, i {
  font-style: normal;
}

img {
  border: none;
}

input, textarea, button, select {
  outline: 0 none;
}

table {
  border-collapse: collapse;
  margin: 0 auto;
  width: 100%;
  color: #333;
  text-align: center;
}

textarea {
  resize: vertical;
}

a {
  text-decoration: none;
  outline: 0 none;
  color: inherit
}

.clearfix:before, .clearfix:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0
}

.clearfix {
  zoom: 1;
  width: 100%;
  clear: both;
}

body {
  width: 100%;
  height: 100%;
  font-size: 12px;
  min-width: 1200px !important;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  color: #444;
  background: #fcfcfc;
}

#footer_bx {
  clear: both;
}

.m-show, .m-ib {
  display: none !important;
}

.qgfx_box {
  margin-top: 10px;
  margin-bottom: 20px !important;
}

a[title="站长统计"] {
  display: none;
}

@media only screen and (min-width: 800px) {
  .pc-hide {
    display: none !important;
  }
}

.wrap {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  font-size: 0;
  text-align: center;
}

.left {
  float: left;
}

.right {
  float: right;
}

/* body{
	cursor: url(https://files.cnblogs.com/files/monster-jian/cursor.ico),auto;
} */
/* 输入框填充背景 */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}

/* 输入框填充透明 */
/* input:-internal-autofill-previewed,
input:-internal-autofill-selected {
  -webkit-text-fill-color: #fff;
  transition: background-color 5000s ease-out 0.5s;
} */


/*banner */
.banner-box {
  position: relative;
  height: 580px;
  background: url(../images/banner.jpg) no-repeat center top;
  overflow: hidden;
  width: 100%;
  text-align: center;
}

.banner-box .wrap {
  height: auto;
}

.banner-box .logo {
  width: auto;
  position: absolute;
  left: 0;
  top: .2rem;
  cursor: pointer;
  display: block;
}

.banner-box .logo img {
  width: 100%;
  max-width: 1.26rem;
}

.sections {
  width: 100%;
  clear: both;
  float: left;
}

.secTit {
  width: 100%;
  clear: both;
  float: left;
  background: url(../images/title-img01.png) no-repeat center top;
  background-size: auto .42rem;
}

.secTit.type02 {
  background: url(../images/title-img02.png) no-repeat center top;
  background-size: auto .42rem;
}

.secTit h2 {
  font-size: .54rem;
  line-height: .8rem;
  font-weight: bold;
  margin-top: .16rem;
}

.secTit.type01 h2 {
  background: linear-gradient(#9e6737, #67411f);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent;
}

.secTit.type02 h2 {
  background: linear-gradient(#fff2e5, #f9cea4);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent;
}

.secTit h2::before, .secTit h2::after {
  content: '';
  width: 87px;
  height: 80px;
  display: inline-block;
  vertical-align: top;
}

.secTit h2::before {
  background: url(../images/title-icon01.png) no-repeat center;
  background-size: 100%;
  margin-right: 18px;
}

.secTit.type02 h2::before {
  background: url(../images/title-icon03.png) no-repeat center;
  background-size: 100%;
}

.secTit h2::after {
  background: url(../images/title-icon02.png) no-repeat center left;
  background-size: 100%;
  margin-left: 18px;
}

.secTit.type02 h2::after {
  background: url(../images/title-icon04.png) no-repeat center left;
  background-size: 100%;
}

.linearTxt02 {
  background: linear-gradient(#ffecd6, #e6b386);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent;
}

/*section1*/
.sec01 {
  height: auto;
  background: #fdfdfd url(../images/s1-bg.jpg) no-repeat center bottom;
}

.s1-title {
  margin-top: .52rem;
}

.s1-main {
  width: 100%;
  clear: both;
  float: left;
  margin-top: 54px;
  background: url(../images/s1-img01.png) no-repeat center top;
  background-size: 317px;
}

.s1-main .item {
  width: 320px;
  display: inline-block;
  margin-bottom: 30px;
}

.s1-main .item.left {
  margin-left: 70px;
}

.s1-main .item.right {
  margin-left: 60px;
}

.s1-main .item font {
  float: left;
  width: auto;
  height: 45px;
  background: #a57850;
  background: -webkit-linear-gradient(left, #a57850, #cea17a);
  background: -o-linear-gradient(right, #a57850, #cea17a);
  background: -moz-linear-gradient(right, #a57850, #cea17a);
  background: linear-gradient(to right, #a57850, #cea17a);
  border-radius: 30px 30px 30px 0;
  font-size: 28px;
  line-height: 45px;
  font-weight: bold;
  color: #fff;
  padding: 0 29px;
}

.s1-main .item p {
  font-size: 18px;
  line-height: 32px;
  color: #333;
  text-align: left;
  width: 100%;
  float: left;
  margin-top: 14px;
}

.s1-main .item4 p {
  letter-spacing: -1px;
  width: 102%;
}

.s1-form {
  width: 100%;
  clear: both;
  float: left;
  margin-top: -10px;
  background: #ffebd4;
  background: -webkit-linear-gradient(#ffebd4, #fefefe); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#ffebd4, #fefefe); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#ffebd4, #fefefe); /* Firefox 3.6 - 15 */
  background: linear-gradient(#ffebd4, #fefefe); /* 标准的语法 */
  border-radius: 21px;
  border: solid 2px #edc39c;
  box-sizing: border-box;
}

.s1-form ul {
  width: 100%;
  clear: both;
  float: left;
  margin-top: 38px;
}

.s1-form ul li {
  width: 339px;
  height: 61px;
  display: inline-block;
  margin: 0 13px 20px;
  border: solid 1px #a77a52;
  background-color: #fff;
}

.s1-form ul li input {
  width: 300px;
  height: 61px;
  padding-left: 20px;
  padding-right: 10px;
  border: 0;
  font-size: 18px;
  line-height: 72px;
}

.xieyi {
  font-size: 18px;
  line-height: 38px;
  color: #333;
  clear: both;
}

.xieyi input[type=checkbox] {
  vertical-align: middle;
  width: 18px;
  height: 18px;
  overflow: hidden;
}

.s1-formBtn {
  width: 100%;
  clear: both;
  float: left;
  margin: 21px auto 34px;
}

.s1-formBtn a {
  width: 337px;
  height: 66px;
  display: inline-block;
  margin: auto;
  font-size: 24px;
  line-height: 66px;
  color: #fff;
  font-weight: bold;
  background: #fc5644;
  background: -webkit-linear-gradient(left, #fc5644, #e94442);
  background: -o-linear-gradient(right, #fc5644, #e94442);
  background: -moz-linear-gradient(right, #fc5644, #e94442);
  background: linear-gradient(to right, #fc5644, #e94442);
  border-radius: 0.5rem;
  box-shadow: 0 0.09rem 0.24rem rgba(241, 76, 67, .3);
}

/* section02 */
.sec02 {
  background: url(../images/s2-bg.jpg) no-repeat center top;
}

.s2-title {
  margin-top: 51px;
}

.s2-main {
  width: 100%;
  clear: both;
  float: left;
  height: 606px;
  background: #a57850;
  background: -webkit-linear-gradient(#a57850, #e3b58c); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#a57850, #e3b58c); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#a57850, #e3b58c); /* Firefox 3.6 - 15 */
  background: linear-gradient(#a57850, #e3b58c); /* 标准的语法 */
  position: relative;
  border-radius: 30px;
}

.s2-main .left {
  width: 572px;
  height: 560px;
  display: block;
  float: left;
  background-color: #fff;
  border-radius: 19px;
  margin-top: 23px;
  margin-left: 21px;
}

.s2-main .left ul {
  float: left;
  margin-left: 37px;
  margin-top: 63px;
}

.s2-main .left ul li {
  clear: both;
  float: left;
  margin-bottom: 9px;
}

.s2-main .left ul li i {
  width: 23px;
  height: 23px;
  display: block;
  float: left;
  margin-top: 10px;
  font-size: 20px;
  line-height: 23px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  background: #a57850;
  background: -webkit-linear-gradient(#a57850, #e3b58c); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#a57850, #e3b58c); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#a57850, #e3b58c); /* Firefox 3.6 - 15 */
  background: linear-gradient(#a57850, #e3b58c); /* 标准的语法 */
  border-radius: 3px;
}

.s2-main .left ul li span {
  width: 435px;
  float: left;
  margin-left: 18px;
  text-align: left;
  font-size: 25px;
  font-weight: bold;
  line-height: 44px;
  border-bottom: dashed 2px #e2e2e2;
  padding-bottom: 9px;
  letter-spacing: -1px;
}

.s2-main .left ul li span:hover {
  color: #a57850;
}

.s2-main .left ul li:last-child span {
  border-bottom: 0;
}

.s2-main .right {
  width: 572px;
  height: 560px;
  display: block;
  float: right;
  background-color: #fff;
  border-radius: 19px;
  margin-top: 23px;
  margin-right: 21px;
}

.s2-main::after {
  content: '';
  width: 74px;
  height: 496px;
  display: block;
  background: url(../images/s2-img01.png) no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 54px;
  left: 563px;
}

.s2-main .right font {
  width: 100%;
  float: left;
  margin: 41px auto 12px;
  font-size: 32px;
  font-weight: bold;
  line-height: 52px;
}

.s2-main .right font span {
  color: #a57850;
}

.s2-main .right ul {
  width: 4.78rem;
  float: left;
  margin-left: 55px;
}

.s2-main .right ul li {
  width: 85px;
  height: 39px;
  display: block;
  float: left;
  margin-right: 13px;
  margin-bottom: 20px;
  border: solid 1px #555555;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
  font-size: 20px;
  line-height: 39px;
  text-align: center;
  cursor: pointer;
}

.s2-main .right ul li:nth-child(5n) {
  margin-right: 0;
}

.s2-main .right ul li.cur, .s2-main .right ul li:hover {
  border: 0;
  color: #fff;
  background: #a57850;
  background: -webkit-linear-gradient(180deg, #e3b58c, #a57850); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(180deg, #e3b58c, #a57850); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(180deg, #e3b58c, #a57850); /* Firefox 3.6 - 15 */
  background: linear-gradient(180deg, #e3b58c, #a57850); /* 标准的语法 */
}

.s2-form {
  width: 100%;
  clear: both;
  float: left;
  margin-top: 30px;
  margin-bottom: .76rem;
}

.s2-form ul {
  width: 100%;
  clear: both;
  float: left;
}

.s2-form ul li {
  width: 341px;
  height: 68px;
  display: inline-block;
  margin: 0 13px 10px;
  border: solid 1px #a77a52;
  background-color: #fff;
}

.s2-form ul li input {
  width: 300px;
  height: 68px;
  padding-left: 20px;
  padding-right: 10px;
  border: 0;
  font-size: 18px;
  line-height: 72px;
}

.s2-formBtn {
  width: 100%;
  clear: both;
  float: left;
  margin-top: 15px;
}

.s2-formBtn a {
  width: 337px;
  height: 66px;
  display: inline-block;
  margin: auto 15px;
  font-size: 24px;
  line-height: 66px;
  color: #fff;
  font-weight: bold;
  background: #fc5644;
  background: -webkit-linear-gradient(left, #fc5644, #e94442);
  background: -o-linear-gradient(right, #fc5644, #e94442);
  background: -moz-linear-gradient(right, #fc5644, #e94442);
  background: linear-gradient(to right, #fc5644, #e94442);
  border-radius: 0.5rem;
  box-shadow: 0 0.09rem 0.24rem rgba(241, 76, 67, .3);
}

/* section03 */
.sec03 {
  height: 876px;
  background: url(../images/s3-bg.jpg) no-repeat center
}

.s3-title {
  margin-top: 42px;
}

.s3-main {
  width: 100%;
  clear: both;
  float: left;
  height: 600px;
  display: block;
  margin-top: 50px;
  background: url(../images/s3-img01.png) no-repeat center;
  background-size: auto 340px;
  position: relative;
}

.s3-main .txt {
  position: absolute;
  top: 42%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.s3-main .txt img {
  width: 214px;
  display: inline-block;
  animation: fudong 1.2s infinite alternate linear
}

.s3-main .item {
  position: absolute;
  display: block;
}

.s3-main .item1 {
  left: 568px;
  top: 76px;
}

.s3-main .item2 {
  right: 156px;
  top: 130px;
}

.s3-main .item3 {
  right: 194px;
  bottom: 140px;
}

.s3-main .item4 {
  left: 480px;
  bottom: 95px;
}

.s3-main .item5 {
  left: 115px;
  bottom: 167px;
}

.s3-main .item6 {
  left: 190px;
  top: 125px;
}

.s3-main .item font {
  width: 94px;
  height: 94px;
  display: block;
  font-size: 45px;
  font-weight: bold;
  line-height: 94px;
  color: #333;
  background: #e6b386;
  background: -webkit-linear-gradient(#e6b386, #ffecd6); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#e6b386, #ffecd6); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#e6b386, #ffecd6); /* Firefox 3.6 - 15 */
  background: linear-gradient(#e6b386, #ffecd6); /* 标准的语法 */
  border-radius: 50%;
  position: relative
}

.s3-main .item font.cur {
  background: #fad4b1;
  background: -webkit-linear-gradient(#fff5e8, #ffd49e); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#fff5e8, #ffd49e); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#fff5e8, #ffd49e); /* Firefox 3.6 - 15 */
  background: linear-gradient(#fff5e8, #ffd49e); /* 标准的语法 */
  color: #2678b9;
}

.s3-main .item font i {
  position: absolute;
  top: -5px;
  right: 5px;
  width: 24px;
  height: 24px;
  display: block;
  background: #9b6a3f;
  border-radius: 24px 24px 24px 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  text-align: center;
  color: #fff;

}

.s3-main .item p {
  width: 180px;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  position: absolute;
  color: #fff;
}

.s3-main .item p span {
  font-weight: bold;
}

.s3-main .item1 p {
  top: -76px;
  left: 0;
}

.s3-main .item2 p {
  top: -54px;
  left: 78px;
}

.s3-main .item3 p {
  top: 80px;
  left: 100px;
}

.s3-main .item4 p {
  top: 110px;
  left: 36px;
}

.s3-main .item5 p {
  top: 100px;
  left: -110px;
}

.s3-main .item6 p {
  top: -40px;
  left: -180px;
}

@keyframes fudong {
  0% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

/* section04 */
.sec04 {
  height: 836px;
  background: url(../images/s4-bg.jpg) no-repeat center top;
  background-size: auto 100%;
}

.s4-title {
  margin-top: 43px;
}

.s4-main {
  width: 100%;
  clear: both;
  float: left;
  margin: .44rem auto 77px;
}

.s4-main .item {
  float: left;
  width: 277px;
  height: 438px;
  display: block;
  margin-right: 29px;
  position: relative;
}

.s4-main .item4 {
  margin-right: 0;
}

.s4-main .item .flip-box {
  width: 100%;
  height: 438px;
  background-color: #fff;
  box-shadow: 0 .09rem .24rem rgba(193, 193, 193, .3);
  position: absolute;
  top: 0;
  left: 0;
}

.s4-main .item .flip-box.linear {
  background: #a57850;
  background: -webkit-linear-gradient(left, #e3b58c, #a57850); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #e3b58c, #a57850); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #e3b58c, #a57850); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #e3b58c, #a57850); /* 标准的语法 */
}

.s4-main .item .flip-box > font {
  width: 220px;
  height: 62px;
  display: block;
  float: left;
  margin: 36px 28px 15px;
  font-size: 28px;
  line-height: 62px;
  color: #fff;
  background: #a57850;
  background: -webkit-linear-gradient(left, #e3b58c, #a57850); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #e3b58c, #a57850); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #e3b58c, #a57850); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #e3b58c, #a57850); /* 标准的语法 */
}

.s4-main .item .flip-box > p {
  font-size: 20px;
  line-height: 32px;
  font-weight: bold;
  width: 100%;
  clear: both;
  float: left;
  min-height: 96px;
  margin-bottom: 18px;
}

.s4-main .item2 .flip-box > p, .s4-main .item3 .flip-box > p {
  /*line-height: 64px;*/
}

.s4-main .item .flip-box img {
  animation: fudong .8s infinite alternate linear;
}

.s4-main .item .flip-box.linear h3 {
  width: 173px;
  height: 52px;
  display: block;
  float: left;
  margin: 32px 52px 12px;
  background: url(../images/s4-tit01.png) no-repeat center;
  background-size: 100%;
  font-size: 26px;
  font-weight: bold;
  line-height: 46px;
  color: #af8259;
}

.s4-main .item .flip-box.linear ul {
  clear: both;
  float: left;
  width: 218px;
  margin-left: 34px;
}

.s4-main .item .flip-box.linear ul li {
  width: 100%;
  clear: both;
  float: left;
  margin-bottom: 8px;
}

.s4-main .item .flip-box.linear ul li font {
  font-size: 22px;
  line-height: 40px;
  font-weight: bold;
  color: #fff;
  float: left;
}

.s4-main .item .flip-box.linear ul li font::before {
  content: '';
  width: 15px;
  height: 40px;
  display: block;
  float: left;
  margin-right: 10px;
  background: url(../images/s4-icon01.png) no-repeat center;
  background-size: 100%;
}

.s4-main .item .flip-box.linear ul li p {
  font-size: 18px;
  line-height: 26px;
  text-align: left;
  color: #fff;
  float: left;
  clear: both;
}

.s4-main .item .flip-box.linear img {
  display: inline-block;
  margin-top: 35px;
}

.flip {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateX(0); /* Needed to work around an iOS 3.1 bug that causes listview thumbs to disappear when -webkit-visibility:hidden is used. */
  backface-visibility: hidden;
  transform: translateX(0);
}

.flip.out {
  -webkit-transform: rotateY(-90deg) scale(.9);
  -webkit-animation-name: flipouttoleft;
  -webkit-animation-duration: 175ms;
  transform: rotateY(-90deg) scale(.9);
  animation-name: flipouttoleft;
  animation-duration: 175ms;
}

.flip.in {
  -webkit-animation-name: flipintoright;
  -webkit-animation-duration: 225ms;
  animation-name: flipintoright;
  animation-duration: 225ms;
}

@-webkit-keyframes flipouttoleft {
  from {
    -webkit-transform: rotateY(0);
  }
  to {
    -webkit-transform: rotateY(-90deg) scale(.9);
  }
}

@keyframes flipouttoleft {
  from {
    transform: rotateY(0);
  }
  to {
    transform: rotateY(-90deg) scale(.9);
  }
}

@-webkit-keyframes flipintoright {
  from {
    -webkit-transform: rotateY(90deg) scale(.9);
  }
  to {
    -webkit-transform: rotateY(0);
  }
}

@keyframes flipintoright {
  from {
    transform: rotateY(90deg) scale(.9);
  }
  to {
    transform: rotateY(0);
  }
}

.s4-btn {
  width: 100%;
  clear: both;
  float: left;
}

.s4-btn a {
  width: 473px;
  height: 80px;
  display: inline-block;
  margin: 0 15px;
  font-size: 30px;
  line-height: 80px;
  color: #fff;
  background: #fc5644;
  background: -webkit-linear-gradient(left, #fc5644, #e94442);
  background: -o-linear-gradient(right, #fc5644, #e94442);
  background: -moz-linear-gradient(right, #fc5644, #e94442);
  background: linear-gradient(to right, #fc5644, #e94442);
  border-radius: 0.5rem;
  box-shadow: 0 0.09rem 0.24rem rgba(241, 76, 67, .3);
}

/* section05 */
.sec05 {
  padding-bottom: .5rem;
  background: url(../images/s5-bg.jpg) no-repeat center top;
  background-size: auto 100%;
}

.s5-title {
  margin-top: 45px;
}

.s5-main {
  width: 100%;
  clear: both;
  float: left;
  margin-top: 30px;
}

.s5-main .btnChange {
  float: right;
  margin-top: -.55rem;
  font-size: .26rem;
  line-height: .46rem;
  color: #fff;
  border: solid 1px #fff;
  border-radius: .46rem;
  padding: 0 .2rem;
  cursor: pointer;
  display: inline-block;
  position: relative;
  z-index: 3;
}

.s5-main .item {
  width: 400px;
  float: left;
  margin-bottom: 145px;
  background: #fff;
}

.s5-main .item .itemTit {
  width: 100%;
  height: 98px;
  float: left;
  position: relative;
}

.s5-main .item.type01 .itemTit {
  background: #caa07b;
  background: -webkit-linear-gradient(left, #f5c89f, #caa07b); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #f5c89f, #caa07b); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #f5c89f, #caa07b); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #f5c89f, #caa07b); /* 标准的语法 */
}

.s5-main .item.type02 .itemTit {
  background: #f02a2a;
  background: -webkit-linear-gradient(left, #ff7269, #f02a2a); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #ff7269, #f02a2a); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #ff7269, #f02a2a); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #ff7269, #f02a2a); /* 标准的语法 */
}

.s5-main .item .itemTit h3 {
  font-size: 42px;
  font-weight: bold;
  line-height: 58px;
  color: #fff;
  width: 100%;
  float: left;
  clear: both;
  margin-top: 5px;
}

.s5-main .item .itemTit span {
  font-size: 14px;
  line-height: 22px;
  padding: 0 12px;
  display: inline-block;
  color: #fff;
  clear: both;
  border: solid 1px #fff;
  border-radius: 6px;
}

.s5-main .item .itemTit img.hot01 {
  position: absolute;
  width: 87px;
  height: 117px;
  right: -8px;
  top: -25px;
  animation: scale .5s infinite alternate linear;
}

@keyframes scale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

.s5-main .item .itemTit i {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 3px 10px;
  font-size: 14px;
  line-height: 20px;
  display: none;
  color: #fffbd3;
  background: #f25331;
  background: -webkit-linear-gradient(left, #f67242, #ed3220); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #f67242, #ed3220); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #f67242, #ed3220); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #f67242, #ed3220); /* 标准的语法 */
  border-radius: 10px 0 0 0;
}

.s5-main .item .itemTit.fixed i {
  display: block;
}


.s5-main .item .part {
  width: 100%;
  float: left;
  clear: both;
  border-right: solid 1px #c8c8c8;
  box-sizing: border-box;
  border-top: solid 1px #c8c8c8;
}

.s5-main .item .part01 {
  height: 240px;
  border-top: 0;
}

.s5-main .item .part h4 {
  width: 100%;
  height: 29px;
  float: left;
  clear: both;
  line-height: 29px;
  font-size: 18px;
  font-weight: bold;
  color: #ac7f57;
  background: #fff0e3;
}

.s5-main .item.type02 .part h4 {
  color: #ef3d25;
  background: #ffe5e3;
}

.s5-main .item .itemTit.fixed {
  position: fixed;
  top: 0;
  width: 400px;
  z-index: 3;
}

.s5_btm {
  display: flex;
  align-items: center;
  height: 600px;
  clear: both;
  margin-top: 60px;
}

.s5_btm .s5_btm_lf {
  position: relative;
  height: 100%;
  width: 403px;
  background: url("../images/s5btmlfbg.jpg") center center no-repeat;
  background-size: 100% 100%;
}

.s5_btm .s5_btm_lf .s5-icon02 {
  position: absolute;
  top: -66px;
  left: -32px;
}

.s5_btm .s5_btm_lf .s5btm1 {
  display: block;
  margin: 60px auto 18px;
}

.s5_btm .s5_btm_lf .s5btm2 {
  display: block;
  margin: 0 auto 42px;
}

.s5_btm .s5_btm_lf .zhanwei {
  width: 15px
}

.s5_btm .s5_btm_lf .tedian {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
  line-height: 30px;
}

.s5_btm_rg {
  flex: 1;
  height: 100%;
  background: #ffffff;
  overflow: hidden;
}

.s5btm_rg1 {
  display: flex;
  align-items: center;
}

.s5btm_rg1 span {
  line-height: 30px;
  font-size: 16px;
  color: #ef3d25;
  text-align: center;
  font-weight: bold;
  letter-spacing: 2px;
  width: 50%;
  background: #ffdfbf;
}

.s5btm_rg2 {
  display: flex;
  align-items: center;
  height: 374px;
}

.s5tixi, .s5fuwu {
  width: 50%;
  height: 100%;
}

.s5btm_rg2 .s5tixi_main {
  width: 365px;
  margin: 40px auto 0;
  border: 1px solid #f7423a;
  padding-bottom: 15px;
}

.s5btm_rg2 .s5tixi_main h6 {
  position: relative;
  width: 200px;
  line-height: 30px;
  background: #f7423a;
  font-size: 18px;
  color: #ffffff;
  border-radius: 50px;
  margin: -15px auto 15px;
}

.s5btm_rg2 .s5tixi_main h6::before {
  position: absolute;
  left: 49%;
  bottom: -6px;
  content: '';
  width: 0;
  height: 0;
  border-top: 6px solid #f7423a;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 0;

}

.s5btm_rg2 .s5tixi_main p {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}

.s5btm_rg2 .s5tixi_main p span {
  width: 42px;
  line-height: 24px;
  border: 1px solid #f7423a;
  color: #f7423a;
  font-size: 14px;
  border-radius: 4px;
  margin: 0 25px 0 20px;
}

.s5btm_rg2 .s5tixi_main p.on span {
  color: #fff;
  background: #f7423a;
}

.s5btm_rg2 .s5tixi_main p b {
  font-size: 16px;
  color: #444444;
  width: 116px;
  text-align: left;
  font-weight: bold;
}

.s5btm_rg2 .s5tixi_main p i {
  font-size: 16px;
  color: #212121;
}

.s5btm_rg2 .s5fuwu {
  border-left: 1px solid #c8c8c8;
}

.s5btm_rg2 .s5fuwu1 {
  padding: 25px 0 30px;
  box-sizing: border-box;
}

.s5btm_rg2 .s5fuwu1 p {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  font-size: 16px;
  color: #444444;
}

.s5btm_rg2 .s5fuwu1 p span {
  width: 66px;
  line-height: 26px;
  border: 1px solid #f7423a;
  color: #f7423a;
  font-size: 14px;
  border-radius: 4px;
  margin: 0 15px 0 25px;
  box-sizing: border-box;
}

.s5btm_rg2 .s5fuwu1 p.on {
  color: #f7423a;
}

.s5btm_rg2 .s5fuwu1 p.on span {
  background: #f7423a;
  color: #ffffff;
}

.s5btm_rg2 .s5fuwu2 {
  line-height: 30px;
  font-size: 16px;
  color: #ef3d25;
  text-align: center;
  font-weight: bold;
  letter-spacing: 2px;
  background: #ffdfbf;
  margin-left: -1px;
}

.s5btm_rg2 .s5fuwu3 {
  font-size: 18px;
  color: #444444;
  margin-top: 5px;
}

.s5btm_rg4 {
  display: flex;
  align-items: center;

}

.s5btm_rg4 .jiaofu {
  width: 50%;
  height: 166px;
  border-right: 1px solid #c8c8c8;
box-sizing: border-box;
  padding-top: 30px;
}

.s5btm_rg4 .jiaofu p {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #444444;
  margin-bottom: 10px;
}

.s5btm_rg4 .jiaofu p i {
  width: 12px;
  height: 16px;
  line-height: 16px;
  color: #fff;
  font-size: 14px;
  background: #e13b29;
  margin: 0 10px 0 42px;
}

.s5btm_rg4 .jiaofu p span {
  font-size: 14px;
  color: #f7423a;
}

.jiage {
  width: 50%
}

.jiage h6 {
  font-size: 28px;
  font-weight: bold;
  line-height: 36px;
  color: #f7423a;
  text-align: center;
}
.jiage a{
  width: 120px;
  height: 36px;
  display: inline-block;
  margin: 10px 13px 0;
  font-size: 18px;
  line-height: 36px;
  color: #f14b43;
  border-radius: 36px;
  border: solid 2px #f14c43;
}
.jiage a.link{
  color: #fff;
  background: #e94442;
  background: -webkit-linear-gradient(left, #fc5644, #e94442);
  background: -o-linear-gradient(right, #fc5644, #e94442);
  background: -moz-linear-gradient(right, #fc5644, #e94442);
  background: linear-gradient(to right, #fc5644, #e94442);
}

/* part01 */
.partTxt {
  width: 100%;
  clear: both;
  float: left;
  margin-top: 13px;
}

.partTxt ul {
  float: left;
  margin-left: 24px;
  min-height: 130px;
  margin-bottom: 15px;
}

.partTxt ul li {
  display: flex;
  align-items: center;
  clear: both;
  float: left;
  margin-bottom: 3px;
  font-size: 16px;
  line-height: 23px;
}

.partTxt ul li span {
  width: 40px;
  height: 21px;
  display: block;
  float: left;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 400;
  border-radius: 7px;
  border: solid 1px #e75946;
  color: #e75a46;
}

.partTxt ul li.on span {
  background: #e75946;
  color: #fff;
}

.partTxt ul li b {
  font-weight: bold;
  width: 120px;
  text-align: left;
}

.partTxt ul li i {
  font-size: 16px;
  color: #9e9e9e;
  margin-left: 25px;
}

/* part02 */
.s5-main .item .part02 {
  height: 135px;
}

.infoList {
  width: 100%;
  clear: both;
  float: left;
  margin-top: 13px;
}

.infoList ul {
  float: left;
  margin-left: 33px;
}

.infoList ul li {
  float: left;
  clear: both;
  line-height: 25px;
  font-size: 16px;
}

.infoList ul li i {
  width: 12px;
  height: 15px;
  display: block;
  float: left;
  margin-top: 5px;
  margin-right: 10px;
  font-size: 14px;
  line-height: 15px;
  color: #fff;
  font-weight: 400;
  background: #e13b29;
}

.infoList ul li span {
  font-size: 14px;
  color: #e13b29;
  font-weight: 400;
}

.infoList ul li b {
  font-weight: bold;
}

.infoList img.sm {
  float: left;
  margin-left: 15px;
  margin-bottom: 8px;
  cursor: zoom-in;
}


/* part03 */
.s5-main .item .part03 {
  height: 243px;
}

.serviceList {
  width: 100%;
  clear: both;
  float: left;
  margin-top: 13px;
  margin-bottom: 15px;
}

.serviceList ul {
  float: left;
  margin-left: 30px;
}

.serviceList ul li {
  font-size: 16px;
  line-height: 23px;
  clear: both;
  float: left;
  margin-bottom: 3px;
}

.serviceList ul li.on {
  color: #e13b29;
}

.serviceList ul li span {
  width: 54px;
  height: 21px;
  display: block;
  float: left;
  margin-right: 10px;
  border: solid 1px #e13b29;
  border-radius: 5px;
  font-size: 14px;
  line-height: 21px;
  color: #e13b29;
}

.serviceList ul li.on span {
  width: 65px;
  padding-right: 5px;
  margin-left: -11px;
  height: 24px;
  line-height: 24px;
  border: 0;
  color: #fff;
  background: url(../images/s5-img01.png) no-repeat center top;
  background-size: 100%;
}

/* part04 */
.safeguard {
  font-size: 18px;
  height: 90px;
  width: 100%;
  clear: both;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
}
.safeguard p{
	line-height: 1.3; display: inline-block;
}

/* part05 */
.part05 .price {
  width: 100%;
  clear: both;
  float: left;
  margin-top: 30px;
  padding-bottom: .5rem;
}

.part05 .price font {
  font-size: 28px;
  font-weight: bold;
  line-height: 30px;
  color: #f7423a;
  width: 100%;
  clear: both;
  float: left;
  margin-bottom: 15px;
}

.part05 .price a {
  width: 120px;
  height: 36px;
  display: inline-block;
  margin: 0 13px;
  font-size: 18px;
  line-height: 36px;
  color: #f14b43;
  border-radius: 36px;
  border: solid 2px #f14c43;
  box-shadow: 0 7px 15px rgba(237, 72, 67, .4);
}

.part05 .price a.btn01 {
  color: #fff;
  background: #e94442;
  background: -webkit-linear-gradient(left, #fc5644, #e94442); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #fc5644, #e94442); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #fc5644, #e94442); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #fc5644, #e94442); /* 标准的语法 */
}

/* 横版 */
.s5-main .jz {
  /* width: 95%; */
  margin: 0 auto .48rem;
  background: #ffffff;
  border-radius: 0.22rem;
  padding: 0.3rem .25rem;
  width: auto;
  clear: both;
  float: left;
  box-shadow: 0 0.05rem 0.12rem #9acdff;
  display: none;
}

.s5-main .jz table {
  width: 11.5rem;
}

.s5-main thead {
  background: #c3956c;
  background: -webkit-linear-gradient(left, #e2b48b, #a67951);
  background: -o-linear-gradient(right, #e2b48b, #a67951);
  background: -moz-linear-gradient(right, #e2b48b, #a67951);
  background: linear-gradient(to right, #e2b48b, #a67951);
  position: relative;
  z-index: 999;
}

.s5-main .jz table th {
  line-height: 0.48rem;
  font-size: 0.2rem;
  color: #ffffff;
  font-weight: normal;
  position: relative;
  z-index: 9;
}

.s5-main .jz table th:nth-of-type(1) {
  border-radius: 0.08rem 0 0 0.08rem;
  width: 15%
}

.s5-main .jz table th:nth-of-type(2) {
  width: 15%
}

.s5-main .jz table th:nth-of-type(3) {
  width: 19%
}

.s5-main .jz table th:nth-of-type(4) {
  width: 31%
}

.s5-main .jz table th:nth-last-of-type(1) {
  border-radius: 0 0.08rem 0.08rem 0
}

.s5-main .jz td {
  color: #000000;
  font-size: 0.2rem;
  border: 0.01rem solid #c8c8c8;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
  line-height: 0.36rem
}

.s5-main .jz td p {
  text-align: left;
  padding-left: .17rem;
}

.s5-main .fuwu {
  padding-left: 0.16rem;
  text-align: left
}

.s5-main .jz table td b {
  font-weight: bold
}

.s5-main .jz table td h5 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #a67952;
  font-weight: bold;
  font-size: 0.3rem;
}

.s5-main .jz table p.zl {
  text-align: left;
  padding-left: .16rem;
}

.s5-main .jz table p.zl span {
  float: left;
  color: #a67952;
  font-weight: bold;
}

.s5-main .jz table .fuwu b {
  color: #a67952;
}

.s5-main .jz table .fuwu span {
  color: #f7423a;
}

.s5-main .jz table .price {
  text-align: center;
}

.s5-main .jz table .price span {
  font-size: .25rem;
  font-weight: bold;
  color: #f7423a;
}

.s5-main .jz table .price a {
  display: inline-block;
  width: 1.54rem;
  height: 0.4rem;
  font-size: 0.24rem;
  border-radius: 0.4rem;
  line-height: 0.4rem;
  margin: 0.1rem auto 0;
  position: relative;
  z-index: 0;
}

.s5-main .jz table .price a.btn01 {
  color: #fff;
  text-align: center;
  background: #fc5644;
  background: -webkit-linear-gradient(90deg, #fc5644, #e94442);
  background: -moz-linear-gradient(90deg, #fc5644, #e94442);
  background: -o-linear-gradient(90deg, #fc5644, #e94442);
  background: linear-gradient(90deg, #fc5644, #e94442);

}

.s5-main .jz table .price a.btn02 {
  background: #fff;
  border: solid .01rem #f8524a;
  color: #f8524a;
}


/* section06 */
.sec06 {
  height: 763px;
  background: url(../images/s6-bg.jpg) no-repeat center top;
}

.s6-title {
  margin-top: 53px;
}

.s6-main {
  width: 100%;
  clear: both;
  float: left;
  margin-top: 19px;
}

.s6-main .s6-tab {
  width: 100%;
  clear: both;
  float: left;
  margin-bottom: 31px;
}

.s6-main .s6-tab a {
  width: auto;
  height: 56px;
  display: inline-block;
  margin: 0 12px;
  background: #a77a52;
  background: -webkit-linear-gradient(left, #e3b58c, #a57850); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #e3b58c, #a57850); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #e3b58c, #a57850); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #e3b58c, #a57850); /* 标准的语法 */
  border-radius: .56rem;
  cursor: pointer;
}

.s6-main .s6-tab span {
  font-size: 24px;
  line-height: 52px;
  color: #a77a52;
  font-weight: bold;
  background: #fff;
  width: auto;
  height: 52px;
  display: block;
  float: left;
  margin: 2px;
  padding: 0 27px;
  border-radius: .56rem;
}

.s6-main .s6-tab a.cur span {
  color: #fff;
  background: #a77a52;
  background: -webkit-linear-gradient(left, #e3b58c, #a57850); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #e3b58c, #a57850); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #e3b58c, #a57850); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #e3b58c, #a57850); /* 标准的语法 */
}

.s6-left {
  float: left;
  width: 732px;
  height: 412px;
  display: block;
}

.s6-left .video-box {
  width: 100%
}

.s6-right {
  width: 453px;
  height: 412px;
  float: right;
  background-color: #fff;
}

.s6-right h3 {
  width: 100%;
  clear: both;
  float: left;
  height: 77px;
  font-size: 30px;
  line-height: 77px;
  font-weight: bold;
  color: #ae7238;
  background: #f9cea4;
  background: -webkit-linear-gradient(left, #feeedf, #f9cea4); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #feeedf, #f9cea4); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #feeedf, #f9cea4); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #feeedf, #f9cea4); /* 标准的语法 */
}

.s6-right .list {
  width: 100%;
  clear: both;
  float: left;
  margin-top: 20px;
  height: 236px;
}

.s6-right .list ul {
  width: 100%;
  clear: both;
  float: left;
  display: none;
}

.s6-right .list ul.show {
  display: block;
}

.s6-right .list ul li {
  width: 100%;
  clear: both;
  float: left;
  font-size: 18px;
  line-height: 40px;
  color: #333;
  text-align: left;
  cursor: pointer;
}

.s6-right .list ul li::before {
  content: '';
  width: 8px;
  height: 8px;
  display: block;
  float: left;
  margin-left: 30px;
  margin-top: 16px;
  margin-right: 13px;
  background: #e13b29;
  border-radius: 50%;
}

.s6-right .list ul li.on {
  color: #e13b29;
}

.s6-btn {
  width: 100%;
  clear: both;
  float: left;
}

.s6-btn a {
  width: 162px;
  height: 44px;
  display: inline-block;
  margin: 0 15px;
  border-radius: 60px;
  font-size: 18px;
  line-height: 44px;
  border: solid 2px #f14c43;
  background: #fff;
  color: #f14c43;
  box-shadow: 0 7px 15px rgba(237, 72, 67, .36);
}

.s6-btn a.btn02 {
  color: #fff;
  background: #f14c43;
  background: -webkit-linear-gradient(left, #fc5644, #e94442); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #fc5644, #e94442); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #fc5644, #e94442); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #fc5644, #e94442); /* 标准的语法 */
}

/* section07 */
.sec07 {
  height: 858px;
  background: url(../images/s7-bg.jpg) no-repeat center top;
}

.s7-title {
  margin-top: .53rem;
}

.s7-main {
  width: 930px;
  height: 500px;
  clear: both;
  float: left;
  margin-top: 83px;
  margin-left: 270px;
  background-color: #fff;

}

.s7-main .bd {
  width: 100%;
  clear: both;
  float: left;
}

.s7-main .bd .pic {
  width: 415px;
  height: 326px;
  display: block;
  float: left;
  margin-left: -270px;
  background: url(../images/s7-img01.jpg) no-repeat center;
  background-size: 100%;
}

.s7-main .bd .pic img {
  width: 100%;
  display: inline-block;
}

.s7-main .bd .txt {
  width: 670px;
  float: left;
  margin-top: 41px;
  margin-left: 62px;
  height: 330px;
}

.s7-main .bd .txt font {
  font-size: 42px;
  line-height: 84px;
  font-weight: bold;
  float: left;
  margin-bottom: 12px;
}

.s7-main .bd .txt font span {
  font-weight: 400;
  font-size: 20px;
  color: #b9b9b9;
  margin-left: 20px;
  text-transform: uppercase;
}

.s7-main .bd .txt p {
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  width: 100%;
  float: left;
  margin-bottom: 8px;
}

.s7-main .bd .txt p i {
  color: #888888
}

.s7-main .bd .txt p b {
  font-weight: bold;
}

.s7-main .hd {
  float: left;
  clear: both;
  margin-left: 205px;
}

.s7-main .hd ul li {
  float: left;
  width: 90px;
  height: 90px;
  display: block;
  margin-right: 25px;
  border-radius: 50%;
  box-shadow: 0 5px 15px rgba(164, 164, 164, .3);
  background: #e8e8e8;
  opacity: .6;
  overflow: hidden;
  cursor: pointer;
}

.s7-main .hd ul li.on {
  opacity: 1;
  background: #eabc92;
  box-shadow: 0 5px 15px rgba(234, 188, 146, .3);
}

.s7-main .hd ul li img {
  width: 90px;
  display: block;
}

.s7-main .arrbtn {
  float: left;
  clear: both;
  margin-left: -270px;
  margin-top: -60px;
  position: relative;
  z-index: 3;
}

.s7-main .arrbtn a {
  margin-right: 20px;
}

/* section08 */
.sec08 {
  height: 1182px;
  background: url(../images/s8-bg.jpg) no-repeat center top;
}

.s8-title {
  margin-top: 73px;
}

.s8-main {
  width: 100%;
  clear: both;
  float: left;
  margin-top: 85px;
  height: 436px;
  background: url(../images/s8-img01.png) no-repeat center;
  background-size: auto 100%;
  position: relative;
}

.s8-main .item {
  position: absolute;
}

.s8-main .item1 {
  top: -31px;
  left: 50%;
  margin-left: -73px;
}

.s8-main .item2 {
  bottom: 66px;
  right: 372px;
}

.s8-main .item3 {
  bottom: 66px;
  left: 372px;
}

.s8-main .item font {
  width: 146px;
  height: 146px;
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 146px;
  color: #fff;
  background: #a57850;
  background: -webkit-linear-gradient(#a57850, #e3b58c); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#a57850, #e3b58c); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#a57850, #e3b58c); /* Firefox 3.6 - 15 */
  background: linear-gradient(#a57850, #e3b58c); /* 标准的语法 */
  border-radius: 50%;
}

.s8-main .item font span {
  line-height: 32px;
  padding: 41px 0;
  display: inline-block;
}

.s8-main .item ul {
  position: absolute;
}

.s8-main .item1 ul {
  left: 234px;
  top: -6px;
  width: 360px;
}

.s8-main .item2 ul {
  left: 190px;
  top: 10px;
  width: 200px;
}

.s8-main .item3 ul {
  left: -338px;
  top: 28px;
  width: 290px;
}

.s8-main .item ul li {
  clear: both;
  float: left;
  font-size: 24px;
  line-height: 35px;
  text-align: left;
}

.s8-main .item ul li::before {
  content: '';
  width: 16px;
  height: 35px;
  display: block;
  float: left;
  margin-left: -22px;
  background: url(../images/s8-icon01.png) no-repeat center;
  background-size: 100%;
}

.s8-form {
  width: 100%;
  height: 296px;
  float: left;
  clear: both;
  margin: 64px auto 0;
  background: url(../images/s8-img02.png) no-repeat center top;
  background-size: 100%;
  border-radius: 22px;
}

.s8-form h3 {
  width: 100%;
  clear: both;
  float: left;
  margin: 30px auto 0;
  font-size: 42px;
  line-height: 66px;
  color: #9c6c2b;
  font-weight: bold;
}

.s8-form p {
  font-size: 18px;
  line-height: 44px;
  color: #be8437;
  width: 100%;
  clear: both;
  float: left;
}

.s8-form ul {
  width: 100%;
  clear: both;
  float: left;
  margin: 12px auto 20px;
}

.s8-form ul li {
  width: 308px;
  height: 51px;
  display: inline-block;
  margin: 0 19px;
  border: solid 1px #d19d59;
}

.s8-form ul li.borderNo {
  border: 0;
}

.s8-form ul li input[type='text'] {
  width: 275px;
  height: 51px;
  padding-left: 20px;
  padding-right: 10px;
  border: 0;
  font-size: 18px;
  line-height: 51px;
}

.s8-form ul li input[type="button"] {
  width: 100%;
  height: 51px;
  border: 0;
  font-size: 18px;
  line-height: 51px;
  color: #fff;
  background: #f25331;
  background: -webkit-linear-gradient(left, #f67242, #ed3220);
  background: -o-linear-gradient(right, #f67242, #ed3220);
  background: -moz-linear-gradient(right, #f67242, #ed3220);
  background: linear-gradient(to right, #f67242, #ed3220);
  box-shadow: 0 0.06rem 0.18rem rgba(243, 77, 67, .3);
  border-radius: 0.5rem;
  cursor: pointer;
}

.s8-form .xieyi {
  color: #be8437
}

/* section09 */
.sec09 {
  height: 1075px;
  background: url(../images/s9-bg.jpg) no-repeat center;
  background-size: auto 100%;
}

.s9-title {
  margin-top: 72px;
}

.s9-main {
  width: 100%;
  clear: both;
  float: left;
  margin-top: 66px;
}

.s9-main .top {
  width: 100%;
  height: 330px;
  float: left;
  background: #fff;
  border-radius: 25px;
  box-shadow: 0 13px 25px rgba(213, 213, 213, .2);
}

.s9-main .top .pic {
  float: left;
  margin-top: -26px;
  border-radius: 21px 21px 73px 21px;
  box-shadow: 0 9px 21px rgba(56, 141, 206, .2);
}

.s9-main .top .pic img {
  width: 100%;
}

.s9-main .top .equation {
  float: left;
  margin-left: 26px;
  margin-top: 52px;
}

.s9-main .equation .icon {
  float: left;
  margin-top: 76px;
  margin-left: 12px;
  width: 36px;
}

.s9-main .equation .icon1 {
  margin-left: 0;
  margin-top: 64px;
  width: 42px;
}

.s9-main .equation .book {
  float: left;
  width: 185px;
  margin-left: -24px;
}

.s9-main .equation .book img {
  width: 100%;
  display: block;
}

.s9-main .equation .book span {
  float: right;
  width: 145px;
  margin-top: 10px;
  font-size: 18px;
  line-height: 22px;
  color: #555;
}

.s9-main .bottom {
  width: 774px;
  height: 330px;
  display: block;
  float: left;
  margin: 72px 222px 0;
  background: #fff;

  border-radius: 25px;
  box-shadow: 0 13px 25px rgba(213, 213, 213, .2);
}

.s9-main .bottom > img {
  float: left;
  margin-top: -26px;
  margin-left: 0;
}

.s9-main .bottom .equation {
  float: left;
  margin-left: 26px;
  margin-top: 52px;
}

/* section11 */
.sec11 {
  background: #fff;
}

.s11-title {
  margin-top: 70px;
}

.s11-main {
  width: 100%;
  clear: both;
  float: left;
  margin-top: 30px;
  margin-bottom: 50px;
}

.s11-main .item {
  width: 247px;
  height: 220px;
  display: inline-block;
  margin: 0 19px 26px;
  background: url(../images/s11-img01.png) no-repeat center;
  background-size: 100%;
  position: relative;
}

.s11-main .item .pic {
  width: 104px;
  height: 104px;
  display: inline-block;
  margin: 37px auto 20px;
  background: url(../images/s11-img02.png) no-repeat center;
  background-size: 100%;
  animation: animtran 2s linear infinite;
  -webkit-animation: animtran 2s linear infinite;
}

.s11-main .item .pic img {
  width: 84px;
  display: block;
  margin: 10px;
  animation: animtrans 2s linear infinite;
  -webkit-animation: animtrans 2s linear infinite;
}

.s11-main .item span {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  clear: both;
  color: #fff;
  width: 100%;
  float: left;
}

.s11-main .item .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  background: #323232;
  background: -webkit-linear-gradient(120deg, #1d1d1d, #545454); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(120deg, #1d1d1d, #545454); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(120deg, #1d1d1d, #545454); /* Firefox 3.6 - 15 */
  background: linear-gradient(120deg, #1d1d1d, #545454); /* 标准的语法 */
}

.s11-main .item .txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.s11-main .item .txt font {
  width: 100%;
  clear: both;
  float: left;
  margin-top: 40px;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  /* color: #fff; */
  background: linear-gradient(#ffecd6, #e6b386);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent;
}

.s11-main .item .txt p {
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  text-align: left;
  width: 167px;
  float: left;
  margin: 15px 40px 0;
}

@keyframes animtran {
  from {
    transform: rotateZ(0deg);
  }
  to {
    transform: rotateZ(360deg);
  }
}

@-webkit-keyframes animtran {
  from {
    transform: rotateZ(0deg);
  }
  to {
    transform: rotateZ(360deg);
  }
}

@keyframes animtrans {
  from {
    transform: rotateZ(360deg);
  }
  to {
    transform: rotateZ(0deg);
  }
}

@-webkit-keyframes animtrans {
  from {
    transform: rotateZ(360deg);
  }
  to {
    transform: rotateZ(0deg);
  }
}

/*section2*/

/*按钮悬停*/
.hvr-grow-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow, transform;
  transition-property: box-shadow, transform;
}

.hvr-grow-shadow:hover, .hvr-grow-shadow:active {
  box-shadow: 0 15px 15px -10px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/*侧边悬停*/
.lfNav {
  position: fixed;
  width: 174px;
  height: 485px;
  display: block;
  background: url(../images/fixedNavBg.png) no-repeat center;
  top: 18%;
  left: 20px;
  z-index: 9;
}

.lfNav .close {
  position: absolute;
  top: -10px;
  right: 0;
  height: 20px;
  width: 20px;
}

.lfNav .close img {
  width: 100%;
}

.mt185 {
  margin-top: 70px;
}

.nav-bg {
  width: 118px;
  height: 42px;
  display: block;
  float: left;
  clear: both;
  margin-left: 26px;
  margin-bottom: 0;
  border-bottom: dashed 1px #fff;
}

.nav-bg a {
  width: 100%;
  height: 41px;
  display: block;
  margin: auto;
  text-align: center;

  font-size: 18px;
  line-height: 41px;
  color: #fff;
}

.nav-bg.cur a {
  line-height: 36px;
  height: 36px;
  margin-top: 2px;
  background: #fff;
  border-radius: 8px;
  color: #b2855e;
  /* border-bottom: 0; */
}

.nav-bg.noborder {
  border-bottom: 0;
  line-height: 42px;
}

.left_top {
  width: 47px;
  height: 47px;
  display: block;
  float: left;
  margin-left: 59px;
  margin-top: 10px;
}

.left_top img {
  width: 100%;
}


.mask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background: rgba(0, 0, 0, .8);
  display: none;
}

.imgDiv {
  width: 100%;
  display: block;
  height: 351px;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.imgDiv img {
  width: 486px;
  display: block;
  cursor: zoom-out;
  margin: auto;