@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;
  float: left;
}

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: #fff;
}

#footer_bx {
  clear: both;
}

.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;
}

.clear {
  clear: both;
}

/* 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: 522px;
  background: #fff1de url(../images/banner.jpg) no-repeat center top;
  background-size: auto 100%;
  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-pic01.png) no-repeat center top;
  background-size: 3.18rem;
}

.secTit h2 {
  width: 100%;
  clear: both;
  float: left;
  font-size: .54rem;
  font-weight: bold;
  line-height: 122px;
  color: #333;
}

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

.secTit h2::before {
  margin-right: .15rem;
  background: url(../images/title-icon01.png) no-repeat center;
  background-size: .35rem;
}

.secTit h2::after {
  margin-left: .15rem;
  background: url(../images/title-icon02.png) no-repeat center;
  background-size: .35rem;
}

.secTit h2 span {
  background: linear-gradient(#ff924a, #f95800);
  -webkit-background-clip: text;
  color: transparent;
}

/*section01*/
.sec01 {
  height: 736px;
  background: url(../images/s1-bg.jpg) no-repeat center top;
  background-size: auto 100%;
}

.sec01 .kuang {
  width: 100%;
  height: 633px;
  clear: both;
  float: left;
  /* border: solid 5px ; */
  border: 5px solid transparent;
  border-radius: 38px;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fed6be, #fff);
}


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

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

.s1-main .item {
  width: 320px;
  margin-bottom: 47px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.s1-main .item:hover {
  transform: translate(0, -10px);
}

.s1-main .item1, .s1-main .item3 {
  margin-left: 90px;
  width: 310px;
}

.s1-main .item2, .s1-main .item4 {
  margin-right: 55px;
}

.s1-main .item font {
  float: left;
  font-size: .26rem;
  line-height: .47rem;
  color: #fff;
  font-weight: bold;
  padding: 0 .2rem;
  background: #fc640e;
  margin-bottom: 20px;
  cursor: pointer;
}

.s1-main .item font::after {
  content: '';
  width: 25px;
  height: 47px;
  display: block;
  float: right;
  margin-right: -45px;
  background: url(../images/s1-img02.png) no-repeat center;
  background-size: 100%;
}

.s1-main .item p {
  width: 100%;
  float: left;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
}

/* section02 */
.sec02 {
  height: 1120px;
  background: #f1f1f1 url(../images/s2-bg.png) no-repeat center top;
  background-size: auto 100%;
}

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

.s2-main {
  width: 100%;
  clear: both;
  float: left;
  height: 606px;
  background: #f95800;
  background: -webkit-linear-gradient(#ff924a, #f95800); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#ff924a, #f95800); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#ff924a, #f95800); /* Firefox 3.6 - 15 */
  background: linear-gradient(#ff924a, #f95800); /* 标准的语法 */
  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: 57px;
  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: #f95800;
  background: -webkit-linear-gradient(#ff924a, #f95800); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#ff924a, #f95800); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#ff924a, #f95800); /* Firefox 3.6 - 15 */
  background: linear-gradient(#ff924a, #f95800); /* 标准的语法 */
  border-radius: 3px;
}

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

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

.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: 30px;
  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: #fb6611;
}

.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: #f95800;
  background: -webkit-linear-gradient(180deg, #ff924a, #f95800); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(180deg, #ff924a, #f95800); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(180deg, #ff924a, #f95800); /* Firefox 3.6 - 15 */
  background: linear-gradient(180deg, #ff924a, #f95800); /* 标准的语法 */
}

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

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

.s2-form ul li {
  width: 285px;
  height: 56px;
  float: left;
  border: solid 1px #888888;
  border-radius: 8px;
  background-color: #fff;
  margin-right: 17px;
  font-size: 20px;
  line-height: 56px;
}

.s2-form ul li:last-child {
  margin-right: 0;
}

.s2-form ul li input {
  font-size: 20px;
  line-height: 56px;
  width: 2.5rem;
  float: left;
  margin-left: 17px;
  height: 56px;
  border: 0;
}

.s2-form ul li select {
  font-size: 20px;
  line-height: 56px;
  border-radius: 8px;
  width: 2.8rem;
  float: left;
  height: 56px;
  border: 0;
  padding: 0 .17rem;
}

.xieyi {
  font-size: 18px;
  line-height: 2;
  color: #777;
  width: 100%;
  float: left;
  clear: both;
  margin: 20px auto;
}

.xieyi input[type=checkbox] {
  width: 15px;
  height: 15px;
}

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

.s2-formBtn a {
  width: 340px;
  height: 63px;
  display: inline-block;
  margin: 0 .23rem;
  font-size: 24px;
  line-height: 63px;
  color: #fff;
  background: #f25331;
  background: -webkit-linear-gradient(left, #ff924a, #f95800); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #ff924a, #f95800); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #ff924a, #f95800); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #ff924a, #f95800); /* 标准的语法 */
  border-radius: .5rem;
  box-shadow: 0 .06rem .18rem rgba(250, 92, 12, .4);
}

.s2-formBtn a span {
  font-weight: bold;
  color: #ffef65;
}

/* section03 */
.sec03 {
  height: auto;
  background: #fffaf6 url(../images/s3-bg.png) no-repeat center top;
  background-size: auto;
}

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

.s3-main {
  width: 100%;
  clear: both;
  float: left;
  height: 455px;
  background: url(../images/s3-img02.png) no-repeat center bottom;
  background-size: 100%;
  position: relative;
}

.s3-tag {
  float: left;
  margin-left: 30px;
  margin-top: 3px;
}

.s3-tag img {
  width: 115px;
  display: block;
  float: left;
}

.s3-tag font {
  width: 391px;
  float: left;
  font-size: 38px;
  line-height: 70px;
  text-align: left;
  text-indent: 20px;
  margin-top: 27px;
  background: url(../images/s3-line01.png) no-repeat center bottom;
  background-size: 100%;
}

.s3-main .line {
  width: 1193px;
  height: 267px;
  display: block;
  float: left;
  position: absolute;
  top: -7px;
  right: 21px;
}

.s3-main .line img {
  width: 100%;
  display: block;
}

.s3-main ul {
  width: 100%;
  clear: both;
  float: left;
  position: relative;
}

.s3-main ul li {
  position: absolute;
  width: 150px;
}

.s3-main ul li.item1 {
  width: 200px;
  top: 95px;
  left: 16px;
}

.s3-main ul li.item2 {
  top: 72px;
  left: 226px;
}

.s3-main ul li.item3 {
  top: 39px;
  left: 412px;
}

.s3-main ul li.item4 {
  top: 3px;
  left: 591px;
}

.s3-main ul li.item5 {
  top: -40px;
  right: 277px;
}

.s3-main ul li.item6 {
  top: -93px;
  right: 87px;
}

.s3-main ul li::before {
  content: '';
  width: 23px;
  height: 23px;
  display: block;
  background: url(../images/s3-icon01.png) no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.s3-main ul li font {
  font-size: 20px;
  line-height: 32px;
  font-weight: bold;
  color: #333;
  width: 100%;
  float: left;
  clear: both;
}

.s3-main ul li.item1 font {
  margin-top: 51px;
}

.s3-main ul li.item2 font {
  margin-top: 36px;
}

.s3-main ul li.item3 font {
  margin-top: 36px;
}

.s3-main ul li.item4 font {
  margin-top: 32px;
}

.s3-main ul li.item5 font {
  margin-top: 36px;
}

.s3-main ul li.item6 font {
  margin-top: 36px;
}

.s3-main ul li.even font {
  color: #fa5b04;
}

.s3-main ul li p {
  width: 100%;
  clear: both;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  float: left;
  text-align: left;
  margin-left: 80px;
  margin-top: 66px;
}

.s3-main ul li.item1 p {
  margin-left: 66px;
  margin-top: 61px;
}

.s3-main ul li.item3 p {
  margin-top: 75px;
}

.s3-main ul li.item4 p {
  margin-top: 95px;
}

.s3-main ul li.item5 p {
  margin-top: 115px;
}

.s3-main ul li.item6 p {
  margin-top: 135px;
}


.s4-main {
  width: 100%;
  clear: both;
  float: left;
  height: 687px;
  margin-top: 70px;
  position: relative;
}

.s4-tag {
  float: left;
  margin-left: 30px;
  margin-top: 3px;
}

.s4-tag img {
  width: 115px;
  display: block;
  float: left;
}

.s4-tag font {
  width: 406px;
  float: left;
  font-size: 38px;
  line-height: 70px;
  text-align: left;
  text-indent: 20px;
  margin-top: 27px;
  background: url(../images/s4-line01.png) no-repeat center bottom;
  background-size: 100%;
}

.s4-Kline {
  position: absolute;
  left: 70px;
  bottom: 0;
  width: 1202px;
  height: 591px;
}

.s4-Kline img {
  width: 100%;
  display: block;
}

.s4-main ul {
  width: 100%;
  clear: both;
  float: left;
  /* height: 549px; */
  position: relative;
}

.s4-main ul li {
  width: 225px;
  position: absolute;
}

.s4-main ul li.item1 {
  left: 27px;
  top: 269px;
}

.s4-main ul li.item2 {
  left: 238px;
  top: 73px;
}

.s4-main ul li.item3 {
  left: 458px;
  top: 393px;
}

.s4-main ul li.item4 {
  right: 434px;
  top: -28px;
}

.s4-main ul li.item5 {
  right: 279px;
  top: 333px;
}

.s4-main ul li.item6 {
  right: 173px;
  top: -127px;
}

.s4-main ul li.item7 {
  right: 13px;
  top: 245px;
}

.s4-main ul li font {
  height: 53px;
  width: 100%;
  float: left;
  clear: both;
  background: url(../images/s4-img01.png) no-repeat center top;
  background-size: auto 100%;
  font-size: 24px;
  line-height: 45px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.s4-main ul li:hover font {
  transform: translate(0, -10px);
}

.s4-main ul li.item3 font {
  background: url(../images/s4-img02.png) no-repeat center top;
}

.s4-main ul li.item7 font {
  background: url(../images/s4-img03.png) no-repeat center top;
}

.s4-main ul li p {
  width: 195px;
  float: left;
  margin: 7px 15px auto;
  text-align: left;
  font-size: 16px;
  line-height: 24px;
}

.s4-main ul li.item7 p {
  text-align: center;
}

.s4-main ul li.up::after {
  content: '';
  width: 1px;
  height: 98px;
  display: block;
  border-left: dashed 1px #777;
  float: left;
  margin-top: 8px;
  margin-left: 112px;
}

.s4-main ul li.up.item6::after {
  height: 40px;
}

.s4-main ul li.down::before {
  content: '';
  width: 1px;
  height: 75px;
  display: block;
  border-left: dashed 1px #777;
  position: absolute;
  left: 112px;
  top: -82px;
}

/* section05 */
.sec05 {
  height: 880px;
  background: url(../images/s5-bg.png) no-repeat center top;
  background-size: auto 100%;
}

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

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

.s5-main .tab {
  float: left;
  clear: both;
  margin-top: 9px;
  margin-left: 112px;
}

.s5-main .tab .part01 {
  width: 100%;
  clear: both;
  float: left;
  margin-bottom: 20px;
}

.s5-main .tab img {
  float: left;
  margin-top: -12px;
  margin-right: 32px;
}

.s5-main .tab .part01 .nac {
  float: left;
}

.s5-main .tab .part01 .nac a {
  width: 184px;
  height: 69px;
  display: block;
  float: left;
  margin-right: 37px;
  border: solid 2px #f95c06;
  color: #f95902;
  font-size: 30px;
  line-height: 69px;
  box-sizing: border-box;
  background: #fff;
}

.s5-main .tab .part01 .nac a.cur {
  border: 0;
  color: #fff;
  font-weight: bold;
  background: #f25331;
  background: -webkit-linear-gradient(left, #f95800, #ff924a); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #f95800, #ff924a); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #f95800, #ff924a); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #f95800, #ff924a); /* 标准的语法 */
}

.s5-main .tab .part02 {
  width: 100%;
  clear: both;
  float: left;
  margin-bottom: 10px;
}

.s5-main .tab .part02 .kemu {
  float: left;
}

.s5-main .tab .part02 .kemu a {
  width: auto;
  height: 48px;
  display: block;
  float: left;
  margin-right: 37px;
  padding: 0 38px;
  border: solid 2px #fe8a01;
  color: #fe8a01;
  font-size: 24px;
  line-height: 48px;
  box-sizing: border-box;
  background: #fff;
  border-radius: .48rem;
}

.s5-main .tab .part02 .kemu a.cur {
  border: 0;
  color: #fff;
  font-weight: bold;
  background: #fe8a01;
  background: -webkit-linear-gradient(left, #fe8a01, #fea501); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #fe8a01, #fea501); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #fe8a01, #fea501); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #fe8a01, #fea501); /* 标准的语法 */
}
.s6-main .itemCol .left .price font{
  font-size: 24px; font-weight: bold; line-height: 40px; color: #fff;
  width: 100%; float: left; clear: both; margin-bottom: 10px;
}


.s5-main .left {
  float: left;
  width: 732px;
  height: 412px;
  display: block;
  background: #555555;
}

.s5-main .right {
  width: 453px;
  height: 412px;
  display: block;
  background-color: #fff;
}

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

.s5-main .right ul {
  width: 100%;
  clear: both;
  float: left;
  margin-top: 20px;
  height: 237px;
}

.s5-main .right ul li {
  clear: both;
  float: left;
  margin-left: 50px;
  font-size: 18px;
  line-height: 40px;
  color: #333;
  cursor: pointer;
}

.s5-main .right ul li::before {
  content: '';
  width: 8px;
  height: 8px;
  display: block;
  float: left;
  margin-left: -20px;
  margin-top: 16px;
  background: #fa600b;
  border-radius: 50%;
}

.s5-main .right ul li.on, .s5-main .right ul li:hover {
  color: #fa600b;
}

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

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

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

/* section06 */
.sec06 {
  background: #222323 url(../images/s6-bg.jpg) no-repeat center top;
  background-size: auto 100%;
}

.s6-title {
  margin-top: 71px;
  background: url(../images/title-pic02.png) no-repeat center top;
}

.s6-title h2::before {
  background: url(../images/title-icon03.png) no-repeat center;
}

.s6-title h2::after {
  background: url(../images/title-icon04.png) no-repeat center;
}

.s6-title h2 span {
  background: linear-gradient(#fffbef, #ffc106);
  -webkit-background-clip: text;
  color: transparent;
}

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

.s6-main .subTxt {
  width: 100%;
  float: left;
  margin-top: -17px;
  margin-bottom: 30px;
  clear: both;
}

.s6-main .subTxt p {
  float: left;
  clear: both;
  margin-left: 142px;
  line-height: 26px;
  font-size: 16px;
  text-align: left;
  color: #fff;
}

.s6-main .subTxt p span {
  font-weight: bold;
  color: #ffcd70;
}

.s6-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;
}

.s6-main .item {
  width: 400px;
  float: left;
  margin-bottom: .48rem;
  background: #fff;
}

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

}

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


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

.s6-main .item.type02 .itemTit h3 {
  color: #fff
}

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

.s6-main .item.type02 .itemTit span {
  color: #fff;
  border: solid 1px #fff;
}


.s6-main .item .part {
  width: 100%;
  float: left;
  clear: both;
  box-sizing: border-box;
}

.s6-main .item .part01 {
  border-top: 0;
  height: 213px;
}

.s6-main .item5 .part01 {
  height: 510px;
}

.s6-main .item.type01 .part h4 {
  float: left;
  margin-top: 17px;
  margin-left: 24px;
  margin-bottom: 10px;
  width: 219px;
  height: 30px;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  text-indent: 17px;
  color: #fff;
  background: url(../images/s6-img01.png) no-repeat center;
  background-size: 100%;
}

.s6-main .item.type02 .part h4 {
  width: 100%;
  height: 29px;
  clear: both;
  line-height: 29px;
  font-size: 18px;
  font-weight: bold;
  color: #fe6601;
  background: #ffefdb;
}

.s6-main .partTxt .itm {
  width: 345px;
  height: auto;
  float: left;
  margin-left: 27px;
  border-radius: 9px;
  border: solid 1px #ff9047;
  margin-bottom: 22px;
}

.s6-main .type03 .partTxt .itm {
  margin-bottom: 32px;
  padding-top: 5px;
  margin-top: 0;
}

.s6-main .partTxt .itm1 {
  margin-top: 10px;
}

.s6-main .partTxt .itm font {
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  color: #fff;
  height: 29px;
  width: 100%;
  display: block;
  float: left;
  margin-top: -12px;
  margin-bottom: 2px;
  background: url(../images/s6-img05.png) no-repeat center;
  background-size: auto 100%;
}

.s6-main .item5.type02 .itemTit {
  background: none;
}

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

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

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

.item4 .partTxt ul li {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
.item5 .partTxt ul li {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
.item5 .partTxt ul li b{
  width: 120px;
}

.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 #f95902;
  color: #f95902;
}

.partTxt ul li.on span {
  color: #fff;
  border: solid 1px #f95800;
  background: #f95800;
  background: -webkit-linear-gradient(left, #ff924a, #f95800); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #ff924a, #f95800); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #ff924a, #f95800); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #ff924a, #f95800); /* 标准的语法 */
}

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

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

/* part02 */
.s6-main .item .part02 {
  height: 260px;
}

.s6-main .item5 .part02 {
  height: auto;
}

.partLev01 {
  height: 132px;
  border-bottom: solid 1px #c8c8c8;
}

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

.infoList.type02 {
  margin-bottom: 30px;
}

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

.infoList ul li, .bookList ul li {
  display: flex;
  align-items: center;
  height: 25px;
  float: left;
  clear: both;
  font-size: 16px;
}

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

.infoList ul li .red, .bookList ul li .red {
  color: #f95c04;
}

.type03 .infoList ul li i, .bookList ul li i {
  background: #fa5e08;
}

.infoList ul li span, .bookList ul li span {
  font-size: 14px;
  color: #9e9e9e;
  font-weight: 400;
}

.bookList ul li {
  font-weight: bold;
}

.bookList img.sm {
  float: right;
  margin-right: 10px;
  margin-bottom: 8px;
  cursor: zoom-in;
}

.type01 .bookList img.sm {
  margin-top: -10px;
}


/* part03 */
.s6-main .item .part03 {
  height: 255px;
}

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

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

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

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

.serviceList ul li.on {
  font-weight: bold;
  color: #fe6601;
  margin-bottom: 11px;
}

.serviceList ul li.on span {
  width: 66px;
  height: 24px;
  color: #fff;
  padding-right: 5px;
  line-height: 24px;
  margin-left: -5px;
  border: none;
  background: url(../images/s6-img04.png) no-repeat center;
  background-size: 100%;
}

/* part04 */
.s6-main .item .part04 {
  height: 90px;
}

.safeguard {
  font-size: 18px;
  line-height: 1.3;
  width: 100%;
  clear: both;
  float: left;
}

/* part05 */
.part05 .price {
  width: 100%;
  clear: both;
  float: left;
  /* margin-top: 20px; */
}

.part05 .price ul {
  height: 300px;
  width: 90%;
  clear: both;
  float: left;
  margin: 23px 5% 0;
}

.item1 .part05 .price ul {
  margin-top: 20px;
}

.part05 .price ul li {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 13px;
}

.part05 .price ul li:first-child {
  border-bottom: solid 1px #dfdfdf;
  padding-bottom: 10px;
}

.part05 .price ul li font {
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 22px;
  display: block;
  font-weight: bold;
}

.part05 .price ul li span {
  text-align: right;
  clear: both;
  font-size: 18px;
  line-height: 30px;
  color: #444;
  height: 42px;
}

.part05 .price ul li span b {
  font-weight: bold;
  font-size: 24px;
}

.part05 .price ul li span em {
  font-weight: bold;
  font-size: 26px;
  color: #f95902
}

.part05 .price ul li.price-top {
  margin: 46px 0;
}

.item4 .part05 .price font {
  font-weight: bold;
  line-height: 30px;
  color: #f95902;
  width: 100%;
  clear: both;
  float: left;
  font-size: 24px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.part05 .price font b {
  font-weight: bold;
  color: #333;
}

.part05 .price font:nth-child(even) {
  margin-bottom: 10px;
}

.part05 .price a {
  width: 120px;
  height: 36px;
  display: inline-block;
  margin: 0 13px;
  font-size: 18px;
  line-height: 36px;
  color: #f95a04;
  border-radius: 36px;
  border: solid 2px #f95a04;
  box-shadow: 0 7px 15px rgba(249, 89, 1, .4);
  box-sizing: border-box;
}

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

.s6-main .item .itemTit img.hot01 {
  position: absolute;
  width: 87px;
  height: 117px;
  left: 0;
  top: -53px;
  animation: scale .5s infinite alternate linear;
}

.s6-main .item .itemTit img.hot02 {
  position: absolute;
  width: 87px;
  height: 117px;
  left: -16px;
  top: -53px;
  animation: scale .5s infinite alternate linear;
}

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

.s6-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;
}

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

.s6-main .itemCol {
  width: 100%;
  clear: both;
  float: left;
  background: #fff url(../images/s6-kuang01.png) no-repeat right bottom;
  border: solid 1px #ff9047;
}

.s6-main .item4 {
  margin: 0 auto 40px
}

.s6-main .item5 {
  margin-bottom: 48px;
  height: 640px;
}

.s6-main .type03 {
  height: 523px;
}

.itemCol .left {
  width: 395px;
}

.s6-main .item4.itemCol .left {
  height: 456px;
  background: url(../images/s6-img02.jpg) no-repeat center;
  background-size: cover;
}

.s6-main .item5.itemCol .left {
  height: 100%;
  background: url(../images/s6-img03.png) no-repeat center;
  background-size: 100% 100%;
}

.s6-main .item5.type03 .left {
  height: 523px;
  background: url(../images/s6-img031.jpg) no-repeat center;
}

.s6-main .itemCol .itemTit {
  height: auto;
}

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

.s6-main .item5.itemCol .itemTit h3 {
  margin-top: 62px;
}

.s6-main .item5.type03 .itemTit h3 {
  margin-top: 48px;
}

.s6-main .itemCol .itemTit span {
  color: #fff;
  border: solid 1px #fff;
}

.s6-video {
  clear: both;
  float: left;
  margin-top: 38px;
}

.s6-video .video-box {
  width: 344px;
  float: left;
  margin: auto 28px;
}

.s6-video p {
  width: 100%;
  clear: both;
  float: left;
  margin-top: 5px;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
}

.s6-main .itemCol .partFour {
  width: 344px;
  display: block;
  background-color: #fff;
  float: left;
  margin: 28px 28px 22px;
  border-radius: 10px;
  padding-bottom: 10px;
}

.s6-main .type03 .partFour {
  margin: 10px 28px 12px;
}

.s6-main .itemCol .partFour ul {
  float: left;
  width: 100%;
  margin-top: 20px;
}

.s6-main .itemCol .partFour ul li {
  width: 150px;
  height: 56px;
  display: inline-block;
  background: rgba(251, 109, 28, .14);
  border-radius: 9px;
  margin: 0 6px 8px;
  font-size: 20px;
  line-height: 56px;
  text-align: left;
}

.s6-main .itemCol .partFour ul li img {
  float: left;
  margin-left: 12px;
  margin-top: 8px;
  margin-right: 8px;
}


.s6-main .itemCol .left .price a {
  width: 120px;
  height: 36px;
  display: inline-block;
  margin: 0 13px;
  font-size: 18px;
  line-height: 36px;
  color: #fff;
  border-radius: 36px;
  border: solid 2px #fff;
  box-sizing: border-box;
}

.s6-main .itemCol .left .price a.btn01 {
  color: #f95d06;
  border: none;
  background: #fff885;
  background: -webkit-linear-gradient(left, #fffce0, #fff885); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #fffce0, #fff885); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #fffce0, #fff885); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #fffce0, #fff885); /* 标准的语法 */
}

.itemCol .med, .itemCol .right {
  width: 400px;
  float: left;
  height: 100%;
}
.itemCol .med{
  border-right: solid 1px #c8c8c8;
}

.s6-main .item4 .part01, .s6-main .item4 .part03 {
  height: 263px;
}

.s6-main .item4 .part02 {
  height: 193px;
}

.s6-main .item5 .part03 {
  height: 282px;
}

.s6-main .type03 .part01 {
  height: 248px;
}

.s6-main .type03 .part03 {
  height: 88px;
}

.s6-main .item5 .right .part02 {
  height: 228px;
}

.s6-main .item5 .right .part02 h5 {
  font-size: 22px;
  color: #000000;
  font-weight: bold;
  margin-top: 13px;
}

.s6-main .item5 .right .part02 h6 {
  font-size: 20px;
  color: #f95a02;
  font-weight: bold;
}

.s6-main .item5 .right .price {
  display: flex;
  justify-content: center;
  align-items: center;
}

.s6-main .item5 .right .price a {
  width: 120px;
  height: 36px;
  margin: 13px;
  font-size: 18px;
  line-height: 36px;
  color: #f95a04;
  border-radius: 36px;
  border: solid 2px #f95a04;
  box-shadow: 0 7px 15px rgba(249, 89, 1, .4);
  box-sizing: border-box;
}

.s6-main .item5 .right .price a.btn01 {
  color: #fff;
  border: none;
  background: #f95800;
  background: -webkit-linear-gradient(left, #ff924a, #f95800);
  background: -o-linear-gradient(right, #ff924a, #f95800);
  background: -moz-linear-gradient(right, #ff924a, #f95800);
  background: linear-gradient(to right, #ff924a, #f95800);
}

.s6-main .type03 .part02 {
  padding-bottom: 20px;
}

.s6-main .item4 .part04 {
  height: 90px;
}

.s6-main .itemCol .serviceList ul li {
  margin-bottom: 8px;
}

.s6-main .itemCol .serviceList ul li.on {
  font-weight: bold;
  color: #fe6601;
  margin-bottom: 4px;
}

.s6-main .itemCol .serviceList ul li.on span {
  width: 66px;
  height: 24px;
  color: #fff;
  padding-right: 5px;
  line-height: 24px;
  margin-left: -5px;
  border: none;
  background: url(../images/s6-img04.png) no-repeat center;
  background-size: 100%;
}


.s6-main .item4 .part04 p {
  line-height: 1.3;
  border-bottom: 1px solid #c9c9c9;
  width: 90%;
  padding: 5px 5%;
  
}

.s6-main .item5 .part04 p {
  /* margin-top: 15px; */
  width: 90%;
  margin: 15px 5% 0;
}

.s6-main .item3 .part04 p {
  margin-top: 15px;
}

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


.s6-main .item4.type02 .part01 h4,
.s6-main .item4.type02 .part03 h4,
.s6-main .item5.type02 .part01 h4,
.s6-main .item5.type02 .part03 h4 {
  height: 40px;
  line-height: 40px;
}

/* 新增 */
.s6-main .type03 .partFour ul li {
  width: 248px;
  height: 56px;
  margin-bottom: 14px;
}

.s6-main .type03 .partFour ul li img {
  margin-left: 22px;
}

.s6-main .item.type03 .part h4 {
  background: #ffe9e5;
}


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

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

.s6-main thead {
  background: #f77011;
  background: -webkit-linear-gradient(left, #f06006, #ff841f);
  background: -o-linear-gradient(right, #f06006, #ff841f);
  background: -moz-linear-gradient(right, #f06006, #ff841f);
  background: linear-gradient(to right, #f06006, #ff841f);
  position: relative;
  z-index: 999;
}

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

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

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

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

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

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

.s6-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
}

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

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

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

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

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

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

.s6-main .jz table .fuwu b {
  color: #fa5e08;
}

.s6-main .jz table .fuwu span {
  color: #fb8f4a;
}

.s6-main .jz table .price {
  text-align: center;
  font-size: .24rem;
}

.s6-main .jz table .price span {
  font-size: .22rem;
  width: 100%;
  display: inline-block;
}

.s6-main .jz table .price em {
  font-weight: bold;
  color: #fa5e08;
  margin-left: .25rem;
}

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

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

}

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


/* section07 */
.sec07 {
  height: 831px;
  background: url(../images/s7-bg.png) no-repeat center;
  background-size: auto 100%;
}

.s7-title {
  margin-top: 56px;
}

.s7-main {
  width: 930px;
  height: 450px;
  clear: both;
  float: left;
  margin-top: 63px;
  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.png) no-repeat center;
  background-size: 100%;
}

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

.s7-main .bd .pic img.pic06 {
  margin-top: -90px;
}

.s7-main .bd .pic img.pic09 {
  margin-top: -82px;
}

.s7-main .bd .txt {
  width: 680px;
  float: left;
  margin-top: 35px;
  margin-left: 52px;
}

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

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

.s7-main .bd .txt a {
  font-size: 18px;
  line-height: 44px;
  float: right;
  width: 187px;
  height: 44px;
  display: none;
  color: #fff;
  background: #f25331;
  background: -webkit-linear-gradient(left, #ff924a, #f95800); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #ff924a, #f95800); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #ff924a, #f95800); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #ff924a, #f95800); /* 标准的语法 */
  border-radius: 44px;
  box-shadow: 0 5px 15px rgba(239, 74, 66, .45);
}

.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.kemu {
  letter-spacing: -1px;
}

.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: 60px;
  height: 60px;
  display: block;
  margin-right: 20px;
  border-radius: 50%;
  box-shadow: 0 5px 15px rgba(164, 164, 164, .3);
  opacity: .6;
  overflow: hidden;
  background-color: #e3e1e1;
  cursor: pointer;
}

.s7-main .hd ul li.on {
  opacity: 1;
  box-shadow: 0 5px 15px rgba(252, 121, 42, .3);
  background: #ffddc7;
}

.s7-main .hd ul li img {
  width: 100%;
  display: block;
}

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

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


/* section08 */
.sec08 {
  height: 773px;
  background: url(../images/s8-bg.png) no-repeat center;
  background-size: auto 100%;
}

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

.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: #f95800;
  background: -webkit-linear-gradient(#f95800, #ff924a); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#f95800, #ff924a); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#f95800, #ff924a); /* Firefox 3.6 - 15 */
  background: linear-gradient(#f95800, #ff924a); /* 标准的语法 */
  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/icon01.png) no-repeat center;
  background-size: 100%;
}

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

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

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

.s9-main .item {
  width: 100%;
  clear: both;
  float: left;
  margin-bottom: 62px;
}

.s9-main .item .kuang {
  width: auto;
  height: 88px;
  background: #fff;
  border: solid 1px #fb6a17;
  border-radius: 13px;
  margin-bottom: 27px;
}

.s9-main .item1 .kuang {
  width: 714px;
  float: left;
  margin-left: 243px;
}

.s9-main .item2 .kuang {
  width: 940px;
  float: left;
  margin-left: 130px;
}

.s9-main .item .kuang font {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  line-height: 66px;
  height: 66px;
  float: left;
  margin-left: 12px;
  margin-top: 9px;
}

.s9-main .item1 .kuang font {
  width: 230px;
  padding-right: 14px;
  background: url(../images/s9-img01.png) no-repeat center left;
  background-size: 100%;
}

.s9-main .item2 .kuang font {
  width: 405px;
  padding-right: 14px;
  background: url(../images/s9-img02.png) no-repeat center left;
  background-size: 100%;
}

.s9-main .item .kuang ul {
  float: left;
  margin-top: 12px;
}

.s9-main .item .kuang ul li {
  float: left;
  font-size: 22px;
  line-height: 32px;
  text-align: left;
  margin-left: 52px;
  position: relative;
}

.s9-main .item .kuang ul li::before {
  content: '';
  width: 16px;
  height: 32px;
  display: inline-block;
  background: url(../images/icon01.png) no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: -26px;
}

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


/* section10 */
.sec10 {
  height: 828px;
  background: url(../images/s10-bg.jpg) no-repeat center top;
  background-size: auto 100%;
}

.s10-title {
  margin-top: 56px;
}

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

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

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

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

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

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

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

.s10-main .item .txt font {
  width: 100%;
  clear: both;
  float: left;
  margin-top: 40px;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  color: #fff;
}

.s10-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: 167px;
  height: 441px;
  display: block;
  background: url(../images/fixedNavBg.png) no-repeat center;
  top: 13%;
  left: 20px;
  z-index: 9;
}

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

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

.mt185 {
  margin-top: 122px;
}

.nav-bg {
  width: 132px;
  display: block;
  float: left;
  clear: both;
  margin-left: 16px;
  margin-bottom: 5px;
}

.nav-bg a {
  width: 130px;
  line-height: 34px;
  height: 34px;
  display: block;
  margin: auto;
  border: solid 1px #fff;
  border-radius: 40px;
  font-size: 17px;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
}

.nav-bg a.on {
  background-color: #fff;
  color: #fa6a18;
}

.left_top {
  display: block;
  width: 54px;
  height: 54px;
  float: left;
  margin: 8px 0 0 63px;
}


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

.imgDiv {
  width: 669px;
  display: block;
  height: 417px;
  position: absolute;
  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: 100%;
  display: block;
  cursor: zoom-out;
}
