@charset "UTF-8";
/**HTML5 common css*/
html {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

html,
body {
  height: 100%;
}

body {
  font-family: 'Microsoft YaHei', 'STHeiti', Helvetica, '\5fae\8f6f\96c5\9ed1', Arial, sans-serif;
  font-size: 12px;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

* {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
}

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

a:hover {
  color: inherit;
}

a, img {
  -webkit-touch-callout: none;
}

a, a:active, a:focus, a:hover, a:visited {
  text-decoration: none;
}

li, ol, ul {
  list-style: none;
}

input, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  font-size: 100%;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button, input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

.hideVisibility {
  visibility: hidden;
  opacity: 0;
}

.opacity0 {
  opacity: 0 !important;
}

[hide],
[hidden],
.hide {
  display: none;
}

.blur {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  /*no*/
  opacity: 0.6;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.g-text-right {
  text-align: right;
}

.g-text-left {
  text-align: left;
}

.g-text-center {
  text-align: center;
}

.g-pointer {
  cursor: pointer;
}

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

.float-left,
.fl,
.g-fl {
  float: left;
}

.float-right,
.fr,
.g-fr {
  float: right;
}

.g-relative {
  position: relative;
}

.g-fixed {
  position: fixed;
}

.g-absolute {
  position: absolute;
}

.g-container-1000 {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.g-font12 {
  font-size: 12px !important;
}

.g-font14 {
  font-size: 14px !important;
}

.g-font16 {
  font-size: 16px !important;
}

.g-font18 {
  font-size: 18px !important;
}

.g-font20 {
  font-size: 20px !important;
}

.g-font22 {
  font-size: 22px !important;
}

.g-font24 {
  font-size: 24px !important;
}

.g-font28 {
  font-size: 28px !important;
}

.g-font30 {
  font-size: 30px !important;
}

.g-font32 {
  font-size: 32px !important;
  font-weight: 700;
}

.g-font36 {
  font-size: 36px !important;
  font-weight: 700;
}

.g-font40 {
  font-size: 40px !important;
  font-weight: 700;
}

.g-font48 {
  font-size: 48px !important;
  font-weight: 700;
}

.g-mb-5 {
  margin-bottom: 5px;
}

.g-mb-10 {
  margin-bottom: 10px;
}

.g-mb-15 {
  margin-bottom: 15px;
}

.g-mb-20 {
  margin-bottom: 20px;
}

.g-mb-25 {
  margin-bottom: 25px;
}

.g-mb-30 {
  margin-bottom: 30px;
}

.g-mb-40 {
  margin-bottom: 40px;
}

.g-mb-50 {
  margin-bottom: 50px;
}

.g-mb-60 {
  margin-bottom: 60px;
}

.g-mb-80 {
  margin-bottom: 80px;
}

.g-mr-5 {
  margin-right: 5px;
}

.g-mr-10 {
  margin-right: 10px;
}

.g-mr-15 {
  margin-right: 15px;
}

.g-mr-20 {
  margin-right: 20px;
}

.g-mr-25 {
  margin-right: 25px;
}

.g-mr-30 {
  margin-right: 30px;
}

.g-mr-40 {
  margin-right: 40px;
}

.g-mr-50 {
  margin-right: 50px;
}

.g-mr-60 {
  margin-right: 60px;
}

.g-mr-80 {
  margin-right: 80px;
}

.g-ml-5 {
  margin-left: 5px;
}

.g-ml-10 {
  margin-left: 10px;
}

.g-ml-15 {
  margin-left: 15px;
}

.g-ml-20 {
  margin-left: 20px;
}

.g-ml-25 {
  margin-left: 25px;
}

.g-ml-30 {
  margin-left: 30px;
}

.g-ml-40 {
  margin-left: 40px;
}

.g-ml-50 {
  margin-left: 50px;
}

.g-ml-60 {
  margin-left: 60px;
}

.g-ml-80 {
  margin-left: 80px;
}

.g-ellipsis-1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.g-ellipsis-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.g-ellipsis-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.g-ellipsis-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.g-space {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 6px;
}

.g-border-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.g-oh {
  overflow: hidden;
}

.g-oa {
  overflow: auto;
}

::-webkit-input-placeholder {
  color: #ccc;
}

::-webkit-scrollbar {
  width: 10px;
  height: 1px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.g-layer,
.g-layer-1,
.g-layer-2,
.g-layer-3,
.g-layer-4,
.g-layer-5,
.g-layer-6,
.g-layer-7,
.g-layer-8 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.g-layer-1 {
  z-index: 1;
}

.g-layer-2 {
  z-index: 2;
}

.g-layer-3 {
  z-index: 3;
}

.g-layer-4 {
  z-index: 4;
}

.g-layer-5 {
  z-index: 5;
}

.g-layer-6 {
  z-index: 6;
}

.g-layer-7 {
  z-index: 7;
}

.g-layer-8 {
  z-index: 8;
}

.g-indent-2,
.g-indent {
  text-indent: 2em;
}

.g-indent-4 {
  text-indent: 4em;
}

.g-mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

/*默认滚动条样式修改ie9 google Firefox 等高版本浏览器有效*/
/*::selection {background: #D03333;color: white;text-shadow: none;}
::-webkit-scrollbar-track-piece{width:10px;background-color:#f2f2f2}
::-webkit-scrollbar{width:10px;height:6px}
::-webkit-scrollbar-thumb{height:50px;background-color:rgba(0,0,0,.3);}
::-webkit-scrollbar-thumb:hover{background:#cc0000}*/
@-webkit-keyframes aniOpscale {
  0% {
    opacity: .4;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: .4;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes aniOpscale {
  0% {
    opacity: .4;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: .4;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes aniArrowMoveUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, -26px, 0);
    transform: translate3d(0, -26px, 0);
    opacity: 0;
  }
}

@keyframes aniArrowMoveUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, -26px, 0);
    transform: translate3d(0, -26px, 0);
    opacity: 0;
  }
}

@-webkit-keyframes aniRound {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes aniRound {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.g-ani-arrow-up {
  -webkit-animation: aniArrowMoveUp 1s linear infinite;
  animation: aniArrowMoveUp 1s linear infinite;
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
}

.g-ani-bigger {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: -webkit-transform 2s linear;
  transition: -webkit-transform 2s linear;
  transition: transform 2s linear;
  transition: transform 2s linear, -webkit-transform 2s linear;
}

.g-ani-bigger2 {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: -webkit-transform 1s linear;
  transition: -webkit-transform 1s linear;
  transition: transform 1s linear;
  transition: transform 1s linear, -webkit-transform 1s linear;
}

@-webkit-keyframes aniShare {
  to {
    -webkit-transform: translate3d(20px, -20px, 0);
    transform: translate3d(20px, -20px, 0);
  }
}

@keyframes aniShare {
  to {
    -webkit-transform: translate3d(20px, -20px, 0);
    transform: translate3d(20px, -20px, 0);
  }
}

.center-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.main {
  width: 100%;
}

.main .header {
  width: 100%;
  height: 250px;
  background: #bf0000;
}

.main .header .logo {
  width: 1000px;
  height: 136px;
  margin: 0 auto;
  overflow: hidden;
  border-bottom: 1px solid #d76161;
}

.main .header .logo img {
  display: block;
  width: 479px;
  margin: 46px auto;
}

.main .header .menu {
  width: 1000px;
  margin: 0 auto;
}

.main .header .menu .link {
  width: 837px;
  margin: 20px auto;
}

.main .header .menu .link li {
  float: left;
  color: #fcf4f4;
  font-size: 18px;
  padding: 0 10px;
  width:110px;
  text-align:center;
  margin-bottom: 20px;
  border-right: 1px solid #e5c387;
}
.main .header .menu .link li:last-child{
  border-right:none;
}
.main .section {
  width: 1000px;
  margin: 0 auto;
}

.main .section .left {
  width: 656px;
  height: 100%;
  position: relative;
  float: left;
}

.main .section .right {
  width: 308px;
  height: 100%;
  margin-left: 690px;
}

.main .section-1 {
  margin: 64px auto;
}

.main .section-1 .left {
  height: 416px;
}

.main .section-1 .left .hidden {
  display: none;
}

.main .section-1 .left .img-list {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.main .section-1 .left .img-list .swiper-slide {
  width: 100%;
  height: 416px;
  overflow: hidden;
  position: relative;
}
.main .section-1 .left .img-list .swiper-slide p {
  position:absolute;
  bottom:0px;
  width:100%;
  height: 62px;
  line-height:62px;
  text-align:center;
  color:#fff;
  font-size:18px;
    background: rgba(0, 0, 0, 0.7);
  z-index:999;
}

/*.main .section-1 .left .img-list img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}*/

.main .section-1 .left .img-info {
  width: 100%;
  height: 62px;
  position: absolute;
  bottom: 0;

  z-index:998;
}

.main .section-1 .left .img-info .button-left {
  width: 76px;
  height: 100%;
  position: absolute;
  left: 0;
  cursor:pointer;
}

.main .section-1 .left .img-info .button-left img {
  width: 16px;
  position: absolute;
  left: 30%;
  top: 30%;
  cursor:pointer;
}

.main .section-1 .left .img-info .button-right {
  width: 76px;
  height: 100%;
  position: absolute;
  right: 0;
}

.main .section-1 .left .img-info .button-right img {
  width: 18px;
  position: absolute;
  left: 50%;
    cursor:pointer;
  top: 30%;
}

.main .section-1 .left .img-info .desc {
  width: 430px;
  height: 100%;
  position: absolute;
  left: 154px;
  top: 0;
  color: #fcf4f4;
  font-size: 20px;
  line-height: 62px;
}

.main .section-1 .left .img-info .desc .num {
  font-size: 24px;
  float: left;
  margin-right: 18px;
  font-weight: 900;
  position: relative;
}

.main .section-1 .left .img-info .desc .num .cur {
  color: #e82323;
  display: inline-block;
  font-size: 22px;
  font-weight: 900;
  position: absolute;
  left: -20px;
  top: 4px;
}

.main .section-1 .left .img-info .desc .num .total {
  display: inline-block;
  font-size: 20px;
}

.main .section-1 .right {
  height: 416px;
}

.main .section-1 .right li {
  font-size: 16px;
  margin-bottom: 12px;
  cursor: pointer;
}

.main .section-1 .right li:hover {
  color: #bf0000;
}

.main .section-1 .right .part-1 {
  width: 100%;
  height: 50%;
  border-bottom: 1px dashed #333;
}

.main .section-1 .right .part-1 li:first-child {
  font-size: 20px;
  font-weight: 900;
}

.main .section-1 .right .part-2 .title {
  font-size: 20px;
  font-weight: 900;
  color: #d90000;
  margin: 18px 0;
}

.main .section-2 .left,
.main .section-2 .right {
  height: 334px;
}

.main .section-2 .left .part {
  width: 310px;
  height: 334px;
  float: left;
  background: #fff6e7;
}

.main .section-2 .left .part .title {
  width: 100%;
  height: 66px;
  border-bottom: 1px solid #e2ae57;
  line-height: 66px;
  padding-left: 28px;
  font-size: 26px;
  color: #d90000;
  font-weight: 900;
}

.main .section-2 .left .part .content {
  width: 100%;
  padding: 27px 0 0 30px;
}

.main .section-2 .left .part .content li {
  font-size: 16px;
  margin-bottom: 18px;
  list-style-type: disc;
  cursor: pointer;
}

.main .section-2 .left .part .content li:hover {
  color: #bf0000;
}

.main .section-2 .left .part-2 {
  margin-left: 35px;
}

.main .section-2 .right .img-1,
.main .section-2 .right .img-2 {
  width: 100%;
  height: 160px;
  overflow: hidden;
  margin-bottom: 13px;
}

.main .section-2 .right .img-1 img,
.main .section-2 .right .img-2 img {
  width: 100%;
}

.main .section-3 {
  height: 545px;
  margin-top: 42px;
  position: relative;
}

.main .section-3 .content {
  width: 1280px;
  height: 354px;
  position: absolute;
  bottom: 0;
  left: -140px;
  background: #f9e8cd;
  -webkit-border-radius: 12px;
  border-radius: 12px;
}

.main .section-3 .content .swiper-container {
  width: 1000px;
  height: 380px;
  margin: -83px auto;
}

.main .section-3 .content .swiper-slide {
  width: 304px;
  height: 100%;
}

.main .section-3 .content .content-item {
  width: 304px;
  height: 372px;
  background: #f5f5f5;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  margin: 0 auto;
  position: relative;
}

.main .section-3 .content .content-item .img-box {
  width: 100%;
  height: 194px;
  overflow: hidden;
  -webkit-border-radius: 12px 12px 0 0;
  border-radius: 12px 12px 0 0;
}

.main .section-3 .content .content-item .img-box img {
  width: 100%;
}

.main .section-3 .content .content-item .text {
  width: 100%;
  height: 188px;
  padding: 17px 36px 0 36px;
  color: #333;
  font-size: 16px;
  line-height: 140%;
  text-indent: 26px;

}

.main .section-3 .content .content-item .title {
  width: 176px;
  height: 72px;
  position: absolute;
  left: -12px;
  top: 144px;
  background: url("../images/bg-title.png") no-repeat;
  background-size: 100% 100%;
  text-align: center;
  color: #fff;
  line-height: 72px;
  font-size: 24px;
  font-weight: 900;
}

.main .section-3 .content .btn-left,
.main .section-3 .content .btn-right {
  width: 47px;
  position: absolute;
  top: 110px;
}

.main .section-3 .content .btn-left {
  left: 72px;
}

.main .section-3 .content .btn-right {
  right: 72px;
}

.main .section-4 {
  height: 90px;
  background: #f9e8cd;
  margin-top: 40px;
}

.main .section-4 img {
  width: 100%;
}

.main .section-5 {
  height: auto;
  margin-top: 44px;
}

.main .section-5 .left .menu {
  width: 100%;
  height: 64px;
}

.main .section-5 .left .menu div {
  background: #f9e8cd;
  color: #c8a97c;
  width: 160px;
  height: 100%;
  line-height: 64px;
  text-align: center;
  font-size: 22px;
  font-weight: 900;
  float: left;
  margin-right: 4px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
}

.main .section-5 .left .menu .selected {
  background: #bf0000;
  color: #fff;
}

.main .section-5 .left .hidden {
  display: none;
}

.main .section-5 .left .content {
  width: 100%;
  height: auto;
}

.main .section-5 .left .content .content-item {
  width: 100%;
  height: 235px;
  border-bottom: 1px solid #ccc;
  position: relative;
}

.main .section-5 .left .content .content-item .content-title {
  width: 100%;
  margin-top: 32px;
  font-size: 20px;
  font-weight: 900;
}

.main .section-5 .left .content .content-item .img-box img{
  width: 236px;
  height: 142px;
  margin-top: 24px;
  float: left;
  overflow: hidden;
  margin-right: 20px;
}


.main .section-5 .left .content .content-item .content-text {
  margin-top: 20px;
  color: #333;
  font-size: 14px;
  line-height: 24px;
}

.main .section-5 .left .content .content-item .content-text a {
  color: red;
}

.main .section-5 .left .content .content-item .from {
  width: 80%;
  height: 20px;
  position: absolute;
  bottom: 16px;
  left: 0;
}

.main .section-5 .left .content .content-item .from img {
  width: 20px;
  float: left;
  margin: 0 12px;
}

.main .section-5 .left .content .content-item .from span {
  display: block;
  height: 100%;
  line-height: 20px;
  float: left;
  margin-right: 12px;
  color: #aaa;
}

.main .section-5 .left .content .content-item .link {
  width: 50%;
  height: 20px;
  position: absolute;
  bottom: 16px;
  right: 0;
}

.main .section-5 .left .content .content-item .link img {
  width: 20px;
  float: right;
  margin-right: 12px;
}

.main .section-5 .right .part {
  width: 100%;
  height: 160px;
  overflow: hidden;
  margin-top: 38px;
}

.main .section-5 .right .part img {
  width: 100%;
}

.main .section-5 .right .part-4 {
  width: 100%;
  height: 272px;
  background: #f9e8cd;
  margin-top: 40px;
}

.main .section-5 .right .part-4 .title {
  width: 100%;
  height: 76px;
  border-bottom: 1px solid #c8a97c;
  font-size: 28px;
  color: #d90000;
  text-align: center;
  line-height: 76px;
  font-weight: 900;
}

.main .section-5 .right .part-4 .content {
  width: 100%;
  height: 40%;
  margin-top: 36px;
  position: relative;
}

.main .section-5 .right .part-4 .content .swiper-container1 {
  width: 80%;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.main .section-5 .right .part-4 .content .swiper-container1 .content-item {
  width: 100%;
  height: 100%;
  position: relative;
}

.main .section-5 .right .part-4 .content .swiper-container1 .content-item .img-box {
  width: 72px;
  height: 72px;
  margin: 0 auto;
  overflow: hidden;
}

.main .section-5 .right .part-4 .content .swiper-container1 .content-item .img-box img {
  width: 100%;
  height: 100%;
}

.main .section-5 .right .part-4 .content .swiper-container1 .content-item .name {
  width: 100%;
  text-align: center;
  margin-top: 12px;
}

.main .section-5 .right .part-4 .content .btn-left1,
.main .section-5 .right .part-4 .content .btn-right1 {
  width: 14px;
  position: absolute;
  top: 24px;
}

.main .section-5 .right .part-4 .content .btn-left1 img,
.main .section-5 .right .part-4 .content .btn-right1 img {
  width: 100%;
}

.main .section-5 .right .part-4 .content .btn-left1 {
  left: 10px;
}

.main .section-5 .right .part-4 .content .btn-right1 {
  right: 10px;
}

.main .section-6 {
  width: 100%;
  height: 606px;
  margin-top: 85px;
  position: relative;
  background: url("../images/bg-section.jpg") no-repeat;
  background-size: 100% center;
}

.main .section-6 .red {
  width: 100%;
  position: absolute;
  top: -143px;
}

.main .section-6 .center {
  width: 1000px;
  height: 530px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.main .section-6 .center .title {
  width: 245px;
  position: absolute;
  left: 0;
  top: 0;
}

.main .section-6 .center .title img {
  width: 100%;
}

.main .section-6 .center .get {
  width: 607px;
  position: absolute;
  right: 0;
}

.main .section-6 .center .get img {
  width: 32px;
  float: right;
  margin-right: 8px;
}

.main .section-6 .center .get input {
  width: 236px;
  height: 40px;
  position: absolute;
  right: 56px;
  background: floralwhite;
  font-size: 14px;
  color: #9d835d;
  text-align: center;
}

.main .section-6 .center .get select {
  width: 172px;
  height: 40px;
  background: #e8d4b4;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #ecddbd url("../images/arrow.png") no-repeat scroll right center;
  background-position-x: 90%;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  position: absolute;
  right: 300px;
  border: none;
  outline: none;
  padding-right: 12px;
  /*很关键：将默认的select选择框样式清除*/
  /*将背景改为红色*/
  /*加padding防止文字覆盖*/
  padding-left: 20px;
  color: #9d835d;
}

.main .section-6 .center .get option {
  width: 172px;
  height: 40px;
  background: #e8d4b4;
  color: #fff;
  border: none;
}

.main .section-6 .center .get span {
  display: inline-block;
  height: 40px;
  width: 100px;
  line-height: 40px;
  position: absolute;
  right: 460px;
  font-size: 14px;
  color: #8f4403;
  font-weight: 900;
}

.main .section-6 .center .content {
  width: 100%;
  height: 444px;
  position: absolute;
  bottom: 0;
}

.main .section-6 .center .content .menu {
  width: 100%;
  height: 46px;
}

.main .section-6 .center .content .menu li {
  float: left;
  width: 160px;
  height: 100%;
  text-align: center;
  line-height: 46px;
  background: #e8d4b4;
  color: #9d835d;
  font-size: 18px;
  font-weight: 900;
  margin-left: 8px;
  cursor: pointer;
}

.main .section-6 .center .content .menu li:first-child {
  margin-left: 0;
}

.main .section-6 .center .content .menu .selected {
  background: #f6b94e;
  color: #fff;
}

.main .section-6 .center .content .list {
  width: 100%;
  height: 368px;
  position: absolute;
  bottom: 0;
  display: none;
  overflow-y:scroll;
}

.main .section-6 .center .content .list li {
  width: 100%;
  height: 88px;
  background: #e8d4b4;
}

.main .section-6 .center .content .list li .title {
  width: 204px;
  height: 88px;
  position: relative;
  text-align: center;
  line-height: 88px;
  font-size: 18px;
  font-weight: 900;
  color: #8f4403;
  border-right: 1px solid #9d835d;
  float: left;
}

.main .section-6 .center .content .list li .info {
  width: 795px;
  padding: 23px 0 23px 40px;
  margin-left: 204px;
}

.main .section-6 .center .content .list li .info p {
  margin-bottom: 12px;
  color: #9d835d;
  font-size: 14px;
  font-weight: 900;
}

.main .section-6 .center .content .list li:nth-child(2n) {
  background: #f3e4ca;
}

.main .section-7 {
  height: 300px;
  margin-top: 56px;
}

.main .section-7 .left .title {
  width: 100%;
  height: 53px;
  line-height: 53px;
  color: #cd280b;
  font-size: 34px;
  font-weight: 900;
}

.main .section-7 .left .content {
  width: 100%;
  margin-top: 26px;
  overflow:hidden;
  height:300px;
}

.main .section-7 .left .content img {
  width: 148px;
  float: left;
  margin-right: 16px;
}

.main .section-7 .right .title {
  width: 100%;
  height: 53px;
  line-height: 53px;
  color: #cd280b;
  font-size: 34px;
  font-weight: 900;
}

.main .section-7 .right .img-box {
  margin-top: 26px;
  width: 152px;
  float: left;
  margin-right: 16px;
}

.main .section-7 .right .img-box img {
  width: 100%;
}

.main .section-7 .right .text {
  margin-top: 26px;
  font-size: 14px;
}

.main .section-7 .right .text .text-title {
  font-weight: 900;
  margin-bottom: 10px;
}

.main .section-7 .right .text .text-desc {
  line-height: 30px;
}

.main .section-8 {
  margin-top: 56px;
}

.main .section-8 .title {
  width: 100%;
  color: #cd280b;
  font-size: 34px;
  font-weight: 900;
}

.main .section-8 .content {
  width: 100%;
  display: inline-block;
  margin-top: 30px;
  padding: 30px;
  background: #fff6e7;
}

.main .section-8 .content li {
  float: left;
  margin: 12px;
  font-size: 16px;
  color: #9d835d;
  font-weight: 900;
}

.main .copyright {
  margin-top: 54px;
  margin-bottom: 54px;
}

.main .copyright div {
  width: 100%;
  font-size: 12px;
  margin-top: 16px;
  text-align: center;
  color: #9d835d;
  font-weight: 900;
  letter-spacing: 2px;
}
